html {
    min-width: 992px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch !important;
}

body {
    font-family: 'Prompt', sans-serif !important;
    color: #404040;

}
/* color: rgba(0,0,0,0.6) */
.fit-viewport {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
}

.navbar-toggler-background{
    top: 0;
    left: 0;
    width: 3rem;
    height: 100%;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.25);
}

/* TEXT */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: 'Prompt', sans-serif !important;
  font-weight: 600;
  line-height: 1.1;
  color: #404040;
}

h5,h6 {
    font-weight: 400;
}

.font-light {
  margin-bottom: 0.5rem;
  font-family: 'Prompt', sans-serif !important;
  font-weight: 200;
  line-height: 1.1;
  color: #404040;
}

p.f14 {
    font-size: 14px;
}

p.f13 {
    font-size: 13px;
}

.text-none {
    text-decoration: none !important;
}



/*NAVBAR-LINK*/

.navbar-link-logout {
    color: #FF6666;
    cursor: pointer;
    margin-top: auto;
}

.navbar-link-logout i {
    color: #FF6666;
    cursor: pointer;
}

.navbar-link-logout :hover {
    color: #8A8A8F;
}

.navbar-link-logout :hover i {
    color: #8A8A8F;
}

.navbar-link-active {
    color: #00ACE1;
}

.navbar-link-active i {
    color: #00ACE1;
}

.navbar-link {
    color: #404040;
    cursor: pointer;
}

.navbar-link :hover {
    color: #40c1e9;
    text-decoration: none;
}

.navbar-link :hover i {
    color: #40c1e9;
    text-decoration: none;
}

.navbar-link :active {
    color: #40c1e9;
    text-decoration: none;
}

/* TABLE ASSIGN */

.assign-text-center {
    width: 100%;
    text-align: center;
}

