/*
 @include triangle within a pseudo element and add positioning properties (ie. top, left)
 $direction: up, down, left, right
*/
.nav li a {
  font-family: 'Roboto', sans-serif; }
  .nav li a:focus, .nav li a:hover {
    text-decoration: none;
    background-color: transparent; }

.navbar-brand {
  float: inherit;
  margin-top: -0.4em; }
  @media (max-width: 40em) {
    .navbar-brand {
      margin-top: -3.1em;
      margin-left: -0.4em; } }
  .navbar-brand img {
    margin-left: 1em; }

.form-control:focus {
  border-color: black;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px #bfbfbf, 0 1px 1px #999999;
  box-shadow: inset 0 0 1px 1px #bfbfbf, 0 1px 1px #999999; }

.panel-group {
  margin-top: 1.5em; }
  .panel-group .panel {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0; }
  .panel-group .panel-default {
    border-color: black; }
    .panel-group .panel-default .panel-heading {
      background: white; }
      .panel-group .panel-default .panel-heading .panel-title a:hover, .panel-group .panel-default .panel-heading .panel-title a:focus, .panel-group .panel-default .panel-heading .panel-title a:active {
        color: #fa2e2e;
        text-decoration: none; }
    .panel-group .panel-default .panel-collapse .panel-body {
      border-top-color: black; }
      .panel-group .panel-default .panel-collapse .panel-body .label-primary {
        background-color: black; }

html, body {
  background-color: white;
  color: black;
  font-family: 'Lato', sans-serif;
  font-weight: 200;
  width: 100%;
  height: 100%; }

.mainContent {
  min-height: 100%;
  position: relative; }

.body {
  padding-bottom: 60px; }

.uppercase {
  text-transform: uppercase; }

.curl {
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, #fff, #f3f3f3 47%, #ddd 18%, #aaa 50%, #bbb 53%, #ccc 61%, #f3f3f3 83%, #fff 100%);
  background: -webkit-linear-gradient(315deg, #fff, #f3f3f3 47%, #ddd 18%, #aaa 50%, #bbb 53%, #ccc 61%, #f3f3f3 83%, #fff 100%);
  background: -moz-linear-gradient(135deg, #fff, #f3f3f3 47%, #ddd 18%, #aaa 50%, #bbb 53%, #ccc 61%, #f3f3f3 83%, #fff 100%);
  background: -o-linear-gradient(135deg, #fff, #f3f3f3 47%, #ddd 18%, #aaa 50%, #bbb 53%, #ccc 61%, #f3f3f3 83%, #fff 100%);
  box-shadow: 1px 1px 1px #a6a6a6;
  transition: all .5s ease; }

.underMenu {
  background: linear-gradient(#404040, #1a1a1a, #404040);
  background: -webkit-linear-gradient(#404040, #1a1a1a, #404040);
  background: -moz-linear-gradient(#404040, #1a1a1a, #404040);
  background: -o-linear-gradient(#404040, #1a1a1a, #404040);
  position: relative;
  min-height: 50px;
  padding: 37px 0;
  max-width: 1210px;
  width: auto;
  margin: 0 auto;
  bottom: -0.3em; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.margin-bottom {
  margin-bottom: 10px; }

.margin-top {
  margin-top: 10px; }

.navbar {
  background: -webkit-linear-gradient(#4d4d4d, black, #4d4d4d);
  color: white;
  margin-left: -15px;
  margin-right: -15px; }

.navbar-toggle {
  border: 1px solid white;
  margin-top: 1.5em; }

.navbar-toggle .icon-bar {
  background-color: white; }

footer {
  background: -webkit-linear-gradient(#4d4d4d, black, #4d4d4d);
  color: white;
  padding: 1rem;
  overflow: hidden; }
  footer span {
    color: #fa2e2e;
    text-shadow: 1px 0 1px #bd0505; }
  footer ul {
    display: inline-flex; }
    footer ul li {
      list-style: none;
      padding: 0 5px; }
      footer ul li a {
        color: white;
        text-decoration: none;
        cursor: pointer; }

.footer {
  display: inline;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%; }

.fixed-width-form {
  width: 410px; }

.underlined {
  position: relative;
  margin: 0 auto;
  color: white;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent; }
  .underlined:after {
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #33ff00;
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: opacity 0.3s, -webkit-transform .3s;
    -moz-transition: opacity 0.3s, -moz-transform .3s;
    transition: opacity 0.3s, transform .3s; }
  .underlined:hover {
    color: #33ff00;
    text-decoration: none;
    background-color: transparent; }
  .underlined:hover::after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

.transit {
  border: 2px solid black;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 0.4em 1.8em;
  height: 52px;
  position: relative;
  z-index: 2;
  display: inline-block;
  font-weight: 700;
  font-size: 1.1em;
  letter-spacing: 4px;
  background: #fff;
  text-transform: uppercase;
  text-align: center;
  color: black;
  margin: 0 10px 0 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none; }

.transit:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: black; }

.transit:hover:before {
  width: 100%; }

.transit:hover {
  color: #33ff00;
  text-decoration: none; }

.transit:focus, a.transit:visited {
  text-decoration: none; }

.colored {
  width: 130px;
  height: 32px;
  padding: 4px 0 0 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: white;
  border: 1px solid black;
  color: black;
  box-shadow: 3px 3px 2px #999999;
  /* @include prefix(appearance,button,webkit);*/ }

.colored:hover {
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  text-align: center;
  background: black;
  border: 1px solid black;
  color: #33ff00;
  box-shadow: 1px 1px 1px #999999;
  cursor: pointer; }

.positive {
  background-color: #33ff00; }

.positive:hover {
  background-color: #29cc00;
  color: black; }

.negative {
  background-color: #bc2323;
  color: white; }

.negative:hover {
  background-color: #fa2e2e;
  color: white; }

.titlu {
  font-size: 6em;
  margin-top: 2em; }
  @media (max-width: 40em) {
    .titlu {
      font-size: 2.2em;
      margin-top: 2em; } }

.content {
  text-align: center;
  margin-top: 10%; }

.flex-center {
  align-items: center;
  display: flex;
  justify-content: center; }

#steag {
  background-image: url(/assets/images/steag-masina.gif);
  width: 50px;
  background-repeat: no-repeat;
  margin-bottom: 0;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  margin-right: -10px; }

#numar {
  border: 3px solid black;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  min-width: 290px; }

.search-bar {
  height: 81px;
  display: flex;
  flex-direction: row;
  justify-content: center; }

#search {
  color: black;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 55px;
  font-variant: titling-caps;
  font-weight: 700;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-align: center;
  height: 72px;
  margin-left: -2px;
  margin-right: -2px;
  width: 100%; }
  @media (max-width: 40em) {
    #search {
      font-size: 50px; } }

#search:focus {
  outline: none; }

.info-numar {
  margin-top: 0; }

table tbody tr.success > th {
  font-size: 1.2em;
  text-align: center; }
table tbody tr th {
  text-align: left; }

#informatii {
  padding-bottom: 2.5em;
  padding-top: 2.5em; }
  #informatii div {
    padding-bottom: 5px; }

.form-area {
  padding: 1px 25px 55px 25px;
  border: 2px solid black;
  box-shadow: 5px 5px 7px #999999;
  margin-top: 40px; }
  .form-area .curl {
    position: relative;
    top: -3px;
    left: -27px; }
  @media (max-width: 40em) {
    .form-area {
      margin-bottom: 35px; } }
  .form-area form h3 {
    margin-bottom: 25px;
    text-align: center; }
  .form-area form input, .form-area form textarea {
    border: 1px solid gray;
    border-radius: none;
    -webkit-border-radius: none;
    -moz-border-radius: none; }

.curl {
  position: relative;
  top: -37px;
  left: 0; }

.underMenu .curl {
  position: relative;
  top: -37px;
  left: 0; }
.underMenu p {
  font-weight: 900;
  font-size: 2em;
  font-family: 'Lato',sans-serif;
  color: white;
  text-shadow: 2px 2px 2px gray;
  padding: 0 0 0 1em;
  margin: -25px 15px -10px; }

.termeniSiConditii {
  font-size: 1.1em; }
  .termeniSiConditii ul li {
    list-style: none;
    padding: 1.5em 0.3em; }
    .termeniSiConditii ul li.title {
      font-size: 1.4em;
      font-weight: 700;
      padding: .5em 1.4em; }

/*# sourceMappingURL=main.css.map */
