﻿/*Vault Login*/
.vault-login-page {
    width: 100%;
    padding: 8% 0 0;
    margin: auto;
    height: calc(100vh - 91px);
    background: #eee;
}

.vault-logo {
    margin: -20px 0 10px -10px;
    max-width: 80px;
}

.vault-loginform {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 360px;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

    .vault-loginform input {
        font-family: "Roboto", sans-serif;
        outline: 0;
        background: #f2f2f2;
        width: 100%;
        border: 0;
        margin: 0 0 15px;
        padding: 15px;
        box-sizing: border-box;
        font-size: 14px;
    }

    .vault-loginform button {
        font-family: "Roboto", sans-serif;
        text-transform: uppercase;
        outline: 0;
        background-color: #f08800;
        border-color: #f08800;
        width: 100%;
        border: 0;
        padding: 15px;
        color: #FFFFFF;
        font-size: 14px;
        -webkit-transition: all 0.3 ease;
        transition: all 0.3 ease;
        cursor: pointer;
    }

        .vault-loginform button#btnDMSLogin {
            background-color: #1b745c;
            border-color: #1b745c;
        }

        .vault-loginform button:hover,
        .vault-loginform button:active,
        .vault-loginform button:focus {
            background: #E07E00;
        }

    .vault-loginform .message {
        margin: 15px 0 0;
        color: #b3b3b3;
        font-size: 12px;
    }

        .vault-loginform .message a {
            color: #4CAF50;
            text-decoration: none;
        }

/*Vault Login End*/

header {
    background-color: #1D2C33;
    width: 100%;
}

.navbar_login {
    float: right;
}

.navbar_main {
    float: left;
}

    .navbar_main .glyphicon {
        float: left;
        font-size: 14px;
        color: #fff;
        margin: 0 5px 0 0;
        line-height: 24px;
        font-weight: normal;
    }

    .navbar_main li.active, .navbar_main li:hover {
        border-bottom: 3px solid #fff;
        transition: border-bottom .3s linear 0s;
        -moz-transition: border-bottom .3s linear 0s;
        -webkit-transition: border-bottom .3s linear 0s;
        -o-transition: border-bottom .3s linear 0s;
    }

        .navbar_main ul#menu li.active a, .navbar_main li.active .glyphicon {
            color: #fff;
        }

/*a.logo_title {
    font-size: 28px;
    padding-bottom: 5px;
    float: left;
    line-height: 60px;
}*/

.home_container > .row {
    margin-bottom: 10px;
}

.navbar_main .glyphicon {
}

.navbar_login#login {
    background-color: #059AD0;
    padding: 0px 0 0px 0px;
    text-align: center;
    margin: 0;
    border-radius: 0 0 3px 3px;
    cursor: pointer;
}

    .navbar_login#login ul {
        float: left;
        margin: 0px;
        padding: 0 0px;
    }

        .navbar_login#login ul li {
            float: left;
            margin: 0px;
        }

            .navbar_login#login ul li a {
                background-color: transparent;
                color: #000;
                margin: 0px;
                padding: 4px 10px 0 0px;
                float: left;
                font-size: 12px;
                line-height: 18px;
            }

.navbar_login span.glyphicon.glyphicon-off {
    float: left;
    font-size: 13px;
    color: #000;
    margin: 0 6px 0 0;
    line-height: 18px;
    font-weight: normal;
}

.navbar_login span.username {
    float: left;
    padding: 4px 7px;
    line-height: 22px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
}

/*.navbar_login#login li.logout {
    background-color: #E83131;
     width: 100%;
  float: left;
  padding: 4px 1px 5px 38px;
}*/

.navbar_login#login li.logout:hover {
    /*background-color: #DD3905;*/
}

    .navbar_login#login li.logout:hover a, .navbar_login#login li.logout:hover span.glyphicon {
        color: #DD3905;
    }

.navbar_login#login h3 {
    font-size: 20px;
    color: #fff;
    margin: 0px;
    padding: 8px 10px;
}

.navbar_login span.glyphicon {
    float: left;
    color: #fff;
    line-height: 22px;
    padding: 3px 0px 0 10px;
}

.navbar_login span.glyphicon-triangle-bottom {
    font-size: 11px;
    padding: 5px 10px 0 0;
    cursor: pointer;
}

.container_common {
    float: left;
    padding: 20px !important;
    background-color: #fff;
    /*margin-top: 10px;*/
    border-radius: 3px;
    margin-bottom: 10px;
    max-width: 100%;
    border: 1px solid #EAEAEA;
    /*box-shadow: 1px 1px 1px .6px #CACACA;*/
}

.k-grid-content::-webkit-scrollbar {
    height: .6em;
    width: .6em;
    -webkit-appearance: none;
}

.k-grid-content::-webkit-scrollbar-thumb {
    background-color: rgba(200, 200, 200,0.3);
    box-sizing: content-box;
}

/*  Login Css */
.login_body {
    width: 100%;
}

.login-container {
    position: relative;
    width: 380px;
    margin: 20px 30px 40px 33%;
    padding: 20px 40px 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    height: 360px;
    float: left;
}

#output {
    position: absolute;
    width: 300px;
    top: -55px;
    left: 0;
    color: #fff;
    background: rgb(228, 105, 105);
    padding: 10px;
}

    #output .field-validation-error {
        color: #fff;
        font-size: 14px;
        font-weight: normal;
    }

    #output.alert-success {
        background: rgb(25, 204, 25);
    }

    #output.alert-danger {
        background: rgb(228, 105, 105);
    }


/*.login-container::before, .login-container::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 4.2px;
    left: 0;
    background: #fff;
    z-index: -1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    border: 1px solid #ccc;
}

.login-container::after {
    top: 8px;
    z-index: -2;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    box-shadow: 0 0 4px #ccc;
}*/

.avatar {
    width: 100px;
    height: 100px;
    margin: 10px auto 30px;
    border-radius: 100%;
    border: 2px solid #aaa;
    background-size: cover;
}

.form-box input {
    width: 100%;
    padding: 10px;
    height: 40px;
    border: 1px solid #ccc;
    background: #fafafa;
    transition: 0.2s ease-in-out;
}

    .form-box input:focus {
        outline: 0;
        background: #eee;
    }

    .form-box input[type="text"] {
        border-radius: 2px;
        text-transform: lowercase;
    }

    .form-box input[type="password"] {
        border-radius: 2px;
    }

.form-box h4 {
    margin-bottom: 25px;
    border-bottom: 1px dashed #ccc;
    font-weight: bold;
    text-align: left;
    font-size: 22px;
    padding: 0 0 10px 0;
    font-weight: 300;
}

.form-box button.login {
    margin-top: 15px;
    padding: 10px 20px;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


.form-box input[type="checkbox"] {
    height: 14px;
    float: left;
    width: 14px;
    margin: 8px 5px;
}

.editor-label {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 13px;
}

    .editor-label label {
        font-size: 13px;
        font-weight: 400;
    }

        .editor-label label[for="RememberMe"] {
            float: left;
            margin: 7px 5px 0 0;
            font-size: 12px;
        }

    .editor-label .forget_pwd {
        margin-bottom: 13px;
        float: left;
        font-size: 12px;
        color: #0082B2;
    }

.editor-field {
    float: left;
    width: 100%;
    margin: 0px 0 15px 0;
}

.form-box input.btn-info {
    color: #fff;
    background-color: #34B9EA;
    border-color: #28A9D8;
    font-size: 16px;
    line-height: 16px;
}

    .form-box input.btn-info:hover {
        color: #fff;
        background-color: #159ED0;
        border-color: #159ED0;
    }
/*  Login Css */
.form_fields {
    margin:0 0 20px 0;
    padding: 0px 0px 0 0px;
}

    /*.form_fields:last-child {
        margin: 0 -15px 5px -15px;
    }*/

    .form_fields label {
        margin: 0px 0 4px 0;
            color: #777 !important;
    }

.title_strip {
    float: left;
    padding: 10px 20px 10px 20px;
    width: 100%;
    display: block;
    background-color: #F7F7F7;
    -webkit-box-shadow: 0 4px 10px -4px rgba(0,0,0,0.05);
    box-shadow: 0 4px 10px -4px rgba(0,0,0,0.05);
    height: 50px;
}

.backto_btn {
    float: right;
    cursor: pointer;
}

    .backto_btn.btn-primary {
        /*padding: 5px 8px 5px 10px;*/
        color: #fff;
        border-radius: 3px;
        background-color: #999999;
        border-color: #848484;
        margin: 2px 0 0 0;
    }

        .backto_btn.btn-primary:hover {
            background-color: #ADADAD;
            border-color: #9D9D9D;
        }

    .backto_btn a, .backto_btn a:hover {
        color: #fff;
        background: none;
        text-decoration: none;
        font-size: 13px;
    }

.title_strip h3 {
    float: left;
    margin: 0px;
    line-height: 30px;
    font-size: 20px;
    color: #059AD0;
}

.form_container {
    padding: 10px 0;
}

.text-box.single-line {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .text-box.single-line:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
        -webkit-transition: box-shadow .15s ease-out;
        -moz-transition: box-shadow .15s ease-out;
        -o-transition: box-shadow .15s ease-out;
        transition: box-shadow .15s ease-out;
        -webkit-transition: "box-shadow .15s ease-out";
        -moz-transition: "box-shadow .15s ease-out";
        -ms-transition: "box-shadow .15s ease-out";
        -o-transition: "box-shadow .15s ease-out";
        transition: "box-shadow .15s ease-out";
    }

.form_dummy20 {
    width: 100%;
    float: left;
    height: 28px;
}

/*.navbar_login#login ul#myprofile_ul {
    position: absolute;
    top: 37px;
    background-color: #F7F7F7;
    width: 148px;
    z-index: 10;
    border-radius: 3px;
    border: 1px solid #ECEAEA;
    padding: 8px 0px;
    float: left;
    -webkit-animation: fadeIn .3s ease-in-out;
    animation: fadeIn .3s ease-in-out;
    -moz-animation: fadeIn .3s ease-in-out;
    margin: 0 0 0 11px;
}

ul#myprofile_ul li {
    float: left;
    height: 30px;
    width: 100%;
    text-align: center;
    padding: 3px 0 0 20px;
}

    ul#myprofile_ul li:first-child {
        width: 100%;
    }

.navbar_login ul#myprofile_ul span.glyphicon.glyphicon-user {
    float: left;
    font-size: 12px;
    color: #000;
    margin: 0 6px 0 0;
    line-height: 16px;
    font-weight: normal;
}

.navbar_login ul#myprofile_ul li:hover span.glyphicon {
    color: #059AD0;
}*/

ul#myprofile_ul li:first-child:hover {
    /*background-color: #059AD0;*/
}

