@media (min-width: 1500px) {  .container {    max-width: 1500px;  } }
@media (min-width: 1900px) {  .container {    max-width: 1800px;  } }
@media (min-width: 2500) {  .container {    max-width: 95%;  } }

/*.container {    max-width: 95%;  }*/
.container {    max-width: 100%;  }

body {
    padding-top: 40px;
    padding-bottom: 40px;
    /*background-color: #f5f5f5;*/
    background-color: #fff;
}

#address {
    clear: both;
    color: #999;
    line-height: 16px
}

#operator_name {
    clear: both;
    color: #999;
    line-height: 16px
}


/* users */

.form-signin {
    max-width: 350px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    /*border: 1px solid #e5e5e5;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin input[type="text"],
.form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}

.content {
    background-color: #fff;
    /*border: 1px solid #e5e5e5;*/
    max-width: 100%;
    padding: 19px 29px;
    margin: 0 auto 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
@media (min-width: 768px) {
 .table-responsive {
    overflow-x: unset;
    padding-right: 10px;
    width: fit-content; 
 }
}


#adduser-div,
#addbonus-div,
#editprice-div,
#addincass-div,
#addaccount-div,
#supplyacc-div,
#joinacc-div,
#editcard-div,
#refundcard-div,
#replacecard-div {
    border: 1px solid #e5e5e5;
    max-width: 800px;
    padding: 19px 29px 3px;
    margin: 10px 0 0 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

#log-div {
    border: 1px solid #a0a0a0;
    padding: 19px 29px 3px;
    margin: 10px 0 0 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.adduser-form {
    margin-top: 30px;
}


/* finances */

.input-datepicker {
    max-width: 140px !important;
}

#total-show,
#group-show,
#expenses-show,
#balance-show,
#charts-show {
    margin-bottom: 10px;
}

#group-results .table {
    width: 700px;
}

#balance .table {
    width: 300px;
}


/* service */

#btn-stop {
    margin-bottom: 10px;
}

.table tbody td,
.table thead th {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.table tbody td.td-col-numeric {
    min-width: 6em;
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.table tbody td.td-col-numeric-narrow {
    min-width: 5em;
    max-width: 5em;
    padding-left: 2px !important;
    padding-right: 1px !important;
}

.td-col-date {
    min-width: 7em;
}
.td-col-date-w {
    min-width: 8.5em;
}


.table-noborder {
    border: 0px;
}

.table-centered {
    margin: 0 auto;
    width: 80%;
}

.table .th-sort {
    padding-right: 1.3em !important;
    position: relative;
    min-width: 6em;
}

.table .th-sort.th-narrow {
    min-width: 5em;
}

.table .th-sort .sort-glyph.fa-stack {
    position: absolute;
    bottom: 0.5em;
    right: 0.2em;
    width: 1em;
    display: block;
}

.line-break {
    width: 100%;
}

.bg-darklt {
    background-color: rgb(58, 71, 83) !important;
}

.bg-darkred {
    background-color: maroon !important;
}

.text-strike {
    text-decoration: line-through;
    -webkit-text-decoration-color: red;
    -moz-text-decoration-color: red;
    text-decoration-color: red;
}
.text-strike-2 {
    text-decoration: line-through;
    -webkit-text-decoration-color: red;
    -moz-text-decoration-color: red;
    text-decoration-color: red;
    color: red;
}



/*drop-down override*/

.navbar-nav .dropdown-menu.show {
    background-color: #4b4b4b;
}

.navbar-nav .dropdown-menu.show .dropdown-item {
    color: #e1e1e1;
}

.navbar-nav .dropdown-menu.show .dropdown-divider {
    border-top: 1px solid rgba(50, 50, 50, 0.9);
}

.navbar-nav .dropdown-menu.show .dropdown-item:hover,
.navbar-nav .dropdown-menu.show .dropdown-item:focus {
    background-color: #1e1e1e;
    color: #f0f0f0;
}


/* Hide HTML5 Up and Down arrows. */

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.table .thead-dark th {
    font-weight: normal;
}

.font-summary {
    font-weight: bold;
}

.prewrap {
   white-space: pre-wrap;
}

.verticalText{
   writing-mode:vertical-rl;
   -moz-transform: rotate(-180deg);
   -webkit-transform: rotate(-180deg);
   transform: rotate(-180deg);
   white-space: nowrap;
}


.table { font-size: 0.93rem; }

.wrong-val {
  color: red;
  font-weight: bold;
}

.action-icon {
  font-size: 120%;
}

.light-column {
    background-color: navajowhite;
}


.select2-container--default .select2-results > .select2-results__options {
  max-height: 50vh;
  overflow-y: auto; }
