@font-face {
    font-family: 'Karla';
    src: url(fonts/karla-regular.ttf);
}
@font-face {
    font-family: 'Karla';
    font-weight: bold;
    src: url(fonts/karla-bold.ttf);
}
@font-face {
    font-family: 'Karla';
    font-style: italic;
    font-weight: bold;
    src: url(fonts/karla-bolditalic.ttf);
}
@font-face {
    font-family: 'Karla';
    font-style: italic;
    src: url(fonts/karla-italic.ttf);
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    src: url(fonts/roboto-regular.ttf);
}
@font-face {
    font-family: 'Roboto';
    font-weight: bold;
    src: url(fonts/roboto-bold.ttf);
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: bold;
    src: url(fonts/roboto-bolditalic.ttf);
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    src: url(fonts/roboto-italic.ttf);
}

body {
	font-family: 'Roboto' !important;
	padding-top: 50px;
}

.has-error.control-label {
    color: #a94442;
}

.form-header {
    position: relative;
    padding-left: 171px;
    padding-right: 200px;
    width: 100%;
    height: 154px;
    margin-bottom: 20px;
}

.form-logo {
    width: 400px;
    height: 77px;
    background-image: url('logo_3.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 138px;
}

.header-title {
    height: 154px;
    padding-top: 50px;
    padding-bottom: 68px;
}

.header-title h2 {
    font-size: 30px;
    font-weight: 700;
    padding-left: 40px;
    margin: 0;
}
.header-logo {
    width: 150px;
    height: 154px;
    background-image: url('logo.jpg');
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}

.header-logo-2 {
    width: 209px;
    height: 154px;
    background-image: url('logo_2.png');
    background-repeat: no-repeat;
    margin-top: 32px;
    position: absolute;
    background-size: contain;
    right: 0;
    top: 0;
}

.container {
	width: 960px;
}

.text-left {
	text-align: left !important;
}

.form-horizontal .radio-inline input[type=radio] {
	margin-top: 4px;
}

.form-inline .form-group {
	display: block;
    margin-bottom: 15px;
}

* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

h3, h4 {
    font-weight: 700;
}

hr {
	border-color: #13138C;
	margin-left: -15px;
	margin-right: -15px;
}

.form-block {
	border: 1px solid #13138C;
	margin-bottom: 20px;
}

.block-title {
	display : block;
	text-align: center;
	color: white;
    background-color: #13138C;
    font-size: 20px;
    font-weight: bold;
}

.block-body {
	padding: 15px;
	background-color: #F3F3F3;
}

table th {
	text-align: center;
}

.study-from-to span.pull-left {
    margin-left: 35px;
}
.study-from-to span.pull-right {
    margin-right: 50px;
}
.study-from-to.longer span.pull-left {
	margin-left: 66px;
}
.study-from-to.longer span.pull-right {
	margin-right: 80px;
}
.study-from-to input {
	display: inline-block;
	width: 40%;
}
.study-from-to input:first-child {
	margin-right: 19%;
}
.no-borders td {
	border-top: none !important;
}
.form-control {
	background-color: #FFFFFF;
    background-image: none;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 14px;
}

.form-control:focus {
	box-shadow: none;
    border-color: #2F76B3 !important;
}

.information-block {
	padding: 15px;
	margin-bottom: 20px;
}
.information-block.important {
	background-color: #13138C;
	color: white;
}

.ui-datepicker { 
    z-index: 9999 !important;
}

.underline {
    text-decoration: underline;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    color: black;
}

.fa-4 {
    font-size: 7em;
}

.checkbox_style {
    margin: 4px 10px 0 ;
}

#progressbar-wrapper {
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    z-index: -2;
    padding-bottom: 1px;
    padding-top: 36px;
    border: 1px solid #13138C;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}
#progressbar li {
    list-style-type: none;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    width: 20%;
    float: left;
    position: relative;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 50px;
    line-height: 50px;
    display: block;
    font-size: 20px;
    color: white;
    background: #ddd;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 9px;
    background: #ddd;
    position: absolute;
    left: -50%;
    top: 21px;
    z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
    background: #13138C;
    color: white;
}


.modal .information-block {
    margin: 0;
}

.modal .information-block h3{
    margin-top: 0;
}

.btn-instructions {
    margin-bottom: 20px;
}