@font-face {
    font-family: proxima-alt-black;
    src: url(font/MARK SIMONSON - PROXIMA NOVA ALT BLACK-WEBFONT.TTF);
}

@font-face {
    font-family: proxima-alt-bold;
    src: url(font/MARK SIMONSON - PROXIMA NOVA ALT BOLD-WEBFONT.TTF);
}

@font-face {
    font-family: proxima-condensed-semibold;
    src: url(font/MARK SIMONSON - PROXIMA NOVA ALT CONDENSED SEMIBOLD-WEBFONT.TTF);
}

@font-face {
    font-family: proxima-alt-regular;
    src: url(font/MARK SIMONSON - PROXIMA NOVA ALT REGULAR-WEBFONT.TTF);
}

@font-face {
    font-family: proxima-scosf-thin;
    src: url(font/MARK SIMONSON - PROXIMA NOVA SCOSF THIN-WEBFONT.TTF);
}

@font-face {
    font-family: proxima-semibold;
    src: url(font/MARK SIMONSON - PROXIMA NOVA SEMIBOLD-WEBFONT.TTF);
}

@font-face {
    font-family: proxima-thin;
    src: url(font/MARK SIMONSON - PROXIMA NOVA THIN-WEBFONT.TTF);
}

@font-face {
    font-family: proxima-bold;
    src: url(font/PROXIMA-NOVA-BOLD-59082675D2F74.OTF);
}

@font-face {
    font-family: proxima-extrabold;
    src: url(font/PROXIMA-NOVA-EXTRABOLD-5908269C08349.OTF);
}

.font-proxima-alt-black{
    font-family: proxima-alt-black;
}

.font-proxima-alt-bold{
    font-family: proxima-alt-bold;
}

.font-proxima-condensed-semibold{
    font-family: proxima-condensed-semibold;
}

.font-proxima-alt-regular{
    font-family: proxima-alt-regular;
}

.font-proxima-scosf-thin{
    font-family: proxima-scosf-thin;
}

.font-proxima-semibold{
    font-family: proxima-semibold;
}

.font-proxima-thin{
    font-family: proxima-thin;
}

.font-proxima-bold{
    font-family: proxima-bold;
}

.font-proxima-extrabold{
    font-family: proxima-extrabold;
}

.font-lato{
	font-family: 'Lato', sans-serif;
}

.black{
	color:black;
}

.grey{
  color:silver;
}

#about{
  background-image: url("img/bg_biru_desktop.png");
}

.error{
  color:red;
  margin-bottom:10px;
}

.warning{
  color:yellow;
}

.success{
  color:green;
}

.hidden{
  display:none;
}

.sliderImgDefault{
  cursor: pointer;
}

.joinYesdokField{
  color:white;
  border:none;
}

.shadow{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

textarea {
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid black;
}

@media screen and (min-width: 1600px) {
    .container {
        max-width: 100%;
    }
}
@media screen and (min-width: 1900px) {
    .container {
        max-width: 100%;
    }
}

.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1031;
    top: 0;
    left:0;
    background-color: rgba(0,0,0, 0.9);
    overflow-y: scroll;
    overflow-x: hidden;
    text-align: center;
    transition: .5s;
}
.overlay a, .overlay2 a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: white;
    display: block;
    transition: .3s;
}
.overlay a:hover, .overlay a:focus, .overlay2 a:hover{
    color: #f1f1f1;
}
.overlay-content {
    position: relative;
    top: 100px;
    width: 100%;
    text-align: center; 
}
.closebtnOverlay {
    color:white;
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 30px !important;
}

.overlay2 {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1031;
    top: 0;
    left:0;
    background-color: #024669;
    opacity:0.97;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: center;
    transition: .5s;
}

@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .closebtnOverlay {
        font-size: 40px !important;
        top: 15px;
        right: 35px;
    }
}

div.textContainer {
    width: 50em;
    margin: 0 auto 1em auto;
    padding: 1em;
}

div.textContainer input, div.textContainer a {
    display: inline-block;
    text-align: left;
    color:#0DA1D9;
}

.nav-link.active{
  color:#024668 !important;
  border-bottom:2px solid #024668;
}

.nav-item.active{
  color:#024668 !important;
  border-bottom:2px solid #024668;
}

a{
  color:white;
}

#prevCareerSlider, #nextCareerSlider{
  position:relative;
  margin-top:-670px;
}

#prevCareerSlider{
  float:left;
}

#nextCareerSlider{
  float:right;
}

#web_header{
  color:#024668;
  font-size:20px;
}

.yesdok-blue{
  color:#009CD7;
}

.yesdok-red{
  color:#AD1E2D;
}

.yesdok-blue-persistence{
  color:#009CD7 !important;
}

.yesdok-border-blue{
  border:solid 1px #009CD7 !important;
}

.yesdok-background-blue{
  background-color:#009CD7 !important;
}

.yesdok-dark-blue{
  color:#024668  !important;
}

.yesdok-border-dark-blue{
  border:solid 1px #024668 !important;
}

.white-persistence{
  color:white !important;
}

.background-white{
  background-color:white;
}

.pointer{
  cursor:pointer;
}

.border-right{
  border-right:1px solid #024668;
}

.border-left{
  border-left:1px solid #024668;
}

.border-top-bottom-price{
  border-top:2px solid #009CD7;
  border-bottom:2px solid #009CD7;
}

.background-transparent{
  background:transparent;
}

.background-transparent-persistence{
  background:transparent !important;
}

.paddingLeftRight{
  padding-left:10%;
  padding-right:10%;
}

.smallScreenForm{
  min-width:300px !important;
  position:absolute;
  left:0px;
}