.img-polaroid {
    box-sizing: border-box;
}

input[type=text], textarea, select {
    color: black !important;
}

body {
    overflow-x: hidden;
}

#logoutForm {
    margin: 0;
}

a {
    cursor: pointer;
}

    a.loginLink i {
        margin-right: 6px;
    }

input[type="checkbox"] {
    margin: 0;
}

.main-alert {
    margin: 10px 25px 5px;
}

.ace-settings-container {
    top: 110px;
}

label.lbl {
    margin-bottom: 0;
    display: inline;
}

.main-content {
    margin-left: 194px;
}

.sidebar, .sidebar:before {
    width: 193px;
}

.chosen-container {
    width: 100% !important;
}

/* jqGrid
------------------------------------------------------*/
.ui-jqgrid-btable tr.jqgrow .gridRowActions {
    float: left;
}

    .ui-jqgrid-btable tr.jqgrow .gridRowActions tr td {
        border: none;
        padding: 0;
    }

.ui-jqgrid-htable .ui-search-toolbar th.ui-th-column div {
    padding-top: 0;
    padding-bottom: 5px;
}

/* validation
---------------------------------------------------- */
.field-validation-error,
.controls .field-validation-error {
    font-size: 13px;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.input-validation-error,
.row-fluid .input-validation-error,
.controls .input-validation-error {
    border-color: #F09784;
    box-shadow: none;
    color: #D68273;
}

.field-validation-error,
.controls .validation-summary-errors,
.controls .field-validation-error {
    color: #D16E6C;
    font-size: 13px;
    margin-left: 5px;
    vertical-align: middle;
}

.input-icon ~ .field-validation-error {
    padding-left: 8px;
}

/*
---------------------------------------------------------- */
.mleft0, .row-fluid .mleft0 {
    margin-left: 0px;
}

.mleft3, .row-fluid .mleft3 {
    margin-left: 3px;
}

.mleft5, .row-fluid .mleft5 {
    margin-left: 5px;
}

.mleft10, .row-fluid .mleft10 {
    margin-left: 10px;
}

.mleft35, .row-fluid .mleft35 {
    margin-left: 35px;
}

.mleft100, .row-fluid .mleft100 {
    margin-left: 100px;
}

.mright10, .row-fluid .mright10 {
    margin-right: 10px;
}

.mbottom10, .row-fluid .mbottom10 {
    margin-bottom: 10px;
}

.mbottom20, .row-fluid .mbottom20 {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .mleft0-media767, .row-fluid .mleft0-media767 {
        margin-left: 0px;
    }
}

.minw95, .row-fluid .minw95 {
    min-width: 95px;
}

.minw105, .row-fluid .minw105 {
    min-width: 105px;
}

.minw160, .row-fluid .minw160 {
    min-width: 160px;
}

.minw250, .row-fluid .minw250 {
    min-width: 250px;
}

.minw265, .row-fluid .minw265 {
    min-width: 265px;
}

.width50, .row-fluid .width50 {
    width: 50px;
}

.width75, .row-fluid .width75 {
    width: 75px;
}

.width95, .row-fluid .width95 {
    width: 95px;
}

.width105, .row-fluid .width105 {
    width: 105px;
}

.width130, .row-fluid .width130 {
    width: 130px;
}

.width180, .row-fluid .width180 {
    width: 180px;
}

.width200, .row-fluid .width200 {
    width: 200px;
}

.width210, .row-fluid .width210 {
    width: 210px;
}

.width250, .row-fluid .width250 {
    width: 250px;
}

.width300, .row-fluid .width300 {
    width: 300px;
}

.width350, .row-fluid .width350 {
    width: 350px;
}

.width340, .row-fluid .width340 {
    width: 340px;
}

.width357, .row-fluid .width357 {
    width: 357px;
}

/* ---------------- */
.datepicker {
    z-index: 9999 !important;
}

.form-horizontal .control-label {
    cursor: default;
}

.form-horizontal .control-label-min {
    float: left;
    width: 90px;
    padding-top: 5px;
    text-align: right;
}

.auto_width {
    width: auto !important;
}

.wdth40 {
    width: 40px !important;
}

.wdth76 {
    width: 76px !important;
}

.wdth250 {
    width: 250px !important;
}

.row-fluid [class*="span"] {
    padding-top: 2px;
}

.left-contain {
    text-align: left !important;
}

.center-contain {
    text-align: center !important;
}

.right-contain {
    text-align: right !important;
}

.bold {
    font-weight: bold;
}

.vertical_middle {
    vertical-align: middle !important;
}

.horizontal_middle {
    text-align: center !important;
}

.horizontal_right {
    text-align: right !important;
}

.table-mini-bottom {
    margin-bottom: 5px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.clrRed {
    color: Red;
}

.bgClrGrey {
    background-color: #f3f3f3;
}

.width100per {
    width: 100% !important;
}

.remindercolor {
    color: #614D2C;
}

.width100per {
    width: 100% !important;
}

.shadow_popup {
    background: rgba(255, 255, 255, 0.64);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.popup {
    left: 46%;
    position: fixed;
    top: 35%;
    margin-left: -60px;
    width: 320px;
    z-index: 1500;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    padding: 3px;
}

.widget-header {
    background: var(--main-color) !important;
    color: #fff !important;
}

.ui-dialog-titlebar-close {
    color: #fff !important;
}

.font_size10 {
    font-size: 11px !important;
}

.dd-item-mini {
    display: block;
    line-height: 20px;
    margin: 0;
    min-height: 20px;
    padding: 0;
    position: relative;
}

.dd2-content-mini {
    background: none repeat scroll 0 0 #F8FAFF;
    /*border: 1px solid #DAE2EA;*/
    box-sizing: border-box;
    color: #393939;
    display: block;
    font-weight: bold;
    margin: 1px 0;
    padding-left: 12px;
    text-decoration: none;
    font-size: 11px;
    line-height: 12px;
}

.dd2-content-mini-title {
    background: none repeat scroll 0 0 #F8FAFF;
    /*border: 1px solid #DAE2EA;*/
    box-sizing: border-box;
    color: #393939;
    display: block;
    font-weight: bold;
    margin: 1px 0;
    padding-left: 12px;
    text-decoration: none;
    font-size: 13px;
    line-height: 20px;
}

.dd2-content-white {
    background-color: #fff !important;
}

.header-not-fully-signed {
    background-color: #0066B3 !important;
    color: #FFF !important;
}

.header-rejected {
    background-color: #000000 !important;
    color: #FFF !important;
}

.header-must-ammend {
    background-color: #B30000 !important;
    color: #FFF !important;
}

.header-fully-signed {
    background-color: #598059 !important;
    color: #FFF !important;
}

.header-sponsor-alert {
    background-color: #8F006B !important;
    color: #FFF !important;
}

.header-parent-alert {
    background-color: #33FF00 !important;
    color: #FFF !important;
}

.ilp_bank_div {
    margin-bottom: 12px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 196px;
}

.table {
    overflow-x: scroll;
}

.ilp_bank_div table th, .ilp_bank_div table td {
    padding: 4px !important;
}

.width_auto {
    width: auto !important;
}

.mright30 {
    margin-right: 30px;
}

.hgt32 {
    height: 32px;
}

.dd2-action-plus {
    float: left;
    padding-left: 10px;
    padding-top: 30px;
    width: 10px;
}

.mrgn-left-5 {
    margin-left: 5px !important;
}

.text-add-first-course {
    margin: 0px auto;
    width: 420px;
    font-size: 17px;
}

.btn-add-first-course {
    margin: 10px auto 0px;
    font-size: 17px;
    width: 127px;
}

.ui-jqgrid tr.jqgrow td {
    white-space: normal !important;
}

.flt-right-title-money {
    float: right;
    padding-right: 10px;
}

.btn-show-hide {
    color: red;
}

.fpcs_logo {
    /*width: 185px;*/
    width: 110px;
}

.control-group-item {
    float: left;
    padding-left: 10px;
}

.pdngTop20 {
    padding-top: 20px !important;
}

.a-xlarge {
    font-size: 16px;
    padding-top: 6px;
    vertical-align: middle;
}

a.a-xlarge:not(.editable) {
    text-decoration: underline;
}

.fWCD {
    font-weight: bolder;
    color: darkviolet;
}

.fWCG {
    font-weight: bolder;
    color: orangered;
}

.weightB {
    font-weight: bold;
}

.fs17 {
    font-size: 17px;
}

.control-group-without-bottom {
    margin-bottom: 0px !important;
}

td.packet-for-cost {
    width: 150px;
}

.pdng-print-2 {
    padding-left: 15px;
}

.warning {
    color: #FFA500;
    font-size: 14px;
}

/*.ilp_bank_div thead,  .ilp_bank_div tbody {
    display: block;
}

.ilp_bank_div tbody  {
    height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}*/

.wdth22 {
    width: 22%;
}

.no_ILP_mesage {
    font-size: 18px;
    margin: 0 auto 14px;
    width: 185px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.no_GoodService_mesage {
    font-size: 18px;
    margin: 0 auto 14px;
    width: 310px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ui-jqdialog .select2-container .select2-choice {
    height: auto;
    padding-top: 1px;
    padding-left: 0.2em;
    padding-bottom: 2px;
    line-height: 15px;
}

    .ui-jqdialog .select2-container .select2-choice .select2-arrow b {
        background-position: 0 -4px;
    }

.ui-jqdialog.select2-drop {
    padding: 0px;
}

.ui-jqdialog .select2-results .select2-result-label {
    padding: 2px;
}

.ui-jqgrid table {
    border-collapse: separate
}

.ui-jqgrid .ui-pg-input, .ui-jqgrid .ui-pg-selbox {
    height: 17px
}

.ui-jqgrid .ui-pg-table {
    padding-bottom: 0
}

.without-margin {
    margin-bottom: 0px !important;
}

.small-font {
    font-size: 13px !important;
}

.small-font-reimb {
    font-size: 13px !important;
    width: 40px !important;
}

.small-font-req {
    font-size: 13px !important;
    width: 25px !important;
}

.tab-content {
    overflow: inherit;
}

    .tab-content .btn {
        border: none !important;
    }

.icon-unset {
    position: relative !important;
    font-size: 13px !important;
    text-indent: 0;
    color: #307ecc;
    float: none;
    right: 2px;
}

.family-info {
    width: auto !important;
    text-align: left !important;
}

body {
    color: rgb(0,0,0);
    min-width: 1300px;
    width: auto !important;
    width: 1300px;
}


th {
    color: #333333;
}

h1 {
    color: #3333ff !important;
}

.menu-text {
    color: #101010;
}

a {
    color: #3333ff;
}

.ui-jqgrid tr.ui-row-ltr td {
    border-right-width: 0px;
}


.ui-jqgrid .ui-jqgrid-htable thead {
    background-color: #FFFFFF;
}

.ui-jqgrid .ui-jqgrid-labels th:first-child {
    border-left: 1px solid #FFFFFF !important;
}

.ui-jqgrid .ui-jqgrid-labels {
    background-image: linear-gradient(to bottom,#ffffff,#ffffff);
}

    .ui-jqgrid .ui-jqgrid-labels th {
        border-right: 1px solid #FFFFFF !important;
    }

.ui-jqgrid tr.ui-search-toolbar th {
    border-top-width: 0px !important;
}

.ui-jqgrid .ui-jqgrid-pager {
    background-color: #ffffff !important;
    border-bottom: 1px solid #ffffff !important;
}

select {
    font-size: 13px;
    height: 30px;
}

#ddlTeacher {
    height: 29px !important;
}

ui-jqgrid-view {
    font-size: 11px;
}

.grid td, .grid th {
    padding: 1pt 1ex !important;
}

#gridTable_toppager {
    background-color: #FFFFFF;
}

.ui-jqgrid-sortable {
    font-size: 10px;
}


.ui-jqgrid .ui-pager-control {
    height: 30px;
}

.ui-jqgrid .ui-jqgrid-pager {
    height: 30px;
}

.ui-widget-overlay {
    background: rgba(255,255,255,0.64) !important;
}

#jqgh_gridTable_subgrid {
    text-align: center !important;
}

#ASDCourseId_chosen {
    width: 220px !important;
}

    #ASDCourseId_chosen .chosen-drop .chosen-results {
        max-height: 170px !important;
    }

.marginbottom3 {
    margin-bottom: 3px;
}

.nomargin {
    margin: 0 !important;
}

.close {
    font-size: 25px !important;
}

.alert-block {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.EditStudentInfo {
    margin-top: 1rem;
}

.student-card .span7 {
    padding-left: 1rem;
    text-overflow: ellipsis;
}

.tdPaid {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #0088cc;
}

    .tdPaid:hover, .tdPaid:focus {
        text-decoration: none;
    }

.UploadAvatar {
    font-size: 15px;
}

#avatar {
    position: relative;
    max-width: 140px;
}

.UploadStudentImage {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 25px;
    border: 1px solid;
}

.tab-content > .active, .pill-content > .active {
    display: inline-block !important;
}

.UploadStudentImage:hover {
    text-decoration: none;
    background-color: var(--helper-color);
}

#UploadAvatarForm {
    position: absolute;
    top: -12px;
    right: 12px;
    width: 0;
    height: 0;
}

