.app .app-container .app-sidebar{
    width:200px !important;
    height: 100% !important;
}

.app .app-container .app-content.app-sidebar-left{
    padding-left:200px !important;
}

.app .app-container.app-sidebar-left-minimized .app-sidebar.dir-left {
    width: 50px !important;
}

.app .app-container.app-sidebar-left-minimized .app-content.app-sidebar-left {
    padding-left: 50px !important;
}


.disable-resize-textarea {
    resize: vertical;
    height: 40px!important;
    max-height: 130px;
}

/*** Pricing table styles ***/
.table-price-wrap{color:#555;display:flex;flex-wrap:wrap;justify-content:flex-start}.table-price{margin-bottom:5px;padding:30px;margin-right:20px;background:#ebebeb}.table-price header h4{font-weight:300;letter-spacing:2px;color:#000;text-transform:uppercase;font-size:1.2em}.table-price header sup{font-size:1.5em;color:#000;top:-1em;margin-left:-15px}.table-price header span.price{font-size:4em;display:inline-block;padding-right:15px;line-height:1.5}.table-price content p.lead{color:#000;font-size:1.2em}.table-price content ul{padding:0;margin:0 0 20px;list-style:none}.table-price content ul li{padding-left:20px;position:relative}.table-price content ul li:after{content:'\f00c';position:absolute;color:#000;left:0;top:2px;display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased}@media (max-width:480px){.table-price{padding:30px;margin-right:0}}


/*.k-calendar .k-state-focused {*/
/*    background-color: #efefef;*/
/*}*/

/*.k-calendar .k-state-selected, .k-calendar .k-state-selected.k-state-hover {*/
/*    border-color: transparent;*/
/*    background-color: #ff4350;*/
/*}*/

.dropdown-item.disabled{
    color: #6c757d !important;
}
.dropdown-item.read{
    /*color: #6c757d !important;*/
}

.dropdown-item.unread{
    font-weight: 500!important;
}

/*.k-calendar td {*/
/*    border-width: 0px;*/
/*    border-radius: 0;*/
/*}*/
/*.k-animation-container .k-list.k-reset {*/
/*    overflow-x:hidden !important;*/
/*    overflow-y: auto !important;*/
/*}*/
.heightInput {
    height: 34px;
}
/*@@@ sticky bottom@@@*/
.sticky {
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #fff;
    padding: 10px 0 0 30px;
}
.problem-child{
    margin-left:40px;
}
.problem-child-hide{
    display: none;
}

/*span.k-timepicker {*/
/*    width: 100%;*/
/*    height: 35px;*/
/*}*/
.btn-default{
    background-color: #fff;
}
.popover{
    box-shadow: 0 0 20px #222;
    margin-left: -20px;
}
@media (max-width:1024px) {
    .for-ipad{
        display: inline-block!important;
        width: 0!important;
        height: 0!important;
        visibility: hidden;
        position: absolute;
        top:0;
        bottom:0;
    }
    .popover{
        left: 270px !important;
    }
}

a.error{
    border-color: red !important;
}
.actions a {
    margin-right: 2px !important;
}


@media (max-width: 1199.98px){
    .k-grid .k-grid-content table tr td.label-left{
        clear: both;
    }
    .k-grid .k-grid-content table tr .input-right{
        float: right;
    }
    .k-grid .k-grid-content table tr td.label-left:before{
        display: inline-block;
        float: left;
    }
}

.modal-lg-popup {
    max-width: 90%;
}

.modal {
    overflow-y: auto;
}

@media (min-width: 1140px){
    .modal-lg-popup {
        max-width: 1224px;
    }

}

@media (max-width: 1199.98px) {
    .k-grid .k-grid-content table tr td:last-child ~ button, .k-grid .k-grid-content table tr td:last-child button {
        display: block;
        box-sizing: border-box;
    }
}
.k-grid .k-grid-content td:last-child ~ button, .k-grid .k-grid-content td:last-child button {
    display: none;
}
span.text-right {
    float: right;
}

/*FOR DASHBOARD*/
.dashboard-stat.blue {
    background-color: #3598dc !important;
}
.dashboard-stat {
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 4px;
}

.dashboard-stat.dashboard-stat-v2 .visual {
    padding-top: 35px;
    margin-bottom: 40px;
}

.dashboard-stat .visual {
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    padding-top: 10px;
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 35px;
}
.dashboard-stat.blue .visual>i {
    color: #FFF;
    opacity: .1;
    filter: alpha(opacity=10);
}
.dashboard-stat .visual>i {
    margin-left: -35px;
    font-size: 110px;
    line-height: 110px;
}

.dashboard-stat .details {
    position: absolute;
    right: 15px;
    padding-right: 15px;
}

.dashboard-stat.blue .details .number {
    color: #FFF;
}
.dashboard-stat .details .number {
    padding-top: 25px;
    text-align: right;
    font-size: 34px;
    line-height: 36px;
    letter-spacing: -1px;
    margin-bottom: 0;
    font-weight: 300;
}
.dashboard-stat.blue .details .desc {
    color: #FFF;
    opacity: 1;
    filter: alpha(opacity=100);
}

.dashboard-stat .details .desc {
    text-align: right;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 300;
}

/*Red*/

.dashboard-stat.red {
    background-color: #e7505a !important;
}
.dashboard-stat {
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 4px;
}
.dashboard-stat.dashboard-stat-v2 .visual {
    padding-top: 35px;
    margin-bottom: 40px;
}

.dashboard-stat.red .details .number {
    color: #fff;
}

.dashboard-stat.red .details .desc {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.dashboard-stat.red .visual>i {
    color: #fff;
    opacity: .1;
    filter: alpha(opacity=10);
}

/*Green*/
.dashboard-stat.green {
    background-color: #32c5d2!important;
}
.dashboard-stat {
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 4px;
}

.dashboard-stat.green .visual>i {
    color: #FFF;
    opacity: .1;
    filter: alpha(opacity=10);
}
.dashboard-stat.green .details .number {
    color: #FFF;
}
.dashboard-stat.green .details .desc {
    color: #FFF;
    opacity: 1;
    filter: alpha(opacity=100);
}

/*Purple*/
.dashboard-stat.purple {
    background-color: #8E44AD !important;
}

.dashboard-stat.purple .visual>i {
    color: #fff;
    opacity: .1;
    filter: alpha(opacity=10);
}
.dashboard-stat.purple .details .number {
    color: #fff;
}
.dashboard-stat.purple .details .desc {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.heading-section .material-icons {
    position: absolute;
    right: 20px;
    top: 10px;
    transition: transform 0.3s ease-in;
    cursor: pointer;
}

.heading-section .material-icons.rotate {
    transform: rotate(180deg);
}

ul.timeline {
    list-style-type: none;
    position: relative;

}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline:before {
    content: " ";
    background: #C2CFE0;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline > li:before {
    content: " ";
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #109CF1;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.key-word{
    /*font-weight: bold;*/
    /*font-style: italic;*/
    color: red;
}
.heading-info-top-grid{
    padding: 10px;
}
.batch-action{
    margin-top: 10px;
}
.notification {
    position: relative;
    margin-right: 20px;
}

.notification .badge {
    position: absolute;
    top: -10px;
    right: -19px;
    padding: 5px 10px;
    border-radius: 50%;
    background: red;
    color: white;
    font-size: 10px;
}

.notification-container{
    min-height: 300px;
    max-height: 600px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 3px rgb(0 0 0 / 22%);
    border-radius: 8px;
    overflow-y: auto;
}
.loading { color: red; }
.star-icon{color:#ffcb07;
    font-size: 14px;}

.hide{
    display: none;
}
.notif-header{
    font-weight: bold;
    font-size: 14pt;
    padding: 10px;
    display: block;
}
.notif-item{
    border-top: solid 1px #d6d6d6;
}
.notif-item p{
    font-size: 10px;
    margin-left: 10px;
    font-weight: 300;
    font-style: italic;
}

.price-expired {
    color:red;
}

.notif-header-container{
    display: flex;
    justify-content: space-between;
}

.notif-read-all{
    text-decoration: underline;
    display: inline-block;
    color: red !important;
}

.select-disabled {
    pointer-events: none;
}

.high-speed-door-color-item {
    position: relative;
}

.high-speed-door-color-item-opacity {
    opacity: 0.5;
}

.high-speed-door-color-item.active {
    opacity: 1;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    border-color: #4285f4 !important;
    border: 2px solid #4285f4 !important;
}

.high-speed-door-color-item.active .high-speed-color-active {
    display: block;
    position: absolute;
    top: -15px;
    font-size: 20pt;
    right: -14px;
    color: green;
}

.high-speed-color-orange {
    background-color: orange !important;
    color: white !important;
}

.high-speed-color-grey {
    background-color: grey !important;
    color: white !important;
}

.high-speed-color-blue {
    background-color: blue !important;
    color: white !important;
}

.high-speed-color-yellow {
    background-color: yellow !important;
    color: black !important;
}

.high-speed-color-white {
    background-color: white !important;
    color: black !important;
}

.k-grid-header-word-break {
    white-space: break-spaces !important;
}

.grid .k-grid-header, .grid .k-grouping-header, .grid .k-header, .grid .k-pager-wrap, .grid .k-panelbar .k-tabstrip-items .k-item, .grid .k-state-highlight {
    border-color: #e0e0e0;
}

.grid .k-content.k-state-active {
    margin: 0;
    border-width: 0;
}

.grid .k-tabstrip-items {
    padding: 0;
}

.k-grid-content-locked {
    overflow-y: auto;
}