﻿h1 {
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 26.4px;
}

h3 {
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 15.4px;
}

p {
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
}

blockquote {
    font-family: "Open Sans";
    font-size: 21px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 30px;
}

pre {
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 18.5714px;
}

body {
    padding-top: 50px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
textarea:not(.ignoreCss) {
    max-width: 280px;
}

/* Carousel */
.carousel-caption {
    z-index: 10 !important;
}

    .carousel-caption p {
        font-size: 20px;
        line-height: 1.4;
    }

@media (min-width: 768px) {
    .carousel-caption {
        z-index: 10 !important;
    }
}

.navbar {
    z-index: 999999;
    min-height: unset !important;
    margin-bottom: 0 !important;
}

.navbar-toggle {
    margin-bottom: 3px;
    margin-top: 3px;
    background-color: #CACACA;
}

@media (max-width: 768px) {
    .navbar-collapse {
        border-top: 1px solid rgb(202, 202, 202);
    }

    .navbar .divider {
        display: none;
    }
}

.navbar-toggle .icon-bar {
    background-color: black !important;
}
/*.navbar-inverse {
    background-color: #C33443;
}*/

/*.navbar-inverse .navbar-nav > li > a {
}*/

.navbar-inverse > .btn-link, .navbar-brand {
    /*color: #663399 !important;*/
}

.nav-pills > li > a {
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    margin: 5px;
}

.body-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 1600px;
}

.body-dashboard {
    max-width: unset !important;
}

/*.body-middle, .body-content > .container, body-middle, .body-content > .row {
        flex: 1;
    }*/

.body-middle, .body-content > footer {
    flex: 0 !important;
}

    .body-middle + hr {
        width: 100%;
    }

footer {
    width: 100%;
    align-self: flex-end;
}

    footer > hr {
        margin: 5px;
    }

.navbar-nav > li > a, .navbar-brand {
    padding-top: 5px !important;
    padding-bottom: 0 !important;
    height: 34px;
}

.navbar-btn {
    margin-top: 0;
    margin-bottom: 0;
}

.line-height {
    min-height: 1px;
}

.navbar {
    min-height: 30px !important;
}

#logoutForm button[type=submit] {
    padding: 4px 10px;
}

.space-around {
    padding: 5px 10px;
}

/*h2, h3 {
    color: #ff9000;
}*/

h2, h3 {
    color: #663399;
}


label {
    color: #666666;
}

/*a {
    color: #c39586;
}
    a:hover {
    color: #ff9c46;
}
*/

a {
    color: #808080;
}

    a:hover {
        color: #454545;
    }



.navbar-link {
    color: #c39586
}

    .navbar-link:hover {
        color: #ff9c46;
    }

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu {
    list-style: none;
}

    .main-menu li {
        margin: 10px 0;
    }

        .main-menu li a {
            min-width: 75px;
        }

.menu-big li a {
    min-width: 155px;
}

.menu-gigant li a {
    min-width: 210px;
}

.admin-title {
    /*color: #f5b170;*/
    color: #663399;
    font-weight: bold;
}

.navbar > .container {
    padding: 0 30px;
}

