p, ul, .h2, .h3, .h4, .h5 {padding: 0; margin: 0;}
ul {list-style: none;}
a {outline: none !important;color: inherit;}
a:hover, a:focus {color: inherit;}
a, input[type='submit'] {transition: all .3s;}
*::before, *::after {content: '';}
input::-webkit-input-placeholder {opacity: 1 !important;}
input::-moz-placeholder {opacity: 1 !important;}

.hidden{
	display: none!important;
}


body{
	background-repeat: no-repeat;
    background-position: right bottom 60px;
	background-color: #eaeaea;
}

body.login{
	background-image: url('/web/img/truck.png');
}

.container-fluid{
    max-width: 1920px;
}

.col-sm-offset-4 {
    margin-left: 33.33333333%;
}

.login-block .panel-heading{
	background: #ffb41d;
	border-radius: 10px;
    margin-bottom: 35px;
    margin-top: -25px;
}

.login-block .panel-heading img{
	display: block;
	margin: auto;
	padding-top: 35px;
	padding-bottom: 35px;
}

.login-block{
    background: #ffffff;
    border: 1px solid #ccc7c7;
    border-radius: 10px;
    padding-bottom: 45px;
}

.login-block .panel-body{
    padding-left: 12px;
    padding-right: 12px;
}

.login-block .field-loginform-password{
	margin-top: 16px;
}

.login-block .remember-me{
	margin-top: 18px;
	margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.login-block .btn-primary{
    background: #ffb41d;
    width: 100%;
    border: none;	
}

.login-block .btn-primary:hover{
	opacity: 0.8;
}

.login-block .forgot-password {
    text-align: center;
    width: 100%;
    display: block;
    padding-top: 30px;
    color: #42424a;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}

.login-block .forgot-password:hover {
	text-decoration: underline;
}

.site-login{
    margin-top: 15%;
}

.navbar-header{
	background: #3c3c43;
	border-radius: 10px;
	padding-left: 15px;
	padding-right: 15px;
    display: flex;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

#header{
	margin-top: 10px;
}

#header .logo{
	color: #fff;
	text-decoration: none;
	font-size: 30px;
}

#header .logo img{
	max-width: 200px;
}

.remember-me input {
    position: relative;
    background-color: #ced4da!important;
    height: 0.9375rem;
    width: 1.875rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius: 0.35rem!important;
	box-shadow: none!important;
	cursor: pointer;
}

.remember-me input:checked {
    border-color: #42424a!important;
    background-color: #42424a!important;
    background-position: 100%;
    background-image: none!important;
}

.remember-me input:after {
    transition: transform .25s ease-in-out,background-color .25s ease-in-out;
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    border: 1px solid #ced4da;
    position: absolute;
    background-color: #fff;
    transform: translateX(1px);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    top: -2.5px;
    left: -5px;
}

.remember-me input:checked:after {
    transform: translateX(21px);
    border-color: #42424a;
}

.remember-me label{
    margin-left: 16px;
    color: #a0a3b6;	
	cursor: pointer;
}

.remember-me .form-check-input:valid, .remember-me .form-check-input.is-valid {
    border: none;
}

.remember-me .form-check-input:valid ~ .form-check-label, .remember-me .form-check-input.is-valid ~ .form-check-label{
	color: #a0a3b6;	
}

#header .logo-icon{
	margin-left: 5px;
}

.navbar-header .logo-block{
	display: flex;
	align-items: center;
}

.navbar-header .user-block{
	display: flex;
	align-items: center;
	margin-left: auto;
}

.user-block .search-block input{
    border: 1px solid #d2d6da;
    border-radius: 10px!important;
    padding: 7px 10px;
    line-height: 1;	
}

.add-load{
    margin-left: 70px;
    border-radius: 10px;
    text-decoration: none;
    color: #818185;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.add-load:hover{
	opacity: 0.7;
}

.add-load img{
	max-height: 45px;
}

.user-info{
    margin-left: 60px;
	padding: 5px 10px;
    background: #ffffff;
    border-radius: 10px;
	display: flex;
}

.search-button{
    background: transparent;
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
	cursor: pointer;
    position: absolute;
    right: 15px;
    top: 2px;
    font-size: 20px;
	color: #818185;
	z-index: 9;
}

.user-info i{
	color: #818185;
	cursor: pointer;
	font-size: 20px;
}

