/* login page style */
#admin{
    font-size: 23px;
    text-align: center;
    color: #fff;
    margin-top: 25px;
    margin-left: 400px;
    font-weight: bold;
    line-height: 100px;
}
/*---------Tool Trip ------------- */

/*.qtip-wiki{
    max-width: 385px;
}

.qtip-wiki p{
    margin: 0 0 6px;
}

.qtip-wiki h1{
    font-size: 20px;
    line-height: 1.1;
    margin: 0 0 5px;
}


.qtip-wiki .info{
    overflow: hidden;
}

.qtip-wiki p.note{
    font-weight: 700;
}*/
/* -------------------------------------*/ 

.user-header{
background-color: #fff!important;
}
.user-header p{
color: #121!important;

}

.pointer
{
  cursor: pointer;
  padding: 0 2px ;
}
.text-yellow
{
  color:#bb7707!important;
}
.text-green
{
    color:#2a5308!important;
}
.text-red
{
    color:#dc260e!important;
}

/*#datatable_length { display: none; }*/

.skin-blue .main-header .navbar .nav>li>a { display: inline-block; }

.skin-blue .main-header .navbar,
.skin-blue .main-header .logo,
.skin-blue .main-header .navbar .sidebar-toggle:hover,
.skin-blue .main-header .logo:hover,
.user-footer { background: #651E49 !important; }

.main-header .logo .logo-lg,
.main-header .logo .logo-mini { padding: 5px 0; }

#form{
  width: 37%;
    /* background-color: grey; */
    margin-left: 370px;
    border-radius: 7px;
    /* background-color: grey; */
    border: 1px solid;
    font-size: 22px;
    line-height: 53px;
}
#sub{
  margin-left: 485px;
    margin-top: 40px;
    background-color: #6da267;
    font-size: 18px;

}
#rupee{
  width:18px;
}
#total{
      border-top: 1px solid;
      font-size: 24px;
}
#label-left{

  font-size: 16px;
}
#right{
  margin-left: 73px;
}
#total label{
      font-size: 32px;
       font-weight: bold;
}
/*sandeep style ends*/
html { 
  min-height: 100%;
  position: relative;
  background: #e9e9ea;
}

body { background: none; }

section { padding-bottom: 15px; }

