.login-form-page {
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 420px;
  padding: 15px;
  margin: auto;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
  height: 3.125rem;
  padding: .75rem;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text; /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}

body {
  background-color: #f8f8fb;
}

body main {
  min-height: 90vh;
}

#headerLogo img, #headerLogo.expand img {
  height: 45px;
  transition: height 0.5s;
}

@media (min-width: 768px) {
  #headerLogo {
    width: 200px;
  }
  #headerLogo.expand img {
    height: 100px;
  }
}

#headerLogo {
  min-width: 200px;
  width: calc(100% - 30px);
  margin-left: 15px;
}

.header-menu-btn {
  height: 42px;
  width: 150px;
  margin-top: 5px;
  font-size: 18px;
  text-decoration: none;
  color: #0d3880;
}

.header-menu-btn i{
  font-size: 24px;
}

.header-menu-btn.active {
  background-color: #77a5c9;
  color: #fff;
}

.header-menu-btn.float-right {
  height: 54px;
  width: 54px;
}

.header-menu-btn:hover {
  background-color: rgb(119, 165, 201, 0.1);
  text-decoration: none;
  color: #0d3880;
}

.header-menu-btn-item {
  font-size: 16px;
  color: #8492a6;
  transition: font-size 0.5s;
  width: 120px;
  height: 113px;
}

.header-menu-btn-item.active { 
  background-color: #77a5c9;
  color: #fff;
}

.header-menu-btn-item:hover {
  color: #0d3880;
  font-size: 16.5px;
  text-decoration: none;
}

.header-menu-btn-item.active:hover { 
  color: #fff;
}

.header-menu-btn-item.active {
  background-color: #77a5c9;
}

.bg-qamais-blue {
  background-color: #77a5c9;
}

.footer {
  border-top: 1px solid #dee2e6;
}

#boxRecebimentosCheckeds {
  position: fixed;
  bottom: 0;
  background-color: rgba(119, 165, 201, .9);
}

.hide {
  display: none !important;
}

td div.col-tools {
  display: none;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}

td div.tools {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  background: #fff;
  margin: auto;
  width: 300px;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(119, 165, 201, 0.9) 57%);
}

tr.hover-tools:hover {
  box-shadow: 0 0 0.7rem rgba(119, 165, 201, .5) !important;
}

tr.hover-tools:hover td div.col-tools{
  display: initial;
}

tr.hover-tools:hover td div.tools{
  display: initial;
}

span.money-text {
  font-size: 50%;
  vertical-align: middle;
}

span.card-label-title {
  position: absolute;
  top: -12px;
  padding: 0 5px;
  background: linear-gradient(0deg, #fff calc(50% + 2px), transparent calc(50% - 2px));
}

.datepicker-range {
  cursor: pointer;
}

.form-control.datepicker-range {
  min-height: calc(1.5em + 0.75rem + 2px);
  height: auto;
}

.divider-content {
  border-top: 1px solid #ddd;
  margin: 20px 14px;
  width: 100%;
  position: relative;
}

.divider-content .divider-title {
  position: absolute;
  top: -14px;
  background-color: #fff;
  padding: 0 7px;
  margin-left: 20px;
}

.select2-container {
  width: 100% !important;
}

.modal-xxl {
  width: 95%;
  max-width: 95%;
}

.highcharts-credits{
  display:none;
}

.modal-backdrop {
  width: 100%;
  height: 100%;
}


.resposta-checklist {
  background: #ddd;
  min-width: 80px;
  min-height: 40px;
  border-radius: 7px;
  margin: 10px;
padding: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
cursor: pointer;
}

.resposta-checklist.selected {
  color: #fff;
  background: #FF5722;
  border: 2px solid #FF5722;
}

.erro-preencher {
  border: 4px solid #dc3545;
}


/***** OVERLAY *****/

.overlay-ana{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(32, 64, 101, .8);
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
}
.overlay-ana.no-background {
	background: transparent;
}
.overlay-ana .circle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 120px;
	height: 120px;	
}


