html, body {
    height: 100%;
}

body{
    padding-top: 50px;
	font-family: 'Source Sans Pro', sans-serif;
}

td{
    line-height: 1 !important; 
}

p{
    margin: 0 0 0px;
}
.navbar-nav{
	font-size:12px !important;
	line-height: 1 !important;
}

.label-modal{
    display: inline;
    padding: 7px 24px;
    font-size: 101%;
    font-weight: 700;
    line-height: 2;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.download-btn-pdf{
    margin-top: 20px;
    margin-right: 181px;
    margin-left: 37px;
}

.download-btn-repo{
    margin-top: 20px;
    margin-right: 222px;
    margin-left: 102px;
}

.download-btn-rep{
    margin-top: 20px;
    margin-right: -394px;
}

.download-btn-back{
    margin-top: 20px;
     margin-right: -460px;
}

.download-btn-excel{
    margin-top: 20px;
    margin-right: -331px;
}

.download-btn-edit{
    margin-top: 20px;
    margin-right: 0px;
}

.download-btn-delete{
    margin-top: 20px;
    margin-right: 8px;
}

.download-btn-status{
    margin-top: 20px;
    margin-left: 27px;
}

textarea{
    resize: none;
    row:3;
}
.wrap{
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.table th {
   text-align: center;   
}

body .modal-admin {
    /* new custom width */
    width: 1100px;
    /* must be half of the width, minus scrollbar on the left (30px) */
    margin-left: 130px;
    max-height:1500px;
}

.sidebar {
	z-index:1040 !important;
    /*bottom: 0;*/
    left: 0;
    display: block;
    overflow-x: hidden;
    overflow-y: hidden; /* Scrollable contents if viewport is shorter than content. */
    border-right: 1px solid #e7e7e7;
}

@media(min-width: 768px) {
	.sidebar{
		position: fixed;
	}
}



/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    /*margin-bottom: 20px;*/
    margin-left: -20px;
}
.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #428bca;
}

/*
 * Placeholder dashboard ideas
 */

.placeholders {
    margin-bottom: 30px;
    text-align: center;
}
.placeholders h4 {
    margin-bottom: 0;
}
.placeholder {
    margin-bottom: 20px;
}
.placeholder img {
    display: inline-block;
    border-radius: 50%;
}

.page-header{
    margin-top: 5px;
    padding-bottom: 0;
    overflow: auto;
}

.fl-right{
    float: right;
}

.download-btn{
    margin-top: 19px;
    margin-left: 10px;
}

.sub-header{
    font-size: 1.5em;
    padding-bottom: 9px;
    border-bottom: 1px solid #eee;
}

.dashboard{
    /*min-height: 800px;*/
}

.list-group-item{
	padding: 7px 10px !important; 
}

.list-group-item:first-child{
    border: none;
}

.list-group-item:last-child{
    border: none;
}

