body {
  font-family: 'Lora';
  max-height: 100%;


}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway';
}



video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(video.png) no-repeat;
    background-size: cover; 
}


.login{
	background-color: rgba(255,255,255,.8);
	float: right;
  font-family: "Raleway";
  height:100%;
  vertical-align: middle;
  position: relative;
}
input: not[.desgloce-formulario] {
	width: 100%;
	margin-bottom: 1.4rem;
	padding: 1rem;
	background-color: #df8a13;
	border-radius: 0.2rem;
	border: none;
}
.logo{
  max-height: 100px;
	margin-top: 3em;
	margin-bottom: 1em;

}
.row-logo a img{
  text-align: center;
}
.row-logo h6{
  text-align: center;
}
.header-inside{
	max-height: 200px;
	overflow: hidden;
	
}

.section-cajero{
	background-color: white;
	background-size: 100% 100%;
	margin-top: -30px;
  padding-top: 50px;

}
.section-cajero .row{
  
  margin-bottom: 15px;
}

/**************** indicador ****************/

.indicador{
  margin: 0 auto;
}
.indicador .indicadorbtn{
  margin: 0 auto;
}

.tipoCambio .form-control{
  font-size: 1.5em;
}

.cliente .form-row h6{
  margin-top: 10px;
}


/**************** /.indicador ****************/


.logo-inside{
	max-height: 100px;
	margin-top: 1em;
	margin-bottom: 1em;
}
.navbar{
  box-shadow: 2px 2px 2px #858383;
  font-family: 'Raleway';
  padding-bottom: 0;
  padding-top: 0;
  color: #858383;
}
.navbar li a{
  color: #858383;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 20px;
  padding-bottom: 20px;
}
.navbar li  a:hover, .navbar .navbar-nav  li  a:visited, .navbar .navbar-nav  li  a:active {
    color: #fafafa;
}
.navbar a:active:{
    color:lightgrey;
}
.navbar a:visited:{
    color:lightgrey;
}
.nav-item:hover{
  background-color: #ababab;
}
.navbar-light .navbar-nav .nav-link{
  color: #858383 !important;
}

