html {
  display: flex;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

a {
  text-decoration: none;
}

h5 {
  font-size: 1.2em;
}

.antet {
  width: 100%;
  margin: auto;

  text-align: center;
  height: 50px;
  line-height: 50px;

  background-color: #265a88;
}

.headerInfo {
  width: 90%;
  margin: auto;

  text-align: center;
}

.loginFormContainer {
  width: 90%;
  padding: 20px;
  margin: auto;
}

.loginForm {
  width: 75%;
  padding: 10px;
  margin: auto;

  text-align: center;
  font-size: 16px;
}

.msgAlert {
  width: 90%;
  margin: auto;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: red;
}

.clearDiv {
  clear: both;
}

#btnLogin {
  width: 30%;
  text-align: center;
  line-height: 3em;
  vertical-align: middle;

  color: white;
  background-color: #265a88;
  border: none;
  font-size: 16px;
}

p.alineat {
  font-size: 1.1em;
}

.tooltip-inner {
  max-width: 230px;
  font-size: 1.2em;
}

.spatiere {
  padding-bottom: 10px;
}

.alert-danger {
  margin-top: 10px;
  font-size: 16px;
}

.alert-warning {
  margin-top: 10px;
  font-size: 16px;
}

.container {
  max-width: 1000px;
  min-width: 800px;
}

#titlu,
#titlu:hover {
  color: black;
}

.listaFacultati {
  border-spacing: 10px;
  border-collapse: separate;
  /*margin-top: -25px;*/
}

.listaFacultati td {
  text-align: center;
  border: 1px solid #666;
}

.listaFacultati td a {
  padding: 10px;
  display: block;
  height: 80px;
  font-weight: bold;
  font-size: 1.5rem;
}

.listaFacultati td a:hover {
  background-color: #265a88;
  color: white;
  text-decoration: none;
}

/******************************************************************/

.mainPageText {
  font-size: 1.3em;
  margin: 20px 0px;
  text-align: justify;
}
ol.ghid {
  font-size: 1.15em;
  font-weight: bold;
  text-align: justify;
}
ol.ghid > li {
  padding: 5px 15px;
}
ol.ghid > li > p,
ol.ghid > li > div {
  font-weight: normal;
}
ol.ghid > li ul {
  padding-left: 0px;
  margin-left: -10px;
}
ol.ghid > li ul li ul {
  padding-left: 30px;
  margin-left: -10px;
  margin-bottom: 10px;
}
ol.ghid > li ul > li {
  padding-left: 10px;
}

ol.ghid > li img {
  margin: 5px 0px;
  border: 1px solid #ccc;
}

ol.mainPageText {
  padding-left: 20px;
}

ol.mainPageText li {
  padding: 5px 0px 5px 10px;
}

/*nav.navbar-inverse {*/
/*  background-image: -webkit-linear-gradient(top, #2d6da3 0%, #337ab7 100%);*/
/*  background-image: -o-linear-gradient(top, #2d6da3 0%, #337ab7 100%);*/
/*  background-image: -webkit-gradient(*/
/*    linear,*/
/*    left top,*/
/*    left bottom,*/
/*    from(#2d6da3),*/
/*    to(#337ab7)*/
/*  );*/
/*  background-image: linear-gradient(to bottom, #2d6da3 0%, #337ab7 100%);*/
/*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d6da3', endColorstr='#ff337ab7', GradientType=0);*/
/*  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
/*  background-color: #337ab7;*/
/*  border-bottom: 2px solid #333;*/
/*  border-top: 2px solid #333;*/
/*  border-left: none;*/
/*  border-right: none;*/
/*  border-radius: 0px;*/
/*}*/
/*nav.navbar-inverse .navbar-nav > li > a,*/
/*nav.navbar-inverse .navbar-brand {*/
/*  color: #f5f5f5;*/
/*  !*font-size: 1.2em;*!*/
/*  !*padding: 15px 30px;*!*/
/*  !*padding: 15px 22px;*!*/
/*  font-size: 1.1em;*/
/*  !* padding: 15px 30px; *!*/
/*  padding: 15px 15px;*/
/*}*/
/*nav.navbar-inverse ul {*/
/*  border-right: 1px solid #333;*/
/*}*/
/*nav.navbar-inverse ul li {*/
/*  border-left: 1px solid #333;*/
/*}*/

