@import url(../fonts/Roboto/roboto-font.css);
@import url(../fonts/RobotoMono/RobotoMono-font.css);
@import url(../fonts/Memphis/memphis-font.css);
@import url(../fonts/AlarmClock/alarmclock.css);
@import url(grid.css);
@import url(datatable.css);
@import url(bootstrap-datetimepicker.css);
@import url(color.css);

:root {
  --litepicker-day-width: 50px !important;
}

html, body {
  height: calc(100% - 40px);
}

body {
  font-family: "Verdana", "Roboto";
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-position: bottom;
  background-size: cover;
}

.body-authentication {
  margin-top: 75px;
}

header {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 99;
}

.clickable {
  cursor: pointer;
}

.hide {
  display: none;
}

.color-royalblue {
  color: royalblue;
}

.error {
  color: red;
  font-style: italic;
}

.error-with-bg {
  color: white;
  background-color: red;
  font-style: italic;
  border: 1px solid black;
  padding: 5px;
}

.success-with-bg {
  color: white;
  background-color: green;
  font-style: italic;
  border: 1px solid black;
  padding: 5px;
}

.font-alarmclock {
  font-family: alarmClock !important;
  font-size: 25px;
  padding: 0 0 0 50px;
}

.custom-file-label::after {
  content: attr(data-after);
}

.container {
  margin-top : 0px;
}

.container-task-manager {
  margin-top: 0px;
  margin-left: 54px;
  padding: 0px 30px;
}

.container-full {
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
}

.hidden {
  display: none;
}

.magicSuggest {
  font-size: 16px !important;
}

.adminTable {
  position: absolute;
  top: 40px;
  right: 15px;
  font-size: 0.75rem;
  font-style: italic;
}

.exp-admin {
  font-size: 11px;
  font-style: italic;
}

.litepicker-clear-button {
  color: #fff !important;
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}

.default-btn {
  width: 150px;
  height: 40px;
  margin-top: 10px;
  padding: .375rem .75rem;
}

.btn-select-navbar {
  padding: 0 0 0 3px;
  height: 24px;
  color: white;
  background-color: #eb6077;
}

.btn-dropdown-navbar {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 3px;
  padding-right: 5px;
  border: 0;
  background-color: #eb6077;
}

.separator hr {
  margin: 3px;
  border: 1px solid white;  
}

.indicator-card-container {
  display: flex; 
  flex-direction: row;
  max-width: 325px;
}

.indicator-card-block {
  border-radius: .25rem;
  padding: 0.5rem 1rem;
  margin: 5px;
}

/* .indicator-card-block .card-text {
  font-size: 1vh;
} */

.indicator-formula {
  font-style: italic;
}

.indicator-formula.bold {
  font-weight: bold;
}

.card-login.title {
  font-size: 40px;
  font-weight: 600;
  color: white;
  font-family: 'Memphis-extrabold';
  padding-top: 15px;
}

.card-login.title img {
  height: 80px;
}

.card-login.card-bottom {
    padding: 20px 30px 20px 30px;
    background: #eeeeee;
    border-radius: 20px;
    text-align: left;
    box-shadow: 0 5px 5px rgba(0,0,0,.4);
    background-color: rgba(255, 255, 255, .9);
}

@supports ((-webkit-backdrop-filter: blur(2em)) or (backdrop-filter: blur(2em))) {
  .card-login.card-bottom,
  #container-task-manager-items>div>a {
    background-color: unset;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
  }
}

.card-login-btn {
  width: 100%;
  font-size: 1.0rem;
  height: 40px;
}

.card-login.top-bottom {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    background: white;
    border-radius: 4px 4px 4px 4px;
    text-align: left;
}

.card-login input {
  font-size: 1.0rem;
  width: 100%;
}

.card-login .link-to {
  font-size: 0.9rem;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #0d0d0d;
  text-align: center;
  z-index: 99;
  padding-bottom: 5px;
}

#footer-bar {
  display: flex;
  flex-direction: row;
  font-family: sans-serif;
}

#footer-bar>div {
  font-size: 25px;
  align-self: center;
}

#footer-bar .footer-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-left: 15px;
}

#footer-bar .footer-center {
  text-align: center;
  justify-content: center;
  margin: 0 30px;
  display: flex;
  flex-flow: wrap;
  flex: auto;
}

.container-themes .block,
#footer-bar .footer-center .block {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.container-themes .block .color,
#footer-bar .footer-center .block .color {
  width: 25px; 
  height: 25px;
  background: #FF0000;
  margin: 7px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  color: white;
}

#footer-bar .footer-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-right: 15px;
}

#footer-bar .clock {
  font-family: alarmClock;
  font-size: 24px;
  color: Gainsboro;
}

#footer-bar .logo img {
  max-width: 250px;
  max-height: 50px;
}

#footer-bar .appname {
  font-size: 24px;
  color: white;
  font-weight: bold;
}

.copyright {
  font-size: 12px;
  font-style: italic;
  text-align: left;
  vertical-align: bottom;
  color: Gainsboro;
  padding-left: 30px;
}

.copyright a:link,
.copyright a:visited,
.copyright a:hover {
  color: Gainsboro;
  text-decoration: none;
}

#modal-message {
  right:5px;
  left: unset;
  width: unset;
}

#modal-message .modal-title {
  font-size: 16px;
    font-family: "Verdana", "Roboto";
}

#modal-message .modal-content {
  background-color: red;
  color:white;
  border-radius: 5px;
}

#modal-message .modal-content.info {
  background-color: green;
  color: white;
  border-radius: 5px;
}

#modal-message .modal-header {
  border-bottom: 0;
}

#modal-message.show .modal-dialog {
  margin-top : 3px;
}

.modal-25 {
  min-width: 25%;
  margin: 1.75rem auto;
}

.modal-40 {
  min-width: 40%;
  margin: 1.75rem auto;
}

.modal-60 {
  min-width: 60%;
  margin: 1.75rem auto;
}

.modal-90 {
  min-width: 90%;
  margin: 1.75rem auto;
}

.custom-modal-header { background-color: #e9ecef; }

/*.custom-modal-body { padding: 20px 40px; }*/

.customer-logo {
  max-width: 150px;
  max-height: 60px;
  padding-top: 5px;
  padding-left: 15px;
}

.icon {
  font-size: 48px;
}

.display-5 {
  font-size: 3vh;
  font-weight: bold;
  line-height: 1.2;
}

.display-6 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
}

