﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans);


html {
    height: 100%;
}

/*html, body {
position:relative!important;
top:0;
right:0;
bottom:0;
left:0;
}

body {
    min-height:100%; 
    position:relative;
    padding-bottom:[footer-height]  
    }*/

body {
    font-family: Verdana,Arial !important /*'Open Sans', sans-serif*/;
    font-size: 12px;
    font-weight: normal;
    height: 100%;
}

.k-calendar-view {
    font-family: 'Open Sans', sans-serif;
}

.chart {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.formcommandsection {
    height: 0px;
}

    .formcommandsection .commandButton {
        margin-top: 0px !important;
    }

.qgrid_iconcommand {
    float: right;
}

    .qgrid_iconcommand a {
        margin-top: -1px !important;
    }
/* .qgrid_iconcommand i, 
    .qgrid_iconcommand img {
        color: white;
    }*/

/*a.qgridiconmaster:hover {
    text-decoration: none;
}*/

.glyphicon.dftClsGlph {
    font-size: 12px;
}

.badgeCircle {
    width: 15px;
    height: 15px;
    line-height: 15px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    /* border: solid 1px #f00;*/
    color: white;
    text-align: center;
    display: block;
    /*margin-left: 99px;
    margin-top: -22px;
    position: fixed;*/
    font-size: 8px;
    background: #f00;
    position: absolute;
    right: -9px;
    top: -1px;
}

.hideCircle {
    display: none;
}

.gridBothDeleteWrap, .gridBothDeleteWrap #gridConfirmDelete {
    overflow: visible
}

.center {
    margin: auto;
    width: 50% !important;
}

.form-group .chart {
    margin-left: 0;
}

.qgrid-var6eq0 {
    min-height: 0px !important;
}

a {
    text-decoration: underline;
    cursor: pointer;
}

h1, h2, h3, h4, h, h6 {
    font-family: Verdana,Arial;
}
/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
.body-content {
    height: 100%;
    /*overflow-x:hidden;*/
    /*padding-left: 15px;
    padding-right: 15px;*/
}

    .body-content form {
        height: 100%;
    }
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
.login input,
.login select,
.login textarea {
    max-width: 350px;
}


.login-mainHead {
    /*background: #1167a6;
    background: -moz-linear-gradient(left, #1167a6 0%, #0095d4 100%);
    background: -webkit-linear-gradient(left, #1167a6 0%,#0095d4 100%);
    background: linear-gradient(to right, #1167a6 0%,#0095d4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1167a6', endColorstr='#0095d4',GradientType=1 );*/
    background: #0072c6; /* Sharepoint Bg color theme */
    padding: 10px;
    color: #fff;
}

    .login-mainHead h4 {
        font-size: 30px;
        text-align: center;
    }
/*footer {
    position:fixed;
    width:100%;
    display:block;
    bottom:0;
}*/
footer {
    /*Footer default revert*/
    /*position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: [footer-height];*/
}

    footer p {
        padding: 0px;
        text-shadow: 0 0 #fff;
        margin: 0px;
    }

        footer p span.versn {
            float: right;
            margin-right: 20px;
            font-size: 10px;
        }

.nrml-page-head {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 5px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-left: 10px;
    background-color: #efefef;
    color: #444;
}

.login-bg-scrn {
    background-image: url(../Images/Login-FullScreenBg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.log-box-head {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 5px;
    margin-bottom: 15px;
    border-bottom: #ccc solid 0px;
    color: #264767;
}

    .log-box-head img {
        margin: auto;
    }

.login-empty-wrap {
    width: 50%;
}

.hgt-cnrl-wrap-login {
    width: 50%;
    position: relative;
    top: 25%;
}

.cntr-cnrl-wrap-login {
    margin: 40px auto 0;
}

.multicolumn-task-list-items,
.multicolumn-task-list-items0 {
    overflow: auto;
}

.TchSCrnLogoBg {
    display: none;
}

.login-form-wrap {
    width: auto;
    /*margin: 11% auto;*/
    margin: /*10% auto;*/ auto;
    display: block;
    max-width: 320px;
    background: #f6f6f6;
    padding: 20px;
    border-radius: 5px;
    border: #dddbdb solid 1px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}

.k-chart svg {
    overflow-y: scroll !important;
}

    .k-chart svg:not(:root) {
        overflow-y: scroll !important;
    }

.twoclm-form-wrap {
    width: 35%;
    margin: 2% auto;
    display: block;
    background: #f6f6f6;
    padding: 15px 20px;
    border-radius: 5px;
    border: #dddbdb solid 1px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}

.login-form-wrap .input-group {
    /*margin-bottom:15px;*/
}

.login-form-wrap label, .twoclm-form-wrap label {
    font-size: 12px;
    font-weight: 500;
}

.login-form-wrap label {
    margin-bottom: 3px;
}

.login-form-wrap .input-group-addon {
    background-color: #888;
    border-radius: 4px 0 0 4px !important;
    border: none;
}

    .login-form-wrap .input-group-addon .glyphicon {
        color: #fff;
        font-size: 20px;
    }

.login-form-wrap .input-group input.form-control {
    border-radius: 0 4px 4px 0;
    border-left-width: 0;
    border-color: #ececec;
    font-size: 13px !important;
    padding: 8px 0 8px 8px !important;
    height: auto;
}

.alertmsg {
    color: #f00;
    margin-bottom: 14px;
    display: block;
}

.powerBydiv {
    position: relative;
    bottom: -50px;
    width: auto;
    display: table;
    margin: 0 auto 0;
}

    .powerBydiv .versn {
        font-size: 10px;
        color: #666;
        text-align: center;
        margin-top: 10px;
        font-family: 'Open Sans', sans-serif;
    }

.alrt-dsgn {
    margin: 5% 50px 0;
}

    .alrt-dsgn a:link, .alrt-dsgn a:visited {
        text-decoration: underline;
        color: #b94a48;
    }

    .alrt-dsgn a:hover {
        text-decoration: none;
    }

.chng-psw-btn {
    font-weight: bold;
    letter-spacing: .5px;
    outline: none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    display: table;
    margin: 20px auto;
}

.login-btn {
    margin: auto;
    display: table;
}

    .login-btn .btn {
        margin: 0;
    }

    .login-btn input[type='submit'], .login-btn:focus input[type='submit'], .login-btn:active input[type='submit'] {
        background: #0072c6; /*#498dd0;*/ /* Sharepoint Bg color theme */
        border: none !important;
        font-weight: bold;
        letter-spacing: .5px;
        outline: none;
        border-radius: 3px;
        -webkit-border-radius: 3px;
    }

.login-form-wrap .login-btn {
    margin: auto;
    display: table;
    width: 100%;
}

    .login-form-wrap .login-btn .btn {
        margin: 0;
        width: 100%;
        font-size: 20px !important;
        padding: 12px 0;
    }

    .login-form-wrap .login-btn input[type='button'], .login-form-wrap .login-btn:focus input[type='submit'],
    .login-form-wrap .login-btn:active input[type='submit'] {
        background: #888; /* 0072c6 #498dd0;*/ /* Sharepoint Bg color theme */
        border: none !important;
        font-weight: normal;
        letter-spacing: .5px;
        outline: none;
        border-radius: 3px;
        -webkit-border-radius: 3px;
    }

/*.col-md-6 {
    width: 49% !important;
    margin-right: 1% !important;
}*/

footer {
    text-align: center;
    background: none /*#1167a6 #2a3f54*/;
    background-color: none;
    padding: 10px 0px;
}

    footer.dflt-ftr {
        padding: 0;
    }

    footer .ftr-in-bg {
        padding: 9px 0 10px;
    }

        footer .ftr-in-bg p {
            padding: 1px;
            font-size: 11px;
        }

.table td, .table th {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.dataTables_wrapper .dataTable th {
    font-family: Verdana,Arial !important;
    font-size: 11px !important;
}

.dataTables_wrapper .dataTable td {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 11px !important;
}

.row.HtMxRowOuter, .row.HtMxRowOuter .row {
    padding-top: 2px;
    padding-bottom: 2px;
}

.panel-body {
    /*background-image: url(Agiline/loading-image.gif);*/
    /*  background: url(../Images/loading-image.gif) center no-repeat !important; */
    min-height: 60px;
}

.HtMxWrap .HtmMxLbl {
    font-family: Verdana,Arial !important;
    font-size: 11px !important;
    padding: 0 5px 0 0;
    word-wrap: break-word;
}

.HtMxWrap .HtmMxVal {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 11px !important;
    padding: 0;
}

.row.HtMxRowOuter div[class^="col-"], .columnSplitElement {
    padding-right: 0px;
    padding-left: 0px;
}

input, select, textarea {
    /*font-family: 'Open Sans', sans-serif !important;*/
    font-size: /*12px*/ 11px !important;
    font-weight: normal;
}

.custom-combobox {
    display: block !important;
    width: 100% !important;
}

.custom-combobox-input {
    display: block !important;
    width: 100% !important;
}


/* Style the list */
ul.tab {
    list-style-type: none;
    /* margin: 0; */
    /* padding: 0; */
    overflow: hidden;
    border-bottom: 0px solid #ccc;
    /* background-color: #f1f1f1; */
    text-align: center;
    margin: auto;
}

    /* Float the list items side by side */
    ul.tab li {
        float: left;
        /* new */
        float: left;
        /*border: 1px solid #ddd;*/
        margin-right: 5px;
        border-radius: 3px;
    }

        /* Style the links inside the list items */
        ul.tab li a {
            display: inline-block;
            /*color: #fff;*/
            text-align: center;
            padding: 1px 16px;
            text-decoration: none;
            /*transition: 0.3s;*/
            font-size: 13px;
            font-family: 'Open Sans', sans-serif;
            /*background: #4b4b4b;*/
        }

            /* Change background color of links on hover */
            ul.tab li a:hover {
                /*background-color: #ddd;*/
            }

            /* Create an active/current tablink class */
            ul.tab li a:focus, .active {
                /*background-color: #ccc;*/
            }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px 6px 0 /*12px*/;
    border: 1px solid #ccc;
    border-top: none;
    /*overflow: auto;*/
    background: rgba(245,245,245,0) /*#f8f8f8*/;
    border-top-color: initial !important;
}

    .tabcontent input[type='text'], .tabcontent input[type='password'], .tabcontent input[type='date'], .tabcontent input[type='datetime'],
    .tabcontent input[type='datetime-local'], .tabcontent input[type='email'], .tabcontent input[type='file'],
    .tabcontent input[type='month'], .tabcontent input[type='number'], .tabcontent input[type='search'],
    .tabcontent input[type='tel'], .tabcontent input[type='time'], .tabcontent input[type='url'], .tabcontent input[type='week'],
    .tabcontent textarea, .tabcontent select, .customized-form-wrap input[type='text'], .customized-form-wrap input[type='password'], .customized-form-wrap input[type='date'],
    .customized-form-wrap input[type='datetime'], .customized-form-wrap input[type='datetime-local'], .customized-form-wrap input[type='email'], .customized-form-wrap input[type='file'],
    .customized-form-wrap input[type='month'], .customized-form-wrap input[type='number'], .customized-form-wrap input[type='search'],
    .customized-form-wrap input[type='tel'], .customized-form-wrap input[type='time'], .customized-form-wrap input[type='url'], .customized-form-wrap input[type='week'],
    .customized-form-wrap textarea, .customized-form-wrap select {
        box-shadow: none;
        padding: 2px 5px;
    }

    .tabcontent input[type='number'], .customized-form-wrap input[type='number'] {
        padding-right: 0;
    }

    .tabcontent select, .customized-form-wrap select {
        letter-spacing: .29px;
        height: 18px;
        padding: 0 2px;
        border-width: 1px;
    }

.k-widget.borderExtend select {
    box-sizing: border-box;
}

.k-widget.borderExtend label.IsComputed {
    box-sizing: border-box;
}

.dsh-custm-icon {
    /* color: #0167a5;*/
    font-size: 24px;
    margin-right: 10px;
    display: inline-block;
}

    .dsh-custm-icon + span {
        display: inline-block;
        vertical-align: top;
        line-height: 27px;
    }

    .dsh-custm-icon.glyphicon-refresh + span.caret {
        vertical-align: middle;
        margin-top: -2px;
    }

.fld-wrap.DrpWrpCls {
    margin-right: 8px;
    white-space: nowrap;
}

.alwyShw {
    padding-top: 6px;
}

.DrgWrpCls {
    white-space: nowrap;
    display: inline-block !important;
    border-color: transparent;
}

/*.form-border.ag-form-border { width: max-content!important; }*/

.form-border.ag-form-border .DrpWrpCls, .form-border.ag-form-border .DrgWrpCls {
    display: inline-block !important;
}

.borderExtend .custom-label.LblforDrg:before {
    content: "\00a0\00a0";
}

.noline-wrap .borderExtend .form-group.ClsforFrmGrp {
    display: flex;
}

.noline-wrap .borderExtend .form-group .custom-label.LblforDrg,
.noline-wrap .form-group .custom-label.LblforDrg, .custom-label.LblforCmndBtn {
    min-width: 150px;
}

.k-listbox.drag-wrap-list {
    width: auto;
    height: auto;
}

    .k-listbox.drag-wrap-list .k-list-scroller {
        overflow: visible;
        border-style: solid;
    }

.k-listbox.cstm-listbox {
    vertical-align: top;
    width: auto;
    height: auto;
}

.k-listbox.drag-wrap-list, .k-listbox.drag-wrap-list:hover {
    background: none;
    box-shadow: none;
}

.drag-wrap-list .cstm-drag-wrap .ddOption, .drag-wrap-list .cstm-drop-wrap .ddOption {
    min-width: 100%;
    display: table;
}

span.switchExtn .k-switch-container {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    height: 18px;
}

span.switchExtn .k-switch-label-off, span.switchExtn .k-switch-label-on {
    display: inline;
    height: 18px;
    line-height: 18px;
}

span.switchExtn {
    /*min-width: 150px;*/
    margin: 0; /*5px 0*/
    display: inline-flex !important;
}

    span.switchExtn .k-switch-handle {
        width: 15px;
        height: 15px;
        top: -3px;
    }

.k-switch-on.switchExtn .k-switch-handle {
    left: calc(100% - 1.2em);
}

.tooltip-inner {
    max-width: none;
}
/* All Grids' Filters alignment below except Dashboard grids  */

/*.k-column-menu.k-popup .k-animation-container ul.k-menu-group li[role="menuitemcheckbox"]{
	 
}*/
.k-column-menu.k-popup > ul.k-menu-vertical > li.k-item[role="menuitem"] > span.k-link {
    padding-top: 8px;
    padding-bottom: 8px;
}

.k-column-menu.k-popup .k-animation-container ul.k-menu-group span.k-link {
    padding-left: 5px;
}

.k-column-menu.k-popup ul.k-menu-group span.k-link input[type="checkbox"] {
    position: relative;
    margin: 0 2px 0 0;
    top: 2px;
}

.k-filter-menu .k-multicheck-wrap {
    max-height: 20em;
    border-bottom: 1px solid #ccc;
}

    .k-filter-menu .k-multicheck-wrap > li > label {
        font-weight: normal;
        margin-bottom: 3px;
    }

    .k-filter-menu .k-multicheck-wrap > li:first-child > label {
        font-weight: 700;
    }

    .k-filter-menu .k-multicheck-wrap > li:first-child {
        border-bottom: 1px solid #eee;
    }

.k-multicheck-wrap > li:first-child > label {
    margin-bottom: 0;
}

form.k-filter-menu .k-multicheck-wrap label > input[type="checkbox"] {
    position: relative;
    margin: 0 2px 0 0;
    top: 2px;
}
/* All Grids' Filters alignment above except Dashboard grids  */


.customized-form-wrapPop {
    line-height: 21px;
    width: 80% !important;
    max-width: 480px;
    min-height: initial !important;
    padding: 0px !important;
    display: table !important;
    position: relative !important;
    margin: 10% auto 0;
    padding: 1px !important;
}

    .customized-form-wrapPop .dataColumn.noline-wrap {
        float: none;
        padding: 8px;
    }

    .customized-form-wrapPop p#pHeader {
        line-height: 20px;
    }

    .customized-form-wrapPop .form-control {
        padding: 0 2px;
        height: 18px;
    }

    .customized-form-wrapPop .form-group .custom-label, .customized-form-wrapPop .form-group .fld-wrap {
        display: inline-block;
    }

    .customized-form-wrapPop .dataColumn input {
        width: auto;
    }

    .customized-form-wrapPop .frmGrp {
        overflow: hidden;
    }

    .customized-form-wrapPop .cstmLbl {
        width: 150px;
        float: left;
        font-size: 11px;
        font-weight: 700;
        white-space: normal;
    }

        .customized-form-wrapPop .cstmLbl.btnLblCvr {
            height: 1px;
        }

    .customized-form-wrapPop .fldWrp {
        float: left;
    }

        .customized-form-wrapPop .fldWrp.descWidth {
            width: calc(100% - 150px);
        }

    .customized-form-wrapPop .form-control:focus {
        /*border-color: #555;*/
    }

    .customized-form-wrapPop select.form-control {
        width: 150px !important;
    }

    .customized-form-wrapPop .command-buttons input[type="button"] {
        padding: 2px 15px;
        margin-right: 5px;
        line-height: 1.42857143;
    }

    .customized-form-wrapPop .frmGrp.fltLft {
        float: left;
    }

    .customized-form-wrapPop .frmGrp.fltRht {
        float: right;
    }

    .customized-form-wrapPop .cstmLbl.txtRht {
        text-align: right !important;
        margin-right: 10px;
    }

.topActionHead button#ComponentHeaderGear {
    outline: none;
    border-radius: 3px;
    padding: 3px;
    font-size: 12px;
}

.RhtFltrPnl #myTabContent.tab-content {
    padding: 5px;
    border-width: 0;
}

.RhtFltrPnl .settingHeading {
    width: 100%;
    font-weight: bold;
    font-size: 11px;
    line-height: 12px;
    padding: 2px 0;
    text-align: left;
    border-top-width: 3px;
    overflow: hidden;
    border-top-width: 3px;
    border-top-style: solid;
}

    .RhtFltrPnl .settingHeading .spanCaption {
        float: left;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 250px;
        margin-left: 5px;
    }

    .RhtFltrPnl .settingHeading .closeFilter {
        width: 15px;
        height: 15px;
        float: right;
        cursor: pointer;
        margin-right: 5px;
    }

        .RhtFltrPnl .settingHeading .closeFilter i.k-icon {
            top: auto;
            right: 1px;
        }

.RhtFltrPnl .FltrBtnsCover {
    background: rgba(0,0,0,.03);
    border-bottom: rgba(96,100,104,.5) solid 1px;
    padding: 1px 0px 4px;
    margin-bottom: 2px;
    font-size: 12px;
}

.FltrBtnsCover > .btn, .FltrBtnsCover > .btn:active, .FltrBtnsCover > .btn:focus {
    width: 16px;
    height: 16px;
    border: none;
    background: none;
    padding: 0;
    margin: 0 0 0 5px;
    line-height: normal;
    box-shadow: none;
    outline: none;
    top: 0;
}
    /*.FltrBtnsCover > .btn > span.glyphicon { top:0;color:#656565; }*/
    .FltrBtnsCover > .btn > img {
        width: 14px;
        height: 14px;
        vertical-align: top;
    }

    .FltrBtnsCover > .btn i.k-icon {
        top: auto;
        right: auto;
    }

    .FltrBtnsCover > .btn:hover, .FltrBtnsCover > .btn:focus, .FltrBtnsCover > .btn:active, .FltrBtnsCover > .btn.focus {
        color: inherit;
    }

.RhtFltrPnl ul#myTab {
    padding-top: 1px;
    border-width: 1px;
}

    .RhtFltrPnl ul#myTab li:first-child {
        margin-left: 6px;
    }

    .RhtFltrPnl ul#myTab li {
        /*border: none;*/
        margin-right: 0px;
        width: auto;
        padding: 0;
    }

        .RhtFltrPnl ul#myTab li a {
            padding: 3px 8px 2px;
            font-size: 11px;
            outline: none;
            margin-right: 0;
        }

        .RhtFltrPnl ul#myTab li:first-child a {
            /*border-radius: 3px 0 0 0;*/
        }

        .RhtFltrPnl ul#myTab li:last-child a {
            /*border-top-right-radius: 3px;
            border-right-width: 0px;*/
        }

    .RhtFltrPnl ul#myTab > li {
        margin-right: 3px;
    }

        .RhtFltrPnl ul#myTab > li > a:hover, .RhtFltrPnl ul#myTab > li > a:focus {
            /*background:none!important;*/
        }

    .RhtFltrPnl ul#myTab li.active a, .RhtFltrPnl ul#myTab li a:active {
        /*color: #0072c6 !important;
        border: 1px solid #0072c6 !important;
        border-bottom: none !important;*/
        font-weight: 500;
        /*background: url(/Images/tab-arw.png) #f8f8f8 center top no-repeat !important;*/
    }

    .RhtFltrPnl ul#myTab li.active:not(:first-child) a {
        /*border-left-color: transparent !important;*/
    }

@media screen and (-webkit-min-device-pixel-ratio:0) { /* For Chrome css hacking*/
    .tabcontent select, .customized-form-wrap select {
        letter-spacing: -0.2px;
    }

    .QPicture object.DmyImg[data="/images/noimage-icon.png"] {
        display: none;
    }

    .QFPicture object.DmyImg[data="/images/noimage-icon.png"] {
        display: none;
    }
}

.tabcontent input:focus, .tabcontent textarea:focus, .tabcontent select:focus,
.customized-form-wrap input:focus, .customized-form-wrap textarea:focus, .customized-form-wrap select:focus {
    box-shadow: none;
}

.tabcontent input[type="checkbox"], .customized-form-wrap input[type="checkbox"],
.tabcontent input[type="radio"], .customized-form-wrap input[type="radio"] {
    width: auto;
}

input[type='submit'].widget-frm-btn, input[type='submit'].widget-frm-btn:focus, input[type='submit'].widget-frm-btn:active,
input[type='button'].widget-frm-btn, input[type='button'].widget-frm-btn:focus, input[type='button'].widget-frm-btn:active {
    background: #0072c6; /*#498dd0;*/ /* Sharepoint Bg color theme */
    border: none !important;
    font-weight: bold;
    letter-spacing: .5px;
    outline: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    height: 18px;
    text-align: center;
    padding: 3px 8px;
}

.tabcontent input[type="radio"], .customized-form-wrap input[type="radio"] {
    margin-top: 2px;
}
/* Widget form fields adjustment styles start*/
.lbl-fld-default-hgt {
    height: 58.15px;
}

.tabcontent .form-control.fld-half, .customized-form-wrap .form-control.fld-half {
    width: 49.5% !important;
    /*min-width:initial !important;*/
}

.tabcontent .form-control.fld-qtr, .customized-form-wrap .form-control.fld-qtr {
    width: 24.5% !important;
    /*min-width:initial !important;*/
}

.tabcontent .form-control.fld-third, .customized-form-wrap .form-control.fld-third {
    width: 74.5% !important;
    /*min-width:initial !important;*/
}

.form-control {
    height: 18px; /*25px;*/
}

    .form-control:focus {
        border-color: inherit;
    }
/* Widget form fields adjustment styles end*/

.docActions ul {
    margin: 0px;
    list-style: none;
    padding: 0px;
    margin-bottom: 2px;
}

.docActions li {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}


.docActions p {
    margin: 0px 0 0;
    font-size: 11px;
    cursor: pointer;
}

.docActions .dropdown-menu > li > a {
    padding: 3px;
}

.fltrWidg-top-gear li.dropdown-submenu, .docActions .kendo-dropdown-cstm li {
    text-align: left;
}

.fltrWidg-top-gear .dropdown-submenu a {
    text-decoration: none;
}

    .fltrWidg-top-gear .dropdown-submenu a i {
        margin-right: 4px;
        border-radius: 3px;
        display: inline-block;
    }

.formlbl {
    width: 20%;
    display: inline-block;
}

    .formlbl label {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: normal;
    }

.formctrl {
    width: 60%;
    display: inline-block;
}

input[type='checkbox'].form-control, input[type='radio'].form-control {
    height: auto !important;
}

.chk-lbl-span {
    float: left;
    margin-left: 5px;
    font-weight: bold;
}

.chk-wrap {
    border: #cbcaca solid 0px;
    padding: 7px 10px;
    overflow: hidden;
    height: 34px;
}

/*.chk-wrap:focus, .chk-wrap:active {
        border: #102439 solid 1px;
    }*/
/*.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1PX solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 7px;
}*/
.setting-pg-wrap.form-horizontal .form-control.k-textbox {
    width: 100% !important;
}

.btn {
    margin-top: 10px;
    line-height: 12px;
}

input[type="number"], input[type="text"], input[type="datetime"], textarea {
    /*width: 220px;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    /*padding: 5px 10px;
            border-radius: 3px;*/
}

textarea {
    /*box-shadow: -1px -1px 0px 0px #9a9a9a;*/
    position: relative;
    /*top: -10px;*/
    resize: none;
    white-space: pre-wrap !important; /* TicketID:501*/
}

.tlTpInfo {
    opacity: 0.5 !important;
}

    .tlTpInfo i.k-icon {
        top: 0;
        right: -2px;
    }

