@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%;
}

.chart {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.form-group .chart {
    margin-left: 0;
}

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;
}
form.lgnfrm{
    display: flex;
align-items:center;
justify-content: space-between;
height: 100%;
flex-direction: column;
}
/* Set width on the form input elements since they're 100% wide by default */
.login input,
.login select,
.login textarea {
    max-width: 350px;
}
.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;
    border: none !important;
    font-weight: normal;
    letter-spacing: .5px;
    outline: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.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;
        color: #fff;
        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;
    border-bottom: #ccc solid 1px;
    color: #264767;
    padding-top: 10px;
    padding-left: 10px;
}

.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;
}

.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);
}

.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;
    height: auto;
}
.login-form-wrap .frgt-wrap{
    display:flex;
    justify-content:center;
    padding:5px;
    margin-top:8px
}
.login-form-wrap .frgt-wrap a:link,.login-form-wrap .frgt-wrap a:visited {
color:#555;
text-decoration:none;
margin:0 5px
}
.login-form-wrap .frgt-wrap a:hover{
text-decoration:underline;
}
.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;
    }

.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='submit'], .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;
    color: #fff;
    padding: 10px 0px;
}

    footer.dflt-ftr {
        padding: 0;
    }

    footer .ftr-in-bg {
        padding: 9px 0 10px;
        background: #0072c6; /*#0095d4 #1167a6 #2a3f54;*/ /* Sharepoint Bg color theme */
    }

        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;
}

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*/;
}

    .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 {
        border: #cbcaca solid 1px;
        border-radius: 0;
        box-shadow: none;
        /*padding: 0px 2px;*/
        padding: 2px;
        /*min-width: 115px !important;
        max-width: 100% !important;*/
        /*max-width: 500px !important;*/ /* Width maintain un-controlled */
    }

    .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;
    }

.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;
    }

@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;
    }
}

.tabcontent input:focus, .tabcontent textarea:focus, .tabcontent select:focus,
.customized-form-wrap input:focus, .customized-form-wrap textarea:focus, .customized-form-wrap select:focus {
    border: #102439 solid 1px;
    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 !important;
}

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;*/
}
/* 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: 2px 0 0;
    font-size: 11px;
    cursor: pointer;
}

.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;
}*/

.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*/
}

/* 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%;
}

/* Copied from index page end */

.topMenu {
    /*position: relative;*/
    z-index: 3000;
}

.taskBarDiv {
    position: absolute;
    /*width: 83%;*/
    height: 30px;
}

.mainContent {
    width: 84%;
    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;
    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);
}

.anchTMLi {
    margin: 5px;
}

/* Top bar style start */

.pages-mainHead {
    background: #0072c6 !important; /*#1167a6;*/ /* Sharepoint Bg color theme */
    /*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: #1167a6 #264767*/
    padding: 3px 10px;
    color: #fff;
    position: relative;
    /*z-index: 9999;
    z-index: 3000;*/
    z-index: 2003;
}

    .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 {
        background: #efefef !important;
        border: none;
        color: #264767 !important;
        font-size: 13px;
        padding: 2px 8px;
    }

        .pages-mainHead .btn-primary:focus, .pages-mainHead .btn-primary:active, .pages-mainHead .btn-primary:visited {
            background: #efefef;
            color: #264767;
        }

    .pages-mainHead .usr-prfl.dropdown {
        float: left;
    }

    .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;
        background: #efefef;
        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 {
                color: #264767;
                padding: 6px;
            }

                .pages-mainHead .dropdown ul.dropdown-menu li a:hover {
                    background: none;
                    color: #5a7a99;
                }

                .pages-mainHead .dropdown ul.dropdown-menu li a i {
                    margin-right: 5px;
                }