/*ul#myprofile_ul li:first-child:hover a {
        color: #059AD0;
    }

ul#myprofile_ul li a {
    color: #000;
}*/


.page_tabs {
    float: left;
}

ul#tabs {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-align: right;
    float: left;
}

    ul#tabs li {
        display: inline;
        list-style: none;
        padding-left: 15px;
        float: left;
        padding: 3px 8px;
        height: 35px;
        margin: 0 5px 0 0px;
        background-color: #EAF9FF;
        border: 1px solid #A3D0E4;
        border-bottom: 0px;
        border-radius: 3px 3px 0 0;
    }

        ul#tabs li a {
            background: none;
            color: #999;
            text-decoration: none;
            font-size: 13px;
            font-weight: normal;
        }

            ul#tabs li a:hover {
                color: #333;
                text-decoration: none;
            }

.page_tabs li.active, .page_tabs li:hover {
    transition: border-bottom .3s linear 0s;
    -moz-transition: border-bottom .3s linear 0s;
    -webkit-transition: border-bottom .3s linear 0s;
    -o-transition: border-bottom .3s linear 0s;
}

.page_tabs li .glyphicon {
    float: left;
    font-size: 13px;
    color: #999;
    margin: 0 5px 0 0;
    line-height: 24px;
    font-weight: normal;
}

.page_tabs ul#tabs li.active a, .page_tabs li.active .glyphicon {
    color: #00B0F0;
}

section.page_grid {
    float: left;
    width: 100%;
}

.body_page_grid {
    float: left;
    width: 100%;
}

.k-icon.k-filter {
    background: url(../images/Office365_sprite.png);
    background-position: -32px -79px;
    opacity: .3;
    margin: -5px 0 0 0;
}

.section_menu {
}

.col-md-2.section_menu {
    height: 537px;
    padding: 0px 0px;
    background-color: #FAFAFA;
    margin: 0px 0 0px 0;
    border-radius: 3px;
    border-right: 1px solid #D3D3D3;
    float: left;
    border-radius: 2px 0 0 0px;
}

    .col-md-2.section_menu h4 {
        line-height: 25px;
        font-size: 16px;
        padding: 13px 25px 0px;
        width: 100%;
        float: left;
        font-weight: 500;
        margin: 0px 0px 5px 0;
        color: #059AD0;
    }

.section_menu a {
    line-height: 25px;
    font-size: 13px;
    padding: 0px 0px 0 20px;
    width: 100%;
    float: left;
    text-decoration: none;
}

    .section_menu a:hover, .section_menu a.active, .section_menu a:focus, .section_menu a:visited {
        text-decoration: none;
    }
/*.section_menu a:hover, .section_menu a.active, .section_menu a:focus, .section_menu a:visited {
        background-color: #eee;
        text-decoration: none;
        color: #333;
    }*/

.k-grid-td-icon {
    width: 26px;
    height: 26px;
    float: left;
}

.k-manage-icon {
    background-size: 20px 20px !important;
}

.k-edit-icon {
    background-size: 15px 15px !important;
}

a.k-grid-td-icon:hover {
    -webkit-animation: zoomIn .3s ease-in-out;
    animation: zoomIn .3s ease-in-out;
    -moz-animation: zoomIn .3s ease-in-out;
}



.title_strip_grid {
    float: left;
    padding: 10px 20px 10px 26px;
    margin: 2px 0px 0px 0px;
    width: 100%;
    display: block;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 4px 10px -4px rgba(0,0,0,0.05);
    box-shadow: 0 4px 1px -1px rgba(0,0,0,0.05);
    height: 51px;
    border-radius: 2px;
}

    .title_strip_grid h3 {
        float: left;
        margin: 0px;
        line-height: 30px;
        font-size: 23px;
        color: #E96562;
    }

/*.k-grid table.k-grid-content>tbody>tr>td {
  border-bottom: 1px solid #F5F5F5;
  height: 30px;
  text-align: left;
}*/
.k-grid table.k-grid-content > tbody > tr.k-alt {
    background-color: #f5f5f5;
}

.k-grid table.k-grid-content > tbody > tr > td {
    height: 28px;
    font-size: 13px;
}

.container_page {
    min-height: 538px;
    /*background-color: #fff;*/
    margin: 0px 0 0px 0;
}

.k-grid-content .k-grid {
    border: 1px solid #a3d0e4;
    border-radius: 3px;
}

.k-header.k-grid-toolbar.k-grid-top {
    border-color: #a3d0e4;
    border-bottom-width: 1px;
    background-color: #EAF9FF;
}

.col-md-2.section_menu h4 span.glyphicon-list-alt {
    margin: 0px 5px -2px 0;
    font-size: 18px;
}

/*.title_strip_grid h3:before {
    content: "\e022";
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    margin-right: 2px;
    font-size: 18px;
}*/



    .k-grid .k-header .k-button:before {
        content: "\2b";
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        margin-right: 5px;
        font-size: 12px;
    }

    /*.k-grid .k-header .k-button:hover::before {
        -webkit-animation: fadeInDown .3s ease-in-out;
        animation: fadeInDown .3s ease-in-out;
        -moz-animation: fadeInDown .3s ease-in-out;
    }

.backto_btn.btn-primary:hover .glyphicon-arrow-left:before {
    -webkit-animation: fadeInDown .3s ease-in-out;
    animation: fadeInDown .3s ease-in-out;
    -moz-animation: fadeInDown .3s ease-in-out;
}*/

.container_page > .row > .col-md-10 {
    background-color: #fff;
    min-height: 535px;
    border-radius: 0 2px 0 0px;
    border: 1px solid #ccc;
    border-left: 0px;
}

/*.k-grid-header th.k-header {
    background-color: #F5F5F5;
}*/

.container.container_common_user {
    padding: 30px 20px 20px 40px !important;
    background-color: #fff;
    margin: 60px auto 0;
    border-radius: 3px;
    max-width: 100%;
    box-shadow: 1px 1px 1px .6px #CACACA;
}

    .container.container_common_user .display-label {
        font-weight: bold;
    }

.container_common_user .row .row {
    margin-bottom: 15px;
    width: 50%;
    float: left;
}

/*span.backto_btn.btn-primary:hover .glyphicon {
    -webkit-animation: fadeInDown .3s ease-in-out;
    animation: fadeInDown .3s ease-in-out;
    -moz-animation: fadeInDown .3s ease-in-out;
}*/


.ui-dialog.ui-widget-content.changepwd_popup {
    top: 24% !important;
    -webkit-animation: fadeInDown .3s ease-in-out;
    animation: fadeInDown .3s ease-in-out;
    -moz-animation: fadeInDown .3s ease-in-out;
}

    .ui-dialog.ui-widget-content.changepwd_popup .ui-dialog-titlebar {
        background: #EAF9FF;
        border: 1px solid #a3d0e4;
        color: #009BD4;
    }


.section_menu ul#sidemenu {
    float: left;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

    .section_menu ul#sidemenu li {
        padding: 3px 5px;
        float: left;
        width: 100%;
    }

        .section_menu ul#sidemenu li:hover a {
            text-decoration: none;
            color: #333;
        }
/* .section_menu ul#sidemenu li:hover {
            background-color: #FFF;
            float: left;
            width: 100%;
            text-decoration: none;
            padding: 3px 5px;
        }



        .section_menu ul#sidemenu li.active {
            background-color: #FFF;
            border: 1px solid #ccc;
            float: left;
            width: 101%;
            border-right-width: 0px;
            text-decoration: none;
        }*/

.col-md-10 .body_page_grid {
    padding: 20px 0 0 5px;
}

p.success-msg {
    padding: 14px;
    color: #3D9817;
    text-align: center;
    background-color: #dff0d8;
    margin-bottom: 10px;
     position: fixed;
    top: 0;
    margin:0px 40%;
    border: 1px solid #8FBD7C;
    z-index: 100000;
    border-radius: 0px;
    width: auto;
    white-space: nowrap;
}

