/* MAIN CUSTOM CSS */
@import url('https://fonts.googleapis.com/css?family=Questrial&display=swap');

body {
    font-family: 'Questrial', 'Helvetica', 'Arial', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Questrial', Source Sans Pro, sans-serif;
    line-height: 1.5;
}

hr {
    border-top: 1px solid #eee;
}

.container-create-device {
    padding-right: 15px;
    padding-left: 15px;
}

.remove_up_down_arrow_number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

a {
    color: #002e3b;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 3%;
}

.cursorHover:hover {
    cursor: pointer;
}

input[type="radio"]:hover {
    cursor: pointer;
}

[id^="formStep"] input[type="radio"],
[id^="formStep"] input[type="checkbox"] {
    margin-top: -2px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    transform: scale(1.5);
    margin-right: 1rem;
}

.btn {
    transition: all 0.3s ease 0s !important;
    margin: 0 5px 0 5px !important;
}

.btn-new-device {
    width: 20%;
    padding: 0;
}

label {
    font-weight: lighter !important;
}

.btn-new-duct {
    width: 20%;
    padding: 0;
}

.box.box-blue-dark {
    border-top: 3px solid #002e3b;
}

.wrapper, body {
    overflow-x: inherit;
    overflow-y: inherit;
}

.hr_grey {
    border-top: 1px solid #a8a8a8;
}

.sub-header {
    font-size: 12px;
}

.error403-title {
    color: #f54137;
    font-weight: 700;
    text-align: center;
    font-size: xx-large;
}


.btn-dark-grey {
    background-color: #8c8c8c;
    border-color: #8c8c8c;
    color: white;
}

.btn-dark-grey:hover {
    background-color: #ababab;
    border-color: #ababab;
    color: white;
}

@media (min-width: 768px) {
    .modal-dialog-new-device-blank-model {
        width: 800px;
        margin: 30px auto;
    }
}

/* No Padding Left (npl)*/
.npl {
    padding-left: 0;
}

/* No Margin Bottom (nmb*/
.nmb {
    margin-bottom: 0;
}

.activeBlock {
    background-color: #002E3B;
    color: white !important;
}

.activeBlock:hover {
    background-color: transparent;
    color: black !important;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: inherit;
    top: -2px;
    right: -21px;
}

.info-box .progress {
    background: rgba(0, 0, 0, .2);
    margin: 5px -10px;
    height: 5px;
}

