/* v for hide history in bottom off grid expand*/
.k-grid-toolbar.update-div{
    display: none;
}
/* ^ for hide history in bottom off grid expand*/
.combine-btn{
    margin-left: -8px;
}

.k-window-content{
    overflow: hidden;
}


.guide-tab{
    color: inherit;
    text-decoration: blink;
}
.guide-tab > i {
    font-size: 20px;
}
.guide-tab > i:hover {
    color: gray;
}

.top-right-tab{
    position: absolute;    right: 12px;
}
.guide-tab:hover{
    text-decoration: underline;
}

td{
    white-space:nowrap;
}
.k-dropdown-wrap>.k-input
, .k-dropdown .k-dropdown-wrap .k-select
,.k-input,.k-dropdown-wrap.k-state-default
    /*, .k-list, .k-reset */
{
    /*background-color: black!important;*/
    /*border: none;*/
    /*color: #fff!important;*/
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/webfonts/opensans.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html, body {
    font: 400 16px Open Sans, Arial, Helvetica, sans-serif  ;
    overflow: hidden;
}
.k-spreadsheet-cell{
    font-family: Arial, Helvetica, sans-serif !important;
}

body {
    margin: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;

}

.no-margin-left{
    margin-left: 0px !important;

}
.header-top
{
    margin-left: 0px !important;
}

.panel-right-btn.k-button {
    width: 100%;
    border-radius: 0;
    float: left;
    padding: 10px;
}

.menu-right {
    display: table;
    width: 100%;
}

.k-toolbar .k-toggle-button {
    /*float: right;*/
    /*margin-top: 5px;*/
}

table {
    border-spacing: 0px;
}

.main {
    /*border: solid 1px;*/
    /*border-color: #ccc;*/
    /*min-height: 98.2vh;*/
}

.k-image {
    border-radius: 25px;
}

#toolbar {
    height: 48px;
}

.k-image {
    vertical-align: middle;
    margin-right: 10px;
}

.panelbar-left .k-sprite {
    width: 32px;
    height: 25px;
    font-size: 22px !important;
}
.panelbar-left .k-sprite{
    line-height: 1!important;
}
/*Parent Menu*/
#panelbar-left>ul.k-treeview-lines>.k-item>.k-top>.k-in, #panelbar-left>ul.k-treeview-lines>.k-item>.k-mid>.k-in,
#panelbar-left>ul.k-treeview-lines>.k-item>.k-last>.k-in, #panelbar-left>ul.k-treeview-lines>.k-item>.k-bot>.k-in {
    font-size: 16px !important;
    font-weight: bold;
}
ul.k-group > li:last-child{
    /*margin-bottom: 10px;*/
}
ul.k-group.k-treeview-lines > li:last-child {
    margin-bottom: 0px !important;
}


.ot-icon, .c-icon,.k-icon.k-i-menu ,.k-icon.k-i-globe{
    font-size: 24px!important;
    /* padding-left: 34px; */
}
.k-icon.k-i-globe
{
    margin-top: 4px;
    margin-right: 2px;

}


.small-icon {
    font-size: 12px!important;
    /* padding-left: 34px; */
}


#panelbar-right {
    /*border-left: 1px solid!important;*/
    /*width: 400px;*/
    width: 100%;
    height: 100%;
}

#panelbar-left {
    height: calc(100% - 75px);
    border-bottom: none;
    border-left: none;
    /*border-right: none;*/
    /*padding: 7px 7px 7px 7px;*/
    padding: 0px 5px 5px 5px;
    /*border-right: 1px solid!important;*/
    /*width: 400px; height: 100%; border: none;*/
    overflow-x: hidden;
    border-bottom: 1px solid;
}

.k-grid-content {
    /*overflow-y: auto !important;*/
}

.k-grid-header {
    padding-right: 8px;
}

.copyright,.copyright-login {
    font-size: 0.8em;
    /*position: relative;*/
    /*bottom: 2em;*/
    /*float: right;*/
    /*margin-right: 10px;*/
    /*background-color: #656565;*/
}

.main-content {
    overflow-y: hidden;
    overflow-x: hidden;
    /*height:95vh;*/
    /*padding: 16px;*/
    border-width: 0 0 0 !important;
    padding: 0;
    margin: 0;
}


/* #menuLoginBtn, */ #menuBtn, .notification-btn, .notification-btn:hover,
                         /* #menuLoginBtn:hover .k-state-border-down, */
                     .user-btn,.user-btn:hover,#hBtn,#hBtn:hover {
                         border: none !important;
                         background: rgba(0, 0, 0, 0) !important;
                         color: inherit;
                         /*box-shadow: none !important;*/
                         /*outline: none;*/
                     }
#menuLoginBtn, .notification-btn,.user-btn{
    /* margin-bottom: 7.7px; */
}

.menu-no-border, .menu-no-border:hover {
    border: none !important;
    /*box-shadow: none !important;*/
    /*outline: none;*/
}

.clear-padding {
    padding: 0 !important;
    border: none;
}

#hBtn:focus,.remove-border:focus,
    /*#menuBtn:focus, .notification-btn:focus, */
.menu-no-border:focus{
    border: none !important;
    box-shadow: none !important;
}

#menuBtn {
    border: none;
    background-color: inherit;
    margin-left: 5px;
    outline: none;
}

.k-badge.k-badge-error {
    border-color: #fe633f;
    color: #fff;
    background-color: #fe633f;
}

.header-big-text {
    font-size: 1.2em;
}
.header-text {
    font-size: 1em;
}

.space-header {
    margin-left: 10px;
}

/*.space-top {
    margin-top: 12px;
}*/

.space-bottom-grid {
    /*padding-bottom: 15px !important;*/
    margin: 5px;
    /*margin-top: 40px;*/
}

/*.k-grid-content {*/
/*    overflow: hidden !important;*/
/*}*/

.k-toolbar {
    overflow: visible;
}

.font-bold {

    font-weight: bold;
}

#splitter {
    /*border-width: 0;*/
    /* height: 95vh; */
    overflow: hidden;
}

.grid-margin {
    margin: 12px;
}
.border-top-set{
    border-top: solid 1px rgba(0,0,0,0.2);
}
tr.spaceUnder>td {
    padding-bottom: 1em!important;
}
tr.spaceUnder-2>td {
    padding-bottom: 2em!important;
}
.update-div{
    margin: -1px;
    padding: 0 0 0 8px !important;
    font-size: 10px;
}
.header-grid
{
    margin: -9px;
}
.header-grid-btn
{
    margin-top: 17px;
    margin-left: 0px;
}
.header-top
{
    padding: 3px 8px 0px 8px;
    margin-left: 0px !important;
}
.no-margin{
    margin: 0px !important;
}
.no-margin-left{
    margin-left: 0px !important;

}
.margin-left-0 {
    margin-left: 0px !important;
}
.margin-left-5{
    margin-left: 5px
}
.margin-left-10{
    margin-left: 10px
}
.margin-left-20{
    margin-left: 20px !important
}
.margin-left-30{
    margin-left: 30px !important
}
.margin-left-40{
    margin-left: 40px
}
.margin-left-60{
    margin-left: 60px
}
.margin-left-28{
    margin-left: 28px
}
.margin-left-17{
    margin-left: 17px
}
.headers-detail{
    padding: 0 10px 0 10px;
}
#splitter{
    border: none;
}
.k-form-legend{
    /*padding-left: 10px !important;*/
    font-size: 1.2em !important;
    border: none !important;
    font-weight: bold;
    text-transform: capitalize !important;
}
.k-form-field{
    /*float: left;*/
}




.overflow-content{
    overflow-x: hidden;
    overflow-y: auto;
    /*height: 88vh;*/
    margin: 0;
}
.overflow-new-content{
    height: calc(100% - 30px);
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
}
#drawer{
    top: 50px;
}
#menuBtn:hover,/* #menuLoginBtn, */.notification-btn:hover,#hBtn:hover
                                       /*,#menuBtn:focus*/
                                   {
                                       box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.7);
                                   }