.user-info div + div{
	margin-left: 24px;
}

.menu-dropdown{
	position: absolute;
    background: #ffffff;
    border-radius: 10px;
    margin-top: 5px;
	padding: 15px;
	right: 10px;
	display: none;
	z-index: 999;
}

.active .menu-dropdown{
	display: block;
}

.add-load:hover{
	color: #000;
}

.menu-dropdown a, .menu-dropdown button{
	color: #818185;
}

.menu-dropdown a:hover, .menu-dropdown button:hover{
	color: #000;
}


/*.search-block .form-label{
	position: absolute;
    margin-left: 10px;
    transition: all .2s ease;
    z-index: 1;
    margin-bottom: 0;
	color: #818185;
	font-size: 16px;
	margin-top: -10px;
    line-height: 55px;
	display: flex;
}

.search-block .focused .form-label{
	font-size: 13px;
	color: #e91e63;
	line-height: 1;
}

.input-group-outline .form-label:after, .input-group-outline .form-label:before {
    content: "";
    border-top: 1px solid;
    border-top-color: #d2d6da;
    pointer-events: none;
    margin-top: 0.375rem;
    box-sizing: border-box;
    display: block;
    height: 0.5rem;
    width: 0.625rem;
    border-width: 1px 0 0;
    border-color: transparent;
}*/

.form-control:focus{
	box-shadow: none;
}

.user-info .user-name{
	color: #345286;
	font-size: 20px;
	text-align: center;
}

.user-info .user-email{
	color: #b9b9c3;
	font-size: 16px;
	text-align: center;
}

p{
	margin-bottom: 10px;
}

h1{
	padding-top: 15px;
	margin-bottom: 15px;
	color: #465772;
}

.loads-bord-container{
	background: #fefefe;
	padding-top: 25px;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 15px;
	border-radius: 10px;
}

.loads-bord-container h1{
	margin-top: 0px;
	padding-left: 20px;
	font-size: 32px;
	margin-bottom: 10px;
}

table{
	width: 100%;
    border-collapse: separate;
    border-spacing: 0px 4px;
    overflow-x: auto;
}

