::selection {
    background: #009FB1; /* WebKit/Blink Browsers */
    color: #ffffff;
}

::-moz-selection {
    background: #009FB1; /* Gecko Browsers */
    color: #ffffff;
}

html {
    height: 100%;
}

body {
    background-color: whitesmoke;
}

.navbar-default {
    border: none;
    /*border-color: #3c3c3c;*/
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    line-height: 1;
    vertical-align: middle;
}

h1 {
    font-size: 24px;
}

.fa-ul {
    margin-top: 15px;
}

.navbar-top-links > li > a {
    padding-top: 15px;
}

.nav-sidebar li a:hover {
    background-color: #428BCA;
    color: #FFFFFF;
}

.panel-heading {
    padding: 5px 15px;
}

.panel-body > .form-group {
    margin: 0;
}

.radio,
.checkbox {
    margin-top: 0;
}

.checkbox {
    margin-left: 20px;
}

.center {
    text-align: center;
}

.spacer {
    margin: 50px;
}

.noResult {
    margin-top: 30px;
}

.notfound-template {
    padding: 40px 15px;
    text-align: center;
}

.notfound-actions {
    margin-top: 15px;
    margin-bottom: 15px;
}

.notfound-actions .btn {
    margin-right: 10px;
}

.topSpacer {
    margin-top: 15px;
}

.label {
    font-size: inherit;
}

/*.nav-tabs > li > a{margin-left: 1px; margin-right: 0px;}*/

table th a,
table th a:hover {
    color: #000;
    text-decoration: none;
}

#tabContent,
.tab-content {
    padding: 20px 10px;
    border: 1px solid #ddd;
    border-top: 0px;
}

.sidebar,
.main {
    margin-top: 50px;
}

#LoadingImage {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    z-index: 99999
}

.sorted_table tr.placeholder {
    display: block;
    background: #e44718;
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
}

/* line 100, application.css.sass */

.sorted_table tr.placeholder:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #e44718;
    margin-top: -5px;
    left: -5px;
    border-right: none;
}

.dragged {
    position: absolute;
    top: 0;
    opacity: 0.5;
    z-index: 2000;
}

.logoSbim {
    position: fixed;
    bottom: 20px;
}

.panelForm {
    border: 1px solid #428BCA;
    padding: 35px 10px 10px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
}

.panelForm .lab {
    background-color: #428BCA;
    border-radius: 4px 0;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
    left: -1px;
    padding: 3px 80px;
    position: absolute;
    top: -1px;
}

.panelFormSmall {
    border: 1px solid #E6E6E6;
    padding: 35px 10px 10px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
}

.panelFormSmall .labSmall {
    background-color: #E6E6E6;
    border-radius: 4px 0;
    color: #585858;
    font-size: 13px;
    font-weight: bold;
    left: -1px;
    padding: 3px 80px;
    position: absolute;
    top: -1px;
}

.panelFormSmall .labSmall.labSmall-warning {
    background-color: #fcf8e3;
}

.error-block {
    color: #A94442;
    font-size: 0.9em;
    font-style: italic;
    display: block;
}

.tab-pane h4 {
    text-align: center;
    border-bottom: solid 1px #E6E6E6;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 25px;
    font-style: italic
}

.modal-header h4 {
    text-align: left;
    border-bottom: none;
    padding: 0;
    margin-bottom: 5px
}

.tab-content {
    padding-top: 20px;
    margin-bottom: 10px;
}

p.bg-warning {
    padding: 15px;
}

.modal-dialog {
    width: 950px;
}

.full-screen {
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: none;
    border-bottom: 1px solid #ddd
}

.btnDelAntiTnf {
    margin-top: -45px;
}

/*VALMETH*/

.fa {
    color: whitesmoke;
}

.fa-trash-o {
    color: #e44718;
}

.fa-envelope-o {
    color: #e90;
}

.orange {
    color: #E26B00;
}

.fa-pencil {
    color: #009FB1;
}

.table .fa-files-o {
    color: #9400D3;
}

body {
    color: #3c3c3c;
}

.green {
    color: #66cc02;
}

.red {
    color: #e44718;
}

.blue {
    color: #009FB1;
}

.darkgray {
    color: #3c3c3c;
}

.gray {
    color: #5c5c5c;
}

a {
    color: #009FB1;
}

