﻿/*@import "navigation.css";*/
@import url('font-awesome.min.css');

body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
}

a {
    text-decoration: none !important;
}

.mr15 {
    margin-right: 15px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    /*padding-left: 15px;
    padding-right: 15px;*/
}

#drag {
    border: 2px #ffffff;
    display: table;
}

/* Override the default bootstrap behavior where horizontal description lists   
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.fev-page-loader {
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #666666;
    z-index: 30001;
    opacity: .8;
    filter: alpha(opacity=70);
}

    .fev-page-loader p {
        position: absolute;
        top: 45%;
        left: 45%;
        color: White;
    }

    .fev-page-loader img {
        margin-left: 50%;
    }




@import 'font-awesome.min.css';

html,
body {
    height: 100%;
    padding: 0px;
    margin: 0px;
    background: #F2F2F2 !important;
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
}


* {
    box-sizing: border-box;
    outline: none !important;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

footer {
    background: #3d3d3d;
    text-align: center;
    padding: 5px 0px;
    color: #fff;
}

/* ------------------ Login page --------------------*/
.login-header {
    margin: 50px auto 100px;
}

.login-page {
    width: 305px;
    margin: 0px auto;
    padding: 0px;
    background: #fff;
}

.loginForm {
    display: inline-block;
    margin-top: -7px;
    padding: 0 20px 20px;
    width: 100%;
}

.login-page h3 {
    /*background: #273542 none repeat scroll 0 0;*/
    background: #273542;
    color: #fff;
    font-size: 1.3em;
    padding: 10px 0;
}

.login-page .login-panel {
    /*margin-top: 100px;
        border: solid 1px #e5e5e5;*/
    border-radius: 10px;
    /*background: #fff;*/
    text-align: center;
    padding: 15px;
}

.footer {
    /*background: #1c1c1c;*/
    padding: 2px 0px;
    color: #ffffff;
    text-align: center;
}


.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, 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;
}

.form-control-inner {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, 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;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

.cur {
    cursor: pointer;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}
/************************************************** Button start **************************************************************************/
.btn {
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 10px !important;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: none !important;
    border-radius: 6px;
}

.hrms-success {
    background-color: #216bb1;
    /*border-color: #130269;*/
    color: #FFF !important;
    text-decoration: none;
    border: solid 1px #82acd3 !important;
}

    .hrms-success:hover,
    .hrms-success:focus,
    .hrms-success:active,
    .hrms-success.active,
    .open .dropdown-toggle.hrms-success {
        /*color: #141414;       
        background-color: #cfcfcf;*/
        color: #fff;
        background-color: #273542;
        border-color: #130269;
    }

    .hrms-success:active,
    .hrms-success.active,
    .open .dropdown-toggle.hrms-success {
        background-image: none;
    }

    .hrms-success.disabled,
    .hrms-success[disabled],
    fieldset[disabled] .hrms-success,
    .hrms-success.disabled:hover,
    .hrms-success[disabled]:hover,
    fieldset[disabled] .hrms-success:hover,
    .hrms-success.disabled:focus,
    .hrms-success[disabled]:focus,
    fieldset[disabled] .hrms-success:focus,
    .hrms-success.disabled:active,
    .hrms-success[disabled]:active,
    fieldset[disabled] .hrms-success:active,
    .hrms-success.disabled.active,
    .hrms-success[disabled].active,
    fieldset[disabled] .hrms-success.active {
        background-color: #611BBD;
        border-color: #130269;
    }

    .hrms-success .badge {
        color: #611BBD;
        background-color: #ffffff;
    }

.btn-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #fff !important;
    text-decoration: none;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        background-color: #449d44 !important;
        background-image: none;
        border-color: #419641;
        color: #fff;
    }

    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        background-image: none;
    }

.btn-primary {
    background-color: #4caf50;
    border-color: #4caf50;
    color: #fff !important;
    text-decoration: none;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-color: #449e48 !important;
        background-image: none;
        border-color: #204d74;
        color: #fff;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    
.btn-secondary {
    background-color: #2cb8aa;
    border-color: #82acd3;
    color: #fff !important;
    text-decoration: none;
}

    .btn-secondary:hover,
    .btn-secondary:focus,
    .btn-secondary:active,
    .btn-secondary.active,
    .open .dropdown-toggle.btn-secondary {
        background-color: #23b0a2 !important;
        background-image: none;
        border-color: #204d74;
        color: #fff;
    }

    .btn-secondary:active,
    .btn-secondary.active,
    .open .dropdown-toggle.btn-secondary {
        background-image: none;
    }

.btn-white {
    background-color: #fff;
    border-color: #82acd3;
    color: #07435d !important;
    text-decoration: none;
    font-size: 12px;
    padding: 5px !important;
    margin-top: 2px;
}

    .btn-white:hover,
    .btn-white:focus,
    .btn-white:active,
    .btn-white.active,
    .open .dropdown-toggle.btn-white {
        background-color: #286090 !important;
        background-image: none;
        border-color: #204d74;
        color: #fff !important;
    }

    .btn-white:active,
    .btn-white.active,
    .open .dropdown-toggle.btn-white {
        background-image: none;
    }

.btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
    text-decoration: none;
}


.txt-error {
    color: red;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-success:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-color: #ac2925;
    border-color: #761c19;
    color: #fff;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-success {
    background-image: none;
}

.btn.btn-sample > a {
    color: #353535;
    text-decoration: none;
}

.btn-sample {
    background-color: #cfcfcf;
    border-color: #130269;
    color: #353535;
    text-decoration: none;
}

    .btn-sample:hover,
    .btn-sample:focus,
    .btn-sample:active,
    .btn-sample.active,
    .open .dropdown-toggle.btn-sample {
        color: #ffffff;
        background-color: #62B8DC;
        border-color: #130269;
    }

    .btn-sample:active,
    .btn-sample.active,
    .open .dropdown-toggle.btn-sample {
        background-image: none;
    }

    .btn-sample.disabled,
    .btn-sample[disabled],
    fieldset[disabled] .btn-sample,
    .btn-sample.disabled:hover,
    .btn-sample[disabled]:hover,
    fieldset[disabled] .btn-sample:hover,
    .btn-sample.disabled:focus,
    .btn-sample[disabled]:focus,
    fieldset[disabled] .btn-sample:focus,
    .btn-sample.disabled:active,
    .btn-sample[disabled]:active,
    fieldset[disabled] .btn-sample:active,
    .btn-sample.disabled.active,
    .btn-sample[disabled].active,
    fieldset[disabled] .btn-sample.active {
        background-color: #611BBD;
        border-color: #130269;
    }


/************************************************** Button End **************************************************************************/
.hrms-container1 {
    padding: 0px 2% 10px;
}

.hrms-container {
    padding: 30px 2%;
}

    .hrms-container h2 {
        margin-bottom: 10px;
        color: #141414;
        font-size: 22px;
        /*text-transform: uppercase;*/
    }

.hrms-container-text {
    color: #030207 !important;
}


.panel-success > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

/************************************************** table Start **************************************************************************/
.scrolledTable tbody {
    display: block;
    max-height: 400px;
    overflow: hidden;
}

    .scrolledTable thead, .scrolledTable tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

.div_freezeheader {
    max-height: 450px;
}

.scrolledTable {
    overflow-y: hidden;
    clear: both;
}

.table {
    width: 100%;
    max-width: 100%;
    font-size: 12px;
}

    .table tr th a {
        color: #000000;
    }

    .table tr td a {
        /*color: #353535;*/
    }

tr.footer td {
    background: #7EC5E3;
    color: #353535;
    text-align: center;
}

    tr.footer td a {
        background: #44788d none repeat scroll 0 0;
        border: 1px solid #fff;
        border-radius: 3px;
        box-sizing: initial;
        color: #fff;
        cursor: pointer !important;
        padding: 5px 8px;
        position: relative;
        text-decoration: none;
    }

.header > th {
    overflow-wrap: break-word;
    word-break: keep-all !important;
}

.table tr th {
    background: #72B6F5;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    text-align: left;
    white-space: normal;
    /*padding: 0.75rem;
    vertical-align: top;

    text-align: left;
    white-space: normal !important;
    word-break: break-all;*/
}

.table thead th {
    vertical-align: middle;
    /*background: #036c82;*/
    background: #07435d;
    /*background: #72b6f5;*/
    color: #fff;
    padding: 10px;
}

.table tbody + tbody {
    border-top: 2px solid #353535;
}

.table .table {
    background-color: #fff;
}

.table-sm th,
.table-sm td {
    padding: 0.0rem;
}

.table-bordered {
    border: 1px solid #eceeef;
}

    .table-bordered th,
    .table-bordered td {
    }

    .table-bordered thead th,
    .table-bordered thead td {
    }

/*.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);         ramesh commented
}*/

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, 0.075);
    }




.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ebeced;
}

.table-hover .table-warning:hover {
    background-color: #faf2cc;
}

    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
        background-color: #faf2cc;
    }


.thead-inverse th {
    color: #fff;
    background-color: #292b2c;
}

.thead-default th {
    color: #464a4c;
    background-color: #eceeef;
}

.table-inverse {
    color: #fff;
    background-color: #292b2c;
}

    .table-inverse th,
    .table-inverse td,
    .table-inverse thead th {
        border-color: #fff;
    }

    .table-inverse.table-bordered {
        border: 0;
    }

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .table-responsive.table-bordered {
        border: 0;
    }
/************************************************** table End **************************************************************************/

.hrms-container:after, .hrms-panel:after, .hrms-row:after, .hrms-row-padding:after, .hrms-topnav:after, .hrms-clear:after, .hrms-btn-group:before, .hrms-btn-group:after, .hrms-btn-bar:before, .hrms-btn-bar:after {
    content: "";
    display: table;
    clear: both;
}

.hrms-panel {
    padding: 0.01em 0px;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    text-align: left;
}

    .hrms-panel h2 {
        text-align: left;
    }

.hrms-form input[type="text"], .hrms-form select {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 3px #ddd inset;
    box-sizing: border-box;
    display: inline-block;
    margin: 8px 0;
    padding: 6px 20px;
}

/*.search {
  background-color: #4caf50;
    border: medium none;
    color: white;
    cursor: pointer;
    margin: 4px 2px;
    padding: 6px 20px;
    text-decoration: none;
    
}*/

.hrms-blue, .hrms-hover-blue:hover {
    color: #fff !important;
    background-color: #F2F2F2 !important;
    text-align: left;
}

header, .header {
    width: 100%;
    background: #fff !important;
    height: 64px !important;
    /*height: 60px;*/
    /*background: #273542;*/
    /*height*/
}

.logo {
    /*float: left;
    height: 30px;
      margin: 17px 11px 11px 55px;
    width: 200px;*/
    float: left;
    height: 52px;
    /*margin: 15px 11px 6px 18px;*/
    margin: 4px 7px 0px 18px;
    width: 230px;
}

nav {
    float: right;
    padding: 0px;
    font-weight: bold;
}

.menu-icon {
    display: none;
    width: 31px;
    height: 36px;
    color: #141414 !important;
}

a:hover.menu-icon {
    border-radius: 4px 4px 0px 0px;
}

nav ul li {
    display: inline-block;
    float: left;
    padding: 0px;
}

#menu > li {
    line-height: 40px;
    /*line-height: 37px;*/
}

nav ul li a {
    padding: 33px 15px 19px;
    text-decoration: none;
    color: #07435d;
    margin-right: 1px;
}

    nav ul li a:hover {
        color: #000;
        border-bottom: solid 3px #17d9fc;
        /*background: #438eae;*/
    }


.current {
    color: #FFFFFF;
    border-bottom: solid 3px #17d9fc;
    /*background: #438eae;*/
}

nav ul li.signin {
    padding: 15px 0px 14px 25px;
}

    nav ul li.signin a {
        /*background-color: #7C4FA1;*/
        color: #FFFFFF;
    }

        nav ul li.signin a:hover {
            background-color: #7C4FA1;
            color: #FFFFFF;
        }

.logout {
    background: #1a242d none repeat scroll 0 0;
    border-bottom: 3px solid #1A242D;
    font-size: 1.6em;
    padding-bottom: 14px;
    padding-top: 15px;
}

.welcome {
    /*background: #7ec5e3 none repeat scroll 0 0;*/
    border-left: 1px solid #394959;
    border-top: 2px solid #59b137;
    color: #fff;
    margin-top: -13px;
    padding: 12px 10px 10px;
    /*margin-right: 60px;*/
}



nav ul li .welcome a {
    color: #fff;
    padding: 33px 0px 17px !important;
    border-bottom: solid 3px #273542;
    padding-right: 90px !important;
    /*padding-right: 60px !important;*/
}

nav ul li .welcome1 a {
    padding-right: 0px !important;
}

nav ul li .welcome a:hover {
    color: #fff;
    background: none;
    border: none !important;
    border-bottom: solid 3px #17d9fc !important;
}

.text-left {
    text-align: left;
}

.pagination {
    margin: 10px 0 5px !important;
}

.pageantion-divider {
    margin-top: -22px;
    padding: 10px 10px 0px;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
    text-align: right;
}

.General-Details-brd {
    border: 1px solid #ccc;
    position: inherit;
    /*margin-bottom: 15px;*/
    /*position: relative;*/
}

.Hyper-Link-Padding {
    display: inline-block;
}

.General-Details {
    /*display: table;*/
    width: 100%;
    /*margin-bottom: 5px;*/
    /*margin-bottom: 10px;*/
}

.General-Details-divider {
    /*display: table-cell;
    vertical-align: top;
    width: 50%;*/
}

    .General-Details-divider > p {
        line-height: 160%;
        margin: 0;
        padding: 0 0 0 10px;
    }

    .General-Details > h3, .General-Details-divider > h3 {
        font-size: 14px;
        font-weight: bold;
        margin: 0;
        padding: 5px 0 5px 10px;
    }

    .General-Details > h2, .General-Details-divider > h2, .hrms-container > h2 {
        background: #0ba7c0 none repeat scroll 0 0;
        color: #fff;
        font-size: 17px;
        margin: 0;
        padding: 10px;
        text-align: left;
        width: 100%;
        min-height: 35px;
        /*text-transform: uppercase;*/
    }

.General-Details.General-Details-brd > p {
    padding-left: 15px;
}

.General-Details > h3 {
    font-weight: bold;
    margin-bottom: 2px;
}
/*.serch-btn {
    width: 25px !important;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}


.serch-btn:focus {
    width: 25%;
}*/
/* Demo 2 */




/*input[type=search] {
    background: #216bb1 url(images/search-btn.png) no-repeat 9px center;
    border: solid 1px #62B8DC;
    padding: 9px 10px 9px 22px;
    width: 35px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

    input[type=search]:focus {
        width: 200px;
        background-color: #fff;
        border-color: #66CC75;
        -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
        -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
        box-shadow: 0 0 5px rgba(109,207,246,.5);
    }*/


input:-moz-placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}

/* Demo 2 */
#demo-2 {
    display: inline-block;
}

    #demo-2 input[type=search] {
        width: 35px;
        /*padding-left: 10px;*/
        color: transparent;
        cursor: pointer;
    }

        #demo-2 input[type=search]:hover {
            background-color: #62B8DC;
        }

        #demo-2 input[type=search]:focus {
            width: 150px;
            /*padding-left: 32px;*/
            color: #000;
            background-color: #62B8DC;
            cursor: auto;
        }

    #demo-2 input:-moz-placeholder {
        color: transparent;
    }

    #demo-2 input::-webkit-input-placeholder {
        color: transparent;
    }

.formLayout {
    background-color: #f3f3f3;
    border: solid 1px #a1a1a1;
    padding: 10px;
}

    .formLayout label, .formLayout input {
        display: block;
        float: left;
        margin-bottom: 10px;
    }

    .formLayout label {
        text-align: right;
        padding-right: 20px;
    }

br {
    clear: left;
}


/*.General-Details-divider.perpage {
    display: initial;
    height: 28px;
    margin-top: 45px;
    width: 100%;
}*/

