/*general*/
body {
	font-family: 'Assistant', sans-serif;
	font-size: 15px;
	color: #5d5d5d !important;
	font-weight: 400;
	padding-right: 78px;
}
p {

font-size: 15px;

color: black;

font-weight: 400;
}
h1 {

}
h2 {

}
h3 {

}
h4 {
	font-weight: 700;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
h4::after {
	/*content: "";
    width: 35px;
    height: 5px;
    background: cornflowerblue;
    position: absolute;
    bottom: 47px;
    border-radius: 2px;
    margin-right: 15px;*/
}
:focus {
	outline: none;
}
.has_orders{
	border: 1px solid rgba(60, 125, 0, 1) !important;
}
.upload-button{
	    height: 40px;
    background: #5d5e62;
    margin-top: 0;
    text-align: center;
    color: white;
    font-weight: 800;
    padding-top: 9px;
    display: inline-block;
    width: 100px;
    border-radius: 2px 0px 0px 2px;
    float: left;
}
.input-upload{
	width: calc(100% - 100px);
    border-radius: 0px 2px 2px 0px;
}
.circle-button{
	width: 55px;
    height: 55px;
    background: #f4594e;
    border-radius: 60px;
    position: fixed;
    outline: none;
    box-shadow: -1px 1px 2px grey;
}
.circle-button img{
	max-width: 32px;
}
.dark input{
	background: transparent;
    /*border: solid 1px #5d5e62;*/
    color: #2c5669;
    margin-bottom: 0;
    margin-top: -1px;
}
.dark input:focus{
	border-color: #d3d7db;
}
.dark select{
	background: #85868b;
    border: transparent;
    color: white;
}
.dark select:focus{
	border-color: #d3d7db;
}
.dark p, .dark label{
	color:#2c5669;
    font-size: 19px;
    text-align: center;
}
.not-active {
	   pointer-events: none;
	   cursor: default;
}
.note{
	line-height: 13px;
    font-size: 12px;
    margin-top: -5px;
}
input {
	/*direction: ltr;*/
	width: 100%;
	height: 40px;
	border-radius: 2px;
	border: solid 1px #d3d7db;
	transition: all 200ms ease-in-out;
	padding: 0 15px;
	margin-bottom: 10px;
	outline: none;
}
/*
#xls_table input{
	    border: solid 1px #46b687;
}*/

.subdistrict_table{
	height: 66vh;
    /*overflow-y: scroll;*/
    background-color: white;
    display: block;
}
input:focus {
	border-color: #5d5e62;
}
select {
	width: 100%;
    height: 40px;
    border-radius: 2px;
    border: solid 1px #d3d7db;
    transition: all 200ms ease-in-out;
    padding: 0 15px;
    margin-bottom: 10px;
    outline: none;
}
select:focus {
	border-color: #5d5e62;
}
label {
	font-weight: 600;
    margin-top: 10px;
    display: block;
    font-weight: bold;
}
a:hover{
	text-decoration: none;
}
a:active,a:focus,a:visited {
   text-decoration:none;
}
.no-padding {
	padding: 0;
}
.center{
	text-align: center;
}
button {
	width: 100%;
	height: 40px;
	border-radius: 2px;
	background-color: #f4594e;
	border: none;
	/* margin-top: 42px; */
	color: white;
	font-weight: 600;
	transition: all 200ms ease-in-out;
	cursor: pointer;
	outline: none;
	font-family: 'Assistant', sans-serif !important;
}

button:hover {
	
	background-color: #e14438;	
}
.expire{
	position:fixed;
	left: 100px;
    top: 150px;
    width: 250px;
    height: 150px;
    background-color: green;
    z-index: 100;
}
.box{
	box-shadow: -1px 1px 5px 0px rgba(128, 128, 128, 0.68);
    border-radius: 2px;
    background: white;
    padding: 10px;
    margin: 15px 0px;
}
.red{
	color: #eb584a !important;
}
.red-button{
	background: #eb584a !important;
}

/*index*/
header {
	width: calc(100% - 78px);
    height: 65px;
    background: white;
    position: fixed;
    z-index: 9999;
    left: 0;
}
.under-header{
	width: 100%;/*calc(100% - 78px);*/
    padding-top: 65px;
    /* padding-right: 78px; */
    float: left;
    padding-bottom: 70px;
    background-color: #dceaef;
}
.header-logo{
    float: left;
    width: 230px;
    height: 100%;
    background: #fff;
}
.header-logo img{
    height: 49px;
    width: 180px;
    margin-right:25px;
}
.logo-route{
	position: absolute;
    z-index: 999;
    top: 0px;
    bottom: 0px;
    /*width: 110px;*/
    margin: auto;
     left: 20px;
   
}
.personal-logo{
    position: absolute;
    z-index: 9999;
	float: right;
    height: 100%;
}
.distributionWarehouse{
	

}
.personal-logo img{
	height: 64px;
	padding: 12px;
}
.menu {
	width: 78px;
	height: 100vh;
	position: fixed;
	right: 0;
	background: #F45A4E;
	text-align: center;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.12), 0px 1px 5px 0px rgba(0,0,0,0.2);
	z-index: 999;
	display: "";
}
.menu .tab {
	padding: 12px;
	/*border-bottom: solid 1px #ccc;*/
	
}
.menu .red-tab {
	background: #E14438;
}
.menu .tab p:active{
	/*color: #eb584a;*/
}
.menu .tab img {
	/*width: 34px;*/
}
.menu .tab p {
	margin: 5px 0px 0px 0;
    color: white; /*#3ab9d7;*/
    font-size: 18px;
}
.menu .tab path {
	fill: white;
}
.menu .tab p.red{
	color: #ff8383 !important;
}
/*messengers*/
.add-messanger{
	 right: 19%;
    bottom: 80px;
	
}
.names {
    height: calc(100vh - 64px);
    overflow-x: auto;
    display: inline-block;
    background: #dceaef;
    padding: 33px 0 0 0px !important;
}
.names div p {
    height: 47px;
    background: #ffffff;
    padding: 13px;
    /* margin-bottom: 0; */
    vertical-align: middle;
    border-right: solid 6px #5389a5;
    margin: 7px;
    width: 94%;
    text-align: right;
    transition: all 200ms ease-in-out;
    color: #2c809d;
}
.names div p:active,.names div p.active {
	background: #5388a5;
    border-left: white;
    text-align: right;
    font-weight: 600;
    color: white;
	
}
.whatch{
	/*height: calc(100vh - 64px);*/
    /*overflow: scroll;*/
    /*position: fixed;*/
    /*left: 0;*/
    /*width: calc(100% - 236px);
    top: 55px;*/
}

