.btn-primary {
    background-color: #384F8C;
    border-color: #384F8C;
}

nav {
    position: relative;
    min-height: 90px;
    height: 70px;
}

button a {
    color: inherit;
    text-decoration: none;
}

button a:hover {
    color: inherit;
    text-decoration: none;
}

.logo {
    max-height: 200px;
    text-align: center;
    padding: 5px 0;
    min-width: 1920px;
}

.logo2 {
    height: 100px;
    text-align: center;
    padding: 0;
    margin: 0;
}

.logonavdiv {
    width: 100px;
    height: 100%;
    display: inline-block;
    position: relative;

}

.navbar-collapse {
  flex-basis: 60% !important;
  flex-grow: 1;
  align-items: center;
  display: inline-flex;
}


.bg-f {
    background-color: #FAFAFA;
    min-height: 385px;
    max-height: 500px;
    overflow: scroll;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    transform: translateX(-39%);
}

.main-nav li {
    display: inherit;
}

.navbar.navbar-expand-lg {
    background-color: #384F8C;
    margin-bottom: 15px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1);
    padding: 15px;
}

.navbar.navbar-expand-lg a {
    color: white;
}

.navbar.navbar-expand-lg a:hover {
    color: white;
    text-shadow: white 0px 0px 0px;
}

.navbar.navbar-expand-lg .dropdown-menu a {
    color: #384F8C;
}

.navbar.navbar-expand-lg .dropdown-menu a:hover {
    color: #384F8C;
    text-shadow: #384F8C 0px 0px 0px;

}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #70a2d74a;
}

.table .thead-dark th {
    vertical-align: middle;
}


#foto-div {
    padding: 10px 10px 30px 10px;
}

#foto {
    width: 300px;
    height: 100%;
    margin: 0 auto;
}

.form-check.first {
    padding-top: 6px;
}

.form1 .form-check {
    padding-left: 0;
}

.form1 .form-check-input {
    margin: 0 0 0 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.marked {
    background-color: #6c757d;
    color: white;
}

.form2 input {
    cursor: pointer;
}

.form-align {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.form-align .label {
    width: 75%;
    cursor: pointer;
    padding-left: 20px;
    border: 1px solid #c7cfdd61;
    padding: 7px 0;
    border-radius: 2px;
    margin: 3px 0;
}


.form-align .label:hover {
    color: #0056b3;
}

.btnhide {
    display: none;
}

.box {
    box-sizing: border-box;
    border: 1px solid #dee2e630;
}

form .multiselect-native-select .btn-group {
    display: block;
    margin: 0 auto;
    width: 100% !important;
}

.multiselect.dropdown-toggle.btn.btn-default {
    max-width: 250px;
}

form .dropdown-menu {
    display: inline-block !important;
    width: 100% !important;
    text-align: center;
    position: relative;
    border: 1px solid #dee2e6de;
    background-color: transparent;
    border-bottom: none;
}

form .input-group .form-control.multiselect-search {
    border-radius: 5px !important;
    cursor: text;
}

form .multiselect-search .input-group-btn {
    display: none !important;
}

form .multiselect-item span {
    display: none;
}

form .multiselect.dropdown-toggle::after {
    display: none;
}

form .multiselect-container .input-group {
    margin: 0;
    padding: 5px;
}

form .multiselect-container li a label {
    padding: 3px 0 3px 0;
}

.form1 select {
    margin-top: 15px;
}

.form1 h5 {
    font-size: 18px;
    margin-top: 25px;
}

label.checkbox {
    color: #212529;
}

label.checkbox:hover {
    color: #0056b3;
}

.formsale .form-group {
    padding: 10px;
    position: relative;
}

.formsale input {
    position: absolute;
    right: 0;
}

.formsale textarea.form-control {
    margin: 10px;
    width: inherit
}



.multiselect-container>li>a>label.radio,
.multiselect-container>li>a>label.checkbox {

    margin: 0;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #c7cfdd61;
    padding: 7px 0;


}

.ok-btn {
    position: absolute;
    right: 0;
}

.pointer{
    cursor: pointer;
}

#family-btn-div{
    position: relative;
    height: 55px;
}

#family-btn{
    position: absolute;
    clear: both !important;
    float: none !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#ticket p{
    padding: 0;
    margin: 0;
}

#ticket .ticket-grupo{
    padding: 10px;
}

#ticket  th{
    font-size: 22px!important;
}


#ticket  td{
    font-size: 22px!important;
}

#ticket  tr{
    font-size: 22px!important;
}

#ticket table{
    font-size: 22px!important;
}

#print{
    font-size: 22px!important;
}

.ticket-grupo{
    display: block;

}

.ticket-grupo p{
}

.ticket-grupo span{
    font-size: 15px;
    font-weight: normal;

    display: inline;
}

.divleft{
    display: inline-block;
    width: 50%!important;
    font-size:22px;
    font-weight:bolder;
    text-align: left!important;
}

.divright{
    display: inline-block;
    width: 50%;
    text-align: right;
}



.divright span{
    font-size: 22px;
}

/*
#ticket .ticket-grupo{
    border: 1px 2px 2px 1px solid #ececec;
}


.ticket-grupo :nth-child(1){
    background-color: #f4f4f4;
    border-radius: 4px;
}
*/

#mlkeyboard {
    z-index: 10000000000000000;
}

.family_btn_selected{
    background-color: #28a745;
}
