
/* general */

br {
    margin-bottom: 20px;
    display:block;
}

body {
  -webkit-print-color-adjust: exact;
}

body .box-centered {
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
}

.middle_width {
    width: 50%;
}

.max_width_150 {
    max-width: 150px;
}

button {
    margin:40px 15px 40px 15px;
}

body .zero-padding {
    padding-left:0;
    padding-right: 0;
}

header h3,
footer h3,
#content h1,
#cookies p{
    margin-top:0;
    margin-bottom: 0;
}


#logo_company {
    display:block;
}

#web_description {
    float:right;
    color:white;
    line-height: 70px;
    margin-right: 20px;
    margin-top: 0;
}

.white-font {
    color:white;
}

.red-font {
    color:red;
    font-weight: bold;
}

.green-font {
    color:darkgreen;
    font-weight: bold;
}

.font-normal-weight {
font-weight: normal;
}

.grey-font {
    color:hsla(0,0%,60%,1);
}

.justify-font {
    text-align:justify;
}
.bold-font {
    font-weight: bold;
}

.text-centered {
    text-align: center;
}

.center-font {
    text-align:center;
}
.shadow-font {
    text-shadow: 2px 2px hsla(0,0%,0%,0.5);
}

.brand-font {
    color:rgba(23,116,195,1);
}

.text-right {
    text-align: right;
}

.margin-top-md {
    margin-top:10px;
}

/* section **/

section {
    background-image: url('background-images/logo_watermark.png');
    background-repeat:no-repeat;
}

/* content **/
#content{
    min-height: 600px;
    /*background-color:hsla(0,0%,85%,1);*/
    padding-bottom: 200px;
}

.float-right {
    display:block;
    float:right;
}

.float-left {
    clear:both;
    float:left;
}

.description_block {
    padding-top:40px;
}

.description_block img {
    margin-bottom: 50px;
}

.description_block p {
    color:hsla(0,0%,60%,1);
    text-align: justify;
}

.img-documentation {
margin-top:50px;
    margin-bottom:50px;
    margin-left:auto;
    margin-right:auto;
}

#changes_tab,
#results_tab {
    /*background-color: #3f51b5;*/
    background-color: rgba(63, 81, 181, 0.7);
    color:white;
}

.active #changes_tab,
.active #results_tab {
    /*background-color: #3f51b5;*/
    background-color: rgba(63, 81, 181, 1);
    color:white;
}


body .app-container footer .row {

}

body .app-container footer p{
    color: white;
    font-size: 12px;
}

#logo_company_footer {
    height: auto;
}

.footer_icon {
    width: 30px;
    float:left;
}

.footer_contact {
    line-height: 30px;
    margin-bottom: 0;
}

.footer_contact a{
    color: hsla(0,0%,40%,1);
}

table {
    clear:both;
    margin-top:30px;
}

body .table > thead > tr > th {
 padding-top:5px !important;
     padding-bottom:5px !important;
    vertical-align: middle;
}

.padding-left-lg {
    padding-left: 50px;
}

.title-documentation {
    font-weight: bold;
}

#ditch_pressures_form .form-group {
    min-height: 140px;
}

#ditch_pressures_form h4 {
    padding-left: 10px;
    margin-bottom: 20px;
}

.link_calculate {
    color:blue;
    cursor:pointer;
}

/** forms **/

ul {
    list-style-type: none;
}

body input[type="radio"]{
    margin-top:0;
    border-color: transparent;
    background-color:transparent;
}


body input[type="radio"]:focus{
    border-color: transparent;
    background-color:transparent;
}


#navbar-right{
    float:right;
}

.nav-tabs  .tab-success {
    background-color: #2095F2;
    color:white;
}

.nav-tabs li.active .tab-success {
    background-color: #2095F2;
    color:white;
}

.nav-tabs > li.active > a {
    border-bottom-color: transparent;
}

.nav-tabs li.active .tab-success:hover {
    background-color: rgba(76, 175, 80, 0.6);
}

.nav-tabs li.active .tab-success:focus{
    background-color: #2095F2;
    color:white;
}

.table>tbody>tr>td.success {
    background-color:chartreuse;
}

.control-label {
    margin-bottom: 20px;
}

/** add logo images to inputs radio **/

input[type="radio"] {
   display:none;
}

.disabled_sidebar {
    opacity: 0.5;
}