/* 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;
}



@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;
}

@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 {
        border: none;
        margin-right: 0px;
        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 input {
            width: 100% !important;
            /* background: #fff;
        color: #000;*/
            border: 0px solid #ddd !important;
            border-top: 2px solid #0072c6 !important; /*76bafe*/ /* Sharepoint Bg color theme */
            background-color: #0072c6 !important; /*76bafe*/ /* Sharepoint Bg color theme */
            color: #fff !important;
            float: left !important;
            padding: 3px 4px 2px !important;
            /*padding-top: 3px !important;
            padding-bottom: 2px !important;*/
            font-size: 10px !important;
        }

        #tabAccord li:first-child input {
            border-radius: 3px 0 0 0;
            border-left: 2px solid #0072c6 !important; /*76bafe*/ /* Sharepoint Bg color theme */
        }

        #tabAccord li:last-child input {
            border-radius: 0 3px 0 0;
            border-right: 2px solid #0072c6 !important; /*76bafe*/ /* Sharepoint Bg color theme */
        }

        #tabAccord li.active > a, #tabAccord li > a:hover, #tabAccord li.active > input {
            color: #555 !important;
            background-color: #f5f5f5 !important;
            border-color: #ddd !important;
            border-top-color: transparent !important;
            font-weight: 700;
        }

        #tabAccord li a:focus, #tabAccord .active {
            /*background-color:#fff;
    border: 2px solid #4285F4;
    border-top:none;
    font-weight:700;
    color:#4285F4;*/
            color: #0072c6 !important; /*1d8dbc*/ /* Sharepoint Bg color theme */
            border-color: #ddd !important;
            border-top-color: transparent !important;
            border-top: 2px solid #0072c6 !important; /*76bafe*/ /* Sharepoint Bg color theme */
            font-weight: 500;
            background: url('/Images/tab-arw.png') #f8f8f8 center top no-repeat !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 input {
            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 input {
            border-radius: 3px 0 0 0;
            border-left: 2px solid #76bafe !important;
        }

        #tabAccord1 li:last-child input {
            border-radius: 0 3px 0 0;
            border-right: 2px solid #76bafe !important;
        }

        #tabAccord1 li.active > a, #tabAccord1 li > a:hover, #tabAccord1 li.active > input {
            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;
    }
}

@media only screen and (max-width: 800px) {
    /*.topMenu {
        display: none !important;
    }*/
    #topAccordion {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .navbar .navbar-header {
        display: none !important;
    }

    .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;*/
    }

    .taskBarDiv {
        position: relative;
        /* width: 85%; 100%;*/
        height: 40px;
        padding-bottom: 10px;
        display: 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;
    }
}
/*.window_panel {
    z-index:100 !important;
}*/
/* Widget style end */

/* New Button Styles Start */

ul.topActionHead li {
    background: none;
    overflow: hidden;
    border: #2c2e2f solid 0px;
    margin: 0px 2px 0 0px;
    padding: 1px;
    border-radius: 2px;
    height: 18px;
}

ul.topActionHead {
    background: rgba(0,0,0,.03);
    padding-left: 0px;
    border-bottom: rgba(96,100,104,.5) solid 1px;
    padding-top: 1px;
    margin-bottom: 2px;
}

    ul.topActionHead li.actionbox {
        background: none;
        margin: 0px;
        padding: 0;
        border-radius: 0px;
        border: 0;
    }

        ul.topActionHead li.actionbox input[type="text"].form-control {
            border: #cbcaca solid 1px;
            border-radius: 0;
            box-shadow: none;
            padding: 2px;
            height: 17px;
            margin-top: 1px;
        }

            ul.topActionHead li.actionbox input[type="text"].form-control:focus {
                border: #102439 solid 1px;
            }

    ul.topActionHead li img, ul.topActionHead li p {
        float: left;
    }

    ul.topActionHead li img {
        cursor: pointer;
        width: 14px;
        height: 14px;
        margin-top: 2px;
    }

    ul.topActionHead li p {
        color: #656565;
        margin-left: 2px;
    }

    ul.topActionHead li a:hover {
        text-decoration: none;
    }

    ul.topActionHead input#chkShowHide {
        margin: 5px 0 0 5px;
        position: relative;
        top: -1px;
        float: left;
        margin-left: -14px;
    }

    ul.topActionHead label[for='chkShowHide'] {
        color: #656565;
        margin: 2px 0 0 0px;
        font-weight: normal;
        font-size: 11px;
        cursor: pointer;
        float: left;
        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;
    }

#liShowHide {
    overflow: hidden;
}

