html{
  scroll-padding-top:160px; /* fix scroll anchors under header */
}

body {
  font-family: sans-serif;
  font-size: 14px;
}

.sep {
  color: white;
  padding: 0 5px 0 5px;
}

.mic {
  font-size: 10px !important;
}

.mic * {
  font-size: 10px;
}

.mediu, .f12 {
  font-size: 12px !important;
}

.mediu *, .f12 * {
  font-size: 12px;
}

.f14 {
  font-size: 14px !important;
}

.f14 * {
  font-size: 14px;
}

.mare {
  font-size: 16px !important;
}

.mare * {
  font-size: 16px;
}

.fixed12 {
  font: 12px 'courier new';
}

.lh30px {
  line-height: 30px;
}

.lh150 {
  line-height: 150%;
}

.u {
  text-decoration: underline;
}

.uu {
  text-decoration: none;
}

.uu:hover {
  text-decoration: none;
}

.uu A {
  text-decoration: none;
}

.b {
  font-weight: bold;
}

.ub {
  font-weight: normal !important;
}

.i {
  font-style: italic;
}

.algnc {
  text-align: center !important;
}

table.algnc thead tr th, table.algnc tbody tr td {
  text-align: center !important;
}

.algnl {
  text-align: left !important;
}

.algnr {
  text-align: right !important;
}

.vmiddle, table.vmiddle td {
  vertical-align: middle !important;
}

.auto {
  width: auto;
}

.arial {
  font-family: Arial, Verdana;
}

.nowrap {
  white-space: nowrap;
}

.err, .red {
  color: #C00 !important;
}

.lightred {
  color: #F00 !important;
}

.pink {
  color: hotpink !important;
}

.green {
  color: #080 !important;
}

.blue {
  color: #00F !important;
}

.purple {
  color: #CC00CC !important;
}

.lblue {
  color: #007FFF !important;
}

.gri {
  color: #CCC !important;
}

.gri0 {
  color: #AAA !important;
}

.gri1 {
  color: #999 !important;
}

.gri2 {
  color: #777 !important;
}

.gri3 {
  color: #555 !important;
}

.black {
  color: #000 !important;
}

.brown {
  color: brown !important;
}

.orange {
  color: orangered !important;
}

.grid-view div.summary {
  text-align: left;
  font-size: 12px;
}

.grid-view div.pager {
  width: auto;
  text-align: left;
}

.grid-view div.pager ul.yiiPager {
  width: auto;
}

.grid-view table.items {
  width: auto;
}

.grid-view table.items th {
  text-align: left;
  vertical-align: top;
}

.grid-view td {
  vertical-align: top;
}

.grid-view-auto table.items td {
  font-size: 12px;
}

.grid-view-auto table.items {
  width: auto;
}

.scrollable-container {
  width: auto;
  border: 1px solid #CCCCCC;
  /* above is decorative or flexible */
  position: relative; /* could be absolute or relative */
  padding-top: 30px; /*height of header*/
  font-size: 13px;
}

.scrollable-container-inner {
  padding: 0;
  overflow-y: auto;
  height: 100%;
}