.progress-description {
    display: block;
    font-size: 14px;
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fa, .fas {
    padding-right: 1%;
}

.main-header .sidebar-toggle {
    padding: 30px;
}

.main-header .logo {
    height: 80px;
}

.main-header .logo .logo-lg img {
    max-height: 80px;
}

.skin-yellow-light .main-header .logo {
    background-color: transparent;
}

.skin-yellow-light .main-header .logo:hover {
    background-color: transparent;
}

.skin-yellow-light .main-header .navbar {
    background-color: #002E3B;
    border-bottom: 6px solid #E08E0B;
}

.main-header .sidebar-toggle:before {
    content: "\f0c9";
    font-size: large;
}

.op-04 {
    opacity: 0.4;
}

.op-06 {
    opacity: 0.6;
}

.op-08 {
    opacity: 0.8;
}

.content {
    min-height: 250px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
}

.content-header > h1 {
    margin: 0;
    font-size: 0px;
}

.content-header {
    display: none;
    padding: 2% 15px 0;
}

.content-header > .breadcrumb {
    float: left;
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    border-radius: 2px;
    position: inherit;
    top: 0;
    right: 0;
}

.breadcrumb > .active {
    color: #777 !important;
    font-weight: bolder;
    font-size: small;
    background-color: transparent;
}

.page-title {
    /*margin-bottom: 2%;*/
}

/* SIDE BAR (LEFT MENU) */
.main-sidebar {
    top: 50px;
}

.treeview > ul.treeview-menu {
    padding-left: 10%;
}

/* LOGIN PAGE */
.login-page, .register-page {
    background-color: white;
}

.login-head {
    font-size: large;
    font-weight: 400;
}

.login-box, .register-box {
    max-width: 360px;
    margin: 7% auto 0% auto;
}

.login-box-msg, .register-box-msg {
    padding: 7% 0 0 0;
}

/* FOOTER OF THE LOGIN BOX */
.login-box-bottom {
    width: 360px;
    margin: 0 auto;
    background-color: white;
    border-top: 1px solid #de8534;
    color: #666;
    font-weight: 400;
    padding: 5px;
    display: flex;
}

.login-box-support {
    color: #666;
    width: inherit;
}

.login-box-support-a:hover {
    color: #666;
    font-weight: 900;
    width: inherit;
}

.login-box-website {
    padding-left: 28%;
}

.login-box-website:hover {
    color: #666;
    font-weight: 900;
}

.alert {
    padding: 10px;
    margin-bottom: 0px;
    border-radius: 16px;
}

.alert-danger {
    background-color: #dd4b39e6 !important;
}

/* RESETTING PASSWORD */
.resetting_check_email {
    font-size: initial;
    margin-top: 10%;
    text-align: left;
    font-weight: 600;
}

.resetting_check_email_remark {
    font-size: small;
    margin-top: 10%;
    text-align: left;
}

.form-control-feedback {
    pointer-events: auto;
}

/* Move datatable search box on the left */
/*.dataTables_filter {*/
/*float: left !important;*/
/*margin-left: 5%;*/
/*}*/

/* DATA TABLE STYLE  */

.main_data_table_button {
    height: 32px;
    width: 32px;
    min-width: 0px;
    padding: 7px;
}

.addNewRecord {
    color: red;
}

.datatable_btn_archived_checked {
    background: #00a157;
    border-color: #00a157;
}

div.dt-buttons {
    margin-bottom: 2%;
    display: flex;
}

.btn-block + .btn-block {
    margin-top: 0px;
    text-align: inherit;
    margin-left: 5%;

}

.modal-dialog-add-company {
    max-width: 350px;
    margin: 0px;
    padding: 0 1%;
}

#companies_list_wrapper {
    margin-top: 0;
    padding-top: 0;
}

.company-form-error {
    font-weight: 700;
    font-size: medium;
    margin-bottom: 1%;
}

.company-form-error .list-unstyled .text-danger:before {
    content: "";
    display: inline-block;
    height: 25px;
    width: 25px;
    background-size: 25px 25px;
    background-image: url(/images/exclamation-triangle-solid.svg);
    background-repeat: no-repeat;
    margin-right: 0.8em;
    vertical-align: bottom;
}

.small-box > .small-box-footer {
    position: relative;
    text-align: center;
    padding: 7px 0;
    color: #fff;
    color: hsla(0, 0%, 100%, .8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, .1);
    text-decoration: none;
}

/*partie nav bar user*/

.navbar-nav {
    margin-top: 5%;
    width: 100%
}

.main-header .navbar-custom-menu, .main-header .navbar-right {
    float: right;
    margin-right: 1%;
    width: 250px;
}

.bg-gradient-danger {
    background: #dc3545 linear-gradient(180deg, #e15361, #dc3545) repeat-x !important;
    color: #fff;
}

.navbar-nav > .user-menu .user-image {
    width: 50px;
    height: 50px;
    margin-top: -3%;
}

.btn-app-project {
    border-radius: 3px;
    position: relative;
    padding: 15px 5px;
    /* margin: 0 0 10px 10px; */
    min-width: 97%;
    height: 97%;
    text-align: center;
    color: black;
    border: 1px solid #ddd;
    background-color: white;
    font-size: 15px;
    margin: 1%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.50), 0 1px 5px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.23);
}

.btn-app-project:hover {
    background-color: #E7E7E7;
}

@media (min-width: 768px) {

    .form-horizontal .control-label {
        padding-top: 7px;
        text-align: left;
    }
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px;
    margin-right: 5%;
}

