@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@font-face{
    font-family:autograf; 
    src:url(fonts/autograf.ttf) format('truetype');
    font-weight:400;
    font-style:normal
}
.h-modal-icon {
  font-size: 66px;  
}

.inmodal .color-line {
  border-radius: 4px 4px 0 0;
}

.modal-content {
  border-radius: 5px;
  border: 0;
  box-shadow: 0 0 1px rgba(0,0,0,0.1),0 2px 4px rgba(0,0,0,0.2);
}

.modal-backdrop.in {
  opacity: .4;
}

.modal-backdrop {
  position: fixed;
  bottom: 0;
}

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

.modal-title {
  font-size: 30px;
  font-weight: 300;
}

.modal-header {
  padding: 40px 30px;
  background: #f7f9fa;
}

.modal-body {
  padding: 20px 30px;
}

.modal-header small {
  color: #9d9fa2;
  font-size: 14px!Important;
}

.modal-footer {
  background: #f7f9fa;
}

.hmodal-info .color-line {
  background: #0080bb;
}

.hmodal-warning .color-line {
  background: #ffb606;
}

.hmodal-success .color-line {
  background: #00a859;
}

.hmodal-danger .color-line {
  background: #c0392b;  
}

.hmodal-info h4.modal-title {
  color: #0080bb;
}

.hmodal-warning h4.modal-title {
  color: #ffb606;
}

.hmodal-success h4.modal-title {
  color: #00a859;
}

.hmodal-danger h4.modal-title {
  color: #c0392b;
}

.progress {
  border-radius: 2px;
  margin-bottom: 10px;
}

.progress-bar {
  background-color: #f1f3f6;
  text-align: right;
  padding-right: 10px;
  color: #6a6c6f;
}

.progress-small,.progress-small .progress-bar {
  height: 10px;
}

.progress-bar-success {
  border-right: 4px solid #58b62c;
}

.progress-bar-info {
  border-right: 4px solid #258cd1;
}

.progress-bar-warning {
  border-right: 4px solid #eba600;
}

.progress-bar-danger {
  border-right: 4px solid #e43725;
}

.full .progress-bar-success {
  background-color: #00a859;
  border-right: 4px solid #58b62c;
}

.full .progress-bar-info {
  background-color: #0080bb;
  border-right: 4px solid #258cd1;
}

.full .progress-bar-warning {
  background-color: #ffb606;
  border-right: 4px solid #eba600;
}

.full .progress-bar-danger {
  background-color: #e74c3c;
  border-right: 4px solid #e43725;
}

.full .progress-bar {
  color: #fff;
}

.badge.badge-success {
  background-color: #00a859;
}

.badge.badge-info {
  background-color: #0080bb;
}

.badge.badge-danger {
  background-color: #e74c3c;
}

.badge.badge-warning {
  background-color: #ffb606;
}

.badge.badge-primary {
  background-color: #34495e;
}

.checkbox-primary input[type="checkbox"]:checked+label::before {
  background-color: #34495e;
  border-color: #34495e;
}

.checkbox-primary input[type="checkbox"]:checked+label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked+label::before {
  background-color: #e74c3c;
  border-color: #e74c3c;
}

.checkbox-danger input[type="checkbox"]:checked+label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked+label::before {
  background-color: #0080bb;
  border-color: #0080bb;
}

.checkbox-info input[type="checkbox"]:checked+label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked+label::before {
  background-color: #ffb606;
  border-color: #ffb606;
}

.checkbox-warning input[type="checkbox"]:checked+label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked+label::before {
  background-color: #00a859;
  border-color: #00a859;
}

.checkbox-success input[type="checkbox"]:checked+label::after {
  color: #fff;
}

.radio-primary input[type="radio"]+label::after {
  background-color: #34495e;
}

.radio-primary input[type="radio"]:checked+label::before {
  border-color: #34495e;
}

.radio-primary input[type="radio"]:checked+label::after {
  background-color: #34495e;
}

.radio-danger input[type="radio"]+label::after {
  background-color: #e74c3c;
}

.radio-danger input[type="radio"]:checked+label::before {
  border-color: #e74c3c;
}

.radio-danger input[type="radio"]:checked+label::after {
  background-color: #e74c3c;
}

.radio-info input[type="radio"]+label::after {
  background-color: #0080bb;
}

.radio-info input[type="radio"]:checked+label::before {
  border-color: #0080bb;
}

.radio-info input[type="radio"]:checked+label::after {
  background-color: #0080bb;
}

.radio-warning input[type="radio"]+label::after {
  background-color: #ffb606;
}

.radio-warning input[type="radio"]:checked+label::before {
  border-color: #ffb606;
}

.radio-warning input[type="radio"]:checked+label::after {
  background-color: #ffb606;
}

.radio-success input[type="radio"]+label::after {
  background-color: #00a859;
}

.radio-success input[type="radio"]:checked+label::before {
  border-color: #00a859;
}

.radio-success input[type="radio"]:checked+label::after {
  background-color: #00a859;
}

.checkbox input:hover,.radio input:hover {
  cursor: pointer;
}

.has-warning .form-control,.has-error .form-control,.has-success .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.has-error .form-control {
  border-color: #d62c1a!important;
}

.has-warning .form-control {
  border-color: #d29400!important;
}

.has-success .form-control {
  border-color: #4ea227!important;
}

.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label {
  color: #d62c1a;
}

.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label {
  color: #d29400;
}

.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label {
  color: #4ea227;
}

.spinner {
  margin: 20px auto;
  width: 60px;
  height: 50px;
  text-align: center;
  font-size: 15px;
}

.spinner>div {
  background-color: #00a859;
  height: 100%;
  width: 8px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%,40%,100% {
    -webkit-transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%,40%,100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.splash {
  position: fixed;
  z-index: 2000;
  background: white;
  color: gray;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.splash-title {
  text-align: center;
  max-width: 500px;
  margin: 15% auto;
  padding: 20px;
}

.splash-title h1 {
  font-size: 26px;
}

.vertical-container {
  width: 98%;
  margin: 0 auto;
}

.vertical-container-30 {  
  margin: 0 auto;
  float: none;
}

.vertical-container::after {
  content: '';
  display: table;
  clear: both;
}

.v-timeline {
  position: relative;
  padding: 0;
  margin-top: 2em;
  margin-bottom: 2em;
}

.v-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #e8ebf0;
}

.vertical-timeline-content .btn {
  float: right;
}

.vertical-timeline-block {
  position: relative;
  margin: 2em 0;
}

.vertical-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.vertical-timeline-block:first-child {
  margin-top: 0;
}

.vertical-timeline-block:last-child {
  margin-bottom: 0;
}

.vertical-timeline-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  border: 1px solid #eaeaea;
  text-align: center;
  background: #fff;
}

.vertical-timeline-icon i {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -9px;
}

.vertical-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: .25em;
  border: 1px solid #eaeaea;
}

.vertical-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.vertical-timeline-content h2 {
  font-weight: 400;
  margin-top: 4px;
}

.vertical-timeline-content p {
  margin: 1em 0 0 0;
  line-height: 1.6;
}

.vertical-timeline-content .vertical-date {
  font-weight: 500;
  text-align: right;
  font-size: 13px;
}

.vertical-date small {
  color: #00a859;
  font-weight: 400;
}

.vertical-timeline-content:after,.vertical-timeline-content:before {
  right: 100%;
  top: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.vertical-timeline-content:after {
  border-color: transparent;
  border-right-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}

.vertical-timeline-content:before {
  border-color: transparent;
  border-right-color: #eaeaea;
  border-width: 11px;
  margin-top: -11px;
}

@media only screen and (min-width:768px) {
       
    .vertical-timeline-content h2 {
        font-size: 18px;
    }
    
    .vertical-timeline-content p {
        font-size: 13px;
    }
}

.dropdown-menu.hdropdown {
  padding: 0;
  z-index: 1060;
}

.dropdown-menu.hdropdown .title {
  padding: 12px 12px;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
}

.dropdown-menu.hdropdown li {
  padding: 6px 12px;
  text-align: left;
  background: #fafbfc;
  border-bottom: 1px solid #eaeaea;
}

.dropdown-menu.filedropdown li {
  padding: 6px 6px;
  text-align: left;
  background: #fafbfc;
  border-bottom: 1px solid #eaeaea;
}

.dropdown-menu.filedropdown li i {
  margin-right: 10px;
}

.dropdown-menu.hdropdown.notification li {
  padding: 12px 12px;
}

.dropdown-menu.hdropdown.notification li .label {
  margin-right: 10px;
}

.dropdown-menu.hdropdown li>a:hover,.dropdown-menu.filedropdown li>a:hover {
  background: inherit;
}

.dropdown-menu.hdropdown li:hover,.dropdown-menu.filedropdown li:hover {
  background: #f1f3f6;
}

.dropdown-menu.hdropdown li.summary {
  padding: 6px 12px;
  text-align: center;
  background: #fff;
}

.navbar-nav>li>a:hover,.navbar-nav>li>a:focus,.navbar-nav .open>a,.navbar-nav .open>a:hover,.navbar-nav .open>a:focus {
  color: inherit;
  background: #f7f8fa;
  border-bottom: 1px solid #eaeaea;
}

.color-demo .header-line {
  height: 118px;
}

.color-demo .header-line:after {
  display: block;
  position: absolute;
  top: 0;
  background: rgba(0,0,0,0.2);
  content: '';
  height: 10px;
  width: 100%;
}

.header-line.extreme-color {
  width: 20%;
}

.header-line {
  height: 6px;
  width: 10%;
  float: left;
  margin: 0;
  position: relative;
}

.header-line div {
  position: absolute;
  top: 70px;
  left: 15px;
  font-weight: 600;
  color: #fff;
}

.header-line div span {
  font-weight: 400;
  display: block;
  font-size: 12px;
  color: rgba(255,255,255,0.6);
}

.btn {
  border-radius: 3px;
}

.float-e-margins .btn {
  margin-bottom: 5px;
}

.btn-primary.btn-outline {
  color: #34495e;
}

.btn-primary2.btn-outline {
  color: #9b59b6;
}

.btn-success.btn-outline {
  color: #00a859;
}

.btn-info.btn-outline {
  color: #0080bb;
}

.btn-warning.btn-outline {
  color: #ffb606;
}

.btn-warning2.btn-outline {
  color: #e67e22;
}

.btn-danger.btn-outline {
  color: #e74c3c;
}

.btn-danger2.btn-outline {
  color: #c0392b;
}

.btn-primary.btn-outline:hover,.btn-success.btn-outline:hover,.btn-info.btn-outline:hover,.btn-warning.btn-outline:hover,.btn-danger.btn-outline:hover {
  color: #fff;
}

.btn-primary {
    background: rgb(0,128,187)!important;
    background: linear-gradient(0deg, rgba(0,128,187,1) 0%, rgba(21,39,47,1) 100%)!important;    
    border-color: rgb(0,128,187)!important;
    color: #fff!important;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary {
    background: rgb(0,128,187)!important;
    background: linear-gradient(0deg, rgba(0,128,187,1) 0%, rgba(21,39,47,1) 100%)!important;    
    border-color: rgb(0,128,187)!important;
    color: #fff;
}

.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,.btn-primary.disabled:hover,.btn-primary.disabled:focus,.btn-primary.disabled:active,.btn-primary.disabled.active,.btn-primary[disabled],.btn-primary[disabled]:hover,.btn-primary[disabled]:focus,.btn-primary[disabled]:active,.btn-primary.active[disabled],fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary:hover,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary.active {
    background: rgb(0,128,187)!important;
    background: linear-gradient(0deg, rgba(0,128,187,1) 0%, rgba(21,39,47,1) 100%)!important;    
    border-color: rgb(0,128,187)!important;
}

.btn-primary2 {
    background: rgb(155,89,182)!important;
    background: linear-gradient(0deg, rgba(155,89,182,1) 0%, rgba(63,26,78,1) 100%)!important;
    border-color: rgb(155,89,182)!important;
    color: #fff!important;
}

.btn-primary2:hover,.btn-primary2:focus,.btn-primary2:active,.btn-primary2.active,.open .dropdown-toggle.btn-primary2 {
    background: rgb(155,89,182)!important;
    background: linear-gradient(0deg, rgba(155,89,182,1) 0%, rgba(63,26,78,1) 100%)!important;
    border-color: rgb(155,89,182)!important;
    color: #fff!important;
}

.btn-primary2:active,.btn-primary2.active,.open .dropdown-toggle.btn-primary2 {
  background-image: none;
}

.btn-primary2.disabled,.btn-primary2.disabled:hover,.btn-primary2.disabled:focus,.btn-primary2.disabled:active,.btn-primary2.disabled.active,.btn-primary2[disabled],.btn-primary2[disabled]:hover,.btn-primary2[disabled]:focus,.btn-primary2[disabled]:active,.btn-primary2.active[disabled],fieldset[disabled] .btn-primary2,fieldset[disabled] .btn-primary2:hover,fieldset[disabled] .btn-primary2:focus,fieldset[disabled] .btn-primary2:active,fieldset[disabled] .btn-primary2.active {
    background: rgb(155,89,182)!important;
    background: linear-gradient(0deg, rgba(155,89,182,1) 0%, rgba(63,26,78,1) 100%)!important;
    border-color: rgb(155,89,182)!important;
}

.btn-success {
    background: rgb(86,178,43)!important;
    background: linear-gradient(0deg, rgba(86,178,43,1) 0%, rgba(40,80,20,1) 100%)!important;  
    border-color: rgb(86,178,43)!important;
    color: #fff!important;
}

.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success {
    background: rgb(86,178,43)!important;
    background: linear-gradient(0deg, rgba(86,178,43,1) 0%, rgba(40,80,20,1) 100%)!important;  
    border-color: rgb(86,178,43)!important;
    color: #fff!important;
}

.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,.btn-success.disabled:hover,.btn-success.disabled:focus,.btn-success.disabled:active,.btn-success.disabled.active,.btn-success[disabled],.btn-success[disabled]:hover,.btn-success[disabled]:focus,.btn-success[disabled]:active,.btn-success.active[disabled],fieldset[disabled] .btn-success,fieldset[disabled] .btn-success:hover,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success.active {
    background: rgb(86,178,43)!important;
    background: linear-gradient(0deg, rgba(86,178,43,1) 0%, rgba(40,80,20,1) 100%)!important;  
    border-color: rgb(86,178,43)!important;
}

.btn-info {
    background: rgb(0,128,187)!important;
    background: linear-gradient(0deg, rgba(0,128,187,1) 0%, rgba(29,63,79,1) 100%)!important;
    border-color: rgb(0,128,187)!important;
    color: #fff!important;
}

.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info {
    background: rgb(0,128,187)!important;
    background: linear-gradient(0deg, rgba(0,128,187,1) 0%, rgba(29,63,79,1) 100%)!important;
    border-color: rgb(0,128,187)!important;
    color: #fff;
}

.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,.btn-info.disabled:hover,.btn-info.disabled:focus,.btn-info.disabled:active,.btn-info.disabled.active,.btn-info[disabled],.btn-info[disabled]:hover,.btn-info[disabled]:focus,.btn-info[disabled]:active,.btn-info.active[disabled],fieldset[disabled] .btn-info,fieldset[disabled] .btn-info:hover,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info.active {
    background: rgb(0,128,187)!important;
    background: linear-gradient(0deg, rgba(0,128,187,1) 0%, rgba(29,63,79,1) 100%)!important;
    border-color: rgb(0,128,187)!important;
}

.btn-default {
    background: rgb(234,234,234)!important;
    border-color: rgb(234,234,234)!important;
    color: #6a6c6f!important;
}

.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,.btn-default.disabled:hover,.btn-default.disabled:focus,.btn-default.disabled:active,.btn-default.disabled.active,.btn-default[disabled],.btn-default[disabled]:hover,.btn-default[disabled]:focus,.btn-default[disabled]:active,.btn-default.active[disabled],fieldset[disabled] .btn-default,fieldset[disabled] .btn-default:hover,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default.active {
    background: rgb(234,234,234)!important;
    background: linear-gradient(0deg, rgba(234,234,234,1) 0%, rgba(125,122,122,1) 100%)!important;
    border-color: rgb(234,234,234)!important;
}

.btn-warning {
    background: rgb(255,180,0)!important;
    background: linear-gradient(0deg, rgba(255,180,0,1) 0%, rgba(219,155,0,1) 100%)!important;
    border-color: rgb(255,180,0)!important;
    color: #fff!important;
}

.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning {
    background: rgb(255,180,0)!important;
    background: linear-gradient(0deg, rgba(255,180,0,1) 0%, rgba(219,155,0,1) 100%)!important;
    border-color: rgb(255,180,0)!important;
    color: #fff!important;
}

.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,.btn-warning.disabled:hover,.btn-warning.disabled:focus,.btn-warning.disabled:active,.btn-warning.disabled.active,.btn-warning[disabled],.btn-warning[disabled]:hover,.btn-warning[disabled]:focus,.btn-warning[disabled]:active,.btn-warning.active[disabled],fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning:hover,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning.active {
    background: rgb(255,180,0)!important;
    background: linear-gradient(0deg, rgba(255,180,0,1) 0%, rgba(219,155,0,1) 100%)!important;
    border-color: rgb(255,180,0)!important;
}

.btn-warning2 {
    background: rgb(230,126,34)!important;
    background: linear-gradient(0deg, rgba(230,126,34,1) 0%, rgba(195,92,0,1) 100%)!important;
    border-color: rgb(230,126,34)!important;
    color: #fff!important;
}

.btn-warning2:hover,.btn-warning2:focus,.btn-warning2:active,.btn-warning2.active,.open .dropdown-toggle.btn-warning2 {
    background: rgb(230,126,34)!important;
    background: linear-gradient(0deg, rgba(230,126,34,1) 0%, rgba(195,92,0,1) 100%)!important;
    border-color: rgb(230,126,34)!important;
    color: #fff!important;
}

.btn-warning2:active,.btn-warning2.active,.open .dropdown-toggle.btn-warning2 {
  background-image: none;
}

.btn-warning2.disabled,.btn-warning2.disabled:hover,.btn-warning2.disabled:focus,.btn-warning2.disabled:active,.btn-warning2.disabled.active,.btn-warning2[disabled],.btn-warning2[disabled]:hover,.btn-warning2[disabled]:focus,.btn-warning2[disabled]:active,.btn-warning2.active[disabled],fieldset[disabled] .btn-warning2,fieldset[disabled] .btn-warning2:hover,fieldset[disabled] .btn-warning2:focus,fieldset[disabled] .btn-warning2:active,fieldset[disabled] .btn-warning2.active {
    background: rgb(230,126,34)!important;
    background: linear-gradient(0deg, rgba(230,126,34,1) 0%, rgba(195,92,0,1) 100%)!important;
    border-color: rgb(230,126,34)!important;
}

.btn-danger {
    background: rgb(231,76,60)!important;
    background: linear-gradient(0deg, rgba(231,76,60,1) 0%, rgba(108,35,27,1) 100%)!important;
    border-color: rgb(231,76,60)!important;
    color: #fff!important;
}

.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger {
    background: rgb(231,76,60)!important;
    background: linear-gradient(0deg, rgba(231,76,60,1) 0%, rgba(108,35,27,1) 100%)!important;
    border-color: rgb(231,76,60)!important;
    color: #fff!important;
}

.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,.btn-danger.disabled:hover,.btn-danger.disabled:focus,.btn-danger.disabled:active,.btn-danger.disabled.active,.btn-danger[disabled],.btn-danger[disabled]:hover,.btn-danger[disabled]:focus,.btn-danger[disabled]:active,.btn-danger.active[disabled],fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger:hover,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger.active {
    background: rgb(231,76,60)!important;
    background: linear-gradient(0deg, rgba(231,76,60,1) 0%, rgba(108,35,27,1) 100%)!important;
    border-color: rgb(231,76,60)!important;
}

.btn-danger2 {
    background: rgb(192,57,43)!important;
    background: linear-gradient(0deg, rgba(192,57,43,1) 0%, rgba(96,13,4,1) 100%)!important;
    border-color: rgb(192,57,43)!important;
    color: #fff!important;
}

.btn-danger2:hover,.btn-danger2:focus,.btn-danger2:active,.btn-danger2.active,.open .dropdown-toggle.btn-danger2 {
    background: rgb(192,57,43)!important;
    background: linear-gradient(0deg, rgba(192,57,43,1) 0%, rgba(96,13,4,1) 100%)!important;
    border-color: rgb(192,57,43)!important;
    color: #fff!important;
}

.btn-danger2:active,.btn-danger2.active,.open .dropdown-toggle.btn-danger2 {
  background-image: none;
}

.btn-danger2.disabled,.btn-danger2.disabled:hover,.btn-danger2.disabled:focus,.btn-danger2.disabled:active,.btn-danger2.disabled.active,.btn-danger2[disabled],.btn-danger2[disabled]:hover,.btn-danger2[disabled]:focus,.btn-danger2[disabled]:active,.btn-danger2.active[disabled],fieldset[disabled] .btn-danger2,fieldset[disabled] .btn-danger2:hover,fieldset[disabled] .btn-danger2:focus,fieldset[disabled] .btn-danger2:active,fieldset[disabled] .btn-danger2.active {
    background: rgb(192,57,43)!important;
    background: linear-gradient(0deg, rgba(192,57,43,1) 0%, rgba(96,13,4,1) 100%)!important;
    border-color: rgb(192,57,43)!important;
}

.btn-link {
  color: inherit;
}

.btn-link:hover,.btn-link:focus,.btn-link:active,.btn-link.active,.open .dropdown-toggle.btn-link {
  color: #6a6c6f;
}

.btn-link:active,.btn-link.active,.open .dropdown-toggle.btn-link {
  background-image: none;
}

.btn-link.disabled,.btn-link.disabled:hover,.btn-link.disabled:focus,.btn-link.disabled:active,.btn-link.disabled.active,.btn-link[disabled],.btn-link[disabled]:hover,.btn-link[disabled]:focus,.btn-link[disabled]:active,.btn-link.active[disabled],fieldset[disabled] .btn-link,fieldset[disabled] .btn-link:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:active,fieldset[disabled] .btn-link.active {
  color: #9d9fa2;
}

.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}

