/*Identidade Visual do SIGA.doc para todos locais */
#siga-top-menu {
	z-index: 1040;
}
a {
	color: #007bff;
}
.btn-group-xs > .btn, .btn-xs {
	padding: .25rem .4rem;
	font-size: .875rem;
	line-height: .5;
	border-radius: .2rem;
}

.text-size-5 {
	font-size: 16px;
	font-weight: 400; 
}
.text-size-6 {
	font-size: 14px;
	font-weight: 400;
}
.text-size-7 {
	font-size: 12px;
	font-weight: 400;
}
.text-size-8 {
	font-size: 10px;
	font-weight: 400;
}
.border-light, .bootstrap-select .btn-outline-secondary {
	border-color: #bbb !important;
}
.btn-light {
	/*border-color: #dee2e6 !important;*/
	/*background-color: #eee !important;*/
}
/* Elementos para collapse de cards */  

.collapse-header .collapse-toggle:after, .card-header .card-toggle:after {
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    color: grey;
    content: "\f0d7";
}
.collapse-header .collapse-toggle.collapsed:after, .card-header .card-toggle.collapsed:after {
    content: "\f0da"; 
}
.card-header a {
    text-decoration: none;
}
/* Botao circular */
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
#radioBtn .notActive{
    color: #3276b1;
    background-color: #fff;
}

/* Sidebar */

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    transition: all 0.3s;    
}

#sidebar.active {
    margin-left: -800px;
}
.opacity-80 {
	opacity: 0.8;
}

.xxborderBox { 
	width: 100%;
	box-sizing: border-box; 
}
.table-group-separator {

}
html body {
	background-color: white;
}

.body_color_default {
	background-color: #dae9ec !important;
}


table.table {
	background-color: white;
}

.table {
	width: 94%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
	margin-left: 1rem;
	/* margin-bottom: 12px; */
}

p.gt-table-action-list a.link-tag {
	margin-top: 0.4em;
}

.link-tag-hidden {
}

div.tooltip hr {
	margin: 0.5em 0 0.5em 0;
	border-top: 1px solid white;
}

.tooltip-inner {
    max-width: 350px;
    /* If max-width does not work, try using width instead */
    width: 350px; 
}

.disabled {
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
    pointer-events: none;
    cursor: default;
}
.grey-light {
	background-color: #adb5bd  !important;
}
.badge.tagmesa {
	background-color: transparent;
	border: solid 1px;
	border-color: #bbb!important;
	color: #666  !important;	
}
.anotacao.tooltip-inner {
  background-color: #ffc107 ;
  color: #fff;
}

a.doc-sign {
	color: inherit;
	text-decoration: none;
}

a.doc-sign:hover {
	color: inherit;
	text-decoration: none;
}

.spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: .15em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spin-rotate 1.1s infinite linear;
    animation: spin-rotate 1.1s infinite linear;
}
@-webkit-keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	animation: spinner-grow .75s linear infinite;
}

.spinner-dots {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #dee2e6;
  color: #dee2e6;
  animation: dotFlashing 1s infinite linear alternate;
  animation-delay: .5s;
}

.spinner-dots::before, .spinner-dots::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}

.spinner-dots::before {
  left: -15px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #dee2e6;
  color: #dee2e6;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 0s;
}

.spinner-dots::after {
  left: 15px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #dee2e6;
  color: #dee2e6;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes dotFlashing {0% {background-color: #dee2e6;} 50%, 100% {background-color: #c0c0c0;}}

.mesa-config {
    position: fixed;
    right: -320px;
    width: 350px;
    top: 150px;
    z-index: 1100;
    font-size: 0.8em;
}
.btn-mesa-config {
	width: 30px;
	border-radius: 15px 0 0 15px !important;
}
.btn-mesa-config.btn:focus, .btn-mesa-config.btn:active:focus,.btn-mesa-config .btn.active:focus,
.btn-mesa-config .btn.focus,.btn-mesa-config .btn:active.focus,.btn-mesa-config .btn.active.focus {
    outline: none;
    box-shadow: none;
}
.mesa-config .form-config {
    position: absolute;
    right: 0;
    top: 0;	
	width: 320px;
	background-color: #f1f2f2 ;
	color: #333;
}
.show-config {
    transition: 0.3s;
    right: 0;
}
.hide-config {
    transition: 0.3s;
    right: -320px;
}
.badge-mesa {
	font-size: 0.8em;
    padding: 0px 5px;
}
.hover-mesa {
	opacity: 0.8;
	transition: 0.3s;
}
.hover-mesa:hover {
	opacity: 1;
}	
.scroll-arrows {
	position: fixed;
	bottom: 5px;
	right: 5px;
	z-index: 99;
	cursor: pointer;
	opacity: 0.8;	
}
.bd-carregando-modal-lg .modal-dialog{
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 24px);
}
  
.bd-carregando-modal-lg .modal-dialog .modal-content{
    background-color: transparent;
    border: none;
}

.btn-outline-success:disabled {
	cursor: not-allowed;
}

.link-btn {
	margin-bottom: 0.3em;
}
/* box de dashboard com titulo e bordas */
.d-box {
	clear: both;
	margin-bottom: 15px;
	margin-top: 5px;
	padding: 0;
	border: 1px solid #d2d3d4;
}

