#mainTabs .nav-tabs a {
    cursor: pointer;
}

.mt0 {
    margin-top: 0px !important;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.ml15 {
    margin-left: 15px;
}

.mr15 {
    margin-right: 15px;
}

.mr0 {
    margin-right: 0 !important;
}

.mr5 {
    margin-right: 5px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.mb0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: -10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.hide {
    display: none;
}

.mr10 {
    margin-right: 10px;
}

.pb6 {
    padding-bottom: 6px;
}

.btn-white {
    background: #fff;
    color: #333;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
    background-color: #333;
    color: #fff;
}

.btn {
    box-shadow: unset;
    border: 0;
}

.btn-success:hover {
    background-color: #a2c131 !important;
}

.btn-info:hover {
    background-color: #525252 !important;
}

.btn-danger:hover {
    background-color: #c82333 !important;
    border-color: #bd2130;
}

.tabSpinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    z-index: 1;
}

.fullSpinner{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 998;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3c3c3c;
  color: #fff;
  padding: 10px 16px;
  border-radius: 100%;
  font-size: 22px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
}

ul.pagination.ng-table-pagination a {
    cursor: pointer;
}

.download-doc {
    cursor: pointer;
}

.download-doc>i,
.download-doc>span {
    margin-right: 5px;
}

.alert {
    padding: 10px 20px;
    border-radius: 0;
    background: #fff;
    border: 0;
    border-left: 3px solid;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
    font-style: italic;
}

li.acces-courtier.logged-in>a:hover {
    background-image: url(../img/icon-acces-securise-white.svg) !important;
}

li.acces-courtier.logged-in>a:hover {
    background-color: #3c3c3c;
    text-decoration: none;
    color: #fff !important;
}

.linkEvent {
    display: inline-block;
    cursor: pointer;
}

.addAssurance {
    text-align: right;
    margin: 10px;
    margin-bottom: 0;
}

.addAssurance button:focus,
.addAssurance button:hover,
.addAssurance button:active {
    outline: none;
}

a.btn.previous-step {
    height: 42px;
    line-height: 27px;
    font-size: 16px;
    padding: 6px 20px;
    margin-right: 15px;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    color: #fff;
    background: #5cb85c;
}

.bootstrap-switch-focused {
    border-color: #ccc !important;
    box-shadow: unset !important;
}

th .form-control {
    font-weight: normal;
}

.pointer-icon {
    cursor: pointer;
}

.display-inline-block {
    display: inline-block;
}

.display-flex {
    display: flex;
    align-items: center;
}

.assure-lists .disabled {
    pointer-events: none;
    background: #eeeeee;
}

.c-switch {
    position: relative;
    top: -5px;
    display: inline-block;
    width: 60px;
    height: 30px;
}

.c-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.c-switch .c-switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #898989;
    -webkit-transition: .4s;
    transition: .4s;
}

.c-switch .c-switch-slider:before {
    position: absolute;
    content: "";
    height: 22px;
    border-radius: 100%;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.c-switch input:checked+.c-switch-slider {
    background-color: #b2d239;
}

.c-switch input:focus+.c-switch-slider {
    box-shadow: 0 0 1px #b2d239;
}

.c-switch input:checked+.c-switch-slider:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}

.c-switch .c-switch-slider {
    border-radius: 30px;
}

.slider.round:before {
    border-radius: 50%;
}

fieldset#step-3-5-0 label.c-switch,
fieldset#step-3-6-0 label.c-switch,
.step3-finalStep label.c-switch {
    margin-top: 9px;
}

.error {
    font-weight: normal;
}

div.spinner {
    text-align: center;
    font-size: 18px;
}


.download-design>ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.download-design>ul li {
    list-style: none;
    cursor: pointer;
    border: 2px dashed #ddd;
    border-radius: 1px;
    padding: 15px;
    color: #aaa;
    margin-top: 20px;
    margin-bottom: 10px;
}

.download-design>ul li i {
    font-size: 30px;
}

.download-design i,
.download-design b {
    color: #888;
}

