/* ===========================

    CONTAIN

    1. Common style
    2. Registry act contractors
    3. Main header
    4. Registry act contractors
    5. Dynamic fields
    6. Footer

=========================== */

/*
    1. Common style
=========================== */
body {
    display: inline-block !important;
    min-width: 100%;
    --primary: hsl(250, 100%, 44%);
    --other: hsl(0, 0%, 14%);
}

/* -- Design input -- */
.design-input {
    display: none;
}

.design-input__button {
    width: 16px;
    height: 16px;
    display: inline-block;
    border: 1px solid var(--other);
    border-radius: 100%;
    margin-right: 4px;
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    vertical-align: middle;
    cursor: pointer;
}

.design-input__button::before,
.design-input__button::after {
    content: "";
    display: block;

    width: inherit;
    height: inherit;

    border-radius: inherit;

    position: absolute;
    transform: scale(0);
    transform-origin: center center;
}

.design-input__button:before {
    background: var(--other);
    opacity: 0;
    transition: .3s;
}

.design-input__button::after {
    background: var(--primary);
    opacity: .4;
    transition: .6s;
}


/* .text */
.design-input__text {
    color: var(--other);
    font-weight: bold;
    vertical-align: middle;
}


/* checked state */
.design-input:checked+.design-input__button::before {
    opacity: 1;
    transform: scale(.6);
}


/* other states */
/*.design-input:hover+.design-input__button,*/
/*.design-input:focus+.design-input__button {*/
    /*border: 1px solid var(--primary);*/
/*}*/

/*.design-input:hover+.design-input__button:before,*/
/*.design-input:focus+.design-input__button:before {*/
    /*background: var(--primary);*/
/*}*/

/*.design-input__text:hover {*/
    /*color: var(--primary);*/
/*}*/

.design-input:focus+.design-input__button::after,
.design-input:active+.design-input__button::after {
    opacity: .1;
    transform: scale(2.6);
}

/* -- End design input -- */


.g-text-underline {
    text-decoration: underline;
}

.trade-table {
    font-size: 12px;
}

.trade-title {
    margin-bottom: 20px;
}

.trade-title__counter {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px !important;
}

.alert_trade {
    margin-bottom: 10px;
    font-weight: bold;
    max-width: 100vw;
}

.navbar {
    max-width: 100vw;
}

.navbar-brand {
    padding: 4px 15px;
    position: relative;
    width: 190px;
}

.navbar-brand_img {
    height: 30px;
}

.navbar-brand_info {
    position: absolute;
    right: 2px;
    bottom: 2px;
    font-size: 14px;
}

.wrapper {
    margin-bottom: -40px;
    padding-bottom: 40px;
    padding-top: 50px;
}

@media screen and (min-width: 950px) and (max-width: 1200px) {
    .auth-user > .wrapper {
        padding-top: 100px;
    }
}

@media screen and (min-width: 768px) and (max-width: 949px) {
    .auth-user > .wrapper,
    .auth-agent > .wrapper {
        padding-top: 100px;
    }
}

@media screen and (min-width: 950px) and (max-width: 1000px) {
    .auth-agent > .wrapper {
        padding-top: 100px;
    }
}