.list-order-user {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

#em-filter-error-msg,
#tma-error-msg,
#th-password-error-msg,
#th-error-msg {
  color: red;
  font-style: italic;
}

#th-password-error-msg {
  font-size: 0.9rem;
}

#theme-check-list,
#user-lock-days-include-list,
#taskmanager-lock-days-include-list {
  height: unset;
}

#container-task-manager-items {
  padding-top : 30px;
}

#container-task-manager a img {
  width : 50px;
  height : 50px;
}

#container-task-manager-title {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: black;
}

#container-task-manager-title.invert-color {
  color: white;
}

#container-task-manager-items a {
  display: inline-block;
  border-radius: 10px;
  min-height: 100px;
  background-color: whitesmoke;
  font-size: 30px;
  color: black;
  text-align: center;
  line-height: 100px;
  border: 1px solid black;
  width: 100%;
  margin-bottom: 15px;
  text-decoration: none;
}

#container-task-manager-items .invert-color {
  color: white;
  border-color: white;
}

#task-manager-edit > li {
  padding: 0 1.25rem;
}

#task-manager-edit > li div {
  padding-right: 15px;
}

.uAreAdmin img {
  height: 40px;
  position: absolute;
  top: 5px;
  right: 25px;
}

#calendar-name {
  font-size: 40px;
  font-weight: 900;
}

#calendar-parent-table {
  position: fixed;
  top: 88px;
  left: 54px;
  right: 0px;
  padding: 0;
  margin: 0;
  z-index: 0;
  overflow: auto;
  border-top: 1px solid lightgrey;
}

#calendar-table {
  table-layout:fixed;
}

.calendar-title {
  color: black;
  font-size: 32px;
  font-family: "Verdana", "Roboto";
  text-align: left;
  background-color: white;
  display: flex;
  flex-direction: row;
  position: fixed;
  top: 0;
  left: 54px;
  right: 0px;
}

.calendar-title>div {
  font-size: 25px;
  align-self: center;
}

.calendar-title div.left-element {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 25%;
  align-items: center;
}

.calendar-title div.center-element {
  text-align: center;
  width: 50%
}

.calendar-title div.right-element {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 25%
}

.calendar-title div.right-element img {
  max-height: 40px;
}

.calendar-title div.left-element div,
.calendar-title div.right-element div {
  margin-left: 20px;
  cursor: pointer;
  align-self: center;
}

.calendar-title div.right-element #navbar-today {
  font-size: 15px;
  align-self: center;
  border: 1px solid lightgrey;
  padding: 7px;
  border-radius: 7px;
}

.calendar-title div.right-element #navbar-seldate {
  font-size: 15px;
  align-self: center;
  border: 1px solid lightgrey;
  margin-left: 5px;
  padding: 5px;
  border-radius: 7px;
  width: 125px;
  text-align: center;
}

.calendar-title div.left-element div#previousWeek,
.calendar-title div.right-element div#nextWeek {
  font-size: 35px;
}

#calendar-title i.bx {
  vertical-align: text-bottom;
}

#calendar-header-fixed {
  position: fixed;
  top: 60px;
  left: 54px;
  right: 0px;
  padding: 0;
  margin: 0;
}

#calendar-header-fixed-table {
  table-layout:fixed;
}

#calendar-header-fixed-thead th {
  padding: 0px;
}

#container-calendar {
  padding: 0 0 0 2px;
  min-height: calc(100vh - 160px);
}

#container-calendar table {
  text-align: center;
}

#container-calendar table,
#container-calendar th,
#container-calendar td {
  border-color : black;
  border-width: 0px;
  vertical-align: middle;
  font-size: 18px;
  background-color: white;
  font-weight: 100;
}

#container-calendar th,
#container-calendar td:first-child {
  font-weight: 400;
  font-family: system-ui
}

#container-calendar tbody th:not(.calendar-cell-no-border) {
  background-color: white;
  color: black;
}

#container-calendar tbody tr {
  border-bottom: 1px solid lightgray;
  border-right: 1px solid lightgray;
}

#container-calendar tbody td {
  border-bottom: 1px solid lightgray;
  border-right: 1px solid lightgray;
}

#container-calendar-thead-tr th  {
  padding: 0 5px;
}

#container-list {
  margin-left: 53px;
}

#container-calendar a,
#container-list a {
  text-decoration: none;
  color: black;
  font-weight: normal;
  font-family: Arial;
}

#user-modal .container-calendar-user-events li,
#user-modal .container-list-user-events li,
#container-calendar li,
#container-list li {
  list-style-type: none;
}

#user-modal .task-manager-container-user-events {
  border: 1px solid #ced4da;
  margin-bottom: 34px;
  border-radius: 18px;
  padding: 0;
  overflow: hidden;
}

#user-modal .container-list-user-events ul,
#container-calendar ul,
#container-list ul {
  background-color: #FAFFB4;
  font-size: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  margin-left: 5%;
  padding: 0;
  text-align: center;
}

#user-modal .container-calendar-user-events .draggable,
#user-modal .container-list-user-events .task,
#container-calendar .draggable,
#container-list .task {
  width: 30%;
  display: inline-block;
  margin-left: 20px;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
  vertical-align: top;
  height: 125px;
  width: 140px;
  cursor: pointer;
  border-radius: 5px;
}

#previousWeek,
#nextWeek {
  max-width: 40px;
  background-color: white;
}

#previousWeek {
  cursor: not-allowed;
  margin-left: 5px;
}

#nextWeek {
  cursor: pointer;
  margin-right: 5px;
}

.yearThread {
  width: 150px;
  background-color: #f6f6f6;
}

.todayThead,
.dayThead {
  background-color: #f6f6f6;
}

.userThead {
  font-weight: normal;
  font-size: 20px;
}

.userThead:hover {
  cursor: pointer;
}

.userThead img {
  display: block;
  margin: 0 auto;
  max-height: 120px;
  max-width: 100%;
}

.blinking { /* wrapper mixin which accepts input parameter */
    -webkit-animation: taskBlinking 1s infinite; /* Safari 4+ */
    -moz-animation:    taskBlinking 1s infinite; /* Fx 5+ */
    -o-animation:      taskBlinking 1s infinite; /* Opera 12+ */
    animation:         taskBlinking 2s steps(1) infinite; /* IE 10+, Fx 29+ */
}

#users-manager-modal .modal-content {
  min-height: 750px;
}

@-webkit-keyframes taskBlinking
{
    80% { opacity : 0.0 ; }
}

@keyframes taskBlinking
{
    80% { opacity : 0.0 ; }
}

