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

.hidden
{
    display: none;
}

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

.fa-1_5x{font-size:1.5em}
.fa-0_8x{font-size:0.8em}
.fa-1_3x{font-size:1.3em}

.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;
}


.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;
}

.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;
}


#straitOrderModal,
#pickupOrderModal
{

}
#straitOrderModal .subHeader,
#pickupOrderModal .subHeader
{
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 2px;
    border-bottom: 1px solid black;
    font-size: 18px;
    font-weight: bold;
}
#straitOrderModal .delimiter,
#pickupOrderModal .delimiter
{
    margin-top: 20px;
}
#straitOrderModal .bottom,
#pickupOrderModal .bottom
{
    padding-bottom: 15px !important;
}
#straitOrderModal .small-text,
#pickupOrderModal .small-text
{
    font-size: 14px;
}
#pickupOrderModal .type_table
{
    margin-left: 50px;
    margin-top: 35px;
}
#pickupOrderModal .type_table .title
{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}


#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;
}


.vehicles .map
{
    height: 400px;
    border: 1px solid #888888;
}

.photo_border
{
    padding: 2px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}