/**
 * Created by amado on 9/5/2018.
 */

html, body {
    box-sizing: border-box !important;
    height: 100% !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.home {
    font-size: 2.5rem;
}

.nav-container {
    margin-left: 0;
    padding-left: 0;
}

.navbar-collapse.collapse.geform {
    position: inherit !important;
    /*display: inline !important;*/
    width: 100% !important;
}

.navbar-right.geform {
    margin: 0;
}

.form-group.hidden-xs.geform {
    display: inline-block;
    font-size: 1.8rem;
    margin: 13px 5px;
    padding: 0 5px;
}

.form-group.hidden-xs.geform:last-child {
    border-left: 1px solid #c2c2c2;
    padding-left: 15px;
}

a.geform span {
    font-size: 1.8rem;
    /*line-height: 10px;*/
}

a.dropdown-toggle.geform {
    text-transform: uppercase !important;
    padding-bottom: 0;
}

.container.nav-container.geform {
    width: 100% !important;
}

.navbar-nav > li > a {
    text-transform: capitalize !important;
}

.img-responsive-geform {
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: .2;
    width: 35%;
    z-index: -1;
}

.wrapper {
    box-sizing: border-box;
    min-height: 95%;
    /*display: block;*/
    /*padding-bottom: 40px;*/
}

.footer-bin {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 300;
    background-color: #08a27d;
    clear: both;
    padding: 15px;
    text-align: center;
    /*margin-top: 270px !important;*/
}

.footer-bin span {
    color: white;
}

.data-user-panel {
    position: fixed;
    right: -202px;
    top: 60px;
    background: #dcdcdc;
    padding: 15px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .4);
    box-shadow: 0 0 2px rgba(0, 0, 0, .4);
    width: 200px;
    transition: right 0.4s;
    z-index: 10500;
}

.data-user-panel.active {
    right: 0;
}

.data-user-panel .collapse-data-user {
    cursor: pointer;
    position: absolute;
    left: -40px;
    top: 10%;
    margin-top: 5px;
    width: 40px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: rgba(22, 75, 113, 1);
    background: #08a27d;
    border-radius: 4px 0 0 4px;
    text-align: center;
    box-shadow: 1px 0 3px 1px rgba(0, 0, 0, .4);
    box-shadow: 1px 0 3px 1px rgba(0, 0, 0, .4);
}

.data-user-panel .content-data-user {
    margin: -15px;
    padding: 5px 18px 5px 10px;
    background: #fff;
    position: relative;
    z-index: 1020;
}

.content-data-user h4 {
    text-align: left;
    margin-left: 18px;
    font-weight: 600;
    font-size: 12px;
}

.content-data-user ul {
    list-style: none;
}

.content-data-user ul li {
    margin: 5px 0 5px 20px;
}

.content-data-user ul li a {
    color: #333333 !important;
    text-decoration: none !important;
}

.content-data-user ul li a:hover {
    color: rgb(19, 58, 90) !important;
    text-decoration: none !important;
}

h4 small.geform {
    font-size: 11px;
    color: #838383;
    text-transform: capitalize;
    text-decoration: underline;
    display: block;
    margin-bottom: 5px;
}

.counter {
    width: 100%;
    text-align: right;
    font-size: 12px;
    line-height: 0;
}

.fa.fa-clock-o {
    margin-left: 15px;
}

.data-user-panel > img {
    margin-top: -5px;
    width: 35%;
    display: block;
    float: right;
    z-index: 1050;
    position: relative;
}

/*Message box styles*/
.message-box {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(129, 129, 129, 0.40);
    z-index: 9999;
}

.message-box.open {
    display: block;
}

.message-box .mb-container {
    position: absolute;
    left: 0;
    top: 35%;
    background: #08a27d;
    padding: 20px;
    width: 100%;
}

.message-box .mb-container .mb-middle {
    width: 50%;
    left: 25%;
    position: relative;
    color: #FFF;
}

.message-box .mb-container .mb-middle .mb-title {
    width: 100%;
    float: left;
    padding: 10px 0 0;
    font-size: 31px;
    font-weight: 400;
    line-height: 36px;
}

.message-box .mb-container .mb-middle .mb-title .fa {
    font-size: 38px;
    float: left;
    margin-right: 10px;
}

.message-box .mb-container .mb-middle .mb-content {
    width: 100%;
    float: left;
    padding: 10px 0 0;
}

.message-box .mb-container .mb-middle .mb-content p {
    margin-bottom: 0;
}

.message-box .mb-container .mb-middle .mb-footer {
    width: 100%;
    float: left;
    padding: 10px 0;
}

/*End Message box*/

/* Bounce */
.spn_hol_compress {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.69);
    z-index: 1050;
}