.select2-search {
    height: 20px;
}

.select2-results__options {
    max-height: 400px !important;
}

#StudentIdDDL_chosen {
    width: 194px !important;
}

.teacherspendinghead {
    font-size: 20px;
    color: blue;
}

.addFirstTeacherSpending {
    margin-left: 40%;
}

.ZIndex1040 {
    z-index: 1040 !important;
}

.ZIndex1400 {
    z-index: 1400 !important;
}

#loaderinside {
    margin: 30px;
    color: #838383 !important;
    text-align: center;
    font-size: 15px;
}

.bar {
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent)) !important;
    border-radius: 4px;
    box-shadow: inset 0 -4px 0 rgba(0,0,0,.15) !important;
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent) !important;
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent) !important;
}

#CostsTotalCost {
    color: green;
    font-weight: bold;
    font-size: 18px;
}

.form-horizontal .control-group {
    margin-bottom: 3px !important;
}

.chosen-container .chosen-results {
    max-height: 160px !important;
}

.btn {
    text-shadow: none !important;
    border-radius: 3px !important;
}

.yellow {
    color: #ffd500;
}

.ladda-button {
    background: #FFF !important;
    color: #000 !important;
    border: 1px solid grey !important;
    font-size: 16px !important;
}

.TeacherGSApproved {
    color: green !important;
    border: 1px solid green !important;
    min-width: 71px;
}

