/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  font-size: 13px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
body {
  margin-bottom: 40px; /* Margin bottom by footer height */
  color: #464C4C;
  font-size: 13px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    /*font-family: 'Lato', sans-serif !important;*/
    font-size: 16px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

h1,
.navbar-brand,
.navbar-nav a {
  font-size: 13px;
  margin-top: 6px;
}

.form-control  {
  font-size: 13px;
}

.btn  {
  font-size: 13px;
}
.tooltip {
    font-size: 11px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.color-tooltip + .tooltip > .tooltip-inner {
  background-color: #464C4C;
  color: #fff;
  min-width: 100px;
}
.color-tooltip + .tooltip > .tooltip-arrow {
border-top-color:#464C4C;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px; /* Set the fixed height of the footer here */
  background-color: #f5f5f5;
}

.push {
  height: 10px;
}

/* Custom page CSS
 * Not required for template or sticky footer method.
 * -------------------------------------------------- */

body > .container {
  padding: 50px 15px 0;
  min-width: 100%;
}
.container .text-muted {
  margin: 10px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

/* add new */
.font_menu {
    font-weight: 600;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -4em;
}

/***********************************************/
/* add new */
* {
box-sizing: border-box;
}

.login-screen {
background-color: #ECF0F1;
padding: 20px;
border-radius: 5px
}

.login-form {
text-align: center;
}

.control-group {
margin-bottom: 10px;
}

.register {
margin: 20px auto;
width: 400px;
}

table.dataTable thead tr {
  background-color: #e5e7e9;
}

/***********************************************/
  
.form-login-body .top-menu {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
  background-color: #FFF; }

.logo img {
  max-width: 160px;
  margin-top: 5px; }

.btn-primary {
background-color: #2C2a69;
border-color: #2C2a69; }
.btn-primary:hover {
  background-color: #565587 !important;
  border-color: #565587 !important; }
.btn-primary:active {
  background-color: #565587 !important;
  border-color: #565587 !important; }
.btn-primary:focus {
  background-color: #565587 !important;
  border-color: #565587 !important;
  box-shadow: none !important; }

.pagination .page-item.active .page-link { background-color: #2C2a69; }

div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item.active .page-link:focus {
background-color: #565587;
}

.pagination .page-item.active .page-link:hover {
background-color: #565587;
}

/* Badge */
.badge {
  text-transform: uppercase;
  padding: 4px 7px;
  font-size: 9px;
  margin-top: -20px;
  background-color: #00acc1;
}
.badge-xs {
  font-size: 9px;
}
.badge-xs,
.badge-sm {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
.badge-white {
  background-color: rgba(255, 255, 255, 0.7);
  color: #313a46 !important;
}
.badge-primary {
  background-color: #188ae2;
}
.badge-success {
  background-color: #4bd396;
}
.badge-info {
  background-color: #3ac9d6;
}
.badge-warning {
  background-color: #f9c851;
}
.badge-danger {
  background-color: #f5707a;
}
.badge-purple {
  background-color: #6b5fb5;
}
.badge-pink {
  background-color: #f06292;
}
.badge-orange {
  background-color: #ff9800;
}
.badge-brown {
  background-color: #8d6e63;
}
.badge-teal {
  background-color: #26a69a;
}
.badge-inverse {
  background-color: #3b3e47;
}