table td, table th{
	padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

table thead{
	border-bottom: 2px solid #f7f8f9;
}

table th{
	color: #a6a9ba;
	font-size: 13px;
	text-align: center;
}

table tbody tr td{
	color: #374a6a;
	font-size: 13px;
}

table tbody tr td:first-child{
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

table tbody tr td:last-child{
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.pagination{
	margin-top: 25px;
	justify-content: center;
}

.pagination .page-link{
	width: 35px;
    height: 35px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #8898aa;
    font-weight: bold;
    font-size: 20px;
    border: 1px solid #8898aa;
    border-radius: 50px!important;
	line-height: normal;
}

.pagination .page-link i{
	font-size: 16px;
}

.pagination .page-item + .page-item{
	margin-left: 5px;
}

.pagination .page-link:hover, .pagination .page-link.active{
	background: #5e72e4;
	color: #fff;
}

table .read-more{
	/*background: #f2f1dd;*/
    padding: 5px 10px;
    border-radius: 10px;
    /*color: #80859f;*/
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
	white-space: nowrap;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 10px;
}

table .read-more:hover{
	opacity: 0.8;
}

.delivery-table tbody tr td{
	background: rgb(236 239 241);
}

table tr.status_id-1 td{
	background: rgb(236 239 241);
}

table tr.status_id-2 td{
	background: rgb(255 235 59);
}

table tr.status_id-3 td{
	background: rgb(179 229 252);
}

table tr.status_id-4 td{
	background: rgb(184 230 251);
}

table tr.status_id-5 td{
	background: rgb(129 212 250);
}

table tr.status_id-6 td{
	background: rgb(100 194 237);
}

table tr.status_id-7 td{
	background: rgb(41 182 246);
}

table tr.status_id-8 td{
	background: rgb(255 143 0);
}

table tr.status_id-9 td{
	background: rgb(118 255 3);
}

table tr.status_id-10 td{
	background: rgb(252, 95, 92);
}

table tr.status_id-11 td{
	background: rgb(248, 221, 101);
}

table tr.status_id-12 td{
	background: rgb(100 221 23);
}

table tr.status_id-13 td{
	background: rgb(255 143 0);
}

.delivery-table tr td.transparency{
	background: rgb(255 235 59 / 70% / 70%);
}

table tr.status_id-1 td.transparency{
	background: rgb(236 239 241 / 70%);
}

table tr.status_id-2 td.transparency{
	background: rgb(255 235 59 / 70%);
}

table tr.status_id-3 td.transparency{
	background: rgb(179 229 252 / 70%);
}

table tr.status_id-4 td.transparency{
	background: rgb(184 230 251 / 70%);
}

table tr.status_id-5 td.transparency{
	background: rgb(129 212 250 / 70%);
}

table tr.status_id-6 td.transparency{
	background: rgb(100 194 237 / 70%);
}

table tr.status_id-7 td.transparency{
	background: rgb(41 182 246 / 70%);
}

table tr.status_id-8 td.transparency{
	background: rgb(255 143 0 / 70%);
}

table tr.status_id-9 td.transparency{
	background: rgb(118 255 3 / 70%);
}

table tr.status_id-10 td.transparency{
	background: rgb(234 70 68 / 70%);
}

table tr.status_id-11 td.transparency{
	background: rgb(255 101 98 / 70%);
}

table tr.status_id-12 td.transparency{
	background: rgb(100 221 23 / 70%);
}

table tr.status_id-13 td.transparency{
	background: rgb(255 143 0 / 90%);
}

.btn-block{
    text-align: right;
    margin-top: 20px;
}

.form-group{
	margin-bottom: 15px;
}

.has-error .help-block{
	color: #842029;
	font-size: 12px;
}

.user-info .user-update{
	margin-top: 15px;
}

.user-info .users-index{
	color: #3f51b5;
    padding-bottom: 10px;
    font-weight: bold;
    display: block;
}

.head-table-block{
	display: flex;
	align-items: center;
}

.head-table-block .add-record{
	margin-left: auto;
    padding-right: 20px;
}

.form-change{
	background: #fff;
    margin-right: 10px;
    margin-left: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 60px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

table.default-table tbody tr:nth-child(odd){
	background-color: #ddd;
}

table.default-table tbody tr:nth-child(even){
	background-color: #f2f2f2;
}

table .minus span{
    border: 1px solid #f50057;
    border-radius: 20px;
    padding: 10px;
    color: #f50057;
}

table span{
	display: inline-block;
}

table .plus span{
    border: 1px solid #3f51b5;
    border-radius: 20px;
    padding: 10px;
    color: #3f51b5;
}

.btn-block-center{
	text-align: center;
    margin-top: 20px;
}

table .fa-trash{
    font-size: 25px;
    margin-left: 16px;	
}

table .td-edit{
	text-align: right;
	white-space: nowrap;
}

.form-control{
	border-radius: 0px;
}

.login-block .reset-block{
	margin-top: 40px;
}

.site-forgot .has-error{
	margin-top: 10px;
}

.site-forgot .has-success{
	margin-top: 10px;
}

.has-success .help-block{
	color: #198754;
}

.form-change-user .form-group:before {
	display: block;
    position: absolute;
    width: 40px;
	height: 37px;
    border-right: 1px solid #ced4da;
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    padding-left: 13px;
    padding-top: 8px;
	margin-top: 25px;
}

.form-change-user input{
	padding-left: 60px;
}

.field-users-access_level:before{
	content: none;
}

.field-users-username:before {
	content: "\f007";
}

.field-users-firstname:before {
	content: "\f007";
}

.field-users-lastname:before {
	content: "\f007";
}

.field-users-email:before {
    content: "\f0e0";
}

.field-users-password:before {
	content: "\f084";
}

.field-users-confirm_password:before {
	content: "\f084";
}

.form-change-user label{
	font-weight: bold;
}

.add-delivery-block input, .add-delivery-block textarea, .add-delivery-block select{
	border-radius: 5px;
	resize: none;
}

.add-delivery-block .form-group {
    position: relative;
	margin-bottom: 25px;
}

.add-delivery-block label {
    position: absolute;
    top: -12px;
    background: #fff;
	z-index: 2;
}

.name-stop {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 80px;
    display: flex;
    align-items: center;
	white-space: nowrap;
}

.br{
    border-bottom: 1px solid #ced4da;
	margin-bottom: 25px;
}

.border-block{
	border: 1px solid #ced4da;
}

.add-delivery-block .palletized label{
	position: relative;
    top: 0;
    padding-top: 7px;
}

.add-delivery-block .btn-block{
	text-align: unset;
}

.btn-cancel{
	color: #f94783;
	font-size: 20px;
    font-weight: 600;
}

.btn-clear{
	color: #f94783;
	font-size: 20px;
    font-weight: 600;
}

.btn-add{
	color: #5868c0;
	font-size: 20px;
    font-weight: 600;
    background: transparent;
    padding: 0;
    border: none;
}

.btn-add:hover{
	color: #5868c0;
	background: transparent;
	opacity: 0.8;
}

.btn-cancelled{
    background: #ea4644;
    color: #fff;
}

.btn-cancelled:hover{
    background: #ea4644;
    color: #fff;
	opacity: 0.8;
}

.documents-block .name{
	border: 1px solid #ced4da;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
	background: rgb(60 60 67 / 30%);
	border-radius: 5px;
}

.add-delivery-block .documents-block .add-documents{
	cursor: pointer;
	float: right;
	position: relative;
	top: 0;
	background: transparent;
}

select.form-control{
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.progress-delivery-line{
    border: 1px solid #3c4db5;
    margin-top: 20px;
	position: relative;
}

.progress-delivery{
	width: 10px;
    height: 10px;
    background: #3c4db5;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: -5px;	
}

.h1-update-delivery{
	padding-top: 15px;
	margin-bottom: 15px;
	color: #465772;
	display: flex;
    align-items: center;
}

.h1-update-delivery .arrow-circle-left{
	padding-right: 15px;
}

.h1-update-delivery .header-history{
	margin-left: auto;
    display: flex;
    align-items: center;
}

.h1-update-delivery .all-history{
	border: 1px solid #ced4da;
    text-decoration: none;
    line-height: 35px;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;	
	margin-right: 10px;
	cursor: pointer;
}

.h1-update-delivery .all-history i{
	padding-left: 25px;
}

.h1-update-delivery .arrow-history{
	border: 1px solid #ced4da;
    text-decoration: none;
    line-height: 35px;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
	cursor: pointer;
}

.h1-update-delivery .all-history:hover, .h1-update-delivery .arrow-history:hover{
	background: #ced4da;
}

.update-delivery-block .edit input, .update-delivery-block .edit textarea, .update-delivery-block .edit select{
	background: #fffaee;
}

.delivery-history-popup-block{
	display: none;
	background: #3c3c43;
	padding: 30px;
}

.delivery-history-popup-block .name{
    color: #ffffff;
    text-align: center;
    font-size: 40px;
    padding-top: 20px;
    padding-bottom: 25px;
	font-weight: bold;
}

.delivery-history-popup-block .delivery-history-container a{
	display: block;
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 20px;
}

.h1-update-delivery .edit-delivery{
	border: 1px solid #ced4da;
    text-decoration: none;
    line-height: 35px;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;	
	margin-right: 10px;
	cursor: pointer;
}

.h1-update-delivery .edit-delivery i{
	padding-left: 25px;
}

.h1-update-delivery .edit-delivery:hover{
	background: #ced4da;
}

.disable{
	background-color: #e9ecef!important;
    pointer-events: none!important;
}

/*.delivery-table .delivery-status{
	text-transform: capitalize;
}*/

.pallet_count-container label, .pallet_count-container input{
	display: none;
}

.pallet_count-container.show label, .pallet_count-container.show input{
	display: block;
}

.select2-container--default .select2-results>.select2-results__options {
    overflow-x: hidden;
}

.select2-container .select2-selection--single .select2-selection__rendered{
	display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container .select2-selection--single{
	height: auto;
    border: none;
}

.update-delivery-block .edit select + .select2-container .select2-selection--single .select2-selection__rendered{
	background: #fffaee;
}

.events-none{
	pointer-events: none
}

.has-error input{
	border-color: #f50057!important;
}

.delivery-table .delivery-time{
	white-space: nowrap;
}

.user-balance{
    color: #465772;
    font-size: 18px;
    font-weight: bold;
}

.documents-block input{
    display: none;
}

.upload-file-input label{
	display: none;
}

.upload-file-input {
	font-size: 15px;	
}

.delivery-documents-table i{
	font-size: 16px;
}

.delivery-documents-table .del-file{
	cursor: pointer;
	margin-left: 10px;
}

.delivery-documents .document-format{
	font-size: 16px;
	font-weight: 600;
}

.delivery-documents-table .document-format i{
	margin-right: 5px;
}

.delivery-documents-table .document-name{
	font-size: 16px;
	font-weight: 600;
}

.delivery-documents-table a{
	text-decoration: none;
}

.loading-block {
    opacity: .9;
    background-color: #1e1e1e;
    background-image: url(/web/img/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    cursor: no-drop;
}

.delivery-documents-table .document-format {
    text-transform: uppercase;
}

.readonly .form-control {
    background-color: #e9ecef;
    opacity: 1;
}

.readonly .form-control + .select2-container .select2-selection--single .select2-selection__rendered{
    background-color: #e9ecef;
    opacity: 1;
}

.datepicker .form-control, .timepicker .form-control{
	background-color: #fff;
}

.k-input-md .k-input-inner, .k-picker-md .k-input-inner{
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	pointer-events: none;
}

.k-input-solid{
	border: none;
}

.form-control:hover{
	border-color: #212529;
}

.select2-container .select2-selection--single .select2-selection__rendered:hover{
	border-color: #212529;
}

.form-control.k-input-md:hover .k-input-inner{
	border-color: #212529;
}

.delivery-documents-table{
	vertical-align: middle;
}

.view-history-table .form-control {
	pointer-events: none
}

.form-group.required .control-label:after{
	content: '*';
	padding-left: 5px;
}

.has-error .select2-container .select2-selection--single .select2-selection__rendered{
	border-color: #f50057!important;
}

table .price-td{
	white-space: nowrap;
}

table.delivery-table tr td{
	border: 1px solid;
	border-color: transparent;
}

table.delivery-table tr:hover td {
    border-top-color: #212529;
	border-bottom-color: #212529;
}

table.delivery-table tr:hover td:first-child {
    border-left-color: #212529;
}


table.delivery-table tr:hover td:last-child {
    border-right-color: #212529;
}

table.delivery-table .delivery-update td {
    border-top-color: #ff0000;
	border-bottom-color: #ff0000;
}

table.delivery-table .delivery-update td:first-child {
    border-left-color: #ff0000;
}


table.delivery-table .delivery-update td:last-child {
    border-right-color: #ff0000;
}

.user-info .add-page {
    color: #fff;
    display: block;
    width: max-content;
    margin: auto;
    margin-bottom: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.user-info .add-page:hover{
	color: #fff;
}

.user-info .logout{
    color: #fff;
    display: block;
    width: max-content;
    margin: auto;
    padding-top: 3px;
    padding-bottom: 3px;
}

.user-info .logout:hover{
	color: #fff;
}

.generate-rate-confirmation{
    font-size: 20px;
    font-weight: 600;
	color: #fff;
	margin-right: 20px;
	width: 192px;
}

.generate-rate-confirmation:hover {
    color: #fff;
	opacity: 0.8;
}

.loading-btn{
    opacity: 0.7;
    pointer-events: none;
}

.loading-btn span{
	display: none;
}

.loading-btn:before{
	content: 'loading...';
}

.generate-bill-lading{
    font-size: 20px;
    font-weight: 600;
	color: #fff;
	margin-right: 20px;
	width: 192px;
}

.generate-bill-lading:hover {
    color: #fff;
	opacity: 0.8;
}

.duplicate-delivery{
    font-size: 20px;
    font-weight: 600;
	color: #000;
	margin-right: 20px;
	width: 140px;
	background: #bde3ff;
	border-color: #bde3ff;
}

.duplicate-delivery:hover {
    color: #000;
	opacity: 0.8;
}

.field-users-phone:before {
    content: "\f095";
}

.btn-cancel-create{
	margin-right: 20px;
}

.btn-primary{
	font-size: 19px;
}

.info-delivery{
    font-size: 20px;
    font-weight: 600;
	color: #000;
	margin-right: 20px;
	width: 140px;
	background: #bde3ff;
	border-color: #bde3ff;
}

.info-delivery:hover {
    color: #000;
	opacity: 0.8;
}

.topNotification {
    position: fixed;
    top: -150px;
    left: 0;
    width: 100%;
    height: 53.91px;
    background: transparent;
    text-align: center;
    transition: top 1s linear;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
	color: #fff;
}

.topNotification.active {
	transition: top 1s linear;
	top: 0;
}

.topNotification.alert {
	background: #F44336;
}

.topNotification.warning {
    background: #ffc107;
}

.topNotification.success {
    background: #00B462;
}

.filter-delivery{
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 10px;
    flex-wrap: wrap;
    background-color: #eaeaea;
    border-radius: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.filter-delivery > div{
	margin-right: 25px;
}

.filter-delivery label{
    display: block;
    text-align: center;
    color: #a6a9ba;
    font-weight: bold;
    font-size: 17px;
}

.filter-delivery i {
    font-size: 28px;
    padding-left: 20px;
}

.field-users-balance_limit:before {
    content: "\f155";
}

.user-info .user-balance_limit{
	color: #b9b9c3;
	font-size: 16px;
	text-align: center;
}

.read-more-img{
	display: block;
    width: 40px;
	margin: 0px;
	cursor: pointer;
}

.read-more-img img.read-more-hover-icon{
	display: none;
}

.read-more-img:hover img.read-more-icon{
	display: none;
}

.read-more-img:hover img.read-more-hover-icon{
	display: block;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 36px;
}

.created-delivery-user-info{
    margin-left: auto;
    display: flex;
    align-items: center;
    background-color: #eaeaea;
    padding: 10px;
    border-radius: 7px;
    font-weight: 500;
}

.created-delivery-user-info span + span{
	padding-left: 15px;
}

.h1-update-delivery .h1{
	margin-bottom: 0px;
}

.edit-balance-limit-container i.update{
    font-size: 19px;
    cursor: pointer;
    margin-left: 10px;
}

.edit-balance-limit-container input{
	max-width: 115px
}

mark {
    background: transparent;
    color: initial;
}

.edit-balance-limit-container{
	display: flex;
	align-items: center;
}

.balance-limit-history-popup-block{
	display: none;
	background: #3c3c43;
	padding: 30px;
}

.balance-limit-history-popup-block .name{
    color: #ffffff;
    text-align: center;
    font-size: 40px;
    padding-top: 20px;
    padding-bottom: 25px;
	font-weight: bold;
}

.balance-limit-history-popup-block .balance-limit-history-container p{
	display: block;
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 20px;
}

.faciliti-item{
	border: 1px solid #54545a;
    border-radius: 12px;
	padding: 15px;
	margin-bottom: 15px;
}

.faciliti-item .name {
    background: #3c3c43;
    color: #fff;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
    margin-top: 10px;
    font-weight: 700;
    line-height: 40px;
	position: relative;
	padding-right: 35px;
}

.faciliti-item .name a:hover{
	opacity: 0.7;
}

.faciliti-item .name img{
    max-width: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.faciliti-item .location{
	font-size: 13px;
    margin-bottom: 0px;	
}

.faciliti-item .gallery-img-block{
    display: flex;
	width: 100%;
    height: 180px;
    overflow: hidden;
}

.faciliti-item .gallery-img-block img{
    margin: auto;
    display: block;
	max-height: 180px;
	width: auto;
}

.faciliti-container {
    background: #fefefe;
    padding-top: 25px;
    padding-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 15px;
    border-radius: 10px;
}

.search-block-faciliti input{
    border: 1px solid #d2d6da;
    border-radius: 10px !important;
    padding: 7px 10px;
    line-height: 1;	
}

.search-block-faciliti{
    margin-top: 10px;
    margin-left: 50px;
}

.faciliti-container .head-table-block{
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.change-faciliti-image div {
	display: flex;
	height: 100px;
	width: 100px;
	overflow: hidden;
	position: relative;
}

.change-faciliti-image div + div{
	margin-left: 15px;
}

.change-faciliti-image img{
	max-height: 100px;
	max-width: 100px;
	margin: auto;
}

.add-faciliti-image{
    cursor: pointer;
    width: 100%;
    display: block;
    text-align: right;
    margin-top: 20px;
}

.change-faciliti-image .del-faciliti-image{
	position: absolute;
    right: 0;
    top: -5px;
    color: red;
    cursor: pointer;	
}

.add-faciliti-image input {
    display: none;
}

.change-faciliti-image{
    display: flex;
    flex-wrap: wrap;
}

.faciliti-delete-btn {
    margin-top: 50px;
    margin-left: auto;
    display: block;
    width: max-content;
}

.faciliti-owl-carousel.owl-theme .owl-nav{
    margin: 0;	
}

.faciliti-owl-carousel.owl-theme .owl-nav button{
    position: absolute;
    top: 45%;
    font-size: 90px;
    color: #000;
    line-height: 35px;
}

.faciliti-owl-carousel.owl-carousel .owl-nav button.owl-next{
	right: -15px;
}

.faciliti-owl-carousel.owl-carousel .owl-nav button.owl-prev{
	left: -15px;
}

.faciliti-owl-carousel.owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent;
    color: #000;
    opacity: 0.7;	
}

.faciliti-owl-carousel.owl-theme .owl-dots{
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}

.faciliti-owl-carousel.owl-theme .owl-dots .owl-dot.active span, .faciliti-owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #9bd351;
}

.addicon-img{
	max-width: 27px;
    margin-left: 10px;
	cursor: pointer;
}















@media screen and (min-width: 767px) {
	.col-md-2-4 {flex: 0 0 auto; width: 20%;}

}






@media screen and (max-width: 1200px) {
	.delivery-pull-right-btn-block{width: 100%; margin-top: 20px; display: flex; justify-content: space-around; flex-wrap: wrap; float: left;}


}


@media screen and (max-width: 991px) {
	.add-load{margin-left: 25px;}
	.user-info{margin-left: 25px;}
	table{display: block; white-space: nowrap;}
	thead, tbody, tfoot, tr, td, th{width: 100%;}
	
	.delivery-pull-right-btn-block a, .delivery-pull-right-btn-block button{width: 31%; margin-bottom: 15px; margin-right: 0px;}
	
	.h1-update-delivery-admin .h1{font-size: 20px;}
	.h1-update-delivery-admin .created-delivery-user-info span + span {padding-left: 10px;}
	.h1-update-delivery-admin .arrow-circle-left {padding-right: 5px;}
	.h1-update-delivery-admin .created-delivery-user-info span {font-size: 12px;}
	
}


@media screen and (max-width: 767px) {
	.col-sm-offset-4 {margin-left: auto;}
	.search-block{display: none;}
	.name-stop {margin-bottom: 20px;}

	.delivery-pull-right-btn-block a, .delivery-pull-right-btn-block button{width: 48%;}
	.filter-delivery{justify-content: center;}
	.add-load img{max-height: 34px;}
	.loads-bord-container h1{font-size: 28px;}
	
	.h1-update-delivery .h1{font-size: 16px;}
	.h1-update-delivery .all-history i {padding-left: 5px;}
	
	.h1-update-delivery-admin{flex-wrap: wrap; justify-content: space-between;}
	.h1-update-delivery-admin .created-delivery-user-info{margin-left: 0px; margin-bottom: 10px;}
	/*.h1-update-delivery-admin .header-history{margin-left: 0px;}*/
	

}

@media screen and (max-width: 600px) {
	#header .logo img{max-width: 150px;}
	.logo-icon{display: none;}
	
	.delivery-pull-right-btn-block a, .delivery-pull-right-btn-block button{width: 100%;}
	.h1-update-delivery-admin .created-delivery-user-info span {font-size: 10px;}
	.h1-update-delivery-admin .created-delivery-user-info span + span {padding-left: 7px;}
	.created-delivery-user-info {padding: 7px;}
	
	.filter-delivery > div.filter-carrier-container{max-width: 100%; margin: 0; padding-left: 10px; padding-right: 10px;}
	.filter-delivery select{max-width: 100%;}
	.filter-delivery select option{white-space: normal;}
	.faciliti-container .head-table-block .add-record{width: 100%; text-align: right; margin-top: 10px; padding-right: 0;}
	.search-block-faciliti{margin-left: auto;}
	.faciliti-container.loads-bord-container h1{padding-left: 0px;}
}

@media screen and (max-width: 450px) {
	.add-load{margin-left: 10px; font-size: 12px;}
	.user-info{margin-left: 10px;}
	.user-info div + div{margin-left: 12px;}
	
	.h1-update-delivery .arrow-history{padding-left: 5px; padding-right: 5px;}
	.h1-update-delivery .arrow-circle-left {padding-right: 5px;}
	.h1-update-delivery .all-history{padding-left: 7px; padding-right: 7px;}
	
	.container-fluid {padding-left: 5px; padding-right: 5px;}
	.form-change {padding-left: 15px; padding-right: 15px;}
	
	.h1-update-delivery-admin .h1 {font-size: 12px;}
	
}