a:focus {
    outline: none;
}

body {
    background-color: #fbfbfb;
    font-family: 'Open Sans';
    font-size: 13px;
}


@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Semibold.eot');
    src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Semibold.woff2') format('woff2'),
    url('../fonts/OpenSans-Semibold.woff') format('woff'),
    url('../fonts/OpenSans-Semibold.ttf') format('truetype'),
    url('../fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.eot');
    src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans.woff2') format('woff2'),
    url('../fonts/OpenSans.woff') format('woff'),
    url('../fonts/OpenSans.ttf') format('truetype'),
    url('../fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Light.woff2') format('woff2'),
    url('../fonts/OpenSans-Light.woff') format('woff'),
    url('../fonts/OpenSans-Light.ttf') format('truetype'),
    url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Bold.woff2') format('woff2'),
    url('../fonts/OpenSans-Bold.woff') format('woff'),
    url('../fonts/OpenSans-Bold.ttf') format('truetype'),
    url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'kruti-regular';
    src: url('../fonts/KrutiDev010.eot');
    src: url('../fonts/KrutiDev010.eot?#iefix') format('embedded-opentype'),
        url('../fonts/KrutiDev010.woff2') format('woff2'),
        url('../fonts/../fonts/KrutiDev010.woff') format('woff'),
        url('../fonts/KrutiDev010.ttf') format('truetype'),
        url('../fonts/KrutiDev010.svg#KrutiDev010') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*-- Header css --*/
.navbar-default {
    background-color: #205081;
    border: none;
    margin-bottom: 0;
}

.navbar-header {
    float: left;
    margin-left: 0 !important;
}

#menu-toggle {
    color: #c5c5c5;
    font-size: 23px;
    margin: 10px 0 0;
}

.navbar-brand {
    /*background-image: url(../img/logo_Uttarakhand.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 40px;    
    padding-left: 50px;*/
    padding: 15px 0;
    margin-left: 15px !important;
    color: #fff !important;
    font-weight: 700;
}

.navbar .nav > li {
    float: left;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
   background-color: transparent;
   color: #fff;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}
/*-- frame css --*/
#wrapper {
    padding-left: 0;
    padding-top: 50px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #eee;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */
.sidebar-nav {
    position: relative;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}
.sidebar-nav > .sidebar-brand {
    background-color: #4d76b2;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    height: 55px;
    line-height: 55px;
    margin-bottom: 0;
    padding: 0;
}
.sidebar-nav > .sidebar-brand a:hover, .sidebar-nav > .sidebar-brand a:focus {
    background-color: transparent;
    color: #fff;
}
/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav li {
    position: relative;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li a {
    display: block;
    color: #e8e8e8;
    text-decoration: none;
    padding: 5px 0;
    font-weight: 500;
    position: relative;
}

.sidebar-nav > li > a {padding: 10px 0;}
.sidebar-nav > li > .dropdown-menu {padding: 5px 0;}
.sidebar-nav a i {
    color: #a8a8a8;
    margin-left: -15px;
    margin-right: 15px;
}
.sidebar-nav li a span.glyphicon {
    text-indent: 0;
    margin-right: 8px;
}
/*.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li a:hover i,
.sidebar-nav li a:active i,
.sidebar-nav li a:focus i,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus,
.sidebar-nav li.open a:hover i,
.sidebar-nav li.open a:active i,
.sidebar-nav li.open a:focus i {
    text-decoration: none;
    background-color: #0073aa;
    color: #fff;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: transparent !important;
    color: #fff !important;
}*/
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background-color: #32373c;
}

.sidebar-nav > .dropdown-menu li {
    padding: 8px 0 8px 55px;
    margin-bottom: 0;
}

.sidebar-nav li.dropdown.open > a,
.sidebar-nav li.dropdown > a:hover {
    color: #fff;
    background-color: #0073aa;
}
.navbar-default .dropdown-menu {
    background-color: #205081;
    border: none;
}
.navbar-default .dropdown-menu a {
    color: #fff;
}
.navbar-default .dropdown-menu > li > a:focus,
.navbar-default .dropdown-menu > li > a:hover {
    background-color: #205081;
    color: #fff;
    text-decoration: none;
}
.sidebar-nav li.dropdown.open > a:after,
.sidebar-nav li.dropdown > a:hover:after {
    right: 0%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #ffffff;
    border-width: 8px;
    margin-top: -8px;
}

.sidebar-nav .dropdown-menu a {
    color: #e8e8e8;
    font-size: 14px;
    font-weight: 500;
    text-indent: 20px;
}
.sidebar-nav .dropdown-menu a.test.active {
    color: #51c6ef;
    position: relative;
    background-color: rgba(247, 97, 97, 0.15);
}
.sidebar-nav .dropdown-menu a.test.active:after {
    right: 0%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #51c6ef;
    border-width: 8px;
    margin-top: -8px;
}
.sidebar-nav .dropdown-menu a.test.active + .dropdown-menu {
    background-color: rgba(255,255,255,0.15);
}
.sidebar-nav .dropdown-menu a.test.active + .dropdown-menu a:hover {
    background-color: transparent!important;
    color: #fff !important;
}
.dropdown-submenu .dropdown-menu a {
    color: #e8e8e8;
    text-indent: 35px;
}
.dropdown-submenu a .caret {margin-left: 4px;}
.breadcrums {
    height: 55px;
    background-color: #87a5d2;
}

.breadcrums h3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 56px;
    margin: 0;
    overflow: hidden;
    padding: 0 30px;
    /*text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;*/
}

