﻿

body {
  margin: 0;
  font-weight: normal;
  font-size: 12px; 
  color: #303030;
  background-color:#F3F3F3;
  font-family:'DinMit';
}

h3{
    font-size: 15px;
    color:#A19062;
    padding: 0 0 5px 5px;
    text-align:left;
    text-transform:uppercase;
    text-decoration:none; 
    border-bottom:solid thin #A19062;
}

.panel-group {
    margin: 10px 0;
}

.panel-heading {
	width: auto;
	font-weight:bold;
	margin:3px 0;
	padding: 5px 0 5px 6px;
	font-size:11px;
    text-transform: uppercase;
}


.ListaErros{
	width:99%;
	float:left;
	padding-left:5px;
	padding-top:5px; 
	color:Red;
	padding-bottom:5px;
	background-color:#fef5ba;
	border:1px solid red;
	margin-bottom:10px;
}

.botaoDuvida {
	float:left;
	width:20px;
	text-align:center;
	margin:3px 0px 3px 0px;
}

.content {
	float:left;
	width:820px;
	height:auto;
	padding-top:3px;
}



.tituloSolicitacoes{
	width:820px;
	float:left;
	min-height:20px;
	height:auto;
	text-align:left;
	font-weight:bold;
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:solid 1px #A19062;
}

.btn-omintexpress {
    border-color: #A19062;
    background-color: #A19062;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}
    .btn-omintexpress:hover {
        background-color: #2F2F2F;
        color: #fff;
    }

.relevant {
    background-color: #fef5ba;
    padding: 2px 0px;
}

.chk-inline {
    padding-top: 2px;
    height: 20px;
}

.chk-inline label {
    padding-left: 4px;
    margin-bottom: 0px;
    padding-top: 2px;
    display: block;
    float: left;
}
.chk-inline input[type="checkbox"] {
    display: block;
    float: left;
    cursor: pointer;
}

.box {
    border: 1px solid #e5e5e5;
    padding: 6px 0;
    color: #A19062;
}
.title-omintexpress {
    color: #A19062;
}
.modal-header {
    padding: 5px 15px;
    color: #A19062;
}

.table-omint {
    margin-bottom: 5px;
}

.table-omint thead tr th {
    color: #A19062;
    padding: 6px;
}

.table-omint tbody tr td {
    padding: 0px;
}

.table-omint tbody tr td a {
    display: block;
    padding: 5px;
    width:100%;
    height: 100%;
    color: #000;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: rgb(241, 236, 220);
}

.table-omint > tfoot > tr > td {
    border-top: 1px solid rgb(241, 236, 220);
    padding: 0px;
}

.pagination {
    margin: 8px 0 5px 0;
}

    .pagination > li > a, .pagination > li > span {
        color: #A19062;
    }

    .pagination > li > a:hover, .pagination > li > span:hover {
        color: #87784f;
    }

.modal-dialog {
    margin: 40px auto;
    width: 600px;
}

.alert-warning {
    color:#303030;
}

.inline-feedback .form-control {
    padding-right: 12px;
}

.helpDNV {
    cursor: pointer;
}

.inline-form-control {
    width: auto;
    display: inline-block;
}

.has-feedback .form-control {
    padding-right: 10px;
}

.msg-validation {
    display: none;
    width: 100%;
}

.has-error .msg-validation {
    color: #a94442;
    font-weight: bold;
}

.min-select {
    min-width: 80%;
}





.progress-bar.animate {
   width: 100%;
}

.modal-backdrop {
   opacity: 0.5;
}

.modal-dialog {
   -webkit-transform: translate(0px, 50%);
   transform: translate(0px, 50%);
}

.progress-popup {
   margin-bottom: 0;
}

.modal {
    overflow-y: hidden;
}

.modal-sm {
    width: 300px;
}

    .modal-sm .modal-content .modal-body {
        text-align: center;
    }

.modalBackground
{
    background-color: #333333;
    filter: alpha(opacity=50);
    z-index: 900;
    opacity: 0.50;
    width: 100%;

    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.clear {
    clear: both;
}

.version
{ font: 10px Tahoma; color: #A19062; margin-left: 8px;  height:15px; display:block; position:relative}

.chkDebito {
    display:block;
    color: #a94442;
    font-weight: bold;
    margin-top: -10px;
    padding-bottom:2px;
}

h3.section-heading {
    margin: 0 0 5px 0;
    padding-top: 15px;
    padding-right: 15px;
}

.row.resultado {
    padding: 5px 0;
}

.table-documents tbody tr td {
    vertical-align: middle;
}

.table-documents tbody tr td:nth-child(1) {
    width: 20px;
}

.video-institucional { text-align: center; }
.video-institucional video { width: 100%; height: auto; }

#accordionFAQ .panel .panel-heading {
    text-transform: none;
}

.faq-attachments {
    background-color: #DDD;
    padding: 7px;
    margin-top: 10px;
}

.faq-attachments ul li {
    padding: 5px 0;
}

.vantagens {
    list-style-type: none;
}
    .vantagens li {
        padding: 6px;
    }

        .vantagens li:before {
            color: #A19062;
            content: "•";
            position: relative;
            left: -15px;
            top: 1.25px;
            font-size: 18px;
            margin-left: -7px;
        }

.searchResult {
    margin-top: 20px;
    padding: 0 20px;
}

    .searchResult .searchResultItem {
        padding: 10px 10px;
        margin: 10px 0;
        border-radius: 5px;
        border: 0.5px solid #ddd;
        box-shadow: 0 14px 28px #ddd, 0 10px 10px #ddd;
        background: white;
    }

.menuEmptySearchResult {
    text-align: center;
}

.horarios-atendimento {
    padding: 5px 15px;
}

    .horarios-atendimento table tr td {
        padding-bottom: 5px;
        line-height: 20px;
    }

    .horarios-atendimento table tr td:first-child { padding-left: 25px;  }
    .horarios-atendimento table tr td { padding-left: 50px; }

.chat-cta {
    margin: 25px 0;
}

    .chat-cta a:after {
        font-family: 'Glyphicons Halflings';
        content: "\e111";
        float: left;
        margin-right: 8px;
    }

    .chat-cta .btn-info {
        background: #A19062;
        border-color: #A19062;
    }

.chat-inativo {
    text-decoration: underline;
}

#myPager > .active > a,
#myPager > .active > span,
    #myPager > .active > a:hover,
    #myPager > .active > span:hover,
    #myPager > .active > a:focus,
    #myPager > .active > span:focus {
        background-color: #A19062;
        border-color: #A19062;
}

.menu-movimentacoes-cadastrais, .menu-segundas-vias {
    list-style-type: none;
}

    .menu-movimentacoes-cadastrais li, .menu-segundas-vias li {
        padding: 5px 0;
    }

#table-oportunidades.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #A19062;
    color: white;
    cursor: pointer;
}

.frame-quadro-produtos {
    width: 100%; height: 100vh;
}


span.custom-error{
    color: #a94442;
    font-weight: bold;
}

.btn-omint {
    background-color: #A19062;
    color: white;
}

    .btn-omint:hover, .btn-omint:focus, .btn-omint:active {
        background-color: #B2A173;
        color: white;
        outline: none;
    }}

.novotamanho {
    width:30%;
}