.overlay-ana.overlay-2x .circle {
	width: 200px;
	height: 200px;	
}

.overlay-ana .circle .loader {
	width: calc(100% - 0px);
	height: calc(100% - 0px);
	border: 8px solid #0d3880;
	border-top: 8px solid #77a5c9;
	border-bottom: 8px solid #77a5c9;
	border-radius: 50%;
	animation: rotate 2s linear infinite;
}

.overlay-ana-toast{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(32, 64, 101, .8);
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
}
.overlay-ana-toast.no-background {
	background: transparent;
}
.overlay-ana-toast .circle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 35px;
	height: 35px;	
}

.overlay-ana-toast .circle .loader {
	width: calc(100% - 0px);
	height: calc(100% - 0px);
	border: 5px solid #0d3880;
	border-top: 5px solid #77a5c9;
	border-bottom: 5px solid #77a5c9;
	border-radius: 50%;
	animation: rotate 2s linear infinite;
}

@keyframes rotate {
	100% {transform: rotate(360deg);}
}

/***** FIM OVERLAY *****/


/**** LOADER ****/

#ana-loader{
    height: 100vh;
    position: fixed;
    width: 100%;
    background-color: #f5f5f5;
    z-index: 1099;
    display: flex;
    align-items: center;
    justify-content: center;
}
#ana-loader img{
    position: absolute;
    width: 100px;

}
#ana-loader .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 200px;
    height: 200px;	
}
#ana-loader .text {
	color: #0d3880;
    font-size: 24px;
    font-weight: bold;
    top: 70%;
    position: absolute;
}
#ana-loader .circle .loader {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    border: 8px solid #0d3880;
    border-top: 8px solid #77a5c9;
    border-radius: 50%;
    animation: rotate 5s linear infinite;
}

@keyframes rotate {
    100% {transform: rotate(360deg);}
}

/**** FIM LOADER ****/


/**** CONTENT LOADER ****/

@keyframes placeHolderShimmer {
  0%{
    background-position: -468px 0;
  }
  100%{
    background-position: 468px 0;
  }
}

.animated-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 16px;
  border-radius: 3px;
  position: relative;
}

/**** FIM CONTENT LOADER ****/

/*
 * Plugin: RESPONSIVE CALENDAR
 * ---------------
 */

.responsive-calendar .controls {
  text-align: center;
}
.responsive-calendar .controls a {
  cursor: pointer;
}
.responsive-calendar .controls h5 {
  display: inline;
}
.responsive-calendar .day-headers,
.responsive-calendar .days {
  font-size: 0;
}
.responsive-calendar .day {
  display: inline-block;
  position: relative;
  font-size: 14px;
  width: 14.285714285714286%;
  text-align: center;
  border: 1px solid #eee;
}
.responsive-calendar .day a {
  color: #000000;
  display: block;
  cursor: pointer;
  padding: 20% 0 20% 0;
  height: 50px;
}
.responsive-calendar .day a:hover {
  background-color: #eee;
  text-decoration: none;
}
.responsive-calendar .day.header {
  border: none;
  border-bottom: 1px gray solid;
  margin-bottom: 10px;
}
/*.responsive-calendar .day.active a {
background-color: #1d86c8;
color: #ffffff;
}
.responsive-calendar .day.active a:hover {
background-color: #36a0e2;
}*/
.responsive-calendar .day.today a {
  background-color: #2a5788;
  border-radius: 3px;
  color: #ffffff;
}
.responsive-calendar .day.today a:hover {
  background-color: #204065;
}
.responsive-calendar .day.active .not-current {
  background-color: #8fcaef;
  color: #ffffff;
}
.responsive-calendar .day-click a {
  background-color: #2a5788;
  border-radius: 3px;
  color: #ffffff;
}
.responsive-calendar .day-click a:hover {
  background-color: #204065;
  color: #ffffff;
}
.responsive-calendar .day-click .badge {
  border: inherit;
  margin: 1px;
}
.responsive-calendar .day.active .not-current:hover {
  background-color: #bcdff5;
}
.responsive-calendar .day.not-current a {
  color: #ddd;
}

