﻿@import url('font-awesome.css');
@import url('../Styles/jquery-ui.css');

body {
    font-size: 11px;
}

button[disabled], html input[disabled] {
    cursor: not-allowed;
}

.menu-items > li {
    cursor: pointer !important;
}

li {
    list-style: none;
}

.k-item:hover {
    color: white !important;
}

#txtMessage > .k-widget.k-editor.k-header.k-editor-widget {
}

/*.k-dialog-buttongroup > button{
    width:50% !important;
}*/
.disabled {
    cursor: not-allowed !important;
    background-color: #eee !important;
}

.panel-footer {
    padding: 5px;
}

.k-item.k-state-selected {
    color: white !important;
}

.k-grid table {
    table-layout: fixed;
}

.k-grid td {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.row-mg-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.align-right {
    text-align: right;
}

.row {
    margin-right: 0px !important;
}

.top-hdr-hdd-only {
    position: absolute;
    top: -30px;
    right: 0;
    /*margin: 0 auto;*/
    left: 0;
    /*text-align: center;*/
    font-size: 16px;
    width: 600px;
}

    .top-hdr-hdd-only h3 {
        font-size: 18px;
        font-weight: 600;
        margin: 0;
        color: #4e4e4e;
    }

.top-heading-blk.heading-block .heading-block-inner::before {
    display: none;
}

.top-heading-blk.heading-block .heading-block-inner {
    padding: 0;
    margin: 0;
    border: 0;
}

/*.scrollfix .k-grid-content {
    overflow-y: auto;
}*/

.ct-chart {
    position: relative;
}

.ct-legend {
    position: relative;
    z-index: 10;
    list-style: none;
    text-align: left;
}

.groupStyle {
    color: #127ad5 !important;
    cursor: pointer;
    font-weight: 700;
}

.groupStyleMRN {
    color: #8bc7fb !important;
}

a:hover, a:focus {
    color: #8bc7fb;
    text-decoration: none;
    font: bold;
}

.ct-legend li {
    position: relative;
    padding-left: 23px;
    margin-right: 10px;
    margin-bottom: 3px;
    cursor: pointer;
    display: inline-block;
}

    .ct-legend li:before {
        width: 12px;
        height: 12px;
        position: absolute;
        left: 0;
        content: '';
        border: 3px solid transparent;
        border-radius: 2px;
    }

    .ct-legend li.inactive:before {
        background: transparent;
    }

.ct-legend.ct-legend-inside {
    position: absolute;
    top: 0;
    right: 0;
}

    .ct-legend.ct-legend-inside li {
        display: block;
        margin: 0;
    }

.ct-legend .ct-series-0:before {
    background-color: #d70206;
    border-color: #d70206;
}

.ct-legend .ct-series-1:before {
    background-color: #f05b4f;
    border-color: #f05b4f;
}

.ct-legend .ct-series-2:before {
    background-color: #f4c63d;
    border-color: #f4c63d;
}

.ct-legend .ct-series-3:before {
    background-color: #d17905;
    border-color: #d17905;
}

.ct-legend .ct-series-4:before {
    background-color: #453d3f;
    border-color: #453d3f;
}
/**/
.width30 {
    width: 30% !important;
}

.custom-label {
    fill: rgba(0, 0, 0, 0.4);
    color: rgba(0, 0, 0, 0.4);
    font-size: 11px;
    line-height: 1;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-62 {
    margin-top: -62px;
}

.height200px {
    height: 200px !important;
}

.height100 {
    height: 100%;
}

.heightpx90 {
    height: 95px;
}

.menuItemTextContent {
    margin-left: 36px;
    vertical-align: top;
    text-align: left;
}



    .menuItemTextContent span {
        display: block;
    }

    .menuItemTextContent .title {
        /*    font-size: 14px;
    font-weight: bold;*/
    }

    .menuItemTextContent .description {
        font-size: 11px;
        color: #8C8B8B;
        font-weight: normal;
    }

.heading-block .right-select-value label {
    margin-top: 5px;
}

.heading-block .right-select-value select {
    border: 1px #ccc solid;
}

.menuDropDownLeft {
    width: 600px;
}

.menuDropDownLeft {
    margin: 4px auto;
    float: left;
    left: -999em; /* Hides the drop down */
    text-align: left;
    padding: 10px 5px 10px 5px;
    /*border: 1px solid #4b6c9e;*/
    border-top: none;
    background: #ffffff;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    z-index: 1000;
}

li:hover .menuDropDownLeft {
    left: -1px;
    top: auto;
}

.menuItemImage {
    float: left;
}

.btndesign {
    text-align: center;
    background: #f1f1f1;
    border-radius: 25px;
    padding: 25px;
}

.diffbtn {
    height: 200px;
    width: 100%;
    /*border-radius: 10px !important;*/
    /*background-color: #393b8a !important;*/
    margin: 0 0px 20px;
    /*border: 1px solid black !important;*/
    background: #fff !important;
}

    .diffbtn .dashboardimage {
        height: 150px;
    }

        .diffbtn .dashboardimage img {
            width: 100px;
            margin: auto;
            top: 0;
            bottom: 0;
            position: absolute;
            left: 0;
            right: 0;
        }

    .diffbtn .title {
        white-space: normal;
        font-size: 10px;
        color: #000;
        font-weight: bold;
        padding: 10px 0px;
        border-bottom: 3px solid #f1f1f1;
    }

.panel-login {
    border-color: #ccc;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}

    .panel-login > .panel-heading {
        color: #00415d;
        background-color: #fff;
        border-color: #fff;
        text-align: center;
    }

        .panel-login > .panel-heading a {
            text-decoration: none;
            color: #666;
            font-weight: bold;
            font-size: 11px;
            -webkit-transition: all 0.1s linear;
            -moz-transition: all 0.1s linear;
            transition: all 0.1s linear;
        }

            .panel-login > .panel-heading a.active {
                color: #029f5b;
                font-size: 11px;
            }

        .panel-login > .panel-heading hr {
            margin-top: 10px;
            margin-bottom: 0px;
            clear: both;
            border: 0;
            height: 1px;
            background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
            background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
            background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
            background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
        }

    .panel-login input[type="text"],
    .panel-login input[type="email"],
    .panel-login input[type="password"] {
        height: 45px;
        border: 1px solid #ddd;
        font-size: 11px;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }

    .panel-login input:hover,
    .panel-login input:focus {
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-color: #ccc;
    }

.btn-login {
    background-color: #59B2E0;
    outline: none;
    color: #fff;
    font-size: 11px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #59B2E6;
}

    .btn-login:hover,
    .btn-login:focus {
        color: #fff;
        background-color: #53A3CD;
        border-color: #53A3CD;
    }

.forgot-password {
    text-decoration: underline;
    color: #888;
}

    .forgot-password:hover,
    .forgot-password:focus {
        text-decoration: underline;
        color: #666;
    }

.btn-register {
    background-color: #1CB94E;
    outline: none;
    color: #fff;
    font-size: 11px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #1CB94A;
}

    .btn-register:hover,
    .btn-register:focus {
        color: #fff;
        background-color: #1CA347;
        border-color: #1CA347;
    }


.table-responsive {
    clear: both;
}

.table > thead > tr > th {
    vertical-align: top;
}


/****n.r 22-3-2018***/

input[type="submit"],
input[type="button"],
.btn {
    color: #fff;
    font-weight: normal;
    opacity: 1;
    display: inline-block;
    padding: 3px 8px;
    line-height: 1.42857143;
    font-size: 11px;
    background-color: #344444;
    border-radius: 3px;
    border: none;
    box-shadow: none !important;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}


    input[type="submit"]:hover,
    input[type="button"]:hover,
    .btn:hover,
    input[type="submit"]:focus,
    input[type="button"]:focus,
    .btn:focus {
        background-color: #333;
        color: #fff;
        border: none;
    }

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
    /*border: 1px solid #ddd;*/
    font-size: 11px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    padding: 3px 5px;
    width: 100%;
    /*color: black;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*input.k-input[type="text"],
    textarea.k-textbox {
        color: #fff;
    }*/





/****login-page***/


body a {
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

body.user-login-form {
    background-color: #fff;
}

.login-form-main .container {
    max-width: 600px;
    width: 100%;
}

.login-form-main .panel-default {
    border: none;
    margin: 0;
    box-shadow: none;
}

.login-form-main .panel-login {
    background: #ffffff;
    position: relative;
    padding: 50px 0 0 0;
    margin-top: 80px;
    border-color: #f3f3f3;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
}


    .login-form-main .panel-login:before {
        content: "";
        position: absolute;
        top: -50px;
        /*background-image: url("http://app.bbhealthtech.com:8080/user-img.png");*/
        width: 98px;
        height: 96px;
        left: 50%;
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

.login-form-main .input-group-addon {
    background-color: #546464;
    color: #fff;
    border-color: #546464;
    border-radius: 3px 0 0 3px;
}

.login-form-main input.form-control {
    box-shadow: none;
}

.login-form-main br {
    display: none;
}


.login-form-main a.forgot-password {
    color: #546464;
    font-size: 11px;
}

.login-form-main label[for="remember"] {
    font-weight: normal;
}

.panel-footer {
    background-color: #546464;
    color: #fff;
    border: none;
    border-radius: 0px;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    z-index: 0;
}

.padding-left-14-5-per {
    padding-left: 14.5%;
}

.login-form-main .input-group .text-danger {
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    background-color: #546464;
    float: right;
    border-radius: 3px;
    min-width: 180px;
    text-align: left;
    padding: 3px 15px;
}


    .login-form-main .input-group .text-danger:before {
        content: "";
        position: absolute;
        top: 4px;
        left: -6px;
        border-style: solid;
        border-width: 8px 8px 8px 0;
        border-color: transparent #546464;
        display: block;
        width: 0;
        z-index: 1;
    }

.heading-block {
    float: left;
    width: 100%;
    padding: 0 10px;
}


    .heading-block .heading-block-inner {
        border-bottom: 1px #ddd solid;
        margin: 10px 0;
        position: relative;
        padding-bottom: 5px;
    }

.heading-block-inner::before {
    content: "";
    position: absolute;
    left: 0;
    width: 3%;
    height: 4px;
    background-color: #0066cc;
    bottom: -2px;
    border-radius: 2px;
}

.heading-block img {
    max-width: 30px;
}

.heading-block h4 {
    display: inline-block;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.heading-block .right-text {
    float: right;
    color: #0066cc;
}


/****Dashboard-page***/

.main-master {
    background-color: #fff;
}

    .main-master .container-new {
        width: 100%;
        padding: 0;
    }

    .main-master .padding-block {
        padding-bottom: 25px;
    }

.main-wrapper {
    position: relative;
    float: left;
    width: 100%;
}

    .main-wrapper .sidebar {
        background-color: #344444;
        width: 211px;
        height: 100%;
        padding: 0px;
        border: none;
        position: fixed;
        left: -220px;
        top: 0;
        z-index: 1;
        transition: left 0.5s;
        -o-transition: left 0.5s;
        -moz-transition: left 0.5s;
        -webkit-transition: left 0.5s;
        overflow-y: hidden;
        border-radius: 0px;
    }

.sidebar ul {
    width: 100%;
}

    .sidebar ul li {
        width: 100%;
    }



        .sidebar ul li.open {
            border-left: 4px solid #0066cc;
        }

    .sidebar ul > li.dropdown > a:hover,
    .sidebar ul > li.dropdown.open > a,
    .sidebar ul > li.dropdown.open > a:hover,
    .sidebar ul > li.dropdown.open > a:focus {
        background-color: #243434;
    }

    .sidebar ul li a {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 12px;
        color: #fff;
    }

        .sidebar ul li a .caret {
            float: right;
            margin-top: 10px;
        }

    .sidebar ul li.open .caret {
        border-bottom: 4px dashed;
        border-top: transparent;
    }

    .sidebar ul li ul {
        padding: 0;
        margin: 0;
        min-width: inherit;
        border: none;
        box-shadow: none;
        border-radius: 0px;
        position: inherit;
        top: inherit;
        left: inherit;
        background-color: #132323;
    }

        .sidebar ul li ul .menuDropDownLeft {
            background-color: transparent;
            width: 100%;
            position: inherit;
            left: inherit;
            padding: 0;
            box-shadow: inherit;
            margin: 0;
        }


.sidebar .menuDropDownLeft li {
    width: 100% !important;
    float: left;
    border-bottom: 1px #262626 solid;
    padding: 5px 3px;
    box-shadow: none;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: linear;
}

    .sidebar .menuDropDownLeft li:last-child {
        border-bottom: none;
    }

    .sidebar .menuDropDownLeft li:hover {
        background-color: #243434;
    }

    .sidebar .menuDropDownLeft li .menuItemTextContent {
        margin-left: 30px;
        transition-delay: 0s;
        transition-duration: 0.3s;
        transition-property: all;
        transition-timing-function: linear;
    }

    .sidebar .menuDropDownLeft li:hover .menuItemTextContent {
        margin-left: 35px;
    }

.sidebar ul li ul .menuItemTextContent span {
    color: #cfcfcf;
}


.sidebar .menuDropDownLeft li img {
    max-width: 20px;
}

.sidebar .menuDropDownLeft li .title {
    font-weight: normal;
    color: #fff;
    font-size: 12px;
}

#divLinks a {
    margin-left: 10px;
    color: #ffffff;
}


#content {
    background-color: #fff;
    float: left;
    width: 100%;
}

.user-data-top {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 15px;
    background-color: #f1f1f1;
    position: relative;
    height: 39px;
    /*line-height: 35px;*/
}



label#txtGroupID {
    min-width: inherit !important;
}

.user-data-top h4 {
    float: left;
    font-size: 20px;
    margin: 0;
    padding-left: 45px;
    font-weight: bold;
}

.user-name-block {
    float: right;
    margin-right: 5px;
}

.user-image {
    float: right;
    width: 35px;
    margin-top: -9px;
    margin-right: 28px;
    border-radius: 15px;
}

.user-data-top #bs-example-navbar-collapse-1 {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}

    .user-data-top #bs-example-navbar-collapse-1 li.dropdown > a {
        background-color: #e4e4e4;
        color: #000;
        padding: 10px 15px;
        height: 40px;
    }

    .user-data-top #bs-example-navbar-collapse-1 .dropdown-menu {
        background-color: #fff;
        border: none;
        margin: 0;
        padding: 0;
    }

        .user-data-top #bs-example-navbar-collapse-1 .dropdown-menu li {
            border-bottom: 1px #eee solid;
        }

            .user-data-top #bs-example-navbar-collapse-1 .dropdown-menu li:last-child {
                border-bottom: none;
            }

            .user-data-top #bs-example-navbar-collapse-1 .dropdown-menu li a {
                padding: 5px 14px;
                color: #333;
            }

