body{
    margin: 0px;
    padding: 0px;
}
body, form, h1,h2,h3,h4,h5,h6,p,div,ul,li,ol,span,th,td,b,pre{
    font-family: 'Lato', sans-serif;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px; 
}

/* Track */
::-webkit-scrollbar-track {
    background: #F1F4F7; 
    border-radius: 10px;
}
   
/* Handle */
::-webkit-scrollbar-thumb {
    background: #A8A8A8; 
}
  
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #A8A8A8; 
}


::-webkit-input-placeholder {
    font-style: italic;
 }
 :-moz-placeholder {
    font-style: italic;  
 }
 ::-moz-placeholder {
    font-style: italic;  
 }
 :-ms-input-placeholder {  
    font-style: italic; 
 }
textarea{
	border: 0px;
    background: #efecec;
    height: 320px;
    width: 95%;
}
.topband{
	background-color: #dadada;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    font-weight: bold;
}
.blockQuote{
    width: 50%;
    float:left;
    box-sizing: border-box;
}

.content_here{
    padding: 20px; 
    max-height: 450px;
}

.business_card_content{
    overflow: hidden;
}
#tabContentHere{
    padding: 20px 0px;
}
.search_div{
    width: 97.5%;
}
.search_reps{
    border: 0;
    border-bottom: 1px solid #c1c1c1;
    font-size: 14px;
}
.search_reps:focus{
    box-shadow: none;
}
.ermsg{
    color: #ec6e6e;
    font-size: 13px;
}
.reps_table{
    min-height: 100px;
    overflow-y: auto;
    width: 100%;
}
.form-group {
    width: max-content;
    float: left;
}
.table{
    border-spacing: 0px;
    border-collapse: separate;
}
.table thead {
    position: sticky;
    top: 0px;
    z-index: 1;
}
.table tfoot {
    position: sticky;
    bottom: 0px;
    z-index: 1;
}
.table thead th {
    background: #fff;
    color: #616e88;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #eff0f5;
    border-top: 1px solid #eff0f5;
    min-width: 160px;
}
.table tr{
    margin-bottom: 10px;
}
.table td, .table th {
    vertical-align: middle;
}
.table td{
    background: #fff;
    border: 0px;
    border-bottom: 1px solid #eff0f5;
    color: #616e88;
}

.table-wrapper {
    position: relative;
    white-space: nowrap;
}
  
.sticky-col {
    position: -webkit-sticky;
    position: sticky;
    background-color: white !important;
}
.first-col {
    left: 0px;
}
.second-col {
    left: 40px;
}
thead tr th.second-col, tbody tr td.second-col {
    /* box-shadow: 3px 0 3px -1px rgb(0 0 0 / 10%); */
    border-right: 1px solid #eff0f5;
}


/* .table tbody tr:hover td{
    background-color: #ecf2fa;
} */

/* .table th:first-child, .table td:first-child{
    border-radius: 5px 0px 0px 5px;
}
.table th:last-child, .table td:last-child{
    border-radius: 0px 5px 5px 0px;
} */
.table tfoot tr td{
    font-weight: 600;
}

a:not(.fc-event), a:not(.fc-event):hover{
    color: #338cf0;
    text-decoration: none;
}

.checkbox_here{
    border: #dadada solid 1px;
    padding: 5px 10px;
    margin: 10px 10px 0px 0px;
    width: max-content;
    float: left;
    border-radius: 4px;
}
.clr{
    clear: both;
    width: 100%;
}
.msg_div{
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    color: green;
}
.msg_div.error{
    color: red;
}
.evErrMsg{
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
}

