.container-fluid {
    padding-top: 60px;
}

/******************Bootstrap override****************/
.checkbox{
    padding-left: 0;
}
/*-----------------Bootstrap override---------------*/

/******************Switch start****************/
.switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 56px;
    height: 20px;
    padding: 3px;
    background-color: white;
    border-radius: 18px;
    box-shadow: inset 0 -1px #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #f9f9f9;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: opacity background;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    transition-property: opacity background;
}
.switch-label:before,
.switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}
.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #aaa;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}
.switch-input:checked ~ .switch-label {
    background: #c7cbd5;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
    opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
    opacity: 1;
}
.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    background-image: -webkit-linear-gradient(top, #ffffff 40%, #f0f0f0);
    background-image: -moz-linear-gradient(top, #ffffff 40%, #f0f0f0);
    background-image: -o-linear-gradient(top, #ffffff 40%, #f0f0f0);
    background-image: linear-gradient(to bottom, #ffffff 40%, #f0f0f0);
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}
.switch-handle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: #f9f9f9;
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
    background-image: -moz-linear-gradient(top, #eeeeee, #ffffff);
    background-image: -o-linear-gradient(top, #eeeeee, #ffffff);
    background-image: linear-gradient(to bottom, #eeeeee, #ffffff);
}
.switch-input:checked ~ .switch-handle {
    left: 40px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-primary > .switch-input:checked ~ .switch-label {
    background: #36a9e1;
}
.switch-success > .switch-input:checked ~ .switch-label {
    background: #78cd51;
}
.switch-warning > .switch-input:checked ~ .switch-label {
    background: #fabb3d;
}
.switch-important > .switch-input:checked ~ .switch-label {
    background: #ff5454;
}
.switch-info > .switch-input:checked ~ .switch-label {
    background: #67c2ef;
}
.switch-danger > .switch-input:checked ~ .switch-label {
    background: #d9534f;
}
/**************Switch end********************/
.breadcrumb {
    margin-bottom: 10px !important
}


.dashboard-stat {
    height: 170px;
    background-color: #fff !important
}
.dashboard-stat.bg-blue {
    border:2px solid #79a6cd !important;
}
.dashboard-stat.bg-grey {
    border:2px solid #949494 !important;
}
.dashboard-stat.bg-blue .more {
    background-color: #79a6cd !important;
}
.dashboard-stat.bg-grey .more {
    background-color: #949494 !important;
}
.dashboard-stat.bg-blue .details .number, .dashboard-stat.bg-blue .details .desc {
    color: #3075a2 !important;
}
.dashboard-stat.bg-grey .details .number, .dashboard-stat.bg-grey .details .desc {
    color: #5c5c5c !important;
}
.dashboard-stat .number {
    font-weight: bold !important;
    max-width: 270px;
}
.dashboard-stat .desc {
    width: 175px;
    font-size: 14px !important
}
.dashboard-stat .more {
    margin-top:140px
}


#dashboard-lockers .col-md-3 ul {
    
    padding-left: 13px
}

.page-footer {
    width: 1140px;
    margin: 0 auto;
}



.help-tooltips-icon {
    color: #4290cc;
    cursor: pointer
}