﻿

.dxTab >.nav-link {
    padding: 0.5rem 3rem;
}
.int-grid-buttons-container {
    display: flex;
    flex-direction: row;
    justify-content:flex-end;
    gap:30px;
}
.inter-badges{
    border-radius:0px;
    color:#ffffff;
    font-weight:bold;
}
.primary-highlighted-item {
    background-color: #7161ff;
    color: #ffffff;
}
.success-highlighted-item {
    background-color: #57fa98;
    color: #ffffff;
}
.alert-highlighted-item {
    background-color:#fa5c7d;
    color: #ffffff;
}
.reported-highlighted-item {
    background-color: #e2e2e2;
    color: #3c3c3c;
}
.dxbs-grid-table th {
    white-space: nowrap;
}
.dxbs-grid-table tr td {
    white-space: nowrap;
}
.danger{
    color:#d83232;
    font-weight:bold;
}
.warning {
    color: #f29709;
    font-weight: bold;
}
.success {
    color: #0d9307;
    font-weight: bold;
}
.return-link {
    margin-left: auto;
    padding:2px 15px;
    font-size:1em;
}

.student-detail {
    display: flex;
    flex-direction: row;
}
.detail-item {
    display: block;
}
.e-photo {
    border: 1px solid currentColor;
    object-fit: cover;
    object-position: center top;
   /* border-radius: 50%;*/
    width: 40px;
    height: 40px;
}
.detail-item.student-image {
    margin-top:2px;
   /* padding: 2px 15px; */
}
.detail-item.student-name {
    padding: 2px 15px;
}
.detail-item.dx-menu-items {
    margin-left:30px;
}


/*Personal details slide out*/
.modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
    background: #fff;
}
.modal-contet{
    border-radius:0px;
    border-top:0px;
}
.modal-dialog-slideout {
    border-radius: 0px;
    border-top: 0px;
}
.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%,0)scale(1);
    transform: translate(100%,0)scale(1);
}
.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    height: 100%;
    margin-right:-30px;
    border-top:0px;
}
.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
}
.modal-dialog-slideout .modal-content {
    border: 0;
}
.modal-dialog-slideout .modal-header, .modal-dialog-slideout .modal-footer {
    height: 69px;
    display: block;
}
.modal-dialog-slideout .modal-header h5 {
    float: left;
}
.top-modal-container{
    display:flex;
    flex-direction:row;
    align-content:flex-start;
}
.close-btn{
    display:block;
    padding:5px;
    margin-left:5px;
}
/*End of personal details slide out*/


.personal-details-container{
    display:flex;
    flex-direction:row;
    height:100%;
    padding-top:5px;
}
.address-container{
    width:60%;
}
.photo-container {
    width: 40%;
/*    background-color: #f7f8fa;*/
}
.main-photo {
    object-fit: cover;
    object-position: center top;
    width: 210px;
    height: 158px;
}
.main-student-image{
    height:173px;
}
.p-details-left{
    margin-top:0px;
}
.p-details-left .dxbs-fl-item {
    padding: 0px;
}
.student-utils-menu{
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
}
.student-utils-menu .menu-item {
    padding:2px 30px 2px 10px;
    color:#2261d1;
    font-size:1.3em;
}
.student-utils-menu .menu-item:hover{
    cursor:pointer;
    font-size: 1.5em;
}
.pd-buttons-container{
    display:flex;
    flex-direction:row;
    justify-content:flex-end;
}
.pd-buttons-container .edit-btn {
    padding: 2px 15px;
    background-color:#f85f1c;
}
.pd-buttons-container .save-btn {
    padding:2px 15px;
}
.grid_text_search .dxbs-form-control {
    width: 480px;
}
.student-search-container{
    display:flex;
    flex-flow:row;
    align-items:center;
}
.student-detail-container {
    margin-top: 44.5px;
}


