﻿/*@import "navigation.css";*/
@import url('font-awesome.min.css');

body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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;*/
}
.textwrap350 {
    width: 350px !important;
    word-break: keep-all !important;
    white-space: pre-line !important;
    display: block;
}
.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: #dbe9e9 !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: #1c1c1c;
    text-align: center;
    /*padding: 5px 0px;*/
    color: #fff;
    /*line-height: 40px;
    height: 40px;*/
    padding: 10px 0px 1px 0px; /*Akshatha*/
}

/* ------------------ Login page --------------------*/
#logoff {
    color: #fff;
    background: #f00;
    margin-left: 9px;
    padding: 22px 24px !important;
    margin-top: -21px;
    display: flex;
    font-size: 2em;
}


.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%;*/
    display: inline-block;
    margin-top: -7px;
    padding: 0 17px 0px;
    width: 93%;
}

#tbldata thead tr td {
    white-space: nowrap;
}

.login-page h3 {
    /*background: #273542 none repeat scroll 0 0;*/
    background: #009899;
    color: #fff;
    font-size: 1.3em;
    padding: 20px 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;
}

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-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;
}
.DTFC_LeftBodyLiner { overflow-x: hidden; }
    .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: #009999;*/
    background: #0b4371;
    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 {
    width: 100%;
    background: #fff;
    /*background: #273542;*/
    /*height*/
}

.logo {
    /*float: left;
    height: 30px;
      margin: 17px 11px 11px 55px;
    width: 200px;*/
    float: left;
    height: 52px;
    margin: 6px 11px 6px 15px;
    /*margin: 6px 11px 6px 55px;*/
    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: 37px;
}

nav ul li a {
    padding: 33px 15px 19px;
    text-decoration: none;
    color: #07435d;
    margin-right: 1px;
}

    nav ul li a:hover {
        color: #000;
        text-decoration: none !important;
        /*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;
    background: #fff;
    /*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: #4a4848  none repeat scroll 0 0;
        color: #fff;*/
        background: #b0d6d6 none repeat scroll 0 0;
        color: #270505;
        font-size: 17px;
        margin: 0;
        padding: 10px;
        text-align: left;
        width: 100%;
        min-height: 35px;
        padding-left: 15px;
    }

.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;
}

.dt-responsive thead th {
    white-space: nowrap !important;
}

.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;
}

.cus-table-width thead tr th {
    white-space: nowrap;
}






/*  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) {
    .width30 {
        width: 26px !important;
    }

    .dw-arrow {
        width: 19px !important;
        margin-left: 2px !important;
    }

    .del {
        width: 16px !important;
        background-repeat: no-repeat !important;
        margin-left: 3px !important;
    }

    .pos-ab {
        left: 3px !important;
    }

    .profile-content {
        font-size: 1.1em !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 only screen and (max-width: 480px) {
    .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: 0px 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 7px .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;*/
    color: #009999; /*Akshatha*/
    text-decoration: none !important;
    width: 19%;
    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: #273542 none repeat scroll 0 0;*/
        background: #009999 none repeat scroll 0 0; /*Akshatha*/
        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.2em !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: #273542;*/
    color: #009999; /*Akshatha*/
    text-decoration: none !important;
    min-height: 210px;
    width: 19%;
    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: #E46B25 !important;*/
        color: #033D6D !important; /*Akshatha*/
        -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: #009999;
    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;
}


