@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
}

@font-face {
  font-family: "Roboto Light";
  font-style: normal;
  src: local("Roboto Light"), url("../fonts/Roboto-Light.ttf") format("woff");
}
@font-face {
  font-family: "Roboto Medium";
  font-style: normal;
  src: local("Roboto Medium"), url("../fonts/Roboto-Regular.ttf") format("woff");
}
body {
  overflow-x: hidden;
}

body, input, textarea, select {
  font-family: "Roboto Light";
  font-size: 11pt;
  font-weight: 300;
  line-height: 2.8rem;
  color: #202020;
/*  color:#393939;*/
/*	color: ##383838;*/
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.no-padding {
  padding: 0 !important;
}

span {
  color: #006200;
}

/*
img {
  width: 100%;
}
*/
/*Header */
.home-page header {
  padding: 25.6rem 0 19.2rem 0;
}

header {
  position: relative;
  background: url(../images/header.jpg) no-repeat bottom center;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
  padding: 16rem 0 9.6rem 0;
}
header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(64, 64, 64, 0.125);
}

/* Changing default bootstrap nav */
.navbar {
  position: absolute !important;
  top: 0;
  right: 0;
  left: 0;
}

.navbar-default {
  border: none !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
  z-index: 999;
}

.navbar-default .navbar-nav > li > a {
  color: #fff !important;
}

.navbar-default .navbar-nav > .open > a {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.navbar-nav {
  float: none !important;
}

.navbar-nav > li {
  float: none !important;
  display: inline-block !important;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar-nav > li:last-child {
  padding-right: 0;
  border-right: none;
}

.navbar-nav > li > a {
  padding: 2.4rem 10px !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  font-size: 1.5rem !important;
  outline: 0 !important;
}

.dropdown-menu {
  font-size: 1.5rem !important;
  text-transform: uppercase;
  min-width: 168px !important;
}

.dropdown-menu > li > a {
  line-height: 3rem !important;
}

/* Changing default bootstrap nav END */
#logotype h1 {
  color: #FFF;
}

#logotype span {
  font-size: 3.24rem;
  color: #FFF;
}

#logotype a {
  text-decoration: none;
  font-weight: 300;
  line-height: 1.6rem;
  font-size: 10.2rem;
  color: #FFF;
  letter-spacing: -0.08rem;
  margin: 0 0 0.2rem 0;
}

/*Header END */
/*Statistics section one */
.tab-pane > h3 {
  margin: 10px 0;
  font-size: 1.8rem;
  text-align: center;
  font-family: "Roboto Medium";
}

.panel {
  margin: 20px 0;
  border-radius: 0 !important;
}

.statistics-sec-one h2,
.history-sec-one h2,
.jurnal-sec-one h2,
.devices-sec-one h2,
.profile-sec-one h2 {
  font-size: 5.4rem;
  margin-bottom: 1rem;
}
.statistics-sec-one h3,
.history-sec-one h3,
.jurnal-sec-one h3,
.devices-sec-one h3,
.profile-sec-one h3 {
  color: #006200;
  font-size: 2rem;
}

.statistics-sec-one > .container-fluid,
.history-sec-one > .container-fluid,
.jurnal-sec-one > .container-fluid,
.devices-sec-one > .container-fluid,
.profile-sec-one > .container-fluid {
  padding: 6rem 0;
}

select {
  border: 1px solid #006200;
  border-radius: 4px;
  padding: 5px;
  outline: none;
  cursor: pointer;
}

input {
  border: 1px solid #006200;
  border-radius: 4px;
  padding: 6px 5px 5px;
  outline: none;
  text-align: center;
/*  margin: 0 5px !important;*/
  margin: 0 5px;
}
input:disabled, select:disabled{
	border: 1px solid #ddd;
	color:#ddd;
}
/*
button {
  position: relative;
  display: inline-block;
  background: #006200;
  padding: 0.7rem 2rem 0.55rem;
  text-decoration: none !important;
  -webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
          transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  text-align: center;
  border-radius: 0.4rem;
  border: 0;
  outline: none;
}

button:hover {
  background: #70AA7E;
  color: #FFF !important;
}

button a {
  color: #fff;
  text-decoration: none;
}
button a:hover {
  color: #fff;
  text-decoration: none;
}
*/


tr > th {
  font-family: "Roboto Medium";
}
/*
table tr:nth-child(2n) {
  background-color: #dff0d8;
}
*/
.border {
  border: 1px solid #006200;
  border-radius: 4px;
  margin: 10px 0;
}