.main-content {
    padding: 35px;
    /*overflow-x: auto;*/
}
.page-inner {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 8px #dbdbdb;
    padding: 25px 50px 50px;
}

.login-page {
    background-color: #fff;
    height: 100vh;
}

.login-page .centering {
    max-width: 960px;
    margin: 50px auto 0;
}

.login-box h1 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 2px;
    font-weight: 300;
    margin: 40px 0;
    color: #333534;
}

.important-text {
    line-height: 22px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 300;
}
.login-box form {
    max-width: 280px;
    margin: 0 auto;
}
.form-heading {
    border-bottom: 1px solid #e8e8e8;
    color: #0096dd;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 45px;
    padding-bottom: 15px;
}

.login-box form .form-group {
    margin-bottom: 25px;
}

.login-box form label {
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 7px;
}

.login-box form .form-control {
    border-radius: 0;
    border: 1px solid #1B2972;
    box-shadow: none;
    color: #999;
    background: #fff;
    height: 36px;
    text-align: center;
}
.login-box form .form-control:hover,
.login-box form .form-control:focus {
    border-width: 2px;
}

.btn-login {
    border-radius: 50px;
    color: #fff;
    padding: 10px 30px;
    font-size: 18px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #1B2972;
    border: 2px solid #fff;
    margin-bottom: 30px;
    box-shadow: none;
}
.btn-login:hover, .btn-login:focus {
    border: 2px solid #1B2972;
    color: #fff;
}
.login-box form input[type="checkbox"],
.login-box form input[type="radio"] {
    margin-top: 0;
}

/*-- custom checkbox radio --*/

.cust-btn {
    position: relative;
    margin-bottom: 25px;
}
.cust-checkbox, .cust-radio {
    opacity: 0;
    position: absolute;
}
.cust-checkbox + .cust-checkboxLabel:before,
.cust-radio + .cust-radioLabel:before {
    content: '';
    background: transparent;
    border: 1px solid #1b2972;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    text-align: center;
}
.cust-checkbox:checked + .cust-checkboxLabel:before,
.cust-radio:checked + .cust-radioLabel:before {
    content: "\f00c";
    font-size: 14px;
    color: #1b2972;
    line-height: 13px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    background: #fff;
    border: 2px solid #1b2972;
    padding: 3px;
}

.form-horizontal {
    max-width: 80%;
    margin: 0 auto;
}

.form-control {
    height: 30px;
    border-radius: 3px;
    font-size: 13px;
}

.form-horizontal .control-label {
    color: #444;
    font-weight: normal;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;        
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 0px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
    }
    .main-content {
        padding: 30px;
    }
}

input[type=checkbox], input[type=radio] {
    margin-top: 10px;
}

.full-width {
    max-width: 100%;
}

table.dataEntryRuralWages {
    margin: 30px 0;
    width: 100%;
}
table.dataEntryRuralWages td, table.dataEntryRuralWagesList td {
    padding: 5px 5px 5px 8px;
}

form label.error {
    font-weight: normal;
    color: #c00;
    font-size: 12px;
    margin-bottom: 0;
}
 #accordion li li li .padd-60 {
    padding-left: 60px;
}

.table.table-bordered th {
    background-color: #f3f3f3;
    background-image: -webkit-linear-gradient(top,#fefefe,#f3f3f3);
    background-image: -moz-linear-gradient(top,#fefefe,#f3f3f3);
    border: 1px solid #ccc;
    /*text-transform: uppercase;*/
}

/*.table.table-bordered tr:hover td {
    background-color: #ffffcc;
    cursor: pointer;
}*/

.tablenav {
    clear: both;
    height: 30px;
    margin: 6px 0 4px;
    vertical-align: middle;
}
.tablenav .tablenav-pages {
    color: #555;
    cursor: default;
    float: right;
    height: 28px;
}

.tablenav .one-page .displaying-num {
    display: inline-block;
    margin-right: 0;
    margin-top: 5px;
}

.rural-wages-report-buttons {
    margin-bottom: 15px;
}

.fa-file-csv-o {
    font-size: 24px;
    width: 16px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0 0;
    line-height: 0;
}

.borderless td, .borderless th {
    border: none !important;
}

.chosen-container.chosen-container-single {
    width: 100% !important;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #7AF965;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px;
}

th.rotate {
    white-space: nowrap;
    -webkit-transform-origin: 95px 90px;
    -moz-transform-origin: 95px 90px;
    -o-transform-origin: 95px 90px;
    -ms-transform-origin: 95px 90px;
    transform-origin: 95px 90px;

    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    /*display:inline-block;*/
    /*height:30px;*/
    /*float:left;*/
    /*width:30px;*/
    background-color: transparent !important;
    background-image: none !important;
}

span.intact {
    display:inline-block;
    width:20px; /*30px*/
    height:170px;
}

#lwDataEntryAjaxDataContainer, #IIPDataEntryStatus {
    margin-top:30px;
    font-size: 12px;
    overflow: hidden;
}

#lwDataEntryAjaxDataContainer td.pendingDataEntry, #IIPDataEntryStatus td.pendingDataEntry {
    cursor: pointer;
    color: #fff;
    background-color: #c00;
}

