a {
    color: #9496a1;
    text-decoration: unset !important;
}

body {
    color: #2A2E43 !important;
}

label {
    white-space: nowrap;
}

li {
    list-style-type: none;
}

.li-disc {
    list-style-type: disc !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../img/arrow.png) no-repeat 0 0;
    background-position-x: right;
    background-position-y: center;
    background-size: 30px;
    color: #0c1d40;
    padding-right: 30px !important;
}



.b-radius-5 {
    border-radius: 5px !important;
}

.h-89p {
    height: 89px !important;
}

.logoImg {
    background: url("../img/Logo_fattura_web.png") no-repeat;
    margin-left: 30px;
    width: 230px;
    height: 70px;
    display: block;
    text-indent: -9999px;
    background-position: center;
    background-size: contain;
}

.min-width {
    min-width: 370px;
}

.min-w-100 {
    min-width: 100%;
}

.padding-media20 {
    padding: 20px !important;
}

.padding-media30 {
    padding: 30px !important;
}

.select-no-bg {
    background: none;
}

.w-50 {
    width: 50%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-33 {
    width: 33%;
}

.w-70 {
    width: 70%;
}

.w-85 {
    width: 85%;
}

.w-15 {
    width: 15%;
}

.w-80 {
    width: 80%;
}

.w-95 {
    width: 95%;
}

.w-100 {
    width: 100%;
}

.w-120 {
    width: 120px !important;
}

.w-auto {
    width: auto;
}

.w-email {
    width: 90%;
    max-width: 450px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.overflow-a {
    overflow: auto;
}

/*color*/
.color-blue {
    color: #3899FD !important;
}

.color-grey-light {
    color: #B8C4D0 !important;
}

.color-grey {
    color: #9597A6 !important;
}

.color-dark-grey {
    color: #2A2E43 !important;
}

.color-black {
    color: black !important;
}

.color-white {
    color: white !important;
}

.color-green {
    color: #58d039 !important;
}

.color-yellow {
    color: #ffc107 !important;
}

.color-red {
    color: red !important;
}

.ico-white {
    color: white !important;
}

.ico-blue {
    color: #3497FD !important;
}

.lightest-bg {
    background-color: #FDFDFE !important;
}

.light-bg {
    background-color: #F7F7FA !important;
}

.white-bg {
    background-color: white !important;
}

.green-bg {
    background-color: #58d039 !important;
}

.yellow-bg {
    background-color: #ffc107 !important;
}

.red-bg {
    background-color: red !important;
}

.red-bg-light {
    background-color: #FEE6E6 !important;
}

.blu-bg {
    background-color: #2A2E43 !important;
}

.blue-bg {
    background-color: #3899FD;
}

.white-bg {
    background-color: #FFFFFF !important;
}

.transparent-bg {
    background-color: transparent !important;
}

.btn-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    cursor: pointer;
}

.icon-btn-top {
    color: white;
    position: fixed;
    bottom: 30px;
    right: 43px;
}

.icon-top {
    color: #3899FD;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 60px;
}

#homeFooter a:hover {
    color: #767880;
}

/* dashboard */
.dashboard-box .pagination > li > a {
    font-weight: bold !important;
    color: black !important;
    font-size: 1.4em !important;
}

/*.dashboard-box {
    -webkit-box-shadow: 0.5px 0.5px 0.5px 0.5px rgba(173,173,173,1);
    -moz-box-shadow: 0.5px 0.5px 0.5px 0.5px rgba(173,173,173,1);
    box-shadow: 0.5px 0.5px 0.5px 0.5px rgba(173,173,173,1);
}*/

.box-bg-orange {
    background-color: #ffc107;
}

.box-bg-red {
    background-color: #f86c6b;
}

.box-bg-cyan {
    background-color: #20A8D8;
}

.box-bg-green {
    background-color: #79c447;
}

.box-bg-violet {
    background-color: #9966CC;
}

.box-bg-pink {
    background-color: #F86BB1;
}

.box-bg-bleen {
	background-color: #00CECE;
}

.box-bg-grey {
    background-color: #F0F1F7;
    color: black !important;
    overflow: auto !important;
}

    .box-bg-grey form div div label {
        margin-bottom: 0 !important;
    }

.box-icon {
    font-size: 170px;
    position: absolute;
    z-index: 0;
    opacity: 0.2;
    top: 19px;
    left: -24px;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
    overflow: hidden;
}

.box-icon-sm {
    left: -65px;
    top: 32px;
}

.btn-activity {
    margin-top: 60px;
}

textarea[name=description] {
    resize: none;
}

.list-group-item {
    border-radius: unset;
}

    .list-group-item:first-child {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .list-group-item:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

.wrapper-icon {
    position: relative;
}

.flex-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	justify-items: flex-start;
}

.widget {
	height: 215px !important;
	margin-top: 10px;
}
.big-widget {
	height: 450px !important;
	margin-top: 10px;
}

.grid-wrapper {
    padding: 20px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 15px;
    row-gap: 15px;
    grid-auto-rows: 220px;
}

.item1-2 {
    grid-column: 1/5;
    grid-row: 1/3;
}

.item1 {
    grid-column: 1/3;
    grid-row: 1/3;
}

.item2 {
    grid-column: 3/5;
    grid-row: 1/3;
}

.item3 {
    grid-column: 1/2;
    grid-row: 3;
}

.item4 {
    grid-column: 2/3;
    grid-row: 3;
}

.item5 {
    grid-column: 3/4;
    grid-row: 3;
}

.item6 {
    grid-column: 4/5;
    grid-row: 3;
}

.item7 {
    grid-column: 1/2;
    grid-row: 4;
}