.TeacherGSRejected {
    color: red !important;
    border: 1px solid red !important;
}

.ui-jqgrid .ui-jqgrid-htable th div {
    padding-top: 0px !important;
}

.ui-pg-selbox.ui-widget-content.ui-corner-all {
    border: 1px solid #CCC !important;
}

.weekbuttons {
    margin-right: 0px !important;
}

#weekText {
    margin-bottom: 0px !important;
    padding: 3px 5px 3px 5px !important;
    text-align: center;
    width: 150px;
}

#datePickerButton {
    margin-right: 5px;
    height: 30px;
}

.toRight {
    float: right;
}

.commentLink i {
    visibility: hidden;
}

.commentLink:hover i {
    visibility: visible !important;
}

.columnCheckboxes {
    float: left;
    margin-left: 3px !important;
}

div.has-pretty-child {
    float: left;
}

.columnHeader a {
}

.has-pretty-child {
    padding: 0px !important;
}

#topStudentsDDL_chosen {
    width: 190px !important;
}

.auditTD div:not(:first-child):not(:last-child) {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ui-button-text {
    display: none !important;
}

.spcFileIcon {
    margin-left: 5px;
}

.not-active {
    /*pointer-events:none;
    cursor: default;*/
}

.tdWithoutPaddings {
    padding: 0px !important;
    border-top: 0px !important;
}

.areaLog {
    width: 97% !important;
    resize: none;
    border: none;
    padding: 0;
    background-color: transparent !important;
    cursor: default !important;
    overflow: hidden;
}

.clrYellow {
    color: coral;
}

.deactivateRow {
    background-color: #fff0d5;
}

    .deactivateRow > td {
        background-color: inherit !important;
    }

.infobox {
    margin-right: 20px;
    border: 1px solid #d8d8d8 !important;
}

.rbCpPriceType {
    margin: unset !important;
}

.box-sizing {
    box-sizing: border-box;
}

.ui-widget-overlay {
    position: absolute;
}

.loading {
    top: 8% !important;
    z-index: 1000000 !important;
}

.red {
    color: red;
}

#legendIcon {
    font-size: 16px;
    color: var(--text-light-color);
    font-style: normal;
    border: 1px solid;
    padding: 1px;
    border-radius: 50%;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    margin-top: 8px;
    margin-left: 5px;
}

