@import "../../../assets/fonts/fonts_admin.css";

a {
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -ms-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}
a:focus {
    outline:0;
}
body {
    font-family: "Rubik", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    line-height: 1.5em;
    color: rgba(0, 0, 0, 0.87);
    min-height: 100vh;
}
.header1 h1 {
    margin-top: 0;
}
.paddinglr15 {
    padding: 0 15px;
}
.clear {
    clear: both;
}
input[type="checkbox"] {
    width: auto;
}
.overfirst {
    margin-left: -10px;
}
.stuckfirst {
    margin-left: -5px;
}
.card h1.card-title, .card h2.card-title, .card h3.card-title, .card h4.card-title, .card h5.card-title, .card h6.card-title {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.05rem;
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
}
p {
    font-size: 1rem;
    letter-spacing: 0.3px;
}
.btn-primary {
    color: #fff;
    background-color: #009DA0;
    border-color: #009DA0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Montserrat", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    line-height: 1.15em;
}
.card {
    font-size: 1rem;
    font-weight: normal;
    border: 0 none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
hr {
    border-color: #a8a8a8;
}
.bg-primary {
    background-color: #009DA0 !important;
}
.ml-5, .mx-5 {
    margin-left: 4.5rem !important;
}
.mr-5, .mx-5 {
    margin-right: 4.5rem !important;
}
/*.btn[class*="btn-"], .fc button[class*="btn-"] {
    margin-bottom: 1rem;
}*/
.firm-logo {
    max-height: 55px;
}
body.loggedIn {
    margin: 0;
    font-family: "Montserrat", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #f5f7fa;
}
header {
    margin-bottom: 30px;
}
.tooltip.danger .tooltip-inner {
    background-color: red;
}
.tooltip.danger.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.danger.bs-tooltip-bottom .arrow::before {
    border-bottom-color: red;
}
.tooltip.danger.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.danger.bs-tooltip-top .arrow::before {
    border-top-color: red;
}
.form-control::placeholder {
    color: #c4c4c4;
}
.bootstrap-select > .dropdown-toggle {
    border: 1px solid #ced4da;
}

/*********************************/
/*                               */
/*            Login              */
/*                               */
/*********************************/

.wrapper {
    position: relative;
    top: 0;
    height: 100vh;
}
.loginImg {
    max-width: 100%;
}
#login .login-img {
    padding: 0;
    background: #f0f0f0;
}
#login {
    background-image: url("../img/light-bg.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/*********************************/
/*                               */
/*            NavBar             */
/*                               */
/*********************************/
.navbar-brand img {
    max-height: 100%;
    width: 200px;
    height: auto;
}
.navbar-brand {
    padding: 4px 15px;
}
.nav-tabs .nav-link {
    height: 100%;
}
.nav-tabs {
    border-bottom: 0 none;
}
.borderLeft {
    border-left: 1px solid #dee2e6;
}
.borderRight {
    border-right: 1px solid #dee2e6;
}
.borderBottom {
    border-bottom: 1px solid #dee2e6;
}
/*********************************/
/*                               */
/*          Dashboard            */
/*                               */
/*********************************/

.loggedIn .content-wrapper {
    padding: 0 30px;
}

.card {
    border: 0;
    box-shadow: 0 6px 0px 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    background-color: #ffffff;
}
.card-header {
    background-color: transparent;
    border-bottom: 0 solid;
    padding: 1.25rem 1.25rem 0;
    margin-bottom: 0;
}
.colActions {
    text-align: center;
}
.colActions a {
    margin: 0 3px;
}
.usersEvalStatus {
    width: 100%;
}
.percentWrapper {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    width: 100%;
    position: relative;
    margin-bottom: 8px;
}
.percentInner {
    position: absolute;
    height: 100%;
    background-color: #66c666;
    top: 0;
    left: 0;
}
.percentWrapper > span {
    position: relative;
    z-index: 1;
    padding: 2px 10px 0;
    display: block;
    font-size: 0.8rem;
    line-height: 0.9rem;
}
.percentWrapper .progress100 {
    padding: 6px 0 9px;
    display: block;
}
/*********************************/
/*                               */
/*       Tableau dataTable       */
/*                               */
/*********************************/

table.dataTable tbody tr {
    height: 30px;
}
table.dataTable tbody td.listActions {
    text-align: center;
    vertical-align: middle;
}
table.dataTable tbody td.listActions a {
    margin: 0 5px;
}
table.dataTable tbody td.listActions a:hover {
    text-decoration: none;
}
table.dataTable tbody td.listActions i {
    line-height: 20px;
}
div.dataTables_wrapper div.dataTables_filter label {
    white-space: normal !important;
    text-align: center !important;
    max-width: 100%;
}
table.dataTable tbody tr:hover {
    background-color: #c8dbff;
}
.table td, .table th {
    padding: .50rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.dataTables_paginate,
.dataTables_info,
.dataTables_filter,
.dataTables_length {
    font-size: 0.8rem;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: 150px;
    max-width: 100%;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.2rem .5rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
div.dataTables_wrapper div.dataTables_length select {
    text-align: center;
}
.custom-select {
    display: inline-block;
    padding: .25rem 1rem .25rem .5rem;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .25rem center/8px 10px;
}
.custom-select option {
    padding: 0;
}
.colActions a:hover,
.colActions a:focus {
    text-decoration: none;
}
/*********************************/
/*                               */
/*             Trees             */
/*                               */
/*********************************/

#list-categories ol li {
    cursor:all-scroll;
    display: block;
}
.placeholder {
    border: 2px dashed #5d5d5d;
    height: 35px;
    width: 100%;
}
#list-categories ol li.ui-sortable-helper {
    cursor: -webkit-grabbing; cursor: -moz-grabbing;
    border: 1px solid #5d5d5d;
}
/*li.mjs-nestedSortable-branch > .ui-sortable-handle > .disclose {*/
/*    cursor: pointer;*/
/*    content: '';*/
/*    display: inline-block;*/
/*    border-width: 7px 0 7px 7px;*/
/*    border-style: solid;*/
/*    border-color: transparent transparent transparent #000000;*/
/*    margin: 0 8px;*/
/*    -webkit-transition:  -webkit-transform 0.5s;*/
/*    -moz-transition: -moz-transform 0.5s;*/
/*    -ms-transition: -ms-transform 0.5s;*/
/*    -o-transition: -o-transform 0.5s;*/
/*    transition: transform 0.5s;*/
/*    position: absolute;*/
/*    left: -21px;*/
/*    top: 4px;*/
/*}*/
/*li.mjs-nestedSortable-branch.mjs-nestedSortable-expanded > .ui-sortable-handle > .disclose {*/
/*    transform: rotate(90deg) translate(1px);*/
/*    -webkit-transform:  rotate(90deg) ;*/
/*    -moz-transform: rotate(90deg) translate(0) perspective(999px);*/
/*    -o-transform:  rotate(90deg) ;*/
/*    -ms-transform: rotate(90deg);*/
/*}*/
/*.mjs-nestedSortable-branch > ol {*/
/*    overflow: hidden;*/
/*    max-height: 800px;*/
/*    -webkit-transition: max-height 0.5s;*/
/*    -moz-transition: max-height 0.5s;*/
/*    -ms-transition: max-height 0.5s;*/
/*    -o-transition: max-height 0.5s;*/
/*    transition: max-height 0.5s;*/
/*    padding-left: 20px;*/
/*}*/
/*ol.sortable {*/
/*    padding: 0;*/
/*}*/
/*.mjs-nestedSortable-branch.mjs-nestedSortable-collapsed > ol {*/
/*    max-height: 0;*/
/*}*/
#fileupload .toText {
    cursor: pointer;
}
#list-categories .ui-sortable-handle button {
    opacity: 0;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}
