iframe{
	line-height: 0px !important; display: block !important;
}

/* BARRA DE ROLAGEM CUSTOMIZADA" */
.custom-scroll::-webkit-scrollbar {
  width: 8px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.custom-scroll:hover::-webkit-scrollbar {
  opacity: 1;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #E0E0E0;
  border-radius: 8px;
}

.custom-scroll::-webkit-scrollbar-track {
  background-color: #F5F5F5;
  border-radius: 8px;
}

.custom-scroll::-webkit-scrollbar-corner {
  background-color: #F5F5F5;
}

.text-line{
	text-decoration: line-through !important;
}

.truncate-text{
			white-space: nowrap;
			width: 100%;
			overflow: hidden;
			text-overflow: ellipsis;
			margin:0px !important;
			padding: 0px !important;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Procurar";
}
.custom-file-label::after {
  content: "Procurar";
}

.os-padding { z-index: auto !important; }

.no-spin::-webkit-inner-spin-button, .no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.no-spin {
    -moz-appearance:textfield !important;
}

.line-height-normal{
	line-height: normal !important;
}

label {
    margin-top: 5px;
	margin-bottom: 0px !important;
}

label.obrigatorio {
  /*color: #cc0033;*/
}
label.obrigatorio::after {
	color: #cc0033;
  	content: " *";
}

.text-black{
	color: #000000 !important;
}

.text-courier{
	font-family: 'Courier New', monospace;
}

.campo_erro{
  background-color: #fce4e4 !important;
  border: 1px solid #cc0033;
  outline: none;
  z-index: 1000;
}
label.erro {
  color: #cc0033;
}

.campo_alerta{
  background-color: #fcf8e4 !important;
  border: 1px solid #cc7a00;
  outline: none;
  z-index: 1000;
}
label.alerta {
  color: #cc7a00;
}

.campo_correto{
  background-color: #e4fcf1 !important;
  border: 1px solid #00cc41;
  outline: none;
  z-index: 1000;
}
label.correto {
  color: #00cc41;
}

.text-white{
	color: #ffffff !important;
}

.border_atencao {
  border: solid 1pt #fcc051;
  transition: border-color 0.3s linear;
}
.bg_atencao{
	background-color: rgba(252, 192, 81,0.4) !important;
	transition: background-color 0.3s linear;
}

.dataTables_filter{
	margin-right: 5px;
}
.dataTables_info{
	margin-left: 5px;
}
.dataTables_length{
	margin-left: 5px;
}


.modal.modal-fullscreen .modal-dialog {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  max-width: none; }

.modal.modal-fullscreen .modal-content {
  height: auto;
  height: 100vh;
  border-radius: 0;
  border: none; }

.modal.modal-fullscreen .modal-body {
  overflow-y: auto; }


.texto1{
	font-size: 8px;
}
.texto2{
	font-size: 9px;
}
.texto3{
	font-size: 10px;
}
.texto4{
	font-size: 12px;
}
.texto5{
	font-size: 14px;
}
.texto6{
	font-size: 16px;
}
.texto7{
	font-size: 18px;
}
.texto8{
	font-size: 20px;
}
.texto9{
	font-size: 22px;
}
.texto10{
	font-size: 24px;
}

.custom-footer{
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 1032;
	background-color: #fff;
	border-top: 1px solid #dee2e6;
	color: #869099;
	padding: 1rem;
	margin: 0px !important;
}

/*OFFCANVAS*/
.modal .modal-dialog-aside{
	width: 350px;
	max-width:80%; 
	height: 100%;
	margin:0;
	transform: translate(0); 
	transition: transform .2s;
}
.modal .modal-dialog-aside .modal-content{  height: inherit; border:0; border-radius: 0;}
.modal .modal-dialog-aside .modal-content .modal-body{ overflow-y: auto }
.modal.fixed-left .modal-dialog-aside{ margin-left:auto; padding-right: 0px !important;  transform: translateX(100%); }
.modal.fixed-right .modal-dialog-aside{ margin-right:auto; transform: translateX(-100%); }
.modal.show .modal-dialog-aside{ transform: translateX(0);  } 
/*OFFCANVAS FIM*/


.vertical-texto {
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes shake {
  0%, 100% {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
  }
  }
  @keyframes shake {
  0%, 100% {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
  }
 } 

.funkyradio div {
	  clear: both;
	  overflow: hidden;
	}
	.funkyradio label {
	  width: 100%;
	  border-radius: 3px;
	  border: 1px solid #D1D3D4;
	  font-weight: normal;
	  margin-top: 0px !important;
	  margin-bottom: 5px !important;
	}

	.funkyradio input[type="radio"]:empty,
	.funkyradio input[type="checkbox"]:empty {
	  display: none;
	}

	.funkyradio input[type="radio"]:empty ~ label,
	.funkyradio input[type="checkbox"]:empty ~ label {
	  position: relative;
	  line-height: 2.5em;
	  text-indent: 3.25em;
	  margin-top: 2em;
	  cursor: pointer;
	  -webkit-user-select: none;
		 -moz-user-select: none;
		  -ms-user-select: none;
			  user-select: none;
	}

	.funkyradio input[type="radio"]:empty ~ label:before,
	.funkyradio input[type="checkbox"]:empty ~ label:before {
	  position: absolute;
	  display: block;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  content: '';
	  width: 2.5em;
	  background: #D1D3D4;
	  border-radius: 3px 0 0 3px;
	}

	.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
	.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
	  color: #888;
	}

	.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
	.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
	  content: '\2714';
	  text-indent: .9em;
	  color: #C2C2C2;
	}

	.funkyradio input[type="radio"]:checked ~ label,
	.funkyradio input[type="checkbox"]:checked ~ label {
	  color: #777;
	}

	.funkyradio input[type="radio"]:checked ~ label:before,
	.funkyradio input[type="checkbox"]:checked ~ label:before {
	  content: '\2714';
	  text-indent: .9em;
	  color: #333;
	  background-color: #ccc;
	}

	.funkyradio input[type="radio"]:focus ~ label:before,
	.funkyradio input[type="checkbox"]:focus ~ label:before {
	  box-shadow: 0 0 0 3px #999;
	}

	.funkyradio-default input[type="radio"]:checked ~ label:before,
	.funkyradio-default input[type="checkbox"]:checked ~ label:before {
	  color: #333;
	  background-color: #ccc;
	}

	.funkyradio-primary input[type="radio"]:checked ~ label:before,
	.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
	  color: #fff;
	  background-color: #337ab7;
	}

	.funkyradio-success input[type="radio"]:checked ~ label:before,
	.funkyradio-success input[type="checkbox"]:checked ~ label:before {
	  color: #fff;
	  background-color: #5cb85c;
	}

	.funkyradio-danger input[type="radio"]:checked ~ label:before,
	.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
	  color: #fff;
	  background-color: #d9534f;
	}

	.funkyradio-warning input[type="radio"]:checked ~ label:before,
	.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
	  color: #fff;
	  background-color: #f0ad4e;
	}

	.funkyradio-info input[type="radio"]:checked ~ label:before,
	.funkyradio-info input[type="checkbox"]:checked ~ label:before {
	  color: #fff;
	  background-color: #5bc0de;
	}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #aaa !important;
    border-radius: 0px !important;
	border-color: #d2d6de !important;
	height: 34px !important;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #d2d6de !important;
    border-radius: 0px !important;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #D3D3D3;
    border: 1px solid #aaa;
    border-radius: 2px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 5 10px !important;
	color: #000000;
	font-size: 1.1em;
}