input[type="checkbox"] + .tlTpInfo i.k-icon {
    top: -3px;
}

.tlTpInfo + .lblNewCls {
    float: left;
}
/* Copied from index page start */
.divWidget {
    height: 450px;
    display: table-cell;
}

iframe {
    border: 0 none;
}

.k-button-group .k-tool-icon, .k-icon, .k-sprite {
    width: 19px !important;
    height: 18px !important;
    border-radius: 3px;
}

.k-column-menu .k-sprite, .k-drop-hint,
.k-gantt-views > .k-current-view > .k-link:after, .k-grid-mobile .k-resize-handle-inner:after,
.k-grid-mobile .k-resize-handle-inner:before, .k-grouping-dropclue, .k-icon,
/*.k-pager-numbers .k-current-page .k-link:after,*/
.k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after, .k-tool-icon {
    /*background-color: #fff !important;*/
    opacity: 1 !important;
}

.k-i-delete-n, .k-i-refresh-n, .k-i-edit-n, .k-i-minmax-n {
    background-image: url(../Images/allCommon-Icons.png) !important;
    border-color: transparent;
}

.k-i-arrowhead-n {
    background-position: 2px -255px !important;
}

.k-i-edit-n {
    background-position: 1px -1397px;
}

.k-i-minmax-n {
    background-position: -124.5px -1868px;
}

.k-i-refresh-n {
    background-position: 1px -1375px;
}

.k-i-delete-n {
    background-position: 0.5px -1417px;
}

#example {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dash-head {
    width: 970px;
    height: 80px;
    background: url('../content/web/sortable/dashboard-head.png') no-repeat 50% 50% #222222;
}

.panel-wrap {
    display: table;
    margin: 0 0 0px;
    width: 100%;
    background-color: none;
    border: 0px solid #e5e5e5;
}

#sidebar {
    display: table-cell;
    margin: 0;
    padding: 20px 0 20px 20px;
    width: 50%;
    vertical-align: top;
}

#maincontent {
    display: table-cell;
    margin: 0;
    /*padding: 20px;*/
    width: 100%;
    vertical-align: top;
}

.sidebarRht {
    float: left;
    width: 15%;
    background: none;
    height: 100%;
    overflow: hidden;
}

.widget.placeholder {
    opacity: 0.4;
    border: 1px dashed #a6a6a6;
}

#divView {
    /*overflow: scroll;*/
    width: 100%;
}

#divView.MV-divView {
    height:auto;
}

/* Copied from index page end */

.topMenu {
    /*position: relative;*/
    z-index: 3000;
}

.taskBarDiv {
    position: absolute;
    /*width: 83%;*/
    height: 30px;
}

.mainContent {
    /*width: 84%;*/ /* GEplant default width fixed for menu less page */
    float: left;
    height: 100%;
    /*min-height: 520px;*/
    margin: 0 0 0;
    padding: 0px;
    /* padding: 0 0 40px 10px;
        min-height: 625px;*/
    margin-top: 0 !important;
    /*height:500px;*/
    transition: width .3s linear 0s;
}

    .mainContent.fullwidth {
        /*width:100% !important;*/
    }

    .mainContent.merge {
        /*width:   90% !important;*/ /* Left menu 800 to 500 */
    }

    .mainContent.invsblMenu {
        width: 100% !important;
    }

.merge.invsblMenu {
    width: 100% !important;
}

.mainContent.mnuLessWdth {
    width: 100%;
}

#maincontent {
    height: 495px !important;
    position: relative;
}

/*.window_panel {
    position: absolute !important;
}*/
 
.dropdown-taskbar {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 3000;
    right: 0;
    display: none;
    float: left;
    /*min-width: 160px;*/ /*Ticket #1510 fix*/
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

    .dropdown-taskbar li a.k-item {
        margin: 5px;
        color: inherit !important;
        font-size: 12px;
        padding-right: 0;
        padding-left: 0;
    }

        .dropdown-taskbar li a.k-item, .dropdown-taskbar li a.k-item:link, .dropdown-taskbar li a.k-item:visited {
            color: inherit;
        }

    .dropdown-taskbar a.k-item i, .dropdown-taskbar a.k-item:hover i {
        padding-right: 3px;
    }

        .dropdown-taskbar a.k-item i > span {
            letter-spacing: 0.4px;
        }
/* Top bar style start */

.pages-mainHead {
    padding: 3px 10px;
    color: #fff;
    position: relative;
    z-index: 2003;
    height: 45px;
}

    .pages-mainHead .pull-left {
        padding-top: 0;
    }

    .pages-mainHead .btn {
        margin-top: 0;
    }

    .pages-mainHead h4 {
        font-size: 30px;
        text-align: center;
    }

    .pages-mainHead .dropdown .dropdown-menu {
        right: 0;
        left: auto;
    }

    .pages-mainHead .user-icon {
        width: 21px;
        height: 21px;
        border: #2d3d44 solid 1px;
        border-radius: 30px;
        margin-right: 8px;
    }

    .pages-mainHead .btn-primary {
        font-size: 13px;
        padding: 2px 8px;
    }

    .pages-mainHead .usr-prfl.dropdown {
        float: left;
        margin-top: 6px;
    }

    .pages-mainHead .dropdown span.caret {
        margin-left: 5px;
        color: #0072c6; /*#264767*/ /* Sharepoint Bg color theme */
        border-top-color: #0072c6; /*#1167a6 #264767*/ /* Sharepoint Bg color theme */
    }

    .pages-mainHead .dropdown ul.dropdown-menu {
        border: #2d3d44 solid 1px;
        font-size: 13px;
        width: auto;
        padding: 0;
    }

        .pages-mainHead .dropdown ul.dropdown-menu li {
            /*border-bottom: #d2d2d2 solid 1px;
            border-top: #fff solid 1px;*/
        }

            .pages-mainHead .dropdown ul.dropdown-menu li:last-child {
                border-bottom: none;
            }

            .pages-mainHead .dropdown ul.dropdown-menu li:first-child {
                border-top: none;
            }

            .pages-mainHead .dropdown ul.dropdown-menu li a {
                padding: 6px;
            }

                .pages-mainHead .dropdown ul.dropdown-menu li a:hover {
                    background: none;
                }

                .pages-mainHead .dropdown ul.dropdown-menu li a i {
                    margin-right: 5px;
                }

button.ag-fltr-rht-btn + ul.dropdown-menu li {
    display: block;
}

    button.ag-fltr-rht-btn + ul.dropdown-menu li a {
        padding: 2px 5px;
        margin-right: 4px;
        color: inherit;
    }

ul.fltrWidg-top-gear > li > a:focus, ul.fltrWidg-top-gear > li > a:hover {
    background-color: transparent !important;
}

.minimizeImg i.k-icon, .maximizeImg i.k-icon, .cascadeImg i.k-icon, .closeImg i.k-icon {
    font-size: 12px;
    top: -2px;
    left: -2px;
}

.maximizeImg i.k-icon, .cascadeImg i.k-icon {
    top: -1px;
}

.closeImg i.k-icon {
    top: -1px;
}

.threedotsBox {
    float: right;
    width: 18px;
    height: 18px;
    background-color: #f6f6f6;
    border-radius: 18px;
    margin: 5px;
}

    .threedotsBox button.threedots {
        float: right !important;
        padding-right: 15px !important;
        background-color: transparent !important;
        border: 0 !important;
        white-space: nowrap !important;
        width: 17px;
        height: 16px;
    }

    .threedotsBox ul li a:link {
        padding: 0 10px !important;
    }

    .threedotsBox ul li a:hover {
        /*color: #0072c6 !important;*/
    }

/* Top bar style end */


/* Sidebar style start */
#accordionHeader {
    /*width: 16%;*/
    float: left;
    height: 100%;
}

.sidebar {
    width: 100%;
    /*border: 1px solid #c0c0c0;
        border-radius: 3px;
        max-height: 450px;*/
    overflow: auto;
    margin-right: 0;
    background: /*#eaeaea*/ #fff; /* Code Changed for Draggable Menu */
    border: 1px solid rgba(97,97,97,.2);
    border-top: none;
    transition: margin-left .3s linear 0s;
    display: block;
    height: 100%;
    /*min-height: 520px;*/
    /* new */
    /* position: fixed;
        left: 0;
        top: 65px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;*/
    /*-webkit-box-shadow: 6px -5px 3px -3px rgba(31,31,31,.5);
        box-shadow: 6px -5px 3px -3px rgba(31,31,31,.5);*/
}

    .sidebar.hiding {
        /*margin-left:-220px*/
        display: none;
    }

    .sidebar.merged {
        width: /*8.55%*/ 10% !important;
        position: relative;
        z-index: 9998;
    }

    .sidebar ul {
        padding: 5px;
        list-style: none;
        /* new */
        max-height: 80%;
        overflow: visible;
    }

        .sidebar ul a {
            color: #fff;
        }

        .sidebar ul ul {
            padding-left: 10px;
        }

            .sidebar ul ul a {
                color: #ddd;
                font-size: 12px;
            }

            .sidebar ul ul li.current a {
                color: #359ff4;
                font-size: 12px;
            }

/*.menu-item-has-children:before {
        content: "- ";
        color: #fff;
    }

    .current:before {
        content: "+ ";
    }

    .menu-item-has-children {
        margin-left: 2%;
    }*/

.sub-menu li {
    margin-left: 2%;
}

ul.dynamicUL > li > ul.dynamicUL ul {
    padding-left: 15px !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    color: #333;
    z-index: 99999;
}

.ui-timepicker .ui-widget-content {
    background: #fff;
}

.ui-timepicker table.ui-timepicker th.periods {
    color: initial;
}

.lblVFDrpLst.ui-widget-content, .lblVFDrpLstGrd.ui-widget-content {
    background: #fff;
    color: #333;
}

.cstm-lblVF {
    color: inherit !important;
}

.SrtBoxWrp.k-listbox {
    width: auto;
    height: auto;
}

.SrtBoxWrp .sortable.k-item {
    background: transparent;
    border: none;
}

.k-tabstrip > .k-content {
    overflow: visible !important;
}

/*.custom-kendo-grid .k-grouping-header .k-group-indicator a.k-link:focus, .custom-kendo-grid .k-grouping-header .k-group-indicator a.k-link:hover,*/
.k-content .custom-label a, .k-content .custom-label a:focus, .k-content .custom-label a:hover,
.HeadingMenuWrap .rhtMenu a.icon-lnk-a, .HeadingMenuWrap .rhtMenu a.icon-lnk-img, .HeadingMenuWrap .rhtMenu a.icon-lnk-a:hover,
.HeadingMenuWrap .rhtMenu a.icon-lnk-img:hover, .HeadingMenuWrap .rhtMenu a.icon-lnk-a i,
.HeadingMenuWrap .rhtMenu li a,
.icon-lnk a, .icon-lnk a i {
    color: inherit;
}

.k-content .edit-k-btn a, .k-content .edit-k-btn a:focus,
.k-content .edit-k-btn a:hover {
    color: #fff;
}

.gauge-container {
    background-color: #fff;
}

.gauge-container-grd, .chart-grd {
    background-color: #fff !important;
}

.chart-serv-wrap {
    background-color: #fff !important;
    margin: auto;
}

.docActions ul.topActionHead li.txtHide > p,
.docActions ul.topActionHead li.txtHide .pSpan {
    display: none;
}

.docActions ul.topActionHead li.txtHide .onoffswitch {
    width: 14px;
}


.divPicIcon .icon-lnk.ag-icon-lnk-df {
    display: inline-block;
    vertical-align: top;
}

    .divPicIcon .icon-lnk.ag-icon-lnk-df .icon-lnk-a {
        padding-left: 4px;
    }

.fltr-btns-wrap .k-icon {
    cursor: pointer;
    border: #888 solid 1px;
    border-radius: 3px;
    padding: 2px;
}

.wdgtcoverBg {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.4);
    display: none;
}

    .wdgtcoverBg .wdgtLdrPst {
        position: relative;
        top: 40%;
        left: auto;
        display: table;
        margin: auto;
    }

    .wdgtcoverBg .cvrLdr img {
        width: 40px;
        margin-bottom: 10px;
        text-align: center;
        margin: auto;
        display: table;
    }

    .wdgtcoverBg .cvrLdrTxt {
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        text-align: center;
        animation: txtanimate 2.5s linear infinite;
    }

@keyframes txtanimate {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 0;
    }
}

a.panelAncor.collapsed > span > i.glyphicon-triangle-bottom {
    transform: rotate(-90deg);
}

.rHFrameMix {
    z-index: 9998;
}

.rHFrameMixBody {
    z-index: 9999;
    background: none;
}

.MVButtons > input {
    width: 20px !important;
    height: 17px !important;
}

.fld-wrap.dtMxFldWrap {
    width: 100%;
    margin-right: 20px;
    margin-left: 0px;
    min-height:30px;
}

.tabZrRemain .fld-wrap.dtMxFldWrap {
    margin-right: 8px;
}

.fld-wrap.dtMxFldWrap .FrameMix {
    height: auto !important;
    /*overflow-y:auto;*/
}

    .fld-wrap.dtMxFldWrap .FrameMix:nth-child(2n+1) {
        /*background-color: rgba(245,246,246,0.3);*/
        background-color: none;
    }

    .fld-wrap.dtMxFldWrap .FrameMix:nth-child(2n) {
        /*background-color: rgba(245,246,246,0.1);*/
        background-color: none;
    }