.auth-user .nav-menu .dropdown-toggle,
.auth-agent .nav-menu .dropdown-toggle {
    white-space: nowrap;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .auth-user .nav-menu {
        margin-right: 0 !important;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .auth-agent .nav-menu {
        margin-right: 0 !important;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (max-width: 767px) {
    .auth-user .navbar .navbar-collapse .navbar-nav,
    .auth-agent .navbar .navbar-collapse .navbar-nav {
        margin-left: 0;
        margin-right: 0;
    }
}

.link
{
   cursor: pointer;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

#modalSelectItems .modal-sm
{
    width: 400px;
}

.form-group
{
    margin-top: 5px;
}

tr.child-claim > .claim-name{

}

.field
{
    margin-bottom: 3px;
}

label.required:after {
  content: "*";
  color: red;
  font-size: 1.2em;
}

.dataTables_filter {
     display: none;
}

.dataTables_length {
     display: none;
}

#myInputTextField {
    margin-left: 15px;
    margin-right: 15px;
}

.gray-background {
    background-color: #F1F1F1;
}

.link-tbl-item {
    display: block;
    width: 100%;
    height: 100%;
}

.link-action-tbl {
    margin: 0 6px;
}

.row-item {
    border-bottom: 1px solid #ccc;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.report-table-responsive {
    max-width: calc(100vw - 10\0px);
    min-height: .01%;
    overflow-x: auto;
}

.field-params {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.field-params__item {
    width: 48%;
    text-align: left;
}

.btn.is-loading {
    background-image: url(./images/loader/three-dots.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px;
    color: transparent;
}

.modal.is-loading .modal-content {
    position: relative;
}
.modal.is-loading .modal-content:after {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, .5);
    background-image: url(/bootstrap/images/ajax-loader.gif);
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.select2-warning {
    margin: -3px -7px -4px;
    padding: 3px 7px 4px;
    background-color: #fee;
}

.select2-results .select2-highlighted .select2-warning {
    color: #000;
    background-color: #eef;
}

/* tailwindcss */
.align-middle {
    vertical-align: middle;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

/*
 Padding top
 ============================== */
.pt-2 {
    padding-top: 2px;
}

.pt-4 {
    padding-top: 4px;
}

.pt-6 {
    padding-top: 6px;
}

.pt-8 {
    padding-top: 8px;
}

.pt-10 {
    padding-top: 10px;
}

/*
 Padding bottom
 ============================== */
.pb-2 {
    padding-bottom: 2px;
}

.pb-4 {
    padding-bottom: 4px;
}

.pb-6 {
    padding-bottom: 6px;
}

.pb-8 {
    padding-bottom: 8px;
}

.pb-10 {
    padding-bottom: 10px;
}

/*
 Padding left
 ============================== */
.pl-2 {
    padding-left: 2px;
}

.pl-4 {
    padding-left: 4px;
}

.pl-6 {
    padding-left: 6px;
}

.pl-8 {
    padding-left: 8px;
}

.pl-10 {
    padding-left: 10px;
}

/*
 Padding right
 ============================== */
.pr-2 {
    padding-right: 2px;
}

.pr-4 {
    padding-right: 4px;
}

.pr-6 {
    padding-right: 6px;
}

.pr-8 {
    padding-right: 8px;
}

.pr-10 {
    padding-right: 10px;
}

/*
 Margin top
 ============================== */
.mt-0 {
    margin-top: 0;
}

.mt-2 {
    margin-top: 2px;
}

.mt-4 {
    margin-top: 4px;
}

.mt-6 {
    margin-top: 6px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-10 {
    margin-top: 10px;
}

/*
 Margin bottom
 ============================== */
.mb-0 {
    margin-bottom: 0;
}

.mb-2 {
    margin-bottom: 2px;
}

.mb-4 {
    margin-bottom: 4px;
}

.mb-6 {
    margin-bottom: 6px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-10 {
    margin-bottom: 10px;
}

/*
 Margin left
 ============================== */
.ml-2 {
    margin-left: 2px;
}

.ml-4 {
    margin-left: 4px;
}

.ml-6 {
    margin-left: 6px;
}

.ml-8 {
    margin-left: 8px;
}

.ml-10 {
    margin-left: 10px;
}

/*
 Margin right
 ============================== */
.mr-2 {
    margin-right: 2px;
}

.mr-4 {
    margin-right: 4px;
}

.mr-6 {
    margin-right: 6px;
}

.mr-8 {
    margin-right: 8px;
}

.mr-10 {
    margin-right: 10px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.justify-content__space-between {
    justify-content: space-between;
}

.dib {
    display: inline-block !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.no-float {
    float: none !important;
}

/*
  3. Main header
==================================== */
.main-header {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.main-header em {
    margin-right: 30px;
}

/*
  4. Registry act contractors
==================================== */
.list-group-item_contractor {
    display: flex !important;
    flex-wrap: wrap;
}

.modal__delete-contractor {
    margin-left: auto;
    cursor: pointer;
}

/*
  5. Dynamic fields
==================================== */
.dynamic-fields__control {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*
  6. Footer
==================================== */
.footer {
    font-size: 14px;
}

.footer__info-link {
    color: #fff;
    text-decoration: none;
    margin-left: 15px;
}

.footer__info-link:hover,
.footer__info-link:focus {
    color: #fff;
    text-decoration: underline;
}