.btn-xs {
  border-radius: 3px;
  font-size: 11px;
  line-height: 1.5;
  padding: 1px 7px;
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}

.btn-circle.btn-xs {
  width: 20px;
  height: 20px;
  padding: 4px 8px;
  border-radius: 25px;
  font-size: 10px;
  line-height: 1;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}

.list .list-item-container {
  float: left;
}

.list-item-container div:first-child {
  border-top: 0;
}

.list .list-item .list-item-content p {
  margin-bottom: 3px;
  margin-top: 0;
}

.list .list-item-date {
  color: #aaa;
  font-size: 10px;
  text-align: center;
}

.list .list-item {
  float: left;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eaeaea;
}

.list .list-item-container-small {
  min-width: 80px;
  text-align: center;
}

.list .list-item .list-item-content .list-item-right {
  height: 100%;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
}

.list .list-item .list-item-content h1,.list .list-item .list-item-content h2,.list .list-item .list-item-content h3,.list .list-item .list-item-content h4,.list .list-item .list-item-content h5,.list .list-item .list-item-content h6,.list .list-item .list-item-content .list-item-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}

a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus {
  background-color: #34495e;
  border-color: #34495e;
  color: #fff!important;
}

.list-group-item-heading {
  margin-top: 10px;
}

.list-group-item-text {
  margin: 0 0 10px;
  color: inherit;
  line-height: inherit;
}

.list-group-item {
  background-color: inherit;
  border: 1px solid #eaeaea;
  display: block;
  margin-bottom: -1px;
  padding: 10px 15px;
  position: relative;
}

.no-padding .list-group-item {
  border-left: none;
  border-right: 0;
  border-bottom: 0;
}

.no-padding .list-group-item:first-child {
  border-left: none;
  border-right: 0;
  border-bottom: 0;
  border-top: 0;
}

.no-padding .list-group {
  margin-bottom: 0;
}

.hpanel>.panel-heading {
  color: inherit;
  font-weight: 600;
  padding: 10px 4px;
  transition: all .3s;
  border: 1px solid transparent;
}

.hpanel .hbuilt.panel-heading {
  
}

.hpanel>.panel-footer,.hpanel>.panel-section {
  color: inherit;
  border: 1px solid #eaeaea;
  border-top: 0;
  font-size: 90%;
  background: #f7f9fa;
  padding: 10px 15px;
}

.hpanel.panel-collapse>.panel-heading,.hpanel .hbuilt {
  background: #fff;
  border-color: #eaeaea;
  border: 1px solid #eaeaea;
  padding: 10px 10px;
  border-radius: 2px;
}

.hpanel .panel-body {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  padding: 20px;
  position: relative;
}

.hpanel.panel-group .panel-body:first-child {
  border-top: 1px solid #eaeaea;
}

.hpanel.panel-group .panel-body {
  border-top: 0;
}

.hpanel-no-border-top {
    border-top: 0!important;
}

.hpanel {
  background-color: none;
  border: 0;
  box-shadow: none;
  margin-bottom: 25px;
}

.panel-tools {
  display: inline-block;
  float: right;
  margin-top: 0;
  padding: 0;
  position: relative;
}

.hpanel .alert {
  margin-bottom: 0;
  border-radius: 0;
  border: 1px solid #eaeaea;
  border-bottom: 0;
}

.panel-tools a {
  margin-left: 5px;
  color: #9d9fa2;
  cursor: pointer;
}

.hpanel.hgreen .panel-body {
  border-top: 2px solid #00a859;
}

.hpanel.hblue .panel-body {
  border-top: 2px solid #0080bb;
}

.hpanel.hyellow .panel-body {
  border-top: 2px solid #ffb606;
}

.hpanel.hviolet .panel-body {
  border-top: 2px solid #9b59b6;
}

.hpanel.horange .panel-body {
  border-top: 2px solid #e67e22;
}

.hpanel.hred .panel-body {
  border-top: 2px solid #e74c3c;
}

.hpanel.hreddeep .panel-body {
  border-top: 2px solid #c0392b;
}

.hpanel.hnavyblue .panel-body {
  border-top: 2px solid #34495e;
}

.hpanel.hbggreen .panel-body {
  background: #00a859;
  color: #fff;
  border: 0;
}

.hpanel.hbgblue .panel-body {
  background: #0080bb;
  color: #fff;
  border: 0;
}

.hpanel.hbgyellow .panel-body {
  background: #ffb606;
  color: #fff;
  border: 0;
}

.hpanel.hbgviolet .panel-body {
  background: #9b59b6;
  color: #fff;
  border: 0;
}

.hpanel.hbgorange .panel-body {
  background: #e67e22;
  color: #fff;
  border: 0;
}

.hpanel.hbgred .panel-body {
  background: #e74c3c;
  color: #fff;
  border: 0;
}

.hpanel.hbgreddeep .panel-body {
  background: #c0392b;
  color: #fff;
  border: 0;
}

.hpanel.hbgnavyblue .panel-body {
  background: #34495e;
  color: #fff;
  border: 0;
}

.panel-group .panel-heading {
  background-color: #f7f9fa;
}

.small-header .hpanel {
  margin-bottom: 0;
}

.small-header {
  padding: 0!important;
}

.small-header .panel-body {
  padding: 15px 25px;
  border-right: 0;
  border-left: none;
  border-top: 0;
  border-radius: 0;
}

.panel-body h5,.panel-body h4 {
  font-weight: 600;
}

.small-header .panel-body h2 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

.small-header .panel-body small {
  color: #838589;
}

.hbreadcrumb {
  padding: 2px 0;
  margin-top: 6px;
  margin-bottom: 0;
  list-style: none;
  background-color: #fff;
  font-size: 11px;
}

.hbreadcrumb>li {
  display: inline-block;
}

.hbreadcrumb>li+li:before {
  padding: 0 5px;
  color: #34495e;
}

.hbreadcrumb>.active {
  color: #9d9fa2;
}

.wrapper {
  padding: 10px 20px;
}

.hpanel.collapsed .panel-body,.hpanel.collapsed .panel-footer {
  display: none;
}

.hpanel.collapsed .fa.fa-chevron-up:before {
  content: "\f078";
}

.hpanel.collapsed .fa.fa-chevron-down:before {
  content: "\f077";
}

.hpanel.collapsed.panel-collapse .panel-body {
  border-width: 0 1px 1px 1px;
  border-color: #eaeaea;
  border-style: solid;
}

.hpanel.collapsed .hbuilt.panel-heading {
  border-bottom: 1px solid #eaeaea;
}

body.fullscreen-panel-mode {
  overflow-y: hidden;
}

.hpanel.fullscreen {
  z-index: 2030;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  margin-bottom: 0;
}

.hpanel.fullscreen .showhide {
  display: none;
}

.hpanel.fullscreen .panel-body {
  min-height: calc(100% - 77px);
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
  border: 1px solid #eaeaea;
  border-bottom-color: transparent;
}

.nav-tabs {
  border-bottom: 1px solid #eaeaea;
}

.tab-pane .panel-body {
  border-top: 0;
}

.tabs-left .tab-pane .panel-body,.tabs-right .tab-pane .panel-body {
  border-top: 1px solid #eaeaea;
}

.nav-tabs>li a:hover {
  background: transparent;
  border-color: transparent;
}

.tabs-below>.nav-tabs,.tabs-right>.nav-tabs,.tabs-left>.nav-tabs {
  border-bottom: 0;
}

.tabs-left .panel-body {
  position: static;
}

.tabs-left>.nav-tabs,.tabs-right>.nav-tabs {
  width: 20%;
}

.tabs-left .panel-body {
  width: 80%;
  margin-left: 20%;
}

.tabs-right .panel-body {
  width: 80%;
  margin-right: 20%;
}

.tab-content>.tab-pane,.pill-content>.pill-pane {
  display: none;
}

.tab-content>.active,.pill-content>.active {
  display: block;
}

.tabs-below>.nav-tabs {
  border-top: 1px solid #eaeaea;
}

.tabs-below>.nav-tabs>li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below>.nav-tabs>li>a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.tabs-below>.nav-tabs>li>a:hover,.tabs-below>.nav-tabs>li>a:focus {
  border-top-color: #eaeaea;
  border-bottom-color: transparent;
}

.tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li {
  float: none;
}

.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left>.nav-tabs {
  float: left;
  margin-right: 19px;
}

.tabs-left>.nav-tabs>li>a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.tabs-left>.nav-tabs .active>a,.tabs-left>.nav-tabs .active>a:hover,.tabs-left>.nav-tabs .active>a:focus {
  border-color: #eaeaea transparent #eaeaea #eaeaea;
  *border-right-color: #fff;
}

.tabs-right>.nav-tabs {
  float: right;
  margin-left: 19px;
}

.tabs-right>.nav-tabs>li>a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.tabs-right>.nav-tabs>li>a:hover,.tabs-right>.nav-tabs>li>a:focus {
  border-color: #eee #eee #eee #ddd;
}

.tabs-right>.nav-tabs .active>a,.tabs-right>.nav-tabs .active>a:hover,.tabs-right>.nav-tabs .active>a:focus {
  border-color: #eaeaea #eaeaea #eaeaea transparent;
  *border-left-color: #fff;
  z-index: 1;
}

.tooltip-inner {
  background-color: #34495e;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #34495e;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #34495e;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #34495e;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #34495e;
}

.stats h4,h5,h6 {
  margin: 5px 0;
}

.stats-title h4 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.stats-box div {
  display: inline-block;
  vertical-align: middle;
}

.stats-label {
  line-height: 1.2;
}

.stats-label small {
  font-size: 80%;
  line-height: .6;
}

.stats-box-value {
  background: #fff;
}

.stats-box-detail {
  background: #34495e;
  color: #fff;
  position: relative;
}

.plan-box {
  -ms-transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  opacity: .7;
  transition: all .2s ease 0s;
}

