
:root {
    --color-primario: #76232f;
    --color-primario_1: #76232fF0;
    --color-primario_2: #76232fAA;
    --color-primario_3: #76232fF3;
    --color-primario_4: #76232fDF;
    --color-primario_5: #76232f9F;

    --color-secundario: #9d2f3f;
    --color-dash1: #1ebccd;
    --color-dash2: #3a55b1;
    --color-dash3: #ffbf36;

}

body {
	font-family: "Raleway", Helvetica, sans-serif;
	/* color: #1a1a1a; */
    background-color: #F6f6f6;
	/* font-size: 1.4em; */
}
textarea{
    resize: none;
}
.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
}
.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #f56e00;
    text-decoration: none;
    background-color: #fff;
    font-weight: 700;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    font-weight: 700;
    background-color: transparent;
}
.dropdown-menu {
	background-color:#313a7aF0;
}
.dropdown-menu>li>a {
    color: #ffffff;
    padding: 8px 24px;
}
#scrollable {
    max-height: 500px ;
    overflow: scroll;
    overflow-y: scroll;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #f56e00;
    text-decoration: none;
    background-color: #313a7a;
    font-weight: 700;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f56e00;
    font-weight: 700;
}
.dropdown-menu .divider {
    background-color: #f56e00;
     margin: 9px 16px;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #313a7a;
    background-color: #ffffff;
}
#referencias {
  /* margin-top: 90px; */
}

section {
	/* margin: 40px 0; */
}
h1 {
	font-weight: 700;
	font-size: 1.5em;
	color: var(--color-primario);
}
h2 {
	font-weight: 600;
	font-size: 1.1em;
	color: var(--color-secundario);
	font-style: normal;
}
section a {
	color:var(--color-primario);
	font-weight: 700;
	font-style: italic;
}
a:focus, a:hover{
    color: var(--color-primario_1);
    text-decoration: underline;
}
.modal a {
  font-weight: 700;
  font-style: italic;
  padding-left: 20px;
}
.red {
	color:#c0272d;
}
.green {
	color:#22b473;
}
.yellow {
  color:#FAAF3B;
}
.blue {
  color:#337ab7;
}
.white {
  color:white;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 14px 8px;
    text-align: center;
}
.table {
	margin-top: 20px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #faffff;
}
hr.divider {
	border-top: 1px dotted #dbdbdb;
}
hr.dividerRecurrente {
	border-top: 1px dashed #313a7a;
}
.checkbox, .radio {
    margin: 0;
}
.switch {
  display: inline-block;
  height: 17px;
  position: relative;
  width: 30px;
}

.switch input {
  display:none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.slider:before {
  background-color: #fff;
  bottom: 2px;
  content: "";
  height: 13px;
  left: 2px;
  position: absolute;
  transition: .4s;
  width: 13px;
}
.container-fluid {
    padding: 30px 15px 50px 15px;
    border-top: 1px dotted #dbdbdb;
    border-bottom: 1px dotted #dbdbdb;
    background-color: #f4f4f4;
}
.modal-backdrop {
    background-color:#313a7a;
}
.modal-backdrop.in {
    opacity: .9;
}

input:checked + .slider {
  background-color: #66bb6a;
}

input:checked + .slider:before {
  transform: translateX(13px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.divOculto {
  display: none;
}
.btn-primary {
  background-color: var(--color-primario);
  border-color: var(--color-primario);
}
.navbar-header h1 {
  color: #fff;
}

/*steps*/
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 50%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.setup-content .btn {
  margin-top: 30px;
}
tfoot {
  color: #cccccc;
}
.table-responsive {
  margin-bottom: 40px;
  margin-top: 30px;
}




/* Estilos generales movil*/

@media (max-width: 767px) {
	.navbar-inverse .navbar-toggle {
	    border-color: #a3dce5;
	}
	.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	    background-color: #f56e00;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	    color: #ffffff;
	}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	    border-color: #f56e00;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
	    background-color: #f56e00;
	}
  .navbar-header h1 {
    font-size: 1em;
  }
}

/* ALERTS */

.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
}

.alertNotiRecurrente{

    /* float: right; */
    position: fixed;
    top: 110px;
    display: block;
    margin: 0;
    padding: 0;
    left: 10px;
    /* height: 50%; */
    /* width: 100%; */
    /* background-color: #4CAF50; */
}