.success-msg .glyphicon-ok {
     margin: 0 10px 0 0;
}
.success-msg .icon-img {
    margin: 0 5px 0 0;
    background: url(https://cdn2.iconfinder.com/data/icons/function_icon_set/accepted_48.png);
    width: 28px;
    height: 30px;
    background-size: 28px;
    float: left;
}
/*warn msg*/
p.warning-msg {
       padding: 14px;
    color: #666;
    text-align: center;
    background-color: #f3e9b9;
    margin-bottom: 10px;
    position: fixed;
    top: 0;
    margin: 0px 40%;
    border: 1px solid #e2d7a4;
    z-index: 100000;
    border-radius: 0px;
    width: auto;
    white-space: nowrap;
}

.warning-msg .glyphicon-ok  {
     margin: 0 10px 0 0;
}
.warning-msg .glyphicon-info-sign {
      margin: 0 10px 0 0;
      color: #f3e9b9;
}
.warning-msg .icon-img {
    margin: 0 5px 0 0;
    background: url(https://cdn2.iconfinder.com/data/icons/function_icon_set/accepted_48.png);
    width: 28px;
    height: 30px;
    background-size: 28px;
    float: left;
}

/*Added by Raghu*/
p.error-msg {
    padding: 14px;
    color:#C51E1E;
    text-align: center;
    background-color: #fdb9b9;
    margin-bottom: 10px;
     position: fixed;
    top: 0;
    margin: 0px 40%;
    border: 1px solid #eaa0a0;
    z-index: 100000;
    border-radius: 0px;
    width: auto;
    white-space: nowrap;
}

.error-msg .glyphicon-remove {
     margin: 0 10px 0 0;
      color:#C51E1E;
}
.error-msg .icon-img {
    margin: 0 5px 0 0;
    background: url(https://cdn2.iconfinder.com/data/icons/function_icon_set/accepted_48.png);
    width: 28px;
    height: 30px;
    background-size: 28px;
    float: left;
}

p.delete-msg {
       padding: 14px;
    color: #C51E1E;
    text-align: center;
    background-color: #f2dede;
    margin-bottom: 10px;
    width: auto;
    float: right;
    position: fixed;
    top: 0;
    margin: 0px 40%;
    border: 1px solid #F1CACA;
    z-index: 10000;
}

.delete-msg .glyphicon-remove {
    margin: 0 5px 0 0;
}

.title_strip_grid h3 span {
    font-size: 16px;
}

.viewpage_heading .col-md-12 {
    padding: 0px;
}

.title_strip_grid h3 span::before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.k-grid-header th.k-header.grid_heading > .k-link {
    text-align: center;
    margin: 0 auto;
    float: none;
    padding: 2px 0;
}

.btn.grid_btnicon {
    font-family: 'Lato', sans-serif;
    padding: 3px 5px;
    background-color: transparent;
}

    .btn.grid_btnicon:hover {
        -webkit-animation: zoomIn .3s ease-in-out;
        animation: zoomIn .3s ease-in-out;
        -moz-animation: zoomIn .3s ease-in-out;
    }

    .btn.grid_btnicon i.glyphicon {
        font-size: 14px;
        margin: 0 0px 0 0;
    }

    .btn.grid_btnicon .glyphicon.glyphicon-pencil {
        color: #81D06A;
    }

    .btn.grid_btnicon .glyphicon.glyphicon-trash {
        color: #D43131;
    }

    .btn.grid_btnicon .glyphicon.glyphicon-cog {
        color: #009BD4;
    }

.k-panelbar li.k-item > span {
    background-color: #42B2DB;
    color: #fff !important;
}

.k-panelbar li.k-item.k-state-active > span {
    background-color: #009BD4;
    color: #fff;
}

.k-panelbar > li.k-item:hover span.k-icon {
    background-position: 0 -32px;
}

.k-panelbar > li > .k-state-selected, .k-panelbar > li.k-state-default > .k-link.k-state-selected {
    color: #fff;
}

.k-panelbar li.k-item.k-state-active .k-grid-toolbar {
    background-color: #009BD4;
}

.k-panelbar li.k-item.k-state-active .k-grid-toolbar {
    background-color: #D6F4FF;
    border: 1px solid #78D2F5;
}

.k-panelbar li.k-item.k-state-active .k-grid .k-header .k-button, .k-panelbar li.k-item.k-state-active .k-grid .k-header .k-button:hover {
    background-color: #D6F4FF;
    border-color: #D6F4FF;
    color: #009BD4;
}

.innerpage_container {
    background-color: #fff;
    margin: 10px 0 0 0;
}

    .innerpage_container .rowpadding {
        padding: 0 15px;
    }

.gridbtns_col {
    margin-bottom: 5px;
}

.title_strip_inner {
    float: left;
    padding: 6px 20px 6px 16px;
    margin: 0px 0px 10px 0px;
    width: 100%;
    display: block;
    background-color: #F7F7F7;
    -webkit-box-shadow: 0 4px 10px -4px rgba(0,0,0,0.05);
    box-shadow: 0 4px 1px -1px rgba(0,0,0,0.05);
    height: 42px;
    border-radius: 2px;
    border: 1px solid #eee;
}

    .title_strip_inner h3 {
        float: left;
        margin: 0px;
        line-height: 30px;
        font-size: 17px;
        color: #999999;
    }

.title_strip_cont h3 {
    float: left;
    margin: 0px;
    line-height: 30px;
    font-size: 17px;
    color: #999999;
}

.title_strip_container {
    float: left;
    padding: 10px 20px 0px 26px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    display: block;
    background-color: #F7F7F7;
    -webkit-box-shadow: 0 4px 10px -4px rgba(0,0,0,0.05);
    box-shadow: 0 4px 1px -1px rgba(0,0,0,0.05);
    height: 51px;
    border-radius: 2px;
}

    .title_strip_container h3 {
        float: left;
        margin: 0px;
        line-height: 30px;
        font-size: 17px;
        color: #999999;
    }

h3.form_heading {
    margin: 10px 0 10px 0;
    width: auto;
    float: left;
    border-bottom: 2px solid #00B0F0;
    font-size: 20px;
}

.content_grid {
    border: 0px solid #ccc;
    float: left;
    margin: 5px;
    padding: 6px;
    width: 38%;
    word-wrap: break-word;
}

.pagesize_input {
    width: 25px;
    margin: 0px 10px;
    height: 26px;
    padding: 0px 4px;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 2px;
}

.grid_btnedit {
    width: 100%;
    float: right;
    text-align: right;
    padding: 4px 11px 0px 0;
}

.grid_details_tr {
    border-top: 2px solid #E5E5E5;
    margin-top: -2px;
    float: left;
    width: 100%;
    display: table;
}

.grid_page_nav {
    margin-top: 20px;
    float: left;
}

.rowleft {
    float: left;
    clear: both;
}

.grid_addformubtn {
    margin: 12px 2px 0 0;
}

.nopadding {
    padding: 0px !important;
}
.no-right-padding {
       padding-right: 0px !important;
}
.no-left-padding {
       padding-left: 0px !important;
}
.formu_details_pagenav {
    padding: 0px !important;
    margin: 0 0px 0 0px;
    line-height: 26px;
}

.grid_btns_center {
    margin: 15px 0 0 0;
    text-align: center;
}

.pad_around_10 {
    padding: 10px;
}

.formu_edit_form {
    padding: 10px;
    border: 1px solid #ddd;
}

label.big {
    font-size: 1.2em;
    color: #000000;
    font-weight: 400;
}

.navbar_main li.active {
    position: relative;
}

/*.navbar_main li.active:after, .navbar_main li.active:before {
        bottom: 0%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .navbar_main li.active:after {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #00B0F0;
        border-width: 4px;
        margin-left: -4px;
    }

    .navbar_main li.active:before {
        border-color: rgba(194, 225, 245, 0);
        border-bottom-color: #00B0F0;
        border-width: 5px;
        margin-left: -5px;
    }*/

.empty_10 {
    width: 60%;
    float: left;
    height: 13px;
}

/*div#DivLeft {
    border: 1px solid #eee;
    max-height: 560px;
    overflow: auto;
    padding: 0px;
    min-height: 400px;
    background: #F7F7F7;
    overflow-x: hidden;
}*/

span.k-widget.form-control {
    border: 2px solid #E9E9E9;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    /*padding: 0px 6px 0px 0px;*/
    height: 36px;
    width: 97%;
}
span.k-widget.form-control:focus span.k-dropdown-wrap {
    border: 2px solid #3c8dbc;
}
    span.k-widget.form-control.k-dropdown {
        display:inline-block;
         border: 0px solid #E9E9E9;
    }
        .Product_Family_TableGrid  span.k-widget.form-control.k-dropdown[aria-haspopup="true"] {
            
                display:inline-table;
        }
/*.Metadata_TableGrid tr.k-grid-edit-row span.k-widget.form-control.k-dropdown {
           display:inline-table;
}*/
.Metadata_TableGrid tr.k-grid-edit-row td[data-container-for="Region"] span.k-widget.form-control.k-dropdown {
           display:inline-table;
}
.Metadata_TableGrid tr.k-grid-edit-row td[data-container-for="Region"] span.k-widget.form-control.k-dropdown > span {
    width: 80px;
}
/*.Product_Family_TableGrid span.k-widget.form-control.k-dropdown {
     display:inline-table;
         border: 0px solid #E9E9E9;
}*/
span.k-widget.form-control span.k-dropdown-wrap {
    border: 2px solid #E9E9E9;
    height: 34px;
    border-radius: 3px;
}
span.k-widget.form-control .k-dropdown-wrap.k-state-hover, span.k-widget.form-control .k-dropdown-wrap.k-state-hover:hover {
    background: transparent;
    box-shadow: none;
    border: 2px solid #E9E9E9;
}
.k-textbox:hover {
      background: transparent;
    box-shadow: none;
    border: 2px solid #E9E9E9;
}
.k-widget.k-datepicker.form-control{
    width: 140px;
}
span.k-widget.form-control span.k-input {
    height: 100%;
}
    span.k-widget.form-control:focus {
        border-color: #3c8dbc;
    box-shadow: none;
    }
    span.k-widget.form-control span {
        background-color: transparent;
        box-shadow: none;
        border: none;
           line-height: 35px;
               color: #949494;
    }
span.k-widget.form-control .k-dropdown-wrap span.k-input {
                line-height: 31px;
}
span.k-widget.form-control:-moz-placeholder,
span.k-widget.form-control::-webkit-input-placeholder,
span.k-widget.form-control:-ms-input-placeholder,
span.k-widget.form-control::-moz-placeholder {
    color: #949494;
}
.form-control .k-dropdown-wrap.k-state-hover, .form-control .k-dropdown-wrap.k-state-hover:hover {
    background: transparent;
    box-shadow: none;
    border: none;
}

.compo_tab {
    background-color: #F7F7F7;
    border: 1px solid #DEDEDE;
    padding: 4px 10px;
    margin: 0 1px;
    border-radius: 3px;
}

    .compo_tab.active {
        background-color: #fff;
        border-bottom: 1px solid #fff;
    }

.compo_tabcontent {
    border: 1px solid #ddd;
    padding: 10px 15px;
    margin: -1px 0 0 0;
    float: left;
    width: 100%;
}

    .compo_tabcontent .grid_details_tr, .compo_tabcontent .container_common {
        border: 0px solid #ddd;
    }

.btn-default[disabled].hint:after, .btn-default[disabled][data-hint]:after, .btn-default[disabled].hint:before, .btn-default[disabled][data-hint]:before {
    display: none;
}

.btn-default[disabled] span.glyphicon {
    color: #999;
}

.btn.btn_nav {
    border-radius: 36px;
    padding: 0px;
    font-size: 11px;
    text-align: center;
    line-height: 24px;
    width: 26px;
    height: 25px;
}

.row.substance_row label {
    float: right;
    width: 100%;
}

.row.substance_row > div {
    border-width: 0 1px 1px 1px;
    padding: 4px 10px 8px;
}

.row.substance_row {
    margin: 5px 2px;
}

.edit_substance .row {
    margin-bottom: 12px;
}

    .edit_substance .row label {
        margin-bottom: 2px;
    }

.primarypack_details .row {
    margin-bottom: 12px;
}

    .primarypack_details .row label {
        margin-bottom: 2px;
    }

/* Css Animations*/
/*@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}*/


@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2);
    }
}