.item8 {
    grid-column: 2/3;
    grid-row: 4;
}

.item9 {
	grid-column: 3/4;
	grid-row: 4;
}

.dashboard-box {
    color: white;
    width: 100%;
    height: 100%;
    padding: 15px;
    border-radius: 10px;
    font-size: 28px;
    text-align: center;
    overflow: hidden;
}

    .dashboard-box table tbody tr td {
        padding-left: 25px;
        padding-right: 25px;
        line-height: 40px;
    }

    .dashboard-box table {
        margin: auto;
    }

.table thead th {
    vertical-align: middle;
}

.register-bg {
    background-color: #2c3343;
    height: 100% !important;
}

.border-none {
    border: none !important;
}

.border-right-none {
    border-right: none !important;
}

.shadow-none {
    box-shadow: none !important;
}

/*button*/
.btn {
    border-radius: 30px;
    font-size: 18px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    padding: 10px 20px;
    width: 180px;
    max-width: 180px;
}

.btn-grey {
    background-color: #F0F1F7 !important;
    border-color: #F0F1F7 !important;
    color: #454F63 !important;
}

    .btn-grey:hover, .btn-grey:focus, .btn-grey:active {
        background-color: #d8d8de;
        border-color: #d8d8de;
        color: #454F63;
    }

.btn-outline-primary:hover {
    background-color: #f7faff;
    color: #3899FD;
}

.btn-primary {
    background-color: #3899FD;
    border-color: #3899FD;
    color: white;
}

.btn-small {
	/*color: white !important;*/
	font-size: 11px !important;
	width: 102px;
	padding: 5px 3px;
	box-shadow: none !important;
}

.btn-xxs {
	/*color: white !important;*/
	font-size: 11px !important;
	width: 50px;
	padding: 5px 3px;
	box-shadow: none !important;
}

.btn-long {
    /*color: white !important;*/
    font-size: 12px !important;
    width: 180px;
    padding: 5px 3px;
    box-shadow: none !important;
}

.btn-large {
    width: 200px;
    max-width: 200px;
    box-shadow: none !important;
}

.btn-mini {
    padding: 5px;
    width: 80px;
    font-size: 16px
}

.btn-150 {
    width: 150px;
}

.btn-group label {
    background-color: transparent !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.btn-transparent {
    background-color: transparent;
    border: none;
    width: 60px;
    cursor: auto !important;
}

    .btn-transparent:hover, .btn-transparent:active, .btn-transparent:focus {
        background-color: transparent !important;
    }

/*footer*/
footer {
    background-color: #2A2E43;
    width: 100%;
    color: #9496a1;
    font-size: 12px;
}

.logo-fb {
    width: 40px;
}

.logo {
    width: 100px;
}

/* header */
.nav-bar {
    padding: 40px 20px 30px 20px;
}

.img-intro {
    background-image: url("../img/accounting.jpg");
    background-color: #3497FD;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: #3497FD;
    height: 650px;
}

.height-content {
    height: 550px;
}

.height-pricing {
    height: 100%;
}

.img-calc {
    background-image: url("../img/img-home.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.max-width-160 {
    max-width: 160px;
}

/*pricing*/
html {
    font-size: 14px;
}

.price-container {
    max-width: 960px;
    margin: 0 auto;
}

.pricing-header {
    max-width: 700px;
}

.card-deck {
    min-width: 220px;
    margin-top: 30px;
}

.card-pricing {
    background-color: #F7F7FA;
    border-bottom: 0;
}

.card-body {
    padding: 40px 20px 10px 20px;
    max-height: 300px;
    overflow-y: auto;
}

.card-border {
    border: 1px solid #D5DDE5;
    border-radius: 0;
}

.table-div {
    max-width: 960px;
    margin: 0 auto;
}

/* home */
.block1 {
    padding-top: 80px;
}

.text1 {
    color: white;
    padding-right: 70px;
    text-shadow: 1px 1px 2px #000;
}

.text-shadow {
    text-shadow: 1px 1px 2px #000;
}

.block2 {
    padding-top: 140px;
}

.block4 {
    padding-top: 60px;
}

#dashboardNav a {
    color: white;
}

.btn-home {
    background-color: #2A2E43;
    border-color: #2A2E43;
}

    .btn-home:hover {
        background-color: #212435;
        border-color: #212435;
    }

.btn-outline-secondary {
    color: #fff;
    border-color: #fff;
}

    .btn-outline-secondary:hover {
        color: #cccccc;
        border-color: #cccccc;
        background-color: transparent;
    }

/*login*/
.bg-login {
    background-image: url("../img/accounting.jpg");
    background-repeat: no-repeat;
    background-size: auto !important;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
}

.bg-login-color {
    background-color: #323949;
}

.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}

/* Card component */
.card-login {
    background-color: rgba(221, 217, 248, 0.9);
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 20px;
    /* shadows and rounded borders */
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    border-radius: 20px !important;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

    .card-login form {
        color: #2A2E43 !important;
    }

/* Form styles */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #2A2E43;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword,
.form-signin #inputConfirmPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

/*register*/
form {
    color: #9597A6;
}

.img-registration {
    background-image: url("../img/sfondo-sx@2x.png");
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.form-group {
    margin-bottom: 0.5rem;
}

/* dashboard */
.navbar-dark {
    width: 100%;
    position: relative;
    background-color: #2A2E43;
    border-bottom: solid 1px white;
}

.navbar-dark-logo {
    background-color: #2A2E43;
    /*height: 150px;*/
    /*max-height: 150px;*/
}

.navbar-dark-content {
    background-color: #2A2E43;
    min-height: 450px;
}

.panel-navbar {
    position: fixed;
    left: -15.625em;
    width: 15.625em;
    top: 80px !important;
    z-index: 99999;
    overflow: scroll;
}

    .panel-navbar > ul {
        padding-top: 30px !important;
    }

    .panel-navbar a {
        color: white !important;
    }
    
    .panel-navbar .dropdown-item {
        padding-left: 0;
    }

.wrap {
    position: relative;
}

#left-menu > li > a {
    font-size: 16px;
}

    #left-menu > li > a > span {
        float: right;
        padding-right: 40px;
    }

