/*
/* Created by Filipe Pina
 * Specific styles of signin, register, component
 */
/*
 * General styles
 */

body {
    color: #454e59;
}

.blue-body{
    height: 100%;
    background-repeat: no-repeat;
    background: url(../img/bluebg.jpg);
    background-size: cover;
}


.main-center{

    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    padding: 10px 40px;
    background:#009edf;
    color: #FFF;
    text-shadow: none;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);

}

.navbar {
    margin-bottom: 0;
}

.main-container{
    margin-top: 20px;
    margin-bottom: 70px;
    padding-bottom: 52px;
}

.nav-tabs.centered-tabs > li {
    float:none;
    display:inline-block;
}

.nav-tabs.centered-tabs {
    text-align:center;
}

.navbar-brand{
    height: auto;
    padding: 0 15px;
}

.row{
    margin-left: 0px;
    margin-right: 0px;
}

.row small {
    overflow-wrap: break-word;
}

.custom-badge {
    background-color: #f5f5f5;
    text-align: left;
    color: #333;
    border-radius: 10px;
    padding: 15px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}

.content-header {
    margin: 20px 5vw 10px;
}
.content-header h1 {
    font-weight: 500;
    font-size: 1.7em;
}

.content-header h1, .content-header h2 {
    margin: 5px 0;
    line-height: 28px;
    color: #411409;
}

.form-control-with-label{
    width: 90% !important;
    display: inline-block;
    text-align: right;
}

div.preloader-spinner-image {
    width: 48px; /*width of your image*/
    height: 48px; /*height of your image*/
    background-image: url('../img/preloader.gif');
    margin: 0; /* If you want no margin */
    padding: 0; /*if your want to padding */
    background-size: cover;
    background-repeat: no-repeat;
}

.text-align-right{
    text-align: right;
}

.text-align-center{
    text-align: center;
}

.inline-block-element{
    display: inline-block;
}

.display-flex {
    display: flex;
}

.input-group.display-flex {
    display: flex;
}

.xs-input {
    width: 70px;
}

.td-invoice-btn {
    width: 120px;
}

.pointer-cursor{
    cursor: pointer;
}

.modal-footer .alert {
    text-align: start;
    margin-bottom: 0;
    margin-top: 15px;
}

.radio p {
    color: #333;
}

.centered-by-content {
    margin: auto;
    display: table;
}

.table thead > tr > th {
    font-size: 1.16em;
    font-weight: 600;
}

.table.table-vcenter th, .table.table-vcenter td {
    vertical-align: middle;
}

.table-header th {
    color: #FFB828;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #f9f9f9;
}

.nav-tabs {
    border-bottom-color: #ebeef2;
}

.nav-tabs > li {
    margin-bottom: 0;
}

.nav-tabs > li > a {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: -1px;
    font-weight: 500;
    color: #454e59;
}

.nav-tabs > li > a:hover {
    border-color: #ebeef2;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #454e59;
    /*border-color: #ebeef2;*/ /*  This line commented makes tabs more visible  */
    border-bottom-color: transparent;
}


.navbar-header {
    height: 80px;
}

.table thead > tr > th,
.table thead > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.note-div {
    color: #a7a7a7;
}

.header-section {
    padding: 15px 0;
}

.content-header h1 {
    font-weight: 500;
    font-size: 1.7em;
}

.invoice-img {
    max-width: 100%;
}

/* Block */
.block {
    margin: 0 0 10px;
    padding: 20px 15px 1px;
    background-color: #ffffff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-box-shadow: 0 2px 0 rgba(218, 224, 232, .5);
    box-shadow: 0 2px 0 rgba(218, 224, 232, .5);
}

/* Sidebar */

#main-wrapper {
    padding-left: 250px;
    transition: all 0.4s ease 0s;
    height: 100%;
}

#sidebar-wrapper {
    margin-left: -250px;
    left: 250px;
    width: 250px;
    background: #333;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.4s ease 0s;
}