@keyframes zoomIn {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2);
    }
}


@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


.page_subtabs {
    float: left;
    margin: 0 0 12px 13px;
    padding: 0px;
}

    .page_subtabs li {
        float: left;
        list-style-type: none;
        margin: 4px 20px 0 0;
        border-bottom: 2px solid #B2E4F5;
    }

        .page_subtabs li a, .page_subtabs li a:hover {
            color: #059AD0;
            text-decoration: none;
        }

        .page_subtabs li:hover {
            background-color: #fff;
            transition: all .5s ease-in-out;
        }

        .page_subtabs li.active {
            border-bottom: 2px solid #81CA80;
            color: #64C862;
        }

            .page_subtabs li.active a {
                color: #64C862;
            }
            /*  Active Arrow*/
            .page_subtabs li.active:after, .page_subtabs li.active:before {
                top: 26px;
                left: 50%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: relative;
                pointer-events: none;
            }

            .page_subtabs li.active:after {
                border-color: rgba(136, 183, 213, 0);
                border-top-color: #88b7d50;
                border-width: 10px;
                margin-left: -10px;
            }

            .page_subtabs li.active:before {
                border-color: rgba(194, 225, 245, 0);
                border-top-color: #81CA80;
                border-width: 6px;
                margin-left: -6px;
            }

.KGridTotal {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    margin: 0 0 24px 0;
    position: relative;
    border-radius: 2px;
    float: left;
    width: 100%;
}

.KGridHeader {
    color: #607d8b;
    background-color: #fafafa;
    border-bottom: 0px solid #e0e0e0;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    padding: 0px 16px 0px 16px;
    line-height: 46px;
    float: left;
    width: 100%;
}

    .KGridHeader h2 {
        color: #0379A5;
        height: 100%;
        width: auto;
        float: left;
        font-size: 13px;
        font-weight: 700;
        padding: 13px 0 13px;
        position: relative;
        margin: 0;
        line-height: 20px;
    }

.KGridTable {
    float: left;
    width: 100%;
}

    .KGridTable > .k-header {
        background: transparent;
        float: left;
        position: absolute;
        margin: -43px 5px 0 0px;
        right: 0;
        border: 0px;
    }

    .KGridTable.k-grid tbody td:first-child {
        width: 10px;
    }

    .KGridTable .k-grid-header th.k-header {
        background: #fff;
    }

        .KGridTable .k-grid-header th.k-header:first-child {
            width: 14px;
            float: left;
            border: none;
            height: 23px;
            background: #FAFAFA;
            line-height: 26px;
            font-size: 13px;
            font-weight: 600;
            color: #666;
        }

        .KGridTable .k-grid-header th.k-header a {
            font-size: 13px;
            font-weight: 600;
            color: #666;
        }

    .KGridTable .k-grid-header th.k-header {
        padding: .2em 0.7em .2em .6em;
    }

    .KGridTable .k-grid-content table tbody tr:nth-child(even) {
        background: #FAFAFA;
    }

    .KGridTable .k-grid-content table tbody tr td {
        border: 1px solid #eeeeee;
        border-width: 1px 0px 0px 1px;
        padding: .3em .6em;
        font-size: 13px;
        color: #666;
    }

    .KGridTable .k-grid-content table tbody tr:nth-child(odd) {
        background: #FFF;
    }

.KGridHeader button.btn.btn-primary.pull-right {
    margin: 11px 110px 0 0;
}

.BtnAnimation span.glyphicon {
    margin-right: 5px;
}

.BtnAnimation:hover span.glyphicon {
    -webkit-animation: fadeInDown .3s ease-in-out;
    animation: fadeInDown .3s ease-in-out;
    -moz-animation: fadeInDown .3s ease-in-out;
}

.BtnAnimation[disabled="disabled"]:hover span.glyphicon {
    -webkit-animation: none;
    animation: none;
    -moz-animation: none;
}

.k-treeview .k-sprite {
    display: none;
}

.backto_btn.btn-primary .glyphicon {
    margin-right: 5px;
}

.row.viewpage_heading {
    margin: 0px;
}

.ManageTreeView.k-treeview * {
    cursor: pointer;
}

.ManageTreeView.k-treeview {
    max-height: 490px;
    overflow-x: hidden;
}

    .ManageTreeView.k-treeview > .k-group {
    }

        .ManageTreeView.k-treeview > .k-group > li.k-item {
            padding: 0px 20px 0 0;
        }

            .ManageTreeView.k-treeview > .k-group > li.k-item > .k-top {
                padding: 0;
                margin: 2px;
                /*background: #f8f8f8;
    border: 1px solid #eee;*/
            }

                .ManageTreeView.k-treeview > .k-group > li.k-item > .k-top > .k-in, .ManageTreeView.k-treeview > .k-group .k-group > li.k-item > .k-mid > .k-in, .ManageTreeView.k-treeview > .k-group > li.k-item > .k-bot > .k-in {
                    padding: 10px 6px 10px 15px;
                }

            .ManageTreeView.k-treeview > .k-group > li.k-item > .k-group > li.k-item > .k-top,
            .ManageTreeView.k-treeview > .k-group > .k-item > .k-group > li.k-item.k-last > .k-bot {
                padding: 0;
                margin: 0px 2px;
                background: #F7F7F7;
                /*background: #f8f8f8;
    border: 1px solid #eee;*/
            }

                .ManageTreeView.k-treeview > .k-group > li.k-item > .k-group > li.k-item > .k-top > .k-in {
                    padding: 10px 6px 10px 15px;
                }

        .ManageTreeView.k-treeview > .k-group > .k-item > .k-group > li.k-item.k-last > .k-bot {
            padding: 0px;
            margin: 0px 0px;
            /*background: #f8f8f8;
    border: 1px solid #eee;*/
        }

            .ManageTreeView.k-treeview > .k-group > .k-item > .k-group > li.k-item.k-last > .k-bot > .k-in {
                padding: 10px 6px 10px 15px;
            }

        .ManageTreeView.k-treeview > .k-group > li.k-item > .k-group .k-group > li.k-item > .k-top,
        .ManageTreeView.k-treeview > .k-group > li.k-item > .k-group .k-group > li.k-item > .k-mid,
        .ManageTreeView.k-treeview > .k-group > li.k-item > .k-group .k-group > li.k-item > .k-bot {
            padding: 0px;
            border: 0px solid #eee;
            border-top: none;
        }

            .ManageTreeView.k-treeview > .k-group > li.k-item > .k-group .k-group > li.k-item > .k-top > .k-in,
            .ManageTreeView.k-treeview > .k-group > li.k-item > .k-group .k-group > li.k-item > .k-mid > .k-in,
            .ManageTreeView.k-treeview > .k-group > li.k-item > .k-group .k-group > li.k-item > .k-bot > .k-in {
                padding: 8px 6px 8px 18px;
            }

        .ManageTreeView.k-treeview > .k-group > li.k-item > .k-group .k-group > li.k-item > .k-group > li.k-item .k-top,
        .ManageTreeView.k-treeview > .k-group > li.k-item > .k-group .k-group > li.k-item > .k-group > li.k-item .k-mid,
        .ManageTreeView.k-treeview > .k-group > li.k-item > .k-group .k-group > li.k-item > .k-group > li.k-item .k-bot {
            padding: 0px;
        }

            .ManageTreeView.k-treeview > .k-group > li.k-item > .k-group .k-group > li.k-item > .k-group > li.k-item .k-top > .k-in,
            .ManageTreeView.k-treeview > .k-group > li.k-item > .k-group .k-group > li.k-item > .k-group > li.k-item .k-mid > .k-in,
            .ManageTreeView.k-treeview > .k-group > li.k-item > .k-group .k-group > li.k-item > .k-group > li.k-item .k-bot > .k-in {
                padding: 8px 6px 8px 40px;
            }

        .ManageTreeView.k-treeview > .k-group .k-top.k-bot {
        }

        .ManageTreeView.k-treeview > .k-group ul.k-group {
        }

        .ManageTreeView.k-treeview > .k-group span.k-icon {
            float: right;
            margin: 14px 8px 0 0;
        }

        .ManageTreeView.k-treeview > .k-group span.k-minus {
        }

        .ManageTreeView.k-treeview > .k-group span.k-plus {
        }

.k-state-hover {
    border: none;
}

    .k-state-hover, .k-state-hover:hover {
        background: #F8F8F8;
    }

/*.ManageTreeView.k-treeview > .k-group > li.k-item, .ManageTreeView.k-treeview > .k-group .k-group > li.k-item, .ManageTreeView.k-treeview > .k-group .k-group .k-group {
    padding-left: 0px;
}*/
.ManageTreeView.k-treeview > .k-group .k-group > li.k-item, .ManageTreeView.k-treeview > .k-group .k-group .k-group {
    padding-left: 15px;
}

    .ManageTreeView.k-treeview > .k-group .k-group .k-group > li.k-item > .k-top {
        padding: 5px 0;
    }

