@import url(../../ext/bootstrap-3.3.5/css/bootstrap.css);
@import url(../../ext/bootstrap-select-1.11.2/dist/css/bootstrap-select.min.css);
@import url(../../ext/bootstrap-datetimepicker-master/build/css/bootstrap-datetimepicker.css);
@import url(../../ext/nvd3-master/build/nv.d3.css);
@import url(../font/avenirnext.css);
/*========================================
 *---------------TYPOGRAPHY-----------------
 *======================================== */
a {
  color: #5c90d2; }

.orange {
  color: #e27c00; }

.blue {
  color: #0074ff; }

.green {
  color: #00a431; }

.red {
  color: #ac2925; }

.purple {
  color: #802edc; }

.underline {
  text-decoration: underline; }

a:hover {
  color: #4a6a9d;
  text-decoration: none; }

a:focus {
  color: #4a6a9d;
  text-decoration: none;
  outline: none; }

a:active {
  outline: none; }

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: none; }

.btn.focus {
  outline: none; }
  .btn.focus:active {
    outline: none; }

.btn.active.focus {
  outline: none; }

.block, .title {
  display: block; }

.form-control {
  border-radius: 0;
  border: 1px solid #999999; }

select.form-control {
  height: 48px;
  border-radius: 0; }

.form-inline .input-group {
  display: flex;
  align-items: flex-start;
  background: #f2f2f2; }

select.form-control {
  height: 48px !important;
  min-width: 100px; }

.form-control:focus, .form-control:active {
  box-shadow: none;
  outline: none;
  border-color: #7e9bff; }

.modal-data .form-control:focus, .modal-data .form-control:active {
  border-color: #999999; }

.form-group {
  margin-bottom: 20px; }

.input-lg {
  height: 48px; }

.input-group-addon {
  border-radius: 0;
  height: 48px;
  align-items: center;
  display: flex; }

.checkbox {
  margin: 15px 0; }

.btn {
  outline: none; }

.btn-sm {
  font-size: 17px !important;
  padding: 5px 12px !important;
  line-height: 1.35 !important;
  height: 34px !important; }

.btn-default {
  border-radius: 0; }

.btn-success {
  border-radius: 0;
  border: none;
  color: #ffffff;
  background: #508654; }
  .btn-success:active:focus, .btn-success:focus, .btn-success:hover {
    background: #64BD63; }

.btn-primary {
  font-size: 18px;
  border-radius: 0;
  border: none;
  background: #7e9bff;
  color: #ffffff; }
  .btn-primary:active:focus, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    border: none;
    background: #5c90d2;
    color: #ffffff; }

.bootstrap-select .btn-default {
  font-size: 15px;
  line-height: 24px;
  padding: 10px 10px 6px;
  background: #f2f2f2;
  color: #9d9d9d;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0 !important; }

.bootstrap-select.btn-group .dropdown-menu {
  background: #f2f2f2;
  color: #9d9d9d;
  border-top: 1px solid #dddddd; }

.bootstrap-select .dropdown-toggle:focus {
  box-shadow: none !important;
  outline: none !important; }

.btn-group.open .dropdown-toggle {
  box-shadow: none !important;
  outline: none !important; }

.btn-default:active:hover, .btn-default.active:hover {
  box-shadow: none;
  outline: none;
  background: #f2f2f2;
  color: #9d9d9d;
  border: none; }

.open > .dropdown-toggle.btn-default:hover {
  box-shadow: none;
  outline: none;
  background: #f2f2f2;
  color: #9d9d9d;
  border: none; }

.btn-default:active:focus, .btn-default.active:focus {
  box-shadow: none;
  outline: none;
  background: #f2f2f2;
  color: #9d9d9d;
  border: none; }

.open > .dropdown-toggle.btn-default:focus {
  box-shadow: none;
  outline: none;
  background: #f2f2f2;
  color: #9d9d9d;
  border: none; }

.btn-default:active.focus, .btn-default.active.focus {
  box-shadow: none;
  outline: none;
  background: #f2f2f2;
  color: #9d9d9d;
  border: none; }

.open > .dropdown-toggle.btn-default.focus {
  box-shadow: none;
  outline: none;
  background: #f2f2f2;
  color: #9d9d9d;
  border: none; }

.bootstrap-select .dropdown-menu {
  margin: -1px 0 0;
  border: none;
  border-radius: 0; }

.bootstrap-select.open .dropdown-toggle {
  border-radius: 4px 4px 0 0; }

.bootstrap-select .dropdown-menu > li > a:hover, .bootstrap-select .dropdown-menu > li > a:focus {
  background: #ffffff;
  color: #5c90d2; }

.btn-lg {
  padding: 12px 15px; }

.input-group-addon {
  background: #ffffff;
  border: transparent; }

.table {
  margin-bottom: 30px; }

.table-data .table > thead > tr > th {
  border-bottom: none;
  font-family: "AvenirNext-Medium", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  padding: 14px 10px 14px 30px;
  background: transparent;
  color: #646464;
  border-bottom: 1px solid #dddddd;
  white-space: nowrap; }

.table-data .table > tbody > tr > td[rowspan] {
  background: #ffffff; }

.table-data .table > thead > tr > th + th {
  border-left: 1px solid #dddddd; }

.table-data .table > tbody {
  background: #ffffff; }
  .table-data .table > tbody > tr > td {
    border-top: none;
    padding: 9px 10px;
    line-height: 21px;
    font-size: 14px; }

.table-data .table-hover > tbody > tr.table-header:hover {
  background: transparent; }

.table > tbody > tr > td.active {
  background-color: #ffb822;
  color: #333333; }

.table-data .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(241, 241, 241, 0.67); }

.table-data .table-hover > tbody > tr:hover {
  background: rgba(192, 192, 192, 0.3); }

.table-striped > thead {
  border: 1px solid #dddddd !important; }

label {
  font-weight: normal;
  margin: 5px 0;
  color: #9d9d9d; }

.pagination {
  margin: 0;
  border-radius: 0; }
  .pagination li:last-child > a, .pagination li:first-child > a {
    border-radius: 0; }
  .pagination li > a {
    height: 40px;
    width: 40px;
    line-height: 22px;
    padding: 9px 0;
    text-align: center;
    border: none;
    color: #9d9d9d;
    background: #f2f2f2;
    margin-left: 3px;
    border-bottom: 3px solid transparent; }
  .pagination li .disabled > a {
    border: none; }
  .pagination li li > a:focus, .pagination li li > a:hover {
    background: #ffffff;
    color: #5c90d2;
    border-color: transparent; }
  .pagination li .active:hover > a, .pagination li .active > a {
    background: #ffffff;
    border-bottom-color: #5c90d2;
    color: #5c90d2; }

.dropdown-toggle.btn-default {
  border-radius: 4px; }

.form-date > .form-inline > .form-group {
  margin-bottom: 15px; }

.form-inline > .form-group {
  margin-right: 10px; }

.row-padding-0 {
  margin-left: 0;
  margin-right: 0; }
  .row-padding-0 > div {
    padding-left: 0;
    padding-right: 0; }

.modal-open .modal {
  background: rgba(0, 0, 0, 0.6); }

.nav .navbar-form {
  margin: 0;
  padding: 0; }

.nav-align-center {
  display: flex;
  align-items: center;
  height: 50px; }
  .nav-align-center.navbar-right li + li {
    margin-left: 8px; }

.row-padding-10 {
  margin-left: -10px;
  margin-right: -10px; }
  .row-padding-10 > div {
    padding-left: 10px;
    padding-right: 10px; }

.btn-group-inline {
  display: flex; }
  .btn-group-inline .btn + .btn {
    margin-left: 5px; }

.btn-secondary {
  border: 1px solid #eeeeee;
  color: #333333;
  background: #ffffff;
  border-radius: 0; }

.btn-danger {
  border-radius: 0;
  box-shadow: none; }

.table tr .action-btn {
  opacity: 0; }

.table tr:hover .action-btn {
  opacity: 1; }

.textarea-lg {
  min-height: 127px;
  resize: vertical; }

/*========================================
 *--------------PROJECT STYLE---------------
 *======================================== */
body {
  font-size: 15px;
  position: relative;
  min-height: 100vh;
  font-family: "AvenirNext-Regular", sans-serif;
  color: #333333;
  padding-top: 50px; }

.img-box .retina {
  display: none; }

.img-box .lcd {
  display: block; }

.wrapper-login-form {
  width: 500px;
  min-height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.login-form .login-header {
  display: block;
  text-align: center;
  width: 100%;
  padding: 13px 15px;
  font-family: "AvenirNext-Medium", sans-serif;
  font-size: 20px;
  line-height: 24px;
  background: #777777;
  color: #ffffff; }

.login-form .login-body {
  padding: 20px;
  background: #f2f2f2; }

.ico-search {
  background: url("../img/ico/search.svg") no-repeat center;
  width: 25px;
  height: 25px;
  display: inline-block; }

.ico-search-inverse {
  background: url("../img/ico/search-inverse.svg") no-repeat center;
  width: 25px;
  height: 25px;
  display: inline-block; }

.ico-error {
  width: 16px;
  height: 16px;
  display: inline-block; }

.ico-check-circle {
  width: 16px;
  height: 20px;
  display: inline-block; }

.ico-previous {
  background: url("../img/ico/arrow-prev.svg") no-repeat center/cover;
  width: 20px;
  height: 17px;
  display: block; }

.ico-next {
  background: url("../img/ico/arrow-next.svg") no-repeat center/cover;
  width: 20px;
  height: 17px;
  display: block; }

.ico-calendar {
  width: 21px;
  height: 20px;
  display: inline-block; }

.ico-zoom-in {
  background: url("../img/ico/add-circular-button.svg") no-repeat center/cover;
  display: inline-block; }

.ico-zoom-out {
  background: url("../img/ico/minus-sign-in-a-circle.svg") no-repeat center/cover;
  display: inline-block; }

.pagination .ico {
  margin: 3px 0 0 9px; }

.pagination li a:focus .ico-previous, .pagination li a:hover .ico-previous {
  background: url("../img/ico/arrow-prev-hover.svg") no-repeat center/cover; }

.pagination li a:focus .ico-next, .pagination li a:hover .ico-next {
  background: url("../img/ico/arrow-next-hover.svg") no-repeat center/cover; }

.form-date {
  position: relative; }
  .form-date > form {
    padding-right: 170px; }
  .form-date label {
    display: block; }
  .form-date .form-control {
    font-size: 14px;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: #f2f2f2; }
  .form-date .input-group-addon {
    border: none;
    border-radius: 0;
    background: #f2f2f2; }

.list-search-param {
  margin-left: 1px;
  margin-bottom: 0;
  float: left; }
  .list-search-param li {
    float: left;
    position: relative;
    background: #f2f2f2;
    max-height: 46px; }
  .list-search-param a, .list-search-param li label {
    display: inline-block;
    text-transform: uppercase;
    line-height: 20px;
    padding: 13px 10px;
    color: #9d9d9d; }
  .list-search-param a:hover {
    background: #e1e1e1;
    color: #545454; }
  .list-search-param li:hover label, .list-search-param li label.active {
    background: #e1e1e1;
    color: #545454; }
  .list-search-param a:hover {
    color: #545454; }
  .list-search-param li label:hover, .list-search-param li label.active {
    color: #545454; }
  .list-search-param .checkbox {
    margin: 0;
    padding: 0; }
  .list-search-param label {
    margin: 0;
    padding: 10px; }
  .list-search-param li input {
    opacity: 0; }
  .list-search-param .form-date .btn {
    min-width: 150px; }
  .list-search-param + .list-search-param {
    margin-left: 15px; }

.wrapper-content .results {
  margin-top: 40px;
  background: #ffffff; }

.table-data tr th {
  position: relative; }

text {
  font: 12px sans-serif; }

svg {
  display: block; }

#chart1, svg {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%; }

.chart-zoom .ico {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  cursor: pointer; }

.page-navigation {
  text-align: right; }

.table-data th a {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -8px; }

.sort .up {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #dddddd;
  display: block;
  margin-bottom: 2px; }

.sort .down {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #dddddd;
  display: block; }

.table-data th .sort .up:hover {
  border-bottom-color: #333333; }

.table-data th .sort .down:hover {
  border-top-color: #333333; }

.wrapper-content {
  padding-top: 15px;
  padding-bottom: 15px; }

.btn-form {
  position: absolute;
  top: 31px;
  right: 0; }

.results .chart {
  position: relative; }
  .results .chart .chart-zoom {
    position: absolute;
    left: 0;
    top: 0; }

.offset-bottom-xs {
  margin-bottom: 15px; }

.header-results {
  margin-bottom: 15px;
  text-align: right; }

.table-show label {
  font-size: 12px; }

.table-data .divider {
  border-bottom: 3px solid #7e9bff; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: #292B32;
  height: 50px;
  z-index: 109;
  color: #ffffff; }
  .header h1 {
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0; }

.wrapper-menu {
  transform: translateX(-300px);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 300px;
  background: #292B32;
  overflow-y: auto;
  z-index: 110; }
  .wrapper-menu.open {
    transform: translateX(0); }

.menu li {
  background: #333635; }
  .menu li + li {
    margin-top: 1px; }
  .menu li a span {
    position: relative;
    z-index: 101; }
  .menu li a:before {
    content: "";
    position: absolute;
    left: -3px;
    top: 0;
    right: 0;
    bottom: 0;
    background: #508654;
    transform: translateX(-100%); }
  .menu li a:hover:before {
    transform: translateX(0); }
  .menu li.active a {
    background: #66a36a;
    color: #ffffff; }
    .menu li.active a:hover:before {
      transform: translateX(-100%); }
    .menu li.active a:before {
      background: #66a36a; }
  .menu li a:hover {
    color: #ffffff; }

.menu > li a {
  font-size: 15px;
  line-height: 20px;
  padding: 14px 15px;
  display: block;
  color: #9d9d9d;
  border-left: 3px solid #508654;
  position: relative; }

.menu-submenu > a {
  position: relative;
  padding: 0; }

.menu-submenu .submenu {
  margin-top: 1px; }

/*======================================= */
/*SUBMENU */
/*======================================= */
.menu .menu-submenu > a {
  padding: 0;
  border-left: 3px solid #508654; }
  .menu .menu-submenu > a > span {
    font-size: 15px;
    line-height: 20px;
    padding: 14px 15px;
    display: block;
    color: #9d9d9d;
    position: relative;
    z-index: 101; }

.menu .menu-submenu .caret {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%); }

.menu-submenu [aria-expanded="true"] .caret {
  transform: translateY(-50%) rotate(180deg); }

.menu .menu-submenu > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #508654;
  transform: translateX(-100%); }

.menu .menu-submenu > a:hover:before {
  content: "";
  border-left: 3px solid #508654;
  transform: translateX(0);
  background: #508654; }

.menu .menu-submenu > a:hover > span {
  color: #ffffff; }

.menu .menu-submenu li a {
  border-left: 3px solid #508654;
  padding-left: 30px;
  font-size: 13px;
  line-height: 17px; }
  .menu .menu-submenu li a:hover:before {
    border-left: 3px solid #508654;
    transform: translateX(0);
    background: #508654; }

/*======================================= */
.btn-menu {
  font-size: 15px;
  line-height: 34px;
  height: 34px;
  text-transform: uppercase;
  margin: 8px 0;
  background: transparent;
  position: relative;
  box-shadow: none;
  text-shadow: none;
  outline: none;
  border: none; }
  .btn-menu:before {
    content: "";
    width: 20px;
    height: 2px;
    display: block;
    background: #ffffff;
    margin-bottom: 10px; }
  .btn-menu:after {
    content: "";
    width: 20px;
    height: 2px;
    display: block;
    background: #ffffff; }
  .btn-menu.open-menu {
    transform: translateX(300px);
    position: relative;
    z-index: 101; }
    .btn-menu.open-menu:before {
      transform: rotate(45deg);
      margin-bottom: 0;
      margin-top: 2px; }
    .btn-menu.open-menu:after {
      transform: rotate(-45deg);
      margin-top: -2px; }
    .btn-menu.open-menu .text2 {
      opacity: 1;
      background: #292B32; }
    .btn-menu.open-menu .text1 {
      opacity: 0;
      background: #292B32; }
  .btn-menu .text2 {
    opacity: 0; }
  .btn-menu .text1 {
    opacity: 1; }
  .btn-menu span {
    position: absolute;
    left: 40px;
    top: 1px;
    height: 34px;
    color: #ffffff;
    text-shadow: none;
    white-space: nowrap; }

.wrapper-content .content-header {
  padding: 15px 0; }

.form-table label {
  display: block;
  font-size: 12px;
  padding-left: 12px;
  text-transform: uppercase;
  color: #333333;
  font-weight: 600;
  margin-top: 0; }

.form-table .form-group {
  margin-right: -1px;
  float: left; }

.form-inline .form-control {
  max-width: 115px; }

.form-table .form-control {
  border-radius: 0; }

.btn-edit {
  font-weight: 600; }

.bootstrap-datetimepicker-widget {
  z-index: 1151 !important; }

.form-grid .form-control, .form-grid .form-group, .form-grid .input-group {
  width: 100%;
  max-width: 100%; }

.list-data dl {
  float: right; }

.custom-tooltip {
  position: relative;
  cursor: pointer;
  display: inline-block;
  text-decoration: underline; }
  .custom-tooltip .tooltip-box {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    padding: 10px;
    font-size: 13px;
    line-height: 1.5;
    color: #ffffff;
    margin-top: 10px;
    opacity: 0;
    z-index: -1;
    word-wrap: break-word;
    max-width: 300px; }
    .custom-tooltip .tooltip-box:before {
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid rgba(0, 0, 0, 0.8);
      position: absolute;
      top: -10px;
      left: 50%;
      margin-left: -9px; }
  .custom-tooltip.open .tooltip-box {
    opacity: 1;
    z-index: 100; }

.material-form .form-control {
  font-size: 14px;
  box-shadow: none;
  border: none;
  border-radius: 0;
  background: #f2f2f2; }

.card {
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06); }
  .card .card-body {
    padding: 20px; }

.select-box {
  background: #f2f2f2; }

.ico-15 {
  width: 15px;
  height: 15px;
  display: inline-block; }

link {
  cursor: pointer; }

.form-text {
  line-height: 48px; }

.form-group.group-no-margin {
  margin-bottom: 0 !important; }

.table-responsive {
  min-height: 200px; }

.navbar-inverse {
  background-color: #292B32;
  border-color: #292B32; }
  .navbar-inverse .navbar-brand {
    color: #ffffff; }
  .navbar-inverse .navbar-nav > li > a {
    color: #ffffff; }
  .navbar-inverse .navbar-nav > .active > a {
    background: #121316; }
    .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
      background: black; }
  .navbar-inverse .navbar-form .form-control {
    border-radius: 0;
    background: #121316;
    border: 1px solid #121316; }
    .navbar-inverse .navbar-form .form-control:hover {
      background: #292b32;
      border-color: #121316; }
    .navbar-inverse .navbar-form .form-control:active, .navbar-inverse .navbar-form .form-control:focus {
      background: #292b32;
      border-color: #121316;
      color: #ffffff;
      box-shadow: none;
      outline: none; }

.form-date.form-inline.filters-form {
  margin-bottom: 15px; }

.d-flex {
  display: flex !important; }

.gap-10 {
  gap: 10px !important; }

.align-end {
  align-items: flex-end !important; }

.form-inline.gap-10 > .form-group {
  margin: 0; }

.table tr .action-btn .menu .menu-submenu > span:before,
.btn-menu:before,
.btn-menu:after,
.menu li a:before,
.btn-menu.open-menu .text2,
.btn-menu.open-menu .text1,
.btn-menu .text2,
.btn-menu .text1,
.btn-menu,
.wrapper-menu,
.list-search-param li label,
.collapse.in,
.bars .icon-bar,
.caret,
.menu,
.menu.open,
.up,
.down,
.list-search-param li span,
.list-search-param li,
.pagination .ico,
.table-data .table > tbody > tr,
.form-control,
.btn,
a {
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .img-box .retina {
    display: block; }
  .img-box .lcd {
    display: none; } }

@media screen and (max-width: 1199px) {
  .btn-form {
    position: absolute;
    top: auto;
    bottom: 0; } }

@media screen and (max-width: 767px) {
  .list-search-param li label {
    line-height: 17px;
    padding: 7px;
    font-size: 14px; }
  .btn-lg {
    padding: 7px 12px;
    font-size: 15px; }
  .wrapper-login-form {
    width: auto;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0); }
  .page-navigation {
    text-align: left; }
  .bootstrap-select .btn-default {
    font-size: 15px;
    line-height: 19px;
    padding: 6px 6px 3px; }
  label {
    font-size: 13px; }
  .pagination > li > a {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 16px;
    padding: 12px 5px; }
  .ico-next,
  .ico-previous {
    width: 18px;
    height: 9px; }
  .pagination .ico {
    margin: 3px 0 0 4px; }
  .table-data .table > thead > tr > th {
    font-family: "AvenirNext-Regular", sans-serif;
    font-size: 15px;
    line-height: 17px;
    padding: 10px; }
  .table-data .table tbody > tr > td {
    font-size: 14px; }
  .input-group-addon {
    padding: 5px 12px; }
  .form-search .input-group-addon {
    background: rgba(255, 255, 255, 0.3);
    font-size: 15px; }
  .form-search .form-control {
    background: rgba(255, 255, 255, 0.3);
    font-size: 15px; }
    .form-search .form-control:focus {
      background: white; }
  .input-lg {
    height: 36px;
    padding: 5px 10px; }
  .search-content {
    margin-left: -15px;
    margin-right: -15px; }
  .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%; }
  .form-inline .form-group + .form-group {
    margin-left: 0; }
  .wrapper-content {
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px; }
  .nav-align-center {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px; }
    .nav-align-center li {
      padding: 7px 15px;
      width: 100%;
      text-align: center; }
  .navbar-collapse {
    border-top: none; }
  .navbar-toggle .icon-bar {
    background: #ffffff; }
  .navbar-nav {
    background: #292B32;
    height: auto; }
  .nav-align-center.navbar-right li + li {
    margin-left: 0; }
  .navbar-nav > li > a {
    border-top: none;
    border-left: 3px solid transparent;
    padding-top: 15px; }
    .navbar-nav > li > a:hover {
      border-top: none;
      border-left-color: #ffffff; }
  .navbar-nav > li.active > a {
    color: #64BD63;
    border-top: none;
    border-left-color: #64BD63;
    background: transparent; }
    .navbar-nav > li.active > a:focus, .navbar-nav > li.active > a:hover {
      color: #64BD63;
      border-top: none;
      border-left-color: #64BD63;
      background: transparent; }
  .navbar-collapse, .navbar-form {
    box-shadow: none;
    border-color: transparent; }
  .chart-zoom .ico {
    width: 15px;
    height: 15px; }
  .btn-form {
    position: relative;
    bottom: 0; }
  .form-date .btn {
    min-width: 110px; }
  .form-date > form {
    padding-right: 0; }
  .form-inline > .form-group {
    margin-right: 0; }
  .navbar-nav {
    margin-top: 0;
    margin-bottom: 0; }
  body {
    padding-top: 100px; }
  .navbar-form {
    margin-top: 0;
    margin-bottom: 0;
    background: #292B32; }
  .navbar-toggle {
    margin-right: 0; } }

@media (min-width: 768px) {
  .navbar {
    border-radius: 0; }
  .navbar-collapse {
    float: right; } }

/*# sourceMappingURL=common.sass */