#left-menu > li > ul > li {
    font-size: 16px;
}

#left-menu li {
    margin-top: 15px;
}

.ul-style {
    list-style: none;
}

.navbar-dark .dropdown-menu {
    background-color: #2A2E43;
    border-color: #B8C4D0;
}

    .navbar-dark .dropdown-menu a:hover, .navbar-dark .dropdown-menu a:active, .navbar-dark .dropdown-menu a:visited {
        background-color: #3f4255;
    }

.dropdown:hover .dropdown-menu {
    display: block;
}

/* contacts */
.navbar-light {
    width: 350px;
    position: absolute;
    background-color: #F0F1F7;
    height: 100%;
    overflow-y: auto;
    transition: 0.5s ease;
}

#content-expand {
    transition: 0.5s ease;
}

#step2ColumnLeft {
    transition: 0.5s ease;
}

.navbar-paging {
    width: 100%;
    /* position: absolute;
  bottom: 20px; */
}

.sidebarBtn-top {
    color: white;
    position: absolute;
    z-index: 5;
    top: 50px;
    left: 5px;
}

.sidebarBtn-top-right {
    color: white;
    position: absolute;
    z-index: 5;
    top: 50px;
    right: 5px;
}

#sidebarCollapseTop {
    cursor: pointer;
}

#sidebar.active {
    margin-left: -600px;
}

#productSideList.active {
	margin-left: -600px;
}

#catalogSideList.active {
	margin-left: -600px;
}

#menu.active {
    margin-top: -1000px !important;
}

.detail-content {
    overflow-y: auto;
}

.padding-content {
    margin-left: 350px;
}

.padding-content-0 {
    margin-left: 0;
}

.box-intro {
    padding: 20% 50px 20px 50px;
}

#container {
    width: 100%;
}

.m-t-20p {
    margin-top: 20%;
}

.form-control {
    border-radius: 5px !important;
    position: relative;
    padding-left: 15px;
    font-size: 16px;
}

.form-control-small {
    font-size: 13px;
    padding: 5px 10px 5px 10px;
}

.form-no-border {
    border: none;
}

