html {
    height: 100%;
}
body {
    background: -moz-linear-gradient(45deg, #e05e71 0%, #008fc0 55%, #ea974c 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #e05e71), color-stop(54%, #008fc0), color-stop(100%, #ea974c)); /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, #e05e71 0%, #008fc0 55%, #ea974c 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, #e05e71 0%, #008fc0 55%, #ea974c 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, #e05e71 0%, #008fc0 55%, #ea974c 100%); /* ie10+ */
    background: linear-gradient(45deg, #e05e71 0%, #008fc0 55%, #ea974c 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea974c', endColorstr='#e05e71',GradientType=1 ); /* ie6-9 */
}

.navbar-inverse {
    background: rgba(255, 255, 255, 0.8);
}

ul.main-navigation-menu li .active ul li.active {
    background: #e6e6e6;
}

body.login .box-forgot, body.login .box-login, body.login .box-register {
    box-shadow: 0 0 5px rgba(0, 0, 0, .32);
    border-radius: 0;
}

body.login .logo {
    padding: 10px 20px 20px;
}

body.login .form-actions:after, body.login .form-actions:before {
    display: none;
}

body.login .copyright {
    display: inline-block;
    width: 100%;
}

.page-header h1, .page-header h2, .page-header h3 {
    margin: 0;
}

#delete-error .panel-body {
    padding: 0;
    margin-top: 0;
}

.panel-body .modal-body {
    padding: 0;
}

.action-dropdown {
    background-color: #fff;
    border-color: #008fc0;
    color: #858585;
    border-radius: 4px 0px 0px 4px !important;
    height: 34px;
}
.action-dropdown:hover,
.action-dropdown:focus,
.action-dropdown:active,
.action-dropdown.active {
    background-color: #fff;
    border-color: #008fc0;
    color: #858585;
}
.btn-action {
    background-color: #008fc0;
    border-color: #008fc0;
    color: #FFFFFF;
    border-radius: 0px 4px 4px 0px !important;
}
.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.btn-action.active {
    background-color: #008fc0;
    border-color: #008fc0;
    color: #FFFFFF;
}

.hr_color {
    border: 0;   /* in order to override TWBS stylesheet */
    height: 5px;
    background: -moz-linear-gradient(left, rgba(0, 143, 192,1) 0%, rgba(0, 143, 192,1) 12.5%, rgba(235,155,82,1) 12.5%, rgba(235,155,82,1) 25%, rgba(255,208,132,1) 25%, rgba(255,208,132,1) 37.5%, rgba(242,122,107,1) 37.5%, rgba(242,122,107,1) 50%, rgba(223,157,185,1) 50%, rgba(223,157,185,1) 62.5%, rgba(192,156,221,1) 62.5%, rgba(192,156,221,1) 75%, rgba(95,156,217,1) 75%, rgba(95,156,217,1) 87.5%, rgba(94,190,227,1) 87.5%, rgba(94,190,227,1) 87.5%, rgba(94,190,227,1) 100%);  /* FF3.6+ */
    background: -webkit-linear-gradient(left, rgba(0, 143, 192,1) 0%, rgba(0, 143, 192,1) 12.5%, rgba(235,155,82,1) 12.5%, rgba(235,155,82,1) 25%, rgba(255,208,132,1) 25%, rgba(255,208,132,1) 37.5%, rgba(242,122,107,1) 37.5%, rgba(242,122,107,1) 50%, rgba(223,157,185,1) 50%, rgba(223,157,185,1) 62.5%, rgba(192,156,221,1) 62.5%, rgba(192,156,221,1) 75%, rgba(95,156,217,1) 75%, rgba(95,156,217,1) 87.5%, rgba(94,190,227,1) 87.5%, rgba(94,190,227,1) 87.5%, rgba(94,190,227,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0, 143, 192,1) 0%, rgba(0, 143, 192,1) 12.5%, rgba(235,155,82,1) 12.5%, rgba(235,155,82,1) 25%, rgba(255,208,132,1) 25%, rgba(255,208,132,1) 37.5%, rgba(242,122,107,1) 37.5%, rgba(242,122,107,1) 50%, rgba(223,157,185,1) 50%, rgba(223,157,185,1) 62.5%, rgba(192,156,221,1) 62.5%, rgba(192,156,221,1) 75%, rgba(95,156,217,1) 75%, rgba(95,156,217,1) 87.5%, rgba(94,190,227,1) 87.5%, rgba(94,190,227,1) 87.5%, rgba(94,190,227,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0, 143, 192,1) 0%, rgba(0, 143, 192,1) 12.5%, rgba(235,155,82,1) 12.5%, rgba(235,155,82,1) 25%, rgba(255,208,132,1) 25%, rgba(255,208,132,1) 37.5%, rgba(242,122,107,1) 37.5%, rgba(242,122,107,1) 50%, rgba(223,157,185,1) 50%, rgba(223,157,185,1) 62.5%, rgba(192,156,221,1) 62.5%, rgba(192,156,221,1) 75%, rgba(95,156,217,1) 75%, rgba(95,156,217,1) 87.5%, rgba(94,190,227,1) 87.5%, rgba(94,190,227,1) 87.5%, rgba(94,190,227,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(0, 143, 192,1) 0%, rgba(0, 143, 192,1) 12.5%, rgba(235,155,82,1) 12.5%, rgba(235,155,82,1) 25%, rgba(255,208,132,1) 25%, rgba(255,208,132,1) 37.5%, rgba(242,122,107,1) 37.5%, rgba(242,122,107,1) 50%, rgba(223,157,185,1) 50%, rgba(223,157,185,1) 62.5%, rgba(192,156,221,1) 62.5%, rgba(192,156,221,1) 75%, rgba(95,156,217,1) 75%, rgba(95,156,217,1) 87.5%, rgba(94,190,227,1) 87.5%, rgba(94,190,227,1) 87.5%, rgba(94,190,227,1) 100%); /* W3C */
}

.main-login{
    padding-left:30px;
    padding-right:30px;
}

body.login .main-login {
    margin-top: 140px;
}

.main-login input[type=text],.main-login input[type=password],.main-login input[type=email]{
    border-right:#fff;
    border-left:#fff;
    border-top:#fff;
    border-bottom:2px solid #999; 
}

.main-login input[type=text]:hover, .main-login input[type=password]:hover,.main-login input[type=email]:hover,.main-login input[type=text]:focus,.main-login input[type=password]:focus,.main-login input[type=email]:focus{
    border-right:#fff;
    border-left:#fff;
    border-top:#fff;
    border-bottom:2px solid #337AB7; 
    box-shadow: 0 0 8px #fff;
}

/*Data table css*/


#sample_1_wrapper > div >.col-sm-6:nth-of-type(1){
  float: right;
}
#sample_1_length > label {
  float: right;
}
#sample_1_filter > label {
    position: relative;
 }
