.single_file_preview_page{
    border: 1px solid #c7bcbc;
    float: left;
    margin: 5px;
    padding: 2px 8px;
    background: #f2f2f2;
    border-radius: 5px;
}
.ss-main .ss-single-selected{
    height: 38px !important;
}
.requisition_signatures ul{
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding: 0;
    margin: 0;

}
.requisition_signatures ul li{
    text-align: center;
    list-style: none;
}



.header .navbar-nav .active a{
    color: #f88434 !important;
}
.header .navbar-nav .nav-item {
    font-weight: 600;
    margin-left: 30px;
}
.machines_table thead tr th{
    padding: 5px !important;
    font-size: 14px !important
}
.machines_table tbody tr td{
    padding: 5px !important;
    font-size: 12px !important
}
.form-control-label{
    font-size: 17px;
    font-weight: 500;
}
.form-control-label .required{
    color: red;
    padding-left: 5px;
}
.invalid-feedback{
    display: block;
}

.has-danger .form-control,
.has-danger .input-group-append .input-group-text,
.has-danger .input-group-prepend .input-group-text,
.has-danger.input-group-focus .input-group-prepend .input-group-text,
.has-danger.input-group-focus .input-group-append .input-group-text {
    border-color: #f33620;
    background-color: rgba(222, 222, 222, 0.1);
}
.font-bold{
    font-weight: 600;
}
.bg-modiste{
    background-image: linear-gradient(to right, #3da8bf 0%, #3da8bf 33%, #a86aa3 33%, #a86aa3 66%, #a0bf7c 66%, #a0bf7c 100%);

}
.bg-red{
    background: #dd2b2b !important;
}
.bg-falgun {
    background: #f88434 !important;
}
.bg-falgun-middle {
    background: rgba(248, 132, 52, 0.8) !important;
}
.bg-black{
    background: #000000;
}

.bg-falgun-light {
    background: rgba(248, 132, 52, 0.5) !important;
}
.bg-modiste-blue {
    background: #41abc5 !important;
}
.bg-modiste-purple {
    background: rgba(167, 106, 163, 1)!important;
}
.bg-modiste-purple-light {
    background: rgba(167, 106, 163, 0.6)!important;
}
.bg-modiste-green {
    background: rgba(160, 191, 124, 1)!important;
}
.bg-modiste-blue-light {
    background: rgba(65, 171, 197, 0.5) !important;
}
.text-falgun {
    color: #f88434 !important;

}
.text-purple {
    color: rgba(167, 106, 163, 1)!important;
}



.output_img {
    max-height: 80px;
}

.output_img_sign {
    height: 80px;
    width: 200px;
    border: 1px solid #ccc;
    background: #f2f2f2;
    cursor: pointer;
}
.update_profile_picture .camera_area {
    border: 1px solid #777777;
    height: 150px;
    width: 150px;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: #f2f2f2;
}
.update_profile_picture .camera_area .output_img_profile {
    width: 150px;
    height: 150px;
}
.update_profile_picture .camera_area .camera_icon {
    position: absolute;
    top: calc(100% - 60px);
    left: calc(50% - 15px);
}
.upload_circle {
    border-radius: 100% !important;
    overflow: hidden;
    width: 150px;
    height: 150px;
    border: 2px solid orangered;
    position: relative;
    cursor: pointer;
}
.upload_camera_icon{
    color: red;
    position: absolute;
    top: calc(50% - 20px);
    left :calc(50% - 20px);
    cursor: pointer;
    font-size: 40px;
}
img {
    max-width: 100%;
    height: auto;
}