.nav-pills{
	background-color: #dceaef;
}
.whatch .nav-pills > li + li {
	margin-right: 0;
}
.whatch .nav-pills > li > a {
	border-radius: 0;
    /*color: #2c5669;*/
    text-align: center;
    background: #dceaef;
    height: 40px;
    padding-top: 10px;
    /* border: 1px solid #95aaaf; */
       color: #5387a5;
    font-weight: 600;
}
.whatch.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	color: #5d5e62;
	background-color: white;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background: #ffffff;
    font-weight: 800;
    color: #5387a5;
}
.in-tab {
	padding: 28px;
    height: 88vh;
}
.bg-white {
	background-color: white;
}
.delete-button{
	position: absolute;
    top: 62PX;
    width: 100px;
    left: 15px;
    background: #5387a5;
    color: #ffffff;
    font-weight: 600;
}
/*routs-history*/
.routs-history .address{
        font-size: 15px;
    text-align: right;
    display: inline-block;
}
.routs-history .info {
    border: solid 1px gainsboro;
    padding-bottom: 8px;
    margin-bottom: 12px;
    background: #f5f5f5;
    padding-top: 8px;
}
.routs-history .circle-number {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    padding-top: 0;
    font-size: 13.5px;
}
.note-icon{
	width: 10px;
    height: 10px;
    margin-left: 20px;
    padding-top: 0;
}
.routs-history .circle-number.red-circle{
	background-color:#eb584a;
}
.routs-history .circle-number.green-circle{
	background-color:#46b687;
}
.routs-history .no-get {
   color:#eb584a;
}
.routs-history .box{
	/*border-right: solid 4px #46b687;*/
    margin-bottom: 0;
    margin-top: 10px;
}