.form-number {
    max-width: 80px !important;
    background-image: url("/img/percent.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 20px;
    padding: .375rem 20px .375rem 5px !important;
}

.form-number-euro {
    max-width: 100px !important;
    background-image: url("/img/euro.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 15px;
    padding: .375rem 14px .375rem 5px !important;
}

#tableProduct tbody tr td input[type='number'], #tableProduct tbody tr td input[type='text'], #tableProduct tbody tr td textarea, #tableProduct tbody tr td select {
    padding: 3px 5px !important;
    height: calc(2.25rem + 2px);
    font-size: 14px !important;
}

.padding-td {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.form-small {
    max-width: 80px !important;
    display: initial;
    padding: .375rem 20px .375rem 5px !important;
}

.link-hover-left {
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: solid 4px transparent;
}

    .link-hover-left:hover {
        background-color: white;
        border-left: solid 4px #3899FD;
    }

.link-selected {
    background-color: white;
    border-left: solid 4px #3899FD;
}

.ico-btn {
    position: relative;
    top: 2px;
    font-size: 14px;
}

.border-light {
    border-style: solid;
    padding: 20px 0;
}

/*addClient*/
.form-add {
    max-width: 100% !important;
    min-width: 100% !important;
}

/*add product*/
.input-group-text {
    color: inherit;
    background-color: transparent !important;
    border: 1px solid #ced4da;
    border-left: none !important;
    border-radius: 0;
}

.textarea-description {
    resize: none;
    height: 150px;
}

/* import product */
input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.progress {
    padding: 5px;
}

/*invoice*/
.line-h16 {
    line-height: 16px;
}

.btn-place {
    text-align: right;
}

.padding-bar {
    padding: 10px 20px 11px 20px;
}

.box {
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.box-invoice {
    width: 100% !important;
    padding: 0 !important;
}

.inner-padding {
    padding: 30px 20px;
}

.invoice-status-icon {
    color: white !important;
    margin-top: 2px;
    padding-left: 10px;
    margin-right: 10px;
}

.invoice-staus-text {
    border-radius: 50px;
}

.invoice-status-div {
    color: white;
    line-height: 17px;
    border-radius: 50px !important;
    width: 260px;
}

.badge {
    padding-top: 3px;
    height: 20px;
    width: 20px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background: white;
    border: 2px solid #F0F1F7;
}

.card-accordion {
    background-color: white !important;
    padding: 0;
}

.btn-accordion {
    box-shadow: none !important;
    color: #2A2E43 !important;
    background-color: transparent;
    border-radius: 0;
    padding: 5px 20px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    max-width: none;
    text-decoration: none !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

    .btn-accordion[aria-expanded=false] .fa-angle-up {
        display: none;
    }

    .btn-accordion[aria-expanded=true] .fa-angle-down {
        display: none;
    }


.img-excel {
    width: 30px;
    cursor: pointer;
}

.table {
    display: table;
    table-layout: fixed;
}

.table-radius {
    border-top-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
}

.tabs-content {
    border-right: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.tabs-active {
    border-bottom: solid 2px #3497FD !important;
}

.navbar-right {
    border-left: 1px solid #dee2e6;
    min-width: 275px;
}

.nav-link {
    color: white !important;
    border-radius: 0 !important;
}


.link-hover-right {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .link-hover-right:hover {
        background-color: white;
        border-right: solid 4px #3899FD;
    }

.text-opacity {
    opacity: 0.5;
}

.input-table {
    width: 60px;
    padding-left: 3px;
}

.width-small {
    width: 12px;
}

.width-large {
    width: 28px;
}
/* step1 accordion */
.card-header .btn[aria-expanded=true] {
    color: white !important;
    background-color: #3497FD;
}

.card-header {
    border-bottom: none;
}

.card-header-padding {
    padding: .75rem 1.25rem;
}

.card {
    border-radius: 0;
}

.search-input {
    border-radius: 20px !important;
    padding: 3px 5px 3px 35px;
    font-size: 13px;
    margin-left: -30px;
}

.search-btn {
    width: 30px !important;
    background-color: transparent;
    padding: 5px 0 0 5px;
    border: none !important;
    z-index: 99 !important;
}

.input-group i, .search-ico {
    color: #2A2E43;
}

    .input-group i:hover, .input-group i:active, .input-group i:focus {
        background-color: transparent !important;
        color: #767886 !important;
        border-radius: 0 !important;
    }

.search-ico {
    color: #2A2E43;
}

    .search-ico:hover, .search-ico:active, .search-ico:focus {
        background-color: transparent !important;
        color: #767886 !important;
        border-color: transparent !important;
        border-radius: 0 !important;
    }

.search-input-inverse {
    border-radius: 20px !important;
    padding: 3px 35px 3px 15px;
    font-size: 13px;
    margin-right: -30px;
}

.search-btn-inverse {
    width: 30px !important;
    background-color: transparent;
    padding: 5px 5px 0 5px;
    border: none !important;
    z-index: 99 !important;
}

.search-input-noradius {
    border-radius: 0;
    padding: 3px 35px;
    font-size: 13px;
    margin-left: -30px;
}

.search-workorder {
    font-size: 13px;
}

.search-btn-noradius {
    width: 30px !important;
    background-color: transparent;
    padding: 5px 0 0 5px;
    border: none !important;
    z-index: 99 !important;
}

/*.search-btn:hover, .search-btn:active, .search-btn-noradius:hover, .search-btn-noradius:active, .search-btn-inverse:hover, .search-btn-inverse:active {
        background-color: transparent;
        border: none;
        color: black;
    }*/

.search-border-none {
    border: none !important;
}

    .search-border-none:hover, .search-border-none:active {
        border: none !important;
        background-color: white !important;
        color: black !important;
    }

.totaleTable tr th {
    width: 150px;
}

.totaleTable tr td {
    width: 100px !important;
}

.form-checkbox {
    width: unset;
    vertical-align: middle;
    margin-top: 10px;
}

.next-line {
    overflow: auto;
    white-space: initial;
}

/* step3 */
.select-payment {
    border-color: #3899FD;
    margin: 0;
    padding: 5px 10px;
}

/* workOrder */
#hiddenActivityDailyCalendar {
    width: 110px;
    text-align: center;
}

#HasSomeToInvoice {
    font-size: 12px !important;
    margin-top: 0.5rem;
}

#HasSomeToInvoiceLabel {
    font-size: 12px !important;
}

.sel-users {
    border-color: #ced4da;
    font-size: 13px !important;
    padding: 5px 10px;
    cursor: pointer;
    background-color: white;
    width: 100%;
}

.select-wo {
    border-radius: 30px;
    border-color: #ced4da;
    font-size: 12px !important;
    width: 120px;
    padding: 5px 3px;
    cursor: pointer;
    background-color: white;
}

.select-product {
    border-radius: 30px;
    border: solid 1px #ced4da;
    font-size: 12px !important;
    width: 120px;
    padding: 5px 10px;
    cursor: pointer;
    background-color: white;
    box-shadow: none !important;
}

.date-picker {
    padding: .375rem .75rem !important;
	width: 100%;
    border-radius: 5px !important;
    text-align: left !important;
}

.date-picker-radius {
    border-radius: 20px !important;
    padding: 3px 15px !important;
}

.date-padding {
    padding: 4px 10px;
}

.break-word {
    word-wrap: break-word;
    overflow: auto;
    max-height: 100px;
}


/* product */
.img-size {
    width: 70px;
}

#sdiInfo:hover {
    color: #676970 !important;
}

.sdi-img {
    width: 100%;
}

textarea[name=bodyEmail] {
    resize: none;
}

/* popover*/
.popover {
    border: 1px solid #d4dbe2;
    border-radius: 0;
    width: 400px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.popover-body {
    padding: .8rem;
}

li {
    list-style-type: none;
}

/* scrollbar */
.scrollStyle::-webkit-scrollbar {
    width: 10px !important;
    height: 10px;
}

.scrollStyle::-webkit-scrollbar-track {
    background: white !important;
}

.scrollStyle::-webkit-scrollbar-thumb {
    background: #3899FD !important;
    border-radius: 20px !important;
}

    .scrollStyle::-webkit-scrollbar-thumb:hover {
        background: #3899FD !important;
    }
/* end scrollbar */

.padding-index {
    padding-top: 80px;
}

.padding-body {
    padding-top: 140px;
}

.media-image {
    width: 40px;
}

.no-outline:focus {
    outline: 0 none;
    border: transparent;
}

select[name="FiscalYear"] {
    max-width: 100px !important;
}

.padding-ico {
    padding-left: 50px;
}



#content-expand {
    overflow: auto !important;
}

#container {
    overflow: auto !important;
}

.collapseDisabled {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
    display: block;
}

.table-display {
    display: table;
}

.loader {
    background-color: #AAAAAA;
    opacity: 0.2;
}

    .loader > .loader-spin, .loader > .loader-spin-l {
        margin: auto;
        width: 70px;
        text-align: center;
        display: block;
        transform: rotate(90deg);
    }

        .loader > .loader-spin > div {
            width: 18px;
            height: 18px;
        }

        .loader > .loader-spin-l > div {
            width: 50px;
            height: 50px;
        }

        .loader > .loader-spin > div, .loader > .loader-spin-l > div {
            margin: auto;
            background-color: #333;
            border-radius: 100%;
            -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
            animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        }

        .loader > .loader-spin .bounce1, .loader > .loader-spin-l .bounce1 {
            -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s;
        }

        .loader > .loader-spin .bounce2, .loader > .loader-spin-l .bounce2 {
            -webkit-animation-delay: -0.16s;
            animation-delay: -0.16s;
        }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.hover-icon-circle {
    color: #F0F1F7;
    transition: color 0.5s ease-in-out;
}

.hover-icon-item {
    color: #BEC9D4;
    transition: color 0.5s ease-in-out;
}

.hover-icon:hover .hover-icon-circle {
    color: #2A2E43 !important;
}

.hover-icon:hover .hover-icon-item {
    color: #0069d9 !important;
}

.divProject {
    -webkit-transition: min-height 0.5s;
    transition: min-height 0.5s;
}

    .divProject.full {
        min-height: 72px;
    }

    .divProject.short {
        min-height: 35px;
    }

.divInvoice {
    -webkit-transition: min-height 0.5s;
    transition: min-height 0.5s;
}

    .divInvoice.full {
        min-height: 110px
    }

    .divInvoice.short {
        min-height: 35px;
    }

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.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: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:disabled + .slider {
    background-color: #EEE;
}

input:checked + .slider {
    background-color: #3899FD;
}

input:focus + .slider {
    box-shadow: 0 0 1px #3899FD;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.fa-layers svg.svg-inline--fa {
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav > li {
    position: relative;
    display: block;
}

.nav-tabs > li > a.active, .nav-tabs > li > a.active:focus, .nav-tabs > li > a.active:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.ui-autocomplete-loading {
    background: white url("../img/jquery-ui/ui-anim_basic_16x16.gif") right center no-repeat;
}

.ui-selectable .ui-selecting {
    background: #a5cdf8;
}

.ui-selectable .ui-selected {
    background: #B2D7FF;
}

.row-locked {
    border: white solid;
    background-color: #cce4ff;
}

.toast {
    position: fixed;
    top: 20px;
    right: 20px;
    min-width: 200px;
    min-height: 100px;
    max-width: 250px;
    max-height: 150px;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
}

.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.success {
    color: #000000;
    background-color: #CCE4FF;
    border-color: #FFFFFF;
}

/* The switch - the box around the slider */
.switch-small {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}

    /* Hide default HTML checkbox */
    .switch-small input {
        display: none;
    }

/* The slider */
.slider-small {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider-small:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:disabled + .slider-small {
    background-color: transparent;
}

input:checked + .slider-small {
    background-color: #3899FD;
}

input:focus + .slider-small {
    box-shadow: 0 0 1px #3899FD;
}

input:checked + .slider-small:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider-small.round {
    border-radius: 17px;
}

    .slider-small.round:before {
        border-radius: 50%;
    }

/* studio */
.check-table {
    width: 85px !important;
}

.help-icon {
    color: #B8C4D0 !important;
}

    .help-icon:hover {
        color: #3b3c40 !important;
    }

/* help modal */
.modal-dialog-large {
	max-width: 1200px !important;
}

.modal-dialog {
    max-width: 700px;
}

    .modal-dialog.large {
        max-width: 900px;
    }

.modal-header {
    padding-left: 2rem;
    padding-right: 2rem;
}

#helpModal iframe {
    width: 602px;
    height: 303px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
}

#helpModal .modal-body, #helpModal .modal-header {
    padding: 1rem 3rem;
}

#helpModal {
    max-height: 620px;
}

