/*General color of the website  */
/*Colors for labels inside of a other elements that might be blend in with color of a parent element(rarely is different from custom color)  */
a {
  text-decoration: none;
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #0846a2;
}

.custom-color-toolbar-icon {
  color: #4b4f56;
}

.custom-color-toolbar-icon:hover {
  color: #0846a2;
}

.utility-icons-clr {
  color: #4b4f56;
}

.utility-icons-clr:hover {
  color: #0056b3;
}

a {
  text-decoration: none;
}

#prepayDialog .modal-content {
  top: 0px !important;
}

#prepayDialog .button-align-center {
  text-align: left !important;
}

#editJobWithputLoginDialog .button-align-center {
  text-align: left !important;
}

.panel-title {
  color: #0546A8 !important;
  font-family: "Open Sans", sans-serif;
  /*font-family: montserrat;*/
  font-weight: 600;
  font-size: 14px;
  /*16px*/
  border: none !important;
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  /* width: 90px; */
  vertical-align: central;
  /* display: inline-block; */
  margin-bottom: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-image: none;
  background-color: transparent;
  /*background: url(header_bg.png);*/
}

.dropdownLoc {
  background-color: transparent;
  position: absolute;
  top: -36px;
  right: 0px;
}

.dropdownUser {
  float: left;
  text-align: right;
  font-style: italic;
  color: white;
  font-size: x-small;
  padding-top: 20px;
  padding-right: 5px;
}

#dropdownMenu a {
  color: #0546A8;
  background-color: white;
}

a.DropdownLink {
  color: #0546A8 !important;
}

#user-id {
  color: #0546A8;
}

.contentTitle {
  margin-bottom: 10px;
  width: 300px;
  background-color: transparent;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: black;
  font-family: montserrat, sans-serif;
  vertical-align: middle;
}

#submitReservationBtn, #clearBtn, #undoBtn {
  /* background-color:#0546A8; */
  color: #fff;
  /* border-radius: 0; */
  box-shadow: none;
}

label {
  color: #000;
}

#signupSubmitBtn, #turn, #turn2 {
  background-color: #0546A8;
}

.jlimo-modal .btn-primary {
  background-color: #0546A8;
}

.ModalHeader {
  background-color: #0546A8;
}

.receipt-div {
  margin-top: 0% !important;
}

#clearBtn {
  color: #0546A8;
}

.car-icon-bubble img {
  /* height: 50px; */
  width: 70px;
  margin: -7px;
}

#editJobWithputLoginDialog {
  /*background-image: url("../orig/img/Dial7_Find_Job_Background_IMG.jpg");*/
  background-repeat: no-repeat;
  background-position: -150px 50px;
  background-size: 1105px;
  width: 950px;
  height: 707px;
}

#prepayDialog {
  /* background-image: url(./img/Dial7_Find_Job_Background_IMG.jpg);*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
}

#prepayDialog .modal-content {
  background-color: transparent;
  border: none;
}

#prepayDialog .ModalHeader {
  background-color: transparent;
}

#prepayDialog .jlimo-modal .btn-primary {
  background-color: white;
  color: black;
}
.control-label{
	width: 70px;
}
#ccExtraCvv{
	margin-right: 25px;
}

#editJobWithputLoginDialog {
  /*background-image: url(./img/Dial7_Find_Job_Background_IMG.jpg);*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
}

#editJobWithputLoginDialog .modal-content {
  background-color: transparent;
  border: none;
}

#editJobWithputLoginDialog .ModalHeader {
  background-color: transparent;
}

#editJobWithputLoginDialog .jlimo-modal .btn-primary {
  background-color: white;
  color: black;
}

@media screen and (max-width: 414px) {
  /* #prepayDialog{
		background-size: auto 850px;
    	background-position: -384px;
	}
	#editJobWithputLoginDialog{
		background-size: auto 850px;
    	background-position: -384px;
	} */
  #prepaySearchAgainBtn {
    margin-top: -35px;
    margin-right: 0px;
  }
}

@media screen and (max-width: 375px) {
  /* #prepayDialog{
		background-size: auto 850px;
    	background-position: -384px;
	} */
}

.noTemplate {
  display: none;
}
