/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
   background: #C6C6C6;
   font-family: 'Ubuntu', sans-serif;
   padding-top: 0;
}

.login-essence {
   background-image: url("/static/images/background-2400x1800.jpg");
   font-family: 'Ubuntu', sans-serif;
   padding-top: 0;
   background-attachment: fixed;
   background-color: grey;
   background-position: 30% 25%;
   background-repeat: no-repeat;
   background-size: cover;
   display: table;
   width: 100%;
}

html, body {
   height: 100%;
   margin: 0;
   padding: 0 !important;
}
.navbar, .navbar-header {
   height: 70px !important;
   min-height: 70px !important;
   border-bottom: 1px solid #000;
}
.navbar{
  margin-bottom: 0px;
  border: 0px solid transparent;
  border-radius: 0;
}
a.navbar-brand, a.navbar-brand:link, a.navbar-brand:visited {
   color: #fff;
   font-size: 44px;
   padding: 0;
   text-decoration: none;
   margin-top: 10px;
}
.navbar-brand>img {
   display: inline;
   margin-right: 20px;
}
.navbar-inverse
{
    background-image: none;
}
.navbar-inverse .navbar-brand {
    color: #FFF;
}

.console-header{
  background: url(../img/logo-essence-40x50.png) top left no-repeat;
    background-size: 24px 30px;
    height: 50px;
    line-height: 30px;
    background-position: 10px 10px;
    font-size: 30px;
}

.console-header a.console-brand{
  padding: 10px 10px 10px 40px;
  display: inline-block;
  width: 250px;
}

.console-header a.console-brand, .console-header a.console-brand:link, .console-header a.console-brand:visited, .console-header a.console-brand:active{
  color: white;
  text-decoration: none;
}

.logged-user{
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 0px;
  top: 0;
  padding-right: 100px;
}

.station-search-form{
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    width: 600px;
    position: relative;
}

.station-search-form:after{
  content: "\e003";
    position: relative;
    top: 10px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 10px;
    font-size: 20px;
}

.md-virtual-repeat-container.md-autocomplete-suggestions-container{
  max-height: 450px !important;
}

.md-autocomplete-suggestions li a{
  padding: 2px 0;
  line-height: 20px;
}

.md-autocomplete-suggestions-container.md-default-theme li a .highlight, .md-autocomplete-suggestions-container li a .highlight {
    color: inherit;
    font-weight: bold;
}

.md-autocomplete-suggestions a img{
  padding-right: 10px;
  padding-top: 5px;
}

.station-search-form md-autocomplete button{
  background: rgb(250,250,250);
  z-index: 3;
}

.md-autocomplete-suggestions a:link, .md-autocomplete-suggestions a:visited, .md-autocomplete-suggestions a:active, .md-autocomplete-suggestions a {
    text-decoration: none;
}

img.mobile-user {
   width: 20px;
   height: 20px;
   margin-right: 10px;
}
.thumbnail {
   width: 180px;
   height: 180px;
   margin-right: 10px;
}

h1, h2, h3, h4, h5, h6 {
   font-family: 'Ubuntu', sans-serif;
}
h1 {
   color: #FF6D02;
}
h2, .h2 {
    font-size: 26px;
}
a:link, a:visited, a:active {
   color: #2B2B2D;
   text-decoration: underline;
}
a.btn:link, a.btn:visited, a:active {
    color: #fff;
    text-decoration: none;
}
a:hover, a:focus {
   text-decoration: none;
}

#main-content-container{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.main-content {
    background: #fff;
    flex: 1;
    padding: 20px;
}

#queue {
   background: #2B2D2D;
   color: #E0E0E0;
   width: 275px;
   padding: 5px;
}

#queue h2 {
   font-size: 24px;
   font-weight: 200;
   color: #fff;
}
#indicator {
   margin-top: 20px;
   width: 55px;
   height: 32px;
   padding-left: 22px;
   margin-right: 22px;
   padding-top: 10px;
   background: url(../img/icn-tickets-32x32.png) no-repeat;
}
#indicator .badge {
   background-color: #FF6D05;
   font-size: 14px;
   font-weight: 300;
}

#tickets-list {
   transition: opacity 0.5s;
   border-bottom: solid 24px #7F7F7F;
   margin-bottom: 10px;
   color: #2B2D2D;;
}
#tickets-list.inactive {
   opacity: 0.5;
}
#tickets-list.active {
   opacity: 1;
}

.ticket {
   position: relative;
   border-radius: 0;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   background: #E0E0E0;
   border: none;
   margin-bottom: 4px;
}
.ticket.in_review {
   background: #ECFAFB;;
}

.ticket h3 {
   font-size:16px;
   margin:0;
   font-weight: bold;
   padding-left: 24px;
   padding-top: 2px;
   line-height: 19px;
   opacity: 1;
}

