/*no blue border on button click */
button:active,
button:focus,
button.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui-widget {
	font-family: Lato, sans-serif !important;
	font-size: 1em;
}

.greyLabel {
	font-family: Lato, sans-serif !important;
	font-size: 1em;
}

/*no blue border on image click */

img:active,
img:focus,
img.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui-inputtext {
	background: transparent !important;
	color: #fff !important;
}

.ui-state-default {
	border: 0px solid #d6d6d6 !important;
}

.ui-inputtext:enabled:hover {
	border-color: transparent !important;
}

.ui-inputtext:focus {
	box-shadow: 0px 0px 0px #fff !important;
}

/* color of dropdwons for Windows*/

option {
	background-color: #282828;
	color: #fff;
}

.col-icon {
	width: 38px;
	text-align: center;
}

.isloading-wrapper.isloading-right {
	margin-left: 10px;
}

.isloading-overlay {
	position: relative;
	text-align: center;
}

.isloading-overlay .isloading-wrapper {
	background: #fff;
	-webkit-border-radius: 7px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 7px;
	-moz-background-clip: padding;
	border-radius: 7px;
	background-clip: padding-box;
	display: inline-block;
	margin: 0 auto;
	padding: 10px 20px;
	top: 10%;
	z-index: 9000;
}

.situation-block {
	width: 475px;
	height: 110px;
	margin-top: 12px;
	margin-left: 10px;
	border-bottom-right-radius: 20px;
	background-color: #282828;
	position: relative;
	z-index: 999;
}

.client-info-block {
	width: 475px;
	padding-bottom: 10px;
	margin-top: 12px;
	margin-left: 10px;
	border-bottom-right-radius: 20px;
	background-color: #282828;
	position: relative;
}

.route-info-block {
	width: 475px;
	height: 280px;
	margin-top: 12px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-bottom-right-radius: 20px;
	background-color: #282828;
	position: relative;
	z-index: 1;
}

.my-services-block {
	width: 475px;
	height: 180px;
	margin-top: 12px;
	margin-left: 10px;
	border-bottom-right-radius: 20px;
	background-color: #282828;
	position: relative;
	z-index: -999;
}

.phone-block {
	width: 475px;
	height: 280px;
	margin-top: -280px;
	margin-right: 10px;
	float: right;
	border-bottom-right-radius: 20px;
	background-color: #282828;
	position: relative;
	z-index: -999;
}

.incoming-call-block {
	width: 475px;
	height: 110px;
	margin-top: -402px;
	margin-right: 10px;
	float: right;
	border-bottom-right-radius: 20px;
	background-color: #282828;
	position: relative;
	z-index: -999;
}

.orange-header {
	height: 30px;
	background-color: #fc521e;
}

.phone-header {
	height: 30px;
	background-color: #181818;
}

.route-info-header {
	height: 30px;
	background-color: #181818;
}

.black-header {
	height: 30px;
	background-color: #181818;
}

.situation-header {
	height: 30px;
	background-color: #181818;
}

.my-services-header {
	height: 30px;
	background-color: #181818;
}

.burguer_dropdown {
	width: 56px;
	height: auto;
	padding-bottom: 12px;
	margin-top: 40px;
	float: right;
	border-bottom-right-radius: 20px;
	background-color: #282828;
	position: absolute;
	z-index: 200;
	right: 10px;
}

.login-block {
	max-width: 30em;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	border-bottom-right-radius: 20px;
	flex-direction: column;
}

.login-header {
	padding: 6px 12px;
	background-color: #181818;
}

.login-page-background-area {
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0;
}

.email-login-div {
	margin-right: 12px;
	margin-left: 12px;
	border-bottom: 3px solid #181818;
}

.password-login-div {
	height: 70px;
	margin-right: 15px;
	margin-left: 15px;
	border-bottom: 3px solid #000;
}

.password-login-desc {
	color: #fff;
	margin-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
	max-width: 100%;
}

.login-arrow {
	width: 45px;
	height: 100%;
	background-color: transparent;
	display: inline-flex;
}

.login-desc {
	color: #fff;
	margin: 5px 16px;
}

.forgot-password {
	color: #fff;
	margin-top: 5px;
	margin-left: 16px;
}

.login-button {
	display: flex;
	justify-content: flex-end;
	margin: 15px;
}

.login-email-input {
	max-width: 100%;
	padding: 30px 0px 0px;
	border-color: transparent;
	background-color: transparent;
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 34px;
}

.login-password-input {
	height: 60px;
	padding: 30px 0px 0px;
	border-color: transparent;
	background-color: transparent;
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 34px;
	max-width: 100%;
}

.login-header-text {
	font-family: Lato, sans-serif;
	color: #fc521e;
	font-size: 16px;
}

.notes-text {
	margin-left: 0px;
	padding-top: 7px;
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}

.header-text {
	margin-left: 15px;
	padding-top: 7px;
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}

.header-text-home {
	margin-left: 15px;
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	margin-top: 7px;
}

.situation-icons-div {
	height: auto;
	margin-left: 15px;
}

.situation-icon {
	height: 34px;
	margin: -2px 2.5px 0px;
	cursor: pointer;
}

.roadside-text {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 15px;
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 12px;
}

.search-row {
	height: 10px;
}

.search-field {
	display: block;
	width: 375px;
	height: 30px;
	margin-top: 15px;
	margin-left: 15px;
	border-radius: 50px;
	color: #181818;
}

.road-client-info-clear-icon {
	height: 20px;
	width: 20px;
	margin-top: 21px;
	cursor: pointer;
}

.incoming-call-body-title-col {
	height: 35px;
	padding-left: 12px;
	border-bottom: 0px none transparent;
}

.incoming-call-col-1 {
	display: block;
	padding-left: 0px;
}

.incoming-call-body-title-div-left {
	width: 120px;
	height: 35px;
	border-bottom: 3px solid #181818;
}

.incoming-call-body-title-right-div {
	width: 184px;
	height: 35px;
	margin-left: 1px;
	border-style: none none solid;
	border-width: 3px;
	border-color: #181818;
}

