.unit-desc-global-wrapper {
  display: none;
  text-align: left;
  padding: 5px 0 75px;
  width: 95%;
  /* margin-left: 45px; */
  margin-right: 15px; }

.mil-unit-title {
  font-size: 24px;
  font-weight: bold;
  color: #9e0b0f;
  line-height: 130%;
  padding: 10px 0;
  border-bottom: 1px dotted #9e0b0f; }

.shevron-big {
  position: relative;
  background-size: auto 170px;
  background-position: top left;
  background-repeat: no-repeat;
  min-height: 170px;
  width: 100%;
  padding-left: 190px;
  margin-top: 15px; }

/* .shevron-big::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -15px;
    border: 150px solid transparent;
    border-right: 20px solid #9e0b0f;
    border-bottom: 20px solid #9e0b0f;
} */
.close-global-wrapper {
  display: none; }

.close-wrapper {
  position: fixed;
  font-weight: bold;
  color: #e5e5e5;
  text-align: right;
  border-radius: 50%;
  background: #fff;
  top: 99px;
  right: 9px;
  cursor: pointer;
  z-index: 1000; }

.close-wrapper > img {
  text-align: right;
  float: right;
  width: 50px; }

.mu-loc, .mu-N, .mu-MD, .ind, .mu-comment {
  position: relative;
  background-position: top left;
  background-repeat: no-repeat;
  width: 95%;
  min-height: 25px;
  padding: 0 0 0 27px;
  /* white-space: nowrap; */
  overflow: hidden;
  /* text-overflow: ellipsis; */
  font-weight: bold; }

.mu-loc {
  background-image: url("../img/description-page/loc_mu.png");
  background-size: auto 25px;
  /* height: 25px; */
  font-size: 14px;
  font-weight: bold; }

.mu-N {
  position: relative;
  background-image: url("../img/description-page/mu_N.png");
  background-size: auto 25px;
  margin-top: 5px;
  margin-bottom: 5px; }

.mu-MD {
  position: relative;
  background-image: url("../img/description-page/mu_MD.png");
  background-size: auto 25px;
  margin-top: 5px;
  margin-bottom: 5px; }

.ind {
  background-image: url("../img/description-page/ind.png");
  background-size: auto 25px;
  min-height: 21px;
  width: 95%;
  padding: 0 0 0 27px;
  margin-top: 5px;
  margin-bottom: 9px; }

.mu-comment {
  background-image: url("../img/description-page/comment.png");
  background-size: auto 21px;
  min-height: 21px;
  margin-top: 5px;
  margin-bottom: 9px; }

.timeline-global-wrapper {
  position: relative;
  border-top: 1px dotted #4f4f4f;
  border-bottom: 1px dotted #4f4f4f;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-top: 15px; }
  .timeline-global-wrapper .timeline-wrapper {
    position: relative;
    height: 90px;
    width: 100%;
    vertical-align: middle; }
    .timeline-global-wrapper .timeline-wrapper .date-wrapper {
      position: absolute;
      width: 115px;
      height: 90px;
      padding-right: 8px;
      left: 0;
      border-bottom: 1px solid #b8b7b7; }
    .timeline-global-wrapper .timeline-wrapper .tm-date {
      position: relative;
      margin-top: 22px;
      color: #9e0b0f;
      font-size: 20px;
      font-weight: bold;
      text-align: right; }
    .timeline-global-wrapper .timeline-wrapper .tm-v-line {
      position: absolute;
      width: 3px;
      height: 90px;
      line-height: 60px;
      background-color: #9e0b0f;
      font-size: 22px;
      text-align: center;
      /* left: 105px; */
      left: 140px; }
    .timeline-global-wrapper .timeline-wrapper .tm-v-line:before {
      position: absolute;
      content: "";
      background-color: #9e0b0f;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      top: 25px;
      left: -9px; }
    .timeline-global-wrapper .timeline-wrapper .link-loc-wrapper {
      position: absolute;
      height: 90px;
      width: 80%;
      /* left: 153px; */
      left: 180px;
      border-bottom: 1px solid #b8b7b7; }
    .timeline-global-wrapper .timeline-wrapper .tm-wrapper-end {
      border: none; }
    .timeline-global-wrapper .timeline-wrapper .tm-link {
      position: relative;
      background-image: url("../img/description-page/IN.png");
      background-size: auto 100%;
      background-position: left;
      background-repeat: no-repeat;
      width: 95%;
      height: 25px;
      padding: 0 27px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 14px;
      line-height: 25px;
      margin-bottom: 5px;
      margin-top: 21px; }
    .timeline-global-wrapper .timeline-wrapper .tm-a-link {
      color: #294877;
      font-weight: bold; }
    .timeline-global-wrapper .timeline-wrapper .tm-loc {
      position: relative;
      background-image: url("../img/description-page/loc.png");
      background-size: auto 100%;
      background-position: left;
      background-repeat: no-repeat;
      width: 95%;
      height: 25px;
      padding: 0 27px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 14px;
      font-weight: bold; }

@media (max-width: 768px) {
  .unit-desc-global-wrapper {
    padding: 9px 0 0; }

  .mil-unit-title {
    font-size: 18px; }

  .shevron-big {
    background-size: auto 150px;
    min-height: 150px;
    padding-left: 0;
    padding-top: 170px;
    background-position: top left; }

  .close-wrapper {
    top: 105px;
    right: 3px; }

  .timeline-global-wrapper {
    padding-bottom: 85px; }
    .timeline-global-wrapper .timeline-wrapper .date-wrapper {
      width: 80px;
      /* padding-left: 8px; */ }
    .timeline-global-wrapper .timeline-wrapper .tm-date {
      font-size: 18px;
      text-align: left; }
    .timeline-global-wrapper .timeline-wrapper .tm-v-line {
      left: 100px; }
    .timeline-global-wrapper .timeline-wrapper .link-loc-wrapper {
      left: 135px; } }
@media (max-width: 767px) {
  .close-wrapper {
    top: 125px; } }
/* .global-wrapper{
	overflow-y: scroll;
}
 */
.mainpage-wrapper {
  position: relative;
  width: 100%;
  height: 100%; }

/* HEADER */
.mainpage-header {
  position: fixed;
  background: #000;
  color: #fff;
  padding: 10px 25px 25px;
  width: 100%;
  opacity: 0.9;
  height: 90px;
  top: 0;
  z-index: 5; }
  .mainpage-header h1.header-title {
    margin-top: 5px !important;
    margin-left: 50px;
    margin-bottom: 5px !important; }
  .mainpage-header .text-under-title {
    margin-left: 50px; }
  .mainpage-header .lang-wrapper {
    position: absolute;
    left: 5px;
    bottom: -47px; }
  .mainpage-header .lang-select {
    width: auto !important;
    background: #2196F3;
    color: #fff;
    height: auto;
    padding: 3px 5px; }
  .mainpage-header .logo-wrapper {
    position: absolute;
    left: 15px;
    top: 3px; }
  .mainpage-header .search-wrapper {
    position: absolute;
    top: 13px;
    right: 0;
    padding: 10px 0; }
  .mainpage-header .txt-search {
    display: inline-block !important;
    width: 150px !important;
    height: 25px !important;
    padding: 10px 5px;
    color: #1c1c1c; }
  .mainpage-header .btn-search {
    background-image: url("../img/mainpage/search.png");
    background-size: auto 100%;
    background-position: left;
    background-repeat: no-repeat;
    width: 27px;
    height: 25px;
    margin-left: 10px;
    float: right; }

@media (max-width: 940px) {
  h1.header-title {
    font-size: 22px; }

  .text-under-title {
    font-size: 12px; } }
@media (max-width: 769px) {
  .mainpage-header {
    position: fixed;
    /* background-color: #404040; */
    /* color: #fff; */
    opacity: 1;
    padding: 10px 10px 10px 0;
    width: 100%;
    opacity: 0.9;
    height: 90px;
    top: 0;
    z-index: 5; }
    .mainpage-header h1.header-title {
      margin-left: 0; }
    .mainpage-header .text-under-title {
      margin-left: 0; }
    .mainpage-header .lang-wrapper {
      width: 100%; }
    .mainpage-header .lang-select {
      margin: auto; }
    .mainpage-header .lang {
      display: block;
      float: right;
      padding: 3px 5px;
      cursor: pointer;
      border-radius: 3px; }
    .mainpage-header .lang-active {
      background-color: #2196F3; }
    .mainpage-header .logo-wrapper {
      display: none; }
    .mainpage-header .title-wrapper {
      display: none; }
    .mainpage-header .search-wrapper {
      position: relative;
      top: 0;
      padding: 10px 0; }
    .mainpage-header .txt-search {
      display: inline-block !important;
      width: 85% !important;
      height: 25px !important;
      padding: 10px 5px;
      color: #1c1c1c; }
    .mainpage-header .btn-search {
      background-image: url("../img/mainpage/search.png");
      background-size: auto 100%;
      background-position: left;
      background-repeat: no-repeat;
      width: 27px;
      height: 25px;
      margin-left: 0;
      float: right; } }
@media (max-width: 767px) {
  .mainpage-header .lang-wrapper {
    position: relative;
    right: 0;
    top: 0;
    left: unset;
    float: right; } }
@media (max-width: 767px) {
  .mainpage-header {
    height: 110px; }
    .mainpage-header .txt-search {
      width: 91% !important; } }
@media (max-width: 375px) {
  .mainpage-header .title-wrapper {
    /* display: none; */ }
  .mainpage-header .search-wrapper {
    position: relative;
    top: 0;
    padding: 10px 0; }
  .mainpage-header .txt-search {
    width: 89% !important; } }
@media (max-width: 320px) {
  .mainpage-header .title-wrapper {
    /* display: none; */ }
  .mainpage-header .txt-search {
    width: 87% !important; } }
/* CONTENT */
.mainpage-content {
  margin-top: 90px; }

@media (max-width: 767px) {
  .mainpage-content {
    margin-top: 110px; } }
/* MILITARY UNITS */
/* .map-global-wrapper{ */
/* margin-top: 90px; */
/* margin-left: -20px; */
/* } */
.content-wrapper {
  position: relative;
  margin: auto;
  text-align: left;
  padding: 0 5px 10px 5px; }
  .content-wrapper .info-wrapper {
    margin-top: 15px;
    padding: 7px 35px 7px 7px;
    display: inherit;
    text-align: left;
    border-radius: 3px;
    border: 1px solid #353535; }
    .content-wrapper .info-wrapper a {
      color: #9e0b0f; }
  .content-wrapper .scroll-marker {
    position: fixed;
    /* display: none; */
    visibility: hidden;
    top: 0; }
  .content-wrapper .shevron-global-wrapper {
    padding-top: 13px;
    padding-bottom: 85px; }
  .content-wrapper .main-mu-type {
    position: relative;
    font-size: 22px;
    display: table;
    color: #333;
    cursor: pointer;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 10px; }
    .content-wrapper .main-mu-type .text-small {
      /* color: #fff; */
      font-size: 14px; }
  .content-wrapper .main-mu-type::after {
    content: '';
    position: absolute;
    right: -25px;
    top: 15px;
    display: block;
    border-right: 3px solid #333;
    border-bottom: 3px solid #333;
    width: 9px;
    height: 9px;
    transform: translate(-50%, -50%) rotate(45deg); }
  .content-wrapper .unit-wrapper {
    position: relative;
    /* width: 180px; */
    min-width: 180px;
    width: 24%;
    height: 115px;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    padding: 0 5px 5px 5px;
    cursor: pointer;
    border: 1px solid #9e0b0f;
    border-radius: 3px; }
  .content-wrapper .unit-title {
    position: absolute;
    width: 85px;
    padding: 1px;
    font-size: 13px;
    font-weight: bold;
    color: #9e0b0f;
    line-height: 130%;
    top: 5px;
    /* right: 0; */
    left: 90px;
    text-align: left; }
  .content-wrapper .text-small {
    font-size: 12px;
    color: #9e0b0f;
    color: #353535; }
  .content-wrapper .shevron-img {
    position: absolute;
    left: 3px;
    top: 3px;
    background-size: auto 95%;
    background-position: center;
    background-repeat: no-repeat;
    min-width: 85px;
    height: 85px; }
  .content-wrapper .unit-wrapper:hover > .shevron-img {
    background-size: auto 100%; }
  .content-wrapper .wrapper-list-item {
    display: none;
    padding: 10px 0 10px 12px;
    margin: 0 10px 0 0;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px dotted #9e0b0f;
    cursor: pointer;
    color: #9e0b0f;
    /* color: #000; */ }
  .content-wrapper .vo {
    position: relative;
    /* float: right; */
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
    color: #303131;
    /* border-left: 2px solid #989898; */
    /* margin-left: 10px; */ }
  .content-wrapper .mu-type {
    position: relative;
    /* float: right; */
    display: inline-block;
    color: #3a3a3a;
    padding: 5px 10px;
    /* margin-top: -10px; */
    border-right: 2px solid #989898;
    margin-right: 10px; }
  .content-wrapper .btn-map {
    position: fixed;
    background: #fff;
    float: right;
    margin-top: -5px;
    right: 5px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 2px solid #9e0b0f;
    z-index: 100; }
  .content-wrapper .map-global-wrapper {
    /* margin-top: 90px; */
    margin-left: -20px; }
  .content-wrapper .footer {
    display: none; }

@media (min-width: 1301px) {
  .content-wrapper .unit-wrapper {
    width: 180px; } }
@media (max-width: 768px) {
  .content-wrapper {
    margin: auto; }
    .content-wrapper .info-wrapper {
      margin-top: 21px; }
    .content-wrapper .unit-wrapper {
      width: 48%; }
    .content-wrapper .equip-wrapper {
      position: relative;
      width: 32%; }
    .content-wrapper .unit-title {
      position: absolute;
      top: 5px;
      left: 5px; }
    .content-wrapper .shevron-img {
      opacity: 0.13;
      left: 0;
      width: 100%; }
    .content-wrapper .wrapper-list-item {
      display: none;
      padding: 10px 0 10px 12px;
      margin: 0 10px 0 0;
      font-size: 17px;
      font-weight: bold;
      text-align: left;
      border-bottom: 1px dotted #9e0b0f;
      cursor: pointer;
      color: #9e0b0f;
      /* color: #000; */ }
    .content-wrapper .vo {
      position: relative;
      /* float: right; */
      display: inline-block;
      font-size: 14px;
      padding: 5px 10px;
      color: #303131;
      border-left: 2px solid #989898;
      margin-left: 10px; }
    .content-wrapper .mu-type {
      position: relative;
      display: inline-block;
      color: #9e0b0f;
      padding: 5px 10px;
      border-right: 2px solid #989898;
      margin-right: 10px; }
    .content-wrapper .map-global-wrapper {
      /* margin-top: 110px; */ } }
@media (max-width: 410px) {
  .content-wrapper .unit-wrapper {
    width: 100%; }
  .content-wrapper .equip-wrapper {
    width: 100%; } }
@media (max-width: 768px) {
  .footer {
    display: block; } }
/* FOOTER */
.mainpage-footer {
  position: fixed;
  background: #000;
  color: #fff;
  padding: 10px 5px;
  width: 100%;
  opacity: 0.9;
  height: 85px;
  bottom: 0;
  z-index: 5; }
  .mainpage-footer img {
    height: 30px;
    width: auto; }
  .mainpage-footer span {
    vertical-align: middle;
    margin-right: 5px; }

@media (max-width: 768px) {
  .mainpage-footer {
    opacity: 1; }
    .mainpage-footer img {
      height: 30px; } }
body {
  background-color: #d7d7d7;
  overflow-y: scroll; }

.container-full {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden; }

.top-button {
  display: none;
  position: fixed;
  width: 30px;
  height: 30px;
  bottom: 9px;
  right: 9px;
  cursor: pointer;
  z-index: 101;
  opacity: 0.9; }

.form-group_ {
  margin-bottom: 15px; }

.form-control {
  width: 150px !important; }

.form-control_ {
  display: block;
  width: 150px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.form-control_ > option {
  width: 150px; }

.scrollbar {
  position: absolute;
  /* margin-right: 30px; */
  right: 10px;
  /* float: right; */
  height: 100%;
  width: 30px;
  /* background: #F5F5F5; */
  /* overflow-y: scroll; */
  margin-bottom: -25px;
  z-index: 1001; }

#style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5; }

#style-1::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }

#style-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555; }

/* SWITCHER */
.switcher-wrapper {
  position: relative;
  text-align: center;
  display: inline-block;
  top: 19px;
  width: 100%; }

.label-container {
  display: block;
  position: relative;
  display: inline-block;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-right: 5px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.label-checkbox-container {
  /* display: none; */
  position: fixed;
  /* top: 95px; */
  top: 59px;
  width: 100%;
  right: 25px;
  z-index: 100; }

@media (max-width: 397px) {
  .label-container > img {
    height: 30px; } }
@media (max-width: 768px) {
  .switcher-wrapper {
    top: 0; }

  .label-checkbox-container {
    right: 8px; } }
/* Hide the browser's default radio button */
.label-container input {
  position: absolute;
  opacity: 0; }

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%; }

/* On mouse-over, add a grey background color */
.label-container:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the radio button is checked, add a blue background */
.label-container input:checked ~ .checkmark {
  background-color: #2196F3; }

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
.label-container input:checked ~ .checkmark:after {
  display: block; }

/* Style the indicator (dot/circle) */
.label-container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white; }

@media (max-width: 320px) {
  .label-container {
    padding-left: 30px; }

  .label-container > img {
    height: 25px; } }
input.switch-list {
  position: absolute;
  margin: 4px 0 0;
  line-height: normal;
  width: 25px;
  height: 25px;
  top: 0px;
  right: 0; }

@media (max-width: 768px) {
  input.switch-list {
    /* top: -43px; */
    right: 15px; } }

/*# sourceMappingURL=styles.css.map */
