@import url(https://fonts.googleapis.com/css?family=Roboto);

.grow { 
	transition: all .2s ease-in-out; 
}
.grow:hover { 
	transform: scale(1.1);
	cursor: pointer;	
}

/****** LOGIN MODAL ******/
input[type="date"]:before{
	width: 100%;
    color:grey;
    content:attr(placeholder);
}

input[type="date"].full:before {
	width: 0%;
    color:black;
    content:""!important;
}

body{
background:none transparent;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}
	
.loginmodal-container {
  padding: 20px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 15px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
	/* border-style: solid;
	border-width:2px;
	border-color: black; */
	border-radius: 15px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)!important;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}

.loginmodal-container button {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  border-radius: 5px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #25AAE1;
  padding: 10px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #92278f;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}



.login-help{
  font-size: 14px;
}

.login-help a{
  color: #1E90FF;
  text-decoration: underline;
  cursor:pointer;
}
.login-help a:hover{
  color: #92278f;
}

.agree{
	font-size: 14px;
}
.agreelink{
	font-size: 14px;
  color: #1E90FF;
  text-decoration: underline;
}
.agreelink:hover{
  color: #92278f;
}

.showPassword {
  height: 25px;
  font-size: 14px;
  width: 100%;
  margin-bottom: 10px;
}

.textbox {
  height: 25px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.textbox:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.textboxlefthalf {
  height: 25px;
  font-size: 16px;
  width: 48%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
   border-radius: 5px;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.textboxlefthalf:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.textboxrighthalf {
	float:right;
  height: 25px;
  font-size: 16px;
  width: 48%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
   border-radius: 5px;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.textboxrighthalf:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
  
  .status{
  height: 25px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
	color:red; 
	background-color:#F7F7F7 !important; 
	border:none !important;
}

	.rmpImage{
	width:50%;	
	position: absolute; 
	left: 0; 
	right: 0; 
	margin:auto;
	margin-top: 20px !important; 
	display:block; 		
}

h1 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.modal-dialog {
    margin-top: 5px !important;	
}
.my-custom-scrollbar {
position: relative;
height: 200px;
overflow: auto;
}
.table-wrapper-scroll-y {
display: block;
}

.m-progress-bar {
	min-height: 1em;
	background: #25AAE1;
	width: 5%;
}
.m-progress-bar-wrapper {
	background: #25AAE130;
}
.rmp-custom-overlay {
background: rgba(0,0,0,.85);
color: #FFFFFF;
position: absolute;
left: 8px;
top: 8px;
font-size: 20px;
padding: 10px;
text-align: left;
border-radius: 0px;
display:none;
height: 40px;
}

.rmp-custom-overlay > div:first {
margin-bottom: 10px;
}
.rmp-custom-overlay {
  -webkit-transition-property: opacity,visibility;
  -moz-transition-property: opacity,visibility;
  transition-property: opacity,visibility;
  -webkit-transition-duration: .4s;
  -moz-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.rmp-chrome .rmp-custom-overlay {
  opacity: 1;
  visibility: visible;
}

.rmp-no-chrome .rmp-custom-overlay {
  opacity: 0;
  visibility: hidden;
}

.alert {
    margin: 0px !important;	
}