#bs-example-navbar-collapse-1 .dropdown-menu > li > a:focus,
#bs-example-navbar-collapse-1 .dropdown-menu > li > a:hover {
    background-color: #0066cc;
    color: #fff;
}


.tab-data {
    float: left;
    width: 100%;
    background-color: #fff;
}


#divTabs {
    padding: 10px 15px;
    float: left;
    width: 100%;
}

    #divTabs .nav-tabs li a {
        font-size: 12px;
        color: #333;
        cursor: pointer;
        text-decoration: none;
        text-align: center;
        background: #f0f0f0;
        padding: 8px 24px;
        border-radius: 0;
        border: none;
        margin: 0;
        border-right: 1px #e0e0e0 solid;
    }

    #divTabs .nav-tabs li:first-child a {
        border-left: 1px #f0f0f0 solid;
    }

    #divTabs .nav-tabs li.active a,
    #divTabs .nav-tabs li a:hover,
    #divTabs .nav-tabs li a:focus {
        background: #fff;
        -moz-box-shadow: inset 0 3px #0CE;
        -webkit-box-shadow: inset 0 3px #0CE;
        box-shadow: inset 0 3px #0CE;
    }

    #divTabs .tab-content {
        display: block;
        padding: 15px;
        background: #fff;
        color: #999;
        border: 1px solid #f0f0f0;
        border-top: none;
        float: left;
        width: 100%;
    }

.submit-sec {
    margin: 0 !important;
}


.table thead {
    background-color: #333;
}

    .table thead th {
        color: #fff;
        text-align: center;
    }

.table td {
    text-align: center;
    color: #333;
}

    .table td select {
        width: auto;
    }

    .table td.numericCol {
        text-align: right;
    }

