input[type=text] {
    padding-top: 11px;
}

.input-group .form-control {
    display: block;
}

input[type="text"] + .input-group-btn > .btn {
    margin-left: -1px;
}

.day .heatmap .heatmapElement.pos3 {
    background-color: #56aa56;
}

.day .heatmap .heatmapElement.pos2 {
    background-color: #7fbf7f;
}

.day .heatmap .heatmapElement.pos1 {
    background-color: #aad4aa;
}

.day .heatmap .heatmapElement.neg1 {
    background-color: #feaaaa;
}

.day .heatmap .heatmapElement.neg2 {
    background-color: #fe7f7f;
}

.day .heatmap .heatmapElement.neg3 {
    background-color: #fe5656;
}

.day .heatmap .heatmapElement.empty {
    background-color: #e1e1e1;
}

.night .heatmap .heatmapElement.pos3 {
    background-color: #035e15;
}

.night .heatmap .heatmapElement.pos2 {
    background-color: #054f20;
}

.night .heatmap .heatmapElement.pos1 {
    background-color: #063e2a;
}

.night .heatmap .heatmapElement.neg1 {
    background-color: #5a142a;
}

.night .heatmap .heatmapElement.neg2 {
    background-color: #840f20;
}

.night .heatmap .heatmapElement.neg3 {
    background-color: #ab0a15;
}

.night .heatmap .heatmapElement.empty {
    background-color: #667181;
}

.select2-arrow{
    margin-top:2px !important;
    background-image: url("../../../../../static/themes/easy/img/arrow-dropdown-content-white.png") !important;
}

.solid-breadcrumb .select2-arrow{
    margin-top:0px !important;
    background-image: none !important;
    margin-right: 2px !important;
}

#simpleSearch .select2-arrow{
    background-image: url("../../../../../static/themes/easy/img/arrow-dropdown-header-red.png") !important;
}

#solid .select2-choices{
    background-image: url("../../../../../static/themes/easy/img/arrow-dropdown-content-white.png");
    background-repeat: no-repeat ;
    background-position:  97%  17px ;
}

#solid #simpleSearch .select2-choices{
    background-image: url("../../../../../static/themes/easy/img/arrow-dropdown-header-red.png") ;
}