.input-append, .input-prepend{
    margin-bottom: 5px;
    font-size: 0;
    white-space: nowrap;
}
.input-append input, .input-append select, .input-append .uneditable-input{
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 4px;
}
.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input{
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    /*-webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0*/
}
.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input, .input-append .dropdown-menu, .input-prepend .dropdown-menu{
    font-size: 14px;
}
input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], .uneditable-input{
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}
input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], .uneditable-input{
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child>.dropdown-toggle{
    webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.input-append .add-on, .input-append .btn, .input-append .btn-group{
    margin-left: -1px;
}
.input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn, .input-append .btn-group>.dropdown-toggle, .input-prepend .btn-group>.dropdown-toggle{
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.input-append .add-on, .input-prepend .add-on{
    display: inline-block;
    width: auto;
    height: 34px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    background-color: #eee;
    border: 1px solid #ccc;
}
.icon-calendar{
    background-position: -192px -117px;
}
.collapse.in{
    height: auto;
}
.collapse{
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -moz-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
}
.accordion-toggle{
    cursor: pointer;
}
.icon-time{
    background-position: -48px -23px;
}
[class^="icon-"], [class*=" icon-"]{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../img/glyphicons-halflings.png");
   /*background-position: 14px 14px;*/
    background-repeat: no-repeat;
}
.bootstrap-datetimepicker-widget>ul{
    padding : 0px;
}
.time-up{
    background-position: -287px -120px;
}
.time-down{
    background-position: -313px -119px;
}
.custom-datetime{
    display: inline-block;
}
.no-padding{
    padding: 0px;
}
.no-margin{
    margin: 0px;
}
.hide{
    display: none;
}
.show{
    display: block;
}
.desc{
    border-bottom: 1px solid #e1e1e1;
    padding: 7px;
    background-color: #fdfdfd;
}
.detail-table-head{

}
.detail-table-body{

}
.detail-table-row, .detail-table-col{
    min-height: 38px;
}
.detail-table-col{
    padding: 5px 0;
}
.border{
    height: auto;
}
.removeParcel, .removeLocation{
    cursor: pointer;
    background-color: #d9534f;
    /*border-color: #d43f3a;*/
    color: #ffffff;
    text-decoration: none;
    display: inline;
    padding: 7px 13px;
    font-size: 101%;
    font-weight: 700;
    line-height: 2;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.remChecked{
    cursor: pointer;
    background-color: #4FD98E;
    /*border-color: #d43f3a;*/
    color: #ffffff;
    text-decoration: none;
    display: inline;
    padding: 7px 13px;
    font-size: 101%;
    font-weight: 700;
    line-height: 2;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.remUnChecked{
    cursor: pointer;
    background-color: #d9534f;
    /*border-color: #d43f3a;*/
    color: #ffffff;
    text-decoration: none;
    display: inline;
    padding: 7px 13px;
    font-size: 101%;
    font-weight: 700;
    line-height: 2;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.remChecked:hover{
    color: #4FD98E;
    text-decoration: none;
}

.remUnChecked:hover{
    color: #fff;
    text-decoration: none;
}

.removeParcel:hover{
    color: #fff;
    text-decoration: none;
}
.border-btm{
    border-bottom: 1px solid #e1e1e1;
}
.border-top{
    border-top: 1px solid #e1e1e1;
}
.border-right{
    border-right: 1px solid #e1e1e1;
}
.border-left{
    border-left: 1px solid #e1e1e1;
}

h1.detail-table-header{
    font-size: 14px;
    font-weight: 700;

}
.text-center{
    text-align: center;
}
.login-form{
    padding: 40px 30px;
}
.login-box{
    overflow: auto;
    border: 1px solid #e1e1e1;
    margin-top: 70px;
}
.add-new-lr{
    overflow: auto;
}
.account-type{
    min-height: 80px;
}
#calculateTotal{
    position: relative;
    top: 5px;
}
.invoice-table{
    margin: 15px 0;
    border:1px solid #e1e1e1;
    border-top:none ;
}

.download-btn-Pdf-repo{
    margin-right: 72px;
    margin-top: 20px;
}

.btn-back{
    margin-top: 20px;
    margin-right: -206px;
}

.vr-checkbox-div{
    border: 1px solid #d1d1d1;
    padding: 3px 10px;
    border-radius: 4px;
}

#ddc-type{
    margin-bottom: 15px;
}

.account-other-charges{
    margin-top: 15px;
}

.vr-checkbox{
    padding-right: 10px;
}

/** custom div width for xl table format **/
.xl-table-row{
    text-align: center;
}

.xl-tab-col-1, .xl-tab-col-2, .xl-tab-col-3{
    float: left;
    min-height: 42px;
}

.xl-tab-col-1
{
    width: 6.142857%;
}

.xl-tab-col-2
{
    width: 8.142857%;
}

.xl-tab-col-3
{
    width: 9.142857%;
}

/** ends here **/

#add-location-account{
    margin-top: 4px;
}


.removeLocation{
    padding: 7px 13px !important;
}

.removeLocations{
    padding: 7px 13px !important;
    margin-left: 49px;
}

.removeLocations{
    cursor: pointer;
    background-color: #d9534f;
    /*border-color: #d43f3a;*/
    color: #ffffff;
    text-decoration: none;
    display: inline;
    padding: 7px 13px;
    font-size: 101%;
    font-weight: 700;
    line-height: 2;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.removeLocations:hover{
    color: #fff;
    text-decoration: none;
}


.removeLocation:hover{
    color: #fff;
    text-decoration: none;
}


.searchClass{
    padding-top: 10px;
}

.add-pod-btn{
    padding-top: 24px;
}

.delivery-status{
    text-decoration: none;
    color: #ffffff;
}

.payment-checkbox
{
    box-shadow: none !important;
    margin-top: 19px !important;
}

.list-payment-checkbox{
    box-shadow: none !important;
    height: 20px !important;
    margin: 0 !important;
}

.payment-check-label{
    padding-top: 16px;
}

.page-header {
    position: relative;

    -moz-animation-name: dropHeader;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 0.5s;

    -webkit-animation-name: dropHeader;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 0.5s;

    animation-name: dropHeader;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.7s;
}
@-moz-keyframes dropHeader {
    0% {
        -moz-transform: translateY(-40px);
    }
    100% {
        -moz-transform: translateY(0);
    }
}
@-webkit-keyframes dropHeader {
    0% {
        -webkit-transform: translateY(-40px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}
@keyframes dropHeader {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0);
    }
}

/** Validation Style **/

.error-checkbox{
    border: 1px solid #c60f13;
}
.mini-stat {
    background:#f1f1f1;
    padding:10px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    margin-bottom:20px;
}
.mini-stat-icon {
    width:60px;
    height:60px;
    display:inline-block;
    line-height:60px;
    text-align:center;
    font-size:30px;
    background:#eee;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    float:left;
    margin-right:10px;
    color:#fff;
}
.mini-stat-info {
    font-size:12px;
    padding-top:2px;
}
.mini-stat-info span {
    display:block;
    font-size:24px;
    font-weight:600;
}
.orange {
    background:#fa8564 !important;
}
.tar {
    background:#1fb5ac !important;
}
.mini-stat .green {
    background:#aec785 !important;
}
.pink {
    background:#a48ad4 !important;
}
.yellow-b {
    background: #fdd752 !important;
}

.report-progress-bar{
	margin-top:5px !important;
	margin-bottom:5px !important;
	background-color:#fff !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
}

.footer{
    /*bottom: 0px;*/
    position: absolute;
    background: #f5f5f5;
    width: 100%;
    z-index: 10000;
    padding: 5px 0;
    margin-top: 150px;
}

.mut-notice{
    top: -5px;
    margin-bottom: 5px !important;
}

.sidebar-down{
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 4px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color:ghostwhite;
    background-image: none;
    border: 0px solid ;
    border-radius: 4px;
}

.bck-color{
    background-color:ghostwhite;

}

#toggle-down{
	    color:lightgray;
        cursor: pointer;
		z-index: 9999 !important;
}


.blockimg {
    margin-left: 405px;
    margin-right: 225px;
    margin-top:150px;
    margin-bottom: 5px;
    width: 70em
}

.blockimg404 {
    margin-left: 300px;
    margin-right: 300px;
    margin-top:150px;
    margin-bottom: 5px;
    width: 70em;
}
.modall-body {
    max-height: 30vh;
    max-width: 50vh;
    margin-left: 500px;
    margin-top:150px;
    margin-bottom: 5px;
}

.account-report-modal-body {
    /* 100% = dialog height, 120px = header + footer */
    min-height: 400px;
    max-height: 650px;
    overflow-y: auto;
}

.month-title{
    margin-left: 390px;
    
}

.content-head{
    margin-bottom: 12px;
}

.content-head-title{
    padding-left: 5px;
}

.parcel-to-lr-Modal{
    max-height: 500px;
    overflow-y: auto;
}
.detail-account-report-modal-body{
    max-height: 420px;
    overflow-y: hidden;
}
.highlight {
        font-weight: bold;
        color: blue;
    }
.red{
    color: red;
}
#advSear {
    color:light-pink;
}

.advancedSearchReport {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px; 
}
.adv-search-button {
    margin-left: 20px;
}

.trip-report-submit {
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.dataTablesToolbar{
  float: left;
  color: blue;
}

.dataTablesColTotal{
  color: blue;
}


.fa {
  border-radius: 50%;
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
}
.fa:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.dsafafa {
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
}
.dwqdqwa:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}




/*http://cssdeck.com/labs/css3-webkit-vertical-scrollbars/*/
.scrollbar
{
    height: 550px;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 25px;
}

.force-overflow
{
    min-height: 400px;
}

#wrapper
{
    text-align: center;
    width: 500px;
    margin: auto;
}

/*
 *  STYLE 1
 */

#style-1::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

/*
 *  STYLE 2
 */

#style-2::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #D62929;
}

/*
 *  STYLE 3
 */

#style-3::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
    background-color: #000000;
}