.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 {
    /*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 {
    background: #0072c6; /*#1167a6 #85bfd7*/ /* Sharepoint Bg color theme */
    color: #fff;
    margin: 5px 5px 0;
    border-radius: 3px 3px 0 0;
    border-bottom: #62a2bc solid 1px;
    padding: 2px;
    font-weight: bold;
    font-size: 11px;
}

.k-grid .k-grouping-header {
    background-color: #f3f3f3;
    color: #888 !important;
}

.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*/
}

    .custom-kendo-grid .k-grid-header .k-grid-header-wrap {
        border-color: #62a2bc;
    }

.custom-kendo-grid .k-grid-content {
    border: #62a2bc solid 1px;
    margin: 0;
    width: auto;
    /*margin:0 17px 0 0px;*/
}

.custom-kendo-grid table[role="grid"] th {
    background: #e5f4fa;
    border-right: #62a2bc solid 1px;
}

    .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 {
        color: #1c5a74;
    }

.custom-kendo-grid .k-filter {
    background-position: -31px -79px;
}

.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;
}

.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; /*#62a2bc;*/ /* Sharepoint Bg color theme */
        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;
}

@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 {
    background: #0072c6; /* #1167a6 *#264767*/ /* Sharepoint Bg color theme */
    color: #fff;
    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;
}

.bottomless-content {
    background-color: #fefefe;
    border: 0px solid #0581dc;
    width: 100%;
    height: 100%;
    min-height: 450px;
}

    .bottomless-content p#pHeader {
        background: #0072c6; /*#1167a6*/ /*#264767*/ /* Sharepoint Bg color theme */
        color: #fff;
        text-align: center;
        margin: 0;
        padding: 3px 0;
        font-size: 11px;
        font-weight: bold;
        min-height: 20px;
    }

.pop-grid-custom .grid-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;
}

.pop-grid-custom .custom-kendo-grid .k-grouping-header, .custom-kendo-grid .k-grouping-header {
    border: #62a2bc solid 1px !important;
}

.table tbody > tr > td {
    padding: 2px 8px !important;
}

.k-grid-header th.k-header {
    padding: /*.2em .6em .3em*/ 2px 5px 1px !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 {
    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;
}

.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;
            }

@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;
    }
    /* 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: 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;
        padding: 0 3px;
        border-right: #ccc solid 1px;
        overflow: hidden;
        text-overflow: ellipsis;
        /*min-height: 20px*/
        margin-top: 1px;
    }

    .aln-vlu-wrap.HdrTmplt {
        overflow: visible;
        display: table;
        /*padding-right: 17px;*/
        border-bottom: #ccc solid 1px;
        border-top: #ccc solid 1px;
    }

        .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;
        color: #0072c6 !important;
    }

.kendo-dropdown-cstm.k-list-container {
    overflow-x: hidden !important;
}

/*.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 {
    width: 100% !important;
    overflow: hidden;
}

span.k-list-filter {
    width: 98% !important;
    border: #ccc solid 1px;
    margin: 3px auto;
    display: block;
}

    span.k-list-filter input.k-textbox {
        width: calc(98% - 15px) !important;
        border: 0;
        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; /*#62a2bc;*/ /* Sharepoint Bg color theme */
    color: #fff !important;
    font-weight: bold;
}

.k-list > .k-state-selected.k-state-hover {
    color: #000 !important;
    font-weight: normal;
}

.k-widget.k-dropdown.cstm-droplist {
    width: 100%;
    background: #fff;
    border: #cbcaca solid 0px;
    border-radius: 0;
    box-shadow: none;
    /*max-width: 300px;
    min-width: 115px;*/
    /*max-width: 500px !important;*/ /* Width maintain un-controlled */
}

    .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: #cbcaca solid 1px;
    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-widget.k-dropdown.cstm-droplist:focus > .k-dropdown-wrap, .k-widget.k-dropdown.cstm-droplist:active > .k-dropdown-wrap,
    .k-widget.k-dropdown.cstm-droplist.k-state-border-down .k-dropdown-wrap {
        border: #000 solid 1px;
    }

.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;
    box-shadow: none;
    background: #fff;
    border: #cbcaca solid 1px;
    border-radius: 0;
    min-height: /*23px*/ 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 3px;
    line-height: normal;
    /*padding-left: 3px;*/
}