.scrollable-container .header-background {
  background: url("images/bg.gif") repeat-x scroll left top;
  height: 45px; /* height of header */
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.scrollable-container-inner table {
  width: 100%;
  overflow-y: auto;
  margin-top: -30px;
}

.scrollable-container-inner tbody td {
  padding: 3px;
}

.scrollable-container .th-inner {
  position: absolute;
  top: 0;
  line-height: 120%;
  text-align: center;
  padding: 5px;
  margin-left: -5px;
  height: 45px;
}

.scrollable-container th {
  height: 45px;
}

.columns {
  -moz-column-count: 4; /* Firefox */
  -webkit-column-count: 4; /* Safari and Chrome */
  column-count: 4;
  -moz-column-gap: 40px; /* Firefox */
  -webkit-column-gap: 40px; /* Safari and Chrome */
  column-gap: 40px;
}

.columns p {
  margin: 0;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

.dQuiz {
  margin: 20px 0 100px 100px;
}

.dQuiz label {
  font-weight: normal;
}

/* BEGIN modul admitere */
.marginT5 {
  margin-top: 5px !important;
}

.marginT10 {
  margin-top: 10px !important;
}

.marginT15 {
  margin-top: 15px !important;
}

.marginB0 {
  margin-bottom: 0px !important;
}

.marginB5 {
  margin-bottom: 5px !important;
}

.marginB15 {
  margin-bottom: 15px !important;
}

.marginT50 {
  margin-top: 50px !important;
}

.marginL5 {
  margin-left: 5px !important;
}

.marginL15 {
  margin-left: 15px !important;
}

.marginL30 {
  margin-left: 30px !important;
}

.marginL40 {
  margin-left: 40px !important;
}

.margin5 {
  margin: 5px;
}

.paddingT15 {
  padding-top: 15px !important;
}

.paddingT10 {
  padding-top: 10px !important;
}

.paddingB5 {
  padding-bottom: 5px !important;
}

.padding10 {
  padding: 10px !important;
}

.lh30 {
  line-height: 30px;
}

.lh100 {
  line-height: 100%;
}

.dpLink {
  cursor: pointer;
}

.floatLeft {
  float: left !important;
}

.floatRight {
  float: right !important;
}

/* BEGIN dropdown menu */
.dropdown-menu {
  min-width: 330px;
  margin: 0px;
  padding: 10px 10px 10px 0;
}

.dropdown-menu > div {
  float: left;
  text-align: left;
  margin-left: 15px;
}

.dropdown-menu > div > li {
  padding-left: 5px;
}

.dropdown-menu > li > a {
  display: inline;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

#top_ddMenu {
  text-align: center;
  margin-top: 5px;
}

#top_ddMenu > ul.nav {
  display: inline-block;
}

/* END dropdown menu */

.header-link {
  padding: 5px;
}

.clearfix {
  clear: both !important;
}

.form-group {
  position: relative;
}

.form-group .bg-danger {
  position: absolute;
  top: 55px;
  left: 0px;
  font-size: 10px;
  z-index: 1;
  padding-top: 10px;
  padding-left: 2px;
  padding-right: 2px;
  background-image: url('images/up-arrow.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  max-width: 213px;
}

div#User_sex_em_ {
  top: 22px;
}

.form-group .bg-dangerBig {
  bottom: -30px;
  top: inherit;
}

form#signup, form#login-form {
  padding: 30px 100px 100px 100px;
}

#header {
  position: fixed;
  padding-top: 5px;
  border-bottom: 1px solid #cccccc;
  background-color: #FFFFFF;
  border-right: 1px solid #3399F5;
  width: inherit;
  z-index: 1040;
}

.container {
  background: #EBF5FF;
  border-left: 1px solid #3399F5;
  border-right: 1px solid #3399F5;
  padding-right: 30px;
  padding-bottom: 30px;
}

.footer {
  position: fixed;
  bottom: 0;
  background: white;
}

.ui-accordion-content {
  min-height: 650px;
  overflow-x: scroll;
  padding-bottom: 30px;
}

.list-group {
  margin-bottom: 2px;
}

.list-group-item {
  padding: 3px 15px 5px 15px;
}

.modalFullHeight .modal-dialog {
  height: 90%;
}

.modalFullHeight .modal-content {
  height: 100%;
}

.modalFullHeight .modal-header {
  min-height: 45px;
  height: 10%;
}

.modalFullHeight .modal-body {
  padding: 0px 0px 10px 0px;
  height: 90%;
}

.modal-body iframe, .panel-body iframe {
  height: 100%;
  width: 100%;
  border: none;
}

select.ui-datepicker-year {
  color: black !important;
}

.listaInscriere {
  border: 1px solid #CCC;
  padding: 5px;
}

.boxo {
  border: 1px solid #3DBDFF;
  background: #FFEFE7;
  padding: 10px;
}

DIV.err, .redbx {
  border: 1px solid #c00;
  background: #FFDFDF;
  padding: 5px;
  color: #c00;
}

.ic_align {
  vertical-align: text-bottom;
}

.content {
  padding-top: 250px;
  padding-left: 15px;
  min-height: 600px; /* de găsit altă soluție, există pagini scurte... */
}

.currentUser {
  clear: both;
}