footer #container-themes {
  position: relative;
  width: auto;
}

.container-themes {
  text-align: left;
  justify-content: left;
  margin: 0 10px;
  display: flex;
  flex-flow: wrap;
  flex: auto;
  background-color: #0d0d0d;
}

#user-modal .container-themes {
  margin: 0;
  padding: 0px 20px;
}

#user-modal .container-list-user-events {
  max-height: 70vh;
  overflow: auto;
}

footer #container-themes div:not(.indicator):not(.indicator-detail) {
  position: relative;
  width: auto;
  text-align: center;
  font-size: 15px;
  padding-right: 15px;
  color: white;
}

.container-themes div {
  position: relative;
  width: auto;
  text-align: center;
  font-size: 15px;
  padding-right: 15px;
  color: white;
}

footer #container-themes .indicator {
  font-size: 25px;
  position: absolute;
  left: 5px;
  color: white;
}

footer #container-themes .indicator-detail {
  font-size: 15px;
  position: absolute;
  left: 60px;
  color: white;
}

#archived-box {
  border-width: thin;
  border-style: solid;
  padding: 10px;
  background-color: #f6f6f6;
  position: fixed;
  float: left;
  bottom: 110px;
  right: 0px;
  color: black;
}

#archived-box .bx {
  font-size: 110px;
  color: grey;
}

.input-group-color {
  width: 38px;
  height: 38px;
  border-radius: 0 .25rem .25rem 0;
}

.modal-sm {
  max-width: 750px;
  margin: 0px auto 0px auto;
}

.modal-md {
  max-width: 1500px;
  margin: 0px auto 0px auto;
}

.modal-hover {
  max-width: 75% !important;
}

.modal-link {
  font-size: 14px;
  font-style: italic;
  padding-left: 0;
  float: right;
}

#error-msg {
  color: red;
  font-size : 14px;
  font-style: italic;
}

/* larger checkbox */
:root label.checkbox-bootstrap input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

:root label.checkbox-bootstrap input[type=checkbox] + span.checkbox-placeholder {
  width: 14px;
  height: 14px;
  border: 1px solid;
  border-radius: 3px;
  /*checkbox border color*/
  border-color: #737373;
  display: inline-block;
  cursor: pointer;
  margin: 0 3px 0 0px;
  vertical-align: middle;
  text-align: center;
}

:root label.checkbox-bootstrap input[type=checkbox]:checked + span.checkbox-placeholder {
  background: #66b0ff !important;;
}

:root label.checkbox-bootstrap input[type=checkbox]:checked + span.checkbox-placeholder:before {
  display: inline-block;
  position: relative;
  vertical-align: text-top;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

:root label.checkbox-bootstrap input[type=checkbox]:disabled + span.checkbox-placeholder {
  background: #ececec;
  border-color: #c3c2c2;
}
:root label.checkbox-bootstrap input[type=checkbox]:enabled + span.checkbox-placeholder {
  background-color: white;
}

:root label.checkbox-bootstrap input[type=checkbox]:checked:disabled + span.checkbox-placeholder {
  background: #d6d6d6;
  border-color: #bdbdbd;
}

:root label.checkbox-bootstrap input[type=checkbox]:focus:not(:hover) + span.checkbox-placeholder {
  outline: 1px dotted black;
}

:root label.checkbox-bootstrap.checkbox-lg input[type=checkbox] + span.checkbox-placeholder {
  width: 26px;
  height: 26px;
  border: 2px solid;
  border-radius: 5px;
  border-color: #737373;
}


:root label.checkbox-bootstrap.checkbox-lg input[type=checkbox]:checked + span.checkbox-placeholder:before {
  width: 9px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
}

.input-check-disabled {
  /*background-color: #e9ecef;*/
}

.custom-tooltip {
  display: none;
}

.custom-tooltip::before {
    content: "";
    position: absolute;
    bottom:-10px;
    /* left:5%; */
    transform: translateX(-50%);
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: transparent transparent rgba(87, 87, 87, 1) transparent;
    z-index: 999;
}

.custom-tooltip::after {
    content: attr(data-after);
    position: absolute;
    /* left:5%; */
    bottom:-45px;
    transform: translateX(-20px) translateY(0%);
    background: rgba(87, 87, 87, 1);
    text-align: center;
    color: #fff;
    padding:7px 14px;
    font-size: 14px;
    min-width: 80px;
    border-radius: 5px;
    white-space: nowrap;
    z-index: 999;
}

.custom-tooltip.signin::before {
  bottom: 8px;
  left: 25px;
}

.custom-tooltip.signin::after {
  bottom: -25px;
  left: 25px;
}

.input-group-text {
  min-width: 145px;
  /*min-width: 140px;*/
}

.prodeo-file-input {
  height: 200px;
}

#task-file-input-error,
#prodeo-file-input-error {
  color:red;
}

.modal-footer .btn {
  margin-bottom: 5px;
}

.blockcpt {
  background: #fa4616;
  width: 32px;
  height: 32px;
  position: fixed;
  top: -10px;
  right: -7px;
  border-radius: 15px;
  padding-top: 4px;
}

.blockcpt .nb {
  font-size: 17px;
  line-height: 32px;
  font-weight: bold;
}

.hover-postit {
  border-radius: 4px 4px 0px 0px;
  margin-right: -1px;
  margin-left: -1px;
  margin-top: -1px;
}

#hr-thumbtack {
  border-radius: 3px 3px 0px 0px;
  height: 15px;
  padding-top: 2px;
  font-size: 8px;
  margin-bottom: 0px;
  text-align: center;
}

#hr-thumbtack .fa-graduation-cap {
  position: absolute;
  top: 0px;
  right: 20px;
  bottom: 0;
  font-size: 15px;
  color: white;
}

.hover-late {
  width: 85%;
  background-color: #FFF;
  border: 2px solid black;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 10px;
  font-size: 14px;
  font-style: italic;
  display: block;
  padding: 0 10px;
  color: red;
  text-align: center;
}

.hover-title {
  margin: auto;
  margin-bottom: 20px;
  color: black;
  font-size: 20px;
  font-weight: bold;
}

.hover-element .text-right {
  padding-right: 0;
  font-weight: bold;
}

.hover-element .text-left {
  padding-left: 5px;
}

.hover-element .data {
  font-weight: 400;
  overflow-wrap: anywhere;
}

.hover-element .picture {
  max-width: 100%;
  padding: 15px;
}

.hover-footer {
  text-align: right;
  font-style: italic;
  font-size: 12px;
  padding-right: 25px;
}