/* #menuLoginBtn:hover
{
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.7);
} */
.k-item .k-state-default{
    border-top: 1px solid;
    border-top-color: inherit;
}
.btn-success {
    background-image: none !important;
    background-color: #72c050 !important;
    font-weight: bold !important;
    /* background-color: #72c050 !important; */
    /* padding: 5px 10px; */
}
.user-btn,.k-link.k-menu-link.user-link{
    padding: 0!important;
}
.menu-text{
    margin-top: 5px;
    display: inline-block;
    width: 98%;
    padding-left: 25px;
    /*padding-right: 10px;*/
}
.menu-text-sub{
    vertical-align: middle;
}
#pin{
    float: right;
    margin-right: 20px;
}
#dropdownLang
{
    width: 150px;
    margin-bottom: 6.5px;
}
.firstSpilter{
    overflow: hidden;
    background-color: #656565;
}
.k-in{
    width: 100%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.k-treeview .k-in.k-state-hover, .k-treeview .k-in:hover,.k-treeview .k-in.k-state-selected {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.k-widget.k-tilelayout{
    gap: 5px!important;
}
.k-widget.k-tilelayout{
    padding: 0!important;
}

.k-window-titlebar
    /* ,.k-window-title.k-dialog-title */
{
    padding: 4px 6px !important;
}




.i-r-margin{
    margin-right: 5px;
}
.i-r-margin-2{
    margin-right: 2px;
}

.i-icon{text-decoration: none;}
.k-content{
    padding: 5px!important;
    overflow: hidden !important;
}

tr.table-padding-none>td{
    padding: 0!important;
    border: none;
}
.td-align-right{
    text-align: right!important;
}

.i-top-tap{
    font-size: 20px;
}

/*scrollbar for firefox*/

*{
    scrollbar-width: thin;
/*    scrollbar-color: #ff6358 #888;*/
    scrollbar-color: #707070 #f5f5f5;
}


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

/* Track */
::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 5px;


}
/* Handle */
::-webkit-scrollbar-thumb {
    /*background: #f1f1f1;*/
    background:#707070;

    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover::-webkit-scrollbar{
    background:#c72014;

    /* background: #555;  */
    width: 15px!important;
}



*:hover::-webkit-scrollbar{
    /*width: 15px;*/
}

.menu-text{
    color: #fff;
}

.detail-grid td{
    padding: 1px!important;
    border: none!important;
    vertical-align: baseline;
}

.detail-grid td[align=right]
{
    text-align: right;
    width: 30%;
}

/*.table-8 td*/
/*{*/
/*    width: 20%!important;*/
/*}*/

.detail-grid tr:hover
{
    background-color: inherit!important;
}
.detail-grid {
    padding-left: 5px;
    padding-bottom: 10px;
}
.tab1.k-content.k-state-active{
    padding: 0!important;
}

.vertical-top{
    vertical-align: top!important;
}
iframe{
    border: none;
    /*width: 100%;*/
}

.full-table .full-textbox,.text-area {
    width: 99.8%!important;
}
.dropdown-edit-100{
    width: 100%;
}
.k-textbox
{
    width: 100%;
}

.width-200{
    width: 200px;
}
.width-300{
    width: 300px;
}
.width-100{
    width: 100%;
}
.width-100-px{
    width: 100px;
}
.k-numerictextbox.width-100-px input.width-100-px{
    width: 100%;
}
.width-100px{
    width: 100px;
}
.width-60{
    width: 60%;
}
.width-40{
    width: 40%;
}
.width-45{
    width: 45%;
}
.width-28{
    width: 28%;
}
.width-20{
    width: 20px;
}
.width-23{
    width: 23px;
}

.iframeProject{
    min-width: 800px;
    width: 100%;
    min-height: 100px!important;
    height: 100%;

}
.green-background-color{
    background-color: #188038!important;
    background-image:unset!important;
    border: unset!important;
}
.green-background-color:hover{
    background-color: #2a8947 !important;
}

.iframe-windows{
    width: 100%;
    height: 100%;
}
.k-window-content, .k-prompt-container{
    /*padding: 0px;*/
    /*overflow: hidden ;*/
}

#windowsIframe{
    padding: 0px;
}

.windowProject{
    padding: 0px;
    overflow: hidden ;
}
.short-box{
    width: 183px!important;
}

input[required],
textarea[required]{
    border-left: red 3px solid!important;
}
input[required]:focus,input[required]:hover,
textarea[required]:focus,textarea[required]:hover{
    /*border: red 1px solid!important;*/
    border-left: red 3px solid!important;

}

.dialog-global {
    /*min-width: 400px;*/
    min-height: 100px;
}

/* Notifications */
.k-notification h3 {
    padding: 30px 10px 5px;
    font-size: 1em;
    line-height: normal;
}
.k-notification img {
    margin: 20px;
    float: left;
}

.k-notification-info {
    background-color: #FCA802;
}

.k-notification-error{
    background-color: #F75E5E;
}

.k-notification-success{
    background-color: #59BF61;
}

.k-animation-container{
    border-radius: 12px;
    overflow: hidden;
}


/* Notification css */
.k-notification{
    padding: 2px 2px;
}



.dialog-title{
    font-size: 18;
    font-weight: 700;
    color: black;
}

.dialog-content {
    display: flex;
    overflow: hidden;
    min-height: 100px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.dialog-content .dialog-text-content {
    padding: 10px;
    width: 300px;
}

.color-error{
    background-color: #FFFFFF;
}

.color-info{
    background-color: #FFFFFF;
}

.color-success{
    background-color: #FFFFFF;
}

/*Popup Icon color*/
.dialog-custom-icon {
    font-size: 25px;
    color: white;
}
.dialog-custom-icon-awesome{
    font-size: 18px;
    color: white;
}

.dialog-icon-template{
    width: 35px;
    text-align: center;
}

.dialog-content-template{
    width: 300px;
    padding: 0!important;
}

.dialog-text-content{
    padding: 10px;
    width:300px;
}

/*Notification*/
.demo-section p {
    margin: 3px 0 20px;
    line-height: 50px;
}
.demo-section .k-button {
    width: 250px;
}

.dialog-text{
    color: black;
    white-space: pre-wrap;
    word-break: break-word;
    width: 310px;
}

.k-button.user-btn:focus{
    border: none!important;
    text-shadow: none!important;
/*     box-shadow: none!important; */
}
.notification-btn:focus{
    border: none!important;
}

.k-form-error.k-invalid-msg{
    display: none;
}
.k-form-error.k-invalid-msg.show-display{
    margin-left: 5px;
}

.label-form{
    color: #656565;
    font-size: 13px!important;
}
.label-form.label-status {
    margin-right: 5px;
}
.label-bold{
    font-weight: bold;
}
.label-align-right{
    float: right;
}

.k-grid td {
    color: #656565 !important;
    font-size: 13px!important;
}

/*Popup add, edit*/
.dialog-window-iframe{
    /* padding: 5px;*/
    padding: 0px;
}

.dialog-add-edit-form{
    margin: 0px;
}
.dialog-content-no-tabs{
    /*height: calc(100% - 65px);*/
    /*height: calc(100% - 58px);*/
    /*padding: 16px 16px 0px !important;*/

    height: calc(100% - 46px);
    padding: 5px 5px 0px !important;
}
.dialog-content-dynamic{
    height: calc(100% - 12px);
    /*height: calc(100% - 65px);*/
    padding: 10px 5px 3px 5px;
}

.dialog-footer-toolbar{
    /*padding: 10px;*/
    position: absolute;
    width: calc(100% - 12px);
    bottom: 0px;
    padding: 5px;
    border: 1px solid blue;
    overflow:hidden;
    border-color: rgba(0, 0, 0, 0.08);
    background-color: #f6f6f6;
}
.dialog-footer-notification{
    display: inline!important;
}
.dialog-footer-toolbar-notification{
    display: inline!important;
    margin-left: 10px;
}

/*Contact, Notes, Projects tabs*/
.iframe-tabs{
    width: 100%;
    /*height: 400px;*/
    height: 460px;
}

.grid-iframe-tabs{
    width: 100%;
    margin-top: 5px;
    /*height: 365px;*/
    /* height: 97%!important; */
}

#windowsNotes{
    /*padding: 5px;*/
}

.dialog-window-iframe-no-tab{
    padding: 0px;
}


.btn-project-type{
    margin-left: -6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-width: thin;
    height: 30px;
    /*vertical-align: bottom;*/
}
.width-22{
    width: 22%;
}

.k-header.k-grid-toolbar {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border: none;
    padding: 7px;
}
.k-notification{
    padding: 0!important;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 5px;
}
.k-animation-container{
    /*margin-top: 5px;*/
    padding-bottom: 2px!important;
}
.grid-full-page{
    width: 100%;
    margin-top: 5px;
    /*height: 80vh*/
    /*height: 85vh*/
}
.k-grid-content.k-auto-scrollable{
    /*height: calc(100% - 140px )!important;*/
    /* height: 83.2%!important; */
}

.width-35{
    width: 35%;
}
.width-50-per{
    width: 50% !important;
}
.width-cal-100-per-minus-10{
    width: calc(100% - 10px);
}
.width-cal-100-per-minus-20{
    width: calc(100% - 20px);
}
.width-60{
    width: 60%;
}
.width-1100{
    width: 1100px;
}

.text-area
{
    height: 100%!important;
}

.td-left-form {
    width: 140px;
}
.td-right-form{
    width: 130px;
}

.label-collon{
    margin-left: -3px;
}
.label-collon-td{
    margin-left: -3px;
    margin-right: 2px;
}
.label-collon-content {
    margin-left: -2px;
}
.label-collon-flex{
    margin: 0px 1px;
}
.label-collon-flex2{
    margin-left: 1px;
    margin-right: 2px;
}
.label-collon-status{
    margin-left: -3px;
    margin-right: 3px;
}
.label-collon-right{
    padding-right: 2px;
}

.label-form-16{
    margin-right: 16px;
}
.label-form-6{
    margin-right: 6px;
}
.label-form-left{
    margin-left: 10px;
}
.padding-table td{
    padding: 5px;
}
.border-none {
    border: none !important;
    background: rgba(0, 0, 0, 0) !important;
    color: inherit;
    cursor: pointer;
}
.border-none:hover {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.7);
}
/*.k-floatwrap.k-header.k-gantt-toolbar*/
/*{*/
/*    display: none;*/
/*}*/