/*nav.navbar-inverse .navbar-nav > .active > a,*/
/*nav.navbar-inverse .navbar-nav > .active > a:focus,*/
/*nav.navbar-inverse .navbar-nav > .active > a:hover {*/
/*  color: #fff;*/
/*  background-color: #223b51;*/
/*}*/
/*nav.navbar-inverse .navbar-nav > li > a:hover {*/
/*  background-color: #305576;*/
/*}*/

/*nav.navbar-inverse .navbar-nav > .open > a,*/
/*nav.navbar-inverse .navbar-nav > .active > a {*/
/*  background-image: -webkit-linear-gradient(top, #223b51 0%, #223b51 100%);*/
/*  background-image: -o-linear-gradient(top, #223b51 0%, #223b51 100%);*/
/*  background-image: -webkit-gradient(*/
/*    linear,*/
/*    left top,*/
/*    left bottom,*/
/*    from(#223b51),*/
/*    to(#223b51)*/
/*  );*/
/*  background-image: linear-gradient(to bottom, #223b51 0%, #223b51 100%);*/
/*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff223b51', endColorstr='#ff223b51', GradientType=0);*/
/*}*/

/*nav.navbar-other {*/
/*  background-image: -webkit-linear-gradient(top, #eee 0%, #eef 100%);*/
/*  background-image: -o-linear-gradient(top, #eee 0%, #eef 100%);*/
/*  background-image: -webkit-gradient(*/
/*    linear,*/
/*    left top,*/
/*    left bottom,*/
/*    from(#eee),*/
/*    to(#eef)*/
/*  );*/
/*  background-image: linear-gradient(to bottom, #eee 0%, #eef 100%);*/
/*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeee', endColorstr='#ffeef', GradientType=0);*/
/*  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
/*  background-color: #eef;*/
/*  border-bottom: 1px solid #666;*/
/*  border-top: 1px solid #666;*/
/*  border-left: none;*/
/*  border-right: none;*/
/*  border-radius: 0px;*/
/*}*/
/*nav.navbar-other .navbar-nav > li > a,*/
/*nav.navbar-other .navbar-brand {*/
/*  color: #333;*/
/*  font-size: 1.3em;*/
/*  padding: 10px 30px;*/
/*}*/
/*nav.navbar-other .navbar-nav > .active > a,*/
/*nav.navbar-other .navbar-nav > .active > a:focus,*/
/*nav.navbar-other .navbar-nav > .active > a:hover {*/
/*  color: #fff;*/
/*  background-color: #223b51;*/
/*}*/
/*nav.navbar-other .navbar-nav > li > a:hover {*/
/*  color: #fff;*/
/*  background-color: #305576;*/
/*}*/

header .navbar {
  top: 0;
  min-height: 1.3em !important;
  height: -webkit-fit-content !important;
  /*position: absolute;*/
  right: 0;
  /*z-index: 100;*/
  border-radius: 0px;
  color: white;
  margin-bottom: 0;
}

header .nav a {
  color: white;
  /* text-decoration: underline; */
  /* text-underline-position: under; */
}

header .nav a:hover {
  color: black;
  /* text-decoration: underline; */
  /* text-underline-position: under; */
}
header .nav a:after {
  content: ""; /* This is necessary for the pseudo element to work. */
  display: block; /* This will put the pseudo element on its own line. */
  margin: 0 auto; /* This will center the border. */
  width: 98%; /* Change this to whatever width you want. */
  padding-top: 1px; /* This creates some space between the element and the border. */
  /*border-bottom: 1px solid #9d9d9d; This creates the border. Replace black with whatever color you want. */
}
header .nav a:hover:after {
  content: ""; /* This is necessary for the pseudo element to work. */
  display: block; /* This will put the pseudo element on its own line. */
  margin: 0 auto; /* This will center the border. */
  width: 98%; /* Change this to whatever width you want. */
  padding-top: 1px; /* This creates some space between the element and the border. */
  /*border-bottom: 1px solid white; This creates the border. Replace black with whatever color you want. */
}
header .nav .noUnderline:after,
header .nav .noUnderline:hover:after {
  border-bottom: initial;
}
header .nav .noUnderline:hover {
  background-color: transparent;
  color: white;
  cursor: initial;
}

.required {
  color: red;
  font-weight: bold;
  /*font-size: 1em;*/
}
.nume-client {
  position: relative;
  display: block;
  padding: 15px 15px;
  color: #9d9d9d;
}
