/**
 *
 * Apply Here your Custom CSS
 *
*/

.setcal {
    margin-left: -10px;
}

.calhead {
    margin-top: 0;
    position: relative;
}

.calhead:after {
    content: "";
    position: absolute;
    width: 110%;
    height: 5px;
    background: #fff;
    bottom: -10px;
    left: -20px;
}

.calhead .select2-container {
    border: 1px solid #d2d6de;
    border-radius: 3px;
    overflow: hidden;
}

.calhead .select2-container .select2-choice>.select2-chosen {
    font-weight: 500;
}

.calhead .date-select-box {
    border: 1px solid #d2d6de;
    display: inline-block;
    background: #fff;
    height: 42px;
    border-radius: 3px;
    overflow: hidden;
}

.calhead .date-select-box .arrow {
    float: left;
    width: 42px;
    line-height: 42px;
}

.calhead .date-select-box .arrow.left {
    border-right: 1px solid #d2d6de;
}

.calhead .date-select-box .arrow.right {
    border-left: 1px solid #d2d6de;
}

.calhead .date-select-box .inpbox {
    float: left;
    line-height: 42px;
    padding: 0 15px;
    min-width: 250px;
    font-weight: 500;
    color: #555;
}

.calhead .dropdown-menu>li>a {
    font-size: 15px;
    font-weight: 400;
    padding: 8px 16px;
}

.calhead .dropdown-menu>li:not(:first-child) {
    border-top: 1px solid #eee;
}

.calhead .mwd128 {
    min-width: 128px;
}

#notice_calendar {
    height: 600px;
    /*border: 1px solid #bbb;*/
    border: 0;
}

#notice_calendar img {
    display: block;
    margin: 0 auto 10px auto;
    border: 1px solid #d2d6de;
}

#notice_calendar .ui-cal-label-resource p {
    margin-bottom: 15px;
    font-weight: 700;
}

#notice_calendar .ui-cal-dateline {
    display: none;
}

.ui-cal-week .ui-cal-resourceline:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #D1D3D8;
    bottom: -20px;
    left: -10px;
}

.navbar-custom-menu>.navbar-nav>li.user-menu {
    margin-top: -6px;
}

.navbar-custom-menu>.navbar-nav>li.user-menu>a {
    padding-left: 10px;
    padding-right: 10px;
}

.skin-blue .main-header .navbar .nav>li.user-menu a:hover,
.skin-blue .main-header .navbar .nav>li.user-menu a:focus,
.skin-blue .main-header .navbar .nav>li.user-menu a:active {
    color: #333;
}

@media print {
    .print-no-margin {
        margin: 0px;
    }
}

@media screen and (max-width: 850px) {
    .student_modal_dialog {
        width: 100% !important;
    }
}

@media screen and (min-width: 850px) {
    .student_modal_dialog {
        width: 768px !important;
    }
}

.upload_files {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload_files {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.choose_from_uploaded {
    border: 1px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 9px;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    height: 40px;
}

/* .upload_files input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  } */



.choose_from_uploaded input[type=file] {
    margin-left: -100px;
    width: calc(100% + 100px);

}

#overlay {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}

.page-design {
    padding-top: 55px !important;
    min-height: 90vh !important;
    background: #f5f5f5;
    padding: 20px 12px 0 12px !important;
    overflow-x: hidden;
    -webkit-transition: -webkit-transform .3s ease-in-out, margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, margin .3s ease-in-out;
    transition: transform .3s ease-in-out, margin .3s ease-in-out;
    margin-left: 220px;
}

.item-card {
    position: relative;
    padding: 10px;
    box-shadow: 0 0 30px rgba(167, 57, 139, 0.05);
    border-radius: 5px;
    margin-bottom: 0px;
    background-color: #ffffff;
    border: 1px solid transparent;
}

.mt-0 {
    margin-top: 0 !important
}

.item-card .suplist {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.item-card .suplist li {
    padding: 10px;
    font-size: 15px;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    margin-bottom: 6px;
    width: 205px;
}

.modalminht .suplist {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.modalminht .suplist li {
    padding: 8px 8px;
    line-height: 14px;
    position: relative;
    transition: 0.3s all ease-in-out;
    top: 0;
    font-size: 15px;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    margin-bottom: 6px;
    width: 170px;
}

.modalminht .suplist li .arrw {
    width: 13px;
    height: 13px;
    min-width: 14px;
    min-height: 14px;
}


.modalminht .suplist li .supname.supname2 {
    font-size: 14px;
}

.modalminht .suplist li:hover {
    background: rgb(145 145 145);
    top: -2px;
    color: #fff;

    .arrw svg path {
        fill: #fff;
    }
}

.modalminht .form-control.selpro {
    font-size: 14px;
    padding: 4px 10px !important;
    height: 36px;
}

.modalminht .pos-rel i {
    top: 10px;
}

.modalminht .proinfo {
    font-size: 15px;
    background: #fff;
    margin-top: 20px;
    /* box-shadow: rgb(100 100 111 / 20%) 0px 4px 5px 0px; */
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}

.modelProd .barstock {
    font-size: 12px;
    font-style: italic;
}
.modelProd .rightproval {
    color: #ffffff;
    background: #ea0f90;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
}

table.protable tbody#tablebody{
    text-align: start;
}

.fa-trash{
    background: rgb(255 0 0 / 67%);
    width: 25px;
    height: 25px;
    place-content: center;
    text-align: center;
    color: #fff;
    font-size: 16px !important;
    border-radius: 2px;
}
.fa-trash:hover{
    background: #ff0000;;
}

.input-style{
    background: #fff !important;
    box-shadow: rgb(100 100 111 / 11%) 0px 3px 5px 0px !important;
    border-color: #cfcfcf !important;
}
.item-card .ordmsg {
    font-size: 18px;
    color: #ff0505;
    font-weight: 400;
}

.page-design .sideBox {
    position: relative;
    padding: 10px;
    box-shadow: 0 0 30px rgba(167, 57, 139, 0.05);
    border-radius: 5px !important;
    margin-bottom: 0px;
    background-color: #ffffff;
    border: 1px solid #0000001a !important;
}

.page-design .sideBox .address .ttlname {
    font-size: 20px;
    color: #ea0f90;
    font-weight: 600;
}

.page-design .sideBox .address{
        padding: 10px 10px 20px 0;
}
.page-design .sideBox .delto,
.page-design .sideBox .ordto {
    padding: 20px 10px;
}
.page-design .sideBox .ordto .odto {
    color: #ea0f90;
}
.back-btn{
        margin-right: 15px;
}
.input-error {
    border: 1px solid #dc3545 !important;
}

.error-text {
    color: #dc3545;
    font-size: 12px;
    margin-top: 4px;
    display: block;
}