.box.box-info {
    border-top: 3px solid #123ca5;
}

.box.box-install-bois {
    border-top: 3px solid #e08e0b;
}

.rowBeforeInserted {
    background-color: transparent;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}

.rowBeforeInserted.highlighted {
    background-color: #fad59b;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1;
    padding: 1%;
    margin-top: 1%;
}

/* TAB INTO PROFIL USER */

.tabinator h2 {
    text-align: center;
    margin-bottom: 20px;
}

.tabinator .tabsLabel {
    box-sizing: border-box;
    display: inline-block;
    padding: 15px 25px;
    color: #ccc;
    margin-bottom: -1px;
    margin-left: -1px;
}

.tabinator .tabsLabel:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ee921d;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 10;
}

.tabinator .tabsLabel:hover {
    color: #888;
    cursor: pointer;
}

.tabinator input:checked + label {
    position: relative;
    color: #000;
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 1px solid #fff;
    border-radius: 5px 5px 0 0;
}

.tabinator input:checked + label:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#content1, #content2, #content3, #content4, #content5 {
    display: none;
    border-top: 1px solid #bbb;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
    display: block;
}

/* EXPORT DATATABLE BUTTON STLYE */

/* Image preview on form */

.thumb-image {
    width: 25%;
    margin: 5px;
    border: solid 1px black;
}

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

.service-img-project {
    width: 30px;
    height: 30px;
}

/*  CLASS FOR SERVICE INFORMATION ON THE DASBOARD */
.service-img {
    width: 70px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.logoServiceConfig {
    width: 50px;
    max-width: 50px;
    margin: 8px;
    float: left;
}

.service-box {
    background-color: white;
    padding: 3%;
    font-size: larger;
    line-height: 1em;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.service-label-active {
    background-color: #26A69A !important;
    font-size: 90% !important;
    float: right;
    margin-top: 1%;
}

.service-label-inactive {
    background-color: #dd4b39 !important;
    font-size: 90% !important;
    float: right;
    margin-top: 1%;
}

.tooltip {
    font-size: 1.7rem;
}

.tooltip-inner {
    max-width: 350px;
    width: 350px;
}

.renew-subscription-btn {
    border-radius: 2%;
    vertical-align: super;
    margin-right: 5%;
    background-color: white;
    border-width: 1px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.renew-subscription-btn:hover {
    border-width: 1px;
    background-color: #F7F8FA;
}

.renew-subscription-btn:focus {
    outline: 0;
}

/* CLASS FOR PROJECT PAGE */

.project-picture {
    margin: 2%;
}

.project-picture-btn {
    width: 100px;
    height: 44px;
    border-radius: 2%;
    background-color: white;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.project-file-input-btn:hover {
    cursor: pointer;
}

.project-input-btn {
    width: 0;
    height: 0;
    visibility: hidden;
}

.project-thumb-image {
    width: 100%;
    border: 1px solid #f4f4f4;
    margin: 10% 0;
}

.project-picture-btn-submit {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
}

.project-picture-btn-submit:hover {
    background-color: #f4f4f4;
    color: black;
    border-color: #ddd;
    font-weight: 800;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.add-service-button {
    border-radius: 35%;
}

.add-service-button:hover {
    color: white;
    background-color: darkblue;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: black;
    cursor: default;
    background-color: #fff;
    border: 1px solid;
    border-color: #ddd #ddd transparent;
    font-weight: 800;
}

.nav-tabs > li > a {
    color: black;
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

/* LIST EXPORT BUTTON */

button.dt-button, div.dt-button, a.dt-button, input.dt-button {
    width: 100px;
    background: none !important;
    background-color: #005384 !important;
    color: white !important;
    border-color: #ddd;
    opacity: 0.75;
    font-weight: 800;
}

button.dt-button:hover, div.dt-button:hover, a.dt-button:hover, input.dt-button:hover {
    background-color: #f4f4f4 !important;
    border-color: #ddd !important;
    font-weight: 800;
    color: black !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

i.dt-button {
    font-size: x-large;
    vertical-align: bottom;
    margin-right: 10%;
}

/*  SELECT2 STYLE  */
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: left;
    font-weight: bold;
    margin-top: -0.5%;
}

.select2-container .select2-selection--single {
    height: 34px !important;
}

/* arrow down and up for selection */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 9px 8px 0 8px;
    margin-left: -15px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0px 8px 9px 8px;
    margin-left: -15px;
}

/* delete cross icon  */
.select2-container .select2-selection--single .select2-selection__clear {
    font-size: 1.55em;
}


div#finalCustomerInformation {
    margin: 2% 0 -2% 2%;
}

div#finalCustomerInformation > table > tbody > tr > td {
    padding-top: 1%;
    font-size: 14px;
}

div#finalCustomerInformation > table {
    width: 50%;
}


/* ####### PROGRESS BAR FOR PROJECT CREATION #####*/

progress {
    height: 25px;
    line-height: 35px;
    background: #f7f7f7;
    border-radius: 0 15px 0 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

.progressbar-title {
    color: #333;
    font-size: 15px;
    margin: 5px 0 5px;
}

.progress .progress-bar {
    position: relative;
    border-radius: 0 15px 0 15px;
}

.progress .progress-bar span {
    display: block;
    background: #000;
    color: #fff;
    border-top-right-radius: 15px;
    font-size: 14px;
    padding: 1px 8px;
    position: absolute;
    right: 0;
    font-weight: 600;
}

.progress-bar.active {
    animation: progress-bar-stripes 0.90s linear infinite;
}


/* ##### SELECT 2 CUSTOM CSS */
.select2-container--default .select2-results__group {
    text-transform: uppercase;
    background-color: #002e3b;
    color: white;
    font-size: small;

}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #fcc471;
    color: black;
}

.select2-container--default .select2-results__option--selected {
    background-color: #fcc471;
    color: black;;
}

.select2-results__option.loading-results,
.select2-results__option.select2-results__option--load-more {
    background-image: url('/images/loader.gif');
    background-repeat: no-repeat;
    padding-left: 35px;
    background-position: 10px 50%;
}

/* DEVICES INDEX PAGE WITH THE LISTING OF DEVICES */
#devices-list_length {
    padding-right: 1%;
    float: right;
}


#devices-list_wrapper {
    padding-top: 1%;
}