/*
 *  STYLE 4
 */

#style-4::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb
{
    background-color: #000000;
    border: 2px solid #555555;
}


/*
 *  STYLE 5
 */

#style-5::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar
{
    width: 15px;
    background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar-thumb
{
    background-color: #0ae;
    
    background-image: -webkit-gradient(linear, 0 0, 0 100%,
                       color-stop(.5, rgba(255, 255, 255, .2)),
                       color-stop(.5, transparent), to(transparent));
}


/*
 *  STYLE 6
 */

#style-6::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-6::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

#style-6::-webkit-scrollbar-thumb
{
    background-color: #F90; 
    background-image: -webkit-linear-gradient(45deg,
                                              rgba(255, 255, 255, .2) 25%,
                                              transparent 25%,
                                              transparent 50%,
                                              rgba(255, 255, 255, .2) 50%,
                                              rgba(255, 255, 255, .2) 75%,
                                              transparent 75%,
                                              transparent)
}


/*
 *  STYLE 7
 */

#style-7::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-7::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

#style-7::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-image: -webkit-gradient(linear,
                                       left bottom,
                                       left top,
                                       color-stop(0.44, rgb(122,153,217)),
                                       color-stop(0.72, rgb(73,125,189)),
                                       color-stop(0.86, rgb(28,58,148)));
}

