@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;
}
.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;
}