body,html {
    height: 100%;
}

.user-image {

}


.UserRolProceedbutton {



      color: red; /* Blue background */
  border: none; /* Remove borders */
  
  padding: 16px 16px; /* Some padding */
  font-size: 25px; /* Set a font size */
  cursor: pointer; /* Mouse pointer on hover */
}

body {
    padding-top: 0px;
    height: 100%;
    position: relative;
    font-size: 12px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    margin: 0px !important;
}
.UserExpiryDate{


}
* {
    outline: none !important;
}
/*LOGIN PAGE*/
    .login-box .wrapme {
        width: 365px !important;
    }

.login-box .wrapme {
    margin: 0px auto;    
    padding: 0px;
    background: rgba(0,0,0,.1);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .9);
    transition: .4s;
    border-radius:15px;
    overflow:hidden;

}
.login-box p {
    color: #fff !important;
}
    .login-box .wrapme img{
        width:200px !important;
        max-width:200px !important;
        height:55px;
    }
    .login-box-inner {
        background: rgba(255,255,255,10);
        padding: 0px;
    }
.login-container {
    display: table;
    width: 100%;
    height: 100%;
    background: url(../images/loginBg.jpg) no-repeat right bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.login-top{
    padding:30px;
   
}
.login-bottom {
    padding: 20px;
    background-color: #fff;
    position:relative;
}
.login-bottom-left-icon {
    /*width: 50px;
    height: 50px;*/
    overflow: hidden;
    position: relative;
    margin-top: -69px;
    margin-left: -20px;
}
.login-bottom-right-icon {
    /*width: 50px;
    height: 50px;*/
    overflow: hidden;
    position: relative;
    margin-top: -50px;
    margin-right: -20px;
    float:right;
}
.login-bottom-left-icon:before {
    bottom: 0;
    left: 0;
    /*box-shadow: -50px 50px 0 0 #0a4b8b;*/
    content: "";
    display: block;
    width: 200%;
    height: 200%;
    position: absolute;
    border-radius: 50%;
}
.login-bottom-right-icon:after {
    bottom: 0;
    right: 0;
    /*box-shadow: 50px 50px 0 0 #0a4b8b;*/
    content: "";
    display: block;
    width: 200%;
    height: 200%;
    position: absolute;
    border-radius: 50%;
}
    .login-box {
        width: 100%;
        height: 100%;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding: 30px 0;
        background-color: rgba(0,54,64,.95);
    }
.login-box,
.login-footer{
 background-color:rgba(10,10,10,.68);
}
    .login-box input {
        border: none;
    }

    .login-box p {
        margin: 0;
        font-size: 15px;
        color: #017073;
        font-weight: 600;
        text-transform: uppercase;
    }

    #txtUsername{
        border:1px solid #3333336b;
        border-radius:7px;
    }
    #txtPassword{
         border:1px solid #3333336b;
              border-radius:7px;
    }
    ::placeholder {
  color: black;
  opacity: 1; /* Firefox */
}
    :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: red;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: red;
}
.login-box input[type="text"] {
   display: block;
    clear: both;
    width: 100%;
    margin: 0px auto;
    margin-top: 20px;
    border-radius: 0px;
    height: auto;
    line-height: 18px;
    border: none;
    background-color:#fff!important;
    padding: 10px 10px;
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 1px;
    color: #000 !important;
}

.login-box input[type="password"] {
    display: block;
    clear: both;
    width: 100%;
    margin: 0px auto;
    margin-top: 10px;
    border-radius: 0px;
    height: auto;
    line-height: 18px;
    border: none;
    /*background-color: #000 !important;*/
    padding: 10px 10px;
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 1px;
    color: #000 !important;
}
    .custom-selectt select {       
        border-radius: 7px;
        color:#000;
        width:100%;
        height:40px;

    }

.login-box input[type="text"],
.login-box input[type="password"],
.custom-selectt select{
    border: 2px solid #fff;
}

.login-box input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  z-index:1010;
  opacity: 5; /* Firefox */
}
.login-box input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#000;
}
.login-box input::-ms-input-placeholder { /* Microsoft Edge */
  color:#000;
}
.login-box input::selection{
  background-color: #fff !important;
}

.login-box input::-moz-selection {
    background-color: #fff !important;
}

