﻿* {
  margin: 0;
  padding: 0;
}

.padding_10 {
  padding: 10px;
}

.row {
  margin-right: -7px;
  margin-left: -7px;
}

::-webkit-scrollbar {
  width: 7px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #e0e0e0;
}

ccc {
  border-left: 1px solid #eeeeee;
}

.table {
  border-collapse: collapse !important;
  width: 100%;
  font-size: 12px;
  white-space: nowrap;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 5px;
  line-height: 1.428571429;
  /*text-align: center;*/
  /*  border-top: 1px solid #eef1f5;/*
        /* border-left: 1px solid #eef1f5;*/
  vertical-align: middle !important;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
  background-color: #eee !important;
  /* text-align: center !important; */
  color: #555555;
  font-weight: bold;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #ddd !important;
}

.btn-group {
  display: flex;
}

.btn-float-rad {
  border-radius: 100% !important;
  width: 35px;
  height: 35px;
  box-shadow: 3px 5px 11px 1px #00000026;
  padding: 0;
  margin-right: 5px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.navbar-inverse .navbar-nav > li > a {
  color: #aaa;
  font-size: 14px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #226d93;
  color: #fff;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  background-color: #fff;
  border-color: #eee;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #9e9e9e;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #2c3e50;
  cursor: default;
  background-color: #fff;
  border: 0 solid #eee;
  border-bottom-color: transparent;
  border-bottom: 2px solid #00bcd4;
  font-weight: 500;
  font-size: 14px;
  font-stretch: ultra-condensed;
  margin-bottom: 15px;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.panel-default {
  margin: 7px;
  box-shadow: 0 0 4px #a7a7a7;
}

.panel-default > .panel-heading {
  color: #555555;
  background-color: #f8f8f8;
  border-color: #eef1f5;
  border-bottom: 3px #eef1f5 solid;
  height: 55px;
  line-height: 40px;
  font-family: "Montserrat";
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eef1f5;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eef1f5;
}

.panel-body {
  padding: 0px 7px 7px 7px;
}

.select2-container--bootstrap .select2-selection {
  box-shadow: none !important;
  background-color: #fff;
  border: 1px solid #e2e5ec !important;
  border-radius: 4px;
  color: #555555;
  font-size: 14px;
  outline: 0;
}

.form-check {
  margin-top: 30px;
}

.btn-primary {
  background-color: #003265;
  border-color: #003265;
  color: #fff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #01274d;
  border-color: #01274d;
}

span {
  max-width: 100%;
  margin-bottom: 0px;
  font-weight: 400;
}

th {
  background: #f8f8f8 !important;
  font-weight: 200;
  color: #2c3e50;
  border-bottom: 1px solid #3e6380;
  border-top: 1px solid #eef1f5 !important;
  text-transform: uppercase;
}

html {
  font-size: 70.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Poppins", sans-serif;
  color: #425057;
  height: 100%;
  min-width: 100%;
  font-size: 12px !important;
  color: #444444;
  direction: ltr;
  margin: 0;
  background-color: #f5f5f5;
}

li.dropdown-submenu:hover ul {
  display: block;
  left: 100%;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu:hover .dropdown-menu {
  top: 0;
}

.navbar-inverse {
  background-color: #000;
  border-color: transparent !important;
}
/* Top Navigation */

.top-nav {
  padding: 0 15px;
}

.top-nav > li {
  display: inline-block;
  float: left;
}

.top-nav > li > a {
  color: #a8b5c1;
  height: 50px;
}

.top-nav > li > a:hover,
.top-nav > li > a:focus,
.top-nav > .open > a,
.top-nav > .open > a:hover,
.top-nav > .open > a:focus {
  color: #fff;
  background-color: rgba(52, 73, 94, 0.13);
}

.top-nav > .open > .dropdown-menu {
  float: left;
  position: absolute;
  margin-top: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.top-nav > .open > .dropdown-menu > li > a {
  white-space: normal;
}

ul.message-dropdown {
  padding: 0;
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}

li.message-preview {
  width: 200px;
}

li.message-preview > a {
  padding-top: 5px;
  padding-bottom: 5px;
}

ul.alert-dropdown {
  width: 200px;
}

.no-padding {
  padding: 0px !important;
}

.box {
  padding: 5px;
  border: 1px solid #eef1f5;
  background: #fff;
}

.evento-box {
  width: 100%;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
  float: left;
  padding: 5px;
}

.evento-box-select {
  background-color: #cfd8dc;
}

.evento-color {
  display: block;
  width: 5px;
  height: 70px;
  float: left;
}

evento-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.2);
}

.evento-box-content {
  padding: 5px 10px;
  margin-left: 10px;
}

.evento-box-text {
  text-transform: uppercase;
  font-size: 14px;
  font-stretch: ultra-condensed;
  color: #000;
  margin-bottom: 5px;
  margin-left: 15px;
}

.evento-description {
  display: block;
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3e6380;
}

.evento-box:hover {
  /* border-right: 6px solid #808080; */
  cursor: pointer;
  background-color: #eee;
}

.ui-dialog .ui-dialog-titlebar-close {
  /* remove default close jUi */
  background: none;
  border: 0;
}

.ui-dialog-titlebar-close {
  position: relative;
  float: right;
}

.ui-dialog-titlebar-close:after {
  position: absolute;
  font-family: FontAwesome;
  font-size: 1em;
  top: 0;
  right: 2px;
  content: "\f00d ";
}

:focus {
  outline-style: none;
}

.img-circle {
  border-radius: 50%;
  background-color: #cfd8dc;
}

.evento-relato-box {
  padding: 5px;
  display: flex;
  margin: 6px 6px 0;
}

.evento-relato-img {
  margin-right: 7px;
  margin-top: 5px;
  height: 45px;
  width: 45px;
  border: #eef1f5 solid 2px;
  float: left;
}

.evento-tratamento-menu {
  height: 92vh;
  float: left;
  width: 50px;
  left: 0;
  position: absolute;
  margin-top: -1px;
  background-color: #eeeeee;
  padding-top: 7px;
}

.evento-tratamento-menu a {
  font-size: 20px !important;
  text-align: center;
  width: 100% !important;
  margin-bottom: 4px;
  text-decoration: none;
}

.evento-tratamento-menu li {
  margin-bottom: 20px;
  text-decoration: none;
  text-combine-upright: none;
  list-style: none;
}

.evento-relato-text-user {
  text-transform: uppercase;
  color: #3e6380;
}

.evento-relato-text-descricao {
  background-color: #eee;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.evento-relato-text-data {
  color: #b0bec5;
  font-size: 10px;
}

/* Menu*/

.custom-menu {
  display: none;
  z-index: 1000;
  position: absolute;
  overflow: hidden;
  border: 1px solid #ccc;
  white-space: nowrap;
  background: #fff;
  color: #333;
  border-radius: 5px;
}

.custom-menu li {
  padding: 8px 12px;
  cursor: pointer;
}

.custom-menu li:hover {
  background-color: #def;
}

/*EndMenu*/

.grid-eventos {
  height: 20px;
  overflow: hidden;
  box-shadow: inset -11px -14px 0px 7px rgba(0, 0, 0, 0.62);
}

.grid-eventos-item {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ccc;
  text-align: center;
  background-color: #fff;
  border: rgba(238, 238, 238, 0.57) solid 1px;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.navbar-login {
  width: 305px;
  padding: 10px;
  padding-bottom: 0px;
}

.navbar-login-session {
  padding: 10px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.icon-size {
  width: 80px;
  cursor: pointer;
}

.btn-default {
  color: #555;
  background-color: #eee;
  border-color: #e0e0e0;
}

.btn-default:hover {
  color: #555;
  background-color: #aaa;
  border-color: #adadad;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #333;
  cursor: default;
  background-color: #eee;
  border-color: #ccc;
}

.fixed-table-container {
  position: relative;
  clear: both;
  border: 1px solid #eef1f5;
}

.posicao-icone {
  padding: 5px;
  float: left;
  font-size: 10px !important;
}

.grid-monitoramento-status {
  padding-left: 10px;
  font-size: 13px !important;
}

.grid-monitoramento-mensagens {
  border-radius: 100%;
  padding: 2px;
  min-width: 24px;
  font-weight: bold;
  color: #3e6380;
  border: 1px solid #cfd8dc;
  background-color: #fff;
}

.grid-monitoramento-velocidade {
  border-radius: 4px;
  padding: 2px;
  min-width: 35px;
  font-weight: bold;
  color: #3e6380;
  border: 1px solid #cfd8dc;
  background-color: #fff;
}

.grid-sm-nova {
  border-radius: 100%;
  padding: 2px;
  min-width: 24px;
  font-weight: bold;
  color: #00bcd4;
  border: 1px solid #f3ecaa;
  background-color: #f3ecaa;
}

.grid-sm-andamento {
  border-radius: 100%;
  padding: 2px;
  min-width: 24px;
  font-weight: bold;
  color: #2ecc71;
  border: 1px solid #cfd8dc;
  background-color: #fff;
}

.grid-sm-cancelada {
  border-radius: 100%;
  padding: 2px;
  min-width: 24px;
  font-weight: bold;
  color: #f0ad4e;
  border: 1px solid #d9534f;
  background-color: #d9534f;
}

.grid-sm-finalizada {
  border-radius: 100%;
  padding: 2px;
  min-width: 24px;
  font-weight: bold;
  color: #5bc0de;
  border: 1px solid #555;
  background-color: #555;
}

.posicao-box {
  padding: 7px 0px 7px 10px;
  margin-bottom: -1px;
  border-bottom: #eef1f5 solid 1px;
  box-shadow: 2px 1px 3px #bbadad;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  margin-top: 5px;
}

.posicao-box:hover {
  padding: 7px 0px 7px 10px;
  background-color: #eeeeee;
}

.posicao-box-select {
  background-color: #cfd8dc;
}

.map-referncia-box {
  padding: 5px 5px 15px 15px;
  margin-bottom: 5px;
  border-bottom: #eef1f5 solid 1px;
}

.map-referncia-box:hover {
  border-left: #95a5a6 solid 5px;
  padding: 5px 5px 15px 10px;
}

.map-referncia-box-select {
  background-color: #cfd8dc;
}

.text-cinza {
  color: #95a5a6;
}

.text-verde {
  color: #2ecc71;
}

.text-vermelho {
  color: #e74c3c;
}

.text-laranja {
  color: #f39c12;
}

.text-azul {
  color: #00bcd4;
}

.btn {
  border-radius: 4px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  min-width: 40px;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow, transform;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.3rem + 2px);
  padding: 0.65rem 1rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #eceefc;
  border-radius: 4px;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-group {
  margin-bottom: 7px;
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #fff;
  color: #555;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  height: auto !important;
  height: 1%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: text;
  background-color: #fafafa !important;
  border: 1px #e0e0e0 solid !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075) !important;
}

.modal-footer {
  background-color: #fff !important;
}

.dialog-hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #eeeeee;
  margin-left: 0px;
  margin-right: 0px;
}

label {
}

th {
  border-bottom: 0px !important;
  border-top: 0px !important;
}

ul.dropdown-menu > li > span {
  padding-left: 10px;
}

.ui-dialog {
  box-shadow: 0px 0px 20px 0px #424242;
}

.ui-autocomplete {
  position: absolute;
  cursor: -webkit-grab;
  padding: 7px;
  margin-top: 2px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  max-height: 250px;
  overflow: scroll;
  overflow-x: hidden;
  z-index: 1511 !important;
}

.ui-autocomplete > li {
  p: 3px 20px;
}

.ui-autocomplete > li.ui-state-focus {
  background-color: #ddd;
}

.ui-helper-hidden-accessible {
  display: none;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
  background-color: #3e6380;
  /*border-bottom: 1px solid #eee;*/
}

.ui-dialog .ui-dialog-titleui-dialog-title {
  padding: 7px;
}

.ui-corner-all {
  border-radius: 0;
}

.ui-dialog .ui-dialog-content {
  padding: 0 !important;
}

.ranges li {
  border-radius: 0;
}

.header-form {
  height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 2px #f5f5f5 solid;
  color: #333;
  line-height: 5px;
}

.ranges li.active {
  background-color: #3e6380;
  border: 1px solid #3e6380;
  color: #fff;
}

.input-validation-error {
  border: solid 1px #ffbc5c;
}

.field-validation-error {
  font-size: 80%;
  color: #e67e22;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 5px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #95a5a6;
  border-radius: 10px;
}

.mg-left-10 {
  margin-left: 10px;
}

.mg-left-5 {
  margin-left: 5px;
}

a {
  color: #3e6380;
  text-decoration: none;
  /*font-weight: 700;*/
}

.evento-titulo-count {
  padding-left: 10px;
  width: 40px;
  border: 2px solid #cfd8dc;
  border-radius: 100%;
  padding: 5px;
  text-align: center;
  font-size: 18px;
  color: #3e6380;
}

.evento-count {
  padding-left: 6px;
  bottom: 0px;
  position: absolute;
}

.evento-count .count {
  font-size: 12px;
  font-weight: 600;
  /* color: #3e6380; */
  position: absolute;
  top: -12px;
  width: 25px;
  color: #fff;
  background-color: #00bcd4;
  border-radius: 50%;
  padding: 2px;
  left: 22px;
  text-align: center;
  line-height: 13px;
  height: 25px;
  line-height: 21px;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 19px;
  font-size: 28px;
  line-height: 20px;
}

/*.spinner {
    width: 70px;
    text-align: center;
    POSITION: absolute;
    z-index: 9999999999999999;
    margin-top: 86vh;
    right: 10px;
}

    .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #26C6DA;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }*/

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.form-group label {
  color: #6a7a8c;
  font-size: 13px;
  /* text-transform: uppercase; */
  /* font-weight: bold; */
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.modal.in .modal-dialog {
  z-index: 1050;
}

.modal-90 {
  width: 90%;
}

.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
}

.modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0px auto;
  padding: 15px;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2),
    0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  border: 0;
  border-radius: 4px;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 10px;
  top: 13%;
  width: 18px;
  margin: 0px 0 0 0;
  padding: 1px;
  height: 18px;
  border: none;
  color: #cfd8dc;
  font-size: 20px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

li.active span.badge {
  background: #00bcd4;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #f7f7f7;
  border: 1px solid #eeeeee;
  border-radius: 4px;
}

.chosen-container-single .chosen-single {
  border: 1px #e0e0e0 solid !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  background-color: #fafafa !important;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3e6380 !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #3e6380 !important;
}

div#relatos {
  border: 1px solid #eee;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {     
  min-height: 1px;
  padding-right: 7px;
  padding-left: 7px;
}

div#slider-raio {
  background-color: silver !important;
}