.plan-box.active,.plan-box:hover {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.chat-avatar {
  width: 36px;
  height: 36px;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
}

.chat-user-name {
  padding: 10px;
}

.chat-user {
  padding: 8px 10px;
  border-bottom: 1px solid #e7eaec;
}

.chat-user a {
  color: inherit;
}

.chat-view {
  z-index: 1070;
}

.chat-users,.chat-statistic {
  margin-left: -30px;
}

@media(max-width:992px) {
  .chat-users,.chat-statistic {
    margin-left: 0;
  }
}

.chat-view .ibox-content {
  padding: 0;
}

.chat-message {
  padding: 10px 20px;
}

.message-avatar {
  height: 96px;
  width: 96px;
  border-radius: 50%;
  margin-top: 1px;
}

.chat-discussion .chat-message .message-avatar {
  float: left;
  margin-right: 10px;
}

.chat-discussion .message {
  background-color: #f7f8fa;
  text-align: left;
  display: block;
  padding: 20px 20px 10px 20px;
  position: relative;
  border-radius: 4px;
}

.chat-discussion .chat-message .message-date {
  float: right;
}

.chat-discussion .chat-message .message {
  text-align: left;
  margin-left: 105px;
}

.message-date {
  font-size: 10px;
  color: #888;
}

.message-content {
  display: block;
  text-align: justify;
}

.chat-users,.chat-discussion {
  overflow-y: auto;
  height: 500px;
}

.chat-discussion .chat-message.left .message-date {
  float: right;
}

.chat-discussion .chat-message.right .message-date {
  float: left;
}

.chat-discussion .chat-message.left .message {
  text-align: left;
  margin-left: 55px;
}

.chat-discussion .chat-message.right .message {
  text-align: right;
  margin-right: 55px;
}

.chat-discussion .chat-message.left .message-avatar {
  float: left;
  margin-right: 10px;
}

.chat-discussion .chat-message.right .message-avatar {
  float: right;
  margin-left: 10px;
}

.chat-discussion {
  padding: 15px 10px;
}

.projects .project-label {
  font-weight: 600;
}

.projects .hpanel .panel-body {
  border-bottom: 0;
}

.projects .hpanel:last-child .panel-body {
  border-bottom: 1px solid #eaeaea;
}

.projects .hpanel:last-child .panel-body {
  border-bottom: 1px solid #eaeaea;
}

.projects .hpanel h4 a {
  color: #6a6c6f;
}

.projects .project-people img {
  width: 28px;
  height: 28px;
  margin-left: 2px;
  margin-bottom: 4px;
}

.projects .project-info {
  text-align: right;
}

@media(max-width:768px) {
  .projects .project-info {
    text-align: left;
  }
}

.social-board .social-profile img {
  height: 42px;
  width: 42px;
  border-radius: 50%;
}

.social-board .social-profile h5 {
  margin-top: 5px;
  margin-bottom: 0;
}

.social-board .social-form {
  margin: 10px 0;
}

.social-board .social-form input {
  font-size: 12px;
  padding: 2px 12px;
  height: 28px;
}

.social-talk .social-profile img {
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

.social-talk .text-muted {
  color: #aaacae;
}

.social-talk {
  margin-bottom: 10px;
}

.social-talk .social-content {
  margin-top: 2px;
}

.blog-box p {
  font-size: 12px;
}

.blog-box h4 {
  font-weight: bold;
  margin-top: 0;
}

.blog-box .panel-heading {
  background: #fff;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-radius: 2px;
  padding: 10px 20px;
  position: relative;
  font-weight: 500;
}

.blog-box .panel-footer {
  color: #909295;
}

.blog-box .panel-heading .media-body {
  line-height: 16px;
}

.blog-box .panel-heading .media img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.blog-box .panel-heading .media-body h5 {
  margin-top: 0;
}

.blog-box .panel-image {
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
}

.blog-box .panel-image .title {
  position: absolute;
  bottom: 10px;
  padding: 0 20px;
  color: #fff;
}

.blog-box .panel-image .title h4 {
  margin-bottom: 0;
}

.blog-box .panel-image .title a {
  color: #fff!important;
}

.blog-article-box .panel-heading {
  background: #fff;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-radius: 2px;
  padding: 80px 10px;
  position: relative;
  font-weight: 500;
  text-align: center;
}

.blog-article-box .panel-heading h4 {
  font-size: 32px;
  font-weight: 700;
  color: #515355;
}

.blog-article-box .panel-body {
  padding: 50px 70px;
}

.blog-article-box .panel-body p {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 32px;
  color: #515355;
}

@media(max-width:768px) {
  .blog-article-box .panel-body {
    padding: 10px 20px;
  }

  .blog-article-box .panel-body p {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 28px;
  }

  .blog-article-box .panel-heading {
    padding: 20px 20px;
  }
}

.forum-box .panel-body {
  border-bottom: 0;
}

.forum-box .panel-body:last-child {
  border-bottom: 1px solid #eaeaea;
}

.forum-box .forum-heading h4 {
  margin-bottom: 3px;
  font-weight: 600;
  margin-top: 5px;
  display: inline;
}

.forum-box .forum-heading .label {
  margin-right: 5px;
}

.forum-box .forum-heading .desc {
  color: #909295;
  font-size: 12px;
}

.forum-box .panel-heading {
  border: 1px solid #eaeaea;
  border-bottom: 0;
  font-size: 90%;
  background: #f7f9fa;
  padding: 10px 20px;
}

.forum-box .forum-info {
  text-align: right;
  line-height: 20px;
}

.forum-box .forum-info .number {
  display: block;
  font-weight: 600;
  font-size: 22px;
  margin-top: 5px;
}

.forum-box .forum-info span {
  font-size: 12px;
}

.forum-box .panel-body .media-image {
  text-align: center;
  margin-right: 10px;
  min-width: 100px;
}

.forum-box .panel-body .media img {
  margin-top: 10px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.forum-box .author-info {
  font-size: 12px;
}

.forum-box .forum-comments {
  border: 1px solid #eaeaea;
  border-left: none;
  border-right: 0;
  background: #f7f9fa;
  margin-top: 20px;
  padding: 10px 15px;
}

.forum-box .forum-comments .media img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-top: 0;
  margin-bottom: 10px;
}

.forum-box .forum-comments form {
  margin-top: 10px;
}

@media(max-width:768px) {
  .forum-box .forum-info {
    text-align: left;
  }
}

ul.mailbox-list,ul.h-list {
  list-style: none;
  padding: 0;
}

ul.mailbox-list li a,ul.h-list li a {
  padding: 10px 15px;
  display: block;
}

ul.mailbox-list li a i,ul.h-list li a i {
  margin-right: 6px;
  display: inline-block;
}

ul.mailbox-list li.active a,ul.h-list li.active a {
  background: #f7f9fa;
  border: 1px solid #e4e5e7;
  font-weight: 600;
  border-radius: 1px;
}

ul.mailbox-list li:hover a,ul.h-list li:hover a {
  font-weight: 600;
}

.table-mailbox .radio,.table-mailbox .checkbox {
  margin: 0;
}

.table-mailbox .radio label,.table-mailbox .checkbox label {
  cursor: default;
}

.table-mailbox tr.unread td a {
  font-weight: 600;
}

.table-mailbox tr td span.label {
  margin-left: 10px;
}

.table-mailbox tr:first-child td {
  border-top: 0;
}

.table-mailbox tr td:first-child {
  width: 33px;
  padding-right: 0;
}

.mailbox-pagination {
  text-align: right;
}

@media(max-width:768px) {
  .mailbox-pagination {
    text-align: left;
  }
}

.email-compose .note-editor {
  border: 0;
}

.email-compose .note-editor .note-editable {
  padding: 15px 25px;
}

.email-compose .note-toolbar {
  padding: 5px 15px;
}

.note-popover .popover .popover-content>.btn-group,.note-toolbar>.btn-group {
  margin-bottom: 5px;
}

.note-editor .note-toolbar {
  background-color: #f7f9fa;
}

.contact-panel h3 {
  margin-bottom: 2px;
}

.contact-panel h3 a {
  color: inherit;
}

.contact-panel p {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 0;
}

.contact-panel img {
  width: 76px;
  height: 76px;
}

.contact-footer {
  padding: 0 15px;
}

.contact-stat span {
  font-size: 10px;
  font-weight: 500;
  display: block;
  color: #9d9fa2;
  text-transform: uppercase;
}

.contact-stat {
  padding: 8px 0;
  text-align: center;
}

.contact-panel:hover .panel-body {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: pulse;
  -webkit-animation-name: pulse;
  z-index: 1;
}

.hpanel .panel-body.file-body {
  padding: 30px 0;
  text-align: center;
}

.file-body i.fa {
  font-size: 56px;
}

body.blank {
  background-color: #f1f3f6;
}

.login-container {
  max-width: 300px;
  margin: auto;
  padding-top: 6%;
}

.register-container {
  max-width: 720px;
  margin: auto;
  padding-top: 6%;
}

.lock-container {
  max-width: 420px;
  margin: auto;
  padding-top: 6%;
}

.error-container {
  max-width: 620px;
  margin: auto;
  padding-top: 6%;
}

.big-icon {
  font-size: 120px;
}

.med-icon {
  font-size: 64px;
}

.error-container h1 {
  font-size: 44px;
}

.back-link {
  float: left;
  width: 100%;
  margin: 10px;
}

@media(max-width:420px) {
  .lock-container {
    margin: auto 10px;
  }
  .mobile-none {
    display: none;
    visibility: hidden;
  }  
}

.controller-top {
    margin-top: 110px!important;        
} 

@media(max-width:720px) {
    
    .controller-top {
        margin-top: 60px!important;        
    }     
    
    .register-container {
        margin: auto 10px;
    }

    .lock-container {
        padding-top: 15%;
    }
    
    .mobile-none {
        display: none;
        visibility: hidden;
    }
    
    .bt-docs-tab {
        white-space:normal!important;        
    }
    
}

@media(max-width:620px) {
  .error-container {
    margin: auto 10px;
  }
  
  .mobile-none {
    display: none;
    visibility: hidden;
  }
}

@media(max-width:991px) {
    #notes {
        display: block;
        height: auto!important;
        visibility: visible;
    }
  
    .message-avatar{
        display:none;
        visibility: hidden;      
    }
    
    .message-author,
    .message-date {
        display: block;
        width:100%;
        text-align: center;
    }
    
    .nav-tabs-acoes > li {
        display: block;
        width: 100%;
    }
  
    .chat-discussion .chat-message .message {        
        margin-left: 0px;
    }
    
    .chat-message > div > div > a {
        display: block;
        width:100%;
        
    }
    
}

#notes .panel-body:first-child {
  border-top: 0;
}

.note-content textarea {
  border: 0;
  width: 100%;
  padding: 0;
  min-height: 360px;
}

.note-link h5 {
  margin-top: 0;
}

.note-link:hover {
  background: #f7f9fa;
}

.filter-item {
  margin-bottom: 0;
}

.filter-item .panel-body {
  padding: 10px 20px;
  border-bottom: 0;
}

.filter-item a {
  color: #6a6c6f;
}

.filter-item:last-child {
  border-bottom: 1px solid #eaeaea;
}

.filter-item:hover .panel-body,.filter-item.active .panel-body {
  background: #fafcfd;
  z-index: 100;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.175);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.175);
  box-shadow: 0 2px 3px rgba(0,0,0,0.175);
}

.filter-item::selection .panel-body {
  background: #fafcfd;
}

.filter-item h4 {
  margin-bottom: 5px;
}

.cg-notify-message.homer-notify {
  background: #fff;
  padding: 0;
  box-shadow: 0 0 1px rgba(0,0,0,0.1),0 2px 4px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 1 px rgba(0,0,0,0.1),0 2 px 4 px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 1 px rgba(0,0,0,0.1),0 2 px 4 px rgba(0,0,0,0.2);
  border: 0;
  margin-top: 30px;
  color: inherit;
}

.homer-notify.alert-warning {
  border-left: 6px solid #ffb606;
}

.homer-notify.alert-success {
  border-left: 6px solid #00a859;
}

.homer-notify.alert-danger {
  border-left: 6px solid #c0392b;
}

.homer-notify.alert-info {
  border-left: 6px solid #0080bb;
}

#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div {
  margin: 10px auto 0;
}

#toast-container>.toast-info,#toast-container>.toast-error,#toast-container>.toast-warning,#toast-container>.toast-success {
  background-image: none;
}

#toast-container>div {
  background: #fff;
  padding: 20px;
  color: #6a6c6f;
  box-shadow: 0 0 1px rgba(0,0,0,0.1),0 2px 4px rgba(0,0,0,0.2);
  opacity: 1;
}

#toast-container>div:hover {
  box-shadow: 0 0 1px rgba(0,0,0,0.1),0 2px 4px rgba(0,0,0,0.2);
}

.toast-close-button {
  color: #000;
  opacity: .2;
}

.toast-info {
  background: #fff;
  border-left: 6px solid #0080bb;
}

.toast-success {
  background: #fff;
  border-left: 6px solid #00a859;
}

.toast-warning {
  background: #fff;
  border-left: 6px solid #ffb606;
}

.toast-error {
  background: #fff;
  border-left: 6px solid #e74c3c;
}

.toast-progress {
  opacity: .6;
}

.toast-info .toast-progress {
  background-color: #0080bb;
}

.toast-success .toast-progress {
  background-color: #00a859;
}

.toast-warning .toast-progress {
  background-color: #ffb606;
}

.toast-error .toast-progress {
  background-color: #e74c3c;
}

.tour-backdrop {
  opacity: .5;
}

.fc-state-default {
  background-color: #fff;
  background-image: none;
  background-repeat: repeat-x;
  box-shadow: none;
  color: inherit;
  text-shadow: none;
}

.fc-state-default {
  border: 1px solid;
}

.fc-button {
  color: inherit;
  border: 1px solid #eaeaea;
  cursor: pointer;
  display: inline-block;
  height: 1.9em;
  line-height: 1.9em;
  overflow: hidden;
  padding: 0 .6em;
  position: relative;
  white-space: nowrap;
}

.fc-state-active {
  background-color: #34495e;
  border-color: #34495e;
  color: #fff;
}

.fc-header-title h2 {
  font-size: 16px;
  font-weight: 600;
  color: inherit;
}

.fc-content .fc-widget-header,.fc-content .fc-widget-content {
  border-color: #eaeaea;
  font-weight: normal;
}

.fc-border-separate tbody {
  background-color: #f8f8f8;
}

.fc-state-highlight {
  background: none repeat scroll 0 0 #f1f3f6;
}

.external-event {
  padding: 5px 10px;
  border-radius: 2px;
  cursor: pointer;
  margin-bottom: 5px;
}

.fc-ltr .fc-event-hori.fc-event-end,.fc-rtl .fc-event-hori.fc-event-start {
  border-radius: 2px;
}

.fc-event,.fc-agenda .fc-event-time,.fc-event a {
  padding: 4px 6px;
  background-color: #34495e;
  border-color: #34495e;
}

.fc-event-time,.fc-event-title {
  color: #717171;
  padding: 0 1px;
}

.ui-calendar .fc-event-time,.ui-calendar .fc-event-title {
  color: #fff;
}

.fc-view-container .fc-widget-header {
  background: #f7f8fa;
}

.fc-widget-header .fc-day-header {
  padding: 12px 0;
}

.fc-ltr .fc-basic-view .fc-day-number {
  text-align: center;
}

.fc-basic-view td.fc-day-number,.fc-basic-view td.fc-week-number span {
  padding: 6px;
}

.fc-day-grid-event {
  margin: 2px 6px 0;
}

.CodeMirror {
  border: 1px solid #eee;
  height: auto;
}

.CodeMirror-scroll {
  overflow-y: hidden;
  overflow-x: auto;
}

.flot-chart {
  display: block;
  height: 300px;
  position: relative;
}

.flot-chart-content {
  width: 100%;
  height: 100%;
}

.stats .flot-chart {
  height: 60px;
}

.note-editor,.note-editor.note-frame {
  border: 1px solid #eaeaea;
}

.note-editor .note-toolbar {
  border-bottom: 1px solid #eaeaea;
}

.note-editor .btn-default {
  border-color: #eaeaea;
}

.note-editor .panel-heading {
  padding: 5px 10px;
}

.airmode .note-editor {
  border: 0;
}

.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}

.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dd-list .dd-list {
  padding-left: 30px;
}

.dd-collapsed .dd-list {
  display: none;
}

.dd-item,.dd-empty,.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}

.dd-handle {
  display: block;
  margin: 5px 0;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  border: 1px solid #e4e5e7;
  background: #f7f9fa;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dd-handle span {
  font-weight: bold;
}

.dd-handle:hover {
  background: #f0f0f0;
  cursor: pointer;
  font-weight: bold;
}

.dd-item>button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

.dd-item>button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}

.dd-item>button[data-action="collapse"]:before {
  content: '-';
}

#nestable2 .dd-item>button {
  font-family: FontAwesome;
  height: 34px;
  width: 33px;
  color: #c1c1c1;
}

#nestable2 .dd-item>button:before {
  content: "\f067";
}

#nestable2 .dd-item>button[data-action="collapse"]:before {
  content: "\f068";
}

.dd-placeholder,.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #e4e5e7;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),-webkit-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);
  background-image: -moz-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),-moz-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);
  background-image: linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);
  background-size: 60px 60px;
  background-position: 0 0,30px 30px;
}

.dd-dragel {
  position: absolute;
  z-index: 9999;
  pointer-events: none;
}

.dd-dragel>.dd-item .dd-handle {
  margin-top: 0;
}

.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,0.1);
  box-shadow: 2px 4px 6px 0 rgba(0,0,0,0.1);
}

.nestable-lists {
  display: block;
  clear: both;
  padding: 30px 0;
  width: 100%;
  border: 0;
  border-top: 2px solid #e4e5e7;
  border-bottom: 2px solid #e4e5e7;
}

#nestable-menu {
  padding: 0;
  margin: 10px 0 20px 0;
}

#nestable-output,#nestable2-output {
  width: 100%;
  font-size: .75em;
  line-height: 1.333333em;
  font-family: open sans,lucida grande,lucida sans unicode,helvetica,arial,sans-serif;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#nestable2 .dd-handle {
  color: inherit;
  border: 1px dashed #e4e5e7;
  background: #f7f9fa;
  padding: 10px;
}

#nestable2 span.label {
  margin-right: 10px;
}

#nestable-output,#nestable2-output {
  font-size: 12px;
  padding: 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.angular-ui-tree-handle {
  background: none repeat scroll 0 0 #f7f9fa;
  border: 1px dashed #eaeaea;
  color: inherit;
  padding: 10px;
  font-weight: normal;
}

.angular-ui-tree-handle:hover {
  font-weight: bold;
  cursor: pointer;
}

.angular-ui-tree-placeholder {
  background: #f0f9ff;
  border: 1px dashed #eaeaea;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.group-title {
  background-color: #687074!important;
  color: #FFF!important;
}