#tma-calendar-items {
  width: 70px !important;
}

.custom-fieldset {
  border: 1px solid silver;
  padding: 5px 0 0 0;
  margin: 0;
  border-radius: 4px;
}

.custom-fieldset .row {
  padding: 0 15px 0 15px;
}

.custom-legend {
  width: inherit;
  color: #495057;
  font-size: 1rem;
  padding: 0 5px 0 5px;
  margin-left: 15px;
  margin-bottom: 0;
  display: block;
  line-height: inherit;
  white-space: normal;
}

#site-manager-modal {
  line-height: 30px;
}

.smm-custom-input {
  padding: 2px 5px 2px 5px;
  width: calc(100% - 12px);
}

td[name="buttons"] {
  width: 80px;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}

td[name="buttons"] svg {
  cursor: pointer;
  padding-right: 10px;
  width: 2em !important;
}

#site-manager-table > thead > tr {
  background-color: lightyellow;
}

#site-manager-table tr.remove {
  background-color: #ff00003d;
  font-style: italic;
  text-decoration: line-through;
}

.btn-vsm {
  padding: .10rem .25rem;
  font-size: 0.680rem;
  line-height: 1.5;
  border-radius: .2rem;
}

#container-settings {
  padding: 0 10px;
}

#container-settings input[type='number'] {
  width: 80px;
}

.ms-sel-ctn .ms-sel-item .ms-close-btn {
  width: 8px;
  height: 8px;
  margin: 2px -2px 0 8px;
  background-position: 0 0;
  background-size: contain;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAFC0lEQVRogb2a32tcRRTHP7tJSgi1D03QuNZaaqytD6L+Aw6lShERKRq1KSooxQoiYqMVLZ5SSqhSxVCJv5AIUmmRtpSYhj6UebTVig8+FLFxCUFjiW0fSli2MfXhzG1utvfu/TG7+31Kds/MOXfnM7NnztkCERIRgE3AG8Ba4FPgW+CKe69pcvOvBF4EBoAp4BPARvkuRkxQRIMfAR4D1gN7gbeBnmYEXaMe5+t94CHgSeBzYKOLbYnawv84g0eBA2jggTqB+4FuY8yEtfZ6MyJ3/j8AXgZuCb3VDTwIXDDG/Bn2X6gZvBXYD5Tq+PkC2A1cbBRObp5eYA+wvY7pNDAIHBGRBXAIueA3Ax9SP3iAbejy9voEXaMg+G0JdqvQGDcFOBVCzH8M3JfS4RxwCNghIvO5QnYSkXbgS6Af6Eo57Df0gDldEJHN6IZdk8P/18C7wExWnJx9CdiHnjhZNQnsKKJMrckxAcCz6NLnwankxvbn9L0WGCy6P/KqC+V2yKGQSs52CD000mITpb42Y0wJPaI6ck7SATwArDbGnDHGXLXWRhqKCM7fMPC8h0/QfThSRDfvIaDiMRkoCkk4Bdg85emrgsY8UgRm3KQnPCeti1MDsQGNdQ8wE/4i6wS+Q9OHZZ4ORoF30A8H9JMfQrHxUQUYAwZEpAqhVMJaO2+MOQPcAayjJs3IqHXo1//PwAo0l+rHj/kKcBTYJSL/Bi/WLvUUeq4vBx73cBbgtMz52II/NuMutnL4xUKUpYh0AYfRxM4XJ19V0OAHROSmgyYSE2vtNYfTaqAvzq4FqgLHgLdEZDbK4Kb8OqQyuhFPNT6u1JpwMUzFGUQiFJaILEdPp1biVEWDf05E5uoZJqJhra0aY34C7qQ1OFWB48CgiFxMMq6HUFiTtA6nCfRKWU5jnIhQWA6nw+j9odE4pcYmrEw4OJzOAncBd2cdX0eZsAkrLUJhTaJLfDrH2DidQhEtZx2Y5wEW0FQ28lzOqVk350LWgXkeoITmNltyjI1TmlQ8UpkYdinxQeBp/HObsDqADcDtxpgfrLWpVyLVKRS6gO8nufThq1FcKp6mUJAWoWZgE6dMOCUi1ERs4pQJp1iEWoxNnEZJwKkeQq3EJk6JOEUi5LAZJlu5rxkKcLrNGDMehdMShELYNOICXkW/YduBjfjnTl+hVfElONUi1ItWnn3rNkFu8zrwGlpJqHrOuRV9gFvDL95AyFWpP0LbOr7YnAR2ornNZeAccC9wj8ecAU7dxpiTQZOj4JajB90sr3o4gEVsnqlNiRt8sxsG9orIbJsxZiWwC3jJc+IAm51RKXGDb3YbgA5jzLl2tB+1Ha0F+ShNShzc7DrxqzutAF4B/imIyAX8Suyx2MSpgTidLwJ/eUxw47TJcg0Ukatoi+gEfqfTTBFtmuV9iKBuU84xNrjZ5S0UTAEHgibfE+iD9KUcXGERG6++Qs4y5u/Am8B4m7X2ujHmD+Bv4BF0g9VTUCUejCv3ZVGojLkK/Z5IOp0uofiNich/QZ943gW1G7iSMMEYEVViTwU4jSfYXUJjPB60d2tzoXa087gPLeyGNYduuheC5kKj5Zos36BI15JQRvfb9+He9JLlstYuGGPOozg9zGJKMYf+WuU9EbncjOCd/3ljzI/or1XWs9gQmUWxOSYi18Jjon6tUgWOuAG/oifUQXTpppsVfEjTztdnzvcvaFJ4NGrl/weTMqm8f4c2UwAAAABJRU5ErkJggg==');
}


.bootstrap-maxlength {
  margin-top: -22px;
  margin-left: -5px;
}

.late-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 2px 2px 0;
}

.catchphrase {
  padding: 5px 0 25px 0;
  font-size: 18px;
  color: white;
  font-style: italic;
  font-weight: bold;
  font-family: 'Memphis-extrabold';
}

.licencephrase {
  padding: 5px 0 25px 0;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  font-family: 'Memphis';
  color: white;
}

.licencephrase>a {
  color: white;
}

.multiple-select-left {
  overflow: auto;
  font-size: 18px;
  height: 310px;
  width: 200px;
}

.multiple-select-right {
  overflow: auto;
  font-size: 18px;
  height: 310px;
  width: 200px;
}

.multiple-select-btn-add-all {
  width: 40px;
  height: 40px;
}