a.disabled {
  color: #9e9e9e !important;
  cursor: not-allowed;
}

#sidebar_menu li > a > i {
  margin-right: 14px;
  font-size: 18px !important;
}

button#sidebarCollapse {
  padding: 0px 10px;
}

/* --------------checkbox  */
.checkbox {
  padding-left: 20px;
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
}

.checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + input[type="hidden"] + label:after,
.checkbox input[type="checkbox"]:checked + label:after {
  font-family: "Glyphicons Halflings";
  content: "\e013";
}

.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #fafafa;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

checkbox-primary
  input[type="checkbox"]:checked
  + input[type="hidden"]
  + label::before,
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca;
}

.checkbox-primary
  input[type="checkbox"]:checked
  + input[type="hidden"]
  + label::after {
  color: #fff;
}

.checkbox-danger
  input[type="checkbox"]:checked
  + input[type="hidden"]
  + label::before,
.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
  color: #fff;
}

.checkbox-danger
  input[type="checkbox"]:checked
  + input[type="hidden"]
  + label::after,
.checkbox-danger
  input[type="radio"]:checked
  + input[type="hidden"]
  + label::after {
  color: #fff;
}

.checkbox-info
  input[type="checkbox"]:checked
  + input[type="hidden"]
  + label::before,