/*money-history*/
.total h3 span{
	color: #46b687;
    font-weight: 800;
}
.cash h3{
	color: #46b687;
    text-align: center;
    margin-top: 8px;
}
.icon-height{
	height: 72px;
}
.total{
	      margin: 30px 0px 0px 0px;
}
/*routes now*/
.now .box .arrow-up {
	width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 17px solid white;
    position: absolute;
    margin: auto;
    left: 0;
    bottom: -21px;
    right: 0;
    padding: 0;
    
}
.now{
	background: #5d5e62;
    padding: 19px 0px;
    height: 188px;
    overflow-x: scroll !important;
    width: 100%;
    overflow-y: hidden;
    margin: 0;
}
.map{
	width: 100%;
    height: calc(100vh - 255px);
    position: fixed;
    bottom: 0;
}
.map iframe{
	width: 100%;
	height: 100%;
}
.address{
	overflow: hidden;
    text-overflow: ellipsis;
	font-size: 16px;
    color: #46b687;
    font-weight: 600;
}
.address i{
	color: #eb584a;
    font-size: 17px;
}
.now .box{
	width: 215px;
   display: inline-block;
   padding: 0;
    margin: 0 19px 0px 0px;
    box-shadow: -1px 3px 7px 0px #333;
    position: relative;
}
.now .box:after{
	
}
.now .box div{
	padding: 10px
}
.info{
	border-top: solid 1px #d3d7db;
    padding-top: 5px;
}
.red-text{
    color: #F44336 !important;
    font-weight: 800;
}
.orange-text{
    color: #FF9800  !important;
    font-weight: 800;
}
.info p{
	    margin: 0;
	    line-height: 18px;
	    /*margin-left: 20px;*/
	    /*margin-right: 14px;*/
	    display: inline-block;
	    color: #2c5669;
}
.info p span{
	font-weight: 800;
    color: #2c5669;
    /*display: block;*/
    width: 100px;
}

.status{
	position: absolute;
    width: 35px;
    height: 35px;
    background: #d3d7db;
    border-radius: 100px;
    top: -15px;
    left: 10px;
    padding: 0 !important;
    text-align: center;
    padding-top: 6px !important;
}
.status img{
	width: 21px;
}
.start{
	background: #d3d7db;
    padding-top: 4px !important;
}
.who{
	color: #000000;
}
.who span{
	margin-right: 24px;
}
.stops{
	background: rgba(255, 255, 255, 0.96);
    position: absolute;
    z-index: 999;
    padding: 15px 0;
    /*top: 241px;*/
    width: calc(96% - 102px);
    margin: auto;
    left: 3%;
    box-shadow: 1px 2px 2px grey;
    top: 227px;
}
.circle-number{
	width: 25px;
    height: 25px;
    background: #d3d7db;
    border-radius: 60px;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    font-weight: 700;
    padding-top: 1px;
}

.circle-urgency{
    width: 22px;
    height: 22px;
    background: #93c3d4;
    border-radius: 60px;
    display: inline-block;
    margin-left: 1px;
    text-align: center;
    font-weight: 700;
}
.stops p{
	text-align: right;
    display: inline-block;
    margin: 0;
    color: #d3d7db;
    font-weight: 400;
}
.stops .here p{
	color: #46b687;
    font-weight: 600;
}
.stops>div{
	margin-bottom: 13px;
}

/*orders*/
.orders{
	/*width: 100%;
    height: 55vh;
    overflow: scroll;*/
}
.add-order{
	width: 100%;
    /*background: #b4d5e1;*/
    padding-bottom: 10px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    border-top: 2px solid #a8b5bd;
    border-bottom: 2px solid #a8b5bd;
}
.add-order .circle-button{
	bottom: -28px;
    left: 15px;
    z-index: 9999;
    position: absolute !important;
}
.add-option{
	float: right;
	padding: 0 15px;
}
.add-option button{
	width: initial;
    margin-top: 0;
    margin-left: 4px;
}

.add-option button:nth-child(1){
	background:#eb584a; 
}
.add-option button:nth-child(2){
	background:#28b688; 
}
.add-option button:nth-child(3){
	background:cornflowerblue; 
}
.add-option button:nth-child(4){
	background:#e5b73d; 
}
.add-option button:nth-child(5){
	background:#eb584a; 
}
.add-option button:nth-child(6){
	background:#28b688; 
}
.add-option button:nth-child(7){
	background:cornflowerblue; 
}
.add-option button:nth-child(8){
	background:#e5b73d; 
}
.orders .box{
	margin: 0px 0px;
}
.orders .summery{
/*
	margin-top: 45px;
*/
    background: #28b688;
    border-radius: 4px 4px 0 0;
    box-shadow: none;
    box-shadow: -1px 1px 5px 0px  rgba(128, 128, 128, 0.68);
}
.orders .summery table tr td{
	color:white;
}
.orders .summery table tr td:first-child{
	font-weight:700;
}
.orders table{
	width: 100%;
}
.orders table tr{
	width: 100%;
}

.orders table tr td:first-child i{
	color:#eb584a;
	margin-left: 5px;
}
.orders table tr td{
    padding-left: 15px;
    border-left: solid 1px #dddddd;
}


.filters .md-datepicker-input {
   margin: 0;
    border: solid 1px #d3d7db;
        background: white;
    color: black;
    padding-right: 60px;
}
.more-details{
	border: solid 1px gainsboro;
    padding-top: 12px;
    margin-top: 10px;
    background: #f5f5f5;
}
.more-details p{
	font-weight: 800;
	
	
}
.more-details p span{
	font-weight: 400;
    padding-right: 5px;
    float: left;
}