.login-box input[type=text]:focus {
    background-color: #fff !important;
}
.login-box input.loginBtn {
    display: block;
    clear: both;
    width: 100%;
    margin: 0px auto;
    margin-top: 12px;
    height: 45px;
    background: #02294f;
    z-index:1010;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    border-radius: 8px !important;
    text-transform:uppercase;
}

.login-box input.loginBtn:hover {
    background: #02294f;
    /*transition: .2s;*/
}


.login-container a {
    color: red;
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 1px;
}

.login-footer {
    padding-top: 12px;
}

    .login-footer a {
        color: #ccc;
        margin: 0px 5px;
    }

        .login-footer a:hover {
            color: #333;
            text-decoration: underline;
        }

.login-box .has-error {
    text-align: left !important;
    font-size: 11px;
    color: red;
    display: block;
    padding-top: 4px;
    font-weight: 100;
}




.login-footer {
    display: table-row;
    width: 100%;
    text-align: center;
   
    padding: 15px 0;
    height: 30px;
}

    .login-footer p,
    .login-footer a {
        display: inline-block;
    }
.footer {
    padding: 15px 0;
}

    .footer p {
        margin: 0;
        font-size: 12px;
        color: #333333;
    }

.custom-selectt {
    display: block;
    position: relative;
    vertical-align: top;
    clear: both;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
}



/*Home style*/
body {
    background: #edf5f8;
}
.home-header{
background-color: #0a4c8b;
}
.home-header {
    
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom: 15px;
    padding: 8px;
    margin-bottom: 0px;
}

.landing-page {
    margin-bottom: 10px;
}

.main-content-margin {
    margin-top: 6px;
}

.GroupCompanyName {
    margin-left: 8px;
}

.GroupCompanyName-Landing-Page {
    margin-left: -17px;
}

.home-header h4 {
    margin: 0px;
    font-weight: 900;
    color: #fff;
}

.home-header1 {
    background-color: #399491;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom: 15px;
    padding-left: 0px;
}

    .home-header1 h4 {
        margin: 0px;
        font-weight: 900;
        color: #fff;
    }

.custom-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    display: table;
    position: relative;
    margin-bottom:10px;
    clear: both;
}
.custom-box.border-style {
   

    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.06);
-webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.06);
-moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.06);

}
    .custom-box .title {
           
        padding: 8px 15px;       
        border-bottom:solid 1px #efefef;    

    }

    .custom-box .title {
        color: #323a32;
    }
    .custom-box.reminders .title {
    color: #323a32;
    background: #f44435;
}
    .dashboardsync
    {
        margin-top: 8px;
        margin-bottom: 8px;
        margin-left: 80px;
    }

        .custom-box .title h4 {
            font-size: 14px;
            font-weight:600;
            padding:0px;
            margin:0px;
        }

.right-box h4, .left-box h4 {
    font-size: 13px;
}
/*.performance-slide .slick-slide{ min-height: 48px; }*/
.left-box .alert {
    padding: 3px;
    margin: 7px 4px;
    min-height: 38px;
    margin: -1px 4px;
    margin-bottom: 2px;
}

.custom-box .to-left {
    float: left;
    padding: 15px;
    width: 40%;
    height: 100%;
    text-align: center;
    display: table-cell;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
    padding:0px !important;
}

    .custom-box .to-left i {
        font-size: 42px;
        color: #fff;
        position: relative;
        top: 15px;
         font-size:35px;
    }

.custom-box .to-right {
    float: right;
    padding: 10px;
    width: 60%;
}

    .custom-box .to-right h3 {
        margin: 0px;
        font-weight: 600;
        font-size:28px;
        color: #fff !important;
        margin-bottom: 0;
        transition: .5s;
    }

        .custom-box .to-right h3 span {
            transition: .5s;
        }

    .custom-box .to-right p {
       
        color: #fff;
        margin:0px;
    }

.icon-box-one,
.icon-box-two,
.icon-box-three,
.icon-box-four{
    height:70px;
}
.icon-box-one{
    background: #f44435;
}
.icon-box-two{
    background: #4cb050;
}
.icon-box-three{
    background: #2095f4;
}
.icon-box-four{
    background: #ffbd34;
}


.box-content {
    padding: 10px 15px;
}

