.color-grey {
    color: #7f7f7f;
}
.bold {
    font-weight: 600;
}
.notes {
    font-size:0.8em;
}
.env-info {
    font-size: 13px;
}
.env-info-li {
    font-size: 13px;
    padding: 10px 10px;
    color: white;
    text-align: center;
}
.env-info-li i{

    padding: 4px 4px;
}

.env-info {
    color: white;
    text-align: center;
    padding: 10px 10px;
}
.env-info i {
    margin-right: 20px;
    margin-left: 20px;
}
.env-local .env-info, .env-local .env-info-li {
    background-color: #1e7d8d;
}

.env-old .env-info, .env-old .env-info-li {
    background-color: darkgreen;
}

.env-demo .env-info, .env-demo .env-info-li {
    background-color: #8a2f46;
}
.env-prod .env-info {
    display:none;
}

.strong {
    font-weight: 600;
}

.site-footer {
    padding-left: 0;
}
.btn {
    text-decoration: none !important;
}
.btn-xs {
    font-size: .75rem;
    padding: 0.25rem .45rem;
    line-height: 1;
}
.card-widget {
    border: 1px solid rgba(0,0,0,.125) !important;
}
.card-primary .card-top {
    background-color: #58c9f3;
    color: #fff;
    text-align: center;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;

}
.card-primary .icon {
    text-align: center;
}
.card-primary .card-footer {
    background-color: white;
    text-align: center;
    padding: 20px 20px 20px 20px;
}
.link {
    cursor: pointer;
}
.link-visible {
    text-decoration: underline;
}
.text-bold {
    font-weight: bold !important;
}
.text-bigger {
    font-size: 1.1em;
}
.text-smaller {
    font-size: 0.8em;
}
.text-micro {
    font-size: 0.7em;
    color:#666;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-price-warning {
    margin-top: 10px;
    color: #ff6c60;
    font-weight: 600;
}
.text-danger {
    color: #ff6c60;
    font-weight: bold !important;
    font-size: 15px  !important;
}
.width-price {
    max-width: 100px;
}
.width-medium {
    max-width: 200px !important;
}
.align-center {
    margin: 0 auto !important;
}
.input-price {
    max-width: 100px;
    text-align: right;
}
.input-date {
    max-width: 100px;
}
.padding-top {
    padding-top: 8px;
}
.margin-bottom-big {
    margin-bottom: 60px;
}
.background-color-grey {
    background-color: #ccc;
}

.background-color-white {
    background-color: white;
}
.background-color-lightgrey {
    background-color: #eee !important;
}
.background-color-success {
    background-color: #74C72F;
}
.color-danger {
    color: #ff6c60;
}
.color-primary {
    color: #58c9f3 !important;
}
.color-white {
    color: white !important;
}
.color-success {
    color: #78cd51;
}
.color-info {
    color: #f1c500;
}
.card-header {
    font-weight: 600;
}
.color-light-dark {
    background-color:#eee;
}
.form-control.is-invalid {
    margin-bottom: 0 !important;
}

.required .control-label, p.required  {
    color: #333;
}
.required .control-label::after, p.required label::after {
    content: ' *';
    color: #333;

}
.invalid-feedback {
    margin-bottom: 20px;
}
.modal-after-box {
    max-width: 330px;
    margin: 20px auto 0;
}

.modal-big .modal-after-box {
    max-width: 600px;
}
.margin-top {
    margin-top: 10px;
}

.margin-bottom {
    margin-bottom: 10px;
}
.margin-bottom-big, table.dataTable.margin-bottom-big {
    margin-bottom: 40px;
}

.margin-left {
    margin-left: 10px;
}

.margin-right {
    margin-right: 10px;
}

.margin-right-small {
    margin-right: 5px;
}
.margin-horizontal {
    margin-left: 20px;
    margin-right: 20px;
}
.padding-horizontal {
    padding-left: 20px;
    padding-right: 20px;
}
.title-1 {
    font-size: 2em;
}

.form-register {
    max-width: 600px;
    margin: 100px auto 0;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
a.logo {
    margin-top:7px;
}

.logo img {
    height:25px;
}
.horizontal-menu .navbar-nav > li > a {
    padding-top:15px;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 70px;
}
.invalid-feedback {
    display: block;
}

.multiline {
    white-space: pre-wrap;
}
.card-bordered {
    border:1px solid #ddd;
}
.shadow-light {
    -webkit-box-shadow: 3px 3px 5px -1px rgba(189,189,189,0.76);
    -moz-box-shadow: 3px 3px 5px -1px rgba(189,189,189,0.76);
    box-shadow: 3px 3px 5px -1px rgba(189,189,189,0.76);
}
.form-signin h2.form-signin-heading {
    font-size: 21;
    font-weight: 400;
}
.select2-container .select2-selection--single {
    height: 41px  !important;
    border: 1px solid #ddd !important;
}
.select2-selection .select2-selection__rendered {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px !important;
    color: #666 !important;
}
.no-results {
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
}
.no-results td {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.debug {
    border-width: 1px;
    border-color: #aaa;
}
.nav-shortcut:first-of-type {
    padding-left: 40px !important;

    color: #000 !important;
}
.nav-item-shortcut.active {
    font-weight: bold !important;
}
.nav-shortcut:hover {
    color: #41cac0 !important;
}
.nav-item-shortcut-first {
    margin-left: 40px;
    border-left: 1px solid #eee !important;

}

@media (max-width: 768px) {
    .logo {
        display: none;
    }
}