.table tfoot,
.table tr.PagerStyle {
    background-color: #D3D3D3 !important;
}

.table td:hover {
    /*background-color: #e9faff;*/
}

.select-catg {
    text-align: right;
}

    .select-catg select {
        border: 1px #ddd solid;
        padding: 5px;
        width: 20%;
    }


.box-wrapper .check-width {
    width: auto;
}

.hide-menu-icon {
    padding: 6px 13px;
    font-size: 19px;
    background: #0066cc;
    cursor: pointer;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 555;
    color: #fff;
    height: 40px;
}

.full-width .sidebar {
    left: 0;
}

.main-wrapper {
    padding-left: 58px;
}


.box-wrapper {
    float: left;
    width: 100%;
    padding: 10px;
    border-top: 1px #eee solid;
    margin-top: 10px;
}

    .box-wrapper .form-item {
        float: left;
        width: 20%;
        margin: 5px 0;
        padding: 0 5px;
        min-height: 70px;
        position: relative;
    }

        /*.box-wrapper .form-item:nth-of-type(5n+6){
	clear: both;
}
*/

        .box-wrapper .form-item label {
            display: block;
            font-size: 11px;
            font-weight: normal;
        }

.check-label {
    visibility: hidden;
}

.check-item label {
    display: inline-block !important;
    margin-left: 10px;
}

.check-item input[type="checkbox"] {
    float: left;
}

.customForm-new {
    width: 100%;
    text-align: right;
    clear: both;
    margin-bottom: 5px;
    padding-right: 5px;
}

label {
    color: #333 !important;
}

.customForm-new select {
    width: 20%;
}

.form-select.pull-right {
    margin-bottom: 5px;
    padding-right: 10px;
}

.select-box {
    text-align: right;
    clear: both;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}


.margin-top-10 {
    margin-top: 10px;
    margin-bottom: 0;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

#btnexport {
    margin-left: 10px;
}

.select-box .form-item-select {
    width: 30%;
    text-align: center;
    display: inline-block;
}

    .select-box .form-item-select label {
        margin-right: 5px;
        margin-top: 8px;
    }

    .select-box .form-item-select select {
        width: 80%;
    }

.right-select-value {
    margin-bottom: 10px;
    padding-right: 10px;
}

    .right-select-value label {
        float: left;
        margin-top: 7px;
        margin-right: 10px;
    }

    .right-select-value .form-select {
        float: left;
        max-width: 130px;
    }

.form-action.form-item {
    margin-top: 40px;
}

.form-type-radio {
    float: left;
    width: 100%;
}

    .form-type-radio .form-radio {
        float: left;
        width: auto;
        padding: 0 10px;
    }

        .form-type-radio .form-radio label {
            margin-left: 5px;
        }

.box-wrapper .form-item ul {
    padding-left: 0;
}

    .box-wrapper .form-item ul li {
        list-style: none;
        position: relative;
    }

.myDropDown.form-select {
    float: left;
    width: 100%;
    position: relative;
}

    .myDropDown.form-select .menuDropDown {
        width: 100%;
        left: 0;
        margin-left: 0;
        border: 1px solid #ddd;
        top: 28px;
        display: none;
        position: absolute;
        padding: 0;
        background-color: #fbfbfb;
        overflow-y: auto;
        height: 150px;
    }

        .myDropDown.form-select .menuDropDown li {
            border-bottom: 1px #ddd solid;
            margin-bottom: 4px;
            padding: 2px 15px;
        }

            .myDropDown.form-select .menuDropDown li:last-child {
                border-bottom: none;
                margin-bottom: 0;
            }

tr.filter-value {
    background-color: #475757;
}

    tr.filter-value td input[type="text"] {
        max-width: 220px;
    }

span.img {
    background-image: url(../App_Themes/Default/arrowdown.png);
    width: 16px;
    height: 16px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.click-popup {
    padding-left: 10px;
    float: left;
}

    .click-popup input {
        margin-top: 0;
    }

.form-action {
    float: left;
    width: 100%;
    margin: 5px 0;
}

    .form-action .btn {
        margin-top: 0;
        margin-bottom: 0;
    }

.margin-left {
    margin-left: 5px;
}

td.selected-color {
    background-color: #a7d9c1;
}

.checkbox-item {
    float: left;
    width: 100%;
    padding: 0 10px;
}

    .checkbox-item input#chkdeactivate {
        float: left;
        margin-right: 5px;
        margin-top: 3px;
    }

.form-item-select label {
    float: left;
}

.form-item-select .form-select {
    float: right;
    width: 70%;
}

    .form-item-select .form-select select {
        width: 49%;
        margin-right: 1%;
        float: left;
    }

        .form-item-select .form-select select:last-child {
            margin-right: 0;
        }

.box-wrapper .form-item.width-half {
    width: 50%;
}

.tab-content .ms-parent {
    text-align: left;
}

.tab-content .box-wrapper {
    border-top: none;
}

/*.tab-content table{
  margin-bottom: 0;
}
*/

.fieldset-block .col-md-6 {
    width: 30%;
}

    .fieldset-block .col-md-6 select {
        width: 100%;
    }

    .fieldset-block .col-md-6 label {
        float: left;
    }

    .fieldset-block .col-md-6 input {
        width: 60%;
    }

span.delete-icon {
    position: relative;
    font-size: 0px;
}

    span.delete-icon:before {
        font-family: FontAwesome;
        content: "\f014";
        color: #fff;
        font-size: 15px;
        font-weight: bold;
    }


ul.treeview {
    float: left;
    width: 100%;
}

    ul.treeview li {
        float: left;
        width: 100%;
        text-align: left;
    }


/*****security-page-start***/

.security-data {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.left-panel {
    background-color: #fbfbfb;
    height: 1000px;
    float: left;
    padding: 0;
    border-right: 1px #ddd solid;
}

.panel-top {
    background-color: #0066cc;
    color: #fff;
    float: left;
    width: 100%;
}

    .panel-top > span {
        width: 50%;
        text-align: center;
        font-weight: bold;
        border-right: 1px #ccc solid;
        padding: 5px;
    }

        .panel-top > span.user-h {
            float: left;
        }


        .panel-top > span.user-dt {
            float: right;
        }

        .panel-top > span:last-child {
            border-right: none;
        }


.left-panel-detail {
    float: left;
    width: 100%;
}

.left-panel .form-item {
    float: left;
    width: 100%;
    border-bottom: 1px #ddd solid;
}

    .left-panel .form-item.SelectedRowStyle {
        background-color: #e9e9e9;
    }

    .left-panel .form-item > div {
        float: left;
        width: 50%;
        padding: 5px;
        font-size: 11px;
        line-height: 16px;
    }

    .left-panel .form-item .user-role {
        border-right: 1px #ddd solid;
    }

    .left-panel .form-item .user-check {
        text-align: center;
    }

.right-panel {
    padding: 0;
}


.right-panel-detail ul.treeview li {
    margin-bottom: 10px;
    position: relative;
    float: left;
    width: 100%;
}

.right-panel-detail ul.treeview > li:before {
    content: "";
    background-color: #efefef;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 20px;
    left: 22px;
}

.right-panel-detail ul.treeview ul {
    background-color: #f7f7f7;
    padding: 10px;
    margin-left: 25px;
    float: left;
    position: relative;
    width: 100%;
}

    .right-panel-detail ul.treeview ul:after {
        content: "";
        background-color: #fff;
        width: 2px;
        position: absolute;
        bottom: -24px;
        left: -19px;
        height: 52px;
    }

    .right-panel-detail ul.treeview ul li {
        padding: 5px;
        margin-bottom: 0;
    }

        .right-panel-detail ul.treeview ul li:after {
            background-color: #efefef;
            width: 20px;
            height: 2px;
            content: "";
            position: absolute;
            left: -28px;
            top: 15px;
        }

.right-panel-detail ul.treeview span {
    display: block;
}

.right-panel-detail ul li input[type="checkbox"] {
    float: left;
    margin-right: 4px;
}

.right-panel-detail ul.treeview ul:empty {
    display: none;
}


.right-panel-top {
    /*	background-color: #5E6E6E;*/
}



/*****security-page-close***/




/*****poppop-css-design-start***/


.ui-dialog {
    padding: 0;
    overflow: inherit;
    border: none;
    z-index: 99;
}

.ui-widget-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100% !important;
    height: 100% !important;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: inherit !important;
    opacity: 1;
}