/*
 *  STYLE 8
 */

#style-8::-webkit-scrollbar-track
{
    border: 1px solid black;
    background-color: #F5F5F5;
}

#style-8::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

#style-8::-webkit-scrollbar-thumb
{
    background-color: #000000;  
}


/*
 *  STYLE 9
 */

#style-9::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-9::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

#style-9::-webkit-scrollbar-thumb
{
    background-color: #F90; 
    background-image: -webkit-linear-gradient(90deg,
                                              rgba(255, 255, 255, .2) 25%,
                                              transparent 25%,
                                              transparent 50%,
                                              rgba(255, 255, 255, .2) 50%,
                                              rgba(255, 255, 255, .2) 75%,
                                              transparent 75%,
                                              transparent)
}


/*
 *  STYLE 10
 */

#style-10::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-10::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

#style-10::-webkit-scrollbar-thumb
{
    background-color: #AAA;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(90deg,
                                              rgba(0, 0, 0, .2) 25%,
                                              transparent 25%,
                                              transparent 50%,
                                              rgba(0, 0, 0, .2) 50%,
                                              rgba(0, 0, 0, .2) 75%,
                                              transparent 75%,
                                              transparent)
}


/*
 *  STYLE 11
 */

#style-11::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-11::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

#style-11::-webkit-scrollbar-thumb
{
    background-color: #3366FF;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(0deg,
                                              rgba(255, 255, 255, 0.5) 25%,
                                              transparent 25%,
                                              transparent 50%,
                                              rgba(255, 255, 255, 0.5) 50%,
                                              rgba(255, 255, 255, 0.5) 75%,
                                              transparent 75%,
                                              transparent)
}

/*
 *  STYLE 12
 */

#style-12::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
    border-radius: 10px;
    background-color: #444444;
}

#style-12::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

#style-12::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: #D62929;
    background-image: -webkit-linear-gradient(90deg,
                                              transparent,
                                              rgba(0, 0, 0, 0.4) 50%,
                                              transparent,
                                              transparent)
}

/*
 *  STYLE 13
 */

#style-13::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
    border-radius: 10px;
    background-color: #CCCCCC;
}

#style-13::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

#style-13::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: #D62929;
    background-image: -webkit-linear-gradient(90deg,
                                              transparent,
                                              rgba(0, 0, 0, 0.4) 50%,
                                              transparent,
                                              transparent)
}

/*
 *  STYLE 14
 */

#style-14::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6);
    background-color: #CCCCCC;
}

#style-14::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

#style-14::-webkit-scrollbar-thumb
{
    background-color: #FFF;
    background-image: -webkit-linear-gradient(90deg,
                                              rgba(0, 0, 0, 1) 0%,
                                              rgba(0, 0, 0, 1) 25%,
                                              transparent 100%,
                                              rgba(0, 0, 0, 1) 75%,
                                              transparent)
}

/*
 *  STYLE 15
 */

#style-15::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-15::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

#style-15::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-gradient(linear,
                                       40% 0%,
                                       75% 84%,
                                       from(#4D9C41),
                                       to(#19911D),
                                       color-stop(.6,#54DE5D))
}

/*
 *  STYLE 16
 */

#style-16::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-16::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

#style-16::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-linear-gradient(top,
                                              #e4f5fc 0%,
                                              #bfe8f9 50%,
                                              #9fd8ef 51%,
                                              #2ab0ed 100%);
}


.centerImg{
     float: none;
     margin-left: auto;
     margin-right: auto;
}
/*
tr.group,
tr.group:hover {
    background-color: #ddd !important;
}
*/
#alertContent{
    overflow-y: auto;
    max-height: 300px;
}