/* OPEN SANS FONT */
@font-face {
  font-family: Open-Sans;
  src: url('fonts/OpenSans-Regular.ttf');
}
@font-face {
  font-family: Open-Sans;
  src: url('fonts/OpenSans-Semibold.ttf');
  font-weight: bold;
}
@font-face {
  font-family: Open-Sans;
  src: url('fonts/OpenSans-Light.ttf');
  font-weight: 300;
}
* {
   font-family: Open-Sans;
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
   margin: 0;
   padding: 0;
}
html, body {
  font-family: Open-Sans;
  font-size: 16px;
  background-color: #ecf0f1;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}
body:after {
  clear: both;
  display: block;
  content: '';
}
input, select, textarea {
  padding: 0.5em;
  font-size: 1rem;
  width: 100%;
  border: 1px solid gainsboro;
  outline: none;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  border-radius: 0.25em;
}
textarea {
  resize: none;
}
input[type="radio"] {
  width: auto;
  display: inline-block;
  margin-right: .3em;
}
input:focus {
  -webkit-box-shadow: 0em 0em .3em #d0d0d0;
          box-shadow: 0em 0em .3em #d0d0d0;
}
button {
  padding: .6em;
  border: 0em;
  color: white;
  background-color: #16a085;
  font-size: 1rem;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  cursor: pointer;
  outline: none;
  font-weight: bold;
}
button:hover {
  opacity: .9;
  -webkit-box-shadow: 0em 0em .2em #16a085;
          box-shadow: 0em 0em .2em #16a085;
}
h2 {
  font-weight: 400;
}
fieldset {
  border: 1px solid #e8e8e8;
  padding: .3em;
  margin-bottom: .8em;
}
fieldset img {
  width: 2em;
}
#login_header, #header {
  background-color: #16a085;
  text-align: center;
  padding: 0.3125em 0em;
  /*position: fixed;*/
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  -webkit-box-shadow: 0em 0em 0.25em #525252;
          box-shadow: 0em 0em 0.25em #525252;
}
#logo {
  width: 12em;
}
#login_header h1 {
  color: white;
  text-align: center;
  padding: 0em;
  margin: 0em;
}
.login_form {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.login_in {
  width: 30em;
  padding: 0.5em 0em;
  margin: 0;
  background-color: #F2F2F2;
  border-radius: 0.125em;
  border: 0.0625em solid #dadada;
}
.login_in:after {
  clear: both;
  display: block;
  content: '';
}
.login_in input {
  outline: none;
  border: 0em;
  padding: 0.5em;
  color: dimgrey;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0.3125em;
}
#kopce-vlez {
    padding:0em;
    margin:0em;
    border:0em;
    float:none;
    outline: none;
    background-color: transparent;
}
#kopce-vlez img {
    width:3.7em;
}
#forma-levo {
    width:80%;
    float:left;
}
#forma-desno {
    width:20%;
    float:right;
}
#kopce-vlez:hover {
    background-color:transparent;
    opacity: 1 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