.k-treeview .k-state-selected, .k-treeview .k-state-focused.k-state-selected {
    width: 99%;
    background: #059AD0;
    color: #fff;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.k-state-hover, .k-state-hover:hover, .k-treeview .k-state-focused,
.k-panelbar .k-state-focused {
    background: none;
    box-shadow: none;
}

/*.form-control .k-dropdown-wrap.k-state-hover, .form-control .k-dropdown-wrap.k-state-hover:hover {
    background: #F8F8F8;
    box-shadow: none;
    border: 1px solid #e6e6e6;
}*/

.form-control .k-dropdown-wrap.k-state-hover .k-i-arrow-s {
    background-position: 0 -32px;
}

.ManageTreeView.k-treeview > .k-group > li.k-item {
    border: 0px solid #eee;
    padding-right: 0px;
    margin-right: 0px;
}

.Container_TreeView {
    float: left;
    padding: 0px 20px 0px 0px !important;
    background-color: #fff;
    border-radius: 3px;
    /*margin-bottom: 10px;*/
    max-width: 100%;
    border: 1px solid #EAEAEA;
    min-height: 400px;
    width: 100%;
    max-height: 600px;
    overflow-y: auto;
}

    .Container_TreeView::-webkit-scrollbar {
        height: 0em;
        width: .6em;
        -webkit-appearance: none;
    }

    .Container_TreeView::-webkit-scrollbar-thumb {
        background-color: rgba(153, 153, 153, .8);
        box-sizing: content-box;
    }

.k-i-expand, .k-plus, .k-i-collapse, .k-minus {
    background: none;
    width: 20px;
}

.k-i-expand, .k-plus {
    background-position: -43px 128px !important;
}

.k-i-collapse, .k-minus {
    background-position: -43px 111px !important;
}

div#DivLeft::-webkit-scrollbar {
    height: 0em;
    width: .5em;
    -webkit-appearance: none;
}

div#DivLeft::-webkit-scrollbar-thumb {
    background-color: rgba(153, 153, 153, 1);
    box-sizing: content-box;
}

/*div#DivRight {
    float: left;
    padding: 10px 20px 10px 30px;
}*/

.form_heading.row {
    margin: 0 -15px;
}

.RightFormHeadings {
    margin: 0px -15px 10px -15px !important;
    float: left;
    width: 92%;
}

    .RightFormHeadings .grid_addformubtn {
        margin: 0px;
    }

.ManageTreeView.k-treeview > .k-group > li.k-item > .k-group > li.k-item > .k-top .k-state-selected,
.ManageTreeView.k-treeview > .k-group > li.k-item > .k-group > li.k-item > .k-top .k-state-focused.k-state-selected {
    background: none;
    color: #666;
}

    .ManageTreeView.k-treeview > .k-group > li.k-item > .k-group > li.k-item > .k-top .k-state-selected:before,
    .ManageTreeView.k-treeview > .k-group > li.k-item > .k-group > li.k-item > .k-top .k-state-selected:after {
        display: none;
    }

.k-treeview span.k-in {
    cursor: pointer;
color: #666;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    width: 90%;
}

.k-treeview .k-group .k-group .k-group .k-in {
    width: 80%;
}

.k-treeview span.k-in:hover {
    color: #9999A4;
}

.ManageTreeView.k-treeview > .k-group li.k-item .k-top,
.ManageTreeView.k-treeview > .k-group li.k-item .k-mid,
.ManageTreeView.k-treeview > .k-group li.k-item .k-bot {
    transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
}

/*.ManageTreeView.k-treeview > .k-group li.k-item .k-top:hover,
    .ManageTreeView.k-treeview > .k-group li.k-item .k-mid:hover,
    .ManageTreeView.k-treeview > .k-group li.k-item .k-bot:hover {
        background: #F7F7F7;
    }*/

.ManageTreeView.k-treeview > .k-group > li.k-item > .k-group .k-group > li.k-item > .k-group > li.k-item {
    background: #002734;
    text-transform: capitalize;
}

.k-treeview .k-sprite.Product {
    display: block;
    float: left;
    padding-right: 5px;
}

    .k-treeview .k-sprite.Product:before {
        font-family: 'FontAwesome', sans-serif;
        content: "\f0f6";
        font-size: 14px;
        float: left;
        line-height: 15px;
        font-weight: normal;
    }
/*[class*="fontawesome-"]:before {
    font-family: 'FontAwesome', sans-serif;
}
.fontawesome-file-alt:before {
    content: "\f0f6";
}*/
.k-treeview .k-state-selected, .k-treeview .k-state-focused.k-state-selected {
    background: none !important;
    color: #059AD0 !important;
    font-weight: bold;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

/*.k-treeview > .k-group > .k-item[data-expanded="true"] > .k-top > .k-in,
.k-treeview > .k-group > .k-item > .k-group > .k-item[data-expanded="true"] > .k-top > .k-in,
.k-treeview > .k-group > .k-item > .k-group > .k-item > .k-group > .k-item[data-expanded="true"] > .k-top > .k-in,
.k-treeview > .k-group > .k-item[data-expanded="true"] > .k-mid > .k-in,
.k-treeview > .k-group > .k-item > .k-group > .k-item[data-expanded="true"] > .k-mid > .k-in {
    color: #059AD0 !important;
    font-weight: bolder;
}*/

.k-treeview .k-item#treeview_tv_active[data-expanded="true"] > .k-top > .k-in {
    color: #059AD0 !important;
    font-weight: bolder;
}

.k-treeview .k-icon.k-minus:before {
    font-family: 'FontAwesome', sans-serif;
    content: "\f107";
    font-size: 14px;
    float: left;
    line-height: 15px;
    font-weight: normal;
    color: #999999;
    width: 20px;
}

.k-treeview .k-icon.k-plus:before {
    font-family: 'FontAwesome', sans-serif;
    content: "\f105";
    font-size: 14px;
    float: left;
    line-height: 15px;
    font-weight: normal;
    width: 20px;
}


.k-top .k-sprite.Formulations, .k-mid .k-sprite.Formulations, .k-bot .k-sprite.Formulations {
    display: block;
    float: left;
    padding-right: 5px;
}

    .k-top .k-sprite.Formulations:before, .k-mid .k-sprite.Formulations:before, .k-bot .k-sprite.Formulations:before {
        font-family: 'FontAwesome', sans-serif;
        content: "\f0c3";
        font-size: 14px;
        float: left;
        line-height: 15px;
        font-weight: normal;
    }

.ManageTreeView.k-treeview > .k-group > li.k-item > .k-group .k-group > li.k-item > .k-top .k-sprite.Formulations:before, .ManageTreeView.k-treeview > .k-group > li.k-item > .k-group .k-group > li.k-item > .k-mid .k-sprite.Formulations:before, .ManageTreeView.k-treeview > .k-group > li.k-item > .k-group .k-group > li.k-item > .k-bot .k-sprite.Formulations:before {
    font-family: 'FontAwesome', sans-serif;
    content: "\f101";
    font-size: 14px;
    float: left;
    line-height: 15px;
    font-weight: normal;
}

.k-treeview .k-sprite.Thereupautic {
    display: block;
    float: left;
    padding-right: 5px;
}

    .k-treeview .k-sprite.Thereupautic:before {
        font-family: 'entypo', sans-serif;
        content: "\e003";
        font-size: 14px;
        float: left;
        line-height: 15px;
        font-weight: normal;
    }

/*.ManageTreeView.k-treeview > .k-group .k-group .k-group > li.k-item > .k-top,
.ManageTreeView.k-treeview > .k-group .k-group .k-group > li.k-item > .k-mid,
.ManageTreeView.k-treeview > .k-group .k-group .k-group > li.k-item > .k-bot {
    background: #F7F7F7;
}*/

.k-top .k-sprite.Manufacturere, .k-mid .k-sprite.Manufacturere, .k-bot .k-sprite.Manufacturere {
    display: block;
    float: left;
    padding-right: 5px;
}

    .k-top .k-sprite.Manufacturere:before, .k-mid .k-sprite.Manufacturere:before, .k-bot .k-sprite.Manufacturere:before {
        font-family: 'FontAwesome', sans-serif;
        content: "\f013";
        font-size: 14px;
        float: left;
        line-height: 15px;
        font-weight: normal;
    }

.container.container_products {
    margin: 10px 0 0 0;
    background: #fff;
    padding: 0px;
    min-height: 500px;
    border-radius: 2px;
}

.row.rowpadding {
    padding: 7px 15px;
}

.k-in:hover .k-sprite {
    -webkit-animation: rotateInDownLeft .5s ease-in-out;
    animation: rotateInDownLeft .5s ease-in-out;
    -moz-animation: rotateInDownLeft .5s ease-in-out;
    -o-animation: rotateInDownLeft .5s ease-in-out;
}

/*.ManageTreeView.k-treeview > .k-group > li.k-item > .k-group .k-group > li.k-item > .k-group > li.k-item .k-top > .k-in:hover,
.ManageTreeView.k-treeview > .k-group > li.k-item > .k-group .k-group > li.k-item > .k-group > li.k-item .k-mid > .k-in:hover,
.ManageTreeView.k-treeview > .k-group > li.k-item > .k-group .k-group > li.k-item > .k-group > li.k-item .k-bot > .k-in:hover,
.k-top > .k-in:hover, .k-mid > .k-in:hover, .k-bot > .k-in:hover {
    background: #EFEFEF;
}*/


.ContainerInnerRight {
    width: 100%;
    margin: 0;
}

.ContainerGrid {
    padding: 0 2px 0 7px;
    float: left;
    width: 100%;
        overflow: hidden;
           

}