h3 {
    font-size: 14px;
    color: #009FB1;
    font-weight: bold;
    margin-top: 10px;
}

h3 .fa {

    margin-right: 5px;

}

h4 {
    font-size: 14px;
    color: gray;
    font-weight: bold;
}

h5 {
    color: gray;
    font-weight: bold;
    font-size: 12px;
}

h6 {
    color: #009FB1;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
}

h5,
.classification {
    text-align: right;
    padding-top: 4px;
}

.yesNoLabel {
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 6px;
}

.label-danger {
    background-color: #e44718;
}

.label-success {
    background-color: #66cc02;
}

.alert-danger {
    color: #c13c12;
    background-color: #F9DAD0;
}

.alert-danger > .fa,
.alert-danger .fa-li {
    color: #c13c12;
}

.alert-success {
    color: #3c763d;
    background-color: #d1efb3;
}

.alert-success > .fa,
.alert-success .fa-li {
    color: #3c763d;
}

.alert-warning {
}

.alert-warning > .fa,
.alert-warning .fa-li {
    color: #8a6d3b;
}

.btn {
    width: 150px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

hr.hr-primary {
    border: 1px solid #009FB1;
}

hr.hr-warning {
    border: 1px solid #E26B00;
}

hr.light {
    margin-top: 5px !important;
    margin-bottom: 5px !important;

}

.btn-small {
    width: auto;
    border-radius: 30px;
    font-weight: initial;
    font-size: smaller;
    text-transform: initial;
}

.btn-primary {
    background-color: #009FB1;
    box-shadow: 0 2px 0 0 #037e8b;
    border: none;
}

.btn-primary:hover {
    background-color: #0099B0;
}

.btn-danger {
    background-color: #e44718;
    box-shadow: 0 2px 0 0 #c13c12;
}


.btn-warning {
    background-color: #E26B00;
    box-shadow: 0 2px 0 0 #CF3C00;
    border: none;
}

.btn-warning:hover {
    background-color: #E26B00;
}


.btn-success {
    background-color: #66cc02;
    box-shadow: 0 2px 0 0 #509d01;
}

.btn-success:hover {
    background-color: #509d01;
    box-shadow: 0 2px 0 0 #66cc02;
}

.dropdown-menu {
    right: 0;
    background-color: #3c3c3c;
}

.dropdown-menu > li > a {
    color: whitesmoke;
}

.dropdown-menu .divider {
    background-color: lightgray;
}

.dropdown-menu > li > a:hover {
    color: whitesmoke;
    background-color: #009FB1;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #009FB1;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #3c3c3c;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

.navbar-default .navbar-nav > li.dropdown-user {
    padding-left: 25px;
}

.navbar-default .navbar-nav > li.dropdown-user > a {
    color: white;
}

.navbar-default .navbar-nav > li.dropdown-user .fa {
    color: white;
}

.page-header {
    border-bottom: none;

}

.page-header > .fa {
    color: #3c3c3c;
}

.navbar {
    background-color: #3c3c3c;
    color: lightgray;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a {
    color: whitesmoke;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: #009FB1;
}

.navbar-default .navbar-nav > li > a:hover > i {
    color: #3c3c3c;
}

.navbar-default .navbar-brand img {
    /*color: lightgray;*/

    height: 50px;
    position: fixed;
    top: 0px;
    left: 0px;
}


.navbar-default .logo2 {
    /*color: lightgray;*/

    height: 50px;
    position: fixed;
    padding-top: 10px;
    padding-bottom: 10px;
    left: 150px;
}

.navbar-default .page_subtitle {
    /*color: lightgray;*/

    height: 50px;
    position: fixed;
    padding-top: 10px;
    padding-bottom: 10px;
    left: 140px;
}

.shadow .col-md-1 .checkbox {
    margin-left: -15px !important;
}

.form-label {
    font-weight: bold;
    margin-top: 10px;
    font-size: 13px;
    color: #009FB1;
    /*//text-transform: uppercase;*/

}

.btn-form {
    position: fixed;
    bottom: 50px;
    right: 10px;
}

.btn-form .btn {
    margin-top: 10px;
    width: 100%;
    border-radius: 30px;
}

table.dataTable thead .sorting::after {
    color: #b3b3b2;
    opacity: 1;
}

table.dataTable thead .sorting_asc::after {
    color: #009FB1;
    opacity: 1;
}

table.dataTable thead .sorting_desc::after {
    color: #009FB1;
    opacity: 1;
}

.pagination > li > a,
.pagination > li > span {
    color: #009FB1;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    background-color: #009FB1;
    color: #3c3c3c;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #009FB1;
}

.projet-menu {
    width: 100%;
    margin-left: -15px;

    position: fixed;
    top: 45px;
    z-index: 999;
}


.projet-menu .nav-tabs > li {
    margin-top: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: -5px;
}

.projet-menu .nav-tabs {

    background-color: lightgrey;
}

.projet-menu .nav-tabs > li > a {

    color: #5c5c5c;
    border-bottom: 2px solid #5c5c5c;

    padding-left: 15px !important;
    padding-right: 10px !important;

}

.projet-menu .nav-tabs > li.not-valid > a {
    color: #e44718;
    border-bottom: 2px solid #e44718;
}

.projet-menu .nav-tabs > li.valid > a {
    color: #66cc02;
    border-bottom: 2px solid #66cc02;
}

.projet-menu .nav-tabs > li.actif {
    background-color: #f8f8f8 !important;

    font-weight: bolder;
}

.projet-menu .nav-tabs > li.actif > a {
    border-bottom: 2px solid;
    font-weight: bolder;
}

.projet-menu .nav-tabs > li > a:hover {
    border-top: none;
    border-left: none;
    border-right: none;
}

.projet-menu .nav-tabs > li:after {
    font-family: 'FontAwesome';
    content: '\f111';
    color: #5c5c5c;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 12px;
    height: 12px;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translate(-50%, -95%);
    border-top: inherit;
    border-top-color: transparent;
}

.projet-menu .nav-tabs > li.valid:after {
    color: #66cc02;
}

.projet-menu .nav-tabs > li.not-valid:after {
    color: #e44718;
}

.projet-menu .nav-tabs > li.current:after {
    color: #5c5c5c;
}

.projet-menu .nav-tabs > li.information {
    float: right;
    margin: 0px;

}

.projet-menu .nav-tabs > li.information > a {
    border-bottom: 0px none lightgray;
    color: #428BCA;
    margin-bottom: -10px;
}

.projet-menu .nav-tabs > li.information:after {
    content: '';
}

.projet-form {
    margin-top: 50px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    /*background-color: white;*/
}

.shadow {
    box-shadow: 0px 3px 3px #aaa;
    margin-bottom: 30px;
    padding: 10px;

    background-color: white;
}

/*
.shadow > .form-group
{
    padding-bottom: -10px;
    margin-bottom: -10px;
}*/
.project-data {
    font-size: 12px;
}

.project-data > .table {
    padding-top: 25px;
    margin: 0;
    border: 1px solid #e1e1e1;
    border-collapse: collapse;
}

.project-data > .table > tbody > tr,
.project-data > .table > tfoot > tr {
    line-height: 1;
    border-collapse: collapse;
}

.project-data > .table > tbody > tr > td,
.project-data > .table > tfoot > tr > td {
    border-width: 0px;
    vertical-align: middle;
    border: 0px none;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-collapse: collapse;
    height: 100%;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
}

.project-data > .table > tbody > tr > .row-data,
.project-data > .table > tfoot > tr > td {
    vertical-align: middle;
    padding: 0 !important;
    margin: 0 !important;
    border-collapse: collapse;
}

.project-data > .table > tbody > tr > .row-data > .form-group,
.project-data > .table > tfoot > tr > td > .form-group {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
    line-height: 1 !important;
    height: 18px;

}

.project-data > .table > tbody > tr > .row-data > .form-group > input,
.project-data > .table > tfoot > tr > td > .form-group > input {
    height: 100%;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
    line-height: 1 !important;
    padding-left: 5px !important;
}

.project-data > .table > tbody > tr > .row-data > .form-group > select,
.project-data > .table > tfoot > tr > td > .form-group > select {
    height: 100%;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
    line-height: 1 !important;
    font-size: 10px;
}

.project-data > .table > tbody > tr > .row-data > .form-group > .form-control,
.project-data > .table > tfoot > tr > td > .form-group > .form-control {
    height: 100%;
    box-shadow: none;
}

.project-data > .table > tbody > tr > .row-data > .form-group > .control-label,
.project-data > .table > tfoot > tr > td > .form-group > .control-label {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
    line-height: 1 !important;
}

.project-data > .table > thead,
.project-data > .table > tfoot {
    border-collapse: collapse;
    background-color: #f2f2f2;
    border: 1px solid #e1e1e1;
}

.project-data > .table > thead > tr > th,
.project-data > .table > tfoot > tr > td {
    border-collapse: collapse;
    border: 1px solid #e1e1e1;
}

.project-data > .table > tfoot > tr > td {
    color: #333;
    font-weight: bold;
    border-collapse: collapse;
}

.project-data > .table > tbody > tr > th {
    border: 0px none;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
    font-weight: normal;
    border-collapse: collapse;
}

.project-data > .table > tbody > tr > .row-head {
    background-color: #f2f2f2;
    border: 1px solid #e1e1e1;
    vertical-align: middle;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
    font-weight: bold;
    border-collapse: collapse;
}

.project-data > .table > tbody > tr > th > .form-group {

    margin: -10px;
    padding-top: -20px;
}

.long-lib {
    width: 85px;;
    font-size: 10px;
    padding-right: -20px !important;
    margin-right: -20px !important;
}

.table > thead:first-child > tr:first-child > .editable {
    border-top: 5px solid #009FB1;
    border-bottom: none;
    border-collapse: collapse;
}

.table tr:last-child > .editable {
    border-bottom: 5px solid #009FB1;
    border-collapse: collapse;
}

.shadow > .form-group > .radio {
    padding-left: 25px;
}

.shadow > h3 {
    /*padding: 10px;*/

    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
}

.reference > tbody > tr {
    border: 1px solid #e1e1e1;
}

.reference > tbody > tr > td {
    border: 1px solid #e1e1e1;
}

.shadow .fa {
    /* font-size: 18px;
     margin-right: 80px;
     margin-top: 15px;*/
}

.project-data .fieldset > legend {
    font-size: 14px;
    color: #009FB1;
    font-weight: bold;
    margin-top: 0px;
    margin-left: 25px;
    padding: 5px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.project-data .fieldset > .legend-left {

    margin-left: 5px;

}

.project-data .fieldset-margin {
    margin-left: 50px;
}

.project-data fieldset > .form-group {
    margin-top: 0px;
    margin-bottom: 5px;
}

label.form-control {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.fieldset {

    border: 1px solid #ccc;
    border-radius: 3px;
    width: 90%;
    margin: auto;
}

.fieldset-margin {

    border: 1px solid #ccc;
    border-radius: 3px;
    width: 75%;
    margin: auto;
    margin-left: 30px;
}

.fieldset-center {

    width: 50%;
    margin: auto;
}

.legend {
    border: none;
    width: auto;
}

.legend-center {
    width: 50%;
}

#chart {
    width: 100%;
    height: 300px;
}

#chart1,
#chart2 {
    width: 100%;
    height: 500px;
}

#chart-large {
    width: 100%;
    height: 500px;
}

.project-data .checkbox label::before,
.project-data .checkbox label::after {
    margin-top: 2px;
}

.project-data .checkbox label::after {
    width: 14px;
    height: 14px;
    padding-left: 2px;
    padding-top: 5px;
}

.project-data .checkbox label::before {

    width: 14px;
    height: 14px;
}

.project-data .table .checkbox label {
    min-height: 3px;
    height: 3px;
    padding-top: -10px;
    padding-right: 5px;
    margin-top: -10px;
    margin-left: -5px;
}

.project-data .table .checkbox label::after {


    margin-top: -1px;

}

.signatures .checkbox label::after {


    margin-top: -3px;

}

.row-data-radio .checkbox label::after {
    margin-top: 3px !important;
}

.yesNoLabel::after {
    margin-top: 2px;
}

.fluid .checkbox label {

    padding: 5px;

}

.fluid .checkbox {
    margin: 0px;
}

.fluid .form-group {
    margin-bottom: 0px;
}

.fluid .radio input[type="radio"],
.fluid .radio-inline input[type="radio"],
.fluid .checkbox input[type="checkbox"],
.fluid .checkbox-inline input[type="checkbox"] {
    margin-left: -10px;
}

.references {
    margin-top: 30px;
}

.evaluation {

    /*margin-bottom: -30px;*/

}

.evaluation .elem-accepted {

    margin-bottom: -30px;
}

.evaluation .form-label {
    /*font-size: 11px;*/
}

.form-control.not-valid,
.reference .not-valid,
.reference .not-valid .form-control,
.project-data > .table > tbody > tr.not-valid > .row-head {
    color: #c13c12;
    background-color: #F9DAD0;
    /*font-weight: bold;*/
}

.table td.fit .form-control,
.table th.fit .form-control {
    font-size: 1em;
}

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

.result-box {
    margin-top: 125px;
}

.evaluation-detectionLimit {
    margin-top: 100px;

}

.measure {
    margin-top: 50px;
}

.measure .row-head {
    width: 70px;

}

.measure .row-data {
    width: 40px;

}

.row-data-result .form-control {
    text-align: right;

}

.matrix-data > table {
    padding-top: 25px;
    margin: 0;
    border: 1px solid #e1e1e1 !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 10px;

}

.matrix-data > table > tbody > tr,
.matrix-data > table > thead > tr {
    height: 50px;
}

.matrix-data > table > tbody > tr,
.matrix-data > table > tbody > tr > td,
.matrix-data > table > thead > tr > th {
    line-height: 1;
    border: 1px solid #e1e1e1 !important;

}

.matrix-data > table > thead {

    background-color: #f2f2f2;
    border: 1px solid #e1e1e1;
}

.matrix-data > table > tbody > tr > .row-head {
    background-color: #f2f2f2;
    border: 1px solid #e1e1e1;
    vertical-align: middle;
    font-weight: bold;
    font-size: x-large;
    text-align: center;

}

.matrix-result {
    padding: 5px;
    font-size: x-large;
}

.matrix-data > table > thead > tr > th {
    font-size: x-large;
    text-align: center;
}

.matrix-data > table > tbody > tr > td,
.matrix-data > table > thead > tr > th {
    width: 50px;
    vertical-align: middle;
    text-align: center;
}

.cohenresult {
    margin-left: 5px;;

    margin-top: 20px;
    margin-bottom: 10px;
}

.cohenRes {
    margin-left: 10px;
}

.bold {
    font-weight: bold;
}

.row-data-check {
    width: 30px;
}

.row-data-radio {
    width: 100px;
    vertical-align: middle;
}

.row-data-radio .radio-inline {
    margin-left: 5px;
    vertical-align: middle;
}

.row-data-radio label {
    font-size: large;
}

.cohenTable .row-data-res {
    width: 50px;
}

.cohenTable .row-head {
    width: 100px;
}

#vertical-table-text {
    vertical-align: middle;
}

.checklist-form {
    margin-top: 25px;

}

.checklist-form-container .fa {
    color: #009FB1;
}

.checklist-form .fieldset {

    width: 100%;
    margin: 0px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #009FB1;
}

.checklist-form .fieldset legend {
    color: #009FB1;
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
}

.checklist-column .fieldset {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid gray;
    border-radius: 5px;
}

.checklist-column .fieldset legend {
    color: gray;
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;

}

.checklist-area hr {
    border-top: 1px solid #8c8b8b;
}

.addColBtn,
.addAreaBtn,
.addRowBtn {
    width: auto;
}

.checklist-area {
    margin-bottom: 30px;

}

.row-area .form-group {
    margin-bottom: 10px;
}

.btn-addRow {
    margin: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: auto;
    font-size: 10px;
}

.row-data .form-control,
.row-data .input-group-addon {
    height: 100%;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;

    border-radius: 0 !important;
    line-height: 1 !important;
    padding-left: 5px !important;
}

.btn-import,
.btn-addRow {
    width: auto;
    height: auto;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    /*background-color: #E7ACFF;
    box-shadow: 0 2px 0 0 #9400D3;
    color: white;*/
    margin-top: 10px;
    margin-bottom: 15px;
}

.btn-import .fa,
.btn-addRow .fa {
    margin: 0px;
    font-size: 12px;
}

.short-col {
    width: 30px;
}

.middle-col {
    width: 80px;

}

.comp-id {
    width: 150px;
}

.comp-res {
    width: 35px;

}

.comp-calc {
    width: 45px;

}

.ref-label {
    font-size: larger;
}

#btn-calculate,
#btn-Choose-Machines {
    width: auto;
}

