/******************************* ResultadoView *******************************/
.colorLink {
	color: #3a87ad;
}

.colorGreen {
	color: green;
}

.colorRed {
	color: red;
}

.lineGrey {
	background-color: #f1f1f1;
}

.divOcorrencia {
    float: left;
    height: 25px;
    width: 100%;
    line-height: 25px;
}

.imgOcorrencia{
	position: absolute; 
	margin: 0 0 0 -39px;
}

.infAcompanhamentoCNH tr td{
	padding: 3px;
}

.infAcompanhamentoCNH {
	width: 100%;
}

.tableAcompanhamentoCNH-header {
	text-align: center;
	background: none repeat scroll 0 0 #369;
	font-size: 14px;
	padding: 2px;
	border-collapse: collapse;
	color:#fff;
	height: 38px;
}

.tabelaResultado {
	width: 100%;
} 

.tabelaResultado tr td {
	 padding: 3px;
} 
/******************************* FIM - ResultadoView *******************************/
/******************************* BOOTSTRAP - MODAL *********************************/
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 20%;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.modal-header:after, .modal-footer:after {
    clear: both;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.modal-header .close {
    margin-top: -2px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.close {
    display: block;
    text-align: right;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
	text-align: center;
}

.modal-footer {
    padding: 15px;
    text-align: right;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.form-duvidas {
	margin-top: 15px;
	padding: 15px;
	overflow: hidden;
}

.form-duvidas .control-group {
	margin-bottom: 15px;
}

.form-duvidas input {
	padding: 2px;
}
/*********************** FORMULARIO *************************/
.divFormAtendimento .container input,.divFormAtendimento .container textarea{
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    display: inline-block;
    height:auto!important;
    padding: 4px 6px;
    margin-bottom: 10px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    margin-right:10px;
}

.divFormAtendimento .container label,.divFormAtendimento .container .control-group span{
    font-size:14px;
    line-height: 18px;
    color: #333;
}

.contentInternoSemMenu,.divFormAtendimento .container{
    width: 100%!important;
}

.span10{
    margin-left:0!important;
    padding-right:15px;
    width:100%!important;
    box-sizing: border-box;
}

.span5{
    margin-left:0!important;
    padding-right:15px;
    width:50%!important;
    box-sizing: border-box;
}

.form-duvidas .control-group{
    margin-bottom:10!important;
}

.form-duvidas{
    padding: 15px 0!important;
}

.divFormAtendimento .container .btn{
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
    float: right;
    margin-right: 0;
}

.divFormAtendimento .container .btnEditar{
    background: url("/DTRN/images/edit-pen.png") #428bca 5px center no-repeat; /* <- o caminho da imagem deve ser alterado para o diretório onde a imagem for colocada*/  
    background-size: 18px;
    padding-left: 30px;
}