#headerW {
background-color: #fff;
width:100%;
height: 80px;
}
#headerA {
background-color: #fff;
width:100%;
height: 80px;
}
#sidebar-leftW{
float:left;
width:5%;
background-color: #ededed;
height:1302px;
border-left-style:solid #ededed;
margin-left:-60px;
}

#sidebar-leftQ{
float:left;
width:5%;
background-color: #ededed;
min-height:1800px;
border-left-style:solid #ededed;
height:auto!important;
}
#sidebar-leftZ{
float:left;
max-width:5%;
background-color: #ededed;
border-left-style:solid #ededed;
min-height:1800px;
height:auto!important;
margin-top:100px;
border-right-style:solid #ededed;
}

#sidebar-rightW{
float:left;
width:5%;
background-color: #ededed;
}
#sidebar-leftA{
float:left;
width:5%;
background-color: #ededed;
height:1500px;
}
#sidebar-leftB{
background-color: #4b7f8c;
margin-top:-60px;
min-height:1000px;
text-shadow: rgb(0, 0, 0) 0px 1px 0px !important;
}
#sidebar-rightA{
float:right;
width:5%;
background-color: #ededed;
}

#mainW{
float:left;
background-color: lightgray;
height:1500px;
background-image: url("../images/apps/Background.jpg");
}
#footerW{
clear:both;
height: 50px;
width: 100%;
text-align: center;
background-color: lightblue;
}
#sidebar-leftW, #sidebar-leftA, #mainW, #sidebar-leftZ {
min-height: 2000px;			
}
.responsive {
 width: 100%;
 max-height: auto;
 padding-bottom:5px;
 border-top: 2px groove #ededed!important;
 padding-top:5px;
}
.responsivew {
 max-height: 150px;
 padding-left:40px;
}
@media (max-width: 1500px) {.responsivew{
max-width:100%;
max-height:120px;
padding-left:25px;
}
}
@media (max-width: 1500px) {.boxed, .boxed2{
width:80%;
margin-left:95px!important;
}
}

.boxed {
  border: 5px solid #1a495d;
  background-color: #1a495d;
  max-width:84%;
  color:white;
  max-height:50px;
  margin-left:90px; 
}
#info-welcome {
margin: 1em 1em;
}
.left {
    float: left;
    margin-right: 1.5em;
}
.right {
    float: right;
    margin-left: 1em;
}
p {
    
    overflow: hidden; /* this is what keep the <p> from wrapping */
}

.boxedc {
  border: 2px #e4f2f2;
  border-left: 5px solid #3584c5;
  background-color: #e4f2f2;
  margin-left:200px;
  max-width:70%;
  width: auto!important;
  color:black;
  min-height:60px;
  margin-top:-12px;
}
@media (max-width: 1100px) {.boxedc, .boxed3, .boxed4{
margin-left:153px!important;
max-width:100%;
}
}
@media (max-width: 1100px) {.boxedci{
margin-right:250px!important;
font-size:20px!important;
}
}
.boxedci {
color:white;
font-size:40px;
}
@media (max-width: 800px) {.boxedcig{
display:block!important;
margin-right:200px;
font-size:20px!important;
}
}
@media (max-width: 800px) {.boxedc,.boxed3, .boxed4{
margin-left:20px!important;
max-width:100%;
}
}
.boxedcig {
display:none;
}

.boxed1 {
  border: 10px solid #3583c5;
  background-color: #3583c5;
  color:white;
  width:150px;
  margin-left:740px;
  margin-top:-83px;
}

.boxed2 {
  border: 5px solid #ededed;
  background-color: #ededed;
  color:black;
  line-height:1.6;
  max-width:80%;
  margin-left:90px;
  max-width:84%; 

}
.boxed3 {
  border: 5px solid #3583c5;
  background-color: #3583c5;
  margin-left:200px;
  color:white;
  margin-bottom:-15px;
  margin-top:-15px;
  max-width:70%;
  width:auto!important;
  
}
.boxed4 {
  border: 5px solid #ededed;
  background-color: #ededed;
  margin-left:200px;
  color:black;
   max-width:70%;
  width:auto!important;
}
.boxed5 {
  border: 10px solid #ededed;
  position:center!important;
  color:black;
  background-color: #ededed;
  margin-left:350px;
  margin-right:50px;
  padding-bottom:25px;
  padding-top:-30px;
  text-align:justify;
}
.boxed6 {
  color:black;
  background-color: #3583c5 !important;
  width:20%;
}


.dropbtn {
  background-color:none;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 180px;
  z-index: 1;
}
@media (max-width: 1100px) {.dropdown-content{
min-width:1%;
}
}
@media (max-width: 800px) {.dropdown-content{
display:none!important;
}
}
.dropdown-content a {
  text-align: center;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {color: #000000;}

.dropdown:hover .dropdown-content {
display: block;
/*background-color:black;
*/}

/*.dropdown:hover .dropbtn {background-color: white;}
*/