#interferences {
    margin-top: 150px;
}

.btn-download {
    width: 150px;
}

.isDisablable.disabled-cell {
    background-color: lightgray !important;
    color: gray !important;
}

.row-result .warning-cell {
    background-color: #FFF6B6;

}

.form-control.warning-cell {
    background-color: #FFF6B6;
    font-style: italic;

}

.row-result .error-cell {
    background-color: #F9DAD0;

}

.passwordValidation {
    /*background-color: lightgrey;*/
    margin-left: 100px;
    margin-right: 100px;
    padding: 25px;
    display: none;
}

.passwordValidation ul, .passwordValidation li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.passwordValidation .invalid {
    background: url(./images/invalid.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
}

.passwordValidation .valid {
    background: url(./images/valid.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #3a7d34;
}

#table-machines-choice {
    font-size: 16px;
}

.btn-add-machine {
    margin: 0px !important;
    padding: 0px !important;
    font-size: 10px;
    width: 12px;
    height: 12px;

}

.btn-add-machine .fa {

    margin: 0px !important;
    padding: 0px !important;
    font-size: 10px;
}


#btn-add-machines {
    width: auto;
}

.table-tooltip + .tooltip > .tooltip-inner {

    background-color: whitesmoke;
    color: #3c3c3c;
    border: 1px solid #3c3c3c;
    text-align: left;
    font-size: 14px;

}