.show-message { color: #e74c3c; }

.input-group .dash {
  border-top: none;
  border-bottom: none;
  background-color: #fff;
  text-transform: uppercase;
}

#show_password { cursor: pointer; } 

.error {
  color: #e74c3c;
  font-weight: 600;
}

select.error { 
  color: #000; 
  font-weight: normal;
}

/*---Sandeep tooltrip feedback---------*/
.wd20 {
    width:20px;
}
.wd100 {
    width:100px;
}
.iffyTip {
    display:block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

/*--------------------------------------*/
a {
  display: inline-block;
  text-decoration: none;
}

.login_container { position: relative; }

.verify_label {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  color: #fff;
  font: 500 18px sans-serif;
}

.logo img {
  width: 80%;
  height: auto;
}

.log_out {
  padding: 5px;
  color: #e53935; 
 }

 .log_out:hover { 
  color: #e53935;
  opacity: 0.7; 
}

.new_employee {
  padding: 5px 0 0;
  outline: none;
  display: block;
  color: #fff;
  font-size: 15px; 
  text-align: center;
}

.new_employee:hover,
.new_employee:active,
.new_employee:focus {
  outline: none; 
  color: #fff; 
}

.login_main {
	background: url(../../assets/images/background.png) no-repeat;
	background-size: cover;
}

.login_logo { padding: 80px 0; }

.login_panel { 
	padding: 30px 0; 
	border-radius: 10px;
	margin: 0 25px;
	background: rgba(255, 255, 255, 0.3);
}

.login_panel .input-group .form-control { 
	height: auto;
	padding: 10px;
}

.login_panel .input-group-addon {
  border: 1px solid #01abc8;
  background: #01abc8;
}

.login_panel .input-group-addon i { color: #fff; }

.btn-login,
.btn-forget {
	height: auto;
	padding: 10px 0;
	outline: none;
	font-size: 16px;
}

.btn-login {
	border: none;
  background-color: #a5d647;
  color: #fff;
  text-transform: capitalize;
}

.btn-login:hover,
.btn-login:active {
	border: none;
	outline: none;
	background: #035493;
	color: #fff;
}

.btn-forget {
	background: none;
	color: #fff;
}

.btn-forget:hover,
.btn-forget:active,
.btn-forget:focus {
  background: #fff;
  color: #000;
}

.modal .form-group {
	padding: 5px 0; 
	margin-bottom: 0;
}

.content-wrapper { margin-bottom: 50px; }

/*user dashboard page style*/

.pagination { padding: 0 15px; }

header.admin_header {
  padding: 15px 0;
  background: url(../images/header_strip.png) no-repeat;
  background-size: cover;
}

.logo { padding: 0 15px; }

.label_details .nav { padding: 10px 10px 0 10px; }

.label_details .nav>li { margin: 0 5px; }

.label_details .nav>li>a {
    padding: 5px 15px;
    border-radius: 40px;
    color: #fff;
    text-transform: uppercase;
}

.label_details .nav>li>a:hover,
.label_details .nav>li>a:active,
.label_details .nav>li>a:focus,
.label_details .nav>li.active>a {
    background: #93c44e;
    color: #000;
}

.user_tabs{
  width: 100%;
  border: none;
  display: flex;
  overflow: hidden;
}

.user_tabs li{
  width: 20%;
  float: left;
}

.user_tabs li.home_dash { width: auto; }

.user_tabs li.home_dash a { 
  padding: 10px 15px; 
  background: #9c1a61;
}

.user_tabs li.home_dash a img {
  width: 32px;
  height: auto;
}

.user_tabs>li.home_dash>a:hover,
.user_tabs>li.home_dash>a:active,
.user_tabs>li.home_dash>a:focus { background: #9c1a61; }

.user_tabs>li.home_dash>a::before,
.user_tabs>li.home_dash>a::after{
  content:'';
  position:absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #9c1a61;
  transform: skew(-10deg);  
}

.user_tabs>li>a{
  width: 100%;
  padding: 15px 10px 16px 50px;
  border: none;
  border-radius: 0;
  position: relative;
  float: left;
  background: #fff;
  color: #000;
  font-size: 15px;
  text-shadow: 0 1px 0 rgba(255,255,255,.5); 
  text-decoration: none;
}

.user_tabs>li.active>a,
.user_tabs>li.active>a:hover,
.user_tabs>li.active>a:focus { 
  width: 100%;
  border: none; 
}


.user_tabs>li>.img_reg,
.user_tabs>li>.img_app,
.user_tabs>li>.img_lab,
.user_tabs>li>.img_user,
.user_tabs>li>.img_ver,
.user_tabs>li>.img_indent,
.user_tabs>li>.img_ro_lab {
  background-repeat: no-repeat;
  background-position: 15px;
}

.user_tabs>li.active>.img_reg,
.user_tabs>li.active>.img_app,
.user_tabs>li.active>.img_lab,
.user_tabs>li.active>.img_user,
.user_tabs>li.active>.img_ver,
.user_tabs>li.active>.img_indent,
.user_tabs>li.active>.img_ro_lab {
  background-repeat: no-repeat;
  background-position: 15px;
}

.user_tabs>li>.img_reg { background-image: url(../images/New_Assets/in_registration_stats.png); }
.user_tabs>li>.img_reg:hover,
.user_tabs>li>.img_reg:active,
.user_tabs>li>.img_reg:focus,
.user_tabs>li.active>.img_reg,
.user_tabs>li.active>.img_reg:focus,
.user_tabs>li.active>.img_reg:hover {
  background: #da54b4 url(../images/New_Assets/registration_stats.png) no-repeat; 
  background-position: 15px;
  color: #fff;
}

.user_tabs>li>a.img_reg:hover::before,
.user_tabs>li>a.img_reg:active::before,
.user_tabs>li>a.img_reg:focus::before,
.user_tabs>li.active>a.img_reg:before,
.user_tabs>li>a.img_reg:hover::after,
.user_tabs>li>a.img_reg:active::after,
.user_tabs>li>a.img_reg:focus::after,
.user_tabs>li.active>a.img_reg:after { background: #da54b4 ; }

.user_tabs>li>.img_app { background-image: url(../images/New_Assets/in_application_stats.png); }
.user_tabs>li>.img_app:hover,
.user_tabs>li>.img_app:active,
.user_tabs>li>.img_app:focus,
.user_tabs>li.active>.img_app,
.user_tabs>li.active>.img_app:hover,
.user_tabs>li.active>.img_app:focus { 
  background: #279de7 url(../images/New_Assets/application_stats.png) no-repeat; 
  background-position: 15px;
  color: #fff;
}

.user_tabs>li>a.img_app:hover::before,
.user_tabs>li>a.img_app:active::before,
.user_tabs>li>a.img_app:focus::before,
.user_tabs>li.active>a.img_app:before,
.user_tabs>li>a.img_app:hover::after,
.user_tabs>li>a.img_app:active::after,
.user_tabs>li>a.img_app:focus::after,
.user_tabs>li.active>a.img_app:after { background: #279de7; }


.user_tabs>li>.img_lab { background-image: url(../images/New_Assets/in_label.png); }
.user_tabs>li>.img_lab:hover,
.user_tabs>li>.img_lab:active,
.user_tabs>li>.img_lab:focus,
.user_tabs>li.active>.img_lab,
.user_tabs>li.active>.img_lab:hover,
.user_tabs>li.active>.img_lab:focus { 
  background: #569522 url(../images/New_Assets/label_stats.png) no-repeat;
  background-position: 15px;
  color: #fff;
}

.user_tabs>li>a.img_lab:hover::before,
.user_tabs>li>a.img_lab:active::before,
.user_tabs>li>a.img_lab:focus::before,
.user_tabs>li.active>a.img_lab:before,
.user_tabs>li>a.img_lab:hover::after,
.user_tabs>li>a.img_lab:active::after,
.user_tabs>li>a.img_lab:focus::after,
.user_tabs>li.active>a.img_lab:after { background: #569522; }


.user_tabs>li>.img_user { background-image: url(../images/New_Assets/users.png); }
.user_tabs>li>.img_user:hover,
.user_tabs>li>.img_user:active,
.user_tabs>li>.img_user:focus,
.user_tabs>li.active>.img_user,
.user_tabs>li.active>.img_user:hover,
.user_tabs>li.active>.img_user:focus { 
  background: #FCC419 url(../images/New_Assets/user_approval.png) no-repeat;
  background-position: 15px;
  color: #fff;
}

.user_tabs>li>a.img_user:hover::before,
.user_tabs>li>a.img_user:active::before,
.user_tabs>li>a.img_user:focus::before,
.user_tabs>li.active>a.img_user:before,
.user_tabs>li>a.img_user:hover::after,
.user_tabs>li>a.img_user:active::after,
.user_tabs>li>a.img_user:focus::after,
.user_tabs>li.active>a.img_user:after { background: #FCC419; }

.user_tabs>li>.img_ver { background-image: url(../images/New_Assets/in_label.png); }
.user_tabs>li>.img_ver:hover,
.user_tabs>li>.img_ver:active,
.user_tabs>li>.img_ver:focus,
.user_tabs>li.active>.img_ver,
.user_tabs>li.active>.img_ver:hover,
.user_tabs>li.active>.img_ver:focus  { 
  background: #e99b18 url(../images/New_Assets/verification_stats.png) no-repeat; 
  background-position: 15px;
  color: #fff;
}


.user_tabs>li>a.img_ver:hover::before,
.user_tabs>li>a.img_ver:active::before,
.user_tabs>li>a.img_ver:focus::before,
.user_tabs>li.active>a.img_ver:before,
.user_tabs>li>a.img_ver:hover::after,
.user_tabs>li>a.img_ver:active::after,
.user_tabs>li>a.img_ver:focus::after,
.user_tabs>li.active>a.img_ver:after { background: #e99b18; }

.user_tabs>li>.img_indent { background-image: url(../images/New_Assets/in_label_blue.png); }
.user_tabs>li>.img_indent:hover,
.user_tabs>li>.img_indent:active,
.user_tabs>li>.img_indent:focus,
.user_tabs>li.active>.img_indent,
.user_tabs>li.active>.img_indent:hover,
.user_tabs>li.active>.img_indent:focus { 
  background: #035493 url(../images/New_Assets/label.png) no-repeat; 
  background-position: 15px;
  color: #fff;
}

.user_tabs>li>a.img_indent:hover::before,
.user_tabs>li>a.img_indent:active::before,
.user_tabs>li>a.img_indent:focus::before,
.user_tabs>li.active>a.img_indent:before,
.user_tabs>li>a.img_indent:hover::after,
.user_tabs>li>a.img_indent:active::after,
.user_tabs>li>a.img_indent:focus::after,
.user_tabs>li.active>a.img_indent:after { background: #035493; }

.user_tabs>li>.img_ro_lab { background-image: url(../images/New_Assets/in_label_skyblue.png); }
.user_tabs>li>.img_ro_lab:hover,
.user_tabs>li>.img_ro_lab:active,
.user_tabs>li>.img_ro_lab:focus,
.user_tabs>li.active>.img_ro_lab,
.user_tabs>li.active>.img_ro_lab:hover,
.user_tabs>li.active>.img_ro_lab:focus { 
  background: #0aaab0 url(../images/New_Assets/label.png) no-repeat; 
  background-position: 15px;
  color: #fff;
}

.user_tabs>li>a.img_ro_lab:hover::before,
.user_tabs>li>a.img_ro_lab:active::before,
.user_tabs>li>a.img_ro_lab:focus::before,
.user_tabs>li.active>a.img_ro_lab:before,
.user_tabs>li>a.img_ro_lab:hover::after,
.user_tabs>li>a.img_ro_lab:active::after,
.user_tabs>li>a.img_ro_lab:focus::after,
.user_tabs>li.active>a.img_ro_lab:after { background: #0aaab0; }

.user_tabs>li>a::before,
.user_tabs>li>a::after{
  content:'';
  position:absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #fff;
  transform: skew(-10deg);  
}

.user_tabs>li>a::before{ left: -5px; }

.user_tabs>li>a::after{ right: -5px; }

.admin_drop { position: relative; }

.admin_drop .fa-caret-down {
    position: absolute;
    top: 20px;
    right: 15px;
}

.admin_drop h5 {
    margin: 0;
    font-weight: 700;
}

.admin_drop span { color: #035fe9; }

.admin_drop { 
    padding: 10px 25px;
    border-radius: 10px;
    background: #d6d7d8; 
}

.admin_drop .col-sm-3,
.admin_drop .col-sm-8 { padding: 0 5px; }

.main .tab-content { background: #e9e9ea; }

.main .tab-content .tab-pane { padding: 15px; }

.tab_header {
    padding: 10px 15px;
    border: 1px solid #ddd;
    background: #fff;
}

.tab_header .btn { 
    padding: 5px 15px; 
    margin: 5px 0 0;
}

.tab_header .btn-success { 
    border: 1px solid #93c44e;  
    outline: none;
    background: #93c44e;
}

.tab_header .btn-warning { margin-right: 15px; }

.tab_header .btn-info { margin-left: 15px; }

.user_data_table .btn-info,
.tab_header .btn-info {
    border: 1px solid #035fe9;
    outline: none;
    background: none;
    color: #035fe9;
}

.dataTables_wrapper .dataTables_info { display: none; } 

.dataTables_wrapper .row:first-child .col-sm-6:first-of-type() { display: none; }

.dataTables_wrapper .row:first-child .col-sm-6:nth-of-type(2) { 
  width: 100%; 
  margin: 10px 0;
}


.pdfAttach,
.pdfAttach:hover,
.pdfAttach:active,
.pdfAttach:focus { color: #f44336; }

.user_data_table {
    margin: 0px 0 70px;
    border: 1px solid #ddd;
    background: #fff;
}

table.dataTable { margin: 0 !important; }

table.dataTable thead .sorting:after, 
table.dataTable thead .sorting_asc:after, 
table.dataTable thead .sorting_desc:after, 
table.dataTable thead .sorting_asc_disabled:after, 
table.dataTable thead .sorting_desc_disabled:after { bottom: 15px; }

.user_data_table .box-title { font-weight: 600; }

.user_data_table .box-header {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.user_data_table .box-header p { margin: 0; }

.user_data_table .box-header p span { 
    color: #882b66; 
    font-weight: 600;
}

.user_data_table .box-header .date span:first-child,
.user_data_table .box-header .waver_list span:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #d6d7d8;
    color: #882b66;
}

.user_data_table .box-header .date span:last-child,
.user_data_table .box-header .waver_list span:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #d6d7d8;
}

.user_data_table .box-header .form-control,
.verification_modal .modal-footer .ver_date .form-control {
  height: auto; 
  padding: 10px 12px; 
}

.user_data_table .box-header .date input,
.user_data_table .box-header .waver_list select {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    outline: none;
    background: #d6d7d8;
    font-weight: 700;
}

.user_data_table .box-header .waver_list select { 
  -webkit-appearance: none; 
  -moz-appearance: none;
  -o-appearance: none;
}

.user_data_table .box-header .date input:focus,
.user_data_table .box-header .waver_list select:focus,
.user_data_table .box-header .date input:active:hover,
.user_data_table .box-header .waver_list select:active:hover,
.user_data_table .box-header .waver_list select:active,
.user_data_table .box-header .date input:active { border: none; }

.user_data_table .box-header .user_search>input,
.verification_modal .modal-body .pop_ver_search>input { 
    border-right: none;
    outline: none; 
}

.user_data_table .box-header .user_search>input:focus,
.verification_modal .modal-body .pop_ver_search>input:focus {
    border: 1px solid #ddd;
    border-right: none; 
 }

.user_data_table .box-header .user_search .input-group-addon,
.verification_modal .modal-body .pop_ver_search .input-group-addon {
    border-left: none;
    outline: none;
}

.user_data_table .box-header .user_search .input-group-addon a,
.verification_modal .modal-body .pop_ver_search .input-group-addon a{ color: #e99b18; }

.user_data_table .table { margin: 0; }

.user_data_table .table>thead>tr { background-color: #8a7f86; }

.user_data_table .table>thead>tr>th {
    padding: 15px;
    color: #fff;
    border: none;
    vertical-align: top;
}

.user_data_table .table>tbody>tr { border-bottom: 1px solid #ddd; }

.user_data_table .table>tbody>tr>td { 
    padding: 15px;
   /* font-weight: 700;*/ 
}

.user_data_table .table>tbody>tr>td:last-child { font-weight: normal; }

.table.order-list,
.table.sold-order-list { margin: 0; }

.table.order-list>thead>tr>th,
.table.sold-order-list>thead>tr>th { vertical-align: middle; }


/*custom checkbox style*/
.square_chk input[type='checkbox'] { display: none; }

.square_chk {
    width: 20px;    
    margin: 20px auto;
    position: relative;
}

.square_chk label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 15px;
    border-radius: 4px;

    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);

    background: #882b66;
}

.square_chk label:after {
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 10px;
    height: 5px;
    background: transparent;
    top: 6px;
    left: 5px;
    border: 3px solid #fcfff4;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.square_chk label:hover::after {
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.square_chk input[type=checkbox]:checked + label:after {
    filter: alpha(opacity=100);
    opacity: 1;
}


/*label request page style*/

.req_label,
.label_category,
.label_types,
.label_types p,
.buy { margin:15px 0; }

.label_types p span {
  display: block;
  font-weight: 600;
}

.label_types img {
  width: 100%;
  height: 110px;
}
h4{
    font-size:16px; 
}

/*indent label modal*/


.indent_modal .modal-body textarea{ resize: none; }

.indent_modal .modal-body .form-group { padding: 15px 0; }

.indent_modal .modal-footer .btn-success,
.verification_modal .modal-footer .btn-success {
    border: 1px solid #93c44e;  
    outline: none;
    background: #93c44e;
}

.indent_modal .modal-footer .btn-info,
.verification_modal .modal-footer .btn-info {
    border: 1px solid #035fe9;
    margin-left: 15px;
    outline: none;
    background: none;
    color: #035fe9;
}


/* admin user management page style */

.admin_emp_form { padding: 0 25px; }

.admin_emp_form .row { padding: 5px 0; }

.form-horizontal .control-label { text-align: left; }

.btn-view,
.btn-view:hover,
.btn-view:active,
.btn-view:focus,
.btn-view:active:focus { color: #000; }

/*.alert-success { display: none; }*/
 .alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}
.view_emp .row { padding: 5px 0; }
/* admin role master page style */

#updateSeriesStatus .row { padding: 10px 15px; }

.master_tabs {
	padding: 0 15px;
	margin-top: 15px;
	font-size: 16px;
}

.tab-pane { padding: 15px 0; }

.checkbox label { font-size: 1.5em; }

.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}


#labelqtn_modal65 .container-fluid .row:first-child { 
  background: #848080;
  color: #fff;
}

#labelqtn_modal65 .container-fluid .row div {
  border: 1px solid #ddd;
}

#select_cat .modal-body label { 
  padding: 0 15px;
  font-weight: normal; 
}

#charCount {
  height: 18px;
  display: block; 
}

.verified { box-shadow: 0 0 6px 0 #476e0f; }

.verified_img { 
  padding: 10px 0;
  display: none; 
}

.verified_img img {
  width: 60px;
  height: auto;
}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 35px;
  width: 35px;
  transition: all 0.15s ease-out 0s;
  background: none;
  border: 1px solid #ddd;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #5f9700;
}
.option-input:checked::before {
  height: 35px;
  width: 35px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 35px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #5f9700;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}

input[type=checkbox]:focus { outline: none; }

@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}

.btn_yes { margin-right: 10px; }

.invoice_image_icon {
  width: 15px;
  height: 15px;
}

.invoice_image_icon img {
  width: 100%;
  height: auto;
}

/*footer style*/

footer {
  width: 100%;
  border: 2px solid #ddd;
  position: absolute;
  bottom: 0;
  background: #fff;
}

footer p {
  padding: 15px;
  margin: 0;
  color: #000;
}

.required:after {
  content: '*';
  color: #f00;
} 

.footer {
  bottom: 15px;
}

.btn-indent{
  background: #569522;
  color: #fff;
  font-weight: bold;
  border-color: none;
}

.add_units .modal-body .form-group .row { margin: 10px 0; }

.form-horizontal  .check_label { padding: 0; }

.dataTables_length { padding: 10px 15px 0; }
.no-sort { pointer-events: none!important; cursor: default!important; }

.btn-eye { border: none; }

.label_action { 
  padding: 0 5px;
  color: #000; 
}

.add_series_img {
  width: 25px;
  height: 25px;
}

.add_series_img img {
  width: 100%;
  height: auto;
}

.tbl_issue_label.table { margin: 10px 0; }

.tbl_issue_label tr > td,
.tbl_issue_label tr > th { border: 1px solid #ddd; }

.label_action:nth-of-type(2) { color: #e99b18; }

.form-control.series_status { width: 100%; }

.del_red { color: #DD4B39; }

.user_data_table .table>thead>tr>th.colmun_hide,
.user_data_table .table>tbody>tr>td.colmun_hide {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.error_indentlabel .modal-body .regno_form h3 {
  color: #f00;
  text-align: center;
  text-transform: uppercase;
}

.error_indentlabel .modal-body .regno_form p {
  text-align: center;
}

.change_password_form .row { 
  margin: 10px 0; 
  font-size: 16px;
}

.newlabel_type_box .row { margin: 10px 0; }

.row-eq-height { display: flex; }
.dashboard_right { background: #f0f1f4; }

.dashoard_banner { 
  display: flex;
  background: url(../images/New_Assets/login_banner.png) no-repeat;
  background-size: 100% 100%;
}

.dashoard_banner img {
  width: 100%;
  height: 100%;
}

.dashboard_right .navbar {
  padding: 25px;
  margin: 0;
  border: none;
  background: none;
}

.dashboard_right .navbar li { 
  padding: 0 10px; 
  font-size: 16px;
}

.dashboard_right .navbar li a { padding: 0 }

.dashboard_right .navbar h2 { margin: 0; }

.dashboard_options { padding: 13px 0 0; }

a.dash_option,
a.dash_option_lab { 
  display: block; 
  color: #000;
}

.dash_option h4 {
  padding: 15px 0 15px 15px;
  margin: 0;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  color: #fff;
  font-size: 18px;
}

.dash_option_desc {
  padding: 30px 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background: #fff;
}

.dash_option_desc p {
  padding: 0 15px;
  margin: 0;
  font-size: 30px;
}

.dash_option_desc span { 
  padding: 0 15px; 
  display: inline-block;
  text-transform: capitalize;
}

.dash_option_img {
  padding: 15px;
  text-align: center;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.dash_option_lab { display: flex; }

.ind_lab_heading { background: #fff; }

.ind_lab_heading h4 { 
  padding: 20px;
  margin: 0;
  color: #000; 
  font-size: 19px;
}

.reg_back { background: #da54b4; }
/*.total_back { background: #D75B7B; }*/
.total_back { background: #dd5b7d; }
/*.total_back { background: #f56c6c; }*/
.app_back { background: #279de7; }
.lab_back { background: #569522; }
.ver_back { background: #e99b18; }
.ind_lab_back { background: #035493; }
.ind_ro_lab_back { background: #0aaab0; }

.dash_option_desc p.tReg,
.dashboard_status p.tReg { color: #9c1a61; }
.dash_option_desc p.aRec,
.dashboard_status p.aRec { color: #2278d7; }
.dash_option_desc p.aPen,
.dashboard_status p.aPen { color: #f7630c; }
.dash_option_desc p.aRej,
.dashboard_status p.aRej { color: #e81224; }
.dash_option_desc p.aReg,
.dashboard_status p.aReg { color: #2278d7; }
/*.dashboard_status p.aReg { color: #de43e1; }*/
.dash_option_desc p.ptlLab,
.dashboard_status p.ptlLab { color: #2a5308; }
.dash_option_desc p.tVer,
.dashboard_status p.tVer { color: #bb7707; }

.dashboard_status p { font-size: 21px; }
.dashboard_status span { 
  text-transform: capitalize; 
  font-size: 12px;
}

.dash_option h4 span { padding-right: 5px; }

.dropdown ul.dropdown-menu {
    box-shadow:none;
    width:100px;
    padding: 0;
    border-radius:4px;
    margin-top:20px;
}

.dropdown ul.dropdown-menu li { padding: 0; }

.dropdown ul.dropdown-menu li a {
  padding: 5px;
  text-align: center;
}

.dropdown ul.dropdown-menu li a:hover {
  background: #9c1a61;
  color: #fff;
}

.dropdown ul.dropdown-menu:before {
  content: "";
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: -10px;
  right: 16px;
  z-index: 10;
}
.dropdown ul.dropdown-menu:after {
  content: "";
  border-bottom: 12px solid #ccc;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  position: absolute;
  top: -12px;
  right: 14px;
  z-index: 9;
}

.header_logout li { color: #fff; }

.header_logout li a { padding: 0 15px; }

.header_logout li a:hover,
.header_logout .open>a, 
.header_logout .open>a:focus, 
.header_logout .open>a:hover { background: none; }

.box-header .box-title {
  padding: 5px 0 15px;
  display: block;
}

.dashboard_status h3 {
  padding: 10px 0;
  margin: 0;
  font-size: 20px;
}

.fa-upload { color: #e99b18; }

.user_data_table .table>thead>tr>th.action { width: 150px; }

.user_data_table .table>tbody>tr>td:last-of-type a { padding: 0 3px; }

.datepicker{z-index:1151 !important;}

#enhanceDetails .row { padding: 10px 0; }

/*#dispatch_ro { display: none; }*/

.main .lbl_list_content { background: #fff; }

.user_data_table .table .table { background: none; }

.user_data_table .table .table>tbody>tr,
.user_data_table .table .table>tbody>tr>th { border: none; }

.dataTables_length { float: left; }

.user_search { width: 100%; }
.labelDivider {
  padding: 15px;
  margin-top: 15px;
  border-top: 1px solid #ddd;
}

.labelBox { padding: 15px;}

.labelGrey { 
  padding: 15px;
  border-radius: 10px;
  background: #eee; 
}

.btn-block.btn-add-new-row {
  width: auto;
  display: inline-block;
  text-transform: uppercase;
}

.btn-block.btn-add-new-row i { padding-right: 10px; }

@media screen and (min-width: 768px) {
  .indent_modal_dia { width: 90%; }

  #invoice_modal .modal-dialog { width: 95%; }

  #invoice_modal .modal-dialog h3 { margin: 0; }
}

@media screen and (max-width: 767px) and (min-width: 569px) {
  .user_tabs li {
    width: 45%;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
  }

  .user_tabs>li>a,
  .input-daterange { width: 100%; }

  .table_head,
  .waver_list { 
    margin-top: 10px;
    margin-bottom: 10px; 
  }

}

@media screen and (max-width: 7860px) and (min-width: 320px) {
  .login_panel { padding: 30px; }

  .label_details .nav>li { margin: 0 -2px; }

  .label_details .nav>li:first-child { float: left; }
  .label_details .nav>li:nth-child(2) { float: right; }

  .btn-login { margin: 10px 0; }

  .table-responsive { margin: 0; }

  .label_type_box { margin: 10px 0; }

  .footer .text-right { 
    padding-bottom: 15px;
    text-align: center; 
  }

  .row-eq-height { display: block; }
  .dashboard_options { padding: 0; }

  a.dash_option,
  a.dash_option_lab { margin: 15px 0; }

  .dash_header .navbar-header { text-align: center; }

  .admin_li { 
    width: 60%;
    float: left; 
  }

  .dropdown-toggle { text-align: right; }

  li.hidden-sm { 
    width: 100%; 
    float: left;
    text-align: right;
  }

  li.hidden-sm a { display: inline; }

  .dash_headerLi { text-align: center; }
}


@media screen and (max-width: 568px) and (min-width: 320px) {

  .input-daterange { width: 100%; }
  .table_head,
  .waver_list {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 991px) and (min-width: 320px) {
  .logout_sec { margin-top: 15px; }

  .user_tabs { display: block; }

  .user_tabs li {
    width: 100%;
    margin-bottom: 10px;
    display: block;
    float: none;
  }
  
  .user_tabs li:not(:first-of-type) { display: none; }

  .user_tabs>li>a { width: 100%; }

  .user_tabs>li.home_dash .hamburger {
    width: auto;
    padding: 15px;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
  }
}


.annual_production .seprow{ padding: 10px 0; }

.common_box { margin: 30px 0; }

.logo_bg { background: #666; }

.user_audit .audit_flex {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.user_audit .audit_flex h3,
.user_audit .audit_flex p {
  margin: 0;
}

.user_audit .audit_flex h3 {
  font-size: 18px;
}

.user_audit .audit_flex p {
  font-size: 16px;
  font-weight: bold;
}

.errmsg {
  color: #f00;
  font-weight: bold;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffffb0;
  /* change if the mask should have another color then white */
  z-index: 1111;
  display: none;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

.checkbox-style [type="checkbox"]:checked,
.checkbox-style [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.checkbox-style [type="checkbox"]:checked + label,
.checkbox-style [type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.checkbox-style [type="checkbox"]:checked + label:before,
.checkbox-style [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
}
.checkbox-style [type="checkbox"]:checked + label:after,
.checkbox-style [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #00a69c;
    position: absolute;
    top: 5px;
    left: 5px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.checkbox-style [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.checkbox-style [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.audit-hostory-btn {
  position: fixed;
  top: 30%;
  right: 5%;
  z-index: 10;
}

.audit-hostory-btn a img { width: 80px; }

@media print {
  .logo_bg { -webkit-print-color-adjust: exact; }
}

.col-sm-5 .dash_option_desc .col-xs-4 p {
    overflow: hidden;
	 width: 74px;
}