/**
 * Webkul Software Pvt. Ltd.
 *
 * @category  Webkul
 * @package   Webkul_MpOrderAttachments
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */

 .required-products {
    margin-left: 24px;
}

.attachment_flex_box {
    display: flex;
    flex-wrap: wrap;
    border: 2px double lightgray;
    margin-top: 1vh;
}

.attachment_flex_box > div {
    margin:10px;
    width: 80px;
    height:100px;
    padding: 2px;
}

.attachment_file_box {
    line-height:100px;
    overflow: hidden;
    cursor: pointer;
    transition:.25s
}

.attachment_file_box:hover {
    box-shadow: 0px 0px 30px darkgray;
}

.attachment_file_box img {
    vertical-align: middle;
}

.fa.fa-file-pdf-o, .fa.fa-file-word-o, .fa.fa-file {
    font-size: 88px;
    padding: 7px 3px;
    color: orangered;
}

.fa.fa-file {
    color: #1baec5;
}

.fa.fa-file-word-o {
    color: #4073bf;
}

.fa.fa-plus-circle {
    font-size: 65px;
    padding: 19px 12px;
    color: gray;
}

.approved {
    border: 3px solid green!important;
}

.disapproved {
    border: 3px solid red!important;
}

.pending {
    border: 3px solid orange!important;
}

.expired {
    border: 3px solid brown!important;
}

.deleted {
    display: none;
}

.attachment_delete_msg {
    color: red;
}

.attachment_flex_box .attachment_adder {
    border: 3px dashed lightgray;
    height: 100px;
    width: 80px;
    cursor: pointer;
    transition: .5s;
}

.inline-block {
    display: inline-block;
}

.attachment_flex_box .attachment_adder:hover {
    background-color: lightgray;
    border: 3px dashed gray;
}

.attachment_flex_box .attachment_adder img{
    width:100%;
    padding-top:10px;
}

.attachment_flex_box .showAdder{
    display: block;
}

.attachment_flex_box .hideAdder{
    display: none;
}

.attachment_file_box .close {
    display: block;
    margin: -2px -2px;
}

/* .note {
    position: absolute;
    margin-left: 30px;
    line-height: 0px;
} */

.note i {
    position: relative;
    right: -23px;
    top: 79px;
    font-size: 21px;
    padding: 1px 4px;
    background-color: lightgray;
    cursor: pointer;
    transition: .5s;
}

.note i:hover {
    background-color: #bfbfbf;
}

.attachment_file_box .disapproved_message, .attachment_file_box .expired_message {
    position: absolute;
    line-height: 12px;
    background-color: lightgray;
    padding: 4px 6px;
    display: block;
    margin: -2px -2px;
    transition: .2s;
}

.attachment_file_box .disapproved_message:hover, .attachment_file_box .expired_message:hover {
    background-color: #bfbfbf;
}

.attachment_file_box .disapproved_message i {
    font-size: 16px;
}

.expired_message {
    color: red;
}

@media only screen and (max-width: 600px) {
    .modal-popup.confirm .modal-inner-wrap {
        width: 80%;
    }
    .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
        margin: 10%;
        width: 75%;
        height: auto;
        min-height: 30%;
    }
    .modal-popup.modal-slide {
        left: 0px;
    }
    .col-xs-2 {
        width: auto !important;
    }
}
@media only screen and (max-width: 768px) {
    .page-title-wrapper {
        margin-top: 25px;
    }
    .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
        margin: 10%;
        width: 75%;
        height: auto;
        min-height: 30%;
    }
    .modal-popup.modal-slide {
        left: 0px;
    }
    .comment_area .side-12 {
        margin-bottom: 10px;
        margin-right: 1px;
    }
    .col-xs-2 {
        width: auto !important;
    }
}

.externalupload {
    background-color: #e0e0e0;
    top: -24px;
    left: -5px;
    position: relative;
    font-size: 24px!important;
    border: 1px solid darkgray;
}

.externalloader {
    font-size: 32px!important;
}

.hide {
    display: none!important;
}
.col-xs-1, .col-xs-2, #variation-steps-wizard_step1 .col-xs-9 {
    float: left;
    box-sizing: border-box;
}
.col-xs-2 {
    width: auto !important;
    box-sizing: border-box;
}