


.page-header.navbar {
    background: #fff !important;
    
}

/*LOGOUT custom CSS*/

.page-header.navbar .top-menu {
    
    padding-right: 10px !important;
}
.logout a {
	color: #23AEB9;
	text-decoration: none !important;
}
.logout a:hover {
    background: : #F7B630 !important;
}
.error{
			color:red;
		}

.footer{
	color: #fff !important;
	background-color:#05abbf;
	padding:40px 0;
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
	height:auto;
}
.page-footer{
	height:auto !important;
	padding: 10px 0px 10px !important;
}
.page-sidebar .page-sidebar-menu>li>a>i[class*=icon-] {
	color: #00abc5 !important;
}
.page-sidebar .page-sidebar-menu>li>a img {
	vertical-align: top !important;
	margin-right:3px;
}

.travel-req-banner {
	background-color:#f1f6f9;
	padding:20px 0;
}
.travel-req-banner .container {
	height: auto;
	display: block !important;
}
.group {
  position: relative;
  margin-bottom: 35px;
  margin-left: 40px;
  float: left;
}

.inputMaterial {
  font-size: 15px;
  padding: 10px 10px 2px 5px;
  display: block;
  width: 200px;
  border: none;
  border-bottom: 1px solid #000;
  background-color:transparent;
  color: #000;
}

.inputMaterial:focus {
  outline: none;
}

/* LABEL ======================================= */
.bottom-box label {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  left: 5px;
  top: 15px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* active state */
.inputMaterial ~ label, .inputMaterial:valid ~ label {
  top: -15px;
  font-size: 14px;
  color: #000;
  opacity:.8;
}

/* BOTTOM BARS ================================= */
.bar {
  position: relative;
  display: block;
  width: 200px;
}

.bar:before, .bar:after {
  content: '';
  height: 1px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #000;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.bar:before {
  left: 50%;
}

.bar:after {
  right: 50%;
}

/* active state */
.inputMaterial:focus ~ .bar:before, .inputMaterial:focus ~ .bar:after {
  width: 50%;
}

/* active state */
.inputMaterial:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from {
    background: #fff;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: #fff;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #fff;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes bounce-nds {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bounce-out-nds {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0);
  }
}
.travel-request-page .modal-header h4 {
	font-weight:500;
}
.default-data input {
	background-color: transparent !important;
	border: none;
	padding:0;
	height:auto;
}
.container {
	display: block !important;
	height: auto !important;
}
.top-box {
	color:#000;
}
.radio-tile-group .input-container .radio-tile {
	border:none !important;
}
.radio-tile-group .input-container .radio-tile-label {
	color: #000 !important;
	font-weight:normal !important;
	font-size:14px !important;
	text-transform:capitalize !important;
}
.radio-tile-group .input-container .icon svg {
    fill: #00abc5 !important;
    width: 2rem !important;
    height: 3rem;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile .icon svg {
    fill: #00abc5 !important;
    background-color: transparent !important;
	width: 2rem;
    height: 3rem;
}
.radio-tile-group .input-container .radio-button + .radio-tile {
    padding:3px 20px;
}
.radio-tile-group .input-container .radio-button:checked ~ .radio-tile {
    background-color: #e9edf0 !important;
    border: none !important;
    color: #00abc5 !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
	padding:3px 20px;
	border-bottom:2px solid #00abc5 !important;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
    color: #000 !important;
    background-color: transparent !important;
}
.radio-group input[type=radio] {
  position: absolute;
  visibility: hidden;
  display: none;
}

.radio-group label {
  color: #fff;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 20px;
  margin-bottom:0;
  float: left;
}

.radio-group input[type=radio]:checked + label {
  color: #00abc5;
  background: #fff;
}

.radio-group label + input[type=radio] + label {
  border-left: solid 2px #fff;
}

.radio-group {
  border: solid 2px #fff;
  display: inline-block;
  margin: 0px;
  border-radius: 10px !important;
  overflow: hidden;
}
.group select {
	color: #fff;
	
}
.group select option {
	color: #fff;
	
	padding: 5px 0 !important;
	background-color:#00abc5;
	
}
.group1 {
	display: inline-block;
  position: relative;
  height: auto;
  padding: 0px;
  margin-left:40px;
  float:left;
}
.group1 ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.group1 ul li{
  color: #AAAAAA;
  display: inline-block;
  position: relative;
  padding-right:20px;
  color:#fff;
	
}
.group1 ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
  display:none;
}

.group1 ul li label{
	color:#000;
  display: block;
  position: relative;
  font-weight: 300;
  padding: 3px 15px 0px 25px;
  margin: 0px auto;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  top:7px;
}

.group1 ul li:hover label{
	color: #000;
}

.group1 ul li .check{
  display: block;
  position: absolute;
  border: 2px solid #00abc5;
  border-radius: 100% !important;
  height: 17px;
  width: 17px;
  top: 11px;
  left: 0px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.group1 ul li:hover .check {
  border: 2px solid #00abc5;
}

.group1 ul li .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100% !important;
  height: 7px;
  width: 7px;
  top: 3px;
	left: 3px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

.group1 input[type=radio]:checked ~ .check {
  border: 2px solid #00abc5;
}

.group1 input[type=radio]:checked ~ .check::before{
  background: #00abc5;
}

.group1 input[type=radio]:checked ~ label{
  color: #000;
}
.client-location {
	
}
.travel-req-banner ..control-label {
	font-weight:700;
}
hr, p {
    margin: 20px 0;
}
.page-sidebar .page-sidebar-menu>li:hover>a {
	background-color:#fff !important;
}
.us-pass input {
	background: transparent !important;
	border:none;
	border-bottom: 2px solid #fff !important;
	color: #fff !important;
	box-sizing:border-box;
}
.us-pass input {
	box-sizing:border-box;
}
.us-pass input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #CAEBEF;
}
.us-pass input::-moz-placeholder { /* Firefox 19+ */
  color: #CAEBEF;
}
.us-pass input:-ms-input-placeholder { /* IE 10+ */
  color: #CAEBEF;
}
.us-pass input:-moz-placeholder { /* Firefox 18- */
  color: #CAEBEF;
}
.caption.font-dark {
	width:100%;
}
.caption.font-dark h3 {
	float: left;
	color:#00abc5;
}
.caption.font-dark span {
	float: right;
}
#travel_type-error {
	position: absolute;
    width: 300px;
    bottom: -25px;
    left: 20px;
}
#carUsed-error {
	position: absolute; 
    width: 300px;
    bottom: -25px;
    left: 20px;
}