* {
  text-decoration: none;
  box-sizing: border-box;
}

body {
  background: #fff;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  font-size: 15px;
}

header, main { 
  width: 100%;
  display: block;
  margin: 0 auto;
}

.header {
  background-image: url('../img/header3.jpg');
  background-size: cover;
  background-position: center;
  color: black;
  padding:5px;
}


.logo a {
  text-decoration: none; 
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  color: #151b4e;
  text-align: right;
  line-height: 100px;
  display: block;
}

#navbar {
  overflow: hidden;
  background-color: #333;
}

#navbar a {
  float: left;
  display: block;
  color: #FFFFFF;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

#navbar a:hover {
  background-color: #51b02b;
  color: black;
}

.content {
  padding: 16px;
}

.TitecContrainer {
  font-weight: 0;
  color: black;
  font-size: 3rem !important;
  padding-top: 25px;
  margin-top: 0px !important;
}

tbody tr:nth-child(even) { background-color: #388994; }
tbody tr:nth-child(odd) { background-color: #3f9aa6; }
tbody tr:hover { opacity: 0.8; }

h3 {
  padding: 15px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

.bootbox-body {
  color: #51b02b !important;
}

.modal-header, .modal-footer {
  background-color: #FFFF !important;
  border: none !important;
  color: #FFFF !important;
}

.modal-body {
  background-color: #51b02b !important;
}

.modal-body input[type="text"],
.modal-body input[type="email"],
.modal-body input[type="date"],
.modal-body input[type="time"],
.modal-body select,
.modal-body input[type="password"] {
  font-family: 'Montserrat', sans-serif;
  background: rgba(255,255,255,.1);
  border: none;
  border-radius: 4px;
  font-size: 14px;
  outline: 0;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  color: #000000;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
  margin-bottom: 30px;
  border: 1px solid #FFFF;
}

.close {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #FFF;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:foPat {
  color: red;
  cursor: pointer;
}

.containerheader {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.containerlog {
  text-align: center;
  flex: 1;
}

.containerlogtitle {
  flex: 6;
}

.containerlogtitle a {
  text-decoration: none;
  color: inherit;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}

.containerlog img {
  width: 50%;
}

.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
}

@-webkit-keyframes animatezoom {
  from { -webkit-transform: scale(0); } 
  to { -webkit-transform: scale(1); }
}
  
@keyframes animatezoom {
  from { transform: scale(0); } 
  to { transform: scale(1); }
}

.up_info1, .up_info2 {
  display: none;
  width: 270px;
  height: 40px;
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  padding: 5px;
  margin-right: 20px;
  text-align: center;
  position: absolute;
}

.sidenav {
  height: 100%;
  width: 185px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: black;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  color: white;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.icon {
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
  color: #000000;
  font-size: 24px;
  display: flex;
  align-items: center;
}

.icon i {
  margin-right: 8px;
  font-size: 24px;
}

.close-menu {
  color: #f1f1f1;
  font-size: 15px;
  padding: 8px 32px;
  text-decoration: none;
}

.close-menu:hover {
  color: #ff4d4d;
}

.home-icon {
  position: absolute;
  top: 50px;
  left: 0px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.home-icon i {
  margin-right: 8px;
  font-size: 30px;
}

.home-icon a {
  color: inherit;
  text-decoration: none;
}

.home-icon:hover i, 
.home-icon:hover a {
  color: #51b02b;
}