.modal-dialog {
    overflow-y: hidden !important
}

.modal-body {
    max-height: 430px;
    overflow-y: auto;
    padding: 2rem;
}

/* registration */
.background {
    background-color: rgba(221, 217, 248, 0.9);
    padding: 20px;
    border-radius: 20px;
}

    .background form {
        color: #2A2E43 !important;
    }

.background-pricing {
    width: 85%;
    margin: auto;
}

.card-deck {
    min-width: 220px;
    margin-top: 30px;
}

.card-pricing {
    background-color: #F7F7FA;
    border-bottom: 0;
}

.card-cart {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.card-body {
    padding: 40px 20px 10px 20px;
    overflow-y: auto;
}

.card-border {
    border: 1px solid #D5DDE5;
    border-radius: 10px;
}

.hover-bold {
}

    .hover-bold:hover {
        font-weight: bold !important;
    }

.customer-link {
    color: #2A2E43 !important;
    font-weight: bold;
}

.customer-link-error {
    color: #F02C2C !important;
    font-weight: bold;
}

.text-warning {
    color: #F9E154;
}

.icon-title {
    margin: 1rem 1rem;
}

@media (max-width: 1150px) {
    .table-display {
        display: block !important;
    }
}

@media (max-width: 992px) {
    .icon-title {
        margin: 1rem 1rem;
    }

    .icon-top {
        font-size: 50px;
    }

    .p-lg-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #navbarContent ul {
        padding-left: 50px;
    }

    .dashboard-box {
        font-size: 24px;
    }

    .media-lg-center {
        text-align: center !important;
    }

    .grid-wrapper {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 10px;
        row-gap: 10px;
    }

    .item1-2 {
        grid-column: 1/3;
        grid-row: 1/3;
    }

    .item1 {
        grid-column: 1/3;
        grid-row: 1/3;
    }

    .item2 {
        grid-column: 1/3;
        grid-row: 3/6;
    }

    .item3 {
        grid-column: 1/2;
        grid-row: 3;
    }

    .item4 {
        grid-column: 2/3;
        grid-row: 3;
    }

    .item5 {
        grid-column: 1/2;
        grid-row: 4;
    }

    .item6 {
        grid-column: 2/3;
        grid-row: 4;
    }

    .item7 {
        grid-column: 1/2;
        grid-row: 5;
    }

    .item8 {
        grid-column: 2/3;
        grid-row: 5;
    }

	.item9 {
		grid-column: 1/2;
		grid-row: 6;
	}

    .media-lg-left {
        text-align: left !important;
    }
}

