/* GLOBAL STYLES
-------------------------------------------------- */
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400&display=swap');*/
body, html {
  color: #101010;
  background-color: #eff5f3;
  background-image: url(../img/fon1.png);
  background-position: left top;
  background-attachment: fixed;
  background-repeat: repeat-x;
  font-family: 'Open Sans', sans-serif;
}

a {
  color: #236450;
}
a:focus, a:hover {
  color: #236450;
}

.navbar-fon {
  background-color: #236450;
  margin-bottom: 20px;
}

.navbar {
  padding: 0;
}
.navbar-toggler {
  margin-right: 170px;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
.navbar-dark .navbar-exit-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' fill='none' d='M20 19v7h-16v-22h16v7M28 15h-17M28 15l-5 -5M28 15l-5 5'/%3e%3c/svg%3e");
}
.navbar-exit-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-brand {
  margin: 0;
  padding: 0;
  z-index: 100;
}

.navbar li.nav-item {
  background-color: #147a5c;
  text-align: center;
}

.navbar a.nav-link {
  color: #ffffff;
}

.dropdown-menu {
  left: -10px;
  border: 1px solid #236450;
  border-radius: 0;
  box-shadow: .125rem .125rem .25rem rgba(0,0,0,.5) !important;
}
.dropdown-item:hover {
  background-color: #eff5f3;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #236450;
}

.btn-login {
  display: block;
  width: 138px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bolder;
  text-transform: uppercase;
}
.btn-login:hover {
  color: yellow;
  text-decoration: none;
}
.btn-login.login1 {
  background-image: url(../img/fon4.png);
}
.btn-login.login2 {
  background-image: url(../img/fon5.png);
}

@media (min-width: 992px) {
  .navbar {
    align-items: self-end;
    justify-content: center;
  }
  .navbar-nav {
    margin-bottom: 15px;
    margin-top: 40px;
    position: relative;
    left: -42px;
    z-index: 99;
  }
  .nav-item {
    display: table;
    font-size: 90%;
    line-height: 1;
    height: 35px;
    background-image: url(../img/fon3.png);
    background-position: right top;
    background-repeat: no-repeat;
    padding: 0;
  }
  .nav-item:first-child {
    padding: 0 0 0 29px;
  }
  .nav-item:last-child {
    background-image: url(../img/fon3-1.png);
  }
  .navbar-dark .navbar-nav .nav-link {
    color: white;
  }  
  .navbar-dark .navbar-nav .active > .nav-link {
    color: yellow;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    display: table-cell;
    vertical-align: middle;
    padding: 0 29px 0 5px;
  }
}

h3 {
  color: #216450;
}

.footer-7peaks {
  width: 100%;
  margin-top: 60px;
}
.footer-7peaks a {
  color: #ffed8d;
}
.footer-7peaks a:hover {
  color: yellow;
}


.footer-7peaks-fon {
  color: #fff;
  background-color: #147a5c;
  padding-bottom: 20px;
}

.breadcrumb {
  background-color: #c4d4cf;
  border-radius: 0;
}

.list-group .list-group-item {
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(0,0,0,.250);
  border-radius: 0;
}

.list-group-item.active {
  background: #c4d4cf;
}

.list-group .list-group-item:first-child {
  border-top: 1px solid rgba(0,0,0,.250);
}

.form-control:focus {
  border-color: #236450;
  box-shadow: 0 0 0 .2rem rgba(35,100,80,.25);
}

.btn-outline-success {
  color: #236450;
  border-color: #236450;
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #236450;
}
.btn-outline-success:hover, .btn-outline-success:active, .btn-outline-success:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #236450;
  border-color: #236450;
}

.btn {
  background-color: #fff;
  border-color: #236450;
}

.btn-success {
  background-color: #147a5c;
  border-color: #236450;
}
.btn-success:hover, .btn-success:active, .btn-success:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #236450;
  border-color: #236450;
}
.btn-success:focus {
  color: #fff;
  border-color: #236450;
  box-shadow: 0 0 0 .2rem rgba(35,100,80,.25);
}

.main-feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #6c757d;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #721c24;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #856404;
}

.table td, .table th {
  border-top: 1px solid #236450;
  border-bottom: 1px solid #236450;
}
.table thead th {
  vertical-align: bottom;
  text-align: center;
  border-bottom: 2px solid #236450;
  border-right: 1px solid #236450;
}
.table thead th:last-child {
  border-right: none;
}
.table-sm td, .table-sm th {
  font-size: 90%;
  color: #236450;
}