.ui-dialog .ui-dialog-titlebar {
    background-color: #0066cc;
    color: #fff;
    border-radius: 0px;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

    .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
        margin: 0;
        text-align: center;
        float: none;
    }

.ui-dialog .ui-dialog-content {
    background-color: #fff;
    padding: 10px;
}

.ui-dialog #divAddResourceGroupPopup {
    height: auto !important;
}

.table-scroll {
    overflow: inherit;
}

.table-width {
    width: 585px;
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
    top: 20px !important;
}

.ui-dialog #divucQueueDetail1 .table-responsive {
    padding: 0 5px;
    float: left;
    width: 50%;
    clear: none;
}

.ui-dialog .ui-dialog-titlebar-close {
    width: 0px !important;
    height: 0px !important;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    background-color: transparent !important;
    border: none !important;
    color: #fff !important;
    padding: 0 !important;
}

    .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon {
        background-image: inherit;
        /*position: relative;*/
        /*background-position: inherit;*/
        margin: 0;
        padding: 0;
        overflow: inherit;
        top: -4px;
        left: -10px;
    }

        .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon:before {
            content: "x";
            position: absolute;
            top: -19px;
            right: -15px;
            font-weight: bold;
            font-size: 20px;
            text-indent: initial;
            color: #000;
            background-color: #fff;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            text-align: center;
            line-height: 30px;
        }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background-color: #344444;
    border: none;
    border-radius: 3px;
}

    .ui-state-default:hover,
    .ui-widget-content .ui-state-default:hover,
    .ui-widget-header .ui-state-default:hover,
    .ui-state-default:focus,
    .ui-widget-content .ui-state-default:focus,
    .ui-widget-header .ui-state-default:focus {
        background-color: #333;
    }


.loding-bar,
.loding-bar #dialogProgress {
    background-image: inherit !important;
    background-color: transparent !important;
    padding: 0;
    border: none;
    box-shadow: inherit;
}

    .loding-bar .ui-dialog-titlebar {
        display: none;
    }

    .loding-bar .ui-resizable-handle {
        background: inherit;
        height: 0;
    }

    .loding-bar #dialogProgress {
        text-align: center;
    }

.ui-dialog.ui-widget-content .form-item {
    float: left;
    width: 100%;
    margin: 5px 0;
}

.ui-dialog #divNewAIMRule .form-item.checkbox-item label {
    margin-left: 8px;
}

#popup_overlay {
    background: rgb(0, 0, 0) none repeat scroll 0% 0% !important;
    opacity: 0.8 !important;
}

#popup_container {
    border: none;
}

    #popup_container h1#popup_title {
        border: none;
        padding: 2px;
        background: #0066cc;
        font-size: 16px;
        color: #fff;
    }

    #popup_container #popup_panel {
        margin: 5px 0;
    }

        #popup_container #popup_panel input[type="button"] {
            color: #fff;
        }

.user-view-detail {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    padding: 0 10px;
}

    .user-view-detail .form-item-view {
        float: left;
        width: 24%;
        position: relative;
        background-color: #c83401;
        padding: 5px 10px;
        min-height: 35px;
        color: #fff;
        display: inline-block;
        margin-right: 1%;
        border-radius: 3px;
    }

        .user-view-detail .form-item-view:last-child {
            margin-right: 0;
        }


        .user-view-detail .form-item-view:before {
            position: absolute;
            content: "";
            top: 0;
            right: 0;
            background-color: #a81400;
            min-width: 50px;
            height: 35px;
        }

        .user-view-detail .form-item-view:after {
            width: 0;
            height: 0;
            border-top: 7px solid transparent;
            border-bottom: 7px solid transparent;
            border-left: 7px solid #a81400;
            content: "";
            position: absolute;
            right: 0px;
            top: 28px;
        }

.refresh-div,
.grp-item {
    position: relative;
}

#Sqlrefresh {
    background-image: url("../Content/images/refresh.png");
    /*background-color: #fff;*/
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    font-size: 0px;
    position: absolute;
    right: 0px;
    top: 12px;
}


#gridrefresh {
    background-image: url("../App_Themes/Default/refresh-icon.png");
    background-color: #fff;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    font-size: 0px;
    position: absolute;
    left: 15px;
    bottom: 5px;
}




.user-view-detail .form-item-view span.label {
    font-weight: bold;
    text-transform: uppercase;
    background-color: transparent;
    float: left;
    line-height: inherit;
    font-size: 11px;
    margin-bottom: 0;
}

.user-view-detail .form-item-view span.label-value {
    float: right;
    position: relative;
    margin-top: 2px;
}


/****ARViewSection start ****/

.information-data .form-item {
    float: left;
    width: 33.333%;
    padding: 10px 15px;
    border: 1px #dddddd solid;
    background-color: #fefefe;
    min-height: 20px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .information-data .form-item:hover {
        background-color: #a9efd2;
    }

    .information-data .form-item .label-item {
        font-weight: bold;
        margin-right: 5px;
    }

.all-data-block {
    float: left;
    width: 100%;
    padding: 0 20px;
    background-color: #fff;
    margin: 10px 0;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(212,205,212,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(212,205,212,1);
    box-shadow: 0px 0px 5px 1px rgba(212,205,212,1);
}


.data-fieldset {
    margin: 20px 0;
}

    .data-fieldset legend {
        text-transform: uppercase;
        border-bottom: 1px #ddd solid;
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 20px;
        float: left;
        width: 100%;
        font-size: 16px;
    }


.all-data-block .table {
    margin-bottom: 0;
}


.data-client-block .form-item-block label {
    color: #fff !important;
    width: 100%;
    border-radius: 0;
    border-right: 1px #ddd solid;
    margin-bottom: 0;
    position: relative;
    overflow: inherit;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}


.data-client-block {
    float: left;
    width: 100%;
    margin: 10px 0;
}

    .data-client-block #divActionCodeButtons {
        margin-right: 0;
        margin-bottom: 10px;
        float: left;
        width: 100%;
    }

        .data-client-block #divActionCodeButtons .form-item-block {
            float: left;
            width: 16.666%;
        }

#divActionCodeView {
    float: left;
    width: 100%;
    clear: both;
    height: auto !important;
}

.client-data-table {
    float: left;
    width: 100%;
}


.all-data-block .field-data-block {
    float: left;
    width: 100%;
}


.all-data-block #divButtons input {
    color: #fff;
}

.all-data-block .table-responsive {
    height: auto !important;
}

.all-data-block .form-item-block .ui-state-active,
.all-data-block .form-item-block label:hover {
    background-color: #67B876;
    background-image: inherit;
}

    .all-data-block .form-item-block label:hover:before,
    .data-client-block .form-item-block label.ui-state-active:before {
        border-left: 8px transparent solid;
        border-right: 8px transparent solid;
        border-top: 8px #67B876 solid;
        position: absolute;
        content: "";
        left: 50%;
        bottom: -5px;
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

#DivDataEntryInfo.box-wrapper,
.box-wrapper-follow {
    padding: 0px 15px;
    background-color: #fff;
    border-bottom: 1px #ddd solid;
}


    #DivDataEntryInfo.box-wrapper .form-item,
    .box-wrapper-follow .form-item {
        width: 120px;
        min-height: inherit;
    }

        #DivDataEntryInfo.box-wrapper .form-item label,
        #divActionCodeSection .box-wrapper.box-wrapper-follow .form-item label {
            color: #333 !important;
        }

.all-data-block-height {
    height: 600px;
    overflow-y: auto;
}


.all-data-block #divDefaultTasks .form-item {
    float: left;
    width: auto;
    margin-right: 5px;
}

    .all-data-block #divDefaultTasks .form-item input {
        margin-top: 2px;
        margin-right: 5px;
        float: left;
    }




/****ARViewSection close ****/


.max-width {
    max-width: 100px;
}



#divUsersQueues td input#txtUQHThreshold,
#divUsersQueues td input#txtUQHAllocation {
    max-width: 100px;
}

.width-bg-new input {
    width: 100%;
}



/*#gridLineHx .k-grid-content.k-auto-scrollable table tr {
    background-color: #fff;
}

    #gridLineHx .k-grid-content.k-auto-scrollable table tr td {
        color: #333;
    }*/


