 .fc-button-group {
    position: relative;
    display: inline-flex;
}

.fc-button-group>.fc-button {
    position: relative;
    flex: 1 1 auto;
    margin: 0px 5px !important;
    border-radius: 30px !important;
    padding: 6px 18px !important;
}
.fc-button {
    overflow: visible;
    text-transform: none;
    margin: 0;
    font-family: inherit;
}
.fc-button {
    -webkit-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .4em .65em;
    font-size: 1em;
    line-height: 1.5;
    border-radius: .25em;
}
.fc-button-primary {
    color: #fff;
    color: var(--fc-button-text-color,#fff);
    background-color: #2C3E50;
    background-color: var(--fc-button-bg-color,#2C3E50);
    border-color: #2C3E50;
    border-color: var(--fc-button-border-color,#2C3E50);
}
.fc-button-group>.fc-button:not(:first-child) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.fc-button:not(:disabled) {
    cursor: pointer;
}
.building-submenu{
    position: relative;
}
.building-submenu i.simple-icon-arrow-down {
    position: absolute;
    top: 10px;
    right: 0px;
    cursor: pointer;
}
.calendar-btns{
    display: inline-block;
    margin-left: 20px;
}
.modal .modal-body,
.modal .modal-footer,
.modal .modal-header{
    padding: 1rem 1.75rem !important;
}
.dataTables_wrapper{
    overflow: initial !important;
}
.form-group .disabled{
    pointer-events: none; 
    background-color: #e9ecef !important;
    opacity: 1;
}
table.table-list-leads .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
table.table-list-leads .btn-group {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    width: 100%;
    max-width: 180px;
}
table.table-list-leads #btnGroupDrop1{
    background-color: #2070a2;
    border-color: #2070a2;
    position: relative !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    border-radius: 50px !important;
    outline: initial !important;
    box-shadow: initial !important;
    padding: 0px 20px;
    transition: background-color box-shadow 0.1s linear;
    width: 100%;
    color: white;
    font-size: 13px;
    vertical-align: middle;
}
table.table-list-leads .btnGroupDrop1:hover,
table.table-list-leads .btnGroupDrop1:focus{
	color: white;
}
table.table-list-leads .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 12px;

}
table.table-list-leads .open > .dropdown-menu {
    display: block !important;
}
table.table-list-leads .dropdown-menu {
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 1000;
 display: none;
 float: left;
 min-width: 10rem;
 padding: .5rem 0;
 margin: .125rem 0 0;
 font-size: 2rem;
 color: #212529;
 text-align: left;
 list-style: none;
 background-color: #fff;
 background-clip: padding-box;
 border: 1px solid rgba(0,0,0,0.15);
 border-radius: .25rem;
 width: 100%;
}
.mb-5{
    margin-bottom: 5px;
}
.mt-20{
    margin-top: 20px;
}
.mt-05{
    margin-top: 5px;
}
.panel-custom-title{
    background-image: none;
    background-color: #009fc1;
    color: white;
    cursor: pointer;
    z-index: 9;
}
.price-width{
    max-width: 100px;
    display: inline-block;
    margin-left: 10px;
}
.nav-tabs-leads > li {
    width: 50%;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    background: #eff4f6;
}
.SPLAddressListSt{
    width: 100%;
    line-height: 1.6em;
    padding: 8px 12px;
    border: 1px solid #e1e9f2;
}

.custom-padding-0{
    padding:0px;
}

.custom-side-padding-30{
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.custom-margin-left-20{
    margin-left: 20px !important;
}

.custom-margin-left-10{
    margin-left: 10px !important;
}

.custom-margin-top-neg35{
    margin-top: -35px;
}

.custom-margin-top-10{
    margin-top: 10px;
}

.custom-margin-top-5{
    margin-top: 5px;
}

.custom-textarea-resize-vertical{
    resize: vertical;
}

.custom-width-100-percent{
    width:100%;
}
.panel-custom-heading{
    background: #eff4f6;
    margin-bottom: -16px;
}
.width-15 {
    width: 15% !important;
}
.width-25 {
    width: 25% !important;
}
.width-80 {
    width: 80% !important;
}
.width-90 {
    width: 90% !important;
}
.valign-middle {
    vertical-align: middle !important;
}
.display-inline {
    display: inline !important;
}
.icon-red {
    color: #e74c3c !important;
}
.icon-green {
    color: #2ecc71 !important;
}
.mb-0{
    margin-bottom: 0px !important;
}
.mb-5{
    margin-bottom: 5px !important;
}
.mt-10{
    margin-top: 10px !important;
}
audio { 
    display: block;
    width: 100%; 
}
pre{
    position: relative;
    z-index: 9;
}
.btn-white
{
    background-color: #fff !important;
    border: 1px solid #cacaca !important;
}

.vertical-middle{
    vertical-align: middle !important;
}
.logo-login{
    width: 100%;
    max-width: 280px;
    margin-bottom: 40px;
}
.auth-card .form-side{
    padding: 50px !important;
}
.auth-card .image-side{
    background: url(../img/login-background.jpg) !important;
    background-size: auto !important;
    background-position: 418px -18px !important;
    padding: 20px 20px !important;
    background-repeat: no-repeat;
    vertical-align: middle;
    text-align: center;
}
.img-side-p{
    color: #00111a;
    font-weight: 500;
    font-size: 15px;
}
div.alert h5{
    margin-bottom: 0px;
    font-size: 1rem;
}
.navbar .navbar-logo .logo{
 background-image: url(../img/logo.jpg) !important;
 background-size: cover !important;
}
.navbar .navbar-logo{
    width: 260px !important;
    height: 48px !important;
}
.sidebar .sub-menu{
    padding-top: 30px;
}
.navbar #notificationDropdown{
    height: auto !important;
}
.sub-menu .close{
    margin-right: 15px;
    margin-top: -20px;
    z-index: 999;
}

.page-item .page-link {
   padding: 0.55rem 8px !important;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 0px solid #dee2e6 !important;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.fixed-background{
    background: #f9f9f9 !important;
    z-index: -9;
}
.alert-content p{

    padding-bottom: 0px !important;
    margin-bottom: 0px !important;

}

.mt-40{
    margin-top: 40px;
}

.form-control.invalid{
    border-color: #dc3545 !important;
}

table.dataTable thead .no-sorting.sorting:after,
table.dataTable thead .no-sorting.sorting_asc:after,
table.dataTable thead .no-sorting.sorting_desc:after,
table.dataTable thead .no-sorting.sorting_asc_disabled:after,
table.dataTable thead .no-sorting.sorting_desc_disabled:after {
    content: "" !important;
}

.custom-width-100{
    width:100%;
}
#graphSelect{
    position: absolute;
    width: 300px;
    right: 30px;
    top: 20px;
}
input[type="file"][name="file_source"]{
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    filter: alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity:0;
    background-color:transparent;
    color:transparent;
    width: auto;
    min-height: auto;
    height: auto;
    cursor: pointer;
}
.progress-staff{
    position: relative;
    width: 100%;
    height: 15px !important;
}
.progress-staff span{
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 90px;
    width: 100%;
    position: absolute;
    font-weight: bold;
    color: #adadad;
}

