body {
    background: url('../img/debut_dark.png');
    direction: rtl;
}

.logo {
    text-align: center;
}

.container-left {
    float:right;
    padding-top:10px;
}
.container-right {
    float:left;
}

.jumbotron > .container {
    width: 700px;
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.jumbotron {
    padding-top: 10px;
    background-color:white;
    margin-bottom: 100px;
    width: 750px;
    padding-right: 30px !important;
    padding-left: 30px !important;
    padding-bottom: 10px !important;
}

h1 {
    font-size: 30px !important;
    font-weight: bold;
    padding: 0px 0px 20px 0px;
    color: #3A87AD !important;

}

.product {
    font-size: 23px;
    font-weight: bold;
}

.container {
    margin-top: 30px;
    width: 1000px;
}`

.container p {
    padding-top: 20px;
}
tr {
    height: 50px;
}

.question-intro {
    color:#3A87AD; 
    font-size:17px;
}

.question {
    font-weight:bold;
    font-size: 25px;
    color: #3A87AD !important;
}

.error-question {
    text-align:left; 
    padding-left:20px;
    display:none;
}

.alert-info {
    margin-top: 20px;
    width: 690px;
}

.form-label {
    width:150px;
    padding-right:20px;
    font-size: 20px;
    color:#3a87ad;
}

.form-field {
    float:right;
    width: 300px;
}

.ext-field {
    width: 70px;
    display: inline-block;
}

.phone-field {
    width: 210px;
    display: inline-block;
}

.clear {
    clear: both;
}

.form-entry {
    padding: 5px 0px;
    display: block-inline;
}

.alert-success {
    display:none;
    margin-top: 20px;
}

input[type=text] {
    font-size: 20px;
}

table {
    border-collapse:collapse;
}

.float-right {
    float:right;
}

.float-left {
    float:left;
}

.float-clear {
    clear:both;
}

.form-button {
    float:right; 
    padding-right: 50px; 
    padding-top: 100px;
}

.form-button button {
    width:120px;
}

.alert-success li {
    font-size: 17px;
}

td.checkbox-col {
    padding-top: 10px;
}

#ls_country{
    font-size: 20px;
    height: 36px;
    color: #999999;
}
#country_code{
    direction: ltr;
}