#list-categories .ui-sortable-handle:hover button {
    opacity: 1;
}
.disclose.btn-expanded {
    float: left;
}
#list-categories button.btn {
    float: right;
    margin: 0 3px;
}

/*********************************/
/*                               */
/*             Promo             */
/*                               */
/*********************************/
.imgThumbPromo {
    text-align: center;
    margin: 20px 0 10px;
}
.imgThumbPromo img {
    height: auto;
    max-height: 200px;
    max-width: 200px;
    width: auto;
}
#fileupload {
    clear: both;
    margin-top: 20px;
}

.usersFields .userForm {
    width: calc(33% - 20px);
    min-width: 200px;
    padding: 30px 10px 10px;
    border: 1px solid #ddd;
    margin: 10px;
    position: relative;
}
.closeBtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #fff;
    border: 2px solid;
    border-radius: 50%;
    padding: 4px 7px 3px;
    position: absolute;
    top: -16px;
    right: -16px;
    z-index: 10;
}
.foldBtn {
    cursor: pointer;
    position: absolute;
    padding: 5px;
    left: 0;
    top: 0;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: 2;
    background-color: #fff;
}
.hide-height {
    overflow: hidden;
    height: 0;
}
[data-nb-max="1"] .userForm {
    width: calc(100% - 20px);
}
.userForm button {
    margin: 10px 10px 10px 0;
}
.userForm button + button {
    margin: 10px 0;
}
label.radio-inline input[type="checkbox"],
label.radio-inline input[type="radio"],
label.radio-list input[type="checkbox"],
label.radio-list input[type="radio"] {
    display: inline;
    height: auto;
}

