@charset "UTF-8";

.iconeformobrigatorio {
    font-size: 12px;
    padding-right: 3px;
    color: #a61e1e;
}

.help-button:hover {
	background-color: #FFF;
    color: #009bdb;
    text-shadow: none;
    border-color: #009bdb;
}
.popover {
    border-radius:0;
    padding:0;
    border-color:#ccc;
    border-width:1px;
    -webkit-box-shadow:0 0 4px 2px rgba(0,
    0,
    0,
    0.2);
    box-shadow:0 0 4px 2px rgba(0,
    0,
    0,
    0.2);
    color:#4d6883
}
.popover-title {
    border-radius:0;
    background-color:#eff3f8;
    color:#555;
    border-bottom:1px solid #dfe3e8;
    text-shadow:1px 1px 1px rgba(220,
    220,
    220,
    0.2)
}
.popover-content{
	width:250px;
	word-wrap: break-word;
}
.popover.bottom .arrow:after {
    top:1px;
    margin-left:-10px;
    border-bottom-color:#eff3f8;
    border-top-width:0
}

.help-button {
    display: inline-block;
    height: 22px;
    width: 22px;
    line-height: 20px;
    text-align: center;
    padding: 0;
    background-color: #009bdb;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    cursor: default;
    margin-left: 4px;
    border-radius: 100%;
    border-color: #FFF;
    border: 2px solid #FFF;
    -webkit-box-shadow: 0 1px 0 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 0 1px rgba(0,0,0,0.2);
}
input[type="email"]{
	text-transform: lowercase;
}
input[type="email"]::placeholder{
	text-transform: none;
}
input[type="email"]::-webkit-input-placeholder{
	text-transform: none;
}

input[type="email"]::-moz-placeholder {
	text-transform: none;
}
input[type="email"]:-ms-input-placeholder{
	text-transform: none;
}
input[type="email"]:-moz-placeholder{
	text-transform: none;
}

.controlsystcheckbox {
    display: block;
    position: relative;
    padding-left: 15px;
}
.controlsystcheckbox input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.controlsystcheckbox_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 0px solid #000000;
	cursor: pointer;
}
.controlsystcheckbox-radio .controlsystcheckbox_indicator {
    border-radius: undefined%;
}

.controlsystcheckbox:hover input ~ .controlsystcheckbox_indicator,
.controlsystcheckbox input:focus ~ .controlsystcheckbox_indicator {
    background: #cccccc;
}

.controlsystcheckbox input:checked ~ .controlsystcheckbox_indicator {
    background: #009bdb;
}
.controlsystcheckbox:hover input:not([disabled]):checked ~ .controlsystcheckbox_indicator,
.controlsystcheckbox input:checked:focus ~ .controlsystcheckbox_indicator {
    background: #0e6647d;
}
.controlsystcheckbox input:disabled ~ .controlsystcheckbox_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.controlsystcheckbox_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.controlsystcheckbox input:checked ~ .controlsystcheckbox_indicator:after {
    display: block;
}
.controlsystcheckbox-checkbox .controlsystcheckbox_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.controlsystcheckbox-checkbox input:disabled ~ .controlsystcheckbox_indicator:after {
    border-color: #7b7b7b;
}
.controlsystradio-group{
	width: max-content;
}
.controlsystradio {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px;
}
.controlsystradio input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.controlsystradio_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 0px solid #000000;
}
.controlsystradio-radio .controlsystradio_indicator {
    border-radius: 50%;
}

.controlsystradio:hover input ~ .controlsystradio_indicator,
.controlsystradio input:focus ~ .controlsystradio_indicator {
    background: #cccccc;
}

