.well {margin-bottom: 15px !important; padding: 5px !important;}
.table {margin-bottom: 0;}

.table table-condensed {border-color: transparent; margin-bottom: 0;}
.table-condensed > tbody > th {text-align: center !important;}
.table-condensed > tbody > tr > td {border-color: transparent; padding:0; margin-bottom: -5px; border:0;}
.table > tbody > tr > td > img {width:25px; height:25px; margin-right: 5px;}
.table > tbody > tr > td > h4 {margin-top: 7px; font-weight: 400;}

.inline {display: inline-block;}

.submenu {  
	background-color: #fff;
	order: 0;
	padding: 1px 0;
 }

.submenu > li > a {
	padding-top : 4px; padding-bottom: 4px;
}

#subnote {font-weight: 450; font-size: 16px; color: #000;}

label.list, #flist, #slist, #vlist {font-weight: 400; padding: 0; margin-bottom: 0;}

input, input:hover, input:active, input:default {outline: none; background-color: #f6f6f6; border-radius: 3px; border-width:1px; border-color: #c2c2c2; width: 100%;}   

th, td {
	  padding-top: 5px;
	  padding-bottom: 5px;
	  padding-left: 10px;
	  padding-right: 10px;
	  white-space: nowrap;
	  border: 0;
}

.hiactive {
  outline: none; background-color: #fff; border-radius: 3px; padding: 0 0 0 0; border-width: 4px; border-color: #c2c2c2; width: 100%;
}

.modal-dialog {padding-left: 0 !important;}
.modal-title {font-weight: 400;  background-color: #e2e2e2; padding: 5px; border-radius: 5px;}
.modal-header .close {margin-top: 7px;}

.bpanel {border: 1px solid #dfdfdf;}

.p-lr6 {padding-left: 6px; padding-right: 4px;}

.p-l5 {padding-left: 5px !important;}
.p-r5 {padding-right: 5px !important;}

.p-tb10 {padding: 10px 0 10px 0;}

button.close {
	opacity: 1;
	border: #919191 1px solid;
	border-radius: 4px;
	padding: 1px;
	cursor: pointer;
	background-color: #fff;
	-webkit-appearance: none;
	margin-right: 4px;

}
.close,
.close:hover {
	float: right;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding: 0 6px 4px 6px !important;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.8;
	filter: alpha(opacity=20);
}

.close:active {
	background-color: #5bc0de;
	text-shadow: 0 #000 !important;
}

.disable-events {
	pointer-events: none !important;
	opacity: 0.40;
	cursor: not-allowed;
} 

.disable-event-nopacity {
	pointer-events: none !important;
	opacity: 1.0;
	color: #000;
}

.btn-yellow,
.btn-yellow-pad {
	background-color: #fff;
	padding: 8px 8px 8px 8px !important;
	font-size: 14px;
}

.btn-yellow-pad {
	font-size: 14px;
	min-height: 40px;
}

.btn-yellow-pad2 {
	font-size: 14px;
	min-height: 60px;
}
.btn-yellow-pad3 {
    font-size: 14px;
    min-height: 60px;
    vertical-align: bottom;
    line-height: 3;
}
.btn-yellow-mobile2 {
	padding: 8px 10px 8px 10px !important;
	margin: 2px;
}

.panel-heading {
	padding: 5px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
}

.cond {vertical-align: middle !important;}

.page-container {
  position: relative;
  min-height: 100vh;
  padding-top: 60px;
}

.content-wrap {
  padding-bottom: 0px;  
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: fit-content !important;
}

#welcome {padding-top: 55px;}

@media (max-width:774px) {

 .modal-title: 2em;

 .navbar-nav {
	 display: none;
 }

 #mobile-menu-wrapper,
 #mobile-search-wrapper {
	 display: block;
	 max-width: 70px;
 }

 .navbar-default .navbar-nav > li > a {
	 letter-spacing: 0.05em !important;
 }

 h2 {
	 font-size: 6vw;
	 font-weight: 300;
 }

 hr {
	 background-color: #000:color:#000;
	 border: 0.025em solid #000;
 }

 .ui-dialog .ui-dialog-title {
	 width: 600px !important;
 }

 #welcome {
	 display: block;
	 z-index: 99;
	 opacity: 0.70;
	 filter: Alpha(opacity=70);
	 background-color: #fff;
	 color: darkred;
	 height: fit-content;
	 max-width: fit-content;
	 border-radius: 5px;
	 margin: 5px 10px 0 75%;
	 white-space: nowrap;
}

@media (max-width:519px) {
	.panel-title {font-size: 3.2vw;}
	.input-group {font-size: 3.2vw;}
	#overlay.col-xs-offset-4  {margin-left: 10% !important;}
	#overlay.col-xs-4 {width: 80%; !important;}
}

@media (min-width:520px) {
	.panel-title {font-size: 2.5vw;}
	.input-group {font-size: 2.5vw;}
	#overlay.col-xs-offset-4  {margin-left: 25% !important;}
	#overlay.col-xs-4 {width: 50%; !important;}
}

@media (min-width:759px) {
	.panel-title {font-size: 1.8vw;}
	.input-group {font-size: 1.8vw;}

}

@media (min-width:775px) {
	.modal-title: 1.5em;
	.col-sm-3 {width: 50% !important;}
}

@media (min-width:830px) {
	.panel-title {font-size: 1.7vw;}
	.input-group {font-size: 1.7vw;}
}

@media (min-width:1000px) {
	.panel-title {font-size: 1.4vw;}
	.input-group {font-size: 1.4vw;}
}