.center-h {
    margin-left: auto !important;
    margin-right: auto !important;
}

.fade-text {
    color: #D3D6E1;
}

::placeholder {
    color: #D3D6E1;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #D3D6E1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #D3D6E1;
}

.input-div {
    position: relative;
}

.input-div input,
.input-div select,
.input-div textarea {
    border: 2px solid #37175E;
    padding-bottom: 15px;
    color: #17375E;
}

.input-div.div-control {
    border: 2px solid #37175E;
}

.tag-div-label {
    background-color: #FFDB00 !important;
    font-weight: normal;
    font-size: smaller;
    color: #17375E !important;
    box-shadow: none !important;
}

.file-select {
    border: 2px solid #37175E;
    color: #17375E;
    overflow: hidden;
    white-space: nowrap;
    height: 51px;
}

.file-select label {
    cursor: pointer;
    overflow: hidden;
}

.input-div input:focus {
    color: #17375E;
}

input[type="password"] {
    font-weight: bold;
    font-size: x-large;
}

.input-div i {
    position: absolute;
    left: 12px;
    top: 8px;
}

.input-div small {
    position: absolute;
    left: 50px;
    bottom: 1px;
}

.input-div i.lock {
    left: 16px;
}

.bg-cyan {
    background-color: rgb(11, 103, 223) !important;
}


.bg-yellow {
    background-color: #FFDB00 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-green {
    background-color: green !important;
}

.bg-gray {
    background-color: #9E9E9E !important;
}

.bg-red {
    background-color: red !important;
}

.bg-orange {
    background-color: orangered;
}

h2 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.accent {
    color: #EC2326 !important;
}

.removeFile {
    cursor: pointer;
    transform: rotate(45deg);
    position: relative;
    left: 40%;
    top: 10px;
    background: white;
}

.accent-y {
    color: #FFBD00 !important;
}

.accent-b {
    color: #17375E !important;
}

.accent-o {
    color: orangered;
}

.accent-g {
    color: #9E9E9E;
}

.accent-g2 {
    color: #dcdcdc;
}

.accent-w {
    color: #FFF;
}

.btn-primary.btn-outline {
    color: #17375E;
}

.btn-primary.btn-outline:focus {
    color: #9E9E9E;
}

.btn-primary.btn-outline:disabled {
    background-color: #9E9E9E;
}

.btn-primary:disabled {
    background-color: #9E9E9E;
}

.btn-primary {
    color: #fff;
    background-color: #17375E;
    border-color: #17375E;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #9E9E9E;
    border-color: #9E9E9E;
}

.navbar {
    color: #000000;
}

.navbar-default {
    background-color: #17375E;
}

.nav-header {
    padding: 20px 15px;
    background-color: #17375E;
    border-bottom: 2px solid #071423;
}

.nav-label {
    font-size: 11px;
}

.nav-second-level {
    font-size: 11px;
}

.nav-second-level li {
    padding-left: 10px;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
    background-color: #071423;
    color: white;
}

.navbar-minimalize {
    color: #000000;
}

.navbar-minimalize:hover {
    color: #000000;
}

.nav > li.active {
    border-left: 0px;
    background: #071423;
}

ul.nav-second-level {
    background: rgba(0, 0, 0, 0);
}

.metismenu .collapse.show {
    display: block;
}

.nav-second-level li:hover {
    background: #071423;
}

.nav-second-level li:last-child {
    padding-bottom: 0;
}

.nav-header a {
    color: #071423;
}

.nav-header {
    color: #ffffff;
}

.nav > li > a {
    color: #ffffff;
}

.nav.navbar-right > li > a {
    color: #000000;
}

.header-logo {
    width: 315px;
}

div.menu-icon {
    width: 35px;
    border: 0px;
    margin: 0px;
    display: inline-block;
}

body.mini-navbar .navbar-static-side {
    width: 90px;
}

.mini-navbar .nav .nav-second-level {
    background-color: #071423;
}

.font-bold
{
    font-weight: bold;
}

.imageList
{
    min-width: 125px !important;
}