.fld-wrap.dtMxFldWrap .rHFrameMixBody {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

    .fld-wrap.dtMxFldWrap .rHFrameMixBody .MVContent {
        /*width: 100%;*/
        /* width: auto;*/
        border: 2px solid #666;
        flex: 1;
        border-radius: 5px;
        padding-top: 5px;
        padding-right: 8px;
        -webkit-box-shadow: 4px 5px 0 0 #a9a9a9;
        box-shadow: 4px 5px 0 0 #a9a9a9;
    }

        .fld-wrap.dtMxFldWrap .rHFrameMixBody .MVContent.closedBorder {
            -webkit-box-shadow: 4px 5px 0 0 transparent;
            box-shadow: 4px 5px 0 0 transparent;
            border-width: 1px !important;
            border-color: #efefef !important;
        }

.FrameMix > .dynamicTable.closedMVDynamicTable {
    margin-bottom: 5px !important
}

.fld-wrap.dtMxFldWrap .MVContent .mvSection .pRow.row {
    display: grid;
    margin: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
    grid-template-columns: auto auto auto auto
}

    .fld-wrap.dtMxFldWrap .MVContent .mvSection .pRow.row:before, .fld-wrap.dtMxFldWrap .MVContent .mvSection .pRow.row:after {
        content: none
    }

.fld-wrap.dtMxFldWrap .MVContent div[class^="col-"] {
    width: auto;
    padding-left: 5px;
    padding-right: 0;
    min-width: 150px;
    display: table
}

.fld-wrap.dtMxFldWrap .MVContent .mvSection > .pRow.row > div.col-md-12.MVSnglClmn {
    width: 100%;
}

.fld-wrap.dtMxFldWrap .rHFrameMixBody .MVContent .mvSection.closeMvcontent {
    height: 20px;
    overflow: hidden;
}

.fld-wrap.dtMxFldWrap .rHFrameMixBody .MVButtons {
    width: auto;
    display: inline-block;
    z-index: 99999; /*mv fix*/
    flex: 1;
    visibility: hidden;
    /* max-width: 60px;*/
    max-width: 35px;
    min-width: 35px;
    position: sticky;
    right: 0px;
    top: 2em;
    margin-left: -10px;
    padding-left: 42px;
}
/*.fld-wrap.dtMxFldWrap .FrameMix:first-child .rHFrameMixBody .MVButtons {
    visibility: visible;
}*/
.multivalueCommonClass .rHFrameMixBody:hover :not(.LoadingFrameContent)+.MVButtons {
    visibility: visible;
}

.MVButtons > .MV-actions-wrap {
    display: flex;
    align-items: flex-start;
    position: absolute;
    margin-left: 1px;
    transition: top ease 0.5s;
    background-color: transparent;
    right: 0;
}


    .MVButtons > .MV-actions-wrap > .MV-row-actions,
    .MVButtons > .MV-actions-wrap > .MV-all-actions {
        display: flex;
        flex-direction: column;
        border: 1px solid #0072c6;
        border-radius: 3px;
        padding: 1px;
        background-color: #fff;
    }

    .MVButtons > .MV-actions-wrap > .MV-all-actions {
        margin-left: 6px;
        gap: 1px 0;
    }

        .MVButtons > .MV-actions-wrap > .MV-row-actions > a,
        .MVButtons > .MV-actions-wrap > .MV-all-actions > a {
            text-align: center;
            width: 20px !important;
            height: 20px !important;
            line-height: 20px;
        }

    .MVButtons > .MV-actions-wrap > .MV-row-actions {
        gap: 1px 0;
    }

        .MVButtons > .MV-actions-wrap > .MV-row-actions > a {
            background-color: transparent !important;
            color: #0072c6 !important;
            border-radius: 2px !important;
            border: transparent solid 1px;
        }

            .MVButtons > .MV-actions-wrap > .MV-row-actions > a.mvDelete {
                /*border-bottom-color: #0072c6*/
            }

            .MVButtons > .MV-actions-wrap > .MV-row-actions > a:last-child {
                /*border-top-color: #0072c6*/
            }

    .MVButtons > .MV-actions-wrap > .MV-all-actions > a {
        background-color: #0072c6 !important;
        color: #fff !important;
        border-radius: 2px !important;
        border: transparent solid 1px;
    }

    .MVButtons > .MV-actions-wrap > .MV-row-actions > a.mvCollapseExpand[style*="transform: rotate(90deg)"] > .glyphicon {
        top: 0px
    }

    .MVButtons > .MV-actions-wrap > .MV-row-actions > a.mvCollapseExpand[style*="transform: rotate(270deg)"] > .glyphicon {
        top: 1px
    }

@-moz-document url-prefix() { /* Mozilla hack */
    .MVButtons > .MV-actions-wrap > .MV-row-actions > a.mvCollapseExpand[style*="transform: rotate(90deg)"] > .glyphicon {
        top: -1px
    }
}

.MVButtons > .MV-actions-wrap .k-icon {
    right: auto;
    width: 20px !important;
    height: 20px !important;
    top: auto;
    font-size: 17px;
}

.MVButtons .MV-arw-btns {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 8px solid #0072c6;
    height: 0;
    width: 0;
    margin-top: 5px;
}

.MVButtons > .MV-actions-wrap > .MV-row-actions input[type="button"],
.MVButtons > .MV-actions-wrap > .MV-all-actions input[type="button"] {
    width: 20px;
}

    .MVButtons > .MV-actions-wrap > .MV-row-actions input[type="button"]:focus,
    .MVButtons > .MV-actions-wrap > .MV-all-actions input[type="button"]:focus {
        outline: none
    }

.collapseAll-MV-Record {
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-size: 12px;
    line-height: 21px;
    /*border: #000 solid 1px;
    border-radius: 50%;
    transform: rotate(135deg);*/
    text-align: center;
}

    .collapseAll-MV-Record > span.glyphicon {
        transform: rotate(135deg);
    }

.collapseAllMV {
    text-decoration: none !important;
    padding: 2px;
}

.mvCollapseExpand {
    /*padding-left:4px !important;*/
}

.fld-wrap.dtMxFldWrap .MVButtons .mvAdd,
.fld-wrap.dtMxFldWrap .MVButtons .mvDelete
.fld-wrap.dtMxFldWrap .MVButtons .mvFlip {
    width: 20px !important;
    height: 20px !important;
    outline: none;
    background-color: #fff;
    border-radius: 20px;
    line-height: 20px;
    /*margin-right: 2px;
        margin-left: 2px;*/
}

    .fld-wrap.dtMxFldWrap .MVButtons .mvAdd:focus,
    .fld-wrap.dtMxFldWrap .MVButtons .mvDelete:focus,
    .fld-wrap.dtMxFldWrap .MVButtons .mvFlip:focus {
        border: none !important;
    }
/*.fld-wrap.dtMxFldWrap .FrameMix .dynamicTable {
    height: auto !important;
    overflow:hidden
}*/
.FrameMix > .dynamicTable {
    border-top: #ebebeb 0px solid;
    margin-bottom: 15px;
    height: auto !important;
}

.fld-wrap.dtMxFldWrap > br + div {
    border: #ebebeb 0px solid;
    border-top-width: 0px;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker .btn[data-action="togglePeriod"] {
    line-height: normal;
    margin-top: initial;
}

.fld-wrap.dtMxFldWrap .rHFrameMixBody .MltVlCpt {
    font-size: 11px;
    width: 150px !important;
    white-space: nowrap !important;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block !important;
}

.fld-wrap.dtMxFldWrap .rHFrameMixBody .MltVlCptRow {
    display: flex;
    margin-left: 0;
    margin-right: 0;
}

.MltVlCptRow span.frm-arw-btn, .MltVlCptRow span.frm-arw-down-btn,
.MltVlCptRow span.frm-srch-btn, .MltVlCptRow span.frm-del-btn {
    margin-right: 3px;
}

.MltVlCptRow .tableComboForm.TblCmbTgl > div {
    display: none;
}

.multivalueCommonClass .FrameMix.newMVrow .MVContent {
    border: #0a92cb solid 2px !important;
    -webkit-box-shadow: inset 0 0 8px 2px #DEDEDE;
    box-shadow: inset 0 0 8px 2px #DEDEDE;
    -webkit-box-shadow: 4px 5px 0 0 #37bdf5;
    box-shadow: 4px 5px 0 0 #37bdf5;
    background: url(/images/ball/yellow.png) no-repeat;
    background-size: 14px;
    background-position-y: 0px;
    background-position-x: right;
    background-origin: content-box;
} 

.multivalueCommonClass .FrameMix.errMVrow .MVContent {
    border: #0a92cb solid 2px !important;
    -webkit-box-shadow: inset 0 0 8px 2px #DEDEDE;
    box-shadow: inset 0 0 8px 2px #DEDEDE;
    -webkit-box-shadow: 4px 5px 0 0 #37bdf5;
    box-shadow: 4px 5px 0 0 #37bdf5;
    background: url(/images/ball/red.png) no-repeat;
    background-size: 14px;
    background-position-y: 0px;
    background-position-x: right;
    background-origin: content-box;
}  
.multivalueCommonClass .FrameMix.newMVrowDel .MVContent {
    border: #ff0000 solid 2px !important;
    -webkit-box-shadow: inset 0 0 8px 2px #DEDEDE;
    box-shadow: inset 0 0 8px 2px #DEDEDE;
    -webkit-box-shadow: 4px 5px 0 0 #ff0000;
    box-shadow: 4px 5px 0 0 #ff0000;
}

.multivalueCommonClass .FrameMix .MVContent:focus-within {
    border-color: #0072c6 !important;
    -webkit-box-shadow: 4px 5px 0 0 #0072c6;
    box-shadow: 4px 5px 0 0 #0072c6;
}

.fld-wrap.dtMxFldWrap .rHFrameMixBody .MVContent > .row, .fld-wrap.dtMxFldWrap .rHFrameMixBody .MVContent > .row .row {
    margin-left: 0;
    /* margin-right: 0;*/ /*mv fix*/
}

    .fld-wrap.dtMxFldWrap .rHFrameMixBody .MVContent > .row > div[class^='col-'] {
        padding-left: 0px;
        padding-right: 0px;
    }

.fld-wrap.dtMxFldWrap .rHFrameMixBody .addrow-col-lft {
    width: 50px;
    display: flex;
    padding-left: 0px !important;
}

.addrow-col-lft .mvAdd, .addrow-col-lft .mvDelete, .addrow-col-lft .mvFlip,
.addrow-col-lft .mvAdd:focus, .addrow-col-lft .mvDelete:focus, .addrow-col-lft .mvFlip:focus {
    outline: none;
    border: none !important;
}

.btn-plus {
    width: 20px;
    height: 17px;
    background-color: none;
    border: #9E9E9E solid 0px;
    padding: 0px;
    margin-left: 0px;
    float: left;
    /*background: url(/Images/buttonicons/add.png) center bottom no-repeat;*/
}

.btn-copy {
    width: 20px;
    height: 17px;
    background-color: none;
    border: #9E9E9E solid 0px;
    padding: 0px;
    margin-left: 0px;
    float: left;
    /*background: url(/Images/buttonicons/new_copy.png) center bottom no-repeat;*/
}

.btn-minus {
    width: 20px;
    height: 17px;
    background-color: none;
    border: #9E9E9E solid 0px;
    padding: 0px;
    margin-left: 0px;
    float: left;
    /*background: url(/Images/buttonicons/minus.png) center bottom no-repeat;*/
}

.btn-collexpand {
    width: 20px;
    height: 17px;
    background-color: none;
    border: #9E9E9E solid 0px;
    padding: 0px;
    margin-left: 0px;
    float: left;
    /*background: url(/Images/buttonicons/top.png) center bottom no-repeat;*/
}


.btn-flip {
    width: 20px;
    height: 17px;
    background-color: none;
    border: #9E9E9E solid 0px;
    padding: 0px;
    margin-left: 0px;
    float: left;
    /*background: url(/Images/buttonicons/play1.png) center bottom no-repeat;*/
}

#dynamicTable {
    visibility: hidden;
}

.HeadingMenuWrap {
    width: auto;
    margin: auto;
    padding: 5px;
    border-bottom: #f2f2f2 solid 1px;
    margin: 5px;
    justify-content: space-between;
    align-items: center;
    display: flex !important;
}

    .HeadingMenuWrap .rhtMenu a.icon-lnk-a, .HeadingMenuWrap .rhtMenu a.icon-lnk-img {
        font-family: Verdana,Arial !important;
        font-size: 12px;
        line-height: 16px;
        margin-left: 10px;
        margin-right: 0;
        margin-top: 1px;
        float: left;
        padding: 0;
    }

        .HeadingMenuWrap .rhtMenu a.icon-lnk-a.alnBottom, .HeadingMenuWrap .rhtMenu a.icon-lnk-img.alnBottom {
            display: flex;
            float: left;
            flex-direction: column-reverse;
        }

        .HeadingMenuWrap .rhtMenu a.icon-lnk-a.alnTop, .HeadingMenuWrap .rhtMenu a.icon-lnk-img.alnTop {
            display: flex;
            float: left;
            flex-direction: column;
        }

        .HeadingMenuWrap .rhtMenu a.icon-lnk-a.alnLeft, .HeadingMenuWrap .rhtMenu a.icon-lnk-img.alnLeft {
            display: flex;
            float: left;
            flex-direction: row;
            align-items: center;
        }

        .HeadingMenuWrap .rhtMenu a.icon-lnk-a.alnRight, .HeadingMenuWrap .rhtMenu a.icon-lnk-img.alnRight {
            display: flex;
            float: left;
            flex-direction: row-reverse;
        }

        .HeadingMenuWrap .rhtMenu a.icon-lnk-a i, .HeadingMenuWrap .rhtMenu a.icon-lnk-img {
            display: inline-block;
            vertical-align: top;
            margin-right: 3px;
            /*font-size:12px;*/
        }

            .HeadingMenuWrap .rhtMenu a.icon-lnk-a.alnRight i, .HeadingMenuWrap .rhtMenu a.icon-lnk-img.alnRight {
                margin-right: 0px;
                margin-left: 3px;
            }

            .HeadingMenuWrap .rhtMenu a.icon-lnk-img img {
                margin: auto;
            }

            .HeadingMenuWrap .rhtMenu a.icon-lnk-img.alnLeft img {
                margin-right: 5px;
            }

            .HeadingMenuWrap .rhtMenu a.icon-lnk-img.alnRight img {
                margin-left: 5px;
            }

    .HeadingMenuWrap .Headtxt {
        display: flex;
        align-items: center;
    }

    .HeadingMenuWrap .Headtxt, .HeadingMenuWrap .rhtMenu {
        float: left;
    }

        .HeadingMenuWrap .rhtMenu ul, .HeadingMenuWrap .rhtMenu li {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .HeadingMenuWrap .rhtMenu li {
            display: inline;
            margin-left: 15px;
        }

            .HeadingMenuWrap .rhtMenu li a {
                text-decoration: none;
            }

                .HeadingMenuWrap .rhtMenu li a span {
                    padding-right: 5px;
                }

.command-buttons input[type="button"].commandButton {
    box-shadow: none;
    border: #fff solid 0px;
    vertical-align: top;
    padding: 2px 15px;
    margin-right: 5px;
}

.custom-label.LblforCmndBtn:before {
    content: "\00a0\00a0";
}

.k-animation-container .k-column-menu ul.k-menu[data-role="menu"], .k-animation-container .k-column-menu ul.k-menu[data-role="menu"] .k-filter-menu,
.k-animation-container .k-pivot-fieldmenu.k-menu, .k-animation-container .k-pivot-fieldmenu.k-menu .k-filter-menu, .k-animation-container form[data-role="popup"].k-filter-menu {
    font-size: 11px;
}

.k-animation-container .k-calendar-container {
    font-size: 11px !important;
}

.k-animation-container .k-list-container.k-list-scroller ul[role="listbox"] {
    font-size: 11px;
}

.ganttCht-wrap-out.k-gantt .k-splitbar-draggable-horizontal .k-resize-handle.k-icon {
    width: 3px !important;
    height: 16px !important;
}

.ganttCht-wrap-out.k-gantt .k-task-wrap .k-task-draghandle {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

.ganttCht-wrap-out.k-gantt .k-task-summary-complete:before, .ganttCht-wrap-out.k-gantt .k-task-summary:before,
.ganttCht-wrap-out.k-gantt .k-task-summary-complete:after, .ganttCht-wrap-out.k-gantt .k-task-summary:after {
    /*border:none;*/
}

.ganttCht-wrap-out.k-gantt .k-tooltip.k-planned-tooltip {
    white-space: nowrap;
}

.ganttCht-wrap-out.k-gantt .k-timeline .k-grid-content {
    overflow-y: visible;
}

.k-gantt-edit-form #resources-grid td label input[type="checkbox"] {
    margin: -2px 5px 0px 0px;
    vertical-align: middle;
}

.k-animation-container .k-filter-menu .k-action-buttons {
    width: 97%;
}

.grid.qgrid td.k-edit-cell input[type='checkbox'], .grid.qgrid td.k-dirty-cell.k-edit-cell input[type='checkbox'],
.genericfrm-grid .grid td.k-edit-cell input[type='checkbox'], .genericfrm-grid .grid td.k-dirty-cell.k-edit-cell input[type='checkbox'] {
    width: 13px;
    height: 13px;
    outline: none;
    margin: 4px 0;
    box-shadow: none;
}

.genericfrm-grid table.grid span.k-datepicker span.k-icon.k-i-calendar {
    position: static;
}

.genericfrm-grid table.grid span.k-datetimepicker span.k-icon.k-i-calendar,
.genericfrm-grid table.grid span.k-datetimepicker span.k-icon.k-i-clock {
    right: auto;
}

.genericfrm-grid table.grid span.k-datepicker input.k-input,
.genericfrm-grid table.grid span.k-datetimepicker input.k-input {
    border: none !important;
}

.SldrWrp > span.mntry-line {
    top: 5px;
}


.htmMxDrpWrap {
    float: right;
}

    .htmMxDrpWrap select {
        color: #000;
        outline: none;
        width: 150px;
    }

    .htmMxDrpWrap span.dropdown {
        margin: 0 8px 0 -10px;
    }

.HeadingMenuWrap .htmMxDrpWrap span.dropdown {
    margin-left: 10px;
}

.htmMxDrpWrap span.dropdown i {
    cursor: pointer;
}

.htmMxDrpWrap span.dropdown .dropdown-menu a.dropdown-item, .htmMxDrpWrap span.dropdown .dropdown-menu a:link,
.htmMxDrpWrap span.dropdown .dropdown-menu a:visited {
    font-family: Verdana,Arial;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    text-decoration: none;
    padding: 2px 8px;
    display: block;
}

.htmMxDrpWrap span.dropdown .dropdown-menu a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.htmMxDrpWrap a.dropdown-item, .rHFrameMix a.dropdown-item {
    display: block;
}

.DlrTabFrmFtr {
    width: 99%;
    border-style: solid;
    border-width: 1px;
    padding: 2px 5px 5px;
    margin: 5px auto;
    font-size: 11px;
    border-radius: 2px;
}

.frame_loading_no_frame {
    background: url('../Images/loader-vert.gif') no-repeat;
    width: 32px;
    height: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 14px;
    font-weight: bold;
    color: #777;
    padding-left: 20px;
    text-align: left;
    text-decoration: none;
    clear: both;
    cursor: wait;
    margin: auto;
    z-index: 2;
}

.form-border .frm-srch-btn .k-icon.k-i-add[title="Add new item"] {
    top: -1px;
}

.divSectionContainer {
    margin-left: 10px;
    margin-right: 10px;
    white-space: normal;
}

.tabcontent .divSectionContainer {
    margin-right: 0px;
}

.datetimerange > span.cstm-datepick.form-control {
    margin-right: 5px;
}

.datetimerange .timerBtn {
    background-color: #47a800;
    color: #fff;
    padding: 2px 3px;
    margin: 0 0 0 1px;
    cursor: pointer;
    border-radius: 10px;
    font-size: 10px;
}

    .datetimerange .timerBtn.rdBtn {
        background-color: red;
    }

.datetimerange .k-datepicker {
    width: 49.7%;
}
/*added for date time range */
.datetimerange .k-timepicker {
    /* width: 28%;*/
    width: 32%;
}

.datetimerange .k-numerictextbox {
    /*width: 28%;*/
    width: 32%;
}

.datetimerange .timerDisplay {
    /* width: 28%;*/
    width: 32%;
    padding: 0px 5px 1px !important;
    box-shadow: none;
    outline: none;
}
/*edited form theme changes*/
.small-icon {
    font-size: 13px !important;
    width: 12px !important;
}

.dashboardCompGear .dropdown-menu > li > a {
    color: inherit;
    background-color: inherit !important;
}

.dropdown-submenu .dsh-custm-icon-pdf {
    color: inherit !important;
}

.dsh-custm-icon {
    color: inherit;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    /* color: #fff !important;*/
    text-decoration: none;
    background-color: transparent !important;
}
/*edited form theme changes*/
div.datetimerange.Tltpalgn {
    float: left;
}

.taskBarDiv #taskBarTitle {
    color: rgb(46, 46, 46) !important;
}

.DtrngTimer {
    white-space: nowrap
}

    .DtrngTimer li.k-item, .DtrngTimer li.k-item:hover {
        padding: 0 0 0 1px !important;
    }

.ImgLbryWrap {
    min-height: initial !important;
}

    .ImgLbryWrap .center {
        width: auto !important;
        padding: 0;
        max-height: 100%;
    }

    .ImgLbryWrap object.ObjCntr[data^="data:application/pdf"] {
        width: 60% !important;
        height: 100%;
    }

    .ImgLbryWrap object.ObjCntr {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

.headerInlineText {
    margin-right: 5px;
}

/* Image Matrix Start */
.imgMatrix {
    width: 100% !important;
}

.fld-wrap.imgMatrixFldWrap {
    width: 100%;
}

#glry-wrap {
    display: flex;
    padding: 10px 0;
    flex-wrap: wrap;
    width: auto;
    margin: 0 auto;
    /*background-color:#f5f5f5;*/
}

    #glry-wrap .indvl-glry-set {
        text-align: center;
    }

        #glry-wrap .indvl-glry-set a {
            color: inherit;
            text-decoration: underline;
            /* display:table;
            margin:auto;*/
        }

        #glry-wrap .indvl-glry-set .imgMtrxAlgnLeft {
            margin-left: 0;
            margin-right: auto;
            display: table;
        }

        #glry-wrap .indvl-glry-set .imgMtrxAlgnRight {
            margin-left: auto;
            margin-right: 0;
            display: table;
        }

        #glry-wrap .indvl-glry-set .imgMtrxAlgnCenter {
            margin-left: auto;
            margin-right: auto;
            display: table;
        }

        #glry-wrap .indvl-glry-set a:hover {
            text-decoration: none;
        }

        #glry-wrap .indvl-glry-set img {
            margin: auto;
            border: #c8d8cd solid 2px;
            width: 100%;
        }

        #glry-wrap .indvl-glry-set .img-lbl {
            white-space: normal;
        }

        #glry-wrap .indvl-glry-set img.roundImg {
            border-radius: 50%;
        }

        #glry-wrap .indvl-glry-set img.boxCornered {
            border-radius: 25%;
        }

        #glry-wrap .indvl-glry-set img.ovalshape {
            border-radius: 50%;
            height: 50%;
            width: 75%;
        }

        #glry-wrap .indvl-glry-set.column10 {
            flex-basis: 10%;
        }

        #glry-wrap .indvl-glry-set.column9 {
            flex-basis: 11.666%;
        }

        #glry-wrap .indvl-glry-set.column8 {
            flex-basis: 12.5%;
        }

        #glry-wrap .indvl-glry-set.column7 {
            flex-basis: 14.285%;
        }

        #glry-wrap .indvl-glry-set.column6 {
            flex-basis: 16.666%;
        }

        #glry-wrap .indvl-glry-set.column5 {
            flex-basis: 20%;
        }

        #glry-wrap .indvl-glry-set.column4 {
            flex-basis: 25%;
        }

        #glry-wrap .indvl-glry-set.column3 {
            flex-basis: 33.333%;
        }

        #glry-wrap .indvl-glry-set.column2 {
            flex-basis: 50%;
        }

        #glry-wrap .indvl-glry-set.column1 {
            flex-basis: 100%;
        }

    #glry-wrap .indvl-glry-set1 {
        width: 100%;
    }

    #glry-wrap .indvl-glry-set2 {
        width: 50%;
    }

    #glry-wrap .indvl-glry-set3 {
        width: 33.333%;
    }

    #glry-wrap .indvl-glry-set4 {
        width: 25%;
    }

    #glry-wrap .indvl-glry-set5 {
        width: 20%;
    }

    #glry-wrap .indvl-glry-set6 {
        width: 16.666%;
    }

    #glry-wrap .indvl-glry-set7 {
        width: 14.285%;
    }

    #glry-wrap .indvl-glry-set8 {
        width: 12.5%;
    }

    #glry-wrap .indvl-glry-set9 {
        width: 11.666%;
    }

    #glry-wrap .indvl-glry-set10 {
        width: 10%;
    }

.daterange, .daterange-dropdown-wrap.less-xWdt .daterange,
.daterange-dropdown-wrap.hasnoCmbBx {
    width: 150px !important;
}

.fld-wrap.tlTpMblVw .daterange {
    /*width: 89% !important;*/
}

.daterange .k-textbox-container {
    width: 72px !important;
}

.daterange .k-textbox-container {
    padding-top: 20px;
    display: inline-block;
    margin-right: 5px;
}

    .daterange .k-textbox-container:first-child + span {
        display: none;
    }

.fld-wrap.tlTpMblVw .daterange > .k-textbox-container:nth-child(3n) {
    /*width: 40% !important;*/
}

.daterange .k-textbox-container .k-dateinput, .daterange .k-textbox-container .k-dateinput input {
    width: 100% !important;
    display: block;
}

/*.daterange .k-textbox-container > .k-label {
    font-size: 1.6em;
    line-height: .90em;
}*/
.daterange-dropdown-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .daterange-dropdown-wrap select.combobox {
        width: 100%;
        min-width: 100px;
    }

    .daterange-dropdown-wrap.less-xWdt select.combobox {
        margin-bottom: 3px;
    }

.daterange-combobox-wrap {
    width: 100px;
    margin-right: 5px;
}

.daterange-dropdown-wrap label.dt-rng-fltr {
    margin-bottom: 4px;
    font-size: 9px;
}

.daterange-dropdown-wrap.less-xWdt {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}

    .daterange-dropdown-wrap.less-xWdt .daterange-combobox-wrap,
    .daterange-dropdown-wrap.hasnoCmbBx .daterange-combobox-wrap {
        width: 150px;
        margin-right: 0px;
    }

    .daterange-dropdown-wrap.less-xWdt .daterange .k-textbox-container,
    .daterange-dropdown-wrap.hasnoCmbBx .daterange .k-textbox-container {
        width: 73px !important;
        margin-right: 4px;
    }

.viewcard-agiline-theme-tab {
    padding-top: 5px;
}

    .viewcard-agiline-theme-tab.nav-tabs > li.nav-item a {
        padding: 3px 6px 2px;
        font-size: 10px;
    }

.viewcard-tab-content .divTableBody {
    display: flex;
    flex-wrap: wrap;
    gap: 0 0.5%;
}

    .viewcard-tab-content .divTableBody .divTableRow {
        display: flex;
        align-items: stretch;
        border: #878787 solid 1px;
        border-top-width: 0;
        border-bottom-width: 0;
    }

    .viewcard-tab-content .divTableBody .divTableCell {
        width: calc(50% - 5px) !important;
        overflow: hidden;
        border-bottom: 1px solid #e5e5e5;
        white-space: normal;
    }

        .viewcard-tab-content .divTableBody .divTableCell.divTableCell-lft {
            font-weight: 700;
        }

        /*.viewcard-tab-content .divTableBody .divTableCell.divTableCell-rht {
            border-right: 2px solid #a7a7a7;
        }*/

        .viewcard-tab-content .divTableBody .divTableCell.divTableCell-rht > span {
            display: block;
            overflow-x: auto;
        }

            /* width */
            .viewcard-tab-content .divTableBody .divTableCell.divTableCell-rht > span::-webkit-scrollbar {
                width: 5px;
                height: 5px;
            }

            /* Track */
            .viewcard-tab-content .divTableBody .divTableCell.divTableCell-rht > span::-webkit-scrollbar-track {
                background: #f1f1f1;
            }

            /* Handle */
            .viewcard-tab-content .divTableBody .divTableCell.divTableCell-rht > span::-webkit-scrollbar-thumb {
                background: #888;
            }

                /* Handle on hover */
                .viewcard-tab-content .divTableBody .divTableCell.divTableCell-rht > span::-webkit-scrollbar-thumb:hover {
                    background: #555;
                }

    .viewcard-tab-content .divTableBody .divTableRow.setcolumn-4 {
        flex-basis: 24.4%;
        max-width: 24.2%;
    }

    .viewcard-tab-content .divTableBody .divTableRow.setcolumn-3 {
        flex-basis: 33.3%;
        max-width: 32.42%;
    }

    .viewcard-tab-content .divTableBody .divTableRow.setcolumn-2 {
        flex-basis: 50%;
        max-width: 49.25%;
    }

    .viewcard-tab-content .divTableBody .divTableRow.setcolumn-1 {
        flex-basis: 100%;
        max-width: 100%;
    }

table#tbOpenGrid.k-treelist {
    margin-bottom: 10px;
}

.lbMain {
    display: flex;
}

.connector_mapping_array {
    background: yellow !important;
    display: inline !important;
}

.mvSection {
    /*padding: 0 0 0 15px;*/
}

.multivalue_grid .FrameMix, .multivalueNoSwitchForm .FrameMix {
    /*border: 1px solid #c0c0c0;*/
    margin-left: 10px;
    padding-left: 2px;
    border-radius: 5px;
    margin-bottom: 5px;
    width: 100% !important;
}

.multivalue_grid .FrameMix1 {
    border-bottom: 1px solid #c0c0c0;
    /*padding-bottom: 10px;*/
    margin-left: 15px;
    border-radius: 6px;
    margin-bottom: 5px;
}

.connector-map-search-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 5px 0 5px;
}

    .connector-map-search-wrap .connector-map-inputstring-wrap {
        width: 95%;
    }

        .connector-map-search-wrap .connector-map-inputstring-wrap .inputstring {
            width: 99%;
        }

    .connector-map-search-wrap .connector-map-inputbtns-wrap {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 0 2px
    }

        .connector-map-search-wrap .connector-map-inputbtns-wrap .btn-tab .k-icon {
            width: 13px !important;
            height: 16px !important;
            border-radius: 3px;
            font-size: 14px;
        }

.connector-map-btn-wrap {
    margin-bottom: 5px;
    margin-top: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 2px;
    padding-left: 1px;
}

    .connector-map-btn-wrap .btn-tab, .connector-map-inputbtns-wrap .btn-tab {
        font-family: Verdana,Arial !important;
        font-size: 11px;
        font-weight: normal;
        outline: none;
        background-color: transparent;
        background: #0072c6 !important;
        color: #fff;
        border: none;
        padding: 1px 4px 2px;
        border-radius: 3px;
        text-align: center;
        line-height: 18px;
    }


.cronPopup {
    width: 400px;
    height: 250px;
    display: block;
    border: #cbcaca solid 1px;
    border-radius: 3px;
    padding: 8px;
    -webkit-box-shadow: inset 2px 2px 8px 5px #f5f5f5, 0px 0px 8px 0px #cdcdc7;
    box-shadow: inset 2px 2px 8px 5px #f5f5f5, 0px 0px 8px 0px #cdcdc7;
    font-size: 11px;
    position: fixed;
    z-index: 10;
    background-color: #fff;
    top: 10%;
    max-width: 90%;
    overflow: auto;
}

    .cronPopup select:focus-visible {
        outline: none;
    }

.cronPopCloseBtn {
    display: flex;
    justify-content: end;
    padding-bottom: 5px;
}

.cronSDateInput {
    width: 150px !important;
}

.cronPopCloseBtn > i.k-icon {
    color: #0072c6;
    top: -3px;
    right: -2px;
    font-size: 18px;
    width: 17px !important;
    height: 17px !important;
    cursor: pointer;
}

.cronExpBgBlock {
    background-color: rgba(0,0,0,0.1);
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    left: 0;
    top: 0;
}

    .cronExpBgBlock.closecronBlockBg {
        display: none;
    }

.popCrntSchdlWrap {
    background-color: #efefef;
    padding: 5px 8px;
    border-radius: 3px;
    margin-bottom: 5px;
    color: #000;
    white-space: normal;
}

    .popCrntSchdlWrap > span:first-child {
        font-weight: 600;
    }

.cron-period-select {
    width: auto; /*260px*/
    margin-left: 10px;
}

.cronExpressionGenerator {
    padding: 8px;
}

    .cronExpressionGenerator .cron-select-period {
        margin-bottom: 4px;
    }

        .cronExpressionGenerator .cron-select-period > label {
            width: 75px;
        }

        .cronExpressionGenerator .cron-select-period > .cron-period-select {
            margin-left: 0;
        }

.popCrntSDatelWrap {
    padding: 5px 8px 0;
}

.cronDescription {
    font-size: 11px;
    display: flex;
    white-space: normal
}

.cronPopup.closecronPopup {
    display: none;
    border: #0072c6 solid 0px;
    padding: 0;
}

.cronGeneratorWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 5px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 10px;
}

.cronGenerator, .cronGeneratorCancel {
    background-color: #0072c6;
    border: none;
    /*margin-top: 3px;*/
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    padding: 3px 6px 4px;
    font-size: 11px;
    min-width: 90px;
    text-align: center;
    /*display: table;
    margin: auto;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 10px;*/
}

.cronDescOnly {
    background-color: #efefef;
    min-height: 18px;
    min-width: 150px;
    padding: 1px 5px;
}

.CronDesc-mntry-line {
    background-color: red;
    width: 2px;
    height: 18px;
    min-height: 18px;
    float: left;
    margin-right: -2px;
    left: -4px;
    position: relative;
}

.borderExtend span.frm-cronexp-btn.cronEdit {
    margin-right: 2px;
}

.borderExtend .cronDescription {
    width: fit-content;
    display: flex;
}

textarea.editor + [id*="cke_"].expand-added.expanded {
    z-index: 10000;
}

table.tableOftooltip th {
    padding: 3px 5px;
    border: 1px solid #ddd;
    border-left: none;
    color: #444;
}

    table.tableOftooltip th:last-child {
        border-right: none
    }

table.tableOftooltip td {
    padding: 3px 5px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid transparent;
    font-size: 11px;
    font-weight: normal;
    color: #666;
}

table.tableOftooltip tr:hover td {
    background-color: #ebebeb;
}

/* HTML Mix Tab Service css starts */
.htmlMixTabWrap {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 7px;
}
.htmlMixTabWrap ul.tab li { 
    /*background-color:inherit;*/
    padding-bottom:0; 
    margin-bottom:1px;
}
.htmlMixTabWrap ul.tab li.k-state-active{
    background-color:inherit !important;
}
.htmlMixTabWrap li:first-child {
    margin-left:5px;
}

.htmlMixTabWrap li a:link, .htmlMixTabWrap li a:visited {
    font-size: 10px !important; 
    padding: 3px 5px 1px;   
    margin-right:0; 
    font-weight:500;
    line-height:normal;
    color:inherit;
}
.htmlMixTabWrap li a:hover {
    background-color:transparent;
    border-color:transparent;
}
.htmlMixTabWrap li:first-child a {
    margin-left: 5px; 
}
.htmlMixTabWrap li:last-child a{ 
    border-radius: 0 3px 0 0;
}
.htmlMixTabWrap li.active a, .htmlMixTabWrap li.active a:hover, .htmlMixTabWrap li.active a:focus { 
    border-color:transparent ; 
    cursor: pointer;
    outline:none;
    background-color: inherit;
    color: inherit; 
} 
/* HTML Mix Tab Service css ends */
#dynamicTable .pivotGridContainer .pivot-btn-set,
.componentCore .pivotGridContainer .pivot-btn-set {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #fbfbfb;
}
.stickyBluebar {
    position: sticky;
    z-index: 1; 
} 
/* Media query for View Card service content section start */
@media only screen and (max-width: 950px) {
    .viewcard-tab-content .divTableBody .divTableRow {
        flex-basis: 33.3%;
        max-width: 32.42%;
        min-width: 32.42%;
    }

    .fld-wrap.dtMxFldWrap .MVContent .mvSection .pRow.row {
        grid-template-columns: auto auto auto
    }
}

@media only screen and (max-width: 768px) {
    .viewcard-tab-content .divTableBody .divTableRow {
        flex-basis: 50%;
        max-width: 49.25%;
        min-width: 49.25%;
    }

    .fld-wrap.dtMxFldWrap .MVContent .mvSection .pRow.row {
        grid-template-columns: auto auto
    }
}