.Formulation_SDiv .ContainerGrid,
.Formulation_BDiv .ContainerGrid,
.FormInDiv.Formulation_SDiv.Formulation_BDiv .ContainerGrid,
.Formulation_BDiv.Formulation_XLDiv .ContainerGrid,
.Formulation_XLDiv .ContainerGrid, 
.FormulationXLDiv.Formulation_XLDiv .ContainerGrid,
.FormulationXLDiv .ContainerGrid{
  -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


    .ContainerGrid.ContainChilds {
        padding: 0px 5px 0 0;
        float: left;
        width: 99%;
        border: 2px solid #eee;
        margin: 40px 15px;
    }

    /*.ContainerGrid.AddProductContainer {
    padding: 10px;
    }*/
.GridAddBtn {
    margin: 4px 0px 10px -10px;
    font-size: 13px;
    font-weight: 100;
    cursor: pointer;
    z-index: 10;
}

    .GridAddBtn .glyphicon-plus {
        font-size: 12px;
        margin-right: 4px;
    }

.col-md-1.GridNav {
    width: 40px;
}

.GridSubTitle {
      padding: 8px 7px 4px 7px;
    color: #3D97CC;
    margin: 0px;
    font-size: 15px;
    border: 1px solid #E5E5E5;
        background: #FFFFFF;
    border-bottom: 0px;
}

.row.DataGridRow {
    margin: 5px 0 15px !Important;
}

.grid_btnedit button {
    padding: 4px 2px;
    background: none;
    border: none;
}

    .grid_btnedit button > span.glyphicon {
        font-size: 14px;
        line-height: 16px;
    }

        .grid_btnedit button > span.glyphicon.glyphicon-pencil {
            color: #059AD0;
        }

        .grid_btnedit button > span.glyphicon.glyphicon-trash {
            color: #CC342F;
        }

.KGridTable.k-widget {
    border-left: 0px;
    border-bottom: 0px;
}

.container.container_page {
    margin: 6px auto 0;
    padding: 0;
}

.ContainerGrid.ContainChilds > div > div {
    padding: 0 5px 0 10px;
}
    /*.ContainerGrid.ContainChilds > div > div:first-child {
        padding-left: 0px;
    }*/

    .ContainerGrid.ContainChilds > div > div:first-child table > tr {
        border: none !Important;
    }

    .ContainerGrid.ContainChilds > div > div:first-child > table > tbody > tr {
        border: none;
    }

    .ContainerGrid.ContainChilds > div > div:first-child .GridSubTitle {
        border-width: 0px 2px 2px 0px;
        font-size: 14px;
    }

    .ContainerGrid.ContainChilds > div > div:first-child .row div[ng-show] > div {
        margin: 5px 0 0 0;
    }

.row.DataGridRow:nth-child(even) {
    background: #FAFAFA;
    padding: 8px 0;
}

.GridSubTitle.EditTitle {
    margin:0px 0px 25px 30px;
    float: left;
    border-width: 0px 0px 0px 0px;
    border-bottom: 2px solid #3D97D1;
    font-size:18px;
        font-weight: 400;
}

.EditFormContainer {
    float: left;
    padding: 20px !important;
    background-color: #fff;
   border-radius: 0;
    margin-bottom: 10px;
    width: 99%;
    border: 0px solid #EAEAEA;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 1px 0px 1px 1px #CFCFCF;
      -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
        -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.EditFormContainerNoBorder {
    float: left;
    padding: 20px !important;
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 99%;
    border: 0px solid #EAEAEA;
    margin-right: auto;
    margin-left: auto;
      -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
        -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.EditFormContainer.fadeIn {
     -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
        -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.GridBtnsRight {
    float: right;
    margin: -2px 105px 0 0;
}

[disabled="disabled"][data-hint]:after, [disabled="disabled"][data-hint]:before {
    display: none;
}

.MainGridAddBtn {
    /*background: url(../images/add-new-icon.png) #0076A1 no-repeat 8px 4px;*/
    padding: 2px 8px 2px 10px;
    line-height: 22px;
    background-size: 20px 20px;
    border: none;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    /*width: 34px;*/
    height: 26px;
}

/*.MainGridAddBtn:hover {
        background: url(../images/add-new-icon.png) #0076A1 no-repeat 8px 4px;
        border: none;
        background-size: 20px 20px;
    }

    .MainGridAddBtn:before {
        content: "" !important;
    }*/

.FromViewEdit {
    background: url(../images/icon-edit.png) no-repeat 0px 5px;
    width: 20px;
    height: 22px;
    float: left;
}

.FromViewDelete {
    background: url(../images/icon-delete.png) no-repeat;
    width: 24px;
    height: 20px;
    float: left;
}

.grid_btnedit button:hover span {
    -webkit-animation: fadeInUp .5s ease-in-out;
    animation: fadeInUp .5s ease-in-out;
    -moz-animation: fadeInUp .5s ease-in-out;
    -o-animation: fadeInUp .5s ease-in-out;
}

/*.GridAddBtn:hover span {
    -webkit-animation: fadeInDown .3s ease-in-out;
    animation: fadeInDown .3s ease-in-out;
    -moz-animation: fadeInDown .3s ease-in-out;
    -o-animation: fadeInDown .3s ease-in-out;
}*/

.ProductAddEditContainer {
    padding: 10px 20px;
}

/* Session Expire Popup*/

.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0,0.3);
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: auto;
    height: auto;
    padding: 16px;
    border: 6px solid rgb(97, 147, 177);
    background-color: white;
    z-index: 10002;
    overflow: auto;
    border-top: 22px solid rgb(97, 147, 177);
}

    .white_content.change_pwd_popup {
        position: fixed;
        top: 20%;
        left: 24.5%;
        border: 0px;
        width: 736px;
        padding: 0;
    }

    .white_content.forget_pwd_popup {
        position: fixed;
            top: 28%;
    left: 38%;
        border: 0px;
        width: 350px;
        padding: 0;
    }

    .white_content.session_expire_popup {
        position: fixed;
        top: 30%;
        left: 35%;
        border: 0px;
        width: 500px;
        padding: 0;
  z-index: 10001;
    }

        .white_content.session_expire_popup .pp_content {
            padding: 20px;
            float: left;
            width:100%;
            text-align:center;
        }
/* End Session Expire Popup*/
.GridTdActive {
    background-color: #EDFDE5 !important;
}

label.TxtPara {
    font-size: 13px;
    padding: 10px 0 0 0;
    font-weight: normal;
    line-height: 21px;
    text-align: left;
    color: #999;
}






/* Inner Grid Css*/
.KGridInnerTable {
    float: left;
    width: 100%;
    border: 0px solid #eee;
    margin-bottom: 30px;
}

    .KGridInnerTable .k-grid-header {
        display: none;
    }

    .KGridInnerTable .k-grid-content {
        border-right: 1px solid #eee;
        /*border-top: 1px solid #eee;*/
    }

    .KGridInnerTable .k-grid-toolbar:first-child {
        border-width: 0 0 0px;
    }

    .KGridInnerTable > .k-header {
        background: transparent;
        float: right;
        margin: -36px 0 0 0;
    }

    .KGridInnerTable .k-pager-wrap {
        border: 1px solid #eee;
        padding-left: 30%;
    }
    /*.KGridInnerTable.k-grid tbody td:first-child {
        width: 30px;
    }*/

    .KGridInnerTable .k-grid-header th.k-header {
        background: #fff;
    }

        .KGridInnerTable .k-grid-header th.k-header:first-child {
            width: 29px;
            float: left;
            border: none;
            height: 23px;
            background: #fff;
            line-height: 26px;
            font-size: 13px;
            font-weight: 600;
            color: #666;
        }

        .KGridInnerTable .k-grid-header th.k-header a {
            font-size: 13px;
            font-weight: 600;
            color: #666;
        }

    .KGridInnerTable .k-grid-header th.k-header {
        padding: .2em 0.7em .2em .6em;
    }

    .KGridInnerTable .k-grid-content table tbody tr:nth-child(even) {
        background: #FAFAFA;
    }

    .KGridInnerTable .k-grid-content table tbody tr td {
        border: 0px solid #eeeeee;
        border-width: 1px 0px 0px 1px;
        /*padding: .3em .6em;*/
        padding: 0em;
        font-size: 13px;
        color: #666;
    }

    .KGridInnerTable .k-grid-content table tbody tr:nth-child(odd) {
        background: #FFF;
    }


    .KGridInnerTable .k-grid-content .row {
        padding: 10px 15px;
    }

    .KGridInnerTable .k-link:not(.k-state-disabled):hover > .k-i-arrow-w {
        background-position: 0px -48px;
    }

    .KGridInnerTable .k-link:not(.k-state-disabled):hover > .k-i-arrow-e {
        background-position: 0 -16px;
    }

    .KGridInnerTable .k-link:not(.k-state-disabled):hover > .k-i-seek-e {
        background-position: 0px -80px;
    }

    .KGridInnerTable .k-link:not(.k-state-disabled):hover > .k-i-seek-w {
        background-position: 0 -112px;
    }

    .KGridInnerTable .k-pager-wrap .k-link.k-pager-nav {
        line-height: 22px;
    }

        .KGridInnerTable .k-pager-wrap .k-link.k-pager-nav:hover {
            background-color: #eee;
            line-height: 22px;
        }

    .KGridInnerTable tr.kendo-data-row .no-data {
        color: #B64646;
        height: 100%;
        text-align: center;
        line-height: 60px;
    }
/* End Inner Grid Css*/
.KGridInnerAdmin.k-grid.k-widget {
    border: none;
}

.KGridInnerAdmin .k-header {
    background: transparent;
    text-align: right;
}

.KGridInnerAdmin.k-grid td:last-child, .KGridInnerAdmin.k-grid .k-grid-content {
    overflow: visible;
}
/*.KGridInnerAdmin.k-grid td .btn i {
    color: #777;
}*/
.KGridInnerAdmin .k-pager-wrap.k-grid-pager.k-widget {
    border: 1px solid #eee;
}

.KGridInnerAdmin.k-grid .k-grid-content {
    border-right: 1px solid #eee;
}

.KGridInnerAdmin .k-grid-header {
    border-right: 1px solid #eee;
    background: #F5F5F5;
}

    .KGridInnerAdmin .k-grid-header th.k-header a {
        font-size: 13px;
        font-weight: 600;
        color: #666;
    }

.KGridInnerAdmin .k-dropdown-wrap .k-input {
    text-align: center;
    background: #FFF;
    border: 1px solid #eee;
}

.KGridInnerAdmin .k-grid-content table tbody tr:nth-child(even) {
    background: #FAFAFA;
}

.KGridInnerAdmin .k-grid-content table tbody tr:nth-child(odd) {
    background: #FFF;
}

.KGridInnerAdmin .k-grid-content table tbody tr td {
    border: 1px solid #eeeeee;
    border-width: 1px 0px 0px 1px;
    padding: .6em .6em;
    font-size: 13px;
    color: #666;
}

.AdminGridBtns .glyphicon-trash {
    color: #C81E1E;
}

.AdminGridBtns .glyphicon-pencil {
    color: #6A9D1A;
}

.AdminGridBtns .glyphicon-list-alt {
    color: #009BD4;
}

.AdminGridBtns .glyphicon-lock {
    color: #999;
}

.ErrorRequired {
    color: #DD1515;
}

.form_fields label.ChkBoxAdmin {
    float: left;
    width: auto;
    margin: 7px 15px 0 0;
}

    .form_fields label.ChkBoxAdmin input {
        margin: 3px 4px 0 0;
        float: left;
    }

.EditFormContainer.Fieldset legend {
    display: none;
}

.title_strip_grid.Breadcrumbs .breadcrumb li {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.title_strip_grid.Breadcrumbs {
    padding: 8px 20px 10px 0px;
}

.popup_content {
    padding: 10px;
    float: left;
}

.title_strip_popup {
     float: left;
    padding: 6px 10px 0px 16px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    display: block;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 4px 10px -4px rgba(0,0,0,0.05);
    box-shadow: 0 4px 10px -4px rgba(0,0,0,0.05);
    height: 46px;
    border-radius: 0px;
    border-bottom: 1px solid #EFEFEF;
}

    .title_strip_popup h3 {
           float: left;
    margin: 0px;
    line-height: 35px;
    font-size: 17px;
    color: #159ED0;
    }

.change_pwd_popup input[type="password"] {
    border: 1px solid #e2e2e2;
    background: #fff;
    margin: 5px 0 6px 0;
    padding: 5px;
}

.white_content.change_pwd_popup label {
    float: left;
    margin: 0 5px 0 0;
}

.change_pwd_popup .form_btns, .forget_pwd_popup .form_btns {
    text-align: center;
}

.change_pwd_popup .row.form_fields, .forget_pwd_popup .row.form_fields {
    margin: 6px 0 12px 0 !important;
    padding: 5px 20px 0 0px;
    float: left;
    width: 100%;
}

#loadingDiv {
    width: 100px;
    height: 100px;
    position: fixed;
    z-index: 10000;
    top: 40%;
    left: 45%;
}

.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
       background-color:rgba(0, 0, 0,0.3);
    z-index: 10000;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=80);
        -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
        -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.error_msg {
    color: #D20000;
    font-size: 13px;
    margin: 4px 0 0;
    float: left;
}


/*p.delete-msg {
    padding: 8px 10px;
    color: #C51E1E;
    text-align: center;
    background-color: #f2dede;
    margin-bottom: 10px;
    width: 96%;
    float: right;
}
p.delete-msg {
    padding: 8px 10px;
    color: #C51E1E;
    text-align: center;
    background-color: #f2dede;
    margin-bottom: 10px;
    width: auto;
    margin: 0 auto;
    display: table;
}*/

.delete-msg .glyphicon-remove {
    margin: 0 5px 0 0;
}

.title_strip_grid h3 span {
    font-size: 16px;
}

.viewpage_heading .col-md-12 {
    padding: 0px;
}

white_content.LoginTerms_popup {
    position: fixed;
    top: 20%;
    left: 23%;
    border: 0px;
    min-width: 350px;
    padding: 0;
    max-width: 700px;
}

.TermsChkBox.checkbox {
    line-height: 30px;
    margin: 0px;
    padding-left: 20px;
}

/*.PwdExpireInfo {
    color: #8a6d3b;
    border-color: #faebcc;
    padding: 15px 15px 15px 60px;
    margin-bottom: 20px;
    border: 1px solid #faebcc;
    border-radius: 4px;
    background: url(../images/icon-warning.png) #fcf8e3 no-repeat 14px 9px;
    width: auto;
    position: absolute;
    top: -20px;
    left: 39%;
}*/

.TermsList li {
    margin-bottom: 8px;
    color: #666;
    font-size: 13px;
    padding: 10px 20px;
    list-style-type: circle;
    list-style-position: inside;
}

ul.TermsList {
    margin: 0px;
    padding: 0px;
}

.TermsList li:last-child {
    margin: 0px;
}

.title_strip_grid.DashBoardTitle {
    padding: 18px 20px 10px 16px;
}

.form-box input.btn.btn-primary.firsttime, .form-box input.btn.firsttime {
width: auto;
    padding: 4px 10px;
    height: auto;
    font-size: 14px;
    font-weight: normal;
}
.btn.btn-primary.firsttime.waves-input-wrapper.waves-effect.waves-button.waves-float {
    margin: 0 6px;
}

    .form-box input.btn.btn-primary.firsttime{
        background-color: #159ED0;
        border:1px solid #159ED0;
    }
 .form-box input.btn.btn-primary.firsttime:focus, .form-box input.btn.btn-primary.firsttime:hover  {
    background-color: #0B86B4;
      border:1px solid #0B86B4;
}
.white_content.LoginTerms_popup {
    position: fixed;
    top: 20%;
    left: 23%;
    border: 0px;
    min-width: 350px;
    padding: 0;
    max-width: 700px;
}

.TermsChkBox.checkbox {
    line-height: 30px;
    margin: 0px;
padding-left: 0px;
}

.PwdExpireInfo {
    color: #8a6d3b;
    padding: 15px 15px 15px 60px;
    margin-bottom: 20px;
    border: 1px solid #d8c561;
    border-radius: 4px;
    background: url(../images/icon-warning.png) #f9eca7 no-repeat 14px 9px;
    width: auto;
       position: fixed;
    top: -3px;
    left: 32%;
    z-index: 10000;
}
.PwdExpireInfo i {
    margin: 0 0px 0 4px;
     cursor:pointer;
}
.TermsList li {
    margin-bottom: 8px;
    color: #666;
    font-size: 13px;
    padding: 10px 20px;
    list-style-type: circle;
    list-style-position: inside;
}

ul.TermsList {
    margin: 0px;
    padding: 0px;
}

.TermsList li:last-child {
    margin: 0px;
}

.title_strip_grid.DashBoardTitle {
    padding: 18px 20px 10px 16px;
}

.LoginTerms_popup .row.form_fields {
    margin: 6px 0px 12px !important;
    padding: 5px 20px 0px 0px;
    float: left;
    width: 100%;
}

.k-list > .k-state-hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #009BD4;
    background-color: #ebebeb;
    border-color: #ebebeb;
}