/**Communication dialog*/
.commDialog .modal-content {
    border-radius:0px;
}
.comm_container{
    display:flex;
    flex-direction:column;
}
.comm_container_header{
    display:flex;
    flex-direction:row;
    justify-content:space-evenly
}
.comm-btns{
    width:10%;
}
.add_button {
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius:0px;
}
.comm_container_body {
    display: flex;
    flex-direction: row;
    height: 100%;
}
.side {
    width: 15%;
    min-height: 100%;
    padding:1px;
    margin-right:2px;
}

.side .dxbs-tagbox > .form-control {
    border:0px;
    overflow-y: auto;
    height:60%;
    padding:2px 6px;
    background-color:#f5f8fc;
}
.dxeditor {
    width: 85%;
    height: 100%;
}
.comm_templates {
    width: 70%;
}
.templates_item{
    width:100%;
    padding:0px;
}
/*.comm_templates_select {
    width: 100%;
    margin-left: 2px;
}*/
.SendButton{
    padding:2px 25px;
}
/*.subjectContainer {
    display: flex;
    flex-direction: row;
    justify-content:flex-end;
}*/
/*.commSubject {
    width: inherit;
    margin:3px 5em 15px 0px;
}*/
/***********/

.blockDialog .modal-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.modal-body .students_tagbox {
    width: 100%;
    margin: 2px;
}
.modal-body .submit_btn_block {
    width: 100%;
    align-self:flex-end;
}
#comm_check_wrapper {
    display:flex;
    flex-direction:row;
    width:100%;
    justify-content:flex-end;
}
comm_check_wrapper .comm_check {
    align-self: flex-start;
}
#comm_check_wrapper .popup-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 50%;
}

.form-control{
    border-radius:0px;
}
.process_dialog_input {
    width:100%;
    align-self:center;
}
.error{
    color:#d40404;
}
.diary-params {
    display: flex;
    flex-direction: row;   
}
.diary-subject {
    flex-grow: 2;
}
.diary-category {
    flex-grow: 1;
}

.comm_footer_group {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    left:8px;
    position:absolute;
    max-width:80%;
}
.attachFile > #attachFile {
    visibility: hidden;
}
.attachFile {
    display: inline-block;
    border: 1px solid #d40404;
    color: #d40404;
    border-radius: 0px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    -webkit-box-align: center;
    text-align: center;
    width: 100%;
}
.ct{
    margin-left: 35%;
}

.studdents_mod_container{
    display:flex;
    flex-direction:column;
}
.search-area{
    display:flex;
    flex-direction:row;
    padding:1px;
}
.findb{
    padding:2px 20px;
    max-height:2.3em;
    margin:2px;
}
.student_search_grid {
    overflow-y: auto;
}

.class_start_container{
    display:flex;
    flex-direction:row;
}
.class_start_container > div{
    width:50%;
}
.payment-option{
    display:flex;
    flex-direction:row;
    position:absolute;
    left:5px;
}
.response{
    color:#7161ff;
}
.app-remove{
    float:right;
    font-size:inherit;
}
.isc_header {
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    margin-bottom:3px;
}
.isc_header .std_detail {
    flex:1;
    text-align:center;
}
.isc_header .isc_header_buttons {
    margin-bottom: 3px;
}
.return_button{
    margin:3px;
}
.is_form .dxbs-fl-group {
    padding-right: 0px;
    padding-left: 0px;
}
.reasons-container {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
}
.reason_check {
    padding: 1em;
    display:block;
    width:30em;
    margin:2px;
    border: 1px dotted #e4e1e1;
}

.other-block {
    width: 100%;
}

.inline{
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
}
.section_input{
    width:80%;
}
.field_error .dxbs-input-group {
    border: 1px solid #d40404;
    box-shadow: 0px 0px 2px 0px rgba(245,17,17,0.76);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(245,17,17,0.76);
    -moz-box-shadow: 0px 0px 2px 0px rgba(245,17,17,0.76);
}
.response_block{
    display:block;
    width:80%;
}