/*Statistics section one END */
/*Footer */
footer {
  margin-top: 5rem;
  padding: 5rem 0 5rem 0;
  background-color: #161616;
  color: rgba(255, 255, 255, 0.3);

}
footer h2 {
  color: #fff;
  font-size: 5rem;
  margin-bottom: 20px;
}
footer h3 {
  color: rgba(255, 255, 255, 0.3);
  font-size: 2.4rem;
  display: block;
  margin: 5px 0;
}
footer span {
  color: rgba(255, 255, 255, 0.3);
  font-size: 2.4rem;
  display: block;
  margin: 5px 0;
}
/*
footer i {
  display: block !important;
  margin: 20px 0;
}
*/
.copyright {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.2);
}

/*Footer END */
/*Equipment section one */
.equipment-sec-one > .container-fluid {
  padding: 6rem 0;
}

.equipment-sec-one h2 {
  font-size: 5.4rem;
  margin-bottom: 1rem;
}
.equipment-sec-one h3 {
  font-size: 3rem;
  margin-bottom: 3rem;
}

.caption h3 {
  font-size: 2.4rem;
  font-family: "Roboto Medium";
  margin-top: 20px;
  margin-bottom: 10px;
}

.accordion-cont ul > li {
  list-style: circle inside;
}
.accordion-cont p {
  margin-top: 1rem;
}

.caption span {
  float: right;
  font-size: 1.8rem;
}

/*Equipment section one */
/*Tariffs section one */
.tariffs-sec-one h2 {
  font-size: 5.4rem;
  margin-bottom: 1rem;
}

.tariffs-sec-one > .container-fluid {
  padding: 6rem 0;
}

.tariffs-sec-one h3 {
  font-size: 2.4rem;
  font-family: "Roboto Medium";
  margin-top: 20px;
  margin-bottom: 10px;
}
.tariffs-sec-one p {
  font-size: 1.8rem;
}
.tariffs-sec-one table {
  font-size: 1.6rem;
  margin: 3rem 0;
  border: 1px solid #ddd;
}
.tariffs-sec-one span {
  color: red;
}

/*Tariffs section one END */
/*Home page section one */
.home-sec-one h2 {
  font-size: 5.4rem;
  margin-bottom: 1rem;
}
.home-sec-one h3 {
  font-size: 5rem;
  margin-top: 2rem;
  margin-bottom: 5rem;
}
.home-sec-one p {
  font-size: 1.8rem;
}
.home-sec-one a {
/*  color: #fff;*/
}
.home-sec-one a:hover {
  color: #006200;
}
.home-sec-one a:visited {
  color: #006200;
}
.home-sec-one span {
  display: block;
  color: #fff;
  font-size: 2rem;
  padding-top: 3rem;
}

