/* 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;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
/*    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;*/
}
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;
  transition: all 500ms;
  border-radius: 0.25em;
}
textarea {
  resize: none;
}
input[type="radio"] {
  width: auto;
  display: inline-block;
  margin-right: .3em;
}
input:focus {
  box-shadow: 0em 0em .3em #d0d0d0;
}
button {
  padding: .6em;
  border: 0em;
  color: white;
  background-color: #16a085;
  font-size: 1rem;
  transition: all 500ms;
  cursor: pointer;
  outline: none;
  font-weight: bold;
}
button:hover {
  opacity: .9;
  box-shadow: 0em 0em .2em #16a085;
}
h2 {
  font-weight: 400;
}
fieldset {
  border: 1px solid #e8e8e8;
  padding: .1em;
  margin-bottom: .1em;
}
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;
  box-shadow: 0em 0em 0.25em #525252;
}
#statusText {
  background-color: #16a085;
  height: 1.8em;
  padding: 4px;
  width: 100%;
  color: white;
  overflow: hidden;
  position: relative;
}
#statusText span {
  background-color: #16a085;
  padding: 4px;
  position: relative;
  z-index: 2;
}
#statusText p {
  width: calc(100% - 170px);
  text-align: left;
  position: absolute;
  left: 170px;
  bottom: 2px;
}
#logo {
  width: 12em;
}
#login_header h1 {
  color: white;
  text-align: center;
  padding: 0em;
  margin: 0em;
}
.login_form {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: 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;
  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;
    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: flex;
    align-items: center;
}
#header {
    text-align: left;
    color: white;
    box-shadow: 0em 0em 0.25em #777777;
    position: relative;
}
#header h1 {
    float: left;
    display: inline-block;
    margin-left: .2em;
}
#navigation {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.menu {
  margin-right: .6em;
  position: relative;
  cursor: pointer;
  display: block;
}
.menu:last-child {
  margin-right: 0em;
}
.menu img {
  width: 1.8em;
  transition: all 500ms;
}
.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;
    transition: opacity 600ms, transform 600ms;
    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;
    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: flex;
  align-items: center;
  padding: 0.3em 0.5em;
  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: block;
    position: fixed;
    z-index: 11;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.modal-fixed {
    padding-top: 0;
    width: auto;
    height: auto;
    background-color: transparent;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
}
.modal-fixed .modal-content {
  margin: 0 auto;
}
.modal-close {
    color: white;
    float: right;
    font-size: 1.65rem;
    font-weight: bold;
}
.modal-close:hover,
.modal-close:focus {
    opacity: .8;
    text-decoration: none;
    cursor: pointer;
}
.modal-header {
    padding: 0.125em 1em;
    background-color: rgb(22, 148, 123);
    color: white;
    box-shadow: 0em 0em 0.25em #7d7d7d;
}
.modal-header h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
}
.modal-body {padding: 0.5em 1em;width:100%;}
.modal-content {
    position: relative;
    background-color: #ecf0f1;
    padding: 0;
    width: 100%;
    max-width: 55em;
    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-duration: 0.4s;
    margin: 70px auto;
    color: grey;
    overflow: hidden;
}
.modal-fixed .modal-content {
  margin: 0;
}
.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 {transform: translateY(-100px); opacity: 0}
  to {transform: translateY(0px); opacity: 1}
}
@keyframes animatetop {
  from {transform: translateY(-100px); opacity: 0}
  to {transform: translateY(0px); 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;
}
.box_header {
  background-color: #278270;
  padding: 2px 4px;
  display: flex;
  align-items: center;
  color: white;
  font-weight: 400;
  cursor: pointer;
}
.box_header h2 {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: bold;
}
.box_header .close {
  margin-left: auto;
}
.box_body {
  padding: .3em;
  height: calc(100% - 1.6em);
  overflow-y: auto;
}
#c_pos_1, #c_pos_2 {
  display: flex;
  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 {
  box-shadow: 0em 0em .2em #2ecc71;
}
#c_pos_2 input {
  width: auto;
}
#vehicles_body {
  overflow-y: auto;
  height: calc(100% - 87px);
}
.vehicle_header {
  display: flex;
  align-items: center;
  background-color: #16a085;
  padding: .2em .1em;
  color: white;
  cursor: pointer;
}
.vehicle_header_images {
  margin-left: auto;
  cursor: default;
  min-width: 3.8em;
}
.vehicle_header_images img {
  width: 2em;
}
.vehicle_header input {
  width: auto;
  margin-right: .5em;
}
.vehicle_body {
  padding: .1em;
  background-color: white;
}
.vehicle_info {
  display: inline-block;
  margin-right: .5em;
  margin-bottom: .3em;
  color: grey;
  position: relative;
  cursor: pointer;
}
.vehicle_info img {
  margin-right: .5em;
  display: inline-block;
  width: 1.5em;
}
.vehicle_buttons:after {
  clear: both;
  display: block;
  content: '';
}
.vehicle_button {
  position: relative;
  float: left;
  margin-right: .5em;
  cursor: pointer;
}
.vehicle_button img {
  width: 1.5em;
  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, .top_tooltip {
  position: relative;
}
.b_k_info .tooltiptext {
  left: auto;
  right: 0;
}
.b_k_info .tooltiptext:after {
  right: 10%;
  left: auto;
}
.top_tooltip .tooltiptext {
  top: -100%;
  bottom: auto;
  left: auto;
  right: 0;
}
.top_tooltip .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;
    transform: translateY(0em);
}
.vehicle_button:hover img , .vehicle_info:hover img {
  opacity: .8;
}
.vehicle_button .tooltiptext, .vehicle_info .tooltiptext {
  left: 0;
  margin-left: 0;
}
.vehicle_button .tooltiptext::after, .vehicle_info .tooltiptext:after {
  left: 15%;
}
.vehicle_buttons {
  border-top: 1px solid #dadada;
  padding-top: .1em;
  margin-bottom: .1em;
}
.vehicle {
  margin-bottom: .1em;
}
.vehicle:last-child {
  margin-bottom: 0em;
}
#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: flex;
  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: flex;
  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: flex;
}
#d_his_tabs button {
  font-size: .8rem;
  padding: .3em;
}
#d_his_tabs button.active {
  background-color: #ffa81d;
  box-shadow: 0em 0em .2em #ffa81d;
}
.subuser-info {
  display: flex;
  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 {
  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: flex;
  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: flex;
  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 {
  transition: opacity 500ms;
  opacity: 1;
}
.address-btn:hover img {
  opacity: .8;
}
.address-btn:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  transform: translateY(0em);
}
#map {
  height: calc(100% - 3.3em);
  width: 100%;
  float: right;
}
#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: flex;
  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 {color: white;font-weight:bold;font-size: 14px;}*/