.perpage {
    /*position: absolute;
    right: 10px;*/
    text-align: right;
    /*bottom: 10px;
    position: absolute;
    right: 10px;

    text-align: right;*/
}


.ttk {
    max-height: 150px !important;
}

div.disabled {
    pointer-events: none;
    /* for "disabled" effect */
    opacity: 0.5;
    background: #CCC;
}

.page-header {
    background: #7EC5E3;
    color: #2f6479;
    margin-bottom: 25px;
}

    .page-header h2 {
        color: #2f6479;
        margin: 0px;
        padding: 15px 10px;
        text-align: left;
    }



.gfield_label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.stars::after {
    content: " *";
    color: red;
    padding-right: 2px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.input-group .input-group-btn .btn {
    border: 1px solid #cacaca;
    margin-left: 3px;
    padding: 6px 12px;
}

.custom-file-input {
    display: inline-block;
    position: relative;
    color: #533e00;
}

    .custom-file-input input {
        visibility: hidden;
        /*width: 100px;*/
    }

    .custom-file-input:before {
        /*content: 'Choose File';*/
        content: 'Attach Resume';
        display: block;
        /*background: -webkit-linear-gradient( -180deg, #ffdc73, #febf01);
		background: -o-linear-gradient( -180deg, #ffdc73, #febf01);
		background: -moz-linear-gradient( -180deg, #ffdc73, #febf01);
		background: linear-gradient( -180deg, #ffdc73, #febf01);*/
        background: #fff;
        border: 1px solid #ccc;
        /*border-radius: 10px;*/
        padding: 5px 0px;
        outline: none;
        white-space: nowrap;
        cursor: pointer;
        text-shadow: 1px 1px rgba(255,255,255,0.7);
        font-weight: bold;
        text-align: center;
        font-size: 10pt;
        position: absolute;
        left: 0;
        right: 0;
    }

    .custom-file-input:hover:before {
        border-color: #febf01;
    }

    .custom-file-input:active:before {
        background: #febf01;
    }

.file-blue:before {
    /*content: 'Browse File';*/
    content: 'Browse & Attach';
    background: -webkit-linear-gradient( -180deg, #99dff5, #02b0e6);
    background: -o-linear-gradient( -180deg, #99dff5, #02b0e6);
    background: -moz-linear-gradient( -180deg, #99dff5, #02b0e6);
    background: linear-gradient( -180deg, #99dff5, #02b0e6);
    border-color: #57cff4;
    color: #FFF;
    text-shadow: 1px 1px rgba(000,000,000,0.5);
}

.file-blue:hover:before {
    border-color: #02b0e6;
}

.file-blue:active:before {
    background: #02b0e6;
}








/*  SECTIONS  ============================================================================= */

.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

    .col:first-child {
        margin-left: 0;
    }
/* all browsers except IE6 and lower */
.span_2_of_2 {
    width: 100%;
}

.span_1_of_2 {
    width: 49.2%;
}

.span_3_of_3 {
    width: 100%;
}

.span_2_of_3 {
    width: 66.13%;
}

.span_1_of_3 {
    width: 32.26% !important;
}

.span_4_of_4 {
    width: 100%;
}

.span_3_of_4 {
    width: 74.6%;
}

.span_2_of_4 {
    width: 49.2%;
}

.span_1_of_4 {
    width: 23.8%;
}

.span_5_of_5 {
    width: 100%;
}

.span_4_of_5 {
    width: 79.68%;
}

.span_3_of_5 {
    width: 59.36%;
}

.span_2_of_5 {
    width: 39.04%;
}

.span_1_of_5 {
    width: 18.72%;
}

.span_6_of_6 {
    width: 100%;
}

.span_5_of_6 {
    width: 83.06%;
}

.span_4_of_6 {
    width: 66.13%;
}

.span_3_of_6 {
    width: 49.2%;
}

.span_2_of_6 {
    width: 32.26%;
}

.span_1_of_6 {
    width: 15.33%;
}

.span_7_of_7 {
    width: 100%;
}

.span_6_of_7 {
    width: 85.48%;
}

.span_5_of_7 {
    width: 70.97%;
}

.span_4_of_7 {
    width: 56.45%;
}

.span_3_of_7 {
    width: 41.94%;
}

.span_2_of_7 {
    width: 27.42%;
}

.span_1_of_7 {
    width: 12.91%;
}

.span_8_of_8 {
    width: 100%;
}

.span_7_of_8 {
    width: 87.3%;
}

.span_6_of_8 {
    width: 74.6%;
}

.span_5_of_8 {
    width: 61.9%;
}

.span_4_of_8 {
    width: 49.2%;
}

.span_3_of_8 {
    width: 36.5%;
}

.span_2_of_8 {
    width: 23.8%;
}

.span_1_of_8 {
    width: 11.1%;
}

.span_9_of_9 {
    width: 100%;
}

.span_8_of_9 {
    width: 88.71%;
}

.span_7_of_9 {
    width: 77.42%;
}

.span_6_of_9 {
    width: 66.13%;
}

.span_5_of_9 {
    width: 54.84%;
}

.span_4_of_9 {
    width: 43.55%;
}

.span_3_of_9 {
    width: 32.26%;
}

.span_2_of_9 {
    width: 20.97%;
}

.span_1_of_9 {
    width: 9.68%;
}

.span_10_of_10 {
    width: 100%;
}

.span_9_of_10 {
    width: 89.84%;
}

.span_8_of_10 {
    width: 79.68%;
}

.span_7_of_10 {
    width: 69.52%;
}

.span_6_of_10 {
    width: 59.36%;
}

.span_5_of_10 {
    width: 49.2%;
}

.span_4_of_10 {
    width: 39.04%;
}

.span_3_of_10 {
    width: 28.88%;
}

.span_2_of_10 {
    width: 18.72%;
}

.span_1_of_10 {
    width: 8.56%;
}

.span_11_of_11 {
    width: 100%;
}

.span_10_of_11 {
    width: 90.76%;
}

.span_9_of_11 {
    width: 81.52%;
}

.span_8_of_11 {
    width: 72.29%;
}

.span_7_of_11 {
    width: 63.05%;
}

.span_6_of_11 {
    width: 53.81%;
}

.span_5_of_11 {
    width: 44.58%;
}

.span_4_of_11 {
    width: 35.34%;
}

.span_3_of_11 {
    width: 26.1%;
}

.span_2_of_11 {
    width: 16.87%;
}

.span_12_of_12 {
    width: 100%;
}

.span_11_of_12 {
    width: 91.53%;
}

.span_10_of_12 {
    width: 83.06%;
}

.span_9_of_12 {
    width: 74.6%;
}

.span_8_of_12 {
    width: 66.13%;
}

.span_7_of_12 {
    width: 57.66%;
}

.span_6_of_12 {
    width: 49.2%;
}

.span_5_of_12 {
    width: 40.73%;
}

.span_4_of_12 {
    width: 32.26%;
}

.span_3_of_12 {
    width: 23.8%;
}

.span_2_of_12 {
    width: 15.33%;
}

.span_1_of_12 {
    width: 6.86%;
}

.span_1_of_11 {
    width: 7.63%;
}

.custom-size {
    width: 84%;
}

.w8pr15 {
    padding-right: 35px !important;
    display: ruby-base;
}

.w8a {
    width: 9%;
}

.w8 {
    width: 10%;
}

.w20 {
    width: 17%;
}

.w21 {
    width: 17.5%;
}

@media only screen and (max-width: 800px) {
    .wrapping-scroll {
        overflow-x: auto;
        /*width: 360px !important;*/
    }
}

@media only screen and (max-width: 1024px) {
    .radio-btn-bg {
        /*padding: 5px 10px 5px 0 !important;*/
    }

    .mt66 {
        margin-top: 63px !important;
    }

    .search_icon {
        padding: 20px 0px !important;
    }

    .page-head-bg {
        padding: 2px 2% 3px !important;
    }

    .gfield_label {
        font-size: 12px;
    }

    .w8pr15 {
        padding-right: 67px !important;
        display: inline;
    }

    .w20 {
        width: 27% !important;
    }

    .w8, .w8a {
        width: 8.75%;
    }



    .w21 {
        width: 21%;
    }

    .wrapping-scroll {
        overflow-x: auto;
        /*width: 270px !important;*/
    }

    .custom-width {
        max-width: 200px !important;
    }

    .file-Attatchment {
        font-size: 0.88em;
    }

    .custom-size {
        width: 79%;
    }

    .reports-box {
        /*font-size: 1em !important;*/
        width: 24% !important;
        margin: 0.5%;
    }

    .search-btn {
        left: 31.5% !important;
        top: 9px !important;
        width: 250px !important;
    }

    .reports-box-list > .reports-box-txt {
        float: left;
        width: 78% !important;
        text-align: left;
    }

    .reports-box-list > .fa-5x.reports-box-txt {
        width: 19% !important;
    }

    nav ul li a {
        padding: 33px 5px 19px !important;
    }
}

@media only screen and (max-width: 600px) {

    .reports-box {
        /*font-size: 1em !important;*/
        width: 100% !important;
        margin: 0.5% 0.5% 3% !important;
    }
}
/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */
@media (max-width: 320px) {
    .expot-excel {
        /*background-repeat: no-repeat;
        background-size: 88px 30px !important;
        position: absolute;
        right: -29px;
        top: 22px;*/
    }
}

@media only screen and (max-width: 480px) {


    .txt-lft-mob {
        text-align: left !important;
    }

    .txt-lft-mob1 {
        text-align: left !important;
        margin-bottom: 10px;
        margin-left: -5px !important;
    }

    .mob-status-btn {
        margin-bottom: 0px !important;
        margin-top: -13px;
        position: absolute;
        right: 2px;
        top: 54px;
    }


    .mob-mt10 {
        margin-bottom: 10px !important;
    }

    .mob-mt15 {
        margin-top: 15px;
    }

    .mob-mb25 {
        margin-bottom: 25px !important;
    }

    .mob-mb55 {
        margin-bottom: 50px !important;
    }

    .mob-mt25 {
        margin-bottom: 25px !important;
    }

    .mob-mb15 {
        margin-bottom: 15px;
    }

    .col {
        margin: 1% 0 1% 0%;
    }

    .span_2_of_2 {
        width: 100%;
    }

    .span_1_of_2 {
        width: 100%;
    }

    .span_3_of_3 {
        width: 100%;
    }

    .span_2_of_3 {
        width: 100%;
    }

    .span_1_of_3 {
        width: 100%;
    }

    .span_4_of_4 {
        width: 100%;
    }

    .span_3_of_4 {
        width: 100%;
    }

    .span_2_of_4 {
        width: 100%;
    }

    .span_1_of_4 {
        width: 100%;
    }

    .span_5_of_5 {
        width: 100%;
    }

    .span_4_of_5 {
        width: 100%;
    }

    .span_3_of_5 {
        width: 100%;
    }

    .span_2_of_5 {
        width: 100%;
    }

    .span_1_of_5 {
        width: 100%;
    }

    .span_6_of_6 {
        width: 100%;
    }

    .span_5_of_6 {
        width: 100%;
    }

    .span_4_of_6 {
        width: 100%;
    }

    .span_3_of_6 {
        width: 100%;
    }

    .span_2_of_6 {
        width: 100%;
    }

    .span_1_of_6 {
        width: 100%;
    }

    .span_7_of_7 {
        width: 100%;
    }

    .span_6_of_7 {
        width: 100%;
    }

    .span_5_of_7 {
        width: 100%;
    }

    .span_4_of_7 {
        width: 100%;
    }

    .span_3_of_7 {
        width: 100%;
    }

    .span_2_of_7 {
        width: 100%;
    }

    .span_1_of_7 {
        width: 100%;
    }

    .span_8_of_8 {
        width: 100%;
    }

    .span_7_of_8 {
        width: 100%;
    }

    .span_6_of_8 {
        width: 100%;
    }

    .span_5_of_8 {
        width: 100%;
    }

    .span_4_of_8 {
        width: 100%;
    }

    .span_3_of_8 {
        width: 100%;
    }

    .span_2_of_8 {
        width: 100%;
    }

    .span_1_of_8 {
        width: 100%;
    }

    .span_9_of_9 {
        width: 100%;
    }

    .span_8_of_9 {
        width: 100%;
    }

    .span_7_of_9 {
        width: 100%;
    }

    .span_6_of_9 {
        width: 100%;
    }

    .span_5_of_9 {
        width: 100%;
    }

    .span_4_of_9 {
        width: 100%;
    }

    .span_3_of_9 {
        width: 100%;
    }

    .span_2_of_9 {
        width: 100%;
    }

    .span_1_of_9 {
        width: 100%;
    }

    .span_10_of_10 {
        width: 100%;
    }

    .span_9_of_10 {
        width: 100%;
    }

    .span_8_of_10 {
        width: 100%;
    }

    .span_7_of_10 {
        width: 100%;
    }

    .span_6_of_10 {
        width: 100%;
    }

    .span_5_of_10 {
        width: 100%;
    }

    .span_4_of_10 {
        width: 100%;
    }

    .span_3_of_10 {
        width: 100%;
    }

    .span_2_of_10 {
        width: 100%;
    }

    .span_1_of_10 {
        width: 100%;
    }

    .span_11_of_11 {
        width: 100%;
    }

    .span_10_of_11 {
        width: 100%;
    }

    .span_9_of_11 {
        width: 100%;
    }

    .span_8_of_11 {
        width: 100%;
    }

    .span_7_of_11 {
        width: 100%;
    }

    .span_6_of_11 {
        width: 100%;
    }

    .span_5_of_11 {
        width: 100%;
    }

    .span_4_of_11 {
        width: 100%;
    }

    .span_3_of_11 {
        width: 100%;
    }

    .span_2_of_11 {
        width: 100%;
    }

    .span_1_of_11 {
        width: 100%;
    }

    .span_12_of_12 {
        width: 100%;
    }

    .span_11_of_12 {
        width: 100%;
    }

    .span_10_of_12 {
        width: 100%;
    }

    .span_9_of_12 {
        width: 100%;
    }

    .span_8_of_12 {
        width: 100%;
    }

    .span_7_of_12 {
        width: 100%;
    }

    .span_6_of_12 {
        width: 100%;
    }

    .span_5_of_12 {
        width: 100%;
    }

    .span_4_of_12 {
        width: 100%;
    }

    .span_3_of_12 {
        width: 100%;
    }

    .span_2_of_12 {
        width: 100%;
    }

    .span_1_of_12 {
        width: 100%;
    }

    .mobilebtn {
        margin-top: 10px !important;
    }
}


.ttk {
    max-height: 150px !important;
}

div.disabled {
    pointer-events: none;
    /* for "disabled" effect */
    opacity: 0.5;
    background: #CCC;
}

.hrms-overflow-x, .fev-overflow-x {
    display: inline-block;
    /*overflow-x: auto;*/
    width: 100%;
    min-height: 100px;
    max-height: 100000px;
    overflow-x: scroll !important;
    float: left;
}

@media only screen and (max-device-width: 480px) {
    .hrms-overflow-x, .fev-overflow-x {
        overflow-x: auto;
    }

    .hrms-container {
        padding: 7px 2% !important;
    }

    .mobile-align {
        float: left !important;
        width: 100%;
    }

    .Employee-align {
        margin-right: 17px;
    }

    .searchform {
        left: -260px !important;
        top: 53px !important;
    }

    .searchlink {
        font-size: 14px !important;
        padding: 10px 5px 13px !important;
        right: 20px !important;
    }

    .logo {
        float: left;
        height: 32px;
        margin: 10px 0 0px 10px;
        width: 21% !important;
        padding-bottom: 7px;
    }

    nav ul li {
        display: inline-block;
        float: left;
        padding: 0px;
    }

    /*.btn {
        padding: 6px 9px !important;
        font-size: .9em;
    }*/

    .logout {
        padding: 9px 10px;
        color: #fff;
        padding-right: 0px;
        font-size: 1.3em;
        text-align: left;
    }

    .page-head {
        text-align: center !important;
    }

    .welcome, .home {
        display: none;
    }

    #menu > li {
        line-height: 17px;
    }

    nav ul li a {
        padding: 23px 5px 10px;
        text-decoration: none;
        color: #fff;
    }

    .reports-box {
        margin-bottom: 10px;
        padding: 10px 0px !important;
    }

    .page-head-bg {
        padding: 10px 2% !important;
        text-align: center;
    }

    nav ul li a:hover {
        color: #FFFFFF;
        background: #438eae;
    }


    .current {
        color: #FFFFFF;
        background: #438eae;
    }

    nav ul li.signin {
        padding: 15px 0px 14px 25px;
    }

    /*.General-Details {
        display: inline-block;
    }*/



    .hrms-overflow {
    }


    tr.footer td {
        text-align: left;
    }
}

.hrms-Radio {
    display: inline-block;
    margin-right: 15px;
    margin-top: 8px;
}

/*.hrms-listbox-cls {
    height: 100px;
    overflow: auto;
    border: 1px solid #cacaca;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.hrms-listbox-cls1 {
    height: 80px;
    overflow: auto;
    border: 1px solid #cacaca;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.hrms-listbox-cls2 {
    height: 250px;
    overflow: auto;
    border: 1px solid #cacaca;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}*/

fieldset {
    border: medium none;
    padding: 0px;
}

.fileUpload {
    position: relative;
    /*overflow: hidden;*/
    margin: 10px;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.reports-box-list {
    background: #eeeeee;
    border: solid 1px #aaaaaa;
    text-align: center;
    padding: 9px 0 10px .5% !important;
    font-size: 1em !important;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    transition: box-shadow 0.3s ease-in-out;
    text-decoration: none;
    color: #273542;
    text-decoration: none !important;
    width: 19%;
    height: 0;
    margin: 0.5%;
    float: left;
    padding-left: 1%;
    font-weight: bold;
    min-height: 55px;
}

    .reports-box-list > .reports-box-txt {
        float: left;
        width: 80%;
        text-align: left;
    }

    .reports-box-list > .fa-5x.reports-box-txt {
        background: #0683a3 none repeat scroll 0 0;
        border-radius: 5px;
        color: #fff;
        float: left;
        font-size: 1.6em;
        margin-right: 3%;
        padding: 5px;
        width: 14%;
        text-align: center;
    }

.reports-box {
    background: #eeeeee;
    border: solid 1px #aaaaaa;
    text-align: center;
    padding: 40px 0px;
    font-size: 1.3em !important;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    transition: box-shadow 0.3s ease-in-out;
    text-decoration: none;
    /*color: #216BB1;*/
    color: #0683a3;
    text-decoration: none !important;
    min-height: 210px;
    width: 19%;
    height: 0;
    margin: 0.5%;
    float: left;
}


    /*.reports-box-txt {
    color: #216BB1;
    text-decoration: none !important;
}*/

    /*.reports-box > a {
    text-decoration: none !important;
    color: #f00 !important;
    transition: box-shadow 0.3s ease-in-out;
}

.reports-box > a {
    color: #216BB1 !important;
    text-decoration: none;
}

    .reports-box > a:hover {
        color: #273542;
        text-decoration: none;
        cursor: pointer;
    }

.reports-box a {
    color: #216BB1 !important;
    text-decoration: none;
}*/

    .reports-box:hover, .reports-box-list:hover {
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        /*background: #273542 !important;*/
        background-color: rgba(6, 6, 6, 0.1) !important;
        color: #126935 !important;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        /*cursor: pointer;*/
        /*background: #e1dede;
      border: solid 1px #eeeeee;*/
        /*cursor:none;*/
    }



.page-head {
    color: #fff;
    font-size: 1.6em;
    line-height: 164%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.page-head-bg {
    /*background: #216bb1;*/
    background: #0683a3;
    padding: 0px 2%;
    /*position: relative;*/
}

.search-btn {
    left: 33%;
    position: absolute;
    top: 14px;
    width: 300px;
}

.profile {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #273542;
    border-radius: 3px;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
    display: inline-block;
    /*height: 100%;*/
    text-align: center;
    width: 125px;
    height: 125px;
    margin-top: 15px;
}

.profiless {
    /*border: solid 1px #ccc;
    border-radius: 50%;
    margin: 0 auto;
    width:55%;
    background:#ccc;*/
    display: block;
    width: 50%;
    /*width: 150px;
  height: 150px;*/
    margin: 1em auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em;
    border: 5px solid #e6e6e6;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
}

select[multiple] {
    height: 100%;
}

.btn-default {
    color: #333333;
    background-color: #e8e8e8;
    border-color: #e8e8e8;
}

.color-green {
    color: #016937 !important;
    font-size: 18px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .brr, .brr1, .brr2, .brr3, .brr4,.brr6,.brr7, .brr5 {
        height: 33px !important;
    }

    .container-1 input#search:hover, .container-1 input#search:focus, .container-1 input#search:active {
        outline: none;
        background: #2b303b;
    }

    .container-1 {
        width: 300px;
        vertical-align: middle;
        white-space: nowrap;
        position: relative;
    }

        .container-1 input#search {
            background: #fff none repeat scroll 0 0;
            border: medium none;
            border-radius: 5px;
            color: #63717f;
            float: left;
            font-size: 10pt;
            height: 40px;
            padding-left: 14px;
            width: 300px;
        }

        .container-1 .icon {
            color: #4f5b66;
            margin-left: 17px;
            margin-top: 17px;
            position: absolute;
            right: 10px;
            top: -16px;
            z-index: 1;
        }

        .container-1 input#search::-webkit-input-placeholder {
            color: #65737e;
        }

        .container-1 input#search:-moz-placeholder { /* Firefox 18- */
            color: #65737e;
        }

        .container-1 input#search::-moz-placeholder { /* Firefox 19+ */
            color: #65737e;
        }

        .container-1 input#search:-ms-input-placeholder {
            color: #65737e;
        }

    .searchlink:before, .searchlink1:before {
        font-family: FontAwesome;
        content: "\f002";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
    }

    .searchlink {
        /*background: #fff none repeat scroll 0 0;
    border-bottom: 3px solid #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    padding: 21px 20px 11px 18.5px;
    position: absolute;
    right: 50px;
    z-index: 1;*/
        background: #fff none repeat scroll 0 0;
        border-bottom: 3px solid #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 12px;
        padding: 5px;
        position: absolute;
        right: 50px;
        z-index: 1;
        top: 20px;
        text-align: center;
    }

    .searchlink1 {
        background: #fff none repeat scroll 0 0;
        border-bottom: 3px solid #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 20px;
        padding: 21px 20px 11px 18.5px;
        position: absolute;
        right: 80px !important;
        z-index: 1;
        top: 0px !important;
    }

    .searchform1 {
        border: solid 1px #f00;
        position: absolute;
        right: 15PX;
    }




    /*.searchlink {
        padding: 25px 20px 10px 18.5px;
    }

   .hamburger-ico {
        left: 2px !important;
        top: -45px !important;
    }


    .dropbtn {
        padding: 3px 6px 3px !important;
    }*/
}