.incoming-call-body-title-div-right {
	width: 120px;
	height: 35px;
	border-bottom: 1px solid #000;
}

.incoming-call-body-title-div-middle {
	width: 120px;
	height: 35px;
	margin-left: 6px;
	border-bottom: 3px solid #181818;
}

.phone-title-body-text {
	padding-top: 12px;
	padding-left: 2px;
	font-family: Lato, sans-serif;
	color: #9c9ea1;
	font-size: 12px;
}

.incoming-call-numero {
	padding-top: 11px;
	padding-left: 2px;
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 16px;
}

.campaign-text-incoming-call {
	padding-top: 11px;
	padding-left: 2px;
	font-family: Lato, sans-serif;
	color: #00c4b3;
	font-size: 16px;
}

.myservices-po-div {
	width: 130px;
	height: 35px;
	margin-left: 15px;
	border-bottom: 3px solid #181818;
}

.myservices-est-div {
	width: 75px;
	height: 35px;
	border-bottom: 3px solid #181818;
}

.myservices-status-div {
	width: 75px;
	height: 35px;
	margin-left: 10px;
	border-bottom: 3px solid #181818;
	font-family: Lato, sans-serif;
	font-weight: 300;
}

.myservices-vehicle-div {
	width: 125px;
	height: 35px;
	margin-left: 18px;
	border-bottom: 3px solid #181818;
}

.myservices-title-body-text {
	padding-top: 12px;
	padding-left: 2px;
	font-family: Lato, sans-serif;
	color: #9c9ea1;
	font-size: 12px;
}

.myservices-bodytext-white {
	padding-top: 12px;
	padding-left: 2px;
	font-family: Lato, sans-serif;
	color: #fff;
	font-weight: 300;
}

.myservices-body-text-green {
	padding-top: 12px;
	padding-left: 2px;
	font-family: Lato, sans-serif;
	color: #00c4b3;
}

.myservices-vehiculo-image-van {
	height: 22px;
	margin-top: 7px;
	margin-left: 1px;
}

.myservices-vehiculo-image-grua {
	height: 27px;
	margin-top: 2px;
	margin-left: 1px;
	padding-top: 0px;
}

.myservices-vehiculo-image-auto {
	height: 22px;
	margin-top: 7px;
	margin-left: 1px;
}

.myservices-go-to-icon {
	height: 20px;
	margin-top: 6px;
	float: right;
	cursor: pointer;
}

.phone-recent-div {
	width: 137px;
	height: 35px;
	margin-left: 15px;
	padding-left: 0px;
	border-bottom: 3px solid #181818;
}

.incoming-call-directory-div {
	width: 137px;
	height: 35px;
	margin-left: 8px;
	border-bottom: 3px solid #181818;
}

.incoming-call-favorites-div {
	width: 137px;
	height: 35px;
	margin-left: 1px;
	border-bottom: 3px solid #181818;
}

.phone-body-text {
	padding-top: 10px;
	padding-left: 2px;
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}

.phone-dot {
	height: 15px;
	margin-top: 10px;
	float: right;
}

.situation-icon-avion {
	height: 40px;
	margin-top: -2px;
	margin-bottom: 0px;
	margin-left: 25px;
	cursor: pointer;
}

.hs-history-block {
	display: block;
	width: 475px;
	height: 280px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-right-radius: 20px;
	background-color: #282828;
}

.hs-history-header {
	height: 30px;
	background-color: #181818;
}

.hs-history-header-text {
	margin-left: 15px;
	padding-top: 7px;
	font-family: Lato, sans-serif;
	color: #fff;
}

.hs-history-client-div {
	width: 90%;
	height: 60px;
	margin-left: 15px;
	border-bottom: 3px solid #181818;
}

.hs-history-top-body-col {
	padding-left: 0px;
}

.hs-history-account-div {
	width: 90%;
	height: 60px;
	border-bottom: 3px solid #181818;
}

.hs-history-title-text {
	display: block;
	padding-top: 15px;
	font-family: Lato, sans-serif;
	color: #9c9ea1;
	font-size: 12px;
}

.hs-services-client-account-text {
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 18px;
	margin-top: -3px;
}

.hs-history-body-title-col {
	height: 30px;
	padding-left: 0px;
}

.hs-history-body-title-text {
	padding-top: 15px;
	padding-left: 0px;
	font-family: Lato, sans-serif;
	color: #9c9ea1;
	font-size: 12px;
}

.hs-history-body-title-text-left {
	padding-top: 15px;
	padding-left: 15px;
	font-family: Lato, sans-serif;
	color: #9c9ea1;
	font-size: 12px;
}

.hs-history-table-div {
	display: block;
	width: 435px;
	height: 120px;
	margin-top: 5px;
	margin-left: 15px;
	background-color: #181818;
}

.hs-history-total-services-text {
	padding-top: 7px;
	padding-left: 18px;
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 20px;
}

.hs-history-table-col {
	height: 40px;
	padding-left: 0px;
}

.hs-history-table-data-div {
	height: 40px;
	border-bottom: 3px solid #000;
}

.hs-history-tuberia-img {
	height: 18px;
	margin-top: 11px;
	margin-left: 10px;
}

.hs-history-rayo-img {
	height: 23px;
	margin-top: 8px;
	margin-left: 15px;
}

.hs-history-services-data-text {
	padding-top: 10px;
	padding-left: 10px;
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 12px;
}

.hs-history-date-text {
	padding-top: 10px;
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 14px;
}

.first-name-col-client-info {
	height: 35px;
	padding-right: 0px;
	padding-left: 0px;
}

.last-name-col-client-info {
	height: 35px;
	padding-right: 0px;
	padding-left: 0px;
}

.account-col-client-info {
	height: 35px;
	padding-right: 0px;
	padding-left: 0px;
}

.make-col-client-info {
	height: 35px;
	padding-right: 0px;
	padding-left: 0px;
}

.model-col-client-info {
	height: 35px;
	padding-left: 0px;
}

.year-col-client-info {
	height: 35px;
}

.color-col-client-info {
	height: 35px;
	padding-right: 0px;
	padding-left: 0px;
}

