/**
 * DauThau.Net
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license Commercial
 */

.my-1 {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

.mb-2 {
    margin-bottom: 10px !important;
}

.mb-3 {
    margin-bottom: 15px !important;
}

.location {
    width: 30% !important;
    float: left;
    margin-right: 20px;
}

.ui-datepicker {
    z-index: 99 !important
}

.ui-datepicker-trigger {
    margin-left: 2px;
}

/* Upload, crop avatar */
.users-av-wraper {
    position: relative;
    width: 630px;
    min-height: 100%;
    background: #f7f7f7;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 13px
}

.users-av-wraper > form > div {
    position: relative;
    padding: 15px 0 0 15px
}

.users-av-wraper > form > div:first-child {
    background-color: #efefef;
    min-height: 400px;
    border: 1px solid #D0D0D0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    padding: 0
}

.users-avupload {
    position: relative;
    width: 100%;
    height: 100%;
}

.users-avupload .upload-button {
    display: table;
    width: 100%;
    height: 380px;
    cursor: pointer;
}

.users-avupload .upload-button > div {
    display: table-row
}

.users-avupload .upload-button > div > span {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.users-avupload .upload-button > div > span > em {
    display: inline-block;
    width: 100px;
    height: 100px;
    font-size: 40px;
    text-align: center;
    color: #fff;
    background-color: #1182C8;
    line-height: 100px;
    border-radius: 50px
}

.users-avupload .upload-button:hover em {
    background-color: #205FA0;
}

.users-avupload .img-area {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 10px
}

.users-avupload .img-area img {
    width: 100%;
}

.users-av-wraper .guide {
    padding: 8px;
    background: #D8EAF8;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.users-av-wraper .exit-bt {
    position: fixed;
    top: 380px;
    right: 30px
}

.profcode-wrap {
    position: relative;
    padding-right: 30px;
}

.profcode-wrap .icon-loader {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.modal-center .modal-footer {
    text-align: center;
}

.btn-fw {
    min-width: 90px;
}

.edit_enterprise{
    margin: 7px 0;
}

#tbody tr td{
    vertical-align: middle;
}

#show_new .panel-default{
    border: 1px solid #ccc;
}

.panel select {
    font-size: 100% !important;
}

.detail_time{
    font-size: 13px;
    font-style: italic;
}

.detail_time small{
    color: #ab962f;
}

.title-detail_intro{
    font-size: 23px;
    color: #5e717d;
}

.btn-custom{
    width: 100%;
    margin-bottom: 3px;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #ffa8a8;
    min-height: 120px;
    margin-bottom: 15px;
}

legend {
    border-bottom: none;
    font-size: 18px;
}

.toxanh {
    color: #2ea2cc;
}

.blue {
    color: #0014ff;
}

.tooltip-show::before {
    content: attr(data-note);
    font-size: 13px;
    position: absolute;
    top: 0;
    right: 0;
    width: 82%;
    height: 50px;
    line-height: 50px;
    color: #0014ff;
    font-style: italic;
}

.select2-selection__arrow, .select2-container--default .select2-selection--single, .select2-container--bootstrap .select2-selection--single{
    height: 39px !important;
}

.margin-top_25 {
    margin-top: 25px;
}

.bg_origin {
    background: #da8e1c;
    border: 1px solid #da8e1c;
}

.bg_origin:hover {
    background: #da8e1c;
    opacity: 0.8;
    border: 1px solid #da8e1c;
}

/*  */
.fieldset {
    width: 100%;
    border: 1.5px solid #000;
    border-radius: inherit;
    padding: 1em;
    margin-top: 1em;
}

.legend {
    width: auto;
    line-height: 0;
    padding: 0 1em;
    font-weight: 700;
    font-size: 1.1em;
    margin: 0;
    border: none;
    margin-bottom: 4px;
}

.width-select2 .select2-container{
    width: 100% !important;
}

.content-select-industry .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 0px !important;
}

.width-select2 .profcode-wrap{
    padding-right: 0px !important;
}

.css-local-selcet2 .select2-selection__arrow b{
    margin-top: 0px !important;
}

.fieldset button{
    margin-left: 15px
}

.width-important{
    width: 100% !important;
}

.border-or {
    display: flex;
    align-items:center;
    box-sizing: border-box;
    margin: 15px;
}

.border-or > hr {
    border-top: 2px solid #ddd;
}

.filetrigger {
    position: relative;
    display: inline-block;
}

.filetrigger > input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0.0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0.0;
    -moz-opacity: 0.0;
}

.block-bidding .manager-menu,
.contracts-list .manager-menu {
    position: absolute;
    top: 0px;
    right: 0px;
}

.contracts-list {
    position: relative;
}

.business-home .manager-menu {
    padding: 10px;
    float: right;
}

.bprofiles-sub-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (min-width: 1023px) and (max-width:1300px) {
    .fieldset button{
        margin-left: 10px;
    }
    .fieldset input{
        margin-bottom: 5px
    }
}

@media only screen and (max-width: 1022px) {
    .content-select-industry .select2-container--default .select2-selection--single{
        margin-bottom: 5px
    }
    .width-select2 .select2-container{
        width: 100% !important;
    }
    .css-flex-box-responsive, .css-flex-box-responsive .box{
        display: block !important;
    }
    .css-flex-box-responsive span.title, .css-flex-box-responsive .box{
        width: 100% !important;
    }
    .css-flex-box-responsive .box{
        margin-top: 5px;
    }
    .css-flex-box-responsive .box .form-group{
        padding-left: 0px
    }
}
.assoc-item:hover {
    background-color: #0685d6;
    color: #fff;
}

.assoc-item {
    cursor: pointer;
}

.profile-view-detail .table-responsive {
    position: relative;
    /*z-index: 1*/
}
.fieldset input{
    margin-bottom: 5px
}
.prof_enname {
    font-size:14px;
    font-style: italic;
    color: #666;
    font-weight: 400;
    line-height: 18px;
    margin-bottom:5px
}