.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;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /*.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],.relative {
    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: 0px 10px 5px;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: #dbe9e9 none repeat scroll 0 0 !important;
        box-sizing: initial;
        color: #000;
        cursor: pointer !important;
        padding: 5px 0px;
        position: relative;
        text-decoration: none;
        border: none !important;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        background: #009999 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 a:link, .ui-menu-item a:active, .ui-menu-item a:visited {
    background: #dbe9e9 !important;
    display: block;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    background: #dbe9e9 !important;
}

.ui-menu-item {
    list-style-type: none;
    margin: 0px !important;
    padding: 0px !important;
    border: solid 1px #ccc;
    padding-left: 10px !important;
    line-height: 30px;
    background: #dbe9e9;
    text-decoration: none !important;
}

.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: #009999 !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: 180px;
    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: #009999;
    border: 1px solid #ccc !important;
}

.list-icon {
    border: 1px solid #009999;
    /*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) {
    #logoff {
        background: none !important;
        color: #f00;
    }
    /*.menu-icon > .fa-bars {
        font-size: 2em !important;
        color: #fff;
        margin-top: 10px;
        margin-left: 7px;
    }

    nav ul, nav:active ul {
        display: none;
        position: absolute;
        padding: 0px;
        background: #ccc;
        right: 0px;
        top: 31px;
        width: 100%;
        z-index: 9999999 !important;
    }

    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;
    }*/

    /*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: 189px !important;
        height: 52px;
        margin: 7px auto 1px;
        margin-left: 15px;
    }

    .hamburger-ico {
        top: -38px !important;
    }

    .searchlink {
        right: 40px !important;
    }


    .menu-icon {
        background: #216BB1;
        height: 60px;
        width: 70px;
        text-align: center;
        padding-top: 6px;
    }

    .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;
}

.pdf-icon {
    color: #;
}

.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) {
    .brr, .brr1, .brr2, .brr3, .brr4 {
        height: 25px !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%;
}

.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 {
    white-space: nowrap;
}

/*.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;
}

.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;
}

#selectedFiles, .selectedFiles {
    width: 700px;
    margin: 10px auto 0px;
    text-align: center;
}

.multiple-file-container-main {
    background: #ccc;
    padding: 10px;
    color: #000;
    border-bottom: solid 1px #fff;
}


.file-name {
    float: left;
    padding-right: 12px;
    clear: both;
    width: 640px;
    text-align: left;
}

.del-icon {
    cursor: pointer;
    font-size: 1.5em;
}

.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: 3px;
}

.dataTables_wrapper .dataTables_filter {
    float: left !important;
    text-align: left !important;
    width: 48%;
}

.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;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-bottom: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mb10 {
    margin-bottom: 10px;
}


.mb15 {
    margin-bottom: 15px;
}

.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: #dbe9e9 !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;
}

.pb15 {
    padding-bottom: 15px;
}

.divder {
    padding-right: 10px;
    float: right;
}

.cp {
    color: #0788b0;
    text-decoration: none !important;
    /**selva edited*/
    /*color: #fff;
text-decoration: none !important;
background: #07435d;
padding: 9px 10px;
border-radius: 3px;*/
    /**selva edited*/
}

.close {
    opacity: 0.9 !important;
}

.Label-container {
    background: #dbe9e9;
    float: left;
    width: 81%;
    height: 38px;
    margin-left: 11px;
    line-height: 35px;
    text-align: left;
    padding-left: 10px;
    color: #000;
}

.Hyper-Link-Padding {
    margin-right: -10px;
}

@media only screen and (max-width: 1024px) {
    .Label-container {
        width: 77%;
    }
}

.dataTables_empty {
    text-align: center !important;
    color: #f00;
}

.dw-arrow1 {
    /*background-image: url(Images/down_arrow.png) !;
    background-repeat: no-repeat;
    height: 18px;
    width: 11px !important;
    margin-top: 5px;
    display: block;
    z-index: 9999 !important;
    cursor:pointer !important;*/
    background-image: url('Images/down_arrow.png');
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    width: 11px;
    height: 18px;
    margin-top: 5px;
    cursor: pointer;
}

.demo11 {
    /*position: absolute;*/
    left: 5px;
    position: absolute;
}

#tblRow {
    background: #f00 !important;
}

.demo11-select {
    visibility: visible;
    position: absolute !important;
    left: -30px;
    bottom: 0px;
    z-index: 9999999 !important;
}

.demo11-select1 {
    /*position:relative; 
   visibility: inherit !important;*/
    visibility: visible;
    position: absolute !important;
    left: 1px;
    bottom: 0px;
    z-index: 9999999 !important;
    width: 60px;
}

.pr10 {
    margin-right: 10px;
}