.search {
    position: absolute;
    right: 10px;
    top: 10px;
}

.searchlink:hover, .searchlink.open {
    cursor: pointer;
    /*background:#f5f5f5;*/
    border-bottom: 3px solid #17d9fc;
}

.searchform {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #63717f;
    display: none;
    font-size: 10pt;
    height: 33px;
    left: -187px;
    /*padding-left: 45px;*/
    position: absolute;
    top: 74px;
    width: 300px;
}

.searchform1 {
    top: 54px !important;
    left: -253px;
    /*left: -553px;
        background:#F00 !important;*/
}

.searchlink.open .searchform {
    display: block;
}

#search {
    display: block;
    position: relative;
}

/*****************************************Soting img***********************************/
.sort th[scope=col] {
    position: relative;
}

.bothorder > a, .descendingorder > a, .ascendingorder > a {
    margin-left: 7px;
    display: inline-block;
    text-decoration: none;
    /*width: 150px;*/
    /*width: 100%*/
}

.descendingorder:before, .ascendingorder:before, .bothorder:before {
    content: " ";
    width: 13px;
    height: 16px;
    position: absolute;
    left: 3px;
    top: 10px;
    /*top: 13px;*/
}

.thumb-icon {
    background-image: url(../Content/images/hamburger-icon.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 19px;
}

.descendingorder:before {
    background: rgba(0, 0, 0, 0) url("../Content/images/sort_desc.png") no-repeat scroll right center;
}

.ascendingorder:before {
    background: rgba(0, 0, 0, 0) url("../Content/images/sort_asc.png") no-repeat scroll right center;
}

.bothorder:before {
    background: rgba(0, 0, 0, 0) url("../Content/images/sort_both.png") no-repeat scroll right center;
}
/*****************************************Soting img***********************************/
.mt0-hrms {
    margin-top: -30PX !important;
}

.admin-overflow {
    display: inline-block;
    min-height: 150px;
    max-height: 450px;
    /*overflow-x: auto !important;*/
    float: left;
    width: 100%;
}

/*admin*/
.dataTables_wrapper.no-footer {
    /*padding: 10px 0px;*/
    /*background: #7EC5E3 none repeat scroll 0 0;*/
}

.dataTables_info {
    display: none;
}

.dataTables_wrapper no-footer {
    background: #f00;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    padding: 5px 10px 5px;   
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: #98f0f4 none repeat scroll 0 0 !important;
        box-sizing: initial;
        color: #fff;
        cursor: pointer !important;
        padding: 5px 0px;
        position: relative;
        text-decoration: none;
        border: none !important;
    }

.paginate_button a:hover {
    background: #f00 none repeat scroll 0 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #0b9aaa none repeat scroll 0 0 !important;
    border: 1px solid #fff !important;
    border-radius: 3px;
    box-sizing: initial;
    color: #fff !important;
    cursor: pointer !important;
    padding: 5px 8px;
    position: relative;
    text-decoration: none;
    margin-right: 2px;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color: #FFF;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff !important;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
        background: transparent none repeat scroll 0 0;
        border: 1px solid transparent;
        box-shadow: none;
        color: #FFF !important;
        cursor: default;
    }

.dataTables_paginate a:link, .dataTables_paginate a:visited, .dataTables_paginate a:active {
    color: #fff;
}

.mr-5 {
    margin-top: -5px;
}

.hrms-page-loader {
    margin: 0px;
    padding: 0px;
    position: fixed !important;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #666666 !important;
    z-index: 30001 !important;
    opacity: .8;
    filter: alpha(opacity=70);
}



    .hrms-page-loader p {
        position: absolute;
        top: 45%;
        left: 45%;
        color: White;
    }

    .hrms-page-loader img {
        margin-left: 50%;
    }
/*admin*/
/*.ui-menu-item-wrapper {
    width: 300px;
    background: #fff;
    padding: 10px;
}*/


.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    height: 200px !important;
    overflow-x: auto !important;
    width: 300px;
    background: #fff;
    padding: 0px;
}

.ui-menu-item {
    list-style-type: none;
    margin: 0px !important;
    padding: 0px !important;
    border: solid 1px #ccc;
}

.ui-menu-item-wrapper {
    margin: 0px;
    padding-left: 10px;
    line-height: 30px;
    cursor: pointer;
    /*border-bottom: solid 1px #f00;*/
}

.auto-complete-icon {
    position: relative;
}

/*.auto-complete-icon:before {
        co;
    }*/

#tbldepartment_filter input, .dataTables_filter input {
    /*height: 34px;*/
    height: 26px;
    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;
}

.hrms-form {
    margin-right: 10px;
    margin-top: -3px;
}

.radio-btn-bg {
    background: #0683a3 !important;
    padding: 5px 10px 5px 0;
    display: inline-block;
    border-radius: 5px;
    padding-left: 8px;
    color: #fff;
}

.radio-btn-bg-txt {
    position: absolute;
    left: 8%;
    top: 49%;
}

.ViewApplicantDetails-txt {
    display: inline-block;
    text-align: right;
    width: 200px;
    font-weight: bold;
    padding-right: 8px;
}

.dropbtn {
    background-color: #1175ac;
    color: white;
    padding: 3px 6px 4px;
    font-size: 2em;
    border: none;
    cursor: pointer;
    border: solid 1px #216BB1;
}

    .dropbtn:hover, .dropbtn:focus {
        background-color: #216BB1;
        border: solid 1px #273542;
    }

/*.dropdown {
    position: relative;
    display: inline-block;
}*/

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #273542;
    min-width: 150px;
    /*min-width: 212px;*/
    /*overflow: auto;*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    /*z-index: 1;*/
    z-index: 99999;
}

    .dropdown-content li a {
        color: black;
        padding: 5px 4px;
        /*padding: 12px 4px 12px 7px;*/
        text-decoration: none;
        display: block;
        color: #fff;
        border-bottom: solid 1px #216bb1;
        list-style: none;
        padding-left: 10px;
    }

.dropdown li a:hover {
    background-color: #f1f1f1;
    color: #273542;
    border-bottom: solid 1px #216bb1;
}

#myDropdown li {
    list-style: none;
}

#myDropdown > ul {
    margin: 0;
    padding: 0;
    position: relative;
}

.dropdown-content li a ul li {
    color: black;
    padding: 12px 4px 12px 7px;
    text-decoration: none;
    /*display: block;*/
    color: #fff;
    border-bottom: solid 1px #216bb1;
    /*position: absolute;*/
    right: 100px;
}

.sub ul, .sub li, #drp-Li-Ul-1-1 ul {
    margin: 0px;
    padding: 0px;
    list-style: none !important;
}

.sub > a {
    position: absolute;
    border: solid 1px #216bb1;
    width: 200px;
    right: -200px;
    cursor: pointer;
    top: 0px;
    background: #273542;
}

.sub1 > a {
    position: absolute;
    border: solid 1px #216bb1;
    width: 200px;
    right: -200px;
    cursor: pointer;
    top: 40px;
    background: #273542;
    list-style: none !important;
}

.sub2 > a {
    position: absolute;
    border: solid 1px #216bb1;
    width: 200px;
    right: -200px;
    cursor: pointer;
    top: 80px;
    background: #273542;
    list-style: none !important;
}

.show {
    display: block !important;
}

.hamburger-ico {
    /*position: absolute;
    left: 0px;
    top: -48px;*/
    position: absolute;
    left: 1px;
    top: 10px;
    z-index: 1;
}

.fa-bars {
    font-size: 1.6em !important;
}

.labal-bg {
    background: #216bb1 none repeat scroll 0 0;
    color: #fff;
    margin-bottom: 0;
    padding: 4px 0;
}

.company-header {
    background: #216bb1 none repeat scroll 0 0;
    height: 35px;
    margin-bottom: 0;
    padding: 10px 0;
}

.btn-B-Privilage {
    pointer-events: none;
    opacity: 0.4;
}

.icon-active {
    background: #0682a6;
    border: 1px solid #ccc !important;
}

.list-icon {
    border: 1px solid #216bb1;
    /*border-radius: 3px;*/
    color: #fff;
    font-size: 1.8em;
    padding: 2px 5px 1px;
    position: absolute;
    right: 9px;
    top: 6px;
}

.thumb-icons {
    border: 1px solid #216bb1;
    /*border-radius: 3px;*/
    color: #fff;
    font-size: 1.8em;
    padding: 2px 5px 1px;
    position: absolute;
    right: 50px;
    top: 6px;
}

.add-new {
    position: absolute;
    right: 0px;
    bottom: -20px;
}

.mar-minus40 {
    margin-top: -40px !important;
}