br {
    margin-bottom: 0;
    margin-top:0;
    height:0;
    display:inline-block;
}

.button_not_checked {
    -webkit-appearance: none;
    background-image: url('background-images/input_checkbox_not_checked.png');
    width: 16px;
    height: 16px;
    display: block;
    clear: left;
    float: left;
    margin-right:10px;
    float:left;
}

.button_checked {
    -webkit-appearance: none;
    background-image: url('background-images/input_checkbox_checked.png');
    width: 16px;
    height: 16px;
    display: block;
    clear: left;
    float: left;
    margin-right:10px;
    float:left;
}

/** override theme label in large devices **/
@media (min-width: 768px){
body .form-horizontal .control-label {
    text-align: left;
}
}

.btn-100 {
    width:100%;
}

@media (max-width: 768px){
    #logo-image{
        margin-right:60px;
    }
}

input[type="radio"]:checked{
    background-image: url('background-images/input_checkbox_checked.png');
}

#id_type_installation label {
    cursor:pointer;
}

#id_type_installation input {
    margin-right: 10px;
}

#id_type_installation input {

}

#filling_form .tab-pane {
    min-heigth:420px;
}

/*tables */

.app .row {
    margin-left:0;
    margin-right:0;
}

#content fieldset .form-group {
    margin-bottom: 15px;

}

/** override theme table styles **/

thead{
    background-color:rgba(63, 81, 181, 1);
}

.table>thead>tr>th {
    color:white;
    text-align: center;
}


body tr.success > td {
    background-color: grey;
}

.grey_background {
    background-color: hsla(0,0%,95%,1);
}


.tr_success {
 background-color:#dff0d8;
}
.tr_success:first-child{
    color:#2aa14a;
}

.tr_alert {
    color:red;
background-color: hsla(0,100%,50%,0.1)
}
.tr_alert:first-child{
    color:red;
}

#content > table > tbody > tr > .cell_data {
background-color:hsla(207,89%,54%,1);
}

.cell-centered {
padding-left:0;
    padding-bottom:0;
    text-align: center;
}


#content > table {
    overflow-x: scroll;
}

#loggin_information_nav_block {
    margin-right:20px;
}
#loggin_information_nav_block p{
   margin-top:15px;
}

#title_content {
    margin-bottom: 50px;
}



.ellipsis {
    padding-right:0;
}

 body.navbar-nav > li > a {
  padding-top: 0;
 padding-bottom: 0;
}

  body.navbar-nav > li > a:hover {
  padding-top: 0;
 padding-bottom: 0;
}

#results_panel table thead tr th {
    color:white;
    background-color: hsla(0,0%,70%,1);
}

#content .form-horizontal .control-label {
padding-top: 0;
    margin-bottom: 20px;
}

/** override label font-size **/
body label {
    font-size:14px;
}

#cancel_delete_project {
    margin-left:10px;
}

/* start template */
#body_start {
   background-image: url('background-images/start_background.png');
    background-position: center;

}

#body_start section,
#body_start footer {
    margin-left:0;
}

#body_start header{
    background-color:hsla(0,0%,0%,0.3);
}

#sidebar_list_installation {
    max-height: 160px;
    overflow-y: scroll;
    margin-right: 30px;
}

#body_start section {
    min-height: 420px;
    background-image: none;
}

#body_start footer {
    border-top:none;
}

#body_start a {
    color:white;
}

#body_start h4 {
    color:white;
}

/* user body*/
#body_user section {
    background-image:none;
    margin-left:0;
}

/* form template */
#form_block_buttons {
    min-height: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
}

#form_block_buttons button{
    margin-left: 5px;
    margin-right: 5px;
}

.fieldset_head {
    margin-bottom: 20px;
}

.fielset_title {

}

#filling_form ul label,
#support_form ul label{
    font-weight: normal;
    font-size: 12px;
    display: block;
    text-align: justify;
}



#floor_form {
    margin-top:20px;
}

#generate_summary_report,
#generate_report {
    padding-top:0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
}

#generate_summary_report a,
#generate_report a {
    padding-top:10px;
    padding-bottom:10px;
    display:block;
}

fieldset {
    border:1px solid hsla(0,0%,90%,1);
    padding: 10px;
}

.fielset_title {
    display:block;
    margin-bottom: 40px;
}

.panel {
    clear:both;
    martin-top:20px
}

#content .form-horizontal .form-group {
    margin-left:15px;
}

