/*@import url(../../../assets/icons/font-awesome/css/fontawesome-all.css);*/
#loginform .intl-tel-input {
    width: 100%;
}
.select2-container {
    width: 85% !important;
}
.errorupload {
    font-style: italic;
    color: #F00;
    font-size: 12px;
}
.navbar-header {
    background: #FFF !important;
    border-bottom: 1px solid #CCC !important;
}
.sidebar-nav>ul>li {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

.dashboardIcons {
    text-align:center;
}
.dashboardIcons a {
    color: #FFF;
}
.dashboardIcons i {
    font-size: 60px;
}
.dashboardIcons p {
    margin: 10px 0;
    font-size: 16px;
    /*font-weight: bold;*/
}
.nobackground {
    background-color: transparent !important;
}
/* Pulse */
@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
.hvr-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.no-flex-wrap {
    flex-wrap:nowrap !important;
}
.x-line-scroll {
    overflow-x:scroll;
}
.pd-10 {
    padding:10px;
}
.pd-t-8 {
    padding-top:8px;
}
.invoice-form {
    margin-bottom: 0px !important;
}
.no-gutters {
    padding:0px;
}
.item-box {
    background-color: #edf1f5;
    margin-bottom:10px;
}
.mg-r-5 {
    margin-right: 5px;
}
.item-box .fa-trash-alt {
    cursor:pointer;
}
.bg-rw-1 {
    background-color: #fcfcfc;
    padding:5px 10px;
    cursor: pointer;
}
.bg-rw-2 {
    background-color:#f7f7f7;
    padding:5px 10px;
    cursor: pointer;
}
.bg-rw-1:hover, .bg-rw-2:hover {
    background-color:#edf1f5;
    padding:5px 10px;
    cursor: pointer;
}
#search_result {
    max-height:250px;
    overflow-y:scroll;
}
.search_result_head {
    padding: 10px;
    background: #e2e1e1cc;
}