.alert.success {background-color: #4CAF50;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}
.alert.geo {background-color: #313a7a;}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}


/* BOTONES COLVIS */
.buttons-colvis {
    color: #fff;
    background-color: #313a7a;
    border-color: #313a7a;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    border: 1px solid #ddd;
}
.buttons-colvis:hover{
    background-color: #f56e00;
    border-color: #f56e00;
}
.buttons-colvis:active{
    background-color: #285f8f;
    border-color: #285f8f;
}

.buttons-columnVisibility{
    color: #fff;
    background-color: #313a7aAA;
    border-color: #313a7aAA;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: underline;
    border: 1px solid #ddd;
    display: block;
}
.buttons-columnVisibility.active{
    color: #fff;
    background-color: #313a7aF3;
    border-color: #313a7aF3;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    border: 1px solid #ddd;
    display: block;
}
.edit-form{
    background-color: #313a7a;
}
.button-alta{
    background-color: white;
    border-width: 0px;
    font-weight: 700;
    color: #313a7a;
}
.button-alta:hover{
    background-color: white;
    border-width: 0px;
    font-weight: 700;
    color: #f56e00;
}
.btn-primary:hover{
    background-color: var(--color-primario_1);
    border-color: var(--color-primario_1);
}

.btn-primary:focus{
  background-color: var(--color-primario_1);
  border-color: var(--color-primario_1);
}

.btn-primary:disabled{
  background-color: var(--color-primario_1)aa;
  border-color: var(--color-primario_1)aa;
}
.date{
    width: 100%;
}

/* Calendar */
#external-events {
    margin-top: 55px;
}

#external-events .fc-event {
  cursor: move;
  margin: 8px 0;
  padding: 5px;
}

/* Panel Dashboard */

.panel-dash {
    border-color: #313a7a;
}
.panel-dash > .panel-heading {
    background-color: #313a7a;
    color:white;
    font-size: 1.15em;
}
.panel-dash > .panel-body {
    /* text-align: center; */
}
.numberF3{
    font-weight: 700;
    font-size: 1.3em;
    color: rgb(38,46,92);
    text-align: left;
}
.numberF{
    font-family: monospace;
}