.tree-node {
  background: none repeat scroll 0 0 #f7f9fa;
  border: 1px dashed #eaeaea;
  color: inherit;
  padding: 10px;
  border-radius: 3px;
}

.tree-node .btn {
  min-width: 22px;
  margin-right: 4px;
}

.tree-node-content {
  margin: 5px 5px 5px 0;
}

.tree-handle {
  background: none repeat scroll 0 0 #f7f9fa;
  border: 1px dashed #eaeaea;
  color: inherit;
  padding: 10px;
}

.angular-ui-tree-placeholder {
  background: #f0f9ff;
  border: 1px dashed #eaeaea;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.icheckbox_square-green,.iradio_square-green {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url("img/green.png") no-repeat;
  border: 0;
  cursor: pointer;
}

.icheckbox_square-green {
  background-position: 0 0;
}

.icheckbox_square-green.hover {
  background-position: -24px 0;
}

.icheckbox_square-green.checked {
  background-position: -48px 0;
}

.icheckbox_square-green.disabled {
  background-position: -72px 0;
  cursor: default;
}

.icheckbox_square-green.checked.disabled {
  background-position: -96px 0;
}

.iradio_square-green {
  background-position: -120px 0;
}

.iradio_square-green.hover {
  background-position: -144px 0;
}

.iradio_square-green.checked {
  background-position: -168px 0;
}

.iradio_square-green.disabled {
  background-position: -192px 0;
  cursor: default;
}

.iradio_square-green.checked.disabled {
  background-position: -216px 0;
}

@media(-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi) {
  .icheckbox_square-green,.iradio_square-green {
    background-image: url("img/green%402x.png");
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}

.ui-sortable .panel-body {
  cursor: move;
}

.ui-sortable-placeholder {
  border: 1px dashed #cecece!important;
  visibility: visible!important;
  background: #f7f9fa;
}

.ibox.ui-sortable-placeholder {
  margin: 0 0 23px!important;
}

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

.bg-light-soft {
  background-color: #f1f3f6;
}

.bg-light {
  background-color: #f7f9fa;
}

.border-top {
  border-top: 1px solid #eaeaea;
}

.border-bottom {
  border-bottom: 1px solid #eaeaea;
}

.border-right {
  border-right: 1px solid #eaeaea;
}

.border-left {
  border-left: 1px solid #eaeaea;
}

.h-bg-mar {
  background: rgb(1,80,173);
  background: linear-gradient(0deg, rgba(1,80,173,1) 0%, rgba(101,169,248,1) 100%);
  font-size: 14px;
}

.h-bg-navy-blue {
  background: #34495e;
}

.h-bg-violet {
  background: #9b59b6;
}

.h-bg-blue {
  background: #0080bb;
}

.h-bg-green {
  background: #00a859;
}

.h-bg-yellow {
  background: #ffb606;
}

.h-bg-orange {
  background: #e67e22;
}

.h-bg-red {
  background: #e74c3c;
}

.h-bg-red-deep {
  background: #c0392b;
}

.text-primary {
  color: #34495e;
}

.text-primary-2 {
  color: #9b59b6;
}

.text-info {
  color: #0080bb;
}

.text-success {
  color: #00a859;
}

.text-warning {
  color: #ffb606;
}

.text-danger {
  color: #e74c3c;
}

.text-danger2 {
  color: #c0392b;
}

.text-white {
  color: #fff;
}

.p-xxs {
  padding: 5px!important;
}

.p-xs {
  padding: 10px!important;
}

.p-sm {
  padding: 15px!important;
}

.p-m {
  padding: 20px!important;
}

.p-md {
  padding: 25px!important;
}

.p-lg {
  padding: 30px!important;
}

.p-xl {
  padding: 40px!important;
}

.m-xxs {
  margin: 2px 4px;
}

.m-xs {
  margin: 5px;
}

.m-sm {
  margin: 10px;
}

.m {
  margin: 15px;
}

.m-md {
  margin: 20px;
}

.m-lg {
  margin: 30px;
}

.m-xl {
  margin: 50px;
}

.m-n {
  margin: 0!important;
}

.m-l-none {
  margin-left: 0;
}

.m-l-xs {
  margin-left: 5px;
}

.m-l-sm {
  margin-left: 10px;
}

.m-l {
  margin-left: 15px;
}

.m-l-md {
  margin-left: 20px;
}

.m-l-lg {
  margin-left: 30px;
}

.m-l-xl {
  margin-left: 40px;
}

.m-l-n-xxs {
  margin-left: -1px;
}

.m-l-n-xs {
  margin-left: -5px;
}

.m-l-n-sm {
  margin-left: -10px;
}

.m-l-n {
  margin-left: -15px;
}

.m-l-n-md {
  margin-left: -20px;
}

.m-l-n-lg {
  margin-left: -30px;
}

.m-l-n-xl {
  margin-left: -40px;
}

.m-t-none {
  margin-top: 0;
}

.m-t-xxs {
  margin-top: 1px;
}

.m-t-xs {
  margin-top: 5px;
}

.m-t-sm {
  margin-top: 10px;
}

.m-t {
  margin-top: 15px;
}

.m-t-md {
  margin-top: 20px;
}

.m-t-lg {
  margin-top: 30px;
}

.m-t-xl {
  margin-top: 40px;
}

.m-t-xxl {
  margin-top: 50px;
}

.m-t-xxxl {
  margin-top: 60px;
}

.m-t-n-xxs {
  margin-top: -1px;
}

.m-t-n-xs {
  margin-top: -5px;
}

.m-t-n-sm {
  margin-top: -10px;
}

.m-t-n {
  margin-top: -15px;
}

.m-t-n-md {
  margin-top: -20px;
}

.m-t-n-lg {
  margin-top: -30px;
}

.m-t-n-xl {
  margin-top: -40px;
}

.m-r-none {
  margin-right: 0;
}

.m-r-xxs {
  margin-right: 1px;
}

.m-r-xs {
  margin-right: 5px;
}

.m-r-sm {
  margin-right: 10px;
}

.m-r {
  margin-right: 15px;
}

.m-r-md {
  margin-right: 20px;
}

.m-r-lg {
  margin-right: 30px;
}

.m-r-xl {
  margin-right: 40px;
}

.m-r-n-xxs {
  margin-right: -1px;
}

.m-r-n-xs {
  margin-right: -5px;
}

.m-r-n-sm {
  margin-right: -10px;
}

.m-r-n {
  margin-right: -15px;
}

.m-r-n-md {
  margin-right: -20px;
}

.m-r-n-lg {
  margin-right: -30px;
}

.m-r-n-xl {
  margin-right: -40px;
}

.m-b-none {
  margin-bottom: 0;
}

.m-b-xxs {
  margin-bottom: 1px;
}

.m-b-xs {
  margin-bottom: 5px;
}

.m-b-sm {
  margin-bottom: 10px;
}

.m-b {
  margin-bottom: 15px;
}

.m-b-md {
  margin-bottom: 20px;
}

.m-b-lg {
  margin-bottom: 30px;
}

.m-b-xl {
  margin-bottom: 40px;
}

.m-b-n-xxs {
  margin-bottom: -1px;
}

.m-b-n-xs {
  margin-bottom: -5px;
}

.m-b-n-sm {
  margin-bottom: -10px;
}

.m-b-n {
  margin-bottom: -15px;
}

.m-b-n-md {
  margin-bottom: -20px;
}

.m-b-n-lg {
  margin-bottom: -30px;
}

.m-b-n-xl {
  margin-bottom: -40px;
}

.space-15 {
  margin: 15px 0;
}

.space-20 {
  margin: 20px 0;
}

.space-25 {
  margin: 25px 0;
}

.space-30 {
  margin: 30px 0;
}

html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden!important;
}

body {
  font-family: Helvetica, sans-serif;
  background-color: #fff;
  font-size: 13px;
  color: #6a6c6f;
  margin: 0;
  padding: 0;
  height: 100%;
}

#header {
  background-color: #fff;
  display: block;
  height: 62px;
  margin: 0;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #eaeaea;
}

#menu {
  width: 180px;
  bottom: 0;
  float: left;
  left: 0;
  position: absolute;
  top: 62px;
  transition: margin .4s ease 0s;
}

#wrapper {
  margin: 0 0 0 180px;
  padding: 0;
  background: #f1f3f6;
  border-left: 1px solid #eaeaea;
  transition: margin .4s ease 0s;
  position: relative;
  min-height: 100%;
}

#wrapper-1 {
  padding: 0;
  background: #f1f3f6;
  transition: margin .4s ease 0s;
  position: relative;
  min-height: 100%;
}

#wrapper-Error {
  padding: 0;
  background: #f1f3f6;
  transition: margin .4s ease 0s;
  position: relative;
  min-height: 100%;
}

.content {
  padding: 10px 10px 10px 10px;
  min-width: 320px;
}

.footer {
  padding: 10px 18px;
  background: #fff;
  border-top: 1px solid #eaeaea;
  transition: margin .4s ease 0s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-1 {
  padding: 10px 18px;
  background: #fff;
  border-top: 1px solid #eaeaea;
  transition: margin .4s ease 0s;

}


@media(max-width:768px) {
  .content {
    padding: 15px 15px 15px 15px;
    min-width: 320px;
  }
}

.content-boxed {
  max-width: 1100px;
  margin: auto;
  padding-top: 60px;
}

#page-header {
  padding: 20px 40px;
}

.fixed-navbar #header {
  width: 100%;
  position: fixed;
  z-index: 1000;
}

.fixed-navbar #wrapper {
  top: 62px;
}

.fixed-sidebar #menu {
  position: fixed;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 197px;
}

.fixed-sidebar.show-sidebar #menu {
  width: 180px;
}

.sidebar-scroll #menu {
  position: fixed;
}

.fixed-footer .footer {
  position: fixed;
  z-index: 1001;
  bottom: 0;
  left: 181px;
  right: 0;
}

.fixed-footer.hide-sidebar .footer {
  left: 0;
}

@media(max-width:768px) {
  .fixed-footer .footer {
    left: 0;
  }

  .fixed-footer.show-sidebar .footer {
    left: 181px;
  }
}

#right-sidebar {
  background-color: #fff;
  border-left: 1px solid #eaeaea;
  position: fixed;
  top: 0;
  width: 260px!important;
  z-index: 1009;
  bottom: 0;
  right: 0;
  display: none;
  overflow: auto;
}

#right-sidebar.sidebar-open {
  display: block;
}

.fixed-small-header .small-header {
  position: fixed;
  top: 62px;
  left: 0;
  right: 0;
  margin-left: 181px;
  z-index: 100;
}

.fixed-small-header .content {
  padding-top: 80px;
}

.fixed-small-header.hide-sidebar .small-header {
  margin-left: 0;
}

.fixed-small-header.page-small .small-header {
  margin-left: 0;
}

.fixed-small-header.page-small .content {
  padding-top: 120px;
}

.fixed-small-header.page-small.show-sidebar .small-header {
  margin-left: 181px;
  overflow: hidden;
}

.boxed {
  background-color: #fff;
}

.boxed .profile-picture {
  background-color: white;
}

.boxed .boxed-wrapper {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.55);
  -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.55);
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.55);
}

.ngHeaderCell {
  border-right: 0;
  border-bottom: 1px solid #eaeaea;
}

.ngCell {
  border-right: 0;
}

.ngTopPanel {
  background: #fff;
}

.ngRow.even {
  background: #f9f9f9;
}

.ngRow.selected {
  background: #e5e8ee;
}

.ngRow {
  border-bottom: 1px solid #eaeaea;
}

.ngCell {
  background-color: transparent;
}

.ngHeaderCell {
  border-right: 0;
}

.gridStyle {
  border: 1px solid #eaeaea;
  height: 400px;
}

.show-grid [class^="col-"] {
  background-color: #f1f3f6!important;
  border: 1px solid #ddd;
  padding-bottom: 10px;
  padding-top: 10px;
}

.show-grid {
  margin: 15px 0;
}

.h-100 {
  min-height: 100px;
}

.h-150 {
  min-height: 150px;
}

.h-200 {
  min-height: 200px;
}

.h-300 {
  min-height: 300px;
}

.h-400 {
  min-height: 400px;
}

.h-500 {
  min-height: 500px;
}

.h-600 {
  min-height: 600px;
}

.w-xs {
  min-width: 100px;
}

.w-sm {
  min-width: 120px;
}

.w-m {
  min-width: 140px;
}

.w-lg {
  min-width: 160px;
}

.w-xl {
  min-width: 180px;
}

.w-xxl {
  min-width: 200px;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

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

.font-extra-bold {
  font-weight: 700;
}

.font-uppercase {
  text-transform: uppercase;
}

.font-trans {
  opacity: .5!important;
}

.text-big {
  font-size: 60px;
}

h1,.h1,h2,.h2,h3,.h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 200;
}

.color-line {
  background: #f7f9fa;
  height: 6px;
  background-image: -webkit-linear-gradient(left,#34495e,#34495e 25%,#9b59b6 25%,#9b59b6 35%,#0080bb 35%,#0080bb 45%,#00a859 45%,#00a859 55%,#ffb606 55%,#ffb606 65%,#e67e22 65%,#e67e22 75%,#e74c3c 85%,#e74c3c 85%,#c0392b 85%,#c0392b 100%);
  background-image: -moz-linear-gradient(left,#34495e,#34495e 25%,#9b59b6 25%,#9b59b6 35%,#0080bb 35%,#0080bb 45%,#00a859 45%,#00a859 55%,#ffb606 55%,#ffb606 65%,#e67e22 65%,#e67e22 75%,#e74c3c 85%,#e74c3c 85%,#c0392b 85%,#c0392b 100%);
  background-image: -ms-linear-gradient(left,#34495e,#34495e 25%,#9b59b6 25%,#9b59b6 35%,#0080bb 35%,#0080bb 45%,#00a859 45%,#00a859 55%,#ffb606 55%,#ffb606 65%,#e67e22 65%,#e67e22 75%,#e74c3c 85%,#e74c3c 85%,#c0392b 85%,#c0392b 100%);
  background-image: linear-gradient(to right,#34495e,#34495e 25%,#9b59b6 25%,#9b59b6 35%,#0080bb 35%,#0080bb 45%,#00a859 45%,#00a859 55%,#ffb606 55%,#ffb606 65%,#e67e22 65%,#e67e22 75%,#e74c3c 85%,#e74c3c 85%,#c0392b 85%,#c0392b 100%);
  background-size: 100% 6px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 1;
}

body.modal-open {
  left: 0;
  right: 0;
  padding-right: 0!important;
  position: absolute;
  height: initial;
}

.google-map {
  height: 300px;
}

.hr-line-dashed {
  background-color: transparent;
  border-top: 1px dotted #f1f3f6;
  color: transparent;
  height: 1px;
  margin: 20px 0;
}

.animated-panel {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#logo {
  float: left;
  width: 180px;
  background-color: #34495e;
  padding: 18px 10px 18px 10px;
  height: 56px;
  text-align: center;
}

#logo span {
  font-weight: 600;
  color: #fff;
  font-size: 14px;
}

#logo.light-version {
  background-color: #f7f9fa;
  border-bottom: 1px solid #eaeaea;
  text-align: center;  
}

#logo.light-version span {
  font-weight: 600;
  color: #34495e;
  font-size: 16px;
  
}

.profile-picture {
  padding: 20px 20px;
  text-align: center;
}

.label-menu-corner .label {
  font-size: 10px;
  line-height: 12px;
  padding: 2px 5px;
  position: absolute;
  right: 18px;
  top: 12px;
}

#side-menu {
    background: #f7f9fa;
}
#side-menu li a {
    color: #6a6c6f;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 20px;
}
#side-menu ul:last-child {
    border-bottom: 1px solid #e4e5e7;
}
#side-menu li {
    border-top: 1px solid #e4e5e7;
}
#side-menu li:last-child {
    border-bottom: 1px solid #e4e5e7;
}
#side-menu li ul li:last-child {
    border-bottom: 0px solid #e4e5e7;
}

#side-menu li ul:last-child {
    border-bottom: 0px solid #e4e5e7;
}

#side-menu li.active a,
#side-menu li:hover a {
    color: #34495e;
}
#side-menu li .nav-second-level li a {
    color: #6a6c6f;
    text-transform: none;
    font-weight: 600;
}
#side-menu li .nav-second-level li.active a {
    background: #f7f9fa !important;            
}
#side-menu li .nav-second-level li.active a {
    background: #f7f9fa !important;     
}
#side-menu li .nav-tertiary-level li a {
    padding: 10px 10px 10px 20px;
    color: #6a6c6f;
    text-transform: none;
    font-weight: normal;
}
#side-menu li .nav-quaternary-level li a {
    padding: 10px 10px 10px 30px;
    color: #6a6c6f;
    text-transform: none;
    font-weight: 600;
}
#side-menu li .nav-quinary-level li a {
    padding: 10px 10px 10px 40px;
    color: #6a6c6f;
    text-transform: none;
    font-weight: 600;
}
#side-menu li .nav-scenery-level li a {
    padding: 10px 10px 10px 60px;
    color: #6a6c6f;
    text-transform: none;
    font-weight: 600;
}
#side-menu.nav > li > a:hover,
#side-menu.nav > li > a:focus {
    background: #fff;
}
#side-menu li.active {
    background: #fff;
}