#id_type_installation label {
    font-weight: normal;
}

textarea {
    resize: none;
}

.row_data {
    cursor:pointer;
}

.cell_data {
    cursor:pointer;
}

.cell_data:hover {
    background-color: hsla(122, 39%, 49%, 0.2);
}

.rotated_element {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

#explanation_block,
#support_type_explanation {
    border-width: 0;
}

.illustration_explanation {
    width:100%;
    display:block;
    opacity: 0.7;
}


.illustration_form {
    width: 100%;
     display:block;
    opacity: 0.8;
}

.explanation_text{
    color:hsla(0,0%,60%,1);
}

.panel-documentation ul {
    list-style-type: circle;

}

.clone_installation_link,
.delete_installation_link {
    cursor:pointer;
    font-size: 12px;
}

#calculate_results_section {
    background-color: hsla(0,0%,0%,0.3);
    border:1px solid hsla(0,0%,50%,1);
    padding:10px 0 10px 0;
    margin-top: 30px;
    color:white;
}

#calculate_results_section_title{
 margin-bottom: 0;
}

#calculate_results_section_message {
    margin-top:0;
}

#calculation_submit_button {
    margin-top:15px;
}
#calculate_results_section button {
    margin-top: 15px;
}

.link-report {
    margin-top:10px;
    display:block;
    text-align:center;
}

#clean_data_button,
#save_data_button{
    margin-top:20px;
    display:block;
    margin-left:10px;
}

/** print page styles **/

#body_print {
    background-color:white;
}

#body_print table thead {
    color:white;
    background-color: rgba(23,116,195,1);
}

#body_print table thead th {
    color:white;
}

#block_brand_report {
    padding-right: 30px;
    margin-bottom: 50px;
}

#block_brand_report p {
    margin-bottom: 0;
    color:grey;
}

footer {
    height: auto !important;
}

section {
    padding-bottom: 200px;
}

/* Extra-small */
section {
    padding-bottom: 200px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    section {
        padding-bottom: 200px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    section {
        padding-bottom: 0px;
    }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    section {
        padding-bottom: 0px;
    }
}

body .not_available_tube {
    background-color: hsla(0,0%,80%,1);
}

body .not_available_tube:hover {
    background-color: hsla(0,0%,80%,1);
}

body .button-link {
    margin-top:30px;
}

.help_link {
 border:1px solid lightgray;
    background-color:lightgray;
    margin-top:30px;
    clear:both;
    border-radius:3px;
}

.help_link a {
    display:block;
    text-align:center;
    padding:5px 0 5px 0;
    font-weight: bold;
    color:grey;
}

#valid_installation_message {
    font-size:14px;
    color:green;
}

#invalid_installation_message {
    font-size:14px;
    color:red;
}

#id_n_axex {
    cursor:default;
}

#overloads_parameters {
    min-height: 180px;
    padding:20px;
    border-bottom:1px solid hsla(0,0%,80%,1);

}

#overloads_parameters h4 {
    margin-bottom: 30px;

}

.fieldset_head {
    min-height: 40px;
}

.fielset_title {
    padding-left:20px;
}

#paving_materials_panel {
    margin-top:40px;
}

.overloads_explanation p strong {
    margin-top:20px;
}


/* construction styles app */
#create_project_box {
    min-height: 140px;
    background-image:url('background-images/background_create_project_image.png');
    background-size:100% auto;
    background-position:center;
    background-repeat: no-repeat;
    border:none;
}

#create_project_box .v-middle{
    padding-top:30px;
}

#create_project_box li {
    padding-top:80px;
}

.explanation_item_block {
    margin-bottom: 40px;
}

/** override tab-content color border **/

.tab-content .tab-content {
    border-color:hsla(0,0%,80%,1);
    margin-bottom: 10px;
    padding-top: 30px;

}

.tab-content .nav-tabs {
  border-bottom: 1px solid hsla(0,0%,80%,1);
}

.tab-content .tab-content {
    background-color:hsla(0,0%,100%, 0.5);
}

.tab-content .nav-tabs .active a,
.tab-content .nav-tabs .active a:hover,
.tab-content .nav-tabs .active a:focus {
     background-color:hsla(0,0%,100%, 0.5);
     border-width: 1px 1px 0 1px;
     border-color:hsla(0,0%,80%,1);
     border-bottom: 1px solid hsla(0,0%,100%, 0.5);;
}

