/* 
Classes to stylize theme 
Created: João Paulo Lira

==============================================
===================README=====================
All classes should stard with "il" -> "ilevel"

*/

.il-margin-options {
	margin: 0px 0px 10px 0px !important;
}

.il-align-menu-dropdown-polls {
	margin: 12px 20px 0px 0px !important;
}

.il-align-icons-polls {
	margin-top: 20px
}

.il-box-a-tag {
	border: 0; 
	text-decoration:none;
	border:0;
	outline:none
}

==============================================
=============OVERRIDE CLASSES THEME===========
.la-bar-chart:before {
    content: "\f12e";
    color: white !important;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #000000 !important;
    background-color: #fff;
    border-bottom: 2px solid #5d5386!important;
    margin-bottom: -1px;
}

a:focus, a:hover {
    color: #000000 !important;
    text-decoration: none !important;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #000000 !important;
    background-color: #fff;
    border-bottom: 2px solid #5d5386!important;
    margin-bottom: -1px;
}

.elisyam-bg.background-01 {
    background: url(../img/photo-1494172961521.jpg) no-repeat;
    background-size: cover;
}

nav.navbar .user-size.dropdown-menu a.logout:hover {
    background: #6859ea !important;
}

span.badge-pulse-green {
    background: #41c7af !important;
    display: inline-block !important;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(105,205,0,.4);
    animation: BadgePulseGreen 1.8s infinite;
}

span.badge-pulse {
    background: #fe195e;
    display: inline-block !important;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(254,25,94,.4);
    animation: BadgePulse 1.8s infinite;
}