/*popup*/
.modal-header {
   border-bottom: 0;
    text-align: center;
    padding-top: 32px;
    padding-bottom: 0;
}
.modal-header img{
	width: 50px;
    margin-bottom: 20px;
}

.modal-footer {
    border-top: 0;
    padding-bottom: 38px;
}

.popup button {
    margin-top: 0;
   
}
.modal-title {
    margin-bottom: 10px;
}

/*login*/
.back {
    min-height: 100vh;
    position: absolute;
    margin: auto;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    min-width: 100%;
}
.login {
    background: rgba(255, 255, 255, 0.96);
    position: absolute!important;
    margin: auto;
    right: 0;
    left: 0;
    top: 0px;
    bottom: 0;
    height: 314px;
    padding: 29px;
    text-align: center;
    box-shadow: -1px 1px 5px 0px rgba(128, 128, 128, 0.68);
    border-radius: 2px;
}
.login img {
    width: 50px;
    margin-bottom: 24px;
}
.login button {
	width: 100%;
    margin-top: 10px;
    background: #3ab9d7;
}









/*desktop*/
@media (min-width:800px){
	.sm{
     class:col-sm-4;
}	
}


/*desktop*/
@media (min-width:800px){
	.whatch{
   /*width: calc(100% - 345px);*/
}	
}

/*mobile*/
@media (max-width:499px){
	
	body {
    
    padding-right: 0px;
}

h4 {
    margin: 12px 0px !important;
}
.open-mobile{
	position: absolute;
    z-index: 99;
    top: 8px;
    left: 8px;
    margin: 0;
    background: none;
    margin: 0;
    width: initial;
    z-index: 99999;
}
.open-mobile img{
	width: 30px;
}
.mobile_menu .modal-header .close {
    margin-top: -2px;
    font-size: 36px;
    color: #eb584a;
    opacity: 1;
}

#mobile_menu.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
    transform: translate(-50%,0%) ;
}
#mobile_menu.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

header {
    width: 100%;
    position: inherit;
    z-index: 999;
}
.logo-route{
    top: 11px;
    width: 120px;
}

.under-header {
     padding-top: 0px; 
     padding-right: 0px; 
     width: 100%;
}
.mobile_menu .modal-dialog{
	margin: 0;
	
}
.mobile_menu .modal-content{
	margin: 0;
    border: 0;
    border-radius: 0;
    width: 100%;
    /* right: 20%; */
    height: 100vh;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.54);
}


.mobile_menu .modal-body .tab{
	text-align: center;
    margin: 14% 0;
}
.mobile_menu .modal-body .tab p{
	margin-top: 1px;
    font-size: 18px;
    color: #46b687;
    font-weight: 600;
}
/*orders*/

.orders table tr td {
    padding-left: 4px;
}
.orders .box {
    margin: 12px 0px;
}


/*tabs*/
.whatch {
    height: 100%;
    overflow: auto;
    position: inherit;
    left: 0;
    width: 100%;
    top: 55px;
}
.add-messanger{
	left: 16px;
    bottom: 20px;
    right: inherit;
}
	.select-messanger{
	background: #5d5e62;
    padding-top: 2px;
    padding-bottom: 10px;
	}
	
.whatch .nav-pills > li {
    margin-right: 0;
    width: 33.3333333333% !important;
    height: 42px;
    overflow: hidden;
}
.nav-pills > li {
    float: right;
    width: 33.3333333333% !important;
}

#details button {
    margin-bottom: 15px;
    margin-top: 10px;
}
	
}
/*datepicker*/
.datepickerdemo md-content {
    padding-bottom: 200px; 
}
.datepickerdemo .validation-messages {
    font-size: 11px;
    color: darkred;
    margin: 10px 0 0 25px; 
}

.md-datepicker-input-mask{
	width: 308px!important;
}
/*validation*/
.error ,md-datepicker.error input ,md-autocomplete.error input{
	border-color: red !important;
	color:red!important;
}
.error:focus{
   	border-color: red !important;
}
.help-block{
    color:red;
    margin-top: 0px;
    position: absolute;
     margin-bottom: 0px; 

}
.help-block-absolute{
	
       bottom: -10px;
}

