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

.modal-header {
	background-color: #b52020;
        color:white;
    /*border-color: #2e3436;*/
	text-align: center;
	font-family: arial, verdana;
	font-size: 11pt;
        border-radius: 5px 5px 0px 0px;
        font-weight: bold;
}

.modal-nodos {
	background-color: #b9bfc5;
        color:black;
    /*border-color: #2e3436;*/
	text-align: left;
	font-family: arial, verdana;
	font-size: 11pt;
        
        font-weight: bold;
}

.modal-body {
	margin: 0 8% 0 8% !important;
	text-align: left !important;
}


/*Adding acordion just for practice */


button.accordion {
    background-color: #fdaf08;
    color: white;
    cursor: pointer;
   /* padding: 5px;*/
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #fa671e;
 
}

button.accordion:after {
    content: '\002B';
    color: #red;
    font-weight: bold;
    float: right;
    margin-left: 2px;
    
}

button.accordion.active:after {
    content: "\2212";
}

div.panels {
    padding: 0px 2px 2px 2px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
   /* margin-bottom: 2px;*/
} 



/*  ADDING LEFT MENU TO LIST DETAILS */
* {box-sizing: border-box}
/*body {font-family: "Lato", sans-serif;}*/


#areaNav span:hover {
color:#f19b17;
font-size: 22px;
}

.tabcontent {
   /* float: right;*/
    padding: 0px 2px 0px 2px;
    border-top: 1px solid #e7e7e7;
    width: 100%;
    height: 350px;
    
/*    background-color:lime;*/
    
}

.tabcontent h4{
	color:#848484;
	font-size: 16px;
}

.tabcontent h3{
	  font-size: 18px;
	  font-weight:bold;
	  text-align: center;
}


#areaNav {
background-color:white;
 position: relative;
  width: 100%;
  height: 100%;
}

 .sidenav {
    position: absolute;
    height:100%;
    z-index: 1;
    top: 0;
    left: 0;
    /*opacity: 0.92;*/
    background-color: #fa671e;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 24px;
    text-align:center;
}

#areaNav .sidenav a {
    padding: 4px 4px 4px 24px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    display: block;
    transition: 0.3s;
    text-align: left;

}

#areaNav .sidenav a:hover{
   color: black;
  
}

#areaNav .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 22px;
    margin-left: 2px;
}

@media screen and (max-height: 450px) {
 #areaNav  .sidenav   {padding-top: 2px;}
 #areaNav  .sidenav a {font-size: 15px;}
}


/* BOTONES DE AYUDA */

button.subreq {
    background-color: #31bc00;
    color: white;
    cursor: pointer;
   /* padding: 5px;*/
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
}

button.subreq.active, button.subreq:hover {
    background-color: #109dd5;
 
}

button.subreq:after {
    content: '\26AA';
    font-weight: bold;
    float: right;
    margin-left: 2px;
    
}

button.subreq.active:after {
    content: "\26AB";
}

#checkpassW{
    position: relative;
    top: 4px;
}