@media only screen and (max-width: 600px) {
    .viewcard-tab-content .divTableBody .divTableRow {
        flex-basis: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .viewcard-tab-content .divTableBody {
        gap: 0;
    }

        .viewcard-tab-content .divTableBody .divTableRow {
            border: none
        }

    .fld-wrap.dtMxFldWrap .MVContent .mvSection .pRow.row {
        grid-template-columns: auto
    }
}
/* Media query for View Card service content section end */

@media only screen and (max-width: 700px) {
    #glry-wrap .indvl-glry-set {
        flex-basis: 33% !important;
    }
}

@media only screen and (max-width: 600px) {
    #glry-wrap .indvl-glry-set {
        flex-basis: 50% !important;
    }
}

@media only screen and (max-width: 300px) {
    #glry-wrap .indvl-glry-set {
        flex-basis: 100% !important;
        margin: auto;
    }

    .grdTtlSrch {
        flex-wrap: wrap
    }

    .fld-wrap.dtMxFldWrap .MVContent .mvSection .pRow.row {
        grid-template-columns: auto
    }
}
/* Image Matrix End */
@media only screen and (max-width: 991px) {
    .threedotsBox {
        display: none;
    }

    .fld-wrap.dtMxFldWrap .rHFrameMixBody .MltVlCpt {
        padding: 0 0 0 10px;
        /* margin-right: 10px;*/ /*mv fix*/
        width: 150px;
        min-width: 150px;
    }

        .fld-wrap.dtMxFldWrap .rHFrameMixBody .MltVlCpt + .col-xs-6 {
            /*padding: 0;*/
            width: auto;
        }

    .tabZrRemain .fld-wrap.dtMxFldWrap .rHFrameMixBody .MVContent > .row > div[class^='col-'] {
        width: 100%;
    }

    .tabZrRemain .fld-wrap.dtMxFldWrap .rHFrameMixBody .MVContent > .row > div.col-xs-12 {
        float: none;
    }
}

@media only screen and (min-width: 501px) and (max-width: 991px) {
    .HtMxWrap .HtMxRowOuter .col-md-12, .HtMxWrap .HtMxRowOuter .col-md-6, .HtMxWrap .HtMxRowOuter .col-md-4 {
        /*width: 50%;
        float: left;*/
    }

    .HtMxWrap .HtMxRowOuter .HtmMxVal {
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 5px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 991px) {

    /*.HtMxWrap .HtMxRowOuter .col-md-4,*/ .HtMxWrap .HtMxRowOuter > .col-md-3 {
        /*width: 33.3%;
        float: left;*/
    }
}

@media only screen and (min-width: 501px) and (max-width: 600px) {
    .HtMxWrap .HtMxRowOuter > .col-md-3 {
        /*width: 50%;
        float: left;*/
    }
}


@media only screen and (max-width: 400px) {
    .fld-wrap.dtMxFldWrap .rHFrameMixBody {
        /*flex-flow: column-reverse;*/
        /*padding-left: 8px;*/
    }

        .fld-wrap.dtMxFldWrap .rHFrameMixBody .MVButtons {
            width: 100%;
        }

    .tabZrRemain .fld-wrap.dtMxFldWrap .rHFrameMixBody .MVButtons {
        padding-left: 8px;
    }

    .ImgLbryWrap object.ObjCntr[data^="data:application/pdf"] {
        width: 100% !important;
    }
}

@media only screen and (max-width: 349px) {
    .fld-wrap.dtMxFldWrap .rHFrameMixBody .MltVlCpt {
        width: 100%;
    }

        .fld-wrap.dtMxFldWrap .rHFrameMixBody .MltVlCpt + .col-xs-6 {
            width: 100%;
        }

    .fld-wrap.dtMxFldWrap .rHFrameMixBody .MltVlCpt {
        padding: 0;
        margin: 0;
    }

    .borderExtend .custom-label.LblforDrg:before {
        content: " ";
    }

    .custom-label.LblforCmndBtn:before {
        content: " ";
    }
    /*.form-border.ag-form-border { width: auto !important; }*/

    .noline-wrap .borderExtend .form-group.ClsforFrmGrp {
        display: block;
    }

    .DrgWrpCls {
        margin-top: 5px;
    }
}

@media only screen and (min-width: 801px) {
    /*.sidebar {
        display: block !important;
    }*/
}

/* Sidebar style end */


/* Widget style start */

.widget {
    /*margin: 0 2px 20px;*/
    margin-left: 2px;
    margin-bottom: 10px;
    padding: 0;
    background-color: #ffffff;
    border: 1px solid #d6d6d6;
    border-radius: 0px;
    cursor: move;
}

    .widget:hover {
        background-color: #fcfcfc;
        border-color: #cccccc;
    }

    .widget div {
        /*padding: 10px;*/
        min-height: 50px;
    }

    .widget h3 {
        font-size: 17px;
        padding: 10px 10px;
        /* text-transform: uppercase; */
        /* border-bottom: 1px solid #e7e7e7; */
        color: #77797a;
        font-family: 'Open Sans', sans-serif;
        background: #f6f6f6;
        border-bottom: #d6d6d6 solid 1px;
        margin: 0px;
        /*margin-bottom: 10px;*/
        display: inline-block !important;
        width: 100% !important;
    }


        .widget h3 span {
            float: right;
            margin-left: 5px;
        }

            .widget h3 span:hover {
                cursor: pointer;
                background-color: #e7e7e7 !important;
                border-radius: 3px;
            }

.widgetContainer {
    padding: 0px 5px;
}

#logoImage {
    /*position: absolute;
            margin-top: 4%;*/
}

/*@media only screen and (max-width: 550px) {
        .dataColumn {
        width: 73%;
    }
        }
       
  @media only screen and (min-width: 551px) {
        .dataColumn {
        width: 87%;
    }
        }*/

.dataColumn input {
    width: 100%;
    /*min-width:115px;
    max-width:100%;*/
    /*max-width: 500px !important;*/ /* Width maintain un-controlled */
}

.custom-label {
    font-size: 11px;
    font-weight: 700;
    white-space: normal;
}

.modal-content {
    /*background-image: url('/Images/page-loader.gif');*/
    background-image: url('/Images/loader-vert.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.loader-vert {
    /*background-image: url('/Images/page-loader.gif');*/
    background-image: url('/Images/loader-vert.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.headerText {
    float: left !important;
}

.ChangePassBorderClass {
    border: 1px solid #d6d6d6;
    border-radius: 0px;
    margin: 15px;
}

.ChangPassData {
    padding-top: 7px;
}

.k-grouping-header .k-group-indicator, .k-pivot-toolbar .k-button {
    /*background-color: #1167a6 !important;*/
}

.TblCmbTgl {
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.noline-wrap .form-group.TblCmbTgl, .noline-wrap .form-group.tableComboForm {
    min-height: 0;
    margin-bottom: 0 !important;
}

.tableComboForm > .genericfrm-gridWrap {
    margin-bottom: 3px;
}

@media (min-width: 768px) {
    #Qry {
        margin-top: /*1%*/ 3px !important;
    }

    #BodyText {
        margin-top: /*1%*/ 3px;
    }

    #SubQry {
        margin-top: /*1%*/ 3px;
    }

    #Notes {
        margin-top: /*1%*/ 3px;
    }
}

@media (max-width: 768px) {
    #BodyText {
        margin-top: /*2%*/ 3px;
    }

    #SubQry {
        margin-top: /*2%*/ 3px;
    }

    #Notes {
        margin-top: /*2%*/ 3px;
    }

    .twoclm-form-wrap {
        width: 50%;
    }

    .alert.custm-alert {
        margin-bottom: 58px !important;
        margin-right: 2px;
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 11px !important;
    }
}

@media (max-width: 450px) {
    footer .ftr-in-bg p {
        font-size: 0.7em;
    }

    footer p span.versn {
        font-size: 0.8em;
        line-height: 15px;
    }
}

@media (max-width: 400px) {
    .twoclm-form-wrap {
        width: 90%;
    }

    .login-form-wrap {
        max-width: 270px;
    }

    .hgt-cnrl-wrap-login {
        /*top:18% !important*/
    }
}

.bodyTxt {
    background-color: #848285;
    padding: 5px;
    color: #fff;
    text-align: center !important;
    font-size: 12px;
    font-weight: normal;
}

.dashboardCapHead {
    background-color: #848285;
    padding: 5px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

#tabAccord {
    /*position: absolute;
    bottom: 0;
    border-bottom: 0;    
    padding-left: 0px;
    position: fixed;
    bottom: -14%;*/
    border-bottom: 0;
    width: 100%;
    padding-left: 0px;
    display: inline-block;
    height: 25%;
    vertical-align: bottom;
    padding-top: 1px;
    /*border-bottom:#1b91c2 solid 2px;*/
}

    #tabAccord li {
        margin-right: 3px;
        width: auto;
        padding: 0;
        margin-left: 1px;
    }

        #tabAccord li:first-child {
            margin-left: 10px;
            /*border-radius: 3px 0 0 0;*/
        }

        #tabAccord li:last-child {
            /*border-radius: 0 3px 0 0;*/
        }

        #tabAccord li a, #tabAccord li div.tablinks {
            width: 100% !important;
            float: left !important;
            padding: 3px 6px 2px !important;
            background: transparent;
            font-size: 10px !important;
            border-width: 0;
        }

        /*#tabAccord li:first-child input {
            border-radius: 3px 0 0 0;
            border-left: 2px solid #0072c6 !important;
        }

        #tabAccord li:last-child input {
            border-radius: 0 3px 0 0;
            border-right: 2px solid #0072c6 !important;
        }*/

        #tabAccord li.active > a, #tabAccord li > a:hover, #tabAccord li.active > div.tablinks {
            font-weight: 700;
        }

        #tabAccord li a:focus, #tabAccord .active {
            font-weight: 500;
        }

    #tabAccord .k-state-active, #tabAccord .k-tabstrip .k-state-active {
        /*background: none !important;*/
    }

    #tabAccord.ag-tab li div.tablinks .glyphicon {
        margin: 0 5px 0 0;
    }

#dynamicTab .k-tabstrip-items .k-state-active, #dynamicTab .k-tabstrip-items .k-tab-on-top {
    margin-bottom: 0px;
}

#dynamicTab .k-tabstrip-items .k-state-active {
    border-bottom-width: 0px;
}

#tabAccord.ag-tab li:first-child[style^='display: none'] + li.k-item {
    /*padding-left: 10px;*/
    background: none !important;
}

    #tabAccord.ag-tab li:first-child[style^='display: none'] + li.k-item > div.tablinks {
        border-radius: 3px 0 0 0;
    }

#tabAccord.ag-tab li:first-child[style^='display: none'] + li.k-state-active > div.tablinks {
    border-radius: 3px 0 0 0;
    border-left: 2px solid #0072c6 !important;
}

#tabAccord1 {
    /*position: absolute;
    bottom: 0;
    border-bottom: 0;
    width: 100%;
    padding-left: 0px;
            position: fixed;
    bottom: -14%;
    border-bottom: 0;*/
    width: 100%;
    padding-left: 0px;
    display: inline-block;
    height: 25%;
    vertical-align: bottom;
}

    #tabAccord1 li {
        border: none;
        margin-right: 0px;
        width: auto;
        padding: 0;
        margin-left: 1px;
    }

        #tabAccord1 li:first-child {
            margin-left: 10px;
            border-radius: 3px 0 0 0;
        }

        #tabAccord1 li:last-child {
            border-radius: 0 3px 0 0;
        }

        #tabAccord1 li a, #tabAccord1 li div.tablinks {
            width: 100% !important;
            /* background: #fff;
        color: #000;*/
            border: 0px solid #ddd !important;
            border-top: 2px solid #76bafe !important;
            background-color: #76bafe !important;
            color: #fff !important;
            float: left !important;
            padding-top: 5px !important;
            padding-bottom: 5px !important;
        }

        #tabAccord1 li:first-child div.tablinks {
            border-radius: 3px 0 0 0;
            border-left: 2px solid #76bafe !important;
        }

        #tabAccord1 li:last-child div.tablinks {
            border-radius: 0 3px 0 0;
            border-right: 2px solid #76bafe !important;
        }

        #tabAccord1 li.active > a, #tabAccord1 li > a:hover, #tabAccord1 li.active > div.tablinks {
            color: #555 !important;
            background-color: #f5f5f5 !important;
            border-color: #ddd !important;
            border-top-color: transparent !important;
            font-weight: 700;
        }

        #tabAccord1 li a:focus, #tabAccord1 .active {
            /*background-color:#fff;
    border: 2px solid #4285F4;
    border-top:none;
    font-weight:700;
    color:#4285F4;*/
            color: #1d8dbc !important;
            border-color: #ddd !important;
            border-top-color: transparent !important;
            border-top: 2px solid #76bafe !important;
            font-weight: 700;
            background: url('/Images/tab-arw.png') #f8f8f8 center top no-repeat !important;
        }

.nopaddRight {
    padding-right: 0px !important;
}

.altSerFiled {
    visibility: hidden;
}

.ui-front .ui-dialog-titlebar-close:before {
    content: "X";
    font-weight: bold;
    position: absolute;
    top: -2px;
    left: -1px;
    right: 0;
    bottom: 0;
}

.menuButton {
    display: none;
}

.display-none {
    display: none !important;
}

.display-block {
    display: block !important;
}

.TglMnu { /* Leftmenu show hide code start */
    width: 15px;
    display: block;
    position: absolute;
    background: #1B91C1;
    color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 99999;
    border-radius: 0 2px 2px 0;
    margin: 5px 0 0;
    height: 22px;
    font-size: 10px;
    font-weight: 700;
    line-height: 20px;
}

.ui-resizable-disabled.menuLessWidg {
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}
/* Leftmenu show hide code end*/
/*.sidebar > #accordion > ul > li > ul > li > ul.hgtHg {
        height:500px !important;
        max-height:initial !important;
    }*/

@media only screen and (max-width: 499px) {

    .pathDiv {
        display: none !important;
    }

    .threedotsBox button.threedots {
        display: none !important;
    }

    .gridCaption {
        /*display: none !important;*/
    }

    .grid-title.searchbar-title > div.gridCaption {
        text-align: center;
    }
}

@media only screen and (max-width: 800px) {

    /*.docActions ul.topActionHead li.txtHide > p { display:none  }*/

    /*.topMenu {
        display: none !important;
    }*/
    #topAccordion {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .navbar .navbar-header {
        display: none !important;
    }

    /*.gridCaption {
        text-align: right;
    }*/

    .pathDiv {
        width: 100% !important;
        left: 0 !important;
    }

    #ddlPath {
        padding-left: 10%;
    }

    .login-empty-wrap {
        display: none;
    }

    .login-bg-scrn {
        background-image: url(../Images/Login-FullScreenBgLogoless.jpg);
    }

    .hgt-cnrl-wrap-login {
        width: 100%;
        top: auto;
    }

    .TchSCrnLogoBg {
        display: table;
        width: auto;
        margin: 4% auto 6%;
    }

    /* Left menu 800 to 500 */
    /*.mainContent.merge { 
        width: 100% !important;
    }
     
    .sidebar {
        transition: left .5s;
        z-index: 9998;
    }

        .sidebar.merged {
            float: none !important;
            width: 25% !important;
            position: absolute;
            left: 0;
            max-width: 85px;
        }

        .sidebar.hided {
            width: 25% !important;
            left: -200px;
            position: absolute;
            max-width: 85px;
        }*/
    /* Left menu 800 to 500 ^ */

    .menuButton {
        float: right;
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 3px;
        display: block;
        cursor: pointer;
    }

    .window_panel {
        /*width:100% !important;
         position:sticky !important;
        position:-webkit-sticky; 
        left:0px !important;
        top:121px !important;*/
    }

        .window_panel.window_minimize {
            margin-top: 5px;
            opacity: 1 !important;
        }

    .taskBarDiv {
        position: relative;
        /* width: 85%; 100%;*/
        height: 30px;
        /*padding-bottom: 10px;*/
        display: inline-block;
    }

    /*.sidebar.shwhid {
        display: block;
    }*/

    #accordionHeader {
        /*height: auto;*/ /*Code Changed for Draggable Menu*/
    }

    .pages-mainHead .dropdown.usr-prfl {
        margin-top: 3px;
    }

        .pages-mainHead .dropdown.usr-prfl .user-icon {
            width: 25px;
            height: 25px;
            border-radius: 25px;
            margin-right: 1px;
        }

        .pages-mainHead .dropdown.usr-prfl span.caret {
            margin-left: 5px;
        }

        .pages-mainHead .dropdown.usr-prfl .btn-primary {
            padding: 2px;
        }

    .usr-prfl-name {
        display: none;
    }

    .pages-mainHead .dropdown ul.dropdown-menu li .usr-prfl-nameLst {
        color: #ddd;
        padding-top: 6px;
        padding-bottom: 6px;
        display: table;
        background: #1167a6;
        padding: 3px 10px;
        width: 97%;
        text-align: center;
        margin: 2px;
        border-radius: 3px 3px 0 0;
    }

    .genericfrm-gridWrap {
        display: inline-block;
    }

    .powerBydiv {
        background: rgba(255,255,255,.7);
        border-radius: 5px;
        padding: 5px;
        -webkit-box-shadow: 0 0 5px 3px #fff;
        box-shadow: 0 0 5px 3px #fff;
    }
}

@media only screen and (min-width: 801px) {
    .hide-lg-scrn {
        display: none;
    }

    .sidebar > #accordion > ul > li > ul > li > ul {
        left: 10% !important;
        /*top:13% !important;*/
    }

    /*#accordionHeader {
        height: 100% !important;
    }*/

}

@media only screen and (min-width: 800px) {
    .sidebar > #accordion > ul > li > ul > li > ul {
        max-height: none !important;
        cursor: default;
    }

    #accordionHeader { /* Code Changed for Draggable Menu Start */
        /*width: auto;*/
    }

    .sidebar {
        width: auto;
    }

        .sidebar.TstHdrLft {
            /*width:16% !important;*/
        }

        .sidebar.TstHdr {
            /*width:16%;*/
            float: right;
        }

    body.stpScrl {
        overflow: hidden !important;
    }
    /* Code Changed for Draggable Menu End */

}

@media only screen and (max-width: 799px) {
    /* Left menu 800 to 500 */
    /*.sidebar > #accordion > ul > li > ul > li > ul {
        top: 42px !important;
    }*/ /* Left menu 800 to 500 ^*/

    .TglMnu { /* Leftmenu show hide code */
        display: none;
    }

    .tabZrRemain {
        width: 100%;
    }
}
/*.window_panel {
    z-index:100 !important;
}*/
/* Widget style end */

/* New Button Styles Start */

ul.topActionHead li {
    overflow: hidden;
    margin: 0px;
    padding: 2px 5px 2px 1px;
    line-height: 1.2em;
    border-width: 0;
}

ul.topActionHead {
    background: rgba(0,0,0,.03);
    padding-left: 0px;
    border-bottom: rgba(96,100,104,.5) solid 1px;
    padding-top: 2px;
    margin-bottom: 2px;
}

    ul.topActionHead[data-topmenuremove="true"] {
        border-bottom-width: 0px;
        background: none;
    }

    ul.topActionHead li.actionbox {
        background: none;
        margin: -2px 0 0 0;
        padding: 0;
        border-radius: 0px;
        border: 0;
    }

    ul.topActionHead li i.k-icon {
        width: 15px !important;
        height: 15px !important;
        font-size: 14px;
        right: -2px;
    }

    ul.topActionHead li.actionbox input[type="text"].form-control {
        box-shadow: none;
        padding: 2px;
        height: 17px;
        margin-top: 1px;
    }

    ul.topActionHead li img, ul.topActionHead li p, ul.topActionHead li i {
        /*float: left;*/ display: inline-block;
    }

    ul.topActionHead li img {
        cursor: pointer;
        width: 14px;
        height: 14px;
        margin-top: 2px;
    }

    ul.topActionHead li p {
        margin-left: 3px;
    }

    ul.topActionHead li a:hover {
        text-decoration: none;
    }

    ul.topActionHead input#chkShowHide {
        margin: 3px 0 0 5px;
        position: relative;
        top: -1px;
        float: left;
        margin-left: -15px;
    }

    ul.topActionHead label[for='chkShowHide'] {
        margin: 0;
        font-weight: normal;
        font-size: 11px;
        cursor: pointer;
        float: left;
        color: #fff;
        /* padding-left: 17px;
        background-image: url(../Images/buttonicons/filter-on-off.png);
        background-position-x: left;
        background-position-y: -11px;
        background-repeat: no-repeat;*/
        /*transition:background-position-y 0.3s;*/
    }

    ul.topActionHead label.VwIcnNo[for='chkShowHide'] {
        /*background-image: url(../Images/buttonicons/filter-on-off.png);
        background-position-x: left;
        background-position-y: 3px;
        background-repeat: no-repeat;*/
    }

#dynamicTable.NoTabStyl {
    border-top-width: 0 !important;
}

#liShowHide {
    overflow: hidden;
}

li.fltr-k-btn.offFltr {
    background: #f00;
}

li.fltr-k-btn.onFltr {
    background: #47a800;
}

.panel-wrap {
    /*height: 92.5%;*/
    /*height: 95%;*/
    height: calc(100% - 2.5em);
}
/*@-moz-document url-prefix() {
    .panel-wrap { /* Mozilla hack */
/*  height: 94.6%;*/ /*calc(100% - 24px);*/
/*}
}*/

#main-content {
    height: 100% !important;
}

.window_minimize {
    margin-top: 5px !important;
    opacity: 1 !important;
    /*width:auto !important;*/
}

.window_header_minimize {
    line-height: 11px !important;
    text-align: center !important;
    min-width: 80px !important;
    width: auto !important;
}

    .window_header_minimize .window_title_text {
        font-size: 11px !important;
        /*left: 15px !important;*/
    }

/*.panel {
    width: 200px;
    float: left;
    height: 550px;
    background: #d9dada;
    position: relative;
    left: -200px;
}*/

.slider-arrow {
    padding: 5px;
    width: 10px;
    float: left;
    background: #d9dada;
    font: 400 12px Arial, Helvetica, sans-serif;
    color: #000;
    text-decoration: none;
    position: relative;
    left: -200px;
}

.leftmenu-show {
    /*margin-left: 0px;*/
    width: 0px;
}

.leftmenu-hide {
    width: 200px;
    /*margin-left: -200px;*/
}
/* New Button Styles End */

.frm-flds-grp {
    border-top: #aaa9a9 solid 2px;
    margin-top: 8px;
}

.xgrid-pagin-wrap {
    list-style: none;
    padding: 0;
    margin: 8px auto;
    display: table;
    border-radius: 3px;
    border: #cbcaca solid 1px;
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}

.xgridnum {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    border-right: #cbcaca solid 1px;
}

li:last-child.xgridnum {
    border-right: none;
}

.xgridnum a.xgridlnk:link, .xgridnum a.xgridlnk:visited {
    text-decoration: none;
    font-size: 14px;
    padding: 3px 6px;
    display: block;
    color: #403d3d;
}

.xgrid-pagin-wrap a.xgridlnk:hover {
    color: #1b91c2;
}

.xgrid-pagin-wrap a.xgridlnk.xgrid-select {
    font-weight: bold;
    background: #1B91C1;
    color: #fff;
}

.xgridlnk.xgrid-start, .xgridlnk.xgrid-prev, .xgridlnk.xgrid-next, .xgridlnk.xgrid-end {
    width: 25px;
    background-image: url(../Images/xgrid-play.png) !important;
    background-repeat: no-repeat;
}

.xgridlnk.xgrid-start {
    background-position: 5px 8px;
}

.xgridlnk.xgrid-prev {
    background-position: -17px 8px;
}

.xgridlnk.xgrid-next {
    background-position: -41px 8px;
}

.xgridlnk.xgrid-end {
    background-position: -64px 8px;
}

.grid-title {
    /*margin: 5px 5px 0;*/
    padding: 2px;
    font-weight: bold;
    font-size: 11px;
}

.k-icon.k-i-more-vertical {
    margin-right: -5px;
    /*cursor:crosshair;*/
}

.k-grid-header .k-resize-handle, .k-grid > .k-resize-handle {
    margin-left: 2px;
    cursor: col-resize;
}

.k-widget.divHEAD, .k-widget.divHEAD .anchHEAD {
    box-sizing: border-box;
    line-height: 15px;
}

.k-grid .k-grouping-header {
    min-height: 13px;
    font-size: 10px !important;
}

.custom-kendo-grid .k-grid-header {
    /*border-right: #62a2bc solid 1px;
    border-left: #62a2bc solid 1px;*/
    margin: 0 0 0 0;
    background-color: none; /*#e5f4fa;*/
    /*padding-right:0 !important*/
}

    .custom-kendo-grid .k-grid-header .k-grid-header-wrap {
        /*border-color: #62a2bc;*/
    }

.custom-kendo-grid .k-grid-content {
    margin: 0;
    width: auto;
    /*margin:0 17px 0 0px;*/
}

.custom-kendo-grid table[role="grid"] th {
    /*background: #e5f4fa;
    border-right: #62a2bc solid 1px;*/
}

.k-active-filter, .k-state-active, .k-state-active:hover, .k-tabstrip .k-state-active {
    /*background: #a9dbff !important;*/
}

.custom-kendo-grid table[role="grid"] th:last-child {
    border-right: none;
}