.labelsw {transform:translate(-9px, -26px);color: white;font-weight:bold;font-size: 12px;width:20px;height:20px;border-radius:50%;background:#1abc9c;text-align:center;padding-top:2px}
.labelsy {font-size:9px;color: #FFFF00;}
/*.labelsg {color: white;font-weight:bold;font-size: 14px;}*/

.labelspB {background: #9b59b6;}
.labelsgB {background: #1abc9c;}
.labelsrB {background: #e74c3c;}
.labelsblB {background: black;}
.labelsbB {background: #3498db;}
.labelsoB {background: #f39c12;}
.labelgB {background: #545454;}

.labelsp {transform:translate(-9px, -26px);color: white;font-weight:bold;font-size: 12px;width:20px;height:20px;border-radius:50%;background:#9b59b6;text-align:center;padding-top:2px}
.labelsg {transform:translate(-9px, -26px);color: white;font-weight:bold;font-size: 12px;width:20px;height:20px;border-radius:50%;background:#1abc9c;text-align:center;padding-top:2px}
.labelso {transform:translate(-9px, -26px);color: white;font-weight:bold;font-size: 12px;width:20px;height:20px;border-radius:50%;background:#f39c12;text-align:center;padding-top:2px}
.labelsr {transform:translate(-9px, -26px);color: white;font-weight:bold;font-size: 12px;width:20px;height:20px;border-radius:50%;background:#e74c3c;text-align:center;padding-top:2px}
.labelsb {transform:translate(-9px, -26px);color: white;font-weight:bold;font-size: 12px;width:20px;height:20px;border-radius:50%;background:#3498db;text-align:center;padding-top:2px}
.labelsbl {transform:translate(-9px, -26px);color: white;font-weight:bold;font-size: 12px;width:20px;height:20px;border-radius:50%;background:black;text-align:center;padding-top:2px}
.flex-center {
  display: flex;
  align-items: center;
}
#vehicle_info_h1, #vehicle_info_h2 {
  display: flex;
  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% - 26em);
  z-index: 10;
  padding: .5em;
  background: #dadada;
  display: none;
  opacity: .5;
  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: flex;
  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;
  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: flex;
  align-items: center;
  justify-content: center;
  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% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.cur_year {
  background: 0 0;
    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;
  animation-duration: 1s;
  animation-name: blink;animation-iteration-count: infinite;
  animation-timing-function: steps(5, start);
}
@keyframes blink {80% {visibility: hidden;}}
.zone-tab {
  display: none;
}
.zones_input {
    display: flex;
    align-items:center;
    margin-bottom:.4em;
}
.zones_input label {
    min-width: 5em;
    display: inline-block;
}
.zones_input input {
    margin-bottom: 0em;
    width:auto;
    margin-right: .4em;
}
#zoneAlias button {
    min-width: 7em;
    margin-left: .4em;
}


#orders_div, #messages_div {
    max-height: 26.5em;
    overflow-y: auto;
}

#messages_div {
    clear: both;
}

table {
    border-collapse: collapse;
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
}

table th, td {
    border: 1px solid #c1c1c1;
    padding: .2em;
}

table img {
  width: 2em;
  display: block;
  margin: 0 auto;
}

.td-no-bg {
  background: none;
  border: none;
  background: #ecf0f1;
}

.th-scroll {
   border: 1px solid #c1c1c1;
   background: rgba(255, 255, 255, 0.8);
}
#checkDevices input {
    width:auto;
}
.device-checkbox {
    display:inline-block;
    margin-right: 5px;
}
.device-checkbox input {
    width: auto;
}

.list_addresses .address-btn {
    display: inline-block;
}

.list_addresses .address-btn img {
    width: 32px;
}

.list_addresses {
    border-collapse: collapse;
    width: 100%;
}

.list_addresses th, .list_addresses td {
    text-align: left;
    padding: 8px;
}

/*.list_addresses tr:nth-child(even){background-color: #f2f2f2}*/

.list_addresses th {
    background-color: #16947b;
    color: white;
    z-index: 10;
}

.list_addresses input[type='checkbox'] {
    width: auto;
}

#newOrderDiv {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

}

#newMessageDiv .box-input {
    width: calc(100% - 120px);
    float: left;
    margin-bottom: 5px;
}

#message_div {
    height: 68px;
    display: flex;
    align-items: center;
    padding: 8px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    display: none;
    border: 2px solid #e74c3c;
    justify-content: center;
    width: calc(96% - 600px);
    margin-left: 300px;
}

#message_div h2 {
    margin-left: 8px;
    color: white;
    text-transform: uppercase;
    font-size: 1.2em;
}

#message_div img {
    width: 32px;
}

#message_div.success {
    background: #2ecc71;
}

#message_div.fail {
    background: #e74c3c;
}

.item-status, .item-status1, .item-zone {
  font-size: 12px;
}

.item-status, .item-status1 {
  text-transform: uppercase;
}

.item-status {
    color: #2ecc71;
}

.item-status1 {
    color: #e74c3c;
}

.table {
    border-collapse: collapse;
    border: 1px solid #c1c1c1;
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
}

.table th, td{
    border: 1px solid #c1c1c1;
    padding: .2em;
}

.device-msg-checkbox {
  margin-right: 0px;
}

.device-msg-checkbox input[type="checkbox"] {
    display: none;
}
.btn-checkbox {
    padding: .3em;
}
.btn-checkbox.active {
    background: #f1c40f;
}
#vehiclePopup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  align-items: center;
  justify-content: center;
  background: rgba(169, 169, 169, 0.1);
  display: none;
}
.popup-animation {
  display: flex !important;
  animation-name: zoom;
  animation-duration: 800ms;
  transform: scale(0);
  transform-origin: center;
  animation-timing-function: ease-in-out;
}
#vehiclePopup>div {
  width: 200px;
  height: 200px;
  /* border: 1px solid white; */
  font-size: 92px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  color: #4CAF50;
  box-shadow: 0px 0px 20px #989898;
}
@keyframes zoom {
    from, to {
      opacity: 0;
      transform: scale(0);
    }
    30% {
      opacity: 1;
    }
    90% {
      transform: scale(1.8);
    }
}
.spinner {
  width: 70px;
  height: 70px;
  background: #eee;
  border-radius: 50%;
  position: relative;
  margin: 40px;
  display: inline-block;
}
.spinner:after{
  position: absolute;
  border: 4px solid transparent;
  border-top-color: #2ECC71;
  border-bottom-color: #2ECC71;
  top: -4px;
  left: -4px;
  animation: spin 1s linear infinite;
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.spinner:before {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 17px;
  left: 17px;
  height: 35px;
  width: 35px;
  background-color: #1ABC9C;
  animation: shrink 2s ease infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.4);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@keyframes shrink {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.6);
  }
  100% {
    transform: scale(1);
  }
}
#mini_map {
    width: 300px;
    height: 300px;
    z-index: 10;
    position: fixed !important;
    bottom: 10px;
    right: 10px;
    box-shadow: 0px 0px 3px black;
    border: 1px solid black;
}
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
.msg-unread {
    position: absolute;
    top: 0;
    left: -5px;
    background: #f92222;
    text-align: center;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 14px;
}
.h2-full-background {
    width: 100%;
    background: rgb(22, 148, 123);
    text-align: center;
    color: white;
    font-size: 1.1rem;
    font-weight: bold;
}
#fastReply {
  width: 300px;
  display: none;
  position: absolute;
  right: 1em;
  background: #f7f9f9;
  padding: .5em;
  box-shadow: 0px 0px 3px #7d7d7d;
  z-index: 999;
}
#fastReply button {
  min-width: auto;
  width: auto;
}
#fastReply textarea {
  margin-bottom: .1em;
}
#confirm-box {
	z-index: 19;
}
.confirm-box img {
	width: 8em;
	display: block;
	margin: 0 auto 1em auto;
}
.confirm-box p {
	margin-bottom: 1em;
	font-weight: 300;
	text-align: center;
}
.confirm-box {
	width: 38em;
    flex-wrap: wrap;
    color: #6c7676;
    margin: 2% auto 0 auto;
    animation-name: fromTop;
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
    flex-direction: column;
    box-shadow: 0em 0em .3em #8e8e8e;
    display: flex;
    align-items: center;
    float: none;
    background: white;
    padding: 1em;
}
.confirm-box h2 {
	text-align: center;
	margin-bottom: 1em;
	width: 100%;
	text-transform: uppercase;
}
.confirm-option {
	min-width: 4em;
    float: left;
	padding: .2em;
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin-right: .5em;
	cursor: pointer;
	transition: 500ms all;
}
.confirm-yes {
	background-color: #00A388;
	color: white;
}
.confirm-yes:hover {
	opacity: .8;
}
.confirm-no:hover {
	background-color: #efefef;
}
.popup-box-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
	z-index: 5;
	display: none;
}
@-webkit-keyframes fromTop {
    from  {transform: scale(0);opacity:0;}
    to {transform: scale(1);opacity:1;}
}
@keyframes fromTop {
	from  {transform: scale(0);opacity:0;}
	to {transform: scale(1);opacity:1;}
}