.fa-android {
  color: #A4CA39;
}
/*
.home-sec-one > .title {
  padding: 6rem 0;
}
*/
.home-page-tablet-img {
  position: relative;
  background-image: url(../images/home-tablet.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  height: 500px;
  margin-bottom: 5rem;
}

.promo-text {
  text-align: center;
}
.promo-text p {
  display: block;
  color: #fff;
  font-size: 3rem;
  line-height: 4rem;
}
.promo-text h1 {
  font-size: 4rem;
  color: #fff;
}
.promo-text button {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid;
  padding: 0;
  margin-top: 2rem;
}
.promo-text button a {
  text-transform: uppercase;
  font-size: 2.4rem;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  display: block;
  padding: 2rem 5rem;
}
.promo-text button a:hover {
  color: #000;
}
.promo-text button a:visited {
  color: #fff;
  text-decoration: none;
}
.promo-text button:hover {
  background-color: #A4CA39;
  border: 1px solid #fff;
}

.android-app {
  width: 37%;
  height: 35rem;
  margin: 0 auto;
  top: 2.5rem;
  background-image: url(../images/bg-map.jpg);
  background-repeat: repeat;
  background-position: center -83rem;
  background-attachment: fixed;
  position: relative;
}

.window-tint {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  opacity: 0;
}

/*Home page section one END */
/*News section one */
.news-sec-one > .container-fluid {
  padding: 6rem 0;
}

.news-sec-one h2 {
  font-size: 5.4rem;
}
.news-sec-one h3 {
  font-size: 3rem;
  font-family: "Roboto Medium";
  margin: 2rem 0;
}
.news-sec-one p {
  font-size: 1.8rem;
}
.news-sec-one a {
  color: #006200;
}
.news-sec-one a:hover {
  color: #006200;
}
.news-sec-one a:visited {
  color: #006200;
}
.news-sec-one span {
  font-family: "Roboto Medium";
  color: #777;
}

.update {
  padding: 1rem 1.5rem;
}
.update:first-child {
  padding-top: 0;
}

/*News section one END */
/*Contacts section one */
.contacts-sec-one > .container-fluid {
  padding: 6rem 0;
}

.contacts-sec-one iframe {
  border: 0;
  width: 100%;
  height: 553px;
  margin-top: 10px;
}
.contacts-sec-one h2 {
  font-size: 5.4rem;
  padding-bottom: 2rem;
}
.contacts-sec-one h3 {
  font-size: 2.4rem;
  line-height: 3rem;
  max-width: 1140px;
  margin: 0 auto;
  color: #006200;
}
.contacts-sec-one p {
  font-size: 1.8rem;
  text-align: right;
}
.contacts-sec-one span {
  font-family: "Roboto Medium";
  color: #777;
}
.contacts-sec-one a {
  color: #006200;
}
.contacts-sec-one a:hover {
  color: #006200;
}
.contacts-sec-one a:visited {
  color: #006200;
}

.contacts-info-block {
  padding: 1rem 0;
}
.contacts-info-block:first-child {
  padding-top: 0;
}

/*Contacts section one END */
/*Tracking map */
.tracking-map {
  height: 955px;
  width: 100%;
  background-image: url(../images/tracking-map.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

.tracking-map_home-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 5px;
 z-index:300;
}
.tracking-map_home-btn a {
  color: #70AA7E;
}
.tracking-map_home-btn a:hover {
  color: #006200;
}

.tracking-map_timer {
  position: absolute;
  top: 80px;
z-index:300;
  right: 10px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 11px 20px;
  font-size: 1.8rem;
}

.tracking-map_toggle-bar {
  position: absolute;
  top: 45%;
  right: -75px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px 13px 4px 16px;
  -webkit-transition: -webkit-transform 0.7s ease;
          transition: transform 0.7s ease;
}
.tracking-map_toggle-bar i {
  color: #70AA7E;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
          transition: transform 0.3s ease;
}
.tracking-map_toggle-bar i:hover {
  -webkit-transform: translateX(10%);
      -ms-transform: translateX(10%);
          transform: translateX(10%);
}

.tracking-map_toggle-bar.open {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tracking-map_left-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  background: #fff;
  text-align: center;
  z-index: 2;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.6s ease;
          transition: transform 0.6s ease;
}
.tracking-map_left-bar button {
  display: block;
  width: 100%;
  border-radius: 0;
  font-size: 1.8rem;
  margin: 3px 0;
  text-align: left;
}


.tracking-map_left-bar.open {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.fa-chevron-down {
  -webkit-transition: -webkit-transform 0.6s ease;
          transition: transform 0.6s ease;
}

.open {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.closed {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-cont p {
  display: block;
  text-align: left;
  padding: 0 20px;
}

label {
/*  width: 96%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal !important;
  font-size: 1.6rem;
*/
}

/* hide input */
input.radio:empty {
  margin-left: -999px !important;
  position: absolute;
}

/* style label */
input.radio:empty ~ label {
  position: relative;
  line-height: 2.5em;
  cursor: pointer;
  margin: 5px;
}

input.radio:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 6.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

/* toggle hover */
input.radio:hover:not(:checked) ~ label:before {
  content: "✔";
  color: #C2C2C2;
}

input.radio:hover:not(:checked) ~ label {
  color: #888;
}

/* toggle on */
input.radio:checked ~ label:before {
  content: "✔";
  color: #fff;
  background-color: #4DCB6D;
}

input.radio:checked ~ label {
  color: #777;
}

.table-sections {
  text-align: left;
  border-bottom: 2px solid #70AA7E;
}
.table-sections:last-child {
  border-bottom: 0;
}
.table-sections td {
  padding: 5px 20px;
  text-align: left;
}
/*
.table-sections td:nth-child(2n) {
  text-align: right;
}
*/

.table-sections select, .table-sections input {
  padding: 0;
}
.table-sections button {
  text-align: center;
  border-radius: 4px;
}

.modal-header .close {
  color: red !important;
}

#tracking-map_modal-send p {
  text-align: center;
  font-size: 1.6rem;
}
#tracking-map_modal-send button {
  padding: 0 1rem;
}

#tracking-map_main-modal table {
  width: 100%;
  border: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
#tracking-map_main-modal table:last-child {
  margin-bottom: 0;
}
#tracking-map_main-modal table td, #tracking-map_main-modal table th {
  padding: 5px 20px;
  text-align: left;
}

#tracking-map_main-modal table td:nth-child(2n), #tracking-map_main-modal table th:nth-child(2n) {
  width: 50%;
}
#tracking-map_main-modal button {
  padding: 0 1rem;
}