.del {
    background: url('Images/delete.png');
    width: 11px; /*Akshatha*/
    height: 11px; /*Akshatha*/
    margin-top: 5px;
    cursor: pointer;
    margin: 6px auto 0px; /*Selva*/
}

.disnon {
    display: none !important;
}

.tblRow {
    /*visibility: initial;
    border: solid 1px #f00 !important;*/
    /*display: contents;*/
}

.dw-arrow {
    background: url('Images/down_arrow.png');
    width: 12px;
    height: 20px;
    margin-top: 5px;
    cursor: pointer;
    margin: 0 auto;
    background-repeat: no-repeat !important;
}

.dw-arrow-none {
    /*background: #eeeeee url('Images/down_arrow-none.png') !important;*/
    /*width: 11px;*/
    width: 0px;
    height: 18px;
    margin-top: 5px;
    pointer-events: none;
    /*z-index: 9999;*/
    position: absolute;
    background: #eeeeee;
}

.rt-arrow {
    background-image: url('Images/right_arrow.png') !important;
    width: 20px; /*Akshatha*/
    height: 12px; /*Akshatha*/
    /*margin-top: 5px;*/
    cursor: pointer;
    display: flex;
    margin: 6px auto 0px; /*Selva*/
    /*margin-left: 6px;*/
}

.rt-arrow-align {
    position: absolute;
    background-image: url('Images/right_arrow.svg') !important;
    width: 23px; /*Akshatha*/
    height: 13px; /*Akshatha*/
    margin-top: 5px;
    cursor: pointer;
    display: flex;
    z-index: 1;
    left: -6px;
}

.divM4Column {
    position: absolute;
    background: transparent;
    width: 30px !important;
}

.rt-arrow1 {
    background-image: url('Images/right_arrow.png') !important;
    width: 18px;
    height: 11px;
    margin-top: 5px;
    cursor: pointer;
    display: flex;
    z-index: 9999999 !important;
    position: absolute;
    right: 8px;
}

.rt {
    position: relative;
}

.checkbox-cus {
    /*width: 40px;
    height: 10px;
    background: #555;
    margin: 20px 80px;
    position: relative;
    border-radius: 3px;*/
}

/*.checkbox-cus {
    background: #216bb1;
    width: 40px !important;
    height: 30px !important;
}*/

.main-table1 tbody tr td {
    padding: 3px 5px !important;
    vertical-align: inherit;
}

.output-click {
    /*height: 23px;
      pointer-events: fill !important;*/
}

.select-box {
    display: flex;
    width: 55px;
    font-size: 12px;
}

.output-click1 {
    /*position: absolute;*/
    height: 23px;
    /*top: 5px;
    left: -1px;*/
    pointer-events: fill !important;
}

.output15 {
    background: #fff !important;
    border: solid 1px #d8d8d7 !important;
    width: 24px !important;
    height: 23px !important;
    border-radius: 2px !important;
    text-align: center !important;
    position: absolute;
    z-index: 9999;
    pointer-events: none;
}

.pad35 {
    padding-left: 36px;
    text-align: left !important;
    font-size: 11px;
    height: 30px;
    border-radius: 8px !important;
    border: solid 3px #d5eff8 !important;
}

.dx {
    position: absolute;
    background: #d5eff8;
    z-index: 9;
    height: 30px;
    color: #216bb1;
    font-weight: bold;
    width: 33px;
    font-size: 12px;
    padding-top: 6px;
}
/*.output {
    background: #eeedee !important;
    border: solid 1px #d8d8d7 !important;
    width: 28px;
    text-align: center;
    border-radius: 2px;
}*/

.democlass {
    position: relative;
    z-index: 0; /*Akshatha*/
}

.bg-gray1 {
    background: #f2f2f2;
}

.brn {
    /*border: solid 1px #f00;*/
}

#tblMedentEntry thead tr th {
    text-align: center;
}

/*Akshatha Gowda*/
.modal-body-cus {
    padding: 10px !important;
}

