/* primary : 282828; */
/* secondary : 2f343a */
@font-face {
    font-family: 'Mitr';
    src: URL('../font/Mitr-Light.ttf') format('truetype');
  }

body {
    background-color: #282828;
    font-family: 'Mitr', Arial, sans-serif !important;
    height: 100%;
    padding-bottom: 100px;
}

.center {
    display: block;
    margin: 0 auto;
}

hr {
    border-top: 1px solid rgb(212, 176, 93);
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

[input-type=money_decimal] {
    text-align: right;
}

[input-type=money] {
    text-align: right;
}

.panel {
    color: white;
    background-color: #2f343a;
    padding: 15px 30px;
}

.btn-primary, .btn-primary:active, .btn-primary:hover, .btn-primary:focus {
    background-color: #c29e52 !important;
    color: white;
    border: 1px solid #c29e52 !important;
}

.btn-primary.focus, .btn-primary:focus {
    border: unset !important;
    border: 1px solid #c29e52 !important;
}



a {
    color: #c29e52;
}

a:hover {
    text-decoration: none;
}

a:hover, a:active, a:focus {

    color: #c29e52;
}

.alert li{
    list-style-type: none;
}

.invalid-feedback {
    color: #ff394c;
    top: -10%;
    position: relative;
}

.menu-footer {
    position: fixed;
    width: 100%;
    bottom: 0%;
}

.menu-footer .btn-group{
    width: 100%;
}

.menu-footer .btn-group a {
    width: 100%;
    color: #ccc;
    border: unset !important;
}

.menu-footer .btn-group a i {
    margin-bottom: 5px;
    display: block;
}

.menu-footer a {
    background-color: #1d2025;
    border: unset;
}

.menu-footer .btn.active {
    color: white !important;
}

.menu-footer .btn:hover {
    color: white !important;
}

.panel-primary {
    background-color: #007bff;
}

.panel-danger {
    background-color: #dc3545;
}

/* 
Generic Styling, for Desktops/Laptops 
*/
table { 
    width: 100%; 
    border-collapse: collapse; 
  }
  /* Zebra striping */
  tr:nth-of-type(odd) { 
    background: #1d1f25;
  }
  th { 
    background: #333; 
    color: white; 
    font-weight: bold; 
  }
  td, th { 
    padding: 6px; 
    border: 1px solid #ccc; 
    text-align: left; 
  }



.btn-gold {
    color: #333 !important;
    text-shadow: 0 1px 0px #cdcdcd;
    background: #ffe492 !important;
    background: -moz-linear-gradient(top, #ffe492 19%, #aa7645 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #ffe492), color-stop(100%, #aa7645))!important;
    background: -webkit-linear-gradient(top, #ffe492 19%, #aa7645 100%) !important;
    background: -o-linear-gradient(top, #ffe492 19%, #aa7645 100%) !important;
    background: -ms-linear-gradient(top, #ffe492 19%, #aa7645 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #ffe492), to(#aa7645)) !important;
    background: linear-gradient(to bottom, #ffe492 19%, #aa7645 100%) !important;
}

.btn {
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.2) 49%, rgba(0,0,0,0.15) 70%, rgba(0,0,0,0.05));
    background-repeat: repeat-x;
}


.loading {
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
    background-color: #000000b8;
}

.loading .content {
    position: relative;
    top: 40%;
}

.loading img {
    display: block;
    margin: 0 auto;
}

.panel-text{
    position: absolute;
    top: 10%;
    
}

.panel-body .icon, .text {
    width: auto;
    display: inline-block;
}