/* your styles go here */
.error{
    color:red;
}

.bg-red-custom {
    background: #dc3545 !important;
    color: #fff !important;
}

.user_mobile_no{
	font-size: larger !important;
    font-weight: 600 !important;
}

.box-header{
  background-color: #87ceeb36;
}

.billheader{
	background-color: #dde4e6 !important;
}


.alert{
	/*position:fixed;
	z-index: 999;*/

	
	/*padding-right: 35px;
	padding: 15px;
	width: 1123px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px*/
}

/*table.dataTable.no-footer{
	    border-bottom: 1px solid #e6e0e0 !important;
}
*/
 /*result page start*/
/*header part section css*/
  .result-legend{
      font-size:15px;
      font-weight:600;
  }

  .result-legend .badge-success{
      background:#dff0d8;
      color:#2d572c;
      border:1px solid #c3e6cb;
  }

  .result-legend .badge-primary{
      background:#e6f0fa;
      color:#234b75;
      border:1px solid #b8d4f0;
  }
  @media(max-width:768px){
      .result-legend{
          margin-top:10px;
      }

      #resultTable input {
          text-align: center;
          font-weight: 600;
          width: 85px;
      }
      .update_time {
          width: 170px;
      }
  }
  /*table part section css*/

  #resultTable{
      margin-bottom:0;
  }
  #resultTable thead th{
      vertical-align:middle;
      text-align:center;
      font-weight:700;
  }
  .bg-open{
      background:#e8f5e9 !important;
      color:#1b5e20;
  }
  .bg-close{
      background:#e3f2fd !important;
      color:#0d47a1;
  }
  #resultTable tbody td{
      vertical-align:middle;
  }

  #resultTable input{
      text-align:center;
      font-weight:600;
  }
  #resultTable .btn{
      width:95px;
  }
  #resultTable tbody tr:hover{
      background:#fafafa;
  }

  #resultTable.table thead th{
      background:#f8f9fa !important;
  }

  #resultTable.table thead th.bg-open{
      background:#e8f5e9 !important;
  }

  #resultTable.table thead th.bg-close{
      background:#e8f2fd !important;
  }
 /*result page end*/
@media print {     
.no-print {
    display: none !important;
}