.table-tooltip + .tooltip > .tooltip-arrow {
    border-bottom-color: #3c3c3c;
}

.table-tooltip + .tooltip.in {
    opacity: 1 !important;

}

.table-tooltip,
.table-tooltip:hover {
    color: #3c3c3c;
    text-decoration: underline;
    text-decoration-style: dotted;
}

.alert-warning {
    background-color: #FFDEAD;
}

.alert-danger {
    background-color: #F6C8B9;
}

.evaluation .blue.pull-right {
    padding-right: 10px;
}

.imports .btn {

    /*width: auto!important;*/

}

.imports #results {
    padding: 10px;
    overflow: auto;
}

.imports .table tr,
.imports .table td {
    border: none !important;
}

#dashboard {

}

#dashboard .btn {
    width: 100%;

    text-transform: none;
}

.alert-tips h3 {
    display: inline-block;
}

.alert-tips .fa {

    vertical-align: middle;
}

.label-sign {
    font-weight: bolder;
    font-style: italic;
    color: #3c3c3c;
}

.signatures .checkbox {
    margin-top: 9px;
}

@media screen and (max-width: 1366px) {
    body {
        font-size: 12px;
    }

    .menu > .projet-menu > .nav-tabs > li > a {


        padding-left: 7px;
        padding-right: 5px;
    }

    .form-label {
        font-size: 10px;
    }

    .btn-form .btn {
        width: 120px;
        font-size: 10px;
    }
}