.body-middle > .user-index:after {
    background-image: url(/one-bw.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    opacity: 0.20;
    /*top: 0;*/
    /*left: 0;*/
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    display: block;
    /*width: 100%;*/
    /*height: 100%;*/
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: 60%;
}

.details > dt {
    clear: both;
}

.iframe-list {
    width: 100%;
    height: 300px;
}

.direct-body {
    padding: 5px;
    margin: 0;
    width: 98.4%;
}

.iframe-ac {
    width: 100%;
    height: 768px;
}

.clear-both {
    clear: both;
}

.text-short {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.text-long {
    white-space: pre-wrap;
}
/*.dataTables_length {
    margin-top: 10px;
    margin-left: 20px;
}*/
.left-title {
    font-style: normal;
    text-transform: uppercase;
    font-weight: bold;
}

.center-title {
    font-style: normal;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

ul.striped-list > li:nth-of-type(even) {
    /*background-color: #e9e9f9;*/
    background-color: #fafaff;
    display: inline-block;
    padding-top: 10px;
}

.full-width {
    width: 100%;
    max-width: initial !important;
}

.tab-content {
    overflow: visible;
    display: flex;
    width: 100%;
}

.tab-pane {
    display: flex;
    width: 100%;
}

.no-mar {
    margin: 0;
}

.no-pad {
    padding: 0;
}

.no-gap {
    margin: 0;
    padding: 0;
}

.jtable-create-form label.jtable-option-text-clickable {
    margin-left: 5px;
    font-weight: normal;
}

.jtable-create-form, .jtable-edit-form {
    width: 400px;
}


.content-wrapper {
    margin: 0 auto;
    max-width: 1280px;
}

.custom_horizontal_form_field {
    min-width: 440px;
}


input[type="text"][readonly] {
    border: 0;
}

.jtable > thead > tr > th {
    word-break: break-all;
    text-overflow: clip;
}

.custom_extended_container {
    display: inline-block;
    width: 100%;
    min-height: 66px;
}

.custom_extended_form {
    -moz-column-gap: 5px;
    -webkit-column-gap: 5px;
    column-gap: 10px;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-fill: balance;
    -webkit-column-fill: balance;
    column-fill: balance;
    max-width: 900px;
    min-width: 650px;
}

.custom_large_form {
    -moz-column-gap: 5px;
    -webkit-column-gap: 5px;
    column-gap: 10px;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-fill: balance;
    -webkit-column-fill: balance;
    column-fill: balance;
    max-width: 920px;
    min-width: 800px;
}

.custom_big_form {
    -moz-column-gap: 5px;
    -webkit-column-gap: 5px;
    column-gap: 5px;
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    -moz-column-fill: balance;
    -webkit-column-fill: balance;
    column-fill: balance;
    max-width: 1020px;
}

.jtable-column-select-list > li {
    display: inline-block;
    margin: 5px !important;
}

.jtable-dropdown-input > select {
    /*max-width: 240px;*/
    min-width: 130px;
}

    .jtable-dropdown-input > select.limited-width {
        max-width: 240px;
    }

.jtable-input-label {
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
}

legend {
    margin-bottom: 10px !important;
}

.jtable-row-error {
    background-color: red;
    color: #fff;
}

span.select2-container {
    z-index: 10050;
    display: block;
}

/*.jtable-text-input > input[type="text"] {
    width: 90% !important;
}*/

.jtable-textarea-input > textarea {
    min-width: 95% !important;
    min-height: 90px !important;
}

.custom_large_form .jtable-textarea-input > textarea {
    width: 100% !important;
}
.custom_extended_form .jtable-textarea-input > textarea {
    width: 100% !important;
}

.parentFormjtable-create-form.formError {
    margin-left: -60px;
}

.ui-dialog-content.ui-widget-content {
    overflow-x: hidden;
    display: inline-table;
}

.clear-btn {
    height: 28px;
    margin-left: 10px;
    padding-top: 5px;
    background: transparent;
}

.select2-results__option, .select2-results__option--highlighted {
    min-height: 26px;
}

.full-width {
    width: 100%;
}

.form-horizontal .form-control {
    max-width: 256px;
}

.details-wrapper hr {
    margin: 0
}

.details-wrapper .details {
    border: 1px solid #CACACA;
    border-radius: 6px;
    padding: 8px 5px;
    margin: 0 0px;
    color: rgb(78, 78, 78);
}

.details-wrapper dt {
    margin-bottom: 5px;
    border-bottom: 1px solid #F2F2F2;
    min-height: 23px;
}

.details-wrapper dd {
    margin-bottom: 5px;
    border-bottom: 1px solid #F2F2F2;
    min-height: 23px;
    padding: 0 10px;
}

.details-wrapper .one-lined dd {
    margin-top: 5px;
    height: 23px;
}

.details-wrapper .one-lined dt {
    margin-top: 5px;
    height: 23px;
}

.details-wrapper .line-short dd {
    margin: 0;
}

.details-wrapper .line-short dt {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 10px;
}


dl.inline-multi-flex {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    overflow: visible;
}

    dl.inline-multi-flex dt {
        flex: 0 0 auto;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    dl.inline-multi-flex dd {
        flex: 0 0 auto;
        margin-left: auto;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
    }

dl.inline-flex {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    overflow: visible;
}

    dl.inline-flex dt {
        flex: 0 0 auto;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        dl.inline-flex dt:first-of-type {
            margin-top: 5px;
        }

    dl.inline-flex dd:first-of-type {
        margin-top: 5px;
    }

    dl.inline-flex dt:last-of-type {
        border: 0;
    }

    dl.inline-flex dd:last-of-type {
        border: 0;
    }

    dl.inline-flex dd {
        flex: 0 0 auto;
        margin-left: auto;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.form-group input[type=checkbox] {
    max-height: 20px;
    max-width: 26px;
}

.select2-selection__rendered {
    padding-top: 1px !important;
}

.select2-selection--multiple .select2-selection__rendered {
    margin-top: 1px !important;
    margin-bottom: -3px !important;
}

.select2-selection__choice {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 2px !important;
    padding: 4px 2px !important;
}

.select2-multiple-install .select2-selection__choice {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 2px !important;
}

.select2-container .select2-container--default {
    min-width: 90px;
}

.select2-container .select2-selection--single {
    min-width: 90px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    /*position: relative !important;*/
    float: right !important;
}

.select2-install {
    min-width: 60px;
}

.select2-selection__arrow {
    height: 26px !important;
}

.md-vm {
    margin-top: 20px;
    margin-bottom: 20px;
}

.sm-vm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.to-vm {
    margin-top: 10px;
    margin-bottom: 0;
}

.bo-vm {
    margin-top: 0;
    margin-bottom: 10px;
}

.sm-hm {
    margin-left: 10px;
    margin-right: 10px;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 2px !important;
}

.select2-selection.select2-selection--multiple {
    min-height: 28px !important;
}

    .select2-selection.select2-selection--multiple ul {
        margin-bottom: -2px !important;
        max-height: 85px;
    }

.select2-selection__choice {
    height: 26px;
    margin-top: 2px;
}

.select2-double-height .select2-container {
    min-height: 76px !important;
}

.select2-double-height .select2-selection--multiple {
    min-height: 76px !important;
}

th .select2.select2-container {
    max-width: 100%;
    z-index: 0;
}

.navbar {
    margin-bottom: 10px !important;
}

.body-content-only {
    padding-top: 0px;
}

body {
    padding-top: 30px;
}

.square-top {
    margin-top: 0 !important;
    border-top: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

table.jtable.selection .jtable-data-row {
    cursor: pointer;
}

    table.jtable.selection .jtable-data-row:hover {
        border: 1px solid #dad55e;
        background: #fffa90;
        color: #777620;
    }

.jtable-custom-input > input[type=number] {
    max-width: 140px;
}

.grid-compressed th, .grid-compressed td, .grid-compressed th {
    padding: 8px 5px !important;
    font-size: 12px;
}

.center {
    text-align: center;
}

dt:after, dd:after {
    clear: both;
    float: left;
}

.list-grid:before {
    content: none;
}

.list-grid {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    width: 100%; /* set the container width*/
    overflow: visible;
}
/*.list-grid dd {
}*/
dl.inline dt {
    display: inline-block;
    min-width: 90px;
}

#container-contact dd {
    max-height: 400px;
    overflow-y: auto;
}


.list-grid dd:after {
    display: block;
    content: '';
}

.font-compressed {
    font-size: 12px;
}

.font-small {
    font-size: small;
}

.container-scroll {
    overflow-y: auto;
    max-height: 220px;
}

.container-big-scroll {
    overflow-y: auto;
    max-height: 350px;
}


.long-field {
    overflow-x: hidden;
    font-size: 12px;
    margin: 0;
    white-space: pre-line;
    word-break: break-word;
}

.sm-hp {
    padding-left: 3px;
    padding-right: 3px;
}

.even {
    background-color: #f9f9f9;
}

form hr {
    min-height: 1px;
}

.row-height {
    height: 30px;
}

    .row-height button {
        height: 30px;
    }

.btn-press:active, .btn-press.active {
    color: black !important;
    background-color: #c39586 !important;
    border-color: #c39586 !important;
}

.navbar-fixed-top {
    z-index: 11000 !important;
}

.be-flex {
    display: flex;
}

.be-flex-vertical {
    display: flex;
    flex-direction: column;
}

.flex-expand {
    flex: 1;
}

.text-small {
    font-size: small;
}

.bell {
    width: 22px;
}

.bell-link {
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

.bell-active {
    color: #ff9000 !important;
    font-weight: bold;
}

.divider a {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.fitem-left {
    flex-grow: 1;
}

.fitem-right {
    margin-right: 0;
}

.notification-item {
    width: 225px;
    padding: 10px 0;
}

.notification-title p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 205px;
}

.notification-empty {
    text-align: center;
}

.notification-content {
    white-space: pre-wrap;
}

.notification-close {
    color: #CACACA;
    margin-top: -10px;
    margin-right: -5px;
    font-size: 1.2em;
}

    .notification-close:hover {
        color: black;
    }

.flex-column {
    flex-direction: column;
}

div.tab-content iframe {
    border: 1px solid #CACACA;
    border-radius: 0 0 6px 6px;
    border-top: 0;
    margin-top: -10px;
}

.one-color {
    color: #663399 !important;
}

.one-link {
    color: #663399 !important;
}

.btn:focus, .btn:active, .btn:active:focus {
    outline-color: transparent;
}

.btn-one {
    background: #663399;
    color: white;
}


    .btn-one:focus, .btn-one:active, .btn-one:active:focus {
        outline-color: transparent;
    }

        .btn-one:focus, .btn-one:active, .btn-one:hover, .btn-one:active:focus {
            background: #663399;
            color: white;
            opacity: 0.9;
        }


.form-control:focus {
    border-color: #c39586;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(195,149,134,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(195,149,134,.6);
}

.logo-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 200px;
}

/*a {
    color: #c39586;
}
    a:hover {
    color: #ff9c46;
}
*/


.navbar-one {
    border-bottom: 1px solid #e1e1e1;
}

footer {
    background: #444444;
    color: white;
    padding: 2px 0;
}

ul.pagination li a {
    color: #663399;
}

    ul.pagination li a:hover {
        color: #663399;
    }

ul.pagination li.active > a {
    background: #663399;
    color: white;
    border-color: #663399;
}

    ul.pagination li.active > active, ul.pagination li.active > a:focus, ul.pagination li.active > a:hover
    ul.pagination li.active > a:hover:focus {
        background: #663399;
        color: white;
        border-color: #C33443;
        outline-color: #C33443;
    }

.logo-nav {
    width: 35px;
    margin-top: -6px;
}

.btn-link {
    color: #663399;
}

    .btn-link:hover {
        color: #C33443;
    }

.btn-primary {
    background: #663399;
    color: white;
    border-color: #663399;
}

    .btn-primary:hover {
        opacity: 0.9;
        background: #663399;
        color: white;
        border-color: #C33443;
    }

    .btn-primary:active, .btn-primary:active:focus, .btn-primary:focus {
        opacity: 0.9;
        background: #663399;
        color: white;
        border-color: #C33443;
    }

:focus {
    outline-color: #c39586;
}

input.form-control[type=datetime-local] {
    padding-right: 0px !important;
}

.navbar-header {
    padding-top: 1px;
}

.navbar-collapse {
    padding-top: 2px;
}

.navbar-brand > p {
    margin-top: 1px !important;
}

/*div.tab-content dl.square-top {
    border-top: 0 !important;
    margin-top: -10px !important;
    padding-top: 0 !important;
    border-radius: 0 0 6px 6px !important;
}*/

.containerReport {
    background-color: #d6d6d6;
    padding-top: 1%;
    padding-bottom: 1%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    min-height: 794px;
}

.no-border {
    border: 0;
}

.iframe-report {
    overflow: hidden;
    height: 100%;
    width: 100%;
    min-height: calc(100vh - 200px);
}

.one-label {
    color: #663399;
}

form select.form-control {
    min-width: 120px;
}

div.dataTables_scrollHeadInner table {
    margin-bottom: 0px !important;
    z-index: 999;
}

div.dataTables_scrollHead {
    z-index: 999;
}

div.dataTables_scrollBody {
    margin-top: -32px;
    min-height: 30px;
}

div.dataTables th {
    overflow: hidden;
}
/*.DTFC_LeftBodyLiner {
    overflow-y: unset !important
}

.DTFC_RightBodyLiner {
    overflow-y: unset !important
}*/

div.DTFC_LeftBodyLiner {
    margin-top: -32px;
    padding-top: 16px;
    overflow-y:hidden !important;
    left:-5px !important;
}

div.DTFC_LeftHeadWrapper {
    border-right: 1px solid black;
    z-index: 999;
}

div.DTFC_LeftBodyWrapper {
    border-right: 1px solid black;
    margin-top: -32px;
    padding-top: 32px;
    min-height: 40px;
}

div.DTFC_RightBodyWrapper {
    overflow: hidden;
}

    div.DTFC_RightBodyWrapper .DTFC_RightBodyLiner {
        overflow: hidden !important;
    }

/*#grid-visa_wrapper .DTFC_LeftBodyWrapper table.DTFC_Cloned thead tr:first-child th {
    display: none;
}*/
/*#grid-visa thead tr:last-child th {
    height: 0px !important;
}*/
#grid-visa {
    min-height: 80px;
}

.dataTables_empty {
    text-align: left !important;
    font-weight: bold;
    /*border: 0 !important;*/
    /*margin: 5px 0 5px 40px !important;*/
    position: fixed;
    left: 45%;
    font-style: italic;
    border-right: 0 !important;
    height: 35px;
    display: block;
}

.dataTables_label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
}

div.dataTables_processing {
    z-index: 1
}

table.tborder {
}

    table.tborder thead th {
        border-right: 1px solid #ddd;
    }

    table.tborder td {
        border-right: 1px solid #ddd;
    }

table > thead > tr > th {
    border-top: none !important;
}

.order-label {
    font-size: small;
}

ul.nav-tabs > li.active a {
    color: #663399 !important;
}

#myNotifyList {
    padding: 0;
}

.sm-lm {
    margin-left: 5px;
}

.jtable-child-table-container {
    font-size: small;
}

    .jtable-child-table-container .jtable-title-text {
        font-style: italic;
        color: #c39586;
    }

table.group-layout tr.dtrg-start {
}

    table.group-layout tr.dtrg-start td {
        padding: 0 !important;
        color: white;
    }

        table.group-layout tr.dtrg-start td > div {
            padding: 5px 10px;
        }

.large-width {
    width: 300px !important;
}

.grid-compressed th > span {
    margin-right: 5px;
}

.row.details:before {
    content: "";
    display: block;
}

#upload-file {
    display: none;
}

#btn-upload {
    height: 26px;
    padding-top: 4px;
}

    #btn-upload:disabled {
        background-color: #663399 !important;
    }


