/***** Custom Css ****/

/* login Page */
.login-box-body .form-control {
    height: 40px;
    border: none;
    background: #ebeced;  
}
.login-box-body .checkbox{
  margin-top: 0;
}
.login-box-body .icheck .remember-me{
  color: #ead9d9;
}
.login-box-body .sign-in-btn {
    margin: 0 auto;
    width: 170px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.login-box-body .sign-in-btn .btn-primary {
    border: 0;
    background: #3a314c;
    font-size: 16px;
    color: #eadada;
}
.login-box-body .sign-in-btn .btn-primary:hover {
    font-size: 16px;
    color: #3a314c;
    border: 1px solid #3a314c;
    border-radius: 3px;
    background:none;
}
.acc-demand {
    background: #fff;
    min-height: 200px;
}
.acc-demand .file-field.big-2 {
    margin: 60px 30px;
}
.ltst-order span.label {
    padding: 5px 20px;
}

#barChart {
    height: 360px !important;
}
/* Truck Info Page */
#truck-info .info-box {
  box-shadow: 0 0px 0px rgba(0,0,0,0.1)
}
#truck-info .info-box-text {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 80px;
}
/* Allotment Page  */
#allotment .info-box {
  box-shadow: 0 0px 0px rgba(0,0,0,0.1)
}
#allotment .info-box-text {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 80px;
}

/* Reports Page */
#reports .info-box {
  box-shadow: 0 0px 0px rgba(0,0,0,0.1)
}
#reports .info-box-text {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 80px;
}
/*basic settings */

a:focus {
	outline: none !important;
	outline-offset: none !important;
}

body {
	background: #f5f6f5;
	color: #333;
}

/* helper classses */

.margin-top-20 {
	margin-top: 20px;
}

.margin-bottom-20 {
	margin-top: 20px;
}

.no-margin {
	margin: 0px;
}

/* box component */

.box {
  border-color: #e6e6e6;
  background: #FFF;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  padding: 10px;
  margin-bottom: 40px;
  float: left;
  width: 100%;
  min-height: 200px;
}

.box-center {
	margin: 20px auto;
}

/* input [type = file]
----------------------------------------------- */
/*
.acc-demand input[type=file] {
	display: block !important;
	right: -6px;
	top: 6px;
	height: 34px;
  width: 100%;
	background: none;
	position: absolute;
  overflow: hidden;
  z-index: 2;
}

.acc-demand .control-fileupload {
	display: block;
	border: 1px solid #d6d7d6;
	background: #FFF;
	border-radius: 4px;
	height: 40px;
	line-height: 20px;
	padding: 0px 10px 2px 10px;
  overflow: hidden;
  position: relative;
} */
.padding-top-15 {
    padding-top: 15px !important;
}
.acc-demand .control-fileupload label {
  float:left;
}
.stand-numbers {
    background: #fff;
    padding: 15px;
}
.dateDiv {
    margin-top: 10px;
}
.margin-top {
    margin-top: 15px;
}

/* Allotment Screen */

#alert-Success{
	margin: 0;
	border: 0;
	padding: 0;
	background: none !important;
}
#alloted-screen-info.content-wrapper .alloted-screen {
    background: #a42ef4;
    color: #fff;
}
#alloted-screen-info.content-wrapper .alloted-screen .table-striped>tbody>tr:nth-of-type(odd) {
    background: #eb57f5;
    font-weight: 900;
    font-size: 20px;
}
.content-wrapper .alloted-screen .table-striped>tbody>tr:nth-of-type(even) {
    font-weight: 900;
    font-size: 20px;
	color: #FFEB3B;
}
.content-wrapper .alloted-screen table thead th {
    font-size: 25px;
	background: #FFEB3B;
    color: #000;
}
.content-wrapper .alloted-screen  .text-area h1 {
    font-family: serif;
    font-size: 60px;
}
#alloted-screen-info.content-wrapper, .main-footer{
	margin-left:0;
}
#alloted-screen-info .gatta_number{
	font-size: 16px !important;
}
#alloted-screen-info .gatta_number select {
    width: 155px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
	margin-left: 15px;
}
.alloted-screen .text-area {
    margin-left: 50px;
}
td.ads {
    background: lightgrey;
    height: 100px;
    font-size: 50px;
    font-weight: normal;
    color: #000;
}
#alert-Success img {
    width: 100%;
    background-size: cover;
}
.datepicker {
    z-index: 9999 !important;
}
@media (max-width: 1500px){
.navbar .text1{
        font-size: 1.91em;           
    }
}