.arrow {
  float: right;
}

.fa.arrow:before {
  content: "\f104";
}

.active>a>.fa.arrow:before {
  content: "\f107";
}

#top-navigation {
  height: 56px;
  position: relative;
  float: left;
}

.navbar-static-top {
  margin: 0 0 0 180px;
}

.navbar.navbar-static-top a,.nav.navbar-nav li a {
  color: #9d9fa2;
}

.header-link {
  padding: 18px 26px 17px 26px;
  font-size: 14px;
  float: left;
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  margin-right: 15px;
  background: #f7f9fa;
  cursor: pointer;
}

.header-link:hover {
  background: #f1f4f6;
}

.navbar-nav>li,.navbar-nav>li>a {
  height: 56px;
}

.navbar-nav>li>a {
  padding: 15px 20px;
  font-size: 25px;
}

.navbar-nav>li:last-child>a {
  padding-right: 35px;
}

.navbar.navbar-static-top .hide-menu {
  color: #9d9fa2;
}

.panel-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.box {
  padding: 40px;
}

.box-rb-border {
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.box-b-border {
  border-bottom: 1px solid #eaeaea;
}

.box-r-border {
  border-right: 1px solid #eaeaea;
}

body.hide-sidebar #menu {
  margin-left: -180px;
}

body.hide-sidebar #wrapper {
  margin-left: 0;
}

body.page-small #menu {
  margin-left: -180px;
}

body.page-small #wrapper {
  margin-left: 0;
}

body.page-small.show-sidebar #menu {
  margin-left: 0;
}

body.page-small.show-sidebar #wrapper {
  margin-left: 180px;
}

a {
  cursor: pointer;
  color: #34495e;
}

a:hover,a:focus {
  color: #34495e;
  text-decoration: none;
}

.no-padding {
  padding: 0!important;
}

.no-borders {
  border: none!important;
}

.no-margins {
  margin: 0!important;
}

.no-background {
  background: transparent!important;
}

.borders {
  border: 1px solid #eaeaea!important;
}

.navbar-form-custom {
  float: left;
  height: 52px;
  padding: 0;
  width: 180px;
}

.navbar-form-custom .form-control {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  border: medium none;
  font-size: 13px;
  height: 52px;
  margin: 0;
  z-index: 1060;
  padding: 0;
}

.form-control,.form-control:focus,.has-error .form-control:focus,.has-success .form-control:focus,.has-warning .form-control:focus,.navbar-collapse,.navbar-form,.navbar-form-custom .form-control:focus,.navbar-form-custom .form-control:hover,.open .btn.dropdown-toggle,.panel,.popover,.progress,.progress-bar {
  box-shadow: none;
}

.vertical-mid {
  display: table;
}

.vertical-mid * {
  display: table-cell;
  vertical-align: middle;
}

.label-success {
  background-color: #00a859;
}

.well {
  background: #f7f9fa;
  box-shadow: none;
}

.feed-activity-list .feed-element {
  border-bottom: 1px solid #e7eaec;
}

.feed-element:first-child {
  margin-top: 0;
}

.feed-element {
  padding-bottom: 15px;
}

.feed-element,.feed-element .media {
  margin-top: 15px;
}

.feed-element,.media-body {
  overflow: hidden;
}

.feed-element>.pull-left {
  margin-right: 10px;
}

.feed-element img.img-circle,.dropdown-messages-box img.img-circle {
  width: 38px;
  height: 38px;
}

.feed-element .well {
  border: 1px solid #e7eaec;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-size: 11px;
  line-height: 16px;
}

.feed-element .actions {
  margin-top: 10px;
}

.feed-element .photos {
  margin: 10px 0;
}

.feed-photo {
  max-height: 180px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}

.feed-element img {
  filter: url("data:image/svg+xml;utf8,<svgxmlns=\'http://www.w3.org/2000/svg\'><filterid=\'grayscale\'><feColorMatrixtype=\'matrix\'values=\'0.33330.33330.3333000.33330.33330.3333000.33330.33330.33330000010\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}

.small-logo {
  display: none;
  text-align: center;
  padding-top: 5px;
  font-size: 14px;
  font-weight: bold;
}

.img-small {
  width: 62px;
  height: 62px;
}

@media(max-width:768px) {
  .navbar-form-custom,.navbar-right,#logo {
    display: none;
  }

  .navbar-static-top {
    margin: 0;
  }

  .small-logo {
    display: block;
    float: left;
  }

  .header-line div {
    display: none;
  }

  .color-demo .header-line {
    height: 48px;
  }

  #hbreadcrumb {
    float: none!important;
    margin-bottom: 10px;
    margin-top: 0;
  }
}

@media(max-width:320px) {
  #wrapper {
    overflow: hidden;
  }
}

.canvass {
  -moz-transition: width .01s,height .01s;
  -webkit-transition: width .01s,height .01s;
  -o-transition: width .01s,height .01s;
  transition: width .01s,height .01s;
}

.project-list table tr td {
  border-top: 0;
  border-bottom: 1px solid #e7eaec;
  padding: 10px 10px;
  vertical-align: middle;
}

.icons-box {
  padding: 20px;
}

.icons-box h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.icons-box .infont {
  text-align: center;
  margin-bottom: 25px;
}

.icons-box .infont i {
  font-size: 35px;
  display: block;
  color: #676a6c;
}

.icons-box .infont span {
  color: #a6a8a9;
}

.icons-box .infont span {
  margin: 1px;
  display: block;
}

.fullpanel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1070;
  overflow-x: scroll;
  transition: all 2s;
}

.transition {
  transition: all .5s;
}

.normalheader .hpanel {
  margin-bottom: 0;
}

.normalheader {
  min-width: 320px;
  padding: 10px 10px 0 10px;
  transition: padding .5s;
}

@media(max-width:768px) {
  .normalheader {
    padding: 15px 15px 0 15px;
  }
}

.normalheader h2 {
  margin-top: 0;
}

.input-xs {
  height: 20px;
  padding: 2px 10px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 3px;
  font-weight: 500;
}

.clip-header i {
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.clip-header {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 8px;
  background: #f7f9fa;
  padding: 4px 5px;
  border-left: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.dropdown-menu {
  font-size: 13px;
  border-radius: 3px;
}

.dropdown-example {
  display: inline-block;
  margin: 0 10px 10px 10px;
}

.dropdown-example .dropdown-menu {
  position: static;
  display: block;
}

.pagination-example .pagination {
  margin: 0 0 10px 0;
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
  background-color: #0080bb;
  border-color: #258cd1;
  color: #fff;
  cursor: default;
  z-index: 2;
}

.hbreadcrumb a.active {
  color: #9d9fa2;
}

.form-control {
  border-color: #9d9fa2!important;
}

.input-group-addon {
  background: #fafbfc;
  border-color: #9d9fa2!important;
  border-left: 0px!important;
}

.bootstrap-touchspin-up {
   background: #fafbfc;
   border-color: #9d9fa2!important;  
}

.bootstrap-touchspin-down {
    background: #fafbfc;
    border-color: #9d9fa2!important;  
}

.sidebar-button {
  padding: 4px 10px 0 10px;
}

.sidebar-button i {
  font-size: 20px;
}

.table>thead>tr>th {
  border-bottom: 0;
}

.no-padding table {
  margin-bottom: 0;
}

.form-control.error {
  border-color: #e74c3c!important;
}

label.error,label span.error {
  color: #e74c3c;
  margin: 5px 0 0 0;
  font-weight: 400;
}

label span.error {
  margin-left: 5px;
}

label.error:before {
  content: "\f071";
  font-family: 'FontAwesome';
  margin: 0 4px;
}

.hdropdown.bigmenu {
  padding: 30px 30px 0 30px;
}

.bigmenu a i {
  font-size: 46px;
}

.bigmenu a {
  display: block;
  text-align: center;
  margin: 0 10px 30px 0;
  min-width: 100px;
}

.bigmenu h5 {
  font-size: 13px;
  margin-top: 10px;
}

@media(max-width:768px) {
  .mobile-menu-toggle {
    display: block;
  }
    
  .mobile-menu .navbar-nav>li,.mobile-menu .navbar-nav {
    float: none;
  }
  
}

@media(max-width:992px) {
          
    
    
    .logo-assinaturas {
        margin-left: 10px!important;
    }
                
    .text-controle-acesso-tb {        
        position: relative;        
        height: 120px;
        min-width: 10px;
    }
    
    .text-controle-acesso-tb > span {        
        text-align: center;
        overflow: hidden;
        height: 30px;
        line-height: 30px;
        width: 120px;
        position: absolute;
        bottom: -32px;        
        transform: rotate(-90deg);
        transform-origin: top left;
    }
    
    .text-controle-acesso-tb-row {
        width:30px;
        vertical-align:middle;
        text-align:center;
    }
        
    .text-info-det {
        display: block;
        width: 100%;
        margin-bottom:3px;
        text-align: center;        
    }
    
    .botoes-generic {
        display: block;
        width: 100%;
        margin-bottom:3px;
        text-align: center;        
    }
    
    .text-button-det {
        display: block;
        width: 100%;
        margin-bottom:3px;
        text-align: center;        
    }
    
    .datatables-btn {
        display: block;
        width: 100%;
        margin-bottom:3px;        
    }
    
    .datatables-btn-add {
        display: block;
        width: 100%;
        margin-bottom:3px;     
    }
    
    .fluxos-btn-add {
        display: block;
        width: 100%;
        margin-bottom:3px;
    }
                
    .resp-normal {
        display: none;
        visibility: hidden;      
    }
                
    table.table-information td {
        word-break: break-word !important;
        width: 50%!important;
    }
    
    table.dataTable td {
        word-break: break-word !important;
    }
    
    .acoes-not-mobile {
        display: none;
        visibility: hidden;      
    }
    
    .acoes-not-mobile-block
    {
        display: block!important;        
    }
    
    .acoes-not-mobile-block > button
    {        
        width: 100%;
    }
    
    .acoes-mobile {
        display: inherit;
        visibility: visible;      
    }   
    
    .btn-add-not-mobile {
        display: none;
        visibility: hidden;        
    }
    
    .btn-add-mobile {
        display: inherit;
        visibility: visible;        
    }
    
    .content-fix-index {
        padding-bottom: 30px !important;         
    }
    .content-fix-manuter {
        padding-bottom: 40px !important;        
    }
    
    .acoes-fix-mobile {
        padding-bottom: 70px !important;        
    }
    
    .botaobv > button{
        width: 100%!important;
    }
    
}

@media(min-width:992px) {            
                       
    .botaobv{
        position: absolute;
        top: -80px;
        right: 0;
        text-align:right;

    }
    
    .text-controle-acesso-tb {        
        width:90px;
        vertical-align:middle!important;
        text-align:center!important;
    }
        
    .div-buttons-fluxo {
         text-align:center;
    }
    .div-buttons-fluxo > div {
         margin-right: 5px;
    }
    
    .content-fix-index {
        padding-bottom: 30px !important;         
    }
    .content-fix-manuter {
        padding-bottom: 40px !important;        
    }
    
    .text-info-det {
        float: left;        
    }
        
    .text-button-det {
        float: right;   
    }
    
    .datatables-btn {
        margin-left:3px;        
    }
    
    .datatables-btn-add {
        float: left;      
    }
            
    .acoes-not-mobile {
        display: inherit;
        visibility: visible;      
    }

    .acoes-mobile {
        display: none;
        visibility: hidden;      
    }
        
    .btn-add-mobile {
        display: none;
        visibility: hidden;        
    }
    
    .btn-add-not-mobile {
        display: inherit;
        visibility: visible;        
    }
    
    .acoes-fix-mobile {
        padding-bottom: 50px !important;        
    }
    
    .fix-content {
        padding-bottom: 30px !important;        
    }
    
    .resp-mobile {
        display: none;
        visibility: hidden;      
    }
    
}

.mobile-navbar {
  position: absolute;
  top: 62px;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 100;
}

.mobile-navbar .navbar-nav {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #eaeaea;
}

.mobile-navbar .navbar-nav>li>a {
  padding: 15px 15px;
  font-size: 14px;
  color: #6a6c6f;
}

.mobile-navbar .navbar-nav>li>a:hover,.mobile-navbar .navbar-nav>li>a:focus,.mobile-navbar .navbar-nav .open>a,.mobile-navbar .navbar-nav .open>a:hover,.mobile-navbar .navbar-nav .open>a:focus {
  border-bottom: 0;
}

@media(min-width:769px) {
  .mobile-navbar,.mobile-navbar.collapse.in {
    display: none;
  }
}

.x-edit-checkbox .checkbox label::before {
  display: none;
}

body.light-skin {
  background-color: #f8f9fb;
}

body.light-skin .color-line {
  display: none;
}

body.light-skin.fixed-navbar #wrapper,body.light-skin #menu {
  top: 55px;
}

body.light-skin .welcome-message {
  display: none;
}

body.light-skin #wrapper {
  background-color: transparent;
  border-left: none;
}

body.light-skin #wrapper .content {
  padding-top: 20px;
}

body.light-skin.fixed-small-header #wrapper .content {
  padding-top: 90px;
}

body.light-skin #menu {
  width: 190px;
}

body.light-skin #side-menu {
  background: 0;
  padding: 23px 0 50px 25px;
}

body.light-skin #side-menu li {
  border: 0;
}

body.light-skin #side-menu li:first-child {
  border: 0;
}

body.light-skin #side-menu li a {
  text-transform: none;
  font-weight: 600;
  padding: 10px 10px;
  color: #909295;
}

body.light-skin #side-menu li a:hover,body.light-skin #side-menu li a:focus {
  background-color: inherit;
  color: #6a6c6f;
  font-weight: 700;
}

body.light-skin #side-menu li.active {
  border: 0;
  background: 0;
}

body.light-skin #side-menu li.active>a {
  border: 0;
  font-weight: 700;
  color: #6a6c6f;
}

body.light-skin #side-menu li .nav-second-level li a {
  padding: 6px 10px 6px 20px;
}

body.light-skin #side-menu li .nav-third-level li a {
  padding: 6px 10px 6px 30px;
}

body.light-skin .profile-picture {
  display: none;
}

body.light-skin .hpanel .panel-body {
  border-radius: 2px;
}

body.light-skin .panel-footer {
  border-radius: 0 0 2px 2px;
}

body.light-skin .hpanel .panel-body {
  border: 0;
  box-shadow: 0 1px 10px rgba(0,0,0,0.05),0 1px 2px rgba(0,0,0,0.1);
}

body.light-skin .hpanel.panel-collapse .panel-heading {
  border: 0;
  box-shadow: 0 1px 10px rgba(0,0,0,0.05),0 1px 2px rgba(0,0,0,0.1);
}

body.light-skin .hpanel .panel-heading {
  border: 0;
}

body.light-skin .hpanel .hbuilt.panel-heading,body.light-skin .hpanel.blog-box .panel-heading {
  box-shadow: 0 1px 10px rgba(0,0,0,0.05),0 1px 2px rgba(0,0,0,0.1);
}

body.light-skin .hpanel.hgreen .panel-body {
  border-top: 2px solid #00a859;
}

body.light-skin .hpanel.hblue .panel-body {
  border-top: 2px solid #0080bb;
}

body.light-skin .hpanel.hyellow .panel-body {
  border-top: 2px solid #ffb606;
}

body.light-skin .hpanel.hviolet .panel-body {
  border-top: 2px solid #9b59b6;
}

body.light-skin .hpanel.horange .panel-body {
  border-top: 2px solid #e67e22;
}

body.light-skin .hpanel.hred .panel-body {
  border-top: 2px solid #e74c3c;
}

body.light-skin .hpanel.hreddeep .panel-body {
  border-top: 2px solid #c0392b;
}

body.light-skin .hpanel.hnavyblue .panel-body {
  border-top: 2px solid #34495e;
}

body.light-skin #header {
  box-shadow: 0 1px 10px rgba(0,0,0,0.05),0 1px 2px rgba(0,0,0,0.1);
  height: 55px;
  border: 0;
  z-index: 10;
}

body.light-skin .header-link {
  background-color: #fff;
}

body.light-skin #logo {
  height: 55px;
  width: 200px;
  padding-left: 33px;
}

body.light-skin #logo.light-version {
  border: 0;
  background-color: #fff;
  text-align: left;
}

body.light-skin #logo.light-version span {
  font-weight: 700;
  color: #6a6c6f;
  font-size: 14px;
}

body.light-skin.fixed-small-header .small-header {
  top: 55px;
  z-index: 5;
}

body.light-skin .small-header {
  padding: 0 0 0 21px!important;
}

body.light-skin.hide-sidebar .small-header {
  padding: 0 0 0 0!important;
}