.k-i-file-excel:before {
    background-image: url("../Content/images/excel.png");
    font-size: 0px;
    width: 20px !important;
    height: 20px !important;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 0 2px;
}



.k-i-close:before {
    background-image: url("../Content/images/delete.png");
    font-size: 0px;
    width: 20px !important;
    height: 20px !important;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center center;
}


.k-i-edit:before {
    background-image: url("../Content/images/edit.png");
    font-size: 0px;
    width: 20px !important;
    height: 20px !important;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 0 2px;
}



/****new-popup start ****/

.label-pop {
    color: #fff !important;
}


#Groupdialog .form-item label {
    min-width: 85px;
}

#Groupdialog .form-item span.k-widget,
#Groupdialog .form-item span.k-widget select {
    width: 65%;
}



#Groupdialog .form-item.width-full span.k-widget {
    width: 40%;
}


#Groupdialog .form-item.width-sml span.k-widget {
    width: 35%;
}


.grp-item {
    float: left;
    width: 100%;
    margin: 2px 0;
}


    .grp-item .form-item {
        float: left;
        padding: 0 8px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }


        .grp-item .form-item input {
            width: 100%;
        }

            .grp-item .form-item input.half-textbox {
                width: 35%;
            }

        .grp-item .form-item.width-big {
            width: 65%;
        }

            .grp-item .form-item.width-big input {
                width: 65%;
            }

            .grp-item .form-item.width-big.width-bg-new input {
                width: 100%;
            }

            .grp-item .form-item.width-big input[type="checkbox"] {
                width: auto;
            }

        .grp-item .form-item.width-sml {
            width: 35%;
        }

            .grp-item .form-item.width-sml input[type="checkbox"] {
                width: auto;
                float: left;
                margin-top: 0;
                margin-right: 5px;
            }


        .grp-item .form-item.width-half {
            width: 50%;
        }

        .grp-item .form-item.width-sml.width-gd label {
            min-width: 70px !important;
        }

        .grp-item .form-item.width-sml.width-gd input {
            width: 30%;
        }


        .grp-item .form-item.width-full {
            width: 100%;
        }

        .grp-item .form-item.width-half .k-numerictextbox {
            width: 50% !important;
        }

        .grp-item .form-item.width-half span {
        }

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}





#Groupdialog-2 > div {
    float: left;
    width: 57.5%;
    padding: 0 15px;
    padding-right: 5px;
    border-left: 1px #ddd solid;
}



#Groupdialog-2 label {
    min-width: 80px;
    float: left;
}


#Groupdialog-2 > .pop-left {
    border-left: none;
    width: 37%;
}

#CodeEditdialog label[for="chkActiveCode"] {
    margin-left: 25px;
}

.step-name {
    float: left !important;
    width: 35% !important;
    margin-left: 28px;
}


.active-step {
    float: left;
    width: 20% !important;
    clear: none !important;
}

    .active-step label {
        margin-right: 5px;
    }


#tbRuleDataHolder tr td select {
    width: 80px;
    padding: 3px;
}


#tbRuleDataHolder tr td input {
    width: 60px;
}



#tbRuleDataHolder td:hover {
    background-color: transparent !important;
}




#tbRuleDataHolder .ms-choice {
    height: auto;
    padding: 3px 31px;
}

#tbRuleDataHolder .ms-drop {
    width: 125px !important;
}


    #tbRuleDataHolder .ms-drop .ms-search input {
        width: 100%;
    }

.table-responsive {
    overflow: inherit;
}



/*#Groupdialog-2 .pop-left .item-half {
    width: 50%;
    padding: 0 15px;
}*/

#Groupdialog-2 .pop-left .item-half.inline-long {
    width: 70%;
}

    #Groupdialog-2 .pop-left .item-half.inline-long input {
        width: 75%;
    }

#Groupdialog-2 .pop-left .item-half.rule-short {
    width: 35%;
}

    #Groupdialog-2 .pop-left .item-half.rule-short input {
        width: 90px;
    }


#Groupdialog-2 > .pop-left label {
    min-width: 70px;
    margin-top: 5px;
}

#Groupdialog-2 .pop-left .item-full.inline-long input {
    width: 74%;
}



#Groupdialog-2 .pop-left .item-half input {
    float: left;
}

#Groupdialog-2 .pop-left .check-item {
    width: auto;
    float: right;
    padding: 8px 0;
    margin-right: 65px;
}

    #Groupdialog-2 .pop-left .check-item label {
        min-width: auto;
        margin-right: 5px;
        margin-left: 4px;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 12px;
    }

    #Groupdialog-2 .pop-left .check-item input {
        width: auto;
        margin-top: 0;
    }


#Groupdialog-2 .pop-left .item-full {
    width: 100%;
}


/*#Groupdialog-2 .pop-left .grp-item .grp-textbox input {
    width: 28%;
    float: left;
    margin-right: 5px;
}*/


#Groupdialog-2 .pop-left .grp-item .grp-textbox input {
    width: 36%;
    float: left;
}

#Groupdialog-2 .pop-left .form-item textarea {
    width: 97%;
    padding: 5px;
    line-height: 18px;
}

.table {
    margin-bottom: 10px;
}


#Groupdialog-2 .pop-right .form-action .btn {
    padding: 6px 12px;
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    border: none;
    font-size: 11px;
    display: inline-block;
}


#Groupdialog-2 .pop-right table tr td input[type="checkbox"] {
    margin-right: 5px;
    width: auto;
}

#Groupdialog #txtCreateddate {
    margin-left: 8px;
    margin-top: 5px;
    min-width: auto !important;
    font-weight: normal;
}

#Groupdialog #txtModifieddate {
    margin-left: 8px;
    margin-top: 5px;
}

#Groupdialog-2 .pop-right .item-full {
    width: 100%;
}

#Groupdialog-2 .pop-right .grp-selectbox {
    float: left;
    width: 35%;
}

    #Groupdialog-2 .pop-right .grp-selectbox.grp-item-new {
        width: 80%;
    }


    #Groupdialog-2 .pop-right .grp-selectbox span.k-combobox {
        width: 100%;
    }


    #Groupdialog-2 .pop-right .grp-selectbox select {
        width: 100%;
    }

#Groupdialog-2 .pop-right .form-item textarea {
    width: 80%;
    padding: 5px;
    line-height: 18px;
    height: 104px;
}


/*#Groupdialog-2 .pop-right .form-item.label-item label {
    min-width: 135px;
}
*/

#Groupdialog-2 > .pop-left label.min80 {
    width: 70px;
}

#Groupdialog-2 .tabularContent {
    width: 100%;
    float: left;
    padding: 10px 15px;
    position: relative;
    border: 0;
    margin: 0;
    box-sizing: border-box;
    margin-top: -15px;
}

.tableGrid {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 0px;
}

    .tableGrid th {
        font-weight: bold;
        background: #3399ff;
        color: #fff;
    }

    .tableGrid th, .tableGrid td {
        padding: 10px;
        border: 1px solid black !important;
    }

    .tableGrid tr:nth-child(even) {
        background: #383838;
    }

.requiredError {
    border: 1px solid #F00505 !important;
}


#Groupdialog-2 .pop-left .rule-short label#txtCode {
    min-width: inherit;
}

/****new-popup close ****/


td.k-detail-cell table[role="treegrid"] tbody[role="rowgroup"] .k-detail-row tbody[role="rowgroup"] tr {
    background-color: #777;
}


    td.k-detail-cell table[role="treegrid"] tbody[role="rowgroup"] .k-detail-row tbody[role="rowgroup"] tr:nth-child(2n) {
        background-color: #545454;
    }

label {
    text-align: left;
}

.same-block {
    float: left;
    width: 30%;
    padding: 0 15px;
    margin: 10px 0;
}


.same-show .form-wrap {
    color: #fff;
    margin-bottom: 5px;
    clear: both;
}

    .same-show .form-wrap label {
        float: left;
        margin-right: 20px;
        color: #fff !important;
        min-width: 80px;
        font-size: 11px;
    }

#divActionCodeSection label {
    color: #fff !important;
    text-align: left;
    color: #fff !important;
    text-align: left;
    font-size: 11px;
}

#divActionCodeSection input {
    color: #333;
}

.same-block .form-item {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

    .same-block .form-item input {
        float: left;
        margin-top: 0;
        margin-right: 5px;
    }


.clear-both {
    clear: both;
}

#wnd label[for="codeCategory"] {
    color: #fff !important;
}

