/*
* Base structure
*/

/* Move down content because we have a fixed navbar that is 50px tall 
body {
    
}*/


/*
 * Global add-ons
 */

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}


.displayNone {
    display: none !important;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
    border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
    display: none;
}
@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 51px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        background-color: #f5f5f5;
        border-right: 1px solid #eee;
    }
}

/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
}
.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #428bca;
}


/*
 * Main content
 */

.main {
    padding: 20px;
}
@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 40px;
    }
}
.main .page-header {
    margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
    margin-bottom: 30px;
    text-align: center;
}
.placeholders h4 {
    margin-bottom: 0;
}
.placeholder {
    margin-bottom: 20px;
}
.placeholder img {
    display: inline-block;
    border-radius: 50%;
}

.btnHome {
    padding: 10px 0 0 0; height: 80px; border-right: 1px solid #ccc; text-align: center; 
    background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #f9f9f9 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f9f9));
background: -webkit-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#f9f9f9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );

}

.Active {
 background: #64ad64 !important;
background: -moz-linear-gradient(top,  #64ad64 0%, #4cae4c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#64ad64), color-stop(100%,#4cae4c));
background: -webkit-linear-gradient(top,  #64ad64 0%,#4cae4c 100%);
background: -o-linear-gradient(top,  #64ad64 0%,#4cae4c 100%);
background: -ms-linear-gradient(top,  #64ad64 0%,#4cae4c 100%);
background: linear-gradient(to bottom,  #64ad64 0%,#4cae4c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64ad64', endColorstr='#4cae4c',GradientType=0 );
color: #fff;
}
.ActiveContato {
    background: #cccccc !important;
}
/*
.btnHome:hover {
    background: #f9f9f9;
background: -moz-linear-gradient(top,  #f9f9f9 0%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top,  #f9f9f9 0%,#ffffff 100%);
background: -o-linear-gradient(top,  #f9f9f9 0%,#ffffff 100%);
background: -ms-linear-gradient(top,  #f9f9f9 0%,#ffffff 100%);
background: linear-gradient(to bottom,  #f9f9f9 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff',GradientType=0 );

}*/

.selectRadioButtom:active {
    background: #eeeeee;
    border-radius: 2px;
}
.selectRadioButtom:pressed{
    background: #344;
    border-radius: 2px;
}
