/*Mobile*/
@media (max-width: 767px) {
    .logo {
        height:30px !important;
    }
    
    .logo-1{
        height:40px !important;
    }
    
    .brand-text {
        font-size:15px !important;
    }
}

/*Screen*/
@media (min-width: 767px) { 
    
}

th {
    color:#555 !important;
}

.custom-nav {
    background-color:#000000 !important;
    height:100px;
    border-color:#000000
}

.font-weight-light
{
    font-size: 20px;
}

.card-primary.card-outline {
    border-top: 3px solid #E22127;
}

.yellow {
    color:#FFB724;
}

.red {
    color:#E22127;
}

.bg-red {
    background:#E22127;
}

.gray {
    color:#444;
}

.white {
    color:white !important;
}
.content-wrapper {
    background: white !important;
}

.center {
    text-align:center;
}

.v-center {
    margin-top:1em;
}

li a {
    color:#495057;
}

li a:hover {
    color:#E22127;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    font-size: 20px;
}

.nav-link.active {
   
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color:#E22127 !important;
}

.uk-button-large {
    min-height: 50px !important;
    padding: 0 28px !important;
    line-height: 50px !important;
    font-size: 16px !important;
}

.uk-button-primary {
    background-color: #ffb524 !important;
    color: #b7211e !important;
    border-color: #b7211e !important;
    border-radius: 25px 0px !important;
    cursor:pointer !important;
}

.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #b7211e !important;
  color: #ffffff !important;
  box-shadow: inset 0 0 10px 30px #b7211e !important;
}

.uk-button {
  /* 1 */
  -webkit-appearance: none;
  /* 2 */
  margin: 0;
  /* 3 */
  border: none;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: #777777;
  /* 6 */
  text-transform: none;
  /* 7 */
  display: inline-block;
  box-sizing: border-box;
  padding: 0 20px;
  background: transparent;
  vertical-align: middle;
  /* 8 */
  line-height: 40px;
  /* 9 */
  min-height: 40px;
  /* 10 */
  font-size: 14px;
  /* 11 */
  text-decoration: none;
  text-align: center;
  border-radius: 0px;
  border: 2px solid #777777;
  font-weight: bold;
  box-shadow: inset 0 0 0 0 transparent;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 2px rgb(226, 33, 39);
  border: 1px solid rgb(226, 33, 39);
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff0e9 !important;
    opacity: 1;
    font-weight:bold;
}

.input-group-text {
    background-color: #f8f9fa !important;
}

.hidden {
    display:none !important;
}


.footer {
    background:black !important;
}

/*@media (min-width: 768px){
.container, .container-md, .container-sm {
    max-width: 90% !important;
 }
}*/


.btn-login:hover{
    color: #fff;
    background-color: #f7941e;
    border-color: #f7941e;
}