.multiple-select-btn-add-one {
  width: 40px;
  height: 40px;
}

.multiple-select-btn-remove-one {
  width: 40px;
  height: 40px;
}

.multiple-select-btn-remove-all {
  width: 40px;
  height: 40px;
}

.multiple-select-btn-up {
  width: 40px;
  height: 40px;
}

.multiple-select-btn-down {
  width: 40px;
  height: 40px;
}

.task-date-field {
  width: 125px;
  max-width: 125px;
  min-width: 125px;
}

.task-time-field {
  width: 85px;
  max-width: 85px;
  min-width: 85px;
}

.append-icon {
  min-width: 40px !important;
  max-width: 40px !important;
}

.btn.hidden-side {
  background-color: transparent !important;
  color: #007bff ;
  border: 0px;
  margin-bottom: 10px;
  text-align: left;
}

.btn.hidden-side:hover {
  background-color: transparent !important;
  color: #007bff;
  border: 0px;
}

.btn.hidden-side:active {
  background-color: transparent !important;
}

.btn.hidden-side:focus {
  outline-style: none !important;
  box-shadow: none !important;
  color: #007bff !important;
}

.hidden-side.icon-down {
  padding-right: 5px;
}

.little-site-name {
  font-size: 14px;
}

.event-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}

.event-icon .bottom-icon {
  vertical-align: bottom;
  margin: 0 2px 2px 2px;
}

.card-raised {
  border: none;
  height: 130px;
}

.font-monospace {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: "Verdana", 'RobotoMono';
  font-size: 0.75rem !important;
  line-height: 1.25rem !important;
  letter-spacing: 0.0333333333em !important;
}

.ft-1_5x {
  line-height: 2rem !important;
  font-size: 1.5rem !important;
}

.ft-2x {
  line-height: 2rem !important;
  font-size: 2rem !important;
}

.indicator-bg-1 {
  background-color: #bd0404 !important;
}

.indicator-bg-2 {
  background-color: #007bff!important;
}

.indicator-bg-3 {
  background-color: #9c27b0 !important;
}

.indicator-bg-4 {
  background-color: #7d8e98!important;
}

.indicator-bg-5 {
  background-color: #068b6a !important;
}

#navbar-timer-elapsed-time,
#navbar-timer-pause,
#navbar-timer-continue,
#navbar-timer-stop {
  display: none;
}

.list-calendar-title {
  color: black;
  font-size: 32px;
  font-family: "Verdana", "Roboto Black";
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid black;
  margin: 10px;
}

.list-calendar-title:hover {
  cursor: pointer;
}

#user-modal .list-calendar-title {
  margin: 0;
  border: none;
  border-bottom: 1px solid #ced4da;
  margin-bottom: 15px;
}

#indicators-tab-content {
  padding-top: 10px;
}

#user-modal .archived-user-tasks,
#user-modal .calendar-user-tasks {
  cursor: pointer;  
}

#user-modal .no-events-for-user {
  padding: 15px;
  text-align: center;
  width: 100%;
  color: #495057;
}

.tab-content {
  background-color: #ffede814;
  /*padding: 20px;*/
  padding: 1rem;
  border: 1px solid #80808026;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.card-subtitle {
  margin-top: 0rem;
}

#search-event-table_paginate>.pagination,
#indicators-ope-rec-table_paginate>.pagination,
#indicators-ope-dia-table_paginate>.pagination {
  justify-content: center;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.fm.fm-news-plus {
  color: #007bff;
}

.table-dropdown-menu .table-dropdown-item {
  line-height: 0.75rem;
  color:black;
  padding-left: 24px;
}

.table-dropdown-menu .table-dropdown-item.active {
  color:black;
  padding-left: 7px;
  background-color: unset;
}

.table-dropdown-menu .table-dropdown-item.active:hover {
  background-color: #f8f9fa;
}

.table-dropdown-menu .table-dropdown-item svg {
  font-size: 12px;
  margin-right: 5px;
  display: none;
}

.table-dropdown-menu .table-dropdown-item.active svg {
  font-size: 12px;
  margin-right: 5px;
  display: initial;
}

.lock-days-style {
  background: linear-gradient(-45deg, #cac9c938 5%, #fff 5%, #fff 45%, #cac9c938 45%, #cac9c938 55%, #fff 55%, #fff 95%, #cac9c938 95%);
  background-size: 50px 50px;
  background-position-y: bottom;
}

.indicators-nav-tabs {
  justify-content: center;
}

.indicators-nav-tabs > li.nav-item {
  border-top: 1px solid #6c757d;
  border-bottom: 1px solid #6c757d;
  border-right: 1px solid #6c757d;
  cursor: pointer;
}

.indicators-nav-tabs > li.nav-item .active {
  background: #007bff;
  color: white;
}

.indicators-nav-tabs > .nav-item:first-child,
.indicators-nav-tabs-first-items {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border: 1px solid #6c757d;
}

.indicators-nav-tabs > .nav-item:first-child .active,
.indicators-nav-tabs-first-items .active {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.indicators-nav-tabs >.nav-item:last-child,
.indicators-nav-tabs-end-items {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top: 1px solid #6c757d;
  border-bottom: 1px solid #6c757d;
  border-right: 1px solid #6c757d;
}

.indicators-nav-tabs >.nav-item:last-child .active,
.indicators-nav-tabs-end-items .active {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

#task-drop-action {
  display: none;
  position: absolute;
}

.move-action-group {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  height: 100%;
  width: 100%;
  align-items: center;
}
  
.move-action-element {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
}

#task-drop-action-msg {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}

.unfork-task {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

#recurring-search.clickable {
  color: #007bff;
  cursor: pointer;
}

.custom-modal-tabs-900 {
  /*min-height: 900px;*/
  min-height: fit-content;
}

#fork-users-datatable {
  font-size: 1rem;
}

.litepicker {
  font-size: 1.5em;
}

.legend {
  font-size: 15px;
  padding: 7px 7px 0 0;
  vertical-align: middle;
  color: grey;
  font-style: italic;
  cursor: pointer;
}

#chart-pareto-recurring {
  height: 100%;
  width: 100%;
}

#chart-recurring-counter {
  width: 100%;
  height: 320px;
  min-height: 320px;
  max-height: 320px;
  display: block;
  box-sizing: border-box;
}

#indicator-prp-notes_list {
  padding-left: 30px;
}

.note-header {
  font-size: 14px;
  font-weight: bold;
  margin-left: -15px;
}

.note-item {
  font-size: 12px;
  font-style: italic;
}