/* STATISTICS */
#filter {
  padding: .8em;
  background: #f9f9f9;
  border-bottom: 3px solid #eaeaea;
  color: #5f5f5f;
}
#filter h2 {
  text-transform: uppercase;
  padding-bottom: .2em;
  margin-bottom: .5em;
  border-bottom: 2px solid #ececec;
}
#filter input {
  width: auto;
  -webkit-appearance: none;
  min-width: 20em;
}
#filter select {
  -webkit-appearance: none;
}
#filter .filter-input {
  float: left;
  margin-right: 1em;
}
#filter button {
  margin-top: 1.2em;
}
#tableResults {
  margin: .8em;
  background: white;
  box-shadow: 0px 0px 10px #e8e8e8;
  color: #676a6c;
  font-size: 14px;
}
.dataTables_length select {
  width: 75px;
}
.dt-buttons {
  display: inline-block;
  margin-top: 2.3em;
  margin-left: .5em;
  float: right;
}
.dt-button, .paginate_button {
  border: 1px solid gainsboro;
  padding: .5em;
  text-decoration: none;
  color: #676a6c;
  margin-right: .5em;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #676a6c;
}
.dataTables_wrapper .dataTables_length {
  clear: both;
}
.dataTables_filter {
  margin-right: 1em;
  margin-bottom: .5em;
  margin-top: .5em;
}
.dataTables_length {
  margin-left: .5em;
  margin-top: 1.2em;
}
.dataTables_length select {
  -webkit-appearance: none;
}
.dataTables_info {
  margin-bottom: .5em;
  margin-left: .5em;
  margin-top: .5em;
}
.dataTables_paginate {
  margin-right: .5em;
  margin-bottom: .5em;
  margin-top: .5em;
}
#boxes {
  padding: 1em;
  color: #5f5f5f;
}
#boxes:after {
  clear: both;
  display: block;
  content: '';
}
.statistic-box {
  padding: 1em;
  background: #f9f9f9;
  text-align: center;
  box-shadow: 0px 0px 3px #c3c3c3;
  float: left;
  margin-bottom: 1em;
  margin-right: 1em;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.statistic-box:nth-child(1) {
  color: #1abc9c;
}
.statistic-box:nth-child(2) {
  color: #16a085;
}
.statistic-box:nth-child(3) {
  color: #e74c3c;
}
.statistic-box:nth-child(4) {
  color: #d31c70;
}
.statistic-box:nth-child(5) {
  color: #e67e22;
}
.statistic-box:nth-child(6) {
  color: #91DC5A;
}
.box-number {
  font-weight: bold;
  font-size: 50px;
  margin-top: .2em;
}
.statistic-box img {
  width: 128px;
  display: block;
  margin-bottom: .5em;
}
.small-box {
  width: calc(33.333333% - .6666667em);
}
.medium-box {
  width: calc(50% - .5em);
}
.no-margin {
  margin-right: 0px;
}
.table-print {
  font-size: 12px;
}
.table-print td, .table-print th {
  padding: 0 !important;
}
.body-print {
  height: auto !important;
  max-height: auto !important;
}
#h_msg_date_from, #h_msg_date_to {
  width: 280px;
  display: inline-block;
}
#vidiPorakiIstorija input, #vidiZavrseniPoracki input, #vidiPorakiIstorija select, #vidiAppKlienti input, #vidiBroevi input {
  width: 300px;
  display: inline-block;
  margin-left: 5px;
  -webkit-appearance: none;
}
#vidiBroevi .actions {
  font-size: 20px;
  text-align: center;
}
#vidiBroevi .actions span {
  margin-right: 8px;
  cursor: pointer;
}
#vidiBroevi .actions span:first-child {
  color: green;
}
#vidiBroevi .actions span:nth-child(2) {
  color: red;
}
#vidiPorakiIstorija .dataTables_filter, #vidiPorakiIstorija .dataTables_length, #vidiZavrseniPoracki .dataTables_filter, #vidiZavrseniPoracki .dataTables_length, #vidiAppKlienti .dataTables_filter, #vidiAppKlienti .dataTables_length, #vidiBroevi .dataTables_filter, #vidiBroevi .dataTables_length {
  margin: 0;
}