@media (min-width: 992px) {
    .p-lg-l0 {
        padding-left: 0 !important;
    }

    .p-lg-r0 {
        padding-right: 0 !important;
    }

    .navbar-dark {
        height: 84px;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 768px) {

    #side-navigator {
        position: absolute !important;
        width: 100%;
    }

    .side-navigator-index-9 {
        z-index: 9;
        transition: 0.5s ease;
    }

    .side-navigator-index-0 {
        z-index: 0;
        transition: 0.5s ease;
    }

    .logoImg {
        margin: auto;
    }

    /* home */
    .block1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .text1 {
        padding-right: 0;
    }

    .w-email {
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .block2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .block4 {
        padding-top: 30px;
    }

    /* end home*/
    .form-control {
        font-size: 14px;
    }

    .btn-place {
        text-align: right;
    }

    .media-md-ptb0 {
        padding-bottom: 10px !important;
        padding-top: 0 !important;
    }

    .media-md-mt20 {
        margin-top: 20px !important;
    }

    .media-md-mt10 {
        margin-top: 10px !important;
    }

    .media-md-right {
        text-align: right !important;
    }

    .media-md-left {
        text-align: left !important;
    }

    .media-md-center {
        text-align: center !important;
    }

    .box {
        padding: 20px 5px 20px 5px;
    }

    #invoiceBank, #invoicePayment {
        padding-right: 30px !important;
    }

    .inner-padding {
        padding: 20px 5px 20px 5px;
    }

    .inner-box {
        margin-top: 0;
    }

    .height-pricing {
        height: 100%;
    }

    .img-intro {
        height: 100% !important;
    }

    .height-content {
        height: 100%;
    }

    .dashboard-box {
        font-size: 22px;
    }

    .btn-activity {
        margin-top: 50px;
    }

    .grid-wrapper {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 10px;
        row-gap: 10px;
    }

    .item1-2 {
        grid-column: 1/3;
        grid-row: 1/3;
    }

    .item1 {
        grid-column: 1/3;
        grid-row: 1/3;
    }

    .item2 {
        grid-column: 1/3;
        grid-row: 3/6;
    }

    .item3 {
        grid-column: 1/2;
        grid-row: 3;
    }

    .item4 {
        grid-column: 2/3;
        grid-row: 3;
    }

    .item5 {
        grid-column: 1/2;
        grid-row: 4;
    }

    .item6 {
        grid-column: 2/3;
        grid-row: 4;
    }

    .item7 {
        grid-column: 1/2;
        grid-row: 5;
    }

    .item8 {
        grid-column: 2/3;
        grid-row: 5;
    }

	.item9 {
		grid-column: 1/2;
		grid-row: 6;
	}

    .padding-media20, .padding-media30 {
        padding: 15px 10px !important;
    }
}

@media (min-width: 577px) {
    .upload-btn {
        margin-right: 30px;
    }

    .detail-content {
        min-width: 576px !important;
    }

    .logoBtn {
        cursor: not-allowed;
    }
}