.custom-kendo-grid table[role="grid"] th a.k-link:link, .custom-kendo-grid table[role="grid"] th a.k-link:visited,
.genericfrm-grid table[role="grid"] th a.k-link:link, .genericfrm-grid table[role="grid"] th a.k-link:visited {
    font-weight: bold !important;
}

.genericfrm-grid .k-header > .k-grid-filter, .genericfrm-grid .k-header > .k-header-column-menu {
    padding: .4em .8em .3em;
}

    .genericfrm-grid .k-header > .k-header-column-menu .k-icon {
        top: auto;
        right: auto;
    }

.tablecmb-grid .k-header > .k-header-column-menu {
    padding: .4em .8em .3em;
}

    .tablecmb-grid .k-header > .k-header-column-menu .k-icon {
        top: 1px;
        right: auto;
    }

.tablecmb-grid.scrlCls thead th:nth-child(1), .tablecmb-grid.scrlCls tbody tr td:nth-child(1) { /*the first cell in each tr*/
    position: relative;
    /*display: block;*/ /*seperates the first column from the tbody*/
    background-color: #fff !important;
}

.tablecmb-grid.scrlCls thead tr th:nth-child(1) {
    z-index: 2;
}

.tablecmb-grid.scrlCls tbody tr:hover td:nth-child(1) {
    background-color: #ebebeb !important;
}

.tablecmb-grid.scrlCls tbody tr.k-state-selected td:nth-child(1) {
    background-color: #00b0ff !important;
}

.custom-kendo-grid .k-filter {
    background-position: -31px -79px;
}

.custom-kendo-grid .k-pager-wrap {
    border-style: solid;
    border-width: 1px;
    /*border-color:inherit;*/
    border-top: none;
    padding: 0;
    margin: 0 0 0 0;
    border-radius: 0 0 3px 3px;
}

.custom-kendo-grid .k-current-page .k-link {
    height: 30px;
}

.custom-kendo-grid ul.k-pager-numbers {
    margin-top: 1px;
    z-index: 2;
}

/*.custom-kendo-grid ul.k-pager-numbers span.k-state-selected {
        background-color: #0072c6; 
        color: #fff;
    }*/

.custom-kendo-grid .k-grid.k-widget {
    border-width: 0 !important;
}

.pop-grid-custom .custom-kendo-grid .k-grid.k-widget {
    padding: 0 !important;
}

.k-pager-wrap {
    font-size: 11px !important;
}

    .k-pager-wrap .k-pager-numbers .k-link:hover {
        border-top-color: transparent;
    }

@media only screen and (max-width: 499px) {
    .panel-wrap {
        height: 100%;
    }

    #windowHeaderLeftMenu {
        display: none;
    }

    #ddlPath {
        display: none;
    }

    .navbar .navbar-header {
        display: none !important;
    }

    .pathDiv {
        width: 100% !important;
        left: 0 !important;
    }

    #ddlPath {
        padding-left: 10%;
    }

    .mainContent.merge {
        width: 100% !important;
    }

    .sidebar {
        transition: left .5s;
        z-index: 9998;
    }

        .sidebar.merged {
            float: none !important;
            /*width: 25% !important;*/
            position: absolute !important;
            left: 0;
            max-width: 85px;
        }

        .sidebar.hided {
            width: 25% !important;
            left: -200px;
            position: absolute !important;
            max-width: 85px;
        }


    .menuButton {
        float: right;
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 3px;
        display: block;
        cursor: pointer;
    }

    .taskBarDiv {
        position: relative;
        height: 40px;
        padding-bottom: 10px;
        display: block;
    }

    .bgimage-logo-res {
        background-size: 50% !important;
    }
}

/* Separate Grid Styles Start */

.seprt-custom-kendo-grid .k-grid-header {
    border-right: #62a2bc solid 1px;
    border-left: #62a2bc solid 1px;
    margin: 0 0 0 0;
    background-color: #e5f4fa;
    /*padding-right:0 !important*/
}

    .seprt-custom-kendo-grid .k-grid-header .k-grid-header-wrap {
        border-color: #62a2bc;
    }

.seprt-custom-kendo-grid .k-grid-content {
    border: #62a2bc solid 1px;
    margin: 0;
    width: auto;
    height: auto !important;
    /*margin:0 17px 0 0px;*/
}

.seprt-custom-kendo-grid table[role="grid"] th {
    background: #e5f4fa;
    border-right: #62a2bc solid 1px;
}

    .seprt-custom-kendo-grid table[role="grid"] th:last-child {
        border-right: none;
    }

    .seprt-custom-kendo-grid table[role="grid"] th a.k-link:link, .seprt-custom-kendo-grid table[role="grid"] th a.k-link:visited {
        color: #1c5a74;
    }

.seprt-custom-kendo-grid .k-filter {
    background-position: -31px -79px;
}

.seprt-custom-kendo-grid .k-pager-wrap {
    padding: 0;
    margin: 0 0 10px 0;
    border: #62a2bc solid 1px;
    border-top: none;
    border-radius: 0 0 3px 3px;
}

.seprt-custom-kendo-grid .k-current-page .k-link {
    height: 30px;
}

.seprt-custom-kendo-grid ul.k-pager-numbers {
    margin-top: 1px;
    z-index: 2;
}

    .seprt-custom-kendo-grid ul.k-pager-numbers span.k-state-selected {
        background-color: #62a2bc;
        color: #fff;
    }

.seprt-custom-kendo-grid .k-grid.k-widget {
    border-width: 0 !important;
}

/* Separate Grid Styles End */

.modal-content p#pHeader {
    text-align: center;
    margin: 0;
    padding: 3px 0;
    font-size: 11px;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    min-height: 21px;
}

.borderHeader {
    display: none;
    white-space: normal;
}

.bottomless-content {
    background-color: #fefefe;
    border: 0px solid #0581dc;
    width: 100%;
    height: 100%;
    /*min-height: 450px;*/
}

    .bottomless-content p#pHeader {
        text-align: center;
        margin: 0;
        padding: 3px 0;
        font-size: 11px;
        font-weight: bold;
        min-height: 20px;
    }

    .bottomless-content .close.popclose, .modal-content .k-header.popclose {
        width: 17px;
        height: 17px;
        background-image: none;
        margin: 3px 5px 0 0;
        text-shadow: none;
    }

        .bottomless-content .close.popclose:hover, .modal-content .k-header.popclose:hover {
            color: inherit !important;
            text-shadow: none;
        }

        .bottomless-content .popclose i.k-icon.k-i-close, .modal-content .k-header.popclose i.k-icon.k-i-close {
            overflow: visible;
            vertical-align: top;
            font-size: 14px;
            width: 15px !important;
            height: 15px !important;
        }

        .modal-content .k-header.popclose i.k-icon.k-i-close {
            width: 18px !important;
            height: 17px !important;
        }

.searchbar-title {
    margin: 0px !important;
    display: flex;
    flex-wrap: wrap;
}

.pop-grid-custom .grid-title:not(.searchbar-title) {
    display: none;
    background: none !important;
    border-bottom: none;
}

.pop-grid-custom .k-grid-header, .pop-grid-custom .k-grid-content, .pop-grid-custom .k-pager-wrap {
    /*width:99.75%*/
    width: auto;
}

.pop-grid-custom ul.topActionHead {
    /*border-bottom: #62a2bc solid 1px;
    border-right: #62a2bc solid 1px;
    border-left: #62a2bc solid 1px;*/
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
    border-top: none;
}

    .pop-grid-custom ul.topActionHead.topBrd {
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: inherit;
    }

.pop-grid-custom .custom-kendo-grid .k-grouping-header, .custom-kendo-grid .k-grouping-header,
.genericfrm-grid .k-grouping-header, .iworksPanel .k-grid .k-grouping-header {
    border-color: inherit;
    border-style: solid !important;
    border-width: 1px !important;
    padding: 1px 1px 0 0;
    line-height: normal;
    font-size: 12px;
}

    .pop-grid-custom .k-grouping-header .k-group-indicator, .custom-kendo-grid .k-grouping-header .k-group-indicator,
    .genericfrm-grid .k-grouping-header .k-group-indicator, .iworksPanel .k-grouping-header .k-group-indicator {
        padding: 0;
        margin: 0 2px 1px;
        font-size: 12px;
    }

.pop-grid-custom .k-group-indicator a.k-link span.k-icon, .custom-kendo-grid .k-group-indicator a.k-link span.k-icon,
.iworksPanel .k-group-indicator a.k-link span.k-icon {
    width: 12px !important;
    height: 12px !important;
}

.componentCore .k-grid-header th.k-header > .k-link {
    min-height: 16px;
    line-height: 13px;
    font-size: 11px;
}

.table tbody > tr > td {
    padding: 2px 8px !important;
}

.k-grid-header th.k-header {
    padding: /*.2em .6em .3em*/ 2px 5px 0px !important;
}

.k-grid-header th .icon-lnk {
    padding-left: 3px !important;
}

.componentCore > .k-grid-header th .icon-lnk {
    padding-left: 2px !important;
}

.fix-form {
    position: fixed;
    padding: 8px 8px 0;
    z-index: 1;
    border-bottom: #62a2bc solid 2px;
    width: 100%;
    background-color: #fff;
}

    .fix-form .form-group:last-child {
        margin-bottom: 8px;
    }

.lblNewCls, .lblNewCls:hover, .lblNewCls:focus {
    padding: 0px 2px;
    border: #1b91c2 solid 1px;
    background-color: rgba(98,162,188,.3);
    height: 18px;
    margin-bottom: 0;
    min-width: 120px;
    width: 35%;
    font-weight: normal;
    font-size: 11px;
    box-shadow: none;
}

.kendo-dropdown-cstm .k-list-scroller {
    width: 100% !important;
    /*display: table;*/
    overflow: auto;
    font-size: 11px;
}

    .kendo-dropdown-cstm .k-list-scroller ul {
        width: 100%;
        display: table;
    }

        .kendo-dropdown-cstm .k-list-scroller ul li {
            width: 100%;
        }

            .kendo-dropdown-cstm .k-list-scroller ul li.k-item, .kendo-dropdown-cstm.k-popup .k-list .k-item {
                padding: 0;
                border: none !important;
                border-bottom: #ccc solid 1px !important;
                min-height: initial;
                line-height: 1.25em; /* issue fix related to Ticket #5519 & 5584 */
            }

.kendo-dropdown-cstm .k-list > .k-state-selected.k-state-hover {
    color: inherit !important;
    font-weight: bold;
}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, .kendo-dropdown-cstm .k-list-scroller ul li.k-item, .kendo-dropdown-cstm.k-popup .k-list .k-item {
        min-height: auto;
    }

    .threedotsBox ul li .anchTMLi {
        padding: 0 10px !important;
        font-size: 14px;
        text-align: left;
        list-style: none;
        font-family: Verdana, Arial !important;
        font-weight: normal;
        line-height: 1.42857143;
    }

    .tabcontent input[type='text'], .tabcontent input[type='password'], .tabcontent input[type='date'], .tabcontent input[type='datetime'],
    .tabcontent input[type='datetime-local'], .tabcontent input[type='email'], .tabcontent input[type='file'],
    .tabcontent input[type='month'], .tabcontent input[type='number'], .tabcontent input[type='search'],
    .tabcontent input[type='tel'], .tabcontent input[type='time'], .tabcontent input[type='url'], .tabcontent input[type='week'],
    .tabcontent textarea, .tabcontent select, .customized-form-wrap input[type='text'], .customized-form-wrap input[type='password'], .customized-form-wrap input[type='date'],
    .customized-form-wrap input[type='datetime'], .customized-form-wrap input[type='datetime-local'], .customized-form-wrap input[type='email'], .customized-form-wrap input[type='file'],
    .customized-form-wrap input[type='month'], .customized-form-wrap input[type='number'], .customized-form-wrap input[type='search'],
    .customized-form-wrap input[type='tel'], .customized-form-wrap input[type='time'], .customized-form-wrap input[type='url'], .customized-form-wrap input[type='week'],
    .customized-form-wrap textarea, .customized-form-wrap select {
        padding: 0px 2px 0px 2px !important;
    }

    /*ie fix IE11*/
}

.kendo-dropdown-cstm .k-list-scroller ul li.k-item:first-child {
    border-top: #ccc solid 1px !important;
}
/*.kendo-dropdown-cstm .k-list-scroller ul li.k-item.k-state-focused{
    background:#000
}
.kendo-dropdown-cstm .k-list-scroller ul li.k-item.k-state-selected{
    background:#1167a6;
}*/
.kendo-dropdown-cstm.k-list-container {
    max-height: initial !important;
    overflow: initial !important;
    width: 200px;
    overflow-x: auto;
}

.aln-vlu-wrap {
    border: none;
    display: inline-flex; /* For ticket #5519 fix */
    /*display: block;*/
    /*overflow:visible;*/
    overflow: hidden;
    white-space: nowrap;
    line-height: normal;
}

    .aln-vlu-wrap .aln-vlu {
        width: 170px;
        display: inline-block;
        /*float:left;*/
        margin: 0px;
        /*white-space: nowrap;*/
        white-space: normal;
        padding: 0 3px;
        border-left: #ccc solid 1px;
        overflow: hidden;
        text-overflow: ellipsis;
        /*min-height: 20px*/
        margin-top: 1px;
    }

        .aln-vlu-wrap .aln-vlu:first-child {
            border-left: #ccc solid 0px;
        }

    .aln-vlu-wrap.HdrTmplt {
        overflow: visible;
        /*display: table;*/
        /*padding-right: 17px;*/
        border-bottom: #ccc solid 0px;
        border-top: #ccc solid 0px;
    }

        .aln-vlu-wrap.HdrTmplt .aln-vlu:last-child {
            border-right-width: 0;
        }

    .aln-vlu-wrap .aln-vlu-hdr {
        border-bottom: #ccc solid 0px;
        border-top: #ccc solid 0px;
        font-weight: 700;
        background-color: none;
    }

.kendo-dropdown-cstm.k-list-container {
    /*overflow-x: hidden !important;*/
    overflow: hidden !important;
}

.kendo-dropdown-cstm .k-list-optionlabel {
    border-bottom: #ccc solid 1px;
}

/*.aln-vlu-wrap .aln-vlu:nth-child(2n){
    background:#ececec     
}
.aln-vlu-wrap .aln-vlu:nth-child(2n-1){
    background:rgba(118,186,254,1)
}*/
/*.k-animation-container{
        width:  90% !important
}*/
.kendo-dropdown-cstm {
    max-width: 100% !important;
    overflow: hidden;
}

span.k-list-filter {
    width: 98% !important;
    margin: 3px auto;
    display: block;
}

    span.k-list-filter input.k-textbox {
        width: calc(98% - 15px) !important;
        min-height: 18px;
        padding-right: 20px;
        outline: none;
        height: 18px;
    }

.kendo-dropdown-cstm .k-list-optionlabel {
    line-height: normal;
    min-height: 10px;
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    span.k-list-filter input.k-textbox {
        max-height: 18px;
        outline: none;
    }
}

.k-popup .k-list .k-item {
    border-bottom: #e3e3e3 solid 1px !important;
}

.k-list > .k-state-selected.k-state-focused {
    /*background-color: #0072c6;
    color: #fff !important;*/
    font-weight: bold;
}

.k-list > .k-state-selected.k-state-hover {
    /*font-weight: normal;*/
}

.k-widget.k-dropdown.cstm-droplist {
    width: 100%;
}

    .k-widget.k-dropdown.cstm-droplist.k-state-border-down {
        border: #000 solid 0px;
    }

.k-popup.k-list-container {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    max-height: 200px;
    overflow: auto /*hidden*/;
}

.k-widget.k-dropdown.cstm-droplist:focus, .k-widget.k-dropdown.cstm-droplist:active {
    border: #000 solid 0px;
}

.k-list > .k-state-selected.k-state-focused .aln-vlu-wrap .aln-vlu:nth-child(2n) {
    /*color:#498dd0 !important*/
}

.cstm-droplist .k-dropdown-wrap.k-state-default, .cstm-droplist .k-dropdown-wrap.k-state-default:focus,
.cstm-droplist .k-dropdown-wrap.k-state-default:hover, .cstm-droplist .k-dropdown-wrap.k-state-default:active {
    font-size: 11px !important;
    min-height: 16px !important;
}

.cstm-droplist .k-dropdown-wrap .k-select, .cstm-droplist .k-numeric-wrap .k-select, .cstm-droplist .k-picker-wrap .k-select {
    min-height: auto !important;
}

.cstm-droplist .k-dropdown-wrap.k-state-default:focus, .cstm-droplist .k-dropdown-wrap.k-state-default:active {
    border: #102439 solid 1px;
}

.cstm-droplist .k-dropdown-wrap .k-input {
    text-indent: 0;
    height: auto;
    padding: 0 0 0 5px;
    /*line-height: normal;*/
    font-family: 'Open Sans', sans-serif;
    /*font-size: 11px !important;*/
    /*padding-left: 3px;*/
}

ul.fltrWidg-top-gear .cstm-droplist span.k-icon.k-i-arrow-60-down {
    top: -4px;
}

.k-dropdown-wrap.k-state-border-down {
    padding-bottom: 0 !important;
}

span.frm-srch-btn {
    width: 15px !important;
    height: 15px !important;
    margin-left: 8px;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: -2px;
    margin-top: 1px;
    margin-right: -4px;
    float: right;
}

span.frm-arw-btn {
    width: 15px !important;
    height: 15px !important;
    margin-left: 8px;
    border-radius: 2px;
    cursor: pointer;
    /*display: inline-block;*/
    /*margin-bottom: -2px;*/
    margin-top: 1px;
    float: right;
    /*margin-right: -7px;*/
    margin-right: -4px;
}

span.frm-arw-down-btn {
    width: 15px !important;
    height: 15px !important;
    margin-left: 8px;
    border-radius: 2px;
    cursor: pointer;
    /*display: inline-block;*/
    /*margin-bottom: -2px;*/
    margin-top: 1px;
    float: right;
    /*margin-right: -7px;*/
    margin-right: -4px;
}

span.frm-del-btn {
    width: 15px !important;
    height: 15px !important;
    margin-left: 8px;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: -2px;
    margin-top: 1px;
    margin-right: -4px;
    float: right;
}

span.frm-cronexp-btn.cronEdit {
    width: 16px !important;
    height: 16px !important;
    margin-left: 3px;
    margin-top: 0;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    top: 0px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    float: right;
    margin-right: -4px;
}

.borderExtend .form-group span.frm-srch-btn, .borderExtend .form-group span.frm-arw-btn, .borderExtend .form-group span.frm-arw-down-btn,
.borderExtend .form-group span.frm-del-btn {
    margin-right: 6px;
}

span.frm-srch-btn > i.k-icon {
    font-size: 11px;
    right: auto;
}

span.frm-arw-btn > i.k-icon {
    font-size: 9px;
    right: auto;
}

span.frm-arw-down-btn > i.k-icon {
    font-size: 8px;
    right: 1px;
    transform: rotate(90deg);
}

span.frm-del-btn > i.k-icon {
    right: auto;
    font-size: 13px;
}

.fuGrid:hover {
    cursor: pointer;
}

span.frmOpen-del-btn {
    margin-right: 4px;
}

a.anchFU, #tbOpenGrid td a, .genericfrm-grid table.grid td a, table.tablecombo td a {
    color: inherit;
    text-decoration: underline;
}

    a.anchFU.icon-lnk-a, #tbOpenGrid td a.icon-lnk-a, .genericfrm-grid table.grid td a.icon-lnk-a, table.tablecombo td a.icon-lnk-a {
        text-decoration: none;
    }

.grdFlDwnIcn, .grdFlDwnLnk {
    display: inline-block;
}

.grdFlDwnLnk {
    margin-left: 8px;
}

.tkt-wrap {
    overflow: hidden;
    background: #fff;
}

    .tkt-wrap .col-lg-6, .tkt-wrap .col-md-6, .tkt-wrap .col-sm-6, .tkt-wrap .col-xs-12 {
        margin-right: 5px;
        margin-top: 5px;
        padding: 5px;
        overflow: auto;
        max-height: 200px;
    }

.qinfo-container.tkt-wrap {
    min-width: 200px;
    /*max-width: 500px;*/ /* Width maintain un-controlled */
    min-height: /*30px*/ 20px;
    overflow: auto;
    white-space: normal;
    -webkit-box-shadow: 3px 3px 2px 1px #1e1c1c;
    box-shadow: 3px 3px 2px 1px #1e1c1c;
    font-size: 11px;
    margin-bottom: 5px !important;
}

.abt-full-wrap {
    padding: 5px 0 0 30px /*25px 0 0 50px*/;
    height: 100%;
    margin-right: 50px;
}

    .abt-full-wrap .abt-top-set .abt-icon {
        width: 55px;
        height: 55px;
        border-radius: 45px;
        padding: 17px 0px 0px 6px;
        margin-right: 3px;
    }

.abt-full-wrap-sub {
    padding: 10px 0 0 50px;
    height: 100%;
    margin-right: 50px;
}

.abt-top-set {
    overflow: hidden;
}

    .abt-top-set .top-set-head {
        font-size: 20px;
        margin-top: 12px;
    }

.vers-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.vers-wrap-lft {
    background: #e5e1e1;
    border-radius: 0 0 0 10px;
    padding: 5px 15px;
    margin-right: 1px;
}

.vers-wrap-rht {
    background: #e5e1e1;
    border-radius: 0 10px 0 0;
    padding: 5px 15px;
}

    .vers-wrap-rht i.k-icon.k-i-check {
        margin: 0 5px 0 0;
        width: 15px !important;
        height: 15px !important;
    }