.aviso-table .plan {
  margin-left:0px;
  border-radius: 5px;
  text-align: center;
  background-color: #f3f3f3;
  -moz-box-shadow: 0 0 6px 2px #b0b2ab;
  -webkit-box-shadow: 0 0 6px 2px #b0b2ab;
  box-shadow: 0 0 6px 2px #b0b2ab;
}
 

 
 .plan {
  padding: 20px;
  margin-left:0px;
  background-color: #5e5f59;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
  
.plan-name-sucursal {
  padding: 20px;
  color: #fff;
  background-color: #17a2b8;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
 }

 .aviso-table .plan .plan-name span {
  font-size: 20px;
}
 
.aviso-table .plan ul {
  list-style: none;
  margin: 0;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
 
.aviso-table .plan ul li.plan-feature {
  padding: 15px 10px;
  border-top: 1px solid #c5c8c0;
  margin-right: 35px;
}
 
.plan-name-alerta {
  padding: 20px;
  color: #fff;
  background-color: #C0C0C0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
 }
  


.table th:not [.tabla-modal]{
  border:solid white 1px;
}
.table td:not [.tabla-modal]{
  border:solid lightgray 1px;
  text-align: center;
}

.table thead {
    background: #17a2b8;
    color: #f1f1f1;
    font-size: 16px;
    padding: 15px 24px;
    text-align: center;
}
.table .solido{
  background-color: rgb(233, 236, 239);
  text-align: center;
}

.form-horizontal{
  padding-right: 25px;
  border-right: solid 2px white;
}
footer{
  margin-top:100px;
    background-color: #fff; 
    color:gray; 
    text-align: center; 
    padding: 5px 30px 0px 30px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
footer p{
  margin-bottom: 0;
}
@media (min-width: 1900px){
  .login{
    margin-top: 300px;
  }
}






/*********modal********/
.modal-dialog {
  min-width: 900px;
  max-width: 1150px;

}
.modal-body{
  max-height: 500px;
  overflow-y: auto;
}
.modal-header{
  padding-top: .6em;
  padding-bottom: .6em;
  color: #fff;
background-color: #17a2b8;
}
.modal .input-group-text{
  font-size: .8em;
}
.modal .formularios .input-group{
  margin-bottom: 15px;
}
.modal .form-group{
  margin-bottom: 0;
}
.modal .form-control, .modal select{
  font-size: .8em;
}

#radioBtn .notActive{
    color: #117a8b;
    background-color: #fff;
}




.file-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;    
    color: #333;
    background-color: #fff;
    border-color: #ccc;    
}
.file-preview-input input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.file-preview-input-title {
    margin-left:2px;
}





/*---------------------------    desglose - formulaario --------------------*/
.desgloce-formulario {
  background-color: white;
  background-size: 100% 100%;
  margin-top: -30px;
  padding-top: 50px;

}
.desgloce-formulario .table td, .desgloce-formulario .table th, .cambio .table td{
  vertical-align: middle !important;
}
.desgloce-formulario .table p, .cambio .table p{
  margin: 0;
}
.desgloce-formulario .desgloce td, .cambio .desgloce td{
  border:solid white 1px;
}
.desgloce-formulario .pre-sinpre{
  background-color: rgb(23, 162, 184);
  color: white;
  border-radius: 25px;
  padding: 10px;
}

.desgloce-formulario .pre td{
  border:none;
  vertical-align: middle;
}
.desgloce-formulario .desgloce td, .cambio .desgloce td{
  padding: 6px;
}
/*-------------switches--------------*/

.switch {
  font-size: 1rem;
  position: relative;
}
.switch input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: none;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
}
.switch input + label {
  position: relative;
  min-width: calc(calc(2.375rem * .8) * 2);
  border-radius: calc(2.375rem * .8);
  height: calc(2.375rem * .8);
  line-height: calc(2.375rem * .8);
  
  cursor: pointer;
  outline: none;
  user-select: none;
  vertical-align: middle;
  text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
}
.switch input + label::before,
.switch input + label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(calc(2.375rem * .8) * 2);
  bottom: 0;
  display: block;
}
.switch input + label::before {
  right: 0;
  background-color: #dee2e6;
  border-radius: calc(2.375rem * .8);
  transition: 0.2s all;
}
.switch input + label::after {
  top: 2px;
  left: 2px;
  width: calc(calc(2.375rem * .8) - calc(2px * 2));
  height: calc(calc(2.375rem * .8) - calc(2px * 2));
  border-radius: 50%;
  background-color: white;
  transition: 0.2s all;
}
.switch input:checked + label::before {
  background-color: rgb(23, 162, 184);
}
.switch input:checked + label::after {
  margin-left: calc(2.375rem * .8);
}
.switch input:focus + label::before {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
}
.switch input:disabled + label {
  color: #868e96;
  cursor: not-allowed;
}
.switch input:disabled + label::before {
  background-color: #e9ecef;
}
.switch.switch-sm {
  font-size: 0.875rem;
}
.switch.switch-sm input + label {
  min-width: calc(calc(1.9375rem * .8) * 2);
  height: calc(1.9375rem * .8);
  line-height: calc(1.9375rem * .8);
  text-indent: calc(calc(calc(1.9375rem * .8) * 2) + .5rem);
}
.switch.switch-sm input + label::before {
  width: calc(calc(1.9375rem * .8) * 2);
}
.switch.switch-sm input + label::after {
  width: calc(calc(1.9375rem * .8) - calc(2px * 2));
  height: calc(calc(1.9375rem * .8) - calc(2px * 2));
}
.switch.switch-sm input:checked + label::after {
  margin-left: calc(1.9375rem * .8);
}
.switch.switch-lg {
  font-size: 1.25rem;
}
.switch.switch-lg input + label {
  min-width: calc(calc(3rem * .8) * 2);
  height: calc(3rem * .8);
  line-height: calc(3rem * .8);
  text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem);
}
.switch.switch-lg input + label::before {
  width: calc(calc(3rem * .8) * 2);
}
.switch.switch-lg input + label::after {
  width: calc(calc(3rem * .8) - calc(2px * 2));
  height: calc(calc(3rem * .8) - calc(2px * 2));
}
.switch.switch-lg input:checked + label::after {
  margin-left: calc(3rem * .8);
}
.switch + .switch {
  margin-left: 1rem;
}





/*-------------  succursales --------------*/
.succursales{
  margin-top: 20px;
  margin-bottom: 20px;
}
.succursales .sucursales{
  background-color: rgba(255,255,255, 0.8);
  border-radius: 1.5em;
  padding: 2em;
  text-align: center;
  font-family: "Raleway";
}
.succursales .sucursales select{
  margin: 0em 0;
}


