@font-face {
    font-family: "montserrat";
    src: url(../font/Montserrat/Montserrat-Regular.ttf);
}
@font-face {
    font-family: "montserrat-semibold";
    src: url(../font/Montserrat/Montserrat-SemiBold.ttf);
}
@font-face {
    font-family: "montserrat-bold";
    src: url(../font/Montserrat/Montserrat-Bold.ttf);
}
@font-face {
    font-family: "Raleway-bold";
    src: url(../font/Raleway/Raleway-Bold.ttf);
}
@font-face {
    font-family: "josefin";
    src: url(../font/Josefin_Sans/JosefinSans-Regular.ttf);
}
@font-face {
    font-family: "josefin-semibold";
    src: url(../font/Josefin_Sans/JosefinSans-SemiBold.ttf);
}

body{
	position: relative;
	font-family: "Raleway", sans-serif !important;
	color: #4f5d6b;
	font-size: 14px;

	-webkit-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
a, button{
	font-family: "Raleway", sans-serif !important;
}
h1,h2,h3,h4{
	font-family: "Raleway", sans-serif !important;
}

@media(max-width:767px){
	body{
		font-size: 14px;
	}
}

/* YOUR CUSTOM STYLES */
html,
body{
    height: 100%;
}

/*section*/
.section{
	padding: 50px 0px;
}
@media(max-width:767px){
	.section{
		padding: 50px 0px 50px;
	}
}
.section-header{
	padding: 2px 15px; 
	background: #fff; 
	/*width: 150px; */
	width: 100%;
	margin: 0 auto; 
	display: block; 
	position: relative; 
	top: 5px; 
	margin-bottom: 35px;
	text-align: center;
	font-size: 26px;
	/*color: #eec02c;*/
	color: #535d86;
	text-transform: uppercase;
}
/*.section-header span img{
	width: 24px;
	margin-top: -5px;
}*/
/*.section-line{
	border-top:2px solid #efd99a;
	position: relative;
	width: 100%;
	margin: 0px auto;
	top: 18px;
}*/
@media(max-width: 767px){
	.section-header{
		font-size: 20px;
	}
}

/*navbar*/
.navbar.navbar-default{
	background-color: rgba(20, 145, 192, 0.8);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
	padding-top: 10px !important;
	margin-bottom: 0px;
	border:none;
	border-radius:0;
	padding-bottom: 10px;
}
.navbar-nav{
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: rgba(0,0,0,0.2);
    border-radius: 5px;
}

.navbar-brand {
    padding: 0px;
    margin-right: 15px;
}
.navbar-brand img{
	height: 50px;
	float: left;
}
.navbar-brand span{
	color: #fff;
}
@media(max-width:988px){
	.navbar-brand img{
		margin-top: 2.5px;
		height: 45px;
	}
}
@media(max-width: 767px){
	.navbar.navbar-default{
		padding:10px 10px;
	}
	.navbar-nav{
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.navbar-nav > li{
		margin-left: 0px;
	}
	
	.navbar-brand{
		padding-right: 0px;
		height: 35px;
		margin-right: 0px;
	}
	.navbar-brand img{
		height:30px;
		margin-top: 2.5px;
	}
	.navbar-collapse{
		margin-top: 10px;
		border: none !important;
		background-color: #fff;
	}

	.navbar-collapse{
		margin-top: 10px;
		border: none !important;
		background-color: transparent;
	}

	.navbar-toggle{
		margin: 0px;
		border: none;
		/*margin-top: 0px;*/
		padding-left: 0px;
	}
		
	.navbar-toggle .icon-bar{
		background-color: #fff !important;
		height: 3px;
	}

	.navbar-toggle:hover, .navbar-toggle:focus{
		background-color: transparent !important;
	}
}


/*banner*/
.vh100{
	height: 100vh;
}
.vh70{
	height: 70vh;
}
.vh50{
	height: 50vh;
}
.flex-center{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.banner{
	background: url('../img/banner/background.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
}

/*content*/
#content{
	background-color: #fff;
}
.link .section-header{
	width: 200px;
}
.link .section-line{
	border-top:2px solid #1491c0;
}
.content{
	margin-bottom: 25px;
}
.img-link{
	width: 80px;
	display: block;
	margin: 0 auto 5px;
}
.link-item{
	display: block;
	text-align: center;
	margin-bottom: 25px;
	height: 132px;
}
.link-list div:last-child .link-item{
	margin-bottom: 0px;
}
.link-item:hover , .link-item:focus{
	text-decoration: none;
}
.link-item:hover .img-link, .link-item:focus .img-link{
	filter: opacity(0.7);
}

.btn-signup{
	color:#fff;
	border-radius:5;
	font-size: 14px;
	padding: 10px 15px;
	background-color: #1491c0;
	margin: 5px 15px;
}
.btn-signup:hover,.btn-signup:focus{
	color:#fff;
	background-color: #0a83b1;
}

@media(max-width: 767px){
	.section-header{
		width: 100%; 
	}
	.vh70{
		height: 50vh;
	}
	.carousel-inner > .item img{
	    height: 50vh;
	}
}

/*sop*/
#sop .section, #signup .section{
	padding-top: 120px;
}
@media(max-width: 767px){
	#sop .section, #signup .section{
		padding-top: 70px;
	}
}
/*pendaftaran*/
.header-pendaftaran{
	background-color: rgba(0,0,0,0.4);
	padding: 25px 10px;
}
.header-pendaftaran h1{
	margin: 0px;
}
@media(max-width: 767px){
	.header-pendaftaran h1{
		font-size: 20px;
	}
}
.form-header{
	color: #2486f5;
	text-transform: uppercase;
}
.btn-dark {
  color:#fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color:rgba(0, 0, 0, 0.1);
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active{
  color:#FFF;
  background-color: rgba(0, 0, 0, 0.9);
  border-color:rgba(0, 0, 0, 0.1);
}

/*footer*/
footer{
    padding: 20px 0 0px;
    text-align: left;
    background-color: #2b86a4;;
    color:#fff !important;
}
footer a{
	color: #fff !important ;
	text-decoration: none;
}
footer a:hover,footer a:focus{
	color: #fff !important;
	text-decoration: none;
}
.footer-copyright{
	background-color: rgba(15, 15, 14, 0.5);
	padding: 15px 0px;
	margin-top: 15px;
	color: #fff !important;
}
.img-footer{
	width: 200px;
	display: block;
	margin-bottom: 15px;
}
footer h4{
	margin: 25px 0px;
	text-transform: uppercase;
	/*font-weight: 400;*/
}


/*second page login*/
.second-page{
	background: url('../img/taxi.jpg');
	background-size: cover;
	background-position: center ;
	background-repeat: no-repeat;
	background-attachment: fixed;
	/*background-color: #f6f6f6;*/
	/*background: rgb(238,154,19);
	background: -moz-linear-gradient(-45deg, rgba(238,154,19,1) 0%, rgba(55,86,150,1) 0%, rgba(241,170,56,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(238,154,19,1) 0%,rgba(55,86,150,1) 0%,rgba(241,170,56,1) 100%);
	background: linear-gradient(135deg, rgba(238,154,19,1) 0%,rgba(55,86,150,1) 0%,rgba(241,170,56,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9a13', endColorstr='#f1aa38',GradientType=1 );*/
}
.second-page .panel-block{
	color: #fff;
	background-color: rgba(0,0,0,0.8);
	border: 1px solid 1px solid #949596;
	box-shadow: 0 1px 7px 0 rgba(0,0,0,.08);
	-webkit-box-shadow: 0 1px 7px 0 rgba(0,0,0,.08);
	margin-top: 25px;
}
.second-page .panel-block .panel-body{
	padding: 25px 10px;
	margin: 0px 25px;
	/*background-color: rgba(0,0,0,0.1);*/
}
.text-black{
	color: #444 !important;
}
.second-page .panel-block .panel-body .row .col-sm-6{
	padding-left: 35px;
	padding-right: 35px;
}
.second-page .panel-block .panel-body .form-block{
	/*border-left:1px solid #ccc;*/
	margin-bottom: 0px;
}
.second-page a{
	color: #fff;
}
.second-page .img-logo{
	width: 100%;
	max-width: 450px;
	display: block;
	margin: 0px auto ;
}
.second-page .login-form .form-control{
	height: 40px;
	border-radius: 5px;
	border:1px solid #ddd;
	background-color: rgba(255,255,255,0.5);
	font-size: 16px;
	color:#f0f0f0;
}
.footer-second-page, .footer-second-page a{
	color: #fff !important;
}

.second-page .form-control:focus{
	/*background-color: rgba(255, 255, 255, 0.1) ;*/
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.second-page .form-control::-moz-placeholder {
    color: #444;
}
.second-page .form-control::placeholder {
    color: #444;
}

.second-page a{
	cursor: pointer;
}
.second-page .help-block{
	font-size: 12px;
}

.second-page .btn-signin{
	color: #fff;
	background-color: #224996;
	height: 30px;
	font-weight: 400;
	line-height: 30px;
	padding: 0px 6px;
	font-size: 13px;
	margin-bottom: 5px;
}
.second-page .btn-back{
	color: #fff;
	background-color: #f2b12d;
	height: 30px;
	font-weight: 400;
	line-height: 30px;
	padding: 0px 6px;
	font-size: 13px;
	margin-bottom: 5px;
}
.second-page .btn-signin.btn-block, .second-page .btn-back.btn-block{
	width: 100%;
}
.second-page .btn-signin:hover, .second-page .btn-signin:focus{
	background-color: #1c418a;
}
.second-page .btn-back:hover, .second-page .btn-back:focus{
	background-color: #eaa61d;
}
.second-page .panel-default{
	margin-top: 15px;
}
.second-page .panel-default .panel-body{
	padding: 15px;
	margin: 0px ;
}


@media(max-width: 767px){
	.second-page .vh100{
		height: 100%;
	}
	.second-page .flex-center{
		/*display: initial;*/
	}
	.second-page .panel-block{
		margin-top: 15px;
	}
	.second-page .panel-block .panel-body{
		padding: 0px;
		margin: 0px 25px;
	}
	.second-page .panel-block .panel-body .row .col-sm-6{
		padding: 10px
	}
	.second-page .panel-block .panel-body .form-block{
		/*border-top:1px solid #ccc;*/
		border-left: none;
	}
	.second-page .img-logo{
		width: 100%;
		max-width: 350px;
	}	

	.second-page .panel-default .panel-body{
		padding: 15px;
		margin: 0px ;
	}
}

@media(max-width: 767px ){
  .text-right-xs{
    text-align: right;
  }
  .text-left-xs{
    text-align: left !important;
  }
}

/*list*/

.rectangle-list{
	margin-bottom: 0px;
	padding-left: 0px;
	counter-reset: li;
	list-style: none;
	*list-style: decimal;
}
.rectangle-list a{
	position: relative;
	display: block;
	padding: .4em .4em .4em .8em;
	*padding: .4em;
	margin: .5em 0 .5em 2.5em;
	/*background: #ddd;*/
	color: #444;
	text-decoration: none;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;	
}
.rectangle-list a:hover{
	background: #fff;
}	
.rectangle-list a:before{
	content: counter(li);
	counter-increment: li;
	position: absolute;	
	left: -2.5em;
	top: 50%;
	margin-top: -1em;
	background: #076184;
	height: 2em;
	width: 2em;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border-radius: 2px;
}
	
.rectangle-list a:after{
	position: absolute;	
	content: '';
	border: .5em solid transparent;
	left: -1em;
	top: 50%;
	margin-top: -.5em;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;				
}
.rectangle-list a:hover:after{
	left: -.5em;
	border-left-color: #076184;				
} 

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: rgba(253, 15, 15, 0.95);
}