.abt-cnt-wrap {
    line-height: 20px;
}

    .abt-cnt-wrap p {
        margin: 0 0 10px;
        padding: 0;
    }

    .abt-cnt-wrap .subhead {
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .abt-cnt-wrap ul, .abt-cnt-wrap li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .abt-cnt-wrap ul {
        padding-left: 10px;
        margin-bottom: 15px;
    }

    .abt-cnt-wrap li {
        line-height: 20px;
    }

.abt-copy-wrap {
    background: #efefef;
    border-radius: 3px;
    padding: 8px 10px;
    width: 30%;
    line-height: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .abt-copy-wrap .cpy-lnk a:link, .abt-copy-wrap .cpy-lnk a:visited {
        text-decoration: underline;
    }

    .abt-copy-wrap .cpy-lnk a:hover {
        color: inherit;
        text-decoration: none;
    }

@media only screen and (max-width: 1000px) {
    .abt-copy-wrap {
        width: 50%;
    }
}

@media only screen and (max-width: 800px) {
    .abt-copy-wrap {
        width: 100%;
    }
}

.form-group {
    margin-bottom: 3px !important;
    /*overflow:hidden*/
}

.form-horizontal .control-label {
    padding-top: 2px;
    font-size: 11px;
}

.glyphicon.reficn {
    font-size: 18px;
    font-weight: 600;
    color: #1b91c2;
    margin-top: 5px;
    margin-right: 5px;
    float: left;
}

.captcha > div:first-child {
    height: 40px;
}


.k-grid tbody .k-button.k-grid-delete {
    min-width: initial;
    border-radius: 40px;
    padding: 3px;
    box-shadow: none;
    background-color: #62a2bc;
    color: #fff;
    margin-top: 5px;
}

    .k-grid tbody .k-button.k-grid-delete span {
        margin: 0;
        background-position: -48px -16px;
    }

.k-grid tbody .k-button:hover {
    background-color: rgba(98,162,188,.5);
    border-color: transparent;
}

.alert-er-msg {
    color: red;
}

*[data-isrequired="1"] {
    /*float: left;*/
}

select[data-isrequired="1"] {
    min-height: /*25px*/ 18px;
}

    select[data-isrequired="1"] > option, select.combobox > option {
        min-height: /*17px*/ 15px;
    }

.mndry-alrt {
    font-weight: 700;
    margin-left: 5px;
    color: #f00;
    float: left;
}

/* Toggle Edit Start */
/*a.switch {
    float: right;
    left: auto;
    position: absolute;
    cursor: default;
}

.onoffswitch {
    position: relative;
    width: 60px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;    
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #999999;
    border-radius: 20px;
    height: auto;
    margin-top:3px;
    margin-left: 5px;
    margin-bottom: 0;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
}

    .onoffswitch-inner:before {
        content: " \00a0 \00a0 \00a0 ON";
        background-color: #20b90f;
        color: #fff;
        transition: margin 0.3s ease-in 0s;
        text-align: left;
    }

    .onoffswitch-inner:after {
        content: "OFF \00a0 \00a0";
        background-color: #EEEEEE;
        color: #000;
        text-align: right;
        transition: margin 0.3s ease-in 0s;
    }

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: auto;
        padding: 0;
        line-height: 12px;
        font-size: 10px;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

.onoffswitch-switch {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    margin: 0px;
    background: #FFFFFF;
    position: absolute;
    top: -1px;
    bottom: 0;
    right: 35px;
    border: 1px solid #999999;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 4px;
}*/
/* Toggle Edit End */

/* Toggle Edit New Start */
div.onoffswitch {
    white-space: nowrap;
}

input.onoffswitch-checkbox {
    margin: 0px 0 0 -15px !important;
}

label.onoffswitch-label {
    width: 66px;
    cursor: pointer;
    font-size: 11px;
    font-weight: normal;
    line-height: normal;
    top: 0px;
    position: relative;
    margin-bottom: 0;
    /*background-image: url(../Images/buttonicons/edit-list-off.png);
    background-position-x: left;
    background-position-y: 0px;
    background-repeat: no-repeat;*/
    /*padding-left: 18px;*/
}

    label.onoffswitch-label i.k-icon {
        margin: -3px 1px 0 0;
        right: 2px !important;
    }

li.edit-k-btn.offclr {
    background: #f00;
}

li.edit-k-btn.onclr {
    background: #47a800;
}

li.edit-k-btn a, li.edit-k-btn a:link, li.edit-k-btn a:visited {
    color: #fff;
}
/* Toggle Edit New End */

.k-grid-toolbar .k-delete, .k-grid-toolbar .k-button:hover .k-delete {
    background-position: -48px -16px !important;
}

.QPicture {
    background: url(../images/noimage-icon.png) left top no-repeat;
    background-size: contain;
    /*padding: 1px;*/
    border: 0px solid black;
    border-radius: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    overflow: hidden;
}

    .QPicture.QpicNoImg {
        background-image: none;
        width: auto !important;
    }

    .QPicture img, .QPicture object {
        border-radius: 5px;
    }


        /*.QPicture object[data-mimetype="application/pdf"] {
            min-height: 800px;
        }*/

        .QPicture object[data="/images/noimage-icon.png"] {
            width: 10% !important;
            min-height: initial;
        }

        .QPicture object.DmyImg[data="/images/noimage-icon.png"] {
            width: auto !important;
        }

.QFPicture {
    background: url(../images/noimage-icon.png) left top no-repeat;
    background-size: contain;
    /*padding: 1px;*/
    border: 0px solid black;
    border-radius: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    overflow: hidden;
}

    .QFPicture.QpicNoImg {
        background-image: none;
        width: auto !important;
    }

    .QFPicture img, .QFPicture object {
        border-radius: 5px;
    }


        /*.QFPicture object[data-mimetype="application/pdf"] {
            min-height: 800px;
        }*/

        .QFPicture object[data="/images/noimage-icon.png"] {
            width: 10% !important;
            min-height: initial;
        }

        .QFPicture object.DmyImg[data="/images/noimage-icon.png"] {
            width: auto !important;
        }

.k-toolbar.k-grid-toolbar {
    padding-top: 2px;
    padding-bottom: 2px;
    display: block;
}

    .k-toolbar.k-grid-toolbar a.k-button {
        padding: 4px;
        margin-top: 0px;
    }

.componentCore .k-toolbar.k-grid-toolbar a.k-button {
    padding: 0px;
    border: transparent solid 1px;
}

    .componentCore .k-toolbar.k-grid-toolbar a.k-button:hover {
        border: #fff solid 1px;
    }

.grdTtlSrch .k-toolbar.k-grid-toolbar a.k-button {
    padding: 1px 3px;
    border: transparent solid 1px;
}

    .grdTtlSrch .k-toolbar.k-grid-toolbar a.k-button:hover {
        border: #fff solid 1px;
    }

.genericfrm-grid .k-toolbar.k-grid-toolbar a.k-button {
    padding: 3px;
}

.genericfrm-grid .k-toolbar.k-grid-toolbar {
    height: 25px;
    line-height: 22px;
}
/*.k-header.k-grid-toolbar a.k-button:first-child:hover {
            background-color: transparent;
            border-color: transparent;
        }*/
.xgrdCstBtn {
    float: right;
    /*width: 22px;
    height: 22px;*/
    width: auto;
    height: auto;
    /*display: table;*/
    margin: -2px 0 0 !important;
}

.xGrdEdtLbl {
    margin: 0;
    cursor: pointer;
    /*max-width: 26px;
    max-height: 26px;
    width: 24px;
    height: 24px;*/
    width: auto;
    height: auto;
    border: 1px solid transparent;
    padding: 3px !important;
    border-radius: 3px;
}

    .xGrdEdtLbl .k-icon.k-i-track-changes-reject {
        opacity: .5 !important;
        right: auto !important;
        top: auto !important;
    }

    .xGrdEdtLbl:hover .k-icon.k-i-track-changes-reject {
        opacity: .8 !important;
        right: auto !important;
        top: auto !important;
    }

.xGrdEdtChk {
    display: none !important;
}

.k-toolbar.k-grid-toolbar a.k-button span.k-icon {
    margin: 0;
}

.divLnk {
    width: auto;
    display: inline-block;
    cursor: pointer;
    margin: 5px 0;
    text-decoration: underline;
}

    .divLnk:hover {
        text-decoration: none;
    }


.log-notify {
    text-decoration: none;
}

.notify-link {
    width: 15px;
    height: 15px;
    margin: 2px;
    padding: 2px;
    cursor: pointer;
}
/*.genericfrm-gridWrap .icon-lnk.ag-icon-lnk-df {
    z-index: 9999;
    position: fixed;
    margin-top: -10px;
    cursor:pointer;
}*/
/*.qGrid-icon-list {
    z-index: 9999;
    position: fixed;
    margin-top: -10px;
    cursor: pointer;
}*/
.fileCntlrBtn {
    /*border: #498dd0 solid 1px;*/
    padding: 0px;
    display: inline-block;
    margin-bottom: 0px;
    border-radius: 3px;
    text-transform: uppercase;
    margin-right: 5px;
    border-width: 1px;
    border-style: solid;
}

.divUpload.divUploadLnk {
    width: auto;
    display: inline-block;
    cursor: pointer;
    padding: 5px;
    margin: 0;
    text-decoration: none;
}

    .divUpload.divUploadLnk:hover {
        /*background: #0095d4;*/ /*Ticket #698 fix*/
    }

.fileCntlrBtn .divUploadLnk span.glyphicon, .fileCntlrBtn .delLnk span.glyphicon {
    font-size: 12px;
    margin-right: 2px;
}

.fileCntlrBtn .delLnk {
    width: auto;
    display: inline-block;
    cursor: pointer;
    padding: 5px;
    margin: 0;
    text-decoration: none;
}

.alert.custm-alert {
    margin-bottom: 48px;
    margin-right: 5px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100000;
    width: auto;
    max-width: 75%;
}

    .alert.custm-alert .close {
        font-size: 18px;
        text-decoration: none;
    }

    .alert.custm-alert #divMsg {
        white-space: normal;
        margin-right: 20px;
    }

/*.sidebar.merged .ActvLi {
    background: rgba(97,97,97,.2) !important;
}*/

/*.sidebar.merged .ActvLi a, .sidebar.merged .ActvLi a i {
        color: #fff !important;
    }*/
#accordion li.has-sub.ActvLi div.caret.active + input + a {
    border-bottom: #fff solid 1px;
}

    #accordion li.has-sub.ActvLi div.caret.active + input + a,
    #accordion li.has-sub.ActvLi div.caret.active + input + a i {
        background-color: #0072c6;
        color: #fff !important;
    }

.ui-front {
    z-index: 99999 !important;
}

.ui-dialog {
    padding: 0;
    border: #264767 solid 1px;
    box-shadow: 0 0 6px 0 rgba(148,145,145,.4);
}

.ui-dialog-titlebar {
    background: #0072c6; /*#1167a6 #264767*/ /* Sharepoint Bg color theme */
    color: #fff;
    border: 0;
    border-radius: 0;
}

button.ui-dialog-titlebar-close {
    background: #d3d3d3;
    border: 0;
    width: 22px;
    height: 22px;
    border-radius: 22px;
}

.ui-front .ui-dialog-titlebar-close::before {
    content: "";
    top: 2px;
    left: 1px;
    color: #000;
    font-family: Arial;
    font-weight: 900;
    background-image: url(../images/allCommon-Icons.png);
    background-position-x: -123px;
    background-position-y: -998px;
    background-repeat: no-repeat;
}

.ui-dialog .ui-dialog-buttonpane button {
    /*color: #fff;
    background: #0072c6;
    border: none !important;
    font-weight: bold;
    border-radius: 3px;
    -webkit-border-radius: 3px;*/
    letter-spacing: .5px;
    outline: none;
    padding: 2px 8px 1px;
}

    .ui-dialog .ui-dialog-buttonpane button:focus {
        box-shadow: none;
    }

li.has-sub ~ div ~ div.caret.active {
    background: #1167a6 !important;
}

table.gf_radio {
    table-layout: fixed !important;
}

    table.gf_radio td {
        white-space: normal;
        vertical-align: top;
    }

        table.gf_radio td label {
            /*display:contents;*/
        }

.gf_radio .radio-inline {
    margin-left: -4px;
}

.v-align-bottom {
    vertical-align: bottom !important;
}

.radio-inline input[type="radio"] {
    margin-left: -16px;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-left: 0;
}

.radio-inline, .checkbox-inline {
    margin-right: 10px;
    font-size: 11px;
}

.dyn-tile .tilewrap {
    padding: 3px;
    min-height: /*45px*/ 30px;
}

.stc-tile .tilewrap {
    padding: 0 3px;
    /*min-height:35px*/
}

.inner.tilewrap {
    color: #fff;
    font-size: 11px;
}

    .inner.tilewrap span, .inner.tilewrap a span {
        font-size: /*18px*/ 15px;
        font-weight: 600;
    }

    .inner.tilewrap a {
        color: #efefef;
        line-height: 20px;
    }

        .inner.tilewrap a:hover {
            text-decoration: none;
        }

.small-box-footer {
    position: relative;
    text-align: left;
    margin-left: 3px;
    padding: 3px 0;
    color: #fff /*rgba(255,255,255,0.8)*/;
    display: block;
    z-index: 10;
    background: rgba(0,0,0,0.1);
    text-decoration: none;
    font-size: 11px;
}

a.small-box-footer:hover {
    text-decoration: underline;
    color: #ccc;
}

.fld-wrap[style] .stc-tile {
    /*margin-left: 4px; TicketID - 1269 fix*/
}

.stc-tile .small-box-footer {
    padding: 3px 0 3px 3px;
}

.mntry-line + input[type="checkbox"] {
    margin-top: /*5px*/ 2px;
}

.k-grid.genericfrm-grid, .k-grid.tablecmb-grid {
    padding: 0px 0 .5px;
    border-radius: 3px;
}
/* No Line extension styles start */

@media screen and (min-width:800px) {
    .noline-wrap .tabcontent, .dataColumn.noline-wrap {
        white-space: nowrap;
    }

    .noline-wrap .form-group {
        min-height: /*25px*/ 18px;
        /*overflow:hidden;*/
        white-space: nowrap;
    }

    /*.noline-wrap .form-group .custom-label {            
            width: 150px;                       
            margin-right: 10px;
            text-align: left;
            padding-left: 10px;
            vertical-align: top;
        }*/

    /*.noline-wrap .form-border .form-group .custom-label {
        padding-left: 5px;
        margin-right: 0px;
    }*/

    .fld-wrap input[type="checkbox"] {
        width: auto;
        display: inline-block;
    }



    .fld-wrap {
        width: /*calc(100% - 150px)*/ auto;
        margin-right: 8px;
    }

        .fld-wrap.fld-pos {
            width: calc(100% - 10px);
        }

    .noline-wrap .form-group .custom-label.lbl-pos {
        width: 100% !important;
    }

    /*.k-grid.genericfrm-grid, .k-grid.tablecmb-grid {
        margin-left: 10px;
    }*/
    /*.tabcontent .k-grid.genericfrm-grid {
        margin-left: 0px;
    }*/
    fieldset.borderExtend .k-grid.genericfrm-grid, fieldset.borderExtend .k-grid.tablecmb-grid {
        margin-left: 5px;
    }

    .genericfrm-lobject {
        margin-left: 5px;
    }
}

@media screen and (max-width:799px) {


    .dataColumn.noline-wrap > .form-group.drp-frm-grp {
        padding-left: 0;
    }


    /*span.frm-arw-btn, span.frm-arw-down-btn {
        display: inline-block;
        float: none;
        margin-right: 0px;
    }

    span.frm-srch-btn {
        display: inline-block;
        float: none;
        margin-right: 0px;
    }

    span.frm-del-btn {
        display: inline-block;
        float: none;
        margin-right: 0px;
    }*/

    .alwyShw {
        height: auto !important;
    }

    #tabAccord.ag-tab li:first-child[style^='display: none'] + li.k-item {
        padding-left: 10px;
    }
    /*.alwyShw + .tabcontent.k-content { padding-top: 0!important; }*/
}

.fld-wrap {
    white-space: nowrap;
}

    .fld-wrap textarea {
        white-space: normal;
        min-height: 60px;
    }

    .fld-wrap .form-control {
        display: inline-block;
        vertical-align: top;
    }

    .fld-wrap > span:first-child {
        float: none;
        display: inline-block;
    }

    .fld-wrap div.radio {
        margin-top: 0;
    }

    .fld-wrap > span.k-switch:first-child {
        display: flex;
    }

/*update code bg color test sql delete start */
.sqlquery-delete-theme, .sqlquery-delete-theme:hover {
    background: transparent !important;
}
/*update code bg color test sql delete end */
/*Qinfo param popup form styles start*/
.frm-grps {
    overflow: hidden;
    margin-bottom: 5px;
}

.lbl-algn {
    float: left;
    margin-left: 10px;
}

.fld-algn {
    float: left;
    margin-left: 85px;
}

@media screen and (max-width: 799px) {
    .lbl-algn {
        float: none;
        margin-left: 10px;
        margin-bottom: 0;
    }

    .fld-algn {
        float: none;
        margin-left: 10px;
    }
}

/*Qinfo param popup form styles end*/

/*Pivot Grid styles start*/

.k-pivot-toolbar .k-field-actions .k-icon, .pivotconfigwindow .k-icon,
.k-pivot-table .k-icon, .k-pivot-rowheaders .k-icon {
    background: none !important;
    background-color: none !important;
    width: 15px !important;
    height: 15px !important;
}

.pivotGridContainer {
    width: 100%;
    display: table;
}

    .pivotGridContainer .modal-hgt-fix.modal {
        z-index: 10000 !important;
        /*overflow: hidden;*/ /* Fix for ticket #4967 */
    }

    .pivotGridContainer .modal-hgt-fix.modal .modal-dialog {
        height:100%
    }

.modal-hgt-fix .modal-dialog {
    width: 100%;
    overflow-y: auto;
    margin: 0 auto;
}

.modal-pivot-outer.modal-content {
    padding: 0px;
    min-height: initial
}

.modal-pivot-outer .modal-header {
    overflow: hidden;
    padding: 5px 5px 5px 10px;
    border-radius: 5px 5px 0 0;
    text-transform: uppercase;
}

    .modal-pivot-outer .modal-header h5.modal-title {
        float: left;
        font-weight: 900;
        font-size: 15px;
    }

    .modal-pivot-outer .modal-header button.popClsbtntop {
        border-radius: 20px;
        width: 20px;
        height: 20px;
        float: right;
        font-size: 10px;
        filter: alpha(opacity=100);
        opacity: 1;
        margin-top: 0;
    }

.modal-pivot-outer .modal-body {
    padding: 10px;
}

.modal-pivot-outer .k-edit-form-container.pivotconfigwindow {
    width: 100%;
    border-color: #888;
}

.modal-pivot-outer .modal-footer {
    padding: 5px;
}

.pivot-btn-set {
    background: rgba(0,0,0,.03);
    border-bottom: rgba(96,100,104,.5) solid 1px;
    padding: 2px;
    margin-bottom: 2px;
}

    .pivot-btn-set button.btn-sngl {
        font-family: Verdana,Arial !important;
        font-size: 12px;
        font-weight: normal;
        padding: 0;
        outline: none;
    }

        .pivot-btn-set button.btn-sngl img {
            margin-right: 3px;
        }
/*Pivot Grid styles end*/

input:invalid, input:-moz-ui-valid {
    box-shadow: none;
}

/*matrixcheckbox multiselect styles start*/
.matrixcheckbox.k-multiselect {
    display: inline-block;
    overflow-y: auto;
    vertical-align: top;
    /*min-width: 150px !important;
    max-width: 650px !important;*/
    /*max-width: 500px !important;*/ /* Width maintain un-controlled */
}

.matrixcheckbox.k-state-focused {
    /*border: #102439 solid 1px !important;
    border-radius: 0 !important;
    box-shadow: none !important;*/
}

.matrixcheckbox.k-multiselect .k-multiselect-wrap ul + input[aria-haspopup="listbox"] {
    height: 15px;
    padding: 0;
    margin: 2px 0 0 2px;
}

    .matrixcheckbox.k-multiselect .k-multiselect-wrap ul + input[aria-haspopup="listbox"]:focus {
        border-width: 0;
    }

.matrixcheckbox ul + input[aria-haspopup="listbox"] + .k-clear-value {
    top: 1px;
    right: 1px;
}

    .matrixcheckbox ul + input[aria-haspopup="listbox"] + .k-clear-value .k-icon {
        top: 0px;
        right: 0px;
    }

.matrixcheckbox.k-multiselect .k-multiselect-wrap li {
    line-height: 17px;
    font-size: 11px;
    padding: 0 15px 0 5px;
    margin: 2px 0 1px 3px;
}

    .matrixcheckbox.k-multiselect .k-multiselect-wrap li .k-select {
        padding: 0px;
        /*top: 1px;
        right: 1px;
        margin-right: 5px;*/
    }

        .matrixcheckbox.k-multiselect .k-multiselect-wrap li .k-select span.k-i-close {
            margin-right: 0px;
            top: auto;
            right: auto;
        }
/*.fld-wrap.mntry-cls{
    margin-left:-4px;
    padding-left:2px;
    border-left:red solid 2px;
    overflow:visible;
}*/

/*matrixcheckbox multiselect styles end*/

#mySessionWindow {
    -webkit-transition: box-shadow 1s linear;
    -moz-transition: box-shadow 1s linear;
    -ms-transition: box-shadow 1s linear;
    -o-transition: box-shadow 1s linear;
    transition: box-shadow 1s linear;
}

.glow {
    box-shadow: 0 0 10px red;
}

.timeoutbox {
    border: #df8f8f solid 1px;
    background: #feeaea;
    color: #000;
    margin-bottom: 48px;
    margin-right: 20px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100000;
    width: auto;
    padding: 7px;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
}

    .timeoutbox i {
        font-size: 27px;
        color: #ff0000;
    }

    .timeoutbox .countdown {
        font-size: 13px;
        font-weight: 600;
    }

.sesn-alrt-btn {
    border: none;
    background: #848285;
    color: #fff;
    border-radius: 2px;
}

.hideCtrl {
    display: none !important;
}

.hide-recordset-div {
    display: none !important;
}

.hideDefaultCtrl {
    display: none !important;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: relative !important;
    margin-right: 5px !important;
}

.QIRequired,
.matrixcheckbox.QIRequired,
.MVRequired 
{
    border: 1px solid #ff0404 !important;
}

.QIRequiredOutLine {
    outline: none;
}

.QIRequiredGrd {
    border: none !important
}

    .QIRequiredGrd .vfDiv
    /*.QIRequiredGrd .lfDiv */ {
        border: 1px solid #ff0404 !important;
    }

    .QIRequiredGrd .vfautoComplete
    /*.QIRequiredGrd .lfautoComplete */ {
        border: 2px solid #ff0404 !important;
    }

    .QIRequiredGrd .vfDiv, .QIRequiredGrd .lfDiv {
        padding: 0 2px;
    }
/*.k-animation-container.chngPst {
    top: 8% !important;
}*/

.DisIn-txtpKey {
    margin-bottom: -5px !important;
}

.htmMrg {
    overflow-y: auto;
}

.mobl-top-menu {
    float: left;
    padding: 0 8px;
    margin-right: 5px;
    color: #fff;
    font-size: 12px;
    background: rgba(5,5,5,.5);
    vertical-align: text-bottom;
    border-right: #ccc solid 1px;
    cursor: pointer;
    position: absolute;
}

    .mobl-top-menu i {
        top: 37%;
    }

.gotopbtn {
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #e63434;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 25px;
    cursor: pointer;
    z-index: 100001;
    border: #fff solid 1px;
    padding: 5px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    /*line-height: 35px;*/
    line-height: 40px;
    display: none;
}

.gobotmbtn {
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #e63434;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 25px;
    cursor: pointer;
    z-index: 100001;
    border: #fff solid 1px;
    padding: 5px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    /*line-height: 35px;*/
    line-height: 40px;
    display: none;
}

h1.QHead {
    margin: 0;
}

.split-bar {
    height: 100%;
    float: left;
    width: 2px;
    cursor: col-resize;
    position: relative;
    z-index: 9999;
    cursor: e-resize;
}

.rtbZoom {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABV0RVh0Q3JlYXRpb24gVGltZQA4LzE2LzEzspl6ugAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAB7SURBVDiN7ZOxCsAgDESvxXyhi5P/Fif/0i6NGJH2KIUufVOUJB45s6lqw0DOGQylFHfeqSqCYEGMESJCF6aUAAC1Vt9IRPolixtDG1DVxjLnhtVL8yAvlZy8Nuy/0T1L19g1cY3Mavupd9bPWL5T9ERJV2SBrcfn238A3whjoYEPESwAAAAASUVORK5CYII=');
}

/*.cke_ltr .cke_button__expandcmd_icon {
    background: url(ckeditor_custom/icons.png?t=cc4885b53) no-repeat 0 -1440px !important;
}*/

.cke_button__expandcmd_icon {
    background: url(../Scripts/ckeditor/plugins/icons.png?t=cc4885b53) no-repeat 0 -1440px !important;
}

.cke_button__searchcmd_icon {
    background: url(../Scripts/ckeditor/plugins/icons.png?t=cc4885b53) no-repeat 0 -1681px !important;
}

.searchvaluertb {
    background: url(../Scripts/ckeditor/plugins/icons.png?t=cc4885b53) no-repeat 0 -1678px !important;
}


@media only screen and (min-width: 350px) {
    .sidebar.smlSizedMenu ul.dynamicUL > li > ul.dynamicUL ul {
        padding-left: 0px !important;
    }

    /*.sidebar.smlSizedMenu ul:first-child.dynamicUL > li:first-child > div {
    margin-left: -10px;
}*/
    .noline-wrap .form-group {
        display: flex;
    }

    /*@-moz-document url-prefix() {  
        .noline-wrap .form-group {
            width: -moz-fit-content;
        }
    }*/

    .genericfrm-gridWrap {
        margin-left: 10px;
    }

    .noline-wrap .form-group .custom-label {
        width: 150px;
        display: table;
        margin-right: 10px;
        text-align: left;
        padding-left: 10px;
        vertical-align: top;
        float: left;
        min-width: 150px;
    }

    .noline-wrap .form-group > div:not(.clearfix) {
        display: table;
    }

    .noline-wrap .form-group > div.clearfix {
        display: grid;
    }

    .noline-wrap .form-border .form-group > div {
        display: block;
    }

    .noline-wrap .form-border .form-group.noline-style > div {
        display: table;
    }

    .noline-wrap .form-border .form-group > div.fld-wrap.CronExp-fld-wrap {
        display: table;
    }

    .noline-wrap .form-border .form-group .custom-label {
        padding-left: 4px;
        margin-right: 4px;
    }

    .noline-wrap .form-group .custom-label.lbl-pos {
        float: none;
    }

    .noline-wrap .form-border .form-group.noline-last .custom-label {
        padding-left: 10px;
        margin-right: 10px;
    }

    .noline-wrap .form-group > div {
        /*float: left;*/ /*display: inline-block;*/
    }

        .noline-wrap .form-group > div.fld-pos {
            float: none;
        }

    .noline-wrap .form-group.noline-style {
        width: auto;
        display: inline-block;
        vertical-align: top;
    }

        .noline-wrap .form-group.noline-style + div.form-group {
            width: auto;
        }

        .noline-wrap .form-group.noline-style + .form-group.noline-style + div.clearfix {
            display: block !important;
        }

        .noline-wrap .form-group.noline-style + div.clearfix {
            display: none;
        }

        .noline-wrap .form-group.noline-style + .form-group.noline-style {
            width: auto;
        }

    .noline-wrap .form-group.noline-last {
        display: inline-block;
    }

    .tabZrRemain .fld-wrap.dtMxFldWrap .rHFrameMixBody .MVContent > .row .row {
        display: flex;
    }
}

@media only screen and (max-width: 650px) {
    .noline-wrap .form-border .form-group.noline-last .custom-label {
        padding-left: 4px;
        margin-right: 4px;
    }

    .noline-wrap .form-border .form-group.noline-style {
        display: block;
    }

    .noline-wrap .form-border .form-group.noline-last {
        display: block;
    }
}

@media only screen and (max-width: 349px) {
    /* Remove margin for Margin-Field Margin Concept in Tablet & Mobile View */
    #dynamicTable .form-group, #dynamicTable .form-group .fld-wrap {
        margin-left: 0px !important;
    }

    .dataColumn.noline-wrap > .form-group,
    .dataColumn.noline-wrap > .tabcontent > .form-group {
        padding-left: 11px;
        padding-right: 10px;
    }

    .dataColumn.noline-wrap > .form-border > .form-group,
    .dataColumn.noline-wrap > .tabcontent > .form-border > .form-group {
        padding-left: 5px;
        padding-right: 10px;
    }

    span.frm-arw-btn, span.frm-arw-down-btn {
        display: inline-block;
        float: none;
        margin-right: 0px;
    }

    span.frm-srch-btn {
        display: inline-block;
        float: none;
        margin-right: 0px;
    }

    span.frm-del-btn {
        display: inline-block;
        float: none;
        margin-right: 0px;
    }

    span.frm-cronexp-btn.cronEdit {
        float: none;
        margin-right: 0px;
    }
}

