a {
    /*text-decoration: underline;*/
}

.main-sidebar {
    width: 260px;
}

.content-wrapper, .main-footer {
    margin-left: 260px;
}

@media (max-width: 767px){
    .main-sidebar {
        transform: translate(-260px,0);
    }
    .content-wrapper, .main-footer {
        margin-left: 0px;
    }
}

h1.login-box-title {
    color: #006892;
    padding-left: 15px;
}

.login-box-height {
    height: 416px;
}

.login-box-width {
    max-width: 1200px;
}

form label.form-control-label.required:after {
    content: "\00a0*";
    color: #D42124;
    font-size: 16px;
}

.field-photoFile img {
    max-width: 150px;
}

.tab-content h2, .box-body h2 {
    border-bottom: 1px solid #205081;
    color: #205081;
}

.sidebar-menu>li.active>a {
    border-left-color: #006892;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #006892; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

table.financial {
    width: 50%;
    margin-bottom: 1em;
}

table.recommendation {
    width: 50%;
    margin-bottom: 1em;
}

table.financial th {
    background-color: #CCC;
}

table.financial tr {
    border-bottom: 1px dotted #CCC;
}

form .col-xs-12 .field-section label.form-check-label {
    display: inline;
}

ul.list-list {
    list-style-type: none;
    margin: 0;
}

.float-left {
    float: left!important;
}

.float-right {
    float: right!important;
}

p.shareInfoModal {
    cursor: pointer;
}

a.copy-current-address {
    cursor: pointer;
}

.font-bold {
    font-weight: bold !important;
}

.or-container {
    width: 50vw;
    align-items: center;
    display: flex;
    margin: 25px 0;
}

.line-separator {
    background-color: #ccc;
    flex-grow: 5;
    height: 1px;
}

.or-label {
    flex-grow: 1;
    margin: 0 15px;
    text-align: center;
}

.birthday{
    display: flex;
    justify-content: space-between;
}


.hoverOption {
    background-color: white;
    color: black;
    cursor: pointer;
    padding: 1%;
    text-align: left;
}

@media (min-width: 1290px){
    .betweenTable{
        display: flex; 
        justify-content: space-between;
        
    }
    .widthTable{
        width: 48%;
    }
    .widthTableStudent{
        width: 80%;
    }
    .widthTableOrg{
        width:20em; 
        margin-top:4em; 
        margin-bottom:4em;
    }
    .dropdownOrg{
        display: flex; 
        justify-content: center !important;
    }
}

.underline{
    width: fit-content;
}