.datatable {
    border: 1px solid #ddd;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    word-wrap: break-word;
}

    .datatable .datatable-head {
        background: #e9e9e9;
        padding: 6px 12px;
        height: auto;
        overflow: hidden;
    }

    .datatable .slick-slide {
        padding: 3px;
        border-bottom: 1px solid #ddd !important;
    }

        .datatable .slick-slide:nth-child(odd) {
            background: #f9f9f9;
        }

        .datatable .slick-slide:nth-child(even) {
            background: #fff;
        }

        .datatable .slick-slide, .datatable .slick-slide b {
            color: #333;
        }

    .datatable .read, .datatable .read a, .datatable .read b, .celebrity-slide a, .celebrity-slide b {
        color: #969696;
        font-weight: normal !important;
    }

    .datatable .performance-slide .slick-slide, .datatable .performance-slide .slick-slide b {
        color: #333;
        font-weight: normal !important;
        font-size: 12px;
    }

    .datatable .performance-slide span {
        position: relative;
        padding-left: 12px;
    }

        .datatable .performance-slide span.up {
            color: green;
        }

            .datatable .performance-slide span.up::before {
                content: "\f176";
                font-family: "FontAwesome";
                position: absolute;
                left: 0;
                top: 0;
            }

        .datatable .performance-slide span.down {
            color: red;
        }

            .datatable .performance-slide span.down::before {
                content: "\f175";
                font-family: "FontAwesome";
                position: absolute;
                left: 0;
                top: 0;
            }

.performance-value {
}

    .performance-value .col-sm-3 {
        padding: 0 5px;
    }


    .performance-value h5 {
        font-size: 11px;
        padding:10px 0;
        margin:0px;
        text-align: center;
        font-weight: bold;
    }

        .performance-value h5 span {
           
            clear: both;
            margin-left:10px;
            font-weight: 900;
        }

            .performance-value h5 span.up {
                color: green;
            }

                .performance-value h5 span.up::before {
                    content: "\f176";
                    font-family: "FontAwesome";
                    absolute;
                    left: -5px;
                    top: -1px;
                    position: relative;
                }

            .performance-value h5 span.down {
                color: red;
            }

                .performance-value h5 span.down::before {
                    content: "\f175";
                    font-family: "FontAwesome";
                    left: -5px;
                    top: -1px;
                    position: relative;
                }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}