.k-dropdown .k-dropdown-wrap.required-c,.k-dropdowngrid .k-dropdown-wrap.required-c,.required-c,.k-datetimepicker .k-picker-wrap.required-c{
    border-left: 3px solid red!important;
}
.k-datetimepicker{
    border-width: 0px;
}
.k-widget.k-datetimepicker  input[required]{
    border: unset !important;
}

.b-w-50{
    width: 48%;
}

/*Enabled, Disabled*/
.input-textbox-disabled{
    pointer-events: none;
    border: none;
    padding: 0px;
}
.input-textbox-enabled{
    pointer-events: auto;
}
/*Add, edit form*/

.span-communication{
    padding-left: 5px;
}

.k-form-buttons.k-grid-toolbar {
    position: absolute;
    bottom: 15px;
    width: 100%;
    margin: -18px;
    margin-left: -23px;
}



#organizationForm {
    min-width: 1001px;
}

.space-bottom {
    margin-bottom: 5px;
}
.space-bottom-100{
    margin-bottom: 100px;

}
.table-fixed{
    table-layout: fixed;
    width: 100%;
}

.h-1000-px{
    height: 1000px;
}

a,.pointer-cursor{ cursor: pointer; }

.k-gantt-actions{
    display: inline-flex;
}

.search-gantt{
    width: 200px;
}

.profile-h{
    height: 82%;
}

/*Apply grid expand padding*/
.k-grid th{
    font-size: 13px;
}

.k-grid th, .k-grid td{
    padding: 8px 8px;
}
.k-grid-header{
    padding-right:8px !important;
}
.k-detail-cell{
    padding: 5px !important;
}

/*Fixed size of grid row height*/
.k-grid {
    background-clip: padding-box;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 14px;
    /*line-height: 1.4285714286 !important;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.shortname-text-box{
    width: 173.59px!important;
    text-transform:uppercase;
}
.uppercase{
    text-transform:uppercase;
}
.display-none{

    display: none ;
}


.img-user{
    width: 30px;
}

.width-50{
    width: 50px;
}

.right-absolute
{
    right: 5px;
    position: absolute;
}
.right-absolute-0
{
    right: 0px;
    position: absolute;
}
.inline-flex
{
    display: inline-flex;
    align-items: center;
    text-align: center;
}
.inline-flex-no-center
{
    display: inline-flex;
}
.inline-flex-center
{
    display: inline-flex;
    align-items: center;
    height: 32px;
}
.margin-top-5{
    margin-top:5px!important;
}
.margin-top-4{
    margin-top:4px!important;
}
.margin-top-10{
    margin-top:10px;
}
.margin-top-20{
    margin-top:20px;
}
.margin-top-30{
    margin-top:30px;
}
.margin-right-20{
    margin-right:20px;
}
.margin-right-25{
    margin-right:25px;
}
.window-header-div {
    /*width: 100%;*/
    background-color: #f6f6f6;
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
    pointer-events:none;/*disabled on click stepper*/
    /*border: 1px solid red !important;*//*debug*/

}
td.k-edit-cell span.k-widget.k-numerictextbox{
    width: 100%;
}
.k-widget.k-numerictextbox,.k-widget.k-datetimepicker,.k-widget.k-colorpicker{
    height: 28px!important;
    margin: 0px;
}
.k-widget.k-colorpicker, .k-numeric-wrap{
    margin: 0px!important;
    padding: 0px!important;
}



/*Fixed issue padding different when focus, out focus*/
.k-datetimepicker:focus, .k-picker-wrap:focus{
    padding: 2px;
    /*padding:7px;*/
    margin: 1px;
}
.k-textbox:focus{
    padding: 2px;
    /*padding:7px;*/
    margin: 1px;
}
.k-textarea:focus, .k-numeric-wrap:focus{
    padding:2px;
    margin: 1px;
}
.margin-left-14-per{
    margin-left: 14%;
}
.margin-left-1{
    margin-left: 1px;
}
.margin-left-2{
    margin-left: 2px;
}
.margin-left-65{
    margin-left: 65px;
}
.dropdown-94{
    width: 94%;
}
.dropdown-938{
    width: 93.8%;
}
.margin-left-7{
    margin-left: 7px;
}
.margin-left-12{
    margin-left: 12px;
}
.margin-left-20{
    margin-left: 20px;
}
.margin-left-25{
    margin-left: 25px;
}
.margin-left-15{
    margin-left: 15px;
}
.div-stages{
    border-radius: 5px;
    background-color:#656565 ;
    color: #FFFFFF;
    width: 35px;
    margin: 3px;
    text-align: center;
}

.margin-right-4{
    margin-right: 4px;
}
.margin-right-5{
    margin-right: 5px!important;
}
.margin-right-10{
    margin-right: 10px;
}
.margin-right-15{
    margin-right: 15px;
}
.margin-right-30{
    margin-right: 30px;
}
.margin-right-60{
    margin-right: 60px;
}
.date-box{
    width: 220px !important;
}
.k-selected-color{
    width: 100% !important;
}
.k-colorpicker{
    width: 90px;
}
.margin-left-14{
    margin-left: 14px;
}
.margin-left-29{
    margin-left: 29px;
}

.line-project{
    width: 102%;
    height: 2px;
    background: rgba(0, 0, 0, 0.08);
    margin-left: -4px;
}

.margin-bottom-7{
    margin-bottom: 7px!important;
}
.k-textbox{
    margin-bottom: 1px;
    margin-top: 1px;
}
.user-manager{
    width: 505px!important;
}
.keyword-textbox{
    width: 503px!important;
}
.color-box
{
    width: 60px;
    height: 20px;
    /*background-color: rgb(248, 93, 93);*/
    border: 2px solid rgba(0,0,0,.08);
}
tr.spaceUnder-1>td {
    /*padding-bottom: 5px!important;*/
    vertical-align: middle;
    height: 25px;
}

.delete-right-btn{
    right: 10px;
    position: absolute;
}
.td-10-per{
    width: 10%!important;
}

.left-title{
    width: 130px;
    margin-left:5px ;
    margin-right: 5px;
    text-align: end;
}
.display-grid{
    display: grid;
}
.width-400{
    width: 400px;
}
.width-240{
    width: 240px;
}
.width-374{
    width: 374px;
}

.status-right {
    right: 20px;
    position: absolute;
}
.header-text-div{
    margin-left: 10px;
    margin-top: 10px;
}
.width-90{
    width: 90px!important;
}
.width-115{
    width: 115px;
}
.width-150{
    width: 150px!important;
}
.width-227{
    width: 227px;
}
.width-130{
    width: 130px;
}
.center-text{
    text-align: center!important;
}
.left-text{
    text-align: left;
}
.margin-left-55{
    margin-left: 55px;
}
.margin-left-18{
    margin-left: 18px;
}

.margin-left-90{
    margin-left: 90px;
}

.margin-left-95{
    margin-left: 95px;
}

.margin-left-100{
    margin-left: 100px;
}

.k-form-error.k-invalid-msg.show-display{
    margin-left: 5px;
}
.width-55{
    width: 55px;
}
.background-tab-white{
    background-color: #FFFFFF;

}
.header-row-25{
    font-size:50px ;
}
.header-row-20{
    font-size:20px ;
}
.font-size-10{
    font-size:10px ;
}
.font-size-12{
    font-size:12px ;
}
.font-size-14{
    font-size:14px ;
}
.font-size-16{
    font-size:16px ;
}
.font-size-18{
    font-size:18px ;
}
.font-size-28{
    font-size:28px;
}
.font-size-50{
    font-size:50px ;
}
.font-size-32{
    font-size:32px ;
}
.font-size-22{
    font-size:22px;
}
.font-size-24{
    font-size:24px!important ;
}
.font-size-50{
	font-size:50px;
}
.font-size-70{
	font-size:70px;
}
.font-size-80{
	font-size:80px;
}
.font-size-100{
	font-size:100px;
}
.space-top-padding{
    padding-top: 10px;
}
.space-bottom-padding{
    padding-bottom: 10px;
}
.height-16{
    height: 16px;
}
.margin-left-24{
    margin-left: 24px;
}
.margin-left-27{
    margin-left: 27px;
}
.margin-left-right{
    margin-left: 5px;
    margin-right: 5px;
}
.frame-label-div{
    right: 22px;
    position: absolute;
}
.width-19-per{
    width: 19% !important;
}
.c-arrow-right-icon::before{
    content: "➤";
}
.grid-height80{
    margin-top: 5px;
    /* height: 80vh !important; */
}
.height-687{
    height: 687px!important;
}
.float-right{
    float: right;
}
.height-20{
    height: 20px;
}
.height-24{
    height: 24px;
}
.height-100-vh{
    height: 100vh;
}

.width-660{
    width: 660px;
}
.width-403{
    width: 403px;
}
.width-330{
    width: 325px;
}
.width-268{
    width: 526px;
}
.line-height-32{
    line-height:32px;
}
.line-height-26{
    line-height:26px;
}

