.ji-error-msg {
    color: #ff0000;
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    margin-top: 4px;
}
body .panel-block {
    background: #fbfbfb;
    padding: 24px;
    border-radius: 4px;
    margin: 0 !important;
    font-size: 14px;
    color: #333;
    font-family: 'Roboto',sans-serif;
    border: 1px solid #eee;
    box-shadow: 0 0 5px 0 rgba(208,210,215,.5);
    line-height: normal;
    overflow: hidden;
}
.label-field{
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 12px;
}
input.form-input, select.form-input {
    display: inline-block;
    vertical-align: middle;
    width: 190px;
    padding: 5px 10px;
    outline: none !important;
    outline-offset: 0;
    background: #fff;
	border: solid 1px #ddd;
	font-family: 'Roboto',sans-serif;
	height: 36px;
	font-size: 14px;
	width: 100%;
	color:#000;
}
textarea.form-input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 5px 10px;
    outline: none !important;
    outline-offset: 0;
    background: #fff;
	border: solid 1px #ddd;
	font-family: 'Roboto',sans-serif;
	font-size: 14px;
	color:#000;
}
input.form-input:focus, select.form-input:focus, textarea.form-input:focus{
	border: solid 1px #0073aa;
}
.form-button,button.form-button{
	background: #0073aa;
	border: none;
	border-radius: 5px;
	box-sizing: border-box;
	color: #fff;
	font-weight: 600;
	line-height: normal;
	outline: none;
	padding: 10px 24px;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Roboto',sans-serif;
	height: 36px;
	font-size: 15px;
	margin-right: 10px;
	text-transform: none;
}
.back-btn, button.back-btn{
	background: #515151;
}
.field-row{
	display: inline-block;
	width: 100%;
	margin-bottom: 14px;
}
body .ui-widget{
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
}
.field-row label {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
	font-weight: normal;
	color: #666;
	font-size: 15px;
}
.row-column{
	margin: 0 -15px;
	clear: both;
	overflow: hidden
}
.column-50{
	float: left;
	width: 50%;
	padding: 0 15px;
	box-sizing: border-box;
}
.column-33{
	float: left;
	width: 33.33%;
	padding: 0 15px;
	box-sizing: border-box;
}
.column-22{
	float: left;
	width: 22%;
	padding: 0 15px;
	box-sizing: border-box;
}
.form-block{
	margin-bottom: 20px;
}

@media screen and (max-width: 1100px) {
.column-33, .column-22, .column-50{
	width: 100%;
}
.column-22 {
    padding-left: 15px !important;
}
.hide-mobile{
	display: none !important;
}
body .panel-block{
	padding: 18px;
	border-radius: 0;
	box-shadow: none;
}
}



/*** POPUP ***/
[data-popup] {
  display    : none;
  position   : fixed;
  z-index    : 9999;
  right      : 0;
  left       : 0;
  bottom 	 : 250px;
  margin     : 45px auto !important;  
  width      : 50%;
  min-width  : 200px;
  padding    : 15px 25px 25px;
  background : #fff;
  transition: box-shadow 2s;
  box-shadow : 0 0 0 1900px hsla(220,7%,18%,0.6),
          0 10px 30px -5px hsla(220,7%,18%,0.6);

}
[data-popup] h2 span {
  float : right;
}


#pageloader
{
  background: rgba( 255, 255, 255, 0.8 );
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

#pageloader img
{
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}



#loader {
    display: none;
}

.AvailabilityInner table {
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
}

.AvailabilityInner th, .AvailabilityInner td {
  text-align: left;
  padding: 8px;
  border: 0px !important;
  word-break: normal !important;
}

.AvailabilityInner tr:nth-child(even){background-color: #f2f2f2}

.AvailabilityInner th {
  background-color: #767676;
  color: white;
}
.AvailabilityInner td:hover {background-color: #f5f5f5;}

@media screen and (max-width: 767px) {
#AvailabilityTable {
    padding-top: 10px !important;
}
.AvailabilityInner {
    background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0,0,0,.25), rgba(255,255,255,0)), linear-gradient(to left, rgba(0,0,0,.25), rgba(255,255,255,0));
    background-position: left center, right center, left center, right center;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%;
    background-attachment: local, local, scroll, scroll;
    overflow: auto;
}
.AvailabilityInner tr:nth-child(2n){
  background: none;
}
.form-button, button.form-button {
    height: auto;
}
.AvailabilityInner td:hover {
    background: none;
}
.AvailabilityInner table tr {
    border-bottom: 1px solid #c2c2c2;
}
}