﻿
body > div.wrapper > header > nav > div > ul > li.dropdown.user.user-menu.open > ul > li.user-header > p > a {
    color: white;
    font-weight: bold;
}





/*---------------------------------------------COVER-SPIN---------------------------------------------*/



#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}


.custom-round-img-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
}


/*---------------------------------------------Custom Bootstrap Style---------------------------------------------*/

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 0px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-weight: bold;
}

/*---------------------------------------------Custom Bootstrap Style---------------------------------------------*/


.error-main-box {
    width: auto;
    border: 1px solid green;
    padding: 15px;
    border-radius: 35px;
    margin-top: 20%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 20%;
}


.main-profile {
    width: auto;
    border: 1px solid green;
    padding: 15px;
    border-radius: 35px;
    /* text-align: center; */
    max-width: 465px;
    margin: 10px auto;
}


.main-profile-picture {
    margin: 15px;
}



.administration-info-custom-style {
    background-color: #00a65a;
    color: #fff;
    border: 5px solid white;
}

/*---------------------------------------------Custom Bootstrap Style---------------------------------------------*/


.btn-chartreuse-green {
    background-color: #7FFF00;
    border-color: #00FF3F;
}

    .btn-chartreuse-green:hover,
    .btn-chartreuse-green:active,
    .btn-chartreuse-green.hover {
        background-color: #00FF3F;
    }


.btn-peach {
    background-color: #FFE5B4;
    border-color: #D2B48C;
}

    .btn-peach:hover,
    .btn-peach:active,
    .btn-peach.hover {
        background-color: #D2B48C;
    }

.btn-ivory {
    background-color: #4B0082;
    border-color: #4B0082;
    color: white;
}

    .btn-ivory:hover,
    .btn-ivory:active,
    .btn-ivory.hover {
        background-color: #4b0082b0;
        color: white;
    }

/*---------------------------------------------Custom Bootstrap Style---------------------------------------------*/

.select2-container .select2-selection--single {
    height: 34px !important;

}

.select2-container--default .select2-selection--single {
    /*border: 1px solid #ccc !important;
    border-radius: 2px !important;*/
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-weight: bold;
}


/*.form-group > .select2-container {
    width: 100% !important;
}*/