.md-datepicker-triangle-button.md-button.md-icon-button {
	display: none;
}
.md-datepicker-input {
	    font-size: 19px!important;
	    font-family: inherit!important;
	    /*padding-right: 52px;
	    margin-top: 4px;
        margin-bottom: 0;*/
}
.md-button.md-icon-button {
	position: absolute;
    z-index: 10;
    margin: 2px 6px !important;
}
.md-datepicker-input-container {
	width: 185px;
}
.md-datepicker-input-container {
    border: none!important;	
}	
.between-dates .md-datepicker-input, .date-input .md-datepicker-input
{
    color: #2d819e;
    width: 100%;
    height: 33px;
    border-radius: 2px;
    /* border: solid 1px #d3d7db; */
    transition: all 200ms ease-in-out;
    padding: 0;
    margin-bottom: 10px;
    outline: none;
    padding-right: 25px;
    background-color: transparent;
}
.between-dates md-icon {
	color:#2d819e;
}
.between-dates{
	background-color: #2D819E;
	padding: 8px;
	width: calc(100% - 78px);
}

.datepicker-route {
    background-color: transparent;
    margin:0!important;
    padding-right: 0!important;
}
.between-dates p{
	    /* margin-top: 7px; */
   	font-size: 19px;
   	color: white;
   	margin-right: 15px;
    margin-left: 5px;
}

.checkbox, .radio {
		width: 20px;
	position: absolute;
    left: 1%;
    right: 0;
    top: 0;
    bottom: 0;
    /* padding-top: 8px; */
    margin: auto;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    /* margin-bottom: -9px; */
}
.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	top: 5px;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
	background-color: #2D819E;
    border-color: #2D819E;
}
.checkbox-all input[type="checkbox"]:checked + label::before {
	background-color: #fff;
	border-color: #3ab9d7; 
}
.checkbox input[type="checkbox"]:checked + label::after {
	font-family: 'FontAwesome';
	content: "\f00c";
}
.checkbox-info input[type="checkbox"]:checked + label::after {
	color: #fff;
}
.checkbox-all input[type="checkbox"]:checked + label::after {
	color: #3ab9d7;
}
.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 6px;
    padding-left: 1px;
	/*padding-top: 1px;*/
	font-size: 11px;
	color: #555555;
	text-align: center;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	display: none;
	margin-left: 0px;
	margin-top: 7px;
}

input::-webkit-calendar-picker-indicator,
input::-webkit-inner-spin-button {
    display: none;
}

.summery input{
	
	padding: 0 15px;
}
.md-default-theme .md-datepicker-open .md-datepicker-calendar-icon, .md-datepicker-open .md-datepicker-calendar-icon{
	    fill: rgba(0,0,0,0.54);
}
.summery a{
	color:white;
}

/*plane*/
.move-btn > div{
	border: solid 1px gainsboro;
    padding-bottom: 8px;
    margin-bottom: 12px;
    background: #f5f5f5;
    padding-top: 8px;
    border-radius: 40px;
    padding: 5px;
    margin-left: 0px;
    margin-bottom: 0;
}
.move-btn > li{
    border: solid 1px gainsboro;
    padding-bottom: 1px;
    /*margin-bottom: 12px;*/
    background: #fff;
    /*padding-top: 1px;*/
    border-radius: 6px;
    padding: 1px;
    /*margin-bottom: 1px;*/
    display: inline-block;
    float: right;
    margin-left: 1px;
    margin-top: 1px;
    width:100%;
}
.move-btn p{
	    line-height: 16px;
    display: inline-block;
    text-align: right;
    font-size: 16px;
    margin: 0;
}
.move-btn .circle-number{
	float: right;
    margin-top: 2px;
}
.container-routes{
	padding-top:68px;
}
.half{
	padding:0px;
	/*height: 48vh;*/
  /*  overflow: auto;
   overflow-x: hidden;*/
   padding-right: 0 !important;
}
.orders-scroll{
	padding:0px;
	height: 80vh;
  /*  overflow: auto;*/
   overflow-x: hidden;
   padding-right: 0 !important;
}
.half .box{
	border: solid 2px #888;
	margin-bottom: 0;
	margin-top: 1px;
	min-height: 60px;
	padding-bottom: 0;
	padding: 2px;
	background: #f5f5f5;
}
.h4-message{
	margin-right:32px;
}
.md-datepicker-input-container {
    padding-bottom: 0;
}
.md-datepicker {
    padding-right: 15px;
    margin-right: -15px;
}



/**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */
.drop-ul .dndPlaceholder {
    border: solid 1px gainsboro;
    padding-bottom: 8px;
    margin-bottom: 12px;
    background: #f5f5f5;
    padding-top: 8px;
    border-radius: 40px;
    padding: 5px;
    margin-left: 0px;
    margin-bottom: 0;

    width: 10%;

    min-height: 48px;
     list-style-type: none;
     display: inline-block;
     float:right;
}
.drop-ul{
	min-height: 48px;
}
.multiDemo ul[dnd-list] li {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
}

/**
 * Show selected elements in green
 */
