:root {
    --main-color-hex: #EE1B40;
    --main-color-panel: #F0F0F0;
    --secondary-color: #051726;
    --white-color: #fff;
}

html, body {
    font-weight: 300;
    margin: 0;
    /*height: 100%;*/
    /*background: linear-gradient(to top, #EE1B40, #051726);*/
    background: linear-gradient(to top,
    #051726 0%,
    #051726 10%,
    #EE1B40 55%,
    #051726 90%,
    #051726 100%);
}

.navbar{
    border: none;
}
.navbar-default {
    min-height: 80px !important;
    background: var(--secondary-color) !important;;
}
.navbar-default .navbar-nav-UN19 > .active > a, .navbar-default .navbar-nav-UN19 > .active > a:hover, .navbar-default .navbar-nav-UN19 > .active > a:focus {
    border-bottom: 4px solid var(--secondary-color);
}

.volunteers-navbar-right {
    margin-top:14px !important;
}

.volunteers-navbar-right > .active > a {
    background-color: var(--main-color-hex) !important;
    color: white !important;
}

p.volunteers-navbar-text {
    color: var(--secondary-color) !important;
    font-weight: 800 !important;
    margin-top:30px;
}

.volunteers-container{
    margin-top: 100px;     
}

.volunteers-panel-heading {
    background: var(--main-color-panel) !important;
    color: #fff;
    border: none;
}

.volunteers-panel-heading h2 {
    color: var(--secondary-color) !important;
}

.volunteers-panel-heading .p-login {
    color: var(--secondary-color) !important;
}

.volunteers-panel-login, .volunteers-panel-search, .volunteers-panel-register{
    background: #444;
    background: var(--main-color-panel);
    -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px;
    border: none;
    z-index: 1;
}

#volunteers-register-form {
    /*	width: 400px;*/
    /*	margin: 50px auto;*/
    text-align: center;
    margin: 0px auto;
    /*	position: relative;*/
    font-family: 'FK Grotesk', sans-serif !important;;
}

#volunteers-register-form fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;

    box-sizing: border-box;
    /*	width: 80%;*/
    margin: 0 auto;

    /*stacking fieldsets above each other*/
    /*	position: absolute;*/
}
/*Hide all except first fieldset*/
#volunteers-register-form fieldset:not(:first-of-type) {
    display: none;
}
/*inputs*/
#volunteers-register-form input, #volunteers-register-form textarea, #volunteers-register-form select {
    /*padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    color: var(--secondary-color);
    font-size: 13px;*/
}
/*buttons*/
#volunteers-register-form .action-button {
    width: 100px;
    background: var(--secondary-color);
    font-weight: bold;
    color: var(--white-color);
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}
.policy-button {
    width: 200px !important;
}
.submit-button {
    background: var(--main-color-hex) !important;
}
.dashboard-button {
    width: 200px;
    background: var(--main-color-hex);
    font-weight: bold;
    color: var(--white-color);
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}
.dashboard-button-logged {
    width: 200px;
    background: var(--secondary-color);
    font-weight: bold;
    color: var(--white-color);
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}
.volunteers-panel-heading .dashboard-button-logout {
    width: 100px;
    background: var(--main-color-hex);
    font-weight: bold;
    color: var(--white-color);
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    text-align: center !important;
}
#volunteers-register-form .action-button:hover, #volunteers-register-form .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px var(--main-color-hex);
}

#volunteers-register-form.select2 {
    text-align: left !important;
    font-family: 'FK Grotesk', sans-serif !important;
    width:90% !important;
}
#volunteers-register-form .select2-container--default .select2-selection--multiple{
    height: 36px !important;
}
#volunteers-register-form .select2-search__field{
    border:none;
    width:200% !important;
    padding-top:2px;
    padding-left: 10px;
}
#volunteers-register-form input[type=checkbox] { 
    width: auto 
}
.btn-disabled{
    background: #c0c0c0 !important;
}
.btn-enabled{
    background: var(--secondary-color) !important;
}
/*headings*/
.fs-title {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--secondary-color);
    margin-bottom: 10px;
    font-weight: 700;
}
.fs-subtitle {
    font-weight: normal;
    font-size: 15px;
    color: var(--secondary-color) !important;
    margin-bottom: 20px !important;
}
/*progressbar*/
#volunteers-register-progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    padding-left:0px !important
}
#volunteers-register-progressbar li {
    list-style-type: none;
    color: var(--secondary-color) !important;
    text-transform: none;
    font-size: 11px;
    width: 33%;
    float: left;
    position: relative !important;
}
#volunteers-register-progressbar li:first-of-type, #volunteers-register-progressbar li:last-of-type {
    width: 33% !important;
}
#volunteers-register-progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary-color);
    background: white;
    border-radius: 30px;
    margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#volunteers-register-progressbar li:after {
    content: '';
    width: 93%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 14px;
    color: var(--secondary-color);
    z-index: 0;
    margin-left: 15px;
    margin-right: 15px;
}
@media (max-width: 768px) {
    #volunteers-register-progressbar li:after {
        width: 85%;
    }
}

#volunteers-register-progressbar li.active:after {
    margin-left: 15px;
    margin-right: 15px;
}
#volunteers-register-progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
    background: var(--secondary-color);
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#volunteers-register-progressbar li.active:before,  #volunteers-register-progressbar li.active:after{
    background: var(--main-color-hex);
    color: var(--white-color);
}

#volunteers-register-form input[type="text"]::placeholder, #volunteers-register-form input[type="email"]::placeholder, #volunteers-register-form input[type="date"]::placeholder, #volunteers-register-form input[type="number"]::placeholder, #volunteers-register-form input[type="tel"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 12px !important;
}

#volunteers-register-form input[type="text"]:-ms-input-placeholder, #volunteers-register-form input[type="email"]:-ms-input-placeholder, #volunteers-register-form input[type="date"]:-ms-input-placeholder, #volunteers-register-form input[type="number"]:-ms-input-placeholder, #volunteers-register-form input[type="tel"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 12px !important;
}

#volunteers-register-form input[type="text"]::-ms-input-placeholder, #volunteers-register-form input[type="email"]::-ms-input-placeholder, #volunteers-register-form input[type="date"]::-ms-input-placeholder, #volunteers-register-form input[type="number"]::-ms-input-placeholder, #volunteers-register-form input[type="tel"]::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 12px !important;
}



#volunteers-register-form input[type=date] {
    text-align: left;
}

.swal2-popup{
    font-size: 1.3rem !important;
    width:50em !important;
}

.volunteers-footer {
    background: var(--secondary-color);
    color: var(--white-color);
}

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

.navbar-toggle {
    margin-top: 23px !important;
    border: none;
}

.navbar-row {
    margin-top: 20px;
    margin-right: 0px !important;
}

.iti {
    width: 100%;
    display: block;
}

.select-options {
    font-size: 12px !important;
}

input[type="date"], input[type="time"]{
    -webkit-appearance: none;
}

ul.dashed { list-style-type: none; padding-left: 0; padding-top:5px; }
ul.dashed > li { text-indent: -0.5em; margin-left: 0.5em; }
ul.dashed > li::before { content: "- "; text-indent: -0.5em; }