body.light-skin .hpanel>.panel-footer,body.light-skin .hpanel>.panel-section {
  background-color: transparent;
  border: 0;
}

body.light-skin .social-board .hpanel>.panel-footer,body.light-skin .social-board .hpanel>.panel-section {
  border: 1px solid #eaeaea;
}

body.light-skin .contact-panel.hpanel>.panel-footer,body.light-skin .contact-panel.hpanel>.panel-section {
  border: 1px solid #eaeaea;
}

body.light-skin .footer {
  left: -181px;
}

body.light-skin.fixed-footer .footer {
  left: 0;
}

.landing-page .navbar-form-custom,.landing-page .navbar-right,.landing-page #logo {
  display: block;
}

.landing-page .navbar-default {
  background: #fff;
}

.landing-page .navbar .navbar-brand {
  font-size: 12px;
  height: auto;
  margin-top: 8px;
  padding: 9px 15px;
  font-weight: 700;
  border-radius: 5px;
  color: #fff;
  display: block;
  background-color: #34495e;
  margin-left: 0;
}

.landing-page .navbar-default .navbar-toggle:hover,.landing-page .navbar-default .navbar-toggle:focus {
  background: #00a859;
}

.landing-page .navbar-default .navbar-toggle:hover .icon-bar,.landing-page .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #fff!important;
}

.landing-page .navbar-default .navbar-nav>.active>a,.landing-page .navbar-default .navbar-nav>.active>a:hover,.landing-page .navbar-default .navbar-nav>.active>a:focus {
  background-color: transparent;
  color: #00a859;
  border: 0;
}

.landing-page .navbar-default li a:hover {
  border-bottom: 0;
}

.landing-page .brand-desc {
  color: #455463;
  margin: 17px 10px 0 90px;
  width: 180px;
}

.landing-page .navbar-nav>li>a {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 15px;
  color: #fff;
}

.btn-landing {
    padding: 10px 20px 10px 20px;
    font-size: 14px;    
}
.btn-landing > i {
    margin-right: 5px; 
}

.landing-page .navbar-nav>li,.landing-page .navbar-nav>li>a {
  height: 55px;
}

.landing-page header {
  background: url('../images/landing/landing.png') 0 0 no-repeat;
  background-size: cover;
  height: 480px;
  padding-top: 50px;
  margin-bottom: 30px;  
}

.landing-page .consultar {
    padding-top: 0px!important;
    margin-bottom: 0px!important;
    background-position-y: -50px!important;
    height: 430px!important;
}

.landing-page section {
  padding: 50px 0 50px 0;
  border-bottom: 1px solid #eaeaea;
}

.landing-page section h2 {
  margin-top: 0;
}

.landing-page section p {
  margin-top: 0;
}

.landing-page header .container {
  position: relative;
}

.landing-page .heading {
  margin-top: 60px;
  color: #edf0f5;
}

.landing-page .heading h1 {
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
}

.landing-page h4 {
  font-weight: 600;
}

.landing-page p {
  color: #a7afb8;
}

.landing-page .heading span {
  font-size: 13px;
  font-weight: 600;
}

.landing-page .heading p.small {
  margin-top: 10px;
  color: #a7afb8;
  max-width: 260px;
}

.landing-page .heading-image {
  position: absolute;
  right: 60px;
  top: 120px;
  text-align: right;
}

.landing-page .heading-image p {
  color: #a7afb8;
  margin-bottom: 5px;
}

.landing-page .heading-image img {
  -webkit-box-shadow: 0 0 8px 0 #333;
  -moz-box-shadow: 0 0 8px 0 #333;
  box-shadow: 0 0 8px 0 #333;
  margin-left: 12px;
  margin-top: 12px;
  width: 180px;
  padding: 20px!important;
  border-radius: 1px;
}

.landing-page .navy-link {
  background: #455463;
  color: #fff;
}

.landing-page .icon-big {
  font-size: 70px;
}

.landing-page .team-member img {
  height: 72px;
}

.landing-page .social-icon a {
  background: #00a859;
  color: #fff;
  text-align: center;
  padding: 4px 8px;
  height: 28px;
  width: 28px;
  display: block;
  border-radius: 4px;
}

.landing-page .list-inline>li {
  padding: 0;
}

.landing-page .social-icon a:hover {
  background: #5abb2d;
}

.landing-page .pricing-plan {
  margin: 20px 10px 0 10px;
  border-radius: 4px;
  padding-bottom: 20px;
  background: #fff;
  border: 1px solid #eaeaea;
}

.landing-page .pricing-plan li {
  padding: 10px 16px;
  text-align: center;
  color: #aeaeae;
}

.landing-page .pricing-plan .pricing-price span {
  font-weight: 700;
  font-size: 30px;
  color: #00a859;
}

.landing-page .pricing-title .label {
  font-size: 12px;
}

.landing-page li.pricing-desc {
  font-size: 13px;
  border-top: 0;
  padding: 20px 16px 0 16px;
}

.landing-page li.pricing-title {
  color: #455463;
  padding: 25px 10px 0 10px;
  border-radius: 4px 4px 0 0;
  font-size: 22px;
  font-weight: 600;
}

.landing-page .client {
  color: #a7afb8;
  background: #f7f9fa;
  padding: 30px 10px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-weight: 600;
}

@media(max-width:1200px) {
  .landing-page .heading-image {
    display: none;
  }

  .landing-page .heading {
    text-align: center;
  }

  .landing-page .heading p.small {
    margin: 10px auto;
  }

  .landing-page .brand-desc {
    display: none;
  }

  .landing-page .navbar .navbar-brand {
    margin-left: 10px;
  }
}

.textRight{
    text-align: right !important;
}

.textLeft{
    text-align: left !important;
}

.center {

    text-align: center !important;
}

.pgpad{
    padding-top: 10px !important;
}

.btnNav-page{
    min-width: 45px !important;
}

.btnNav-desc{
    width: 90px !important;
}

.bigger-110 {
    font-size: 110%!important
}
.bigger-120 {
    font-size: 120%!important
}
.bigger-130 {
    font-size: 130%!important
}
.bigger-140 {
    font-size: 140%!important
}
.bigger-150 {
    font-size: 150%!important
}
.bigger-160 {
    font-size: 160%!important
}
.bigger-170 {
    font-size: 170%!important
}
.bigger-180 {
    font-size: 180%!important
}
.bigger-190 {
    font-size: 190%!important
}
.bigger-200 {
    font-size: 200%!important
}
.bigger-210 {
    font-size: 210%!important
}
.bigger-220 {
    font-size: 220%!important
}
.bigger-230 {
    font-size: 230%!important
}
.bigger-240 {
    font-size: 240%!important
}
.bigger-250 {
    font-size: 250%!important
}
.bigger-260 {
    font-size: 260%!important
}
.bigger-270 {
    font-size: 270%!important
}
.bigger-280 {
    font-size: 280%!important
}
.bigger-290 {
    font-size: 290%!important
}
.bigger-300 {
    font-size: 300%!important
}
.bigger-115 {
    font-size: 115%!important
}
.bigger-125 {
    font-size: 125%!important
}
.bigger-175 {
    font-size: 175%!important
}
.bigger-225 {
    font-size: 225%!important
}
.bigger-275 {
    font-size: 275%!important
}
.smaller-90 {
    font-size: 90%!important
}
.smaller-80 {
    font-size: 80%!important
}
.smaller-70 {
    font-size: 70%!important
}
.smaller-60 {
    font-size: 60%!important
}
.smaller-50 {
    font-size: 50%!important
}
.smaller-40 {
    font-size: 40%!important
}
.smaller-30 {
    font-size: 30%!important
}
.smaller-20 {
    font-size: 20%!important
}
.smaller-75 {
    font-size: 75%!important
}

.red-after:after {
    content: "requerido";
    color: #212529;
    background-color: #ffc107;
    padding:3px;
    margin-left:5px;
    border-radius:3px;
    font-size: 10px;
}

.red-after-1:after {
    content: "requerido";
    color: #212529;
    background-color: #ffc107;
    padding:3px;
    margin-left:5px;    
    border-radius:3px;
    font-size: 16px;
}

.red-after-2:after {
    content: "Obrigatório";
    color: #212529;
    background-color: #ffc107;
    padding:3px;
    margin-left:5px;    
    border-radius:3px;
    font-size: 16px;
}

.label-obrigatorio:after {
    content: "requerido";
    color: #212529;
    background-color: #ffc107;
    padding:3px;
    margin-left:5px;
    border-radius:3px;
    font-size: 10px;
}

.label-opcional:after {
    content: "requerido";
    color: #212529;
    background-color: #ffc107;
    padding:3px;
    margin-left:5px;
    border-radius:3px;
    font-size: 10px;
}

.fieldset-impar{
    background:#f2f5f6;
    border: 1px solid #abbac3;
    padding: 10px !important;
    margin-bottom: 10px !important;
}

.fieldset-par{
    background:#eaf3f7;
    border: 1px solid #7aa1b4;
    padding: 10px !important;
    margin-bottom: 10px !important;
}

.div-fieldset-label {
    font-weight: bold !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.clone-border-top-padding{
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

td {
    vertical-align: middle !important;
}

.fileUpload-disabled {
    pointer-events:none;
    background-color: #eaeaea;    
}

.selectUploadHidden{
    visibility: hidden;
    display: none;
}

.planejamento-hidden{
    display:none;
    visibility:hidden;
}

.planDiagnostico-hidden{
    display:none;
    visibility:hidden;
}

.selectUploadStyle {
    margin: 23px 0px 0px 3px !important;
}

.optesp0{
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.optesp10{
    font-family: Helvetica, Arial, sans-serif;
    padding-left: 10px !important;
    font-weight: bold;
}

.optesp20{
    font-family: Helvetica, Arial, sans-serif;
    padding-left: 20px !important;
}

.info {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.info-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.info-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.info-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.fa-divider {
    background: url("../images/divider.png") no-repeat 0px 3px;
    width: 16px;
    height: 16px;
}

.border-red {
    border: 2px solid #d43f3a !important;
    display: block
}

.no-wrap {    
    white-space: nowrap;
}

.ace-icon{
    text-align:center
}

.m-l-xs2 {
    margin-left: 3px !important;
}
.assinaturas {
    z-index: 1;
    position: absolute;
    right: 18px;
    top: 4px;    
}

.quebraPalavra{
    word-wrap: break-word;
}

@keyframes text-piscando {
     0% { opacity: 1; }
     50% { opacity: 0.7; }
     100% { opacity: 0.4; }
 }
.text-pisc {
   -webkit-animation: text-piscando .95s linear infinite;
   -moz-animation: text-piscando .95s linear infinite;
   -ms-animation: text-piscando .95s linear infinite;
   -o-animation: text-piscando .95s linear infinite;
   animation: text-piscando .95s linear infinite;
}
.p-10 {
    padding: 10px!important;
}

.text-silver {
    color: #6a6c6f!important;
}

.header-hist:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.2);
  content: '';
  height: 5px;
  width: 100%;
}

.hist-hred {
  background-color: #e74c3c !important;
}

.hist-yellow {
  background-color: #ffb606 !important;
}

.hist-green {
  background-color: #00a859 !important;
}

.hist-default {
  background-color: #fff;
  border-color: #eaeaea;
  color: #6a6c6f;
}

input:required {
    /*border-left: solid 5px #0080bb !important;*/
}
 
textArea:required {
    /*border-left: solid 5px #0080bb !important;*/
}

.select2-required{
    /*border-left: solid 5px #0080bb !important;*/
}

.invisible-agrupamento {
    display: none;
    visibility: hidden;
}

.dataTables_filter label {
    width:100%!important;    
} 

.dataTables_filter label input {
    width:100%!important;
    margin:0px!Important;
}

@media(min-width:600px) {
    .atualizacao_cnae {
        display: inherit;
        visibility: visible;
    }
}

@media(max-width:599px) {
    .atualizacao_cnae {
        display: none;
        visibility: hidden;
    }
}

.right-arrow {
    display: none;
    position: absolute;
    background: #00a859;
    color: #fff;
    text-decoration: none;
    padding: 8px;        
    top: 2px;
    z-index: 5000;
    left: 65px;
    border-radius: 5px;     
}
.node-listacnaes:hover .right-arrow{ 
	display:block;
}
.right-arrow:after {
    content: '';
    display: block;  
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #00a859;
}

.table-click tbody tr {
    cursor: pointer;
}

.bg-datatable {
    background-color: #e0e6f1 !important;
    color: #000!important;
}

.bg-datatable-etapas {
    background-color: #e0e6f1 !important;
    color: #000!important;
}

.bg-datatable-pessoas {
    background-color: #e0e6f1 !important;
    color: #000!important;
}

body.document-editor {
    width: 15.8cm;
    min-height: 21cm;
    padding: 1cm 2cm 2cm;
    margin: 0.5cm auto;
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
}

body.document-editor td, body.document-editor th {
    font-size: 0.9em;
}

body.document-editor h1 {
    margin-bottom:1cm;
}

body.document-editor table {
    margin-top:0.5cm;
    margin-bottom:0.5cm;
}

body.document-editor table td {
    border-right: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}

body.document-editor table td:first-of-type {
    border-left: 1px solid #d0d0d0;
}

body.document-editor table tr:first-of-type td {
    border-top: 1px solid #d0d0d0;
}

body.document-editor table thead th {
    border-top: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
}

body.document-editor table thead th:first-of-type {
    border-left: 1px solid #d0d0d0;
}

.disable-componentes {
    visibility: hidden;
    display: none;    
}

.manuter {
    position: absolute;
    top: 10px;
    left: 10px;
}

.manuter-right {
    position: absolute;
    top: 10px;
    right: 10px;
}

.manuter-body {    
    padding: 30px 0;
    text-align: center;
    font-size: 56px;
}

.manuter-text {
    white-space: nowrap;                  
    overflow: hidden;          
    text-overflow: ellipsis;
}

.fixed-action-btn{
    position:fixed;
    right:23px;
    bottom:23px;
    padding-top:15px;
    margin-bottom:0;
    z-index:997;
    bottom:45px;
    right:24px;
  }
  
  .btn-floating.btn-large{
    width:56px;
    height:56px;
    padding:0;
    box-shadow: 0 1px 5px rgba(0,0,0,.4);
  }
  
  .btn-large{
    height:56px;
    line-height:56px;
    font-size:24px;
    padding: 0 28px;
  }
  
  .btn-floating{
    display: inline-block;
    color: #FFF;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 50%;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    cursor: pointer;
    vertical-align: middle;
  }
  
  .btn-floating.btn-large i{
    line-height:56px;
    font-size: 24px!important;
  }
  
  .btn-floating i{
    width: inherit;
    display:inline-block;
    text-align:center;
    color: #FFF;
    font-size: 1.6rem;
    line-height: 40px;
  }
  .fixed-action-btn ul{
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 64px;
    margin: 0;
    visibility: hidden;
  }
  .fixed-action-btn.active ul{
    visibility: visible;
  }
  ul:not(.browser-default){
    padding-left:0;
    list-style-type:none;
  }
  .fixed-action-btn  ul li{
    margin-bottom:15px;
  }
  .fixed-action-btn.direction-left, .fixed-action-btn.direction-right{
    padding: 0 0 0 15px;
  }
  .fixed-action-btn.direction-left ul, .fixed-action-btn.direction-right ul{
    text-align:right;
    right: 64px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    left:auto;
    width: 500px;
  }
  .fixed-action-btn.direction-left ul li, .fixed-action-btn.direction-right ul li{
    display: inline-block;
    margin: 7.5px 15px 0 0;
  }
  .fixed-action-btn ul > li > span {
    position: absolute;
    right: 100%;
    white-space: nowrap;
    background: rgba(0,0,0,.6);
    padding: 5px 10px 5px 10px;
    border-radius:5px;
    color: white;
    margin-top: 6px;
}

.folder-gradient {    
    background: rgb(244,212,115);
    background: linear-gradient(32deg, rgba(244,212,115,1) 0%, rgba(251,222,125,0.6138830532212884) 46%, rgba(246,221,139,1) 100%);
}

.folder-silver {    
    background: rgb(237,237,237);
    background: linear-gradient(32deg, rgba(237,237,237,1) 0%, rgba(254,254,254,0.6138830532212884) 46%, rgba(238,238,237,1) 100%);
}

.assinatura-content {
    height: 200px;
}

.assinatura-content .assinatura-line {
    position: relative;
    z-index: 1;
    top: 140px;
    left: 0;
    right:0;
    height: 2px;
    background-color: #212121;
    color: #7C8791;
}

.assinatura-content .assinatura-line-1 {
    position: absolute;
    z-index: 1;
    top: 140px;
    left: 0;
    right:0;
    height: 2px;  
    background-color: #212121;
    color: #7C8791;
}

.assinatura-content .assinatura-image {
    position: absolute;    
    top: 0px;
    left: 0;
    right:0;
    bottom: 0px;    
}

.assinatura-content .assinatura-line .assinatura-marker {
    bottom: 30px;
    position: relative;
    font-weight: normal;
    font-size: 36px!important;
    color:#000;
}

.assinatura-content .assinatura-line-1 .assinatura-marker-1 {
    bottom: 30px;
    position: relative;
    font-weight: normal;
    font-size: 36px!important;
    color:#000; 
}

.assinatura-content .assinatura-label {
    right:0;
    top: 0;
    z-index: 2;
    position: absolute;    
}

.assinatura-content .assinatura-line .assinatura-script {
    color: #00008b;
    position: relative;    
    font-family: autograf;    
    text-align: center;
    font-size: 3em; 
    bottom: 86px;
    white-space: nowrap;
    overflow-x: auto;
}

.assinatura-content .assinatura-line .assinatura-script-1 {
    color: #1c324d;
    font-size: 2em;        
    bottom: 70px; 
    position: relative;          
    text-align: center;
    white-space: nowrap;
    overflow-y: auto;
}

.assinatura-content .assinatura-write {    
   height: 100%;
   width:  100%;
}

.assinatura-content .assinatura-write > canvas {    
   height: 100%;
   width:  100%;
}

.table-resp {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: auto;
}

.table-resp caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.table-resp tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.table-resp th,
.table-resp td {
  padding: .625em;
  text-align: left;
  font-size: 12px;
}

.table-resp tr td:first-child {
  text-align: center!important;
}

.table-resp th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  .table-resp {
    border: 0;
    table-layout: fixed;
  }

  .table-resp caption {
    
  }
  
  .table-resp thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .table-resp tr {    
    display: block;
    margin-bottom: .625em;
  }
  
  .table-resp td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: center;
  }
  
  .table-resp tr td:first-child {
  text-align: center!important;
}
  
  .table-resp td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .table-resp td:last-child {
    border-bottom: 0;
  }
}