@media (pointer:coarse) and (min-width: 350px) {
    /* Remove margin for Margin-Field Margin Concept in Tablet & Mobile View */
    #dynamicTable .form-group, #dynamicTable .form-group .fld-wrap {
        margin-left: 0px !important;
    }

    .noline-wrap .form-group .custom-label {
        width: auto !important;
        padding-left: 0px;
    }

    .noline-wrap .form-border .form-group .custom-label {
        padding-left: 0px;
    }

    .dataColumn.noline-wrap > .form-group,
    .dataColumn.noline-wrap > .tabcontent > .form-group {
        padding-left: 11px;
        padding-right: 10px;
    }

    .dataColumn.noline-wrap > .form-border > .form-group,
    .dataColumn.noline-wrap > .tabcontent > .form-border > .form-group {
        padding-left: 5px;
        padding-right: 5px;
    }

    span.frm-arw-btn, span.frm-arw-down-btn, span.frm-srch-btn, span.frm-del-btn {
        display: inline-block;
        float: none;
        margin-right: 0px;
    }
}

/* Toch device targeting code start */
@media (pointer:coarse) {
    html, body {
        width: 100%;
        /*position: fixed !important;
        overflow-y: auto;*/
    }

    /*.pathDiv {
        display: none !important;
    }*/

    .sidebar.merged {
        float: none !important;
        position: absolute !important;
        left: 0;
        max-width: 85px;
    }

    .sidebar.hided {
        width: 25% !important;
        left: -200px;
        position: absolute !important;
        max-width: 85px;
    }

    .sidebar.smlSizedMenu ul.dynamicUL > li > ul.dynamicUL ul {
        padding-left: 15px !important;
    }

    ul.topActionHead input#chkShowHide, input.onoffswitch-checkbox {
        margin-left: -25px !important;
    }

    iframe.window_frame {
        min-height: 100%;
    }

    .k-widget.k-diagram {
        border-bottom-color: transparent;
    }
}

.tblPopUpClose {
    position: absolute;
    right: 0;
    top: 1px;
    display: block !important;
}

@media (pointer:coarse) and (max-width: 500px) {
    .TchSCrnLogoBg img {
        max-width: 60%;
        margin: auto;
    }

    .log-box-head img {
        max-width: 50%;
    }

    #chart_bg_chart > #chart > svg {
        overflow: auto !important;
    }

    .ColumnCenter {
        width: 100% !important;
    }
}
/* Toch device targeting code end */
/* MultiCheckbox Row select checkbox align below */
.k-grid .k-checkbox-label::before, .k-grid .k-checkbox + .k-checkbox-label::after {
    width: 10px;
    height: 10px;
}

.k-grid .k-checkbox-label::before {
    font-size: 10px;
    line-height: 10px;
}

.k-grid .k-checkbox + .k-checkbox-label::after {
    box-shadow: none !important;
}

.k-grid .k-checkbox-label, .k-grid .k-radio-label {
    width: 13px;
    line-height: normal;
    margin: auto;
    display: inline;
}
/* MultiCheckbox Row select checkbox align above */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.generic-lobject {
    padding: 0 8px;
}

.KendFltrCustm .k-icon {
    top: auto !important;
    right: auto !important;
}

.KendFltrCustm.k-filter ul li {
    text-align: left;
}

.KendFltrCustm.k-filter .k-filter-toolbar {
    padding: 0;
    margin-top: 8px;
}

    .KendFltrCustm.k-filter .k-filter-toolbar .k-toolbar {
        padding: 0;
    }

        .KendFltrCustm.k-filter .k-filter-toolbar .k-toolbar .k-filter-toolbar-item {
            margin: 0;
        }

.KendFltrCustm.k-filter .k-toolbar .k-button-group {
    margin: 0;
}

.KendFltrCustm.k-filter .k-toolbar .k-button {
    margin: 0;
}
/*.KendFltrCustm.k-filter .k-filter-item::before, .KendFltrCustm.k-filter .k-filter-lines .k-filter-item:last-child>.k-filter-toolbar::after, .KendFltrCustm.k-filter .k-filter-toolbar::before{ background-color:#0072c6; }*/
.KendFltrCustm.k-filter .k-filter-item::before {
    top: 0px;
}

.KendFltrCustm .k-filter-toolbar-item > button.k-button {
    width: 30px;
    height: 26px;
    padding: 5px;
}

.KendFltrCustm.k-filter .k-toolbar span[value="and"].k-button, .KendFltrCustm.k-filter .k-toolbar span[value="or"].k-button {
    padding: 2px 6px;
    line-height: normal;
    height: 26px;
}

.KendFltrCustm .k-toolbar span.k-dropdown {
    margin: 3px;
    width: 148px !important;
}

    .KendFltrCustm .k-toolbar span.k-dropdown.k-state-border-down {
        /*border-color: #102439 !important;*/
    }

    .KendFltrCustm .k-toolbar span.k-dropdown .k-dropdown-wrap.k-state-default, .KendFltrCustm .k-toolbar span.k-dropdown .k-dropdown-wrap.k-state-hover,
    .KendFltrCustm .k-toolbar span.k-dropdown .k-dropdown-wrap.k-state-active {
        height: 18px;
    }

    .KendFltrCustm .k-toolbar span.k-dropdown .k-dropdown-wrap.k-state-focused {
        /*border-color: #102439 !important;*/
    }

    .KendFltrCustm .k-toolbar span.k-dropdown .k-dropdown-wrap.k-state-default span.k-input, .KendFltrCustm .k-toolbar span.k-dropdown .k-dropdown-wrap.k-state-default span.k-select {
        line-height: 15px;
        max-width: 90%;
    }

.KendFltrCustm .k-filter-toolbar-item.k-filter-value input[type='text'] {
    height: 20px;
}

    .KendFltrCustm .k-filter-toolbar-item.k-filter-value input[type='text']:focus {
        /*border-color: #102439;*/
    }

.KendFltrCustm .k-filter-toolbar-item.k-filter-value + .k-filter-toolbar-item > button.k-button {
    width: 20px;
    height: 20px;
    padding: 9px;
}

.KendFltrCustm .k-filter-toolbar-item.k-filter-value + .k-filter-toolbar-item .k-icon.k-i-close {
    width: auto !important;
    height: auto !important;
    min-width: 20px;
    min-height: 20px;
}

.KendFltrCustm .k-filter-toolbar-item.k-filter-value > label.k-checkbox-label {
    padding-left: 17.8px;
}

    .KendFltrCustm .k-filter-toolbar-item.k-filter-value > label.k-checkbox-label, .KendFltrCustm .k-filter-toolbar-item.k-filter-value > label.k-checkbox-label::before, .KendFltrCustm .k-filter-toolbar-item.k-filter-value > label.k-checkbox-label::after {
        /*box-shadow: none !important;*/
    }

        .KendFltrCustm .k-filter-toolbar-item.k-filter-value > label.k-checkbox-label::after {
            /*background: transparent !important;*/
        }

.KendFltrCustm .k-toolbar .k-filter-value + .k-filter-toolbar-item button.k-button[aria-label="Close"] {
    margin: 0px 0 0 4px;
}
.KendFltrCustm .k-filter-toolbar-item.k-filter-value .k-datetimepicker {
    width: 150px;
    margin: 0 0 3px 3px;
}
.KendFltrCustm .k-filter-toolbar-item .k-numeric-wrap.k-state-default, .KendFltrCustm .k-filter-toolbar-item .k-picker-wrap.k-state-default {
    /*background: none;
    border: #cbcaca solid 1px;
    box-shadow: none;
    border-radius: 0;*/
}

.KendFltrCustm .k-filter-toolbar-item .k-numeric-wrap.k-state-focused, .KendFltrCustm .k-filter-toolbar-item .k-picker-wrap.k-state-focused {
    /*border-color: #102439 !important;
    background: transparent !important;*/
}

.KendFltrCustm .k-filter-toolbar-item .k-numeric-wrap.k-state-default .k-select {
    width: 11px;
    height: 8px;
    line-height: normal;
    margin-right: 8px;
}

    .KendFltrCustm .k-filter-toolbar-item .k-numeric-wrap.k-state-default .k-select > .k-link {
        width: 15px;
        height: 10px;
    }

        .KendFltrCustm .k-filter-toolbar-item .k-numeric-wrap.k-state-default .k-select > .k-link > .k-icon {
            height: 10px !important;
        }

.KendFltrCustm .k-toolbar .k-filter-value > span.k-numerictextbox, .KendFltrCustm .k-toolbar .k-filter-value > span.k-datepicker, .KendFltrCustm .k-toolbar .k-filter-value > input[type='text'].k-textbox {
    margin: 0 0 3px 3px;
    width: 150px;
}

.KendFltrCustm .k-filter-toolbar-item .k-numeric-wrap.k-state-default > input[type='text'], .KendFltrCustm .k-filter-toolbar-item .k-numeric-wrap.k-state-default > input[type='text']:focus,
.KendFltrCustm .k-filter-toolbar-item .k-picker-wrap.k-state-default > input[type='text'], .KendFltrCustm .k-filter-toolbar-item .k-picker-wrap.k-state-default > input[type='text']:focus {
    /*border: none;*/
}

.KendFltrCustm .k-filter-toolbar-item .k-picker-wrap.k-state-default span.k-select {
    line-height: 18px;
}

.KendFltrCustm .k-filter-toolbar-item .k-picker-wrap.k-state-default {
    /*background: none;
    border: #cbcaca solid 1px;
    box-shadow: none;
    border-radius: 0;*/
}

.KendFltrCustm .k-toolbar .k-filter-value > span.k-datepicker {
    /*background-color: transparent;*/
}

.KendFltrCustm .k-filter-toolbar-item .k-picker-wrap input[type='text'].k-input {
    /*background-color: #fff;*/
}

.KendFltrCustm .k-filter-preview + button.k-button, .KendFltrCustm .k-filter-preview + button.k-button:hover, .KendFltrCustm .k-filter-preview + button.k-button:active {
    padding: 2px 15px;
    margin-right: 5px;
    line-height: 1.42857143;
    font-size: 11px;
    font-weight: normal;
    text-transform: none;
}

#settingFilterPartial .KendFltrCustm {
    font-size: 11px;
}

    #settingFilterPartial .KendFltrCustm .k-filter-preview + button.k-button:active, #settingFilterPartial .KendFltrCustm .k-filter-preview + button.k-button:hover {
        /*background-color: #f0f0f0;*/
    }

    #settingFilterPartial .KendFltrCustm .k-filter-preview + button.k-button,
    .KendFltrCustm .k-filter-preview + button.k-button {
        margin-left: 20px;
        /*background-color: #f0f0f0;*/
    }

#filterBlock1 .nav-item.active, #filterBlock1 .tab-pane.active {
    background-color: transparent;
    font-size: 12px;
}

#filterBlock1 .nav-item a.nav-link {
    text-decoration: none;
}

#filterBlock1 {
    height: 100%;
    -webkit-box-shadow: 0px 0 7px 0 #CFCFCF;
    box-shadow: 0px 0 7px 0 #CFCFCF;
}

#myTabContent {
    height: 80%;
}

#settingFilterPartial, .ag-DshfltrWrap {
    height: 100%;
}

.contentFltr {
    height: 50%;
}

    .contentFltr.FlHgt {
        height: 95%;
    }

    .contentFltr.fltrFormWrap {
        overflow: auto !important;
    }

        .contentFltr.fltrFormWrap::-webkit-scrollbar {
            width: 7px !important;
            height: 7px !important;
            -webkit-overflow-scrolling: auto;
        }

        .contentFltr.fltrFormWrap::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
            -webkit-border-radius: 10px !important;
            border-radius: 10px !important;
        }

        .contentFltr.fltrFormWrap::-webkit-scrollbar-thumb {
            -webkit-border-radius: 10px !important;
            border-radius: 10px !important;
            background: #c9c9c9 !important;
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important;
        }

            .contentFltr.fltrFormWrap::-webkit-scrollbar-thumb:window-inactive {
                background: #c9c9c9 !important;
            }

.collapsibleFltr {
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    margin-top: 5px;
    height: 20px;
    font-weight: 700;
    box-sizing: border-box;
}

    .collapsibleFltr > i {
        float: right;
        font-size: 12px;
    }

.contentFltr {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

#settingFilterPartial .collapsibleFltr:first-child {
    margin-top: 0px;
}

div.k-tooltip[id^="gridOnFilter"] {
    margin: 0px 10px 10px !important;
    -webkit-box-shadow: 0 0 10px 3px #CFCFCF;
    box-shadow: 0 0 10px 3px #CFCFCF;
    border: #0072c6 solid 1px;
    font-size: 11px;
    line-height: normal;
}

    div.k-tooltip[id^="gridOnFilter"] .k-callout {
        border-width: 10px;
        top: -21px;
        border-bottom-color: #0072c6;
    }

    div.k-tooltip[id^="gridOnFilter"] .k-list-scroller ul.k-list li.k-item {
        line-height: 20px;
        text-align: left;
    }

.fltrFormWrap .formGroup {
    overflow: hidden;
    margin-top: 3px;
    box-sizing: border-box;
}

    .fltrFormWrap .formGroup .customLabel {
        float: left;
        width: 47%;
        max-width: 135px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 5px;
        padding-right: 5px;
        font-weight: 700;
        box-sizing: border-box;
    }

    .fltrFormWrap .formGroup .fldWrap {
        float: left;
        width: 52%;
        max-width: 155px;
    }

        .fltrFormWrap .formGroup .fldWrap input, .fltrFormWrap .formGroup .fldWrap select {
            width: 100%;
            height: 18px;
            padding: 1px;
            outline: none;
        }

        .fltrFormWrap .formGroup .fldWrap select {
            height: 16px;
            padding: 1px 0;
            border-width: 1px;
            border-style: solid;
        }

        .fltrFormWrap .formGroup .fldWrap input[name="gColorPicker"] {
            padding: 3px;
        }

        .fltrFormWrap .formGroup .fldWrap input:focus, .fltrFormWrap .formGroup .fldWrap select:focus {
            /*border: #102439 solid 1px;
                box-shadow: none;*/
        }

.grpPnlHd {
    background-color: transparent;
    text-align: left;
    padding: 2px;
    margin: 0;
    height: 22px;
    font-size: 12px;
    font-weight: 700;
}

.task-filter-list .grpPnlHd {
    margin-top: 5px;
}

.grpPnlHdLft {
    float: left;
    padding-left: 2px;
}

.grpPnlHdRht {
    float: right;
}

    .grpPnlHdRht .btn-group button.GrpHdrBtn {
        outline: none;
        box-shadow: none;
        font-size: 12px;
        font-weight: normal;
        padding: 0px 8px;
    }

    .grpPnlHdRht .btn-group.open .dropdown-menu {
        padding: 0px !important;
        margin: 0;
    }

        .grpPnlHdRht .btn-group.open .dropdown-menu a:link,
        .grpPnlHdRht .btn-group.open .dropdown-menu a:visited {
            color: #000;
            padding: 2px 3px;
            font-size: 12px;
            font-weight: 500;
        }

        .grpPnlHdRht .btn-group.open .dropdown-menu a:hover {
            background: #f1f1f1;
        }

.FltrGrpDel {
    float: right;
    margin-right: 5px;
    box-sizing: border-box;
}

    .FltrGrpDel button.GrpHdrBtnCls {
        width: 15px;
        height: 15px;
        padding: 0;
        margin: 0;
        background: none;
        border: none;
        font-size: 15px;
        color: #ccc;
    }

.fldName {
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 13px;
}

.task-list {
    margin-top: 0px;
    background-color: transparent;
    padding-top: 0px;
    margin-bottom: 15px;
}

.FltrGrpWrap {
    overflow: hidden;
    padding: 5px;
    width: 100%;
    border-radius: 3px;
    box-sizing: border-box;
}

.InrPnlLft {
    float: left;
    width: 49%;
}

.InrPnlRht {
    float: right;
    width: 49%;
}

    .InrPnlLft select, .InrPnlRht select, .frmGrp.parentDLL select.ddlLimitFilter {
        height: 18px;
        width: 122px;
        outline: none;
        padding: 0 3px;
        border-width: 1px;
        border-style: solid;
    }

        .InrPnlLft select:focus, .InrPnlRht select:focus {
            outline: none;
            box-shadow: none;
        }

    .InrPnlLft label, .InrPnlRht label {
        font-weight: 700;
        font-size: 11px;
    }

.FltrGrpChk {
    padding-top: 7px;
    clear: both;
    font-size: 11px;
}

.task-list .task-list-item, .task-filter-list .task-list-item {
    cursor: move;
    padding: 0px;
    margin: 10px 0 0;
    border-radius: 6px;
}

#filterBlock1 {
    height: 100%;
    -webkit-box-shadow: -8px 0 8px 0 #CFCFCF;
    box-shadow: -8px 0 8px 0 #CFCFCF;
}

.task-list .highlight {
    border: #777 dashed 1px;
    padding: 0 !important;
    border-radius: 3px;
}

/*zoom size for Device compatibility CSS below*/