.menu .sub-menu ul.inner-level-menu {
    display: block!important;
}
.building-name-card{
    text-align: center;
    padding: 5px;
}
.card-padding-top{
    padding-top: 20px;
    margin-top: 20px;
}
.position-relative{
    position: relative;
}
select.select-team-schedule{
        background: #145387;
    color: white;
    border-radius: 50px;
    display: inline-block;
    width: 100%;
    max-width: 185px;
    vertical-align: middle;
    padding: 7px 11px;
        cursor: pointer;
}
select.select-team-schedule:focus{
     background: #145387;
         color: white;
}
select.select-team-schedule option{
           cursor: pointer;
}
select.select-team-schedule.active{
 background-color: #0c3253 !important;
    border-color: #0c3253 !important;   
}
.department-building-container{
    display: none;
}
.department-building-container .col-md-6{
    margin: 10px 0px;
}
.department-building-container .btn{
        width: 100%;
    border-radius: 0px;
    background: #76828e;
    color: white;
    text-transform: uppercase;
    padding: 4px;
}

.select-schedule,
.selected-schedule{
        width: 100%;
    margin-left: 10px;
    margin-right: 10px;
   
}
.select-schedule{
max-width: 120px;
}
.selected-schedule{
     max-width: 230px;
}
.text-schedule,
.select-schedule,
.go-schedule,
.selected-schedule{
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.actions-container{
    text-align: right;
}
.text-schedule .h6{
    margin-top: 10px;
}
.selected-schedule .select2-container,
.select-schedule .select2-container {
    font-size: 15px;
}
.selected-schedule .select2-container--default .select2-selection--single .select2-selection__arrow b,
.select-schedule .select2-container--default .select2-selection--single .select2-selection__arrow b{
        margin-left: -10px !important;
    margin-top: 0px !important;
}
.selected-schedule .select2-selection__rendered,
.select-schedule .select2-selection__rendered,
#schedule-form .select2-selection__rendered{
    padding-left: 10px !important;
    padding-top: 3px;
    padding-bottom: 3px;
}
.selected-schedule .select2-container .select2-selection--single,
.select-schedule .select2-container .select2-selection--single,
#schedule-form .select2-container .select2-selection--single{
        height: auto !important;
}
.team-selected{
    width: 100%;
}
.other-selected-building .select2-container,
.other-selected-department .select2-container{
    margin-bottom: 10px;
}
.other-selected-department,
.other-selected-building{
    width: 100%;
}
.btn-my-schedule{
        margin-right: 10px;
}

.select2.invalid span.selection span{
    border-color: #ff0000 !important;
}