/*Tracking map END */
/*History section one */
/*
.history-sec-one table tr:nth-child(2n) {
  background-color: #FFF;
}
.history-sec-one table tr:nth-child(2n+1) {
  background-color: #dff0d8;
}
*/
.history-sec-one input {
  padding: 6px 0px 5px;
  width: 100px;
}

.history-sec-one_page-menu a {
  color: #70AA7E;
}
.history-sec-one_page-menu a:hover {
  color: #006200;
}

.history-sec-one_page-menu li {
  display: inline-block;
  padding: 0 5px;
  font-size: 1.8rem;
  -webkit-transition: 0.2s ease;
          transition: 0.2s ease;
  cursor: pointer;
}
.history-sec-one_page-menu li:hover {
  color: #70AA7E;
  font-size: 2.2rem !important;
  font-family: "Roboto Medium";
}

.active-menu {
  color: #70AA7E;
  font-size: 2.2rem !important;
  font-family: "Roboto Medium";
}

/*History section one END */
/*Jurnal section one */
.jurnal-sec-one span {
  color: #F22613;
}
.jurnal-sec-one table {
  border: 1px solid #ddd;
}
.devices-sec-one .fa-pencil-square, .jurnal-sec-one .fa-pencil-square {
  color: #F39C12;
}
.jurnal-sec-one .fa-plus-square {
  color: #70AA7E;
}
.jurnal-sec-one i, .jurnal-sec-one span {
  cursor: pointer;
  -webkit-transition: 0.3s ease;
          transition: 0.3s ease;
}
.jurnal-sec-one i:hover, .jurnal-sec-one span:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

/*Jurnal section one END */
/*Devices section one END */
.devices-sec-one a {
  color: #70AA7E;
}
.devices-sec-one a:hover {
  color: #006200;
}

/*Devices section one END */
/*Profile section one */
.profile-sec-one table input[type="text"] {
  text-align: left;
  float: right;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  outline: none !important;
}

input[type="checkbox"]:active, input[type="checkbox"]:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