.plate-col-client-info {
	height: 35px;
	padding-right: 0px;
	padding-left: 0px;
}

.vin-col-client-info {
	height: 35px;
	padding-right: 0px;
	padding-left: 0px;
}

.phone-1-col-client-info {
	height: 35px;
	padding-right: 0px;
	padding-left: 0px;
}

.phone-2-col-client-info {
	height: 35px;
	padding-right: 0px;
	padding-left: 0px;
}

.total-services-col-client-info {
	height: 35px;
	padding-right: 0px;
	padding-left: 0px;
}

.left-div-client-info {
	height: 35px;
	margin-right: 1px;
	margin-left: 15px;
	border-bottom: 3px solid #181818;
}

.middle-div-client-info {
	height: 35px;
	width: 143px;
	margin-right: 10px;
	margin-left: 8px;
	border-bottom: 3px solid #181818;
}

.right-div-client-info {
	height: 35px;
	margin-right: 10px;
	margin-left: 1px;
	border-bottom: 3px solid #181818;
}

.body-top-div-block-client-info {
	margin-top: -8px;
}

.client-info-body-text {
	padding-top: 10px;
	padding-left: 2px;
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}

.client-info-body-text-travel {
	padding-top: 10px;
	padding-left: 2px;
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}

.bottom-left-div-client-info {
	height: 35px;
	margin-right: 81px;
	margin-left: 15px;
	border-bottom: 3px solid #181818;
}

.floppy-icon-img {
	height: 40px;
	margin-top: 8px;
	margin-right: 0px;
	margin-left: 19px;
	cursor: pointer;
}

.plus-icon-img {
	height: 40px;
	margin-top: 8px;
	margin-left: 7px;
	cursor: pointer;
}

.switch-demand-img {
	height: 18px;
	margin-top: 19px;
	cursor: pointer;
}

.switch-demand-img-home {
	height: 16px;
	margin-top: 7px;
	cursor: pointer;
}

.switch-plan-img {
	height: 18px;
	margin-top: 20px;
	margin-left: 0px;
	cursor: pointer;
}

.radio-mensual {
	height: 18px;
	margin-top: 20px;
	margin-left: -45px;
	cursor: pointer;
}

.radio-anual {
	height: 18px;
	margin-top: 20px;
	margin-left: -30px;
	cursor: pointer;
}

.switch-emergency-img-home {
	height: 16px;
	margin-top: 10px;
	cursor: pointer;
}

.on-demand-text-client-info {
	padding-top: 18px;
	padding-left: 6px;
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 11px;
}

.plan-switch-text {
	padding-top: 18px;
	padding-left: 0px;
	margin-left: -10px;
	font-family: Lato, sans-serif;
	color: #9c9ea1;
	font-size: 11px;
}

.mensual-radio-text {
	padding-top: 19px;
	margin-left: -50px;
	font-family: Lato, sans-serif;
	color: #9c9ea1;
	font-size: 11px;
}

.anual-radio-text {
	padding-top: 19px;
	margin-left: -35px;
	font-family: Lato, sans-serif;
	color: #9c9ea1;
	font-size: 11px;
}

.on-demand-text-home {
	padding-top: 6px;
	padding-left: 3px;
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 11px;
}

.emergency-text-home {
	margin-top: 5px;
	padding-left: 3px;
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 11px;
}

.clock_icon_img {
	height: 19px;
	margin-top: 8px;
	float: right;
	cursor: pointer;
}

.pindrop-img-client-info {
	height: 20px;
	margin-top: 7px;
	margin-right: 6px;
	float: right;
	cursor: pointer;
}

.down-arrow-img-client-info {
	height: 10px;
	margin-top: 14px;
	margin-right: 6px;
	float: right;
}

.switch-situation-img {
	height: 18px;
	margin-top: 6px;
	margin-right: 10px;
	float: right;
	cursor: pointer;
}

.auto-icon {
	height: 21px;
	margin-right: 10px;
	margin-top: 5px;
	float: right;
}

.motora-icon {
	height: 20px;
	margin-right: 10px;
	margin-top: 4px;
	float: right;
}

.road-icon {
	height: 17px;
	margin-right: 9px;
	margin-top: 6.5px;
	float: right;
}

.home-icon {
	height: 20px;
	margin-right: 11px;
	margin-top: 4px;
	float: right;
}

.route-info-header-text-right {
	margin-right: 15px;
	padding-top: 7px;
	float: right;
	font-family: Lato, sans-serif;
	color: #fc521e;
	font-weight: 400;
}

.top-row-body-route-info {
	margin-top: 8px;
}

.dot-to-pin-img-route-info {
	display: block;
	height: 60px;
	margin-top: 24px;
	margin-right: auto;
	margin-left: auto;
}

.body-input-1 {
	width: 140px;
	background-color: transparent;
	border: none;
	color: #fff;
	font-family: Lato, sans-serif;
}

.excedente-price-input {
	background-color: #4d4d4d;
	color: #72d54a;
	font-family: Lato, sans-serif;
	width: 100px;
	border: none;
	margin-top: 1px;
}

.body-input-2 {
	margin-top: -3px;
	width: 140px;
	background-color: transparent;
	border: none;
	color: #fff;
	font-family: Lato, sans-serif;
}

.body-input-3 {
	margin-top: -3px;
	width: 263px;
	background-color: transparent;
	border: none;
	color: #fff;
	font-family: Lato, sans-serif;
}

.body-input-4 {
	margin-top: -3px;
	width: 365px;
	background-color: transparent;
	border: none;
	color: #fff;
	font-family: Lato, sans-serif;
	font-size: 12px;
}

.body-input-address {
	margin-top: -3px;
	width: 445px;
	background-color: transparent;
	border: none;
	color: #fff;
	font-family: Lato, sans-serif;
}

.pindrop-route-info-travel {
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 17px;
	margin-top: 22px;
}

.pindrop-route-info-home {
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 17px;
	margin-top: 22px;
}

.grua-img-route-info {
	display: block;
	height: 15px;
	margin-top: 22px;
	margin-right: auto;
	margin-left: auto;
}