/*.right-box.custom-box .title,.left-box.custom-box .title{ padding: 8px 12px!important }*/
.right-box .col-xs-5, .right-box .col-xs-7 {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.profile-pic {
    width: 103px;
    height: 103px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0px auto;
    position: relative;
    text-align: center;
    transition: .5s;
    margin-top: 6px;
    max-width: 100%;
    margin-bottom:5px;
}

    .profile-pic img {
        max-width: 100%;
        height: auto;
    }

    .profile-pic:hover img {
        opacity: .2;
    }

    .profile-pic a {
        position: absolute;
        z-index: 10;
        transform: translateX(-120%);
        top: 100%;
        display: inline-block;
        background: #666;
        color: #fff;
        border-radius: 5px;
        padding: 4px 6px;
        transition: .5s;
        font-size: 10px;
        width: 70px;
    }

    .profile-pic:hover a {
        top: 50%;
    }

    .profile-pic a:hover {
        text-decoration: none;
    }

.profile-name {
    font-size: 13px;
    font-weight: 700;
    color: rgba(0,0,0,.9);
    position: relative;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .profile-name span {
        color: rgba(0,0,0,.4);
        font-size: 12px;
        display: block;
        font-weight: 400;
    }

ul.user-info {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 2px;
    padding-left: 0px;
}
.profile-name a{
    margin-bottom: 2px;
    display: block;
    margin-right: 0px;
    margin-top: 5px;
}
    ul.user-info li {
        text-align: left;
        margin-top: 5px;
        font-size: 10px;
        font-weight: 700;
        margin-top: 5px;
        color: #000;
    border: solid 1px #1588d1;
    border-radius: 4px;
    padding: 6px 10px;
    position: relative;
    height: 28px;
    }

        ul.user-info li span {
            display: inline-block;
            background: #1588d1;
            color: #fff;
            border-radius: 2px;
            font-size: 10px;
            padding: 4px 10px;
            min-width: 22px;
            min-height: 22px;
            font-weight: 100;
            text-align: center;
            line-height: 18px;
            margin-left: 3px;
            position: absolute;
            top: 0px;
            right:-1px
        }

.reminders {
    /*padding: 11px 0 !important;*/
    height: auto;
    overflow: hidden;
    text-align: center;
    line-height: 26px;
    height: 254px;
    overflow: auto;
    padding: 2px;
}


    .reminders p span {
        display: inline-block;
        font-weight: 700;
        margin-right: 5px;
    }

    .reminders p {
        font-size: 11px;
    }

    .reminders div {
        margin-top: 2px;
    }

.reminder-box {
    padding-left: 12px;
    padding-right: 12px;
}

.left-box .search {
    padding: 10px 0;
    height: auto;
    overflow: hidden;
}


.search-box {
    position: relative;
    width: 100%;
}

.left-box .search-box::after {
    content: "\f002";
    font-family: "FontAwesome";
    right: 12px;
    top: 5px;
    position: absolute;
    color: #3db4b0;
    font-size: 12px;
    z-index: 0;
}

.left-box .search input[type="text"] {
    padding: 5px 22px 5px 5px;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,.16);
    font-size: 11px;
    width: 100%;
}

.left-box .search input[type="submit"] {
    position: absolute;
    right: 15px;
    top: 0;
    height: 30px;
    width: 30px;
    opacity: 0;
    z-index: 10;
}




@media not all {
    .custom-selectt select {
        padding-right: 30px;
    }
}

.custom-selectt select:focus {
    box-shadow: 0 0 3px 1px #c00;
}

/*.custom-selectt::after {
    background: #fff;
    border-radius: 0;
    bottom: 1px;
    color: white;
    content: "\f107";
    font-family: 'FontAwesome';
    line-height: 35px;
    padding: 0 7px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    color: #cbc6c6;
    border-left: 0px;
    font-weight: normal;
    border: 1px solid #fff;
    font-size: 18px;
}*/



@media (min-width: 1281px) {
    /*.right-box.custom-box .title,.left-box.custom-box .title{ padding: 5px 12px!important }*/
    .left-box .alert {
        min-height: 34px;
    }
}

@media (max-width: 1280px) {
    .performance-slide .slick-slide, .inbox-slide .slick-slide {
        min-height: 41px;
    }
}

@media (max-width: 1024px) {
    .performance-slide .slick-slide, .inbox-slide .slick-slide {
        min-height: 30px;
    }
}

/*.datatable * {
    font-size: 11px !important;
}*/

.DutyRoaster .datatable * {
    font-size: 9px !important;
}

.DutyRoaster table.dataTable tbody th, .DutyRoaster table.dataTable tbody td {
        padding: 4px 2px !important;
        font-size: 9px !important;
    }



.home-inbox {
    height: 193px;
}

.home-kpi {
    height: 168px;
}

.new-joinee {
    height: 440px;
}

.recent-seperations {
    height: 440px;
}

.hr-strength {
    height: 188px;
}

.hr-strength-graph {
    height: 188px;
}

.general-info {
    height: 165px;
}

.manpower-report {
    height: 165px;
}

.hr-home-type-combo {
    border-radius: 3px;
    height: 27px;
    background-color: #e3f6f3;
    color: #000;
    font-weight: normal;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    font-size: 11px !important;
}

.timeoffice-home-type-combo {
    border-radius: 3px;
    height: 22px;
    background-color: #e3f6f3;
    color: #000;
    font-weight: normal;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    font-size: 11px !important;
    width:130px;
}

.salary-monthwise {
    height: 244px;
}

.salary-depwise {
    height: 244px;
}


/*HOME TAB*/
/* -----------------------------------------------------------------------------

  CONTAINER OBJECTS
  
----------------------------------------------------------------------------- */
.o-container {
    margin: 0 auto;
    padding: 0 12px;
    max-width: 960px;
}

@media all and (min-width: 480px) {
    .o-container {
        padding: 0 24px;
    }
}

@media all and (min-width: 720px) {
    .o-container {
        padding: 0 48px;
    }
}


/* -----------------------------------------------------------------------------

  MAIN OBJECT
  
----------------------------------------------------------------------------- */
.o-main {
    /**/
}

/* -----------------------------------------------------------------------------

  SECTION OBJECT
  
----------------------------------------------------------------------------- */
.o-section {
    margin-bottom: 24px;
}

    .o-section:last-child {
        margin-bottom: 0;
    }

@media all and (min-width: 720px) {
    .o-section {
        margin-bottom: 48px;
    }
}

/* -----------------------------------------------------------------------------

  SUB-NAVIGATION OBJECT
  
----------------------------------------------------------------------------- */
.o-sub-nav {
    margin: 0;
    padding: 0;
}

.o-sub-nav__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.o-sub-nav__item {
    margin: 0;
    padding: 4px;
}

.o-sub-nav__link {
    display: block;
    margin: 0;
    padding: 4px 24px;
    border: solid 2px #dc446e;
}

    .o-sub-nav__link:hover,
    .o-sub-nav__item.active .o-sub-nav__link {
        color: #fff;
        background-color: #dc446e;
    }



/* -----------------------------------------------------------------------------

  TABS COMPONENT
  
----------------------------------------------------------------------------- */
/**
 * Tabs component
 *
 * A responsive tabs component that falls back to a linear conent display when
 * JavaScript is disabled. The following is the default suggested markup to play
 * nicely with the JavaScript. If you change it up, just make sure you pass in
 * the correct parameters to the tabs instance.
 *
 * <div id="tabs" class="c-tabs no-js">
 *   <div class="c-tabs-nav">
 *     <a href="#" class="c-tabs-nav__link is-active"></a>
 *     <a href="#" class="c-tabs-nav__link"></a>
 *     ...
 *   </div>
 *   <div class="c-tab is-active">
 *     <div class="c-tab__content"></div>
 *   </div>
 *   <div class="c-tab">
 *     <div class="c-tab__content"></div>
 *   </div>
 *   ...
 * </div>
 */
.c-tabs {
    /**/
}

/**
 * Tabs navigation
 */
.c-tabs-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.c-tabs-nav__link {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 4px;
    padding: 2px;
    color: #7d7e7f;
    background-color: #d5d5d5;
    text-align: center;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

    .c-tabs-nav__link:last-child {
        margin-right: 0;
    }

    .c-tabs-nav__link:hover {
        color: #fff;
    }

    .c-tabs-nav__link.is-active {
        color: #fff;
        background-color: #36b1ea;
    }

}

.c-tabs-nav__link i,
.c-tabs-nav__link span {
    margin: 0;
    padding: 0;
    line-height: 1;
}

.c-tabs-nav__link i {
    font-size: 18px;
}

.c-tabs-nav__link span {
    display: none;
    font-size: 12px;
}

@media all and (min-width: 720px) {
    .c-tabs-nav__link i {
        margin-bottom: 3px;
        font-size: 14px;
        margin-top: 2px;
        padding: 2px;
    }

    .c-tabs-nav__link span {
        display: block;
    }
}

/**
 * Tab
 */
.c-tab {
    display: none;
    background-color: #fff;
    border-radius: 0px 0px 5px 5px;
    height: 412px;
    border: 1px solid #ddd;
}

    .c-tab.is-active {
        display: block;
    }

.c-tab__content {
    padding: 0px;
}
.c-tabs.dashboard-table thead th{
    background-color:#36b1ea !important;
}
.c-tabs.dashboard-table .dataTable{
    border-top:none !important;
}
/**
 * Tabs no-js fallback
 */
.c-tabs.no-js .c-tabs-nav {
    display: none;
}

.c-tabs.no-js .c-tab {
    display: block;
    margin-bottom: 1.5rem;
}

    .c-tabs.no-js .c-tab:last-child {
        margin-bottom: 0;
    }


.HomePageTabeContent {
   
    overflow: scroll;
    font-size:11px;
    height:409px;
}

.DivCelebrities
{
display: block;
width:100%;
padding-top:3px;
padding-bottom:18px;
/*height:20px;*/
border-bottom: 1px solid #ddd;
}

.HomePageGrid {
    border: 1px solid #ddd;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    word-wrap: break-word;
}

    .HomePageGrid .Grid-Header {
        background: #e9e9e9;
        padding: 6px 12px;
        height: auto;
        overflow: hidden;
    }
    .HomePage-Celebrity-Height {
    height: 440px;
}







.mGrid
{
    width: 100%;
    background-color: #fff;
    margin: 0px 0 0px 0;
    border: solid 1px #c1c1c1;
    border-collapse: collapse;
    font-size: 11px;
    color: #000000;
    font-family: tahoma;
    z-index: 0;
}
.mGrid td
{
    padding: 2px 4px 2px 4px;
    border: solid 1px #c1c1c1;
    color: #000000;
    height: 22px;
    z-index: 0;
}
.mGrid th
{
    padding: 4px 5px 4px 5px;
    color: #ffffff;
    background: #26A96C url(grd_head.png) repeat-x top;
    border: 1px solid #9f9f9f;
    font-size: 9pt !important;
    font-weight: bold;
    font-family: Tahoma;
    height: 18px;
    z-index: 0;
}
.mGrid tfoot td
{    
    color: #ffffff;
    background: #f386b8 !important;  
    font-size: 12px !important;
   
}
.mGrid .alt
{
    background: #fcfcfc url(grd_alt.png) repeat-x top;
    z-index: 0;
}
.mGrid .pgr
{
    background-position: top;
    background: #E9E9E9 url(grd_pgr.png) repeat-x top;
    z-index: 0;
}
.mGrid .pgr table
{
    margin: 5px 0;
    z-index: 0;
}
.mGrid .pgr td
{
    border: 1px solid #E9E9E9;
    padding: 0 6px;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
    z-index: 0;
}
.mGrid .pgr a
{
    color: #666;
    text-decoration: none;
    z-index: 0;
}
.mGrid .pgr a:hover
{
    color: #000;
    text-decoration: none;
    z-index: 0;
}

.dataTables_wrapper .datatable th,
.dxgvTable .datatable th{
    font-size:13px !important;
    padding:7px 10px;
}
.dataTables_wrapper .datatable td,
.dxgvTable .datatable td{
    padding:5px;
    font-size:12px !important;
}
.performance-value .col-sm-3{
    border: 1px solid #ddd;
    border-bottom:none;
    background-color:#f9f9f9;
}
.c-tab{

    border: none !important; 

}
.custom-box.reminders{
    padding:0px !important;
}
.custom-box.reminders .title{
    margin:0px !important;
    color:#fff !important;
}
.custom-box.reminders .datatable{
    border:none !important;
}
.dataTables_length select,
.dataTables_filter input[type="search"]{
    border-radius: 3px;
    height: 27px;
    /*background-color: #e3f6f3;*/
    color: #000;
    font-weight: normal;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    font-size: 11px !important;
}
.c-tabs-nav.new-tab-style{
background-color:#0a4c8b;
}
.c-tabs-nav.new-tab-style .c-tabs-nav__link {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 0px !important;
    padding: 10px;
    color: #000;
    background-color: #fff;
    text-align: center;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.c-tabs-nav.new-tab-style .c-tabs-nav__link{
    background-color:#d4eaff;
}
.c-tabs-nav.new-tab-style .c-tabs-nav__link:hover,
.c-tabs-nav.new-tab-style .c-tabs-nav__link.is-active{
    background-color:#0a4c8b;
    color: #fff;
}
.c-tabs-nav.new-tab-style .c-tabs-nav__link.is-active{
    position:relative;
    top:-7px;
    padding:16px 0px 0px;
}
.c-tabs-nav.new-tab-style .c-tabs-nav__link{
    border:solid 1px #0a4c8b;
    border-bottom:solid 4px #0a4c8b;
}
.c-tab.is-active{
    border:solid 1px #0a4c8b !important;
    border-top:none !important;
}
.c-tabs.dashboard-table .c-tab.is-active{
    border:none !important;
}
.dxgvControl, .dxgvDisabled {
    border: none !important;   
     background-color: #fff !important; 
    color: Black;
    cursor: default;
}
.dxgvHeader {
    padding: 7px 10px !important;
}
.dxeTextBox td.dxic {
    padding: 1px !important;
    width: 100%;
}
.dxeEditArea {
    font-family: Tahoma;
    font-size: 9pt;
    /*border: solid 1px #9f9f9f !important;*/
    padding: 2px 2px !important;
}
.dxgvFilterRow .dxeEditArea,
.dxeTextBox .dxeEditArea{
    border: solid 1px #9f9f9f !important;
}

#ctl00_ctl00_contents_ContentPlaceHolder1_ASPxPageControl2_callBackRdo_tblGrossPay .dxeTextBox .dxeEditArea{
    padding:5px !important;
}*/
.dxeControlsCell .dxeEditArea{
    padding: 10px 5px !important;
}
.dxeTextBox, .dxeMemo {
    background-color: transparent !important; 
    border: none !important; 
}
.dxgvFilterRow td.dxgv {
    padding: 0px !important;
    border-left: Solid 1px #C1C1C1 !important;
}
.dxgvDataRow td:first-child.dxgv{
    border-left: Solid 1px #C1C1C1 !important;
}

.dxpPageNumber{
    padding: 5px !important;
    border: solid 1px #f2f2f2;
    background-color: #f2f2f2;
    border-radius: 4px;
    margin: 0px 2px;
    color: #000 !important;
    text-decoration:none !important;
}
.dxpButton,
.dxpCurrentPageNumber,
.dxpPageNumber:hover{
    border: solid 1px #36b1ea !important;
    background-color: #36b1ea !important;
    color:#fff !important;
    border-radius:4px;
}
.dxpButton{
padding: 5px !important;
width:30px;
height:20px;
font: normal normal normal 14px/1 FontAwesome;
text-decoration:none !important;
}
.dxpButton img{
    display:none;
}
.dxpButton:before {
    content: "<";
}
.dxpButton:last-child:before{
    content: ">";
    text-decoration:none !important;
}
.employeeHead .roundtable{
    padding:0px;
}
.dxtcTab, 
.dxtcTabWithTabPositionLeft, 
.dxtcTabWithTabPositionBottom, 
.dxtcTabWithTabPositionRight{
    border: none !important; 
    padding: 8px 10px !important;
}
.dxtcActiveTab, .dxtcActiveTabWithTabPositionBottom, .dxtcActiveTabWithTabPositionLeft, .dxtcActiveTabWithTabPositionRight {
    border: none !important; 
    padding: 8px 10px !important;
}
.dxtcActiveTabWithTabPositionLeft, 
.dxtcActiveTabWithTabPositionRight {
    border: solid 1px #1588d1 !important;
    background-color: #1588d1 !important;
    color:#ffffff !important;
}
.padding-lr-0,
.padding-lr-0 tr,
.padding-lr-0 tr td,
.padding-lr-0 tr td.dxic{
    padding:2px 0px !important;
}
.user-footer{
    float:right;
    text-align:right;
}
.user-footer .pull-left,
.user-footer .pull-right{
    float:none !important;
    display:inline-block;
    background-color:transparent !important;
}
.user-footer .pull-left a,
.user-footer .pull-right a{
    background-color:transparent !important;
    color:#fff !important;
}
.user-footer .pull-left a:hover,
.user-footer .pull-right a:hover{
    color:#71cbff !important;
}
.user-footer .pull-left a.btn,
.user-footer .pull-right a.btn{
    padding:5px !important;
}
.new-select-field .dxeButtonEdit{
    width:196px !important;
}
.select-box .dxeButtonEdit{
    width:222px !important;
}

.dxgvDataRow .dxgv{
    white-space:normal !important;
}
.roundtable.remove-shadow {
    background: #fff;
    border: solid 1px #ededed;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow:none;
    border-radius:0px;
}
.hr-employee-list td:last-child.dxgv{
    border-right-width: 1px !important;
}
.hr-employee-preenroll{

}
.new-input .dxic input{
    padding:1px !important;
}

.new-input .dxeTextBox .dxic input {
    padding: 0px !important;
    height: 20px !important;
}
.new-input .dxeTextBox .dxic{
    padding:0px !important;
}
.custom-box.big h6{
    margin-top:0px;
    margin-bottom:0px;
}
.custom-box.big h6 .timeoffice-home-type-combo{
    margin-bottom:0px;
}
.roundtable.table-width table,
.roundtable.table-width table div{
    width:100% !important;
}
.DutyRoaster table{
    width:100% !important;
}
.dxe-0 .dxe{
    padding:0px !important;
}
td hr{
    display:none;
}