/*Login Form (Special Style)*/
#login-form .input-icon-wemake {
	border-left: 2px solid #2195f2 !important;
}

/*Buttons*/
.btn-wemake-bold {
	background-color: #2195f2;
	color: white;
}

.btn-wemake-bold:hover {
    background-color: #2196F3;
    color: white;
}

/*CORE LAYOUT OVERRIDES*/
body {
    font-family: "Open Sans",sans-serif;
}

/*Melhoria dos range date pickers*/
.daterangepicker .ranges input[type=text] {
    width: 115px !important;
    font-size: 11px;
    vertical-align: middle;
}

/*Form Controls*/
.select2-container, .form-control {
    background-color: #f1f1f1;
}

.select2-selection__rendered, .select2-selection__arrow, .form-control{
    padding-left: 10px;
    padding-right: 10px;
}
.form-control:focus {
    outline: 0;
    border-color: transparent;
    border-bottom-color: #2196F3;
    -webkit-box-shadow: 0 1px 0 #2196F3;
    box-shadow: 0 1px 0 #2196F3;
}

/*Select2 Controls*/
.select2-container--focus .select2-selection--single:not([class*=bg-]):not([class*=border-]), .select2-container--open .select2-selection--single:not([class*=bg-]):not([class*=border-]) {
    border-bottom-color: #2196F3;
    -webkit-box-shadow: 0 1px 0 #2196F3;
    box-shadow: 0 1px 0 #2196F3;
}

.select2-results__option[aria-selected=true] {
    background-color: #2196F3;
    color: #fff;
}

.select2-selection__choice {
    background-color: #8bc8f8 !important;
    color: #fff !important;
}

.select2-selection__choice:hover {
    background-color: #2196F3 !important;
    color: #fff !important;
}