.k-dropdown-wrap.k-state-border-down {
    padding-bottom: 0 !important;
}

span.frm-srch-btn {
    width: 15px !important;
    height: 15px !important;
    margin-left: 8px;
    background: url(../Images/frm-fld-srch.png) #0072c6 0 0 no-repeat !important; /*1b91c2*/ /* Sharepoint Bg color theme */
    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;
    background: url(../Images/menu-arws.png) #0072c6 5px -9px no-repeat !important; /*1b91c2*/ /* Sharepoint Bg color theme */
    border-radius: 2px;
    cursor: pointer;
    /*display: inline-block;*/
    /*margin-bottom: -2px;*/
    margin-top: 1px;
    float: right;
    /*margin-right: -7px;*/
    margin-right: -4px;
}

.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;
    background: #2377a7;
    border-radius: 0;
    border: 0;
    color: #fff;
    -webkit-box-shadow: 3px 3px 2px 1px #1e1c1c;
    box-shadow: 3px 3px 2px 1px #1e1c1c;
    font-size: 11px;
}

.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;
        background: #235c92;
        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 img {
        margin: 0 5px 0 0;
        width: 15px;
        height: 15px;
    }

.abt-cnt-wrap {
    line-height: 20px;
}

    .abt-cnt-wrap p {
        margin: 0 0 10px;
        padding: 0;
    }

    .abt-cnt-wrap .subhead {
        font-size: 13px;
        color: #366089;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .abt-cnt-wrap ul, 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 {
        color: #366089;
        text-decoration: underline;
    }

@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 -14px !important;
}

label.onoffswitch-label {
    width: 66px;
    cursor: pointer;
    color: #f00;
    font-size: 11px;
    font-weight: normal;
    line-height: normal;
    top: -1px;
    position: relative;
    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.grntxt {
        background-image: url(../Images/buttonicons/edit-list-grn.png);
        color: #47a800;
    }
/* 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;
        }

.k-header.k-grid-toolbar {
    padding-top: 2px;
    padding-bottom: 2px;
}

    .k-header.k-grid-toolbar a.k-button {
        padding: 4px;
        margin-top: 0px;
    }

/*.k-header.k-grid-toolbar a.k-button:first-child:hover {
            background-color: transparent;
            border-color: transparent;
        }*/
.xgrdCstBtn {
    float: right;
    width: auto;
    height: auto;
    display: table;
}

.xGrdEdtLbl {
    margin: 0;
    cursor: pointer;
    max-width: 26px;
    max-height: 26px;
    border: 1px solid transparent;
    padding: 3px 3px 4px;
    border-radius: 3px;
}

    .xGrdEdtLbl:hover {
        background-color: #5c6dc4;
        border-color: #fff;
    }

    .xGrdEdtLbl .k-icon.k-i-track-changes-reject {
        opacity: .5 !important;
    }

    .xGrdEdtLbl:hover .k-icon.k-i-track-changes-reject {
        opacity: .8 !important;
    }

.xGrdEdtChk {
    display: none;
}

.k-header.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;
    }

.fileCntlrBtn {
    border: #498dd0 solid 1px;
    padding: 0px;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 3px;
    text-transform: uppercase;
    margin-right: 5px;
}

.divUpload.divUploadLnk {
    width: auto;
    display: inline-block;
    cursor: pointer;
    padding: 5px;
    margin: 0;
    text-decoration: none;
    /*background: #498dd0;*/
    background: #0072c6;
    color: #fff;
}

    .divUpload.divUploadLnk:hover {
        background: #0095d4;
    }

.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;
    background: #0072c6; /*#498dd0*/ /* Sharepoint Bg color theme */
    color: #fff;
}

.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; /*#498dd0;*/ /* Sharepoint Bg color theme */
    border: none !important;
    font-weight: bold;
    letter-spacing: .5px;
    outline: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 2px 8px 1px;
}

li.has-sub ~ div ~ div.caret.active {
    background: #1167a6 !important;
}

.gf_radio .radio-inline {
    margin-left: -4px;
}

.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;
}

.stc-tile .small-box-footer {
    padding: 3px 0 3px 3px;
}

.mntry-line + input[type="checkbox"] {
    margin-top: /*5px*/ 2px;
}