.alert .close {
    opacity: 1;
    margin-top: -35px;
    margin-right: -35px;
}

.alert .close .fa-times-circle {
    color: #a94442;
}

.alert .close .fa-circle {
    color: #FFFFFF;
}

.ui-widget.ui-widget-content {
    padding: 0 !important;
    border-collapse: collapse;
    border: none !important;
    box-shadow: 0px 3px 3px #aaa !important;
}

.ui-widget-header {
    background: none !important;
    background-color: #009FB1 !important;
    color: #FFFFFF !important;
    border: none !important;
    border-radius: 0 !important;
}

.ui-datepicker .ui-datepicker-header {

}

.ui-state-default,
.ui-state-hover,
.ui-widget-content .ui-state-default .ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    color: #2b2b2b !important;
    background: none !important;
    border: none !important;
}

.ui-datepicker-other-month {
    opacity: 0.25 !important;
    background-color: #5e5e5e !important;
}

tbody .ui-datepicker-week-end .ui-state-default {
    color: #5e5e5e !important;
}

.ui-state-hover {
    background-color: #009FB1 !important;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    background-image: url(images/ui-icons_ffffff_256x240.png) !important;

}

.ui-datepicker .ui-datepicker-prev span {
    background-position: -96px -16px;
}

.ui-datepicker .ui-datepicker-next span {
    background-position: -32px -16px !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.input-group-btn > .btn-file {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;

    border: solid 1px #037e8b;
    box-shadow: none;
}

.matrix-left-label {
    position: relative;
    top: 50px;
    left: -140px;
    font-weight: bold;
    color: #009FB1;
    transform: rotate(270deg);
    font-size: 16px;

}

.matrix-top-label {
    position: relative;
    left: 150px;
    top: 15px;
    font-weight: bold;
    color: #009FB1;
    font-size: 16px;
}

.mini-matrix-left-label {
    position: relative;
    top: 85px;
    left: -115px;
    font-weight: bold;
    color: #009FB1;
    transform: rotate(270deg);

    font-size: 16px;
}

.mini-matrix-top-label {
    position: relative;
    left: 100px;
    top: 15px;
    font-weight: bold;
    color: #009FB1;
    font-size: 16px;

}

.matrix-data-table .matrix-data {
    margin-top: -40px;

}

.mini-matrix-data-table .matrix-data {
    margin-top: -20px;
}

#chevron-qual {
    margin-top: 125px;
    margin-left: -25px;
}

