/*
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 : 18-gen-2018, 11.44.55
    Author     : Mario
*/

.x_title{
    border-bottom: none;
    padding: 10px 17px;
}
.x_panel{
    padding: 0px;
}
.titleYellow{
    background-color: #F1C40F;
}
.titleOrange{
    background-color: #E57E22;
}
.titleGreen{
    background-color: #27AE60;
}
.titleBlue{
    background-color: #2980B9;
}
.bold700{
    font-weight: 700;   
}
.titleGrey{
    background-color: #666666;
}
.titlePumpkin{
    background-color: #D35400;
}
.colorWhite{
    color: white;
}
.contentNoTitle{
    padding-top: 12px;
    padding-bottom: 15px;
}

.headerTitle{
    padding-bottom: 0;
    margin-bottom: 0;
}

.btn{
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
}


.form-control {
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 20px !important;
}

select.form-control{
    padding: 0px !important;
}

.font20{
    font-size: 20px;
}