﻿@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,200,100,500,600,700,800,900);

body {
    font-family: 'Raleway', sans-serif !important;
}

.spinner {
    opacity: 0;
    display: none;
    width: 20px;
    height: 10px;
    -webkit-transition: opacity 0.25s, max-width 0.45s;
    -moz-transition: opacity 0.25s, max-width 0.45s;
    -o-transition: opacity 0.25s, max-width 0.45s;
    transition: opacity 0.25s, max-width 0.45s;
    right: 20%;
    position: absolute;
}

.has-spinner.active {
    cursor: progress;
}

    .has-spinner.active .spinner {
        display: inline-block;
        opacity: 1;
        max-width: 50px;
    }

#errors li {
    color: red !important;
}

    #errors li a {
        color: red !important;
    }


.form-control-feedback {
    color: #f0ad4e;
}

.swal-overlay {
    /*background-color: rgba(43, 165, 137, 0.45);*/
}

.text-black{
    color :#000000 !important;
}