.ticket h3.station_creation {
   background: url(../img/icn-ticket-station-new-22x22x.png) top left no-repeat;
}
.ticket h3.location {
   background: url(../img/icn-ticket-station-move-22x22x.png) top left no-repeat;
}
.ticket h3.gas_type {
   background: url(../img/icn-ticket-station-work-22x22x.png) top left no-repeat;
}
.ticket h3.source_dup {
   background: url(../img/icn-ticket-station-work-22x22x.png) top left no-repeat;
}
.ticket .country-name {
   color: #7F7F7F;
   background: url(../img/icn-localization-14x20.png) top left no-repeat;
   padding-left: 18px;
}
.ticket h3 span {
   float: right;
}
.ticket .panel-heading {
   background-image: none;
   background-color: transparent;
   border: none;
   color: #2B2D2D;
   padding: 8px 10px;
}
.ticket .panel-body {
   padding: 0 10px;
}

.ticket .tickets-counter {
   display: block;
   float: right;
   margin: 0 5px;
}
.ticket .tickets-counter.rejected {
   color: #F21919;
}
p.trust {
   color: #29AA0E;
   font-size: 18px;
}

.ticket .ticket-link {
   position: absolute;
   top: 0;
   display: block;
   width: 100%;
   height: 100%;
}

.ticket:nth-child(15):after {
   display: block;
   content: 'Pending...';
   background-color: #2B2D2D;
   color: #E0E0E0;
   padding: 10px 0;
   font-weight: 300;
   font-size: 14px;
}

#user-history.hidden {
   height: 0;
}

.user-infos img {
   width: 60px;
   height: 60px;
}

#lng-switcher ul.dropdown-menu {
   padding-left: 10px;
}

.fake-title {
   font-size: 2em;
   font-weight: bold;
}

#inactive-msg {
   position: absolute;
   top: 40%;
   background: #fff;
   border: solid 3px #000;
   padding: 20px;
   transition: opacity 0.5s;
   display: block;
}

#inactive-msg.unvisible {
   opacity: 0;
   top: 900%;
   display: none;
}

#map {
   width: 100%;
   height: 320px;
}

.legend img {
   vertical-align: bottom;
}

.registration legend {
     color: #fff;
     font-size: 26px;
     text-align: center;
}

.registration label {
     color: #fff;
     font-size: 17px;
}
.registration .formset {
   max-width: 480px;
   margin: 40px auto;
   padding: 4px 10px;

}
.registration h1 {
   text-align: center;
   font-size: 24px;
   font-weight: 600;
}

.registration .btn-transparent
{
    background-color: rgba(255, 255, 255, 0.5) !important;
   background-position: 5% 50%;
   background-repeat: no-repeat;
   border: medium none !important;
   border-radius: 0;
   color: white;
   font-size: 16px;
   height: 60px;
   margin: 0;
   padding: 0 10px;
}

.registration .btn-login
{
    background-color: #ff6d00 !important;
    text-transform: uppercase;
}
.registration .lost-password a
{
    color: #fff;
}

.form-login
{
    background-color: rgba(0, 0, 0, 0.5) !important;
    padding: 20px;
    border-radius: 4px;
}

.form-login p,
.form-login p a
{
    color: #fff;
}

.form-login .errorlist
{
    padding-left: 0;
    margin-left: 0;
}
.form-login .errorlist li
{
    list-style: none;
    color: #f55a4e
}

.login-essence .navbar-toggle
{
    display: none;
}

input[type=text], input[type=password] {
   background-color: #EDEDED;
   border: solid 1px #2B2B2D;
   font-family: 'Ubuntu', sans-serif;
   font-size: 18px;
}
label {
   font-weight: 400;
   font-size: 14px;
   color: #747475;
   margin-top: 2px;
}
div.labeler {
   text-align: right;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
   background-color: #FF6D02;
   background-image: none;
   border: none;
   border-radius: 0;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   font-weight: 300;
   font-size: 18px;
   text-shadow: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
   background-color: #F98D3C;
   outline: none;
}

.btn-accept, .btn-accept:hover, .btn-accept:focus, .btn-accept:active {
  background-color: #29AA0E;
}

.btn-accept:hover, .btn-accept:focus, .btn-accept:active {
   background-color: #299413;
   outline: none;
}

.registration .btn-primary {
   display: block;
   margin: 6px 0;
   font-size: 14px;
}
.registration .btn-primary.larger {
   font-size: 18px;
}
.registration input {
   margin: 0 0 6px;
}

footer {
    text-align: center;
    background: #2B2D2D;
    font-size: 18px;
    color: rgb(127, 127, 127);
    padding: 6px;
}
.login-essence footer
{
    text-align: center;
    background: none;
    color: #fff;
}

footer p {
   margin: 0;
}

#sources-table .fixed {
    width: 408px;
    float: left;
}
.source-col {
    width: 130px;
    min-height: 30px;
    float: left;
    margin: 0 3px;
}
#sources-table .scrolled {
    position: relative;
    float: left;
    width: 500px;
}
input.source-value {
    width: 130px;
}
#sources-table .wrapper {
    width: 1200px;
}

#id_rej_reason {
    width: 800px;
    height: 120px;
}

.loading-gears{
  padding: 50px;
  text-align: center;
}

.compat_link{
  padding-bottom: 10px;
  display: block;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

:focus {
    outline: none;
}

.md-autocomplete-suggestions a:link, .md-autocomplete-suggestions a:visited, .md-autocomplete-suggestions a:active, .md-autocomplete-suggestions a{
  display: block;
}

.white-space-pre{
  white-space: pre;
  word-break: break-word;
}