.totalUsers
{
    white-space: nowrap !important;
    left: -30px;
    position: relative;
    width: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 240px;
        min-height: 100vh;
    }

    .navbar-static-side {
        z-index: 2001;
        position: absolute;
        width: 240px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.language {
    width: 90px;
    margin-right: 50px;
}

body.mini-navbar #page-wrapper {
    margin: 0 0 0 90px;
}

body {
    background-color: #17375E;
}

.gray-bg,
.bg-muted {
    background-color: #D3D6E1;
}

.ibox-content {
    color: #000000;
}

.table-title {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    text-align: left;
    display: inline-block;
}

.table-filters {
    text-align: right;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    display: inline-block;
}

.table-filters-title {
    position: absolute;
    top: -3px;
}

.table-filters input {
    width: 120px;
    border: 0px;
    border-radius: 3px;
    padding-left: 10px;
    font-size: 12px;
    color: #D3D6E1;
    height: 19px;
}

.table-filters select {
    border: 0px;
    border-radius: 3px;
    padding-left: 10px;
    font-size: 12px;
    color: #D3D6E1;
    margin-bottom: 10px;
}

.filters-3 select {
    width: 110px;
    margin-left: 8px;
}

.filters-4 select {
    width: 100px;
    margin-left: 5px;
}

.filters-5 select {
    width: 90px;
    margin-left: 3px;
}

.filters-6 select {
    width: 80px;
    margin-left: 2px;
}

.table-filter-input {
    display: inline-block;
    margin: 0px;
    padding: 0px 5px 0px 0px;
    background-color: #ffffff;
    border-radius: 3px;
    color: #D3D6E1;
}

.filters-3 .table-filter-input {
    margin-left: 8px;
}

.filters-4 .table-filter-input {
    margin-left: 5px;
}

.filters-4 input {
    width: 100px;
}

.filters-5 .table-filter-input {
    margin-left: 3px;
}

.filters-5 input {
    width: 90px;
}

.filters-6 input {
    width: 80px;
}

table .check {
    color: green;
}

table .options {
    color: #17375E;
    text-decoration: none;
}

table .options::after {
    display: none;
}

.row-options {
    min-width: 5rem;
    padding: 0px !important;
    /* background-color: #FFDB00; */
}

.row-options > li {
    margin-left: 0px;
}