.responsive-calendar .day a span {
  position: absolute;
  top: 5px;
  right: 7px;
  font-weight: bold;
}

.responsive-calendar .day .badge {
  position: absolute;
  right: 1px;
  bottom: 3px;
  z-index: 1;
  border: none;
  border-radius: 3px;
  padding: 1px 2px;
  font-size: .9em;
  font-weight: 400;
}
.responsive-calendar .day .block {
  position: absolute;
  bottom: 1px;
  left: 6px;
  z-index: 1;
  color: #ff3636;
  border-radius: 5px;
}
.responsive-calendar .day .notify {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ff3636;
  position: absolute;
  top: 4px;
  left: 4px;
}
/*.responsive-calendar .day.today .block {
  color: #fff;
}*/
.responsive-calendar .controls i{
  font-size: 25px;
}

/***** END RESPONSIVE CALENDAR *****/


/*
 * Plugin: Select2
 * ---------------
 */
 .select2-container--default.select2-container--focus,
 .select2-container--flat.select2-container--focus,
 .select2-selection.select2-container--focus,
 .select2-container--default:focus,
 .select2-container--flat:focus,
 .select2-selection:focus,
 .select2-container--default:active,
 .select2-container--flat:active,
 .select2-selection:active {
   outline: none;
 }
 .select2-container--default .select2-selection--single,
 .select2-selection .select2-selection--single {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
 }
 .select2-container--flat .select2-selection--single {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  padding-top: 0.55rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ddd;
  background-clip: padding-box;
  border: 0;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
 }
 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, 
 .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
 .select2-container--flat.select2-container--open.select2-container--below .select2-selection--single, 
 .select2-container--flat.select2-container--open.select2-container--below .select2-selection--multiple {
  color: #495057;
  background-color: #fff;
  border-color: #006bc4;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(119, 165, 201, 0.25);
 }
 .select2-container--flat.select2-container--open.select2-container--below .select2-selection--single, 
 .select2-container--flat.select2-container--open.select2-container--below .select2-selection--multiple {
  background-color: #ddd;
 }
 .select2-container--default.select2-container--open, 
 .select2-container--flat.select2-container--open {
   border-color: #0d3880;
 }
 .select2-dropdown {
   border: 1px solid #d2d6de;
   border-radius: 0;
 }
 .select2-container--default .select2-results__option--highlighted[aria-selected],
 .select2-container--flat .select2-results__option--highlighted[aria-selected] {
   background-color: #0d3880;
   color: white;
 }
 .select2-results__option {
   padding: 6px 12px;
   user-select: none;
   -webkit-user-select: none;
 }
 .select2-container .select2-selection--single .select2-selection__rendered {
   padding-left: 0;
   padding-right: 0;
   height: auto;
   margin-top: -2px;
 }
 .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
   padding-right: 6px;
   padding-left: 20px;
 }
 .select2-container--default .select2-selection--single .select2-selection__arrow,
 .select2-container--flat .select2-selection--single .select2-selection__arrow {
   height: 28px;
   right: 3px;
   top: 3px;
 }
 .select2-container--default .select2-selection--single .select2-selection__arrow b,
 .select2-container--flat .select2-selection--single .select2-selection__arrow b {
   margin-top: 0;
 }
 .select2-dropdown .select2-search__field,
 .select2-search--inline .select2-search__field {
   border: 1px solid #d2d6de;
 }
 .select2-dropdown .select2-search__field:focus,
 .select2-search--inline .select2-search__field:focus {
  color: #495057;
  background-color: #fff;
  border-color: #006bc4;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(119, 165, 201, 0.25);
 }
 .select2-container--default .select2-results__option[aria-disabled=true],
 .select2-container--flat .select2-results__option[aria-disabled=true] {
   color: #999;
 }
 .select2-container--default .select2-results__option[aria-selected=true],
 .select2-container--flat .select2-results__option[aria-selected=true] {
   background-color: #ddd;
 }
 .select2-container--default .select2-results__option[aria-selected=true],
 .select2-container--default .select2-results__option[aria-selected=true]:hover,
 .select2-container--flat .select2-results__option[aria-selected=true],
 .select2-container--flat .select2-results__option[aria-selected=true]:hover {
   color: #444;
 }
 .select2-container--default .select2-selection--multiple,
 .select2-container--flat .select2-selection--multiple {
   border: 1px solid #d2d6de;
   border-radius: 0.25rem;
 }
 .select2-container--default .select2-selection--multiple:focus,
 .select2-container--flat .select2-selection--multiple:focus {
   border-color: #0d3880;
 }
 .select2-container--default.select2-container--focus .select2-selection--multiple,
 .select2-container--flat.select2-container--focus .select2-selection--multiple {
   border-color: #d2d6de;
 }
 .select2-container--default .select2-selection--multiple .select2-selection__choice,
 .select2-container--flat .select2-selection--multiple .select2-selection__choice {
   background-color: #0d3880;
   border-color: #0d3880;
   padding: 1px 10px;
   color: #fff;
 }
 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
 .select2-container--flat .select2-selection--multiple .select2-selection__choice__remove {
   margin-right: 5px;
   color: rgba(255, 255, 255, 0.7);
 }
 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
 .select2-container--flat .select2-selection--multiple .select2-selection__choice__remove:hover {
   color: #fff;
 }
 .select2-container .select2-selection--single .select2-selection__rendered {
   padding-right: 10px;
 }

 .select2-container--flat .select2-selection--single .select2-selection__arrow {
   position: absolute;
   width: 20px;
 }

 .select2-container--flat .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  top: 50%;
  width: 0;
 }

 .select2-container--flat.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
 }

 .select2-container--flat .select2-results>.select2-results__options {
  max-height: 300px;
  overflow-y: auto;
 }

 /**** FIM SELECT2 ****/

 /**** TIMELINE ****/

 ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}