.spn_hol_compress strong {
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.69);
    z-index: 1050;
    top: 40% !important;
    position: absolute;
    left: 45%;
}

.spn_hol {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.69);
    z-index: 1050;
}

.spinner {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 50%;
    margin-left: -35px;
    height: 24px;
    width: 70px;
    text-align: center;
    display: block;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: rgba(69, 152, 218, 0.89);
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;

    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

/* Sintaxis corregida: añadir punto y coma y llaves de cierre */
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0.0);
  }
  40% {
    -webkit-transform: scale(1.0);
  }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }
  40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


/* End bounce*/

.modal-body img {
    height: 30px;
}

.modal-header span {
    font-weight: 500;
    font-size: 16px;
}

.r_de {
    font-size: 15px !important;
    /*text-decoration: underline;*/
    color: #787878;
}

.modal-header span > .final-part-title {
    font-weight: 700 !important;
    /*font-size: 16px !important;*/
}

.btn-default:hover {
    opacity: .8;
    border: solid 1px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.btn-primary {
    background-color: #08a27d;
    border-color: #5f6163;
}

.btn-primary:hover, .btn-primary:focus {
    transition: color 400ms ease !important;
    background-color: #13ddad !important;
    color: #fff;
    border: solid 1px rgb(28, 27, 28) !important;
}

.sel-small {
    font-size: 10px !important;
}

img.img-header {
    height: 50px !important;
    float: left;
    margin-right: 10px !important;
}

span.span-img-header {
    display: inline-table;
    margin-top: 20px;
}

.dropdown-menu {
    overflow: visible;
}

@media screen and (min-width: 768px) {
    .divider-vertical {
        border-right: solid 1px #c2c2c2 !important;
    }

    .divider-vertical-left {
        border-left: solid 1px #c2c2c2 !important;
    }
}

@media screen and (min-width: 768px) {
    .divider-vertical {
        border-right: solid 1px #c2c2c2 !important;
    }
}

.filtros-guardados {
    padding-bottom: 8px !important;
    padding-right: 10px !important;
    border-right: solid 1px #cecece;
    margin-bottom: 10px;
}

#name_filter {
    float: right;
    width: 85% !important;
}

.m10 {
    margin: 10px !important;
}

.p5 {
    padding: 5px !important;
}

.container-gray {
    background-color: #e7e7e7;
}

.container-gray .page-header {
    border-bottom: solid 1px #fbfbfb !important;
}

.panel-default {
    border: solid 2px #444 !important;
}

.panel-heading.v3 {
    font-weight: 700;
    font-size: 15px !important;
    color: #ffffff !important;
}

.panel-body.v3 {
    background-color: lightgray !important;
    padding: 2rem 3.25rem;
}

label {
    font-weight: 400 !important;
    margin-bottom: 0 !important;
    font-size: 12px !important;
}

.inline-input-flujo {
    width: 6.5% !important;
    display: inline-block !important;
    float: left !important;
    margin: auto 5px !important;
}

.inline-input {
    width: 45% !important;
    display: inline-block !important;
    /*float: left !important;*/
    margin: auto 5px !important;
}

.last-inline-input {
    width: 30% !important;
    display: inline-block !important;
    clear: both;
    margin: auto 5px !important;
}

.panel {
    background-color: #D3D3D3 !important;
}

.panel.panel-primary.panel-filtro {
    background-color: #F8F8F8 !important;
}

.error-input {
    border: solid 2px #A94442;
}

#table-datos-generales tbody tr td {
    line-height: 35px !important;
}

.no-space {
    white-space: nowrap;
    width: 1%;
    text-align: center !important;
}

.btn-default.dropdown-toggle.general-data {
    background-color: transparent !important;
    border-color: transparent !important;
}

.btn-default.dropdown-toggle.general-data:hover {
    background-color: #fff !important;
    border-color: #ddd !important;
}

.dropdown.dropdown-menu.general-data {
    right: 0 !important;
    left: auto;
}

strong .inline-input {
    font-weight: bold !important;
    text-align: center !important;
}

strong label {
    font-weight: bold !important;
}

strong.total {
    font-size: 12px !important;
    font-weight: 600 !important;
}

div.block:first-child {
    display: block;
    margin: 25px 5px 5px 15px;
}

div.block {
    margin-bottom: 3px;
}

label.col-sm-2.text-right {
    float: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: transparent !important;
    border-color: transparent !important;
    border-bottom-color: #444 !important;
    font-weight: 700;
}

.error-tab a {
    color: darkred;
    border-bottom: dashed 1px !important;
}

.block.border-bottom {
    margin-bottom: 15px;
    border-bottom: solid 1px #bbbbbb;
}

