@import url('https://fonts.googleapis.com/css?family=Lato:700,900&display=swap');


.login-logos {
    display: block;
    width: 100%;
    max-width: 750px;
    margin: auto;
}
.form-group {
  
    margin: 0 auto 10px auto;
}
.form-signin {
  width: 100%;
  max-width: 750px;
  padding: 30px 50px;
  margin: auto;
  background: #666;
  border-radius: 10px;
  box-shadow: 0px 1px 4px 0px #333;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
p {
    color: #fff;

    letter-spacing: 5px;
    margin-bottom: 2rem;
}
.col-form-label {
    color: #fff;
    letter-spacing: 4px;
    font-size: 16px;
}

button.btn.btn-lg.btn-primary.btn-block {
    background-color: #3070D6;
    border: 0;
    font-size: 16px;
    max-width: 110px;
}


html,
body {
  height: 100%;
}
body {
    display: -ms-flexbox;
    
	-ms-flex-align: center;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f5f5f5;
    background: url(../images/bg-main.jpg) repeat center;
	background-size: cover;
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
}
.navbar-brand img {
    border-right: 1px solid;
    padding-right: 10px;
}
.navbar-light .navbar-nav .nav-link {
    color: #013398;
}
nav.navbar.fixed-top.navbar-expand-lg.navbar-light.bg-light {
  box-shadow: 0px 0px 4px 1px #333;
}
.navbar-light .navbar-nav .nav-link.dashboard {
    background: #666;
    color: #fff;
    border-radius: 7px;
    padding-left: 15px;
    padding-right: 15px;
}
li.nav-item.user-profile a:before {
    content: '';
    background: url(../images/icon-profile.svg) no-repeat center;
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    background-size: 25px;
    margin-right: 5px;
}
ul.navbar-nav {
    width: 100%;
}
li.nav-item.user-profile {
    position: absolute;
    right: 25px;
}
a.dropdown-item {
    border-bottom: 1px solid #013398;
    color: #013398;
}
a.dropdown-item.last {
  border-bottom: 0;
}

body.main .containernone {
    background: transparent;
    border-radius: 0px;
    max-width: 200px;

    min-height: 270px;
  }

body.main .container {
  background: #666;
  border-radius: 10px;
  max-width: 400px;
  box-shadow: 0px 1px 4px 0px #333;
  min-height: 270px;
}
body.main .container .row {
    padding-top: 10px;
    padding-bottom: 10px;
}
body.main .container .row.first {
  background: #fff;
  border-radius: 10px 10px 0 0;
}


body.main .containerwider {
  background: #666;
  border-radius: 10px;
  width: fit-content;
  max-width: 900px;
  box-shadow: 0px 1px 4px 0px #333;
  min-height: 270px;
}
body.main .containerwider .row {
    padding-top: 10px;
    padding-bottom: 10px;
}
body.main .containerwider .row.first {
  background: #fff;
  border-radius: 10px 10px 0 0;
}


body.main .container .row.first .col-12 {
  letter-spacing: 2px;

  color: #013398;
}
body.main .container .row .col-10 {
  text-align: right;
}
body.main .container .row .col-10,
body.main .container .row .col-2 {
  color: #fff;
}

body.main .container.top {
    min-height: auto;
    background: none;
    box-shadow: none;
    border-radius: 0;
    max-width: inherit;
    /* margin-top: 350px; */
}
body.main .container.top p {
  color: #fff;
  letter-spacing: 2px;
}
body.main .container.top .row .col-1 {
  padding-right: 0;
}
body.main .container.top .row .col-11 {
  padding-left: 0;
}

.table-responsive {
  max-height: 700px;
  overflow-y: scroll;
}
.table-responsive>.table-bordered {

}
.table tr {
  white-space: nowrap;
  color: #013398;
  background: #fff;
}
.table .thead-dark th {
  background: #666;
  border-color: #000;
  text-align: center;
}
.table-bordered td, .table-bordered th {
  border: 2px solid #000;
  font-size: 13px;
  text-align: center;
  min-width: 115px;
}
.table-responsive>.table-bordered .btn-primary {

  background: #3070D6;
  font-size: 13px;
}
.table select {
    font-size: 13px;
}

.modal-header {

}
.modal-body .row.first {
  background: #666;
  color: #fff;

  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.modal-body .form-group .col-form-label {

    color: #013398;
}
.modal-body .btn-primary {
  background: #013398;
}

.input-group {
    max-width: 250px;
}
.input-group>.input-group-append>.btn {
  background: #fff;
  border: 0;
}
.input-group>.form-control {
    border: 0;
}
#apron-modal .row {
    margin-bottom: 5px;
}

select.form-control.inline {
    float: left;
    width: auto;
    margin-right: 10px;
}

/* Media Queries
----------------------------------------------------------------------------- */
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
@media (min-width: 1025px) {
  .navbar-expand-lg .navbar-toggler {
      display: none;
  }
  div#navbarNavDropdown {
    /* padding-top: 15px; */
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    border: 1px solid #013398;
  }
}

@media (max-width: 990px) {
  .navbar-brand img {
    border-right: 0;
  }
}