.div-info {
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -10px;
    padding: 10px!important;
    border: 6px solid #fff;
}

@media (min-width: 768px) {
    .justify-content-md-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }    
    .row-flex {        
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;        
    }        
}

.rating-container .rating-stars:before {
    text-shadow: none;
}

h1.heading {
  padding:0px;
  margin: 0px 0px 10px 0px;
  text-align:center;
  font: 18px Arial, Helvetica, sans-serif;
}

h1.marker-heading {
  color: #585858;
  margin-bottom: 5px;
  padding: 0px;
  font: 18px Arial, Helvetica, sans-serif;
  border-bottom: 1px dotted #D8D8D8;
}

div.marker-info-win p {
  padding: 0px;
  margin: 10px 0px 10px 0;
}

div.marker-inner-win {
  padding: 5px;
}

.color-button {
  width: 24px;
  height: 36px;
  cursor: pointer;
}

.marcador-agrupamento {
    
    width: 44px;
    height: 44px;
    border-radius: 25px;
    margin-top: 2px;
    margin-right: 16px;
    margin-left: 1px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-size: 21px;    
}

.active-success > a {
    color: #00a859!important;  
}

.active-info > a {
    color: #0080bb!important;  
}

.active-warning > a {
    color: #ffb606!important;  
}

.marcador-agrupamento-success {
    background-color: #00a859;    
}

.marcador-agrupamento-info {
    background-color: #0080bb;
}

.marcador-agrupamento-warning {
    background-color: #ffb606;
}

.marcador-agrupamento-label-success {
    color: #00a859;    
}

.marcador-agrupamento-label-info {
    color: #0080bb;    
}

.marcador-agrupamento-label-warning {
    color: #ffb606;    
}

.marcador-agrupamento-1 {
    background-color: #0080bb;
    width: 44px;
    height: 44px;
    border-radius: 25px;
    margin-top: 2px;
    margin-right: 16px;
    margin-left: 1px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-size: 21px;    
}

.row-agrupamento {
    display: flex;
    flex-wrap: wrap;
    margin-top: -7px;
    margin-right: -15px;
    margin-left: -15px;
}

.row-agrupamento-1 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2px;
    margin-right: -15px;
    margin-left: -15px;
}

.row-agrupamento-title {
    color: #0157ff;
    font-weight: bold;
    font-family: Lato;
    font-size: 18px;
}

.row-agrupamento-subtitle {
    color: rgba(0, 0, 0, 0.54);
    flex-grow: 2;
    font-weight: normal;
    font-family: Lato;
    font-size: 16px;
}

div.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  bottom: 0px;
  z-index: 2;
}

.panel-link {
    cursor: pointer;    
}

.div-buttons {    
    background-color: #fafafa !important;
    border: 1px solid #eaeaea;
    padding: 24px;
    margin: .5rem 0 1px 0;
    border-radius: 2px;
}

.logo-assinaturas {
    display: block;
    text-decoration: none;
    color: #303036;
    opacity: 1;
    font-size: 1.125rem;
    font-family: Montserrat,sans-serif;
    height: 55px;
    font-weight: 700;
}

.logo-assinaturas-widht-text {
    display: flex;
    align-items: center
}

.logo-text {
    font-size: 16px;
    font-weight:  bold;
    color: #808184;
}

.dataTables_length select {
    width: 100%!important;
}

.div-info-timer {
    background: #f7f9fa;
    border-color: #eaeaea;
    border: 1px solid #eaeaea;
    padding: 10px 10px;
    border-radius: 2px;    
}

.title-cab-panel {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #303030;
    text-transform: uppercase;   
}

.title-cab-text {
    font-size: 16px;    
    font-family: 'Roboto', sans-serif;
    color: #303030;    
}

.title-ace-panel {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #303030;
    text-transform: uppercase;   
}

.title-cab-panel .panel-tools-a .panel-tools-i {
    position: relative;
    margin-top: 0px!important;    
}

.img-landing {
    margin-right: 15px;
    margin-left:20px;
}

@media(max-width:720px) {
        
    .page-block-end {
        display: block;
        background-color:#eaeaea;        
        margin:10px;
        border-radius: 4px;        
    }
        
    .page-block-end-button > a > span {
        background-color:#eaeaea; 
        color: #000;
        font-weight:bold;
    }
    
    .resp-mobile-prot {
        word-break: break-all!important;
        white-space: normal!important;
    }
    
    .btn-landing-container {
        position: absolute;
        left: 15px;
        right: 15px;
    }
    
    .btn-landing {
        display: block;
        width: 100%;
        height: 55px;
    }
    
    .title-cab-panel {
        float: none!important;
        text-align: center;
    }
    .como-man {
        margin-bottom: 40px!important;
    }
    .tab-identify-border {
        border-top: 1px solid #eaeaea;
    }
    
    .info-negociacao {
        text-align: center!important;        
    }
    .info-negociacao > fieldset > legend {
        padding-bottom: 5px!important;         
    }
   
    .btn-novaneg {        
        width: 100%!important;
        white-space: normal!important;
    }
    
    .btn-novaneg > i {        
        display: none;
    }
    
    .btnneg-exclude {
        width: 100%!important;
        display: block;
    }
    
}

.btnneg-exclude {
    margin-bottom: 20px!important;        
}

.info-negociacao > fieldset > legend {
    font-size: 16px!important;    
}

.border-docs {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    text-align: center;
    margin: 0px auto;
}

.tab-identify-border {
    background: #fff;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;                
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    background-color: #0080bb;
    color: #ffffff;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links {
    border-color: #0080bb;
}

body.pojo-a11y-focusable a:focus {
    outline-style: solid !important;
    outline-width: 0px !important;
    outline-color: #FF0000 !important;
}

#pojo-a11y-toolbar {
    top: 47% !important;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
    background-color: #ffffff;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title {
    color: #333333;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active {
    background-color: #0080bb;
    color: #ffffff;
}
.icon-agenda{
      position: relative;
      float: right;
      right: -20px;
      top:0px;
      font-size:23px;
      width:30px;       
}
.alert.alert-with-icon {
    margin-top: 43px;
    padding-left: 66px;
}
.alert.alert-rose {
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(233 30 99 / 40%);
}
.alert.alert-rose {
    background-color: #ff9e0f;
    color: #fff;
}
.alert-danger, .alert-info, .alert-rose, .alert-success, .alert-warning, .alert.alert-rose .alert-link, .alert.alert-rose a {
    color: #fff;
}
.alert, .alert.alert-default {
    background-color: #fff;
    color: #555;
}
.alert {
    border: 0;
    border-radius: 3px;
    position: relative;
    padding: 20px 15px;
}
.alert {
    padding: 30px;
    margin-bottom: 2rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 35px;
}
.alert.alert-with-icon i[data-notify=icon] {
    display: block;
    left: 15px;
    position: absolute;
    margin-top: -60px;
    font-size: 35px;
    background-color: #fff;
    padding: 13px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: 0 16px 38px -12px rgb(0 0 0 / 56%), 0 4px 25px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}
.alert i[data-notify=icon] {
    display: none;
}

.alert.alert-rose i {
    color: #000;
}
.alert span {
    display: block;
    max-width: 89%;
}
.btn-not-clicked{
    pointer-events: none;
}
.text-000 > a {
    color: #000!important;    
}
.resp-protocolo {
    white-space: nowrap;
    width: 10px;    
}
.img-processos {
    max-height: 40px;
    margin-top: 8px;   
}
.doc-expired {
    background-color: #e74c3c;
    padding:10px;    
    border-radius: 4px;
}
.doc-expired > span {
    color: #fff;
}

.pessoa-formulario {
    background-color: #00a859;    
    border-radius: 4px;
    padding:10px;    
}

.show-user {
    display: block;
    width: 100%;
    min-height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #e74c3c;
    font-weight:bold;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;    
}

.upload-thumbs {
    margin-top: -5px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 20px 10px 10px 10px;
    text-align: center;
    border-radius: 0px 0px 4px 4px;
}

.upload-thumbs > img {
    max-height: 200px;            
}

.upload-thumbs-hidden {
    visibility: hidden;
    display: none;    
}

.label-success {
    background: rgb(86,178,43);
    background: linear-gradient(0deg, rgba(86,178,43,1) 0%, rgba(40,80,20,1) 100%);  
    border-color: rgb(86,178,43);
    color: #fff;
}

.label-info {
    background: rgb(0,128,187);
    background: linear-gradient(0deg, rgba(0,128,187,1) 0%, rgba(29,63,79,1) 100%);
    border-color: rgb(0,128,187);
    color: #fff;
}

.table-menu > tbody > tr > td:first-child {
    padding-right: 5px!important;
    width: 1px!important;
    white-space:nowrap;
}

.table-menu > tbody > tr > td {
    font-weight:normal!important;
}

input.disabled-doc {
  pointer-events: none;
  background-color: #eee;  
}

.width-no-wrap {
    white-space: nowrap!important;
    padding-left: 20px!important;
    padding-right: 20px!important;
}

.btn-orientacoes {
    position: absolute;
    right: 13px;
    top: -7px;        
}

.icon-button__badge {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 32px;
  height: 32px;
  background: red;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 3px solid #fff;
}

.file-hover:hover {
  color: #c0392b;
}

.table-lotes {
    overflow-x: auto;
}
    
.btn-manut-lotes-ex {
    margin-left:10px;    
    cursor:pointer;
}

.td-manut-lotes {
    padding:20px!important;    
}

.btn-manut-lotes {
    padding: 10px;
}

.table-td-nowrap {
    white-space: nowrap!important;
}

.panel_documents_iframe {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #fff;
    z-index: 10000;    
}

/*
 *
 * Themify Icon
 *
 */