#menu-v li, #menu-v a {
    zoom: 1;
}
/* Hacks for IE6, IE7 */
#menu-v, #menu-v ul {
    width: 212px; /* Main Menu Item widths */
    /*border: 1px solid #ccc;*/
    border-top: none;
    position: relative;
    /*font-size: 0;*/
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9;
    margin-top: 3px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    display: block;
}

    /* Top level menu links style
---------------------------------------*/

    #menu-v li {
        background-color: #273542;
        /*background: #FFF url(images/bg.gif) repeat-x 0 2px;*/
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #menu-v li a {
            /*font: normal 12px Arial;*/
            border-bottom: 1px solid #17d9fc;
            display: block;
            /*overflow: auto; force hasLayout in IE7 */
            color: #FFF;
            text-decoration: none;
            line-height: 36px;
            padding-left: 6px;
        }

            #menu-v li a:hover {
                background-color: #f1f1f1;
                color: #273542;
                border-bottom: solid 1px #273542;
            }

    #menu-v ul li a {
        line-height: 36px;
        background: #216BB1;
        border-left: 10px solid #273542;
    }

    #menu-v li a.arrow:hover {
        background-image: url(images/arrowon.gif);
        background-repeat: no-repeat;
        background-position: 97% 50%;
    }

    /*Sub level menu items
---------------------------------------*/
    #menu-v li ul {
        /*position: absolute;
        width: 200px;*/
        visibility: hidden;
        /*Sub Menu Items width */
    }

    #menu-v a.arrow {
        background-image: url(images/arrow.gif);
        background-repeat: no-repeat;
        background-position: 97% 50%;
    }

    #menu-v li:hover, #menu-v li.onhover {
        /*background-color: #273542;*/
        /*background-position:0 -62px;*/
    }

    #menu-v ul li {
        background: rgba(255, 255, 255, 0.86);
        background-image: none;
    }

        #menu-v ul li:hover, #menu-v ul li.onhover {
            /*background-color: #273542;*/
            background-image: none;
        }


/* Holly Hack for IE \
* html #menu-v  li
{
    float:left;
    height: 1%;
}
* html #menu-v  li a
{
    height: 1%;
}*/
/* End */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .searchlink1 {
        right: 60px !important;
    }

    .logo {
        width: 105px;
        height: 17px;
    }

    nav ul li a {
        padding: 33px 4px 19px !important;
    }

    .searchlink {
        right: 30px;
    }

    .reports-box-list {
        width: 24%;
    }

    .reports-box {
        padding: 10px 0px;
        min-height: 150px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .logo {
        width: 230px;
        height: 52px;
    }
}

@media only screen and (max-width : 640px) {
    .scribe-btn {
        margin-top: 15px;
    }

    .profile-content {
        margin-bottom: 10px !important;
    }

    .mob-width {
        padding: 0px !important;
    }

    .menu-icon > .fa-bars {
        font-size: 2em !important;
        color: #fff;
        margin-top: 10px;
        margin-left: 7px;
        cursor: pointer;
    }

    nav ul, nav:active ul {
        display: none;
        position: absolute;
        padding: 0px;
        background: #ccc;
        right: 0px;
        top: 69px;
        width: 100%;
        z-index: 9999999 !important;
        padding-left: 10px;
    }

    nav li {
        text-align: left;
        width: 100%;
        padding: 0px 0;
        margin: 0;
    }

    .menu-icon {
        display: block;
        color: #fff;
    }

    nav:hover ul {
        display: block;
    }

    .menu-icon:hover nav:not(:hover) ul {
        border: solid 1px #f00;
    }

    a:hover.menu-icon {
        background-color: #ccc;
        height: 43px;
        width: 40px;
        visibility: hidden;
        margin-top: 50px;
    }

    /*nav:not(.menu-icon):hover ul {  
 
    overflow:hidden;
    display:table-column-group
    
}*/
    /*nav:not(.menu-icon):hover ul {  
    border: 1px solid red; 
    display:none;
}*/
    .logout {
        background: none !important;
        border-bottom: none;
    }

    nav ul li a {
        padding: 7px 5px !important;
        display: block;
        margin-bottom: 3px;
        color: #273542;
    }

    .logo {
        width: 230px !important;
        height: 52px;
        margin: 16px auto 1px 10px;
    }

    .hamburger-ico {
        top: -38px !important;
    }

    .searchlink {
        right: 40px !important;
    }


    .menu-icon {
        /*background: #216BB1;
        height: 43px;
        width: 40px;*/
        background: #216BB1;
        height: 43px;
        width: 43px;
        margin-top: 13px;
        margin-right: 14px;
        padding-left: 3px;
    }

    .dropdown-content a {
        text-align: left;
    }

    .reports-box {
        min-height: 130px;
    }

    .reports-box-list {
        width: 49%;
        min-height: 70px;
    }

    .logout {
        color: #273542;
    }

    .btn {
        /*font-size: 10px;*/
        padding: 6px 4px !important;
    }

    .radio-btn-bg {
        /*display: block;
        margin-bottom: 5px;*/
    }

    .modalDialog > div {
        width: 320px !important;
    }
}

.bb {
    border-bottom: solid 1px #ccc;
}

.br {
    border-right: solid 1px #ccc;
}

.bg1 {
    background: #ebeced;
}

#div-data-frequency label, #div-data-frequency input {
    /*background: #72B6F5 !important;
    padding: 5px 10px 5px 0;
    display: inline-block;*/
}

.DataFrequency-week-main {
    font-weight: bold;
    margin: 10px auto 10px;
    padding: 8px 8px 8px 0px;
    text-align: left;
    font-size: 1.2em;
    text-transform: uppercase;
    border-bottom: solid 1px #ccc;
}

.DataFrequency-main {
    font-weight: bold;
    margin: 0 auto 10px;
    padding: 8px 8px 8px 0px;
    text-align: left;
    font-size: 1.2em;
    text-transform: uppercase;
    border-bottom: solid 1px #ccc;
}

.DataFrequency {
    background: #72B6F5 !important;
    padding: 5px 10px 5px 0;
    display: inline-block !important;
    border-radius: 5px;
}

#hdnreportId {
    border: solid 1px #f00;
}

.ReportFrequencyWeek {
    display: inline-block;
    padding: 0px 0 10px 0px;
    font-weight: bold;
}

.DataFrequency-daily-main {
    display: inline-block;
    padding: 0px 0 10px 0px;
    font-weight: bold;
}

.Subscribe-btn-pos {
    float: right;
    padding-right: 2%;
    padding-top: 28px;
}

.Subscribe-btn-pos-report {
    margin: 7px auto -20px;
    position: relative;
    text-align: right;
    width: 96%;
}

.submit-btn-pos {
    bottom: 18px;
    position: absolute;
    right: 19px;
}



.custom-table {
    max-height: 300px;
    overflow-x: auto;
}

.Delete-btn a:link, .Delete-btn a:visited, .Delete-btn a:active {
    padding-left: 5px;
    color: #216BB1;
    font-weight: bold;
    text-decoration: none;
}

.Delete-btn a:hover {
    color: #AC2925;
    text-decoration: underline;
}

.Transaction {
    background: #fff;
    border: solid 1px #ccc;
    margin-bottom: 10px;
}
/*.maincl {background:#f00;}*/

.maincl {
    padding: 10px;
    font-size: 1em;
}

    .maincl > div:nth-of-type(odd) {
        border-bottom: solid 1px #f1f1f1;
    }

    .maincl > div:nth-of-type(even) {
        /*background: #f5f5f5;*/
        border-bottom: solid 1px #f1f1f1;
    }

.div-documents-req-header {
    /*background: #273542;
    color: #fff;
    font-weight: bold;
    line-height: 26px;*/
    background: #216bb1;
    color: #fff;
    font-weight: bold;
    line-height: 12px;
}

.div-documents-req {
    margin: 0;
    padding: 0;
}

    .div-documents-req > ul {
        display: inline-flex;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .div-documents-req li {
        /*border: 1px solid #fff;
           line-height: 16px;
        padding: 3px 10px;
        width: 33.35%;
        display: -webkit-box;
        word-break: break-all;*/
        /*border: 1px solid #989aa1;
        display: table-cell;
        line-height: 16px;
        padding: 3px 10px;
        width: 33.35%;
          overflow-wrap: break-word;*/
    }


.div-documents-req {
    /*overflow: scroll;*/
}

    .div-documents-req ul {
        float: left;
        margin: 0px;
        padding: 0px;
    }

.div-documents-req-header {
    padding: 5px;
}

.brd-lt-rt {
    border: none !important;
    line-height: 25px;
}

.bg-white {
    background: #fff !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .width179 {
        width: 140px !important;
        white-space: normal;
    }

    .width156 {
        width: 118px !important;
        white-space: normal;
    }
}

.width179 {
    width: 139px;
    white-space: normal;
}

.width156 {
    width: 117px;
    white-space: normal;
}

.bg-gray {
    background: #F2F2F2;
}

.div-documents-req ul li {
    list-style: none;
    padding: 2px 6px;
    border: solid 1px #ccc;
    display: grid;
    /*float: left;*/
    word-break: break-all;
    font-size: 12px;
    white-space: normal;
    /*min-width: 60px;*/
}

/* .div-documents-req ul li.title {
                font-weight: bold;
                background: #333;
                color: #fff;
            }

            .div-documents-req ul li.even {
                background: #fff;
            }

            .div-documents-req ul li.odd {
                background: #FFFFE6;
            }*/

/*.dd {
    width: 710px;
    border: solid;
}*/

.custom-width {
    max-width: 263px;
}

/*.div-documents-req > ul > li ul {
    clear: both;
    width: 100% !important;
}

.div-documents-req > ul > li > ul > li {
    border: solid 1px #f00;
}*/
.ul-innertable {
    /*width: 600px;*/
    display: flex;
}

.wrapping-scroll {
    overflow-x: auto;
    /*width: 100%;*/
    /*max-width: 413px;*/
    /*max-width: 683px;*/
}

.wrapping-li {
    width: 130px;
    /*height: 50px;*/
    display: table-cell;
}

.wrapping-li1 {
    width: 130px;
    height: 27px !important;
    line-height: 19px !important;
}

.font-bold {
    font-weight: bold;
}

.inner-doc {
    display: flex;
    list-style: none;
    margin: 0;
}


div.accordion {
    background-color: #ccc;
    color: #000;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom: 2px;
    font-size: 1.2em;
}


    div.accordion.active, button.accordion:hover {
        background-color: #216BB1;
        color: #fff;
    }


div.panel {
    /*padding: 0 15px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;*/
}

div.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #000;
    float: right;
    margin-left: 5px;
}

div.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.panel-min-height {
    min-height: 176px;
}

#tblmain_documenthistory {
    width: 570px;
    height: 140px;
    overflow: auto;
    display: inline-block;
}


ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 35px;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

    ul.tabs li {
        float: left;
        margin: 0;
        cursor: pointer;
        padding: 0px 21px;
        height: 35px;
        line-height: 35px;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        background-color: #216BB1;
        color: #fff;
        overflow: hidden;
        position: relative;
        font-size: 16px;
    }

.tab_last {
    border-right: 1px solid #ccc;
}

ul.tabs li:hover {
    background-color: #ccc;
    color: #333;
}

ul.tabs li.active {
    background-color: #fff;
    color: #333;
    border-bottom: 1px solid #fff;
    display: block;
}

.tab_container {
    border: 1px solid #ccc;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto;
}

.tab_content {
    padding: 20px;
    display: none;
}

.tab_drawer_heading {
    display: none;
}

@media screen and (max-width: 480px) {
    .hrms-container-cus {
        margin-top: 0px !important;
    }

    .tabs {
        display: none;
    }

    .tab_drawer_heading {
        background-color: #ccc;
        color: #fff;
        border-top: 1px solid #333;
        margin: 0;
        padding: 5px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .d_active {
        background-color: #666;
        color: #fff;
    }
}

.formbg-wrapper {
    background: #f9f9f9;
    border: solid 1px #ccc;
    margin-bottom: 15px;
}

.formbg-wrapper-header {
    background: #216BB1;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding-left: 10px;
    color: #fff;
}

.pr10-pl10 {
    margin: 0px;
    padding: 0px 10px;
}

.plusicon {
    font-size: 2em;
    margin-top: 3px;
    cursor: pointer;
}

.btnremoveacademic {
    position: absolute;
    right: 0px;
    bottom: 47px;
}

.mobilebtn {
    position: relative;
}

.w97 {
    width: 97%;
}

.w93 {
    width: 93%;
}

.pr5 {
    padding-right: 5px;
}

.btnremoveacademic1 {
    position: absolute;
    right: 6px;
    bottom: 50px;
}

.btnremoveacademic2 {
    position: absolute;
    right: 6px;
    bottom: 120px;
}

/*.img-names {
    border-bottom: solid 1px #D9534F;
    word-wrap: break-word;
    padding: 7px;
    text-align: left;
    background: #fff;
    margin-bottom: 5px;
}*/

/*.ml10 {
    margin-left: 10px;
}*/

.img-size {
    display: inline-block;
    color: #FF0000;
    margin-top: 9px;
    padding-left: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

#inner_div > div {
    clear: both;
    width: auto;
    margin: 0 auto;
    padding: 10px 10px 21px 10px;
}

.edit-link {
    border-bottom: solid 1px #5CB85C;
    word-wrap: break-word;
    padding: 7px;
    text-align: left;
    background: #fff;
    margin-bottom: 5px;
    width: 60% !important;
    position: relative;
}

.vtp {
    vertical-align: bottom;
    display: inline-block;
    top: 12px;
    position: absolute;
    right: 10px;
}

.img-name {
    border-bottom: solid 1px #D9534F;
    word-wrap: break-word;
    padding: 7px;
    text-align: left;
    background: #fff;
    margin-bottom: 5px;
    padding: 10px 10px 21px 10px;
    width: 60%;
    margin: 0 auto;
    position: relative;
}


.imagename-txt {
    width: 86%;
    clear: both;
}

.palign13 {
    padding-top: 15px;
}

.ml0 {
    margin-left: 0px;
}

.ml10 {
    margin-left: 10px;
}

.cus-minwid {
    font-size: 1.5em !important;
    width: 16px;
}

.tblinnertable tbody td, .tblinnertable tbody th {
    white-space: nowrap !important;
}

.tblinnertable {
    width: 100%;
}

.header, .dataTable, .wp {
    white-space: nowrap !important;
}

/*.table th, .table td {
    white-space: nowrap;
}*/

.tblinnertable tr td {
    white-space: pre-line !important;
    word-break: keep-all;
    max-width: 200px !important;
    word-wrap: break-word !important;
}

.textwrap {
    width: 250px;
    display: inline-block;
    word-break: keep-all !important;
    white-space: inherit !important;
}


.textwrap2 {
    width: 250px !important;
    word-break: keep-all !important;
    white-space: pre-line !important;
    display: block;
}

.textwrap350 {
    width: 350px !important;
    word-break: keep-all !important;
    white-space: pre-line !important;
    display: block;
}

.textwrap500 {
    width: 500px !important;
    word-break: keep-all !important;
    white-space: pre-line !important;
    display: block;
}

.textwrap3 {
    width: 350px !important;
    word-break: keep-all !important;
    white-space: pre-line !important;
}

.textwrap1 {
    width: 30%;
    word-break: keep-all !important;
    white-space: inherit !important;
}

#selectedFilesUpdate, #selectedFilesUpdateForControl {
    /*width: 700px;*/
    width: 100%;
    margin: 10px auto 0px;
    text-align: center;
    /*min-height: 100px !important;*/
}

#selectedFiles, .selectedFiles, #ImpselectedFiles, #ProviderPreferenceFiles, #ProPrefselectedFileUpdate, #ImpselectedFileUpdate, #selectedFilesUpdate {
    /*width: 700px;*/
    width: 100%;
    margin: 10px auto 0px;
    text-align: center;
}

.del-icon {
    cursor: pointer;
    font-size: 1.5em;
    color: #c62f24;
    position: absolute;
    right: 25px;
    margin-top: 6px;
}

.multiple-file-container-main {
    background: #ccc;
    /*padding: 10px;*/
    padding: 5px 10px 10px 10px;
    color: #000;
    border-bottom: solid 1px #fff;
    min-height: 40px;
}

.file-name {
    float: left;
    padding-right: 12px;
    clear: both;
    /*width: 640px;*/
    text-align: left;
    margin-top: 6px;
}



.fileupload-cus {
    margin: 10px auto 20px;
    text-align: center;
}

.alerdy-uploaded {
    text-align: center;
    margin: 00px auto 1px;
    display: block;
    width: 703px;
    background: #b7acac;
    /*background: #ccc;*/
    padding: 8px;
}

.file-name1 {
    width: 640px;
    float: left;
    text-align: left;
}

