body {
  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 48px; /* Height of navbar */
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/*
 * Utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }







/* Start Radio inputs */
input[name="menu"],
input[name=dropdowns]{

   /*display: none;*/
}

input[type=radio]:checked ~ label {
background-image: -moz-linear-gradient( 90deg, rgb(0,140,238) 0%, rgb(7,194,255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,140,238) 0%, rgb(7,194,255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,140,238) 0%, rgb(7,194,255) 100%);
   color: white;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(203, 203, 203);
}



input[type=radio]:checked ~ label > i:first-child {
   display: none;
   color: rgb(124, 179, 66);
}

input:not(checked) ~ label {

width: 240px;
  border-color: rgb(203, 203, 203);
  background-image: -moz-linear-gradient( 90deg, rgb(229,229,229) 0%, rgb(242,242,242) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(229,229,229) 0%, rgb(242,242,242) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(229,229,229) 0%, rgb(242,242,242) 100%);
padding: 7px;
   color: black;
  border-style: solid;
  border-width: 1px;
}
/* End Radio inputs */


/* Start Checkbox inputs */
input[type=checkbox]:checked ~ ul {
   display: block;
}

#uparrow,
#downarrow {
   float: right;
}

input[name=dropdowns]:checked ~ label > #downarrow {
   display: none;
}

input[name=dropdowns]:checked ~ label > #uparrow {
   display: inline-block;
}

input[name=dropdowns]:not(checked) ~ label > #uparrow {
   display: none;
}

/* End Checkbox inputs */

/* Start Menu */

ul li {
   font-size: 15px;
   font-weight: 600;
  /* margin-top: 20px;*/
   text-transform: capitalize;
}

ul li label i {
   width: 50px;
   margin-right: 5px;
   text-align: center;
}

ul li label {
   display: inline-block;
   width: 240px;
}

ul li label:hover {
   cursor: pointer;
}

.main {
   list-style-type: none;
   padding-left: 0;
}

.drop {
   display: none;
}

.drop li {
   display: block;
   font-size: 14px;
   padding-left: 20px;
}

.drop li label {
   width: 105px;
}

/* End Menu */

/***********************
** End Sidebar Menu   **
***********************/

nav {
display:inline-block;
   background: rgb(24, 117, 209);
   height: 50px;
   margin-left: 265px;
}

aside {
   position: relative;
   width: 265px;
   height: 100%;
   overflow: auto;
}

.adres {
	color: white;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(112, 228, 254);
  background-color: rgba(9, 120, 204, 0.259);
	height: 35px;
	padding: 6px;
}


.bgwhite {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(203, 203, 203);
  background-image: -moz-linear-gradient( 90deg, rgb(233,232,233) 0%, rgb(248,248,248) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(233,232,233) 0%, rgb(248,248,248) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(233,232,233) 0%, rgb(248,248,248) 100%);
}

.mainl {

}
/* Fixed sidenav, full height */
.sidenav {
margin-right: 20px;
position: relative;
   width: 245px;
   height: 100%;
   overflow: auto;
   font-family: "Lato Medium",Helvetica,Arial,Verdana,sans-serif;
}



/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {

  text-decoration: none;
  font-size: 16px;
  color: black;
  display: block;
  border: none;
  background: none;
  width:100%;
  text-align: left;
  cursor: pointer;
  outline: none;
padding: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(203, 203, 203);
  background-image: -moz-linear-gradient( 90deg, rgb(233,232,233) 0%, rgb(248,248,248) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(233,232,233) 0%, rgb(248,248,248) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(233,232,233) 0%, rgb(248,248,248) 100%);
}

.sidenav a {
  text-decoration: none;
  font-size: 16px;
  color: black;
  display: block;
  border: none;
  background: none;
  width:100%;
  text-align: left;
  cursor: pointer;
  outline: none;
padding: 8px;
  background-color: white;
}

/* On mouse-over */
.dropdown-btn:hover {

}

/* On mouse-over */
.sidenav a:hover {
  color: #0018cb;
}

/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;

}


/* Add an active class to the active dropdown button */
.active {
  color: white;
  background-image: -moz-linear-gradient( 90deg, rgb(0,140,238) 0%, rgb(7,194,255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,140,238) 0%, rgb(7,194,255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,140,238) 0%, rgb(7,194,255) 100%);
  border-style: solid;
  border-width: 1px;
  border-color: rgb(203, 203, 203);
}



/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
	padding-left: 5px;
  color: white;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(203, 203, 203);
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 5px;
  padding-top: 5px;
} 

.fico {
  margin-left: 100%;
} 

.link {
  color: #0054ff!important;
  text-decoration: underline;
} 

.nolink {


} 

table a {
  color: #000000;
        text-decoration: none;
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
    }
	
table a:hover{
       text-decoration: none!important;


    }

table {
        font-family: "Lato Medium",Helvetica,Arial,Verdana,sans-serif;
        font-size: 16px;
    }

.addt {
  border-top: 2px solid;
  padding-top: 10px;
  margin-top: 2rem;
color: white;
  font-family: "Lato Medium",Helvetica,Arial,Verdana,sans-serif;
  margin-left: 265px;
      display:block;
    width:100%;
  max-width: 835px;
} 


pagination-controls {

	  border-style: solid;
  border-width: 1px;
  border-color: rgb(203, 203, 203);
  background-image: -moz-linear-gradient( 90deg, rgb(233,232,233) 0%, rgb(248,248,248) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(233,232,233) 0%, rgb(248,248,248) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(233,232,233) 0%, rgb(248,248,248) 100%);

  text-align: right;
  list-style: none;
  margin: 0;
  padding: 0;
}


.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}



.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 300ms;
  visibility: hidden;
  opacity: 0;
   overflow:auto;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 40px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: "Lato Medium",Helvetica,Arial,Verdana,sans-serif;
}
.popup .close {
  position: absolute;
  top: 2px;
  right: 10px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

.pagina {
  display: inline-block;
  width: 100%;
  	  border-style: solid;
  border-width: 1px;
  border-color: rgb(203, 203, 203);
  background-image: -moz-linear-gradient( 90deg, rgb(233,232,233) 0%, rgb(248,248,248) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(233,232,233) 0%, rgb(248,248,248) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(233,232,233) 0%, rgb(248,248,248) 100%);
    text-align: right;
	    padding: 0.85rem 0.85rem;
    vertical-align: middle;
		text-decoration: none;
		height: 50px;
}
.pagina a {
  text-decoration: none;
  color: #047dc7;

  padding: 5px 10px;

}
.pagination1 a.activa {
  background-color: #047dc7;
  color: #FFF;
  border-radius: 5px;
}
.pagination1 a:hover:not(.active) {
  background-color: #DDD;
    border-radius: 5px;
}
.pagination2 a.activa {
  background-color: #047dc7;
  color: #FFF;
  border-radius: 5px;
}
.pagination2 a:hover:not(.active) {
  background-color: #DDD;
  border-radius: 5px;
}
.pagination3 a {
  transition: background-color 0.3s;
}
.pagination4 a:not(.active) {
  border: 1px solid #DDD;
}
.pagination4 a.activa {
  border: 1px solid #4CAF50;
}
.pagination5 a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pagination5 a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.pagination6 a {
  margin: 0 4px;
}
.pagination7 a {
  font-size: 22px;
}
.center {
  text-align: center;
}
ul.breadcrumb {
  list-style-type: none;
  background-color: #EEE;
  padding: 8px 16px;
}
ul.breadcrumb li {
  display: inline-block;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: #000;
  content: "/\00A0";
}