#divTaskFields span input {
    margin-bottom: 5px;
}


.grey-text {
    color: #ccc !important;
}

ul#panelbar {
    width: 100%;
    box-sizing: border-box;
}



#TaskEditdialog .k-edit-field label.label-pop {
    margin-top: 4px;
}

#TaskEditdialog .k-edit-field label[for="chkActive"] {
    margin-top: 0;
    margin-left: 5px;
}

#divAddItemPopup table,
#divAddItemPopup table td {
    border: none !important;
    background-color: transparent;
}

    #divAddItemPopup table td input {
        width: 95%;
        height: 32px;
    }


    #divAddItemPopup table tr {
        background-color: transparent !important;
        margin-bottom: 10px !important;
    }


.k-window-titlebar {
    background-color: #006c5e !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}





.sectionTask2 {
    /*float: left;*/
    clear:both;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px #ddd solid;
}


.form-task {
      float: left;
    width: auto;
/*    display: inline-block;*/
    margin-right: 10px;
/*    margin-bottom: 2px;*/
    min-height: 40px;
}



    .form-task.form-task-checkbox {
        width: auto !important;
        margin-right: 0;
    }

    .form-task label {
        float: left;
        text-align: left;
        color: #fff !important;
        min-height: 20px;
        white-space: normal;
        line-height: 12px;
        margin-bottom: 3px;
    }

    .form-task input[type="button"] {
        width: 100px;
        float: left;
        clear: both;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: black;
    }

    .form-task input[type="text"],
    .form-task input[type="tel"],
    .form-task input[type="email"],
    .form-task input[type="date"],
    .form-task select,
    .form-task textarea {
        width: 100px;
        float: left;
        clear: both;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #f1f7aa;
    }


    .form-task textarea {
        width: auto;
        height: 24px;
    }

    .form-task input[type="radio"],
    .form-task input[type="checkbox"] {
        margin-top: 0;
        clear: both;
        display: block;
        min-height: 24px;
    }

#ui-datepicker-div a {
    color: #fff;
}



.label {
    color: #fff !important;
}



.form-preview {
    float: left;
    width: 100%;
    margin-bottom: 8px;
}


    .form-preview label {
        float: left;
        min-width: 150px;
        text-align: right;
    }


    .form-preview input[type="text"],
    .form-preview textarea,
    .form-preview select {
        float: left;
        width: 50% !important;
    }



.windowForSelecedGridMRN {
    width: 100%;
    padding: 5px;
}

    .windowForSelecedGridMRN #divTaskActionStep .sectionFirst {
        float: left;
        width: 100%;
        background-color: #fff;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
    }

        .windowForSelecedGridMRN #divTaskActionStep .sectionFirst > .form-item {
            float: left;
            width: 32%;
            padding: 10px;
            margin: 5px;
            border: 1px #ccc solid;
            -webkit-box-shadow: -1px 3px 6px 0px rgba(194,180,194,0.5);
            -moz-box-shadow: -1px 3px 6px 0px rgba(194,180,194,0.5);
            box-shadow: -1px 3px 6px 0px rgba(194,180,194,0.5);
        }


#divTaskActionStep .sectionFirst > .form-item .form-task label {
    float: left;
    text-align: left;
    color: #333 !important;
    min-height: 12px;
    font-size: 11px;
    display: block;
    width: auto;
    clear: both;
    font-weight: normal;
}




.windowForSelecedGridMRN #divTaskActionStep .sectionFirst > .form-item span.TaskName {
    display: inline-block;
    color: #333 !important;
    font-size: 11px;
    font-weight: 600;
    background-color: #fff;
    padding: 3px 10px;
    margin-top: -20px;
    float: left;
    margin-bottom: 3px;
}


.windowForSelecedGridMRN #divTaskActionStep .sectionFirst > .form-item > .sectionTask2 {
    margin: 0;
    border-bottom: none;
    padding-bottom: 0;
}


.windowForSelecedGridMRN #divTaskActionStep .sectionSecond {
    float: left;
    width: 100%;
    background-color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

    .windowForSelecedGridMRN #divTaskActionStep .sectionSecond > .form-item {
        float: left;
        width: 32%;
        padding: 10px;
        margin: 5px;
        border: 1px #ccc solid;
        -webkit-box-shadow: -1px 3px 6px 0px rgba(194,180,194,0.5);
        -moz-box-shadow: -1px 3px 6px 0px rgba(194,180,194,0.5);
        box-shadow: -1px 3px 6px 0px rgba(194,180,194,0.5);
    }


#divTaskActionStep .sectionSecond > .form-item .form-task label {
    float: left;
    text-align: left;
    color: #333 !important;
    min-height: 12px;
    font-size: 11px;
    display: block;
    width: auto;
    clear: both;
    font-weight: normal;
}




.windowForSelecedGridMRN #divTaskActionStep .sectionSecond > .form-item span.TaskName {
    display: inline-block;
    color: #333 !important;
    font-size: 11px;
    font-weight: 600;
    background-color: #fff;
    padding: 3px 10px;
    margin-top: -20px;
    float: left;
    margin-bottom: 3px;
}


.windowForSelecedGridMRN #divTaskActionStep .sectionSecond > .form-item > .sectionTask2 {
    margin: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.TaskName-top-hdr-in {
    position: static;
    float: left;
    width: auto;
    background: #fff;
    margin-left: 16px;
    padding: 0 5px;
    color: #333 !important;
    font-size: 11px;
    font-weight: 600;
    margin-top: -25px;
}

.TaskName-top-hdr {
    width: 100%;
    display: inline-block;
}

.windowForSelecedGridMRN .headInfo {
    float: left;
    width: 100%;
}

    .windowForSelecedGridMRN .headInfo > div {
        float: left;
        min-width: 135px;
        padding: 5px;
        background-color: #eee;
        margin-right: 1px;
        margin-top: 1px;
        font-weight: 600;
        color: #333;
        width: auto;
        border: 1px #eee solid;
    }

        .windowForSelecedGridMRN .headInfo > div span {
            font-weight: normal;
            margin-left: 4px;
            color: #333;
        }



.addi-comment-grp {
    float: right;
    width: 39.5%;
}

    .addi-comment-grp > div {
        width: 100%;
    }

.addi-block textarea {
    resize: none;
}

/*.addi-block textarea#txtComment, .addi-block textarea#additionalCmmnt {
        height: 65px;
    }*/

.addi-block .addi-comment-grp textarea {
    height: 23px;
    box-shadow: none;
    border: 1px #bfbfbf solid;
}


span#addCodes {
    display: inline-block;
}

.codes-select {
    padding: 0 15px;
    float: right;
    margin-top: 7px;
}

    .codes-select label {
        margin-bottom: 0;
    }


#divActionComments label {
    color: #333 !important;
}


.codes-block {
    width: auto;
    border: 1px #ddd solid;
    padding: 5px 10px 2px 10px;
    vertical-align: top;
    border-radius: 5px;
    background-color: #f8f8fa;
    margin: 5px 15px;
}


#divActionCodeSection .box-wrapper-follow {
    margin-top: 0;
    border: none;
}
/*
    #divActionCodeSection .box-wrapper-follow .form-item {
        margin: 0;
        width: auto;
    }*/

        #divActionCodeSection .box-wrapper-follow .form-item label {
            margin: 2px 0;
            width: auto;
            display: inline;
        }

    #divActionCodeSection .box-wrapper-follow .form-item input {
        display: inherit;
        background-color: #F1F7AA;
    }

            #divActionCodeSection .box-wrapper-follow .form-item input.cstndt-fld {
                width: 100px;
            }

            #divActionCodeSection .box-wrapper-follow .form-item input.cstndt-amnt {
                width: 100px;
            }

.codes-block #gridSelectedCode {
    color: #0317b3; /* old color #0198ef*/
}

.select-code-dection .adnt-btn {
    float: left;
    padding-top: 6px;
    padding-bottom: 7px;
    margin-left: 6px;
}

.data-action-flw {
    width: 100%;
    margin-top: 5px;
}