#redColor {
    width: 10px;
    height: 10px;
    background-color: red;
    display: inline-block;
}

#greenColor {
    width: 10px;
    height: 10px;
    background-color: green;
    display: inline-block;
}

.swdstud {
    color: #009000;
}

#startDateTooltip {
    font-size: 20px;
    margin-top: 3px;
}

.marginleftright3 {
    margin-left: 3px;
    margin-right: 3px;
}

.pendfeditable {
    font-size: 0.85em !important;
    font-style: normal;
}

.pendfileyellow {
    color: orange !important;
}

.filecomment {
    margin-left: 15px;
}

.greycard {
    padding: 1rem !important;
    background-color: #eee;
}

.brand {
    font-size: 16px !important;
    width: 153px;
    text-align: center;
}

.navbar {
    height: 40px;
    margin-bottom: 8px;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08);
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.ace-nav > li {
    line-height: 40px;
    max-height: 40px;
    border: 0;
}

.nav-list > li .submenu > li > a,
.nav-list > li {
    border: 0;
}

    .nav-list > li .submenu > li a > [class*="icon-"]:first-child {
        background-color: transparent !important;
    }

.loginAs {
    border-right: 1px solid #ffffff1a !important;
}

#goToPacket {
    /* background-color: transparent; */
    border: 1px solid var(--text-light-color);
    /* color: var(--text-light-color); */
    padding: 3px 7px;
    /* margin-left: -5px; */
}