#main-wrapper.active {
    padding-left: 0;
}

#main-wrapper.active #sidebar-wrapper {
    left: 0 !important;
}

#page-content-wrapper {
    width: fit-content;
    min-width: 100%;
    height: auto !important;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 700;
}

.sidebar-nav li {
    line-height: 40px;
    text-indent: 20px;
}

.sidebar-nav li a {
    color: #999999;
    display: block;
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 83px;
    line-height: 60px;
    font-size: 18px;  
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
    height: inherit;
    display: table;
    width: 100%;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.sidebar-nav > .sidebar-brand h1 {
    margin-bottom: 20px;
    display: table-cell;
    vertical-align: middle;
}

.sidebar-nav li a:hover, .sidebar-nav li a:focus, .sidebar-nav li a.active, .sidebar-nav li a.open, .sidebar-nav li.active > a {
    color: white;
    background: rgba(0, 0, 0, .5);
    text-decoration: none;
}

#menu-toggle {
    text-decoration: none;
}

.navbar-toggle.custom-sidebar-toggle{
    float: left;
    display: block;
}

.navbar-toggle.custom-sidebar-toggle:focus{
    background-color: transparent;
}
.navbar-toggle.custom-sidebar-toggle:hover{
    background-color: #ddd;
}

.navbar-default .dropdown-toggle {
    /*text-align: right;*/
}

@media (max-width:767px) {
    #main-wrapper {
        padding-left: 0;
    }

    #main-wrapper.active {
        position: relative;
        left: 0;
    }

    #sidebar-wrapper{
        left: 0;
    }

    #main-wrapper.active #sidebar-wrapper {
        left: 250px !important;
        width: 250px !important;
        transition: all 0.4s ease 0s;
    }

    #menu-toggle {
        display: inline-block;
    }

    .navbar-default {
        padding-left: 0px;
        transition: all 0.4s ease 0s;
    }

    #main-wrapper.active .navbar-default {
        padding-left: 250px;
        transition: all 0.4s ease 0s;
    }
}


@media (min-width: 768px){
    .container {
        width: 85%;
    }
}
@media (min-width: 992px){
    .container {
        width: 95%;
    }
}
@media (min-width: 1200px){
    .container {
        width: 95%;
    }
}

table#DetalleFactura {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#DetalleFactura th{
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

#DetalleFactura td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

#DetalleFactura tr:nth-child(even) {
  background-color: #dddddd;
}

i.fa.fa-trash {
    color: red;
}

i#addElement {
    color: green;
}

i.fa.fa-check-circle {
    color: green;
}

	th#impuestocol {
    width: 7%;
}

th#codigocol {
    width: 18%;
}

th#montocol {
    width: 17%;
    padding-left: 4%;
}

.spinner {
   position: absolute;
   z-index: 1000;
   left: 50%;
   top: 40%;
   height:60px;
   width:60px;
   margin:0px auto;
   -webkit-animation: rotation .6s infinite linear;
   -moz-animation: rotation .6s infinite linear;
   -o-animation: rotation .6s infinite linear;
   animation: rotation .6s infinite linear;
   border-left:6px solid rgba(52,148,214,.15);
   border-right:6px solid rgba(52,148,214,.15);
   border-bottom:6px solid rgba(52,148,214,.15);
   border-top:6px solid rgba(52,148,214,.8);
   border-radius:100%;
}

@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}


label#montoRequerido {
    color: red;
    font-size: 15px;
    position: relative;
    padding-left: 53%;
}

i.fa.fa-star {
    color: #F39C12;
    padding-left: 16%;
}

i#favHome {
    color: white;
}

i#eliminarFavorito {
    position: relative;
    padding-left: 20%;
}

label#montoRequeridoFav {
    color: red;
    font-size: 15px;
    position: relative;
    padding-left: 53%;
}

label#lineaexitoagregada {
    color: green;
    font-size: 15px;
    position: relative;
    padding-left: 50%;
}

