﻿/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 *
 */

/*# sourceMappingURL=custom.css.map */
.section .section-body hr {
    border-top-style: dashed;
    border-top-width: 2px;
}

.require {
    color: rgb(255, 255, 255);
    font-size: 10px;
    line-height: 1;
    white-space: nowrap;
    background: rgb(252, 99, 86);
    border-radius: 2px;
    padding: 3px 4px 1px;
    margin-left: 0.5rem;
}

.icon-size-20 {
    vertical-align: center;
    font-size: 20px !important;
}

.bg-f35444 {
    background: rgb(243, 84, 68);
}

.bg-f89940 {
    background: rgb(248, 153, 64);
}

.bg-57b11f {
    background: rgb(87, 177, 31);
}

.bg-2980b9 {
    background: rgb(41, 128, 185);
}

.bg-f87cac {
    background: rgb(248, 124, 172);
}

.bg-fcdd2a {
    background: rgb(252, 221, 42);
}

.bg-a7e038 {
    background: rgb(167, 224, 56);
}

.bg-4ac8e4 {
    background: rgb(74, 200, 228);
}

.bg-8e44ad {
    background: rgb(142, 68, 173);
}

.bg-cd9e60 {
    background: rgb(205, 158, 96);
}

.bg-7f8c8d {
    background: rgb(127, 140, 141);
}

.bg-ecf0f1 {
    background: rgb(236, 240, 241);
}

.hidden {
    display: none;
}

.product {
    color: #000;
    background-color: #e9ecef;

}



.menu-block {
    display: block !important;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
    min-height: 42px;
    padding: 8px;
}

#app  .top_logo {
    padding: 5px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    height: auto !important;

}
#app .logo {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}



#select_product .product_box {
    height: 100%;
    display: flex;
    flex-wrap: wrap;

}

#select_product .product_img{
    height: auto;
    width: 100%;
    background: #f8f8f8;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}

img.ui-datepicker-trigger{
    cursor: pointer;
    margin-left: 7px!important;
    vertical-align: middle;
}

.mail-info{
    list-style:none;
    padding-left: 10px
}
.mail-info-p{
margin:0 0 5px 0; 
}