div.dataTables_wrapper div.dataTables_filter {
    text-align: left !important;
 }
#sample_2_wrapper > div >.col-sm-6:nth-of-type(1){
  float: right;
}
#sample_2_length > label {
  float: right;
}
#sample_2_filter > label {
    position: relative;
 }
 #sample_3_wrapper > div >.col-sm-6:nth-of-type(1){
  float: right;
}
#sample_3_length > label {
  float: right;
}
#sample_3_filter > label {
    position: relative;
 }
#sample_4_wrapper > div >.col-sm-6:nth-of-type(1){
  float: right;
}
#sample_4_length > label {
  float: right;
}
#sample_4_filter > label {
    position: relative;
 }
#sample_4_wrapper {
    padding-left: 15px;
    padding-right: 15px;
}
.delete-icon {
    background: #008fc0;
    padding: 4px 8px 6px;
    color: white;
}
.position-below {
    /*position: relative;*/
    /*top: 58px;*/
        /*margin-bottom: -90px;*/
}
.position-relative {
    /*position: relative;*/
}
.left-action-drop {
    left: 15px;
}
.relative-bottom {
    position: relative;
    bottom: 76px;
}
.checkbox-position {
    position: absolute;
    top: -4px;
    right: 15px;
}
.company-btn-position {
    position: relative;
    bottom: 70px;
}
.cross-style {
    color: white;
    background: red;
    padding: 4px 8px 6px;
    margin-top: 0px;}