.porc-total {
    font-size: 10px !important;
}

strong.porciento-tot {
    margin: auto 4px !important;
    font-size: 12px !important;
}

small.help-block {
    font-size: 11px !important;
}

.container.reportes-creditos, .container.reportes-plan {
    background-color: #fff;
    margin: 30px auto !important;
}

.reporte-indicadores {
    margin: 20px 4px !important;
}

.years-reportes {
    margin: auto 50px !important;
    font-weight: bold !important;
}

.value-reportes {
    margin: auto 4.2rem !important;
}

tr.space {
    border-bottom: solid 1px;
}

.first-column {
    width: 80% !important;
}

.flujo strong label {
    font-size: 11px !important;
}

.first-column-indicadores {
    width: 80% !important;
}

.table-indicacores tr {
    border-bottom: solid 1px #eee;
}

.table-indicadores tr td {
    padding-right: 20px !important;
}

.table-indicadores tr td:last-child {
    font-weight: 600;
}

.error-dg {
    border: solid 2px #ac262b;
}

.img-griesgos {
    width: 150px;
    height: auto;
    margin: 25px;
}

.container img.logo-base:first-child {
    position: absolute;
    right: 15px !important;
    /*width: 750px;*/
    bottom: 180px;
}

.panel-primary {
    border-color: #444 !important;
}

.panel-primary .panel-heading {
    background-color: #08a27d !important;
    border-color: #08a27d !important;
    color: white;
}

.modal-header img {
    width: auto !important;
}

/* para que la general se vea mejor*/
div.popover.fade.top.in {
    z-index: 1000;
}

.planillas-bonos-emision, .planillas-bonos-adhesion {
    font-size: 14px !important;
    /*display: inline;*/
    margin: 0 30px !important;
    display: inline-block !important;

}

ul.download-list > li {
    font-size: 12px;
}

.msg-bonos {
    font-size: 14px !important;
    /*display: inline;*/
    padding-left: 20px !important;
    margin: 0 30px !important;
    text-align: center;
}

.msg-bonos-link {
    font-size: 12px !important;
    padding-left: 50px !important;
    display: inline-block !important;
    margin: 0 30px !important;
}

/*new styles*/
body {
    font-size: 13px !important;
}

.nav > li > a {
    position: relative !important;
    display: block !important;
    padding: 10px 7px !important;
}

.navbar-nav > li > a {
    line-height: 28px !important;
}

.navbar-nav > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 3px;
}

.multi-level, .dropdown-menu {
    font-size: 12px !important;
}

.hr-creditos {
    height: 1px;
    background-color: #5b5b5b;
    border: solid 1px #ccc;
    width: 85% !important;
    text-align: left;
}

.balance_inicial {
    cursor: pointer !important;
}

.reports-plan, .cursor-pointer {
    cursor: pointer !important;
}

.geform-actions_base {
    background-color: #fff;
    margin-top: -5px;
}

.geform-actions_base .geform {
    margin: 5px 2px !important;
}

.geform-actions_base .geform span {
    color: #5b5b5b !important;
}

small.block {
    display: block !important;
}

.others {
    position: absolute;
    right: 20px;
    margin-top: -100px;
}

.others p {
    margin: 2px auto !important;
}

.reportes-plan h3, .reportes-plan h4 {
    white-space: nowrap;
    width: 1px !important;
}

.table-result-reportes thead tr th:first-child {
    min-width: 200px !important;
}

.table-result-reportes thead {
    border-bottom: solid 2px #ccc !important;
}

/*General detalles*/

textarea#id_observacionesHeader, textarea#id_observacionesBody, textarea.form-control.xml-tag {
    resize: vertical !important;
}

/* Desing tables filter reports*/

.table.table-bordered thead tr th {
    font-size: 14px !important;
    font-weight: 400 !important;
    border-top: solid 2px #808080 !important;
    border-bottom: solid 2px #808080 !important;
    /*padding-right: 30px !important;*/
    white-space: nowrap !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    float: none !important;
    margin-left: 4px !important;
}

.table.table-bordered tbody tr td {
    font-size: 14px !important;
    font-weight: 400 !important;
    border-bottom: solid 1px #eee !important;
    /*padding-right: 15px !important;*/
}

#logo-banco {
    margin-bottom: 40px !important;
}

#div-content {
    padding-top: 2em;
}


.navbar-badge {
    font-size: .8rem;
    font-weight: 300;
    padding: 2px 4px;
    position: absolute;
    right: 3px;
    top: 15px;
}

.badge-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
}

.dropdown-footer,
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.message {
    padding-top: 7rem !important;
    width: 450px !important;
    float: right !important;
}

#div-cartera-plus-minus:first-child{
    margin-top: 2rem;
}