#divTaskActionStep #divActionComments, .headInfo {
    border: 1px #ddd solid;
    padding: 5px;
    margin: 5px 0;
    -moz-box-shadow: -1px 3px 6px 0px rgba(194,180,194,0.5);
    -webkit-box-shadow: -1px 3px 6px 0px rgba(194,180,194,0.5);
    box-shadow: -1px 3px 6px 0px rgba(194,180,194,0.5);
}

    #divTaskActionStep #divActionComments label {
        font-size: 11px;
        font-weight: normal;
    }

.popup-table .table {
    margin-bottom: 5px;
}

.popup-table tr td {
    color: #fff;
    padding: 5px;
}

.popup-table {
    margin: 5px 0;
}

#lineBtnWindow input#btnSaveLineNotes {
    margin: 3px 0;
}

.popup-table .btn-margin,
.popup-table .label-margin {
    margin: 3px 0;
}


.insRow .col-md-3 {
    width: auto;
}

    .insRow .col-md-3 .avr-date label {
    }

        .insRow .col-md-3 .avr-date label b {
            width: auto;
        }

    .insRow .col-md-3 .avr-date input {
        width: 100px;
        clear: both;
        display: block;
    }

.insRow .newrow .pull-right {
    padding: 0 20px;
}

    .insRow .newrow .pull-right a {
        color: #fff;
    }

.insRow #gridrefresh {
    background-color: transparent;
}




.popup-bx-outer td, .popup-bx-outer tr, .popup-bx-outer tbody, .popup-bx-outer table {
    box-sizing: border-box;
}

.popup-bx-outer input[type="text"], .popup-bx-outer input[type="email"], .popup-bx-outer textarea, .popup-bx-outer select {
    width: 100%;
    box-sizing: border-box;
}

.popup-bx-outer select, .popup-bx-outer .ms-choice {
    width: 100% !important;
    box-sizing: border-box;
}

.popup-bx-outer .ms-choice {
    padding-left: 5px;
}

.popup-bx-outer .ms-parent {
    width: 100%;
}

.popup-bx-outer input[type="checkbox"] {
    vertical-align: middle;
    margin: 0 2px 0 0;
}

.popup-bx-outer td, .popup-bx-outer th {
    padding: 4px;
}

    .popup-bx-outer td label {
        color: #fff !important;
    }

.popup-bx-outer .ms-drop {
    width: 100% !important;
}

    .popup-bx-outer .ms-drop label {
        color: #333 !important;
    }

.popup-bx-outer .ms-choice span {
    width: 100% !important;
    padding-left: 0;
}

.ui-datepicker.ui-widget.ui-widget-content {
    background: #fff;
    padding: 5px;
    box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.5);
}

    .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header {
        position: relative;
    }

#ui-datepicker-div .ui-datepicker-calendar .ui-state-default {
    color: #1d1d1d;
    background: #eaeaea;
}

/*vipin*/
/*vipin*/
.pop-ftr-btns div {
    box-sizing: border-box;
}

.pop-ftr-btns {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

    .pop-ftr-btns input {
        width: 100%;
        box-sizing: border-box;
    }

.k-filterable ul.k-reset li label {
    color: white !important;
}

    .k-filterable ul.k-reset li label input {
        vertical-align: top;
        margin: 5px 2px 0 0;
    }

.sub-btn-cls {
    background-color: #3399ff !important;
}

#loaderImg {
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
}

#overlay {
    background-color: rgba(0,0,0,0.3);
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
}

.iconsize img {
    width: 20px;
}

.userListLeft {
    box-shadow: 0 0 10px #cdcdcd;
    border: 1px solid #cdcdcd;
    padding: 2px;
    height: 100%;
}

.userListRight {
    box-shadow: 0 0 10px #cdcdcd;
    border: 1px solid #cdcdcd;
    height: 100%;
}

.userProfile {
    width: 100%;
    float: left;
    /*border: 1px solid #ccc;*/
}

/*.userThumb {
    width: 15%;
    float: left;
    border: 1px solid #ccc;
}*/

.userThumb img {
    width: 100%;
}

.userDetail {
    float: right;
    border: 1px solid #CCC;
    width: 100%;
    height: 125px;
    margin-bottom: 5px;
}

    .userDetail .Profname {
        width: 100%;
        padding: 8px;
        font-size: 1.8rem;
        color: #000;
        margin: 0;
        background: #d9dac7;
        text-align: center;
        font-weight: 600;
    }

    .userDetail p {
        width: 50%;
        float: left;
        padding: 10px;
        margin: 0;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

        .userDetail p strong {
            float: left;
        }

        .userDetail p span {
            color: #0089e1;
            padding: 0 4px;
        }

        .userDetail p + p {
            float: right;
        }


    /*.userDetail ul {
        width: 100%;
        float: left;
        padding: 0;
    }*/

    /*.userDetail ul li {
            width: 100%;
            float: left;
            padding: 3px 5px;
        }*/

    /*.userDetail ul li strong {
                width: 22%;
                float: left;
                text-align: right;
                padding: 0 3px;
            }*/

    .userDetail ul li span {
        color: #0089e1;
    }

    .userData ul, .userDetail ul {
        width: 100%;
        float: left;
        padding: 0 0 0px 0;
    }

        .userDetail ul li {
            padding: 5px;
        }

        .userData ul li {
            padding: 5px;
        }

            /*.userData ul li strong {
            width: 100%;
            float: left;
            text-align: left;
            padding: 0 2px;
        }*/

            .userData ul li span {
                /*width: 100%;
            float: left;
            text-align: left;
            padding: 0 2px;*/
                color: #0089e1;
            }

.dataRestriction {
    padding: 10px;
    width: 100%;
    box-shadow: 0 0 10px #cdcdcd;
    float: left;
    margin: 0 0 10px 0;
}

/*.roleResource {
    height: 202px;
}

.additionalResource {
    height: 138px;
}

.reportResource {
    height: 150px;
}*/

.dataRestriction {
    max-height: 300px;
    overflow-y: auto;
}

.userRole {
    width: 100%;
    float: left;
}

    .userRole .form-group {
        width: 100%;
        float: left;
        margin: 0;
    }

        .userRole .form-group label {
            vertical-align: middle;
            float: left;
            width: 100%;
        }

    .userRole .form-group1 {
        width: 100%;
        float: left;
        margin: 0;
    }

        .userRole .form-group1 label {
            vertical-align: middle;
            float: left;
            width: 40%;
        }

    .userRole .form-group input[type=checkbox] {
        border: 1px solid #ccc;
        vertical-align: middle;
        margin: 0;
    }


    .userRole span {
        color: #0089e1;
    }

.userLogData {
    width: 100%;
    float: left;
    box-shadow: 0 0 0 1px #ccc;
    margin: 3px 0;
}

    .userLogData ul {
        width: 100%;
        float: left;
        padding: 0;
    }

        .userLogData ul li {
            width: 100%;
            float: left;
            padding: 3px 5px;
        }

            .userLogData ul li strong {
                width: 100%;
                float: left;
                text-align: left;
                padding: 0 3px;
            }

            .userLogData ul li span {
                width: 46%;
                float: left;
                text-align: left;
                padding: 0 3px;
                color: #555;
            }

ul, li {
    list-style: none;
}

#Groupdialog-2.dialog-blk-ui .pop-left {
    width: 100%;
    border: none;
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

#Groupdialog-2.dialog-blk-ui .pop-right {
    width: 100%;
    border: none;
    padding: 0px 6px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.dialog-blk-ui .grp-item {
    width: 50%;
    min-height: 29px;
}

.leftGrpItem, .rigthGrpItem {
    width: 50%;
    float: left;
}

.dialog-blk-ui .leftGrpItem .grp-item, .dialog-blk-ui .rigthGrpItem .grp-item {
    width: 100%;
}

.rl-pmt-ui tr td input, .rl-pmt-ui tr td select {
    min-width: 96%;
}

.rl-pmt-ui .k-widget.k-multiselect.k-header.k-multiselect-clearable {
    width: auto !important;
    min-width: 80%;
}

.rl-pmt-ui .k-multiselect-wrap.k-floatwrap {
    width: 70%;
}

.frm-sql-rtn {
    margin-top: -30px;
    margin-bottom: 15px;
}

/*.sql-grp-txt .grp-selectbox.grp-item-new {
    width: 78% !important;
}*/

#Groupdialog-2 .pop-right .sql-grp-txt .form-item textarea {
    width: 100%;
}

.dialog-blk-ui table {
    border-color: #6d6d6d !important;
}

.spwl-blk .form-group {
    text-align: right;
}