.full-screen-100{
    width: 100%;
    height: 100%;
}
.full-width{
    width: 100%;
}
.full-height,.full-height-iframe{
    height: 100%;
}
.k-numerictextbox.setting-input-width{
    width: 90px;
}
.setting-dropdown-width{
    width: 100%;
}
.right-absolute-12 {
    right: 12px;
    position: absolute;
}

.tabstrip-main{
    height: 100vh;
}

.grid-main {
    /*width: 100%;*/
    margin-top: 5px;
    height: 95.5%;
}
.k-dirty{
    color: red!important;
}
.unset-bg-border{
    background: unset !important;
    border: unset !important;;
}

.progress-header
{
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 65%;
    background: rgb(65 255 3);
    margin-left: 9px ;

}

.margin-left-minus-8{
    margin-left: -8px;
}
.margin-left-minus-2{
    margin-left: -2px;
}

.logo{

}
#mainIframe{
    /*display: none;*/
}

#splitter {
    height: calc(100% - 50px);
}
.overflow-content {
    height: calc(100% - 22px) !important;
    overflow: hidden;
}

.body-content{
    border-radius: 3px;
    margin: 3px;
    /*margin: 5px;*/
    /*padding: 5px;*/
    padding: 0px;
    height: calc(100% - 6px);
    overflow: hidden;
    /*border: unset;*/
}
.body-content-style{
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.gridtab1,
.gridtab2 {
    /*height: calc(100% - 60px);*/
    height: calc(100% - 37px);
}
.gridtab1 > .k-grid-content.k-auto-scrollable {
    /*height: calc(100% - 108px) !important;*/
    height: calc(100% - 115px) !important;
}
.gridtab2 > .k-grid-content.k-auto-scrollable {
    height: calc(100% - 110px) !important;
}
.tabstrip-main {
    height: 100%;
}
.k-grid-pager{
    padding: 2px 8px;
}

.k-grouping-header,
.k-header.k-grid-toolbar{
    white-space: nowrap;
    display: flex;
    flex-flow: nowrap;
}

.k-grouping-header.header-top.k-grid-content{
    height: 28px;
}

.copy-right-a{
    cursor: pointer;
    text-decoration: unset;
}

.k-button.combine-btn {
    margin-top: 2px;
    height: 28px;
    min-height: 28px;

}
.k-button.k-button-icontext {
    /*margin-top: 5px!important;*/
    /*height: 28px;*/
    /*min-height: 28px;*/

}

.height-28{
    height: 28px!important;
    min-height: 28px!important;
}
.height-27{
    height: 27px!important;
    min-height: 27px!important;
}
#viewBtn{
    margin-right: 10px;
}

.k-toolbar.k-grid-toolbar{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border: none;
    padding: 3px;
}
.k-textbox.k-grid-search.k-display-flex,.k-button.k-button-icontext ,.k-textbox.toolbar-custom-grid-search.k-display-flex{
/*    margin-top: 5px;*/
}
.k-grid-toolbar>*{

    align-items: center;
}

.k-i-collapse::before,.k-in{
    cursor: pointer;
}

.k-grid .k-grid-edit-row td{
    padding: 8px!important;
}
.overflow-hidden-hover{
    overflow: hidden;
}
.overflow-hidden{
    overflow: hidden!important;
}

.overflow-hidden-hover:hover{
    overflow: revert;
}

.z-index-1{
    z-index: 1;
}

.x-icon {
    cursor: pointer;
    position: absolute;
    color: #656565;
    font-size: 16px;
    right: 2px;
    top: 2px;
}
.k-datetimepicker .k-picker-wrap{
    width: 99%;
}

.dropdown-edit {
    width: calc(100% + 2px);
}


.customer-photo {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-size: 32px 35px;
    background-position: center center;
    vertical-align: middle;
    line-height: 32px;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
    margin-left: 5px;
}
.resource-photo{
    width: 25px !important;
    height: 25px !important;
}
.customer-name {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    padding-left: 5px;
}
.border-1px-solid{
    border: 1px solid;
}

.text-align-center{
    text-align: center;
}
.text-align-right{
    text-align: right;
}
.k-edit-cell>.k-dropdown{
    width: 100%;
}
.k-edit-cell>.k-textbox, .k-edit-cell>.k-widget:not(.k-switch), .k-edit-cell>.text-box, .k-grid-edit-row>td>.k-textbox, .k-grid-edit-row>td>.k-widget:not(.k-switch), .k-grid-edit-row>td>.text-box {
    margin-left: 0;
}

td>.k-textbox{
    line-height: unset!important;
}
.red{
    color: red;
}
.red-border{
    border-color: red!important;
}


#subProjectsGrid>.k-grid-content{
    height: calc(100% - 33px);
}

#predecessorGrid>.k-grid-content>table{
    line-height: 29px;
}
.k-edit-cell>input{
    width: 100%;
    height: 29px;
}

.k-detail-cell{
    border-bottom: 5px solid !important;
}
.k-confirm .k-window-titlebar::before {
    content: 'Confirmation';
}
.height-project-setup-expand-grid{
    height: auto;
    min-height: 270px;
}

.height-project-setup-step-2{
    height: auto;
    min-height: 500px;
}
.auto-add-catalog-bth-position{
    position: absolute;
    right: 90px;
}
div.k-grid-norecords{
    height: 100px!important;
}

.k-grid-norecords-template
{
    border-radius: 2px;
}

.divInputFile{
    padding: 5px;
    overflow: auto;
    height: calc(100% - 52px);
}

.td-min-width-85 td[align=right]{
    min-width: 85px;
}
table.vertical-top td {
    vertical-align: top;
}
.k-tabstrip-wrapper{
    height: 100%;
}
.tableGrid {
    height: 100%;
}
.gridCatalog{
    /*height: 563px !important;*/
    height: 400px !important;
}

.gridCatalog-full{
    /*height: 563px !important;*/
    height: calc(100% - 59px) !important;
}

.gridCatalog-full > .k-grid-content.k-auto-scrollable{
    /*height: 563px !important;*/
    height: calc(100% - 38px) !important;
}
.grid-catalog-full,.grid-catalog-full > .k-grid-content.k-auto-scrollable{
    /*height: 563px !important;*/
    height: calc(100% - 38px) !important;
}
#videoTitleGrid > .k-grid-content.k-auto-scrollable{
    /*height: 399px!important;*/
}

.gridCatalog > .k-grid-content.k-auto-scrollable{
    /*height: 563px!important; */
    height: 370px!important;
}


.height-458{
    height: 458px!important;
}
#ads{

}

p{

}

.show-gantt-sw
{
    right: 325px;
    position: absolute;
    align-items: center;
}
.overflow-scroll{
    overflow: scroll!important;
}

.display-none-important{
    display: none!important;
}

.k-header-column-menu{
    top: 0.8px;
}
.icon-gantt{
    margin-right: 5px;
    font-size: 18px;
}
.k-drawer-item{
    height: 50px!important;
}

.k-drawer-item.k-state-selected:hover {
    text-decoration: unset!important;
}
.min-width-120{
    min-width: 120px;
}

.min-width-50{
    min-width: 120px;
}
.textarea-display{
    padding: 3px!important;
    border: none;
    overflow: hidden;
    resize: none;
    width: 100%;
}
.textarea-display:focus{
    border: none;
}

.display-data-table td{
    padding: 5px;
}
.k-content-frame.k-window-iframecontent{
    height: 100%;
}
.padding-top-0{
    padding-top: 0px !important;
}
.padding-top-5{
    padding-top: 5px;
}
.padding-top-6{
    padding-top: 6px !important;
}
.padding-top-20{
    padding-top: 20px !important;
}
.padding-5{
    padding: 5px;
}

.margin-left-290 {
    margin-left: 288px;
}

.partition-window{
    position: absolute;
    width: calc(100% - 10px );
    height: 30px;
    margin-left: -6px;
    border-bottom-width: 1px ;
    border-bottom-style: solid ;
    border-top-width: 1px  ;
    border-top-style: solid ;
}
.partition-text{
    position: absolute;
    bottom: 0px;
    left: 2px;
    font-weight: bold;
}

.partition-footer{
    position: absolute;
    bottom: 0px;
    width: calc(100% - 20px);
    left: 5px;
    border: unset;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.margin-top-35{
    margin-top: 35px;
}
.border-unset-left-right{
    border-left:unset !important;
    border-right:unset !important;
}
.border-unset-top{
    border-top:unset !important;
}
.top-text-input{
    margin-bottom: -4px;
    margin-top: 2px;
    height: 18px!important;
}
.margin-top-50{
    margin-top: 50px;
}
.margin-top-38{
    margin-top: 38px;
}
.font-size-20{
    font-size: 20px!important;
}
.table-analysis{
    line-height: 24px;
}
.min-width-85{
    min-width: 85px;
    width: 116px;
}
.client-data td[align=right]{
    width: 75px;
}

.icon-manage{
    background-image: url("../img/icon/Manage2Icon20.png");
    margin-left: 6px!important;
    margin-right: -2px!important;
}
#pin{
    cursor: pointer;
}