.panel-bg-gradient {
    border-radius: 20px;
    border: 0;
    color:white;
    background-image: linear-gradient(45deg, #1ebccd, #3a55b1) !important;
}
.panel-bg-gradient2 {
    border-radius: 20px;
    border: 0;
    color:white;
    background-image: linear-gradient(45deg, #3a55b1, #1ebccd) !important;
}
.panel-bg-gradient3 {
    border-radius: 20px;
    border: 0;
    color:white;
    background-image: linear-gradient(45deg, #ffbf36, #f56e00) !important;
}
.panel-bg-gradient4 {
    border-radius: 20px;
    border: 0;
    color:white;
    background-image: linear-gradient(45deg, #f56e00, #ffbf36) !important;
}
.panel-bg-gradient5 {
    border-radius: 20px;
    border: 0;
    color:white;
    background-image: linear-gradient(45deg, #c26a1e, #ffb30f) !important;
}
.panel-bg-gradient6 {
    border-radius: 20px;
    border: 0;
    color:white;
    background-image: linear-gradient(45deg, #ffb30f, #c26a1e) !important;
}
.panel-bg-gradient7 {
    border-radius: 20px;
    border: 0;
    color:white;
    background-image: linear-gradient(45deg, #23cd63, #1ca14e) !important;
}
.panel-bg-gradient7:hover {
    transform: scale(1.05,1.05);
    cursor: pointer;
}
.title-dash {
    color:white;
    font-size:1.3em;
    margin: 0px;
}
.cantidad-dash {
    color:white;
    font-size:2.5em;
    margin: 0px;
    font-weight: 400;
}
.subtitle-dash {
    color: white;
}
.lbl-dash{
    /* padding-top: 3px; */
    font-size: 1.1em;
}
.lbl-dash2{
    /* padding-top: 3px; */
    padding: 10px 8px;
    font-size: 1.1em;
}
.table-dash{
    padding: 0;
    margin: 0;
}
.panel-body-table{
    padding-top: 0;
    padding-bottom: 0;
}

.new-feature{
    position: absolute;
    top: 7px;
    right: 0px;
    padding: 1px 6px;
    border-radius: 50%;
    background: #f56e00;
    color: white;
}
.new-feature-up{
    position: absolute;
    top: -5px;
    right: -1px;
    padding: 1px 6px;
    border-radius: 50%;
    background: #f56e00;
    color: white;
}
.negritas{
    font-weight: bolder;
}
.font-italic{
    font-style: italic;
}
.text-align-right{
    text-align: right;
}
.text-align-left{
    text-align: left;
}
.padding-left-2{
    padding-left: 10px;
}
.padding-left-3{
    padding-left: 20px;
}
.padding-left-4{
    padding-left: 30px;
}
.padding-left-5{
    padding-left: 40px;
}
.margin-left-2{
    margin-left: 10px;
}
.margin-left-3{
    margin-left: 20px;
}
.margin-left-4{
    margin-left: 30px;
}
.margin-left-5{
    margin-left: 40px;
}



/* .card{
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 25px;
    box-shadow: 4px 4px 6px #b3b3b3;
}

.card-footer{
    border-radius: 25px;
} */

.btn-outline-danger {
    border-color: #dc354500;
}


.btn-outline-primary {
    color: #313a7a;
    border-color: #dc354500;

}
.btn-outline-primary:hover,.btn-outline-primary:focus {
    background-color:  #313a7a;
}

/* .card-footer a {
    font-weight: bold;
    font-style: normal;
}

.card-footer-n  a {
    font-weight: bold;
    font-style: normal;
} */

.btn-blue {
  color:#fff;
  background-color: #313a7a;
  border: none;
  padding:12px;
  text-align: center;
  font-style: normal;
}
.btn-blue:hover {
  color:#fff;
  background-color: #262d5e;
  border: none;
  padding:12px;
  text-align: center;
  font-style: normal;
}

.btn-yellow {
  color:#fff;
  background-color: #e79400;
  border: none;
  padding:12px;
  text-align: center;
  font-style: normal;
}
.btn-yellow:hover {
  color:#fff;
  background-color: #cd8400;
  border: none;
  padding:12px;
  text-align: center;
  font-style: normal;
}

.btn-green {
  color:#fff;
  background-color: #40901c;
  border: none;
  padding:12px;
  text-align: center;
  font-style: normal;
}
.btn-green:hover {
  color:#fff;
  background-color: #316f16;
  border: none;
  padding:12px;
  text-align: center;
}


/* .card-title{
    color:#f56e00;
    font-weight: bold;
} */

/* .card-text p {
    color:#313a7a;
} */


.bg-image-container {
    overflow: hidden;
    position: relative;
    border: 0px;
}.bg-image-container:hover{
    opacity: 0.9;
    scale:1.01;
}

.bg-image-container-nohover {
    overflow: hidden;
    position: relative;
    border: 0px;
}



.bg-image {
    opacity: 0.99;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}


.bg-image-content {
    position: relative;
}

.a-espacio:hover{
    text-decoration: none; !important
    font-style: normal; !important
}


.title-espacio{
    padding:3px;
    background:#000000CA;
    color:white;
    border-radius: 0.5rem;
    font-style: normal; !important
}
.title-espacio:hover{
    text-decoration: none;
    font-style: normal;
}

.text-espacio{
    padding:2px;
    background:#000000CA;
    color:white;
    border-radius: 0.5rem;
    font-style: normal; !important
}


.circle-span{
    display: inline-block; /* or block */
    width: 130px;
    height: 130px;
    color: white;
    border-radius: 50%;
    background: #f56808;
    padding-top: 40px;
    font-size: xx-large;
    font-weight: bold;
}

.card {
    background-color: #F6f6f6;
}
.loader-animation {
    border: 6px solid #ff6c2f;
    border-radius: 50%;
    border-top: 6px solid #f3f3f3;
    width: 20px;
    height: 20px;
    margin: auto;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.card-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

hr.new1 {
  border: 0.5px solid #d0d0d0;
  border-radius: 5px;
}

.total{
    font-size: 2em;

}

.saldo{
    font-size: 1.5em;
    margin: 0px

}

.align-right{
    margin-right: 30px;
    float: right;

}
.pay_footer{
    padding: 10px 25px;
    background-color: #e3e2e2;
}

.card-boleto{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.qr-boleto{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;

}

.top-navigator{
  background-color: var(--color-primario);
}

.container-img{
  position: relative;
  text-align: center;
}

.container-img .button-download {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #555;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  opacity: 90%;
}

.container-img .button-download:hover {
  background-color: #444;
  opacity: 90%;

}

img:hover + .button-download, .button-download:hover {
  display: inline-block;
}