.spwl-blk label {
    width: auto !important;
    float: none !important;
    margin-right: 4px;
}

.spwl-blk span {
    padding-right: 6px;
    padding-top: 3px;
}

.spwl-blk {
    border: 1px solid #aaa;
    display: inline-block;
    width: 100%;
}

    .spwl-blk h4 {
        border-bottom: 1px solid #aaa;
        text-align: center;
        margin: 0;
        font-size: 13px;
        font-weight: bold;
        padding: 4px 15px;
    }

.textwhite {
    padding: 7px;
    border-radius: 5px;
    color: #000 !important;
}

.textblack {
    color: #fff !important;
}

input.textwhite[type="text"], input.textwhite[type="password"], input.textwhite[type="email"], select.textwhite, textarea.textwhite {
    padding: 7px;
    border-radius: 5px;
    color: #000 !important;
}

#AuditWindow div.auditBlock {
    font-weight: 600;
}

#AuditWindow div.audit {
    margin: 2px 0px;
    background-color: #eee;
    font-weight: 600;
    min-width: 200px;
    padding: 3px 2px 0px 2px;
    float: left;
}

    #AuditWindow div.audit span {
        font-weight: normal;
        color: #0317b3;
        font-weight: bold;
    }

#AuditWindow div.auditBlock label {
    color: #000 !important;
    font-weight: normal;
}

#AuditWindow div.auditBlock span {
    float: right;
    font-weight: normal;
    color: #0317b3;
    font-weight: bold;
}

#AuditWindow div.auditBlock textarea {
    background-color: #F1F7AA;
}



#ActionCodeDetails {
    width: 50%;
    float: left;
}

#ActionCodeDates {
    width: 50%;
    float: left;
}

#saveCommentBtn {
    float: right;
    margin-right: 2px;
    margin-top: 3px;
}
/*#AuditDetails{width:50%; float: left;}
    #AuditDate{width:50%; float: left;}*/
#AuditWindow hr {
    margin-top: 8px;
    margin-bottom: 8px;
}

#AuditWindow .commentSection div.auditBlock {
    min-width: 270px;
}

.editable {
    border-bottom: 1px solid #2a2a2a !important;
}

#addEditAuditWindow label.lblHeading {
    /*width: 100px;*/
    text-align: right;
    color: #ffffff !important;
    margin-right: 4px;
}

.k-filtercell input.k-input[type="text"] {
    border: 1px solid #737272 !important;
    color: white;
}


.resiText {
    box-sizing: border-box;
    resize: none;
    background-color: #F1F7AA;
    max-height: 100px;
    color: #000000;
}

.k-grid-header th.k-header {
    vertical-align: middle !important;
}

    .k-grid-header th.k-header > .k-link {
        padding: 5px 0px !important;
        margin: -5px 0px !important;
        text-overflow: initial !important;
    }

/*.k-header > .k-grid-filter, .k-header > .k-header-column-menu {
            margin-right: -14px !important;
        }*/



.breakWord {
    word-break: break-all !important;
    white-space: normal !important;
    max-height: 70px;
    overflow-y: auto;
}

span.k-operator-hidden {
    width: 100% !important;
}

span.k-icon.k-clear-value.k-i-close {
    padding-left: 7px !important;
}

.nr .avr-date {
    float: left;
    width: 48%;
    margin-right: 2px;
}

.nr label {
    width: 100%;
    color: #fff !important;
}

.nr .avr-date {
    width: 48%;
    margin-right: 2px;
}

    .nr .avr-date input {
        width: 100% !important;
    }


.nr .col-md-1 .avr-date {
    width: 100%;
}

.nr .avr-date > span {
    width: 100%;
}

.nr ~ div.k-content {
    clear: both;
    border: none;
}

.k-panelbar .k-content {
    clear: both;
}

.nr-icon {
    margin: 3px 5px !important;
}

    .nr-icon img {
        display: inline-block;
        padding-right: 0 !important;
    }

.userListRight {
    padding: 0 0 0 5px;
}

.table.table-edit tr td, .table.table-edit tr th {
    padding: 2px 6px;
    text-align: left;
    border-top: none;
}

/*Kendo Notification*/
.upload-error, .upload-warning, .upload-success {
    margin-top: -20px;
    color: #fff;
    width: 315px;
    height: 100px;
}

    .upload-error h3, .upload-warning h3, .upload-success h3 {
        font-size: 16px;
        padding: 20px 0px 5px 0px;
        font-weight: bold;
    }

    .upload-error p, .upload-warning p, .upload-success p {
        font-size: 12px;
    }

    .upload-error img, .upload-success img, .upload-warning img {
        float: left;
        margin: 8px 10px;
    }

/* Warning template */
.upload-warning {
    background-color: #06c;
    border-color: #06c;
}
/* Error template */
.upload-error {
    background-color: #db4240;
    border-color: #db4240;
}
/* Success template */
.upload-success {
    background-color: rgba(0%,60%,0%,.7);
    border-color: rgba(0%,60%,0%,.7);
}

.k-filter-row th, .k-grid-header th.k-header {
    text-align: center !important;
}


/**Begin: Sunil Yadav**/
.IsActive {
    color: #2ad242 !important;
    text-align: center;
    font-weight: 700;
}

.IsInactive {
    color: #e084be !important;
    text-align: center;
    font-weight: 700;
}



.pinkColor {
    color: #e084be !important;
}

.GrayColor {
    color: gray, !important;
    text-align: center;
    font-weight: 700;
}

.lightpinkColor {
    color: lightpink !important;
    text-align: center;
    font-weight: 700;
}

.yellowColor {
    color: #e084be !important;
    text-align: center;
    font-weight: 700;
}

td[data-role="editable"] .k-formatted-value.k-input,
td[data-role="editable"] input[type="text"] {
    color: black !important;
    background-color: #ffffff;
}

    td[data-role="editable"] .k-formatted-value.k-input,
    td[data-role="editable"] .k-formatted-value.k-input + input[type="text"] {
        color: black !important;
        background-color: #ffffff;
    }

ul[data-role="staticlist"] li,
ul[data-role="staticlist"] li {
    color: black !important;
    background-color: #ffffff;
}

div.k-list-container.k-popup.k-group.k-reset {
    background: white;
}

.k-list-optionlabel {
    color: #080808;
}
/*End: Sunil Yadav */


/*Start :Harshwardhan*/
input[type="file"] {
    text-indent: 0 !important;
}

.pouptextarea {
    width: 62%;
    background: #272727;
    color: #fff;
}

#divActionComments select,
#divActionComments input,
#divActionComments textarea {
    color: #fff;
    background: #272727;
}

.appliedfilter {
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    word-break: break-word;
    white-space: nowrap;
    overflow: hidden;
    background: #272727;
    border: 1px solid #737272 !important;
    height: 22px;
    border-radius: 3px;
    line-height: 27px;
    padding-left: 4px;
}

@media screen and (max-width: 1024px) and (min-width: 767px) {
    .userListLeft, .dataRestriction, .dataRestriction > div,
    .userListRight, .roleResource, .roleResource div, .reportResource,
    .reportResource div, .additionalResource, .additionalResource div {
        height: auto !important;
    }

    div.k-window {
        top: 100px !important;
        left: 35px !important;
    }
}
/*End : Harshwardhan*/


/*Added by Gazal(global css)*/
.colorRed {
    color: red;
}

.failure {
    background-color: #d01e1e;
}

.success {
    color: #34ff34;
}

.bold {
    font-weight: bold !important;
}

.center {
    text-align: center !important;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.excelIcon {
    float: right;
    padding-left: 10px;
    cursor: pointer;
    margin-right: 10px;
}

.noDisplay {
    display: none;
}

.anchor {
    text-decoration: underline;
    cursor: pointer;
}

.middle {
    vertical-align: middle !important;
}

.disInline {
    display: inline;
}

.fullWidth {
    width: 100%;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.viewitem {
    margin-left: 5px;
}

    .viewitem i {
        font-weight: bolder;
        font-size: 12px;
    }

.user-image-top {
    width: 30px;
    float: right;
    margin-right: 35px;
    margin-top: -7px;
    height: 30px;
}

    .user-image-top img {
        width: 100%;
        border-radius: 50%;
        height: 100%;
    }

.btnActive {
    background-color: rgb(0, 128, 0) !important;
}
