/*--------- custom style ---------*/
#header {
	background: #0453a0;
	background: -webkit-linear-gradient(left, #0453a0 0%, #0c7dec 50%, #00CED1 100%);
	background: -o-linear-gradient(left, #0453a0 0%, #0c7dec 50%, #00CED1 100%);
	background: linear-gradient(to right, #0453a0 0%, #0c7dec 50%, #00CED1 100%);
}

#header.header-scrolled {
	background: #0453a0;
	background: -webkit-linear-gradient(left, #0453a0 0%, #0c7dec 50%, #00CED1 100%);
	background: -o-linear-gradient(left, #0453a0 0%, #0c7dec 50%, #00CED1 100%);
	background: linear-gradient(to right, #0453a0 0%, #0c7dec 50%, #00CED1 100%);
}

#header .logo h1 {
	color:#fff !important;
	font-family: "Jost", sans-serif !important;
	letter-spacing: 0.1em;
	font-weight: normal !important;
}

#footer {
	background: #0772dc;
}

#footer .footer-top .footer-info {
	background: #2d8be8;
	border-top: 4px solid #6bfc83;
}

#footer .copyright {
	border-top: 1px solid #6bfc83;
}

.navbar-mobile {
	background: rgba(4, 83, 160, 0.9);
}
/*--------- custom style ---------*/

.text-xs, .text-xs input, .text-xs textarea, .text-xs select {
    font-size: .75rem!important;
}
	
.text-sm, .text-sm input, .text-sm textarea, .text-sm select{
    font-size: .875rem!important;
}	
	
.text-md, .text-md input, .text-md textarea, .text-md select {
    font-size: 1rem!important;
}	
	
.text-lg, .text-lg input, .text-lg textarea, .text-lg select {
    font-size: 1.25rem!important;
}

a.login-link {
	color: #6bfc83;
	text-decoration: none;
	border-bottom: dotted 1px;
}	
a.login-link:hover {
	color:#000;
	background-color: #E3F9FF;
}

.inner-page{
	padding-top: 30px;
}

.callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}
.callout h4 {
	margin-top: 0;
	margin-bottom: 5px;
}
.callout p:last-child {
	margin-bottom: 0;
}
.callout code {
	border-radius: 3px;
}
.callout + .bs-callout {
	margin-top: -5px;
}

.callout-default {
	border-left-color: #777;
}
.callout-default h4 {
	color: #777;
}

.callout-primary {
	border-left-color: #428bca;
}
.callout-primary h4 {
	color: #428bca;
}

.callout-success {
	border-left-color: #5cb85c;
}
.callout-success h4 {
	color: #5cb85c;
}

.callout-danger {
	border-left-color: #d9534f;
}
.callout-danger h4 {
	color: #d9534f;
}

.callout-warning {
	border-left-color: #f0ad4e;
}
.callout-warning h4 {
	color: #f0ad4e;
}

.callout-info {
border-left-color: #5bc0de;
}
.callout-info h4 {
color: #5bc0de;
}

.callout-bdc {
	border-left-color: #29527a;
}
.callout-bdc h4 {
	color: #29527a;
}