.border-table td, .border-table th {
    border:#CCC 1px solid;
    padding:10px;
}
.fas {
    color:#4F5467;
}
.blue-text {
    color:blue;
}
#agreementSplits {
    margin-bottom: 10px;
}
@media screen and (max-width:990px) {
    #agreementSplits {
        overflow-x:scroll;
    }
    .mob-text-right {
        text-align: left !important;
    }
    .act-buttons{
        display: inline-block;
        float:left;
        position:static;
        margin-top: 5px;
        margin-left: 5px;
    }
    .PartProfileView{
        display:none;
    }
    .HelperPageCustom{
        display:none;
    }
}
.warning-ioc {
    font-size:48px;
    color:orange;
}
.mob-text-right {
    text-align: right;
}
.p-r-0 {
    padding-right:0px !important;
}
.item-name {
    margin:9px 0px 0px 10px !important;
}
.datepicker {
    z-index:9999 !important;
}
.table-foot-text {
    margin-top:25px;
    font-size: 16px;
    font-weight: 400 !important;
}
.table-foot-text span {
    font-size: 30px;
}
tr {
    cursor:pointer;
}
.table-drop-filter {
    position: absolute;
    margin-top: 10px;
    left: 185px;
    z-index: 1;
    border: none;
    border-bottom: 1px #e9ecef solid;
    padding: 3px;
}
.open-bal-bg {
    background-color: #00c292;
    color: #FFF;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border-bottom-color: transparent;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 25px 5px 25px;
    color: #03a9f3;
}
.nav .active {
    border-bottom: #03a9f3 3px solid;
}
.tab-content {
    margin-top:35px;
}
.back-btn {
    float: right;
}
.trn-voucher-holder {
    border:#8d97ad 1px solid;
    margin-left: auto;
    margin-right: auto;
    padding:20px;
}
#menu3 div {
    padding:10px;
}
.btn-img {
    border:#e9ecef 1px solid;
    border-radius: 5px solid;
    cursor: pointer;
}
.cleartop-65 {
    margin-top: 65px;
}
.company-info-head {
    position: fixed;
    width: 100%;
    background-color: #0a97d4;
    height:60px;
    padding: 6px 5px;
    z-index: 10;
    color:#FFF;
}
.mv-point {
    cursor:pointer;
}
.mg-t-10 {
    margin-top:10px;
}
.mg-t-5 {
    margin-top:5px;
}
.sc-box-item {
    border:#CCC 1px solid;
    border-radius: 5px;
    padding-top:20px;
    margin-left:1px;
    margin-bottom: 10px;
}
.btn i {
    color:#FFF;
}
.fn-group {
    display:none;
}
.paste-box {
    border:none;
    height:35px;
    margin-bottom: 10px;
    text-align: center;
    border:#CCC 1px dashed;
    cursor: pointer;
    line-height: 33px;
    display:none;
}
.cancelCopy {
    display:none;
}
.replace-icon {
    display:none;
}
.black-text {
    color:#000 !important;
}
.c-btn-blue {
    background-color: #009bba !important;
    color: #FFF !important;
    border:#009bba 1px solid !important;
}
.c-btn-blue:hover {
    background-color: #00accf !important;
    color: #FFF !important;
    border:#00accf 1px solid !important;
}
.c-btn-violet {
    background-color: #7a75c9 !important;
    color: #FFF !important;
    border:#7a75c9 1px solid !important;
}
.c-btn-violet:hover {
    background-color: #6b66bd !important;
    color: #FFF !important;
    border:#6b66bd 1px solid !important;
}
.c-btn-grey {
    background-color: #4a4a4a !important;
    color: #FFF !important;
    border:#4a4a4a 1px solid !important;
}
.c-btn-grey:hover {
    background-color: #7d7a7a !important;
    color: #FFF !important;
    border:#7d7a7a 1px solid !important;
}
.c-btn-orng {
    background-color: #ff5e00 !important;
    color: #FFF !important;
    border:#ff5e00 1px solid !important;
}
.c-btn-orng:hover {
    background-color: #ed5700 !important;
    color: #FFF !important;
    border:#ed5700 1px solid !important;
}
.move-right {
    float:right;
}
.schedule-group {
    border-bottom:#CCC 1px dashed;
    /*margin: 30px 0px;*/
}
.lft-details {
    background-color:#f7f9fb;
    padding:10px;
    /*margin: 0px 15px 0px 10px;*/
    width:100%;
}
.top-fa-search {
    position: absolute;
    margin-top: 21px;
    font-size: 18px;
    margin-left: 10px;
}

.cmp-info h4 {
    margin-bottom:0.5px !important;
    display:block;
    font-size:16px;
}
#sc-filter {
    width:100% !important;
}
tbody td {
    /*text-transform:capitalize;*/
}
.cmp-info {
    display:none;
}
.mobile_view_dash{
    display:block;
}
@media screen and (min-width:900px) {
    .cmp-info {
        margin-top: 12px;
        color: #FFF;
        font-size: 13px;
        display:block;
        text-transform:capitalize;
    }
    .mobile_view_dash{
        display:none;
    }
    
}
@media screen and (min-width:768px) {    
    .mobile_view_dash{
        display:none;
    }
    
}
.vtabs {
    display: table; }
.vtabs .tabs-vertical {
    /*width: 250px !important;*/
    border-bottom: 0px;
    border-right: 1px solid #e9ecef;
    display: table-cell;
    vertical-align: top; }
.vtabs .tabs-vertical li .nav-link {
    color: #343a40;
    margin-bottom: 10px;
    border: 0px;
    box-shadow: 1px 1px grey;
    border-radius: 0.25rem 0 0 0.25rem; }
.vtabs .tab-content {
    /*display: table-cell;*/
    /*padding: 20px;*/
    vertical-align: top;
}