#lwDataEntryAjaxDataContainer td.successDataEntry, #IIPDataEntryStatus td.successDataEntry {
    cursor: pointer;
    color: #fff;
    background-color: #5cb85c;
}

.editRow, .deleteRow {
    cursor: pointer;
}

.editRow {
    color: #0275d8;
}

.editRow:hover {
    color: #025aa5;
}

.deleteRow {
    color: #d9534f;
}

.deleteRow:hover {
    color: #c9302c;
}

.removeIsActive{
    display:none;
}

.searchRuralReport .panel-body > div {
    margin-bottom: 10px;
}

.btn-group-xs>.btn, .btn-xs {
	font-size: 13px;
}

#lwDataEntryAjaxDataContainer ul.blockList {
    padding-left: 0;
    padding-top: 6px;
}

#lwDataEntryAjaxDataContainer ul.blockList li {
    list-style-type: circle;
    margin: 8px 0 0 20px;
}

.cursorPointer {
    cursor: pointer;
}

.form-group .control-label.required:after {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 5px;
    content: "\f069";
    color: #c00;
    vertical-align: super;
    margin-left: 2px;
}

.datepicker {
    z-index: 9999 !important;
}

.wizard {
    display: table;
    width: 100%;
    background-color: #fff;
}

.wizard .steps-index-container, .wizard .form-horizontal {
    display: table-cell;
    vertical-align: top;
    height: 100%;
}
.wizard .form-horizontal {
    max-width: 100%;
    padding: 0 20px;
}
.wizard .steps-index-container {
    width: 180px;
    background-color: #57708a;
 }
.wizard .form-horizontal {
    display: block;
}
.wizard ul.steps>li {
    background-color: #57708a;
}
.wizard ul.steps>li a{
    color:#ffffff;
    display: block;
}

.wizard ul.steps>li.active,
.wizard ul.steps>li:hover,
.wizard ul.steps>li:focus {
    background-color: #3e5165;
    font-weight: 500;
}
.wizard ul.steps>li.active a, .wizard ul.steps>li:hover a, .wizard ul.steps>li:focus a {
    color: #ffffff;
}
.wizard ul.steps>li.active .step-index .label, .wizard ul.steps>li:hover .step-index .label {
    background-color: transparent;
    color: #ffffff;
}
.wizard ul.steps>li .step-index .label {
    background-color: transparent;
    color: #ffffff;

}

.step-index .label {border-radius: 50px;padding: 0;width: 24px;height: 24px;line-height: 24px;border: 1px solid #ffffff;display: inline-block;font-size: 12px;}

form input.error {
    border-color: #c00;
}

.fa-bar-chart.green {
    color: #5cb85c;
}

.center { text-align: center;}

        .onoffswitch {
            position: relative; width: 26px;
            -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
        }
        .onoffswitch-checkbox {
            display: none;
        }
        .onoffswitch-label {
            display: block; overflow: hidden; cursor: pointer; border-radius: 20px;
        }
        .onoffswitch-inner {
            display: block; width: 200%; margin-left: -100%;
            transition: margin 0.3s ease-in 0s;
        }
        .onoffswitch-inner:before, .onoffswitch-inner:after {
            display: block; float: left; width: 50%; height: 26px; padding: 0; line-height: 26px;
            font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: 500;
            box-sizing: border-box;
        }
        .onoffswitch-inner:before {
            content: "Y";
            padding-left: 9px;
            background-color: #65a856; color: #FFFFFF;
        }
        .onoffswitch-inner:after {
            content: "N";
            padding-right: 9px;
            background-color: #EEEEEE; color: #999999;
            text-align: right;
        }
        .onoffswitch-switch {
            display: block; width: 14px; height: 14px; margin: 8px 6px 0 0;
            background: #FFFFFF;
            position: absolute; top: 0; bottom: 0;
            right: 32px; border-radius: 20px;
            transition: all 0.3s ease-in 0s; display: none;
        }
        .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
            margin-left: 0;
        }
        .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
            right: 0px; 
        }