.panel-primary.panel-doc-manuels,
.panel-primary.panel-checklist,
.panel-primary.setup-content {

    border-color: #009FB1;
    background-color: #f5f5f5;

}

.panel-primary.panel-doc-manuels .panel-heading,
.panel-primary.panel-checklist .panel-heading,
.panel-primary.setup-content .panel-heading {
    background-color: #009FB1;
    border-color: #009FB1;
    color: #f5f5f5;

    font-weight: bold;
}

.panel-primary.panel-doc-ref {

    border-color: #5c5c5c;
    background-color: #f5f5f5;

}

.panel-primary.panel-doc-ref .panel-heading {
    background-color: #5c5c5c;
    border-color: #5c5c5c;
    color: #f5f5f5;

    font-weight: bold;
}


.panel-primary.panel-doc-methodes {

    border-color: #9400D3;
    background-color: #f5f5f5;

}

.panel-primary.panel-doc-methodes .panel-heading {
    background-color: #9400D3;
    border-color: #9400D3;
    color: #f5f5f5;


}


.panel-primary.panel-doc-cofrac {

    border-color: #e44718;
    background-color: #f5f5f5;

}

.panel-primary.panel-doc-cofrac .panel-heading {
    background-color: #e44718;


    border-color: #e44718;
    color: #f5f5f5;
    font-size: large;

}