.disabled{
    opacity:0.5;
    pointer-events:none;
}
html ,.k-grid-content{
    /*scroll-behavior: smooth;*/
}

.header-table{
    border-radius: unset!important;
}

.padding-right-7{
    padding-right: 7px;
}
.padding-right-1{
    padding-right: 1px;
}
.padding-right-2{
    padding-right: 2px;
}
.padding-right-3{
    padding-right: 3px;
}
.k-gantt-toolbar{
    padding: 2px 2px;
}
.k-button{
    min-height: 30px;
}
.k-gantt .k-grid-header tr{
    height: 20px!important;
}
.k-gantt .k-treelist .k-grid-header .k-header{
    height: 40px;
}
.k-gantt-timeline .k-header{
    padding: 0px 12px;
}
.border-task-type-3{
    border-left:10px solid #404040 !important;
    /*border-left-style: solid ;*/


}
.border-left-5px-solid{
    border-left-width:5px ;
    border-left-style: solid ;

}
.border-task-type-4{
    /*border-left:5px solid #70ad47 !important;*/
    border-left:5px solid #00b050 !important;
}
.border-task-type-22,
.border-task-type-23,
.border-task-type-33,
.border-task-type-32{
    border-left:5px solid #f4b183 !important;
}
.border-task-type-24,
.border-task-type-25,
.border-task-type-26,
.border-task-type-27{
    border-left:5px solid #9dc3e6 !important;
}

.box-task-type-3{
    background: #404040;
}
.box-task-type-4{
    background: #70ad47;
}
.box-task-type-22,
.box-task-type-23,
.box-task-type-33,
.box-task-type-32{
    background: #f4b183;

}
.box-task-type-24,
.box-task-type-25,
.box-task-type-26,
.box-task-type-27{

    background: #9dc3e6;
}
.remove-padding-margin{
    padding: 0px!important;
    margin: 0px!important;
}
.display-inline{
    display: inline-flex;
}
/*Project -> Resource*/
.icon-resource-skill{
    color: #82C14F!important;
    font-size: 20px;
}
.sp-resource-status-name{
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
}
.sp-resource-status-pending{
    color: orange !important;
}
.div-resource-status{
    display: table;
}
.sp-resource-status-rejected{
    color: red !important;
}
span.fa.fa-check-square.icon-resource-skill{
    font-size: 18px !important;
}
.resource-grid-header{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.resource-header-pending{
    background-color: #F3924F;
}
.resource-header-selected{
    background-color: #9c9c9c;
}
.resource-header-confirm{
    background-color: green;
}*

 .div-resource-gridassignment-header{
     width: 120px;
     height: 22px;
     margin-left: 860px;
     padding-top: 10px;
     position: absolute;
     display: flex;
     align-items: center;
 }
.padding-left4{
    padding-left: 4px !important;
}
.tbl-footer-blank{
    width: 100%;
    height: 84px;
}
.tbl-footer-grid{
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    width:100%;
    border-style: solid;
    border-width: 0px 0px 1px 1px;
    border-color: #656565;
}
.tr-row-grid{
    display: table-row;
    height: 33px;
}
.td-cell-grid{
    display: table-cell;
    padding: 8px;
    border-color: #656565;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
}
.no-border{
    border: none !important;
}
.border-bottom{
    border-width: 0px 0px 1px 0px !important
}
.div-new-feature{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.3;
    pointer-events: none;
}
.div-new-feature-msg{
    display: flex;
    position: absolute;
    width: 500px;
    height: 128px;
    z-index: 10002;
    left: calc(50% - 300px);
    top: 66px;
    border: 1px solid black;
    background-color: white;
    pointer-events: none;
}
.ul-new-feature{
    display: block;
    list-style: none;
    margin-block-start: unset;
    margin-block-end: unset;
    margin-inline-start:unset;
    margin-inline-end: unset;
    padding-inline-start: unset;

}
.feature-img{
    width: 135px;
    height: 100%;
    padding: 10px 0px 0px 10px;
}
.feature-main-content{
    width: calc(100% - 135px);
    padding-top: 10px;
}
.feature-header{
    display: table;
    padding: 10px;
    height: 20px;
}
.feature-content{
    padding-left: 10px;
}
.span-table-cell{
    display: table-cell;
    vertical-align: middle;
}

.mt-icon-normal{
    color: #656565;
    /*color: #0d7f18;*/
}
.mt-icon-green{
    /*color: #656565;*/
    color: #0d7f18;
}
.margin-right-toolbar-gantt{
    margin-right: 20px!important;
}


/*<%--        gantt new design--%>*/



.search-location-btn{
    height: 30px;

}
.k-menu-link{

    padding: 0px 4px 0px 0px;
}
#hideShowTask{
    height: 30px;
    padding: 0px;
    border: 1px solid;
}
.hideShowTask{
    margin-right: -10px!important;
}
.k-toolbar>*{
    margin-right: 5px ;
}
/*        .k-grid-content{*/
/*            height: calc(100% - 40px)!important;*/
/*        }*/
.resource-img:hover
{
    z-index: 999999999;
    transform: scale(1.2);
}
.resource-img {
    /*top: 5px;*/
    position: relative;
    /*float: left;*/
    width:  25px;
    height: 25px;
    border-radius: 50%;
    /*margin: 8px;*/
    border: solid 0.8px;
    z-index: 9999;
}
.k-task-template {
    height: 24px;
    padding: 0 !important;
}
.detail-box{
    margin-left: calc( 100% + 20px);
    position: absolute;
    /* right: -125px; */
    /*top: -5px;*/
    height: 33px;
}

.header-gantt{
    /*height: 18px!important;*/
    clip-path: polygon(-20px 0, calc(100% + 20px) 0,
    calc(100% + 20px) 100%, 100% 100%,
    calc(100% - 8px) calc(100% - 11px),
    8px calc(100% - 11px), 0 100%,
    -20px 100%)

}
.k-task-single{
    background-color: unset;
}
.k-gantt-treelist{
    height: 100%;
}
.header-progress{
    background: rgba(255, 255, 255,0.9)!important;
    margin: 3px 4px;
    /*width: 2.92px;*/
    max-width: calc(100% - 8px);
}
.k-gantt-columns .k-nonwork-hour {
    background-color: #f4f4f4;
}
.k-task-wrap{
    padding: 0px 25px;
}
.k-gantt-planned .k-gantt-dependencies,.k-task-planned,.k-gantt-planned .k-task-dot{
    margin: 0px;
}
.k-gantt-tasks td::after{
    content: "";
}
.k-icon.k-i-collapse ,.k-icon.k-i-expand{
    margin-right: 5px;
}
.k-gantt-treelist td,.k-gantt-tasks td,.k-gantt-columns td{
    border-width: 0 0 1px 1px;
}

.k-gantt .k-grid-content tr,.k-gantt-tasks td,.k-gantt-columns td,.k-gantt-rows td,
.k-gantt.k-gantt-planned .k-grid-content tr,.k-gantt-tasks td,.k-gantt-columns td,.k-gantt-rows td{
    height: 38px;
    padding: 0px!important;
}

.k-gantt-treelist tr.k-alt,
.k-gantt-treelist tr,
.k-gantt-rows tr.k-alt
    /*,.k-gantt-rows tr.k-alt,.k-gantt-tasks tr*/
{
    /*.k-gantt-tables tr{*/
    background-color: #ffffff ;
}
.k-content.k-state-active{
    padding: 0 0 0 0 !important;
}


.k-toolbar>*, .k-button.k-button-icontext{

    /*margin-top: 0px;*/
    /*margin-bottom: 0px;*/
}

.progress {
    position: absolute;
    left: 0;
    /*bottom: 0;*/
    /*width: 50%!important;*/
    height: 30%;
    background: rgba(0, 0, 0, .3);
}

/*<%--       end gantt new design--%>*/

.table-analysis td{
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*grid new design*/

/*.k-grid td{*/
/*    border-width: 0 0 1px 1px;*/
/*}*/
/*.k-grid{*/
/*    line-height: 1!important;*/
/*}*/
/*end grid new design*/


.margin-left-60{
    margin-left:60px ;
}
.footer-absolute{
    position: absolute;
    bottom: 0;
    width: 100%;
}
textarea {
    resize: none;
    color: inherit;
}






/*breadcrumbs start*/


#breadcrumbs-two{
    overflow: hidden;
    width: 100%;
}

#breadcrumbs-two span.breadcrumbs{
    float: left;
    margin: 0 .5em 0 1em;
}
#breadcrumbs-two span.breadcrumbs-1{
    float: left;
    margin: 0 .5em 0 0em;
}


#breadcrumbs-two span.breadcrumbs,#breadcrumbs-two span.breadcrumbs-1{
    background: #ddd;
    padding: .7em 0.5em;
    float: left;
    text-decoration: none;
    color: #444;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    position: relative;
    height: 2em;
    width: 100px;
}

#breadcrumbs-two span.breadcrumbs:hover{
    /*background: #99db76;*/
}