.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info
  input[type="checkbox"]:checked
  + input[type="hidden"]
  + label::after,
.checkbox-info
  input[type="radio"]:checked
  + input[type="hidden"]
  + label::after {
  color: #fff;
}

.checkbox-warning
  input[type="checkbox"]:checked
  + input[type="hidden"]
  + label::before,
.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning
  input[type="checkbox"]:checked
  + input[type="hidden"]
  + label::after,
.checkbox-warning
  input[type="radio"]:checked
  + input[type="hidden"]
  + label::after {
  color: #fff;
}

.checkbox-success
  input[type="checkbox"]:checked
  + input[type="hidden"]
  + label::before,
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success
  input[type="checkbox"]:checked
  + input[type="hidden"]
  + label::after,
.checkbox-success
  input[type="radio"]:checked
  + input[type="hidden"]
  + label::after {
  color: #fff;
}

.radio {
  padding-left: 20px;
}

.radio label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
  opacity: 0;
}

.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #428bca;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

.icon-grid {
}

@media (max-width: 767px) {
  .icon-grid {
    display: none !important;
  }

  .navbar-inverse {
    background-color: #333;
  }
}

button.grid.navbar-toggle {
  position: relative;
  float: initial;
  padding: 8px 7px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

span.icon-bar {
  background-color: black;
}

li > a.btn {
  padding: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}

@media (min-width: 1000px) {
  .modal-lg {
    width: 1000px;
  }
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px #333333bf;
  background-color: #333;
  color: #fff;
  transition: all 0.2s step-start;
}
.dropdown-menu {
  padding: 5px 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-color: transparent;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 2px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.shadow {
  -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.modal-99 {
  width: 99%;
}
