/*.panel-body,
.panel-body {
  display: inline-block;
}*/

body .modal-open {
    overflow: auto !important;
}

.container, .container-fluid {
    margin-top: 25px;
    /*width: auto*/
}

#divFormImportacao, #divLayoutsCadastrados {
    padding-top: 25px;
}

#tbLayoutsCadastrados {
    margin: 0 auto 20px auto;
}

#tbLayoutsCadastrados th {
    text-align: center;
    padding: 10px 20px;
}

.table-bordered {
    font-size: 11px;
}

.panel-heading {
    text-align: center;
    font-size: 24px;
    text-decoration: bold
}

/*.btn, .btn-success, .pull-left {
    margin-top: 50px;
    margin-bottom: 50px;
}*/

@media (min-width: 1200px) {
    .container {
        max-width: 640px;
    }
}

body {
    background-image: url("../img/background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

body::-webkit-scrollbar {
    display: none;
}

.form-row.import {
    padding-left: 0;
    padding-right: 50%;
}

label {
    margin-top: 10px;
    display: block;
}

.divlabel {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
}

#txtAListPropostas {
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 100%;
    margin: 0px;
    height: 50% !important;
    resize: none;
}

#div-erro {
    margin: 30px auto 0 auto;
    font-size: 1.2em;
    text-align: center;
    padding: 5px;
    width: 70%;
}

#submitButton {
    display: none;
}

#frmLayoutNovo {
    display: none;
}

.edit, .delete, .view {
    text-align: center;
    padding: 7px 20px;
}

.tr-data .td-descBanco {
    padding: 7px 20px;
}

.table-hover tbody .tr-data:hover {
    background-color: #e1f3ff;
}

.icon-edit, .icon-delete, .icon-view {
    width: 30px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle, a:focus, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, textarea:focus {
    outline: none !important;
}

.btn-new-layout-name {
    width: 100%;
}

.modal-dialog.preview {
    margin: 30px 0;
}

.modal-dialog.preview .panel.panel-primary {
    width: 96vw;
}

#modalPropostas {
    overflow: auto !important;
}

#modal-spinner {
    text-align: center;
}

#modal-spinner img {
    padding-top: 30vh;
    width: 50px;
}

#arquivo {
    width: 100%;
}

/* Início bloco - Faz o modal do spinner parecer estar acima do modal que o ativou*/

.modal-backdrop {
    visibility: hidden !important;
}

.modal.in {
    background-color: rgba(0, 0, 0, 0.5);
}

/*Fim bloco*/

#divResultadoImportacao {
    padding-top: 35px;
}

#divResultadoImportacao table {
    border: 1px solid #bbb;
}

.btnShowHideLista {
    color: white;
    background-color: #337ab7;
    text-align: center;
    font-weight: bolder;
    border-radius: 5px;
    margin-left: 90%;
    margin-top: 10px;
}

.container-divshowHide {
    display: flex;
}

.fixed-divshowHide {
    width: 200px;
}

.flex-item-divshowHide {
    flex-grow: 1;
}

.form-group.col-md-6.lista {
    margin-bottom: 0;
}

#form-importacao div.form-group.col-md-4 {
    padding-left: 0;
}

#arquivo {
    margin: 15px 0 25px;
}