#breadcrumbs-two span.breadcrumbs::before{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -2.1em;
    border-width: 2.1em 0 2.1em 1em;
    border-style: solid;
    border-color: #ddd #ddd #ddd transparent;
    left: -1em;
}

#breadcrumbs-two span.breadcrumbs:hover::before{
    /*border-color: #99db76 #99db76 #99db76 transparent;*/
}

#breadcrumbs-two span.breadcrumbs::after,#breadcrumbs-two span.breadcrumbs-1::after{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -2.1em;
    border-top: 2.1em solid transparent;
    border-bottom: 2.1em solid transparent;
    border-left: 1em solid #ddd;
    right: -1em;
    /*height: 2em;*/
}

#breadcrumbs-two span.breadcrumbs:hover::after{
    /*border-left-color: #99db76;*/
}

#breadcrumbs-two .current,
#breadcrumbs-two .current:hover{
    font-weight: bold;
    background: none;
}

#breadcrumbs-two .current::after,
#breadcrumbs-two .current::before{
    content: normal;
}



/*breadcrumbs end*/

.margin-left-8{
    margin-left: 8px;
}
.margin-right-8{
    margin-right: 8px;
}
.margin-right-9{
    margin-right: 9px;
}
.margin-left-80{
    margin-left: 80px;
}
.margin-left-70{
    margin-left: 70px;
}
.margin-left-50{
    margin-left: 50px;
}
.margin-top-12{
    margin-top: 12px;
}
.margin-bottom-5{
    margin-bottom: 5px;
}
.margin-top-minus-5{
    margin-top: -5px;
}
.margin-top-minus-10{
    margin-top: -10px;
}
.margin-top-minus-3{
    margin-top: -3px;
}
.margin-top-minus-2{
    margin-top: -2px;
}

.padding-0-5{
    padding: 0 5px;
}
.padding-0{
    padding: 0px;
}
.margin-minus-18{
    margin: -18px;
}
.margin-top-bottom-minus-18{
    margin-top: -18px;
    margin-bottom: -18px;
}
.value-box{
    border: solid 1px #ebebeb;
    padding-left:5px ;
    width: 100px;
    height: 26px;
    vertical-align: middle;
}
.width-100-per{
    width: 100%!important;
}
.width-80-per{
    width: 80%!important;
}
.height-50-per{
    height: 50%!important;
}
.line-height-25{
    line-height: 25px;
}
.line-height-28{
    line-height: 28px;
}
.min-width-620{
    min-width: 620px;
}

.width-565{
    width: 565px;
}
.overflow-window{
    height: 632px;
    /* max-height: 640px; */
    overflow-x: hidden!important;
    overflow: auto;
}
.overflow-auto-all{

    overflow: auto;
}

.width-500{
    width: 500px;
}
.height-29{
    height: 29px;
}

.no-hover.k-grid tbody tr:hover {

    background-color: unset!important;
}
.margin-bottom-10{
    margin-bottom: 10px;
}
.margin-bottom-minus-4{
    margin-bottom: -4px;
}

.k-grid td {
    border-width: 0 0 1px 1px;
}
.height-280{

    height: 280px!important;

}
.padding-left-5{
    padding-left: 5px;
}
.padding-right-5{
    padding-right: 5px;
}
.overflow-auto{
    overflow-x: auto;
    overflow-y: hidden;
}
.width-100-per-minus-40{

    width: calc(100% - 40px);
}
.width-100-per-minus-30{

    width: calc(100% - 30px);
}

.k-grid{
    font-size:13px ;
}
.height-100-minus-65px{
    height: calc(100% - 65px);
}
.height-100-minus-60px{
    height: calc(100% - 60px);
}
.height-100-minus-48px{
    height: calc(100% - 48px);
}
.k-tabstrip{
    height: 100%;
}
.max-width-100{
    max-width: 100%;
}
.max-width-99{
    max-width: 99%;
}
.max-width-98{
    max-width: 98%;
}
.tbl-grid-header{
    width: 100%;
    padding: 5px 5px 0px 5px;
}
.text-area-height{
    height: 48px;
}

.edit-project-div{
    background: #f6f6f6;
    width: 101%;
    padding-bottom: 1px;
    padding-top: 1px;
    margin: -4px;
}
.edit-project{
    margin-top: -3px;
    background: #f6f6f6;
}
/*###  Start of Job, Task Status ###*/
.label-error-msg, .label-processing-msg, .label-complete-msg,
.label-queue-msg, .label-delete-msg, .label-cancel-msg,
.label-task-status-code-0, .label-task-status-code-1, .label-task-status-code-2, .label-task-status-code-3,
.label-task-status-code-4, .label-task-status-code-5, .label-task-status-code-7, .label-task-status-code-9, .label-task-status-code-18 {
    font-weight: bold;
    font-size: 11.5px !important;
    text-transform: uppercase;
    padding: 2px 5px 2px 5px;
    border-radius: 5px;
    margin-top: 0px;
}
.label-queue-msg, .label-delete-msg,
.label-task-status-code-0, .label-task-status-code-3, .label-task-status-code-5, .label-task-status-code-7{
    color: white;
    background-color: black;
}

.label-complete-msg, .label-task-status-code-2 {
    color: white;
    background-color: green;
}

.label-processing-msg, .label-task-status-code-1{
    color: white;
    background-color: orange;
}

.label-error-msg, .label-task-status-code-9{
    color: white;
    background-color: red;
}
.label-cancel-msg, .label-task-status-code-4, .label-task-status-code-18{
    color: white;
    background-color: #EAD105;
}
/*###  End of Job, Task Status  ###*/

.label-status-code-0 {
    color: white;
    background-color: #000000;
}
.label-status-code-1 {
    color: white;
    /*background-color: #0094ff;*/
    background-color: green;
}
.label-status-code-2 {
    color: white;
    background-color: #ff6a00;
}
.label-status-code-3 {
    color: white;
    background-color: #000000;
}
.label-status-code-4 {
    color: white;
    background-color: #008000;
}


.label-status-code-0,.label-status-code-1,.label-status-code-3,.label-status-code-4,.label-status-code-2,.label-error-msg, .label-processing-msg, .label-complete-msg,
.label-queue-msg, .label-delete-msg, .label-cancel-msg {
    font-weight: bold;
    font-size: 11.5px !important;
    text-transform: uppercase;
    padding: 2px 5px 2px 5px;
    border-radius: 5px;
    margin-top: 0px;
}

.combine-btn, .k-textbox ,.k-datetimepicker ,.k-dropdown,.k-picker-wrap,.k-dropdown-wrap{
    height: 28px;
}

.k-button.k-flat.k-button-icon.k-window-action[aria-label="Close"]:hover{
    background-color: #ff0000b5!important;
}
.k-button.k-flat.k-button-icon.k-window-action:not([aria-label="Close"]):hover{
    background-color: #ffffff3d!important;
}
.x-button{
    margin-top: -7px;
    margin-right: -2px;
}
.margin-top-3{
    margin-top: 3px!important;
}
.margin-top-2{
    margin-top: 2px!important;
}
.k-grid-search{
    /*margin-top: 6px!important;*/
}

.k-radio{
    vertical-align: sub;
}
.k-switch{
    height: 20px;
    width: 35px;
}

.k-switch-handle{
    height: 16px;
    width: 16px;
    margin-bottom: 3px;
}

.k-switch-on .k-switch-handle {
    left: calc(100% - 4.5em)!important;
}
.k-button-group.k-gantt-views{
    margin-top: -6px;
}
.k-toolbar > * > label{
    margin-right:5px ;
}
.k-gantt-planned-wrap{
    margin-right: 30px;
}
.k-button-group.k-gantt-views{
    margin-top: -6px;
}

.k-textarea{
    padding: 4px 3px;
}
.k-tabstrip-items{
    padding-left:3px ;
}
.k-i-collapse,.k-i-expand{
    font-size: 25px;
    padding: 0px!important;
}

.border-left-2px-solid
{
    border-left: 2px solid;
}

/*Confirm Popup*/
.k-window-content {
    padding: 0px;
}
.btn-confirm {
    min-width: 60px;
}
.confirm-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.confirm-content, .processing-content {
    height: calc(100% - 42px);
}

.tabstrip-popup {
    margin: 5px;

}
.height-100-per-imp{
    height: 100%!important;
}
.width-60-per{
    width: 60%;
}
.width-70-per{
    width: 70%;
}
.min-width-800{
    min-width: 800px;
}
.icon-red{
    color: red!important;
}

.background-disabled{
    background-color: #f6f6f6;
}

/*Start for language dropdown*/
.k-dropdowngrid-popup .k-list-filter {
    padding: 3px;
    min-height: unset;
}
.k-dropdown-wrap .k-select {
    background-color: rgb(255, 255, 255) !important;
/*    background-image: linear-gradient(#f6f6f6, #f1f1f1);*/
}
/*End for language dropdown*/

.text-area{
    overflow: auto;
}


.k-gantt .k-status-time-start,.k-gantt .k-status-time-end {
    background-color: #037bff;
    position: absolute;
    color: #fff;
    z-index: 99;
}
.k-gantt .k-status-time-start-actual,.k-gantt .k-status-time-end-actual {
    background-color: orange;
    position: absolute;
    color: #fff;
    z-index: 100;



}

