.texto-sombra
{
    text-shadow: 0px 0px 2px #000 !important;
}﻿
.text-striked
{
    text-decoration: line-through;
}
.table 
{
    font-size: 0.9em !important;
}
.img_user_mini 
{
    height: 24px;
    width: 24px;
}
fieldset.linha {
    border-left: 0px none !important;
    border-right: 0px none !important;
    border-bottom: 0px none !important;
    
    border-top: 1px solid #F0B271 !important;
}

legend.laranja {
    padding: 0.2em 0.5em !important;
    font-size: 14px !important;
    font-style: italic !important;
    text-align: center !important;
    color: #FFF !important;
    background-color: #EC9436;
}

.main-footer-full {
    -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    z-index: 820;
    background: #fff;
    padding: 15px;
    color: #444;
    border-top: 1px solid #d2d6de;
    height: 50px !important;
}
.timeline-header, .timeline-item {
    background-color: #FFF !important;
    font-size: 0.9em !important;
}
/*************** INPUTS *************/
.frmCEP {
    width: 90px !important;
}

.frmCPF {
    width: 140px !important;
}

.frmCNPJ {
    width: 180px !important;
}

.frmUF {
    width: 70px !important;
}

.frmDt {
    width: 100px !important;
    text-align: center;
}

.frmHr {
    width: 60px !important;
    text-align: center;
}

.frmPc {
    width: 60px !important;
    text-align: right;
    float: none !important;
    display: inline !important;
}

.frmVlr,
.frmInt {
    width: 100px !important;
    text-align: right;
    float: none !important;
    display: inline !important;
}

.frmFone {
    width: 130px !important;
}

.frmMatr 
{
    width: 100px !important;
    text-align: center;
}

.erroMsg {
    border: 2px #FF6347 solid !important;
}

.erroInputMsg {
    font-size: 7pt;
    color: red;
}

.modal-map {
    width: 100%;
    height: 350px;
    display: block;
    overflow: visible;
}
.cpf-form {
    width: 150px;
}

.cep-form {
    width: 120px;
}

.input-uf {
    width: 50px !important;
}

.mini-combo {
    width: 140px !important;
}

.md-combo {
    width: 300px !important;
}

.input-80 {
    width: 80px !important;
}

.input-60 {
    width: 60px !important;
}

.input-40 {
    width: 40px !important;
}

.input-120 {
    width: 120px !important;
}

.input-150 {
    width: 150px !important;
}

.input-250 {
    width: 250px !important;
}

.input-300 {
    width: 300px !important;
}

.input-350 {
    width: 350px !important;
}

.input-400 {
    width: 400px !important;
}

.dt-form {
    width: 120px !important;
}

.tel-form {
    width: 150px !important;
}

.int-form, .dec-form {
    width: 120px !important;
    text-align: right !important;
}

.img_photo {
    height: 32px;
    width: 32px;
}

.img_photo_cad {
    height: 96px;
    width: 96px;
}
select
{
    cursor: pointer !important;
}
/*********** Modal Foto ***********/
.modal-foto-panel 
{
    width: 200px;
    
}
.modal_foto_container {
    border: 2px dashed #333;
    background-image: url('../../images/foto-machine.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    opacity: 0.3;
}
.modal_foto_container-vis {
    border: 2px dashed #333;
}
.file-invisible 
{
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
    height: 150px;
    width: 160px;
}
.file-image {
    height: 140px;
    width: 140px;
    position: absolute;
    z-index: 9999;
    top: 18px;
    left: 27px;
}
/*********** Efeitos AJAX ***********/
.loadingBox {
    font-size: 9pt;
    padding: 8px;
    vertical-align: middle;
    text-align: center;
    width: 170px;
    height: 50px;
    overflow: visible;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    background-color: #FFFFFF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 4px solid #337AB7;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.bgModal {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    background-color: #333333;
    opacity: 0.8;
    filter: alpha(opacity = 80);
}

.msg_login {
    margin-top: 15%;
    margin-right: 0;
    margin-left: 0;
    /* habilita o flex nos filhos diretos */
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    /* centraliza na vertical */
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    /* centraliza na horizontal */
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.loadingsidebox {
    background-color: #FFF;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 2px #44ADE9 solid;
    padding: 3px;
    font-size: 8pt;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.boxLoading {
    padding: 15px 5px;
    width: 250px;
    font-size: 10pt;
    overflow: visible;
    display: table;
    position: fixed;
    top: 45%;
    left: 41%;
    text-align: center;
    background-color: #FFFFFF;
    border: 3px solid #428BCA;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    z-index: 999;
}

.boxLoading img {
    margin-right: 5px;
    outline: none;
    border: 0;
    vertical-align: middle;
}

.bgLoading {
    width: 100%;
    height: 100%;
    /*background-image: url(../js/jquery-ui/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png);*/
    background-color: #242B33;
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    filter: alpha(opacity=70);
    position: fixed;
    z-index: 900;
    left: 0px;
    top: 0px;
}







/*********** Modal Foto ***********/
.foto-container {
    border: 1px dashed #666;
    /*opacity: 0.3;*/
    height: 250px;
    background-image: url('../../assets/img/device-camera-icon.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.foto-container-detalhes {
    border: 1px dashed #666;
    /*opacity: 0.3;*/
    height: 250px;
	background-image: url('../../assets/img/camera-retro.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.foto-container img, .foto-container-detalhes img {
    height: 245px;
    width: 100%;
    border: none;
    outline: none !important;
}

.foto-container input, .foto-container-detalhes input {
    height: 245px;
    width: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    border: none;
    outline: none !important;
}

.modal-foto-panel 
{
    width: 200px;
    
}
.modal_foto_container {
    border: 2px dashed #333;
    background-image: url('../../assets/img/foto-machine.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    opacity: 0.3;
}
.modal_foto_container-vis {
    border: 2px dashed #333;
}
.file-invisible 
{
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
    height: 150px;
    width: 160px;
}
.file-image {
    height: 140px;
    width: 140px;
    position: absolute;
    z-index: 9999;
    top: 18px;
    left: 27px;
}



/* UPLOAD DE FOTOS - MODAL VISUALIZACAO TAMANHO ORIGINAL DA IMAGEM */
#foto1, #foto2 {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

#foto1:hover, #foto2:hover {opacity: 0.7;}

/* The Modal (background) */
.modal-foto {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content-foto {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#foto1caption, #foto2caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content-foto, #foto1caption, #foto2caption { 
	animation-name: zoom;
	animation-duration: 0.6s;
}

@keyframes zoom {
	from {transform:scale(0)} 
	to {transform:scale(1)}
}

/* The Close Button */
.close-foto {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #ffffff;
	font-size: 80px;
	font-weight: bold;
	transition: 0.3s;
}

.close-foto:hover,
.close-foto:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
	.modal-content {
		width: 100%;
	}
}