.order-drag-drop.selected {
   background-color: gainsboro !important;
}
.editable-buttons button {
	width: 20px!important;
    height: 20px!important;
    margin: 0!important;
    padding: 0!important;
    font-size: 10px;
    text-align: center!important;
}
.editable-has-buttons{
	height:20px;
	width: 94px!important;
}
.editable-wrap{
	width: 0!important;
} 
.route-info input{
	    height: 24px;
    width: initial;
    padding: 0;
    margin: 0px;
    margin-top: -2px;
   
    margin-right: 5px;
}

.route-info select{
	padding: 0;
    margin: 0;
    margin-top: -2px;
    width: initial;
    height: 24px;
    margin-right: 5px;
}
.half .between-dates .md-datepicker-input {
   margin-bottom: 0;
   margin: 0;
   background-color: white;
}

.half .md-datepicker {
    white-space: nowrap;
    overflow: hidden;
    padding-right: 0;
    margin-right: 0;
    vertical-align: middle;
    margin: 0 !important;
    padding: 0 !important;
}

.md-datepicker {
    white-space: nowrap;
    overflow: hidden;
    padding-right: 0;
    margin-right: 0;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
.md-datepicker-calendar-pane.md-pane-open {
   
    z-index: 9999999;
}
.modal-content {
    top: 150px;
}
.inline{
	display: inline-block;
}
.route-info input[type="time"]{
	    width: 60%;
}
.save-all-btn{
	    /* float: left; */
    width: 100%;
    /* position: absolute; */
    z-index: 10;
    /* top: 32%; */
    /* display: table-cell; */
    /* vertical-align: middle; */
    /* left: 2%; */
    background: white;
    /* width: initial; */
    /* margin-top: 0px!important; */
    /* margin: 0 auto; */
    color: black;
    border: -4px solid beige;
}
.canceled-station{
	color: #eb584a;
	    cursor: context-menu;
}
input[type="time"]::-webkit-clear-button,input[type="date"]::-webkit-clear-button {
    display: none;
}
.route-info select.time {
	    width: 62%;
}
.orders-button{
	margin:2px;
	width: 89px;
	background: white;
    color: #5d5e62;
}
.order-date{
	font-size: 17px;
    font-weight: 600;
    margin-top: 9px;
    text-align: left;
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
    width: 10%;
}
.colorToRoute{
   height: 22px;
    width: 100%;
    /*position: absolute;*/
    right: 0;
    top: 0;
    cursor: pointer;
}
.routeHeader{
    background-color: rgb(133, 134, 139) !important;
    color: white;
    border-color: rgb(133, 134, 139) !important;
}
.drawing{
	width: 60%;
	margin-bottom: 0px;
}
.btn-small{
    width: auto;
    margin: 0 10px 0 0;
}
.station{
	margin-bottom: 25px;
}
.line{
    margin: 10px 0;
}
.line>.btn-small{
    float: left;
}
table.search td{
	padding: 5px;
}
.line-station{
    text-align: center;
    background-color: #9b9b9b;
    padding: 5px;
}
.line-station p{
    display: inline-block;
    margin-bottom: 0px;
}
.station table{
	width: 100%;
}
.station table tr:not(:first-child){
	background-color: #d4d1d1;
    border-bottom: 2px solid white;
}
.station table td{
    padding: 2px;
}
.table-buttons{
	width: 100%;
}
.table-buttons td{
	background-color: #9b9b9b;
    border-right: 1px solid white;
    border-left: 1px solid white;
    color: white;
}
.xls-label{
    border: none;
    margin: 0;
    height: 40px;
    border-radius: 2px;
    color: #5d5e62!important;
    font-weight: 900;
    transition: all 200ms;
    font-size: 100%;
    text-align: center;
    padding-top: 11px;	
}
.xls-div label{
	font-weight: 700;
    font-size: 18px;
    font-weight: 600;
}
.xls-div  table tr td{
	height: 68px;
	width: 20%;
	/*word-break: break-all;*/
}
.pac-container {
    z-index: 100000;
}
.time-label{
	 color: red;
}
.print_p{
	font-size: 20px;
    font-weight: 600;
}
.print_p span{
	
    font-weight: 400;
}
.records-num{
    display: table;
    text-align: center;
    height: 59px;
    background-color: #93c3d4;  
    border-right: 2px solid #a8b5bd;
    border-left: 2px solid #a8b5bd;
}
.records-txt{
	display: inline;
    width: 100%;
    margin-bottom: 0;
    font-weight: 700!important;
    color: white;
    text-decoration: underline;
}
.records-n{
	text-align: center;
	margin: 0 auto !important;
	font-size: 19px !important;
	color: white;
}
.aaa{
	padding-bottom: 0!important;
    /*padding-right: 18px;*/
    /*padding-left: 18px;*/
}
.pannel{
	width: calc(100% - 550px) !important;
}
.break{
	page-break-before: always;
}
	.loader {
	 position: fixed;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
        margin: auto;
     border-top: 16px solid cornflowerblue;
	 border-right: 16px solid #28b688;
	 border-bottom: 16px solid #eb584a;
	 border-left: 16px solid #d3d7db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.md-datepicker-input-container{
	padding-bottom: 0px!important;
}
.modal-drivers input{
	width: auto;
    margin: 0px auto;
    display: block;
}
 .routs-history .address:hover {
 	
 	    cursor: pointer;
 }
 
.tooltip1 .tooltiptext1 {
    visibility: hidden;
    /* width: 120px; */
    background-color: white;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    /* left: 50%; */
    /* margin-left: -60px; */
    opacity: 0;
    transition: opacity 1s;
}

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

.tooltip1:hover .tooltiptext1 {
    visibility: visible;
    opacity: 1;
}
.note {
    position: absolute;
    width:  90%;
    /* top: 50px; */
    padding: 5px;
    border: solid 1px gainsboro;
    border-radius: 2px;
    box-shadow: 1px 1px 10px -2px grey;
    z-index: 101;
    background: white;
    margin: auto;
    /* right: 0; */
    /* left: 0; */
    display: none;
    transition: all 150ms ease-in-out;
}
.note #triangle-up {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid lightgray;
    position: absolute;
    top: -12px;
    margin: auto;
    right: 0;
    left: 0;
}
.note-label{
	    display: inline-block;
	    padding-right: 3px;
}