.notes-section-list {
  display: flex;
  flex-direction: row;
}

.notes-section-list div {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #495057;
  text-align: left;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.notes-section-list .notes-section-list-date {
  min-width: 140px;
  border-radius: 0.25rem 0rem 0rem 0.25rem;
  display: flex;
  align-items: center;
}

.notes-section-list .notes-section-list-value {
  min-width: 140px;
  border-radius: 0rem 0.25rem 0.25rem 0rem;
  border-left: none;
  flex: 1 1 0%;
  text-align: left;
}

#summarize-filter span {
  margin: 0 5px;
}

.custom-tooltip-news {
  display: none;
  position: absolute;
}

.custom-tooltip-news::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 25px;
  transform: translateX(-50%);
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: transparent transparent rgba(87, 87, 87, 1) transparent;
  z-index: 999;
}

.custom-tooltip-news::after {
  content: attr(data-after);
  position: relative;
  left: -28px;
  top: 35px;
  transform: translateX(-20px) translateY(0%);
  background: rgba(87, 87, 87, 1);
  text-align: center;
  color: #fff;
  padding:7px 14px;
  font-size: 14px;
  min-width: 80px;
  border-radius: 5px;
  white-space: nowrap;
  z-index: 999;
}

.filter-min-width input {
  min-width: 250px;
}

.icon-modal-blue {
  font-size: 1.5rem !important;
  color: #007bff !important;
  opacity: 1;
}

#show-desc-5W-plus,
#show-desc-5W-minus {
  height: 0;
}

#show-desc-5W-plus span {
  color: #007bff !important;
}

.btn-primary {
  background-color: #007bff !important;
  border-color: #007bff !important;
}

.btn-primary:hover {
  background-color: #007bffaf !important;
  border-color: #007bffaf !important;
}

.btn.hidden-side {
  position: relative;
  top: -60px;
}

.btn.hidden-side.archive {
  position: relative;
  top: -37px;
}

.btn.hidden-side:focus {
  color: #007bffaf !important;
}

.page-item.active .page-link {
  background-color: #FF8D6F !important;
  border-color: #ff6f4b;
}

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

#eng-section {
  /*border: 1px solid black;*/
  height: auto;
  margin-bottom: 10px;
  
}

/*.inputUsersListContainer div{
  height: fit-content !important;
}*/

.ms-res-ctn{
  height:fit-content;
}

#eng-section input {
  margin: .4rem;
}

#eng-section .ms-ctn {
  /*height: calc(1.5em + .75rem + 2px);*/
}

#eng-section .ms-ctn {
  position: relative;
  padding: 0;
  height: fit-content;
}

.ms-sel-item.magicSuggest {
  margin-top: 7px;
  margin-left: 3px;
}

#eng-section .eng-section-content {
  height: auto;
  padding: 0;
}

#task-modal-form {
  overflow: auto;
  max-height: 85vh;
}

.eng-container fieldset {
  margin:0;
  padding:0;
  /*border: 1px #ccc solid;*/
  /*padding: 15px;*/
}

.eng-container legend {
  color: black;
  padding: 0px 6px;
  width: auto;
}

table.dataTable, table.dataTable th, table.dataTable td  {
  border: 1px solid rgba(204, 204, 204, 0.459);
}

table.eng-table th,table.eng-table th td {
  padding: 10px;
}

table.eng-table {
  border-collapse: collapse;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

table.eng-table .actions-col {
  width: 5%;
}

table.eng-table .state-col {
  width: 7%;
}

.eng-info .col-btn-add-eng {
  width: 100%;
  align-items: flex-end;
  padding: 0 0 10px 0;
  padding-bottom: 10px;
  margin: 15px 0 0 0;
  display: flex;
  flex-direction: row-reverse;
} 

.col-btn-add-share {
  width: fit-content;
  padding: 0;
  margin: 15px 0 0 0;
}


table .not-enable-col {
  display: none;
}

#something-modal .modal-dialog{
  z-index : 1040;
}

#something-modal .modal-body  { 
  min-height: fit-content;
}

#something-modal .modal-content:not(.with-document) {
  max-width: 500px;
  height: fit-content;
}

#something-modal .modal-title {
  text-align: center;
}

#something-modal .modal-body {
  max-height: 85vh;
  overflow: auto;
}

.eng-table .info {
  display: none !important;
}

.eng-table .change-btn {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

.order-button:hover {
  cursor: pointer;
}

#task-modal .icon-header {
  margin-right : 10px;
  margin-top : 6px;
  font-size : 1.3rem;
  cursor: pointer;
}

#send-task-modal .send-body-input {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#send-task-modal .send-body-input:focus {
  color: #495057;
  background-color: #fff;
  border-color: none;
  outline: 0;
  box-shadow: none;
  border: none;
}

.blink {
  animation-name: blinkAnimation;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:blinkAnimation;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

.bx-trash {
  cursor: pointer;
}

table.dataTable thead tr th {
  background-color: #e9ecef;
}

table.dataTable tbody tr:hover {
  background-color: white; 
}

.ms-sel-ctn {
  padding-left: 15px;
}

.modal-header .close {
  margin: -1rem -1rem -1rem 0;
}

.modal-title {
  margin: 0 auto;
}

.modal-header {
  padding: 0.3rem 1rem;
}

.modal-footer {
  border: none;
  padding: 0 2rem;
}

#task-title, #task-title.form-control {
  height: calc(1.5em + 0.85rem + 2px) !important;
}

.form-control {
  min-height: calc(1.5em + 0.85rem + 2px) !important;
}

.eng-table tbody .state-col div i, .eng-table tbody .state-col div span {
  margin: 0 3px;
}

.eng-table .ms-ctn {
  display: inline-flex;
}

.eng-table .ms-res-ctn {
  height: auto !important;
}

.eng-table .ms-sel-ctn {
  display: inline-flex;
  -moz-column-rule-width: -moz-available;;
  width: inherit;
}

.eng-table .ms-sel-item {
  width: max-content;
  margin: 8px 3px;
}

#eng-section .users-tooltip,
#eng-section .date-tooltip,
#eng-section .tm-tooltip {
  display: inline;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}

#eng-section .eng-tooltip-container{
  position: absolute;
}

#eng-section .eng-tooltip-container-date{
  padding-top: 25px;
}

#eng-section .users-tooltip::after, #eng-section .users-tooltip::before,
#eng-section .date-tooltip::after
#eng-section .tm-tooltip::after, #eng-section .tm-tooltip::before  {
  left: 0%;
  position: absolute;
}
#eng-section .date-tooltip::after, #eng-section .date-tooltip::before {
  left: 0%;
  position: absolute;
}

