@font-face {
    font-family:'Roboto';
    src:url('../../fonts/Roboto-Regular.ttf');
    font-weight:400;
}

@font-face {
    font-family:'Roboto';
    src:url('../../fonts/Roboto-Bold.ttf');
    font-weight:700;
}

body {
    font-family:'Roboto';
}

h1, h2, h3, h4, h5, h6 {
    font-weight:bold;
    color:#333;
}

main {
    position:relative;
    /* background-image:url('../../images/queuerite-appointment-bg.jpg'); */
    background-image:url('../../images/gsis-bg.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:bottom center;
}

.content {
    background-color:rgba(255,255,255,.95);
    padding:1.25rem 1.25rem 1.75rem;
}

.content-container {
    width:100%;
}

main .inner {
    padding-bottom:4.4em;
}

.btn {
    padding:.75rem 2rem;
    border-radius:.8rem;
    font-weight:700;
}

.btn-primary {
    /* background-color:#99CC01;
    border-color:#99CC01; */
    
    background-color:#000;
    border-color:#000;
}

.btn-primary:hover {
    /* background-color:#8ab801;
    border-color:#8ab801; */
    background-color:#af956c;
    border-color:#af956c;
}

.btn-primary:focus, .btn-primary:active {
    /* background-color:#7ca501;
    border-color:#7ca501; */
    
    background-color:#af956c;
    border-color:#af956c;
}

.step-pill {
    margin-bottom:2em;
}

.pill {
    padding:1rem;
    background:#fff;
    border:6px solid #cecece;
    border-radius:1rem;
    height:100%;
}

.pill.active {
    background: #0039A9;
  	border-color: #043597;
}

.pill.active * {
    color:#fff;
}

.pill p {
    margin:0;
    font-size:.8rem;
    font-weight:700;
}

label {
    font-weight:700;
}

.name-det {
    margin-bottom:1.5rem;
}

.name-det p {
    margin:0;
    font-weight:bold;
}

.form-control {
    height:auto;
    padding:.75rem;
}

.form-control:focus {
    border-color:#7ca501;
    box-shadow:0 0 0 0.2rem rgba(124,165,1,.25);
}

.errors {
    color : red;
}

.loader-cover {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
}

.loader-content {
    position: absolute;
    width: 100%;
    top: 45%;
}

footer {
    padding-top:1.5rem;
    padding-bottom: 0.9rem;
}

td.day {
    font-weight:bold;
    text-decoration:underline;
}

td.disabled.day {
    font-weight:normal;
    text-decoration:none;
}

option:disabled {
        background:rgba(170,170,170,.25);
        color:rgba(170,170,170,.25);
    }
    
@media (min-width:992px) {
    .content-container {
        width:579px;
    }
    
    main .inner {
	    padding-top:4.4em;
	}
}

@media (max-width:992px) {
    .btn {
        display:block;
        width:100%;
    }
}


body{background:#000;}
header, footer{background:#0039A9;}
header > div > div > h4{color:#fff;}

footer > div {color:#fff;}


.btn{
	background-color: #0039A9 !important;
 	border: #012C82 !important;
 	color:#fff !important;
}