.d-flex-between {
    display: flex;
    justify-content: space-between;
}
#content-pdf .table>thead:nth-child(2)>tr:nth-child(2)>th {
    word-wrap: break-word;
    width: 100px !important;
}
/*#sample_1_filter label {*/
/*  position: relative;*/
/*}*/

/*#sample_1_filter label:after {*/
/*  content: 'Enter your number';*/
/*  position: absolute;*/
/*  left: 5px;*/
/*  top: 0;*/
/*  color: #bbb;*/
/*}*/
#sample_1_filter label {
    font-size: 0;
}
#sample_2_filter label {
    font-size: 0;
}
#sample_3_filter label {
    font-size: 0;
}
#sample_4_filter label{
    font-size: 0;
}
#sample_1_filter label input{
    margin-left: 0;
}
#sample_2_filter label input{
        margin-left: 0;
}
#sample_3_filter label input{
        margin-left: 0;
}
#sample_4_filter label input{
        margin-left: 0;
}

.border-b {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}
	.tooltip_cust {
		position: relative;
		display: inline-block;
	}

	.tooltip_cust .tooltiptext {
		visibility: hidden;
		width: 70px;
		background-color: #555;
		color: #fff;
		text-align: center;
		border-radius: 6px;
		padding: 5px 0;

		/* Position the tooltip */
		position: absolute;
		z-index: 1;
		top: -25px;
		right: -21px;
	}

	.tooltip_cust .tooltiptext::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -5px;
		border-width: 5px;
		border-style: solid;
		border-color: #555 transparent transparent transparent;
	}

	.tooltip_cust:hover .tooltiptext {
		visibility: visible;
	}
@media screen and (max-width: 1400px) {
    /* table tr td:first-child,table tr th:first-child{
        display: none;
    } */
}

@media ( min-width:1400px) and (max-width:2004px){
    /* table tr td:first-child,table tr th:first-child{
        display: none !important;
    } */
}


@media (max-width: 767px){
    body.login .main-login{
        margin-top: 90px !important;
    }

    table tr td:first-child,table tr th:first-child{
        display: table-cell;
    } 

}

table tr td:last-child,table tr th:last-child{
        text-align: center;
    } 

.delete-all{
    width: 20px;
    height: 17px;
}

.file-input .help-block {
    display: inline;
}

/*.main-navigation-menu .active i { 
    
    webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 4s infinite linear;
}*/

/*loading css */
.js  { display: block; position: absolute; left: 100px; top: 0; }

.loading_data{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loading.gif) center no-repeat #fff;
}

.btn-icon{
    height: 110px !important;
    outline: none !important;
}

.btn-icon .badge{
    min-width: 25px;
    min-height: 25px;
    line-height: 19px;
    text-align: center;
    vertical-align: text-top;
}

/*scroll css*/
::-webkit-scrollbar {
    width:10px;
    height:7px; 
}
::-webkit-scrollbar-track-piece  {
    background-color:#fff;
}

::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color:#CCC !important ;
    border-radius:4px ! important; 
}
::-webkit-scrollbar-thumb:horizontal {
    height: 3px;
    background-color: #CCC;
    border-radius:4px ! important; 
}

body.lock-screen .box-ls {
    border-radius: 5px; 
}

body.lock-screen .user-info{
    width: 100% !important;
}

.logo{
    text-align: center;
}

.lock-screen{
    background-image: url(../images/images.jpg);
    background-size: cover;
}

body.lock-screen .box-ls{
    width: 350px !important;
}

.btn-icon i {
    font-size: 2.0em;
    color: #008FC0;
}

.btn-icon  {
    font-size: 1.2em;
    color: #008FC0;
    border: 1px solid rgba(148, 148, 148, 0.32);
    line-height: 3;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover,
.btn-primary,
.btn-primary:hover {
    background-color: #008fc0;
    border-color: #008fc0;
}

.btn {
    border-radius: 0;
}

.label-primary {
    background-color: #008fc0;
}

a:focus, a:hover {
    color: #008fc0;
}

.form-control {
    height: 38px;
}

textarea.form-control {
    max-height: 114px;
}

.error {
    margin-bottom: 0;
    color: #a94442;
}

input[type=submit] {
    min-width: 100px;
}

input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], textarea {
    padding: 5px 10px;
}

