body {
    position: relative;
    min-height: 100vh;
    font-family: Open Sans, Arial, sans-serif;
    background-image: url("/src/images/background_1.png") !important;
}

.btn:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
}

.form-control:focus {
    box-shadow: none !important;
}

.main_color {
    color: #697eb9;
}

.btn_main {
    color: #ffffff;
    font-weight: bold !important;
    background: #697eb9;
    background: -moz-linear-gradient(top, #697eb9 0%, #697eb9 21%, #697eb9 48%, #697eb9 80%, #697eb9 100%);
    background: -webkit-linear-gradient(top, #697eb9 0%, #697eb9 21%, #697eb9 48%, #697eb9 80%, #697eb9 100%);
    background: linear-gradient(to bottom, #697eb9 0%, #697eb9 21%, #697eb9 48%, #697eb9 80%, #697eb9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#697eb9', endColorstr='#697eb9', GradientType=0);
}

.active_item {
    color: #697eb9 !important;
    font-weight: bold !important;
}

a {
    color: #787878 !important;
}

a:hover {
    color: #697eb9 !important;
}

.range {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    padding: 0px;
    margin: auto;
}

.range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #697eb9;
    background: -moz-linear-gradient(top, #697eb9 0%, #697eb9 21%, #697eb9 48%, #697eb9 80%, #697eb9 100%);
    background: -webkit-linear-gradient(top, #697eb9 0%, #697eb9 21%, #697eb9 48%, #697eb9 80%, #697eb9 100%);
    background: linear-gradient(to bottom, #697eb9 0%, #697eb9 21%, #697eb9 48%, #697eb9 80%, #697eb9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#697eb9', endColorstr='#697eb9', GradientType=0);
    cursor: pointer;
}

.range::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #697eb9;
    background: -moz-linear-gradient(top, #697eb9 0%, #697eb9 21%, #697eb9 48%, #697eb9 80%, #697eb9 100%);
    background: -webkit-linear-gradient(top, #697eb9 0%, #697eb9 21%, #697eb9 48%, #697eb9 80%, #697eb9 100%);
    background: linear-gradient(to bottom, #697eb9 0%, #697eb9 21%, #697eb9 48%, #697eb9 80%, #697eb9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#697eb9', endColorstr='#697eb9', GradientType=0);
    cursor: pointer;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

.dz-border {
    border: 2px dashed #697eb9 !important;
}

.toggle.ios, .toggle-on.ios, .toggle-off.ios {
    border-radius: 20rem;
}

.toggle.ios .toggle-handle {
    border-radius: 20rem;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}

a.dropdown-item {
    background-color: transparent !important;
}