﻿@charset "utf-8";
/* CSS Document */

body { 
padding-top: 50px; 
}

.company-section {
 background-color:rgb(230,230,230);
 padding-top:10px;
 padding-bottom:10px;
/*    
padding-bottom: 9px;
margin: 0;
border-bottom: 1px solid #eee;
*/
}
.disab{
    border: none;
    background: none;
}


/*Desplegable fleft menu*/

#leftMenu .accordion-group {
    margin-bottom: 0px;
    border:0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}    

#leftMenu .accordion-heading {
    padding-top: 2%;
    height: 34px;
/*    border-top: 1px solid #717171; *//* inner stroke */
    border-bottom: 1px solid rgb(230,230,230); /* inner stroke */
    /*background-color: #353535;*/ /* layer fill content */
    /*background-image: -moz-linear-gradient(90deg, #595b59 0%, #616161 100%);*/ /* gradient overlay */
    /*background-image: -o-linear-gradient(90deg, #595b59 0%, #616161 100%);*/ /* gradient overlay */
    /*background-image: -webkit-linear-gradient(90deg, #595b59 0%, #616161 100%);*/ /* gradient overlay */
    /*background-image: linear-gradient(90deg, #595b59 0%, #616161 100%);*/ /* gradient overlay */
    list-style-type:none;
}  

#leftMenu .accordion-heading  a{  
    color: #999; /* text color */
    /*text-shadow: 0 1px 0 #3b3b3b;*/ /* drop shadow */
    text-decoration:none;
    font-weight:bold;  
}

#leftMenu .accordion-heading  a:hover{  
    color:#ccc     
}

#leftMenu .accordion-heading .active {
    width: 182px;
    height: 34px;
    border: 1px solid #5b5b5b; /* inner stroke */
    background-color: #353535; /* layer fill content */
    background-image: -moz-linear-gradient(90deg, #4b4b4b 0%, #555 100%); /* gradient overlay */
    background-image: -o-linear-gradient(90deg, #4b4b4b 0%, #555 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(90deg, #4b4b4b 0%, #555 100%); /* gradient overlay */
    background-image: linear-gradient(90deg, #4b4b4b 0%, #555 100%); /* gradient overlay */
}