#file-count {
    width: 700px;
    display: block;
    margin: 11px auto -10px;
    height: 27px;
    line-height: 27px;
    color: #000;
    font-size: 1.6em;
}

.file-count {
    width: 700px;
    display: block;
    margin: 11px auto 10px;
    height: 27px;
    line-height: 27px;
}


.dataTables_wrapper .dataTables_length {
    float: right !important;
    text-align: right !important;
    width: 48%;
    padding-top: 12px;
    /*padding-top: 3px;*/
}

.dataTables_wrapper .dataTables_filter {
    float: left !important;
    text-align: left !important;
    width: 48%;
    padding-left: 0px;
}

.tdgrid {
    display: grid;
}

#webAssignedList td, #webViewFollowUpTaskList td {
    white-space: normal;
}

.textwrap4 {
    /*width: 250px;
    word-break: keep-all !important;
    white-space: inherit !important;*/
    white-space: normal !important;
    min-width: 250px;
    max-width: 250px;
}

/*.textwrap5 {
    white-space: normal;
    min-width: 250px;
    max-width: 250px;
}*/

.pl5 {
    padding-left: 5px;
}

.p15 {
    padding: 15px;
}


.pt15 {
    padding-top: 15px;
}

.mt25 {
    margin-top: 25px;
}

.mt20 {
    margin-top: 23px;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-bottom: 20px;
}

.mt40 {
    margin-top: 40px !important;
}

.mt-40 {
    margin-top: -40px;
}

.mt75 {
    margin-top: 90px !important;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb10 {
    margin-bottom: 10px;
}

.mb5 {
    margin-bottom: 5px;
}

.ml15 {
    margin-left: 15px;
}

.mmt5 {
    margin-top: -5px;
}

.ml25 {
    margin-left: 28px;
}

.s16 {
    font-size: 16px;
}

.scrolltable {
    height: 70px;
    background: #fff;
    overflow-y: scroll;
    display: block;
    padding: 5px;
}

    .scrolltable > table > div {
        border: solid 1px #f00;
    }

.all-link {
    background: #f2f2f2;
    display: block;
    padding: 5px;
}

.w100 {
    width: 100% !important;
}

.dos {
    position: relative;
}

    .dos:before {
        position: absolute;
        width: 15px;
        height: 34px;
        background: #273542;
    }

.radio-sus {
    display: inline-block;
    margin-right: 0px;
    font-weight: bold;
    font-size: 12px;
}

    .radio-sus:first-child {
        margin-left: 15px;
    }

.model-width9 {
    width: 90% !important;
}

/*.even {
    background: #f9f9f9 !important;             ramesh commented
}*/

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    /*background: #a5d0f8 !important;*/
    /*background: #0683a3 !important;*/
    background: #ccc !important;
}

.doc-link a:link, .doc-link a:link, .doc-link a:link {
}

.doc-link a:hover {
    border: solid 1px #f00 !important;
    color: #dd412b !important;
}

.cus-cal-control {
    height: 29px;
    margin-top: -5px;
    padding-bottom: 3px;
}

.mt7 {
    margin-top: 7px;
}
/*.maxl{

}
.inline{
  display: inline-block;
}
.inline + .inline{
  margin-left:10px;
}
.radio{
  color:#999;
  font-size:15px;
  position:relative;
}
.radio span{
  position:relative;
   padding-left:20px;
}
.radio span:after{
  content:'';
  width:15px;
  height:15px;
  border:3px solid;
  position:absolute;
  left:0;
  top:1px;
  border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
  box-sizing:border-box;
  -ms-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
.radio input[type="radio"]{
   cursor: pointer; 
  position:absolute;
  width:100%;
  height:100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.radio input[type="radio"]:checked + span{
  color:#000;  

}
.radio input[type="radio"]:checked + span:before{
    content:'';
  width:5px;
  height:5px;
  position:absolute;
  background:#3595c5;
  left:5px;
  top:6px;
  border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;

}*/


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.bgwhite {
    padding-top: 5px;
    background: #fff;
}

.pb3 {
    padding-bottom: 3px;
}






/* Profile container */
.profile {
    margin: 10px 0;
}

/* Profile sidebar */
.profile-sidebar {
    padding: 20px 0 10px 0;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
}

.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px;
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 7px;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.profile-userbuttons {
    text-align: center;
    margin-top: 10px;
}

    .profile-userbuttons .btn {
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 600;
        padding: 6px 15px;
        margin-right: 5px;
    }

        .profile-userbuttons .btn:last-child {
            margin-right: 0px;
        }

.profile-usermenu {
    margin-top: 30px;
}

    .profile-usermenu ul li {
        border-bottom: 1px solid #f0f4f7;
    }

        .profile-usermenu ul li:last-child {
            border-bottom: none;
        }

        .profile-usermenu ul li a {
            color: #93a3b5;
            font-size: 14px;
            font-weight: 400;
        }

            .profile-usermenu ul li a i {
                margin-right: 8px;
                font-size: 14px;
            }

            .profile-usermenu ul li a:hover {
                background-color: #fafcfd;
                color: #5b9bd1;
            }

        .profile-usermenu ul li.active {
            border-bottom: none;
        }

            .profile-usermenu ul li.active a {
                color: #5b9bd1;
                background-color: #f6f9fb;
                border-left: 2px solid #5b9bd1;
                margin-left: -2px;
            }

.profile-content {
    box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
}
/* Profile Content */
.profile-content {
    padding: 20px;
    background: #fff;
    min-height: 100px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 1.5em;
    text-align: center;
    padding-top: 40px;
}

.scribe-admin span, .scribe-scribe span {
    margin-top: 0px;
    display: block;
    padding-top: 17px;
    font-size: 1.5em;
}

.scribe-admin, .scribe-scribe {
    background: #4f7127;
    color: #fff;
    min-height: 150px;
    padding-top: 30px;
    border: solid 5px #f9f9f9;
    /*border-radius:10px;*/
    box-shadow: 5px 10px #888888;
}

.scribe-admin {
    background: #4f7127;
}

.scribe-scribe {
    background: #07435d;
}