.zip-div-route-info {
	height: 35px;
	margin-right: 1px;
	margin-left: 41px;
	border-bottom: 3px solid #181818;
}

.paperclip-img-route-info {
	display: block;
	height: 20px;
	margin-top: 17px;
	margin-right: auto;
	margin-left: auto;
}

.paper-plane-img-route-info {
	display: block;
	height: 30px;
	margin-top: 15px;
	margin-left: 20px;
	float: left;
	cursor: pointer;
}

.paper-plane-img-route-info-travel {
	display: block;
	height: 45px;
	margin-top: 55px;
	margin-left: 10px;
	float: left;
	cursor: pointer;
}

.left-text-div-route-info {
	height: 45px;
	margin-right: 10px;
	border-bottom: 3px solid #181818;
}

.road-left-text-div-route-info {
	height: 45px;
	margin-right: 65px;
	border-bottom: 3px solid #181818;
}

.w-col {
	/*padding-right: 0px;*/
	padding-left: 0px;
}

.right-text-div-route-info {
	width: 149px;
	height: 45px;
	border-bottom: 3px solid #181818;
}

.body-text-route-info {
	padding-top: 19px;
	padding-left: 2px;
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}

.down-arrow-img-route-info {
	height: 13px;
	margin-top: 20px;
	margin-right: 0px;
	float: right;
}

.lupa-route-info {
	height: 15px;
	width: 15px;
	margin-top: 20px;
	margin-right: 10px;
	float: right;
	cursor: pointer;
}

.mapa-route-info {
	height: 40px;
	width: 40px;
	margin-top: -12px;
	margin-right: -51px;
	float: right;
	cursor: pointer;
}

.mapa-route-info-situation {
	height: 40px;
	width: 40px;
	margin-top: 2px;
	margin-right: -51px;
	float: right;
	cursor: pointer;
}

.lupa-client-info-search {
	height: 22px;
	width: 22px;
	margin-top: 19px;
	margin-right: 11px;
	float: right;
	cursor: pointer;
}

.search-col {
	margin-bottom: -7px;
}

.date-text-client-info {
	margin-top: 17px;
	margin-left: 5px;
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}

.home-left-col {
	padding-right: 0px;
	padding-left: 0px;
}

.home-col-left {
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	position: absolute;
}

.home-col-right {
	z-index: 10;
	float: right;
	padding-right: 0px;
	padding-left: 0px;
	position: relative;
}

.address-div-client-info-home {
	height: 35px;
	margin-right: 10px;
	margin-left: 15px;
	border-bottom: 0px none transparent;
}

.down-arrow-client-info-home {
	height: 10px;
	margin-top: 14px;
	margin-right: 4px;
	float: right;
}

.no-pad {
	padding-right: 0px;
	padding-left: 0px;
	border-right: 0px none transparent;
}

.no-pad.col-right-border-payment {
	border-right: 3px solid #181818;
}

.no-pad.place-holder {
	height: 35px;
}

.address-div-client-info-travel {
	height: 35px;
	margin-right: 8px;
	border-bottom: 3px solid #181818;
	width: 293px;
}

.city-div-client-info-travel {
	height: 35px;
	margin-left: 3px;
	border-bottom: 3px solid #181818;
}

.search-map-block {
	display: block;
	width: 900px;
	height: 750px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-right-radius: 20px;
	background-color: #282828;
}

.payment-block-cc-no-plan {
	display: block;
	width: 677px;
	height: 350px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-right-radius: 20px;
	background-color: #282828;
}

.payment-block-cc-plan {
	display: block;
	width: 677px;
	height: 430px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-right-radius: 20px;
	background-color: #282828;
}

.payment-block-cash {
	display: block;
	width: 677px;
	height: 315px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-right-radius: 20px;
	background-color: #282828;
}

.payment-block-gift {
	display: block;
	width: 677px;
	height: 355px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-right-radius: 20px;
	background-color: #282828;
}

.top-gray--div-payment {
	height: 65px;
	background-color: #4d4d4d;
}

.close-x {
	height: 12px;
	margin-top: 9px;
	margin-right: 5px;
	float: right;
	cursor: pointer;
}

.providers-block {
	display: block;
	width: 675px;
	height: 463px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-right-radius: 20px;
	background-color: #282828;
}

.clients-block {
	display: block;
	width: 677px;
	height: 462px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-right-radius: 20px;
	background-color: #282828;
}

.service-num-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
	border-bottom-right-radius: 20px;
	background-color: #282828;
}

.map-div-service-num {
	height: 435px;
	border-bottom-right-radius: 20px;
}

.check-circle-providers {
	width: 22px;
	height: 22px;
	margin-top: 5px;
	float: right;
}

.driver-div-providers {
	height: 35px;
	margin-left: 10px;
	border-bottom: 3px solid #181818;
}

.middle-content-div-providers {
	height: 35px;
	border-bottom: 3px solid #181818;
}

.check-circle-div-providers {
	height: 35px;
	margin-right: 10px;
	border-bottom: 3px solid #181818;
}

.info-row-div-providers {
	height: 35px;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom: 3px solid #181818;
}

.body-text-providers {
	padding-top: 10px;
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
}

.star-rating-providers {
	width: 13px;
	height: 13px;
	margin-top: 12px;
	margin-right: 1px;
	margin-left: 1px;
}