.lastStepDetails tr th {
    border-bottom: 1px solid #ddd;
}

.lastStepDetails tr th i {
    font-size: 22px;
    margin-right: 10px;
    color: #3c3c3c;
}

.lastStepDetails tr td input {
    border: 0;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    padding-top: 3px;
    max-width: 50px;
    /* box-shadow: 0px 0px 5px rgb(0 0 0 / 15%); */
    border: 1px solid #ced4da;
    text-align: center;
    padding-bottom: 3px;
    padding: 0px;
}

tr.pack-details-row td {
    background: #fff;
    padding: 20px !important;
}

tr.pack-details-row .title {
    font-size: 27px;
    font-weight: bold;
}

tr.pack-details-row .sub {
    color: #b2d239;
    font-weight: bold;
    margin-bottom: 0px;
    border-bottom: 0 !important;
    margin-top: 20px;
}

tr.pack-details-row .col-md-4>div {
    border-bottom: 1px solid #eee;
    padding: 6px 0px;
}

tr.pack-details-row .col-md-4>div b {
    display: inline-block;
    width: 140px;
}

.table > tbody > tr > th, .table > tbody > tr > td {
    border-top: 0;
}


.top-filter-dashboard-tab-5>div {
    padding: 0;
}

.top-filter-dashboard-tab-5 ul {
    margin: 0;
    padding: 0;
    display: flex
}

.top-filter-dashboard-tab-5 ul li {
    list-style: none;
    padding: 8px 21px;
    cursor: pointer;
    background: #f1f1f1;
    border-radius: 25px;
    margin-right: 10px;
}

.top-filter-dashboard-tab-5 ul li.active {
    background: #ccc;
}

.top-filter-dashboard-tab-5 ul li.active::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    padding-right: 10px;
}

.top-filter-dashboard-tab-5 .searchForm input {
    border: 1px solid #ccc;
    border-radius: 20px;
    height: 39px;
    line-height: 40px;
    padding-right: 30px;
    text-align: right;
    min-width: 220px;
}

.top-filter-dashboard-tab-5 .searchForm input:focus,
.top-filter-dashboard-tab-5 .searchForm input:active {
    outline: none;
}

.top-filter-dashboard-tab-5 .searchForm i {
    position: absolute;
    left: 20px;
    top: 12px;
    color: #ccc;
}

.top-filter-dashboard-tab-5 .searchForm {
    position: relative;
    display: inline-block;
}

.top-filter-dashboard-tab-5 {
    padding-bottom: 15px;
    clear: both;
    overflow: hidden;
}

table.comptabilite-sub-details tr:nth-child(odd) {
    background: #f8f8f8;
}

table.comptabilite-sub-details tr>* {
    padding: 5px 10px;
}

.modal-content {
    width: 100%;
}

.modal-dialog {
    z-index: 1111;
}

.modal-dialog .modal-header h5 {
    font-size: 23px;
    margin-bottom: -5px;
}

.modal-dialog .modal-header {
    background: #f1f1f1;
}

.modal-dialog button.close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 32px;
}

#mainTabs .fa-close {
    color: #dc3545;
}

.clearfix {
    clear: both;
    overflow: hidden;
}

table.assure-list-tbl {
    width: 100%;
    margin-top: 9px;
}

table.assure-list-tbl tr {
    border-bottom: 1px solid #f1f1f1;
}

table.assure-list-tbl tr>* {
    padding: 7px 0px !important;
}

.mw-200 {
    min-width: 200px;
}

.primes-right .text {
    width: 140px;
}

.primes-right .number {
    width: calc(100% - 140px);
    text-align: right;
}

.border0 {
    border: 0;
}

.step-btn-margin {
    margin-right: 20px;
    padding: 10px 20px;
}


.price-list-table .items {
    display: flex;
}

.price-list-table .items>div {
    width: 20%;
    text-align: center;
}

.price-list-table .head.items {
    font-weight: bold;
    /* text-transform: uppercase; */
    color: #b2d239;
    font-size: 22px;
    padding-top: 5px;
}