.tabs-vertical li .nav-link.active,
.tabs-vertical li .nav-link:hover,
.tabs-vertical li .nav-link.active:focus {
    background: #fb9678;
    border: 0px;
    color: #fff; }

/*Custom vertical tab*/
.customvtab .tabs-vertical li .nav-link.active,
.customvtab .tabs-vertical li .nav-link:hover,
.customvtab .tabs-vertical li .nav-link:focus {
    background: #fff;
    border: 0px;
    border-right: 2px solid #fb9678;
    margin-right: -1px;
    color: #fb9678; }

.tabcontent-border {
    border: 1px solid #ddd;
    border-top: 0px; }

.customtab2 li a.nav-link {
    border: 0px;
    margin-right: 3px;
    color: #212529; }
.customtab2 li a.nav-link.active {
    background: #fb9678;
    color: #fff; }
.customtab2 li a.nav-link:hover {
    color: #fff;
    background: #fb9678; }
.text-red {
    color:#ff0000;
    font-size:17px;
}
.text-orange {
    color:#ff9933;
    font-size:17px;
}
.text-green {
    color:#33cc33;
    font-size:17px;
}
.fl-box-space {
    padding:0px 0px 5px 10px !important;
}
.label-sch {
    background-color: #091073;
}
.label-log {
    background-color: #993939;
}
.label-cas {
    background-color: #18660d;
}
.label-sc {
    background-color: #42b6f5;
}
.label-pd {
    background-color: #fec107;
}
.label-inv {
    background-color: #fb9678;
}
.label-app {
    background-color: #642416;
}
.label-jrn {
    background-color: #ebb42c;
}
.label-pyv {
    background-color: #52d1ba;
}
.label-puv {
    background-color: #d152cf;
}
.label-rpt {
    background-color: #d1526f;
}
.label-sa {
    background-color: #8e8c92;
}
.label-oth {
    background-color: #c29bf3;
}
.label-itf {
    background-color: #8196ff;
}
.table-responsive a i{
    color:#0000FF !important;
    font-size:17px;
}
.table-responsive a i.purple{
    color:#A020F0 !important;
    font-size:17px;
}
.table-responsive a i.orange{
    color:#FFA500 !important;
    font-size:17px;
}
.table-responsive a i.red{
    color:#FF0000 !important;
    font-size:17px;
}
#sc-details div {
    margin:5px 0px;
}
.item-box-dotted {
    border:#CCC 1px solid;
    padding-bottom:10px;
}
.container-check {
    display: block;
    position: relative;
    padding-left: 35px;
    /*margin-bottom: 12px;*/
    cursor: pointer;
    /*font-size: 22px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 20px;
    width: 20px;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #2196F3;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
    background-color: #0a97d4;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmarkb {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ed5700;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmarkb {
    background-color: #ed5700;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmarkb {
    background-color: #ed5700;
}

/* Create the checkmarkb/indicator (hidden when not checked) */
.checkmarkb:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmarkb when checked */
.container-check input:checked ~ .checkmarkb:after {
    display: block;
}

/* Style the checkmarkb/indicator */
.container-check .checkmarkb:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmarkc {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #A6DF00;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmarkc {
    background-color: #A6DF00;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmarkc {
    background-color: #A6DF00;
}

/* Create the checkmarkc/indicator (hidden when not checked) */
.checkmarkc:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmarkc when checked */
.container-check input:checked ~ .checkmarkc:after {
    display: block;
}

/* Style the checkmarkd/indicator */
.container-check .checkmarkc:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.checkmarkd {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #E8BE24;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmarkd {
    background-color: #E8BE24;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmarkd {
    background-color: #E8BE24;
}

/* Create the checkmarkc/indicator (hidden when not checked) */
.checkmarkd:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmarkc when checked */
.container-check input:checked ~ .checkmarkd:after {
    display: block;
}

/* Style the checkmarkc/indicator */
.container-check .checkmarkd:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.DTFC_LeftFootWrapper table {
    border-top:none !important;
}
.TitleInfoHead {
    height:50px;
    padding:10px;
    background-color:#dee2e6;
    line-height: 30px;
}
#bootstrapTable-sch-info td {
    border-right:#CCC 1px solid !important;
}
.DTFC_LeftBodyLiner table {
    border-top:none !important;
}
.Day-block {
    background-color: #415165;
    margin-top:5px;
    color:#FFF;
}

.action-box .cog-pop {

    display: none;
    position: absolute;
    background-color: #415165;
    color: #FFF !important;
    padding: 7px 10px;
    width: auto;
    z-index: 10000;
    margin-top: -25px;
    right: 82px;
    text-align: center;
    border-radius: 5px;
}
.cog-pop:after {
    content: '';
    position: absolute;
    /*    top: 50%;
        bottom: 15px;*/    
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;  
    border-left: 20px solid #415165;
}
.action-box:hover .cog-pop {
    display: block;
}
.cog-pop a {
    color:#FFF !important;
    font-size:12px !important;
}
.cog-pop a i {
    color:#FFF !important;
    font-size:12px !important;
    padding:0px 5px;
}
.action-box .fa-cog {
    font-size:16px;
    color:#0c32ea;
}
.action-box:hover .cog-pop {
    display: block;
}
.cog-pop a {
    color:#FFF !important;
    font-size:12px !important;
}
.cog-pop a i {
    color:#FFF !important;
    font-size:12px !important;
    padding:0px 5px;
}
.action-box .fa-cog {
    font-size:16px;
    color:#0c32ea;
}
.pop-right-box {
    background-color:#eff4f9;
    padding:10px;
}
.pop-left-box {
    padding:10px;
    background-color:#FFF;
}
#activity-details .modal-body {
    padding:0px 10px !important;
}
#activity-details .modal-header {
    background-color:#03a9f3;
    color:#FFF;
}
.text-highlight {
    color:#51afff;
    font-weight:450;
}
.item-space {
    padding:5px;
}
.dash-split {
    border-bottom: #CCC 1px dashed;
    padding:5px 0px;
}
#agreement-list-table, #agreement-loader {
    display:none;
}
.dark-head-table {
    border:#000 1px solid;
}
.dark-head-table th {
    background-color:#415165 !important;
    color:#FFF;
}
.act-box {
    border-radius: 2px;
    border: #edf1f5 1px solid;
    padding:10px;
    margin-bottom:20px;
}
.row-div div{
    padding:10px;
}
.act-box span {
    font-weight: bold;
}
.align-top {
    padding-top:20px;
}
.custom-table thead tr td {
    background-color: #e8e8e8;
}
#mobile-view { display:none;}
#table-view { display:block;}
@media (max-width: 900px) {
    #mobile-view{
        display:block;
    }
    #table-view{
        display:none;
    }

}
.invoice-box-bg {
    border:#CCC 1px solid;
    margin-left:auto;
    margin-right:auto;
    min-height:500px;
    padding:30px;
}
.inv-title-bg {
    padding:10px 5px;
    background-color:rgb(65 81 101);
    color:#FFF !important;
    font-weight:bold;
}
.boxspace {
    padding:5px;
}
.table-block table {
    width:100%;
}
.table-block table td {
    padding:5px 5px;
    border-bottom:#CCC 1px solid;
}
.no-bt-border {
    border-bottom:none !important;
}
.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#0C9;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    box-shadow: 2px 2px 3px #999;
}

