/*** Main Color: #1e73be ***/

/***************************
         GENERAL
***************************/
* {
    font-family: futura-pt,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Arial,sans-serif;
}

body {
    background: #e8e8e8;
}

a, a:visited, a:hover {
    text-decoration: none;
    color: #1e73be;
}

.container-mini {
    max-width: 500px;
}




/***************************
        NAVIGATION
***************************/
.site-header {
    padding: 12px 0;
    background: #fff;
    box-shadow: 0 0 25px rgba(40,47,60,.05), 0 20px 25px rgba(40,47,60,.05), 0 3px 4px rgba(40,47,60,.05);
    -webkit-box-shadow: 0 0 25px rgba(40,47,60,.05), 0 20px 25px rgba(40,47,60,.05), 0 3px 4px rgba(40,47,60,.05);
}

.site-header .container {
    max-width: 860px;
    padding: 0;
}

.site-header .btn {
  margin-bottom: 8px;
}

.navbar {
    padding: .75rem 0;
}

.navbar .site-logo img {
    height: 30px;
}

.navbar .navbar-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 30px;
}

.navbar .navbar-menu a:not(.btn-primary) {
    color: #6a7483;
}

.navbar .navbar-menu a:not(.btn):hover {
    color: #1e73be;
}
 
.navbar .navbar-menu li {
    display: inline-block;
    margin-left: 10px;
}

.main-content {
    max-width: 900px;
    margin: 50px auto;
    padding: 0;
}



/***************************
        BUTTONS
***************************/
.btn {
    margin-right: 12px;
}
.btn-primary {
    background-color: #1e73be;
    border-color: #1e73be;
    color: #fff !important;
}

.btn-primary:hover {
    background-color: #1B67AB;
    border-color: #1B67AB;
}

a.btn-ghost {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    transform: 0.4s all;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 400;
}

a.btn-ghost:hover {
    color: #1e73be;
    background: #fff;
    border: 1px solid #fff;
}


/***************************
      CONTENT
***************************/
.content {
    padding: 48px 10px;
    background-color: #fff;
    border-top: 7px solid #1e73be;
}
.content-no-border {
    border-top: 0px;
}

td a {
    padding: 10px 0;
}


/***************************
      TABS
***************************/
.nav-tabs {
    position: relative;
    border-bottom: 3px solid #1e73be;
}

.nav-tabs .nav-item {
    margin-bottom: 0;
    border: none;
}

.nav-tabs .nav-item .nav-link {
    border: none;
    font-size: 1.15em;
}

.nav-tabs .nav-item .nav-link:not(.active):hover {
    border: none;
    background-color: #E8F1F8;
}

.nav-tabs .nav-item .active {
    color: #fff;
    background-color: #1e73be;
}





/***************************
      FORM ELEMENTS
***************************/
.form-control:focus {
    border-color: #1e73be;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #1e73be;
}

.alert, .alert-primary, .alert-danger {
    color: #fff;
}

.alert-primary {
    background-color: #1e73be;
}

.form-response {
    margin-top: 30px;
    border-radius: .375em;
    font-size: 1.2em;
}

select {
    max-width: 100%;
    height: 40px;
    padding: 6px 28px 6px 12px;
    line-height: 1.2;
    color: #000;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 8px 10px;
    border: 1px solid #becad6;
    font-weight: 300;
    font-size: .95em;
    border-radius: .375rem;
}



/***************************
      RESPONSIVE
***************************/
@media screen and (max-width: 768px) {
    .navbar li .btn {
        font-size: .75rem;
    }
}

@media screen and (max-width: 870px) {
    .site-header .container {
        padding: 0 20px;
    }
}
@media screen and (min-width: 768px) {
    .main-content {
        padding: 0 20px;
    }
    .content {
        padding: 48px;
        border-radius: 8px;
    }
}
