/* latin-ext */
@font-face {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url(u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F,
    U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url(cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

body,
div,
a,
span,
h1,
h2,
h3,
h4,
h5,
h6,
label,
p,
li {
  font-family: "Montserrat", sans-serif;
}

body h1 {
  font-size: 34px;
}
body h2 {
  font-size: 27px;
}
body h3 {
  font-size: 23px;
}

h1,
h2,
h3 {
  text-align: center;
  font-weight: bold;
}

label {
  display: inline;
}

a {
  text-decoration: none;
}

h5 {
  font-size: 1.2em;
}

.center {
  text-align: center;
}

footer {
  text-align: center;
  font-size: 1.1em;
  padding: 5px;
  background-color: white;
  border-top: 2px solid #333;
  bottom: 0;
  width: 100%;
  margin-top: 80px;
}

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

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

.spatiere {
  padding-bottom: 10px;
}

.dropdownSpacing {
  display: inline-block;
  width: auto;
  margin-left: 5px;
  margin-right: 5px;
}

.innerBlock {
  border: 1px solid #ccc;
  padding: 5px;
}

html body .input-sm {
  height: 35px;
  font-size: 15px;
}

/*html body input[type=radio]:invalid {
    outline: 1px solid #a94442;
}*/

html body .input-sm:invalid {
  border: 2px solid #a94442;
}

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

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

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

.containerLarge {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

body .tooltip-inner {
  text-align: justify;
  padding: 5px;
}

.error {
  color: #a94442;
}

body table > tbody > tr.backgroundError {
  background-color: #eaafad !important;
}
body table > tbody > tr.backgroundError:hover {
  background-color: #ea9e9c !important;
}

/*************************************************/
.topBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  background-color: #265a88;
  color: white;
  text-align: right;
  width: 100%;
  padding: 0px 25px;
  border-bottom: 2px solid #333;
}

.topBar a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  margin-left: 25px;
}

.topBar a:hover {
  text-decoration: none;
}

.topBar span {
  margin-right: 25px;
}
.topBar span a {
  margin-left: 0px;
  padding: 10px;
}
.topBar span.active a,
.topBar span a:hover {
  background-color: #ffff66;
  color: #000;
}

.right-links {
  display: flex;
}
/*************************************************/

table.statsTable tr > td,
table.statsTable > thead > tr > th,
table.statsTable > tfoot > tr > th {
  vertical-align: middle !important;
  padding: 8px !important;
  text-align: center;
}

table.statsTable tr > td.hLeft,
table.statsTable > thead > tr > th.hLeft {
  text-align: left;
}

.statsPanel {
  display: none;
}

.ghostCell {
  display: none;
}

/** fix for bootstrap-table */
.bootstrap-table div.fixed-table-container {
  border: none;
}
.bootstrap-table div.fixed-table-body {
  height: initial;
}

table.iffyTip200 > tbody > tr > td {
  max-width: 200px !important;
}

.iffytooltip {
  display: inline;
  position: absolute;
}

#iffytooltipDiv {
  display: none;
  width: 30%;
  padding: 5px;
  background-color: #fefefe;
  border: 1px solid #666;
  white-space: pre-wrap; /* CSS3 */
  white-space: -moz-pre-wrap; /* Firefox */
  white-space: -pre-wrap; /* Opera <7 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* IE */
}

body .fixed-table-container table > thead > tr > th > div.th-inner {
  white-space: pre-wrap; /* CSS3 */
  white-space: -moz-pre-wrap; /* Firefox */
  white-space: -pre-wrap; /* Opera <7 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* IE */
  overflow: visible;
}

.minWidth250 {
  min-width: 300px !important;
}

.maxWidth277 {
  width: 277px !important;
  max-width: 277px !important;
}

.minWidth150 {
  min-width: 150px !important;
}

/*#registeredCandidatesTable.table td span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
}*/
.iffyTip {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

a:not([href]) {
  cursor: pointer;
  cursor: hand;
}

#specialConditionOptions {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.row11 {
  /*background-color: #c6d7e9 !important;*/
  background-color: #d4e1ee !important;
}
.row11:hover,
.row12:hover,
.row21:hover,
.row22:hover {
  font-weight: bold;
}
.row12 {
  background-color: #e2ebf4 !important;
}
.row21 {
  /*background-color: #d5d7d9 !important;*/
  background-color: #f6f6f6 !important;
}
.row22 {
  background-color: #ffffff !important;
}

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

.stare_initiat,
.stare_in_curs_de_verificare,
.stare_necesita_corecturi,
.stare_finalizat {
  color: white;
  font-weight: bold;
  padding: 3px;
}
.stare_initiat {
  background-color: #ff5733;
}
.stare_in_curs_de_verificare {
  background-color: #cec500;
}
.stare_necesita_corecturi {
  background-color: #e26d5a;
}
.stare_finalizat {
  background-color: #198c19;
}

.optiune-div,
.confirma-optiune-btn {
  padding: 10px 10px;
  border-radius: 5px;
  /* display: inline-block; */
  text-align:center;
  /* min-width: 179px; */
  margin-top: 5px;
}

.optiune-div-legenda{
  display: inline-flex;
  /*width: 100%;*/
  padding: 10px 10px;
  /*margin-right: 10px;
  margin-bottom: 20px;*/
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  min-width:179px;
  flex: 1;
  margin: 5px;
}

.stare_optiune2_in_concurs {
  color: #333333;
}

.stare_optiune2_retras,
.stare_optiune2_respins {
  color: #e26d5a;
}

.stare_optiune2_admis {
  color: #b4ab00;
}

.stare_optiune2_inmatriculat {
  /*color: #198c19;*/
  color: #0cd50c;
}

.stare_optiune_in_concurs {
  background-color: #cccccc;
  align-items: flex-start;
}

.stare_optiune_retras,
.stare_optiune_respins {
  background-color: #e26d5a;
}

.stare_optiune_admis {
  background-color: #cec500;
}

.stare_optiune_inmatriculat {
  background-color: #198c19;
  color: white;
  font-size: 16.5px;
}

.stare_optiune_caz_extra {
  background-color: orange;
}

.wrapper-area {
  display: flex;
  flex-direction: row;
}

.wrapper-area .left-area,
.wrapper-area .right-area {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.left-area .row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.carousel {
  height: 300px;
}

.item,
.carousel-inner,
.carousel-inner img {
  height: 100%;
  width: auto;
}

.box-confirmare-stare-dosar {
  background: linear-gradient(-45deg, #00ffe7, #0602f3);
  background-size: 400% 400%;
  padding: 15px;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  flex-direction: column;
  border-radius: 5px;
  animation: gradient 15s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.custom-warning {
  text-align: center;
  color: black;
  background-color: #ffff1b;
  padding: 17px;
}

.custom-error {
  text-align: center;
  color: white;
  background-color: #880e00;
  padding: 17px;
}

.custom-padding {
  padding: 0px 13px;
}

/*
  .container-fluid{

  }
}*/

body .navbar-inverse .navbar-nav>li>a {
  color: #eee;
}

body .navbar-inverse .navbar-nav>li>a.accent {
  background-color: #920404;
}
body .navbar-inverse .navbar-nav>li.active>a.accent {
  background-color: #660101;
  background-image: none;
}

/* acccordion */
.panel {
  border: 1px solid #ccc;
  border-radius: 1px;
}
.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
  content: "\e114"; /* adjust as needed, taken from bootstrap.css */
  float: right; /* adjust as needed */
  color: grey; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}
/*h3 {
  padding-bottom: 20px;
}*/
.panel-heading .accordion-toggle {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  color: #337ab7;
}
.panel-title {
  font-size: 1.1em;
}
/*.panel-body {
  background-color: #edf0f5;
}*/