.tab-nav {margin:50px 0;}
.tab-nav ul {margin:0; padding:0; list-style:none;}
.tab-nav ul li {float:left;margin-bottom: -1px;}
.tab-nav ul li a {color:#000; text-decoration:none; outline:none; display:block; padding:10px 15px; font-size:13px; font-weight:600; transition:ease 0.5s;}
.tab-nav ul li a:hover {color:#0078b7;}
.form-control {height:42px; box-shadow:none;}
.form-box {border:1px dashed #0078b7; padding:30px; margin:30px 0; border-radius:10px;}
.tab-nav ul li .active {background-color:#5838fc;border: 1px solid#5838fc;color:#fff !important;padding: 15px 28px;font-weight: 500;border-radius: 3px;}
input[type="radio"], input[type="checkbox"] {margin: 2px 0 0;}
.radio {margin-top:0;}
.radio label {margin-right: 20px;}
.txt-center {text-align:center;}
.btn-primary {background-color:#0078b7; border:0;transition:ease 0.5s;}
.btn-primary:hover {background-color:#026498;border:0;}
.star{color:red; font-size:14px;}
.select2-container .select2-selection--single{height: 42px !important;}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 39px !important;}
.select2-container--default .select2-selection--single{border: 1px solid #ccc !important; border-radius: 0 !important;}
.select2-container--default .select2-selection--single .select2-selection__arrow{top: 7px !important;}
.mbot0{margin-bottom:0}
.mtop10{margin-top:10px;}
.title {margin:30px 0;}
.title h3 {margin-top:0; margin-bottom:0; margin-left:10px;}
.isDisabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.isDisabled > a {
  color: currentColor;
  display: inline-block;
  pointer-events: none;
  text-decoration: none;
}


.time-bg {background:#026498 !important; color:#fff;}

.timeline {
	position: relative;
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none
}

.timeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #ddd;
	left: 33px;
	margin: 0;
	border-radius: 2px
}

.timeline>li {
	position: relative;
	margin-right: 10px;
	margin-bottom: 15px
}

.timeline>li:before,
.timeline>li:after {
	content: " ";
	display: table
}

.timeline>li:after {
	clear: both
}

.timeline>li:before,
.timeline>li:after {
	content: " ";
	display: table
}

.timeline>li:after {
	clear: both
}

.timeline>li>.fa,
.timeline>li>.glyphicon,
.timeline>li>.ion {
	color: #d4d4d4 !important;
	background: #eceef1 !important;
}

.timeline>li>.bg-green {background-color: #00a65a !important; color:#fff !important;}
.timeline>li>.bg-red {background-color: #dd4b39 !important; color:#fff !important;}

.timeline>li>.timeline-item {
	margin-top: 0;
	background: #fff;
	color: #444;
	margin-left: 60px;
	margin-right: 15px;
	padding: 0;
	position: relative
}

.timeline>li>.timeline-item>.time {
	color: #999;
	float: right;
	padding: 10px;
	font-size: 12px
}

.timeline>li>.timeline-item>.timeline-header {
	margin: 0;
	color: #555;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	font-size: 16px;
	line-height: 1.1
}

.timeline>li>.timeline-item>.timeline-header>a {
	font-weight: 600
}

.timeline>li>.timeline-item>.timeline-body,
.timeline>li>.timeline-item>.timeline-footer {
	padding: 10px
}

.timeline>li>.fa,
.timeline>li>.glyphicon,
.timeline>li>.ion {
	width: 30px;
	height: 30px;
	font-size: 15px;
	line-height: 30px;
	position: absolute;
	color: #666;
	background: #d2d6de;
	border-radius: 50%;
	text-align: center;
	left: 18px;
	top: 0
}

.timeline>.time-label>span {
	font-weight: 600;
	padding: 5px;
	display: inline-block;
	background-color: #fff;
	border-radius: 4px
}

.timeline-inverse>li>.timeline-item {
	background: #f0f0f0;
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none
}

.timeline-inverse>li>.timeline-item>.timeline-header {
	border-bottom-color: #ddd
}
.form-list {margin:0; padding:0 15px; display:inline-block;}
.form-list li {float:left; width:100%; display:inline-block;}
.form-row {float:left; width:100%;}