.editable-grid{

    /*position: absolute;*/
    right: -3px;
    bottom: 0px;
    color: #c1c1c1;
    font-size: 10px;

}

.sp-resource-status-selected {
    color: #9c9c9c !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.textarea-action-history{
    width: calc(100% - 4px);
    height: 44%;
    overflow: auto;
}

.video-info-block{
    background-color: #f6f6f6;
    border: 1px solid #636363;
    /*text-align-last: center;*/
    margin: 5px;
}

.height-100-minus-30px{
    height: calc(100% - 30px)!important;
}
.panel-advance-option {
    display: none;
}

.width-100-per-minus-45{
    width: calc(100% - 45px);
}

.height-100-per-minus-65{
    height: calc(100% - 65px);
}

.filter-label span:hover {
    text-decoration: underline;
}



.filter-label>span {
    color: inherit !important;
    background-color: unset !important;
    font-size: 16px;
    font-weight: bold !important;
    border: unset !important;
    box-shadow: unset !important;
    cursor: pointer;
}

.div-option-row, .panel-header {
    display: flex;
    /*height: 28px;*/
}
.panel-header {
    align-items: center;
}

.color-tooltip{
    color: #fff;
}

.resource-in-tooltip{
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}


.k-tooltip {

    background-color: rgba(0,0,0,.8);
}

.lock-task{
    position: absolute;
    right: 1px;
    bottom: 1px;

}
.mt-icon-normal {
    /*position: absolute;*/
}

.color-orange{
    color: #ff5722;
}
.width-505{
    width: 505px;
}

.position-relative{
    position: relative;
}

.position-absolute{
    position: absolute;
}
/*Fixed background color of tooltip error required on edit cell*/
td.k-edit-cell .k-tooltip {
    background-color: rgb(213, 25, 35);
}
td.k-edit-cell .k-datepicker, td.k-edit-cell .k-datetimepicker{
    width: 100%;
    height: 100%;
}
/*Show saving on footer add, edit pop up.*/
.dialog-footer-notification.saving {
    color: #656565 !important;
}


.height-100-per-minus-40{
    height: calc(100% - 40px)!important;
}

.k-window-title{
    font-weight: bold;
    font-size: 16px!important;
}
.k-window-title {
    line-height: 1.452632!important;
}

.width-auto{
    width: auto!important;
}
.top-2{
    top: 2px;
}
.color-yellow{
    color: yellow;
}

.place-items-center{
    place-items: center;
}
.font-weight-normal{
    font-weight: normal!important;
}
.min-width-1265{
    min-width: 1265px;
}


.session-popup{
    text-align: center;
    vertical-align: middle;
    top: calc(50% - 75px);
    position: relative;
}
.font-size-70{
    font-size: 70px;
}

.dialog-content-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /*width: 100%;*/
    padding: 0px;
    background-color: #f6f6f6;
    border-color: rgba(0, 0, 0, 0.08);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    margin-bottom: 5px;
    height: 30px;
    padding: 0px 2px;
    margin-top: -1px;
}

.margin-right-70{
    margin-right: 70px;
}
.padding-top-10{
    padding-top: 10px;
}
.containerJavascript, .containerHtml, .containerCSS{
    width:100%;
    height: 100%;
    min-height:680px;
    /*height: 300px;*/
}
.k-badge-edge {
    position: absolute;
    z-index: 9999;
}
.k-badge-pill {
    border-radius: 5rem;
    top: -5px;
    right: -10px;
    min-width: 21px;
}
.k-badge-md {
    padding: 2px 2px;
    border-width: 1px;
    font-size: 10px;
    line-height: 1;
}
.k-pos-top-end, .k-top-end {
    top: 0;
    right: 0;
}

.k-badge-solid.k-badge-error {
    border-color: #d51923;
    color: #fff;
    background-color: #d51923;
}
.center-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.flex-vertical{
    display: flex;
    flex-direction: column;
}

.center-screen-horizontal {
    display: flex;
    justify-content: center;
}

.width-210{
    width: 210px;
}
.display-flex{
    display: flex;

}
.align-self-flex-start {
	align-self: flex-start;
}

.flex-space-between{
    display: flex;
    justify-content: space-between;
}
.width-fit-content{
    width: fit-content;
}
.padding-10{
    padding: 10px;

}
.div-main-title {
    /* display: flex; */
    width: calc(100% - 10px);
    height: 55px;
    padding: 5px;
}
.div-main-title > div {
    display: flex;
    height: 100%;
}
.div-header-desc {
    display: table-cell;
    width: 100%;
	height: 55px;
    margin-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
	line-height: 18px;
	font-size: 14px;
}
.setting-row-desc {
    padding: 6px 0px 2px 0px;
    white-space: normal;
}
.setting-row-header {
    font-weight: bold;
}
.main-content-height{
	height: calc(100% - 70px);
/*     height: calc(100% - 115px); */
/*     margin-top: 5px; */
}
.main-content-height-big{
	height: calc(100% - 5px) !important;
/*     height: calc(100% - 10px) !important; */

}

.align-items-center{
    align-items: center;
}
.margin-20{
    margin: 20px;
}

.expander-box
{
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.08);
    color: #656565;
    background-color: #fff;
}
.label-div{
    width:155px ;
}
.input-div{
    width: 100%;
}
.form-div{
    line-height: 40px;
    width: calc(100% - 20px);
    padding: 10px;
}
.div-main-title{
    display: none;
}
.divLoaderParent{
    display: none;
}
.divLoader {

    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(0,0,0,0.4);
    justify-content: center;
    display: flex;
}
.divLoader > .box {
    margin-top:-50px;
    width: 200px;
    background-color: #fff;
    height: 200px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 5px;
}
.divLoader > .box > .text {
    font-size: 20px;
    font-weight: bold;
}

.div-header-name{
    font-weight: bold;
    margin-left: 5px;
}

.box-flex-data div{
    display: flex;
}
.box-flex-data > div > div:first-child{
    width: 100px;
}
.box-flex-data{
    line-height: 24px;
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 10px;
}

.img-child {
    /* width: 64px; */
    max-height: 100px;
}
.address-textarea,.address-textarea:focus,.address-textarea:focus-visible{
    border: none!important;
    outline: none;
    color: #636363;
    /*font-size: 14px;*/
    width: 97%;
    min-height: 120px;
    font: inherit;
    overflow: auto;

}
.title-second-line{
    color: red;
    font-size: 16px;
}

.flex-reverse{
    flex-direction: row-reverse;
    display: flex;
}
.width-30-per{
    width: 30%;
}
.flex-container {
    display: flex;
    flex-direction: column;
}
.min-width-150{
    min-width: 150px;
}
.box-text-in-expander{
    overflow: auto;
    word-wrap: break-word;
    white-space: pre-wrap;
    /*max-height: 50px;*/
}
.heading {
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.required> .k-multiselect-wrap.k-floatwrap{
    border-left: 3px solid red!important;
}
.min-height-20{
    min-height: 20px;
}
.padding-left-10{
    padding-left: 10px;
}
.k-grid-content .k-i-none {
    width: 22px;
}
.k-widget.k-multiselect.option-multiselect{
    height: 30px;
}
.k-dropzone{
    min-height: 20px;
}
.justify-content-center {
    justify-content: center !important
}
.margin-bottom-30{
    margin-bottom: 30px;
}
.margin-bottom-14{
    margin-bottom: 14px;
}

.k-multiselect .k-multiselect-wrap ul{
    margin-top: 0px;
    margin-left: 1px;
}
.k-switch-container{
    /*margin-top: -1px;*/
}
.k-switch-off .k-switch-handle{
    margin-bottom: 3px;
}
.k-tabstrip-top > .k-tabstrip-items {
    border-bottom-color: #6565653b !important;
}
.tab-secondary > .k-tabstrip-items >
.k-state-active.k-item.k-tab-on-top.k-state-default {
     border-top-left-radius:unset!important; ;
     border-top-right-radius: unset!important;
     background-color: #ffffff;
     color: #656565 !important;
    font-weight: bold;
    border-bottom: 4px solid #ff6358;
    margin-bottom: -4px;
}
.tab-secondary > .k-tabstrip-items >
li.k-item.k-state-default{

    border-top: unset!important;
    border-right: unset!important;
    border-left: unset!important;
}
.tab-secondary > .k-tabstrip-items > .k-item.k-tab-on-top.k-state-default {
    border-color: transparent;
    margin-bottom: 0px !important;
}

.tab-secondary > .k-tabstrip-items >
li.k-item.k-state-default:after {
    content: '';
    height: 75%;
    width: 1px;
    position: absolute;
    right: 0;
     top: 3.5px;
     background-color: unset !important;
}
.tab-secondary > .k-tabstrip-items {
    border-bottom: unset !important;
}

.tab-secondary > .k-tabstrip-items .k-item:hover {
    text-decoration: none !important;
    /* color: #d6534a; */
}

.tab-secondary > .k-tabstrip-items .k-state-hover ,.tab-secondary > .k-tabstrip-items .k-item:hover{
    background-color: rgb(243 242 241)!important;
}

.tab-secondary .k-content.k-state-active {
    padding: 10px 0 0 0 !important;
}
.cursor-poiter{
    cursor: pointer;
}

.padding-top-0{
    padding-top: 0;
}
.margin-top-8{
    margin-top: 8px;
}
.or-div{
    height: 35px;
}

#confirmCancelDialog,#confirmDeleteDialog{
    padding: 10px;
}
.iframe-windows-popup{
    width: 100%;
    height: calc(100% - 0px) !important;
}