.my-float{
    margin-top:10px;
}
.dashbCol a{
    color:white !important;
}
.sc-item-table th{
    background-color: #EFF4F9;
    color:black;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: bold;
}
.sc-item-table td{    
    text-align: center;
    border-bottom: 1px solid #EFF4F9;
}
.sc-item-table td.marked-red{
    border-left: 3px solid red;
}
.sc-footer-table th{
    background-color: #EFF4F9;
    color:black;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;  
    font-weight: bold;
}
.sc-footer-table td{    
    text-align: center;
    border-bottom: 1px dotted #2196F3;
}
.jrn-status-btn {
    position: absolute;
    right: 10px;
    z-index: 1;
}
.tag-option, .tag-label, .staff-label, .staff-option {
    display:none;
}
.documentMasterLink{
    color: #1a0dab;
    text-decoration: underline;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.invisible {
    visibility: hidden;
}
.popover{
    z-index : 9999 !important;
}
.autoEType{
    border-left:red 5px solid;
}
.nullEType{
    border-left:orange 5px solid;
}
.summerNote .btn i{
    color: black;
}
.note-toolbar .btn i{
    color: black;
}
.note-children-container .btn i{
    color: black;
}
.list_actions .list_actions_pop{
    display: none;
    background-color: #415165;
    color: #FFF !important;
    padding: 7px 10px;
    /*width: auto;*/
    width: max-content;
    z-index: 10000;
    margin-top: -25px;
    text-align: center;
    border-radius: 5px;
    top: 15px;
    min-width: auto;
}
.list_actions:hover .list_actions_pop {
    display: block;
}
.list_actions .fa-cog {
    font-size:16px;
    color:#0c32ea;
}
.list_actions_pop a i {
    color:#FFF !important;
    font-size:12px !important;
    padding:0px 5px;
}
.arppv_table_hd{
    background-image: linear-gradient(180deg, #2193d0, #6dd5ed);
    border-top-left-radius:25px;
    border-top-right-radius:25px;
    color:white;
    padding-top :5px;
    padding-left:15px;
    font-size: 14px;

}
.arppv_table_hd_in{
    background-image: linear-gradient(180deg, #2193d0, #6dd5ed);
    color:white;
    padding-left:15px;
    font-size: 14px;
}
.arppv_table_main{ 
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-color:#d6eaf8;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.arppv_table{
    min-height: 230px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-color:#d6eaf8;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.arppv_table_in{
    min-height: 180px;
    background-color:#d6eaf8;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.arppv_table input.form-control{
    font-size: 14px;
    padding: 0px !important;
    text-align: right;
    background-color: #d6eaf8;
}
.arppv_table_in input.form-control{
    font-size: 14px;
    padding: 0px !important;
    text-align: right;
    background-color: #d6eaf8;
}
.arppv_table_in select{
    font-size: 14px;
    padding: 0px !important;
    text-align: right;
    background-color: #d6eaf8 !important;
}
.arppv_table_in textArea{
    font-size: 14px;
    padding: 0px !important;
    background-color: #d6eaf8;
}
.arppv_table textArea{
    font-size: 14px;
    padding: 0px !important;
    background-color: #d6eaf8;
}

.arppv_table_in select2-selection{
    font-size: 14px;
    padding: 0px !important;
    background-color: #d6eaf8;
}
.arppv_table select{
    font-size: 14px;
    padding: 0px !important;
    text-align: right;
    background-color: #d6eaf8 !important;
}
.arppv_table_bt{
    background-color:#d6eaf8;
    border-bottom-left-radius:25px;
    border-bottom-right-radius:25px;
    font-size: 14px;
}
.arppv_table_bt input.form-control{
    font-size: 14px;
    text-align: right;
    background-color: #d6eaf8;
}
.arppv_table_hd_bt input.form-control{
    font-size: 14px;
    text-align: right;
    background-color: #d6eaf8;
}
.arppv_table_hd_bt{
    background-image: linear-gradient(180deg, #2193d0, #6dd5ed);
    color:white;
    padding-left:15px;
    font-size: 14px;
}
.sch-approve-div {
    background-image: linear-gradient(180deg, skyblue, #ffffff)!important;
}
.sch-approve-div .card-body{
    background-image: linear-gradient(180deg, buttonface, #ffffff)!important;
}
/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
#map {
    height: 100%;
}

/* Optional: Makes the sample page fill the window. */


#floating-panel {
    position: absolute;
    top: 10px;
    left: 25%;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
    text-align: center;
    font-family: "Roboto", "sans-serif";
    line-height: 30px;
    padding-left: 10px;
}

#floating-panel {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -180px;
    width: 350px;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
}

#latlng {
    width: 225px;
}
.starRating.checked {
    color : blue;  
}
.count-label{
    position: absolute;
    top: 12px;
    right: 10px;
    width: 17px;
    height: 17px;
    background-color: #118cf1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1ad0fc), to(#118cf1));
    background-image: -webkit-linear-gradient(right, #1ad0fc, #118cf1);
    background-image: -moz-linear-gradient(right, #1ad0fc, #118cf1);
    background-image: -ms-linear-gradient(right, #1ad0fc, #118cf1);
    background-image: -o-linear-gradient(right, #1ad0fc, #118cf1);
    background-image: linear-gradient(right, #1ad0fc, #118cf1);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    font-size: .60rem;
    color: #ffffff;
    line-height: 18px;
}
.list_dropdown .list_dropdown_pop{
    /*display: none;*/
    color: #FFF !important;
    padding: 7px 10px;
    /*width: auto;*/
    width: max-content;
    z-index: 10000;
    margin-top: -25px;
    border-radius: 5px;
    top: 15px;
    min-width: auto;
}
/*.list_dropdown:hover .list_dropdown_pop {
    display: block;
}*/
.list_dropdown_pop a i {
    color:#FFF !important;
    font-size:12px !important;
    padding:0px 5px;
}
.list_dropdown_pop .selected {
    color:black !important;
    font-weight: bold;
    font-size:13px !important;
}
.list_dropdown .fa-caret-down {
    font-size:20px;
    margin: 5px 0px 0px 5px;
}
.appntbox{
    border:1px grey dotted;
    border-radius: 5px;
    padding:5px;
}
td.nowrap_col {
    max-width: 70px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.tileIcons {
    text-align:center;
    border-radius: 5px;

    /*padding: 10px;*/
}
.tileIcons a {
    color: #FFF;
}
.tileIcons i {
    font-size: 15px;
}
.tileIcons p {
    margin: 10px 0;
    font-size: 15px;
    /*font-weight: bold;*/
}
.arppv_table_hd_new{
    /*background-image: linear-gradient(180deg, #2193d0, #6dd5ed);*/
    /*background-color: #88bbef;*/
    /*    border-top-left-radius:25px;
        border-top-right-radius:25px;*/
    color:black;
    padding-top :5px;
    /*padding-left:15px;*/
    font-size: 20px;

}
.arppv_table_hd_in_new{
    /*background-image: linear-gradient(180deg, #2193d0, #6dd5ed);*/
    background-color: #2193d0;
    color:white;
    padding-left:15px;
    font-size: 14px;
}
.arppv_table_main_new{ 
    /*    border-top-left-radius: 25px;
        border-top-right-radius: 25px;*/
    /*background-color:#d6eaf8;*/
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.arppv_table_new{
    /*min-height: 230px;*/
    /*    border-top-left-radius: 25px;
        border-top-right-radius: 25px;*/
    /*background-color:#d6eaf8;*/
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.arppv_table_in_new{
    /*min-height: 180px;*/
    /*background-color:#d6eaf8;*/
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.arppv_table_new input.form-control{
    font-size: 14px;
    padding: 0px !important;
    text-align: right;
    /*    background-color: #d6eaf8;*/
}
.arppv_table_in_new input.form-control{
    font-size: 14px;
    padding: 0px !important;
    text-align: right;
    /*background-color: #d6eaf8;*/
}
.arppv_table_in_new select{
    font-size: 14px;
    padding: 0px !important;
    text-align: right;
    /*    background-color: #d6eaf8 !important;*/
}
.arppv_table_in_new textArea{
    font-size: 14px;
    padding: 0px !important;
    /*    background-color: #d6eaf8;*/
}
.arppv_table_new textArea{
    font-size: 14px;
    padding: 0px !important;
    /*    background-color: #d6eaf8;*/
}

.arppv_table_in_new select2-selection{
    font-size: 14px;
    padding: 0px !important;
    /*    background-color: #d6eaf8;*/
}
.arppv_table_new select{
    font-size: 14px;
    padding: 0px !important;
    text-align: right;
    /*    background-color: #d6eaf8 !important;*/
}
.arppv_table_bt_new{
    /*    background-color:#d6eaf8;*/
    /*    border-bottom-left-radius:25px;
        border-bottom-right-radius:25px;*/
    font-size: 14px;
}
.arppv_table_bt_new input.form-control{
    font-size: 14px;
    text-align: right;
    /*    background-color: #d6eaf8;*/
}
.arppv_table_hd_bt_new input.form-control{
    font-size: 14px;
    text-align: right;
    /*    background-color: #d6eaf8;*/
}
.arppv_table_hd_bt_new{
    /*background-image: linear-gradient(180deg, #2193d0, #6dd5ed);*/
    background-color: #2193d0;
    color:white;
    padding-left:15px;
    font-size: 14px;
}
.sch-approve-div-new {
    /*background-image: linear-gradient(180deg, skyblue, #ffffff)!important;*/
}
.sch-approve-div-new .card-body{
    /*background-image: linear-gradient(180deg, buttonface, #ffffff)!important;*/
}
.schedule-group_new {
    border-bottom:#CCC 1px dashed;
    /*margin: 0px 40px;*/
    /*margin: 30px 0px;*/
}
.bg-sch-header{
    background-color: #bfe5fa;
}
.sch_border{
    /*border: dotted 1px;*/
}
.bg-sch-header .select2-selection {
    margin-top:5px;
}
.bg-sch-header_filter{
    background-color: #dfdfdf;
}
.arppv_table_hd_new a{
    color: black;
}
.sch-nav-bar{
    padding: 0.5rem 0rem !important; 
}
.sch-nav-link:hover {
    color: #006bc9 !important;
}
.sch-nav-link{
    padding-right: 0.3rem !important;
    padding-left: 0.3rem !important;
}
.sch-approve-block{
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    margin-top: 15px;
}
.arppv_table_new h3{
    color: #006bc9;
}
.timeBlock th{
    text-transform: none !important;
}
.supportTag_Block th{
    text-transform: none !important;
}
.lineitemBlock th{
    text-transform: none !important;
}
.payitemBlock th{
    text-transform: none !important;
}
.clps_data_val{
    background:#e8e8e8;
}
.clps_data_val h3{
    width: 100%;font-weight: bold;font-size: 18px;color:#006bc9;text-align: center;
}
.text-wrap{
    white-space:normal;
}
.width-50{
    width:80px;
}
.stripes {
  background: linear-gradient(45deg, #C9DFEC 25%, #EBF4FA 25%, #EBF4FA 50%, #C9DFEC 50%, #C9DFEC 75%, #EBF4FA 75%);
  background-size: 10px 10px;
}
.recurr-sch{
    border:1px ridge grey;
    font-size: 10px;
}
.bg_gradient1{
font-size: medium;
font-weight: bolder;
background: rgb(46,35,226);
background: linear-gradient(90deg, rgba(46,35,226,1) 0%, rgba(0,212,255,1) 0%, rgba(155,155,231,1) 95%);
}
.bg_gradient2{
    font-size: medium;
    font-weight: bolder;
background: rgb(46,35,226);
background: linear-gradient(135deg, rgba(46,35,226,1) 0%, rgba(0,212,255,1) 0%, rgba(155,155,231,1) 95%);
}
.bg_gradient3{
    font-size: medium;
    font-weight: bolder;
background: rgb(46,35,226);
background: linear-gradient(135deg, rgba(46,35,226,1) 0%, rgba(0,212,255,1) 0%, rgba(155,155,231,1) 100%);
}
.incReportDiv{
    width:100%;
    padding:5px;
    border-radius: 5px;
    border:1px dotted #006bc9;
}
.incReportContent{
    margin: 2px;
    padding:5px;
    border-radius: 5px;
    background-color: #dee2e6;
}
.validateLabelRed{
    color:red;
    font-size: 13px;
}
.INT_MinPay{
    background-color: white !important;
    opacity:1.0  !important;
    font-weight: 800;
    color:green;
}
.inactive-tags input{
    background-color: #f1f1f1;
}
.inactive-tags select{
    background-color: #f1f1f1;
}
.inactive-tags span.select2-selection{
    background-color: #f1f1f1;
}
.blockRow{
    width: 90%;    
    padding: 5px;
    border-radius: 7px;
}