.controlsystradio input:checked ~ .controlsystradio_indicator {
    background: #009bdb;
}
.controlsystradio:hover input:not([disabled]):checked ~ .controlsystradio_indicator,
.controlsystradio input:checked:focus ~ .controlsystradio_indicator {
    background: #0e6647d;
}
.controlsystradio input:disabled ~ .controlsystradio_indicator {
    background: #e6e6e6;
    opacity: 0.6;
	cursor: not-allowed;
}
.controlsystradio_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.controlsystradio input:checked ~ .controlsystradio_indicator:after {
    display: block;
}
.controlsystradio-radio .controlsystradio_indicator:after {
    left: 5px;
    top: 5px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #ffffff;
}
.controlsystradio-radio input:disabled ~ .controlsystradio_indicator:after {
    background: #7b7b7b;
}
.onoffswitch {
    position: relative; width: 76px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
	border: 3px solid #009bdb; border-radius: 17px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
	-webkit-transition: margin 0.3s ease-in 0s;
	-moz-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 23px; padding: 0; line-height: 23px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Sim";
    padding-left: 10px;
    background-color: #009bdb; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "Não";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 17px; height: 17px; margin: 3px;
    background: #FFFFFF;
    position: absolute; top: 2px; bottom: 0;
    right: 49px;
    border: 2px solid #999999; border-radius: 17px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
.onoffswitch-checkbox:disabled + .onoffswitch-label {
	cursor: not-allowed;
}
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner:before,.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner:after{
	background-color: #DDD!important;
}
.modal-padrao.modalgrandevertical.show .modal-dialog{
	transform: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
}
.login-modal .modal-header{
	background: #009bdb;
}
.login-modal .modal-title, .login-modal .modal-header .close{
	color: #FFF;
}
.modal-padrao.modal-success .modal-header{
	background-color: #1e7e34;
}
.modal-padrao.modal-success .modal-header .modal-title{
	color: #FFFFFF;
}
.modal-padrao.modal-success .modal-header button{
	color: #FFFFFF;
}
.modal-padrao.modal-error .modal-header{
	background-color: #dc3545;
}
.modal-padrao.modal-error .modal-header .modal-title{
	color: #FFFFFF;
}
.modal-padrao.modal-error .modal-header button{
	color: #FFFFFF;
}
.modal-padrao .modal-footer{
	padding-top: 1rem;
}
.modal-header:before{
	content:none;
}
.modal-header {
    border-bottom: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
}
.modal-header .close {
    margin-top: -2px;
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.bootbox-90pc .modal-dialog{
	min-width:90%!important;
}
.help-block{
	float: none!important;
	display: flex;
}
.novorodapesistema{
	height: 55px;
    width: 100px;
    margin: auto;
    margin-bottom: 5px;
}
.novorodapesistema .scrollNormal {
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    top: 0;
    left: 50%;
	margin-left: -25px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.novorodapesistema:hover .scrollNormal {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-30px) rotate(360deg);
    -moz-transform: translateX(-30px) rotate(360deg);
    -ms-transform: translateX(-30px) rotate(360deg);
    -o-transform: translateX(-30px) rotate(360deg);
    transform: translateX(-30px) rotate(360deg);
}
.novorodapesistema .scrollDown {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 50%;
	margin-left: -30px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.novorodapesistema:hover .scrollDown {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(-30px) rotate(-360deg);
    -moz-transform: translateX(-30px) rotate(-360deg);
    -ms-transform: translateX(-30px) rotate(-360deg);
    -o-transform: translateX(-30px) rotate(-360deg);
    transform: translateX(-30px) rotate(-360deg);
}
.novorodapesistema .scrollnome{
	-webkit-transform: translateX(-30px);
	-moz-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	-o-transform: translateX(-30px);
	transform: translateX(-30px);
	opacity: 0;
	filter: alpha(opacity=0);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-decoration: none;
    font-size: 18px;
    color: #000000!important;
	position: absolute;
    left: 50%;
    top: 14px;
}
.novorodapesistema:hover .scrollnome{
    opacity: 1;
    filter: alpha(opacity=100);
	-webkit-transform: translateX(-5px);
	-moz-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	-o-transform: translateX(-5px);
	transform: translateX(-5px);
}
.novorodapesistema .scrollnome a:hover{
	text-decoration: none;
	color: #000000!important;
}
.novorodapesistema .scrollnome a{
	color: #000000!important;
}
.navbar-brand{
	height: inherit;
	padding: 11px 15px 7px 15px;
}
.table>tbody>tr>td{
	vertical-align: middle;
}
.dropzonesyst_441x441{
	width: 441px;
	height: 441px;
}
.dropzonesyst_441x441_meio{
	width: 220.5px;
	height: 220.5px;
}
.dropzonesyst_840x441{
	width: 420px;
	height: 220.5px;
}
.dropzonesyst_840x441_meio{
	width: 210px;
	height: 110.25px;
}
.dropzonesyst_840x527_meio{
	width: 210px;
	height: 131.75px;
}
.dropzonesyst_580x204_meio{
	width: 290px;
	height: 102px;
}
.dropzonesyst_600x800{
	width: 150px;
	height: 200px;
}
.dropzonesyst_1600x600{
	width: 420px;
	height: 157.5px;
}
.dropzonesyst_1600x480{
	width: 420px;
	height: 126px;
}
.instrucoescorrecaopedido{
    border: 1px solid #ff4a14;
    padding: 20px;
    -webkit-box-shadow: 1px 1px 10px #ff4a14;
    box-shadow: 1px 1px 10px #ff4a14;
}
.label-revenda-status{
    padding: 3px 6px;
    font-size: 12px;
    margin-bottom: 0;
}
.widget-color-revenda-status-1>.widget-header, .widget-color-revenda-status-1>.widget-header i, .label-revenda-status-1 {
    color: #FFFFFF;
    background-color: #1E90FF;
    background: #1E90FF;
    border: 2px solid #1E90FF;
    border-color: #1E90FF;
}
.widget-color-revenda-status-1>.widget-header p{
    color: #FFFFFF;
}
.widget-color-revenda-status-1, .widget-color-revenda-status-1 .widget-body{
    border-color: #1E90FF;
}
li.item-revenda-status-1{
    border-left-color: #1E90FF;
}
.widget-color-revenda-status-22>.widget-header, .widget-color-revenda-status-22>.widget-header i, .label-revenda-status-22 {
    color: #FFFFFF;
    background-color: #EE9A00;
    background: #EE9A00;
    border: 2px solid #EE9A00;
    border-color: #EE9A00;
}
.widget-color-revenda-status-22>.widget-header p{
     color: #FFFFFF;
}
.widget-color-revenda-status-22, .widget-color-revenda-status-22 .widget-body{
    border-color: #EE9A00;
}
li.item-revenda-status-22{
    border-left-color: #EE9A00;
}
.widget-color-revenda-status-44>.widget-header, .widget-color-revenda-status-44>.widget-header i, .label-revenda-status-44 {
    color: #855D10;
    background-color: #FFC657;
    background: #FFC657;
    border: 2px solid #FFC657;
    border-color: #FFC657;
}
.widget-color-revenda-status-44>.widget-header p{
    color: #855D10;
}
.widget-color-revenda-status-44, .widget-color-revenda-status-44 .widget-body{
    border-color: #FFC657;
}
li.item-revenda-status-44{
    border-left-color: #FFC657;
}
.widget-color-revenda-status-31>.widget-header, .widget-color-revenda-status-31>.widget-header i, .label-revenda-status-31 {
    color: #FFFFFF;
    background-color: #337ab7;
    background: #337ab7;
    border: 2px solid #337ab7;
    border-color: #337ab7;
}
.widget-color-revenda-status-31>.widget-header p{
    color: #FFFFFF;
}
.widget-color-revenda-status-31, .widget-color-revenda-status-31 .widget-body{
    border-color: #337ab7;
}
li.item-revenda-status-31{
    border-left-color: #337ab7;
}
.widget-color-revenda-status-35>.widget-header, .widget-color-revenda-status-35>.widget-header i, .label-revenda-status-35 {
    color: #FFFFFF;
    background-color: #5bc0de;
    background: #5bc0de;
    border: 2px solid #5bc0de;
    border-color: #5bc0de;
}
.widget-color-revenda-status-35>.widget-header p{
    color: #FFFFFF;
}
.widget-color-revenda-status-35, .widget-color-revenda-status-35 .widget-body{
    border-color: #5bc0de;
}
li.item-revenda-status-35{
    border-left-color: #5bc0de;
}

.widget-color-revenda-status-55>.widget-header, .widget-color-revenda-status-55>.widget-header i, .label-revenda-status-55{
    color: #FFFFFF;
    background-color: #66CDAA;
    background: #66CDAA;
    border: 2px solid #66CDAA;
    border-color: #66CDAA;
}
.widget-color-revenda-status-55>.widget-header p{
     color: #FFFFFF;
}
.widget-color-revenda-status-55, .widget-color-revenda-status-55 {
    border-color: #66CDAA;
}
li.item-revenda-status-55{
    border-left-color: #66CDAA;
}
.widget-color-revenda-status-89>.widget-header, .widget-color-revenda-status-89>.widget-header i, .label-revenda-status-89 {
    color: #FFFFFF;
    background-color: #FF0000;
    background: #FF0000;
    border: 2px solid #FF0000;
    border-color: #FF0000;
}
.widget-color-revenda-status-89>.widget-header p{
    color: #FFFFFF;
}
.widget-color-revenda-status-89, .widget-color-revenda-status-89 .widget-body{
    border-color: #abbac3;
}
li.item-revenda-status-89{
    border-left-color: #abbac3;
}
.widget-color-revenda-status-98>.widget-header, .widget-color-revenda-status-98>.widget-header i, .label-revenda-status-98{
    color: #FFFFFF;
    background-color: #abbac3;
    background: #abbac3;
    border: 2px solid #abbac3;
    border-color: #abbac3;
}
.widget-color-revenda-status-98>.widget-header p{
    color: #FFFFFF;
}
.widget-color-revenda-status-98, .widget-color-revenda-status-98 .widget-body{
    border-color: #abbac3;
}
li.item-revenda-status-98{
    border-left-color: #abbac3;
}
.widget-color-revenda-status-99>.widget-header, .widget-color-revenda-status-99>.widget-header i, .label-revenda-status-99 {
    color: #FFFFFF;
    background-color: #2E8965;
    background: #2E8965;
    border: 2px solid #2E8965;
    border-color: #2E8965;
}
.widget-color-revenda-status-99>.widget-header p{
    color: #FFFFFF;
}
.widget-color-revenda-status-99, .widget-color-revenda-status-99 .widget-body{
    border-color: #2E8965;
}
li.item-revenda-status-99{
    border-left-color: #2E8965;
}
.label-pedido-status{
    padding: 3px 6px;
    font-size: 12px;
    margin-bottom: 0;
}
.widget-color-pedido-status-1>.widget-header, .widget-color-pedido-status-1>.widget-header i, .label-pedido-status-1 {
    color: #FFFFFF;
    background-color: #ff9933;
	background: #ff9933;
    border: 2px solid #ff9933;
	border-color: #ff9933;
}
.widget-color-pedido-status-1>.widget-header p{
	color: #FFFFFF;
}
.widget-color-pedido-status-1, .widget-color-pedido-status-1 .widget-body{
	border-color: #ff9933;
}
li.item-pedido-status-1{
	border-left-color: #ff9933;
}
.widget-color-pedido-status-22>.widget-header, .widget-color-pedido-status-22>.widget-header i, .label-pedido-status-22 {
    color: #FFFFFF;
    background-color: #E04141;
	background: #E04141;
    border: 2px solid #E04141;
	border-color: #E04141;
}
.widget-color-pedido-status-22>.widget-header p{
	 color: #FFFFFF;
}
.widget-color-pedido-status-22, .widget-color-pedido-status-22 .widget-body{
	border-color: #E04141;
}
li.item-pedido-status-22{
	border-left-color: #E04141;
}
.widget-color-pedido-status-25>.widget-header, .widget-color-pedido-status-25>.widget-header i, .label-pedido-status-25 {
    color: #855D10;
    background-color: #FFC657;
	background: #FFC657;
    border: 2px solid #FFC657;
	border-color: #FFC657;
}
.widget-color-pedido-status-25>.widget-header p{
	color: #855D10;
}
.widget-color-pedido-status-25, .widget-color-pedido-status-25 .widget-body{
	border-color: #FFC657;
}
li.item-pedido-status-25{
	border-left-color: #FFC657;
}
.widget-color-pedido-status-31>.widget-header, .widget-color-pedido-status-31>.widget-header i, .label-pedido-status-31 {
    color: #FFFFFF;
    background-color: #337ab7;
	background: #337ab7;
    border: 2px solid #337ab7;
	border-color: #337ab7;
}
.widget-color-pedido-status-31>.widget-header p{
	color: #FFFFFF;
}
.widget-color-pedido-status-31, .widget-color-pedido-status-31 .widget-body{
	border-color: #337ab7;
}
li.item-pedido-status-31{
	border-left-color: #337ab7;
}
.widget-color-pedido-status-35>.widget-header, .widget-color-pedido-status-35>.widget-header i, .label-pedido-status-35 {
    color: #FFFFFF;
    background-color: #5bc0de;
	background: #5bc0de;
    border: 2px solid #5bc0de;
	border-color: #5bc0de;
}
.widget-color-pedido-status-35>.widget-header p{
	color: #FFFFFF;
}
.widget-color-pedido-status-35, .widget-color-pedido-status-35 .widget-body{
	border-color: #5bc0de;
}
li.item-pedido-status-35{
	border-left-color: #5bc0de;
}
.widget-color-pedido-status-51>.widget-header, .widget-color-pedido-status-51>.widget-header i, .label-pedido-status-51 {
    color: #FFFFFF;
    background-color: #2E8965;
	background: #2E8965;
    border: 2px solid #2E8965;
	border-color: #2E8965;
}
.widget-color-pedido-status-51>.widget-header p{
	color: #FFFFFF;
}
.widget-color-pedido-status-51, .widget-color-pedido-status-51 .widget-body{
	border-color: #2E8965;
}
li.item-pedido-status-51{
	border-left-color: #2E8965;
}
.widget-color-pedido-status-55>.widget-header, .widget-color-pedido-status-55>.widget-header i, .label-pedido-status-55 {
    color: #000000;
    background-color: #6af377;
	background: #6af377;
    border: 2px solid #6af377;
	border-color: #6af377;
}
.widget-color-pedido-status-55>.widget-header p{
	 color: #000000;
}
.widget-color-pedido-status-55, .widget-color-pedido-status-55 .widget-body{
	border-color: #6af377;
}
li.item-pedido-status-55{
	border-left-color: #6af377;
}
.widget-color-pedido-status-98>.widget-header, .widget-color-pedido-status-98>.widget-header i, .label-pedido-status-98 {
    color: #FFFFFF;
    background-color: #abbac3;
	background: #abbac3;
    border: 2px solid #abbac3;
	border-color: #abbac3;
}
.widget-color-pedido-status-98>.widget-header p{
	color: #FFFFFF;
}
.widget-color-pedido-status-98, .widget-color-pedido-status-98 .widget-body{
	border-color: #abbac3;
}
li.item-pedido-status-98{
	border-left-color: #abbac3;
}
.widget-color-pedido-status-99>.widget-header, .widget-color-pedido-status-99>.widget-header i, .label-pedido-status-99 {
    color: #000000;
    background-color: #abbac3;
	background: #abbac3;
    border: 2px solid #abbac3;
	border-color: #abbac3;
}
.widget-color-pedido-status-99>.widget-header p{
	color: #000000;
}
.widget-color-pedido-status-99, .widget-color-pedido-status-99 .widget-body{
	border-color: #abbac3;
}
li.item-pedido-status-99{
	border-left-color: #abbac3;
}
.btn-acoes-tabela{
	padding: 4px 6px;
    font-weight: 400;
    font-size: 13px;
}
.btn-acoes-tabela.btn-info, .btn-acoes-tabela.btn-info:active, .btn-acoes-tabela.btn-info:focus{
    color: #4b89aa!important;
    border: 2px solid #4b89aa!important;
    background: transparent!important;
}
.btn-acoes-tabela.btn-info:hover{
	color: #FFFFFF!important;
    background: #4b89aa!important;
    border: 2px solid #4b89aa!important;
}
.btn-acoes-tabela.btn-danger, .btn-acoes-tabela.btn-danger:active, .btn-acoes-tabela.btn-danger:focus{
    color: #c94d32!important;
    border: 2px solid #c94d32!important;
    background: transparent!important;
}
.btn-acoes-tabela.btn-danger:hover{
	color: #FFFFFF!important;
    background: #c94d32!important;
    border: 2px solid #c94d32!important;
}
.btn-acoes-tabela.btn-success, .btn-acoes-tabela.btn-success:active, .btn-acoes-tabela.btn-success:focus{
	color: #629b58!important;
    border: 2px solid #629b58!important;
    background: transparent!important;
}
.btn-acoes-tabela.btn-success:hover{
	color: #FFFFFF!important;
    background: #629b58!important;
    border: 2px solid #629b58!important;
}
.btn-acoes-tabela.btn-warning, .btn-acoes-tabela.btn-warning:active, .btn-acoes-tabela.btn-warning:focus{
	color: #ed9421!important;
    border: 2px solid #ed9421!important;
    background: transparent!important;
}
.btn-acoes-tabela.btn-warning:hover{
	color: #FFFFFF!important;
	background: #ed9421!important;
    border: 2px solid #ed9421!important;
}
.btn-acoes-tabela.btn-purple, .btn-acoes-tabela.btn-purple:active, .btn-acoes-tabela.btn-purple:focus{
    color: #612F74!important;
    border: 2px solid #612F74!important;
    background: transparent!important;
}
.btn-acoes-tabela.btn-purple:hover{
	color: #FFFFFF!important;
    background: #612F74!important;
    border: 2px solid #612F74!important;
}
.tooltip.in {
    opacity:1;
    filter:alpha(opacity=100);
}
.tooltip-inner {
    background-color:#333;
    color:#FFF;
    font-size:12px;
    text-shadow:1px 1px 0 rgba(42,
    45,
    50,
    0.5);
    border-radius:0;
    padding:5px 9px
}
.tooltip-info+.tooltip,.tooltip-success+.tooltip,.tooltip-error+.tooltip,.tooltip-default+.tooltip,.tooltip-purple+.tooltip{
	white-space: inherit!important;
}
.tooltip-error+.tooltip>.tooltip-inner {
    background-color:#c94d32;
    color:#FFF;
    text-shadow:1px 1px 0 rgba(100,
    60,
    20,
    0.3);
    border-radius:0
}
.tooltip-error+.tooltip.top .tooltip-arrow {
    border-top-color:#c94d32
}
.tooltip-error+.tooltip.right .tooltip-arrow {
    border-right-color:#c94d32
}
.tooltip-error+.tooltip.left .tooltip-arrow {
    border-left-color:#c94d32
}
.tooltip-error+.tooltip.bottom .tooltip-arrow {
    border-bottom-color:#c94d32
}
.tooltip-success+.tooltip>.tooltip-inner {
    background-color:#629b58;
    color:#FFF;
    text-shadow:1px 1px 0 rgba(60,
    100,
    20,
    0.3);
    border-radius:0
}
.tooltip-success+.tooltip.top .tooltip-arrow {
    border-top-color:#629b58
}
.tooltip-success+.tooltip.right .tooltip-arrow {
    border-right-color:#629b58
}
.tooltip-success+.tooltip.left .tooltip-arrow {
    border-left-color:#629b58
}
.tooltip-success+.tooltip.bottom .tooltip-arrow {
    border-bottom-color:#629b58
}
.tooltip-warning+.tooltip>.tooltip-inner {
    background-color:#ed9421;
    color:#FFF;
    text-shadow:1px 1px 0 rgba(100,
    90,
    10,
    0.3);
    border-radius:0
}
.tooltip-warning+.tooltip.top .tooltip-arrow {
    border-top-color:#ed9421
}
.tooltip-warning+.tooltip.right .tooltip-arrow {
    border-right-color:#ed9421
}
.tooltip-warning+.tooltip.left .tooltip-arrow {
    border-left-color:#ed9421
}
.tooltip-warning+.tooltip.bottom .tooltip-arrow {
    border-bottom-color:#ed9421
}
.tooltip-info+.tooltip>.tooltip-inner {
    background-color:#4b89aa;
    color:#FFF;
    text-shadow:1px 1px 0 rgba(40,
    50,
    100,
    0.3);
    border-radius:0
}
.tooltip-info+.tooltip.top .tooltip-arrow {
    border-top-color:#4b89aa
}
.tooltip-info+.tooltip.right .tooltip-arrow {
    border-right-color:#4b89aa
}
.tooltip-info+.tooltip.left .tooltip-arrow {
    border-left-color:#4b89aa
}
.tooltip-info+.tooltip.bottom .tooltip-arrow {
    border-bottom-color:#4b89aa
}
.tooltip-default+.tooltip>.tooltip-inner {
    background-color:#abbac3;
    color:#FFF;
    text-shadow:1px 1px 0 rgba(40,
    50,
    100,
    0.3);
    border-radius:0
}
.tooltip-default+.tooltip.top .tooltip-arrow {
    border-top-color:#abbac3
}
.tooltip-default+.tooltip.right .tooltip-arrow {
    border-right-color:#abbac3
}
.tooltip-default+.tooltip.left .tooltip-arrow {
    border-left-color:#abbac3
}
.tooltip-default+.tooltip.bottom .tooltip-arrow {
    border-bottom-color:#abbac3
}
.tooltip-purple+.tooltip>.tooltip-inner {
    background-color:#612F74;
    color:#FFF;
    text-shadow:1px 1px 0 rgba(100,
    60,
    20,
    0.3);
    border-radius:0
}
.tooltip-purple+.tooltip.top .tooltip-arrow {
    border-top-color:#612F74
}
.tooltip-purple+.tooltip.right .tooltip-arrow {
    border-right-color:#612F74
}
.tooltip-purple+.tooltip.left .tooltip-arrow {
    border-left-color:#612F74
}
.tooltip-purple+.tooltip.bottom .tooltip-arrow {
    border-bottom-color:#612F74
}
.btn-danger.botoesacoesuploadsistema {
    background-color: #d15b47!important;
    border-color: #d15b47;
}
.divbotoesdownloadarquivoenviaarquivo{
	padding: 6px 9px 6px!important;
	height: 56px!important;
}
.divbotoesdownloadarquivoremovearquivo{
	padding: 13px 13px!important;
	margin: 0 0 0 5px!important;
	height: 56px!important;
}
@media only screen and (max-width: 510px) {
	.divbotoesdownloadarquivoremovearquivo {
		padding: 13px 6px!important;
		margin: 0 0 0 2px!important;
	}
	.divbotoesdownloadarquivoenviaarquivo {
		padding: 6px 1px 6px!important;
	}
}
.space-4 {
	max-height: 4px;
	min-height: 4px;
	overflow: hidden;
	margin: 12px 0;
	margin: 4px 0 3px;
	width: 100%;
}
.navbar-side .side-user a.linkimguser{
	width: inherit;
    display: inherit;
    max-width: inherit;
    padding: initial;
}
.navbar-side .side-user a.linkimguser:hover{
	background-color: inherit;
	color: inherit;
}
.infomodallabel{
	font-weight: bold;
	padding: 4px!important;
}
.infomodalinfo, .control-label.infomodalinfo{
	text-align:left;
	font-weight: normal;
	padding: 4px!important;
}
@media only screen and (max-width : 767px) {
	.bootbox-90pc .modal-dialog{
		width: auto!important;
	}
	.infomodallabel, .infomodalinfo{
		width: 100%;
		text-align: center!important;
	}
}
.divisorcentralizadometade-sm {
    width: 50%;
    margin: 0 25%;
    border-bottom: 1px dashed #307ecc;
}
@media only screen and (max-width : 767px) {
	.navbar-top .dropdown-user.naotemmultiplosbotoes {
		left: 0;
	}
}
.botaowhatsapprodape{
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:40px;
	box-shadow: 1px 1px 2px #888;
	padding-top: 0px;
	z-index:1000;
}
.div-entradatexto ul li{
	list-style-type: initial;
	-webkit-margin-start: 1em;
}
.div-entradatexto p{
    color: inherit;
	line-height: inherit;
    font-weight: inherit;
    font-size: inherit;
}
.div-entradatexto img{
	max-width: 100%;
    width: inherit;
    height: inherit;
}

.wrapperwidgetnumericospainelcontrole{
	display: grid;
    grid-template-columns: 16.666666666666664% 16.666666666666664% 16.666666666666664% 16.666666666666664% 16.666666666666664% 16.666666666666664%;
    grid-gap: 0;
    align-items: stretch;
}
.wrapperwidgetnumericospainelcontrole .widgetnumericospainelcontrole{
	padding: 0 5px;
}
.wrapperwidgetnumericospainelcontrole .widgetnumericospainelcontrole .circle-tile-number{
	min-height: 72px;
}
@media only screen and (min-width: 1550px){
	.wrapperwidgetnumericospainelcontrole .widgetnumericospainelcontrole .circle-tile-number{
		min-height: inherit;
	}	
}
@media only screen and (min-width: 1200px) and (max-width: 1300px){
	.wrapperwidgetnumericospainelcontrole .widgetnumericospainelcontrole .circle-tile-number {
		font-size: 22px;
	}	
}
@media only screen and (max-width: 1199px){
	.wrapperwidgetnumericospainelcontrole{
		grid-template-columns: 50% 50%;
	}
	.wrapperwidgetnumericospainelcontrole .widgetnumericospainelcontrole .circle-tile-number{
		min-height: inherit;
	}
}
@media only screen and (max-width: 767px){
	.wrapperwidgetnumericospainelcontrole{
		grid-template-columns: 100%;
	}
	.wrapperwidgetnumericospainelcontrole .widgetnumericospainelcontrole .circle-tile-number{
		min-height: inherit;
	}
}
.comunicadoespecialdata{
	text-align: right;
    margin-top: 10px;
    margin-bottom: 0;
    border-top: 1px solid #FFFFFF;
    padding-top: 5px;
}
.comunicadoespecialbotaoleitura{
    text-align: right;
    margin-top: -5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.comunicadoespecialbotaoleitura a{
	padding: 4px 9px;
}
#divcomunicadosinternos .tile{
	margin-bottom: 10px;
}
.imgadicionaischamado{
    margin: 0 5px;
    max-width: 60px;
    max-height: 60px;
}

.widget-color-atendimento-status-1>.widget-header, .widget-color-atendimento-status-1>.widget-header i, .label-atendimento-status-1 {
    color: #FFFFFF;
    background-color: #E04141;
	background: #E04141;
    border: 2px solid #E04141;
	border-color: #E04141;
}
.widget-color-atendimento-status-1>.widget-header p{
	color: #FFFFFF;
}
.widget-color-atendimento-status-1, .widget-color-atendimento-status-1 .widget-body{
	border-color: #ff9933;
}
li.item-atendimento-status-1{
	border-left-color: #ff9933;
}
.widget-color-atendimento-status-22>.widget-header, .widget-color-atendimento-status-22>.widget-header i, .label-atendimento-status-22 {
    color: #855D10;
    background-color: #FFC657;
	background: #FFC657;
    border: 2px solid #FFC657;
	border-color: #FFC657;
}
.widget-color-atendimento-status-22>.widget-header p{
	color: #855D10;
}
.widget-color-atendimento-status-22, .widget-color-atendimento-status-22 .widget-body{
	border-color: #FFC657;
}
li.item-atendimento-status-22{
	border-left-color: #FFC657;
}
.widget-color-atendimento-status-44>.widget-header, .widget-color-atendimento-status-44>.widget-header i, .label-atendimento-status-44 {
    color: #FFFFFF;
    background-color: #6379AA;
    background: #6379AA;
    border: 2px solid #6379AA;
    border-color: #6379AA;
}
.widget-color-atendimento-status-44>.widget-header p{
     color: #FFFFFF;
}
.widget-color-atendimento-status-44, .widget-color-atendimento-status-44 .widget-body{
    border-color: #6379AA;
}
li.item-atendimento-status-44{
    border-left-color: #6379AA;
}
.widget-color-atendimento-status-88>.widget-header, .widget-color-atendimento-status-88>.widget-header i, .label-atendimento-status-88 {
    color: #FFFFFF;
    background-color: #307ECC;
    background: #307ECC;
    border: 2px solid #307ECC;
    border-color: #307ECC;
}
.widget-color-atendimento-status-88>.widget-header p{
     color: #FFFFFF;
}
.widget-color-atendimento-status-88, .widget-color-atendimento-status-88 .widget-body{
    border-color: #307ECC;
}
li.item-atendimento-status-88{
    border-left-color: #307ECC;
}
.widget-color-atendimento-status-89>.widget-header, .widget-color-atendimento-status-89>.widget-header i, .label-atendimento-status-89 {
    color: #FFFFFF;
    background-color: #abbac3;
    background: #abbac3;
    border: 2px solid #abbac3;
    border-color: #abbac3;
}
.widget-color-atendimento-status-89>.widget-header p{
     color: #FFFFFF;
}
.widget-color-atendimento-status-89, .widget-color-atendimento-status-89 .widget-body{
    border-color: #abbac3;
}
li.item-atendimento-status-89{
    border-left-color: #abbac3;
}
.widget-color-atendimento-status-99>.widget-header, .widget-color-atendimento-status-99>.widget-header i, .label-atendimento-status-99 {
    color: #FFFFFF;
    background-color: #2E8965;
	background: #2E8965;
    border: 2px solid #2E8965;
	border-color: #2E8965;
}
.widget-color-atendimento-status-99>.widget-header p{
	color: #FFFFFF;
}
.widget-color-atendimento-status-99, .widget-color-atendimento-status-99 .widget-body{
	border-color: #2E8965;
}
li.item-atendimento-status-99{
	border-left-color: #2E8965;
}
@media only screen and (max-width: 767px) {
	#div_assinaturaautomatica label.text-right{
		text-align: inherit!important;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
	.containerrecaptcha{
		transform: scale(0.85);
		-webkit-transform: scale(0.85);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
}
@media only screen and (max-width: 370px) {
	.containerrecaptcha{
		transform: scale(0.85);
		-webkit-transform: scale(0.85);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}	
}
@media only screen and (max-width: 320px) {
	.containerrecaptcha{
		transform: scale(0.70);
		-webkit-transform: scale(0.70);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}	
}
.box_cartao_selecionado_wrapper{
    display: grid;
    grid-template-columns: 210px 140px;
    align-items: center;
    margin-bottom: 10px;
}
.box_cartao_selecionado, .box_com_sombra{
    -moz-box-shadow: 3px 3px 5px 5px #ccc;
    -webkit-box-shadow: 3px 3px 5px 5px #ccc;
    box-shadow: 3px 3px 5px 5px #ccc;
    padding: 5px 5px 5px 15px;
}
.box_trocar_cartao_selecionado{
    text-align: center; 
}
.box_cartao_listagem_wrapper{
    display: grid;
    grid-template-columns: 100%;
    align-items: center;
    margin-bottom: 20px;
}
.box_trocar_cartao_listagem{
    text-align: center; 
    margin-top: 10px;

}
@media only screen and (max-width: 420px) {
    .box_cartao_selecionado_wrapper{
        grid-template-columns: 100%;
    }
    .box_trocar_cartao_selecionado{
        margin-top: 15px;
    }
}
.videoembutido iframe{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
.widgetmeuslinksindicacao h4:first-child {
    margin-top: 20px!important;
}
.botoesordem a{
	margin-bottom: 10px;
}
.div_escolhaoferta{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.div_escolhaoferta .div_escolhaoferta_cidade {
    font-size: 14px;
	text-decoration: none;
}
.div_escolhaoferta .div_escolhaoferta_troca {
    font-size: 12px;
	color: #cbcbcb;
	text-decoration: none;
}
@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
#textoaceitelgpd_cookies {
    display: none;
    animation-name: bounceInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    position: fixed;
    z-index: 2147483647;
    bottom: 16px;
    left: 16px;
    right: 16px;
    margin: auto;
    max-width: 1334px;
    min-height: 70px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.4);
    border: solid 1px #eeeeee;
    background-color: #fff;
}
.wrapper_textoaceitelgpd_cookies{
    padding: 10px 20px;
    text-align: center;
}
.botao_textoaceitelgpd_cookies{
    margin-top: 10px;
}
.botao_textoaceitelgpd_cookies a{
    padding: 7px 50px!important;
}
#texto_lgpd .wrapper_texto_lgpd{
    margin: 15px 30px;
    -moz-box-shadow: 3px 3px 5px 5px #ccc;
    -webkit-box-shadow: 3px 3px 5px 5px #ccc;
    box-shadow: 3px 3px 5px 5px #ccc;
    padding: 20px;
}
@media only screen and (max-width: 600px) {
    #texto_lgpd .wrapper_texto_lgpd{
        margin: 15px 0;
        padding: 15px;
    }   
}
.easy-pie-chart, .easyPieChart {
    position:relative;
    text-align:center
}
.easy-pie-chart canvas, .easyPieChart canvas {
    position:absolute;
    top:0;
    left:0
}
.iframeatendimentosaude{
	width: 100%;
    min-height: 100vh;
}
.posicao_fila_atendimento{
	
}
.posicao_fila_atendimento .posicao_fila_atendimento_numberCircle{
	border-radius: 50%;
    width: 74px;
    height: 74px;
    padding: 17px 10px;
    background: #fff;
    border: 4px solid #009bdb;
    color: #666;
    text-align: center;
    font: 28px Arial, sans-serif;
    margin: auto;
    margin-bottom: 20px;
}