@media (max-width: 576px) {
    .img-calc {
        background-image: none;
    }

    .media-m-auto {
        margin: auto;
    }

    .media-sm-mb10 {
        margin-bottom: 10px !important;
    }

    .media-sm-mt15 {
        margin-top: 15px !important;
    }

    .media-sm-p0 {
        padding: 0 !important;
    }

    .padding-media20, .padding-media30 {
        padding: 15px 5px !important;
    }

    .media-ml-25 {
        margin-left: 25px !important;
    }

    .padding-index {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .padding-body {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .media-pointer {
        cursor: pointer;
    }

    .media-center {
        text-align: center !important;
    }

    .media-left {
        text-align: left !important;
    }

    .media-right {
        text-align: right !important;
    }

    .media-image {
        width: 30px;
    }

    .media-size {
        height: 0 !important;
    }

    #tableProduct tbody tr td input, #tableProduct tbody tr td textarea, #tableProduct tbody tr td select {
        font-size: 10px !important;
        padding: 3px 5px !important;
    }

    .navbar-paging {
        position: static;
        margin-bottom: 20px;
    }

    .ul-style {
        padding-left: 0;
    }

    form {
        justify-content: center;
        text-align: center !important;
    }

    .media-block {
        display: block;
    }

    .btn-activity {
        margin-top: 0;
    }

    .btn-div {
        margin: 0 auto;
        padding-bottom: 25px;
        text-align: center !important;
    }

    input, select {
        max-width: 100% !important;
    }

    .table {
        display: block;
    }

    .display-table {
        display: table;
    }

    .table-display {
        display: block;
    }

    table .iban {
        word-wrap: break-word;
    }

    .paymentTable th, .paymentTable td {
        min-width: 50px !important;
    }

    .form-number {
        background-size: 11px;
        padding: .375rem 2px .375rem 2px !important;
    }

    .form-number-euro {
        background-size: 11px;
        padding: .375rem 2px .375rem 2px !important;
    }

    .navbar-light {
        position: relative;
        height: unset;
        min-height: unset;
        width: 100% !important;
        min-width: 100% !important;
        padding-bottom: 20px;
    }

    #container {
        padding-left: 0;
    }

    .padding-content {
        margin-left: 0;
    }

    .dashboard-box {
        font-size: 18px;
        line-height: 25px;
        padding: 5px 5px !important;
    }

    .grid-wrapper {
        padding: 10px !important;
        grid-template-columns: repeat(1, 1fr);
        column-gap: 5px;
        row-gap: 10px;
        grid-auto-rows: 130px;
    }

    .item1-2 {
        grid-column: 1;
        grid-row: 1/6;
    }

    .item1 {
        grid-column: 1;
        grid-row: 1/6;
    }

    .item2 {
        grid-column: 1;
        grid-row: 6/12;
    }

    .item3 {
        grid-column: 1;
        grid-row: 6;
    }

    .item4 {
        grid-column: 1;
        grid-row: 7;
    }

    .item5 {
        grid-column: 1;
        grid-row: 8;
    }

    .item6 {
        grid-column: 1;
        grid-row: 9;
    }

    .item7 {
        grid-column: 1;
        grid-row: 10;
    }

    .item8 {
        grid-column: 1;
        grid-row: 11;
    }

	.item9 {
		grid-column: 1;
		grid-row: 12;
	}

    #invoiceBank, #invoicePayment {
        font-size: 12px;
        padding-right: 30px !important;
    }

    #helpModal iframe {
        width: 100%;
        height: 190px;
    }

    #helpModal .modal-body {
        padding: 1rem;
    }
}

@media screen and (max-height: 400px) {
    #left-menu li {
        margin-top: 0 !important;
    }
}

.ui-widget-overlay {
    opacity: 0.5;
}

.ui-widget-header {
    background: #2A2E43 !important;
    color: #FFFFFF !important;
}

.ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog-buttonset > button {
    max-width: 180px;
    border-radius: 30px;
    font-size: 11px !important;
    width: 102px;
    padding: 5px 3px;
    box-shadow: none !important;
    background-color: #3899FD !important;
    border-color: #3899FD !important;
    color: white !important;
}

.task-btn {
    position: fixed;
    bottom: 20px;
    right: 30px;
    opacity: 0.5;
}

    .task-btn:hover {
        opacity: 1;
    }

.task-menu {
    display: none;
    position: absolute;
    bottom: 80px;
    right: 0;
    background-color: #F7F7FA;
    padding: 10px;
    border-radius: 15px;
    -webkit-box-shadow: 3px 4px 20px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 4px 20px -1px rgba(0,0,0,0.75);
    box-shadow: 3px 4px 20px -1px rgba(0,0,0,0.75);
}

.task-shadow {
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 2px 0.5px rgba(13,14,46,1);
    -moz-box-shadow: 1px 1px 2px 0.5px rgba(13,14,46,1);
    box-shadow: 1px 1px 2px 0.5px rgba(13,14,46,1);
    background-color: #2A2E43;
    color: #2A2E43;
}

.task-badge-shadow {
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 2px 0.5px rgba(97,47,39,1);
    -moz-box-shadow: 1px 1px 2px 0.5px rgba(97,47,39,1);
    box-shadow: 1px 1px 2px 0.5px rgba(97,47,39,1);
    background-color: #FF6347;
    color: #FFFFFF;
}

.task-work-picker {
    width: 35vw;
}

@media (max-width: 576px) {
    .task-work-picker {
        width: 80vw;
    }
}

.task-stop-form {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 130px;
    background-color: #EEEEEE;
    padding: 10px;
    border-radius: 15px;
}

.tooltip-inner {
    max-width: none;
    white-space: nowrap;
}

.dailyact {
    overflow: hidden !important;
}

.dailyact-head {
}

.dailyact-body {
    overflow: auto;
    height: 80%;
}

.dailyact-foot {
}

.current-payment {
    background-color: #d6eaff;
}

.warning {
    font-weight: bold;
    background-color: #ff6666;
}

    .warning > label {
        margin: auto;
    }

.context-menu {
    position: absolute;
    display: none;
}

.max-lines-2 {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    line-height: 1.4em;
    max-height: 2.8em;
}

.vat-small-description {
    font-style: italic;
    color: gray;
}

.to-dismiss {
    color: #3899FD !important;
    background-color: #FFFFFF;
    font-weight: 900;
    border-left: 6px solid #2196F3 !important;
}

.project-active {
	border-left: 6px solid #00BB6B !important;
}

.project-closed {
	border-left: 6px solid #CF3B00 !important;
}

.invoice-passive-approved {
	border-left: 6px solid #00BB6B !important;
}
.invoice-passive-rejected {
	border-left: 6px solid #CF3B00 !important;
}

.dropdown-toggle-split {
	width: 25px;
	border-left: black 1px solid !important;
}

.activity-icon {
    color: #20A8D8;
}

.activity-item-icon {
    color: #FFC107;
}

.activity-contractor-icon {
    color: #9966CC;
}

