/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 7 Αυγ 2014, 3:41:13 μμ
    Author     : anestis
*/
.searchPanel .form-group{
    text-align: left;
}
.panel-info>.panel-heading{
    color: white;
}
.panel-info>.panel-heading, .panel-info .panel-footer{
    background-color: #56bdf1;
}
.panel-info{
    border: 1px solid #56bdf1;
    padding:0px;
}
.dropdown-menu.with-arrow.panel-info:after {
    border-bottom: 7px solid #56bdf1;
}
.dropdown-menu.with-arrow.panel-info:before {
    border-bottom: 8px solid #56bdf1;
}
.searchPanel .panel-body{
    padding: 0px;
}
.searchForm {
    padding-top: 15px;
}