#copyright.container {
  min-height: 30px;
  padding-bottom: 10px;
}

.infoGenBox {
  padding: 10px 10px 10px 10px;
  margin-bottom: 20px;
  color: black;
  background-image: linear-gradient(to bottom, #6694ff 0, #ebf1ff 100%);
}

.infoGenBox h3 {
  margin-top: 2px;
}

.introAdmitere li {
  /*color: #428bca;*/
}

.linkIndisponibil {
  color: darkgray;
}

.acteNecesareWarning {
  padding: 5px;
}

.preinscriereStatusBox {
  padding: 15px;
}

.preinscriereStatusBox a {
  padding-left: 8px;
}

.breadcrumbCustom {
  margin: 0;
}

.breadcrumbCustom > li {
  display: inline-block;
  padding-right: 5px;
}

ul.breadcrumbCustom {
  padding-left: 0px;
}

span.move {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  margin-right: 25px;
  cursor: move;
}

input#toggleTaxa2Buget {
  height: 21px;
}

div#modalInscriere .modal-header {
  cursor: move;
}

a.block {
  display: block;
}

.borderGrey1 {
  border: 1px solid #CCC;
}

.text-success {
  color: green;
}

.text-warning {
  color: orange;
}

.alert {
  padding: 7px;
}

.alert-yell {
  background-image:-webkit-linear-gradient(top,#ffc552 0,#f7b42d 100%);
  background-image:linear-gradient(to bottom,#ffc552 0,#f7b42d 100%);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc552', endColorstr='#f7b42d', GradientType=0);
  border-color:#f5e79e;
}

.inline {
  display: inline;
}

a.disabled {
  color: darkslategray;
}

div.checkbox, div.radio {
  margin-top: 3px !important;
  margin-bottom: 2px !important;
}

div.radio {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 20px !important;
}

div.radio label {
  margin-bottom: 1px !important;
}

/*#selectLimbaMaterna {
  margin-top
}*/

/*
 * aisebastian, 10.06.2014
 * penrtu Admitere/admin/candidati
 */
.rolReadonly {
  color: #ff7777;
}

#changePass .form-control {
  width: 300px;
}

#debugArea {
  z-index: 1000;
  display: inline-block;
  background-color: #dff0d8;
  border: 1px solid #999;
  padding: 5px;
  font-size: 10px;
}

.infoSuplimentareInscriere {
  padding: 10px;
}

#mediiLiceuCopy {
  margin-top: 8px;
}

#demoSelectareDomenii {
  margin-top: 50px;
  border: blue solid 1px;
  margin-right: 30px;
}

.input-inline {
  width: auto;
  display: inline;
}

.input-short {
  width: 65px;
}

.loading_elem {
  background-color: #eee;
  background-image: url('/images/system/loader.gif');
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .8;

  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

body.loading {
  overflow: hidden;
}

body.loading .loading_elem {
  display: block;
}

.offlineIndicator {
  font-size: 20px;
}

.stat2Fac {
  font-size: 12px;
}

.stat2Fac td, .stat2Fac th {
  padding: 5px;
  max-width: 100px;
}

.gridButtonColumn .btn {
  margin: 2px;
}

td.gridButtonColumn {
  vertical-align: top;
}

#candidatiGrid td {
  vertical-align: top;
}

#statisticiInscrieriGlobal {
  max-width: 600px;
}

#stadiuInscrieriAdminTotaluri td {
  padding: 2px;
  padding-right: 20px;
}

.bgCol1 {
  background-color: #F2D3F5;
}

.bgCol2 {
  background-color: #E8F5D3;
}

.bgCol3 {
  background-color: #F5DECF;
}

.pager .previous a, .pager .next a {
  margin-left: 5px;
  margin-right: 5px;
}

.inputMic {
  width: 50px;
}

#filters label {
  font-size: 12px;
}

.pager .previous, .pager .next {
  display: none;
}

.mypinstyle {
  background-color: white;
  border: 1px solid black;
  color: blue;
  padding: 10px;
}

.VEAPI_Pushpin {
  text-decoration: none;
  text-align: center;
}

#myMap {
  position: relative;
  height: 400px;
  width: 400px;
}

