﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #efeded;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.checkbox-1x {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}
.checkbox-2x {
    transform: scale(1.7);
    -webkit-transform: scale(1.7);
}

.radio-buttom-1x {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.radio-buttom-2x {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}
.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 10px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.grid-filter-btn {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.icon-2x {
    transform: scale(1.7);
    -webkit-transform: scale(1.7);
}

.avatar {
    white-space: nowrap;
    background-color: #c3c3c3;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    color: #000;
    display: inline-flex;
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    margin-left: 15px;
}
    .avatar .avatar-content {
        width: 32px;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        font-size: 0.857rem;
    }
        .avatar .avatar-content .avatar-icon {
            height: 1rem;
            width: 1rem;
        }
    .avatar [class*='avatar-status-'] {
        border-radius: 50%;
        width: 11px;
        height: 11px;
        position: absolute;
        right: 0;
        bottom: 0;
        border: 1px solid #fff;
    }
        .avatar [class*='avatar-status-'].avatar-status-lg, .avatar [class*='avatar-status-'].avatar-status-xl {
            width: 17px;
            height: 17px;
            border-width: 2px;
        }
    .avatar .avatar-status-online {
        background-color: #28c76f;
    }

.bg-facebook {
    background-color: #fff;
}

.alert {
    position: relative;
    padding: 0.71rem 1rem;
    margin-bottom: 1rem;
    border: 0 solid transparent;
    border-radius: 0.358rem;
}
    .alert .alert-body {
        padding: 0.71rem 1rem;
    }

.mt-2 {
    margin-top: 2px;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}

.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}

.ml-5 {
    margin-left: 5px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-25 {
    margin-left: 25px;
}
.mr-5 {
    margin-right: 5px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-15 {
    margin-right: 15px;
}
.mr-20 {
    margin-right: 20px;
}
.ml-25 {
    margin-left: 25px;
}

.pl-0 {
    padding-left: 0 !important;
}
.pl-3 {
    padding-left: 3px;
}
.pl-5 {
    padding-left: 5px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-15 {
    padding-left: 15px;
}
.pd-5 {
    padding: 5px;
}

.pt-5 {
    padding-top: 5px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-25 {
    padding-top: 25px;
}

hr {
    margin: 0 0 20px 0;
    padding: 0;
}

.title {
    color: #265985;
}

.dropdown-menu {
    z-index: 1100;
}
.dropdown-submenu {
    position: relative;
}
    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }

.navbar-nav > li > span {
    line-height: 20px;
    color: #fff;
}
.navbar-fixed-menu-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-top {
    position: absolute;
}
.navbar-default {
    background-color: #d3d2d2;
    border-color: #d3d2d2;
    padding-top: 2px;
}

.hidden {
    display: none;
}

table.grid-table .grid-header {
    position: sticky;
    top: 0;
}
.table.grid-table .grid-header > .grid-header-title {
    color: #fff;
}

.grid-table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
    padding: 6px;
    line-height: 1;
    vertical-align: top;
    cursor: pointer;
}
.grid-header {
    background-color: #5587b2;
    padding: 0.625em 0.75em;
    border: none;
    margin: 0;
}
.grid-header-title > a {
    color: #fff;
}
.grid-itemscount {
    margin-top: 10px;
    padding-left: 5px;
    color: #164194;
    background-color: #f9f9f9;
    line-height: 2;
    font-weight: bold;
}
.grid-dropdown {
    font-weight: normal;
    left: -102px;
    top: 16px !important;
    min-width: 250px;
}
.min-width-column-grid {
    min-width: 90px;
}
.min-width-column-grid-dthr {
    min-width: 150px;
}
.max-width-column-grid {
    max-width: 200px;
}

.panel-default > .panel-heading {
    padding: 10px 15px 40px 15px;
    padding-bottom: 40px;
    background: #fff;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.modal-body {
    padding: 0 15px;
}
.modal-title {
    color: #164194
}
.modal-search-advanced {
    background: #fff;
    min-height: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.modal-search-advanced-body {
    min-height:580px;
    max-height:580px;
    overflow-y: auto;
}
.modal-overflow-y {
    max-height: 580px;
    overflow-y: scroll;
}

.container-fluid-menu {
    padding: 0 15px 0 15px;
    margin-right: auto;
    margin-left: auto;
}

.cursor-pointer {
    cursor: pointer;
}

.panel-dashboard {
    position: relative;
    height: auto;
}
.panel-dashboard-load {
    min-height: 500px;
}

.chart-pie-dashboard {
    max-width: 77%;
    margin-left: 10%;
}
.chart-bar-dashboard {
    max-width: 530px;
}

.btn-speed-access {
    min-width: 120px;
    max-width: 120px;
    min-height: 105px;
    max-height: 105px;
    text-align: center;
    white-space: normal;
}
.btn-sites {
    width:100%;
    min-height: 110px;
    max-height: 110px;
    text-align: center;
    white-space: normal;
    text-align:left;
}

.background-carried-out {
    background: #55a78b;
    color: #fff;
    text-transform: uppercase;
}
.background-confirmed {
    background: #54aef3;
    color: #fff;
    text-transform: uppercase;
}
.background-done {
    background: #54d1a7;
    color: #fff;
    text-transform: uppercase;
}
.background-due {
    background: #e8676d !important;
    color: #fff !important;
    text-transform: uppercase;
}
.background-sheduled {
    background: #eebe60 !important;
    color: #fff !important;
    text-transform: uppercase;
}

.panel-body-grid {
    max-height: 380px;
    overflow: auto;
    width: 100%
}

.pagination {
    margin: 10px 0;
}

.list-group {
    margin-bottom: 10px;
}

.bs-callout {
    padding: 20px;
    margin: 10px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    background: #fff;
    width: 100%;
}
    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }
    .bs-callout p:last-child {
        margin-bottom: 0;
    }
    .bs-callout code {
        border-radius: 3px;
    }
    .bs-callout + .bs-callout {
        margin-top: -5px;
    }
.bs-callout-default {
    border-left-color: #777;
}
    .bs-callout-default h4 {
        color: #777;
    }
.bs-callout-primary {
    border-left-color: #428bca;
}
    .bs-callout-primary h4 {
        color: #428bca;
    }
.bs-callout-success {
    border-left-color: #5cb85c;
}
    .bs-callout-success h4 {
        color: #5cb85c;
    }
.bs-callout-danger {
    border-left-color: #d9534f;
}
    .bs-callout-danger h4 {
        color: #d9534f;
    }
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
    .bs-callout-warning h4 {
        color: #f0ad4e;
    }
.bs-callout-info {
    border-left-color: #5bc0de;
}
    .bs-callout-info h4 {
        color: #5bc0de;
    }

.btn-list-group-add {
    padding: 0 5px;
    margin-right: 5px;
    background-color: #5cb85c;
    cursor: move;
    font-size: 1.5rem;
    cursor: pointer;
    width: 20px;
    text-align: center;
    color: #fff;
}
.btn-list-group-delete {
    padding: 0 5px;
    margin-right: 5px;
    background-color: #d9534f;
    cursor: move;
    font-size: 1.5rem;
    cursor: pointer;
    width: 20px;
    text-align: center;
    color: #fff;
}

.toast-top-right {
    top: 75px;
    right: 12px;
}

.btnTop {
    cursor: pointer;
    color: #265985;
    position: fixed;
    bottom: 30px;
    right: 5px;
}

.bootstrap-select.btn-group .dropdown-menu {
    max-width: 100%;
    min-height:100%;
}

.thumbnail {
    margin-bottom: 6px;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 2em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}
legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px 0 10px;
    border-bottom: none;
}

.borderless > table > tr {
    border: none !important;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #fff;
    color:#000;
    border-radius: 10px;
    border: dotted 2px #000;
}

.list-group-item > .badge {
    float: right;
}

.text-danger {
    color: #d9534f;
}

.text-success {
    color: #41d341;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.list-group-item:hover {

    background: #e6e2e2;
    cursor:pointer;
}

.jumbotron {
     padding-top: 0; 
     padding-bottom: 0; 
}