input[type="checkbox"]:checked {
  border: 1px solid #70AA7E;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}

input[type="checkbox"]:checked:after {
  content: "✔";
  font-size: 14px;
  position: absolute;
  top: -1px;
  left: 4px;
  color: #70AA7E;
}

/*Profile section one END */
/*Medias */
@media (max-width: 1366px) {
  .android-app {
    height: 40rem;
  }

  html {
    font-size: 52.5%;
  }

  .home-page-tablet-img {
    height: 479px;
  }

  .tracking-map_left-bar {
    width: 25%;
  }
}
@media (max-width: 1200px) {
  .home-page-tablet-img {
    height: 421px;
  }

  .android-app {
    height: 37rem;
  }

  .promo-text h1 {
    font-size: 3.6rem;
  }
  .promo-text p {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .promo-text button {
    margin-top: 1rem;
  }
  .promo-text button a {
    font-size: 2rem;
    padding: 1rem 3rem;
  }
  .promo-text span {
    padding-top: 1rem;
  }

  .tracking-map_left-bar {
    width: 30%;
  }
}
@media (max-width: 992px) {
  .android-app {
    height: 30.7rem;
    top: 2rem;
  }

  .promo-text h1 {
    font-size: 3rem;
  }
  .promo-text p {
    font-size: 2rem;
    line-height: 2rem;
  }
  .promo-text button {
    margin-top: 1rem;
  }

  .home-sec-one span {
    font-size: 1.7rem;
    padding-top: 2rem;
  }

  .home-page-tablet-img {
    height: 348px;
  }

  .navbar-nav > li > a {
    padding: 1.4rem 1.3rem !important;
  }

  .navbar {
    min-height: 30px !important;
  }

  .history-sec-one table {
    font-size: 1.2rem;
  }

  .tracking-map_left-bar {
    width: 33%;
  }

  .statistics-sec-one li a {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .navbar-default {
    border: 1px solid transparent !important;
    background-color: #f8f8f8 !important;
  }

  .navbar-nav > li {
    display: block !important;
    border-right: 0;
    font-size: 2.4rem;

  }

  .navbar-nav > li > a {
    padding: 10px 15px !important;
    font-size: 2.4rem;
  }

  .navbar-default .navbar-nav > li > a {
    color: #777 !important;
    font-size: 2.4rem;
  }

  .dropdown-menu {
    font-size: 14px !important;
    text-transform: none;
    min-width: 160px !important;
  }

  .navbar-nav {
    float: left !important;
    text-align: left;
  }

  .home-page-tablet-img {
    background-image: none;
    height: auto;
  }

  .android-app {
    width: 100%;
  }

  html {
    font-size: 52.5%;
  }
/*
  .home-sec-one > .title {
    padding: 3rem 0 0;
  }
*/
  .home-page header {
    padding: 19.6rem 0 13.2rem 0;
  }

  .home-sec-one h2 {
    font-size: 4.4rem;
  }
  .home-sec-one h3 {
    font-size: 3.8rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }

  footer {
    margin-top: 3rem;
  }

  .tracking-map_left-bar {
    width: 45%;
  }

  table th, table td {
    width: 100%;
    float: left;
  }

  .tracking-map_left-bar table th, .tracking-map_left-bar table td, .modal-content table th, .modal-content table td {
    width: auto;
    float: none;
  }

  .contacts-sec-one p {
    text-align: left;
  }

  .contacts-sec-one h3 {
    font-size: 2rem;
    padding: 0 15px;
  }

  .window-tint {
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .home-sec-one h2 {
    font-size: 7.4vw;
  }
  .home-sec-one h3 {
    font-size: 5.8vw;
  }

  footer h2 {
    font-size: 9vw;
  }
  footer h3 {
    font-size: 4vw;
  }
  footer span {
    font-size: 5vw;
  }
  footer i {
    margin: 10px 0;
  }

  .copyright {
    font-size: 3vw;
  }

  .news-sec-one > .container-fluid {
    padding: 3rem 0 1rem;
  }

  .tracking-map_left-bar {
    width: 80%;
  }

  input.radio:empty ~ label:before {
    width: 4.5em;
  }

  .tracking-map_left-bar {
    width: 100%;
  }

  .tracking-map_toggle-bar.open {
    right: 10px;
    background-color: transparent;
    z-index: 9999;
    border-radius: 0;
    border: 0;
    padding: 0;
  }

  .statistics-sec-one > .container-fluid,
  .history-sec-one > .container-fluid,
  .jurnal-sec-one > .container-fluid,
  .devices-sec-one > .container-fluid,
  .profile-sec-one > .container-fluid,
  .contacts-sec-one > .container-fluid {
    padding: 3rem 0;
  }

  .statistics-sec-one h2,
  .history-sec-one h2,
  .jurnal-sec-one h2,
  .devices-sec-one h2,
  .profile-sec-one h2,
  .equipment-sec-one h2 {
    font-size: 4.4rem;
    margin-bottom: 0rem;
  }

  .caption span {
    font-size: 1.6rem;
  }
}
/*Medias END */

.passview{
opacity:0.2;
}
.passview:hover{ 
opacity:1;
}


.bisnes-box{
padding: 10px 20px;
border-right:1px dotted silver;
}

.bisnes-box:last-of-type{
border-right:none;
}
.bisnes-header{
padding:20px;
}
.bisnes-text{
font-size: 1.4rem;
}


.ch_img_box{
	padding: 5px;
	border:1px solid silver;
	text-align:center;
}
.ch_img_box:hover{
        padding: 5px;
        border:1px solid green;
        text-align:center;
}

.current{
	border:1px solid red;
}
.d_id{display:none;}

/*-----------*/
/*
table > tbody > tr:nth-child(2n) {background-color: #FFF;}
table > tbody > tr:nth-child(2n+1) {background-color: #dff0d8;}
.table-striped > tbody > tr:nth-child(2n){background-color: #FFF;}
.table-striped > tbody > tr:nth-child(2n){background-color: #dff0d8;}
*/
.color_success{

}
.color_info{

}