#vlez_ok {
    display:none;
}
#kopce-vlez:hover #vlez{
    display:none;
}
#kopce-vlez:hover #vlez_ok {
    display:inline-block;
}
.input-field {
    width: 100%;
    margin-bottom: 0.5em;
    margin-right: 0.8em;
    float: left;
}
#subHeader {
    width: 96%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#header {
    text-align: left;
    color: white;
    -webkit-box-shadow: 0em 0em 0.25em #777777;
            box-shadow: 0em 0em 0.25em #777777;
}
#header h1 {
    float: left;
    display: inline-block;
    margin-left: .2em;
}
#navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}
.menu {
  margin-right: 1.25em;
  position: relative;
  cursor: pointer;
  display: block;
}
.menu:last-child {
  margin-right: 0em;
}
.menu img {
  width: 2em;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
@media screen and (max-width: 1100px) {
  .menu img {
    width: 3.5em !important;
  }
}
.vehicle_info_text {
  color: #000000;
  text-transform: uppercase;
  font-weight: 400;
}
.tooltiptext {
    visibility: hidden;
    min-width: 8em;
    background-color: #02806b;
    color: #fff;
    text-align: center;
    border-radius: 0.375em;
    padding: 0.125em 0;
    position: absolute;
    z-index: 1;
    top: 145%;
    left: 50%;
    margin-left: -3.75em;
    opacity: 0;
    -webkit-transition: opacity 600ms, -webkit-transform 600ms;
    transition: opacity 600ms, -webkit-transform 600ms;
    -o-transition: opacity 600ms, transform 600ms;
    transition: opacity 600ms, transform 600ms;
    transition: opacity 600ms, transform 600ms, -webkit-transform 600ms;
    -webkit-transform: translateY(1.2em);
        -ms-transform: translateY(1.2em);
            transform: translateY(1.2em);
    z-index: 15;
    font-weight: bold;
    text-transform: uppercase;
}
.tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -0.125em;
    border-width: 0.325em;
    border-style: solid;
    border-color: transparent transparent #02806b transparent;
}
.menu:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0em);
        -ms-transform: translateY(0em);
            transform: translateY(0em);
}
.display {
  display: none;
}
.main-menu {
  cursor: default;
}
.main-menu img {
  cursor: pointer;
}
.menu:hover img {
  opacity: 1 !important;
}
.dropdown-navigation {
  position: absolute;
  min-width: 12.5em;
  top: calc(100% + 0.5em);
  background-color: rgba(24, 140, 117, 0.81);
  display: none;
  z-index: 12;
}
.dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3em 0.5em;
  -webkit-transition: 500ms all;
  -o-transition: 500ms all;
  transition: 500ms all;
  cursor: pointer;
}
.dropdown-menu:hover {
  background-color: rgba(18, 121, 101, 0.6);
}
.dropdown-menu img {
  margin-right: 0.625em;
  width: 1.5em;
}
.opacity {
  opacity: .3;
}
.current_position {
  text-align: center;
  width: 100%;
  padding: 0.5em;
  border-bottom: 0.1825em solid #107561;
  font-weight: bold;
  text-transform: uppercase
;}
.modal {
    display: none;
    position: fixed;
    z-index: 11;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.close {
    color: white;
    float: right;
    font-size: 1.65rem;
    font-weight: bold;
}
.close:hover,
.close:focus {
    opacity: .8;
    text-decoration: none;
    cursor: pointer;
}
.modal-header {
    padding: 0.125em 1em;
    background-color: rgb(22, 148, 123);
    color: white;
    -webkit-box-shadow: 0em 0em 0.25em #7d7d7d;
            box-shadow: 0em 0em 0.25em #7d7d7d;
}
.modal-header h2 {
    font-size: 2rem;
}
.modal-body {padding: 0.5em 1em;}
.modal-content {
    position: relative;
    background-color: #ecf0f1;
    padding: 0;
    width: 31em;
    /* -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-timing-function: ease-in; */
    animation-duration: 0.4s;
    margin: 2% auto;
    color: grey;
    -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#editVehicleModal .modal-content {
    width: 36.5em;
}
#addlocationModal, #searchlocationModal {
  position: fixed;
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
}
#searchlocationModal .modal-content {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  /* -webkit-animation-name: animatetop1 ;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop1; */
}
#addlocationModal .modal-content {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  /* -webkit-animation-name: animatetop1 ;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop1; */
}
.modal-body input, .modal-body select, .modal-body textarea {
  margin-bottom: .5em;
}
.modal-body .tooltiptext {
  top: 100%;
  min-width: 9em;
  width: auto;
}
.modal-body button {
  float: right;
  min-width: 10em;
}
.modal-body:after {
  clear: both;
  display: block;
  content: '';
}
@-webkit-keyframes animatetop {
    from {top: -5%; opacity: 0}
    to {top: 0; opacity: 1}
}
@keyframes animatetop {
    from {top: -5%; opacity: 0}
    to {top: 0; opacity: 1}
}
@-webkit-keyframes animatetop1 {
    from {bottom: -5%; opacity: 0}
    to {bottom: 0; opacity: 1}
}
@keyframes animatetop1 {
    from {bottom: -5%; opacity: 0}
    to {bottom: 0; opacity: 1}
}
.box {
  width: 25em;
  float: left;
  max-height: calc(100% - 3.3125em);
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100% - 3.3125em);
}
.box_header {
  background-color: #278270;
  padding: .1em .2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-weight: 400;
}
.box_header h2 {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: bold;
}
.box_header .close {
  margin-left: auto;
}
.box_body {
  padding: .3em;
}
#c_pos_1, #c_pos_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: .5em;
  margin-bottom: .5em;
  border-bottom: 1px solid #c5c5c5;
}
#c_pos_2 * {
  margin-right: .6em;
}
#c_pos_1 * {
  margin-right: .3em;
}
#c_pos_1 input {
    width: 3em;
    padding: .3em;
}
#c_pos_1 button {
  border-radius: 0.1875em;
  padding: .3em;
}
.active_green {
  background-color: #2ecc71;
}
#submit_real_time:hover {
  -webkit-box-shadow: 0em 0em .2em #2ecc71;
          box-shadow: 0em 0em .2em #2ecc71;
}
#c_pos_2 input {
  width: auto;
}
#vehicles_body {
  overflow-y: auto;
}
.vehicle_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #16a085;
  padding: .2em .3em;
  color: white;
  cursor: pointer;
  text-shadow: 0px 0px 3px black;
}
.vehicle_header_images {
  margin-left: auto;
  cursor: default;
  min-width: 4.4em;
}
.vehicle_header_images img {
  width: 2em;
}
.vehicle_header input {
  width: auto;
  margin-right: .5em;
}
.vehicle_body {
  padding: .1em;
  background-color: white;
}
.vehicle_buttons {
  margin-left: auto;
}
.vehicle_info {
  display: inline-block;
  margin-right: .3em;
  margin-bottom: .3em;
  color: grey;
  position: relative;
  cursor: pointer;
}
.vehicle_info img {
  margin-right: .3em;
  display: inline-block;
  width: 1.5em;
}
.vehicle_buttons:after {
  clear: both;
  display: block;
  content: '';
}
.vehicle_button {
  position: relative;
  float: left;
  margin-right: .3em;
  cursor: pointer;
}
.vehicle_button img {
  width: 1.5em;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.v_h_info_checkbox .tooltiptext {
  margin-left: 0;
  left: 0;
}
.v_h_info_checkbox .tooltiptext:after {
  left: 5%;
  right: auto;
}
.b_k_info, .v_h_info_checkbox {
  position: relative;
}
.b_k_info .tooltiptext {
  left: auto;
  right: 0;
}
.b_k_info .tooltiptext:after {
  right: 10%;
  left: auto;
}
.v_h_info {
  position: relative;
  display: inline-block;
}
.vehicle_button:hover .tooltiptext, .vehicle_info:hover .tooltiptext, .b_k_info:hover .tooltiptext, .v_h_info:hover .tooltiptext,  .v_h_info_checkbox:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0em);
        -ms-transform: translateY(0em);
            transform: translateY(0em);
}
.vehicle_button:hover img , .vehicle_info:hover img {
  opacity: .8;
}
.vehicle_button .tooltiptext {
  left: auto;
  right: 0;
}
.vehicle_info .tooltiptext {
  right: auto;
  left: 58px;
}
.vehicle_button .tooltiptext::after {
  right: 10%;
  left: auto;
}
.vehicle_info .tooltiptext:after {
  left: 5%;
  right: auto;
}
.vehicle {
  margin-bottom: .1em;
}
.vehicle:last-child {
  margin-bottom: 0em;
}
.vehicle_coords_info {
  margin-left: 1em;
}
#c_position {
  display: none;
}
.take_to {
  border-top: 1px solid #dadada;
  display: none;
}
.take_to:after {
  clear: both;
  display: block;
  content: '';
}
.take_to input {
  margin-top: .5em;
  margin-bottom: .5em;
  padding: .3em;
}
.take_to button {
  padding: .3em;
  float: right;
}
#d_history {
   display: none;
}
#d_his_1, #d_his_2 {
  padding-bottom: .5em;
  margin-bottom: .5em;
  border-bottom: 1px solid #c5c5c5;
}
#d_his_1 input {
  padding: .3em;
  width: 5em;
}
#d_his_1 *{
    margin-right: .4em;
}
#d_his_1 *:last-child {
  margin-right: 0em;
}
.date_clock {
  width: 3.3em !important;
}
#d_his_info1 {
  margin-top: .5em;
}
#d_his_info1 input, #d_his_info2 input {
  width: 3.5em;
}
#d_his_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#d_his_2 span {
  margin-right: .5em;
}
#d_his_2 input {
  width: auto;
}
#d_his_info1 {
  margin-bottom: .5em;
}
#d_his_s_d select {
  padding: .3em;
  width: 9em;
}
#d_his_s_d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .5em;
}
#d_his_s_d button {
  padding: .3em;
}
#d_his_s_d * {
  margin-right: .5em;
}
#d_his_s_d *:last-child {
  margin-right: 0em;
}
#d_his_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#d_his_tabs button {
  font-size: .8rem;
  padding: .3em;
}
#d_his_tabs button.active {
  background-color: #ffa81d;
  -webkit-box-shadow: 0em 0em .2em #ffa81d;
          box-shadow: 0em 0em .2em #ffa81d;
}
.subuser-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .3em;
}
.subuser-info img {
  width: 1.5em;
}
.subuser-info *{
  margin-right: .5em;
}
.subuser-info *:last-child {
  margin-right: 0em;
}
.non-active-btn {
  background-color: #ffffff;
  color: #000000;
}
.remove_user {
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  cursor: pointer;
}
.remove_user:hover {
  opacity: .7;
}
.i_dimensions {
  margin-right: .5em;
}
.p_radio {
  margin-right: .5em;
}
#searchlocationModal img {
  width: 2em;
  margin-right: .5em;
  display: inline-block;
}
#s_l_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .5em;
}
#s_l_1 input {
  width: calc(100% - 2.5em);
  margin-bottom: 0em;
}
.address {
  margin-bottom: .8em;
}
.address h3 {
  background: #f39c12;
  color: white;
  padding: .3em;
  text-align: center;
  font-size: 1.4rem;
}
.address-info-container {
  padding: .3em;
  background: #f5f5f5;
}
.address-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e6e6e6;
  padding: .2em;
}
.address-btn {
  margin-right: .5em;
  position: relative;
  cursor: pointer;
}
.addres-btn:last-child {
  margin-right: 0em;
}
.address-btn .tooltiptext {
  left: 24%;
  top: -100%;
}
.address-btn .tooltiptext:after {
  bottom: -39%;
  border-color: #02806b transparent transparent transparent;
}
.address-btn img {
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  opacity: 1;
}
.address-btn:hover img {
  opacity: .8;
}
.address-btn:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0em);
      -ms-transform: translateY(0em);
          transform: translateY(0em);
}
#map {
  height: calc(100% - 3.3em);
  width: 100%;
  float: right;
}
.fixedOverlay::after {
  /* content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(232, 232, 232, 1);
  z-index: 9999999999; */
}
.fixedOverlay img {
  opacity: .15 !important;
}
#reportModal input {
  padding: .3em;
  width: 5em;
}
#reportModal input[type="radio"] {
  width: auto;
}
.r_m_box {
  margin-bottom: .3em;
}
.r_m_box * {
  margin-right: .3em;
}
.r_m_box *:last-child {
  margin-right: 0em;
}
#reportModal button  {
  float: left;
  padding: .3em;
  margin-right: .3em;
}
#sub_r_m_1 {
  clear: both;
}
.r_subuser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sub_r_m_1 input {
  width: auto !important;
  margin-bottom: 0em;
  margin-right: .3em;
}
#r_m_l {
  margin-right: .2em;
}
#r_m_l, #r_m_2 {
  float: left;
}
.labels {font-size:9px;color: #000000;}
.labelsw {background-color: #E0E0E0; border: 1px solid #ababab; color: #000000; font-size: 9px; padding: 2px; text-transform: uppercase; font-size: 10px; font-weight: bold; border-radius: 2px; box-shadow: 0px 0px 1px #717171;}
.labelsy {font-size:9px;color: #FFFF00;}
.labelsg {background-color: #2ecc71; border: 1px solid #ababab; color: #000000; font-size: 9px; padding: 2px; text-transform: uppercase; font-size: 10px; font-weight: bold; border-radius: 2px; box-shadow: 0px 0px 1px #717171;}
.labelsre {background-color: #f34230; border: 1px solid #ababab; color: #000000; font-size: 9px; padding: 2px; text-transform: uppercase; font-size: 10px; font-weight: bold; border-radius: 2px; box-shadow: 0px 0px 1px #717171;}
.labelor {background-color: #f1c40f; border: 1px solid #ababab; color: #000000; font-size: 9px; padding: 2px; text-transform: uppercase; font-size: 10px; font-weight: bold; border-radius: 2px; box-shadow: 0px 0px 1px #717171;}
.labelsr {font-size:9px;color: #f34230;}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#vehicle_info_h1, #vehicle_info_h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#vehicle_info_h1 .vehicle_info:last-child, #vehicle_info_h2 .vehicle_info:last-child {
  margin-right: 0em;
}
.tabs {
  overflow-y: auto;
  padding: .3em;
}
.tabs a {
  color: #616161;
  text-decoration: none;
}
.time_info_img {
  margin-right: 0em;
}
.time_info_img img {
  width: 1.2em;
  display: block;
  margin-right: 0em;
}
#grafik_dialog {
  position: fixed;
  bottom: 0;
  right: 0;
  width: calc(100% - 29em);
  z-index: 10;
  padding: .5em;
  background: #dadada;
  display: none;
  opacity: .5;
  -webkit-transition: 500ms all;
  -o-transition: 500ms all;
  transition: 500ms all;
}
#grafik_header {
  width: 100%;
}
#grafik_header:after {
  clear: both;
  display: block;
  content: '';
}
#grafik_header .close {
  float: right;
}
#c_position_actions {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#c_position_actions img {
  width: 1.1em;
  margin-right: .3em;
}
#c_position_actions img:hover {
  opacity: .8;
  cursor: pointer;
}
.address {
  margin-bottom: 1em;
  display: inline-block;
  width: 100%;
}
#editVehicleModal button {
  background-color: #ffffff;
  color: #272b2d;
  display: inline-block;
  float: none;
  padding: .3em .6em;
}
#editVehicleModal button:hover {
  opacity: .9;
  -webkit-box-shadow: 0em 0em .2em #272b2d;
          box-shadow: 0em 0em .2em #272b2d;
}
#acenter_box .tooltiptext:after {
  right: 5%;
}
.vehicle_checkbox {
  position: relative;
  display: inline-block;
  text-align: center;
}
.vehicle_checkbox input[type="checkbox"] {
  width: auto;
  display: inline-block;
}
#loading {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1001;
  visibility: hidden;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #ed1846;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