.van-providers {
	display: block;
	height: 16px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

.dot-providers {
	height: 14px;
	margin-top: 12px;
}

.half-star-rating-providers {
	width: 6.5px;
	height: 13px;
	margin-top: 12px;
	margin-right: 1px;
	margin-left: 1px;
}

.grua-providers {
	display: block;
	height: 20px;
	margin-top: 7px;
	margin-right: auto;
	margin-left: auto;
}

.auto-providers {
	display: block;
	height: 14px;
	margin-top: 13px;
	margin-right: auto;
	margin-left: auto;
}

.flatbed-providers {
	display: block;
	height: 16px;
	margin-top: 11px;
	margin-right: auto;
	margin-left: auto;
}

.total-items-text-providers {
	margin-top: 50px;
	padding-right: 15px;
	float: right;
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 12px;
}

.left-div-body-payment {
	height: 40px;
	margin-right: 7px;
	margin-left: 15px;
	border-bottom: 3px solid #181818;
}

.left-div-body-payment.first-div-service-num {
	margin-top: 10px;
}

.item-title-div-payment {
	height: 30px;
	margin-top: 10px;
	border-right: 3px solid #181818;
}

.item-title-text-payment {
	padding-top: 6px;
	padding-right: 5px;
	float: left;
	font-family: Lato, sans-serif;
	color: #9c9ea1;
	font-size: 12px;
}

.body-text-payment {
	width: 220px;
	margin-top: 13px;
	padding-left: 8px;
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 18px;
	background-color: #282828;
	border: none;
	font-weight: 400;
}

.body-text-payment-exp {
	width: 45px;
	margin-top: 13px;
	padding-left: 8px;
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 18px;
	background-color: #282828;
	border: none;
	font-weight: 400;
}

.right-div-body-payment {
	height: 40px;
	margin-right: 30px;
	margin-left: 7px;
	border-bottom: 3px solid #181818;
}

.item-title-text-payment-white {
	padding-top: 6px;
	padding-right: 6px;
	float: right;
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 11.4px;
}

.left-div-body-payment-div {
	height: 40px;
	margin-right: 7px;
	margin-left: 15px;
	border-bottom: 3px solid #343434;
}

.right-div-body-payment-top {
	height: 40px;
	margin-right: 15px;
	margin-left: 7px;
	border-bottom: 0px none transparent;
}

.price-payment {
	margin-top: 13px;
	padding-left: 8px;
	font-family: Lato, sans-serif;
	color: #72d54a;
	font-size: 18px;
}

.icon-payment {
	height: 26px;
	margin-top: 10px;
	margin-left: 10px;
	cursor: pointer;
}

.icon-payment-yappy {
	height: 18px;
	margin-top: 10px;
	margin-left: 10px;
	cursor: pointer;
}

.tarjeta-icon-payment {
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	cursor: pointer;
}

.corporate-icon-payment {
	height: 24px;
	margin-top: 0px;
	margin-left: 10px;
	cursor: pointer;
}

.gift-icon-payment {
	height: 26px;
	margin-top: 0px;
	margin-left: 10px;
	cursor: pointer;
}

.tarjetas-div-payment {
	height: 35px;
}

.first-tarjeta-payment {
	height: 20px;
	margin-top: 5px;
	margin-left: 72px;
	border-radius: 2px;
}

.tarjeta-payment {
	height: 20px;
	margin-top: 5px;
	margin-left: 5px;
	border-radius: 2px;
}

.checkmark-payment {
	height: 40px;
	width: 40px;
	margin-top: -2px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: transparent;
	float: right;
	cursor: pointer;
	background-color: transparent;
	background-image: url('../images/checkmark_green.png');
}

.notes-btn {
	height: 40px;
	width: 40px;
	position: absolute;
	top: 20px;
	left: 10px;
	/* margin-top: -2px; */
	/* margin-right: 10px; */
	/* margin-bottom: 5px; */
	border: transparent;
	/* float: left; */
	/* position: absolute; */
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/checkmark_green.png);
}

