
/*-----------------Base del body y del menu---------------------*/

@font-face {font-family: "Nova-Bold";
    src: url("../webfonts/Nova-Bold.otf") format("truetype"); /* chrome firefox opera Safari, Android, iOS 4.2+*/
}

.bg-dark {
    background-color: rgb(255 255 255 / 0%) !important;
}

body {
  font-family: FontAwesome,"Nova-Bold";
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: rgb(28 52 98);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #ffffff;
}

.sidenav a:hover, .dropdown-btn:hover{
  margin-left: 10px;
}

.dropdown-container {
  display: none;
  background-color: rgb(28 52 98);
  padding-left: 12px;
}

.sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #ffffffb8;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
} 

.dropdown-btn:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
} 

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: -200px;
  font-size: 45px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.navbar-expand .navbar-collapse {
  margin-right: 20px;
}

.icon_menu {
  color: #3d75cb;
}

.btn-outline-dark {
  border-color: #dc354500;
}

.btn-outline-dark:focus{
  box-shadow: 0 0 0 0.2rem rgb(52 58 64 / 0%);
}

.btn-outline-dark:hover{
  border-radius: 10px;
}

.fixed-top {
    z-index: 0;
}

body{ height:100vh; margin:0; }

body{ 
  display:flex; 
  flex-direction:column; 
}


.laber_menu{
  margin-left: 5px;
  margin-right: 5px;
  font-size: 17px;
}



/*-----------------Botones..---------------------*/

.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
    border: 1px solid #b9b0b0;
}

.form-control{
  border: 1px solid #3066b9;
  background-color: #f5f6f9;
  border-radius: 20px;
}

.form-control:focus{
  border: 2px solid #3066b9;
  background-color: #f5f6f9;
}

.btn{
  border-radius: 20px;
}

.btn-danger{
  background: #af2b2e;
}

.btn-danger:hover{
  background: #911e20;
}

.btn-danger:focus{
  background: #ca5254;
}

.icon_red_bt {
    color: #fff;
    background: #ca5254;
    border-radius: 20px;
    width: 18px;
    height: 18px;
    padding-top: 1px;
    padding-right: 2px;
    float: right;
    margin-top: 3px;
}

.btn-primary{
  background: #3066b9;
}

.btn-primary:hover{
  background: #244075;
}

.btn-primary:focus{
  background: #437eda;
}

/*containers y separadores*/

.content_form{
  border: 2px solid rgb(137 140 144 / 72%);
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  background-color: rgb(255,255,255);
  border-radius: 15px;
}



/*contenido del form loader, table, etc...*/

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/pageLoader.gif) 50% 50% no-repeat rgb(249 249 249 / 57%);
    opacity: .8;
}

.stoploader{
  /*  clase abierta para agregar alguna diseño al detener el loader */
}

/*table*/
.table td {
   text-align: center;
   vertical-align: middle;   
}

.table th {
   text-align: center;  
   vertical-align: middle; 
}

.my-custom-scrollbar-rastreo {
  position: relative;
  height: 350px;
  overflow: auto;
}

.table-wrapper-scroll-y {
  display: block;
}

.btn-group-sm > .btn, .btn-sm {
    font-size: 1.0rem;
    border: none;
}

.hidden{
   visibility:hidden;
}

td {border: 1px #DDD solid; padding: 5px;}

.selected {
    color: #F00;
}

.table-responsive {
    overflow-x: overlay;
}