.unitsrow {
}

    .unitsrow .col-md-7 {
        padding-right: 5px;
    }

    .unitsrow .col-md-5 {
        padding-left: 0px;
    }
/*.ManageTreeView.k-treeview > .k-group > li.k-item:hover .k-in{
    background:#EFEFEF;
}*/
.ManageTreeView.k-treeview > .k-group > li.k-item > .k-group .k-group > li.k-item > .k-group > li.k-item .k-top > .k-in:hover,
.ManageTreeView.k-treeview > .k-group > li.k-item > .k-group .k-group > li.k-item > .k-group > li.k-item .k-mid > .k-in:hover,
.ManageTreeView.k-treeview > .k-group > li.k-item > .k-group .k-group > li.k-item > .k-group > li.k-item .k-bot > .k-in:hover,
.k-top > .k-in:hover, .k-mid > .k-in:hover, .k-bot > .k-in:hover {
    background: #EFEFEF;
}

.ManageTreeView.k-treeview > .k-group .k-group > li.k-item:hover > .k-top, .ManageTreeView.k-treeview > .k-group .k-group > li.k-item:hover > .k-bot, .ManageTreeView.k-treeview > .k-group .k-group > li.k-item:hover > .k-mid {
    background: #EFEFEF;
}

.ContainerGrid.ContainChilds div.row.TopAlign {
    margin: -30px 0px 0 -27px;
    padding-bottom: 15px;
}

.row.TopAlign .GridSubTitle {
    border: 2px solid #EEE;
    border-width: 2px 2px 0 2px !important;
}

.ChildsFirstBtn {
    margin: -13px 0 0 0 !important;
}

.PasswordValidations {
    width: 97%;
    float: left;
    background: #fff8bb;
    border: 1px solid #f1f1df;
    border-radius: 2px;
    padding: 8px 10px;
    margin: 0 15px 10px;
}

    .PasswordValidations.Popup {
        width: 77%;
        float: left;
        background: #FFFECD;
        border: 1px solid #E2E1A5;
        border-radius: 2px;
        padding: 8px 10px;
        margin: 10px 15px 0px 39px;
    }

    .PasswordValidations h4 {
        font-size: 13px;
    }

    .PasswordValidations.forget {
        width: 91%;
        float: left;
        background: #FFFECD;
        border: 1px solid #E2E1A5;
        border-radius: 2px;
        padding: 8px 10px;
        margin: 0 15px 10px;
    }

        .PasswordValidations.forget h4 {
            font-size: 14px;
            border: none;
            font-weight: normal;
            padding: 0;
            margin: 0 0 10px 0px;
        }

    .PasswordValidations ul {
        margin: 0px;
        padding: 0;
    }

        .PasswordValidations ul li {
            float: left;
            list-style-type: none;
            padding-left: 21px;
            line-height: 26px;
            margin-right: 26px;
            font-size: 13px;
        }

            .PasswordValidations ul li.valid {
                background: url(../images/tick.png) no-repeat 0px 6px;
                background-size: 14px 14px;
                color: #3a7d34;
            }

            .PasswordValidations ul li.invalid {
                background: url(../images/cross.png) no-repeat 0 6px;
                background-size: 14px 14px;
                color: #ec3f41;
            }

    .PasswordValidations div[on="strength"] div, .PasswordValidations span#spnStrength, .PasswordValidations span#spnEsignStrength {
        font-size: 18px;
    }

.title_strip_innergrid {
    float: left;
    padding: 6px 25px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    display: block;
    background-color: #F7F7F7;
    -webkit-box-shadow: 0 4px 10px -4px rgba(0,0,0,0.05);
    box-shadow: 0 4px 10px -4px rgba(0,0,0,0.05);
    height: 41px;
    border-radius: 2px;
    border: 1px solid #EAEAEA;
}

.section_menu ul#sidemenu li.active a {
    color: #009BD4;
    font-weight: 600;
}

    .section_menu ul#sidemenu li.active a span {
        color: #009BD4;
    }

.GridBtnsRight.DocumentsGridBtns {
    margin: -2px 123px 0 0;
}
/*.KGridTable.DocumentsGrid .k-grid-header-wrap table {
        display: table-caption;
}*/
.KGridTable .k-grid-header th.k-header[data-title="Download Documents"] {
    font-size: 13px;
    font-weight: 600;
    color: #666;
    padding: 0.2em 0.7em .2em .6em;
    line-height: 27px;
}

.title_strip_innergrid h3 {
    float: left;
    margin: 0px;
    line-height: 26px;
    font-size: 16px;
    color: #999999;
}