.check-guide {
    margin-left: 5px;
}

.check-switch{
    color: #ff6358;
    font-size: 12px!important;
}
.k-switch-label-on{
    margin-left: -6px;
}

.k-switch-off .k-switch-handle{
    background-color: #ffffff!important;
    background: none;
}
.font-size-30{
    font-size: 30px;
}
.flex-center {
    display: flex;
    align-items: center;
}

.slider {
    /*             align-self: center; */
    -webkit-appearance: none;
    /*width: 100%;*/
    height: 5px;
    border: #636363 solid 1px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
    align-self: flex-start;
    margin-top: 12px;
}

.slider:disabled {
    opacity: 0.5;
}

.slider:hover {
    border: #000000 solid 1px;
    /*opacity: 1;*/
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border: 0;
    border-radius: 20px;
    background: #ff6358;
    cursor: pointer;
    /*opacity: 0.7!important;*/
}

.slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border: 0;
    cursor: pointer;
}

















.align-self-center{
    align-self : center;
}
.width-15{
    width: 15px;
}
.width-100-px-imp{
    width: 100px!important;
}



.k-window-maximized .k-window-titlebar{

    border-color: inherit;
    color: #f6f6f6 !important;
    background-color: #656565 !important;


}

.k-window {
    border-radius: 5px ;
}
.k-window-titlebar{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
}

.k-window.k-window-maximized{
    border-radius:0px!important; ;
}

.k-window-maximized .k-window-titlebar{
    border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
    margin: 0px!important;
}



.isWcagEnable{
    display: none;
}

.div-draganddrop{
    border-width: 1px!important;
    background-color: #f6f6f6!important;
    border-radius: 8px!important;
}
.margin-left-minus-10{
    margin-left: -10px;
}

.section-line{
    /*border-top: 1px solid #e6e6e6;*/
    border-top: 1px solid #b3b3b3;
    margin-top: 10px;
    padding-top: 10px;
}

.concat-btn-left{
    min-height: 28px!important;
    border-left: 1px solid #cbcbcbbd!important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -2px;

}

.concat-textbox-right,
.concat-dropdown-right .k-dropdown-wrap{
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/*.translate-combobox*/

.hide {
	display: none !important;
}
.hidden {
	visibility: hidden !important;
}
.nodata {
    display: flex;
    padding: 5px;
	align-items: center;
	background-color: #f6f6f6;
}
.nodata > i {
    margin-right: 5px;
    font-size: 16px;
}
.dropZoneElement.small .label-form {
    font-size: 14px !important;
}

.dropZoneElement.small .img-upload {
    height: 30px;
}
.dropZoneElement.small .full-upload-first-div-small {
	height: calc(100% - 120px) !important;
}

.o-guide {
	max-height: 140px;
	overflow: auto;
	display: none;
	border-radius: 4px;
	padding: 5px 0px 0px 20px;
	position: relative;
	font-weight: normal;
	font-size: 13px;
}
.guide-tab {
    margin-top: 1px;
}
.o-guide-setting {
	background-color: #f6f6f6;
	border: 1px solid #b3b3b3;
	border-radius: 8px;
	right: 5px;
	padding: 3px 5px;
	display: flex;
	position: absolute;
}
.guide-option{
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.o-body .heading {
    cursor: pointer;
    font-size: 16px;
    /*font-weight: bold;*/
    display: flex;
    align-items: baseline;
    margin-top: 10px;
}       
.div-file-option > .heading {
    padding: 5px 0;
    font-size: 16px;
}


.btn-div-box {
    width: 150px;
}
.file-btn {
    width: 150px;
    text-align: start;
    justify-content: flex-start;
}
.icon-span {
    width: 26px;
}

.or-div {
    display: flex;
    /* width: 100%; */
    justify-content: center;
    align-items: center;
}
.or-line {
    border-top: 1px solid #b3b3b3;
    width: 30px;
    height: 0px;
    margin-left: 10px;
    margin-right: 10px;
}
.margin-right-50 {
    margin-right: 50px;
}
.translate-combobox .k-select > .k-icon.k-i-arrow-60-down {
    font-size: 40px!important;
}
.upload-div {
    display: flex;
    justify-content: start;
}

.full-upload-first-div {
    width: 100%;
    align-items: center;
    justify-content: end;
    height: 100%;
    /* min-height: 80px; */
}
.full-upload-first-div-small {
    justify-content: center!important;
    height: calc(100% - 110px) !important;
}
.heading .input{
    margin-top: 5px;
}

.div-content-file {
    padding: 0 5px;
    height: 33px !important;
    align-self: start;
    width: 100%;
}
.div-content-file > div > span {
    align-self: center;
    display: flex;
    height: 100%;
    align-items: flex-end;
    margin-bottom: 5px;
}
span.panel-file1 {
    width: calc(100% - 92px);
}
.div-content-file > div {
    white-space: nowrap;
    display: flex;
    align-items: self-start;
    height: 33px;
    width: calc(100% - 10px);
}

.div-content-upload {
    display: flex;
    height: calc(100% - 33px);
    align-items: center;
    margin-left: 0 !important;
}


.div-content-action {
    position: absolute;
    top: 5px;
    right: 5px;
    display: none;
}
.div-draganddrop>div {
    margin-left: 0;
}
.div-content-action > span:not(:first-child) {
    margin-left: 15px;
}

.div-content-action > span > a:hover {
    font-weight: bold;
    text-decoration: underline;
}

.div-content-file .icon{
    display: none;
}

.div-content-grid.uploaded .div-content-upload {
    display: none;
}

.div-content-grid.uploaded .div-content-file {
    width: auto;
    align-self: center;
}

.div-content-grid.uploaded .div-content-file span.panel-file1,
.div-content-grid.uploaded .div-content-file span.panel-file2 {
    width: calc(100% - 10px);
}
.div-content-grid.uploaded .div-content-action {
    display: flex;
}

.div-content-grid.uploaded .div-content-action > span > a {
    display: flex;
    align-items: center;
}
.div-content-grid.uploaded .div-content-file .icon{
    display: flex;
}
.div-main-content {
    overflow: hidden!important;
}
.import-btn {
    display: none!important;
}

.main-upload-div{
    width: calc(100% - 5px);
}

.padding-left-20{
    padding-left: 20px;
}
.padding-left-30{
    padding-left: 30px;
}

.div-main-title .img-child{
    max-height: 64px!important;
}

.viewer-input-div{
    display: flex;
    width: 100px;
    justify-content: center;
    align-items: center;
}
.viewer-div{
    /*border-radius: 8px;*/
    /*right: 60px;*/
    left: 400px;
    padding: 3px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
}
.file-selector-viewer{
    display: none;
}
.sub-viewer{
    margin-right: 5px;
}
.k-button-group .k-button:active, .k-button-group .k-button.k-state-active, .k-button-group .k-button.k-state-selected, .k-button-group > input[type="radio"]:checked + .k-button, .k-button-group > input[type="checkbox"]:checked + .k-button {
    background-color: gray !important;
    background-image: none !important;
}
.k-treeview .k-in.k-state-hover, .k-treeview .k-in:hover, .k-treeview .k-in.k-state-selected {
	border-radius: unset !important;
}
.k-treeview .k-in.k-state-selected {
    background-color: gray !important;
}
.margin-right-40 {
    margin-right: 40px;
}
.right-0 {
	right: 0;
}
.height-22 {
    height: 22px;
}
.k-grid .k-grid-content-expander {
    display: none;
}
.concat-right {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.concat-button-left {
    border-left: 1px solid #cbcbcbbd!important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -2px;
}
.k-button.concat-right:focus {
    border-right: 1px solid !important;
}
.k-item .material-icons, 
.k-item .material-icons-outlined {
    font-size: 20px;
    margin-right: 5px;
}
.cursor-pointer {
    cursor: pointer;
}
body{
	color: #656565;
}

#headerDiv {
    justify-content: space-between;
    padding: 3px 8px 0px 8px;
    margin-left: 0px !important;
    background-color: #656565;
    color: #fff;
    white-space: nowrap;
    display: flex;
    flex-flow: nowrap;
    font-weight: bold;
}
#headerDiv > span.arrow {
    margin-right: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
}
#headerDiv > span.arrow:hover {
    border-color: #fff;
}
#headerDiv.header-top > span.arrow { /* fix for old style */
  margin-right: 20px !important;
}
.main-content {
    display: flex;
    flex-direction: column;
}
.main-content.showheader .div-main-title {
	display: flex;
}