.model-cus-header {
    background: #b0d6d6;
    height: 35px;
    line-height: 35px;
    margin-bottom: 20px;
    color: #270505;
    padding-left: 15px;
    font-size: 1.2em;
    position: relative;
}

.model-cus-brd {
    border: solid 1px #ccc;
}

.modal .modal-content .modal-body {
    overflow-y: inherit !important;
}

.blue-light.brn {
    /*border-bottom: solid 2px #fff !important;
    border-right: solid 2px #fff !important;*/
}

.main-table tr td, .main-table1 tr td {
    /*background: #216bb1 !important;*/
    /*border-bottom: solid 2px #fff !important;
    border-right: solid 2px #fff !important;*/
}
/*Akshatha Gowda*/

.popup-width {
    width: 650px !important;
}

.mb25 {
    margin-bottom: 25px;
}

/*Akshatha Gowda*/
.num-wid {
    text-align: center !important;
    width: 20px;
    background: #216bb1 !important;
    color: #FFF !important;
    /*border-bottom: solid 1px #fff !important;*/
}

.select-style {
    overflow: visible;
}

    .select-style select {
        position: absolute;
        bottom: 6px;
        height: 22px;
        background: #216bb1;
        color: #fff;
        position: relative;
    }

        .select-style select:focus {
            outline: none;
        }

.btns {
    /*position: relative;
    display: inline-block;*/
}

#popup {
    background: #fff;
    border: solid 1px #ccc;
    width: 96.8%;
    height: auto;
    position: absolute;
    top: 0px;
    left: 1.7%;
}

@media screen and (max-width: 1024px) {
    .popup-cus li {
        width: 88.8px !important;
    }
}

.popup-cus li {
    float: left;
    padding: 2px !important;
    margin-bottom: 0px !important;
    width: 90px;
    background: #d5eff8;
    margin-right: 3px !important;
    margin-bottom: 3px !important;
    font-size: 11px;
    font-weight: bold;
}

    .popup-cus li label {
        padding-right: 5px !important;
        padding-left: 3px;
    }

.popup-cus {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    padding: 5px !important;
}

.custome-scrollbar {
    position: absolute;
    top: -184px;
    width: 97%;
    background: #fff !important;
    padding: 15px;
    height: 218px;
    overflow: auto;
    border: solid 1px #999999;
    border-radius: 4px;
    text-align: center;
}

#tblImpMgr tr th, #tblAllCPT tr th {
    text-align: left !important;
    /*background: #216bb1 !important;*/
    background: #033D6D !important; /*Akshatha*/
    color: #fff !important;
}

#tblImpMgrBody tr td, #tblAllCPTBody tr td {
    text-align: left !important;
}

.btns {
    position: relative !important;
}

.pos-rt {
    position: absolute;
    right: -10px;
    top: 4px;
    /*top: 8px;*/
}

.close-cus {
    border: solid 1px #f00;
    position: absolute;
    right: 0px;
    top: 0px;
}
/*Akshatha*/

.btn-primary-cus {
    /*background-color: #216bb1;*/
    background-color: #076c07;
    color: #FFF !important;
    text-decoration: none;
}

.d-green {
    /*font-weight:bold;*/
    font-size: 17px;
    color: white;
}

.table-pading {
    padding: 1px 15px 5px 15px;
}

/*Akshatha*/
.help-box-main {
    float: left;
    width: 28%;
    background: #fff !important;
    margin: 5px;
}

.help-box {
    height: 60px;
    background: #ffffff;
    color: #000;
    overflow-y: auto;
    text-align: left;
    margin: 5px; font-size:11.5px; line-height:15px;
}

.drag-div {
    float: right;
    width: 70%;
}

@media only screen and (max-width: 1024px) {
    .help-box-main {
        display: none;
    }

    .drag-div {
        width: 100%;
    }
}

.checkbox-cs {
    background: #216bb1;
}

.close-cus {
    position: absolute;
    right: 10px;
    /*top: -190px;*/
    top: -170px;
    z-index: 9;
    /*background: #216bb1 !important;*/
    background: #033D6D !important; /*Akshatha*/
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #fff;
}

    .close-cus:hover {
        background: #fff !important;
        color: #033D6D;
    }