.price-list-table .sub-heading.items>div {
    font-weight: bold;
    padding-top: 10px;
}

.price-list-table .sub-heading.items>div {
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
}

.price-list-table .head.items>div {
    padding-bottom: 15px;
    border-bottom: 2px solid #ddd;
    padding-top: 15px;
}

.price-list-table .sub-heading.items>div:first-child,
.price-list-table .head.items>div:first-child {
    border: 0;
}

.price-list-table .body .items>div {
    padding-top: 8px;
    padding-bottom: 8px;
}

.price-list-table .body .items>div:first-child {
    font-weight: bold;
}

.price-list-table .body .items i.fa-check {
    color: #b2d239;
}

.price-list-table .body .items i.fa-close {
    color: #ff4a4a;
}

.price-list-table .body .items:nth-child(2n) {
    background: #fff;
}

.price-list-table .head.items .active {
    background: #b2d239;
    color: white;
    /* border-color: #000; */
}

.price-list-table .sub-heading.items>div.active {
    background: #b2d239;
    color: #fff;
}

.price-list-table .items .active {
    border-right: 1px solid #b2d239;
    border-left: 1px solid #b2d239;
    border-bottom: 1px solid #eee;
    background-color: white;
    overflow: hidden;
    position: relative;
}
.price-list-table .items:last-child .active {
    border-bottom: 1px solid #b2d239;
}

.price-list-table .footer button {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.price-list-table .footer .active button {
    background-color: #b2d239;
}

.with-25 .items>div {
    width: 25%;
}

/*.price-table.items-6 .items div {    width: 16.99% !important;} */
.tab-delete-handler {
    cursor: pointer;
}

.text-in-tarif-tbl {
    font-size: 15px;
    padding: 5px;
}

a.topLink {
    position: fixed;
    bottom: 2%;
    left: 2%;
    display: block;
    padding: 10px 15px;
    background-color: #3c3c3c;
    color: white;
    border-radius: 5px;
    z-index: 1111;
    padding-right: 11px;
}

a.topLink:hover {
    background-color: #b2d239;
    color: white;
}

ul.secondMenu {
    list-style: none;
    padding: 0;
    margin-bottom: 70px;
    margin-left: 15px;
}

ul.secondMenu li {
    float: left;
    padding-right: 15px;
}

ul.secondMenu li a {
    padding: 8px 13px;
    font-size: 16px;
    background-color: #b2d239;
    columns: #fff;
}

ul.secondMenu li a.btn:hover {
    background-color: #a2c131;
}

a.exitLink {
    position: fixed;
    bottom: 25px;
    z-index: 1111;
}

.icon {
    margin: 0 5px 0 0;
}

fieldset {
    background-color: #f5f5f5;
}

.glyphicon-chevron-down,
.glyphicon-edit,
.glyphicon-download-alt {
    margin-right: 10px;
}

::placeholder {
    opacity: 0.45;
  }

  .simulateur .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

#basic-addon2{
  position: relative;
  top: 7px;
  padding: 4px;
}

.simulateur .input-group-append {
    margin-left: -1px;
}

.simulateur .input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.simulateur .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    margin-left: -1px;
}

/* ***** Media Queries ****** */

@media screen and (min-width:768px) {
    .modal-dialog {
        width: 700px;
    }
}

@media screen and (max-width:767px) {
    .dashboard {
        padding: 20px 0 0 0;
    }
    .courtiers-page-canvas {
        max-width: 100%;
    }
    .secondMenu {
        margin-bottom: 50px;
    }
    ul.secondMenu {
        margin-bottom: 150px;
    }
    .secondMenu li {
        display: grid;
        width: 100%;
        margin-bottom: 5px;
    }
    .bread li a {
        padding: 8px 0 14px 0px;
    }
    .bread li.active a {
        height: 100%;
    }
    a.exitLink {
        display: none;
    }

    a.topLink {
        left: 15px;
    }
}
.transfert-preneur {
    z-index: 999999;
    background: rgba(143, 138, 138, 0.3);
}
