/**
 * Cerere cont distribuitor
 *
 * @author    THECON
 * @copyright THECON
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
header.page-header h1, .page-content.page-cms {
    text-align: center;
}

#romanian_states {
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    color: #333;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.3s;
}

#romanian_states:hover {
    border-color: #999;
}

#romanian_states:focus {
    border-color: #007bff;
}

.top-image{
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

/*.main-page {*/
/*    width: 70%;*/
/*    margin: auto;*/
/*}*/

.titlu h1 {
    font-size: 30px ;
    padding-top: 30px;
    padding-bottom: 30px;
}
.text-info{
    padding-top: 20px;
    padding-bottom: 20px ;
    text-align: left;
}
.text-info h2{
    font-size: 20px;
    color: black;
    padding-bottom: 10px;
}
.text-info p {
    font-size: 15px;
    color: black;
    padding-bottom: 10px ;
}
.info{
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
}

.info .right {
    text-align: right;
}
.page-header {
    display: none;
}
.col-md-4{
    padding-right: 0px ;
    padding-left: 0px ;
}
.col-md-8{
    padding-right: 0px ;
    padding-left: 0px ;
}
.text-info-left {
    padding-right: 15px;
}
.text-info-right {
    padding-left: 15px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}
