/*
 *
 * - Arquivo CSS de com todos os estilos pré-definidos do tema.
 *
*/


/*
********************************************************************************
    D * Defaults
********************************************************************************
*/

.navbar {
    background: #ffffff;
    border-bottom: 1px solid #eee;
}

.navbar > .container-fluid {
    background: #ffffff;
}

/* Color icon Navbar */
.burger-icon span {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#660099+0,f3548f+100 */
background: #660099; /* Old browsers */
background: -moz-linear-gradient(-45deg, #660099 0%, #f3548f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #660099 0%,#f3548f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #660099 0%,#f3548f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#660099', endColorstr='#f3548f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* Width logo */
.navbar-left > .logo img {
    width: 74px;
}

.navbar-center nav > ul > li > a.active {
    color: #660099;
}

/* User Topbar */
.navuser > .user-logged-wr,
.navuser > .user-logged {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#660099+0,f3548f+100 */
background: #660099; /* Old browsers */
background: -moz-linear-gradient(-45deg, #660099 0%, #f3548f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #660099 0%,#f3548f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #660099 0%,#f3548f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#660099', endColorstr='#f3548f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* Mobile Navbar */
.mobile-nav {
    background: #fdfdfd;
    -webkit-box-shadow:inset 0 14px 24px -14px rgba(181, 181, 181, 0.3);
    box-shadow:inset 0 14px 24px -14px rgba(181, 181, 181, 0.3);
}

/*
 * - @ Material Icon by Google
 * - Sizes 
*/

.material-icons {
    font-size: 18px; /* Default -> 24px */
}


/*
********************************************************************************
    C * Colors - Texts & Backgrounds
********************************************************************************
*/

.color.black {
    color: #35383c;
}

.color.lightgray {
    color: #eaeaea;
}

.color.darkgray {
    color: #7e7e7e;
}

.color.purple {
    color: #660099;
}