.ace-nav .nav-user-photo {
    margin-right: 4px;
    border-radius: 24px;
    border: 2px solid #FFF;
    max-width: 20px !important;
}

.chosen-container-single .chosen-search:after {
    top: 2px;
}

.chosen-container-single .chosen-single {
    border: 1px solid #fff !important;
}

.chosen-container-single .chosen-drop {
    border-radius: 0;
    border-color: #fff;
    border-bottom: 3px solid var(--active-color);
}

.navbar .pull-right > li > .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right {
    margin-top: 8px;
}

.menu-min .sidebar-collapse i {
    margin-left: -6px;
}

.sidebar-collapse:before {
    border: 0 !important;
}

.sidebar-collapse {
    position: absolute;
    border: 0;
    top: 0;
    right: 10px;
    background-color: transparent;
}

.menu-min .nav-list > li > a > .menu-text {
    background-color: var(--main-color);
}

.nav-list .dropdown-toggle:after {
    font-size: 7px;
    vertical-align: top;
    content: '\25BC';
    color: #6a6a6a;
}

.nav-list > li.open {
    border: 0;
}

.nav-list {
    margin-top: 20px;
    height: 0;
}

.navbar .navbar-inner {
    min-height: 40px !important;
}

.btn-mini {
    max-width: 188px;
}