.table-assign {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table-assign th {
    color: #8A8A8F;
    padding: 0.75rem;
    vertical-align: top;
    font-weight: 400;
    border: 2px solid #eceeef;
    text-overflow: ellipsis;

}

.table-assign td {
    color: #000;
    padding: 0.75rem;
    vertical-align: top;
    border: 1px solid #eceeef;
    text-overflow: ellipsis;
}

.table-assign-cell {
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: row;
    height: 100%;
    min-height: 75px;
}

.select-defect {
    font-size: 20px !important;
    pointer-events: auto !important;
}

.select-defect:hover {
    visibility: visible !important;
    opacity: 1 !important;
}

.select-defect-list {
    color: #000;
    padding: 0.75rem;
    vertical-align: top;
    border: 1px solid #eceeef;
    text-overflow: ellipsis;
}

.select-defect-list:hover {
  background-color: #D4F9F5;
    cursor: pointer;
}


/* TABLE */

.table-main {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table-main th {
    color: #8A8A8F;
    padding: 0.75rem;
    vertical-align: top;
    font-weight: 400;
    border-bottom: 2px solid #eceeef;
    text-overflow: ellipsis;

}

.table-main td {
    color: #000;
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef;
    text-overflow: ellipsis;
}

.table-clickable-head th:hover {
    border-color: #00ACE1;
    cursor: pointer;
}

.table-clickable tr:hover {
  background-color: #E3F5FB;
  cursor: pointer;
}


.pagination-button-left {
  background-color: white;
  border: 1px solid #00ACE1;
  color: #00ACE1;
}

.pagination-button-left:hover {
  background-color: #40c1e9;
  border: 1px solid #40c1e9;
  color: white;
  cursor: pointer;
}

.pagination-button-left:after {
  content:"\f053";
  font-size: 1rem;
  font-family: "FontAwesome";
}

.pagination-button-left:disabled {
  background-color: white;
  border: 1px solid #ccc;
  color: #ccc;
}

.pagination-button-right {
  background-color: white;
  border: 1px solid #00ACE1;
  color: #00ACE1;
}

.pagination-button-right:after {
  content:"\f054";
  font-size: 1rem;
  font-family: "FontAwesome";
}

.pagination-button-right:disabled {
  background-color: white;
  border: 1px solid #ccc;
  color: #ccc;
}

.pagination-button-right:hover {
  background-color: #40c1e9;
  border: 1px solid #40c1e9;
  color: white;
  cursor: pointer;
}



/*COLOR*/

.green { color: #00A290; }
.green-bg { background-color: #00A290; }
.green-border { border-color: #00A290; }

.blue { color: #00ACE1; }
.blue-bg { background-color: #00ACE1; }
.blue-border { border-color: #00ACE1; }

.orange { color: #FFCC66; }
.orange-bg { background-color: #FFCC66; }
.orange-border { border-color: #FFCC66; }

.red { color: #FF6666; }
.red-bg { background-color: #FF6666; }
.red-border { border-color: #FF6666; }

.grey { color: #8A8A8F; }
.grey-bg { background-color: #8A8A8F; }
.grey-border { border-color: #8A8A8F; }

.lightgrey { color: #C8CCD1; }
.lightgrey-bg { background-color: #C8CCD1; }
.lightgrey-border { border-color: #C8CCD1; }

.white { color: #FFFFFF; }
.white-bg { background-color: #FFFFFF; }
.white-border { border-color: #FFFFFF; }

.yellow { color: #E0C901; }
.yellow-bg { background-color: #E0C901; }
.yellow-border { border-color: #E0C901; }

/*BUTTON*/

.btn-modal-close {
    color: #C8CCD1;
    cursor: pointer;
}

.btn-modal-close:hover {
    color: #8A8A8F;
}

.btn-large {
    font-size: 22px;
    font-weight: 700;
}

.btn {
    padding: 0.6rem 1.25rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    border-radius: 0.5rem;
    cursor: pointer;
}

.btn-main {
    color: #fff;
    background-color: #00ACE1;
    border-color: #00ACE1;
}

.btn-save-cancel {
    height: 30px;
    width: 125px;
}

.btn-main:hover {
    color: #fff;
    background-color: #40c1e9;
    border-color: #40c1e9;
}

.btn-main.disabled, .btn-main:disabled {
    background-color: #EBEBEB;
    border-color: #EBEBEB;
    color: #8A8A8F;
}

.btn-main:active, .btn-main.active,
.show > .btn-main.dropdown-toggle {
    color: #fff;
    background-color: #00ACE1;
    background-image: none;
    border-color: #00ACE1;
}

.btn-outline {
    color: #00ACE1;
    background-color: #fff;
    border-color: #00ACE1;
}

.btn-outline:hover {
    color: #fff;
    background-color: #40c1e9;
    border-color: #40c1e9;
}

.btn-outline.disabled, .btn-outline:disabled {
    border-color: #EBEBEB;
    color: #8A8A8F;
}

.btn-outline:active, .btn-outline.active,
.show > .btn-outline.dropdown-toggle {
    color: #292b2c;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
}

.btn-red {
    color: #fff;
    background-color: #FF6666;
    border-color: #FF6666;
}

.btn-red:hover {
    color: #fff;
    background-color: rgb(253, 138, 138);
    border-color: rgb(253, 138, 138);
}

.btn-red.disabled, .btn-main:disabled {
    background-color: #EBEBEB;
    border-color: #EBEBEB;
    color: #8A8A8F;
}

.btn-red:active, .btn-red.active,
.show > .btn-red.dropdown-toggle {
    color: #fff;
    background-color: #CE4343;
    background-image: none;
    border-color: #CE4343;
}

.btn-red-outline {
    color: #FF6666;
    background-color: #fff;
    border-color: #FF6666;
}

.btn-red-outline:hover {
    color: #fff;
    background-color: #FF6666;
    border-color: #FF6666;
}

.btn-red-outline.disabled, .btn-outline:disabled {
    border-color: #EBEBEB;
    color: #8A8A8F;
}

.btn-red-no-border {
    color: #FF6666;
    background-color: #fff;
    border: none
}

.btn-red-no-border:hover {
    color: #FFB1B1 ;
}

.btn-red-no-border.disabled, .btn-outline:disabled {
    border-color: #EBEBEB;
    color: #8A8A8F;
}

.btn-blue-no-border {
    color: #00ACE1;
    background-color: #fff;
    border: none
}

.btn-blue-no-border:hover {
    color: #40c1e9 ;
}

.btn-blue-no-border.disabled, .btn-outline:disabled {
    border-color: #EBEBEB;
    color: #8A8A8F;
}

.btn-red-outline:active, .btn-outline.active,
.show > .btn-outline.dropdown-toggle {
    color: #292b2c;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
}

.btn-transparent {
    background: transparent;
}

.btn-transparent:hover {
    text-decoration: underline;
}

.link {
    color: #00ACE1;
    cursor: pointer;
}

.link i {
    color: #00ACE1;
    cursor: pointer;
}

.link span {
    color: #00ACE1;
    cursor: pointer;
}

.link :hover {
    color: #40c1e9;
    text-decoration: none;
}

.link :hover i {
    color: #40c1e9;
    text-decoration: none;
}

.link :hover span {
    color: #40c1e9;
    text-decoration: none;
}

.link :active {
    color: #006D60;
    text-decoration: none;
}

.link-warning {
    color: #FF6666;
    cursor: pointer;
}

.link-warning i {
    color: #FF6666;
    cursor: pointer;
}

.link-warning :hover {
    color: #CE4343;
    text-decoration: none;
}

.link-warning :hover i {
    color: #CE4343;
    text-decoration: none;
}

.link-warning :active {
    color: #F93B3B;
    text-decoration: none;
}



/*INPUT*/


input, select {
    font-family: inherit;
}

select {
    margin: 0;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    color: inherit;
    cursor: pointer;
}

select.form-control{
    display:inline-block
}

.form-control {
    background-color: transparent;
}

.form-control:focus {
    background-color: transparent;
}

.input-search {
    border: 0px;
    border-bottom: 2px solid #F3F3F3;
    border-radius: 0px;
    padding: 0.4rem 0 0.25rem 0;
    width: 18rem;
    display: inline;
    background-color: transparent;
}

.input-search:focus {
    border-color: #00ACE1;

}

.input-search::-ms-expand {
  background-color: transparent;
  border: 0;
}


.input-search::-webkit-input-placeholder {
  color: #8C8C8C;
  opacity: 0.5;
}

.input-search::-moz-placeholder {
  color: #8C8C8C;
  opacity: 0.5;
}

.input-search:-ms-input-placeholder {
  color: #8C8C8C;
  opacity: 0.5;
}

.input-search::placeholder {
  color: #8C8C8C;
  opacity: 0.5;
}

.input-search:disabled, .input[readonly] {
  background-color: #eceeef;
  opacity: 0.5;
}

.input-search:disabled {
  cursor: not-allowed;
}

.input {
    border: 0px;
    border-bottom: 2px solid #C8CCD1;
    border-radius: 0px;
    padding: 0.5rem 0rem;
}
.input:focus {
    border-color: #00ACE1;
}

.input::-ms-expand {
  background-color: transparent;
  border: 0;
}

.input::-webkit-input-placeholder {
  color: #8C8C8C;
  opacity: 0.5;
}

/* .input::-moz-placeholder {
  color: #8C8C8C;
  opacity: 0.5;
}

.input:-ms-input-placeholder {
  color: #8C8C8C;
  opacity: 0.5;
} */

.input::placeholder {
  color: #8C8C8C;
  opacity: 0.5;
}

.input:disabled, .input[readonly] {
  background-color: #eceeef;
  opacity: 0.5;
}

.input:disabled {
  cursor: not-allowed;
}

.search-fill {
    width: 18rem;
    border-radius: 8px;
    background-color: #F3F3F3;
    padding: 0 1rem;
}


/*MARGIN*/

.m-0 { margin: 0 !important; }
.m-02 { margin: 0.25rem !important; }
.m-05 { margin: 0.5rem !important; }
.m-1 { margin: 1rem !important; }
.m-15 { margin: 1.5rem !important; }
.m-2 { margin: 2rem !important; }
.m-25 { margin: 2.5rem !important; }
.m-3 { margin: 3rem !important; }

.ml-0 { margin-left: 0 !important; }
.ml-02 { margin-left: 0.25rem !important; }
.ml-05 { margin-left: 0.5rem !important; }
.ml-1 { margin-left: 1rem !important; }
.ml-15 { margin-left: 1.5rem !important; }
.ml-2 { margin-left: 2rem !important; }
.ml-25 { margin-left: 2.5rem !important; }
.ml-3 { margin-left: 3rem !important; }
.ml-a { margin-left: auto !important; }

.mr-0 { margin-right: 0 !important; }
.mr-02 { margin-right: 0.25rem !important; }
.mr-05 { margin-right: 0.5rem !important; }
.mr-1 { margin-right: 1rem !important; }
.mr-15 { margin-right: 1.5rem !important; }
.mr-2 { margin-right: 2rem !important; }
.mr-25 { margin-right: 2.5rem !important; }
.mr-3 { margin-right: 3rem !important; }
.mr-a { margin-right: auto !important; }

.mt-0 { margin-top: 0 !important; }
.mt-02 { margin-top: 0.25rem !important; }
.mt-05 { margin-top: 0.5rem !important; }
.mt-1 { margin-top: 1rem !important; }
.mt-15 { margin-top: 1.5rem !important; }
.mt-2 { margin-top: 2rem !important; }
.mt-25 { margin-top: 2.5rem !important; }
.mt-3 { margin-top: 3rem !important; }
.mt-a { margin-top: auto !important; }

.mb-0 { margin-bottom: 0 !important; }
.mb-02 { margin-bottom: 0.25rem !important; }
.mb-05 { margin-bottom: 0.5rem !important; }
.mb-1 { margin-bottom: 1rem !important; }
.mb-15 { margin-bottom: 1.5rem !important; }
.mb-2 { margin-bottom: 2rem !important; }
.mb-25 { margin-bottom: 2.5rem !important; }
.mb-3 { margin-bottom: 3rem !important; }
.mb-35 { margin-bottom: 3.5rem !important; }
.mb-4 { margin-bottom: 4rem !important; }
.mb-45 { margin-bottom: 4.5rem !important; }

.mx-0 { margin-left: 0 !important; margin-right: 0 !important }
.mx-02 { margin-left: 0.25rem !important; margin-right: 0.25rem !important }
.mx-05 { margin-left: 0.5rem !important; margin-right: 0.5rem !important }
.mx-1 { margin-left: 1rem !important; margin-right: 1rem !important }
.mx-15 { margin-left: 1.5rem !important; margin-right: 1.5rem !important }
.mx-2 { margin-left: 2rem !important; margin-right: 2rem !important }
.mx-25 { margin-left: 2.5rem !important; margin-right: 2.5rem !important }
.mx-3 { margin-left: 3rem !important; margin-right: 3rem !important }
.mx-a { margin-left: auto !important; margin-right: auto !important }

.my-0 { margin-top: 0 !important; margin-bottom: 0 !important }
.my-02 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important }
.my-05 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important }
.my-1 { margin-top: 1rem !important; margin-bottom: 1rem !important }
.my-15 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important }
.my-2 { margin-top: 2rem !important; margin-bottom: 2rem !important }
.my-25 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important }
.my-3 { margin-top: 3rem !important; margin-bottom: 3rem !important }


/*PADDING*/

.p-0 { padding: 0 !important; }
.p-02 { padding: 0.25rem !important; }
.p-05 { padding: 0.5rem !important; }
.p-1 { padding: 1rem !important; }
.p-15 { padding: 1.5rem !important; }
.p-2 { padding: 2rem !important; }
.p-25 { padding: 2.5rem !important; }
.p-3 { padding: 3rem !important; }

.pl-0 { padding-left: 0 !important; }
.pl-02 { padding-left: 0.25rem !important; }
.pl-05 { padding-left: 0.5rem !important; }
.pl-1 { padding-left: 1rem !important; }
.pl-15 { padding-left: 1.5rem !important; }
.pl-2 { padding-left: 2rem !important; }
.pl-25 { padding-left: 2.5rem !important; }
.pl-3 { padding-left: 3rem !important; }
.pl-35 { padding-left: 3.5rem !important; }
.pl-4 { padding-left: 4rem !important; }
.pl-45 { padding-left: 4.5rem !important; }

.pr-0 { padding-right: 0 !important; }
.pr-02 { padding-right: 0.25rem !important; }
.pr-05 { padding-right: 0.5rem !important; }
.pr-1 { padding-right: 1rem !important; }
.pr-15 { padding-right: 1.5rem !important; }
.pr-2 { padding-right: 2rem !important; }
.pr-25 { padding-right: 2.5rem !important; }
.pr-3 { padding-right: 3rem !important; }

.pt-0 { padding-top: 0 !important; }
.pt-02 { padding-top: 0.25rem !important; }
.pt-05 { padding-top: 0.5rem !important; }
.pt-1 { padding-top: 1rem !important; }
.pt-15 { padding-top: 1.5rem !important; }
.pt-2 { padding-top: 2rem !important; }
.pt-25 { padding-top: 2.5rem !important; }
.pt-3 { padding-top: 3rem !important; }

.pb-0 { padding-bottom: 0 !important; }
.pb-02 { padding-bottom: 0.25rem !important; }
.pb-05 { padding-bottom: 0.5rem !important; }
.pb-1 { padding-bottom: 1rem !important; }
.pb-15 { padding-bottom: 1.5rem !important; }
.pb-2 { padding-bottom: 2rem !important; }
.pb-25 { padding-bottom: 2.5rem !important; }
.pb-3 { padding-bottom: 3rem !important; }

.px-0 { padding-left: 0 !important; padding-right: 0 !important }
.px-02 { padding-left: 0.25rem !important; padding-right: 0.25rem !important }
.px-05 { padding-left: 0.5rem !important; padding-right: 0.5rem !important }
.px-1 { padding-left: 1rem !important; padding-right: 1rem !important }
.px-15 { padding-left: 1.5rem !important; padding-right: 1.5rem !important }
.px-2 { padding-left: 2rem !important; padding-right: 2rem !important }
.px-25 { padding-left: 2.5rem !important; padding-right: 2.5rem !important }
.px-3 { padding-left: 3rem !important; padding-right: 3rem !important }

.py-0 { padding-top: 0 !important; padding-bottom: 0 !important }
.py-02 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important }
.py-05 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important }
.py-1 { padding-top: 1rem !important; padding-bottom: 1rem !important }
.py-15 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important }
.py-2 { padding-top: 2rem !important; padding-bottom: 2rem !important }
.py-25 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important }
.py-3 { padding-top: 3rem !important; padding-bottom: 3rem !important }


/* SIZE */

.w-fit-content {
    width: fit-content !important;
}

.w-10 {
    width: 10% !important;
}
.w-50 {
    width: 48% !important;
}

.mw-10 {
    max-width: 10% !important;
}

.minw-10 {
    min-width: 10% !important;
}

.h-10 {
    height: 10% !important;
}

.mh-10 {
    max-height: 10% !important;
}

.minh-10 {
    min-height: 10% !important;
}


.w-15 {
    width: 15% !important;
}

.mw-15 {
    max-width: 15% !important;
}

.minw-15 {
    min-width: 15% !important;
}

.h-15 {
    height: 15% !important;
}

.mh-15 {
    max-height: 15% !important;
}

.minh-15 {
    min-height: 15% !important;
}

.mw-50 {
    max-width: 50% !important;
}

.mw-20 {
    max-width: 20% !important;
}

.tab-inactive {
    color: #8C8C8C !important;
    opacity: 0.5;
    cursor: pointer
}

.tab-inactive:hover {
    color: #00ACE1 !important;
}

.tab-active {
    color: #00ACE1 !important;
    border-bottom: 2px solid #00ACE1;
}

.field-title {
    font-size: 13px;
    color: grey;
}

/* Animista http://animista.net */
.fade-in-bottom{-webkit-animation:fade-in-bottom .2s cubic-bezier(.55,.085,.68,.53) both;animation:fade-in-bottom .2s cubic-bezier(.55,.085,.68,.53) both}
@-webkit-keyframes fade-in-bottom{0%{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-bottom{0%{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}

.fade-in-top{-webkit-animation:fade-in-top .2s cubic-bezier(.39,.575,.565,1.000) both;animation:fade-in-top .2s cubic-bezier(.39,.575,.565,1.000) both}
@-webkit-keyframes fade-in-top{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-top{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}


.text-overflow-3 {
    /*height: 51px;*/
    /*white-space: nowrap;*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-overflow-2 {
    /*height: 51px;*/
    /*white-space: nowrap;*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-overflow-1 {
    /*height: 51px;*/
    /*white-space: nowrap;*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.select-outline {
  display: inline-block;
  max-width: 240px;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #464a4c;
  vertical-align: middle;
  background: transparent;
  -webkit-background-size: 8px 10px;
          background-size: 8px 10px;
  border: 1px solid #00ACE1;
  border-radius: 8px;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
}

.select-outline:focus {
    border: 2px border-style #00ACE1;
    outline: none;
}

/* .select-outline:hover {
  background-color: #00ACE1;
  color: white;
  outline: none;
} */

.select-outline:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}

.select-outline:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #eceeef;
}

.select-outline::-ms-expand {
  opacity: 0;
}

selectWrap {
    position:relative
}

selectWrap:after {
  content:"\f078";
  font-family: "FontAwesome";
  font-size: 11px;
  color:#00ACE1;
  right:8px; top:4px;
  position:absolute;
  top: 50%;
  pointer-events:none;
  transform: translateY(-50%);
}

.clickable :hover {
    color: #00ACE1;
    cursor: pointer;
    text-decoration: none;
}

.clickable :hover i {
    color: #00ACE1;
    cursor: pointer;
    text-decoration: none;
}

.clickable :hover h5 {
    color: #00ACE1;
    cursor: pointer;
    text-decoration: none;
}

/* .Select-menu-outer {
    z-index: 100000;
} */

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.project-card-container {
    width: 26%;
}

.project-card {
    padding: 0 2rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.project-card:first-child {
    padding-left: 0;
}
.project-card:last-child {
    padding-right: 0;
}

/*.project-card {*/
    /*margin: 1rem 0.75rem 3rem;*/
    /*cursor: pointer;*/
/*}*/
/*.project-card:first-child {*/
    /*margin-left: 0;*/
/*}*/
/*.project-card:last-child {*/
    /*margin-right: 0;*/
/*}*/
.project-card-img {
    width: calc((100vw - 11.5rem) / 4);
    height: calc((100vw - 11.5rem) / 4);
    background: url("/img/test1.png");
    background-size: cover;
}
.project-card:hover .project-card-img {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6), transparent), url("/img/test1.png");
    background-size: cover;
}
.project-card .btn {
    color: transparent;
    border-color: transparent
}
.project-card:hover .btn {
    color: white;
    border-color: white
}
.project-card:hover .project-name {
    color: #00ACE1;
    text-decoration: underline;
}

/* Radio & Checkbox Makeup */
.radio-container, .checkbox-container {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-container input, .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-container .radio-mark,
.checkbox-container .check-mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    background-color: #eee;
}

.radio-container:hover input ~ .radio-mark,
.checkbox-container:hover input ~ .check-mark {
    background-color: #ccc;
}

.radio-container input:checked ~ .radio-mark,
.checkbox-container input:checked ~ .check-mark {
    background-color: #2196F3;
}

.radio-container .radio-mark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container .check-mark:after {
    content: "\2713";
    position: absolute;
    display: none;
    font-size: 1.5em;
    color: #fff;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.radio-container input:checked ~ .radio-mark:after,
.checkbox-container input:checked ~ .check-mark:after {
    display: flex;
    align-items: center;
    justify-content: center;
}

.radio-container .radio-mark:after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 10px;
    border-radius: 50%;
    background: white;
}

.checkbox-container .check-mark:after {
    /* left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); */
}

/* animation */
@keyframes scaleAnimation {
    0% {
      opacity: 0;
      transform: scale(1.5);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }

  @keyframes drawCircle {
    0% {
      stroke-dashoffset: 151px;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }

  @keyframes drawCheck {
    0% {
      stroke-dashoffset: 36px;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }

  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  #successAnimationCircle {
    stroke-dasharray: 151px 151px;
    stroke: #00ACE1;
  }

  #successAnimationCheck {
    stroke-dasharray: 36px 36px;
    stroke: #00ACE1;
  }

  #successAnimationResult {
    fill: #00ACE1;
    opacity: 0;
  }

  #successAnimation.animated {
    animation: 1s ease-out 0s 1 both scaleAnimation;
  }

    #successAnimationCircle {
      animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle,
                 0.3s linear 0.9s 1 both fadeOut;
    }

    #successAnimationCheck {
      animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck,
                 0.3s linear 0.9s 1 both fadeOut;
    }

    #successAnimationResult {
      animation: 0.3s linear 0.9s both fadeIn;
    }

select.form-control {
    color: lightgray;
}
select.form-control.active { color: #292b2c; }

/* .calendar:hover {
    color: #fff;
    background-color: #40c1e9;
    border-color: #40c1e9;
    cursor: pointer;
} */

.calendar-image {
    content: "";
    background-image: url("../img/calendar.svg");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: right;
}
.leadinfo-lazytable .table-main .table-clickable-head tr > th:nth-child(4){
    width: 50% !important;
}

.required:before {
    content: '*';
    color: #ff0000;
    position: absolute;
    right: 0;
    font-size: 19px;
    top: 0.7rem;
}

.navbar-cta-button {
    background-color: #00ace1;
    text-decoration: none;
    width: 180px;
    height: fit-content;
    border-radius: 8px;
}

.navbar-cta-button:hover {
    background-color: #40c1e9;
}


.navbar-cta-button:active {
    background-color: #00ace1;
}

.red-status-indicator {
    width: 16px;
    height: 16px;
    background-color: #ff6666;
    border: 1px #ff6666 solid;
    border-radius: 50%;
}

.green-status-indicator {
    width: 16px;
    height: 16px;
    background-color: #17a185;
    border: 1px #17a185 solid;
    border-radius: 50%;
}

.yellow-status-indicator {
    width: 16px;
    height: 16px;
    background-color: #ffb758;
    border: 1px #ffb758 solid;
    border-radius: 50%;
}

.campaign-lazytable .table-main .table-clickable-head tr > th:nth-child(1){
    width: 7% !important;
}

.date-picker-position {
    position: static;
}

.lead-filter-panel {
    /*display: flex;*/
    /*flex-direction: row;*/
    /*width: 25%;*/
    min-width: 320px;
}

.lead-filter-panel-section {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
}

.lead-filter-panel-tile {
    padding: 4px;
    box-shadow: 0 2px 4px 2px rgba(0,0,0,0.15);
    border-radius: 8px;
    border: 2px solid grey;
    width: 84px;
    height: 84px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.lead-filter-panel-tile:hover {
    background-color: #eee;
    cursor: pointer;
}

.lead-filter-panel-period-tile {
    padding: 4px;
    box-shadow: 0 2px 4px 2px rgba(0,0,0,0.15);
    border-radius: 8px;
    border: 2px solid grey;
    width: 36px;
    height: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.lead-filter-panel-period-tile:hover {
    background-color: #eee;
    cursor: pointer;
}

.lead-action-icon {
    font-size: 24px;
    color: #87c75f;
}

.lead-action-icon:hover {
    color: #666;
    cursor: pointer;
}

.lead-activity-card,
.assigned-work-card {
    /* padding: 4px;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    margin-bottom: 8px; */
    outline: none;
    border: none;
    font-size: 1em;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    padding: 8px;
    border-bottom: 1px #eaeae5 solid;
}

.lead-activity-container,
.assigned-work-container {
    width: 100%;
    border: 1px #eaeae5 solid;
    border-radius: 0.5rem;
}

.assigned-work-card {
    cursor: pointer;
}

.assigned-work-card:hover {
    background: #E3F5FB;
}

.green-icon {
    color: #00B777;
}

.product-filter-bar {
    max-width: 330px;
}

@media(max-width: 1024px) {
    .product-filter-bar {
        max-width: unset
    }
}

.calendar-text {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    color: #FFB400;
}

.calendar-assigned {
    background: #E3F5FB !important;
}

.justify-evenly {
    justify-content: space-evenly;
}