.d-box-title {
	font-size: 1em;
	background-color: #f0f1f2;
	/*   color: inherit; */
	margin-bottom: 0;
	padding: 10px;
	min-height: 50px;
	position: relative;
	clear: both;
	border-bottom: 1px solid #d2d3d4;
	/*   -webkit-border-radius: 3px 3px 0 0; */
	/*   -moz-border-radius: 3px 3px 0 0; */
	/*   border-radius: 2px 2px 0 0; */
}
.d-box-content {
	font-size: 0.8em;
	background-color: #ffffff;
	padding: 5px;
}
.d-box-content .row {
	margin: 0;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #f0f0f0;
}
.d-box-col {
	padding: 0 5px 0 5px !important;
}
.d-box-footer {
	color: inherit;
	font-size: 90%;
	background: #ffffff;
	padding: 10px;
	border-top: 1px solid #d2d3d4;
}

.custom-file-input.is-invalid:focus~.custom-file-label, .was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25);
}

.custom-file-label::after {
	content: 'Escolher arquivo' !important;
}


/*
######################
# SELECT 2
######################
*/
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
   	color: #555555!important;
}

.select2-container--bootstrap .select2-selection--single {
   	height: 2.3rem !important;
}

/*
######################
# SIGA MODAL
######################
*/

.siga-modal__titulo {
 	font-size: 1em;     
 	margin-top: 8px;   						 	  	  				
 }
 
.siga-modal__titulo--direita { 	
  	text-align: right; 						
 }
 
 .siga-modal__titulo--conteudo {
 	margin-top: 0;   	
 	margin-bottom: 20px;	
 }
 
 .siga-modal__logo {
 	width: 60px;
    height: 40px;
    object-fit: contain;
 }				
 	
 .siga-modal__btn-close { 	
   	position: absolute;
   	top: 4px;
   	right: 10px;
   	font-size: 1.4em;
 }
 
 .siga-modal__btn-close:focus {
 	outline: none; 	
 }			
 
 .loader {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid #3498db;
  width: 1em;
  height: 1em;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

article p em {
	font-weight: bold;
	font-style: normal;
}

/* RADIO BUTTONS COM CORES OU IMAGENS */
.radio-image {
	position: relative;
	margin: 5px;
	padding: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.radio-image input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkmark {
	position: absolute;
	height: 35px;
	width: 35px;
	float: right;
	border-radius: 50%;
}

.radio-image:hover input ~ .checkmark {
	opacity: 0.5;
}

.radio-image input:checked ~ .checkmark:after {
	display: block;
}

.radio-image .checkmark:after {
	top: -6px;
	left: 12px;
	width: 8px;
	height: 8px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;  
	content: "\f00c"; 
	position: absolute;
	display: none;
	color: #DDD;
}

.div-width-min0 { 
    min-width: 0px !important;
}

#passwordStrength {
	height: 5px;
	display: block;
	float: left;
}

.strength0 {
	width: 100%;
	background: #cccccc;
}

.strength1 {
	width: 20%;
	background: #ff0000;
}

.strength2 {
	width: 40%;
	background: #ff5f5f;
}

.strength3 {
	width: 60%;
	background: #56e500;
}

.strength4 {
	background: #4dcd00;
	width: 80%;
}

.strength5 {
	background: #399800;
	width: 100%;
}

.btn-gov-br {
	border-color: #1351b4; 
	background-color: #1351b4;
}
.card{
	border-radius: 10px !important;
}
.card-header {
	border-bottom: none !important;
}

.card-body {
	background-color: white !important;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.fa-2x {
	font-size: 1.5em !important;
}


.table .thead-light th {
    background-color: white;
	border-color: #c2c2c2;
}

#search {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);

	opacity: 0;
}

#search.open {
	z-index: 9999;
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
}

#search input[type="search"] {
	position: absolute;
	top: 50%;
	width: 100%;
	color: rgb(255, 255, 255);
	background: rgba(0, 0, 0, 0);
	font-size: 60px;
	font-weight: 300;
	text-align: center;
	border: 0px;
	margin: 0px auto;
	margin-top: -51px;
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
}
#search .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 61px;
	margin-left: -45px;
}
#search .close {
	position: fixed;
	top: 15px;
	right: 15px;
	color: #ec3d0c;
	opacity: 1;
	padding: 10px 17px;
	font-size: 35px;
}

.input-group-addon.primary {
	color: rgb(255, 255, 255);
	background-color: rgb(50, 118, 177);
	border-color: rgb(40, 94, 142);
}
.input-group-addon.success {
	color: rgb(255, 255, 255);
	background-color: rgb(92, 184, 92);
	border-color: rgb(76, 174, 76);
}
.input-group-addon.info {
	color: rgb(255, 255, 255);
	background-color: rgb(57, 179, 215);
	border-color: rgb(38, 154, 188);
}
.input-group-addon.warning {
	color: rgb(255, 255, 255);
	background-color: rgb(240, 173, 78);
	border-color: rgb(238, 162, 54);
}
.input-group-addon.danger {
	color: rgb(255, 255, 255);
	background-color: rgb(217, 83, 79);
	border-color: rgb(212, 63, 58);
}


.alert-quadro-mensagem-azul {
	color: #00a3b6;
	background-color: rgb(227, 248, 248);
	/* border-color: #0042a3; */
	border: #00a3b6 solid 2px;
}


.alert-quadro-mensagem-vermelho {
	color: rgba(248, 5, 41, 0.96);
	background-color: rgba(248, 232, 234, 0.96);
	/* border-color: #0042a3; */
	border: rgba(248, 5, 41, 0.96) solid 2px;
}


.alert-quadro-mensagem-amarelo {
	color: #c19907;
	background-color: rgb(255, 254, 248);
	/* border-color: #0042a3; */
	border: #ffda52 solid 2px;
}

.alert-quadro-mensagem-verde {
	color: #469736;
	background-color: rgb(239 255 247);
	/* border-color: #0042a3; */
	border: #2bdc0a solid 2px;
}