.btn_content {
	width: 100%;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

.checkmark-payment-btn {
	height: 40px;
	cursor: pointer;
	background-color: transparent;
}

.item-title-top-div-payment {
	height: 30px;
	margin-top: 10px;
	border-right: 3px solid #343434;
	border-bottom: 3px solid #343434;
}

.top-body-div-payment {
	padding-top: 13px;
}

.main-div-dispatch {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #282828;
}

.header-text-dispatch {
	display: block;
	padding-top: 10px;
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 20px;
	text-align: center;
}

.title-text-dispatch {
	margin-top: 65px;
	margin-left: 40px;
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 90px;
	font-weight: 300;
}

.title-text-provider {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 40px;
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 90px;
	font-weight: 300;
}

.icon-dispatch {
	height: 90px;
	margin-top: 30px;
	margin-right: 25px;
	float: right;
	cursor: pointer;
}

.flags-icons-dashboard {
	height: 20px;
	/*margin-top: 10px;*/
	margin-right: 25px;
	float: right;
	cursor: pointer;
}

.icon-dispatch.last-icon-dispatch {
	float: right;
}

.black-header-dispatch {
	height: 40px;
	background-color: #181818;
}

.table-div-dashboard {
	display: block;
	width: 95%;
	/*height: 400px;*/
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
}

.table-div-subscriptions {
	display: block;
	width: 95%;
	/*height: 400px;*/
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
}

.left-body-div-service-num {
	height: 400px;
}

.left-div-body-service-num {
	height: 40px;
	margin-right: 10px;
	margin-left: 15px;
	border-bottom: 3px solid #181818;
}

.body-text-top-service-num {
	margin-top: 13px;
	padding-left: 8px;
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 14px;
}

.cost-input-service-num {
	margin-top: 35px !important;
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 14px;
	background-color: #282828;
	border: none;
}

.div-final-price {
	padding-top: 13px;
}

.dollar-sign-cost-input {
	margin-top: 35px !important;
	margin-left: 7px;
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 14px;
}

.left-middle-body-div-service-num {
	height: 35px;
	margin-right: 5px;
	margin-left: 15px;
	border-bottom: 3px solid #181818;
}

.address_home_service_number {
	height: 35px;
	margin-right: 10px;
	margin-left: 15px;
	border-bottom: 3px solid #181818;
}

.country_home_service_number {
	height: 35px;
	margin-right: 10px;
	margin-left: 15px;
	border-bottom: 3px solid #181818;
}

.right-middle-body-div-service-num {
	height: 35px;
	margin-right: 10px;
	margin-left: 5px;
	border-bottom: 3px solid #181818;
}

.input-millaje-final {
	padding-top: 12px;
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	background-color: #282828;
	border: none;
}

.body-text-service-num {
	padding-top: 12px;
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}

.cancel-icon-service-num {
	height: 40px;
	margin-right: 15px;
	float: right;
	cursor: pointer;
}

.save-icon-service-num {
	height: 40px;
	margin-right: 15px;
	float: right;
	cursor: pointer;
}

.first-bottom-icon-service-num {
	height: 40px;
	margin-left: 15px;
	float: left;
	cursor: pointer;
}

.notes-icon-service-num {
	height: 41px;
	width: 41px;
	margin-left: 7px;
	margin-top: -1px;
	float: left;
	cursor: pointer;
}

.bottom-icon-middle-service-num {
	height: 40px;
	margin-left: 7px;
	float: left;
	cursor: pointer;
}

.icons-row-service-num {
	margin-top: 10px;
}

.address-row-client-info-home {
	height: 35px;
	border-bottom: 3px solid #181818;
}

.address-div-payment {
	height: 40px;
	margin-right: 30px;
	margin-left: 15px;
	border-bottom: 3px solid #181818;
}

.div-addres-inner-payment {
	width: 606px;
	height: 40px;
	margin-left: 0px;
}

.address-text-div-payment {
	height: 30px;
	margin-top: 10px;
	border-right: 0px none transparent;
	border-left: 3px solid #181818;
}

.address-title-text-payment {
	padding-top: 16px;
	float: left;
	font-family: Lato, sans-serif;
	color: #9c9ea1;
	font-size: 11.5px;
}

.address-text-payment {
	width: 100%;
	padding-top: 3px;
	padding-left: 8px;
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 18px;
	background-color: #282828;
	border: none;
	font-weight: 400;
}

.hamburger-div {
	width: 56px;
	height: 30px;
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	background-color: #181818;
	cursor: pointer;
	position: relative;
	z-index: 999;
}

.hamburger-div:focus {
	outline: 0 !important;
}

.hamburger {
	display: block;
	height: 15px;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
}

.icon-dropdown {
	display: block;
	height: 40px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
}

.icon-dropdown-2 {
	display: block;
	height: 50px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
}

.icon-dropdown-users {
	display: block;
	height: 44px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
}

.phone-icon-left-phone {
	height: 37px;
	margin-top: 20px;
	margin-left: 12px;
	cursor: pointer;
}

.arrow-icon-phone {
	height: 37px;
	margin-top: 20px;
	margin-left: 20px;
	cursor: pointer;
}

.phone-number-left-div-phone {
	height: 60px;
	margin-left: 15px;
	border-bottom: 3px solid #181818;
}

.phone-number-right-div-phone {
	height: 60px;
	border-bottom: 3px solid #181818;
	margin-right: 15px;
}

.phone-icon-right-phone {
	height: 37px;
	margin-top: 20px;
	margin-left: 2px;
	cursor: pointer;
}

.left-div-incoming-call {
	height: 35px;
	margin-right: 10px;
	margin-left: 15px;
	border-bottom: 3px solid #181818;
}

.right-div-incoming-call {
	height: 35px;
	margin-right: 15px;
	border-bottom: 3px solid #181818;
}

.phone-number-phone {
	padding-top: 1px;
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 20px;
}

.message-box {
	height: 80px;
	margin-top: 7px;
}

.message-box-input {
	margin-top: 7px;
	height: 80px;
	width: 347px;
	margin-left: 3px;
	padding-left: 9px;
	padding-right: 9px;
	background-color: #fff;
	color: #181818;
	font-family: Lato, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	resize: none;
}

.message-box-input-travel {
	margin-top: 7px;
	height: 130px;
	width: 347px;
	margin-left: 3px;
	padding-left: 9px;
	padding-right: 9px;
	background-color: #fff;
	color: #181818;
	font-family: Lato, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

textarea:focus {
	outline-color: #00c4b3;
}

/*login input no border*/

input:focus {
	outline: none;
}

/*eliminate google map buttons*/

/*.gmnoprint {
  display: none;
}*/

.map {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
}

.select-client-info-road select {
	width: 140px;
	height: 25px;
	border: 0;
	margin-top: 8px;
	margin-left: 2px;
	background: transparent url('/assets/images/down_arrow_white.png') no-repeat;
	background-size: 12px;
	background-position: right 10px center;
	font-family: Lato, sans-serif;
	color: white;
	cursor: pointer;
	font-size: 12px;
	font-weight: 300;
	-webkit-appearance: none;
	-moz-appearance: none;
}

/*background de dropdowns para windows*/

/*option {
  background-color: #282828 !important;
}*/

.select-client-info-home-travel select {
	width: 300px;
	height: 25px;
	border: 0;
	margin-top: 8px;
	margin-left: 2px;
	background: transparent url('/assets/images/down_arrow_white.png') no-repeat;
	background-size: 12px;
	background-position: right 10px center;
	font-family: Lato, sans-serif;
	color: white;
	cursor: pointer;
	font-size: 14px;
	font-weight: 300;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.select-route-info-city select {
	width: 140px;
	height: 25px;
	border: 0;
	margin-top: 16px;
	margin-left: 2px;
	background: transparent url('../assets/images/down_arrow_white.png') no-repeat;
	background-size: 14px;
	background-position: right 5px center;
	font-family: Lato, sans-serif;
	color: white;
	cursor: pointer;
	font-size: 18px;
	font-weight: 300;
	-webkit-appearance: none;
	-moz-appearance: none;
}

select:focus {
	outline: none;
}

.gray_bg {
	background-color: #282828;
}

.isloading-wrapper.isloading-right {
	margin-left: 10px;
}

.isloading-overlay {
	position: relative;
	text-align: center;
}

.isloading-overlay .isloading-wrapper {
	background: #fff;
	-webkit-border-radius: 7px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 7px;
	-moz-background-clip: padding;
	border-radius: 7px;
	background-clip: padding-box;
	display: inline-block;
	margin: 0 auto;
	padding: 10px 20px;
	top: 10%;
	z-index: 9000;
}

.datepickerdemoBasicUsage {
	/** Demo styles for mdCalendar. */
}

.datepickerdemoBasicUsage md-content {
	padding-bottom: 200px;
}

.datepickerdemoBasicUsage .validation-messages {
	font-size: 12px;
	color: #dd2c00;
	margin-left: 15px;
}

/* modal css */

@-webkit-keyframes ngdialog-flyin {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes ngdialog-flyin {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes ngdialog-flyout {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
	}
}

@keyframes ngdialog-flyout {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
	}
}

.ngdialog.ngdialog-theme-default {
	padding-bottom: 160px;
	padding-top: 160px;
}

.ngdialog.ngdialog-theme-default.ngdialog-closing .ngdialog-content {
	-webkit-animation: ngdialog-flyout 0.5s;
	animation: ngdialog-flyout 0.5s;
}

.ngdialog.ngdialog-theme-default .ngdialog-content {
	-webkit-animation: ngdialog-flyin 0.5s;
	animation: ngdialog-flyin 0.5s;
	background: none;
	border-radius: 5px;
	color: #444;
	font-family: Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0 auto;
	max-width: 100%;
	padding: 1em;
	position: relative;
	width: 750px;
}

.ngdialog.ngdialog-theme-default .ngdialog-close {
	border-radius: 5px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}

.ngdialog.ngdialog-theme-default .ngdialog-close:before {
	background: 0 0;
	display: none;
	border-radius: 3px;
	color: #bbb;
	content: '\00D7';
	font-size: 26px;
	font-weight: 400;
	height: 30px;
	line-height: 26px;
	position: absolute;
	right: 3px;
	text-align: center;
	top: 3px;
	width: 30px;
}

.ngdialog.ngdialog-theme-default .ngdialog-close:active:before,
.ngdialog.ngdialog-theme-default .ngdialog-close:hover:before {
	color: #777;
}

.ngdialog.ngdialog-theme-default .ngdialog-message {
	margin-bottom: 0.5em;
}

.ngdialog.ngdialog-theme-default .ngdialog-input {
	margin-bottom: 1em;
}

.ngdialog.ngdialog-theme-default .ngdialog-input input[type='text'],
.ngdialog.ngdialog-theme-default .ngdialog-input input[type='password'],
.ngdialog.ngdialog-theme-default .ngdialog-input input[type='email'],
.ngdialog.ngdialog-theme-default .ngdialog-input input[type='url'],
.ngdialog.ngdialog-theme-default .ngdialog-input textarea {
	background: #fff;
	border: 0;
	border-radius: 3px;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	margin: 0 0 0.25em;
	min-height: 2.5em;
	padding: 0.25em 0.67em;
	width: 100%;
}

.ngdialog.ngdialog-theme-default .ngdialog-input input[type='text']:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type='password']:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type='email']:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type='url']:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input textarea:focus {
	box-shadow: inset 0 0 0 2px #8dbdf1;
	outline: 0;
}