.k-grid.genericfrm-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 !important;
            /*float: left;*/
            display: inline-block;
            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: 5px;
    }

    .fld-wrap input[type="checkbox"] {
        width: auto;
        display: inline-block;
    }

    .noline-wrap .form-group .custom-label.lbl-pos {
        float: none;
    }

    .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: /*33%*/ auto;
        /*float: left;*/
        display: inline-block;
        vertical-align: top;
    }

        .noline-wrap .form-group.noline-style + div.form-group {
            width: /*50%*/ 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: /*33%*/ auto;
        }

    .noline-wrap .form-group.noline-last {
        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 {
        margin-left: 10px;
    }

    /*.tabcontent .k-grid.genericfrm-grid {
        margin-left: 0px;
    }*/
}

@media screen and (max-width:799px) {
    .dataColumn.noline-wrap > .form-group, .dataColumn.noline-wrap > .form-border > .form-group,
    .dataColumn.noline-wrap > .tabcontent > .form-group {
        padding-left: 10px;
        padding-right: 10px;
    }

        .dataColumn.noline-wrap > .form-group.drp-frm-grp {
            padding-left: 0;
        }

    .dataColumn.noline-wrap > .form-border > .form-group,
    .dataColumn.noline-wrap > .tabcontent > .form-border > .form-group {
        padding-left: 5px;
    }

    span.frm-arw-btn {
        display: inline-block;
        float: none;
        margin-right: 0px;
    }

    span.frm-srch-btn {
        display: inline-block;
        float: none;
        margin-right: 0px;
    }
}

.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;
    }
/* No Line extension styles 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;
    }

.modal-pivot-outer.modal-content {
    padding: 0px;
}

.modal-pivot-outer .modal-header {
    overflow: hidden;
    padding: 5px 5px 5px 10px;
    background: #0095d4;
    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;
        color: #fff;
    }

    .modal-pivot-outer .modal-header button.close {
        float: right;
        font-size: 15px;
        color: #0095d4;
        filter: alpha(opacity=100);
        opacity: 1;
        background-color: #fff !important;
        border-radius: 20px !important;
        margin-top: 0;
        width: 20px;
        height: 20px;
    }

.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: 5px 10px;
    margin-bottom: 2px;
}

    .pivot-btn-set button.btn-sngl {
        font-family: Verdana,Arial !important;
        font-size: 12px;
        font-weight: normal;
        background: none;
        border: none;
        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 {
    background: #fff !important;
    border: #cbcaca solid 1px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: inline-block;
    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[role="listbox"] {
    height: 15px;
    padding: 0;
}

    .matrixcheckbox.k-multiselect .k-multiselect-wrap ul + input[role="listbox"]:focus {
        border-width: 0;
    }

.matrixcheckbox ul + input[role="listbox"] + .k-clear-value {
    top: 4px;
    right: -7px;
    color: #286da0;
}

.matrixcheckbox.k-multiselect .k-multiselect-wrap li {
    line-height: 17px;
    font-size: 11px;
    padding: 0 15px 0 5px;
    color: #fff;
    background: #286da0;
    border: #286da0 solid 1px;
    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;
            color: #fff;
        }
/*.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;
}

.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 {
    border: 1px solid #ff0404 !important;
}

/*.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;
}

    .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 {
    background-color: #0072c6;
    height: 100%;
    float: left;
    width: 3px;
    cursor: col-resize;
    position: relative;
    z-index: 9999;
}

.rtbZoom {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABV0RVh0Q3JlYXRpb24gVGltZQA4LzE2LzEzspl6ugAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAB7SURBVDiN7ZOxCsAgDESvxXyhi5P/Fif/0i6NGJH2KIUufVOUJB45s6lqw0DOGQylFHfeqSqCYEGMESJCF6aUAAC1Vt9IRPolixtDG1DVxjLnhtVL8yAvlZy8Nuy/0T1L19g1cY3Mavupd9bPWL5T9ERJV2SBrcfn238A3whjoYEPESwAAAAASUVORK5CYII=');
}

@media only screen and (min-width: 500px) {
    .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;
}*/
}

/* Toch device targeting code start */
@media (pointer:coarse) {
.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;
        }
}
/* Toch device targeting code end */