/* DEVICE FORM */
.formNote {
    padding: 1%;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    font-size: 15px;
}

.formYellowNote > h5, .formNote > h5, .formRedNote > h5 {
    font-size: 15px;
    line-height: 1.4em;
}

.formYellowNote {
    font-size: 15px;
    padding: 1%;
    color: #91713e;
    background-color: beige;
    border-color: burlywood;
}

.formRedNote {
    font-size: 15px;
    padding: 1%;
    color: #a94442;
    background-color: #F2DEDE;
    border-color: burlywood;
}

.checkboxListForm {
    display: inline-flex;
    width: 100%;
    padding: 1% 1% 0 1%;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single {
    border-radius: 0 !important;
    font-size: 12px;
    color: #000000;
    /*border-color: #7f7f7f!important;*/
}

.box-title-create-device {
    display: inline-block;
    font-size: 24px;
    margin: 0;
    line-height: 1;
}

.box-title-summary {
    width: 100%;
    font-size: 1.4em;
    color: #91713e;
}

.summary-info {
    margin-top: 1%;
    color: #91713e;
}

.summary-info > li {
    background-color: transparent;
}

details[open] summary ~ * {
    animation: sweep 0.5s ease-in-out;
}

details[open] > div {
    animation-name: slideDown;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

@keyframes sweep {
    0% {
        opacity: 0;
        transform: translateX(-10px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.device-form-minus-margin-top {
    margin-top: -1%;
}

/* Create device final summary css  */
.mainSummaryDiv {
    margin-top: 2%;
    display: flex;
    text-align: center;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0;
}

.stepBorder {
    border: 1px solid #696969;
    border-radius: 10px;
    width: 49%;
    padding-left: 10px;
    text-align: left;
}

.stepBorderMT {
    border: 1px solid #696969;
    border-radius: 10px;
    margin-top: 5px;
    width: 49%;
    padding-left: 10px;
    text-align: left;
}

/* GLOBAL TABLE INFORMATION INTO FINALE STEP */
.tableSummary {
    width: 100%;
}

.tableSummary > tbody > tr > td {
    padding: 1%;

}

.tableSummary > tbody > tr > td:first-child {
    font-weight: bold;
    width: 60%;
    padding: 2% 3% 1% 0;
    border-bottom: 1px solid #eee;
}

.tableSummary > tbody > tr > td:last-child {
    text-align: right;
}

/* SPECIFIC STEP04 TABLE INFORMATION INTO FINALE STEP */
.tableSummaryCoude > tbody > tr > td {
    padding: 1%;
}

.tableSummaryCoude {
    width: 98%;
}

.tableSummaryCoude > tbody > tr:last-child > td {
    padding: 1%;
    /*border-bottom: 1px solid #696969;*/
}

.tableSummaryCoude > tbody > tr > td:first-child {
    font-weight: bold;
    width: 76%;
    padding: 2% 3% 1% 2%;
    border-bottom: 1px solid #eee;
}

.tableSummaryCoude > tbody > tr > td:last-child {
    text-align: right;
}

/* SPECIFIC STEP03 TABLE INFORMATION INTO FINALE STEP */
.tableSummaryCaract > tbody > tr > td {
    padding: 1%;
}

.tableSummaryCaract {
    width: 98%;
}

.tableSummaryCaract > tbody > tr:last-child > td {
    padding: 1%;
    /*border-bottom: 1px solid #696969;*/
}

.tableSummaryCaract > tbody > tr > td:first-child {
    font-weight: bold;
    width: 73%;
    padding: 2% 3% 1% 2%;
    border-bottom: 1px solid #eee;
}

.tableSummaryCaract > tbody > tr > td:last-child {
    text-align: right;
}


.btnStepDeviceSummary {
    border-color: burlywood;
    background-color: cornsilk;
    color: black;
}

.btnStepDeviceSummary:hover {
    background-color: #f4f4f4;
    color: black;
    border-color: #ddd;
    font-weight: 800;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.btnStepDeviceSummary:disabled,
.btnStepDeviceSummary[disabled] {
    border: 1px solid #999999;
    background-color: darkgreen;
    color: white;
}

.btnStepDeviceSummary:disabled > h4 > small {
    color: white;
}

.btnStepDeviceSummary.inactive {
    background-color: #f4f4f4;
    color: black;
    border-color: #ddd;
}

.btnStepDeviceSummary.active {
    border: 1px solid #999999;
    background-color: darkgreen;
    color: white;
}

.txtUnderline {
    text-decoration: underline;
}

.ui-datepicker-trigger {
    position: absolute;
    margin: 5px 0 0 5px;
    width: 17px;
    cursor: pointer;
    background-color: #fff;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span:hover {
    cursor: pointer;
}

#reminder > .form-group > .input-group {
    display: inline-grid !important;
    margin-left: 1%;
}

#reminder > .form-group > .input-group > .ui-datepicker-trigger {
    display: inline-grid !important;
    margin-top: -12%;
}

.noEmptySpan {
    font-weight: normal;
    margin-top: 10px;
    display: none;
    color: red
}

.noEmptySpan:before {
    content: "";
    display: inline-block;
    height: 15px;
    width: 15px;
    background-size: 15px 15px;
    background-image: url(/images/exclamation-triangle-solid.svg);
    background-repeat: no-repeat;
    margin-right: 0.8em;
    vertical-align: bottom;
    padding-top: 20px;
}

.applyGrayBackgroundDisabled {
    background-color: gray;
    opacity: 0.5;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    content: "▼" !important;
    top: 55% !important;
    left: 10px !important;
    height: 1em;
    width: 1em;
    margin-top: -9px;
    display: block;
    position: absolute;
    background-color: transparent !important;
    border: none !important;
    color: inherit !important;
    box-shadow: initial !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
    content: "▲" !important;
}


/* BRAND INDEX PAGE WITH THE LISTING OF DEVICES */
#brands-list_length {
    padding-right: 1%;
    float: right;
}

#brands-list_wrapper {
    padding-top: 1%;
}

/* FORM CONDUIT  */
.btnStepDuctSummary {
    border-color: burlywood;
    background-color: cornsilk;
    color: black;
}

.btnStepDuctSummary:hover {
    background-color: #f4f4f4;
    color: black;
    border-color: #ddd;
    font-weight: 800;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.btnStepDuctSummary:disabled,
.btnStepDuctSummary[disabled] {
    border: 1px solid #999999;
    background-color: darkgreen;
    color: white;
}

.btnStepDuctSummary:disabled > h4 > small {
    color: white;
}

.btnStepDuctSummary.inactive {
    background-color: #f4f4f4;
    color: black;
    border-color: #ddd;
}

.btnStepDuctSummary.active {
    border: 1px solid #999999;
    background-color: darkgreen;
    color: white;
}

.formCaractDuct {
    margin: -3% 0 0 0;
}

.formAccessoryDuct {
    margin: -3% 0 0 0;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 768px;
        margin: 30px auto;
    }
}

.listCaractDiv {
    margin: 2% 0;
}

.spanPosition {
    height: 30px;
    font-size: larger;
}

.spanPosition .spanValue {
    font-size: 18px;
    float: right;
    margin-right: 6%;
}

.spanPosition .spanTitle {
    font-weight: bold;
}

.spanPosition span {
    vertical-align: middle;
}

.caracFormBtns {
    border-radius: 25%;
    font-size: x-large;
}

.modal-caract .spanPosition {
    height: 30px;
    font-size: 1em;
}

.modal-caract .spanPosition .spanValue {
    font-size: 18px;
    float: right;
    margin-right: 1%;
}

.box-title-create-duct {
    display: inline-block;
    font-size: 24px;
    margin: 0;
    line-height: 1;
}

.formDuctStep5 {
    margin-bottom: -1%;
}

#containerFilter, #filter, #btnModifyAddress, #btnModifyDevice {
    display: none;
}

.containerFilterActive {
    display: block !important;
    position: absolute;
    width: 100%;
    height: 100%;
}

.filterActive {
    display: block !important;
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-color:black;*/
    opacity: 0.35;
    z-index: 10;
    border-radius: 3px;
}

.bgRedInput {
    background-color: #FFF3F3;
}

#phoneIndicator .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
    font-weight: bold;
    padding-top: 1%;
}

