﻿/* Create your style on here */
@charset "UTF-8";

.form-label-position {
    padding-top: 4px;
}

#LostPasswordBody > .has-error .help-block {
    color: #d62c1a;
    font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif !important;
    font-style: initial;
}

.d-flex {
    display: flex
}

.align-center {
    align-items: center;
}



.bg-white {
    background: white;
}

.user-row {
    border-bottom: solid;
    border-bottom-color: #d8e0e9;
    border-bottom-width: 2px;
    margin: 10px;
}

.profile-circle {
    display: inline-block;
    background-color: #e2e8f0;
    margin: 10px;
    border-radius: 50%;
}

.profile-circle-inner {
    color: #485568;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    height: 50px;
    width: 50px;
    font-size: 20px;
}

.user-row-radio {
    display: inline-flex;
}

.user-row-name-span {
    font-size: 18px;
}

.user-row-school-name {
    padding-top: 15px;
    padding-left: 15px;
    font-size: 18px;
    font-weight: 600;
    color: black;
}
.student-selector-stname span.caret {
    margin-left: 5px;
    padding-left: 2px;
}

.avatar-container {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0px;
    flex-direction: row;
    align-items: center;
}

.avatar-container-item {
    background-color: #596376;
    border: 2px solid #1f2532;
    border-radius: 100%;
    color: #ffffff;
    display: block;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 100;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    transition: margin 0.1s ease-in-out;
    overflow: hidden;
    margin-left: -10px;
}

.avatar-container-item-img {
    width: 100%
}

.w-80 {
    width: 80%
}

#contact-select-wrapper .tooltip-inner > ul {
    padding-left: 20px;
    margin-bottom: 0px !important;
    text-align: left;
}

#contactSelectModal > .modal-dialog {
    min-width: 900px;
}

#StudentSelectionDIV .tooltip-inner {
    padding-left: 20px;
    padding-top:5px;
    padding-right:5px;
    margin-bottom: 0px !important;
    text-align: left;
    min-width: 200px !important;
    max-width: 250px !important;
    background:black;
    opacity:1;
}
    #StudentSelectionDIV .tooltip-inner p {
    min-width:195px;
    max-width:300px;
    margin:0 0 5px!important;
    }

    .student-selector-stname {
        display: inline-block;
        margin-right: 10px;
    }

#contact-select-wrapper .user-row {
    cursor: pointer;
}
    #contact-select-wrapper .user-row.highlighted {
        background: #BFDBFE;
        cursor: pointer;
    }

    #contact-select-wrapper .user-row:hover {
        cursor: pointer;
        background: #DBEAFE;
    }

#StudentSelectionDIV .fa {
    float: right;
    margin-top: 20px;
}

#StudentSelectionDIV ul.dropdown-menu {
    min-width: max-content;
    max-width: 350px;
}

.swal2-popup {
    font-size: 1.6rem !important;
}
.btn-contact-select {
    font-size: 15px;
    font-weight: 600;
    color: #334155 !important;
}

.contact-list-title {
    padding-left: 10px;
    margin-bottom: 0px;
}

    .contact-list-title li {
        text-align: left;
    }