.Scribe-allotment-planner {
    color: #fff;
    background: #dd412b; /* Old browsers */
    background: -moz-linear-gradient(left, #dd412b 0%, #dd412b 5%, #c62f24 5%, #c62f24 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #dd412b 0%,#dd412b 5%,#c62f24 5%,#c62f24 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #dd412b 0%,#dd412b 5%,#c62f24 5%,#c62f24 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd412b', endColorstr='#c62f24',GradientType=1 ); /* IE6-9 */
}

.Scribe-allotment-plannerss:hover {
    /*color: #f4c7c3 !important;*/
    text-decoration: none !important;
    background: #c62f24; /* Old browsers */
    background: -moz-linear-gradient(left, #c62f24 0%, #c62f24 5%, #dd412b 5%, #dd412b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #c62f24 0%,#c62f24 5%,#dd412b 5%,#dd412b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #c62f24 0%,#c62f24 5%,#dd412b 5%,#dd412b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c62f24', endColorstr='#dd412b',GradientType=1 ); /* IE6-9 */
}

.hospital {
    color: #fff;
    background: #65903e; /* Old browsers */
    background: -moz-linear-gradient(left, #65903e 0%, #65903e 5%, #4f7127 5%, #4f7127 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #65903e 0%,#65903e 5%,#4f7127 5%,#4f7127 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #65903e 0%,#65903e 5%,#4f7127 5%,#4f7127 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65903e', endColorstr='#4f7127',GradientType=1 ); /* IE6-9 */
}

.hospitals:hover {
    /*color: #44681b !important;*/
    text-decoration: none !important;
    background: #f58c9b; /* Old browsers */
    background: -moz-linear-gradient(left, #f58c9b 0%, #f58c9b 5%, #c95f75 5%, #c95f75 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f58c9b 0%,#f58c9b 5%,#c95f75 5%,#c95f75 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f58c9b 0%,#f58c9b 5%,#c95f75 5%,#c95f75 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f58c9b', endColorstr='#c95f75',GradientType=1 ); /* IE6-9 */
}

.QC-Entry {
    color: #fff;
    background: #f58c9b; /* Old browsers */
    background: -moz-linear-gradient(left, #f58c9b 0%, #f58c9b 5%, #c95f75 5%, #c95f75 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f58c9b 0%,#f58c9b 5%,#c95f75 5%,#c95f75 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f58c9b 0%,#f58c9b 5%,#c95f75 5%,#c95f75 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f58c9b', endColorstr='#c95f75',GradientType=1 ); /* IE6-9 */
}

    .QC-Entry:hover {
        /*color: #be7509 !important;*/
        text-decoration: none !important;
        background: #c95f75; /* Old browsers */
        background: -moz-linear-gradient(left, #c95f75 0%, #c95f75 5%, #f58c9b 5%, #f58c9b 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #c95f75 0%,#c95f75 5%,#f58c9b 5%,#f58c9b 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #c95f75 0%,#c95f75 5%,#f58c9b 5%,#f58c9b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c95f75', endColorstr='#f58c9b',GradientType=1 ); /* IE6-9 */
    }

.QC-Details {
    color: #fff;
    background: #0bd3ac; /* Old browsers */
    background: -moz-linear-gradient(left, #0bd3ac 0%, #0bd3ac 5%, #01b295 5%, #01b295 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0bd3ac 0%,#0bd3ac 5%,#01b295 5%,#01b295 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0bd3ac 0%,#0bd3ac 5%,#01b295 5%,#01b295 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bd3ac', endColorstr='#01b295',GradientType=1 ); /* IE6-9 */
}

    .QC-Details:hover {
        /*color: #be7509 !important;*/
        text-decoration: none !important;
        background: #01b295; /* Old browsers */
        background: -moz-linear-gradient(left, #01b295 0%, #01b295 5%, #0bd3ac 5%, #0bd3ac 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #01b295 0%,#01b295 5%,#0bd3ac 5%,#0bd3ac 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #01b295 0%,#01b295 5%,#0bd3ac 5%,#0bd3ac 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01b295', endColorstr='#0bd3ac',GradientType=1 ); /* IE6-9 */
    }

.QC-Details {
    color: #fff;
    background: #0bd3ac; /* Old browsers */
    background: -moz-linear-gradient(left, #0bd3ac 0%, #0bd3ac 5%, #01b295 5%, #01b295 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0bd3ac 0%,#0bd3ac 5%,#01b295 5%,#01b295 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0bd3ac 0%,#0bd3ac 5%,#01b295 5%,#01b295 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bd3ac', endColorstr='#01b295',GradientType=1 ); /* IE6-9 */
}

    .QC-Details:hover {
        /*color: #be7509 !important;*/
        text-decoration: none !important;
        background: #01b295; /* Old browsers */
        background: -moz-linear-gradient(left, #01b295 0%, #01b295 5%, #0bd3ac 5%, #0bd3ac 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #01b295 0%,#01b295 5%,#0bd3ac 5%,#0bd3ac 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #01b295 0%,#01b295 5%,#0bd3ac 5%,#0bd3ac 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01b295', endColorstr='#0bd3ac',GradientType=1 ); /* IE6-9 */
    }

.QC-Report {
    color: #fff;
    background: #6d5f80; /* Old browsers */
    background: -moz-linear-gradient(left, #6d5f80 0%, #6d5f80 5%, #554768 5%, #554768 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #6d5f80 0%,#6d5f80 5%,#554768 5%,#554768 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #6d5f80 0%,#6d5f80 5%,#554768 5%,#554768 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d5f80', endColorstr='#554768',GradientType=1 ); /* IE6-9 */
}

    .QC-Report:hover {
        /*color: #be7509 !important;*/
        text-decoration: none !important;
        background: #554768; /* Old browsers */
        background: -moz-linear-gradient(left, #554768 0%, #554768 5%, #6d5f80 5%, #6d5f80 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #554768 0%,#554768 5%,#6d5f80 5%,#6d5f80 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #554768 0%,#554768 5%,#6d5f80 5%,#6d5f80 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#554768', endColorstr='#6d5f80',GradientType=1 ); /* IE6-9 */
    }

.provider {
    color: #fff;
    background: #e4a232; /* Old browsers */
    background: -moz-linear-gradient(left, #e4a232 0%, #e4a232 5%, #d78d20 5%, #d78d20 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e4a232 0%,#e4a232 5%,#d78d20 5%,#d78d20 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e4a232 0%,#e4a232 5%,#d78d20 5%,#d78d20 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4a232', endColorstr='#d78d20',GradientType=1 ); /* IE6-9 */
}

    .provider:hover {
        /*color: #be7509 !important;*/
        text-decoration: none !important;
        background: #d78d20; /* Old browsers */
        background: -moz-linear-gradient(left, #d78d20 0%, #d78d20 5%, #e4a232 5%, #e4a232 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #d78d20 0%,#d78d20 5%,#e4a232 5%,#e4a232 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #d78d20 0%,#d78d20 5%,#e4a232 5%,#e4a232 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d78d20', endColorstr='#e4a232',GradientType=1 ); /* IE6-9 */
    }

.provider-schedule {
    color: #fff;
    background: #1aadcf; /* Old browsers */
    background: -moz-linear-gradient(left, #1aadcf 0%, #1aadcf 5%, #0485a2 5%, #0485a2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1aadcf 0%,#1aadcf 5%,#0485a2 5%,#0485a2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #1aadcf 0%,#1aadcf 5%,#0485a2 5%,#0485a2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aadcf', endColorstr='#0485a2',GradientType=1 ); /* IE6-9 */
}

    .provider-schedule:hover {
        /*color: #117389 !important;*/
        text-decoration: none !important;
        background: #0485a2; /* Old browsers */
        background: -moz-linear-gradient(left, #0485a2 0%, #0485a2 5%, #1aadcf 5%, #1aadcf 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #0485a2 0%,#0485a2 5%,#1aadcf 5%,#1aadcf 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #0485a2 0%,#0485a2 5%,#1aadcf 5%,#1aadcf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0485a2', endColorstr='#1aadcf',GradientType=1 ); /* IE6-9 */
    }

.scribe {
    color: #fff;
    background: #eb7f36; /* Old browsers */
    background: -moz-linear-gradient(left, #eb7f36 0%, #eb7f36 5%, #e56b18 5%, #e56b18 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #eb7f36 0%,#eb7f36 5%,#e56b18 5%,#e56b18 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #eb7f36 0%,#eb7f36 5%,#e56b18 5%,#e56b18 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb7f36', endColorstr='#e56b18',GradientType=1 ); /* IE6-9 */
}

    .scribe:hover {
        /*color: #b75513 !important;*/
        text-decoration: none !important;
        background: #e56b18; /* Old browsers */
        background: -moz-linear-gradient(left, #e56b18 0%, #e56b18 5%, #eb7f36 5%, #eb7f36 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #e56b18 0%,#e56b18 5%,#eb7f36 5%,#eb7f36 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #e56b18 0%,#e56b18 5%,#eb7f36 5%,#eb7f36 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e56b18', endColorstr='#eb7f36',GradientType=1 ); /* IE6-9 */
    }

.config {
    color: #fff;
    background: #8670df; /* Old browsers */
    background: -moz-linear-gradient(left, #8670df 0%, #8670df 5%, #6254c5 5%, #6254c5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #8670df 0%,#8670df 5%,#6254c5 5%,#6254c5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #8670df 0%,#8670df 5%,#6254c5 5%,#6254c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8670df', endColorstr='#6254c5',GradientType=1 ); /* IE6-9 */
}

    .config:hover {
        /*color: #3d2f9f !important;*/
        text-decoration: none !important;
        background: #6254c5; /* Old browsers */
        background: -moz-linear-gradient(left, #6254c5 0%, #6254c5 5%, #8670df 5%, #8670df 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #6254c5 0%,#6254c5 5%,#8670df 5%,#8670df 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #6254c5 0%,#6254c5 5%,#8670df 5%,#8670df 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6254c5', endColorstr='#8670df',GradientType=1 ); /* IE6-9 */
    }

.master {
    color: #fff;
    background: #19647b; /* Old browsers */
    background: -moz-linear-gradient(left, #19647b 0%, #19647b 5%, #07435d 5%, #07435d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #19647b 0%,#19647b 5%,#07435d 5%,#07435d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #19647b 0%,#19647b 5%,#07435d 5%,#07435d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19647b', endColorstr='#07435d',GradientType=1 ); /* IE6-9 */
}

    .master:hover {
        /*color: #052f41 !important;*/
        text-decoration: none !important;
        background: #07435d; /* Old browsers */
        background: -moz-linear-gradient(left, #07435d 0%, #07435d 5%, #19647b 5%, #19647b 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #07435d 0%,#07435d 5%,#19647b 5%,#19647b 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #07435d 0%,#07435d 5%,#19647b 5%,#19647b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07435d', endColorstr='#19647b',GradientType=1 ); /* IE6-9 */
    }
    .MAR {
    color: #fff;

background: #4349d3; /* Old browsers */
background: -moz-linear-gradient(left,  #4349d3 0%, #4349d3 5%, #2d2cb4 5%, #2d2cb4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #4349d3 0%,#4349d3 5%,#2d2cb4 5%,#2d2cb4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #4349d3 0%,#4349d3 5%,#2d2cb4 5%,#2d2cb4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4349d3', endColorstr='#2d2cb4',GradientType=1 ); /* IE6-9 */

}

    .MAR:hover {
        /*color: #052f41 !important;*/
        text-decoration: none !important;
        background: #07435d; /* Old browsers */
        background: -moz-linear-gradient(left, #07435d 0%, #07435d 5%, #19647b 5%, #19647b 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #07435d 0%,#07435d 5%,#19647b 5%,#19647b 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #07435d 0%,#07435d 5%,#19647b 5%,#19647b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07435d', endColorstr='#19647b',GradientType=1 ); /* IE6-9 */
    }
        .pMAR {
    color: #fff;

background: #1daaf2; /* Old browsers */
background: -moz-linear-gradient(left,  #1daaf2 0%, #1daaf2 5%, #0983d6 5%, #0983d6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #1daaf2 0%,#1daaf2 5%,#0983d6 5%,#0983d6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #1daaf2 0%,#1daaf2 5%,#0983d6 5%,#0983d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1daaf2', endColorstr='#0983d6',GradientType=1 ); /* IE6-9 */
}

    .pMAR:hover {
        /*color: #052f41 !important;*/
        text-decoration: none !important;
        background: #07435d; /* Old browsers */
        background: -moz-linear-gradient(left, #07435d 0%, #07435d 5%, #19647b 5%, #19647b 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #07435d 0%,#07435d 5%,#19647b 5%,#19647b 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #07435d 0%,#07435d 5%,#19647b 5%,#19647b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07435d', endColorstr='#19647b',GradientType=1 ); /* IE6-9 */
    }
.psp {
    color: #fff;
    background: #5f89c5; /* Old browsers */
    background: -moz-linear-gradient(left, #5f89c5 0%, #5f89c5 5%, #4069c3 5%, #4069c3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #5f89c5 0%,#5f89c5 5%,#4069c3 5%,#4069c3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #5f89c5 0%,#5f89c5 5%,#4069c3 5%,#4069c3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f89c5', endColorstr='#4069c3',GradientType=1 ); /* IE6-9 */
}

    .psp:hover {
        /*color: #be3d43 !important;*/
        text-decoration: none !important;
        background: #4069c3; /* Old browsers */
        background: -moz-linear-gradient(left, #4069c3 0%, #4069c3 5%, #5f89c5 5%, #5f89c5 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #4069c3 0%,#4069c3 5%,#5f89c5 5%,#5f89c5 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #4069c3 0%,#4069c3 5%,#5f89c5 5%,#5f89c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4069c3', endColorstr='#5f89c5',GradientType=1 ); /* IE6-9 */
    }

.ReplaceMent {
    color: #fff;
    background: #6d5f80; /* Old browsers */
    background: -moz-linear-gradient(left, #6d5f80 0%, #6d5f80 5%, #554768 5%, #554768 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #6d5f80 0%,#6d5f80 5%,#554768 5%,#554768 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #6d5f80 0%,#6d5f80 5%,#554768 5%,#554768 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d5f80', endColorstr='#554768',GradientType=1 ); /* IE6-9 */
}

    .ReplaceMent:hover {
        /*color: #be3d43 !important;*/
        text-decoration: none !important;
        background: #554768; /* Old browsers */
        background: -moz-linear-gradient(left, #554768 0%, #554768 5%, #6d5f80 5%, #6d5f80 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #554768 0%,#554768 5%,#6d5f80 5%,#6d5f80 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #554768 0%,#554768 5%,#6d5f80 5%,#6d5f80 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#554768', endColorstr='#6d5f80',GradientType=1 ); /* IE6-9 */
    }

    .Delegate {
    color: #fff;
    background: #0bd3ac; /* Old browsers */
    background: -moz-linear-gradient(left, #0bd3ac 0%, #0bd3ac 5%, #01b295 5%, #01b295 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0bd3ac 0%,#0bd3ac 5%,#01b295 5%,#01b295 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0bd3ac 0%,#0bd3ac 5%,#01b295 5%,#01b295 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bd3ac', endColorstr='#01b295',GradientType=1 ); /* IE6-9 */
}

    .Delegate:hover {
        text-decoration: none !important;
        background: #01b295; /* Old browsers */
        background: -moz-linear-gradient(left, #01b295 0%, #01b295 5%, #0bd3ac 5%, #0bd3ac 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #01b295 0%,#01b295 5%,#0bd3ac 5%,#0bd3ac 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #01b295 0%,#01b295 5%,#0bd3ac 5%,#0bd3ac 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01b295', endColorstr='#0bd3ac',GradientType=1 ); /* IE6-9 */
    }

.users {
    color: #fff;
    background: #4daa91; /* Old browsers */
    background: -moz-linear-gradient(left, #4daa91 0%, #4daa91 5%, #218c74 5%, #218c74 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #4daa91 0%,#4daa91 5%,#218c74 5%,#218c74 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #4daa91 0%,#4daa91 5%,#218c74 5%,#218c74 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4daa91', endColorstr='#218c74',GradientType=1 ); /* IE6-9 */
}

.Report-12 {
    color: #fff;
    background: #ef7278;
    background: -moz-linear-gradient(left, #ef7278 0%, #ef7278 5%, #d7545a 5%, #d7545a 100%);
    background: -webkit-linear-gradient(left, #ef7278 0%,#ef7278 5%,#d7545a 5%,#d7545a 100%);
    background: linear-gradient(to right, #ef7278 0%,#ef7278 5%,#d7545a 5%,#d7545a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7278', endColorstr='#d7545a',GradientType=1 );
}

    .Report-12:hover {
        text-decoration: none !important;
        background: #d7545a;
        background: -moz-linear-gradient(left, #d7545a 0%, #d7545a 5%, #ef7278 5%, #ef7278 100%);
        background: -webkit-linear-gradient(left, #d7545a 0%,#d7545a 5%,#ef7278 5%,#ef7278 100%);
        background: linear-gradient(to right, #d7545a 0%,#d7545a 5%,#ef7278 5%,#ef7278 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7545a', endColorstr='#ef7278',GradientType=1 );
    }

.relative1 {
    position: relative;
    width:250px;


}
/*.two{background:#216bb1; }
.three{background:red}
.four{background:#000000}
.five{background:#c95f75}*/

.breadcrumb-cus {
    margin-bottom: 0px !important;
    list-style: none;
    background: none !important;
    font-size: 1.2em;
    color: #fff !important;
}

    .breadcrumb-cus a:link, .breadcrumb-cus a:active, .breadcrumb-cus a:visited {
        color: #fff !important;
    }

    .breadcrumb-cus a:hover {
        color: #ccc !important;
    }

.btn-cus {
    /*width: 14px;
    height: 17px;*/
}

/*.cus-pencil {
    margin-left: -5px;
    margin-top: -3px;
    font-size: 9px;
}*/

.edit-pos {
    position: absolute;
    right: 0px;
    top: 0px;
}

.Delete-pos {
    position: absolute;
    right: 0px;
    top: 14px;
    display: none;
}

/* The check */
.check {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    padding-right: 15px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .check input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-color: #f8204f;
    border-style: solid;
    border-width: 2px;
}



/* When the checkbox is checked, add a blue background */
.check input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid;
    border-color: #f8204f;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cust-btn {
    margin-bottom: 10px;
    background-color: #f8204f;
    border-width: 2px;
    border-color: #f8204f;
    color: #fff;
}

    .cust-btn:hover {
        border-color: #f8204f;
        background-color: #fff;
        color: #f8204f;
        border-radius: 20px;
        transform-style: 2s;
    }

.count {
    position: absolute;
    right: 105px;
    font-size: 1.3em;
    background: url(Images/Tag.png) no-repeat;
    width: 34px;
    height: 40px;
    text-align: center;
    padding-top: 7px;
    z-index: 1; 
        top: 0px;
    color: #000;
    font-size: 15px;
        /*font-size: 1.1em;
    text-align: center;
    display: initial;
    background: #fff;
    padding: 0px 8px; color:#0683a3;  border-radius:4px;*/
  
}
        .count1 {

    right: 245px;

}
       .count2 {

    right: 180px;

}
.green {
    color: #4f7127;
}

.lite-orange {
    color: #d78d20;
}

.orange {
    color: #e56b18;
}

.white-txt {
    color: #fff;
}

.breadcrumb > .active {
    color: #ccc !important;
}

.txt-rt {
    text-align: right;
}

.bg-red {
    background: #f00;
    color: #fff;
    padding-top: 19px !important;
}

.bg-gray1 {
    background: #ccc;
    color: #000;
    padding-top: 19px !important;
}


.bg-blue {
    background: #9bd9e8;
}

.bg-red-top {
    background: #c11113;
    color: #FFF;
    padding: 5px;
    border-radius: 5px;
    margin-top: 18px;
}

.btn-cut-cl, .btn-cus {
    background: #353535 !important;
    color: #FFF !important;
    font-size: 1em !important;
    padding: 6px 8px !important;
}

.txt-align {
    text-align: left;
    font-weight: bold;
    padding-top: 10px;
    float: left;
    vertical-align: text-top;
}
/* This is all that's required */
.dropdown-item-checked::before {
    position: absolute;
    left: .4rem;
    content: '✓';
    font-weight: 600;
}

.well {
    border: none !important;
    box-shadow: none !important;
}

.vt {
    line-height: 35px;
}

.highlight {
    background-color: #0d8843 !important;
    color: #fff;
}


.sort th[scope="col"] {
    position: relative;
}

.pl15 {
    padding-left: 15px;
    /*margin-left:25px !important;*/
}

#myTable_length, #myTable_filter, #myTable_paginate, #myTable_filter {
    /*display: none;*/
}

#myTable_paginate {
    /*display: none;*/
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    /*color: #fff !important;*/
}

.doc-link a:hover {
    /*color: #fff !important;*/
}

.pb15 {
    padding-bottom: 15px;
}

.wn {
    white-space: nowrap;
    font-weight: bold;
    padding-bottom: 10px;
}

.wn1 {
    white-space: nowrap;
    font-weight: bold;
    padding-bottom: 0px;
}

.pt25 {
    padding-top: 20px;
}

.btn-link:focus {
    color: #fff !important;
}

tr.highlight > .bg-red, tr.highlight > .bg-blue {
    background: #ccc !important;
    color: #273542;
}

.btn-link {
    color: #353535;
}

.highlight .Active-text {
    color: #fff;
}
/*#Active-text {
    color: #353535;
}*/

/*tr.highlight > .Active-text {
    color: #fff !important;
}*/
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-heading {
    padding: 1px 15px !important;
}

.lin-hig-15 {
    line-height: 15px;
    padding: 7px;
}

.s14 {
    font-size: 13px;
    white-space: nowrap;
}

.cus-col {
    color: #353535;
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
}

    .cus-col:hover {
        color: #353535 !important;
    }


.hvr-sweep-to-bottom, .hvr-sweep-to-bottom1 {
    /*display: inline-block;
    vertical-align: middle;*/
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor:pointer
}

    .hvr-sweep-to-bottom1:before {
        background: #ccc;
    }


    .hvr-sweep-to-bottom:before {
        background: #1176ac;
        color: #fff;
    }


    .hvr-sweep-to-bottom:before, .hvr-sweep-to-bottom1:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /*background: #1176ac;*/
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
        color: white;
    }

    .hvr-sweep-to-bottom1:hover, .hvr-sweep-to-bottom1:focus, .hvr-sweep-to-bottom1:active {
        color: #353535;
    }

        .hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before,
        .hvr-sweep-to-bottom1:hover:before, .hvr-sweep-to-bottom1:focus:before, .hvr-sweep-to-bottom1:active:before {
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
        }






.radiotextsty {
    color: #353535;
    /*font-size: 18px;*/
}

.customradio, .customradio1 {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    /*font-size: 18px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .customradio input, .customradio1 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #BEBEBE;
}

/* On mouse-over, add a grey background color */
.customradio:hover input ~ .checkmark1, .customradio1:hover input ~ .checkmark1 {
    background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked ~ .checkmark1, .customradio1 input:checked ~ .checkmark1 {
    background-color: white;
    border: 1px solid #BEBEBE;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark1:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .checkmark1:after, .customradio1 input:checked ~ .checkmark1:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark1:after, .customradio1 .checkmark1:after {
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #126935;
}

.radio-bg {
    /*background: #f9f9f9;*/
    height: 43px;
    padding: 10px;
    line-height: 25px;
    border: solid 1px #1176ac;
    line-height: 25px;
    border-radius: 6px;
}

.custom-file-upload input[type="file"] {
    display: none;
}

.custom-file-upload .custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.w140 {
    width: !important;
    background: #273542;
}

.w {
    position: relative;
}


    .w:before {
        content: "";
        font-weight: bold;
        font-style: italic;
        position: absolute;
        background: #fff;
        height: 32px;
        width: 150px;
        left: 88px;
        z-index: 9;
        top: 1px;
    }

.mb25 {
    margin-bottom: 25px;
}

.cus-pdf {
    color: #c42027;
    padding-right: 5px;
    font-size: 1em;
}

.Portfolio {
    position: relative;
    margin: 5px;
    border: 2px solid black;
    float: left;
    width: 180px;
    transition-duration: 0.4s;
    border-radius: 5px;
    animation: winanim 0.5s;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12);
}

    .Portfolio:hover {
        box-shadow: 0 12px 16px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
    }

    .Portfolio img {
        width: 100%;
        height: auto;
        border-radius: 5px;
    }

.desc {
    padding: 5px;
    text-align: center;
    font-size: 90%;
    background: black;
    color: hotpink;
}

/*.nav {
    padding:20px;
    margin-left:340px;
    margin-top:-30px;
}

.nav li a { 
    margin:5px;
    padding: 15px 50px; 
    font-size:16px; 
    color:hotpink; 
    background: #000;
    transition-duration: 0.4s;
}
.nav a:hover { 
    background:#333; 
}
.nav .active { 
    background-color:hotpink !important;
    color:#fff;
}*/

@keyframes winanim {
    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3);
    }

    50% {
        opacity: 1;
    }
}

.modal-body-cus {
    padding: 10px !important;
}

.model-cus-brd {
    border: solid 1px #ccc;
}

.model-cus-header {
    background: #0ba7c0;
    height: 35px;
    line-height: 35px;
    margin-bottom: 20px;
    color: #fff;
    padding-left: 15px;
    font-size: 1.2em;
    position: relative;
}

.close {
    background: #606061 none repeat scroll 0 0;
    border-radius: 12px;
    box-shadow: 1px 1px 3px #000;
    color: #ffffff !important;
    font-weight: bold;
    line-height: 25px;
    position: absolute;
    right: -10px;
    text-align: center;
    text-decoration: none;
    top: -11px;
    width: 24px;
    opacity: 1 !important;
    font-size: 1em !important;
    height: 25px !important;
    width: 27px !important;
    line-height: 21px !important;
}

    .close:hover {
        background: #00d9ff none repeat scroll 0 0;
    }

.header th {
    white-space: nowrap;
}

tr.header th[scope="col"] {
    border-right: solid 1px #fff !important;
}

.header tr {
    border-right: solid 1px #fff !important;
}

.pencil-bg {
    background: #cccccc;
    text-align: center;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    padding-top: 2px;
    border-radius: 3px;
}

.hrms-container-cus {
    margin-top: -3%;
}

.expot-consolidated-report {
    height: 34px;
    width: 220px;
    background-image: url(../Content/Images/expot-consolidated-report.png) !important;
}

    .expot-consolidated-report:hover {
        height: 34px;
        width: 220px;
        background-image: url(../Content/Images/expot-consolidated-report-hover.png) !important;
    }



.expot-excel-View-Work-Details {
    height: 34px;
    width: 130px;
    background-image: url(../Content/Images/Export-excel.png) !important;
}

    .expot-excel-View-Work-Details:hover {
        height: 34px;
        width: 130px;
        background-image: url(../Content/Images/Export-excel-hover1.png) !important;
    }

.expot-excel {
    height: 34px;
    width: 130px;
    background-image: url(../Content/Images/Export-excel.png);
}

    .expot-excel:hover {
        background-image: url(../Content/Images/Export-excel-hover1.png);
        height: 34px;
        width: 130px;
    }

.Provider-expot-excel {
    height: 34px;
    width: 201px;
    background-image: url(../Content/Images/Provider-Export-excel.png);
}

    .Provider-expot-excel:hover {
        background-image: url(../Content/Images/Provider-Export-excel-hover.png);
        height: 34px;
        width: 201px;
    }

.Scribe-expot-excel {
    height: 34px;
    width: 201px;
    background-image: url(../Content/Images/Scribe-Export-excel.png);
}

    .Scribe-expot-excel:hover {
        background-image: url(../Content/Images/Scribe-Export-excel-hover.png);
        height: 34px;
        width: 201px;
    }

.expot-pdf {
    height: 34px;
    width: 130px;
    background-image: url(../Content/Images/Export-pdf.png);
}

    .expot-pdf:hover {
        background-image: url(../Content/Images/Export-pdf-hover1.png);
        height: 34px;
        width: 130px;
    }

.padding-cus {
    /*padding: 0px 15px;*/
}

table thead > tr > th {
    padding-left: 20px !important;
}

table.dataTable thead .sorting {
    background-position: 3px 9px;
}

table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc {
    background-position: 3px 9px !important;
}

.cus-table-width thead tr th {
    white-space: nowrap !important;
    /*border: solid 1px #f00;*/
}

.cus-hospital-table thead tr th {
    white-space: nowrap !important;
}

.doc-link a:link, .doc-link a:active, .doc-link a:visited {
    color: #216bb1;
}

.doc-link a:hover {
    color: #dd412b !important;
}

.active-link a {
    color: #353535;
    text-decoration: underline !important;
}

    .active-link a:hover {
        text-decoration: none !important;
    }

.btn-3::after {
    height: 0;
    left: 50%;
    top: 50%;
    width: 0;
}

.btn-3:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.brr, .brr1, .brr2, .brr3, .brr4,.brr6,.brr7, .brr5 {
    position: absolute;
    width: 25px;
    height: 32px;
    left: 0px;
    top: 0px;
    line-height: 33px !important;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.brr {
    background: #2a892a;
}

.brr1 {
    background: #1694b8;
}

.brr2 {
    background: #c23a36;
}

.brr3 {
    background: #c23a36;
}

.brr4 {
    background: #204d74;
}

.brr5 {
    background: #307577;
}

.brr6 {
    background: #c0840a;
}
.brr7 {
    background: #249b8c;
}
.pl20 {
    padding-left: 20px;
}

.strong {
    font-weight: bold;
}

.pr15 {
    padding-right: 15px;
}

.nopadding1 {
    /*padding: 0 !important;
   margin: 0 !important;*/
}

.pencil-cus1 {
    color: #353535;
}

.calender-icon {
    position: relative;
}

    .calender-icon:before {
        content: "";
        position: absolute;
        background-image: url(../Content/Images/Calender-icon.png);
        height: 35px;
        width: 38px;
        right: 15px;
        top: 24px;
        cursor: pointer;
    }

.cus-table-tr thead tr th, .header1 {
    white-space: nowrap;
    height: 30px !important;
    text-align: left;
}

.custom-brd {
    border: solid 1px #ccc;
    margin-top: 25px;
    padding: 10px 0px 10px;
    border-radius: 6px;
}

.cus-value {
    background: #fff;
    padding: 5px 10px;
    margin-top: -4px;
    color: #000;
    border-radius: 4px;
}

.cus-value1 {
    background: #fff;
    background-image: none;
    padding: 5px;
    margin-top: -7px;
    color: #000;
    border-radius: 4px;
    width: 140px;
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    float: right;
    margin-left: 6px;
}

.go-to-calendar {
    position: absolute;
    left: 50%;
    top: 73px;
}

.breadcrumb {
    padding: 8px 15px 8px 0px !important;
}

.ok-rt {
    float: right;
    font-size: 17px;
    margin-right: 5px;
    color: #006837;
}

.remove-rt {
    float: right;
    font-size: 17px;
}

.DisChange {
    min-width: 120px;
}
/*.count-list ol{margin:0px; padding:0px}
.count-list li{margin-left:-15px;}*/
.count-list ol {
    list-style: none !important;
    counter-reset: item;
}

.count-list li {
    counter-increment: item;
    margin-bottom: 5px;
    margin-left: -25px !important;
    white-space: normal !important;
}

.count-list [href$=".pdf"], .count-list [href$=".doc"], .count-list [href$=".docx"], .count-list [href$=".xlsx"], .count-list [href$=".png"], .count-list [href$=".txt"], .count-list [href$=".JPG"], .count-list [href$=".jpg"], .count-list [href$=".jpeg"] {
    background-position: right top !important;
    width: 15px;
    height: 15px;
    white-space: nowrap;
    padding-right: 20px;
}

.count-list [href$=".JPG"], .count-list [href$=".jpg"], .count-list [href$=".jpeg"] {
    background: url(images/jpeg-icon.png) no-repeat;
}

.count-list [href$=".pdf"] {
    background: url(images/pdf-icon.png) no-repeat;
}

.count-list [href$=".doc"] {
    background: url(images/doc-icon.png) no-repeat;
}

.count-list [href$=".docx"] {
    background: url(images/doc-icon.png) no-repeat;
}

.count-list [href$=".xlsx"] {
    background: url(images/xlsx-icon.png) no-repeat;
}

.count-list [href$=".png"] {
    background: url(images/xlsx-icon.png) no-repeat;
}

.count-list [href$=".txt"] {
    background: url(images/xlsx-icon.png) no-repeat;
}

/*#LoadingStatus {
    text-align: center !important;
    font-size: 2em;
    padding-top: 50px;
    display: block;
    margin: 0 auto !important;
}*/
.ui-timepicker-container.ui-timepicker-standard {
    z-index: 9999999 !important;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    margin-right: 1%;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 19%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 19%;
        float: left;
    }

    .fa-font-size1 {
        font-size: 4em;
        margin-top: 10px;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 19%;
        float: left;
    }
}

.no-padding {
    margin-left: 0;
    margin-right: 0;
}

.row.no-padding {
    margin-left: 0;
    margin-right: 0;
}

    .row.no-padding [class^="col-"] {
        padding: 0;
    }

.chart-header {
    background: #0683a3;
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    position: absolute;
    left: 0px;
    top: -32px;
    font-size: 1.1em;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.datepicker {
    position: relative;
    cursor: pointer;
}

/*.ui-datepicker-trigger {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor:pointer
}*/
.s { /*content: '';
        background: url('Images/calendar.png');
        width: 25px;
        height: 25px;
           position: absolute;
           right:0px;
           top:4px;
           cursor:pointer*/
}

/*.datepicker:before {
    content: "\f073";
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    position: absolute;
    right: 14px;
    top: 6px;
    font-size: 1.0em;
    cursor: pointer;
    padding: 0px;
    margin: 0px;
    width: 0px;
    height: 0px;
}*/
.red {
    color: #f00 !important;
}

.dataTables_scrollBody thead tr[role="row"] {
    visibility: collapse !important;
}

.cus-height {
    min-height: 60px !important;
}
/*#txtHspBrchAddress{height:45px;}*/
.cus-Admin-scribe {
    background-color: #fff;
    color: #06c1e0 !important;
    font-size: 1.5em !important;
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 20px !important;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: none !important;
    border-radius: 12px;
    margin-left: -4px;
    margin-right: -4px;
}

.scribe-btn {
    /*border: solid 1px #03c4e3;*/
    display: inline-block;
    border-radius: 12px;
}

.brd1 {
    -webkit-border-top-left-radius: 12px !important;
    -webkit-border-bottom-left-radius: 12px !important;
    -moz-border-radius-topleft: 12px !important;
    -moz-border-radius-bottomleft: 12px !important;
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}

.brd2 {
    -webkit-border-top-right-radius: 12px !important;
    -webkit-border-bottom-right-radius: 12px !important;
    -moz-border-radius-topright: 12px !important;
    -moz-border-radius-bottomright: 12px !important;
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

.brd3 {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.mr-2side {
    /*margin-right: -12px;*/
    margin-right: -12px;
    margin-left: -5px;
}

.mr-5 {
    margin-right: -5px;
    margin-top: 0px;
}



.mr0 {
    margin-right: 0px;
}


.cus-Admin {
    background-color: #fff;
    color: #06c1e0 !important;
    font-size: 1.5em !important;
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 20px !important;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: none !important;
}

.cus-QC {
    /*width: 55px !important;*/
    margin-left: -12px;
    margin-right: -5px;
    padding-left: 13px !important;
}

button.cus-Admin.cus-QC-active {
    background: #06c1e0;
    color: #fff !important;
    /*width: 55px !important;*/
    margin-left: -12px;
    margin-right: -5px;
    padding-left: 13px !important;
}

.cus-Admin:hover,
.cus-Admin:focus,
.cus-Admin:active,
.cus-Admin.active,
.open .dropdown-toggle.cus-Admin {
    background-color: #f5f5f5 !important;
    background-image: none;
    border-color: #419641;
    color: #000;
}

.cus-Admin:active,
.cus-Admin.active,
.open .dropdown-toggle.cus-Admin {
    background-image: none;
}

.brd-blue-rt {
    /*border-right: solid 1px #06c1e0 !important;*/
}

.brd-blue-lt {
    /*border-left: solid 1px #06c1e0 !important;*/
}

.cus-Scribe {
    background-color: #06c1e0;
    color: #fff !important;
    font-size: 1.5em !important;
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 20px !important;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: none !important;
}

    .cus-Scribe:hover,
    .cus-Scribe:focus,
    .cus-Scribe:active,
    .cus-Scribe.active,
    .open .dropdown-toggle.cus-Scribe,
    .cus-Admin:hover,
    .cus-Admin:focus,
    .cus-Admin:active,
    .cus-Admin.active,
    .open .dropdown-toggle.cus-Admin {
        background-color: #068ea4 !important;
        background-image: none;
        /*border-color: #419641;*/
        color: #fff !important;
    }

    .cus-Scribe:active,
    .cus-Scribe.active,
    .open .dropdown-toggle.cus-Scribe {
        background-image: none;
    }

.expot-excel-scribepreferncs {
    position: absolute;
    right: 8px;
    top: 15px;
}

.email-div {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
}

    .email-div li {
        border-bottom: solid 1px #ccc;
        padding-bottom: 7px;
        padding-top: 5px;
        margin-bottom: 15px;
    }

.email-div-del {
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 20px;
    color: #c03b3e;
    cursor: pointer;
}

.width170 {
    width: 172px;
    text-align: right;
    display: inline-block;
    padding-right: 5px;
    font-weight: bold;
    min-height: 25px;
}

.width100 {
    width: 122px;
    text-align: right;
    display: inline-block;
    padding-right: 5px;
    font-weight: bold;
    min-height: 25px;
}

.width120 {
    width: 110px;
    text-align: right;
    display: inline-block;
    padding-right: 5px;
    font-weight: bold;
    min-height: 25px;
}

/*.col2, .col1 {
    padding: 0px;
    margin: 0px;
}

    .col1 li, .col2 li {
        line-height: 2.5em !important;
        float: left;
        display: inline;
        pointer-events: auto;
        text-align: left;
        font-weight: normal !important;
    }

    .col1 li {
        width: 100%;
    }

    .col2 li {
        width: 50%;
    }*/

.m-data, .m-data1 {
    display: inline-block;
    line-height: 20px;
    vertical-align: text-top;
    margin-bottom: 10px;
    white-space: nowrap;
}

.m-data {
    width: 71%;
}

.m-data1 {
    width: 78%;
}

.m-data2 {
    width: 80%;
}

.phb {
    margin: 0px;
    padding: 0px;
    list-style: none;
    /*list-style: square;*/
}

    .phb li {
        margin-left: 0px;
    }

.provider-name, .Hospital-Name, .Branch-Name {
    height: 7px;
    width: 7px;
    margin-right: 5px !important;
    display: inline-block;
}

.provider-name {
    background: #0fd6eb;
}

.Hospital-Name {
    background: #efba8e;
}

.Branch-Name {
    background: #73efbb;
}

.td-nowrap {
    line-height: 22px;
    white-space: nowrap;
}

.scribe-name {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .scribe-name li {
        line-height: 25px;
        white-space: nowrap !important;
    }

.phb-count {
    background: #fff;
    padding: 1px 6px;
    color: #000;
    margin-left: 5px;
    border-radius: 2px;
}

.act-link a:link, .act-link a:active, .act-link a:visited {
    color: #393aea !important;
    text-decoration: underline !important;
    font-weight: bold;
}

.txt-white a:link, .txt-white a:active, .txt-white a:visited, .txt-white {
    color: #fff !important;
}

    .txt-white a:hover {
        color: #f00;
    }

.brd {
    border: solid 1px #ccc;
    border-radius: 6px;
    height: 150px !important;
    width: 150px !important;
    margin: 20px auto !important;
}

.File-size {
    color: #f00;
    margin: 0 auto 10px !important;
    font-size: 12px;
    text-align: center;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer !important;
}

.btn-upload {
    color: #fff;
    background-color: #036c82;
    padding: 8px 10px;
    font-size: 12px;
    margin: 0 auto !important;
    cursor: pointer !important;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.profile-align {
    margin: 0 auto;
    text-align: center;
}

.red-del {
    color: #aa0707;
}

.successMsg, .Errormsg {
    margin: 10px auto 0px;
    padding: 10px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
}

.successMsg {
    background: #dff0d8;
    color: #3c763d;
    border: solid 1px #d6e9c6;
}

.Errormsg {
    background: #f2dede;
    color: #a94442;
    border: solid 1px #ebccd1;
}

@media only screen and (max-width : 640px) {
    .brr, .brr1, .brr2, .brr3, .brr4, .brr5 {
        height: 30px !important;
        line-height: 30px !important;
        /*border: solid 1px #2a892a !important;*/
        width: 22px !important;
    }
}



.mb15 {
    margin-bottom: 15px;
}

.text-zip {
    word-wrap: break-word;
}

.mt66 {
    margin-top: 66px;
}

.pt20 {
    padding-top: 20px;
}

@media only screen and (max-width: 1024px) {
    /*.name-details {  padding-left:30px !important;   }*/

    .model-width9 {
        width: 97% !important;
    }

    .radio-btn-bg {
        padding-left: 6px !important;
    }

    .logo {
        height: 52px;
        width: 230px;
    }

    .profile-content {
        font-size: 1em;
    }
}

.well {
    margin-bottom: 0px !important;
}

.table-pading {
    padding: 8px 15px 15px 15px;
}

.min-height-100 {
    min-height: 100px !important;
}

.scribe-overflow {
    /*overflow-x: scroll;
    overflow-y: hidden;
    max-height: 140px;*/
}



@media (min-width: 320px) and (max-width: 480px) {
    .custom-border-width {
        margin: 90px auto 50px;
        width: 100% !important;
    }

    .dataTables_filter label {
        display: !important;
    }

    .hospital-btn-mob-ml5 {
        margin-left: 5px !important;
    }

    .hospital-btn-mob {
        display: inline-flex;
        margin-top: 18px !important;
        width: 100%;
    }

    .gfield_label {
        margin-top: 10px;
    }

    fieldset#SubmitForm {
        border: solid;
        display: contents;
    }

    .mobile-btn {
        margin-top: 15px !important;
        display: inline-flex;
        width: 100%;
    }

    .btn-white {
        font-size: 11px !important;
    }

    .mob-pb5 {
        margin-left: 5px !important;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 5px 3px !important;
        font-size: 11px !important;
        box-sizing: inherit !important;
    }

    .dataTables_wrapper .dataTables_paginate .ellipsis {
        padding: 0 .2em;
    }

    .dataTables_wrapper .dataTables_filter input {
        margin-left: 0px !important;
    }

    .dataTables_wrapper .dataTables_filter {
        width: 59% !important;
        padding-left: 10px;
        float: left !important;
    }

    .dataTables_wrapper .dataTables_length {
        display: block !important;
        width: 41% !important;
        float: right !important;
        padding-top: 31px;
    }

    #tbldepartment_filter input, .dataTables_filter input {
        width: 100% !important;
    }

    .table-pading {
        padding: 0px;
    }

    .dataTables_filter > label {
        width: 100% !important;
    }
}

.table-tr-5 > thead > tr {
    height: 60px;
}

.brd-rt-none {
    border-right: none !important;
}

.brd-lt-none {
    /*border-left: none !important;*/
}

.Primary-Scribe {
    position: relative !important;
}

    .Primary-Scribe:before {
        content: "Preference1";
        position: absolute;
        width: 263px;
        max-width: 280px;
        text-align: center;
        top: 0px;
        left: 0;
        border-bottom: solid 1px #fff;
        background: #036c82;
        height: 25px;
        line-height: 25px;
    }

.vtal {
    vertical-align: top !important;
}

.vtal-bottom {
    vertical-align: bottom !important;
}

.custom-brd1 {
    padding: 6px 8px !important;
    border: solid 1px #083967 !important;
}

.custom-scroll-scribe {
    height: 350px;
    overflow: scroll !important;
}

.cus-width {
    width: 300px !important;
}

.color-red {
    color: #f00 !important;
    font-size: 18px;
}

.pr10 {
    padding-right: 10px !important;
}

.scribe-list li {
    padding: 5px;
    width: 100%;
    display: block;
    text-transform: uppercase;
}


    .scribe-list li a:link, .scribe-list li a:active, .scribe-list li a:visited {
        color: #000 !important;
        background: #ccc;
        border: solid 1px #216bb1;
        padding: 10px;
        display: block;
        border-radius: 6px;
    }

    .scribe-list li a:hover {
        color: #fff !important;
        background: #0683a3;
        /*background:#126935;*/
    }

.custom-border-width {
    margin: 90px auto 50px;
    width: 480px;
}

.ui-datepicker {
    z-index: 10000 !important; /* has to be larger than 1050 */
    width: 23em;
}

.wt {
    white-space: nowrap !important;
}

.min190 {
    min-height: 190px;
}

.w-150 {
    width: 150px;
}

.w-190 {
    width: 190px !important;
}

.w-100 {
    width: 100px;
}
/*akshatha*/
.btn-top {
    margin-top: 24px;
}
/*.tableBodyScroll1 tbody {
  display: block;
  max-height: 200px;
  overflow-y: auto;
}

.tableBodyScroll1 thead,
tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}*/
.grid-text {
    width: 350px !important;
    word-break: keep-all !important;
    white-space: pre-line !important;
    display: block;
}
/*akshatha*/
.cus-tab tbody tr td:first-child {
    width: 79px !important;
}

.cus-tab tbody tr td:nth-child(2) {
    width: 177px !important;
}

.cus-tab tbody tr td:nth-child(3) {
    width: 156px !important;
}

.cus-tab tbody tr td:nth-child(4) {
    width: 118px !important;
}

.search {
    position: absolute;
    right: 10px;
    top: 10px;
}

.searchlink:hover, .searchlink.open {
    cursor: pointer;
    border-bottom: 3px solid #17d9fc;
}

.searchform {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #63717f;
    display: none;
    font-size: 10pt;
    height: 33px;
    left: -137px;
    position: absolute;
    top: 74px;
    width: 250px;
}

.searchform1 {
    top: 54px !important;
    left: -203px;
}

.searchlink.open .searchform {
    display: block;
}

.excel-size {
    font-size: 18px;
    color: #1f6f42;
    float: left;
    margin-left: 15px;
}

.pdf-size {
    font-size: 18px;
    color: red;
    float: left;
    margin-left: 15px;
}

.img-container {
    border: solid 1px #f00;
    margin: 20px auto;
    text-align: center;
}

.m15 {
    margin: 15px 15px 0px 15px;
}

.Implementation {
    position: relative;
    background-image: url('Images/iwb.png');
    width: 277px;
    height: 38px;
}

.Provider {
    position: relative;
    background-image: url('Images/Provider.png');
    width: 223px;
    height: 38px;
}
/*.Implementation::before {
            position: absolute;
            left: 0px;
            top: 0px;
            background-image: url('Images/Implementation_Workbook_btn.png');
        }*/
.fileupload {
    overflow: hidden;
    width: 100% !important;
    font-size: 12px !important;
}

.search_icon {
    height: 43px;
    width: 60px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    padding-top: 0;
    margin-top: 0;
    margin-right: -6px;
    font-size: 20px;
    background-color: #07435D;
}

.profile-content-2-line {
    padding-top: 24px !important;
}

#webApplicantXmlLoggerList tbody tr td .download-files {
    background: #216bb1 !important;
    float: left;
    margin-top: 0px !important;
    padding: 6px 8px;
    margin-right: 2px !important;
}

.download-files a:link, .download-files a:active, .download-files a:visited {
    color: #fff;
    text-decoration: none;
}

#webApplicantXmlLoggerList tbody tr td .FilePath {
    display: table-header-group;
}

    #webApplicantXmlLoggerList tbody tr td .FilePath a:link, #webApplicantXmlLoggerList tbody tr td .FilePath a:active, #webApplicantXmlLoggerList tbody tr td .FilePath a:visited {
        display: flex;
        text-decoration: none;
        background: #c7bfbf;
        padding: 6px;
        border-radius: 2px;
        margin-bottom: 3px;
        color: #353535 !important;
        min-width: 200px;
    }

    #webApplicantXmlLoggerList tbody tr td .FilePath a:hover {
        background: #216bb1;
        color: #fff !important;
    }

.mt5 {
    margin-top: 5px !important;
}

.table-hover-blue tbody tr:hover {
    background: #B7F2FB !important;
}

.pdf-ico {
    left: 4px;
    position: absolute;
    font-size: 14px;
    top: 0px;
    color: #f00;
}

.PDF-only {
    color: #353535;
    position: absolute;
    right: 20px;
    top: 38px;
    background: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    min-width: 85px;
    text-align: right;
}

.check-green {
    color: #3f7b31 !important;
    font-size: 14px;
}

.limheight3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    width: 100%;
    display: flex;
    margin: 0px !important;
    padding: 0px;
}

    .limheight3 li {
        display: inline-block;
        background: #fff;
        padding: 8px;
        width: 33%;
        margin-right: 15px;
        border-radius: 4px;
        border: solid 1px #ccc;
        margin-bottom: 15px;
    }

        .limheight3 li:last-child {
            margin-right: 0px;
        }

.limheight50 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    width: 100%;
    display: flex;
    margin: 0px;
    padding: 0px;
}

    .limheight50 li {
        display: inline-block;
        /*background: #fff;*/
        /*padding: 8px;*/
        padding: 8px;
        width: 50%;
        margin-right: 15px;
        border-radius: 4px;
        border: solid 1px #ccc;
        margin-bottom: 15px;
        word-wrap: break-word;

background: #e6e6e6; /* Old browsers */
background: -moz-linear-gradient(left,  #e6e6e6 1%, #e6e6e6 38%, #ffffff 38%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #e6e6e6 1%,#e6e6e6 38%,#ffffff 38%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #e6e6e6 1%,#e6e6e6 38%,#ffffff 38%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

    }

        .limheight50 li:last-child {
            margin-right: 5px;
        }
        .limheight100 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    width: 100%;
    display: flex;
    margin: 0px;
    padding: 0px;
}

/*.name-details {  padding-left:90px;}*/

/*.limheight100 li { 
    display: inline-block; 
    background: #fff;  
    padding: 8px; 
    width: 100%; 
    margin-right: 5px; 
    border-radius: 4px; 
    border: solid 1px #ccc; 
    margin-bottom: 15px;
    background: #e6e6e6;*/      /* Old browsers */
    /*background: -moz-linear-gradient(left,  #e6e6e6 1%, #e6e6e6 38%, #ffffff 38%, #ffffff 100%);*/      /* FF3.6-15 */
    /*background: -webkit-linear-gradient(left,  #e6e6e6 1%,#e6e6e6 38%,#ffffff 38%,#ffffff 100%);*/      /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to right,  #e6e6e6 1%,#e6e6e6 38%,#ffffff 38%,#ffffff 100%);*/          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=1 );*/    /* IE6-9 */
/*}*/

.H-B-D-wrapper{background:#fff; border:solid 10px #1275ae}
.H-B-D-wrapper-inner{background: #f2f2f2; /*padding: 15px;*/     padding: 15px 5px 0px 15px; border:solid 1px #ccc; border-radius:4px; }
.H-B-D-wrapper-inner1{background: #f2f2f2;    padding: 15px;  padding-bottom:15px;   margin-bottom: 15px; width:101%; border:solid 1px #ccc; border-radius:4px;}
.H-B-D-wrapper-txt {color:#fff !important; margin-bottom: 0px !important; background:#07435d; padding: 7px 12px; display: inline-block; border: solid 1px #ccc; font-size: 17px !important; margin-top:15px;
-webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px;}
.Hardware-Information{background:#fff; border:solid 1px #ccc; margin-left:15px; margin-right:15px;}
.Hardware-Information-header{background:#0ba7c0}
.Hardware-Information-info{font-size:16px; padding:8px 0px; margin-bottom:10px; color:#fff}
.gray-bg{background: #e6e6e6;  font-weight: bold; padding-left: 10px; padding-right: 10px; display: block; width: 230px; padding-top: 10px; line-height: 16px;}
.brd-gray{border:solid 1px #d3d3d3; border-radius:6px !important; margin-bottom:15px;}
.Facilitylocation-brd { /*min-height: 27px; margin: 5px 10px;*/  color: #5e5e5e;  position: relative}
.width70{width:70%;  background:#fff !important;}
.pb8{padding-bottom:8px;}
.trgrye{background:#e6e6e6; border-bottom: solid 1px #ccc;}
.tdwhite{background:#fff !important;}
.d-blue-txt{color:#1275ae !important; }
.d-blue{background:#1275ae !important;}
.yescls,.nocls,.completed,.pending{ background: #f9f9f9;  border:solid 1px #e6e6e6; padding: 0px 10px; display: inline-block; line-height: 25px;  border-radius: 5px; min-width:38px; text-align:center}
.yescls{color:#2a6901}
.nocls{color:#f00; }
.yescls:before,.nocls:before{font-family: FontAwesome;  position: absolute;  left: 45px;  top: -3px;  font-size: 20px;}
.yescls:before{ content: "\f00c"; }
.nocls:before{ content: "\f00d"; }
.pr0{padding-right:0px !important;}
.pl0{padding-left:0px !important;}
/*.name{background: #e6e6e6;
    padding: 8px;
    margin-left: 0px;
    width: 144px !important;
    display: inline-block !important;
    word-break: break-word;
    margin-right: 2px;}*/ 
/*.brd55{border:solid 1px #ccc !important; padding-left:15px;}*/
 .bg-blue-custom{    background: #fff;
    border-radius: 3px;
    margin-right: 5px;
    padding: 5px 10px 0px 10px!important; border:solid 1px #ccc;
}

 /*Akshatha*/
.name {
    background: #e6e6e6;
    display: inline-block !important;
    word-break: break-word;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 101.4% !important;
    padding: 5px 0px 5px 5px;
    margin-bottom: 5px;
    margin-left: -5px;
} 

.limheight100 li {
    background : #fff;
    display: inline-block;
    padding: 0px 0px 5px 5px;
    width: 100% !important;
    margin-right: 10px;
    border-radius: 4px;
    border: solid 1px #ccc;
    margin-bottom: 15px;
    min-height: 55px !important;
}

.lim-width {
    width: 50% !important;
}
/*Akshatha*/
.remcls:first-child{margin-top:3px;}
/*#txtImpMgrNameUpdate{pointer-events: none;
cursor: default;}*/
.remcls{background: #ccc;
    /* padding: 10px; */
    padding: 5px 10px 10px 10px;
    color: #000;
    border-bottom: solid 1px #fff;
    min-height: 28px; position:relative; pointer-events: none;
cursor: default;}
 .remcls-link{position:relative;}
    .remcls-link:before {
        content: "\f014";
        font-family: FontAwesome;
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
        position: absolute;
        right: 6px;
        color: #f00;
        font-size: 1.2em;     cursor: pointer !important;
    z-index: 99999999 !important;     top: -29px;
    } 

    .addwork {
background-color: #C11113;

}
@keyframes glowing {
0% { background-color: #C11113; box-shadow: 0 0 5px #C11113; }
50% { background-color: #E52C36; box-shadow: 0 0 20px #E52C36; }
100% { background-color: #C11113; box-shadow: 0 0 5px #C11113; }
}
.addwork {
animation: glowing 1300ms infinite;
}
.file-count-cus{position: absolute; top: 12px; width: 108px !important; right: 10px; padding: 17px 10px; font-size: 12px !important; line-height: 2px !important;}
.btn-remove-font {color:#5cb85c !important;}
.btn-remove-font:hover,.btn-remove-font:focus,.btn-remove-font:active,.btn-remove-font.active,.open .dropdown-toggle.btn-remove-font, .btn-remove-font:active,
.btn-remove-font.active, .open .dropdown-toggle.btn-remove-font { color:#449d44 !important;}

.edit-buttons a{position:absolute; right:30px; top:5px; color:#346841}
.edit-buttons1 a{position:absolute; right:10px;  top:5px; color:#f00}
.table-fbg tbody tr td:first-child{background:#1f82ab; color:#fff;}
.scribeneme-td{white-space:nowrap}
.Preference_Primary,.relative{ position:relative;  } 

.Preference_Primary:before{  
        content: 'Primary Scribe';
    display: block;  
    position: absolute;
    right: 0px;
    top: 0px;
    background:#1f82ab;
    border-bottom:solid 1px #fff !important;
    border-left:solid 1px #fff;
    width:120px; line-height:26px; height:26px;
    padding-left:10px;
}
.Preference_Primary:after{  
        content: 'Secondary Scribe';
    display: block;
   background:#1f82ab;
    position: absolute;
    right: 0px;
    top: 26px;
         width:120px;
    border-left:solid 1px #fff; line-height:26px;
        padding-left:10px;
}
.wer{background:#036d85 !important;}
td.Preference_Primary.wer.sorting_1.sorting_2,.wer  {
    /*background: #036d85 !important;*/ line-height:10px; height:30px; /*position:relative;*/

background: #036d85; /* Old browsers */
background: -moz-linear-gradient(left,  #036d85 0%, #036d85 50%, #1f82ab 50%, #7db9e8 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #036d85 0%,#036d85 50%,#1f82ab 50%,#7db9e8 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #036d85 0%,#036d85 50%,#1f82ab 50%,#7db9e8 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#036d85', endColorstr='#7db9e8',GradientType=1 ) !important; /* IE6-9 */

width:200px !important;
height:40px;
}

.table-mar thead tr th{background:#cccccc; color:#000; padding-left:-5px !important; text-align:left}
.table-mar thead tr th:first-child,.table-mar tbody tr td:first-child{background:#038db4; color:#fff; font-weight:bold}
.marhe31{height:31px !important;}