* {
	outline: none !important;
}
body {
	font-family: 'Open Sans', Avenir, Ebrima, sans-serif;
	color: #606266;
	font-weight: 400;
}
html, body {
	overflow-x: hidden;
}
body.bg {
	background-image: url(../../img/bg1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000;
	background-attachment: fixed;
}
body.in {
	background-color: #f3f5f8;
}
select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #444;
}
textarea {
	resize: none;
}
label, b, strong {
	font-weight: 600;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}
p {
	margin-bottom: 15px;
}
.well {
	border: none;
	box-shadow: 0 1px 3px rgba(0,0,0, .08);
	border-radius: 3px;
	background-color: #fff;
	padding: 25px;
	margin-bottom: 30px;
}
.form-control, .form-control:focus, select {
	min-height: 40px;
	border: 1px solid #e7e9eb;
	background-color: #fcfdfe;
	box-shadow: inset 0 1px 2px rgba(0,0,0, .04);
	border-radius: 3px !important;
	-webkit-appearance: none;
	appearance: none;
}
.form-control:focus {
	border-color: #dadcde;
}
select.form-control, select {
	-webkit-appearance: none;
	appearance: none;
	background-image: url(../../img/arrow-down.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 30px;
}
.date{
	background: #fff url(../../img/calendar-outline-16.png) right center no-repeat;
}

.form-horizontal {
	margin: 15px 0 0 0;
	display: block;
}
.form-horizontal .control-label {
	padding-top: 0;
	display: table-cell;
	vertical-align: middle;
	min-height: 40px;
}
.form-group {
	margin-bottom: 20px;
}
table {
	max-width: 100%;
}
.collapsing {
	-webkit-transition: height .15s ease;
	-o-transition: height .15s ease;
	transition: height .15s ease;
}
.fade {
	-webkit-transition: opacity .1s linear;
	-o-transition: opacity .1s linear;
	transition: opacity .1s linear;
}
.btn,.btn:hover,.btn:active,.btn:focus {
	border-radius: 3px;
	border: none !important;
	padding: 10px 15px;
	box-shadow: none;
	transition: all .1s ease;
	box-shadow: none !important;
	color: #fff !important;
}
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color: #3697d8 !important;
}
.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active {
	background-color: #14ba99 !important;
}
.btn-danger, .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
	background-color: #e74c3c !important;
}
.btn-warning, .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
	background-color: #eaa544 !important;
}
.btn-red, .btn-red:hover, .btn-red:focus, .btn-red:active {
	background-color: #e3554f !important;
}
.no-top-radius {
	border-radius: 0 0 4px 4px;
}
.alert {
	font-weight: 400;
	border: none;
	box-shadow: inset 0 0 0 1px rgba(0,0,0, .055);
	border-radius: 3px;
	line-height: 1.6em;
}
.alert-info {
	background-color: #e3f7ff;
}
.alert-success {
	background-color: #e9fae2;
}
.alert-danger {
	background-color: #f9e5e5;
}
.alert.alert-sm {
	padding: 10px;
	font-size: 13px;
}
.dark-overlay {
	background-color: #000;
	opacity: .3;
	filter: alpha(opacity=30);
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
}
header {
	padding: 28px 0;
	position: relative;
	z-index: 2;
}
header .logo a {
	display: inline-block;
	width: 194px;
	height: 75px;
	background: url(../../img/bau-logo-apply.png) left center no-repeat;
	text-indent: -9999px;
}
.welcome {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 30%;
	text-align: center;
	text-shadow: 0 2px 3px rgba(0,0,0, .2);
	font-size: 40px;
	color: #fff;
	font-weight: 600;
}
.welcome em {
	display: block;
	font-size: 32px;
	margin-top: 10px;
}
.d-table {
	height:100%;
	width:100%;
	display:table;
}
.d-table-cell {
	vertical-align: middle;
	height: 100%;
	display: table-cell;
}
.boxy {
	position: absolute;
	z-index: 3;
	width: 100%;
	bottom: 0;
}
.boxy .btn {
	border-radius: 3px 3px 0 0;
	padding: 25px 20px;
	text-shadow: 0 1px 1px rgba(0,0,0, .1);
	font-size: 18px;
	white-space: normal;
	min-height: 98px;
	vertical-align: middle;
}
.boxy .row {
	margin-left: -8px;
	margin-right: -8px;
}
.boxy .col-xs-12 {
	width: 20%;
	padding-left: 8px;
	padding-right: 8px;
}
.in header .logo a {
	background: url(../../img/bau-logo-ii.png) left center no-repeat;
}
.in header .menu a {
	color: #64666b;
	text-shadow: none;
}
.form-title {
	border-bottom: 1px solid #e8eaec;
	padding-bottom: 8px;
	margin: 30px 0 20px 0;
	font-size: 16px;
	font-weight: 600;
	color: #3498DB;
}
.label-div {
	display: table;
}
.radiobox label:first-child {
	padding-left: 0;
}
.radiobox label {
	padding-top: 2px;
}
.radiobox input[type="radio"] {
	position: absolute;
}
.radiobox span {
	display: inline-block;
	margin: 1px 0 0 20px;
}
.form-horizontal .control-label.rows-three {
	height: 74px;
}
.form-group .form-group {
	margin-bottom: 15px;
}
.form-group .form-group:last-child {
	margin-bottom: 0;
}
.input-group-addon {
	border: 1px solid #e7e9eb !important;
	box-shadow: none;
	background-color: #f2f4f8;
	border-radius: 3px;
}
.input-group .form-control, .input-group .form-control:focus {
	border-left: none;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.confirm .icon {
	background-position: center center;
	background-repeat: no-repeat;
	width: 75px;
	height: 75px;
	background-color: #14ba99;
	border-radius: 999px;
	margin: 0 auto 20px auto;
}
.confirm .icon.done {
	background-image: url("../../img/check.png");
}
.confirm .code {
	margin-bottom: 5px;
	font-size: 16px;
}
.confirm .btn {
	margin-top: 20px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9fbfe;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-color: #e7e9ec;
}
.table .btn-primary {
	padding-top: 6px;
	padding-bottom: 6px;
}
.table-well hr {
	margin: 30px 0 27px 0;
	border-color: #eaecef;
}
.table-well .table h4 {
	margin: 0;
	padding: 5px 0;
	font-size: 15px;
}
.chat-div {
	background-color: #f9fcfe;
	padding: 20px;
	border-radius: 3px;
	box-shadow: inset 0 0 0 1px rgba(0,0,0, .055);
}
.chat-box h4 {
	margin: 0 0 5px 0;
	padding: 0 0 8px 0;
	font-size: 16px;
	font-weight: 400;
	border-bottom: 1px solid #e9ebed;
}
.chat-box .alert {
	font-size: 13px;
	margin: 10px 0 0 0;
}
.chat-box .alert b {
	display: inline-block;
	margin-right: 5px;
}
.chat-box .alert p {
	margin-bottom: 5px;
}
.chat-box .alert span {
	float: right;
	font-size: 12px;
	opacity: .7;
	filter: alpha(opacity=70);
}
.message-form {
	margin-top: 20px;
}
.message-form .form-control {
	background-color: #fff;
}
.turkmer-form .form-title:first-child {
	margin-top: 0;
	padding-top: 0;
}
.turkmer-confirm p.txt {
	margin-bottom: 0;
}
.steps {
	margin: 10px 0 20px 0;
	position: relative;
	max-width: 100%;
}
.steps .container {
	position: relative;
	max-width: 100% !important;
	padding: 0;
}
.steps .container .row {
	margin-left: -35px;
	margin-right: -35px;
}
.steps .one {
	text-align: center;
	padding: 0;
	float: left;
	position: relative;
}
.steps.step-7 .one {
	width: 14.28%;
}
.steps.step-6 .one {
	width: 16.66%;
}
.steps.step-5 .one {
	width: 20%;
}
.steps.step-4 .one {
	width: 25%;
}
.steps.step-3 .one {
	width: 33.33%;
}
.steps .one:first-child .line {
	left: 50%;
}
.steps .one:last-child .line {
	right: 50%;
}
.steps .line {
	width: 100%;
	height: 6px;
	background-color: #d8dadf;
	position: absolute;
	top: 16px;
	z-index: 1;
	right: 0;
}
.steps .active .line {
	background-color: #14ba99;
}
.steps span {
	width: 38px;
	height: 38px;
	display: inline-block;
	background-color: #d8dadf;
	border-radius: 999px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding-top: 8px;
	position: relative;
	z-index: 3;
	font-size: 15px;
	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}
.steps .active span {
	background-color: #14ba99;
}
.steps .one p {
	font-size: 13px;
	padding: 0 20px;
	margin-top: 8px;
}
.p-result {
	font-size: 15px;
	margin-bottom: 0;
	font-weight: 400;
}
.mobile-bg {
	display: none;
}
.nav.nav-tabs {
	margin-top: 15px;
	margin-bottom: -15px;
	text-align: center;
	position: relative;
	z-index: 10;
}
.nav.nav-tabs li {
	display: inline-block;
	float: none;
}
.nav.nav-tabs, .nav-tabs>li>a, .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border: none;
}
.nav-tabs>li>a:focus {
	background: none;
}
.nav-tabs>li.active>a {
	box-shadow: 0 -1px 2px rgba(0,0,0, .04);
}
.nav-tabs>li>a:hover {
	background-color: transparent;
	border-color: transparent;
}
.padding-top-10 {
	padding-top: 10px;
}
.padding-top-8 {
	padding-top: 8px;
}
.no-margin-bottom {
	margin-bottom: 0;
}
.padding-right-15 {
	padding-right: 15px;
}
@media (max-width: 1200px) {
	.welcome {
		padding: 0 10%;
	}
	.boxy .btn {
		font-size: 16px;
		line-height: 28px;
		padding: 20px;
	}

}
@media (max-width: 991px) {
	.boxy .col-xs-12:first-child .btn {
		border-radius: 3px 3px 0 0;
	}
	.boxy .col-xs-12 {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.boxy .row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.boxy .btn {
		border-radius: 0;
		font-size: 18px;
		padding: 15px;
		font-weight: 600;
		min-height: auto;
	}
}
@media (max-width: 768px) {
	.well {
		padding: 15px;
	}
	.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
		padding-top: 0;
	}
	.form-horizontal .control-label, .form-horizontal .control-label.rows-three {
		height: auto;
		display: inline-block;
	}
	.form-title {
		margin: 25px 0 15px 0;
	}
	.radiobox label {
		padding-top: 0;
	}
	.well .steps {
		margin-bottom: 30px;
	}
	.steps .container .row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.steps span {
		font-size: 14px;
		padding-top: 9px;
	}
	.margin-top-10-xs {
		margin-top: 20px;
		display: inline-block;
		width: 100%;
	}
	.margin-top-10-xs .text-right {
		text-align: left;
	}
	.margin-top-10-xs.sdcol-xs-9 {
		padding-left: 0;
	}
	.margin-bottom-5-xs {
		margin-bottom: 5px;
	}
	.form-group .margin-bottom-10-xs {
		margin-bottom: 10px;
	}
	.form-group  .margin-bottom-10-xs:last-child {
		margin-bottom: 0;
	}
	.padding-top-10 {
		padding-top: 0;
	}
	.padding-top-10-xs {
		padding-top: 10px;
	}
}
@media (max-width:640px) {
	.welcome {
		padding: 130px 15px 0 15px;
		font-size: 24px;
		line-height: 35px;
	}
	.welcome em {
		font-size: 20px;
		line-height: 28px;
	}
	.d-table-cell {
		vertical-align: top;
	}
	.steps .one p {
		display: none;
	}
	.nav.nav-tabs li {
		width: 100%;
	}
	.nav-tabs>li>a {
		padding: 13px 16px;
		margin: 0;
	}
	.nav-tabs>li.active>a {
		border-radius: 4px;
		box-shadow: 0 1px 2px rgba(0,0,0, .05);
	}
	.nav-tabs>li.active:last-child>a {
		border-radius: 4px 4px 0 0;
		box-shadow: 0 -1px 2px rgba(0,0,0, .04);
	}
}
@media (max-width: 480px) {
	header {
		padding: 20px 0;
	}
	.well .steps {
		margin-bottom: 15px;
	}
	.steps .container .row {
		margin-left: -7px;
		margin-right: -7px;
	}
	.steps .line {
		top: 11px;
	}
	.steps span {
		width: 28px;
		height: 28px;
		padding-top: 4px;
		font-size: 13px;
	}
	.boxy .btn {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
@-moz-document url-prefix() {
	select {
		background-image: none !important;
	}
}
body {
	background-color: rgba(0,40,60,.03);
}
@media print and (color) {
	* {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}
	body {
		max-width: 210mm !important;
	}
	.container {
		width: 210mm;
		max-width: 210mm !important;
		padding-right: 0;
	}
	.form-control, select {
		border-color: #e0e0e0 !important;
	}
	.well, .alert {
		padding: 0 !important;
	}
	.steps, .form-horizontal, .alert, .lead div, .turkmer-form .row {
		margin: 0 !important;
	}
	.logo {
		width: auto;
		margin-bottom: 0;
	}
	.logo img {
		height: 100px;
	}
	.p-result {
		position: relative;
		text-align: right;
		top: 30px;
		font-size: 16px !important;
	}
	.hide-in-print, .nav.nav-tabs, .btn, .close, .form-group .col-sm-3, i, .form-group.no-margin-bottom {
		display: none !important;
	}
	.tab-pane {
		display: block !important;
		opacity: 1 !important;
	}
	.form-group {
		display: table;
		margin-bottom: 14px;
	}
	.form-group .col-sm-4 {
		width: 230px;
		display: table-cell;
	}
	.form-group .col-xs-12.col-sm-4 {
		width: 193px;
		display: table-cell;
	}
	.form-group .col-sm-8, .form-group .col-sm-5 {
		width: 590px;
		display: table-cell;
	}
	.form-horizontal .control-label {
		text-align: left;
		font-weight: normal;
		min-height: auto !important;
		position: relative;
		top: 10px;
	}
	.form-group .col-sm-8 .row {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
	.form-horizontal .control-group {
		margin: 5px 0;
	}
	.control-group .control-label {
		width: 400px;
		padding-right: 15px;
	}
	.control-group .controls {
		padding-top: 4px;
	}
	#div_tercihler {
		margin-left: -15px;
	}
	#div_sinavlar .alert {
		padding: 4px 0 !important;
	}
	.row div .alert {
		margin-bottom: 10px !important;
	}
	.alert select {
		margin-left: 15px;
	}
}
@-moz-document url-prefix() {
	@media print and (color) {
		* {
			print-color-adjust: exact;
		}
		.form-group {
			margin-bottom: 16px !important;
		}
		.form-group .col-sm-8, .form-group .col-sm-5 {
			width: 540px !important;
		}
		.form-group .col-xs-12.col-sm-4 {
			width: 180px !important;
		}
	}
}