input.txtLinkAcess {
    width: 100%;
}

.container-spinner {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    background-color: rgba(188, 187, 187, 0.356);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: progress;
}


.simple-spinner {
    width: 100%;
    z-index: 99999;
    background-color: rgba(188, 187, 187, 0.356);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: progress;
    align-self: stretch;
    flex: 1
}

.one-spinner {
    font-size: 150px !important;
    color: #663399;
}

.import-process {
    position: absolute;
    right: 20px;
    /* top: 50px; */
    padding-top: 10px;
}

.one-multiline {
    white-space: pre-wrap;
}

.icon-arrow-left, .icon-arrow-right {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .icon-arrow-left:before {
        content: "\e091"
    }

    .icon-arrow-right:before {
        content: "\e092"
    }

.editable, .editable-date, .editable-visaStatus, .editable-observations {
    color: black;
}

.visa-observations {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* number of lines to show */
    max-height: 53px; /* fallback */
    font-size: small;
}

.editable-input textarea {
    width: 260px !important;
}
.editable-input select {
    max-width:300px;
}

.bottom {
    margin-top: 5px;
}

.editable-empty {
    opacity: 0.75;
    font-size: x-small;
}

.validation-summary-errors {
    color: red;
    margin-bottom: 10px;
}

.editable-visaStatus:hover {
    cursor: pointer;
}


.date-check-pair {
    display:inline-block;
}
    .date-check-pair input[type=text], .date-check-pair input[type=date] {
        max-width: 230px;
        display: inline-block;
    }

    .date-check-pair input[type=checkbox] {
        margin-left: -18px;
        display: inline-block;
        position:relative;
        top:5px;
    }
.date-check-xeditable {
    display: inline-block;
}

    .date-check-xeditable input[type=text], .date-check-pair input[type=date] {
        max-width: 230px;
        display: inline-block;
    }

    .date-check-xeditable input[type=checkbox] {
        margin-left: -10px;
        display: inline-block;
        position: relative;
        width: 25px;
        margin-right: 2px;
    }

.w-auto{
    width: auto;
}

.min-width{
    width: 130px;
}
.tiny-width{
    width: 80px;    
}
.font-weight-normal {
    font-weight:normal;

}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #663399 !important;
    border-color: #c39586 !important;
}

.dataTables_scroll .ps--active-x {
    padding-bottom: 7px;
}

.form-control-select2 {
    height: 29px;
    padding-left: 5px;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 28px;
    min-width: 60px;
    color: rgb(85, 85, 85);
    font-weight:700;
}
.sm-rm {
    margin-right:10px;
}
.edit-order-client-name {
    border-radius: 4px 4px 0 0;
}
.edit-order-client-full-name {
    border: 1px solid #ccc;
    display: inline-flex;
    flex-direction: column;
    margin-top: -1px;
    padding: 5px;
    min-width: 256px;
    padding-top: 8px;
    border-radius: 0 0 4px 4px;
}
.edit-order-client-email {
    border-radius: 0 0 4px 4px;
    display: inline-flex;
    border: 1px solid #ccc;
    padding: 5px;
    margin-top: -1px;
    padding-top: 8px;
    min-width: 256px;
}
.edit-order-client-full-name .replace-client-full-name > div {
    display: flex;
    flex-direction: column;
}
input[type=number].input-mini {
    padding-right:4px !important;
}
.main-content {
    max-width: 1376px;
}