.all_user{
    min-width: 400px;
}
.select2{
    width: 200px !important;
}
.select2-container--default .select2-selection--multiple{
    min-height: calc(1.5em + .75rem + 2px) !important;
}
.no_btn{
    border: none;
    background: no-repeat;
    text-decoration: underline;
    padding-left: 0;
}
.item_table{
    min-height: 300px;
    max-height: 321px;
}
.v-align{
    vertical-align: middle !important;
}
.w-20{
    width: 20px;
}
.w-100{
    width: 100%;
}
.min-w-40px{
    min-width: 40px !important;
}
.min-w-70px{
    min-width: 70px !important;
}
.min-w-100px{
    min-width: 100px !important;
}
.min-w-200px{
    min-width: 200px !important;
}
.min-w-250px{
    min-width: 250px !important;
}
.min-w-270px{
    min-width: 270px !important;
}
.fs-15{
    font-size: 15px;
}
.add-new-row-section{
    width: 88%;
    float: left;
}
.submit-section{
    float: right;
}
.btn-add, .btn-add:hover, .btn-add:focus, .btn-add:active{
    color: #0078ff;
    background-color: #E2F0FF;
    border-color: #4ca2ff;
}
.btn-save, .btn-save:hover, .btn-save:focus, .btn-save:active{
    color: #fff;
    background-color: #07bdac;
    border-color: #07bdac;
    padding: .375rem 1.75rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 39px !important;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #ced4da !important;
}
.select2-container .select2-selection--single{
    height: 38px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    border: 1px solid #ced4da !important;
}

.High_Under_Utilized{
    background: #434343 !important;
    color: #ffffff;
}
.Low_Under_Utilized{
    background: #434343 !important;
    color: #ffffff;
}
.Correctly_Utilized{
    background: #434343 !important;
    color: #ffffff;
}
.Low_Over_Utilized{
    background: #434343 !important;
    color: #ffffff;
}
.High_Over_Utilized{
    background: #434343 !important;
    color: #ffffff;
}


.customDropdown.dropdown {
    display: inline-block;
    position: relative;
}
.customDropdown button {
    padding: 10px 30px 10px 10px;
    background: #ececec;
    border: 0px;
    border-radius: 2px;
    width: 18em;
    cursor: pointer;
    font-size: 15px;
    text-align: left;
}
.customDropdown button:before,
.customDropdown button:after {
    display: block;
    content: '';
    width: 1px;
    height: 8px;
    background: #282828;
    position: absolute;
    top: 20px;
}
.customDropdown button:before {
    right: 21px;
    transform: rotate(-45deg);
}
.customDropdown button:after {
    right: 16px;
    transform: rotate(45deg);
}
    
.customDropdown ul {
    display: none;
    position: absolute;
    background: #fff;
    list-style: none;
    border: 1px solid #f0f0f0;
    line-height: 1em;
    top: 0px;
    left: 0px;
    box-shadow: 0px 0px 3px 1px #ccc;
    padding: 0;
    width: 15em;
    margin: 0;
    z-index: 11;
    /* height: calc(100vh - 200px); */
	overflow-y: auto;
    min-height: 100px;
    height: 100%;
}

.customDropdown ul li {
    padding: 8px;
    cursor: pointer;
    transition: background 250ms;
    font-size: 14px;
}
.customDropdown ul li.selected, .customDropdown ul li:hover {
    background: #f0f0f0;
}
.customDropdown ul li.searchInput {
    padding: 0.5em;
    /* position: fixed; */
    height: 67px;
    width: 221px;
    background: #f0f0f0;
}
/* .customDropdown ul li:nth-of-type(2) {
	margin-top: 67px;
} */
.customDropdown ul li input {
    width: 100%;
    border: 0px;
    border: 1px solid #ccc;
    padding: 1em;
}

.searchContainer .savedSearches {
    margin: 0.8em 0;
}
.pt5{
    padding-top: 5px;
}

.itemRow:hover .img-icon{
    display: block;
}
.img-icon{
    display: none;
}
.img-icon img{
    background: none;
    border-radius: 50%;
    height: 25px;
    opacity: 1;
    padding: 7px;
    text-align: center!important;
    width: 25px;
}
.img-icon:hover img{
    background: #fff!important;
    box-shadow: 0 2px 12px 0 rgb(34 120 201 / 10%);
}
.form-control.hoverEdit{
    border: 0px;
    width: 77%;
    float: left;
}
.form-control.hoverEdit.active{
    border: 1px solid #ced4da !important;
}
.form-control.hoverEdit[readonly], .form-control.hoverEdit[readonly]:hover, .form-control.hoverEdit[readonly]:focus, .form-control.hoverEdit[readonly]:active, .form-control.hoverEdit:disabled {
    background-color: #ffffff !important;
    border: 0 !important;
    cursor: default;
    box-shadow:none !important;
}
.form-control, .form-control.hoverEdit:hover{
    border: 1px solid #ced4da;
}
.form-control.hoverEdit:focus{
    border: 1px solid #3c9df7;
    box-shadow: 0 0 6px #8dc4ff;
}