#phoneIndicator .select2-container {
    width: 221px !important;
}

#phoneIndicator .select2-container .select2-selection--single .select2-selection__clear {
    font-size: 1em;
}

/* LAST NEWS BLOCK INFORMATION */
.parentTimelineElement {
    background-color: #F6F6F6;
    padding: 10px;
    margin: 3% 0 3% 5%;
}

#modal-add-file > #file > .form-group:last-child {
    font-size: 2em;
}

.imgIconEdit {
    content: url("../icon/tab_action_modifier.svg");
}

.imgIconDelete {
    content: url("../icon/tab_action_supprimer.svg");
}

/* SERVICE RUlE ENGINE */

.listUlInformations {
    list-style: none;
    padding: 10px;
    cursor: grabbing;
}

.li-list-information {
    height: 50px;
    text-align: left;
    padding: 10px;
    font-size: larger;
    color: black;
}

#listStepResponse > li {
    font-weight: bold;
    font-size: 15px;
    animation-name: blink;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    color: black;
}

#listStepQuestion > li {
    font-weight: bold;
    font-size: 15px;
    animation-name: blink;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    color: black;
}

.float-right {
    float: right;
}

.noMTP {
    margin-top: 0;
    margin-bottom: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/* TOOLTIP CSS */
.tooltipCss {
    background-color: black !important;
    color: white !important;
    text-align: center !important;
    opacity: 1 !important;
}

.ui-tooltip, .arrow:after, .ui-widget-content {
    background-color: black !important;
    border: 2px solid white;

}

.ui-widget-shadow {
    opacity: 1 !important;
}

.ui-tooltip {
    padding: 0 20px;
    color: white;
    /*background-color: black!important;*/
    background: black;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
    opacity: 1;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

.arrow.top {
    top: -16px;
    bottom: auto;
}

.arrow.left {
    left: 20%;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow.top:after {
    bottom: -20px;
    top: auto;
}

#help-service-data-list > tbody > tr > td, #help-tech-data-list > tbody > tr > td {
    height: 30px !important;
}

#response-list-service > tbody > tr > td {
    height: 40px !important;
}

#subscription-list button {
    border: none;
}