.cur_year {
  background: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: inherit;
    cursor: default;
    padding: 0;
    margin: 0;
    width: 3.2em;
    display: inline;
    font-size: inherit;
    font-weight: 300;
    line-height: inherit;
    height: initial;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
}
.blink {
  color:red;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: blink;
          animation-name: blink;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps(5, start);
          animation-timing-function: steps(5, start);
}
@-webkit-keyframes blink {80% {visibility: hidden;}}
@keyframes blink {80% {visibility: hidden;}}
.gift-packet {
    width: calc(33.333% - 10px);
    padding: .5em;
    background: #f1f1f1;
    -webkit-box-shadow: 0px 0px 3px #c5c5c5;
            box-shadow: 0px 0px 3px #c5c5c5;
    float: left;
    margin-right: 15px;
    text-align: center;
    cursor: pointer;
}
.gift-packet:last-child {
    margin-right: 0px;
}
.gift-packet h3 {
    text-align: center;
    margin-bottom: 10px;
}
.gift-packet-active {
    background-color: #dedede;
}
.history_speed {
  width: 64px;
  display: inline-block;
  text-align: right;
  margin: 0 5px;
}
.rpm_span {
  display: none;
}
.highIndex {
  z-index: 9999 !important;
}
#arrow-right {
  height:100%;
  display:none;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  width:48px;
  opacity:.8;
  cursor:pointer;
  -webkit-transition: 500ms opacity;
  -o-transition: 500ms opacity;
  transition: 500ms opacity;
  float: left;
  margin-left: -1em;
}
#arrow-right:hover {
  opacity: 1;
}
#addNewMarker {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
}
#addNewMarker .modal-content {
  margin: 0;
}
.leaflet-popup {
  bottom: -22px !important;
  left: -28px !important;
}
#prebaruvac_wrapper {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
