@import url(//fonts.googleapis.com/css?family=Economica:400,700|Yanone+Kaffeesatz:400,300,700|Open+Sans+Condensed:300,300italic,700);
/* General Demo Style */
/*
 * colors:
 * albastru fundal: #646d76;
 * albastru light link-uri text/fa-icons: #aaccff;
 * albastru inchis - topbar #1d3e56;
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*generale*/
body,
html {
  font-size: 100%;
  padding: 0;
  margin: 0;
}
body {
  font-family: 'Economica', sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
body.fundal-1 {
  background: #646d76;
  background-image: url("../img/noise.png"), url("../img/fundaluri/1_1.jpg");
  background-repeat: repeat, repeat;
  background-position: center top;
  background-size: auto, auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans Condensed', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.txt-central {
  text-align: center;
}
a {
  color: #f0f0f0;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #ffffff;
}
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* formulare */
.form-control select {
  background-color: rgba(0, 0, 0, 0.9);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.input-group {
  margin-bottom: 10px;
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
  width: 100%;
}
.convertor .form-control option {
  color: #000000;
}
body .uneditable-input,
body textarea,
body input[type="text"],
body input[type="password"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="date"],
body input[type="month"],
body input[type="time"],
body input[type="week"],
body input[type="number"],
body input[type="email"],
body input[type="url"],
body input[type="search"],
body input[type="tel"],
body input[type="color"] {
  -webkit-appearance: none !important;
  color: #717171;
  outline: 0;
  padding: 8px 14px 3px 14px !important;
  line-height: 1.4em;
  font-size: 1em;
  vertical-align: top;
  background-color: #fafafa;
  min-height: 37px;
  filter: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ececec;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
form .input-group input,
form .input-group textarea,
form .input input,
form .input textarea,
form .tinymce-editor textarea {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border: 0 !important;
  -webkit-border-radius: 4px 0 0 4px !important;
  -moz-border-radius: 4px 0 0 4px !important;
  -ms-border-radius: 4px 0 0 4px !important;
  -o-border-radius: 4px 0 0 4px !important;
  border-radius: 4px 0 0 4px !important;
  color: #fff !important;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}
form .input input,
form .input textarea,
form .tinymce-editor textarea {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border-radius: 4px !important;
}
form .input-group.captcha {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border: 0 !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border-radius: 4px !important;
}
.captcha img {
  -webkit-border-radius: 4px 0 0 4px !important;
  -moz-border-radius: 4px 0 0 4px !important;
  -ms-border-radius: 4px 0 0 4px !important;
  -o-border-radius: 4px 0 0 4px !important;
  border-radius: 4px 0 0 4px !important;
}
form .input-group input#Captcha-input {
  background-color: transparent !important;
  color: #fff;
}
.fisier.input-group {
  position: relative;
  background-color: rgba(0, 0, 0, 0.2) !important;
  -webkit-border-radius: 4px 4px 4px 4px !important;
  -moz-border-radius: 4px 4px 4px 4px !important;
  -ms-border-radius: 4px 4px 4px 4px !important;
  -o-border-radius: 4px 4px 4px 4px !important;
  border-radius: 4px 4px 4px 4px !important;
}
.fisier.input-group input[type="file"] {
  background: none;
  background-color: transparent !important
  position:absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-border-radius: 4px 4px 4px 4px !important;
  -moz-border-radius: 4px 4px 4px 4px !important;
  -ms-border-radius: 4px 4px 4px 4px !important;
  -o-border-radius: 4px 4px 4px 4px !important;
  border-radius: 4px 4px 4px 4px !important;
}
body #loginForm input[type="text"].cod {
  padding: 8px 2px 3px 4px !important;
}
body .input-group .input-group-addon {
  border: 1px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #fff;
}
form .input-group .input-group-addon {
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0 4px 4px 0 !important;
  -moz-border-radius: 0 4px 4px 0 !important;
  -ms-border-radius: 0 4px 4px 0 !important;
  -o-border-radius: 0 4px 4px 0 !important;
  border-radius: 0 4px 4px 0 !important;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}
.form-control {
  background-color: rgba(0, 0, 0, 0.3);
  border: 0;
  color: rgba(255, 255, 255, 0.8);
  -webkit-font-smoothing: antialiased;
}
form.formular div.input {
  margin: 10px 0;
}
.form-control::-moz-placeholder,
#Captcha-input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
#Captcha-input:-ms-input-placeholder {
  color: #fff;
}
.form-control::-webkit-input-placeholder,
#Captcha-input::-webkit-input-placeholder {
  color: #fff;
}
.link.fa-icon.fa-icon-times-circle-o.text-danger {
  display: none;
}
.selectie {
  cursor: pointer;
}
#container-formular {
  max-width: 250px;
  min-width: 250px;
}
.errors-container,
div#error {
  background-color: red;
  padding: 10px;
  margin: 15px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
ul.errors li {
  color: red;
  font-weight: bold;
}
.detalii {
  background-color: #ffffff;
}
.panou-meniu {
  z-index: 999;
  height: 100vh;
  margin-top: 50px;
}
.panou-principal {
  margin-top: 50px;
}
.panou-stanga {
  padding: 0;
}
.breadcrumbs {
  font-size: 0.9em;
  margin: 15px 0;
  color: #aaccff;
  text-align: left;
}
.breadcrumbs a {
  text-decoration: none;
  font-weight: 700;
  color: #aaccff;
}
/* pagina login */
.panou-login {
  margin-top: 20px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  color: #fff;
}
/* elemente generale meniu */
.nav > li > a:hover,
.nav > li > a:focus {
  color: #000000;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #000000;
}
/* harta */
#harta {
  height: 600px;
  border: none;
  margin-bottom: 10px;
}
/* media queries */
/* extra small */
@media screen and (max-width: 767px) {
  .table-responsive {
    border: none;
    overflow-y: hidden;
    overflow-x: scroll;
    width: 100%;
  }
  .panou-meniu {
    height: 100%;
  }
  .panou-principal {
    margin-top: 10px;
  }
}
/* small */
/* ipad2 */
/* telefoane vertical si orizontal si tablete vertical */
@media screen and (max-width: 992px) {
  .navbar-nav {
    margin: 0;
  }
}
/* medium */
/* large */