.dataTables_filter label {
    font-weight: normal !important;
}
/*.cus-z-index,.ui-menu-item{z-index:9999 !important;}*/
.cus-margin {
    margin-top: 15px !important;
}

.header-custom {
    height: 35px;
    background: #fff !important;
    border-bottom: solid 1px #000;
}

.QA-Entry {
    position: absolute;
    left: 10px;
    top: -23px;
}

.QA-Entry-line {
    position: absolute;
    top: -3px;
    height: 6px;
    width: 28px;
    background: #fff;
    z-index: 9;
    left: -1px;
}

.QA-ICD-ENTRY {
    position: absolute;
    left: 0px;
    top: -24px;
}

.num-wid-cus {
    width: 70px !important;
}

.notice {
    color: #f00;
    font-size: 1.2em;
}

.btn-icon1, .btn-icon2, .btn-icon3, .btn-icon4, .btn-icon5 {
    position: relative;
}

    .btn-icon1:before, .btn-icon2:before, .btn-icon3:before, .btn-icon4:before, .btn-icon5:before {
        content: '';
        display: inline-block;
        position: absolute;
        right: 24px;
        width: 0;
        height: 0;
        z-index: 1;
        top: 10px;
    }

    .btn-icon1:before {
        border-top: 5px solid transparent;
        border-right: 8px solid #1694b8;
        border-bottom: 5px solid transparent;
    }

    .btn-icon2:before {
        border-top: 5px solid transparent;
        border-right: 8px solid #c23a36;
        border-bottom: 5px solid transparent;
    }

    .btn-icon3:before {
        border-top: 5px solid transparent;
        border-right: 8px solid #125985;
        border-bottom: 5px solid transparent;
    }

    .btn-icon4:before {
        border-top: 5px solid transparent;
        border-right: 8px solid #c23a36;
        border-bottom: 5px solid transparent;
    }

    .btn-icon5:before {
        border-top: 5px solid transparent;
        border-right: 8px solid #2a882a;
        border-bottom: 5px solid transparent;
    }

.brr, .brr1, .brr2, .brr3, .brr4, .brr5, .brr6 {
    position: absolute;
    width: 25px;
    height: 31px;
    right: 0px;
    top: 0px;
    line-height: 33px !important;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}



.brr {
    background: #2a892a;
}

.brr1 {
    background: #1694b8;
}

.brr2 {
    background: #c23a36;
}

.brr3 {
    background: #125985;
}

.brr5 {
    background: #2a892b;
}
.brr4 {
    background: #204d74;
}
.brr6 {
    background: #c0840a;
}
.pl20 {
    padding-left: 20px;
}

.pr25 {
    padding-right: 30px;
}


