body {
    font-family: 'Open Sans';
}
.navbar {

    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(32,32,32,.8);
    color: #afafaf;
    -moz-box-shadow: 0 2px 20px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 2px 20px rgb(0 0 0 / 50%);
    box-shadow: 0 2px 20px rgb(0 0 0 / 50%);
    transition: background-color 0.25s ease-in-out 0s;
    background-color: rgb(32, 32, 32);

}


nav {
    text-align: right;
    text-transform: uppercase;
    z-index: 100;
    color: #afafaf;
    font-family: open sans, sans-serif;
    font-size: 11px;
    font-weight: 400;
}

.logotext {
    font-family: open sans, sans-serif;
    font-weight: bolder;
    font-size: 14px;
    color: #d8d8d8;
    letter-spacing: 3px;
}
.navbar-dark .navbar-toggler {
    color: rgb(255 255 255 / 90%);
    border-color: rgb(255 255 255 / 0%);
}
.navbar-toggler {
    padding: 0rem 0rem;
    font-size: 2.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 770px;
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 1020px;
    }
}
.container {
    width: 1200px;
    max-width: 100%;
}

.bg-dark {
    background-color: #333!important;
}


.button.-v2 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 10px 30px;
    line-height: 20px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    background: #f0474e;
    color: #f9fcff;
    transition: background-color .25s ease-in-out;
    box-shadow: none;
}
.button {
    -moz-transition: background .25s ease-out;
    -o-transition: background .25s ease-out;
    -webkit-transition: background .25s ease-out;
    transition: background .25s ease-out;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 15px;
    max-width: 100%;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    border: 0 none;
    background: #f0474e;
    color: #FFF;
    cursor: pointer;
}
.button:hover {
    color: #0c4128;
}
.text-success {
    color: #53a500!important;
}
.text-danger {
    color: #a22600!important;
}



/* laniing */
h1 {
    font-weight: 100;
    color: #0a0c0d;
}

.box {
    -moz-box-shadow: 0 1px 3px #e3e3e3;
    -webkit-box-shadow: 0 1px 3px #e3e3e3;
    box-shadow: 0 1px 3px #e3e3e3;
    padding: 20px;
    margin-bottom: 20px;
    background: #FFF;
}

.box.no-padding {
    padding: 0;
}

.thb {
    font-weight: bold;
    color: #337ab7;
}
.table td .badge {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 2px 0;
    margin-right: 5px;
    padding: 5px;
    font-size: 12px;
    border: 1px solid #e3e3e3;
    background: #FFF;
}
.page-item.active .page-link {
    background-color: #f0474e;
    border-color: #f0474e;
}
body {
    font-family: 'Open Sans' !important;
    color: #0a0c0d;
}

.box {
    -moz-box-shadow: 0 1px 3px #e3e3e3;
    -webkit-box-shadow: 0 1px 3px #e3e3e3;
    box-shadow: 0 1px 3px #e3e3e3;
    padding: 20px;
    margin-bottom: 20px;
    background: #FFF;
}


input, select, textarea, .checkbox {
    -moz-transition: border .25s ease-out, box-shadow .25s ease-out;
    -o-transition: border .25s ease-out, box-shadow .25s ease-out;
    -webkit-transition: border .25s ease-out, box-shadow .25s ease-out;
    transition: border .25s ease-out, box-shadow .25s ease-out;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 4px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 4px rgb(0 0 0 / 10%);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    padding: 5px 10px;
    width: 100%;
    height: 40px;
    border: 1px solid #d6d6d6;
    background-color: #FFF;
}
input[type=checkbox] {
    accent-color: #f0474e;
    display: block;
    padding: 0;
    margin: 0;
    width: 24px;
    height: 24px;
}
.allButFooter {
    min-height: calc(100vh - 95px);
}

/*Fix bar */
.navbar ul li a.active {
    background: #1a1a1a;
    color: #fcfcfc;
}
.navbar ul li a {
    padding: 15px 10px;

}
.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}
.navbar-nav .ml-auto .text-left{
    padding-left: 0px;
}
@media (max-width: 991px) {
    .navbar ul li a.active {
        padding-left: 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
}
/*End Fix bar */
