.fw-normal {
	font-weight:400;
}

.sidebar .logo {
	background-color: white;
	height: 260px;
	padding: 1.7rem 1.7rem;
}
.sidebar .logo .simple-text {
    text-align: center;
    color: #28a745;
    font-weight: 600;
    font-size: 16px;
    padding-top: 15px;
}
#navbarDropdownMenuLink {
	font-size: 1.2em;
}
#navbarDropdownMenuBadge {
	top: 0%!important;
    left: 25%!important;
    position: absolute!important;
    transform: scale(0.7);
}
.badge-nav {
	border-radius: 8px;
    padding: 4px 8px;
    text-transform: uppercase;
    font-size: 6px !important;
    line-height: 12px;
    background-color: transparent;
    border: 1px solid;
    text-decoration: none;
    color: #FFFFFF;
    margin-bottom: 5px;
    border-radius: 0.875rem;
}
.input-group-prepend {
    margin: 0;

}
.add-badge {
        width: 20px;
    height: 20px;
    /* border: 1px solid red; */
    position: absolute;
    top: 1px;
    left: 18px;
    margin: 0;
    padding: 0;
}
.add-badge i.fas {
    margin: 0;
    padding: 0;
    font-size: 17px !important;
    top: 0;
    left: 0;
	color: #6f42c1;
}
.form-check .form-check-label.right-label{
	    padding-right: 35px;
		padding-left:0;
}
.form-check-sign.moved-up {
	top: 17px;
    position: absolute;
    left: 0;
}
.login-page .card-login.card-plain .input-group.no-border .input-group-prepend .input-group-text {
	background-color: rgba(255, 255, 255, 0.4);
	padding-right: 10px;
}
.invalid-feedback {
	    margin-top: 0.75rem;
    margin-left: 1.8rem;
}
.login-page .full-page > .content {
    padding-bottom: 150px;
    padding-top: 70px;
    width: 100%;
}
.visually-hidden {
	display: none !important;
}
.client-card .card-header {
    border-top-left-radius: 19px;
	border-top-right-radius: 19px;
	background-color: #979797 !important;
    color: #fff;
    padding: 2px 20px;
}
.client-card {
	border-radius: 20px 20px 0 0;
	border: 1px solid #979797;
	z-index: 999;
	background-color: white;
	position:absolute;
	width: 40%;
	right: 15px;
	top: -180px;
}
.client-card .card-body {
	padding: 15px 15px 0px 15px;
}
.client-card span {
	font-weight: bold;
}
button#client-collapse-button {
    margin-bottom: 0;
	border-radius: 0;
}
.client-collapse-button-row {
    margin-right: -16px;
    margin-left: -16px;
}
div#client-collapse {
    margin-top: 15px;
}
#client-card .form-control {
    background-color: #fff;
    color: #000;
}

#client-card .form-control[disabled] {
    background-color: #F3F3F3;
    color: #000;
    cursor: default;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    top: 85%;
}

.dataTables_filter input {
	padding: 11px 18px;
    margin: 5px 5px 0 0;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0 none;
}

.btn-input-group {
    color: #ccc;
	margin-top: 0;
}

.input-group .bootstrap-select {
    width: auto !important;
}
.tooltip{
  z-index: 999 !important;
}
.table-active span {
    font-weight: 600;
}

.modal-dialog {
    max-width: 800px !important;
    margin: 1.75rem auto;
}

.fa-arrow-down-animated {
    animation-name: collapse-icon-animation;
    animation-duration: 0.15s;
    animation-direction: normal;
    animation-timing-function: linear;
    animation-fill-mode:forwards;
}

.fa-arrow-up-animated {
    animation-name: collapse-icon-animation-reverse;
    animation-duration: 0.25s;
    animation-direction: normal;
    animation-timing-function: linear;
    animation-fill-mode:forwards;
}


@keyframes collapse-icon-animation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(180deg);
    }
}

@keyframes collapse-icon-animation-reverse {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
