
.asdefault{
    align-items: center;
    flex-direction: row;
}

.box_areas{
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.box_areas label{
    margin-bottom: 0;
}
.box_areas input[type=radio]{
    margin: 5px 5px 0 0;
}
.box_areas label{
    font-weight: 500;
}
.roll_person .Authority_name{
    font-family: var(--semibold);
    line-height: 20px;
}
.roll_person .fa-user-circle{
    font-size: 20px;
    color: #29314c;
    margin-right: 8px;
}
/* error box section*/
span.error {
    color: red;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 15px 0 0;
    font-family: var(--regular);
}
.validation-summary-errors {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 15px;
    background: #ffebeb;
    border-top: 2px solid #c34242;
    position: relative;
}
.comentboxminheight {
    max-height: 400px;
    overflow: auto;
}
.withposition{
   position: absolute;
   left: 230px;
   bottom: -25px;
}

.sender .infonamepart {
    background-color: #f5f5f5;
    padding: 8px;
    border-radius: 10px;
    width: calc(70% - 70px);
    border-left: 2px solid #915454;
}
.spvalue .com-label{
    margin-bottom: 0;
}
.spvalue input[type=checkbox] {
    margin-top: 0;
}
.responser .infonamepart {
    background-color: #f5f5f5;
    padding: 8px;
    border-radius: 10px;
    width: calc(70% - 70px);
    border-right: 2px solid #293578;
}
.responser .ImageSection {
    order: 2;
}
.infonamepart .name {
    font-family: var(--semibold);
}
.infonamepart span.commentname {
    display: block;
    color: #646464;
    font-family: var(--regular);
}
.assignmentTitle {
    display: flex;
}
button.note-btn[aria-label="Video"] {
    display: none;
}
.approvers_section .approvesingleActive{
    border-radius: 24px;
    background-color: #fff7ed;
}
.approvers_section .orange_border {
    border: 1px solid #f38502;
}
.approvers_section .green_border{
    border: 2px solid #4bae4f;
}
.approvers_section .red_border {
    border: 2px solid #d90e0e;
}
.approvers_section .grey_border {
    border: 1px solid #a1a1a1;
}
.approvers_section .approvesinglecommon{
    border-radius: 24px;
    border: 1px solid #b3b3b3;
}
.approvers_section .ApproverLabel{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.approvers_section .approvername {
    padding: 0 8px;
    white-space: nowrap;
    width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* body .note-editor .note-toolbar .note-btn-group .note-table, body .note-popover .popover-content .note-btn-group .note-table {
    min-width: fit-content;
} */
.singlehistory .userPresets{
    z-index: 1;
    position: relative;
}
.submitterimage .line {
    position: absolute;
    height: calc(100% + 30px);
    width: 1px;
    background-color: #ccc;
    left: 50%;
    top: 0;
    z-index: 0;
}
.submittersection .identiy {
    background-color: #1c85d9;
    color: #fff;
    padding: 3px 8px 0;
    border-radius: 24px;
    font-family: var(--medium);
    cursor: pointer;
}
span.submitterdetails {
    font-family: var(--semibold);
}
span.approveName {
    font-family: var(--medium);
}
.submittersection .approveName{
    font-family: var(--medium);
}
.historylist .singlehistory .submitterimage .userPresets{
    height:40px;
    width:40px;
}
.historylist .singlehistory{
    margin: 25px 0;
}
.historydetails .green {
    color: #4bae4f;
    font-family: var(--medium);
}
.submitertitle{
    background-color: #f9f9f9;
    padding: 10px;
}
.approvers_section .approveName{
    min-width: 220px;
}
.historydetails .submitterdate {
    color: #8d8d8d;
    font-size: 12px;
}
.historydetails .approvedesignation{
    font-size: 12px;
    color: #8d8d8d;
}
.singlehistory .submitterimage {
    position: relative;
}
.historydetails .CommentBox {
    border: 1px solid #ccc;
    padding: 8px;
    margin-top: 10px;
}
.submitterimage.withcheck .done{
    position: absolute;
    top: -5px;
    right: 0px;
    z-index: 1;
}
.submitterimage .closeIcon{
    position: absolute;
    top: -5px;
    right: 0px;
    z-index: 1;
}
.approvesingleActive .triangles{
    border: 6px solid transparent;
    border-top-color: #f5911a;
    position: absolute;
    top: -10px;
    left: 16px;
}
.CommentBox .comenttext{
    display: block;
    color: #6e6e6e;
}

.approvers_section .approvedesignation{
    font-size: 12px;
    color: #8d8d8d;
    display: block;
}
.ApprovedPart .greenText{
    color: #1a741e;
    font-weight: 500;
}
.approvers_section .ImageSection .userPresets {
    width: 40px;
    height: 40px;
    padding: 2px;
}

.approvers_section .ImageSectioncommon .userPresets {
    width: 40px;
    height: 40px;
    padding: 2px;
}
.approvers_section .ImageSectionactive .userPresets{
    width: 40px;
    height: 40px;
    padding: 2px;
}
.assignmentTitle .nameassignment {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #0e6ea7;
    display: flex;
    margin-left: 8px;
    align-items: baseline;
    font-family: var(--medium);
}
 .dropdown-menu.allstudentlist{
    position: absolute;
    left: 0;
}
/*  .dropdown-menu.allstudentlist .singleListitem{
    padding: 5px 15px;
} */
.round_4{
    border-radius: 4px;
}
.alldropsection {
    width: 45%;
}
.alldropsection .single_user {
    background-color: #f3f3f3;
    padding: 5px 15px;
}
.namepart span.studentname {
    font-family: var(--semibold);
}
.droplistpart span.studentname {
    font-size: 13px;
}
a.singlestudentdroplist:hover {
    background-color: #ccc;
}
.allstudentlist .maxcontentheight{
    max-height: 400px;
    overflow: auto;
}
.droplistpart{
    padding: 3px 15px;
}
.droplistpart.Active{
    background-color: #f0f4ff;
}

input.radiopreferences {
    margin: 0;
}
span.radiocontent {
    color:  #000 !important;
    margin-left: 10px;
}
.showapprover{
    margin-left: 15px;
}
.showapprover:focus{
    text-decoration: none;
    outline: none;
}

#pdfarea iframe {
    width: 100%;
    min-height: 700px;
}

.singleasignmentdetailsbox .Files {
    font-size: 18px;
    font-weight: 600;
}
.singleasignmentdetailsbox .SubmissionTiming {
    font-size: 12px;
    color: #9f9f9f;
    margin-bottom: 5px;
}
.singleasignmentdetailsbox .filesingle {
    padding: 10px 15px;
   border: 1px solid #ccc;
   margin-bottom: 8px;
}
.singleasignmentdetailsbox .filesingle.Active {
    background-color: #f3f3f3;
    position: relative;
}
.singleasignmentdetailsbox .filesingle.Active:before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #2177ff;
}
.singleasignmentdetailsbox .pdficon {
    min-width: 31px;
}
.singleasignmentdetailsbox span.commentname {
    display: block;
    color: #646464;
}
.singleasignmentdetailsbox .name {
    font-weight: 600;
}
.singleasignmentdetailsbox .inputcomentbutton {
    position: relative;
}
.singleasignmentdetailsbox .inputtype .inputcomentbox {
    border: 1px solid #d3d3d3;
    height: 39px;
    width: 100%;
    line-height: 33px;
    box-sizing: border-box;
    padding: 0 12px;
    color: #000;
    border-radius: 20px;
}
.singleasignmentdetailsbox .inputtype {
    width: 100%;
    margin-left: 8px;
}
.singleasignmentdetailsbox .submitcomment a {
    position: absolute;
    top: 3px;
    right: 4px;
    background-color: #e9e9e9;
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
}
.singleasignmentdetailsbox .inputtype .inputcomentbox:focus {
    border: 1px solid #29aae3;
    outline: none;
}
.arrowarea.d_flex {
    position: absolute;
    right: -130px;
    top: 0;
}
.arrowarea  .icon{
    background-color: #0e6ea7;
}
.arrowarea .icon {
    background-color: #f3f3f3;
    height: 40px;
    width: 40px;
    margin: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
}
.AsignmentDashbordbox .Dashbordummery {
    margin-bottom: 15px;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.Removeaction {
    background-color: #e15454;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    transition: all 0.2s ease;
    font-size: 12px;
}
.Removeaction:hover {
    color: #fff;
    background-color: #af2e2e;
}
.Removeaction:focus {
    color: #fff;
}
.buttonarea .addbutton {
    background-color: #3c7fcb;
    padding: 5px 10px;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.2s ease;
}
.buttonarea .addbutton:hover{
    color: #fff;
    background-color: #225fa5;
}
.buttonarea .addbutton:focus{
    color: #fff;
}
.labeltag {
    font-weight: 600;
    margin-right: 15px;
}
.validation-summary-errors > ul {
  padding-left: 15px;
}
.warningBoxContent .imgpart{
    margin-right: 25px;
}
.SpecialWordCount .Word {
    font-size: 14px;
    font-family: var(--regular);
}
.validation-summary-errors > ul > li {
    font-size: 12px;
    line-height: 20px;
    color: #dc4545;
    font-family: var(--regular);
}
.SDetailsselect {
    width: 200px;
    margin-left: 15px;
}
a.Tableicon {
    color: #333;
    font-size: 14px;
    transition: all 0.2s ease;
}
.close_tag {
    position: absolute;
    right: 15px;
    font-size: 18px;
    cursor: pointer;
    color: #333;
}
body .ranges li {
    border-radius: 0;
    color: #000;
    font-size: 11px;
    font-family: var(--regular);
}

/* search box green */
input.search_field_dark {
    color: #000;
    border: 1px solid #ccc;
    height: 30px;
    padding: 0 40px 0 12px;
    width: 280px;
    background-color: transparent;
    font-family: var(--medium);
}
input.search_field_dark::placeholder {
    transition: all 0.2s ease;
    font-size: 12px;
}
input.search_field_dark:focus::placeholder {
    padding-left: 5px;
}
input.search_field:focus,
input.search_field_dark:focus {
    outline: none;
}
.search-summary-result{
    background: #eff7eb;
    padding: 15px;
    margin: 8px 0;
    position: relative;
}
.search-summary-result .search_title{
    font-size: 14px;
    font-weight: 600;
}
.search-summary-result ul{
    padding-left: 20px;
    margin: 15px 0;
}
.search-summary-result .close_tag{
    position: absolute;
    top: 15px;
    right: 20px;
}
.search-summary-result .sr_field{
  font-size: 13px;
}
.search-summary-result .sr_content{
    font-weight: 600;
}

a.dropdown-item-menu {
    display: block;
    font-size: 13px;
    padding: 4px 8px;
    transition: all 0.2s ease;
}
a.dropdown-item-menu:hover {
    background-color: #f1f5f7;
}
.tag-instruction {
    color: #7c7c7c;
    font-size: 12px;
    line-height: 18px;
    text-align: right;
    font-family: var(--regular);
}
a.disabled {
    pointer-events: none;
    cursor: default;
}
.modal-header .title{
    color: #fff;
}
.sub_details {
    text-align: center;
}
.sub_details .detail{
    font-size: 13px;
    padding: 0 10px;
    line-height: normal;
    color: #fff;
    font-family: var(--regular);
    border-right: 1px solid;
}
.sub_details .detail:last-child{
    border-right: 0;
}
/* Date range piker Custom */

body .ranges li.active {
    background-color: #18486e;
    border: 1px solid #18486e;
    color: #fff;
}
body .range_inputs .applyBtn {
    background-color: #18486e;
    border: 1px solid #18486e;
    color: #fff;
    font-family: var(--regular);
}
body .range_inputs .cancelBtn {
    font-family: var(--regular);
}
body .ranges li{
    color: #333;
}



/* some extra css */

.no-record{
    font-size: 16px;
    line-height: 30px;
}
button.list_btn {
    font-size: 18px;
    background: transparent;
    border: 0;
    font-weight: 600;
}
button.btn.list_btn.dropdown-toggle:focus-within {
    outline: none;
    border: 0;
}
.btn:active {
    box-shadow: none;
}
.ad_options .fa-plus {
    color: #fff;
}
.dataTables_length select:focus {
    outline: none;
}
.title-section .dropdown-menu > li > a {
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 400;
}

button.btn.refresh {
    margin-left: 15px;
}
button.btn.refresh:hover i {
    color: #fff;
}
.title.ad_section {
    font-size: 16px;
}
.registration_part.add_data {
    margin-top: 10px;
    padding-top: 0;
}
option.op_val{
    font-size: 13px;
    line-height: normal;
    padding: 5px 0;
}