.fa-cancel-note{
	float: left;
    font-size: large!important;
}
  #table_print {
    column-count: 4;
    -webkit-column-count: 4;
    -moz-column-count: 4;
  }

.nav-pills > li{
	padding: 0px;
    width: 160px;
}
div.no-padding {
    padding: 0;
}
.route_btn{
	float: left;
    height: 40px;
    text-align: left;
    cursor: pointer;
    border-left: 2px solid #ffffff24;
    margin: 11.5px 0;
    display: flex;
    padding: 8px;
	/*width: 9%;
    float: right;
    height: 59px;
    text-align: center;
    padding-top: 14px;
    cursor: pointer; 
    border-left: 2px solid #a8b5bd;*/
}

.route_btn p{
    font-size: 18px;
    color: white;
    margin: 0;
    vertical-align: middle;
    
}
.route_btn img{
    margin-left: 10px;
    height: 23px;
    float: right;
}
.between-dates{
    /*border-top: 2px solid #a8b5bd;
    border-bottom: 2px solid #a8b5bd;*/
}
.route-date{
    /*border-left: 2px solid #a8b5bd;*/
    height: 40px;
    margin-top: 9px;
    /*margin-right: 20px;*/
    background: white;
    border-radius: 5px;
}
.col-order{
	height: 60px;
	display: table;
    border-right: 2px solid #a8b5bd;
    cursor: pointer;
}
.col-order>p{
    display: table-cell;
    vertical-align: middle;
}
.col-order-btns{
	padding-right: 0 !important;
    padding-left: 0 !important;
    border: none;
}
.col-order-btns>div{
    width: 14%;
    float: right;
    padding-top: 15px;
    text-align: center;
    height: 60px;
    border-right: 2px solid #a8b5bd;
    position: relative;
}
.md-button.md-icon-button{
    padding: 1px !important;
    margin: 0 !important;
    /*height: 19px !important;
     background: #5387a5; */
    width: 45px !important;
}
.search-icon{
    margin-left: 12px;
}
.checkbox label::before,.checkbox label::after{
	width: 21px;
    height: 21px;
}
.checkbox label::before{
	top: 3px;
}
.search-input{
    padding-top: 9px;
}
.search-input input{
    width: calc(100% - 34px);
    display: inline-block;
    text-align: right;
    border: none;
}
.search-input input:focus{
    border: solid 1px #d3d7db;
}
.new_order{
    border-top: 2px solid #a8b5bd;
}
.new_order input{
	border: solid 1px #5d5e62;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #a8b5bd;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
   
}

input:checked + .slider {
  background-color: #468297;
}

input:focus + .slider {
  box-shadow: 0 0 1px #468297;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.select-route-b{
	display: inline-block;
    width: 40%;
    margin-right: 9%;
}
.dropdown-menu{
	cursor: pointer;
}
.container-routes {
    padding: 68px 0px 0px 0px;
}
.d-none{
	display:none;	
}
/*#191112.1*/
.m-right{
	margin-right: 54%;
}
.choose-date {
	float: right;
    margin: 10px !important;
}
.datepicker {
	float: right;
    padding: 0 !important;
}
md-icon.md-default-theme, md-icon {
	    color: #5387a5;
}