.ngdialog.ngdialog-theme-default .ngdialog-buttons:after {
	content: '';
	display: table;
	clear: both;
}

.ngdialog.ngdialog-theme-default .ngdialog-button {
	border: 0;
	border-radius: 3px;
	cursor: pointer;
	float: right;
	font-family: inherit;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin: 0 0 0 0.5em;
	padding: 0.75em 2em;
	text-transform: uppercase;
}

.ngdialog.ngdialog-theme-default .ngdialog-button:focus {
	-webkit-animation: ngdialog-pulse 1.1s infinite;
	animation: ngdialog-pulse 1.1s infinite;
	outline: 0;
}

@media (max-width: 568px) {
	.ngdialog.ngdialog-theme-default .ngdialog-button:focus {
		-webkit-animation: none;
		animation: none;
	}
}

.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-primary {
	background: #3288e6;
	color: #fff;
}

.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-secondary {
	background: #e0e0e0;
	color: #777;
}

.ngdialog.ngdialog-theme-plain {
	padding-bottom: 160px;
	padding-top: 160px;
}

.ngdialog.ngdialog-theme-plain .ngdialog-content {
	background: #fff;
	color: #444;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0 auto;
	max-width: 100%;
	padding: 1em;
	position: relative;
	width: 950px;
}

.ngdialog.ngdialog-theme-plain .ngdialog-content h1,
.ngdialog.ngdialog-theme-plain .ngdialog-content h2,
.ngdialog.ngdialog-theme-plain .ngdialog-content h3,
.ngdialog.ngdialog-theme-plain .ngdialog-content h4,
.ngdialog.ngdialog-theme-plain .ngdialog-content h5,
.ngdialog.ngdialog-theme-plain .ngdialog-content h6,
.ngdialog.ngdialog-theme-plain .ngdialog-content li,
.ngdialog.ngdialog-theme-plain .ngdialog-content p,
.ngdialog.ngdialog-theme-plain .ngdialog-content ul {
	color: inherit;
}

.ngdialog.ngdialog-theme-plain .ngdialog-close {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}

.ngdialog.ngdialog-theme-plain .ngdialog-close:before {
	background: 0 0;
	color: #bbb;
	content: '\00D7';
	font-size: 26px;
	font-weight: 400;
	height: 30px;
	line-height: 26px;
	position: absolute;
	right: 3px;
	text-align: center;
	top: 3px;
	width: 30px;
}

.ngdialog.ngdialog-theme-plain .ngdialog-close:active:before,
.ngdialog.ngdialog-theme-plain .ngdialog-close:hover:before {
	color: #777;
}

.ngdialog.ngdialog-theme-plain .ngdialog-message {
	margin-bottom: 0.5em;
}

.ngdialog.ngdialog-theme-plain .ngdialog-input {
	margin-bottom: 1em;
}

.ngdialog.ngdialog-theme-plain .ngdialog-input input[type='text'],
.ngdialog.ngdialog-theme-plain .ngdialog-input input[type='password'],
.ngdialog.ngdialog-theme-plain .ngdialog-input input[type='email'],
.ngdialog.ngdialog-theme-plain .ngdialog-input input[type='url'],
.ngdialog.ngdialog-theme-plain .ngdialog-input textarea {
	background: #f0f0f0;
	border: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	margin: 0 0 0.25em;
	min-height: 2.5em;
	padding: 0.25em 0.67em;
	width: 100%;
}