.underline {
  text-decoration: underline;
}

.bg-admis {
  background-color: greenyellow;
}

.bg-green {
  background-image: none; !important;
  background-color: limegreen;
}

.headerTabel {
  background-color: #770039;
  color: white;
}

.text-red {
  color: #c00;
}

.etapaBox {
  padding: 10px 10px 10px 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: black;
}

.etapaVeche.etapaBox, .etapaVeche .alert-danger {
  border: 1px #d3d3d3 solid;
  color: #888888;
}

.etapaCurenta {
  border: 3px solid green;
}

.etapaViitoare {
  border: 1px solid blue;
}

.calendarSus {
  text-align: right;
  width: 100%;
}

.detaliiDosar {
}

.detaliiDosar td {
  vertical-align: top;
}

#candidatiGrid #candidatiGrid_c2 {
  min-width: 110px;
}

#cautareCNP {
  width: 100%;
}

#cautareCNP input.form-control, #cautareCNP label {
  /*display: inline;*/
  float: left;
  width: auto;
}

#adminLog_c2 {
  max-width: 200px;
}

#locuriFacultati td {
  vertical-align: top;
}

.navbar-nav > li > a {
  padding: 2px;
  margin-left: 5px;
  margin-right: 5px;
  width: auto;
}

#myname {
  margin-top: 2px;
}

#header .dropdown-menu {
  min-width: 0px !important;
}

.navbar {
  min-height: 0px !important;
  margin-bottom: 2px;
}

tr.bordtop td {
  border-top: 1px solid #ccc !important;
}

div.bordtop {
  border-top: 1px solid #ccc !important;
}

.cautareRezultat {
  margin-top: 5px;
}

.grid-grile table.items img {
  max-width: 300px;
}

.fileUpload {
  position: relative;
  overflow: hidden;
}

.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  display: none !important;
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block !important;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

ul li {
  margin-top: 5px;
}

div.hover:hover {
  background-color: #E7E7FF;
}

.doc_stare span {
  /*margin: 20px;*/
  padding: 5px 10px 5px 10px;
}

.doc_stare_analiza {
  border: 1px solid #C897DC;
  color: #C897DC; /*#BEB7DC;*/
}

.doc_stare_inlocuire {
  border: 1px solid #DC97CC;
  color: #DC97CC;
}

.doc_stare_inlocuit {
  border: 1px solid #3DDC96;
  color: #3DDC96;
}

.doc_stare_respins {
  border: 1px solid #DC3D80;
  color: #DC3D80;
}

.doc_stare_acceptat {
  border: 1px solid #97DCA7;
  color: #97DCA7;
}

textarea.doc_obs {
  width: 280px;
  height: 45px;
  vertical-align: top;
  font-size: 12px;
}

.ascuns {
  background-color: yellow;
  border: 1px solid red;
}

.floating-link:hover {
  border: 2px solid orange;
  border-radius: 5px;
}

.triad-fac {
  color: blue;
  font-weight: bold;
}

.triad-dom {
  color: black;
  font-weight: bold;
}
.triad-catB {
  color: green;
  font-weight: bold;
}
.triad-catTx {
  color: red;
  font-weight: bold;
}
.triad-detalii {
  color: #888888;
  font-size: 12px;
}

/* END modul admitere */

@-moz-keyframes blink {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}} /* Firefox */
@-webkit-keyframes blink {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}} /* Webkit */
@-ms-keyframes blink {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}} /* IE */
@keyframes blink {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}} /* Opera and prob css3 final iteration */
.blink {
  /*border:1px solid #000;*/
  -moz-transition:all 0.5s ease-in-out;
  -webkit-transition:all 0.5s ease-in-out;
  -o-transition:all 0.5s ease-in-out;
  -ms-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
  /* order: name, direction, duration, iteration-count, timing-function */
  -moz-animation:blink normal 1s infinite ease-in-out; /* Firefox */
  -webkit-animation:blink normal 1s infinite ease-in-out; /* Webkit */
  -ms-animation:blink normal 1s infinite ease-in-out; /* IE */
  animation:blink normal 1s infinite ease-in-out; /* Opera and prob css3 final iteration */
}