.s-btn {
	width: 160px;
    float: left;
}
.between-dates .btns-routes {
	padding-left: 10px;
    float: left;
}
.input-search{
	width: 15%;
    float: left;
    margin-left: 15px;
}
#report-table {
	/*height: 600px;
    overflow: auto;
    display: block;*/
}
.table tr:nth-child(even){
	background-color: #dceaef59;
	}
	
.table thead {
	color: #5387a5;
    font-weight: 700;
    border-bottom: solid;
}
.table tr:hover {
	background-color: #dceaef;
	}
	
#settingform .in-form {
	background-color: #ffffff6e;
    width: 100%;
    /* height: 200px; */
    display: inline-block;
    border-radius: 4px;
    padding-top: 14px;
    padding-bottom: 14px;
}	
.form-header {
	margin-top: 48px;
    margin-bottom: 16px;
}
.tooltipped {
    position: relative
}

.tooltipped:after {
    position: absolute;
    z-index: 1000000;
    display: none;
    padding: 5px 8px;
    font: normal normal 11px/1.5 Helvetica,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: break-word;
    white-space: pre;
    pointer-events: none;
    content: attr(aria-label);
    background: rgba(0,0,0,0.8);
    border-radius: 3px;
    -webkit-font-smoothing: subpixel-antialiased
}

.tooltipped:before {
    position: absolute;
    z-index: 1000001;
    display: none;
    width: 0;
    height: 0;
    color: rgba(0,0,0,0.8);
    pointer-events: none;
    content: "";
    border: 5px solid transparent
}

.tooltipped:hover:before,.tooltipped:hover:after,.tooltipped:active:before,.tooltipped:active:after,.tooltipped:focus:before,.tooltipped:focus:after {
    display: inline-block;
    text-decoration: none
}
	.tooltipped-s:after,.tooltipped-se:after,.tooltipped-sw:after {
    top: 100%;
    right: 50%;
    margin-top: 5px
}

.tooltipped-s:before,.tooltipped-se:before,.tooltipped-sw:before {
    top: auto;
    right: 50%;
    bottom: -5px;
    margin-right: -5px;
    border-bottom-color: rgba(0,0,0,0.8)
}
.label-btn{
    height: 40px;
    border-radius: 2px;
    background-color: #f4594e;
    border: none;
    margin-top: 0;
    color: white;
    cursor: pointer;
    padding: 12%;
    font-family: 'Assistant', sans-serif !important;
    font-weight: 600 !important;
    width: 100%;
    text-align: center;
}
.gm-style .gm-style-iw{
	font-size: 16px;
}
md-dialog{
	max-width: 30%;
    max-height: 50%;
}
.tw-delete-btn{
	margin-top:30px;
}
.btn-dropdown{
	width: 100%;
    height: 20px;
    border-radius: 2px;
    background-color: #2D819E;
}
.btn-dropdown:hover{
	background-color: #2D819E!important;
}
.caret-dropdown{
	border-top:4px solid white !important;
}
.order-dropdown{
    width: 5px!important;
    height: 5px!important;
    background-color: #b4d5e1;
    border: none;
    /* margin-top: 42px; */
    color: white;
    font-weight: 600;
    transition: all 200ms ease-in-out;
    cursor: pointer;
    outline: none;
    font-family: 'Assistant', sans-serif !important;
}
.order-dropdown:hover{
	background-color: #b4d5e1;
}
.caret-orders{
	border-top:4px solid #2c5669 !important;
}
.dropdown-orders{
	right: -65px!important;
    top: -2px!important;
}
.fit-height{
	height: fit-content;
}
.note-to-setting{
	font-size: 15px;
	font-style:italic;
}
.compare-xls-header{
	text-align: right;
    font-size: 20px;
}
.delete-invalid-addresses{
	border:1px solid #f4594e;
}
.delete-addresses{
	height: 55px;
	margin-top: -15px;
	border:1px solid #f4594e;
}
.yes-or-no{
	text-decoration: underline;
    font-size: 18px;
}
.yes-or-no:hover{
	color:#f4594e;
}
.item-name-span{
	font-size:14px;
	margin-left:6px;
	margin-right:33px;
	color: #f45a4e;
}
.item-details-span{
	font-size:14px;
	margin-left:6px;
	margin-right:33px;
	color: #008000;
}
.date-changed{
    border-bottom: 6px solid #5d5d5d;
    border-radius: 0px 0px 6px 6px;
    margin-bottom: 25px !important;
}