.description_block .tab-content {
    border:none;
    padding-right: 0;
    padding-left: 0;
}

.nav-tabs>li>a:hover {
  color:black;
    border:1px solid hsla(0,0%,50%,1);
}

/** report styles **/
#report-header {
    padding-left:10px;
    padding-right:10px;
}

/* override li>label style **/
li label {
    font-weight: normal;
}

/** marked input field **/
.marked_input {
    border:1px solid #3e4fb1;
}

table {
    margin-bottom: 30px;
}

.img-table {
    max-width:230px;
    margin-left:auto;
    margin-right:auto;

}

.description_block .tab-content {
    background-color: transparent;
}

.td_fixed {
    width:250px;
}

.nav-tabs {
    margin-top:40px;
}

#calculate_results_section {
    margin-bottom:30px;
}

.table-condensed>tbody>tr>.padding-left-md {
    padding-left: 15px;
}

.value_success{
 color:white;
    background-color: #4caf50;
}

.value_alert {
 color:white;
    background-color: #f34235;
}

.fieldset_title {
    padding-left: 25px !important;
}

#filling_form .form-group {
    min-height: 140px;
}

#filling_checkbox_explanation {
    padding-left:20px;
    margin-bottom: 30px;
}

.explanation_label {
    font-weight: normal;
}

.explanation_label span {
    font-weight: bold;
}

#image-header-logo {
    width: 150px;
    height: auto;
}

#report-header {
    margin-bottom: 40px;
    height: 100px;
}

#report-header .pull-left {
    max-width: 400px;
}

#report-header img {
    width: 150px;
    height: auto;
}

#id_n_axes {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.alert-grey {
    background-color:hsla(0,0%,100%,0.3);
    border:1px solid lightgray;;

}

#main_form_tabs{
    border-color:hsla(0,0%,80%,1);
}

.tab-content {
    border-color:hsla(0,0%,80%,1);
    padding-top:50px;
    padding-bottom: 50px;
}

.first_column_fixed {
    width:200px;
}

.med_column_fixed {
    width: 120px;
}

.td_fixed_percentage_30 {
    width: 30%;
}

.td_fixed_percentage_20 {
    width: 20%;
}

#register_button {
    margin-left: 0;
}

hr.black {
    color: grey;
    background-color: grey;
    height: 1px;
}

.tos h3,
.tos .dark-blue,
.tos b {
    color: rgb(10, 85, 160);
}

.tos h3 {
    font-size: 18px;
}


.tab-content.background-panel-color {
    background-color: rgb(234, 232, 232);;
    margin-bottom: 10px;
    border-top: 1px solid hsla(0,0%,80%,1);
    padding-top: 30px;
    margin-top: -1px;

}

.background-panel-color .nav-tabs .active a,
.background-panel-color .nav-tabs .active a:hover,
.background-panel-color .nav-tabs .active a:focus {
    background-color: rgb(234, 232, 232);
    border-width: 1px 1px 0 1px;
    top: 1px;
    border-bottom: none;
}

.tab-content .nav-tabs .active a, .tab-content .nav-tabs .active a:hover, .tab-content .nav-tabs .active a:focus {
    background-color: rgb(234, 232, 232);
    border-width: 1px 1px 0 1px;
    top: 1px;
    border-bottom: none;
}

div#filling_form {
    background-color: rgb(234, 232, 232);
    padding-right: 50px;
}

.font_security_initial{
    font-size: 11px;
}

span.captcha-refresh {
    font-size: 20px;
    margin-left: 5px;
}
.hr_validation {
    margin-top: 19px;
    margin-bottom: 19px;
    border: 0;
    border-top: 1px solid #9C9C9C !important;
}

.table>tbody>tr>td {
    padding: 12px 8px;
    line-height: 1.52857143;
    border-top: 1px solid #CCC;
}

.tab-content.validation_tab {
    border: 0;
    background: none;
    padding-top: 0px;
}
.nav-tabs>li>a.li_validation{
    border: 1px solid #2095F2;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: inherit;
    border-bottom-color: #DDD !important;
}

.sub_table_dimensions {
    bottom: -.12em;
    font-size: 11px;
}

p#security_initial {
    font-size: 13px !important;
}
button#btn_contact_form {
    margin: 0px !important;
}


/* Eva */
.validate_min_max_values{
    border-color: #fe9700;
}