@-moz-document url-prefix() {
    .brr, .brr1, .brr2, .brr3, .brr4 {
        height: 31px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .brr, .brr1, .brr2, .brr3, .brr4, .brr6 {
        height: 30px;
        text-align: center;
    }
}

.profile-content {
    padding: 25px;
    background: #fff;
    min-height: 60px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 1.3em;
    text-align: center;
    padding-top: 25px;
}

.Activitylog, .Admin, .Bulk-Upload, .Delete-Bulk-Upload, .Assign-ReAssign-Jobs, .Assigned-Jobs-For-Coding, .Manual-MedCod-Entry, .New-ViewEntry-Report, .Medent-QC, .Medent-QA, .Hospital-Preference, .ReAssign-Jobs, .Hospital-Details, .Hospital-Branch-Details, .Hospital-Branch-location, .RAI-Void, .Bulk-Record, .Coder-Details {
    color: #fff;
    text-decoration: none !important;
    border-radius: 40px 0px 40px 0px;
    -moz-border-radius: 40px 0px 40px 0px;
    -webkit-border-radius: 40px 0px 40px 0px;
}

    .Activitylog:hover, .Admin:hover, .Bulk-Upload:hover, .Delete-Bulk-Upload:hover, .Assign-ReAssign-Jobs:hover, .Assigned-Jobs-For-Coding:hover, .Manual-MedCod-Entry:hover, .New-ViewEntry-Report:hover, .Medent-QC:hover, .Medent-QA:hover, .Hospital-Preference:hover, .ReAssign-Jobs:hover, .Hospital-Details:hover, .Hospital-Branch-Details:hover, .Hospital-Branch-location:hover, .RAI-Void:hover, .Bulk-Record:hover, Coder-Details:hover {
        text-decoration: none !important;
        border-radius: 0px 40px 0px 40px;
        -moz-border-radius: 0px 40px 0px 40px;
        -webkit-border-radius: 0px 40px 0px 40px;
    }
        .Bulk-Record{    background: #c23433;}
      .Bulk-Record:hover{    background: #d34e4d;}

.Coder-Details {
    background: #7d2b7f;
}

    .Coder-Details:hover {
        background: #a33da5;
    }


    .RAI-Void{    background: #285a7f;}
      .RAI-Void:hover{    background: #407ba7;}
      .Hospital-Branch-location{
    background: #7d2b7f;
}
        .Hospital-Branch-location:hover{
    background: #a33da5;
}
    .ReAssign-Jobs {
    background: #b2b409;
}

    .ReAssign-Jobs:hover {
        background: #bfc10b;
    }
     .Hospital-Details {
    background: #53ba53;
}

    .Hospital-Details:hover {
        background: #63d963;
    }
.Hospital-Branch-Details {
    background: #2466b7;
}
    .Hospital-Branch-Details:hover {
        background: #0a2950;
    }

.Activitylog {
    background: #c95f75;
}

    .Activitylog:hover {
        background: #f58c9b;
    }

.Delete-Bulk-Upload {
    background: #0a6a6f;
}

.Delete-Bulk-Upload:hover {
    background: #389095;
}

.Hospital-Preference {
    background: #07435d;
}

    .Hospital-Preference:hover {
        background: #1a637c;
    }

.Admin {
    background: #564768;
}

    .Admin:hover {
        background: #1a637c;
    }

.Bulk-Upload {
    background: #085ba1;
}

    .Bulk-Upload:hover {
        background: #248eca;
    }

.Assign-ReAssign-Jobs {
    background: #3e80d4;
}

    .Assign-ReAssign-Jobs:hover {
        background: #6cb2ee;
    }

.Assigned-Jobs-For-Coding {
    background: #4f7029;
}

    .Assigned-Jobs-For-Coding:hover {
        background: #66923d;
    }

.Manual-MedCod-Entry {
    background: #ce9812;
}

    .Manual-MedCod-Entry:hover {
        background: #f4b63b;
    }

.New-ViewEntry-Report {
    background: #cf5b0e;
}

    .New-ViewEntry-Report:hover {
        background: #eb7f37;
    }


.Medent-QC {
    background: #0586a5;
}

    .Medent-QC:hover {
        background: #19acce;
    }

.Medent-QA {
    background: #6453c5;
}

    .Medent-QA:hover {
        background: #9182e7;
    }

.breadcrumb-cus {
    margin-bottom: 0px !important;
    list-style: none;
    background: none !important;
    font-size: 1.2em;
    color: #fff !important;
    background: none !important;
    padding: 20px 15px !important;
}

    .breadcrumb-cus a:link, .breadcrumb-cus a:active, .breadcrumb-cus a:visited {
        color: #fff !important;
    }

.breadcrumb > .active {
    color: #ccc !important;
}

.breadcrumb-cus a:hover {
    color: #ccc !important;
}

.mob-width a:hover {
    text-decoration: none !important;
}
/*.expot-excel-View-Work-Details {
    height: 34px;
    width: 160px;
    background-image: url(Images/Export-excel.png) !important;
}

    .expot-excel-View-Work-Details:hover {
        height: 34px;
        width: 160px;
        background-image: url(Images/Export-excel-hover.png) !important;
    }*/

.expot-excel {
    height: 34px;
    width: 160px;
    background-image: url(Images/Export-excel.png);
}

    .expot-excel:hover {
        background-image: url(Images/Export-excel-hover.png);
        height: 34px;
        width: 160px;
    }

.dataTables_filter {
    margin-left: -10px;
}

.dataTables_length {
    margin-right: -10px;
}

.blue-th tr th {
    background: #0b4371 !important;
    color: #fff !important;
}

.pl10 {
    padding-left: 10px;
}

.modal-body-cus1 {
    margin-top: -20px !important;
}

.width50 {
    width: 50px !important;
}

.width200 {
    width: 200px !important;
}

.min35 {
    width: 15px !important;
}

.divDuplicateChk {
    font-weight: normal !important;
}

.relative {
    position: relative;
}


.trash-icon {
    font-size: 18px;
    color: red;
}

.pos-ab {
    position: absolute;
    left: 6px !important;
}

.no-cpt {
    color: #f00;
    background: #fff;
    padding: 20px 0px;
    font-size: 1.2em;
    text-align: center;
    min-height: 80px;
}

.main:hover input ~ .geekmark-none, .main input:active ~ .geekmark-none, .geekmark-none {
    background-color: #216bb1 !important;
    cursor: context-menu !important;
}

.geekmark-none1 {
    cursor: context-menu !important;
}

.pl15 {
    padding-left: 15px;
}

.pr15 {
    padding-right: 15px;
}
/*.navbar-custom {
    background-color: #023040;
    color: #ffffff;
    border-radius: 0 !important;
}

    .navbar-custom .navbar-nav > li > a {
        color: #fff;
    }

    .navbar-custom .navbar-nav > .active > a {
        color: #ffffff;
        background-color: transparent;
    }

        .navbar-custom .navbar-nav > li > a:hover,
        .navbar-custom .navbar-nav > li > a:focus,
        .navbar-custom .navbar-nav > .active > a:hover,
        .navbar-custom .navbar-nav > .active > a:focus,
        .navbar-custom .navbar-nav > .open > a {
            text-decoration: none;
            background-color: #33aa33;
        }

    .navbar-custom .navbar-brand {
        color: #eeeeee;
    }

    .navbar-custom .navbar-toggle {
        background-color: #eeeeee;
    }

    .navbar-custom .icon-bar {
        background-color: #33aa33;
    }

.navbar-cus {
    background: #023040 !important;
    color: #fff;
    padding: 0px !important;
    border-radius: 0px !important;
  
}*/

.dashboard {
    position: absolute;
    right: 16px;
    top: 85px !important;
    font-size: 16px;
    background: #fff;
    border-radius: 6px;
    padding: 4px 8px;
    color:#009999;
    border:solid 1px #ccc;
}
.dashboard:hover {
        background: #009999 !important;
        color:#fff;
         border:solid 1px #fff;
         text-decoration:none
    }

.change-hospital {
    position: absolute;
    right: 16px;
    top: 75px !important;
    font-size: 16px;
    background: #fff;
    border-radius: 6px;
    padding: 4px 8px;
    color:#009999;
    border:solid 1px #ccc;
}

    /*.change-hospital a:link, .change-hospital a:active, .change-hospital a:visited {
        color: #fff !important;
        cursor: pointer !important;
    }*/

    .change-hospital:hover {
        background: #009999 !important;
        color:#fff;
         border:solid 1px #fff;
         text-decoration:none
    }

.mml9 {
    margin-left: -10px !important;
    position: absolute;
    top: 9px;
}

.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;
}

/*------------- Akshatha --------------*/
/*.btn-change-hosptital {
    top: 85px;
    right: 13px;
    color:#099;
}*/
/*------------- Akshatha --------------*/
.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;}


.add-code{font-size:11px !important;  text-transform:uppercase; color:#0b4372}
.Duplicate-Comments-bg{background:#eee; padding-top:30px; padding-bottom:15px;}
.Duplicate-Comments-box{position: absolute; right: 15px; top: 0px; font-size: 12px; background: #b0d6d6; padding: 5px;}


/*Akshatha*/
.remcls:first-child{margin-top:3px;}
.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;
    } 

   


    