table .clickableRow:hover {
  background: #ff8d6f3d !important;
  cursor: pointer;
}

#task-modal .eng-table .ms-ctn {
  min-width: 100%;
  max-width: 100%;
}

#task-modal .eng-table .inputUsersListContainer {
  text-align: initial;
}

#body_tooltip {
  position: absolute;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: black;
  text-align: center;
  background-color: white;
  border-radius: 0.25rem;
  border: 1px solid black;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: white;
}

#search-event-modal .fa-file-arrow-down {
  margin: 0 3px;
}
#task-modal .eng-table .span-danger-late-in-table {
  font-size: 85%;
  padding-right: 8px;
}

.badge-danger {
  min-width: 21px;
}

#element-import-container {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: rgba(197, 197, 197, 0.502);
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.element-container {
  width: fit-content;
  padding: 10px;
  width: 300px;
  border-radius: 20px;
  width: fit-content;
  margin: 0 auto;
  background-color: transparent;
  transition: all 0.2s ease 0s;
}

.element-container li {
  list-style: none;
  text-align: -webkit-center;
}

.element-container .bx-import {
  font-size: 50px;
}

.element-container ul a {
  width: fit-content;
  margin: 0 auto;
}

.element-container li {
  width: fit-content;
}

.element-container .select-container {
  padding-top: 40px; 
  position: absolute;
  width: inherit;
  width: 100%;
  margin-left: -10px;
}

.element-container .select { 
  text-align: center; 
  color: white; 
}

.element-container ul {
    margin-left: 1%;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
    vertical-align: top;
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #e9ecef;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    height: 100px;
    width: 100px;
    padding: 0;
}

.error-message .error-line:not(:last-child) {
  border-bottom: 1px solid #80808026;
  margin-bottom: 5px;
}

.import-prev-container {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

.succeded {
  color: green;
}

.buttons-footer {
  padding-left: 0px;
  padding-right: 0px;
}

.buttons-footer button:not(:first-child) {
  margin-left: 10px;
}

#task-modal .eng-tables-section .taskmanager-input-container .ms-trigger-ico {
  margin-left: 0;
}

#task-modal .eng-tables-section .ms-trigger-ico {
  margin-top: 17px;
}

#task-main .documents-section {
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  height: fit-content;
}

#task-main .documents-section .photo-image-container i {
  font-size: 3rem;
}

#task-modal .modal-content {
  max-width: 80%; 
  min-width: 80%; 
  margin: 0 auto;
}

#task-modal .btn-change-eng {
  font-size: 1rem;
  margin-left: 10px;
  display: inline-flex;
  margin-top: 3px;
}

