body{
    margin: 0 !important;
    min-width: 1200px;
    color:rgba(0, 0, 0, 0.8);
}

.admin-bar
{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  background-color: #444;
  color: #fff;
  padding: 1px 5px;
}

.admin-bar > *
{
  margin-left: 30px;
}

.admin-bar-logout::before{
  content: "\1F5F5";
}

.admin-bar a {
  color: white;
  text-decoration: none;
}

.admin-bar a:hover{
  color: green;
}

header{
    /* width: 100%; */
    height: 60px;
    padding: 10px;
}

logo{
    width: 250px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url('../icons/logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

a.no-effect, a.no-effect:link, a.no-effect:hover, a.no-effect:visited, a.no-effect:focus, a.no-effect:active {
    text-decoration: none !important;
    color: inherit !important;
    outline: 0 !important;
    cursor: inherit;
}

 /* NOTIFICATIONS */
 notif{
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 120px;
  right: 50%;
  transform: translate(+50%, 0);
  width: auto;
  min-width: 200px;
  max-width: 25%;
  z-index: 1000;
}

notif> div{
  /* margin: 5px 0 7px 0 !important; */
  opacity: 0.95 !important;
}

.alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  --webkit-box-shadow: 5px 5px 15px 5px #A2A2A2; 
  box-shadow: 5px 5px 15px 5px #A2A2A2;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}

.close {
  /* color: #ddd; */
  float: right;
  font-size: 35px;
  font-weight: bold;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  line-height: 1;
  margin-left: 10px;
  cursor: pointer !important;
}

/* MENU */

menu{
    width: calc(100% - 200px);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.menu-item{
    cursor: pointer;
}

.menu-item a {
    padding: 0 .35rem;
}

.menu-item a:hover {
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    box-shadow: inset 150px 0 0 0 #505771;
    color: white !important;
}

/* SEARCH ENGINE */

search{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 300px;
}

.search-bar {
    height: 44px;
    width: 250px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    padding: 0 0 0 20px;
    position: relative;
    background: #fff;
  }
  
search .input {
    border: none;
    height: 25px;
    width: 200px;
    color: #1b1b1b;
    font-size: 15px;
    outline: none;
  }
  
search  .input:not(:placeholder-shown) + .label {
    font-size: 9px;
    top: 3px;
    color: #00c853;
  }
  
  search  .input:focus ~ .label {
    font-size: 9px;
    top: 3px;
    color: #505771;
    transition: all 0.5s ease;
  }
  
  search  .label {
    color: #aaaaaa;
    position: absolute;
    top: 13px;
    pointer-events: none;
    transition: all 0.5s ease;
  }
  
  search .search-btn {
    background: #505771;
    border-radius: 20px;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    justify-content: center;
    cursor: pointer;
    right: 2px;
    position: absolute;
    transition: all 0.5s ease;
  }
  
  search .icon {
    display: inline-flex;
  }
  
  search  .icon-18 {
    width: 18px;
    height: 18px;
  }
  
  search  .highlight {
    width: 0px;
    height: 1px;
    background: #505771;
    position: absolute;
    bottom: 8px;
    transition: all 1s ease;
  }
  
  search .input:focus ~ .highlight {
    width: 200px;
    transition: all 1s ease;
  }

.header-separator
{
    background: #505771;
    height: 25px;
    width: 100%;
    display: block;
}

.btn {
    position: relative;
    display: block;
    padding: 15px 20px;
    overflow: hidden;
    border-width: 0;
    outline: none;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
    background-color: #2ecc71;
    color: #ecf0f1;
    transition: background-color .3s;
    font-size: 16px;
    cursor: pointer;
  }
  
  .btn:hover, .btn:focus {
    background-color: #27ae60;
  }
  
  .btn > * {
    position: relative;
  }
  
  .btn span {
    display: block;
    padding: 12px 24px;
  }
  
  .btn:before {
    content: "";
    
    position: absolute;
    top: 50%;
    left: 50%;
    
    display: block;
    width: 0;
    padding-top: 0;
      
    border-radius: 100%;
    
    background-color: rgba(236, 240, 241, .3);
    
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .btn:active:before {
    width: 120%;
    padding-top: 120%;
    
    transition: width .2s ease-out, padding-top .2s ease-out;
  }
  
  .btn.orange {
    background-color: #e67e22;
  }
  
  .btn.orange:hover, .btn.orange:focus {
    background-color: #d35400;
  }
  
  .btn.red {
    background-color: #e74c3c;
  }
  
  .btn.red:hover, .btn.red:focus {
    background-color: #c0392b;
  }

  .btn.add::after {
    content: "\2795";
  }

  /* LOGIN */
  .login-form
  {
    width: 300px;
    padding: 60px;
    -webkit-box-shadow: 0px 0px 34px 9px rgba(145,145,145,0.85); 
    box-shadow: 0px 0px 34px 9px rgba(145,145,145,0.85);
  }

  

  /* FORM */
  .form-title
  {
      font-size: 16px;
      font-weight: bold;
      color: #505771;
      border-bottom: 2px solid #505771;
      width: fit-content;
      padding: 2px 5px;
      margin-bottom: 20px;
  }

  /* ANCHORS */

a {
  text-decoration: none !important;
}
  /* unvisited link */
a:link, a:visited, a:hover, a:active {
  color: rgb(0, 94, 188) !important;
}