.menu-item {
    display: block;
    min-width: 108px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.row-options > li:hover {
    background-color: #FFDB00;
}

.row-options > li > a {
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    /* background-color: #FFDB00; */
}

.row-options > li a:hover {
    background-color: #FFDB00;
}

.row-options > li > a:focus {
    background-color: #FFDB00;
    border: 0px;
}

.tags-box
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

tfoot {
    color: #9E9E9E;
}

tfoot a {
    text-decoration: none;
    color: #9E9E9E;
}

.table-pager {
    border: 1px solid #9E9E9E;
    color: #9E9E9E;
}

.pager-main {
    text-decoration: none;
    color: #17375E;
}


/* Switch box */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: green;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* End Switch box */

.control-label {
    color: #17375E;
}

.two-button div {
    width: 48%;
    margin: 0px;
    padding: 0px;
}

.btn-sencondary {
    background-color: #9E9E9E;
    border: 1px solid #9E9E9E;
}

.btn-sencondary:hover {
    background-color: #D3D6E1;
    border: 1px solid #D3D6E1;
}

.dashboard-elem {
    border-top: 4px solid #FFDB00;
}

.dashboard-elem span {
    font-size: x-large;
}

img.table-profile {
    height: 30px;
}


/* Checkbox round */

.checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr {
    position: relative;
    /*display: inline-block;*/
    border-radius: 50% !important;
    background-color: #ccc;
    width: 27px;
    height: 27px;
    float: left;
    margin-right: .5em;
}

.checkbox .cr .cr-icon {
    position: absolute;
    font-size: large;
    line-height: 0;
    top: 50%;
    left: 15%;
    color: #ffffff;
}

.checkbox label input[type="checkbox"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon {
    opacity: 1;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
    opacity: 1;
}

.checkbox label input[type="checkbox"]:checked + .cr {
    background-color: green;
}

/* End Checkbox round */


.table th {
    white-space: nowrap !important;
}

.row-selected {
    border: 3px solid #FFDB00;
    border-left: 3px solid #FFDB00;
    /* background-color: #E9FF93; */
}

.table-view-icon {
    font-size: 1rem;
}


/*  Group management  */

.text-gray {
    color: #9E9E9E;
}

.group-bottom {
    border-bottom: 1px solid #D3D6E1;
}

.group-selection thead {
    height: 0px !important;
}

.group-selection thead tr {
    height: 0px !important;
}

.group-selection thead th {
    height: 0px !important;
}

.group-selection tbody tr {
    border: 0px !important;
}

.group-selection tbody td {
    border: 0px !important;
}

.group-selection thead th {
    border: 0px !important;
}

.group-selection thead td {
    border: 0px !important;
}

.group-selection tbody td {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.header-search {
    padding-left: 3px;
    height: 22px;
}

.header-search input {
    border: 0px;
}

.groups-headers {
    height: 66px;
}

.group-buttons {
    margin-bottom: 6px !important;
}

input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.notes
{
    color:red;
}

.profile-img {
    height: 48px;
    width: 48px;
}

.profile-img-x2 {
    height: 100px;
    width: 100px;
}

.table-profile-img {
    height: 30px;
    width: 30px;
}

.img-shadow {
    box-shadow: 0px 0px 2px 3px white;
}

.relative {
    position: relative;
}


/********************************************************* Home ***************************/
.dashboard-elem span.home-dashb {
    font-size: xx-large;
}

.plan-title {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 20px;
    color: #FFFFFF;
}

.bg-blue {
    background-color: #17375E;
}

.file-icon {
    border: 2px solid #37175E;
    background-color: #D3D6E1;
    width: 3.5rem;
}

.file-container {
    width: 5rem;
    overflow: hidden;
    text-align: center;
}

.file-container-nowrap {
    overflow: hidden;
    text-align: center;
}

.file-container small {
    white-space: nowrap;
}

.file-add {
    border: 0px;
    background-color: #D3D6E1;
    border: 2px solid #D3D6E1;
    width: 50px;
    text-align: center;
    vertical-align: center;
}

.plan-icon-container {
    flex: 1 0 14%;
    margin: 4px 0;
    text-align: center;
}

.plan-icon {
    height: 50px;
    vertical-align: top;
}

.plan-icon.selected {
    padding: 5px;
    border: 1px solid rgba(255, 219, 0, 0.7);
    border-radius: 4px;
}

/************ SUI Select ***********/

.ui.multiple.search.dropdown > input.search {
    /*border: 2px solid #37175E !important;
	padding-bottom: 15px !important;*/
    color: #17375E !important;
    width: 100% !important;
    margin: 0px !important;
    height: 30px !important;
}

.ui.multiple.dropdown .dropdown.icon {
    text-align: right !important;
}

.input-div-sui {
    position: relative;
    /*border: 2px solid #37175E !important;*/
    margin-bottom: 16px;
}

.input-div-sui sui-multi-select {
    /*border: 0px !important;*/
    border: 2px solid #37175E !important;
    width: 100% !important;
    padding: 4px 4px 15px 48px !important;
    color: #17375E !important;
}


.input-div-sui i.fade-text {
    position: absolute;
    left: 12px;
    top: 8px;
    z-index: 999;
}

.input-div-sui small {
    position: absolute;
    left: 50px;
    bottom: 1px;
}

.input-div-sui input:focus {
    color: #17375E;
}

.input-div-sui select {
    order: 0px;
}

.input-div-sui div.dropdown {
    border: 0px !important;
}

.ui.multiple.dropdown > .label {
    background-color: #FFDB00 !important;
    font-weight: normal;
    color: #17375E !important;
    box-shadow: none !important;
}

.ui.multiple.dropdown > .label:hover {
    background-color: #FFDB00 !important;
    font-weight: normal;
    color: #17375E !important;
    box-shadow: none !important;
}

/************ End SUI Select ***********/

/* Checkbox small round no icon */

.checkbox-noicon label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox-noicon .cr {
    position: relative;
    /*display: inline-block;*/
    border-radius: 50% !important;
    background-color: #ccc;
    width: 10px;
    height: 10px;
    float: left;
    margin-right: .5em;
}

.checkbox-noicon .cr .cr-icon {
    position: absolute;
    font-size: large;
    line-height: 0;
    top: 50%;
    left: 15%;
    color: #ffffff;
}

.checkbox-noicon label input[type="checkbox"] {
    display: none;
}

.checkbox-noicon label input[type="checkbox"] + .cr > .cr-icon {
    opacity: 1;
}

.checkbox-noicon label input[type="checkbox"]:checked + .cr > .cr-icon {
    opacity: 1;
}

.checkbox-noicon label input[type="checkbox"]:checked + .cr {
    background-color: #17375E;
}

.checkbox-noicon {
    height: 10px;
    width: 10px;
}

/******** End checkbox ******/

.map-pin {
    padding-right: 90px;
}

.open-map {
    width: 43px;
    height: 100%;
    background-color: #17375E;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    border-radius: 0rem .25rem .25rem 0rem !important;
    cursor: pointer;
}

.stack-img {
    margin-left: -8px;
}

.table-filter-input .ui.dropdown {
    border: 0px !important;
    width: 300px;
    padding: 0px 0px 2px 4px !important;
    min-height: 17px !important;
}

.table-filter-input .ui.label {
    height: 17px !important;
    font-size: smaller !important;
    font-weight: normal;
    padding: 2px 4px 0px 4px !important;
    margin: 0px 4px 0px 2px !important;
    background-color: #FFDB00 !important;
    color: #17375E !important;
}

.table-filter-input .ui.label:hover {
    background-color: #FFDB00 !important;
    color: #17375E !important;
}

.table-filter-input .dropdown.icon {
    display: none;
}

.no-tasks {
    padding-top: 10rem;
    padding-bottom: 15rem;
}

.table-plan-icon {
    height: 25px;
    vertical-align: top;
}

.select-plan-icon {
    background-color: #071423;
    padding: 10px;
    position: relative;
}

.select-plan-icon a {
    position: absolute;
    top: 0.1rem;
    right: 0.4rem;
}

.plan-title-input {
    width: 100%;
}

.plan-title-input.is-invalid {
    border: 1px solid #dc3545 !important;
}

.border-white {
    border: 1px solid #FFFFFF;
}

.btn-reload {
    position: absolute;
    top: 10px;
}

tag-selector .mat-standard-chip,
tag-selector .mat-standard-chip.mat-chip-with-trailing-icon {
    padding: .23em .7em;
    background-color: #FFDB00;
    border-radius: 5px;
}

tag-selector .mat-standard-chip .mat-chip-remove.mat-icon {
    width: 14px;
    height: 14px;
    font-size: 14px;
}

.table-filters tag-selector {
    display: inline-block;
}

.table-filters tag-selector .mat-chip-list-wrapper {
    background-color: #fff;
    border-radius: 3px;
}

.table-filters tag-selector .mat-standard-chip,
.table-filters tag-selector .mat-standard-chip.mat-chip-with-trailing-icon {
    margin: 1px;
    padding: 0 .4em;
    min-height: 17px;
}

.table-filters tag-selector .mat-chip-list-wrapper input.mat-input-element {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 80px;
}

.table-filters tag-selector .mat-form-field-underline {
    display: none !important;
}

.table-filters tag-selector .mat-form-field-appearance-legacy .mat-form-field-wrapper {
    padding-bottom: 0;
}

.table-filters tag-selector .mat-form-field-infix {
    border: none;
}

.tag-selector-icon {
    display: none;
}

.table-filters tag-selector .tag-selector-icon {
    display: block;
    position: absolute;
    top: 4px;
    right: 2px;
    color: #D3D6E1;
}

.table-filters tag-selector .show-icon > .mat-chip-list-wrapper {
    position: relative;
    padding-right: 20px;
}

.no-icon-input {
    left: 15px !important;
}

/* map-picker */
map-picker-dialog .modal-dialog {
    max-width: 100%;
}

.map-canvas {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    height: 500px;
    position: relative;
    background: rgb(229, 227, 223);
    overflow: hidden;
}

.map-canvas > div:nth-child(2) {
    display: none !important;
}

.map-status {
    font-weight: normal;
    color: #fff;
    padding: 7px 13px;
}

.map-status.bg-warning {
    background-color: #f0603f !important;
}

.map-status img {
    width: 24px;
    height: 24px;
    float: left;
    margin: -2px 7px 0 -3px;
}

.map-info-window {
    color: initial;
}

/* map-picker */

.table-filter-input input {
    background-color: #ffffff !important;
}

/*** Plan list ***/
.pl-divider {
    border-top: 1px solid #E7EAEC;
    padding: 1rem 0rem 1rem 0rem;
}

.progress-bar {
    background-color: green !important;
}

.pl-footer {
    border-top: 1px solid #E7EAEC;
}




/* Switch box slim*/
.switch.slim {
    width: 34px;
    height: 16px;
    vertical-align: middle;
}

.slim .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.slim input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

.slider.slim.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* End Switch box */

.activate-confirmation .modal-header {
    display: none;
}

.activate-confirmation .modal-content {
    border-radius: 0px !important;
}

.activate-confirmation .modal-body {
    padding: 0px;
    font-size: 1rem;
}

.tooltip {
    z-index: 2050;
}

.assistence-warning {
    background-color: #FF8C00;
    color: #FFFFFF;
    position: relative;
    width: 1.2rem;
}

.assistence-warning:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.assistence-warning i {
    position: absolute;
    top: 0.1rem;
    left: 0.15rem;
}

.no-wrap {
    white-space: nowrap;
}


/* Nav tabs */

.nav-link {
    background-color: #FFFFFF !important;
    border-color: #dee2e6 #dee2e6 #fff !important;
    padding-top: 0.2rem !important;
    padding-bottom: 0.15rem !important;
}

ul.nav-tabs {
    border-bottom: 0px !important;
}

li.nav-item.highlight {
    border-bottom: 1px solid #FFDB00 !important;
}

.nav-item {
    margin-bottom: 0px !important;
}

.tab-filters {
    right: 0px;
}

.calendar {
    width: 90px;
    display: inline-block !important;
}

.calendar-sm {
    width: 80px;
    display: inline-block !important;
}

.accent-g {
    color: #9E9E9E !important;
}

/* Ordenar Planes */

.move-row {
    cursor: move;
    background: white;
}

.cdk-drag-preview {
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    padding: 20px 10px;
    border-bottom: solid 1px #ccc;
    color: rgba(0, 0, 0, 0.87);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    cursor: move;
    background: white;
}

.cdk-drag-placeholder {
    opacity: 0;
}

.cdk-drag-animating {
    transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.move-list.cdk-drop-list-dragging .move-row:not(.cdk-drag-placeholder) {
    transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

/* Fin Ordenar Planes */

.table-filters button {
    width: 8rem;
}

.table-filters .table-filter-btn {
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
    height: 19px;
    font-size: 9px;
}

.border-right {
    border-right: 1px solid #9E9E9E;
}

.task-map .map-canvas {
    height: 300px !important;
}

button.form-control:focus {
    background-color: rgb(211, 214, 225) !important;
    border: 0px;
}

.bg-yellow-focus.form-control:focus {
    background-color: #FFDB00 !important;
}


/*  Inactive task groups  */

.group-bottom {
    border-bottom: 1px solid #D3D6E1;
}

.group-selection thead {
    height: 0px !important;
}

.group-selection thead tr {
    height: 0px !important;
}

.group-selection thead th {
    height: 0px !important;
}

.group-selection tbody tr {
    border: 0px !important;
}

.group-selection tbody td {
    border: 0px !important;
}

.group-selection thead th {
    border: 0px !important;
}

.group-selection thead td {
    border: 0px !important;
}

.tasks.group-selection tbody td {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

button.form-control.btn-primary:focus {
    background-color: #17375E !important;
}

.task-time {
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.timeD {
    font-size: 0.6rem;
}

.tabs-button {
    width: auto !important;
    height: 19px;
    padding: 0px 10px;
}

/* PDF && Image Gallery */
.pdf-name {
    width: 119px;
    overflow: hidden;
    white-space: nowrap;
}

.btn-yellow {
    background-color: #FFDB00;
}

.btn-yellow:focus {
    background-color: #FFDB00 !important;
}

.modal-image {
    max-width: 100% !important;
    max-height: 80vh !important;
}

.gallery-options {
    position: fixed;
    top: 0px;
    right: 0px;
    color: white;
    z-index: 99999;
}

.gallery-arrow-left {
    position: fixed;
    left: 0px;
    color: white;
    z-index: 99999;
    top: 45%;
}

.gallery-arrow-right {
    position: fixed;
    right: 0px;
    color: white;
    z-index: 99999;
    top: 45%;
}

/* End Gallery */


.timer {
    font-size: x-large;
}

.font-smaller {
    font-size: smaller !important;
}

.dash-card {
    height: 12rem;
}

.status-btn {
    color: white;
    width: 4rem;
    cursor: default !important;
}

.optionGroup {
    padding: .78571429rem 1.14285714rem !important;
    color: #000;
    font-size: 1rem;
    cursor: pointer;
}

.optionGroup:hover {
    background: rgba(0, 0, 0, 0.05);
}

.optionGroup > i {
    margin-right: 5px;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-auto {
    cursor: auto;
}

.cursor-default
{
    cursor: default;
}

/* Timeline */
ul.timeline {
    position: relative;
    list-style-type: none;
    padding-left: 100px;
}

ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 89px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline > li {
    position: relative;
    padding: 20px 0;
    padding-left: 20px;
}

ul.timeline > li:before {
    content: ' ';
    background: #FFBD00;
    display: inline-block;
    position: absolute;
    border-radius: 100%;
    left: -15px;
    top: 35%;
    width: 10px;
    height: 10px;
    z-index: 400;
}

.timeline-item-date {
    position: absolute;
    left: -85px;
}

/* End Timeline */

.inline-block {
    display: inline-block;
}

.btn-rounded-right {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}

.btn-rounded-left {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
}

.sub {
    font-size: 11px;
}

.height230{
    height: 230px;
}

.width165{
    width: 165px !important;
}

.nonStartedChart{
    padding-top: 0;
    display: inline-block;
    width: 100%;
    max-width: 240px;
}

.small-chart{
    left: -12%;
    min-width: 85px !important;
    padding-left: 11px;
}

.fixed-wrapper {
    position: relative;
}
.fixed-scroller {
    /* overflow-x: scroll; */
    overflow-y: visible;
}

.fixed-sticky-col {
    right: 0;
    position: sticky;
    top: auto;
    background: white;
    z-index: 1;
}

.clear {
    clear:both;
}


sui-multi-select.is-invalid{
    border: 2px solid #dc3545 !important;
}

.center-all
{
    margin: 0 auto;
}

.line-break
{
    white-space: pre-line;
}

.taskFilters
{
    text-transform: uppercase;
}

.weekDays-selector input {
    display: none!important;
  }
  
  .weekDays-selector input[type=checkbox] + label {
    display: inline-block;
    border-radius: 6px;
    background: #dddddd;
    height: 40px;
    width: 30px;
    margin-right: 3px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
  }
  
  .weekDays-selector input[type=checkbox]:checked + label {
    background: #2AD705;
    color: #ffffff;
  }

.margin-top
{
    margin-top: 20px;
}

.text-justify
{
    text-align: justify;
}

.modal-term
{
    height: 500px; overflow-y: scroll;
    min-width: 300px;
    max-width: 800px;
}

@media (max-width: 1024px){
    .nonStartedChart{
        /* left: -35%; */
    }

    
}

@media (max-width: 1200px){

    .small-chart{
        left: 0%;
        margin-left: 20px;
        margin-top: 10px;
        float: left;
        max-width: 80px;
    }
}

@media (min-width: 1400px){

    .small-chart{
        left: 0 !important;   
        min-width: 85px !important;
        padding-left: 11px;
    }
}