@-moz-keyframes blinkAnimation{
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes blinkAnimation {
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@keyframes blinkAnimation {
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

/**************************************************/
/**************************************************/
@media (min-width: 1900px) and (min-height: 2000px) {

  body {
    padding-top: 120px;
  }

  .copyright {
    font-size: 16px;
  }

  #footer-bar .clock {
    font-size: 45px;
  }

  #container-calendar table,
  #container-calendar th,
  #container-calendar td,
  .navbar-collapse ul li {
    font-size: 35px;
  }

  #container-calendar .draggable,
  #container-list .task {
    height: 250px;
    width: 350px
  }

  .calendar-title {
    font-size: 50px;
  }

  .customer-logo {
    max-width: 250px;
    max-height: 100px;
    padding-top: 10px;
    padding-left: 30px;
  }

  #user-modal .container-calendar-user-events ul,
  #user-modal .container-list-user-events ul,
  #container-calendar ul,
  #container-list ul {
    font-size: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }

  #hr-thumbtack {
    height: 25px;
    font-size: 14px;
  }

  .container-themes span,
  footer #container-themes div:not(.indicator):not(.indicator-detail) {
    font-size: 30px;
  }  

  #container-task-manager-items a {
    font-size: 60px;
  }

  h5.modal-title,
  .close {
    font-size: 3rem;
  }

  .modal-sm {
    max-width: 100%;
  }

  .col-screen-portrait-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .simple-text,
  .form-control:not(.datepicker-small),
  .dropdown-menu,
  .btn,
  .magicSuggest,
  .card-login input,
  .card-login-btn,
  .checkbox-bootstrap,
  .custom-select,
  .display-6,
  .custom-legend,
  .hover-title,
  .hover-element,
  .hover-element .data,
  #recurring-search,
  #calendar-name {
    font-size: 2.5rem !important;
  }

  h4 {
    font-size: 2.5rem !important;
  }

  .input-group-text {
    font-size: 2.5rem !important;
    /*min-width: 180px;*/
    /*min-width: 120px;*/
  }

  .hover-footer {
    font-size: 18px;
  }

  .simple-text {
    line-height: 4rem;
  }

  .display-5 {
    font-size: 5rem !important;
  }

  .custom-select {
    width: unset !important;
  }

  .card-login-btn {
    height: unset;
  }

  .ms-sel-ctn {
    line-height: unset !important;
  }

  .ms-sel-ctn .ms-sel-item .ms-close-btn {
    width: 16px;
    height: 16px;
    margin: 4px -4px 0 10px;
  }

  .ms-res-ctn .ms-res-item {
    line-height: 50px;
  }

  .ms-ctn .ms-trigger {
    width: 50px;
  }

  .ms-ctn .ms-trigger:hover {
    width: 50px;
  }

  .ms-ctn .ms-trigger .ms-trigger-ico {
    border-top: 21px solid #333;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    margin-left: 14px;
    margin-top: 28px;
  }

  .input-group-color {
    width: 74px;
    height: 74px;
  }

  .card-login.title {
    font-size: 120px;
    padding-bottom: 50px;
  }

  .card-login.title img {
    height: 120px;
  }

  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1400px;
  }

  .modal-md {
    max-width: 1800px;
  }

  input.cmn-toggle-round-flat + label {
    width: 120px;
    height: 50px;
  }

  input.cmn-toggle-round-flat + label:after {
    left: 5px;
    width: 65px;
  }

  :root label.checkbox-bootstrap.checkbox-lg input[type=checkbox] + span.checkbox-placeholder {
    width: 40px;
    height: 40px;
  }

  :root label.checkbox-bootstrap.checkbox-lg input[type=checkbox]:checked + span.checkbox-placeholder:before {
    width: 10px;
    height: 17px;
  }

  #archived-box {
    bottom: 110px;
  }

  #archived-box .bx {
    font-size: 200px;
  }
  
  .userThead img {
    max-height: 100px;
    max-width: 100px;
  }

  .catchphrase {
    font-size: 45px;
  }

  .append-icon {
    width:60px !important;
    min-width:60px !important;
    max-width:60px !important;
  }

  .multiple-select-left {
    font-size: 2rem;
    height: 650px;
    width: 350px;
  }
  
  .multiple-select-right {
    font-size: 2rem;
    height: 650px;
    width: 350px;
  }

  .multiple-select-btn-add-all,
  .multiple-select-btn-add-one,
  .multiple-select-btn-remove-one,
  .multiple-select-btn-remove-all,
  .multiple-select-btn-up,
  .multiple-select-btn-down {
    width: 60px;
    height: 60px;
  }

  .multiple-select-btn-add-all svg,
  .multiple-select-btn-add-one svg,
  .multiple-select-btn-remove-one svg,
  .multiple-select-btn-remove-all svg,
  .multiple-select-btn-up svg,
  .multiple-select-btn-down svg {
    vertical-align: unset;
  }

  
  .task-date-field {
    width: 280px;
    max-width: 280px;
    min-width: 280px;
  }
  
  .task-time-field {
    width: 160px;
    max-width: 160px;
    min-width: 160px;
  }
  
  .append-icon {
    min-width: 60px !important;
    max-width: 60px !important;
  }

  .little-site-name {
    font-size: 24px;
  }

  #chart-engagement-this-week-group div:first-child,
  #chart-engagement-previous-week-group div:first-child,
  #chart-engagement-var-group div:first-child {
    font-size: 24px;
  }

  #footer-bar .logo img {
    max-width: 350px;
    max-height: 75px;
  }

  .legend {
    font-size: 30px;
    padding: 12px 15px 0 0;
  }

  #tma-error-msg,
  #th-error-msg {
    font-size: 2.5rem !important;
  }

  #th-password-error-msg {
    font-size: 2rem;
  }
  
  .litepicker {
    font-size: 3rem;
  }

  :root {
    --litepicker-day-width: 150px !important;
  }

  .bx-sm {
    font-size: 2.5rem!important;
  }

  .bx-md {
    font-size: 4rem!important;
  }

  .bx-lg {
    font-size: 5rem!important;
  }

  .custom-tooltip::after {
    bottom:-65px;
    font-size: 2rem;
  }

  .custom-select {
    background-size: 20px!important;
  }

  .calendar-title div.right-element #navbar-today
  .calendar-title div.right-element #seldate {
    font-size: 2.5rem;
    padding: 10px;
  }

  #nextWeek {
    margin-right: 30px;
  }

  #container-settings input[type='number'] {
    width: 150px;
  }

  .indicators-nav-tabs .nav-link {
    font-size: 1.7rem!important;
  }

  .nav-tabs .nav-link {
    font-size: 2.5rem!important;
  }
  
  .tab-content .card-title {
    font-size: 3rem!important;
  }

  .tab-content .card-subtitle {
    font-size: 2.5rem!important;
  }

  .card-raised {
    height: 280px;
  }

  .card-raised .card-text {
    font-size: 2rem;
  }

  .indicator-card-block .card-text {
    font-size: 2rem;
  }

  .text-xxl {
    font-size: 2.5rem!important;
    padding: 50px 0;
  }

  #chart-pareto-recurring {
    height: 500px;
    width: 100%;
  }

  #chart-recurring-counter {
    width: 100%;
    height: 550px;
    min-height: 500px;
    max-height: 600px;
  }

  .card-login .link-to {
    font-size: 1.8rem;
  }

  .big-text {
    font-size: 2.5rem;
  }

  #footer-bar .footer-left {
    width: 450px
  }
  
  #footer-bar .footer-right {
    width: 225px;
  }

  .table-dropdown-menu .table-dropdown-item {
    line-height: 45px;
  }
  
  .table-dropdown-menu .table-dropdown-item.active svg {
    font-size: 2rem;
  }

  .hover-late {
    font-size: 2rem;
  }

  .indicator-formula {
    font-size: 2rem;
  }

  .font-alarmclock {
    font-size: 3rem;
  }

  select {
    font-size: 2.5rem;
  }

  .spinner-border-sm {
    width: 3rem;
    height: 3rem;
    border-width: .2em;
  }

  .jconfirm {
    font-size: 2.5rem;
  }
  
  .jconfirm-box-container {
    flex: auto !important;
    max-width: 80% !important;
  }
  
  .jconfirm-title-c,
  .jconfirm-buttons button {
    font-size: 2.5rem !important;
  }

  .notes-section-list div {
    font-size: 2.5rem;
  }

  #task-main .documents-section span {
    font-size: 2.5rem;
  }

  #task-main .documents-section {
    max-width: 50%;
    margin: 43px auto;
  }

  #task-main .documents-section .photo-image-container i {
    font-size: 6rem;
  }

  #task-main .document-image-upload {
    min-height: 120px;
    min-width: 120px;
  }

  #task-main .btn-delete-image {
    height: 53px;
    width: 46px;
  }

  #task-main .btn-delete-image p {
    margin-top: -7px;
  }

  #task-main .containerIconAdd {
    font-size: 4.5rem;
  }

  .pdf-container object {
    width: 100%;
  }

  #something-modal .with-document {
    min-width: 90%;
  }

  #something-modal .pdf-container {
    width: 100%;
  }

  .modal-content.with-document .container-file-txt,
  .modal-content.with-document .document-container-modal,
  #task-modal .icon-header,
  #engagements-title {
    font-size: 2.5rem;
  }

  #task-modal .modal-content {
    max-width: 100%; 
    min-width: 100%; 
  }

  #task-modal .eng-table .span-danger-late-in-table {
    padding-right: 14px;
  }

  #task-modal .btn-change-eng {
    font-size: 2.5rem;
    margin-top: 0;
  }

  #eng_title i {
    font-size: 2.5rem;
  }

  #task-modal .eng-section-container {
    margin: 30px 0;
  }
}

/**************************************************/
/**************************************************/
@media (min-width: 1800px) {
  .col-xxl-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
  }
}

/**************************************************/
/**************************************************/
@media (max-width: 500px) {
  body {
    margin-top: 0px;
  }

  .card-login.title {
    font-size: 30px;
  }

 .card-login.title img {
    height: 50px;
  }
}

/**************************************************/
/**************************************************/
@media (max-width: 430px) {
  #footer-bar {
    background: none;
  }
}