.hoverEdit[type="date"]::-webkit-inner-spin-button,
.hoverEdit[type="date"]::-webkit-calendar-picker-indicator {
    /* display: none;
    -webkit-appearance: none; */

    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    /* height: auto; */
    /* left: 0; */
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
    /* width: auto; */
}
select.hoverEdit {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}
select.hoverEdit::-ms-expand {
    display: none;
}
.colorRed{
    color:#EE1B49 !important;
}
.colorGreen{
    color:#4FA423 !important; 
}

.editorDiv{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.saveCancelSpan {
    padding-right: 0;
    right: -59px;
    top: 7px;
    float: right;
    display: none;
    margin-left: 5px;
    min-width: 50px;
}
.svgIcons {
    background-image: url(//img.zohocdn.com/crm/images/svgicons_162d5bc_.svg);
    background-repeat: no-repeat;
}
.saveAct{
    background-position: -504px -52px;
    height: 20px;
    width: 20px;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    cursor: pointer;
}
.cancelAct {
    background-position: -504px -52px;
    height: 20px;
    width: 20px;
    display: inline-block;
    line-height: 0;
    margin-left: 4px!important;
    margin-right: 0;
    position: relative;
    vertical-align: top;
    border: none;
    border-radius: 0;
    padding: 0;
}
.cancelAct span{
    background-position: -532px -52px;
    height: 22px;
    top: 0;
    width: 22px;
    display: inline-block;
    left: 0px;
    padding: 0;
    position: absolute;
}


/* Calender Events Color */
.HeldEvent{
    background-color:#FBE022 !important;
    border-color: #FBE022 !important;
    color: #000 !important;
}
.HeldEvent .fc-event-main{
    color: #000 !important;
}
.ConfirmedEvent, .BookedEvent{
    background-color:#4FA423 !important;
    border-color: #4FA423 !important;
    color: #fff !important;
}
.PostponedEvent{
    background-color:#574498 !important;
    border-color: #574498 !important;
    color: #fff !important;
}
.ReleasedEvent{
    background-color:#1281C4 !important;
    border-color: #1281C4 !important;
    color: #fff !important;
}
.CustomEvent, .nullEvent{
    background-color:#B8B8B8 !important;
    border-color: #B8B8B8 !important;
    color: #fff !important;
}
.ConfirmedEvent .fc-event-main, .PostponedEvent .fc-event-main, .ReleasedEvent .fc-event-main, .CustomEvent .fc-event-main{
    color: #fff !important;
}

/* event modal */
#actionViewEventModal hr{
    border-top: 2px solid #f1f4f7;
}
#actionViewEventModal .modal-header{
    align-items: center;
}
#actionViewEventModal .modal-header .eventDelete{
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    cursor: pointer;
}
#actionViewEventModal .modal-header .eventDeleteRecur{
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem 0;
    cursor: pointer;
}
#actionViewEventModal .modal-header .close{
    margin: -1rem -1rem -1rem 0;
}
.event-note-content {
    padding-bottom: 10px;
    border-bottom: 2px solid #f1f4f7;
}

#actionEventModal .for_recurring{
    display: none;
}
.max-content{
    width: max-content;
}
.ui-widget.ui-widget-content{
    z-index: 1051 !important;
}
#date_months{
    font-size: 1.75em;
    border: 0px;
    border-bottom: 1px solid #ced4da !important;
    border-radius: 0px;
}

#date_months:active, #date_months:focus{
    box-shadow: none
}

.widget_businessCardDiv {
    margin: 0px!important;
}

.widget_businessCard {
    padding: 0px 0px!important;

}