.activity-cost-icon {
    color: #79C447;
}

.deadline-expired {
    color: #FF0000;
}

.deadline-ok {
    color: #00cc00;
}

.deadline-soon {
    color: #FFC107;
}

.catalog-products .product-detail-partial-full {
    display: block !important;
}

.catalog-products .product-detail-partial-short {
    display: none !important;
}

.e-schedule .e-month-view .e-current-date .e-date-header, .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
    background-color: #2A2E43 !important;
}

.e-schedule .e-month-agenda-view .e-appointment-indicator {
    background-color: #20A8D8;
}

.e-schedule .e-month-agenda-view .e-appointment {
    border-left: 3px solid #20A8D8 !important;
}

.e-schedule .e-month-view .e-work-cells, .e-schedule .e-month-agenda-view .e-work-cells {
    background-color: #CDCDCD !important;
}

.e-schedule .e-month-view .e-work-days, .e-schedule .e-month-agenda-view .e-work-days {
    background-color: #FFFFFF !important;
}

.e-schedule .e-month-view .e-work-cells:hover, .e-schedule .e-month-agenda-view .e-work-cells:hover {
    background-color: rgb(245, 245, 245) !important;
}

.e-schedule .e-month-view .e-selected-cell, .e-schedule .e-month-agenda-view .e-selected-cell {
    background-color: #e0e0e0 !important;
}

.activity-total-footer {
    position: absolute;
    bottom: 5px;
    right: 25px;
    font-weight: bold;
    font-size: 16px;
}

.e-dlg-header-content {
    background-color: #F0F1F7 !important;
    border-radius: 10px !important;
}

.e-dlg-content {
    background-color: #F0F1F7 !important;
    border-radius: 10px !important;
}

#schedule_dialog_wrapper {
    background-color: #F0F1F7 !important;
    border-radius: 10px !important;
}

.e-today {
    display: none !important;
}

.e-calendar .e-content td.e-selected span.e-day {
    background-color: #2A2E43 !important;
}

.discount-label-container {
    font-size: 10px;
    display: flex;
    justify-content: center;
}

.discount-label {
    color: #999999;
    font-style: italic;
    cursor: pointer;
}
    .discount-label:hover {
        font-weight: bold !important;
    }

.discount-label-selected {
    color: #000000 !important;
    font-weight: bold !important;
    font-style: normal;
}

.discount-label-warning {
    color: #FF4444 !important;
    font-weight: bold !important;
}

.discount-menu {
    border-radius: 0 0 5px 5px !important;
    border-top: none !important;
    padding: 0 0 0 5px !important;
}

.discount-menu-item:hover {
    background-color: #F0F1F7;
}

.link-label-container {
	font-size: 10px;
	display: flex;
	justify-content: left;
}

.min-h-100 {
    min-height: 100px !important;
}

.ui-state-highlight {
	height: 1.5em;
	line-height: 1.2em;
	border: 1px solid #3289e3 !important;
	background: #D7EAFE !important;
	color: #215b97 !important;
}

.analysis-table {
	width: auto !important;
	overflow-x: scroll;
	display: block;
	height: 100%;
}

.analysis-row:hover {
	background-color: #F0F1F7;
	font-weight: 600;
}

.h-5px {
	height: 5px !important;
}

.row-activities {
	background-color: #e8ecef;
}

.errorInput {
	background-color: #FFFFFF;
	animation-name: errorAnimation;
	animation-duration: 0.5s;
	animation-iteration-count: 2;
	animation-direction: alternate;
}

@keyframes errorAnimation {
	0% {
		background-color: #FFFFFF;
	}

	100% {
		background-color: #ff5d5d;
	}
}



.skilltbl {
	width: 100% !important;
}
    .skilltbl th, .skilltbl td {
        border: solid black 1px;
        text-align: center;
    }

.skill-selected {
	background-color: #3899FD;
	color: #FFFFFF;
}

.click-select-level {
	cursor: pointer;
}

.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .ui-autocomplete {
    height: 250px;
}

.ui-autocomplete-category {
	font-weight: bold;
	padding: .2em .4em;
	margin: .8em 0 .2em;
	line-height: 1.5;
}
.e-appointment-indicator {
    height: 10px !important;
    width: 10px !important;
}
.incomplete-day {
    background-color: red !important;
}

table.schedule small {
	font-style: italic;
}
table.schedule input {
	width: 50px;
}
table.schedule input.big {
	width: 75px;
}
table.schedule span {
	padding-left: 15px;
}
table.schedule td {
	border: 1px solid #555555
}
table.schedule td.bold {
	font-weight: bold;
}
.btn-icon { width: 25px;}

.angular-loading {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: block;
	opacity: 0.7;
	background-color: #fff;
	z-index: 9999;
	text-align: center;
}

.angular-loading-content {
	font-size: 1.2em;
	position: relative;
	top: 50%;
	font-weight: bold;
}

.fixed_header thead {
	background-color: #FFFFFF;
}

.fixed_header th {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 0;
	background-color: #FFFFFF;
	z-index: 2;
}

.schedule-user-busy {
	background-color: lightcoral;
}
.schedule-user-full {
	background-color: lightgoldenrodyellow;
}
.schedule-user-free {
	background-color: lightgreen;
}

.movement-incoming {
	color: green;
	font-weight: bold;
	text-align: right;
}
.movement-outcoming {
	color: red;
	font-weight: bold;
	text-align: right;
}

.restore-invoice {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 350px;
}

.progress-bar {
	color: #000000;
	font-weight: bold;
}
.progress-bar.bg-danger {
	color: #FFFFFF;
}