#vidiPorakiIstorija .dataTables_filter, #vidiZavrseniPoracki .dataTables_filter, #vidiAppKlienti .dataTables_filter, #vidiBroevi .dataTables_filter {
  float: left;
}

#vidiPorakiIstorija .dataTables_length, #vidiZavrseniPoracki .dataTables_length, #vidiAppKlienti .dataTables_length , #vidiBroevi .dataTables_length {
  float: right;
}
#vidiZavrseniPoracki table {
  font-size: 14px;
}
#play_actions {
    padding: .5em;
}
#play_actions img {
    width: 2em;
    margin-right: .5em;
    display: inline-block;
    cursor: pointer;
}
.phone-line button {
  padding: 0px;
  background: transparent;
  margin-left: 5px;
}
.btn-disabled {
  opacity: .5;
}
.phone-line button span {
  color: black;
  transform: translateY(-9px);
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}
.phone-line button:hover {
  box-shadow: none !important;
  opacity: initial !important;
}
.input-field-admin {
  width: 50%;
  padding: 4px;
  float: left;
  height: 75px;
}
.notification-msg {
  background: rgba(28, 199, 84, 0.8);
  padding: .8em;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 20px;
  animation: slideFromBottom .4s ease-in-out;
  box-shadow: 0px 0px 10px #4c4c4c;
}
.notification-header:after, .notification-msg:after {
  clear: both;
  display: block;
  content: '';
}
.notification-header h2 {
  float: left;
}
.notification-img {
  float: left;
  margin-right: 20px;
}
.notification-img h3 {
  text-align: center;
  color: white;
  cursor: pointer;
  font-size: 28px;
}
.notification-div {
  float: left;
  width: calc(100% - 84px);
  color: white;
}
.notification-close {
  float: right;
  font-size: 24px;
  cursor: pointer;
}
.notification-info {
  font-size: 14px;
  margin-top: 20px;
}
.notification-vehicle {
  float: left;
  margin-right: 20px;
  text-transform: uppercase;
  color: #f5e71a;
}
.notification-vehicle span {
  font-weight: bold;
  font-size: 18px;
}
.notification-date {
  float: right;
  margin-top: 2px;
}
.notification-img img {
  margin-top: 22%;
  display: block;
  opacity: .9;
}
.notification-body p {
  font-size: 18px;
  color: #464646;
}