.panel-checklist > .panel-heading > .fa {

    color: #f5f5f5 !important;
    margin-top: 3px;
    margin-right: -10px;
}

.panel-column {
    height: 250px;
}

.checklist-form-container i:hover {
    cursor: pointer !important;

}

.checklist-row .fa {
    position: relative;
    top: 10px;
    left: -25px;
    color: #e44718;
}

.result-label {

    color: #3c3c3c !important;


}

.form-control#comment {
    margin-top: 10px;
}

#QCModal {
    width: 1000px;
    margin: auto;
}

.table-qc-search {

    font-size: smaller;
}

.progress-bar-blue {
    background-color: #009FB1 !important;
}

.btn-refresh,
.btn-auto-width {
    width: auto !important;
}

.imports .shadow .row {
    margin-bottom: 25px;

}

.imports .shadow {
    padding: 25px;

}

.nm_name_form {
    margin-top: 2px;
    margin-bottom: 2px;
}

#distances table > thead > tr > th {
    font-weight: bold;
    width: 50%;
}

#distances table > thead > tr > td {
    font-weight: bold;
    width: 25%;
}

.stepwizard-step p {
    margin-top: 0px;
    color: #666;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #bbb;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.setup-content .btn-validation,
.setup-content .nextBtn {
    margin-top: 10px !important;
}

.project_creator_param_recap td {
    padding: unset !important;
}

.project_creator_param_recap .form-group {
    margin: unset;
}

.project_creator_param_recap .form-control {
    border-radius: 0px;

}

.project_creator_param_recap .form-control .c-select {
    border-radius: 0px;
    width: auto;
}

.evaluation.interferences {
    margin-top: 66%;
}

.comparaison-ciq,
.comparaison-ciq .form-group,
.comparaison-ciq .form-group > input,
.comparaison-ciq .form-group .form-control:focus,
.comparaison-ciq .control-label,
.comparaison-ciq .control-label.form-label {
    height: 100%;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
    line-height: 1 !important;
    padding-left: 0px !important;
    box-shadow: none !important;
    font-size: 14px !important;

}

.comparaison-ciq .row {
    height: 18px !important;
}

#uciq_old,
#uciq_new {

    border: 1px solid #3c3c3c !important;
    border-radius: 5px !important;
    padding-right: 5px !important;
    text-align: right;
}

