html {
  font-family: 'Source Sans Pro', sans-serif;
  color: #484848;
  line-height: 1.28;
  background: #fafafa;
}

@media only screen and( -webkit-min-device-pixel-ratio: 1.25 ),
       only screen and(      -o-min-device-pixel-ratio: 5/4 ),
       only screen and( min-resolution: 120dpi ),
       only screen and( min-resolution: 1.25dppx ) {
    body {
        font-size: 1rem;
    }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.left {
  float: left
}

.right {
  float: right
}

.center {
  text-align: center
}

.sub-little-text {
  font-size: 11px;
}

.required label {
  font-weight: bold;
}

.required label:after {
  content: "*";
  color: red;
  position: absolute;
  padding-left: 5px;
}

.fa {
  margin-right: 5px;
}

.has-error.form-control,
.has-error .form-control {
  border-color: #883333;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error.form-control:focus,
.has-error .form-control:focus {
  border-color: #632525;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c35e5e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c35e5e;
}

.cpointer:hover {
  cursor: pointer;
}

/*
    DEMO STYLE
*/
p {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #999;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.navbar-btn1 {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.line1 {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

i,
span {
  display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar.active {
  min-width: 100px;
  max-width: 100px;
  text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
  display: none;
}

#sidebar.active .sidebar-header strong {
  display: block;
}

#sidebar.active ul li a {
  padding: 5px 2px;
  text-align: center;
  font-size: 0.85em;
}

#sidebar.active ul li a i {
  margin-right: 0;
  display: block;
  font-size: 1.8em;
  margin-bottom: 5px;
}

#sidebar.active ul ul a {
  padding: 5px !important;
}

#sidebar.active .dropdown-toggle::after {
  top: auto;
  bottom: 10px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

#sidebar .sidebar-header {
  padding: 5px;
}

#sidebar .sidebar-header strong {
  display: none;
  font-size: 1.8em;
}

#sidebar ul.components {
  padding: 0;
  border-bottom: 1px solid #dcdcdc;
}

#sidebar ul li a:hover {
  color: #dcdcdc;
  background: #fff;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #fff;
  background: #dcdcdc;
}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

ul ul a {
  font-size: 1em !important;
  padding-left: 30px !important;
  background: #fff;
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
  width: 100%;
  padding: 20px;
  min-height: 100vh;
  transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
.nav > li > a {
  padding: 7px 10px;
}

@media (max-width: 768px) {
  #sidebar {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
    margin-left: -80px !important;
  }
  .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  #sidebar.active {
    margin-left: 0 !important;
  }
  #sidebar .sidebar-header h3,
  #sidebar .CTAs {
    display: none;
  }
  #sidebar .sidebar-header strong {
    display: block;
  }

  #sidebar ul li a {
    padding: 20px 10px;
    text-align: left;
    font-size: 1.1em;
    display: block;
  }

  #sidebar ul li a span {
    font-size: 0.85em;
  }

  #sidebar ul ul a {
    padding: 10px !important;
  }
  #sidebar ul li a i {
    font-size: 1.3em;
    display: block;
    margin-right: 5px;
  }
  #sidebarCollapse span {
    display: none;
  }
}

/* ---------------------------------------------------
  paginas
----------------------------------------------------- */
.wrapper-page1 {
  display: flex;
  flex-flow: row wrap;
}
/* We tell all items to be 100% width, via flex-basis */
.wrapper-page1 > * {
  flex: 1 100%;
}

.row1 {
  display: block;
}

#sidebar1 {
  padding: 2px;
}

.wrapper-page-all {
  display: flex;
  position: absolute;
  top: 60px;
  left: 0;
  right: 1px;
  bottom: 30px;
  overflow: hidden;
  padding: 0;
}

.content-body-page {
  width: 100%;
  height: 100vh;
  display: block;
  overflow: auto;
  background-color: white;
}

.content-body-page-medicao {
  width: 100%;
  display: block;
  overflow: auto;
  background-color: white;
}