label.radio-list,
label.radio-list {
    display: block;
}
label.radio-inline input[type="checkbox"],
label.radio-inline input[type="radio"] {
    width: auto;
}
label.radio-inline {
    display: inline;
    margin-right: 20px;
}
div.radio input[type="radio"] {
    width: auto;
    display: inline;
    height: auto;
}
table.itemContent {
    margin-top: 20px;
    width: 100%;
}
table.itemContent th,
table.itemContent td {
    border-width: 1px 1px 1px 0;
    border-style: solid;
    padding: 5px 10px;
}
table.itemContent thead tr th:first-child,
table.itemContent tbody tr td:first-child {
    border-width: 1px 1px 1px 1px;
}
a.btn-danger:not([href]) {
    color: #fff;
}
.typeahead li.active {
    background-color: #17a2b8;
}
.typeahead li.active a {
    color: #fff;
}
.typeahead li.active a:hover {
    text-decoration: none;
}
.typeahead li {
    padding: 5px 10px;
}
.typeahead li + li {
    border-top: 1px solid #d2d2d2;
}

.typeahead li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #000;
}
#incomingInvoices td:nth-child(10) {
    height: 100%;
    padding: 0;
}
#incomingInvoices td:nth-child(6) {
    width: 137px;
}
#incomingInvoices td:nth-child(9) {
    width: 167px;
}
#incomingInvoices .fa.fa-exclamation {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 29px;
    padding: 10px 0;
}
.table-striped tbody tr:nth-of-type(2n+1).danger,
tr.danger {
    background-color: #fbaab1;
}
.table-striped tbody tr:nth-of-type(2n+1).dangerX2,
tr.dangerX2 {
    background-color: #fbaab1;
    -webkit-animation-name: clignote;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count:infinite;
}
.table-striped tbody tr:nth-of-type(2n+1).warning,
tr.warning {
    background-color: #ffd9b1;
}
.table-striped tbody tr:nth-of-type(2n+1).success,
tr.success {
    background-color: #d5ffce;
}
table.dataTable tbody tr.danger:hover,
table.dataTable tbody tr.dangerX2:hover,
table.dataTable tbody tr.warning:hover,
table.dataTable tbody tr.success:hover {
    background-color: #c8dbff;
}
@-webkit-keyframes clignote {
    0%{background-color:#fbaab1;}
    50%{background-color:transparent;}
    100%{background-color:#fbaab1}
}

.tableInCell {
    /*width: 100%;*/
}
.tableInCell td {
    padding: 2px 5px;
}


.tableInCell.assignmentsTable td.domain {
    width: 120px;
}
.tableInCell.assignmentsTable td.accountNum {
    width: 60px;
}
.tableInCell.assignmentsTable td.repartition {
    width: 75px;
}
.tableInCell.paymentsTable td.date {
    width: 90px;
}
.tableInCell.paymentsTable td.amount {
    width: 75px;
}
.colActions .filenames {
    text-align: left;
    padding-left: 15px;
    margin-bottom: 0;
}
.paymentsTable.iiView,
.assignmentsTable.iiView {
    width: 100%;
}
.paymentsTable.iiView td,
.assignmentsTable.iiView td {
    border: 1px solid;
    padding: 5px;
}
.assignmentsTable.iiView .domain {
    width: 65%;
}
.assignmentsTable.iiView .accountNum {
    width: 16%;
}
.assignmentsTable.iiView .repartition {
    width: 19%;
}
.paymentsTable.iiView .date {
    width: 50%;
}
.paymentsTable.iiView .amount {
    width: 50%;
}

.ToggleMCEeditorBtn {
    float: right;
    border: 1px solid #BBB;
    padding: 5px 10px;
    margin-bottom: -1px;
    display: block;
    color: #333;
    background-color: #f0f0f0;
    cursor: pointer;
}
.ToggleMCEeditorBtn:hover,
.ToggleMCEeditorBtn:focus {
    text-decoration: none;
}
.survey label {
    font-weight: bold;
}
table.initDataTableWithSelect tbody td {
    cursor: pointer;
}
.dataTables_length {
    display: inline-flex;
}
.dataTables_filter {
    display: inline-flex;
    float: right;
}
div.dataTables_wrapper span.select-info, div.dataTables_wrapper span.select-item {
    white-space: normal;
    display: block;
    margin-left: 0;
}
.modal-fl .modal-dialog {
    max-width: 95%;
}
.modal-h70 .modal-dialog {
    height: 70%;
}
.modal-h70 .modal-dialog .modal-content {
    height: 100%;
}
/*.removeQuestion,*/
/*.removeAnswer,*/
/*.addAnswer {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    margin-right: -8px;*/
/*    top: 38px;*/
/*    z-index: 1;*/
/*}*/
.removeQuestion {
    margin-right: 6px;
}
.removeTQuestion,
.removeDestinationCondition,
.removeAnswer,
.addAnswer {
    margin-left: 6px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.caretAnswer {
    cursor: pointer;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 5px;
    right: 5px;

}

.caretAnswer::before {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    height: 100%;
    width: 2px;
    left: 50%;
    margin-left: -1px;
    top: 0;
}
.caretAnswer::after {
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -1px;
}
.caretAnswer::after,
.caretAnswer::before {
    content: '';
    background-color: #000;
    position: absolute;

}

.Questions .aQuestion:first-child .removeTQuestion,
.suggestedAnswers .anAnswer:first-child .removeAnswer{
    display: none;
}

.openCaretAnswers.caretAnswer::before {
    height: 0;
    top: 50%;
    /*margin-top: -1px;*/
}
.innerOptions {
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
}
.allAnswers {
    overflow-y: hidden;
}

.form-control.requireAnswer {
    margin-left: 7px;
}
.AddRemoveBtn span {
    line-height: 38px;
}
.seeResponse .modal-dialog {
    max-width: 99%;
}
.hasLoader {
    position: relative;
}
.lds-dual-ring {
    display: inline-block;
    width: 29px;
    height: 29px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 50%;
    margin-left: -19px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 26px;
    height: 26px;
    margin: 4px;
    border-radius: 50%;
    border: 3px solid #000;
    border-color: #000 transparent #000 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.lds-dual-ring.top {
    top: auto;
    bottom: 100%;
}
.lds-dual-ring.bottom {
    top: 100%;
    bottom: auto;
}
.lds-dual-ring.left {
    right: 100%;
    left: auto;
}
.lds-dual-ring.right {
    left: 100%;
    right: auto;
}

.fieldGroup {
    border: 1px solid;
    border-radius: 5px;
    min-height: 80px;
    margin-bottom: 20px;
    padding: 20px;
}
ol.dynamicFormContent {
    padding-left: 0;
    position: relative;
}
.dynamicFormField ol li {
    width: 100%;
}
.dynamicFormField {
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #f4f4f4;
    position: relative;
    border: 2px solid #dee1e3;
}
.dynamicFormField > ol {
    background-color: #fff;
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 10px 10px 0 10px;
    margin: 10px;
}
.handle {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    display: flex;
    cursor: move;
}
.handle div {
    border-left: 1px solid;
    margin: 5px 0 0 4px;
    height: 100%;
}
.ui-sortable-placeholder {
    border: 2px dashed #fff;
    border-radius: 5px;
    visibility: visible!important;
    background-color: #727272;
}
.aQuestion label,
.anAnswer label {
    display: none;
}
.aQuestion:first-child label,
.anAnswer:first-child label {
    display: inline-block;
}
.aQuestion .handle,
.anAnswer .handle {
    position: relative;
    padding-right: 10px;
}
.tableQuestion {
    border: 2px solid #ced4da;
    margin-bottom: 20px;
}
.tableQuestion th {
    border-bottom: 2px solid #ced4da;
}
.tableQuestion th, .tableQuestion td {
    padding: 5px;
    font-size: 14px;
}
.tableQuestion th + th,
.tableQuestion td + td {
    border-left: 2px solid #ced4da;
}
.tableQuestion tr + tr td {
    border-top: 1px solid #ced4da;
}
#questionnaires td:nth-child(3){
    cursor: move;
}
.questStatus {
    height: 18px;
    width: 18px;
    display: inline-block;
    background-color: #bcbcbc;
    border-radius: 50%;
    margin: 0 5px;
}
.questStatus.finished {
    background-color: #88d480;
}
#userSubjectsList td:nth-child(3) {
    vertical-align: middle;
    text-align: center;
}

.locale_flag::before {
    content: '';
    display: inline-block;
    width: 33px;
    height: 21px;
    margin-right: 10px;
    vertical-align: middle;
}


.spicker.select-locale button[title="en-EN"] .filter-option-inner,
.locale_flag:before {
    background-image: url("../../../assets/img/en-EN.svg");
}
.spicker.select-locale button[title="es-ES"] .filter-option-inner,
.locale_flag.locale_es:before {
    background-image: url("../../../assets/img/es-ES.svg");
}
.spicker.select-locale button[title="fr-FR"] .filter-option-inner,
.locale_flag.locale_fr:before {
    background-image: url("../../../assets/img/fr-FR.svg");
}
.locale_flag:before {
    box-shadow: 0 0 1px 0 #888;
    background-repeat: no-repeat;
    background-color: #DBDBDB;
}
.spicker.select-locale .filter-option-inner-inner {
    display: none;
}
.spicker.select-locale .filter-option-inner {
    height: 21px;
    width: 33px;
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control::before, table.dataTable.dtr-column > tbody > tr > th.dtr-control::before, table.dataTable.dtr-column > tbody > tr > td.control::before, table.dataTable.dtr-column > tbody > tr > th.control::before {
    top: 50%;
    left: 50%;
    height: 12px;
    width: 12px;
    margin-top: -8px;
    margin-left: -8px;
    display: block;
    position: absolute;
    color: white;
    border: 0.15em solid white;
    border-radius: 50%;
    box-shadow: 0 0 0.2em #444;
    box-sizing: content-box;
    text-align: left;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 13px;
    content: '+';
    background-color: #0275d8;
    padding-left: 1px;
    padding-top: 1px;
}
iframe.download {
    border: 0 none;
    display: none;
}