html,
body
{
    width: 100%;
    background-color: #FFFFFF;
}

.hidden
{
    display: none;
}

.content
{
    margin: 30px 0 30px 0;
}

.load-background
{
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 1099;
}
.load-background .loader
{
    position: absolute;
    top: calc( 50% - 100px );
    left: calc( 50% - 100px );
}


.field
{

}
.field .title
{
    margin-bottom: 2px;
    font-size: 16px;
}
.field .title sub
{
    font-weight: bold;
    font-size: 24px;
    color: #CF3131;
}
.field .error
{
    margin-top: 2px;
    text-align: left;
    font-size: 14px;
    color: #CF3131;
}
.field textarea
{
    resize: none;
}
.field .pretty
{
    vertical-align: middle;
    font-size: 17px;
}
.field .action
{
    cursor: pointer;
}

.important
{
    font-weight: bold;
    color: #dc3545;
}


.modal
{

}
.modal [data-block=fields]
{

}
.modal [data-block=process]
{
    margin-top: 15px;
}
.modal [data-block=process] .alert
{
    margin-bottom: 0;
}


.toast
{
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.text-gray
{
    color: #888888;
}

.text-underline
{
    text-decoration: underline;
}

a.mbtn,
a.mbtn:hover
{
    font-weight: bold;
    color: #ff6f00;
}

.fa-action
{
    color: #ff6f00;
    cursor: pointer;
}

.delimiter
{
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 1px solid #888888;
}

.empty-text
{
    color: #888888;
    text-align: center;
    font-size: 16px;
}

.sign-in
{
    margin: 10% 0 10% 0;
}
.sign-in .form
{
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.sign-in .form .form-control
{
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.sign-in .form .form-control:focus
{
    z-index: 2;
}
.sign-in .form input[type="password"]
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.sign-in .form button[type="button"]
{
    margin-top: 20px;
    margin-bottom: 10px;
}


.details-info
{
    padding: 15px;
    border-radius: 10px;
    background: #f7f4f4;
}
.details-info .header
{
    margin-bottom: 20px;
}
.details-info .map
{
    height: 350px;
    border: 1px solid #888888;
}
.details-info .details
{
    display: table;
}
.details-info .details .detail-row
{
    display: table-row;
}
.details-info .details .detail-row b
{
    display: table-cell;
    padding-right: 10px;
}

table.coefficients td,
table.coefficients th
{
    padding: 7px;
    font-size: 14px;
    vertical-align: middle;
}


#newOrderModal
{

}
#newOrderModal .subHeader
{
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 2px;
    border-bottom: 1px solid #000000;
    font-size: 18px;
    font-weight: bold;
}
#newOrderModal .delimiter
{
    margin-top: 20px;
}
#newOrderModal .bottom
{
    padding-bottom: 15px !important;
}
#newOrderModal .small-text
{
    font-size: 14px;
}
#newOrderModal .table td,
#newOrderModal .table th
{
    padding: 7px !important;
}


#showModal
{

}
#showModal .mbtn
{
    display: block;
    text-align: end;
}

.order-payment
{

}
.order-payment .header
{
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 17px;
}
.order-payment .text
{
    font-size: 14px;
}
.order-payment .headDelimiter
{
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #dee2e6;
}



.order-comments
{

}
.order-comments .header
{
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 16px;
}
.order-comments .text
{
    margin-bottom: 3px;
    font-size: 15px;
}
.order-comments .navi
{
    font-size: 14px;
    color: #555555;
}
.order-comments .headDelimiter
{
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #dee2e6;
}
.order-comments .show
{
    margin-top: 5px;
}



.order-meters
{
    margin: 0 0 20px 0;
}
.order-meters img
{
    width: 100%;
    padding: 3px;
    border: 2px solid #000000;
    border-radius: 5px;
    background-size: cover;
}
.order-meters .slave
{
    width: calc(100% - 40px);
    margin: 0 0 0 20px;
}

.fa-video.text-success {
  cursor:pointer;
}