.content-wraper-sidebar1 {
  position: absolute;
  top: 60px;
  max-width: 200px;
}

.content-wrapper-page {
  width: 100%;
  padding: 2px;
  /* display: flex;
    flex-direction: column; */
}

.content-page-header {
  padding-left: 5px;
}



.content-page-title {
  font-size: 2em;
}

.content-page-subtitle {
  font-size: 1.6em;
}

.content-page-toolbar {
  position: absolute;
  right: 0;
  margin-right: 10px;
  z-index: 10;
  margin-top: 6px;
}

.box {
  margin: 0px;
  width: 100%;
  height: 100%;
  background-color: white;
}

.box-body {
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
}

.text-white {
  color: white !important;
}

.text-whitesmoke {
  color: whitesmoke !important;
}

.tab-content {
  padding-top: 10px;
}

.subtitleInfo {
  font-size: 1.6em !important;
  font-weight: bold !important;
}

.verticaltext {
  position: relative;
  padding-left: 50px;
  margin: 1em 0;
  min-height: 80px;
}

.content_center {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
}

.verticaltext_content {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  left: -10px;
  top: 35px;
  position: absolute;
  color: #000;
  min-width: 70px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.control-label {
  margin-bottom: 2px !important;
}

body {
  font-size: 14px;
}
/* fixing margin */
.btn-group.my-btn-group-responsive .btn + .btn {
  margin-left: 0;
}

.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.navbar1 {
  padding: 0px 5px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.bg-info {
  background-color: #17a2b8 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-primary {
  background-color: #007bff !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-default {
  background-color: #ccc !important;
}

.text-bold {
  font-weight: bold;
}

.rowColumn {
  display: block;
}

.rowColumn:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  padding: 10px;
}

.column10 {
  width: 10%;
}

.column15 {
  width: 15%;
}

.column20 {
  width: 20%;
}

.column25 {
  width: 25%;
}

.colum33 {
  width: 33.3333333%;
}

.column50 {
  width: 50%;
}

.column75 {
  width: 75%;
}

.column80 {
  width: 80%;
}

.column85 {
  width: 85%;
}

.column90 {
  width: 90%;
}

i {
  margin: 0 5px;
}

div.tooltip-inner {
  max-width: 350px;
}

/* ---------------------------------------------------
  Grid
----------------------------------------------------- */
.container-grid {
  margin: 5px, 15px, 5px, 15px;
  position: relative;
}

.ui-grid-draggable-row-target {
  opacity: 0.5 !important;
}

/* .ui-grid-draggable-row { */
/* 	height: 30px; */
/* } */

.ui-grid-draggable-row-over {
  position: relative;
}

.ui-grid-draggable-row-over:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  border-bottom: 1px dotted #aaa;
}

.ui-grid-draggable-row-over--above:before {
  top: 0;
}

.ui-grid-draggable-row-over--below:before {
  bottom: 0;
}

.grid-tooltip {
  overflow: visible;
  z-index: 9999999;
  float: left;
}
.text-danger {
  color: #a94442 !important;
}
.text-success {
  color: #3c763d !important;
}
.text-primary {
  color: #337ab7 !important;
}

.modal-xls {
  width: 95%;
  padding: 0;
  overflow: hidden;
  margin: auto;
  margin-top: 10px;
  max-height: 95vh;
}

.modal-content-xls {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: hidden;
}

.modal-dialog {
  margin-top: 5px;
}

.modal-dialog-xls {
  position: relative;
  margin: auto;
  margin-top: 6px;
  width: 96%;
  padding: 0;
}

button.close {
  padding: 0;
  padding-bottom: 20px;
  height: 20px;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.texto-taxado {
  text-decoration: line-through;
}
.tooltip-inner {
  text-align: left;
  white-space: pre-wrap;
}

.large.tooltip-inner {
  width: 750px;
}

/**
 * Coreção para o alinhamento do header da grid. 
*/
.ui-grid-header-cell {
  float: left;
}

.ui-grid-invisible {
  display: none;
}

.modal-header {
  font-size: 18px;
}