@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;
}
.displayNone {
    display: none;
}
.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;
}
.modal.modal-full {
    padding: 20px;
}
.modal.modal-full .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.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;
}
.ui-sortable-handle {
    height: 24px;
    position: relative;
}
.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: 50%;
}
.tableInCell.assignmentsTable td.accountNum {
    width: 25%;
}
.tableInCell.assignmentsTable td.repartition {
    width: 25%;
}
.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%;
}
.row.exportBtns {
    margin-bottom: 20px;
    text-align: center;
}
.unpaidSum {
    text-align: right;
    color: red;
    font-weight: bold;
}

.multiline-form .form-line {
    display: flex;
    justify-content: space-between;
    margin: 0 -10px;
    position: relative;
    border-bottom: 1px solid #ced4da;
}
.multiline-form .form-line > .form-group,
.multiline-form .form-line > .cf {
    margin: 0 10px 10px;
}
.multiline-form .form-line > .cf .form-group {
    margin: 0;
}
.form-line .btn-delete {
	content: "X";
	position: absolute;
	background-color: red;
	left: 0;
	top: 41px;
	width: 21px;
	height: 21px;
	border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s;
}
.form-line .btn-delete .picto {
	position: absolute;
    top: -3px;
    left: 6px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
}
.form-line:hover .btn-delete {
    opacity: 1;
}