/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
*{
    font-size: 1rem!important;
}
.dark-layout .select2-container .select2-selection__rendered {
    font-size: 1.2rem !important;
}
label {
    font-size: 1rem !important;
}







.icon-size 
{
	height: 1.5rem !important;
	width: 1.5rem !important;
} 



.bg-card-filter
{
	background-color: #f59504e7 !important;
	color: black !important;
}

.bg-card-disable
{
	background-color: #c73c05a4 !important;
	color: black !important;
}

.bg-blue
{
	background-color: #3498f5 !important;
	color: black !important;
}


.card-info {
    border-top: 2px solid #01b8ff !important;
}

.card-primary {
    border-top: 2px solid #0678bb !important;
}

.card-secondary {
    border-top: 2px solid #737f9e !important;
}

.card-success {
    border-top: 2px solid #22e840 !important;
}

.card-danger {
    border-top: 2px solid #ee335e !important;
}

.card-warning {
    border-top: 2px solid #ffb209 !important;
}


.form-border-blue
{
	/*border-color: #0a364d !important;*/
	box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1);
}

/*Pour l'annimation de transition'*/
[class*="reveal"]
{
    opacity: 0;
    transform: translateY(-30px);
}

.reveal-visible
{
    opacity: 1;
    transform: translateY(0);
    transition: 1s cubic-bezier(.5, 0 , 0 , 1);
}


.reveal-2
{
    transition-delay: .2s;

}
.reveal-3
{
    transition-delay: .4s;

}

.img-login1
{
    background-image: url('../images/bg2.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-yellow
{
    background-color: #ffd43b !important;
    color:#111a27 !important
}

.text-yellow
{
    color: #ffd43b !important;
}

.text-black
{
    color: #111a27 !important;
}

.annimationHover
{
    transition: transform 330ms ease-in-out;
    /*transition: all .2s ease-in;*/
    
}

.annimationHover:hover
{
    /*transform: scale(1.1);*/
    transform: scale(0.95);
    box-shadow: 1px 1px 4px 1px rgba(255, 255, 255, 0.411);
    cursor: pointer;
}

.md-full-event {
    width: 100%;
    padding: 10px 0;
}

.md-full-event-img {
    width: 100px;
    border-radius: 6px;
    float: left;
}

.md-full-event-details {
    margin-left: 114px;
}

.md-full-event-title {
    font-size: 20px;
    font-weight: 600;
    color: yellow;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.md-full-event-location {
    display: inline-block;
    line-height: 1.4;
    margin-right: 40px;
}

.md-full-event-time {
    display: inline-block;
    line-height: 1.4;
}

.md-full-event-label {
    font-size: 12px;
    font-weight: 600;
    
    color: rgb(247, 247, 247);
}


.text-y
{
    font-weight: 600;
    text-transform: uppercase;
    color: #ffd43b !important;
}
.form-control {
    font-size: 1.2rem!important;
}
