html {
  font-size: 14px;
}

* {
    font-family: 'Montserrat', sans-serif;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.col-md-6.force-w-50 {
    width: 50%;
}

.form-group {
    margin-bottom: 15px;
}

.control-label {
    font-weight: 500;
}

body {
    color: #1f2e61;
}


.form-group {
    display: block;
    float: left;
    width: 100%;
}

.form-control {
    border-radius: 2px;
    border-color: #607de3;
}

    .form-control:focus {
        color: #212529;
        background-color: #fff;
        border-color: #95a8eb;
        outline: 0;
        box-shadow: 0 0 0 0.25rem #95a8eb70;
    }

hr {
    background-color: #021762;
    opacity: .5;
}

#front-id, #back-id {
    float: left;
    width: 100%;
    height: 100%;
    border: 1px solid #95a8eb;
    display: none;
    border-radius: 2px;
    box-shadow: 0px 1px 3px #6c757d;
    padding: 2px;
}

.icon-contaiter {
    display: block;
    float: left;
    width: 46%;
    padding: 10px;
    margin: 5px;
    text-align: center;
    line-height: 110px;
    height: 120px;
    border: 1px dashed #95a8ee;
    font-size: 50px;
    position: relative;
    color: #565656;
    font-weight: 700;
    max-width: 240px;
    min-width: 100px;
}

#cameraInput, #cameraBack {
    display: none;
}

.icon-title {
    font-size: 19px;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 30px;
    top: 13px;
    left: 0px;
}

.container-canvas {
    display: none;
}

img {
    max-width: 100%; /* This rule is very important, please do not ignore this! */
}

#canvas-cropper {
    height: 300px;
    width: 300px;
    background-color: #ffffff;
    cursor: default;
    border: 1px solid black;
}

#trigger-scanQR {
    font-size: 20px;
    border: 1px solid #222;
    margin: 10px;
}

input.hidden {
    display: none;
}

.input-group-append-custom {
    color: #607de3;
    position: absolute;
    top: 6px;
    right: 0px;
    width: 35px;
    text-align: center;
    display: none;
    cursor: pointer;
}

.input-group-append-custom.active {
    display: block;
}

.mb-10 {
    margin-bottom: 6rem !important;
}

.float-rigth, .float-right {
    float: right;
}


.none-delete {
    background: #f2f2f2;
}

.pay-button {
    background: #c5775f;
    color: #fff;
}

    .pay-button:hover {
        border: 1px solid #c5775f;
        color: #c5775f;
    }

.invoice-button {
    background: #5fc0c5;
    color: #fff;
}

    .invoice-button:hover {
        border: 1px solid #5fc0c5;
        color: #5fc0c5;
    }

.table-row-end > td {
    background: #222;
    color: #fff;
}

.table-row-end.style-1 > td {
    background: #e96f6f;
    color: #fff;
}

.table-row-end.style-2 > td {
    background: #5fc55f;
    color: #fff;
}

.btn-sm.btn-light.copy-button {
    background: #54c8b0;
    color: #fff;
    padding: 6px 7px;
    display: block;
    float: left;
    margin-right: 5px;
    border: 1px solid #46ad98;
    margin-left: 8px;
}

    .copy-button:hover {
        border: 1px solid #54c8b0;
        color: #54c8b0;
    }

    .copy-button > .fa-check {
        display: none;
    }

    .copy-button > .fa-copy {
        display: block;
    }

    .copy-button.active {
        border: 1px solid #547ec8;
        color: #547ec8;
    }

        .copy-button.active > .fa-check {
            display: block;
        }

        .copy-button.active > .fa-copy {
            display: none;
        }

.text-align {
    text-align: right;
}

.dropdown-button {
    background: #687891;
    color: #fff;
    padding: 3px 7px;
    border: 1px solid #687891;
}

    .dropdown-button:hover {
        border: 1px solid #687891;
        color: #687891;
    }

.dropdown-menu {
    padding: 5px;
    min-width: 100px;
}

.dropdown-item {
    padding: 3px;
    font-size: 14px;
}

.dropdown {
    position: relative;
    display: block;
    float: left;
}

.tag-group {
    display: block;
    float: left;
    padding: 0px 16px 2px 10px;
    font-size: 11px;
    background: #90b65d;
    color: #fff;
    line-height: 18px;
    position: relative;
    border-radius: 4px;
    margin-left: 15px;
}

.tag-group-arrow {
    display: block;
    position: absolute;
    background: #90b65d;
    width: 15px;
    height: 17px;
    border-radius: 5px 0px 5px 3px;
    rotate: 45deg;
    top: 1px;
    left: -5px;
    z-index: 0;
}

.tag-group-text {
    display: block;
    position: relative;
    float: left;
}

.tag-group-btn-close {
    display: block;
    float: left;
    width: 15px;
    height: 16px;
    background: #fff;
    color: #90b65d;
    text-align: center;
    border-radius: 14px;
    line-height: 15px;
    position: absolute;
    right: -4px;
    top: 2px;
    font-size: 8px;
    border: 1px solid #90b65d;
    cursor: pointer;
}

.tag-group-dot {
    display: block;
    position: absolute;
    top: 7.5px;
    left: -5px;
    width: 5px;
    height: 5px;
    background: #fff;
    z-index: 2;
    border-radius: 5px;
}

table label {
    display: block;
    float: left;
    position: relative;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
    word-break: break-all;
    white-space: normal;
}

.btn-sm.btn-light {
    margin-bottom: 5px;
}

table > tbody > tr.odd {
    background: #fff;
}

table > tbody > tr.even {
    background: #f2f2f2;
}

table > tbody > tr.deleted {
    color: #fff;
    background: #d34646;
    display: none;
}

table > tbody > tr > td {
    line-height: 26px;
}

b.lable-room {
    display: block;
    float: left;
}

.table > :not(caption) > * > * {
    padding: 5px 3px;
}

table > tbody > tr > td .seprate-line {
    display: block;
    width: 1px;
    border-left: 1px solid #60996f;
    position: absolute;
}

@media only screen and (max-width: 600px) {
    table > tbody > tr > td.hide-mobile {
        display: none;
    }

    table > thead > tr > th.hide-mobile {
        display: none;
    }
}