@media (pointer:coarse) and (max-width: 800px) and (orientation : portrait),(pointer:coarse) and (max-width: 1280px) and (orientation : landscape) {
    .dataColumn.noline-wrap > .form-group, .dataColumn.noline-wrap > .form-border > .form-group, .dataColumn.noline-wrap > .tabcontent > .form-group {
        padding-bottom: 10px;
    }

    ul.topActionHead li {
        padding: 4px 5px 2px 1px;
    }

        ul.topActionHead li i.k-icon {
            width: 20px !important;
            height: 20px !important;
            font-size: 20px;
            right: -2px;
            /*vertical-align:bottom;*/
        }

    .docActions ul.topActionHead li.txtHide .onoffswitch {
        width: 22px;
    }

    label.onoffswitch-label i.k-icon {
        margin: 0 4px 0 0;
        right: -4px !important;
    }

    .FltrBtnsCover > .btn i.k-icon {
        width: 20px !important;
        height: 20px !important;
        font-size: 20px;
    }

    body {
        font-size: 1.5em;
    }

    .login-form-wrap .input-group input.form-control {
        font-size: 1.5em !important;
    }

    .lblNewCls {
        height: 1.5em;
        font-size: 1.5em;
    }

    ul.topActionHead li {
        margin: 0px 0.7em 0 0px;
        height: 2em;
    }

        ul.topActionHead li img {
            width: 1.5em;
            height: 1.5em;
        }

    .docActions p {
        font-size: 1.4em;
    }

    ul.topActionHead li.actionbox input[type="text"].form-control {
        height: 1.5em;
        font-size: 1.2em;
    }

    .custom-label {
        font-size: 1.3em;
        float: none !important;
    }

    .form-control {
        height: 1.5em;
    }

    #lftNewmenuslide {
        font-size: 24px !important;
        margin: 0px !important;
        display: table;
        line-height: normal !important;
    }

    .LogIconCls i#iMenu {
        min-width: 35px;
        padding-top: 8px;
    }

    .kendodatetimepicker.form-control {
        height: 2.1em;
    }

    input, select, textarea {
        font-size: 1.3em !important;
    }

    .tabcontent select, .customized-form-wrap select {
        height: 1.5em;
    }

    .htmMxDrpWrap select {
        font-size: 1em !important;
    }

    .grdTtlSrch .clearable input[type=text] {
        font-size: 0.8em !important;
        height: auto !important;
    }

    .grid-title .clearable input[type=text] {
        font-size: 0.5em !important;
    }

    .modal-content p#pHeader {
        font-size: 1.4em;
        line-height: 2.2em;
        min-height: 1.97em;
    }

    .grid-title {
        font-size: 1.4em;
    }

        .grid-title .glyphicon.dftClsGlph {
            font-size: 1em;
            margin-right: 5px;
        }

    label.onoffswitch-label {
        width: 4.5em;
        font-size: 1.4em;
        background-position-x: 4px;
        background-position-y: 3px;
    }

    ul.topActionHead label[for='chkShowHide'] {
        font-size: 1.2em;
    }

    .k-pager-wrap .k-icon, .k-pager-wrap .k-tool-icon {
        font-size: 1.5em !important;
    }

    .genericfrm-gridWrap .k-pager-wrap, #dynamickendoMyGrid .k-pager-wrap {
        font-size: 1.5em !important;
        max-height: 3em !important;
    }

        .genericfrm-gridWrap .k-pager-wrap .k-icon, #dynamickendoMyGrid .k-pager-wrap .k-icon {
            width: 2em !important;
            height: 1em !important;
        }

    .km-pane-wrapper .k-pager-nav + .k-pager-nav ~ .k-pager-nav {
        top: -1px;
    }

    .k-webkit .k-pager-numbers .k-current-page .k-link {
        line-height: 1.564em !important;
    }

    .k-webkit .km-pane-wrapper .k-grid .k-pager-numbers, .k-webkit .km-pane-wrapper .k-pager-numbers {
        left: 30% !important;
    }

    .km-pane-wrapper .k-pager-numbers .k-link, .km-pane-wrapper .k-pager-wrap > .k-link, .km-pane-wrapper .k-pager-wrap > .k-pager-info {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .k-pager-wrap .k-pager-numbers-wrap select.k-dropdown {
        font-size: 0.8em !important;
        height: 1.9em;
    }

    .k-pager-wrap .k-pager-input .k-textbox {
        font-size: 0.8em !important;
        height: 1.5em;
    }

    .xGrdEdtLbl {
        width: auto !important;
        height: auto !important;
    }

    .genericfrm-gridWrap .k-pager-wrap .k-pager-numbers {
        left: 20% !important;
    }

    .genericfrm-grid ul.k-pager-numbers .k-current-page {
        height: auto !important;
    }

    .genericfrm-gridWrap .k-pager-numbers + .k-link {
        margin-left: 11.4em;
    }

    .genericfrm-grid .k-toolbar.k-grid-toolbar {
        height: auto !important;
    }

    .cstm-droplist .k-dropdown-wrap.k-state-default, .cstm-droplist .k-dropdown-wrap.k-state-default:focus,
    .cstm-droplist .k-dropdown-wrap.k-state-default:hover, .cstm-droplist .k-dropdown-wrap.k-state-default:active {
        font-size: 1.5em !important;
        min-height: 1.4em !important;
    }

    .srchfrmTopCntrl .cstm-droplist .k-dropdown-wrap.k-state-default, .srchfrmTopCntrl .cstm-droplist .k-dropdown-wrap.k-state-default:focus,
    .srchfrmTopCntrl .cstm-droplist .k-dropdown-wrap.k-state-default:hover, .srchfrmTopCntrl .cstm-droplist .k-dropdown-wrap.k-state-default:active {
        font-size: 0.9em !important;
    }

    .k-animation-container.mblFixCls {
        width: 95% !important;
    }

    .ajaxcombo .k-dropdown-wrap .k-input {
        line-height: 1.4em !important;
    }

    .cstm-droplist .k-icon.k-i-arrow-60-down {
        width: 2em !important;
        height: 2em !important;
        font-size: 1.2em;
    }

    .kendo-dropdown-cstm .k-list-optionlabel {
        font-size: 1.6em;
    }

    .srchFrmAjxCmb.kendo-dropdown-cstm .k-list-optionlabel {
        font-size: 1em;
    }

    span.k-list-filter input.k-textbox {
        height: 1.4em !important;
        max-height: 1.4em !important;
    }

    .aln-vlu-wrap .aln-vlu {
        font-size: 1.7em;
    }

    .HdrTmplt.aln-vlu-wrap .aln-vlu {
        font-size: 1.3em;
    }

    .srchFrmAjxCmb .HdrTmplt.aln-vlu-wrap .aln-vlu {
        font-size: 1.1em;
    }

    .srchFrmAjxCmb .k-list-filter {
        font-size: 1em !important;
    }

    .fltr-btns-wrap .k-icon {
        font-size: 1.3em;
        width: 25px !important;
        height: 25px !important;
    }

    .lblVF {
        font-size: 1.5em !important;
    }

    .fileCntlrBtn .divUploadLnk span.glyphicon, .fileCntlrBtn .delLnk span.glyphicon {
        font-size: 1.6em;
        top: 4px;
    }

    span.frm-srch-btn, span.frm-arw-btn, span.frm-arw-down-btn {
        width: 1.1em !important;
        height: 1.1em !important;
    }

    span.frm-del-btn {
        width: 1.2em !important;
        height: 1.2em !important;
    }

        span.frm-del-btn > i.k-icon {
            right: -2px !important;
            top: -3px !important;
            font-size: 20px !important;
        }

    span.frm-srch-btn > i.k-icon, span.frm-arw-btn > i.k-icon, span.frm-arw-down-btn > i.k-icon {
        font-size: 13px;
    }

    .matrixcheckbox.k-multiselect .k-multiselect-wrap li {
        font-size: 1.4em !important;
        line-height: 1.2em;
    }

    .radio-inline, .checkbox-inline {
        font-size: 1.4em;
    }

    .inner.tilewrap {
        font-size: 1.4em;
    }

        .inner.tilewrap span, .inner.tilewrap a span {
            font-size: 1.4em;
        }

    .small-box-footer {
        font-size: 1.4em;
    }

    #tabAccord li a, #tabAccord li div.tablinks {
        font-size: 1.5em !important;
    }

    .cke_editable {
        font-size: 1.2em !important;
    }

    .bottomless-content p#pHeader {
        font-size: 1.4em;
        padding: .7em 0;
    }

    footer .ftr-in-bg p {
        font-size: 1.2em;
    }

    footer p span.versn {
        font-size: 0.85em;
    }

    .pivot-btn-set button.btn-sngl {
        font-size: 1em;
    }

    .qinfo-container.tkt-wrap {
        min-height: 60px;
    }

    .pages-mainHead .dropdown.usr-prfl .btn-primary {
        font-size: 1.3em;
    }

    span#lftNewmenuslide a.anchMenu {
        text-decoration: none;
    }

    .RhtFltrPnl.gnrlPnl {
        font-size: 1.3em;
    }

    .RhtFltrPnl .settingHeading {
        font-size: 16px;
        height: 2em;
        line-height: 1.7em;
    }

    .RhtFltrPnl ul#myTab li a {
        font-size: 1.1em;
    }

    .FltrBtnsCover > .btn, .FltrBtnsCover > .btn:active, .FltrBtnsCover > .btn:focus {
        width: 1em;
        height: 1em;
        margin: 0 0 0 0.5em;
        font-size: 1.7em;
    }

    .RhtFltrPnl .settingHeading .closeFilter {
        background-position: -75px;
        width: 1.6em;
        height: 1.6em;
        margin-top: 3px;
        /*background-size: cover;*/
    }

    .RhtFltrPnl.ag-RhtFltrPnl .settingHeading .closeFilter i.k-icon {
        display: block !important;
        font-size: 28px;
        width: 22px !important;
        height: 20px !important;
        top: 3px;
        left: -1px;
    }

    .FltrBtnsCover > .btn > img {
        width: 1.1em;
        height: 1.1em;
    }

    #divSFGear ul.dropdown-menu li:first-child a {
        font-size: 20px !important;
    }

    .collapsibleModif {
        height: auto !important;
    }

        .collapsibleModif > i {
            font-size: 1em !important;
            line-height: 1.3em !important;
        }

    .grpPnlHd, .grpPnlHdRht .btn-group button.GrpHdrBtn,
    .grpPnlHdRht .btn-group.open .dropdown-menu a:link, .grpPnlHdRht .btn-group.open .dropdown-menu a:visited,
    .grpPnlHdRht .btn-group.open .dropdown-menu, .fldName, .InrPnlLft label, .InrPnlRht label, .FltrGrpChk {
        font-size: 1em !important;
    }

    .fltrFormWrap .formGroup .fldWrap input, .fltrFormWrap .formGroup .fldWrap select, .InrPnlLft select, .InrPnlRht select {
        height: 1.4em !important;
    }

    #modifFormSubmit {
        font-size: 1.05em !important;
    }

    .task-filter-list .grpPnlHd {
        margin-top: 5px;
    }

    .task-list .task-list-item, .task-filter-list .task-list-item {
        margin-top: 1em !important;
    }

    .customized-form-wrapPop {
        line-height: 27px;
    }

        .customized-form-wrapPop .cstmLbl {
            font-size: 16px;
        }

    .KendFltrCustm.k-filter .k-toolbar span[value="and"].k-button, .KendFltrCustm.k-filter .k-toolbar span[value="or"].k-button {
        padding: 5px 6px;
        font-size: 1.4em;
        height: 38px;
    }

    .KendFltrCustm .k-filter-toolbar-item > button.k-button {
        width: 3.5em;
        height: 3.5em;
        padding: 5px;
    }

    .KendFltrCustm .k-icon.k-i-filter-add-group, .KendFltrCustm .k-icon.k-i-filter-add-expression {
        width: 25px !important;
        height: 25px !important;
        font-size: 2em;
    }

    .KendFltrCustm .k-filter-container .k-icon.k-i-close {
        font-size: 2em;
        width: 1em !important;
    }

    .KendFltrCustm .k-filter-preview + button.k-button, .KendFltrCustm .k-filter-preview + button.k-button:hover, .KendFltrCustm .k-filter-preview + button.k-button:active {
        font-size: 16px;
    }

    .KendFltrCustm .k-filter-toolbar-item.k-filter-field, .KendFltrCustm .k-filter-toolbar-item.k-filter-operator { /*width: 100%*/
    }

    .KendFltrCustm .k-toolbar span.k-dropdown {
        width: 200px !important;
        font-size: 1.6em;
    }

        .KendFltrCustm .k-toolbar span.k-dropdown .k-dropdown-wrap.k-state-default, .KendFltrCustm .k-toolbar span.k-dropdown .k-dropdown-wrap.k-state-hover, .KendFltrCustm .k-toolbar span.k-dropdown .k-dropdown-wrap.k-state-active {
            height: 30px;
        }

            .KendFltrCustm .k-toolbar span.k-dropdown .k-dropdown-wrap.k-state-default span.k-input, .KendFltrCustm .k-toolbar span.k-dropdown .k-dropdown-wrap.k-state-default span.k-select {
                line-height: 1.5em;
            }

                .KendFltrCustm .k-toolbar span.k-dropdown .k-dropdown-wrap.k-state-default span.k-select .k-icon.k-i-arrow-60-down {
                    font-size: 1.2em;
                }

    .KendFltrCustm .k-filter-toolbar-item.k-filter-value input[type='text'] {
        height: 30px;
        font-size: 1.7em !important;
        margin-top: 0.1em;
    }

    .KendFltrCustm .k-filter-toolbar-item .k-numeric-wrap.k-state-default .k-select {
        width: auto;
        height: auto;
    }

        .KendFltrCustm .k-filter-toolbar-item .k-numeric-wrap.k-state-default .k-select > .k-link {
            width: auto;
            height: auto;
        }

            .KendFltrCustm .k-filter-toolbar-item .k-numeric-wrap.k-state-default .k-select > .k-link > .k-icon {
                height: 15px !important;
                font-size: 1.8em;
            }

    .KendFltrCustm .k-filter-toolbar-item.k-filter-value + .k-filter-toolbar-item > button.k-button {
        width: 3em;
        height: 3em;
    }

        .KendFltrCustm .k-filter-toolbar-item.k-filter-value + .k-filter-toolbar-item > button.k-button > .k-icon.k-i-close {
            font-size: 2em;
            width: 1em !important;
        }

    .KendFltrCustm .k-filter-toolbar-item .k-picker-wrap.k-state-default .k-icon.k-i-calendar {
        font-size: 1.95em;
        width: 1.5em !important;
        height: 1.5em !important;
    }

    .k-filter .k-filter-preview {
        font-size: 1.6em;
    }

    #dynamicTable > .TreeOuter span.k-in, .componentCore > .TreeOuter span.k-in {
        font-size: 1.4em;
    }

    .treeviewDynamic .k-checkbox-wrapper input.k-checkbox {
        width: 1em !important;
        height: 1em !important;
    }

    .treeviewDynamic .k-group.k-treeview-lines .k-icon.k-i-expand, .treeviewDynamic .k-group.k-treeview-lines .k-icon.k-i-collapse {
        font-size: 2em !important;
    }

    .treeviewDynamic .k-checkbox-wrapper {
        margin-right: 0.6em;
        margin-left: 0.6em;
    }

    .bottomless-content .close.popclose, .modal-content .k-header.popclose {
        width: 30px;
        height: 30px;
        margin: 4px 8px 0 0;
    }

        .bottomless-content .popclose i.k-icon.k-i-close, .modal-content .k-header.popclose i.k-icon.k-i-close {
            width: 27px !important;
            height: 27px !important;
            margin-top: 1px;
            margin-left: 1px;
            font-size: 20px;
        }

    .subWindow .modal-content {
        width: 90% !important;
        max-height: 83vh !important;
        min-height: unset !important;
        overflow: auto;
    }

    .fld-wrap.dtMxFldWrap .rHFrameMixBody .MltVlCpt {
        font-size: 1.3em;
        width: 100%;
        padding: 0;
    }

        .fld-wrap.dtMxFldWrap .rHFrameMixBody .MltVlCpt + .col-xs-6 {
            width: 100%;
        }

    .fld-wrap.dtMxFldWrap .rHFrameMixBody .MVButtons {
        width: 100%;
    }

    .fld-wrap.dtMxFldWrap .rHFrameMixBody {
        /*flex-flow: column-reverse;*/
        /*padding-left: 8px;*/
    }

    .fld-wrap.dtMxFldWrap .MVButtons .mvAdd,
    .fld-wrap.dtMxFldWrap .MVButtons .mvDelete
    .fld-wrap.dtMxFldWrap .MVButtons .mvFlip {
        width: 25px !important;
        height: 25px !important;
        background-size: contain;
    }
    /* To make data entry from controls 100% in Tab & mobile devices start */
    .noline-wrap .form-group {
        /*display: block;*/
        display: grid;
    }

        .noline-wrap .form-group.noline-style {
            display: block;
            width: 100% !important; /* Remove margin zero  , field margin */
        }

        .noline-wrap .form-group.noline-last {
            display: block;
            width: 100% !important; /* Remove margin zero  , field margin */
        }

        .noline-wrap .form-group .custom-label {
            display: block;
        }

        .noline-wrap .form-group > div {
            display: block !important;
        }

            .noline-wrap .form-group > div.tblcmbpopOut {
                display: none !important;
            }

                .noline-wrap .form-group > div.tblcmbpopOut.tblcombo-popup {
                    display: block !important;
                }

    .dataColumn input, .dataColumn select, .k-widget.k-dropdown.cstm-droplist, .cstm-datepick,
    .matrixcheckbox.k-multiselect, .fld-wrap textarea, textarea.editor + [id*="cke_"], .jqte,
    .dataColumn .sp-replacer, .dataColumn .lblNewCls, .datetimerange, .cstm-Hrztl-slider {
        width: 100% !important;
    }

    .mblVwPlsIcn .k-widget.k-dropdown.cstm-droplist, .tlTpJn .k-widget.k-dropdown.cstm-droplist {
        width: 94% !important;
    }

    .mblVwPlsIcn.tlTpJn .k-widget.k-dropdown.cstm-droplist {
        width: 86% !important;
    }

    .mblVwPlsIcn span.frm-srch-btn.ag-frm-srch-btn {
        padding: 0.4em;
        display: inline-table !important;
    }

    .mblVwPlsIcn span.frm-srch-btn > i.k-icon {
        font-size: 1.4em;
    }

    .mblVwPlsIcn .tlTpInfo > .k-icon, .tlTpJn .tlTpInfo > .k-icon, .tlTpMblVw .tlTpInfo > .k-icon, .tlTpJn .tlTpInfo > .k-icon,
    .drag-wrap-list.tlTpMblVw + .tlTpInfo > .k-icon {
        width: 1em !important;
        height: 1em !important;
        font-size: 2.4em;
    }

    .drag-wrap-list.tlTpMblVw + .tlTpInfo {
        width: 10%;
    }

    .dataColumn input[type="checkbox"], .dataColumn input[type="radio"] {
        width: auto !important;
    }

    .dataColumn input.commandButton {
        width: auto !important;
    }

    .dataColumn .sp-preview {
        width: 94% !important;
    }

    .dataColumn .sp-dd {
        margin-left: .51em;
    }

    .tlTpMblVw .form-control, .tlTpMblVw > .combobox, .tlTpMblVw .sp-replacer,
    .tlTpMblVw textarea.editor + [id*="cke_"], .tlTpMblVw label.QLable, .tlTpMblVw .jqte,
    .tlTpMblVw .cstm-Hrztl-slider {
        width: 94% !important;
    }

    .tlTpMblVw .matrixcheckbox.k-multiselect {
        width: 92% !important;
    }

    .tlTpMblVw .sp-replacer .sp-preview {
        width: 93% !important;
    }

    .dataColumn .tlTpMblVw .lblNewCls {
        width: 93% !important;
    }

    .datetimerange .k-datepicker, .datetimerange .k-timepicker, .datetimerange .k-numerictextbox {
        display: block !important;
        height: auto;
        margin-bottom: 4px;
    }

    .datetimerange .k-timepicker, .datetimerange .k-numerictextbox,
    .datetimerange.Tltpalgn .k-timepicker, .datetimerange.Tltpalgn .k-numerictextbox {
        width: 49.5% !important;
        display: inline-block !important;
    }

    .datetimerange.Tltpalgn + .tlTpInfo {
        margin-left: -30px !important;
    }

    span.k-numerictextbox.ag-cstm-datepick .k-numeric-wrap.k-state-default > .k-select .k-link {
        height: 1.2em !important;
    }

    .datetimerange .timerDisplay {
        width: 44% !important;
        display: inline-block !important;
    }

    .datetimerange .timerBtn {
        font-size: 1em;
        padding: .41em;
        border-radius: 1.5em;
    }

    .daterange {
        width: 100% !important;
    }

    .daterange-dropdown-wrap .daterange .k-textbox-container, .daterange-dropdown-wrap.less-xWdt .daterange .k-textbox-container, .daterange-dropdown-wrap.hasnoCmbBx .daterange .k-textbox-container {
        width: 100% !important;
    }

    .daterange .k-textbox-container {
        padding-top: 25px;
    }

        .daterange .k-textbox-container:first-child + span {
            width: 0;
            display: block;
            height: 10px;
        }

    .fld-wrap.tlTpMblVw .daterange > .k-textbox-container:nth-child(3n) {
        /*width: 90% !important;*/
    }

    .daterange-dropdown-wrap {
        max-width: initial !important;
        display: block;
    }

    .daterange .k-textbox-container .k-dateinput, .daterange .k-textbox-container .k-dateinput input {
        width: 100% !important;
        display: block;
    }

    .daterange .k-textbox-container > .k-label {
        font-size: 1.6em;
        line-height: .90em;
    }

    .daterange-dropdown-wrap label.dt-rng-fltr {
        font-size: 1.2em;
    }

    .daterange-dropdown-wrap .daterange-combobox-wrap, .daterange-dropdown-wrap.less-xWdt .daterange-combobox-wrap, .daterange-dropdown-wrap.hasnoCmbBx .daterange-combobox-wrap,
    .daterange-dropdown-wrap.less-xWdt .daterange, .daterange-dropdown-wrap.hasnoCmbBx {
        width: 100% !important;
    }

    .fld-wrap.tlTpMblVw .daterange-dropdown-wrap {
        width: 90% !important;
    }

    .daterange-dropdown-wrap select.combobox, .daterange-dropdown-wrap.less-xWdt select.combobox {
        margin-bottom: 0.6em;
    }

    .LblforCmndBtn {
        height: 0;
    }

    .tx-editor textarea.expandable + span.tlTpInfo {
        top: 35px;
        position: relative;
        right: 0px;
    }

    .noline-wrap .form-group .custom-label.LblforDrg {
        min-width: initial !important;
    }

    /*Drop field align with tooltip icon below*/
    .form-group.MblvwWrpDrgDrp {
        display: block;
    }

        .form-group.MblvwWrpDrgDrp .DrgWrpCls.tlTpMblVw {
            float: left;
        }

    .ag-Nwsrch-Btns {
        display: flex !important;
        height: 30px !important;
    }

    /*.ColumnCenter {
    width: 100%!important;
    }*/
    /* To make data entry from controls 100% in Tab & mobile devices end */
}

@media only screen and (max-width: 767px) {
    .fld-wrap.dtMxFldWrap .rHFrameMixBody .MVContent > .row > div.col-xs-12 {
        float: none;
    }
}

@media (pointer:coarse) and (max-width: 600px) {
    .genericfrm-gridWrap .k-pager-wrap, #dynamickendoMyGrid .k-pager-wrap {
        font-size: 1.1em !important;
    }

    footer .ftr-in-bg {
        padding: 2px 0 17px;
    }

    .TchSCrnLogoBg {
        margin: 3% auto 5%;
    }

    .powerBydiv {
        bottom: -20px;
    }

    .customized-form-wrapPop .cstmLbl {
        font-size: 1.3em;
        font-weight: 700;
    }

    .customized-form-wrapPop .frmGrp {
        margin-bottom: 10px;
    }

    span.switchExtn {
        width: 100% !important;
        font-size: 1.3em;
    }

    .tlTpMblVw span.switchExtn {
        width: 93% !important;
        float: left;
    }

    span.switchExtn .k-switch-container {
        height: 1.4em;
        font-size: 1em;
    }

    span.switchExtn .k-switch-label-off, span.switchExtn .k-switch-label-on {
        height: 1.4em;
        line-height: 1.5em;
    }

    span.switchExtn .k-switch-handle {
        width: 1.1em;
        height: 1.1em;
        top: -5px;
    }

    span.switchExtn.k-switch-on .k-switch-handle {
        left: calc(100% - 1.2em);
    }

    .mntry-line.swtc-mntry {
        top: 0px !important;
    }
}

@media (pointer:coarse) and (max-width: 500px) {
    .customized-form-wrapPop .frmGrp {
        margin-bottom: 10px;
    }

        .customized-form-wrapPop .frmGrp .cstmLbl, .customized-form-wrapPop .frmGrp .fldWrp {
            display: block;
            width: 100%;
        }

    .customized-form-wrapPop .cstmLbl {
        font-size: 1.3em;
        font-weight: 700;
    }

    .customized-form-wrapPop .frmGrp.fltLft {
        width: 55%;
    }

    .customized-form-wrapPop .frmGrp.fltRht {
        width: 40%;
    }

    .customized-form-wrapPop .cstmLbl.txtRht {
        text-align: left !important;
        margin-right: 0px;
    }

    .customized-form-wrapPop .dataColumn .fldWrp select, .customized-form-wrapPop .dataColumn .fldWrp input[type='text'] {
        font-size: 1.3em !important;
        padding: 2px;
        height: 1.5em;
    }

    .customized-form-wrapPop .cstmLbl.btnLblCvr {
        display: none;
    }

    .mblVwPlsIcn .k-widget.k-dropdown.cstm-droplist, .tlTpJn .k-widget.k-dropdown.cstm-droplist {
        width: 90% !important;
    }

    .mblVwPlsIcn.tlTpJn .k-widget.k-dropdown.cstm-droplist {
        width: 79% !important;
    }

    .tlTpMblVw .form-control, .tlTpMblVw > .combobox, .tlTpMblVw .sp-replacer,
    .tlTpMblVw textarea.editor + [id*="cke_"], .tlTpMblVw label.QLable, .tlTpMblVw .jqte,
    .tlTpMblVw .cstm-Hrztl-slider {
        width: 90% !important;
    }

    .dataColumn .tlTpMblVw .lblNewCls {
        width: 89% !important;
    }

    .tlTpMblVw .matrixcheckbox.k-multiselect {
        width: 89% !important;
    }

    .tlTpMblVw .sp-replacer .sp-preview {
        width: 90% !important;
    }

    .datetimerange .timerDisplay {
        width: 40% !important;
    }
}

/*zoom size for Device compatibility CSS above*/

/*::-webkit-scrollbar {
    width: 12px !important;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
}

::-webkit-scrollbar-thumb {
    background: color($colors,orange) !important;
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #41617D !important;
    }

.full-height {
    height: 100%;
}*/

.command-buttons {
    /*padding-bottom: 30px;*/
}

.displayBlock {
    display: block;
}

.displayInlineBlock {
    display: inline-block;
}

.displayNoneImportant {
    display: none !important;
}

.displayInlineFlexImportant {
    display: inline-flex !important;
}

.k-widget.k-tooltip {
    /*background: white !important;*/
    border-style: solid;
    border-width: 1px;
}

    .k-widget.k-tooltip .k-callout-w {
        /*left: -21px;
    margin-top: -10px;*/
    }

.k-callout.k-callout-w {
    /*border-width: 10px;*/
}

.ajax-input-loading {
    /*background-image: url("../images/page-loader.gif");
    background-size: 15px 15px;
    background-position: right center;*/
    background-image: url("../images/loader-vert.gif");
    background-size: 10px 10px;
    background-position: 98% center;
    background-repeat: no-repeat;
}

.LoadingFrameContent {
    background-image: url("../images/loader-vert.gif");
    background-repeat: no-repeat;
    background-position-x: 50%; 
    background-position-y: 10%; 
}
 
/*.MV-addNew-Btn {
    width: 150px;
    background-color: #fff;
    border-radius: 4px;
    color: #000;
    padding: 3px;
    margin: 0 0 10px 12px;
    border: 2px solid #0072c6;
    -webkit-box-shadow: 4px 5px 0 0 #0072c6;
    box-shadow: 4px 5px 0 0 #0072c6;
    text-align: center;
    cursor: pointer;
}
    .MV-addNew-Btn .glyphicon-plus {
        margin-right: 5px;
        color: #0072c6;
    }*/
.DefFrameMix.LoadingFrame {
    margin-left: 12px;
}
.MV-addNew-Btn-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    min-width: 152px;
    margin: 0 0 10px 12px;
}

.MV-addNew-Err-Btn {
    border: 2px solid red !important;
    -webkit-box-shadow: 4px 5px 0 0 red !important;
    box-shadow: 4px 5px 0 0 red !important;
}

.MV-addNew-Btn {
    width: calc(100% - 30px);
    min-width: 150px;
    background-color: #fff;
    border-radius: 4px;
    color: #555;
    padding: 3px;
    margin: 0;
    border: 2px solid #0072c6;
    -webkit-box-shadow: 4px 5px 0 0 #0072c6;
    box-shadow: 4px 5px 0 0 #0072c6;
    text-align: center;
    cursor: pointer;
}

    .MV-addNew-Btn .glyphicon-plus {
        margin-right: 8px;
        color: #0072c6;
    }

.MV-addNew-Btn-wrap .MV-addNew-Btn-require {
    border-left: red solid 2px;
    width: 1px;
    min-height: 26px;
    margin-right: 2px;
}
.iconImgSrc {
    vertical-align: unset !important;
}

.overlayTop {
    background: grey;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    top: 0;
    left: 0;
    position: absolute;
    padding: 0;
    transition: opacity .5s;
    z-index: 200;
    margin: 0px;
}

.k-button.k-filter {
    display: none;
}

label.QLable, label.QLable:hover {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 11px;
    padding: 1px 2px 1px 5px;
    border: 1px solid #c0c0c0;
    background: rgb(192, 192, 192);
    margin-bottom: 0;
    line-height: 14px;
    color: #000;
    box-shadow: none;
    -webkit-box-shadow: none;
}

a.anchMenu, a.anchMenu:link, a.anchMenu:active, a.anchMenu:visited, a.anchMenu:hover {
    color: inherit;
    text-decoration: underline;
}

.divHEAD {
    /*color:white;
    background:grey;*/ /*Moved to agiline-custom.css file*/
}

.anchHEAD {
    cursor: pointer;
}

.k-grid tr {
    height: 16px;
}

.k-animation-container.TooltpMrgnLft {
    margin-left: 10px !important;
}

.k-animation-container.TooltpMrgnTop {
    margin-top: 10px !important;
}

.k-animation-container.TooltpMrgnRht {
    margin-left: -10px !important;
}

.k-animation-container.TooltpMrgnBtm {
    margin-top: -10px !important;
}

.k-filter-menu-container .k-picker-wrap.k-state-default {
    width: 100%;
}

.panel-default {
    border: none !important
}

.clearable {
    position: relative;
    display: inline-block;
}

    .clearable input[type=text] {
        padding-right: 24px;
        /*width: 100%;*/
        box-sizing: border-box;
    }

.clearable__clear {
    display: none;
    color: #444;
    position: absolute;
    right: 0;
    top: 1px;
    padding: 0 6px;
    font-style: normal;
    font-size: 1.2em;
    user-select: none;
    cursor: pointer;
}

.clearable input::-ms-clear { /* Remove IE default X */
    display: none;
}

tr.k-footer-template > td {
    line-height: 0px;
}

.k-pager-input .k-textbox {
    border: 1px solid #c0c0c0;
}
/*.grid-valign {
    vertical-align: top !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}*/

.borderext-hide-shadow {
    box-shadow: none !important;
    border: none !important;
    margin-top: 0 !important;
    margin-left: 6px !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.fld-wrap .borderext-hide-shadow.form-border div[class^="col-"] {
    padding-left: 2px;
}

.fld-wrap.dtMxFldWrap .MVContent .borderext-hide-shadow.form-border {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.div-section {
    background: cornsilk;
    height: 20px;
    padding-left: 5px;
}

.prop-main {
    margin-top: 2px;
    display: grid;
}

.prop-divider.boxcontainer {
    display: flex;
    margin-top: 5px;
}

.boxcontainer .box {
    width: 100%;
    padding-left: 0px !important;
}

.text-right {
    text-align: right;
}
 
@media only screen and (max-width: 250px) {
    .fld-wrap.dtMxFldWrap .rHFrameMixBody {
        flex-direction: column-reverse;
    }
}

/* Safari 7.1+ iphone*/
_::-webkit-full-page-media, _:future, :root .customized-form-wrap input.k-textbox {
    line-height: 1.5em !important;
}

_::-webkit-full-page-media, _:future, :root label.onoffswitch-label i.k-icon {
    margin-top: -6px;
}