.spinner {
   position: absolute;
   left: 50%;
   top: 50%;
   height:60px;
   width:60px;
   margin:0px auto;
   -webkit-animation: rotation .6s infinite linear;
   -moz-animation: rotation .6s infinite linear;
   -o-animation: rotation .6s infinite linear;
   animation: rotation .6s infinite linear;
   border-left:6px solid rgba(239,79,0,.15);
   border-right:6px solid rgba(239,79,0,.15);
   border-bottom:6px solid rgba(239,79,0,.15);
   border-top:6px solid rgba(239,79,0,.8);
   border-radius:100%;
	z-index: 1000;
}

.overhang-close{
	display: none !important;
}

.spinner-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 999;
}

.color-swatches {
  display: flex;
  margin: 0 -5px; }
  .color-swatches .bd-purple {
    background-color: #563d7c; }
  .color-swatches .bd-purple-light {
    background-color: #cbbde2; }
  .color-swatches .bd-purple-lighter {
    background-color: #e5e1ea; }
  .color-swatches .bd-gray {
    background-color: #f9f9f9; }

.color-swatch {
  width: 4rem;
  height: 4rem;
  margin-right: .25rem;
  margin-left: .25rem;
  border-radius: 0.25rem; }
  @media (min-width: 768px) {
    .color-swatch {
      width: 6rem;
      height: 6rem; } }

.swatch-blue {
  color: #fff;
  background-color: #0d6efd; }

.swatch-indigo {
  color: #fff;
  background-color: #6610f2; }

.swatch-purple {
  color: #fff;
  background-color: #6f42c1; }

.swatch-pink {
  color: #fff;
  background-color: #d63384; }

.swatch-red {
  color: #fff;
  background-color: #dc3545; }

.swatch-orange {
  color: #212529;
  background-color: #fd7e14; }

.swatch-yellow {
  color: #212529;
  background-color: #ffc107; }

.swatch-green {
  color: #fff;
  background-color: #28a745; }

.swatch-teal {
  color: #fff;
  background-color: #20c997; }

.swatch-cyan {
  color: #fff;
  background-color: #17a2b8; }

.swatch-white {
  color: #212529;
  background-color: #fff; }

.swatch-gray {
  color: #fff;
  background-color: #6c757d; }

.swatch-gray-dark {
  color: #fff;
  background-color: #343a40; }

.swatch-100 {
  color: #212529;
  background-color: #f8f9fa; }

.swatch-200 {
  color: #212529;
  background-color: #e9ecef; }

.swatch-300 {
  color: #212529;
  background-color: #dee2e6; }

.swatch-400 {
  color: #212529;
  background-color: #ced4da; }

.swatch-500 {
  color: #212529;
  background-color: #adb5bd; }

.swatch-600 {
  color: #fff;
  background-color: #6c757d; }

.swatch-700 {
  color: #fff;
  background-color: #495057; }

.swatch-800 {
  color: #fff;
  background-color: #343a40; }

.swatch-900 {
  color: #fff;
  background-color: #212529; }

.bd-blue-100 {
  color: #212529;
  background-color: #a8cbfe; }

.bd-blue-200 {
  color: #212529;
  background-color: #81b4fe; }

.bd-blue-300 {
  color: #fff;
  background-color: #5a9cfe; }

.bd-blue-400 {
  color: #fff;
  background-color: #3485fd; }

.bd-blue-500 {
  color: #fff;
  background-color: #0d6efd; }

.bd-blue-600 {
  color: #fff;
  background-color: #0b5cd5; }

.bd-blue-700 {
  color: #fff;
  background-color: #094bac; }

.bd-blue-800 {
  color: #fff;
  background-color: #073984; }

.bd-blue-900 {
  color: #fff;
  background-color: #05285b; }

.bd-indigo-100 {
  color: #212529;
  background-color: #c8a9fa; }

.bd-indigo-200 {
  color: #212529;
  background-color: #af83f8; }

.bd-indigo-300 {
  color: #fff;
  background-color: #975cf6; }

.bd-indigo-400 {
  color: #fff;
  background-color: #7e36f4; }

.bd-indigo-500 {
  color: #fff;
  background-color: #6610f2; }

.bd-indigo-600 {
  color: #fff;
  background-color: #560dcb; }

.bd-indigo-700 {
  color: #fff;
  background-color: #450ba5; }

.bd-indigo-800 {
  color: #fff;
  background-color: #35087e; }

.bd-indigo-900 {
  color: #fff;
  background-color: #250657; }

.bd-purple-100 {
  color: #212529;
  background-color: #cbbbe9; }

.bd-purple-200 {
  color: #212529;
  background-color: #b49ddf; }

.bd-purple-300 {
  color: #fff;
  background-color: #9d7ed5; }

.bd-purple-400 {
  color: #fff;
  background-color: #8660cb; }

.bd-purple-500 {
  color: #fff;
  background-color: #6f42c1; }

.bd-purple-600 {
  color: #fff;
  background-color: #5d37a2; }

.bd-purple-700 {
  color: #fff;
  background-color: #4b2d83; }

.bd-purple-800 {
  color: #fff;
  background-color: #3a2264; }

.bd-purple-900 {
  color: #fff;
  background-color: #281845; }

.bd-pink-100 {
  color: #212529;
  background-color: #f0b6d3; }

.bd-pink-200 {
  color: #212529;
  background-color: #ea95bf; }

.bd-pink-300 {
  color: #212529;
  background-color: #e374ab; }

.bd-pink-400 {
  color: #fff;
  background-color: #dd5498; }

.bd-pink-500 {
  color: #fff;
  background-color: #d63384; }

.bd-pink-600 {
  color: #fff;
  background-color: #b42b6f; }

.bd-pink-700 {
  color: #fff;
  background-color: #92235a; }

.bd-pink-800 {
  color: #fff;
  background-color: #6f1b45; }

.bd-pink-900 {
  color: #fff;
  background-color: #4d1230; }

.bd-red-100 {
  color: #212529;
  background-color: #f2b6bc; }

.bd-red-200 {
  color: #212529;
  background-color: #ed969e; }

.bd-red-300 {
  color: #212529;
  background-color: #e77681; }

.bd-red-400 {
  color: #fff;
  background-color: #e25563; }

.bd-red-500 {
  color: #fff;
  background-color: #dc3545; }

.bd-red-600 {
  color: #fff;
  background-color: #b92d3a; }

.bd-red-700 {
  color: #fff;
  background-color: #96242f; }

.bd-red-800 {
  color: #fff;
  background-color: #721c24; }

.bd-red-900 {
  color: #fff;
  background-color: #4f1319; }

.bd-orange-100 {
  color: #212529;
  background-color: #fed1aa; }

.bd-orange-200 {
  color: #212529;
  background-color: #febc85; }

.bd-orange-300 {
  color: #212529;
  background-color: #fea75f; }

.bd-orange-400 {
  color: #212529;
  background-color: #fd933a; }

.bd-orange-500 {
  color: #212529;
  background-color: #fd7e14; }

.bd-orange-600 {
  color: #fff;
  background-color: #d56a11; }

.bd-orange-700 {
  color: #fff;
  background-color: #ac560e; }

.bd-orange-800 {
  color: #fff;
  background-color: #84420a; }

.bd-orange-900 {
  color: #fff;
  background-color: #5b2d07; }

.bd-yellow-100 {
  color: #212529;
  background-color: #ffe9a6; }

.bd-yellow-200 {
  color: #212529;
  background-color: #ffdf7e; }

.bd-yellow-300 {
  color: #212529;
  background-color: #ffd556; }

.bd-yellow-400 {
  color: #212529;
  background-color: #ffcb2f; }

.bd-yellow-500 {
  color: #212529;
  background-color: #ffc107; }

.bd-yellow-600 {
  color: #212529;
  background-color: #d6a206; }

.bd-yellow-700 {
  color: #fff;
  background-color: #ad8305; }

.bd-yellow-800 {
  color: #fff;
  background-color: #856404; }

.bd-yellow-900 {
  color: #fff;
  background-color: #5c4503; }

.bd-green-100 {
  color: #212529;
  background-color: #b2dfbc; }

.bd-green-200 {
  color: #212529;
  background-color: #8fd19e; }

.bd-green-300 {
  color: #212529;
  background-color: #6dc381; }

.bd-green-400 {
  color: #fff;
  background-color: #4ab563; }

.bd-green-500 {
  color: #fff;
  background-color: #28a745; }

.bd-green-600 {
  color: #fff;
  background-color: #228c3a; }

.bd-green-700 {
  color: #fff;
  background-color: #1b722f; }

.bd-green-800 {
  color: #fff;
  background-color: #155724; }

.bd-green-900 {
  color: #fff;
  background-color: #0e3c19; }

.bd-teal-100 {
  color: #212529;
  background-color: #afecda; }

.bd-teal-200 {
  color: #212529;
  background-color: #8be3c9; }

.bd-teal-300 {
  color: #212529;
  background-color: #67dab8; }

.bd-teal-400 {
  color: #212529;
  background-color: #44d2a8; }

.bd-teal-500 {
  color: #fff;
  background-color: #20c997; }

.bd-teal-600 {
  color: #fff;
  background-color: #1ba97f; }

.bd-teal-700 {
  color: #fff;
  background-color: #168967; }

.bd-teal-800 {
  color: #fff;
  background-color: #11694f; }

.bd-teal-900 {
  color: #fff;
  background-color: #0c4836; }

.bd-cyan-100 {
  color: #212529;
  background-color: #abdee5; }

.bd-cyan-200 {
  color: #212529;
  background-color: #86cfda; }

.bd-cyan-300 {
  color: #212529;
  background-color: #61c0cf; }

.bd-cyan-400 {
  color: #fff;
  background-color: #3cb1c3; }

.bd-cyan-500 {
  color: #fff;
  background-color: #17a2b8; }

.bd-cyan-600 {
  color: #fff;
  background-color: #13889b; }

.bd-cyan-700 {
  color: #fff;
  background-color: #106e7d; }

.bd-cyan-800 {
  color: #fff;
  background-color: #0c5460; }

.bd-cyan-900 {
  color: #fff;
  background-color: #083a42; }


/* blink effect */
		
.blink {
    -webkit-animation: blink 2s infinite both;
            animation: blink 2s infinite both;
}

@-webkit-keyframes blink {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes blink {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
		
/* blink effect fim */

@media all and (max-width:480px) {
	.xs-100 { width: 100%; display:block; margin-bottom: 2px }
} 


/* loading dots */

span[class*="load-"] {
	height: 4px; width: 4px;
	background: #000;
	display: inline-block;
	margin: 12px 2px;
	
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	
	-webkit-animation: loader 4s infinite;
	-webkit-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
	-webkit-animation-fill-mode: both;
	-moz-animation: loader 4s infinite;
	-moz-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
	-moz-animation-fill-mode: both;
	-ms-animation: loader 4s infinite;
	-ms-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
	-ms-animation-fill-mode: both;
	animation: loader 4s infinite;
	animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
	animation-fill-mode: both;
}

span.load-1 {-webkit-animation-delay: 1s;animation-delay: 1s;-ms-animation-delay: 1s;-moz-animation-delay: 1s;}
span.load-2 {-webkit-animation-delay: 0.8s;animation-delay: 0.8s;-ms-animation-delay: 0.8s;-moz-animation-delay: 0.8s;}
span.load-3 {-webkit-animation-delay: 0.6s;animation-delay: 0.6s;-ms-animation-delay: 0.6s;-moz-animation-delay: 0.6s;}
span.load-4 {-webkit-animation-delay: 0.4s;animation-delay: 0.4s;-ms-animation-delay: 0.4s;-moz-animation-delay: 0.4s;}
span.load-5 {-webkit-animation-delay: 0.2s;animation-delay: 0.2s;-ms-animation-delay: 0.2s;-moz-animation-delay: 0.2s;}
span.load-6 {-webkit-animation-delay: 0;animation-delay: 0;-ms-animation-delay: 0;-moz-animation-delay: 0;}

@-webkit-keyframes loader {
	0% {-webkit-transform: translateX(-30px); opacity: 0;}
	25% {opacity: 1;}
	50% {-webkit-transform: translateX(30px); opacity: 0;}
	100% {opacity: 0;}
}

@-moz-keyframes loader {
	0% {-moz-transform: translateX(-30px); opacity: 0;}
	25% {opacity: 1;}
	50% {-moz-transform: translateX(30px); opacity: 0;}
	100% {opacity: 0;}
}

@-keyframes loader {
	0% {-transform: translateX(-30px); opacity: 0;}
	25% {opacity: 1;}
	50% {-transform: translateX(30px); opacity: 0;}
	100% {opacity: 0;}
}

@-ms-keyframes loader {
	0% {-ms-transform: translateX(-30px); opacity: 0;}
	25% {opacity: 1;}
	50% {-ms-transform: translateX(30px); opacity: 0;}
	100% {opacity: 0;}
}
/* loading dots fim */
		

		