@font-face {
  font-family: themify;
  src: url(fonts/themify/themify.eot);
  src: url(fonts/themify/themify.eot?#iefix)
      format("embedded-opentype"),
    url(fonts/themify/themify.woff) format("woff"),
    url(fonts/themify/themify.ttf) format("truetype"),
    url(fonts/themify/themify.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" ti-"],
[class^="ti-"] {
  font-family: themify;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ti-wand:before {
  content: "\e600";
}
.ti-volume:before {
  content: "\e601";
}
.ti-user:before {
  content: "\e602";
}
.ti-unlock:before {
  content: "\e603";
}
.ti-unlink:before {
  content: "\e604";
}
.ti-trash:before {
  content: "\e605";
}
.ti-thought:before {
  content: "\e606";
}
.ti-target:before {
  content: "\e607";
}
.ti-tag:before {
  content: "\e608";
}
.ti-tablet:before {
  content: "\e609";
}
.ti-star:before {
  content: "\e60a";
}
.ti-spray:before {
  content: "\e60b";
}
.ti-signal:before {
  content: "\e60c";
}
.ti-shopping-cart:before {
  content: "\e60d";
}
.ti-shopping-cart-full:before {
  content: "\e60e";
}
.ti-settings:before {
  content: "\e60f";
}
.ti-search:before {
  content: "\e610";
}
.ti-zoom-in:before {
  content: "\e611";
}
.ti-zoom-out:before {
  content: "\e612";
}
.ti-cut:before {
  content: "\e613";
}
.ti-ruler:before {
  content: "\e614";
}
.ti-ruler-pencil:before {
  content: "\e615";
}
.ti-ruler-alt:before {
  content: "\e616";
}
.ti-bookmark:before {
  content: "\e617";
}
.ti-bookmark-alt:before {
  content: "\e618";
}
.ti-reload:before {
  content: "\e619";
}
.ti-plus:before {
  content: "\e61a";
}
.ti-pin:before {
  content: "\e61b";
}
.ti-pencil:before {
  content: "\e61c";
}
.ti-pencil-alt:before {
  content: "\e61d";
}
.ti-paint-roller:before {
  content: "\e61e";
}
.ti-paint-bucket:before {
  content: "\e61f";
}
.ti-na:before {
  content: "\e620";
}
.ti-mobile:before {
  content: "\e621";
}
.ti-minus:before {
  content: "\e622";
}
.ti-medall:before {
  content: "\e623";
}
.ti-medall-alt:before {
  content: "\e624";
}
.ti-marker:before {
  content: "\e625";
}
.ti-marker-alt:before {
  content: "\e626";
}
.ti-arrow-up:before {
  content: "\e627";
}
.ti-arrow-right:before {
  content: "\e628";
}
.ti-arrow-left:before {
  content: "\e629";
}
.ti-arrow-down:before {
  content: "\e62a";
}
.ti-lock:before {
  content: "\e62b";
}
.ti-location-arrow:before {
  content: "\e62c";
}
.ti-link:before {
  content: "\e62d";
}
.ti-layout:before {
  content: "\e62e";
}
.ti-layers:before {
  content: "\e62f";
}
.ti-layers-alt:before {
  content: "\e630";
}
.ti-key:before {
  content: "\e631";
}
.ti-import:before {
  content: "\e632";
}
.ti-image:before {
  content: "\e633";
}
.ti-heart:before {
  content: "\e634";
}
.ti-heart-broken:before {
  content: "\e635";
}
.ti-hand-stop:before {
  content: "\e636";
}
.ti-hand-open:before {
  content: "\e637";
}
.ti-hand-drag:before {
  content: "\e638";
}
.ti-folder:before {
  content: "\e639";
}
.ti-flag:before {
  content: "\e63a";
}
.ti-flag-alt:before {
  content: "\e63b";
}
.ti-flag-alt-2:before {
  content: "\e63c";
}
.ti-eye:before {
  content: "\e63d";
}
.ti-export:before {
  content: "\e63e";
}
.ti-exchange-vertical:before {
  content: "\e63f";
}
.ti-desktop:before {
  content: "\e640";
}
.ti-cup:before {
  content: "\e641";
}
.ti-crown:before {
  content: "\e642";
}
.ti-comments:before {
  content: "\e643";
}
.ti-comment:before {
  content: "\e644";
}
.ti-comment-alt:before {
  content: "\e645";
}
.ti-close:before {
  content: "\e646";
}
.ti-clip:before {
  content: "\e647";
}
.ti-angle-up:before {
  content: "\e648";
}
.ti-angle-right:before {
  content: "\e649";
}
.ti-angle-left:before {
  content: "\e64a";
}
.ti-angle-down:before {
  content: "\e64b";
}
.ti-check:before {
  content: "\e64c";
}
.ti-check-box:before {
  content: "\e64d";
}
.ti-camera:before {
  content: "\e64e";
}
.ti-announcement:before {
  content: "\e64f";
}
.ti-brush:before {
  content: "\e650";
}
.ti-briefcase:before {
  content: "\e651";
}
.ti-bolt:before {
  content: "\e652";
}
.ti-bolt-alt:before {
  content: "\e653";
}
.ti-blackboard:before {
  content: "\e654";
}
.ti-bag:before {
  content: "\e655";
}
.ti-move:before {
  content: "\e656";
}
.ti-arrows-vertical:before {
  content: "\e657";
}
.ti-arrows-horizontal:before {
  content: "\e658";
}
.ti-fullscreen:before {
  content: "\e659";
}
.ti-arrow-top-right:before {
  content: "\e65a";
}
.ti-arrow-top-left:before {
  content: "\e65b";
}
.ti-arrow-circle-up:before {
  content: "\e65c";
}
.ti-arrow-circle-right:before {
  content: "\e65d";
}
.ti-arrow-circle-left:before {
  content: "\e65e";
}
.ti-arrow-circle-down:before {
  content: "\e65f";
}
.ti-angle-double-up:before {
  content: "\e660";
}
.ti-angle-double-right:before {
  content: "\e661";
}
.ti-angle-double-left:before {
  content: "\e662";
}
.ti-angle-double-down:before {
  content: "\e663";
}
.ti-zip:before {
  content: "\e664";
}
.ti-world:before {
  content: "\e665";
}
.ti-wheelchair:before {
  content: "\e666";
}
.ti-view-list:before {
  content: "\e667";
}
.ti-view-list-alt:before {
  content: "\e668";
}
.ti-view-grid:before {
  content: "\e669";
}
.ti-uppercase:before {
  content: "\e66a";
}
.ti-upload:before {
  content: "\e66b";
}
.ti-underline:before {
  content: "\e66c";
}
.ti-truck:before {
  content: "\e66d";
}
.ti-timer:before {
  content: "\e66e";
}
.ti-ticket:before {
  content: "\e66f";
}
.ti-thumb-up:before {
  content: "\e670";
}
.ti-thumb-down:before {
  content: "\e671";
}
.ti-text:before {
  content: "\e672";
}
.ti-stats-up:before {
  content: "\e673";
}
.ti-stats-down:before {
  content: "\e674";
}
.ti-split-v:before {
  content: "\e675";
}
.ti-split-h:before {
  content: "\e676";
}
.ti-smallcap:before {
  content: "\e677";
}
.ti-shine:before {
  content: "\e678";
}
.ti-shift-right:before {
  content: "\e679";
}
.ti-shift-left:before {
  content: "\e67a";
}
.ti-shield:before {
  content: "\e67b";
}
.ti-notepad:before {
  content: "\e67c";
}
.ti-server:before {
  content: "\e67d";
}
.ti-quote-right:before {
  content: "\e67e";
}
.ti-quote-left:before {
  content: "\e67f";
}
.ti-pulse:before {
  content: "\e680";
}
.ti-printer:before {
  content: "\e681";
}
.ti-power-off:before {
  content: "\e682";
}
.ti-plug:before {
  content: "\e683";
}
.ti-pie-chart:before {
  content: "\e684";
}
.ti-paragraph:before {
  content: "\e685";
}
.ti-panel:before {
  content: "\e686";
}
.ti-package:before {
  content: "\e687";
}
.ti-music:before {
  content: "\e688";
}
.ti-music-alt:before {
  content: "\e689";
}
.ti-mouse:before {
  content: "\e68a";
}
.ti-mouse-alt:before {
  content: "\e68b";
}
.ti-money:before {
  content: "\e68c";
}
.ti-microphone:before {
  content: "\e68d";
}
.ti-menu:before {
  content: "\e68e";
}
.ti-menu-alt:before {
  content: "\e68f";
}
.ti-map:before {
  content: "\e690";
}
.ti-map-alt:before {
  content: "\e691";
}
.ti-loop:before {
  content: "\e692";
}
.ti-location-pin:before {
  content: "\e693";
}
.ti-list:before {
  content: "\e694";
}
.ti-light-bulb:before {
  content: "\e695";
}
.ti-Italic:before {
  content: "\e696";
}
.ti-info:before {
  content: "\e697";
}
.ti-infinite:before {
  content: "\e698";
}
.ti-id-badge:before {
  content: "\e699";
}
.ti-hummer:before {
  content: "\e69a";
}
.ti-home:before {
  content: "\e69b";
}
.ti-help:before {
  content: "\e69c";
}
.ti-headphone:before {
  content: "\e69d";
}
.ti-harddrives:before {
  content: "\e69e";
}
.ti-harddrive:before {
  content: "\e69f";
}
.ti-gift:before {
  content: "\e6a0";
}
.ti-game:before {
  content: "\e6a1";
}
.ti-filter:before {
  content: "\e6a2";
}
.ti-files:before {
  content: "\e6a3";
}
.ti-file:before {
  content: "\e6a4";
}
.ti-eraser:before {
  content: "\e6a5";
}
.ti-envelope:before {
  content: "\e6a6";
}
.ti-download:before {
  content: "\e6a7";
}
.ti-direction:before {
  content: "\e6a8";
}
.ti-direction-alt:before {
  content: "\e6a9";
}
.ti-dashboard:before {
  content: "\e6aa";
}
.ti-control-stop:before {
  content: "\e6ab";
}
.ti-control-shuffle:before {
  content: "\e6ac";
}
.ti-control-play:before {
  content: "\e6ad";
}
.ti-control-pause:before {
  content: "\e6ae";
}
.ti-control-forward:before {
  content: "\e6af";
}
.ti-control-backward:before {
  content: "\e6b0";
}
.ti-cloud:before {
  content: "\e6b1";
}
.ti-cloud-up:before {
  content: "\e6b2";
}
.ti-cloud-down:before {
  content: "\e6b3";
}
.ti-clipboard:before {
  content: "\e6b4";
}
.ti-car:before {
  content: "\e6b5";
}
.ti-calendar:before {
  content: "\e6b6";
}
.ti-book:before {
  content: "\e6b7";
}
.ti-bell:before {
  content: "\e6b8";
}
.ti-basketball:before {
  content: "\e6b9";
}
.ti-bar-chart:before {
  content: "\e6ba";
}
.ti-bar-chart-alt:before {
  content: "\e6bb";
}
.ti-back-right:before {
  content: "\e6bc";
}
.ti-back-left:before {
  content: "\e6bd";
}
.ti-arrows-corner:before {
  content: "\e6be";
}
.ti-archive:before {
  content: "\e6bf";
}
.ti-anchor:before {
  content: "\e6c0";
}
.ti-align-right:before {
  content: "\e6c1";
}
.ti-align-left:before {
  content: "\e6c2";
}
.ti-align-justify:before {
  content: "\e6c3";
}
.ti-align-center:before {
  content: "\e6c4";
}
.ti-alert:before {
  content: "\e6c5";
}
.ti-alarm-clock:before {
  content: "\e6c6";
}
.ti-agenda:before {
  content: "\e6c7";
}
.ti-write:before {
  content: "\e6c8";
}
.ti-window:before {
  content: "\e6c9";
}
.ti-widgetized:before {
  content: "\e6ca";
}
.ti-widget:before {
  content: "\e6cb";
}
.ti-widget-alt:before {
  content: "\e6cc";
}
.ti-wallet:before {
  content: "\e6cd";
}
.ti-video-clapper:before {
  content: "\e6ce";
}
.ti-video-camera:before {
  content: "\e6cf";
}
.ti-vector:before {
  content: "\e6d0";
}
.ti-themify-logo:before {
  content: "\e6d1";
}
.ti-themify-favicon:before {
  content: "\e6d2";
}
.ti-themify-favicon-alt:before {
  content: "\e6d3";
}
.ti-support:before {
  content: "\e6d4";
}
.ti-stamp:before {
  content: "\e6d5";
}
.ti-split-v-alt:before {
  content: "\e6d6";
}
.ti-slice:before {
  content: "\e6d7";
}
.ti-shortcode:before {
  content: "\e6d8";
}
.ti-shift-right-alt:before {
  content: "\e6d9";
}
.ti-shift-left-alt:before {
  content: "\e6da";
}
.ti-ruler-alt-2:before {
  content: "\e6db";
}
.ti-receipt:before {
  content: "\e6dc";
}
.ti-pin2:before {
  content: "\e6dd";
}
.ti-pin-alt:before {
  content: "\e6de";
}
.ti-pencil-alt2:before {
  content: "\e6df";
}
.ti-palette:before {
  content: "\e6e0";
}
.ti-more:before {
  content: "\e6e1";
}
.ti-more-alt:before {
  content: "\e6e2";
}
.ti-microphone-alt:before {
  content: "\e6e3";
}
.ti-magnet:before {
  content: "\e6e4";
}
.ti-line-double:before {
  content: "\e6e5";
}
.ti-line-dotted:before {
  content: "\e6e6";
}
.ti-line-dashed:before {
  content: "\e6e7";
}
.ti-layout-width-full:before {
  content: "\e6e8";
}
.ti-layout-width-default:before {
  content: "\e6e9";
}
.ti-layout-width-default-alt:before {
  content: "\e6ea";
}
.ti-layout-tab:before {
  content: "\e6eb";
}
.ti-layout-tab-window:before {
  content: "\e6ec";
}
.ti-layout-tab-v:before {
  content: "\e6ed";
}
.ti-layout-tab-min:before {
  content: "\e6ee";
}
.ti-layout-slider:before {
  content: "\e6ef";
}
.ti-layout-slider-alt:before {
  content: "\e6f0";
}
.ti-layout-sidebar-right:before {
  content: "\e6f1";
}
.ti-layout-sidebar-none:before {
  content: "\e6f2";
}
.ti-layout-sidebar-left:before {
  content: "\e6f3";
}
.ti-layout-placeholder:before {
  content: "\e6f4";
}
.ti-layout-menu:before {
  content: "\e6f5";
}
.ti-layout-menu-v:before {
  content: "\e6f6";
}
.ti-layout-menu-separated:before {
  content: "\e6f7";
}
.ti-layout-menu-full:before {
  content: "\e6f8";
}
.ti-layout-media-right-alt:before {
  content: "\e6f9";
}
.ti-layout-media-right:before {
  content: "\e6fa";
}
.ti-layout-media-overlay:before {
  content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}
.ti-layout-media-left-alt:before {
  content: "\e6fe";
}
.ti-layout-media-left:before {
  content: "\e6ff";
}
.ti-layout-media-center-alt:before {
  content: "\e700";
}
.ti-layout-media-center:before {
  content: "\e701";
}
.ti-layout-list-thumb:before {
  content: "\e702";
}
.ti-layout-list-thumb-alt:before {
  content: "\e703";
}
.ti-layout-list-post:before {
  content: "\e704";
}
.ti-layout-list-large-image:before {
  content: "\e705";
}
.ti-layout-line-solid:before {
  content: "\e706";
}
.ti-layout-grid4:before {
  content: "\e707";
}
.ti-layout-grid3:before {
  content: "\e708";
}
.ti-layout-grid2:before {
  content: "\e709";
}
.ti-layout-grid2-thumb:before {
  content: "\e70a";
}
.ti-layout-cta-right:before {
  content: "\e70b";
}
.ti-layout-cta-left:before {
  content: "\e70c";
}
.ti-layout-cta-center:before {
  content: "\e70d";
}
.ti-layout-cta-btn-right:before {
  content: "\e70e";
}
.ti-layout-cta-btn-left:before {
  content: "\e70f";
}
.ti-layout-column4:before {
  content: "\e710";
}
.ti-layout-column3:before {
  content: "\e711";
}
.ti-layout-column2:before {
  content: "\e712";
}
.ti-layout-accordion-separated:before {
  content: "\e713";
}
.ti-layout-accordion-merged:before {
  content: "\e714";
}
.ti-layout-accordion-list:before {
  content: "\e715";
}
.ti-ink-pen:before {
  content: "\e716";
}
.ti-info-alt:before {
  content: "\e717";
}
.ti-help-alt:before {
  content: "\e718";
}
.ti-headphone-alt:before {
  content: "\e719";
}
.ti-hand-point-up:before {
  content: "\e71a";
}
.ti-hand-point-right:before {
  content: "\e71b";
}
.ti-hand-point-left:before {
  content: "\e71c";
}
.ti-hand-point-down:before {
  content: "\e71d";
}
.ti-gallery:before {
  content: "\e71e";
}
.ti-face-smile:before {
  content: "\e71f";
}
.ti-face-sad:before {
  content: "\e720";
}
.ti-credit-card:before {
  content: "\e721";
}
.ti-control-skip-forward:before {
  content: "\e722";
}
.ti-control-skip-backward:before {
  content: "\e723";
}
.ti-control-record:before {
  content: "\e724";
}
.ti-control-eject:before {
  content: "\e725";
}
.ti-comments-smiley:before {
  content: "\e726";
}
.ti-brush-alt:before {
  content: "\e727";
}
.ti-youtube:before {
  content: "\e728";
}
.ti-vimeo:before {
  content: "\e729";
}
.ti-twitter:before {
  content: "\e72a";
}
.ti-time:before {
  content: "\e72b";
}
.ti-tumblr:before {
  content: "\e72c";
}
.ti-skype:before {
  content: "\e72d";
}
.ti-share:before {
  content: "\e72e";
}
.ti-share-alt:before {
  content: "\e72f";
}
.ti-rocket:before {
  content: "\e730";
}
.ti-pinterest:before {
  content: "\e731";
}
.ti-new-window:before {
  content: "\e732";
}
.ti-microsoft:before {
  content: "\e733";
}
.ti-list-ol:before {
  content: "\e734";
}
.ti-linkedin:before {
  content: "\e735";
}
.ti-layout-sidebar-2:before {
  content: "\e736";
}
.ti-layout-grid4-alt:before {
  content: "\e737";
}
.ti-layout-grid3-alt:before {
  content: "\e738";
}
.ti-layout-grid2-alt:before {
  content: "\e739";
}
.ti-layout-column4-alt:before {
  content: "\e73a";
}
.ti-layout-column3-alt:before {
  content: "\e73b";
}
.ti-layout-column2-alt:before {
  content: "\e73c";
}
.ti-instagram:before {
  content: "\e73d";
}
.ti-google:before {
  content: "\e73e";
}
.ti-github:before {
  content: "\e73f";
}
.ti-flickr:before {
  content: "\e740";
}
.ti-facebook:before {
  content: "\e741";
}
.ti-dropbox:before {
  content: "\e742";
}
.ti-dribbble:before {
  content: "\e743";
}
.ti-apple:before {
  content: "\e744";
}
.ti-android:before {
  content: "\e745";
}
.ti-save:before {
  content: "\e746";
}
.ti-save-alt:before {
  content: "\e747";
}
.ti-yahoo:before {
  content: "\e748";
}
.ti-wordpress:before {
  content: "\e749";
}
.ti-vimeo-alt:before {
  content: "\e74a";
}
.ti-twitter-alt:before {
  content: "\e74b";
}
.ti-tumblr-alt:before {
  content: "\e74c";
}
.ti-trello:before {
  content: "\e74d";
}
.ti-stack-overflow:before {
  content: "\e74e";
}
.ti-soundcloud:before {
  content: "\e74f";
}
.ti-sharethis:before {
  content: "\e750";
}
.ti-sharethis-alt:before {
  content: "\e751";
}
.ti-reddit:before {
  content: "\e752";
}
.ti-pinterest-alt:before {
  content: "\e753";
}
.ti-microsoft-alt:before {
  content: "\e754";
}
.ti-linux:before {
  content: "\e755";
}
.ti-jsfiddle:before {
  content: "\e756";
}
.ti-joomla:before {
  content: "\e757";
}
.ti-html5:before {
  content: "\e758";
}
.ti-flickr-alt:before {
  content: "\e759";
}
.ti-email:before {
  content: "\e75a";
}
.ti-drupal:before {
  content: "\e75b";
}
.ti-dropbox-alt:before {
  content: "\e75c";
}
.ti-css3:before {
  content: "\e75d";
}
.ti-rss:before {
  content: "\e75e";
}
.ti-rss-alt:before {
  content: "\e75f";
}
.table-etapa-selected {
    border-width: 2px;
    border-style: solid;
    border-color: #ffb606;
    position:relative;
}
.table-etapa-selected:after {
    background: #ffb606;
    border-radius: 4px 4px 0px 0px;
    position: absolute;
    top: -40px;
    font-weight: bold;
    content: "Etapa Selecionada";
    left: -3px;
    padding: 10px;
    color:#fff;
}
.pessoa-selected {
    border-width: 2px;
    border-style: solid;
    border-color: #ffb606;
    position:relative;
}
.pessoa-selected:after {
    background: #ffb606;
    border-radius: 4px 4px 0px 0px;
    position: absolute;
    top: -40px;
    font-weight: bold;
    content: "Pessoa Selecionada";
    left: -3px;
    padding: 10px;
    color:#fff;
}

.code-danger {
    padding: 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

.code-success {
    padding: 4px;
    font-size: 90%;
    color: #00a859;
    background-color: #d4f8c3;
    border-radius: 4px;
}

.bt-docs-tab {
    white-space:nowrap;
    text-align:center;
    vertical-align:middle!important;    
}

.tooltip-avisos {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.tooltip-avisos {
  --s: 1.5em; /* triangle size */
  --r: 1em; /* the radius */
  padding: 1em;
  border: var(--s) solid #0000;
  border-radius: calc(var(--r) + var(--s));
  border-bottom-right-radius: 0;
  background: border-box linear-gradient(60deg,#CC333F,#4ECDC4); /* the coloration */
  -webkit-mask:
    radial-gradient(100% 100% at 0 100%,#0000 99%,#000 102%) 
      calc(100% - var(--s)) 100%/var(--s) var(--s) no-repeat border-box,
    linear-gradient(#000 0 0) padding-box;
}

.overflow-none {
    overflow:hidden!important;
}