input[type="text"].error,
input[type="email"].error,
input[type="number"].error
 {
    border-color: #a94442;
}
input[type="text"].error:focus {
    border-color: #a94442;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}
.select2-container--default .select2-selection--single {
    border-radius: 0 !important;
    border: 1px solid #d5d5d5 !important;
}
#form-field-select-1-error,
#txt_company_id-error {
    float: right;
}
.padd-left-0 {
    padding-left: 0;
}
.padd-right-0 {
    padding-right: 0;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    top: 18px;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #008fc0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-toggle span {
    vertical-align: sub;
}
.navbar-toggle:hover span {
    color: #fff;
}
ul.main-navigation-menu li a .icon-arrow:before, ul.main-navigation-menu>li>a>.icon-arrow:before {
    content: "\e162";
}
.hidden-checkbox {
    display: none;
}
#delete-error {
    margin-top: 0;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #666;
    font-weight: 500;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.date-picker.readonly {
    background: #fff;
}

.popover-title {
    color: #000;
    letter-spacing: 1px;
    font-weight: 500;
}

.text-center {
    text-align: center;
}

.red {
    color: red;
    font-size: 18px;
    vertical-align: middle;
    line-height: 0;
}
.form-group .symbol {
    color: green;
}
#picker-container label.error {
    position: absolute;
    right: 0;
    top: -20px;
}

@media (min-width: 617px) and (max-width: 4000px) {
    #sample_1 thead tr th:first-child,
    #sample_1 tbody tr td:first-child {
        display: none;
    }
    #sample_1 thead tr th:nth-child(2),
    #sample_1 tbody tr td:nth-child(2) {
        text-align: center;
        width: 5%;
    }
    #sample_1 thead tr th:last-child,
    #sample_1 tbody tr td:last-child {
        text-align: center;
        width: 10%;
    }
    #sample_1 thead tr th:nth-last-child(2),
    #sample_1 tbody tr td:nth-last-child(2) {
        text-align: center;
        width: 10%;
    }
}

.btn_back {
float:right;
}
.SearchDate {
    padding-top: 10px;
    /*padding-left: 40px;*/
}
.import_service {
    padding-bottom: 10px !important;
}
.gst-radio {margin-left: 25px !important;margin-top: 6px;}
.margin10 {margin: 10px;}
.border-bot {border-bottom: 1px solid black;}
span.dot {
    height: 15px;
    width: 15px;
    background-color: #5cb85c;
    border-radius: 50%;
    display: inline-block;
    margin: 0 auto;
}
span.text-success {
    margin-bottom: 0px;
    color: #5cb85c;
}
.font-18 {
    font-size: 18px;
}
.filter-dropdown {
    background-color: #fff;
    border-color: #008fc0;
    color: #858585;
    border-radius: 4px 4px 4px 4px !important;
    height: 34px;
}
body{
    font-family: Calibri, sans-serif !important;
}
body a{
    font-family: Calibri, sans-serif !important;
}
.page-header h1, body h1, body h2, body h3 {
    font-family: Calibri !important;
}
input#data_insert,input#data_update {
    font-family: Calibri;
}
.mt-24 {
    margin-top: 24px;
}
.mt-25 {
    margin-top: 25px;
}
@media (max-width: 767px) {
    .responsive-swap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .swap-2 {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .swap-2 {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
}

.d-none {
    display: none;
}
.select2-container {
    width: 100% !important;
}
.attendance-tbody tr {
    display: flex !important;
    flex-direction: row;
    width: 100%;
}
@media print {
    .main-navigation, .main-navigation-menu {
        display: none !important;
    }
    .main-content {
        margin-left: 0px !important;
    }
  table tbody tr td:before,
    table tbody tr td:after {
        content: "";
        height: 4px;
        display: block;
    }
     tr.page-break  { display: block; page-break-before: always; }
}
.btn-width-50 {
    width: calc(50% - 2px);
}