.containerInfosContract {
    display: flex;
    flex-direction: column;
    padding: 0 50px;
    width: 600px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.containerInfosContract .line:nth-child(1) {
    margin-top: 0;
}


.containerInfosContract .line {
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}

.containerInfosContract .double .line {
    width: 200px;
}

.containerInfosContract .double {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.containerInfosContract .line span {
    width: 100%;
}

.containerInfosContract .line span:nth-child(1) {
    margin-bottom: 7px;
    color: grey;
    font-weight: 700;
}

.containerInfosContract .line span:nth-child(2) {
    padding: 10px;
    background: white;
    border: 1px solid grey;
    text-align: center;
}

.containerServiceAssocies {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px;
}

.containerServiceAssocies table {
    width: 100%;
}

.containerServiceAssocies span {
    background: #d5d2d2;
    padding: 10px;
    margin-top: 25px;
    width: 100%;
    text-align: center;
}

.doubleContainer-fluid {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.doubleContainer-fluid .container-fluid {
    padding-top: 50px;
    margin: 0;
}

.doubleContainer-fluid .rubrique {
    margin-top: 0;
    height: 100%;
}

.containerBtnFlex {
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.containerBtnFlex button {
    padding: 15px 30px;
}

#detail_ducts_infos_wrapper {
    margin-top: -2%;
}

.combusTitle {
    letter-spacing: 2px;
    margin-left: 10px;
    color: #ED7D31;
    font-weight: bold !important;
}

.combusImg {
    width: 70px;
    margin-top: -30px;
    vertical-align: top;
}

.marginSide {
    margin: 0 150px;
}
.littleInnerDiv {
    width: 32%;
}
.innerDiv {
    width: 45%;
}
.bigInnerDiv {
    width: 75%;
}
.checkBoxDiv {
    width: 75%;
}

@media (max-width: 992px) {
    .login-box, .login-box-bottom {
        zoom: 250%;
    }

    .login-head {
        font-size: 40px;
    }

    .form-group input, .form-group input::placeholder {
        font-size: 20px;
    }

    body.login-page .login-logo {
        padding-top: 5px;
    }

    .checkBoxDiv {
        width: 100%;
        margin-top: 15px;
    }
}

@media (max-width: 600px) {
    #phoneIndicator {
        margin-right: 5px !important;
    }

    .phoneNumber {
        margin: 0;
        padding: 0;
    }

    #phoneIndicator .select2-container {
        width: 150px !important;
    }

    .innerDiv {
        width: 100%;
    }
    .littleInnerDiv {
        width: 100%;
    }
    .bigInnerDiv {
        width: 100%;
    }
    .formSubtitle {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

}


@media screen and (max-width: 767px) {
    #containerQualif .form-group {
        margin-bottom: 60px;
    }
}