.notification-msg-info {
  background: rgba(52, 152, 219, 0.9);
}

.notification-msg-info .notification-body p {
  color: white;
  font-weight: 300;
  text-align: justify;
}

.notification-msg-info .notification-img h3, .notification-msg-info .notification-header h2, .notification-msg-info .notification-date {
  color: #ffe17b;
}

.notification-msg-info .notification-date {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

#nofiticationsDiv {
  position: fixed;
  top: 106px;
  right: 0;
  z-index: 999;
  width: 418px;;
  padding-top: 20px;
  padding-right: 20px;
}
@-webkit-keyframes slideFromBottom {
    from  {transform: scale(0);opacity:0;}
    to {transform: scale(1);opacity:1;}
}
@keyframes slideFromBottom {
  from  {transform: scale(0);opacity:0;}
  to {transform: scale(1);opacity:1;}
}
#logged_as {
  padding: 8px 0px;
  text-align: center;
  text-transform: uppercase;
  background: #14947b;
  color: white;
}
.seats {
  width: 25px;
  height: 25px;
  margin-left: auto;
  display: none;
}
.seat {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: red;
  float: left;
  margin-right: 2px;
  margin-bottom: 2px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {display:none;}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #14947b;
}
input:focus + .slider {
  box-shadow: 0 0 1px #14947b;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
#navigationMenu {
  display: none;
}
@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
	#navigation {
		display: none;
	}
	#mobileBtn {
		margin-left: auto;
	}
  #navigationMenu {
    position: absolute;
    top: 100%;
    width: 100%;
    background: #428772;
    text-align: center;
  }
  #navigationMenu .menu {
    display: block;
    margin-bottom: .5em;
    border-bottom: 2px solid #4da086;
    padding: .3em;
    color: white;
  }
}
.sliderRange {
    -webkit-appearance: none;
    width: 115px;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
.sliderRange:hover {
    opacity: 1;
}
.sliderRange::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}
.sliderRange::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}
#addressesBox {
  position: fixed;
  background: white;
  z-index: 5;
  width: 280px;
  border-radius: 3px;
  top: 120px;
  right: 80px;
  box-shadow: 0px 0px 10px #a5a5a5;
  display: none;
}
#addressesBoxHeader {
  padding: 8px;
  font-size: 20px;
  text-transform: uppercase;
  background: #3ccea0;
  color: white;
  text-align: center;
  cursor: pointer;
}
#addressesBoxBody {
  max-height: 600px;
  overflow: auto;
}
.addressBox {
  padding: 6px;
  border-bottom: 2px solid #58b799;
  color: #404040;
}
.dialer-btn {
  position: relative;
}
.dialer-btn input {
  position: absolute;
  top: calc(100% + 5px);
  width: 130px;
  background: #90dc5a;
  left: -40px;
  color: white;
  text-align: center;
  padding: 0.3em;
  border: none;
  transform: translateY(-15px);
  opacity: 0;
  visibility: hidden;
  transition: 300ms all;
}
.dialer-btn .fromTop {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.ui-sortable-handle {
  cursor: pointer;
}
/*markers*/
.leaflet-popup-tip-container, .leaflet-popup-close-button {
  display: none;
}
.leaflet-popup-content-wrapper {
  box-shadow: none;
  text-align: center;
  background: none;
  padding: 0;
  border-radius: 0;
}
.leaflet-popup-content {
  margin: 0 !important;
  line-height: normal !important;
  width: auto !important;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: transparent !important;
  box-shadow: none !important;
}
.leaflet-popup {
  bottom: 6px !important;
  left: -9px !important;
}
.leaflet-popup-content-wrapper {
  padding: 0px !important;
  text-align: center !important;
  border-radius: 0px !important;
}

#prebaruvac {
  border: 1px solid #EBEBEB;
  font-size: 14px;
}
#prebaruvac > thead > tr > th,
#prebaruvac > thead > tr > td {
  background-color: #F5F5F6;
  border-bottom-width: 1px;
}
#prebaruvac > thead > tr > th,
#prebaruvac > tbody > tr > th,
#prebaruvac > tfoot > tr > th,
#prebaruvac > thead > tr > td,
#prebaruvac > tbody > tr > td,
#prebaruvac > tfoot > tr > td {
  border: 1px solid #e7e7e7;
}
#prebaruvac > thead > tr > th {
  border-bottom: 1px solid #DDDDDD;
  vertical-align: bottom;
  background-color: white;
  font-weight: bold;
}
#prebaruvac > thead > tr > th,
#prebaruvac > tbody > tr > th,
#prebaruvac > tfoot > tr > th,
#prebaruvac > thead > tr > td,
#prebaruvac > tbody > tr > td,
#prebaruvac > tfoot > tr > td {
   border-top: 1px solid #e7eaec;
   line-height: 1.42857;
   padding: 8px;
   vertical-align: top;
}
#prebaruvac > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9 !important;
}
.freeze-box {
    opacity: .4;
    filter: blur(2px);
    pointer-events: none;
    cursor: not-allowed;
}