.auditLink {
    max-width: 21px;
    height: 24px;
    padding: 0;
    line-height: 36px;
    background-color: transparent !important;
    border: 0;
    margin-left: 8px
}

    .auditLink:hover {
        background-color: transparent !important;
    }

    .auditLink svg {
        width: 100%;
        height: auto;
        fill: #999999;
    }
/* colors */
.nav-list > li > a,
.nav-list > li > a span {
    color: var(--text-dark-color) !important;
}

    .nav-list > li > a:hover {
        color: var(--text-dark-hover-color) !important;
    }

.submenu > li > a i, .submenu > li > a span {
    color: var(--text-dark-color) !important;
}

.navbar-inner,
.ace-nav > li {
    background-color: var(--main-color) !important;
}

.nav-list > li > a,
.sidebar,
.sidebar:before {
    background-color: var(--sidebar-color) !important;
}

.chosen-container .chosen-results li.highlighted {
    background-color: var(--active-color) !important;
    color: var(--text-light-color) !important;
}

.nav-list > li > a:hover:before {
    background-color: var(--active-color) !important;
}

.navbar .brand {
    color: var(--text-light-color);
    white-space: nowrap;
}

#schoolYearChangeDDL {
    color: var(--text-light-color) !important;
}

.loginAs > a {
    color: var(--text-light-color) !important;
}

#schoolYearChangeDDL > i {
    color: var(--text-light-color) !important;
}

#userinfoDropDown {
    color: var(--text-light-color) !important;
}

    #userinfoDropDown > i {
        color: var(--text-light-color) !important;
    }

.packet-button-group {
    /*
    position: absolute;
    right: 0;
    top: -30px;
    */
}

    .packet-button-group .dropdown-menu {
        right: 0px !important;
        left: -125px;
    }

li.open > a {
    background-color: var(--active-color) !important;
}

.submenu {
    border: 0 !important;
    background-color: var(--second-color) !important;
}
/* distance */
.mr-2 {
    margin-right: 2rem;
}

#goodAndService {
    max-height: 800px;
}

.exps-vendor {
    display: inline-block;
}

.exps-cards {
    max-height: 475px;
    overflow-y: scroll;
    min-width: 600px;
    padding-right: 15px;
}

.exps-cards-item:empty {
    display: none;
}

.exps-cards-item {
    position: relative;
}

.exps-qty {
    font-weight: 600;
    font-size: 1rem;
}

.exps-active {
    padding: 0.6rem;
    padding-right: 1rem;
}

.exps-body {
    background: #fff;
    padding: 1rem 0;
}

    .exps-body ul {
        list-style-type: none;
        margin: 0;
    }

.exps-cards-item {
    border: 1px solid #bbb;
    border-radius: 3px;
    background-color: whitesmoke;
    margin-bottom: 0.3rem;
    overflow: hidden;
}

.exps-cards-item-content {
    padding: 0 1rem;
}

    .exps-cards-item-content h3 {
        margin: 0;
        font-size: 18px;
    }

    .exps-cards-item-content h4 {
        margin: 0;
        font-size: 14px;
        color: #848484;
        margin-bottom: 0.3rem;
    }

#itemGoodAndService form {
    margin: 0;
}

#itemGoodAndService .exps-body {
    padding-left: 30px;
}

.close_item {
    position: absolute;
    top: 0.7rem;
    right: 0.6rem;
    font-size: 1.2rem;
}

#UploadAvatarFormFPCS {
    margin: 0 !important;
}

.UploadAvatarFPCS {
    margin-left: 30px;
    font-size: 15px;
}

.UploadStudentImageFPCS {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #08c;
}

.EditStudentInfoFPCS {
    margin-left: 22px;
    font-size: 15px;
}

.auditLinkFPCS {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #08c;
}

.auditDivFPCS {
    margin-left: 15px;
    margin-bottom: 10px;
}

.EditStudentLinkFPCS {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #08c;
}

.headLabel {
    color: black;
    font-size: 14px;
    padding-left: 5px;
    display:inline;
}

.guardiansHead {
    padding: 0 9px !important;
}

[aria-describedby="dialog-message2"] {
    z-index :1052 !important;
}