label#lineaexitoagregadaFav {
    color: green;
    font-size: 15px;
    position: relative;
    padding-left: 50%;
}

.areatextdesc {
    resize: none
}

label#descriptionLength {
    color: #FF700E;
    font-size: 15px;
    position: relative;
    padding-left: 40%;
}

label#descriptionFavLength {
    color: #FF700E;
    font-size: 15px;
    position: relative;
    padding-left: 40%;
}


div#tableCategorias {
    overflow: scroll;
    height: 298px;
    overflow-x: hidden;
    overflow-y: auto;
}

div#tableCategoriasFav {
    overflow: scroll;
    height: 298px;
    overflow-x: hidden;
    overflow-y: auto;
}

td.detail {
    width: 60%;
}

th#totalprev {
    padding-left: 4%;
}

th#montoprev {
    padding-left: 4%;
}

th#impuestoprev {
    position: fixed;
}

th.identifEmisRec {
    width: 12%;
}

th.montoT.text-align-center {
    width: 13%;
}

label.TextIdentificacion {
    color: #FFB828;
    font-size: 24px;
}

th.identifEmisRec {
    width: 15%;
}

label#textSearchCabys {
    color: #411409;
}

label#NotFoundCab {
    color: red;
}

label#labelOc {
    font-size: 20px;
    color: #FFB828;
    position: relative;
    left: 42%;
}

table#DetalleOtrosCargos {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#DetalleOtrosCargos th{
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

#DetalleOtrosCargos td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

#DetalleOtrosCargos tr:nth-child(even) {
  background-color: #dddddd;
}

label#lineaexitoagregadaOC {
    color: green;
    font-size: 15px;
    position: relative;
    padding-left: 50%;
}

label#lineaexitoagregadaOCFav {
    color: green;
    font-size: 15px;
    position: relative;
    padding-left: 50%;
}


button#OtrosCargosbtn {
    color: green;
    font-weight: bold;
    font-size: 20px;
}

label#descripcionOC {
    color: red;
    font-size: 15px;
    position: relative;
    padding-left: 50%;
}

label#descripcionOCFav {
    color: red;
    font-size: 15px;
    position: relative;
    padding-left: 50%;
}

label#descriptionLengthOC {
    color: #FF700E;
    font-size: 15px;
    position: relative;
    padding-left: 40%;
}

label#descriptionLengthOCFav {
    color: #FF700E;
    font-size: 15px;
    position: relative;
    padding-left: 40%;
}


.input-symbol-colon {
  position: relative;
}

.input-symbol-colon:before {
    position: absolute;
    top: 7px;
    content: "₡";
    right: -13px;
    z-index: 100;
}


.descriptionAcc {
    text-align: justify;
}

th.fecAcc.sorting {
    width: 48px !important;
}

th.claveAcc.claveAccount.sorting {
    width: 229px !important;
}

td.claveAccount {
    word-break: break-word;
}

div#btnInfoAccountancy {
    position: relative;
    top: 15px;
}

.action-btn {
    background: #fea014;
    border: 1px solid #411409;
    padding: 4px 0;
    height: 32px;
    width: 32px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    margin: 0 5px;
    font-size: 16px;
}

i.fa.fa-eye {
    color: #411409 !important;
}

.modal-header-custom {
    padding: 4px 16px 36px;
    border-bottom: none;
    background-color: #411409;
    color: white;
}

h5#titledetalle {
    position: relative;
    top: 16px;
    font-size: 18px;
}

a.action-btn.accountancyDetailbtn {
    position: relative;
    left: 12px;
}

button#btn-contable-module {
    position: relative;
    left: 9%;
}

.colorBtn{
  background: #FFB828;  
}

label#TextFac {
    font-size: 20px;
    position: relative;
    left: 22%;
    top: 8px;
}

label#YearGraphic {
    position: relative;
    left: 23%;
    top: 8px;
    font-size: 20px;
}

.moneyAling {
    text-align: right;
}

label.indicationsC {
    font-weight: 450;
}

