@charset "utf-8";
/* CSS Document */

body {
	padding-top: 56px;
}

@media (max-width: 390px) {
body {
	padding-top: 112px;
}
}


.margin2 {
	margin: 2px;
}

.margin5 {
	margin: 5px;
}

.minwidth50 {
	min-width: 50px;
}

.minwidth60 {
	min-width: 60px;
}

.minwidth70 {
	min-width: 70px;
}

.minwidth80 {
	min-width: 80px;
}

.minwidth90 {
	min-width: 90px;
}

.minwidth100 {
	min-width: 100px;
}

.minwidth200 {
	min-width: 200px;
}

.minwidth300 {
	min-width: 300px;
}

.minheight100 {
	min-height: 100px;
}

.minheight120 {
	min-height: 120px;
}

.minheight150 {
	min-height: 150px;
}

.minheight200 {
	min-height: 200px;
}

.minheight300 {
	min-height: 300px;
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	color: orangered;
	background-color: #eee;
	background-image: url("../images/CarBanner.jpg");
	background-position: center;
}

.jumbotronthin {
	padding-top: 5px;
	padding-bottom: 10px;
	color: orangered;
	background-color: #eee;
	background-image: url("../images/CarBanner.jpg");
	background-position: center;
}
.jumbotronthin h1, .jumbotronthin .h1 {
	color: #404040;
	background-color: #f7f7f7;
	border-radius: 3px;
/*	border: 1px solid #808080;*/
	margin-left: 20px;
	padding: 20px 50px;
	min-width: 250px;
	float: left;
}
.jumbotronthin .container {
	max-width: 100%;
}

.title-frame {
	background-image: url("/images/dark_title_frame.png");
	background-size: 100% 100%;
}

.g-recaptcha {
	display: inline-block;
}

.card {
	overflow: hidden;
	border-radius: 0.5rem;
}

.card-header-admin {
	padding: 0.75rem 1.25rem;
	margin-top: 0px;
	margin-bottom: 0;
	background-color: rgba(255, 0, 0, 0.7);
	border-bottom: 1px solid rgba(255, 0, 0, 0.7);
	color: rgba(255,255,255,1.00);
}

.card-header-admin:first-child {

}

.card-header-admin + .list-group .list-group-item:first-child {
  border-top: 0;
}

.bootstrap-tagsinput {
	width: 100%;
	text-align: left;
}

.bootstrap-tagsinput input {
	min-width: 150px;
}

.input-tag {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 100%;
	font-weight: bold;
	line-height: 2;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	background-color: #337ab7;
}

.table .thead-dark-success th {
	color: #dadada;
	background-color: #303030;
	border-color: #b22222;
}

.img-action {
	cursor: pointer;
}

.info-tab{width:40px;height:40px;display:inline-block;position:relative;top:8px}
.info-tab::before,.info-tab::after{display:inline-block;color:#fff;line-height:normal;font-family:"icomoon";position:absolute}
.info-tab i::before,.info-tab i::after{content:"";display:inline-block;position:absolute;left:0;bottom:-15px;transform:rotateX(60deg)}
.info-tab i::before{width:20px;height:20px;box-shadow:inset 12px 0 13px rgba(0,0,0,0.5)}
.info-tab i::after{width:0;height:0;border:12px solid transparent;border-bottom-color:#fff;border-left-color:#fff;bottom:-18px}

.title-box a{color:#b22222}
.title-box{color:#dadada;background:#303030}
.title-box{padding:8px 8px 3px 26px}

.color-box{margin:15px 0;}
.break{margin-bottom:15px!important}

.redRow {
	background-color: #f8d7da !important;
}

.greenRow {
	background-color: #d7f8da !important;
}

.blueRow {
	background-color: #d7daf8 !important;
}

.margintop10 {
	margin-top: 10px;
}