.sucursales .table td{
  border:none;
}
.sucursales h6{
  margin-top: 3em;
}

.sucursales .avisoPriv{
  text-align: justify;
}
.sucursales .siNo{
  margin-left: 35%;
}
.sucursales .table thead, .sucursales .table .chico{
  font-size: .6em;
}
.sucursales .lineas tr{
  border-bottom: solid 1px gray;
}
/*
.sucursales .lineas .hidden{
  display: none;
}*/

.sucursales .lineas .input-group{
  margin-bottom: 1em;
}




/*---------- dashboard ------------*/

.video-container {
z-index: -100;
width:100%;
height:100%;
overflow:hidden;
position:absolute;
top:0;
left:0;
}
#video-bg{
  width:100%;
 
}

.dashboard .nav-item a{
  color: rgb(23, 162, 184);
}
.dashboard .navbar-top-links{
  float: right;

}
.dashboard .navbar-top-links li  {
  display: inline-block !important;
  list-style: none;
}
.dashboard .navbar-top-links .dropdown-item i{
  padding-right: 5px;
}
.dashboard .navbar li a{
  color: white;
}
.dashboard .navbar li a:hover{
  color: rgb(23, 162, 184);
}
.dashboard .navbar li:hover{
}
.dashboard .navbar .dropdown-item{
  color: black;
}



.dashboard .sidebar {
  position: fixed;
  top: 60px;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding-top: 15px;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}
.dashboard main{
  background-color: white;
  overflow: hidden;
  margin-left: 200px;
}
.dashboard .sidebar-right {
  position: fixed;
  top: 60px;
  bottom: 0;
  right: 5px;
  z-index: 100;
  padding-top: 15px;
  list-style: none;
  text-decoration: none;
}
.dashboard .sidebar-right a{
  list-style: none;
  text-decoration: none;
  color: inherit;
}





.nav-side-menu {
  overflow: auto;
  font-size: 12px;
  font-weight: 200; 
  position: fixed;
  top: 60px;
  width: 300px;
  height: 100%;
}

.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 55px;
  cursor: pointer;
  
}

.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #d19b3d;
  background-color: rgb(23, 162, 184);
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: white;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: lightgray;
}
.nav-side-menu ul .sub-menu li{
  
  padding-left: 10px;
  
}
.nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid #2e353d;
  border-bottom: 1px solid #23282e;
}
.nav-side-menu li a {
  text-decoration: none;
  color: rgb(23, 162, 184) !important;
  padding-left: 10px;
}
.nav-side-menu  ul .active  a{
  text-decoration: none;
  color: white !important;;
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li:hover {
  border-left: 3px solid rgb(211, 211, 211);
  background-color: lightgray;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}

/*----------- tipos de cambio ------------*/
.tipoCambio{
  margin-bottom: 15px;
  margin-top: 15px;

}
.tipoCambio .moneda{
  display: inline-block;
}
.tipoCambio .moneda{
  border-right: solid #e7e7e7 1px;
}
.tipoCambio ul li{
 list-style: none;
 text-decoration:none;
}
.tipoCambio i{
  color: #17a2b8;
  display: inline-block;
}
.tipoCambio .titulo{
  color: rgb(23, 162, 184);
}
.completa{
  text-align: center;
}


.info-block h5{
  text-align: center;
  margin: 1em 0;
}

.info-block
{
    border-right:
    5px solid #E6E6E6;
    margin-bottom:25px;
}
.info-block .square-box
{
    margin-right:22px;
    text-align:center!important;
    padding:20px 0
}
.info-block.block-info
{
    border-color:#20819e
}
.info-block.block-info .square-box
{
    background-color:#20819e;color:#FFF
}

/******************************** ConfiguracionTiposCambios  ********************/
.ConfiguracionTiposCambio{
  background-color: white;
  background-size: 100% 100%;
  margin-top: -30px;
  padding-top: 50px;

}
.cambio .table td{
  text-align: center;
}
.num{
  background: #17a2b8;
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  color: #fff;
  display: table-cell;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em;
  vertical-align: middle;
   
}
.num2{
  background: #df8a13;
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  color: #fff;
  display: table-cell;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em;
  vertical-align: middle;
   
}