ul.timeline > li:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #77a5c9;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}

/**** FIM TIMELINE ****/

/**** COMENTARIOS ****/

.comment-list .row {
  margin-bottom: 0px;
}
.comment-list .panel .panel-heading {
  padding: 4px 15px;
  position: absolute;
  border:none;
  /*Panel-heading border radius*/
  border-top-right-radius:0px;
  top: 1px;
}
.comment-list .panel .panel-heading.right {
  border-right-width: 0px;
  /*Panel-heading border radius*/
  border-top-left-radius:0px;
  right: 16px;
}
.comment-list .panel .panel-heading .panel-body {
  padding-top: 6px;
}
.comment-list figcaption {
  /*For wrapping text in thumbnail*/
  word-wrap: break-word;
}
/* Portrait tablets and medium desktops */
@media (min-width: 768px) {
  .comment-list .arrow:after, .comment-list .arrow:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
  }
  .comment-list .panel.arrow.left:after, .comment-list .panel.arrow.left:before {
    border-left: 0;
  }
  /*****Left Arrow*****/
  /*Outline effect style*/
  .comment-list .panel.arrow.left:before {
    left: 0px;
    top: 30px;
    /*Use boarder color of panel*/
    border-right-color: inherit;
    border-width: 16px;
  }
  /*Background color effect*/
  .comment-list .panel.arrow.left:after {
    left: 1px;
    top: 31px;
    /*Change for different outline color*/
    border-right-color: #FFFFFF;
    border-width: 15px;
  }
  /*****Right Arrow*****/
  /*Outline effect style*/
  .comment-list .panel.arrow.right:before {
    right: -16px;
    top: 30px;
    /*Use boarder color of panel*/
    border-left-color: inherit;
    border-width: 16px;
  }
  /*Background color effect*/
  .comment-list .panel.arrow.right:after {
    right: -14px;
    top: 31px;
    /*Change for different outline color*/
    border-left-color: #FFFFFF;
    border-width: 15px;
  }
}
.comment-list .comment-post {
  margin-top: 6px;
}

/**** FIM COMENTARIOS ****/