.cluster_units{
    list-style-type:none;
    text-decoration:none;
}
.cluster_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.class_name{
    width:50%;
}
.justify {
    text-align: justify;
    text-justify: inter-word;
    width:50%;
}
.action_payment{
    float:right;
}
.resize {
    width:80%;
}

.student-component{
    border:2px solid #2261d1;
}
.student-component .card-header {
    background-color: #f9fcff;
    border-bottom: 2px solid #2261d1;
}
#signature{
    border:1px solid #2261d1;
}

.officer_signature {
    display: block;
    max-width: 300px;
    float: right;
    margin-bottom: 5px;
}
.officer_signature > span{
    width:300px;
    float:right;
    margin:2px;
}
.save_signature {
    padding: 3px 50px 2px 50px;
    float: right;
}
.sbta_logo{
    width:200px;
}
.form_menu {
    width: 200px;
    float:right;
}
.add-action {
    float: right;
}
.strategyError{
    border:1px solid #d40404;
}
.itr_detailHeader{
    display:block;
    width:100%;   
}
.itr_detailHeader > button {
    float: right;
}
.itr_detailHeader .itrform_menu {
    float: left;
    display:block;
}
.itr_detail
{
    clear:both;
}
.itr_buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:center;
    margin-top: 3px;
    margin-bottom: 3px;
}
.itr_notes{
    width:40%;
}
.itr_buttons > button {
    width: 200px;
}
.save_appeal_btn{
    float:right;
}
.itr_edititem {
    margin-top:2px;
    display: inline-block;
    vertical-align: middle;
}
.int-unit-style {
    white-space: nowrap;
}
.sp-selector{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    padding:0;
}
.inline-div{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}


@media (max-width: 600px) {
    .class_name {
        width: 100%;
    }
    .justify {
        text-align: justify;
        text-justify: inter-word;
        width: 100%;
    }
    .resize {
        width: 100%;
    }
    .signature_buttons > button{
        width:100%;
        margin:3px;
    }
    officer_signature {
        display: block;
        width: 100%;
        margin:0 auto;
        float:none;
        margin-bottom: 5px;
    }
    officer_signature > span{
        float:none;
        margin: 0 auto;
        margin-bottom: 5px;
    }
}


.sidepanel {
    margin-top: 50px;
    height: 100%;
    width: 0px;
    position: absolute;
    overflow-x: hidden;
    left: 0;
    top: 0;
    background-color: #ffffff;
    z-index: 999999;
    transition: 0.25s;
    box-shadow: 1px 2px 16px -6px rgba(0,0,0,0.64);
    -webkit-box-shadow: 1px 2px 16px -6px rgba(0,0,0,0.64);
    -moz-box-shadow: 1px 2px 16px -6px rgba(0,0,0,0.64);
    text-align: center;
    align-content: center;
}
.sidepanel badge:hover{
    padding:3px;
}
.sidepanelopen {
    width: 300px;
    height: 100vh;
}
.sidepanel:before {
    height: 100vh;
    content: '';
    position: absolute;
    height: 100%;
    width: 10px;
    top: 0;
    left: 100%;
    z-index: 1;
}
.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
}
.side_content{
    margin-top:50px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.openSide{
    font-size:1.5rem;
}

@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

    .sidebar a {
        font-size: 18px;
    }
}

.change_checks_container{
    display:flex;
    flex-direction:column;
}
.check_row{
    display:flex;
    flex-direction:row;
}
.check_row > div:first-child {
    width:50%;
}
@media (max-width: 600px) {
    .check_row > div:first-child {
        width: 80%;
    }
}

.floating-menu {
    position: fixed; 
    bottom: 100px;
    left: 20px; 
    width: 200px; 
    background-color: #f9f9f9;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); 
    z-index: 1000; 
    border:1px dotted #6e7074;
    padding:3px;
}