.imgSeleciona{
    content:url(../img/base_seleciona.gif);
}

.imgAguarde{
    content:url(../img/carregando2.gif);
}

.historico {
    cursor:pointer;
    content:url(../img/relogio_na_sala.png);
}

.remover {
    cursor:pointer;
    /* content:url(../img/remove.png); */
}

.editar {
    cursor:pointer;
    /* content:url(../img/edit.png); */
}

a[data-modal-id] {
    cursor:pointer;
    width: 23px;
    height: 23px;
    border: none;
}

.displaySelecao {
    margin-right: 8px;
}

.itemEscolhido {
    cursor:pointer;
}

.modal-box {
    display: none;
    position: absolute;
    z-index: 9999999999999;
    width: 90%;
    background: white;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    padding-bottom: 74px;
}

.modal-box header,
.modal-box .modal-header {
    padding: 1.25em 1.5em;
    border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }

.modal-box .modal-body { 
    padding: 2em 1.5em; 
    padding-top: 0px;
}

.modal-body-message {
    padding: 50px;
}

.modal-box footer,
.modal-box .modal-footer {
    padding: 1em;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
}

.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) !important;
}

a.close {
    line-height: 1;
    font-size: 1.5em;
    position: absolute;
    top: 5px;
    right: 2%;
    text-decoration: none;
    color: #bbb;
    float: right;
}

a.close:hover {
    color: #222;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
}

fieldset {
    border: 1px solid #82C31B;
    font:12px sans-serif;
}
label {
    float: left;
    padding-right: 0.2em;
    text-align: right;
    font-weight: bold;
}

.filters li {
    margin-top: 6px;
    list-style-type: none;
}

fieldset > button {
    border: 1px solid!important;
    background-color: #82C31B!important;
    padding: 5px!important;
    color: #fff!important;
    font-weight: bold;
}

.searchResults {
    overflow: scroll;
    height: 290px;
    width: 100%;
}

.searchResultsSelecionado {
    overflow: scroll;
    height: 320px;
}


.searchPaginate {
    margin-top: 10px;
    font-weight: bold;
    font-size: 12px;
    color: #666666;
    vertical-align: middle;
}

.searchPaginateRodape {
    margin-top: 10px!important;
    font-weight: bold;
    font-size: 12px;
    color: #666666;
    vertical-align: middle;
    padding: 8px!important;
}

.pagination {
    display: inline-block;
}

.pagination span {
    cursor:pointer;
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.pagination span.active {
    background-color: #82C31B;
    color: white;
    border: 1px solid #4CAF50;
}

.pagination span:hover:not(.noHover) {background-color: #f4cb9c;}

.pagination span.inactive {
    background-color: #ddd;
}

.central {
    border: none!important;
    cursor: initial;
}

.btnSelecionarRegistro {

}

html .ui-autocomplete {
    height: 200px;
    z-index: 999999999999;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #ccc;
    color: #006080;
}

.tooltip .tooltiptext {
    visibility: hidden;
    position: absolute;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip-right {
    top: -5px;
    left: 125%;  
}

.tooltip-right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent;
}

.tooltip-bottom {
    top: 135%;
    left: 50%;  
    margin-left: -60px;
}

.tooltip-bottom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}

.tooltip-top {
    bottom: 125%;
    left: 50%;  
    margin-left: -60px;
}

.tooltip-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip-left {
    top: -5px;
    bottom:auto;
    right: 128%;  
}
.tooltip-left::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #555;
}

.block input {
    margin-top: 5px;
    margin-bottom: 5px;
    display:inline-block; 
    *display: inline;     /* for IE7*/
    zoom:1;              /* for IE7*/
    vertical-align:middle;
    margin-left:20px
}

.block label {
    display:inline-block;
    *display: inline;     /* for IE7*/
    zoom:1;              /* for IE7*/
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 140px;
}

.tooltip-info {
    position: relative;
    display: inline-block;
}

.tooltip-info .tooltiptext-info {
    visibility: hidden;
    width: 280px;
    background-color: darkorange;
    color: #000000;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    border: 1px solid #F7921E;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 105%;
    white-space: initial;
}

.tooltip-info:hover .tooltiptext-info {
    visibility: visible;
}

.modal-header {
    color: white!important;
}

.text_disabled{
    background-color:transparent;
    border: none;
}

.radio > label > input {
    visibility: hidden;
}

.radio > label {
    display: block;
    margin: 0 0 0 -10px;
    height: 20px;
    max-width: none;
}

.radio > label > img {
    display: inline-block;
    padding: 0px;
    margin-right: 10px;
    padding-right: 5px;
    height:15px;
    width:15px;
    background: none;
    border: 1px solid black;
}

.radio > label > input:checked +img {  
    background: url(../img/onebit_34.png);
    background-repeat: no-repeat;
    background-position:center center;
    background-size:15px 15px;
}

li > label {
    width: 270px;
    margin-right: 12px;
}




.squaredFour input[type=checkbox] {
    visibility: hidden;
}

/* SQUARED FOUR */
.squaredFour {
    width: 20px;	
    margin: 3px auto;
    position: relative;
}

.squaredFour label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    border-radius: 4px;

    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    background: #fcfff4;

    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.squaredFour label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 3px solid #00C900;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.squaredFour label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.5;
}

.squaredFour input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

#fw_table_lista tr td {
    height: 10px!important;
    padding-left: 10px!important;
}

.sugestaoDispensacao {
    text-align: center; 
    color:#FF0000!important; 
    border-bottom: 1px solid #82C31B;
}

.sugestaoDispensacao span {
    font-weight:bold; 
    margin-left: 10px;
}

select[readonly] {
    background: #eee; /*Simular campo inativo - Sugestão @GabrielRodrigues*/
    pointer-events: none;
    touch-action: none;
}

.progresso {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: white;
    border: 1px solid black;
    height: 90px;
    width: 120px;
}

@-webkit-keyframes spinning {
    from {transform: rotate(0deg);}
    to   {transform: rotate(180deg);}
}
@keyframes spinning {
    from {transform: rotate(0deg);}
    to   {transform: rotate(180deg);}
}
.square {
    display: none;
    width: 50px;
    height: 50px;
    border-width: 5px;
    border-style: solid;
    border-color: #999 #ccc;
    border-radius: 50px;
    -webkit-animation: spinning 0.75s infinite linear;
    animation: spinning 0.75s infinite linear;
}

.ui-datepicker-calendar-month-day {
    display: none;
}

#progressBar {
    background-color: #3E6FAD;
    width: 0px;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: .25s ease-out;
    -webkit-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    transition: .25s ease-out;
}

.type-uploader {
    width: 260px;
}

.input-uploader {
    float: left;
}

.img-uploader {
    cursor: pointer;
    position: relative;
    top: -3px;
    width: 20px;
}

input[type='file'] {
  display: none
}

/* Aparência que terá o seletor de arquivo */
/*
label {
  background-color: #3498db;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  margin: 10px;
  padding: 6px 20px
}
*/
.div-input-file {
    display:none;
}

input.pad_readonly, select.pad_readonly, textarea.pad_readonly
{
	border: 0 solid;
	border-width: 0px;
	background-color: transparent;
	color: #000000;
}