.ngdialog.ngdialog-theme-plain .ngdialog-input input[type='text']:focus,
.ngdialog.ngdialog-theme-plain .ngdialog-input input[type='password']:focus,
.ngdialog.ngdialog-theme-plain .ngdialog-input input[type='email']:focus,
.ngdialog.ngdialog-theme-plain .ngdialog-input input[type='url']:focus,
.ngdialog.ngdialog-theme-plain .ngdialog-input textarea:focus {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
	outline: 0;
}

.ngdialog.ngdialog-theme-plain .ngdialog-buttons:after {
	clear: both;
	content: '';
	display: table;
}

.ngdialog.ngdialog-theme-plain .ngdialog-button {
	border: 0;
	cursor: pointer;
	float: right;
	font-family: inherit;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin: 0 0 0 0.5em;
	padding: 0.75em 2em;
	text-transform: uppercase;
}

.ngdialog.ngdialog-theme-plain .ngdialog-button:focus {
	-webkit-animation: ngdialog-pulse 1.1s infinite;
	animation: ngdialog-pulse 1.1s infinite;
	outline: 0;
}

@media (max-width: 568px) {
	.ngdialog.ngdialog-theme-plain .ngdialog-button:focus {
		-webkit-animation: none;
		animation: none;
	}
}

.ngdialog.ngdialog-theme-plain .ngdialog-button.ngdialog-button-primary {
	background: #3288e6;
	color: #fff;
}

.ngdialog.ngdialog-theme-plain .ngdialog-button.ngdialog-button-secondary {
	background: #e0e0e0;
	color: #777;
}

.ngdialog,
.ngdialog-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

@-webkit-keyframes ngdialog-fadeout {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes ngdialog-fadeout {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes ngdialog-fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes ngdialog-fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.ngdialog {
	box-sizing: border-box;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 10000;
}

.ngdialog *,
.ngdialog :after,
.ngdialog :before {
	box-sizing: inherit;
}

.ngdialog.ngdialog-disabled-animation,
.ngdialog.ngdialog-disabled-animation .ngdialog-content,
.ngdialog.ngdialog-disabled-animation .ngdialog-overlay {
	-webkit-animation: none !important;
	animation: none !important;
}

.ngdialog-overlay {
	background: rgba(0, 0, 0, 0.4);
	-webkit-backface-visibility: hidden;
	-webkit-animation: ngdialog-fadein 0.5s;
	animation: ngdialog-fadein 0.5s;
}

.ngdialog-no-overlay {
	pointer-events: none;
}

.ngdialog.ngdialog-closing .ngdialog-overlay {
	-webkit-backface-visibility: hidden;
	-webkit-animation: ngdialog-fadeout 0.5s;
	animation: ngdialog-fadeout 0.5s;
}

.ngdialog-content {
	background: #fff;
	-webkit-backface-visibility: hidden;
	-webkit-animation: ngdialog-fadein 0.5s;
	animation: ngdialog-fadein 0.5s;
	pointer-events: all;
}

.ngdialog.ngdialog-closing .ngdialog-content {
	-webkit-backface-visibility: hidden;
	-webkit-animation: ngdialog-fadeout 0.5s;
	animation: ngdialog-fadeout 0.5s;
}

.ngdialog-close:before {
	font-family: Helvetica, Arial, sans-serif;
	content: '\00D7';
	cursor: pointer;
}

body.ngdialog-open,
html.ngdialog-open {
	overflow: hidden;
}

#map_canvas {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.tooltipBtn {
	background-color: Transparent;
	width: 47px;
	margin-left: -8px;
	/* margin-top: -1px; */
}

.btn-situation {
	height: 34px;
	width: 34px;
	border-radius: 90px;
	background-color: #59595c;
}
.diagnostic-icon {
	/* background-color: red; */
	background: url('../images/cancel_icon.png') no-repeat center;
	/* -webkit-mask: url('../images/cancel_icon.png') no-repeat center; */
	/* mask: url('../images/cancel_icon.png') no-repeat center; */
}
.btn-situation.active {
	background-color: #00c4b4;
}
.btn-situation > img {
	height: 20px;
}

/* .icon svg {
	fill: #87898c;
} */

/* .active > svg {
	fill: #fff !important;
} */

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #fff;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #fff;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #fff;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #fff;
}

.slds-modal__content,
.slds-modal__header {
	background: transparent !important;
}

.slds-modal__content:last-child {
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0) !important;
}

.slds-modal__close {
	display: none !important;
}

.ui-datatable tbody > tr.ui-widget-content.ui-datatable-odd {
	background-color: #4a4a4a !important;
}

.ui-widget-content {
	border: 1px solid #d5d5d5;
	background: transparent !important;
	color: #fff !important;
}

.ui-widget-header {
	color: #fff !important;
}

.ui-widget-content-confirmation {
	border: 1px solid #d5d5d5;
	background: #282828 !important;
	color: #fff !important;
	z-index: 10001 !important;
}

.ui-datatable-thead {
	background-color: #2d73f5 !important;
}

.ui-state-default {
	border: 0px solid #d6d6d6 !important;
}

.ui-widget-header {
	/* background: #f6f7f9 0 0 repeat-x; */
	background: -moz-linear-gradient(top, transparent 0%, transparent 100%) !important;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, transparent),
		color-stop(100%, transparent)
	) !important;
	background: -webkit-linear-gradient(top, transparent 0%, transparent 100%) !important;
	background: -o-linear-gradient(top, transparent 0%, transparent 100%) !important;
	background: -ms-linear-gradient(top, transparent 0%, transparent 100%) !important;
	/* background: linear-gradient(to bottom, #900d0d 0%, #ebedf0 100%); */
	background-color: transparent !important;
}

.faWhite {
	color: #fff !important;
}

#textarea_2::-webkit-input-placeholder {
	color: #fff;
}

.ui-widget-header .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-state-highlight {
	background-color: #4a4a4a !important;
	border-color: #156090;
}

.plus-sign-btn-driver {
	height: 35px;
	margin: 5px;
}

.driver-image {
	height: 100px;
	margin: 5px;
}

.sfIcon {
	height: 20px;
	margin-top: 4px;
	margin-right: 0px;
	float: right;
	cursor: pointer;
}

.text-center {
	text-align: center !important;
}
.text-vertical-center {
	align-self: center !important;
}