.body_page_grid_admin {
    float: left;
    width: 100%;
}

.col-md-10 .body_page_grid_admin {
    padding: 6px 0 0 5px;
}

/*div#myprofilediv {
    width: 510px;
    border: 1px solid #F1F0F0;
    margin: 60px auto 0;
    border-radius: 2px;
}*/
div#myprofilediv{
        padding: 0px 0px 0 5px;
    float: left;
    width: 99%;
    overflow: hidden;
    margin: 20px 15px 10px 13px;
}
.Roles_Div {
    float: left;
    width: 100%;
    height: 120px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 1px solid #eee;
    padding: 10px;
}

.Role_Item {
}

.Role_Plus {
    float: left;
    margin: -1px 4px 0 0;
}

    .Role_Plus i {
        font-size: 11px;
        color: #666;
        font-weight: normal;
    }

.Role_Minus {
    float: left;
    margin: -1px 4px 0 0;
}

    .Role_Minus i {
        font-size: 11px;
        color: #666;
        font-weight: normal;
    }

input[type=checkbox].Role_Check {
    float: left;
    margin: 3px 3px 0 0;
}

.Role_Item_Child {
    padding-left: 30px;
}

    .Role_Item_Child label {
        font-weight: normal;
    }

.Role_Item_Child_Details {
    padding-left: 15px;
}

    .Role_Item_Child_Details label {
        font-weight: normal;
    }

.GridAddBtn_Custom {
    color: #ffffff;
    background-color: #009BD4;
    border-color: #009BD4;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 2px 15px 2px;
}

    .GridAddBtn_Custom:hover {
        background-color: #0076A1;
        border-color: #0076A1;
        color: #ffffff;
    }

    .GridAddBtn_Custom:before {
        content: "\2b";
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        margin-right: 5px;
        font-size: 12px;
    }

@-moz-document url-prefix() {
    .KGridInnerTable .k-grid-content table tbody tr.grid_details_tr;

{
    float: none;
    display: table-cell;
}

.KGridInnerTable .k-grid-content table tbody tr.grid_details_tr td {
    width: 100%;
    display: table-caption;
}

.KGridInnerTable .k-grid-content table tbody tr td {
    width: 100%;
    display: table-cell;
}

}

.btn-default .glyphicon-pencil {
    color: #3DC706;
}

.btn-default .glyphicon-trash {
    color: #C10808;
}

.container.container_mypage {
    max-width: 80%;
    margin: 10px auto;
    background-color: #fff;
    padding: 20px 0 0 0;
    border-radius: 3px;
    box-shadow: 1px 1px 1px #ddd;
    margin-bottom: 170px;
}

.container_myprofile {
    float: left;
    padding: 0px 10px !important;
    background-color: #fff;
    margin-top: 0px;
    border-radius: 3px;
    margin-bottom: 10px;
    max-width: 100%;
    border: 0px solid #eaeaea;
    border-top: 0px;
}

.title_strip_gridAdmin {
    float: left;
    padding: 10px 20px 10px 30px;
    margin: 0px 0px 0px -5px;
    width: 101%;
    display: block;
    height: 51px;
}

    .title_strip_gridAdmin h3 {
        float: left;
        margin: 0px;
        line-height: 30px;
        font-size: 23px;
        color: #E96562;
        text-align: center;
        width: 100%;
    }

.form_btns {
    text-align: center;
}

.container_myprofile fieldset legend {
    display: none;
}

.container_myprofile .row.form_fields {
    margin: 6px 0 12px 0 !important;
    padding: 5px 20px 0 0px;
    float: left;
    width: 100%;
}

.container.container_main {
    min-height: 538px;
    background-color: #fff;
    margin: 20px auto 30px 50px;
    padding: 0px 0 0px 0;
    box-shadow: 0 1px 2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    border-top: 0px solid #059AD0;
}

.col-md-2.section_menu {
    height: auto;
    padding: 0px 0px;
    background-color: #F5F5F5;
    margin: 0px 0 0px 0;
    border-radius: 3px;
    border: 0px solid #EAEAEA;
    float: left;
    border-radius: 2px 0 0 0px;
}
.margin-right-120{
    margin-right:120px !important;
}
/*.section_menu ul#sidemenu {
    float: left;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
   .section_menu ul#sidemenu li  {
    padding: 10px 4px 10px 20px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    transition: .5s ease all;
}*/
.ManageTreeView.k-treeview > .k-group > li.k-item {
    border-bottom: 1px solid #eaeaea;
}
/*#sidemenu span {
    float: left;
    margin: 0 5px;
    line-height: 22px;
    font-size: 16px;
    width: 24px;
    color: #8A8A8A;
}*/
/*.section_menu a {
    line-height: 25px;
    font-size: 13px;
    padding: 0;
    width: auto;
    float: left;
    text-decoration: none;
    color: #8A8A8A;
}*/
/*.section_menu a:hover, .section_menu a.active, .section_menu a:focus, .section_menu a:visited {
    text-decoration: none;
}*/
.row.marginzero {
    margin: 0px;
}


 /*Start Media Queries*/ 
@media (max-width:360px) {
    .col-md-10#product_col_resize .k-grid .k-grid-content-locked + .k-grid-content {
        max-width: 210px !important;
    }

    .login-container {
        width: 100%;
    }

    #body {
        padding: 0;
    }

    html {
        width: 120%;
        float: left;
    }

    .white_content.forget_pwd_popup {
        top: 4%;
        left: 9% !important;
    }

    .col-md-10#product_col_resize .k-grid .k-grid-content-locked + .k-grid-content {
        max-width: 200px !important;
    }
}

@media (max-width:480px) {
    .container.container_mypage {
        max-width: 90%;
        margin-bottom: 10px;
    }

    .container_myprofile .col-md-4 {
        margin-bottom: 15px;
    }

    .form_btns .col-md-4 {
        padding: 0px;
    }

    .section_menu ul#sidemenu li {
        width: auto !important;
        padding: 6px 9px;
        border-right: 1px solid #DCDCDC;
    }

        .section_menu ul#sidemenu li span {
            margin: 1px 6px 0 3px;
            width: auto;
        }

    .col-md-2.section_menu.AdminSidemenu {
        position: relative;
        z-index: 10;
        width: 100%;
        margin-bottom: 10px;
        padding: 0 16px;
    }

    .DashBoardChartRes {
        max-width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
        float: left;
    }

    .col-md-6.dashboard_chart {
        margin-top: 20px;
        border: 1px solid #eee;
        float: left;
        max-width: 100%;
        padding: 0px;
    }

    .col-md-10#product_col_resize .k-grid .k-grid-content-locked + .k-grid-content {
        max-width: 350px !important;
    }

    .white_content.forget_pwd_popup {
        top: 4%;
        left: 9% !important;
    }
}

@media (min-width:480px) and (max-width:640px) {
    .white_content.LoginTerms_popup {
        position: fixed;
        top: 3%;
        left: 3%;
        border: 0px;
        min-width: 290px;
        padding: 0;
        max-width: 540px;
        max-height: 94%;
    }

    .row.dataview_search > div:first-child {
        margin-bottom: 20px;
    }

    .navbar_login#login {
        margin: -10px 0px 0 0;
    }

    .col-md-10#product_col_resize .k-grid .k-grid-content-locked + .k-grid-content {
        max-width: 350px !important;
    }

    .container.container_mypage {
        max-width: 90%;
        margin-bottom: 10px;
    }

    .container_myprofile .col-md-4 {
        margin-bottom: 15px;
    }

    .form_btns .col-md-4 {
        padding: 0px;
    }

    .section_menu ul#sidemenu li {
        width: auto !important;
        padding: 6px 9px;
        border-right: 1px solid #DCDCDC;
    }

        .section_menu ul#sidemenu li span {
            margin: 1px 6px 0 3px;
            width: auto;
        }

    .col-md-2.section_menu.AdminSidemenu {
        position: relative;
        z-index: 10;
        width: 100%;
        margin-bottom: 10px;
        padding: 0 16px;
    }

    .DashBoardChartRes {
        max-width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
        float: left;
    }

    .col-md-6.dashboard_chart {
        margin-top: 20px;
        border: 1px solid #eee;
        float: left;
        max-width: 100%;
        padding: 0px;
    }
}

@media (min-width:640px) and (max-width:780px) {
    .white_content.forget_pwd_popup {
        position: fixed;
        top: 3%;
        left: 10%;
    }

    .page_subtabs li {
        margin: 4px 13px 0 0;
    }

    .navbar_login#login {
        margin: -10px 0px 0 0;
    }

    .section_menu ul#sidemenu li {
        width: auto !important;
        padding: 6px 9px;
        border-right: 1px solid #DCDCDC;
    }

        .section_menu ul#sidemenu li span {
            margin: 1px 6px 0 3px;
            width: auto;
        }

    .col-md-2.section_menu.AdminSidemenu {
        position: relative;
        z-index: 10;
        width: 100%;
        margin-bottom: 10px;
        padding: 0 16px;
    }

    .DashBoardChartRes {
        max-width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
        float: left;
    }

    .col-md-6.dashboard_chart {
        margin-top: 20px;
        border: 1px solid #eee;
        float: left;
        max-width: 100%;
        padding: 0px;
    }

    .col-md-10#product_col_resize .k-grid .k-grid-content-locked + .k-grid-content {
        max-width: 450px !important;
    }
}

@media (min-width:768px) {
    .container.container_header {
        width: 750px;
    }

    .container.container_main {
        width: 730px;
    }
}

@media (min-width:992px) {
    .container.container_header {
        width: 970px;
    }

    .container.container_main {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container.container_header {
        width: 1170px;
    }

    .container.container_main {
        width: 1170px;
    }
}

@media (min-width:1280px) {
    .container.container_header {
        width: 1250px;
    }

    .container.container_main {
        width: 1240px;
    }
}

@media (min-width: 1370px) {
    .container.container_header {
        width: 1340px;
    }

    .container.container_main {
        width: 1340px;
    }
}

@media print {
    html, body {
        width: 297mm; /* A3 width */
        height: 420mm; /* A3 height */
        margin: 0;
        padding: 0;
    }
}

/*End Media Queries*/



