/*** --- TYPOGRAPHY --- ***/
h1 {
   font-weight: 400;
   font-size: 40px;
   line-height: 1;
   color: #b5b5b5;
   margin-bottom: 20px;
   clear: left;
   margin-top: 0;
}

h2 {
   font-weight: 300;
   font-size: 32px;
   line-height: 1;
   color: #b5b5b5;
   margin-bottom: 20px;
   clear: left;
   margin-top: 0;
}

h3 {
   font-weight: 200;
   font-size: 28px;
   line-height: 1;
   color: #b5b5b5;
   margin-bottom: 20px;
   clear: left;
   position: relative;
   margin-top: 0;
}

h4 {
   font-weight: 300;
   font-size: 24px;
   line-height: 1;
   color: #b5b5b5;
   margin-bottom: 20px;
   margin-top: 0;
   clear: left;
}

h5 {
   font-weight: 300;
   font-size: 20px;
   line-height: 1;
   color: #b5b5b5;
   margin-bottom: 20px;
   margin-top: 0;
}

h6 {
   margin: 0;
   padding: 0;
   font-weight: 600;
   font-size: 16px;
   color: #b5b5b5;
   margin-top: 0;
   text-transform: none;
}

p {
   font-weight: 300;
   font-size: 14px;
   line-height: 1.34;
   color: #555555;
}

label {
   color: #878787;
}

ul {
   list-style: none;
}

section {
   width: 100%;
   float: left;
   clear: both;
}

form {
   display: block;
   width: 100%;
   margin-bottom: 0;
}

body.index-page {
   background-color: #eeeeee;
}

body {
   background-color: #eff2f5;
   font-family: 'Titillium Web', sans-serif;
   font-weight: normal;
   font-style: normal;
}

.clear {
   clear: left;
}

/*** --- END TYPOGRAPHY --- ***/
/*** --- RESET BOOT CSS DEFAULT --- ***/
.btn.btn-primary.active.focus,
.btn.btn-primary.active:focus,
.btn.btn-primary.active:hover,
.btn.btn-primary:active.focus,
.btn.btn-primary:active:focus,
.btn.btn-primary:active:hover,
.open>.btn.btn-primary.dropdown-toggle.focus,
.open>.btn.btn-primary.dropdown-toggle:focus,
.open>.btn.btn-primary.dropdown-toggle:hover,
.show>.btn.btn-primary.dropdown-toggle.focus,
.show>.btn.btn-primary.dropdown-toggle:focus,
.show>.btn.btn-primary.dropdown-toggle:hover {
   background-color: #00bad3;
   box-shadow: none;
}

.bootstrap-datetimepicker-widget table td.active>div {
   box-shadow: none !important;
   border-radius: 0 !important;
}

.bootstrap-datetimepicker-widget table td div {
   box-shadow: none !important;
   border-radius: 0 !important;
}

.bootstrap-datetimepicker-widget table td.active>div:hover {
   box-shadow: none !important;
   border-radius: 0 !important;
}

a,
button {
   -webkit-transition: all .2s linear;
   -moz-transition: all .2s linear;
   -o-transition: all .2s linear;
   transition: all .2s linear;
}

.btn.btn-primary.focus,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
   background-color: #00bad3;
   border-color: #00bad3;
   box-shadow: none;
}

.form-control,
.is-focused .form-control {
   background-image: linear-gradient(0deg, #00bad3 2px, rgba(156, 39, 176, 0) 0), linear-gradient(0deg, #d2d2d2 1px, hsla(0, 0%, 82%, 0) 0)
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
   box-shadow: none !important;
   outline: none;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
   box-shadow: none !important;
   outline: none;
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
   box-shadow: none !important;
   outline: none;
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu a:active,
.dropdown-menu a:focus,
.dropdown-menu a:hover {
   background-color: #00bad3;
   box-shadow: none;
}

.dropdown-item.active,
.dropdown-item:active {
   background-color: #969696;
   color: #FFFFFF;
}

.form-check .form-check-sign .check {
   border-radius: 5px;
}

.form-check .form-check-input:checked+.form-check-sign .check {
   background-color: #00CED1;
}

.form-check .form-check-label .circle {
   width: 20px;
   height: 20px;
   border: 1px solid #d2d2d2;
}

.form-check .form-check-input:checked~.check,
.form-check .form-check-input:checked~.circle {
   border-color: #00CED1;
}

.form-check .form-check-label .circle .check {
   width: 20px;
   height: 20px;
   background-color: #00CED1;
}

.radio-box .form-check-label {
   font-size: 22px;
   line-height: 23px;
   font-weight: 300;
   color: #878787;
}

.radio-box .form-check {
   margin: 6px 0px;
}

.invalid-feedback {
   font-size: 12px;
   line-height: 12px;
   float: left;
   font-weight: 700;
   color: #ff0000;
}

.bmd-form-group {
   padding-top: 0;
   margin-bottom: 0;
}

.form-group .form-control {
   background: none;
   border-bottom: none;
}

.card {
   border-radius: 0;
   padding:
}

.card-signup .card-body {
   padding: 0 30px;
}

.card-signup .form-check {
   padding-top: 0;
   margin-bottom: 20px;
}

.card-signup .form-check label {
   margin-left: 0;
}

.card h4 {
   text-align: center;
   padding-top: 20px;
}

.card-signup .form-control {
   padding-left: 10px;
}

.index-page .page-header {
   height: 100vh;
}

.btn.btn-primary {
   background-color: #00CED1;
   box-shadow: none;
}

textarea.form-control {
   resize: vertical;
   overflow: hidden;
}

a.forgot {
   float: right;
   color: #aaaaaa;
   font-size: 14px;
}

a.forgot:hover {
   color: #333333;
}

.dropdown-toggle::after {
   display: none;
}

.form-check .form-check-input:checked+.form-check-sign .check {
   background-color: #00CED1;
}

.bootstrap-datetimepicker-widget .fa {
   color: #777777 !important;
}

.select2-container--open .select2-dropdown--below {
   margin-top: 5px;
   left: 0px;
   border-radius: 0;
}

.select2-container .select2-selection--single {
   color: #a7a7a7;
   border: none;
   border-radius: 0;
}

.select2-search--dropdown {
   position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
   top: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
   color: #a7a7a7;
   font-weight: 300;
   font-size: 14px;
   padding-left: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
   background-color: #cccccc;
   color: #FFFFFF;
}

.select2-container--default .select2-results__option[aria-selected=true] {
   background-color: #cccccc;
   color: #FFFFFF;
   display: none;
}

.select2-results__option {
   font-size: 14px;
   color: #a7a7a7;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
   border: 1px solid #dcdcdc;
   font-size: 14px;
   font-weight: 300;
   color: #999;
}

.forms-grid .togglebutton label {
   margin-top: 10px;
   color: #a7a7a7;
   font-weight: 300;
}

.date-box .form-control {
   cursor: pointer;
   background-image: url(../repository/calendar.svg);
   background-repeat: no-repeat;
   background-position: center right;
   background-size: 22px !important;
}

.togglebutton label input[type=checkbox]:checked+.toggle:after {
   background-color: #00CED1;
}

.togglebutton label input[type=checkbox]:checked+.toggle:after {
   border-color: #00CED1;
}

.togglebutton label input[type=checkbox]:checked+.toggle {
   background-color: #00CED1;
}

.drop_select {
   display: block;
   position: relative;
   margin: 10px 0 0 0;
}

input[type="text"]:disabled,
.forms-grid input[type="number"]:disabled {
   cursor: not-allowed;
}

.select2-container .select2-selection--multiple {
   border: 1px solid #dcdcdc;
   border-radius: 0;
}

.select2-dropdown {
   border: 1px solid #dcdcdc;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
   background-color: #00CED1;
   color: #FFFFFF;
   border: none;
   width: auto;
   font-size: 12px;
   line-height: 28px;
   height: 28px;
}

span.price-total {
   font-size: 16px;
   line-height: 16px;
   color: #999999;
   font-weight: 400;
}

.togglebutton label {
   margin-top: 15px;
   margin-bottom: 0;
}

.select2-container--default .select2-selection--multiple {
   border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
   color: #FFFFFF;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
   border: none;
   color: #dcdcdc;
   font-weight: 300;
   line-height: 38px;
   height: 38px;
}

.select2-container--default .select2-search--inline .select2-search__field {
   font-size: 14px;
   font-weight: 300;
}

/*** --- END BOOT CSS DEFAULT --- ***/
/*** --- STYLE DEFAULT START --- ***/
/*** --- Header Style --- ***/
header {
   width: 100%;
   padding: 15px 0px;
   position: fixed;
   top: 0;
   left: 0;
   background-color: #00bad3;
   z-index: 9999;
}

a.logo {
   color: #FFFFFF;
}

a.logo h1 {
   font-size: 34px;
   line-height: 1;
   color: #FFFFFF;
   font-weight: 600;
   margin-bottom: 0;
   letter-spacing: -1px;
}

a.logo h2 {
   font-size: 14px;
   font-weight: 300;
   line-height: 1;
   color: #fff;
   display: block;
   margin-top: 0px;
   text-transform: uppercase;
   letter-spacing: 5.2px;
   margin-bottom: 0;
}

header .container .d-flex {
   justify-content: center;
   align-items: center;
}

header .navbar-nav {
   flex-direction: row;
   flex-wrap: nowrap;
}

header .navbar-nav .dropdown-menu {
   top: 44px !important;
}

header .navbar-nav .nav-item {
   margin: 0 0 0 10px;
}

header .profile-photo-small {
   width: auto;
}

header .profile-photo-small p {
   float: left;
   color: #FFFFFF;
   font-size: 18px;
   text-transform: none;
   letter-spacing: 1px;
   line-height: 21px;
   margin-bottom: 0;
   margin-right: 10px;
}
header .profile-photo-small span {
   font-size: 14px;
   line-height: 16px;
}

header .profile-photo-small img {
   float: left;
   width: 40px;
   height: 40px;
}

header .navbar-nav .nav-item .btn,
header .navbar-nav .dropdown.nav-item .btn {
   background-color: #d0d2d3;
}

header .navbar-nav .nav-item {
   position: relative;
}

header .navbar-nav .dropdown-menu .dropdown-item,
header .navbar-nav .dropdown-menu li>a {
   padding-left: 10px;
   padding-right: 10px;
}

header .navbar-nav .nav-item .btn:hover,
header .navbar-nav .nav-item .btn:focus {
   background-color: #989a9a
}

/*** --- End Header Style --- ***/

main.wrap {
   width: 100%;
   display: block;
   padding: 78px 0px 30px 0px;
}

nav.nav-sm {
   width: 100%;
   float: left;
   margin: 50px 0px;
}

.btn.btn-fab,
.btn.btn-just-icon {
   font-size: 24px;
   height: 40px;
   width: 40px;
   padding: 0;
   overflow: initial;
   position: relative;
   line-height: 48px;
}

.btn.btn-fab .fa,
.btn.btn-fab .material-icons,
.btn.btn-just-icon .fa,
.btn.btn-just-icon .material-icons {
   line-height: 40px;
}

nav.nav-sm ul {
   margin-bottom: 0;
   padding-left: 0;
   list-style: none;
}

nav.nav-sm ul li {
   display: inline;
   float: left;
   margin-left: 20px;
   position: relative;
}

nav.nav-sm ul li:first-child {
   margin-left: 0;
}

nav.nav-sm ul li a {
   width: 40px;
   height: 40px;
   line-height: 40px;
   text-align: center;
   display: flex;
   justify-content: center;
   align-items: center;
   /* background-color: #FFFFFF; */
   border: 2px solid #d0d2d3;
   color: #d0d2d3;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   -webkit-transition: all .2s linear;
   -moz-transition: all .2s linear;
   -o-transition: all .2s linear;
   transition: all .2s linear;
}

nav.nav-sm ul li:hover a {
   background-color: #8bc541;
   color: #FFFFFF;
   border-color: #8bc541;
}

nav.nav-sm ul li.active a {
   background-color: #8bc541;
   color: #FFFFFF;
   border-color: #8bc541;
}

.box-hold {
   width: 100%;
   /* float: left; */
   border: 1px solid #dcdcdc;
   /* margin-bottom: 30px; */
   margin-bottom: 15px;
   position: relative;
   background: #fff;
   box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}

.close {
   position: absolute;
   right: 8px;
   top: 8px;
   color: #555555;
   font-weight: 300;
   font-size: 14px;
   line-height: 14px;
   opacity: 1;
   z-index: 99;
   cursor: pointer;
}

.head-row {
   width: 100%;
   border-bottom: 1px solid #dcdcdc;
   float: left;
   /* background-color: white; */
}

.border-none {
   border: none !important;
}

.first-head {
   display: flex;
   flex-direction: column;
   justify-content: center;
   width: 60%;
   flex: 0 0 60%;
   float: left;
   flex-wrap: nowrap;
   min-height: 95px;
   padding: 15px;
   /* border-right: 1px solid #dcdcdc; */
}

.first-head h6 {
   color: #808285;
   font-size: 18px;
   line-height: 22px;
   text-transform: uppercase;
   font-weight: 600;
}

.first-head p {
   color: #999;
   font-size: 14px;
   line-height: 19px;
   display: block;
   font-weight: 300;
   margin-bottom: 0;
}

.first-head span,
.first-head span a {
   color: #00bcd4;
   font-size: 14px;
   line-height: 19px;
   font-weight: 600;
}
.my-handle {
   cursor: move;
   cursor: -webkit-grabbing;
 }

.first-head span em {
   font-style: normal;
}

.client-stats > div{
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0;
   text-align: center;
}
.fixed {
   position: fixed;
   align-items: center;
}
.toastify {
   display: flex !important;
}
.toast-close {
   order: 3;
   padding-right: 0 !important;
}
.toastify-avatar {
   order: 1;
   margin: 0 10px 0 0px !important;
   border-radius: 50% !important;
}
.toast-content {
   order: 2;
}
.fixed.center {
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 99999999;
}
.flex-fill {
   -ms-flex: 1 1 auto!important;
   flex: 1 1 auto!important;
}
li.heading {
   border-width: 2px !important;
   text-transform: uppercase;
   font-size: 12px;
   font-weight: bold;
   color: #666;
}

.second-head {
   width: 40%;
   float: right;
   min-height: 95px;
   padding: 15px;
   position: relative;
}

.second-head h1 {
   margin-bottom: 0;
   font-size: 40px;
   line-height: 40px;
   color: #999999;
}

.second-head p {
   margin-bottom: 0;
   font-size: 12px;
   line-height: 16px;
   color: #cccccc;
}

.second-head .progress {
   position: absolute;
   bottom: 0;
   left: 0;
   height: 3px;
   margin-bottom: 0;
   width: 100%;
}

.second-head .progress.progress-line-info {
   background: #eeeeee;
}

.second-head .progress .progress-bar.progress-bar-info {
   background-color: #00bcd4;
}

.body-list {
   width: 100%;
   float: left;
   position: relative;
}

.price-info {
   display: flex;
   float: left;
   width: 100%;
   flex-direction: row;
   border-bottom: 1px dotted #dcdcdc;
   align-items: stretch !important;
}

.pp-info {
   flex: 1;
   padding: 10px 15px;
   border-right: 1px dotted #dcdcdc;
   font-size: 16px;
   color: #999;
   font-weight: 400;
   line-height: 18px;
   /* height: 100%; */
}

.pp-info span {
   display: block;
   text-transform: uppercase;
   font-size: 12px;
   color: #999;
   font-weight: 400;
   line-height: 12px;
}

.body-single-row {
   width: 100%;
   min-height: 72px;
   position: relative;
   border-bottom: 1px solid #dcdcdc;
   padding: 15px;
}

.body-single-row.user-dashboard:last-child {
   border-bottom: none;
}

.body-single-row.warning {
   background: #BDE5F8;
   display: flex;
   align-items: center;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
}

.body-single-row.warning button.btn {
   margin-left: 5px;
}

.body-single-row.warning p {
   margin-bottom: 0;
   color: #00529B;
}

.task-details {
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   align-items: flex-end;
   justify-content: flex-start;
   padding-bottom: 10px;
}

.task-job {
   display: flex;
   flex-direction: row;
   min-height: 55px;
   border-bottom: 1px dotted #dcdcdc;
   align-items: center;
}

.body-single-row .task-job:last-child {
   border-bottom: none;
}

.task-job p {
   margin-left: 15px;
   margin-bottom: 0;
}

.prof-pic {
   width: 37px;
   height: 37px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   overflow: hidden;
}

.prof-pic.p60x60 {
   width: 60px;
   height: 60px;
}

.prof-pic.double {
   position: relative;
   z-index: 2;
   margin-left: -10px;
}

.prof-pic img {
   width: 100%;
   display: block;
}

.prof-work {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   width: 60%;
}

.task-job.first {
   border-top: 1px dotted #dcdcdc;
}

.bamba {
   margin-left: 30px;
}

/* .info-type {margin-left:10px;} */
.info-type h6 {
   color: #999;
   font-size: 17px;
   line-height: 18px;
   font-weight: 600;
}

.info-type span {
   color: #999;
   font-size: 12px;
   line-height: 19px;
   font-weight: 500;
}

.info-type p {
   margin-bottom: 0;
   font-size: 12px;
   line-height: 12px;
   color: #999999;
   text-transform: uppercase;
}

.date-work {
   display: flex;
   flex-direction: column;
   text-align: right;
   padding-right: 20px;
   flex: 1;
}

.date-work p {
   margin-bottom: 3px;
   color: #999999;
   font-size: 14px;
   line-height: 14px;
   font-weight: 300;
}

.date-work span {
   color: #999999;
   font-size: 14px;
   line-height: 14px;
   font-weight: 300;
}

.box-hold a.btn,
.box-hold button.btn {
   background: none;
   color: #878787;
   box-shadow: none;
   outline: none;
   border: none;
   margin: 0;
   padding: 0;
}

.box-hold button.btn i {
   font-size: 22px;
   margin: 0;
}

.box-hold button.btn.btn-info:hover,
.box-hold button.btn.btn-info:visited,
.box-hold button.btn.btn-info:active,
.box-hold button.btn.btn-info:focus,
.box-hold a.btn.btn-info:hover,
.box-hold a.btn.btn-info:visited,
.box-hold a.btn.btn-info:active,
.box-hold a.btn.btn-info:focus  {
   border: none;
   color: #00CED1;
   background: none;
   box-shadow: none;
   outline: none;
}

.box-hold button.btn.btn-info .ripple-container {
   display: none;
}

.foot-row {
   width: 100%;
   max-height: 42px;
   display: flex;
   align-items: center;
   position: relative;
   flex-direction: row;
   justify-content: flex-start;
   padding: 15px 0 15px 15px;
}

.foot-row.b-sticky {
   background-color: #00bad3;
}
.foot-row.b-sticky * {
   color: #fff !important;
}
.edit-box {
   display: flex;
   flex: 1;
   flex-wrap: nowrap;
}

.edit-box a {
   float: left;
   color: #999999;
   font-size: 14px;
   line-height: 12px;
   font-weight: 300;
}

.edit-box a::before {
   content: "-";
   float: left;
   color: #999999;
   font-size: 14px;
   line-height: 14px;
   font-weight: 300;
   margin-right: 3px;
}

.sure-div {
   width: 100%;
}

.sure-div h3 {
   margin-bottom: 5px;
   font-size: 20px;
   line-height: 16px;
   color: #999999;
}

.sure-div h3:last-child {
   margin-bottom: 0;
}

.edit-box a:first-child::before {
   content: "";
}

.edit-box a:hover {
   color: #555555;
}

.button-box {
   margin: 0 15px;
}

.box-hold.vers2 .info-type h6 {
   font-weight: 300;
}

.box-hold.vers2 .info-type p {
   text-transform: none;
}

.fill-col {
   width: 100%;
   float: left;
   clear: left;
   border-right: 1px solid #dcdcdc;
   border-left: 1px solid #dcdcdc;
}

.inline-col {
   width: 100%;
   display: flex;
   justify-content: center;
   flex-direction: column;
   position: relative;
   padding: 15px;
   border-bottom: 1px solid #dcdcdc;
}

.fill-col h3 {
   padding-top: 50px;
   font-size: 28px;
   line-height: 1;
   color: #b5b5b5;
   margin-bottom: 0px;
   clear: left;
   position: relative;
}

.inline-col.ticket h4 {
   font-size: 18px;
   line-height: 18px;
   position: relative;
   color: #bcbec0;
   font-weight: 600;
   margin-bottom: 15px;
   background-image: url(../repository/dot-red.svg);
   background-size: 10px;
   background-position: center left;
   background-repeat: no-repeat;
   padding-left: 15px;
   clear: left;
}

.inline-col.ticket p {
   font-size: 14px;
   line-height: 18px;
   color: #bcbec0;
   margin-bottom: 5px;
}

.inline-col.ticket p.cg a {
   color: #00bad3;
   text-decoration: underline;
   margin: 3px 0px;
   display: block;
}

/* fatura */
.invoice-form .alig-right .form-control {
   border-left: none;
}

.horizontal-group.bd0 {
   border-bottom: 0;
}

.invoice-form .horizontal-group.spc {
   border-left: 0;
   border-right: 0;
   border-top: 0;
}

.another-bd {
   width: 100%;
   float: left;
   clear: both;
   border-left: 1px dotted #dcdcdc;
   border-right: 1px dotted #dcdcdc;
}

.invoice-form .on-show-area .form-control {
   border-top: 1px solid #dcdcdc;
   border-bottom: none;
   border-left: none;
   border-right: none;
   margin-bottom: 0;
}

.invoice-group {
   border: 1px solid #dcdcdc;
   margin-bottom: 15px;
}

.invoice-group .project-info {
   padding: 15px 10px;
   display: block;
   margin: 0;
   width: 100%;
   display: flex;
   flex-direction: row;
}

.invoice-group .project-info span {
   margin: 0;
   flex: 1;
   line-height: 14px;
   min-height: auto;
}

.invoice {
   border: 1px solid #dcdcdc;
   /* padding: 15px; */
   width: 100%;
   margin-bottom: 15px;
   position: relative;
}

.invoice.fatura-template {
   padding: 0
}

.invoice.fatura-template .invoice-data,
.invoice.fatura-template .invoice-labels {
   border-bottom: 1px solid #ddd;
   padding: 10px 15px;
}

.invoice-labels span {
   padding-left: 10px;
}

.invoice.fatura-template .invoice-data.last {
   border-bottom: none;
}

.invoice-labels {
   font-size: 12px;
   font-weight: 400;
   text-transform: uppercase;
   color: #999
}

.invoice-data {
   font-size: 16px;
   font-weight: 300;
   height: 50px;
}

.invoice-labels,
.invoice-data {
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: center;
}

.invoice-labels *,
.invoice-data * {
   flex: 1;
}

.invoice-labels span:last-child {
   max-width: 35px;
   flex: 0 0 35px;
   margin-left: 15px;
}

.invoice-data>span {
   border-right: 1px solid #dcdcdc;
   padding: 0 15px;
   align-items: center;
   display: flex;
   text-align: center;
   justify-content: center;
}

.invoice .invoice-data:hover {
   background: #eee;
}

.invoice>.invoice-data>button.blue {
   position: static;
   background: none;
   color: #00bad3;
   max-width: 35px;
   flex: 0 0 35px;
}

.invoice span {
   flex: 1;
}

.invoice-status {
   background-color: #eee;
   border-radius: 50%;
   width: 25px;
   height: 25px;
   text-align: center;
   float: left;
   margin-right: 15px;
   color: #ccc;
   display: flex;
   align-items: center;
   justify-content: center;
}

.invoice-status.paid {
   background-color: #85bb65;
   color: #fff;
}

/* .invoice.paid {
   border-left: 2px solid #85bb65;
}

.invoice.not-paid {
   border-left: 2px solid #999;
} */

.invoice-status i {
   font-size: 22px;
}

.invoice-data span.number a {
   color: #00bad3;
}

.bord-box {
   border: 1px solid #dcdcdc;
   margin-bottom: 20px;
}

.invoice h5 {
   border-bottom: 1px solid #dcdcdc;
   margin-bottom: 0px;
   padding: 15px;
}

/* end fatura */
.inline-col.ticket span {
   font-size: 14px;
   line-height: 18px;
   color: #bcbec0;
   margin-bottom: 0;
}

.fill-col h3.mmv {
   padding-top: 0;
   margin-bottom: 20px;
}

.fill-col .g-box {
   width: 100%;
   float: left;
   position: relative;
   background-color: #dcdcdc;
   min-height: 90px;
   margin-bottom: 15px;
   padding: 12px;
}

.fill-col .g-box h5 {
   font-weight: 400;
   font-size: 16px;
   line-height: 16px;
   margin-bottom: 5px;
   color: #ffffff;
   clear: left;
}

.fill-col .g-box h6 {
   font-weight: 400;
   font-size: 16px;
   line-height: 16px;
   color: #999999;
   clear: left;
   margin-bottom: 15px;
}

.fill-col .g-box p {
   margin-bottom: 0;
}

.fill-col .g-box p a {
   color: #FFFFFF;
   font-size: 14px;
   line-height: 14px;
   font-weight: 300;
}

button.blue {
   /* position: absolute; */
   bottom: 0;
   right: 0;
   line-height: 12px;
   background-color: #00bad3;
   color: #FFFFFF;
   width: 35px;
   height: 35px;
   z-index: 9;
   margin: 0;
   cursor: pointer;
   border: none;
   -webkit-transition: all .2s linear;
   -moz-transition: all .2s linear;
   -o-transition: all .2s linear;
   transition: all .2s linear;
}

button.action {

   background-color: #eee;
   color: #FFFFFF;
   width: 35px;
   height: 35px;
   z-index: 9;
   line-height: 12px;
   margin: 0;
   cursor: pointer;
   border: none;
   -webkit-transition: all .2s linear;
   -moz-transition: all .2s linear;
   -o-transition: all .2s linear;
   transition: all .2s linear;
}

button.action:hover {
   background-color: #999999;
}

button.action.l-gray {
   background-color: #ccc;
}

button.action.l-gray:hover {
   background: #999;
}

button.action.bblue {
   background-color: #00bad3;
}

button.action.bblue:hover {
   background: #067a8a;
}

.wh-42 {
   height: 42px !important;
   width: 42px !important;
}

button.gray {
   position: absolute;
   bottom: 0;
   right: 0;
   background-color: #808285;
   color: #FFFFFF;
   width: 35px;
   height: 35px;
   z-index: 9;
   line-height: 12px;
   margin: 0;
   cursor: pointer;
   border: none;
   -webkit-transition: all .2s linear;
   -moz-transition: all .2s linear;
   -o-transition: all .2s linear;
   transition: all .2s linear;
}

button.blue:hover {
   background-color: #2199a9;
}

button.gray:hover {
   background-color: #999999;
}

.fill-col .g-box p a:hover {
   color: #999999;
}

.fill-col .inline-box {
   display: flex;
   width: 100%;
   padding-left: 10px;
   justify-content: center;
   flex-direction: column;
   position: relative;
   background-color: #808285;
   min-height: 35px;
   margin-bottom: 15px;
}

.fill-col .inline-box button.blue {
   height: 35px;
}

.fill-col .inline-box p {
   margin-bottom: 0;
   color: #FFFFFF;
   font-size: 13px;
   line-height: 16px;
   font-weight: 300;
}

.fill-col .inline-box p.sec {
   color: #bcbec0;
}

.inline-col.hda {
   border-bottom: none;
   padding-bottom: 0px;
}

button.big-btn {
   width: 100%;
   display: block;
   padding: 6px 15px 11px 15px;
   background-color: #bbbdbf;
   color: #FFFFFF;
   font-weight: 600;
   cursor: pointer;
   font-size: 20px;
   margin: 15px 0px;
   line-height: 20px;
   border: none;
}

button.big-btn:hover {
   background-color: #969696;
}

.second-box-hold {
   width: 100%;
   float: left;
   border: 1px solid #dcdcdc;
   margin-bottom: 15px;
   position: relative;
   background-color: white;
   box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}

.second-box-hold .first-head {
   width: 100%;
   border-right: none;
}

.second-box-hold .first-head p {
   margin-bottom: 20px;
}

.second-box-hold .first-head label {
   font-weight: 300;
   font-size: 18px;
   line-height: 18px;
   color: #00bad3;
   margin-bottom: 0;
}

.form-inline-holder {
   width: 100%;
   float: left;
   /* background: #fff;
   box-shadow: 0 1px 2px rgb(0 0 0 / 10%); */
}

.horizontal-group {
   position: relative;
   width: 100%;
   float: left;
   border-bottom: 1px dotted #dcdcdc;
}

.form-inline-holder .horizontal-group .w33,
.form-inline-holder .horizontal-group .w25,
.form-inline-holder .horizontal-group .w66,
.form-inline-holder .horizontal-group .w50,
.form-inline-holder .horizontal-group .w100 {
   padding-bottom: 5px;
}

.horizontal-group label.main-lbl {
   display: block;
   cursor: pointer;
   text-transform: uppercase;
   color: #c0c1c3;
   font-weight: 300;
   font-size: 13px;
   margin: 0;
}

.horizontal-group label sup {
   color: #ff0000;
   font-size: 16px;
   top: -.1em;
}

.horizontal-group .form-control {
   padding: 5px 0px 0px 0;
}

.w25 {
   width: 25%;
   float: left;
   padding: 15px;
   border-right: 1px dotted #dcdcdc;
}

.w33 {
   width: 33.33333%;
   float: left;
   padding: 15px;
   /* min-height: 80px; */
   position: relative;
   border-right: 1px dotted #dcdcdc;
}

.w50 {
   width: 50%;
   float: left;
   padding: 15px;
   /* min-height: 80px; */
   position: relative;
   border-right: 1px dotted #dcdcdc;
}

.w66 {
   width: 66.66666%;
   float: left;
   padding: 15px;
   /* min-height: 80px; */
   position: relative;
   border-right: 1px dotted #dcdcdc;
}

.w100 {
   width: 100%;
   float: left;
   padding: 15px;
   /* min-height: 80px; */
   position: relative;
}

.no-bd-last {
   border-right: none;
}

label.primo-label {
   font-weight: 300;
   font-size: 18px;
   line-height: 18px;
   color: #00bad3;
   margin-bottom: 0;
   padding: 15px;
   text-transform: none;
}

.foot-row button.blue {
   width: 40px;
   height: 40px;
   line-height: 16px;
}

.third-box-hold {
   width: 100%;
   float: left;
   border: 1px solid #dcdcdc;
   margin-bottom: 15px;
   position: relative;
   background-color: #fff;
}

.third-box-hold .w33 {
   padding: 0;
}

.third-box-hold .w66 {
   border-right: 1px solid #dcdcdc;
   padding: 0;
}

.third-box-hold .first-head {
   width: 100%;
   border-right: none;
   border-bottom: 1px dotted #dcdcdc;
   min-height: auto;
}

.third-box-hold .second-head {
   width: 100%;
   border: none;
   min-height: auto;
}

.third-box-hold .horizontal-group .w33 {
   padding: 15px;
}

.third-box-hold .horizontal-group {
   border-bottom: 1px solid #dcdcdc;
}

.third-box-hold .w33.no-bd-last.mq {
   border-bottom: 1px solid #dcdcdc;
}

h5.fat-lab {
   margin-bottom: 5px;
   font-weight: 300;
   color: #808285;
   text-transform: uppercase;
   font-size: 13px;
   line-height: 13px;
}

h6.fat-nr {
   margin-bottom: 0;
   font-weight: 600;
   color: #808285;
   text-transform: none;
   font-size: 14px;
   line-height: 14px;
}

.box-hold.users .first-head {
   width: 100%;
   flex-direction: row;
   justify-content: flex-start;
   align-items: center;
}

.prof-info {
   margin-left: 15px;
}

a.cv {
   position: absolute;
   right: 0;
   top: 50%;
   color: #cccccc;
   transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%);
}

a.cv:hover {
   color: #000000;
}

.sparkline-bar-stats {
   bottom: 0;
   left: 10px;
   margin-top: 30px;
   position: absolute;
}

.second-head.spark-holder {
   padding-bottom: 0;
   position: relative;
   height: 100%;
}

.duplicate {
   position: relative;
   width: 100%;
   display: block;
   overflow: hidden;
}

ul.duplicate-tools {
   visibility: hidden;
   opacity: 0;
   transition: visibility 0s, opacity 0.5s linear;
   position: absolute;
   background: #969696;
   z-index: 9999;
   margin: 0;
   padding: 0;
   top: 0px;
   display: flex;
}
ul.duplicate-tools li {
   border-right: 1px solid #fff;
}
ul.duplicate-tools li a {
   cursor: pointer;
   line-height: 1;
   padding: 5px 7px;
   color: #fff;
}
.form-check .form-check-label span {
   left: 0;
   top: 0;
}
ul.duplicate-tools li:last-child {
   border-right: none;
}

ul.duplicate-tools li a {
   display: block;
}

ul.duplicate-tools li i {
   font-size: 18px;
}

ul.duplicate-tools li a {
   color: #fff;
}

ul.duplicate-tools li:last-child {
   border: none;
}

.duplicate:hover ul.duplicate-tools,
.duplicate input:focus ul.duplicate-tools {
   visibility: visible;
   opacity: 1;
}

.el-border-top {
   border-top: 1px dotted #dcdcdc;
}

.el-border-all {
   border: 1px dotted #dcdcdc;
}

.el-border-bottom {
   border-bottom: 1px dotted #dcdcdc;
}

.el-border-none {
   border: none;
}

body.dragging,
body.dragging * {
   cursor: move !important;
}

body.dragging {
   overflow: hidden;
}

.dragged {
   position: absolute;
   opacity: 0.5;
   z-index: 2000;
}

ol.drag-list {
   margin: 0;
   padding: 0;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-direction: column;
   flex-direction: column;
   flex-grow: 1;
   position: relative;
}

ol.drag-list li.placeholder {
   position: relative;
   list-style: none;
}

ol.drag-list li {
   list-style: none;
   cursor: pointer;
   display: block;
   position: relative;
   width: 100%;
   float: left;
}

.my-handle {
   position: absolute;
   right: 5px;
   font-size: 20px;
   bottom: 10px;
   color: #878787;
   z-index: 1;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

ol.drag-list li:last-child {
   border-bottom: none;
}

ol.drag-list li.dragged {
   background-color: #efefef;
   padding: 15px 15px 0 15px;
}

ol.drag-list li .second-box-hold {
   -webkit-user-select: none;
   /* Chrome all / Safari all */
   -moz-user-select: none;
   /* Firefox all */
   -ms-user-select: none;
   /* IE 10+ */
   user-select: none;
   /* Likely future */
}

/* new styles 29.07.2021 */
.tiketat.box-hold {
   height: 100%;
   display: flex;
   flex-direction: column;
   background-color: #00bad3;
}
.tiketat * {
   color: white !important;
}
.tiketat .head-row {
   height: 100%;
   background-color: transparent;
}
.tiketat .first-head {
   min-height: fit-content;
}
.tiketat .first-head h6 {
   font-size: 14px;
   line-height: 18px;
}
.tiketat .first-head span,
.tiketat .first-head span a {
   font-size: 57px;
   line-height: 50px;
}
.tiketat .first-head h6 i {
   font-size: 22px;
   color: #ccc;
}
.tiketat .first-head .client-name {
   color: #999;
   font-size: 12px;
   text-transform: uppercase;
}
i.green {
   color: #8bc541 !important;
}
span.help {
   text-transform: none;
   color: #8bc541;
}

span.help sub {
   bottom: 0;
   font-weight: bold;
   font-size: 100%;
}

.notif {
   background: transparent;
   border: none;
   text-align: unset;
   cursor: pointer;
   display: flex;
}

.notif:hover,
.notif.unseen {
   background: rgb(51 51 51 / 5%);
}

.notif.seen {
   background: transparent;
}

.notif figure {
   width: 40px;
   flex: 0 0 40px;
   height: 40px;
}

.notif p {
   font-size: 16px;
   margin-bottom: 5px;
}

.notif figure img {
   width: 100%;
}

.notif .date {
   font-weight: bold;
   font-size: 12px;
}

.notif a {
   color: #808285;
}

.scroller-status {
   position: sticky;
   bottom: 50%;
}

.lds-ripple {
   display: inline-block;
   position: relative;
   width: 80px;
   height: 80px;
}

.lds-ripple div {
   position: absolute;
   border: 4px solid #ccc;
   opacity: 1;
   border-radius: 50%;
   animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
   animation-delay: -0.5s;
}

@keyframes lds-ripple {
   0% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 1;
   }

   100% {
      top: 0px;
      left: 0px;
      width: 72px;
      height: 72px;
      opacity: 0;
   }
}

#lajmerimet.dropdown-menu-center {
   left: 50% !important;
   right: auto !important;
   transform: translate(-50%, 0) !important;
   top: 67px !important;
   max-height: 90vh/* calc(104px * 5) */;
   padding: 0;
}

#search-list-items {
   overflow-y: auto;
   max-height: /* calc(6 * 77px) */calc(100vh - 85px);
   position: absolute;
   z-index: 999;
   width: 100%;
   left: 0;
}

.custom-croll::-webkit-scrollbar{
   width: 5px;
   right: 0;
   display: none;
}

.custom-croll:hover::-webkit-scrollbar {
   display: block;
}

/* Track */
.custom-croll::-webkit-scrollbar-track {
   background: transparent;
}

/* Handle */
.custom-croll::-webkit-scrollbar-thumb {
   background: #ccc;
}

/* Handle on hover */
.custom-croll::-webkit-scrollbar-thumb:hover {
   background: #bbb;
}



#lajmerimet-scroll {
   max-height: calc(104px * 5);
   overflow: hidden;
}

.dropdown-menu.showing {
   animation-name: unset;
}

.dropdown-menu a:hover {
   background-color: transparent !important;
   color: unset !important;
}

#lajmerimet {
   width: 400px;
   /* left: 50% !important;
   top: 70px !important;
   background-color: #fff;
   transform: translateX(-50%);
   max-height: calc(100vh - 78px); */
   box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
   z-index: 1000;
   top: 55px  !important;
   left: -110px !important;
}

div#lajmerimet::before {
   content: none;
   width: 0;
   height: 0;
   position: absolute;
   border-left: 15px solid transparent;
   border-right: 15px solid transparent;
   border-bottom: 20px solid #fff;
   top: -20px;
   left: 50%;
   transform: translateX(-50%);
}

/* .user-company-role {
   flex: 0 0 33.33333333%;
} */
.select2-container--default .select2-selection--single {
   background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
   color: #495057;
}

.is-invalid {
   background: rgb(255 0 0 / 5%) !important;
}

.h-auto {
   height: auto;
}

.m-h-auto {
   min-height: auto;
}

.custom-file-input {
   visibility: hidden;
}

.custom-file-label {
   position: static;
}

.custom-file-label::after {
   position: static;
   margin-left: auto;
}

.custom-file {
   padding: 15px;
}

.custom-file {
   height: auto;
}

.custom-file-label,
.custom-file-label::after {
   padding: 0;
   height: auto;
}

.w-auto {
   width: auto !important;
}
.button-box.dropup .dropdown-menu {
   border-radius: 0 !important;
   padding: 0;
}
.button-box.dropup .dropdown-menu ul {
   padding: 0;
   margin: 0;
}
.button-box.dropup .dropdown-menu ul li a {
   padding: 10px;
}
.button-box.dropup .dropdown-menu ul li:hover {
   background-color: #f1f1f1;
}
.options-dots {
   color: #666;
   display: flex;
   justify-content: center;
   align-items: center;
}
.options-dots.inv::after {
   content: none;
}
.options-dots.inv i {
   font-size: 20px;
   color: #999;
}
.options-dots:hover,
.options-dots:focus {
   color: #333;
}

.option-dots-list .dropdown-menu {
   display: flex;
   flex-direction: column;
}

.option-dots-list .dropdown-menu {
   min-width: auto;
   box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}

.option-dots-list .dropdown-menu a {
   padding: 3px 10px;
   text-align: right;
   color: #666;
   border-bottom: 1px solid #eee;
}

.option-dots-list .dropdown-menu a:last-child {
   border-bottom: none;
}

.option-dots-list .dropdown-menu a:hover,
.option-dots-list .dropdown-menu a:focus {
   background-color: transparent !important;
   color: #333;

   box-shadow: none;
}

.b-sticky {
   position: sticky;
   bottom: 0;
   z-index: 99999;
}

.t-sticky {
   position: -webkit-sticky;
   position: sticky;
   top: 0;
}

.no-bg {
   background-color: transparent !important;
   box-shadow: none;
}

.border-right.dotted {
   border-right-style: dotted !important;
}

.border-left.dotted {
   border-left-style: dotted !important;
}
.p-relative {
   position: relative !important;
}
.border-bottom.dotted {
   border-bottom-style: dotted !important;
}

.border-top.dotted {
   border-top-style: dotted !important;
}

.border.dotted {
   border-style: dotted !important;
}
.only-shadow {
   box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}
.with-shadow {
   background: #fff;
   box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}
#queue-holder {
   position: fixed;
   bottom: 10px;
   left: 20px;
}
#companyForm div[error-placeholder] {
   position: absolute;
   top: 7px;
   right: 10px;
}
#companyForm .form-group {
   margin-bottom: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
   display: flex;
}
#projectForm div[error-placeholder] {
   font-weight: bold;
}
.costum_error {
   z-index: 999999999;
   padding-right: 60px !important;
}
.alert b {
   font-size: unset;
   font-weight: 700;
   text-transform: unset;
}
#companyForm .with-shadow .form-group {
   margin-bottom: 0;
}
.form-check .form-check-label .circle .check {
   margin-left: -1px;
}
.form-check .form-check-label {
   min-height: 20px;
}
.tooltip.show {
   z-index: 99999999;
}
div[error-placeholder]{
   display: none;
   color: red;
   font-size: 12px;
   display: none;
   font-weight: bold;
}
.collapsable {
   color: #999;
}
.collapsable:hover,
.collapsable:focus {
   color: #333;
}
.queue-notification {
   box-shadow: none;
   background-color: #333;
   color: #fff;
   line-height: 1;
   font-size: 14px;
   border-radius: 5px;
}
.queue-notification a {
   padding: 5px 7px;
   color: #fff;
   font-weight: bold;
   display: block;
   border-radius: 5px;
}
.queue-notification a:hover  {
   background-color: #666;
}
.popover,
.tooltip-inner {
   box-shadow: none;
   background-color: #666;
   color: #fff;
   line-height: 1;
}

.tooltip-inner {
   padding: 10px 15px;
   min-width: auto;
}

.tooltip .arrow {
   display: none;
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
   padding-bottom: 20px;
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
   padding-top: 15px;
}

span.count {
   position: absolute;
   top: -6.5px;
   right: -5px;
   background: red;
   border-radius: 50%;
   width: 20px;
   height: 20px;
   display: flex;
   align-items: center;
   justify-content: center;
   color: white;
   font-size: 12px;
}

.main-nav li a {
   display: flex;
   flex-direction: column;
   align-items: center;
   color: #fff;
   padding: 7px;
   border: 1px solid #d0d2d3;
   border-radius: 50%;
   height: 40px;
   width: 40px;
   background-color: #d0d2d3;
}

.main-nav li a:hover {
   border-color: #00bad3;
   background: #00bad3;
   color: #fff;
}

.main-nav li a i {
   font-size: 22px;
}

.main-nav li {
   margin-right: 15px;
}

.main-nav li:last-child {
   margin-right: 0;
}

.f-45 {
   flex: 0 0 45%;
}

.f-100 {
   flex: 0 0 100%;
}

.bg-white {
   background-color: white !important;
}

.no-radius {
   border-radius: 0;
}

.tree {
   position: relative;
   background: white;
   margin-top: 20px;
   padding: 30px;
   /* font-family: "Roboto Mono", monospace;
   font-size: 0.85rem; */
   font-weight: 400;
   line-height: 1.5;
   color: #212529;
}

.tree span {
   font-size: 13px;
   font-style: italic;
   letter-spacing: 0.4px;
   color: #a8a8a8;
}

.tree .fa-folder-open,
.tree .fa-folder {
   color: #007bff;
}

.tree .fa-html5 {
   color: #f21f10;
}

.tree ul {
   padding-left: 5px;
   list-style: none;
}

.tree ul li {
   position: relative;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left: 15px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.tree ul li:before {
   position: absolute;
   top: 17px;
   left: 0;
   width: 10px;
   height: 1px;
   margin: auto;
   content: "";
   background-color: #666;
}

.tree ul li:after {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   width: 1px;
   height: 100%;
   content: "";
   background-color: #666;
}

.tree ul li:last-child:after {
   height: 17px;
}

.tree ul a {
   cursor: pointer;
}

.tree ul a:hover {
   text-decoration: none;
}

.right-nav {
   margin-top: 20px;
}

/* .right-nav ul {
   margin: 0;
   padding: 0px;
}

.right-nav ul li ul {
   padding: 0;
   border-bottom: 1px solid #ccc
} */

.right-nav ul li a {
   /*  padding: 5px 15px;  */
   display: block;
   color: #999;
   font-weight: bold;
}

.right-nav ul li ul li a {
   font-weight: normal;
   /* border-bottom: 1px dotted #ccc; */
   color: #666;
}

/* .right-nav ul li ul li:last-child a {
   border-bottom: none;
} */
.pagination {
   clear: both;
   justify-content: center;
}

.pagination>.page-item>.page-link,
.pagination>.page-item>span {
   border-radius: 0 !important;
   border: 1px solid #eee;
}

.pagination>.page-item.active>a,
.pagination>.page-item.active>a:focus,
.pagination>.page-item.active>a:hover,
.pagination>.page-item.active>span,
.pagination>.page-item.active>span:focus,
.pagination>.page-item.active>span:hover {
   background-color: #00bad3 !important;
   border-color: #00bad3 !important;
   box-shadow: none !important
}

ul.main-tabs {
   margin: 0 0 30px 0;
   padding: 0;
   display: flex;
   border-bottom: 1px solid #eee;
}

ul.main-tabs li {
   padding: 15px 0 15px 0px;
   text-transform: uppercase;
   font-weight: 700;
   font-size: 14px;
   position: relative;
   margin-right: 25px;
}

ul.main-tabs li:not(.no-after):hover::after,
ul.main-tabs li.active::after {
   content: "";
   background-color: #00bad3;
   height: 3px;
   width: 100%;
   position: absolute;
   bottom: -1px;
   left: 0;
}

ul.main-tabs li a {
   color: #808285;
}

ul.main-tabs li:hover a,
ul.main-tabs li.active a {
   color: #00bad3;
}

span.outsource {
   position: absolute;
   top: 15px;
   right: 15px;
   font-size: 12px;
   line-height: 1;
   text-transform: uppercase;
   color: #00bad3;
   font-weight: bold;
}

.c-blue {
   color: #00bad3 !important;
}

.box-hold.tinvoice.paid .price-info div:last-child {
   background: rgba(0, 128, 0, 0.05);
}

.box-hold.tinvoice.not-paid .price-info div:last-child {
   background: rgba(255, 0, 0, 0.05)
}

/* end of new styles */

/*** style new app ***/
.timeline ul {
   width: 100%;
   float: left;
   clear: left;
   padding-left: 0;
   margin-bottom: 0;
   border-bottom: 1px solid #dcdcdc;
   position: relative;
}

.timeline ul li {
   width: 100%;
   float: left;
   display: list-item;
   padding: 15px;
}

.timeline ul li:nth-child(odd) {
   background-color: #e6e7e8;
}

.timeline ul li p {
   margin-bottom: 0;
   color: #999999;
}

.timeline ul li span {
   font-weight: 600;
   color: #999999;
}

.timeline ul li.timer {
   position: absolute;
   height: 2px;
   padding: 0px;
   left: 0px;
   top: 345px;
   background-color: #00bad3;
}

.adminer-temp .sure-div h3 {
   line-height: 24px;
}

.fin-holder {
   width: 100%;
   float: left;
   clear: left;
}

.fin-holder .g-box {
   width: 100%;
   float: left;
   position: relative;
   background-color: #dcdcdc;
   min-height: 94px;
   margin-bottom: 15px;
   padding: 12px 12px 0px 12px;
}

.fin-holder .g-box h5 {
   font-weight: 400;
   font-size: 16px;
   line-height: 16px;
   margin-bottom: 5px;
   color: #ffffff;
   clear: left;
}

.fin-holder .g-box h6 {
   font-weight: 400;
   font-size: 16px;
   line-height: 16px;
   color: #999999;
   clear: left;
   margin-bottom: 15px;
}

.fin-holder.mixin .g-box h6 {
   color: #808285;
   font-weight: 600;
}

.fin-holder .g-box p {
   margin-bottom: 0;
}

.fin-holder .g-box p a {
   color: #FFFFFF;
   font-size: 14px;
   line-height: 14px;
   font-weight: 300;
}

.fin-holder .g-box p a:hover {
   color: #999999;
}

.double-butt {
   position: absolute;
   bottom: 0;
   right: 0;
   width: 70px;
   height: 35px;
}

.big-box {
   float: left;
   width: 100%;
   background-color: #dcdcdc;
   margin-bottom: 20px;
   position: relative;
}

ul.price-tbl {
   float: left;
   width: 100%;
   padding-left: 0;
   margin-bottom: 0;
}

.double-butt button.gray {
   position: relative;
   top: auto;
   right: auto;
   left: auto;
   bottom: auto;
   float: left;
}

.double-butt button.blue {
   position: relative;
   top: auto;
   right: auto;
   left: auto;
   bottom: auto;
   float: left;
}

ul.price-tbl li {
   float: left;
   width: 100%;
   padding: 12px;
   position: relative;
   border-bottom: 1px dotted #ffffff;
}

ul.price-tbl li:first-child h4 {
   font-size: 16px;
   line-height: 16px;
   color: #808285;
   font-weight: 600;
   margin-bottom: 0;
}

ul.price-tbl li:last-child {
   border-bottom: none;
}

ul.price-tbl li .title-left {
   width: 55%;
   float: left;
}

ul.price-tbl li .title-left p {
   font-size: 14px;
   color: #ffffff;
   line-height: 14px;
   margin-top: 5px;
   font-weight: 400;
   margin-bottom: 0;
}

ul.price-tbl li .title-left p:first-child {
   color: #808285;
}

ul.price-tbl li .price-right {
   width: 45%;
   float: right;
   position: relative;
}

ul.price-tbl li .price-right h3 {
   float: left;
   width: calc(100% - 35px);
   line-height: 34px;
   font-size: 20px;
   color: #808285;
   font-weight: 600;
   margin-bottom: 0;
}

a.neutral {
   background-color: transparent;
   width: 35px;
   line-height: 35px;
   color: #898989;
   height: 35px;
   text-align: center;
   float: right;
}

a.neutral i {
   font-size: 30px;
}

ul.price-tbl li .income {
   float: left;
   margin-left: 30px;
}

ul.price-tbl li .income:first-child {
   margin-left: 0;
}

ul.price-tbl li .income:last-child {
   margin-left: 30px;
}

ul.price-tbl li:last-child .income h3 {
   float: left;
   line-height: 34px;
   font-size: 20px;
   color: #808285;
   font-weight: 600;
   margin-bottom: 0;
}

ul.price-tbl li:last-child .income p {
   float: left;
   margin-left: 10px;
   color: #808285;
   margin-bottom: 0;
}

ul.price-tbl li:last-child .income p span {
   float: left;
   color: #ffffff;
}

a.generate {
   width: 100%;
   text-align: center;
   font-size: 20px;
   line-height: 20px;
   color: #ffffff;
   float: left;
   padding: 10px;
   background-color: #bcbec0;
   font-weight: 400;
   margin: 10px 0px 0px 0px;
   text-decoration: none;
}

.dot-box {
   border-bottom: 1px solid #e6e7e8;
   padding-top: 20px;
   padding-bottom: 20px;
   float: left;
   width: 100%;
}

.dot-box h4 {
   font-size: 20px;
   line-height: 24px;
   font-weight: 600;
   margin-bottom: 10px;
}

.fin-holder .inline-box {
   display: flex;
   width: 100%;
   padding-left: 10px;
   justify-content: center;
   flex-direction: column;
   position: relative;
   background-color: #808285;
   min-height: 35px;
   margin-bottom: 15px;
}

.fin-holder .inline-box p {
   margin-bottom: 0;
   color: #FFFFFF;
   font-size: 13px;
   line-height: 17px;
   font-weight: 300;
}

.dot-box p.first {
   margin-bottom: 0;
}

[placeholder]:focus::-webkit-input-placeholder {
   transition: opacity 0.3s 0.3s ease;
   opacity: 0;
}

[placeholder]:focus::-webkit-textarea-placeholder {
   transition: opacity 0.3s 0.3s ease;
   opacity: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
   -webkit-appearance: none;
   margin: 0;
}

.form-control::-webkit-input-placeholder {
   font-weight: 300;
   color: #c0c1c3;
   font-size: 13px;
}

.form-control::-moz-placeholder {
   font-weight: 300;
   text-transform: uppercase;
   color: #c0c1c3;
   font-size: 13px;
}

.form-control:-ms-input-placeholder {
   font-weight: 300;
   text-transform: uppercase;
   color: #c0c1c3;
   font-size: 13px;
}

.form-control:-moz-placeholder {
   font-weight: 300;
   text-transform: uppercase;
   color: #c0c1c3;
   font-size: 13px;
}

.file-input .file-caption-name::-webkit-input-placeholder {
   color: #878787;
   text-transform: uppercase;
}

.file-input .form-control::-moz-placeholder {
   color: #878787;
   text-transform: uppercase;
}

.file-input .form-control:-ms-input-placeholder {
   color: #d2d2d2;
   text-transform: uppercase;
}

.file-input .form-control:-moz-placeholder {
   color: #d2d2d2;
   text-transform: uppercase;
}

/** new style january **/
.check-show {
   display: none;
}

.check-alone {
   width: 100%;
   position: relative;
   margin: 15px 0px;
   float: left;
   height: 20px;
}

.check-alone .form-check .form-check-label span {
   left: 0;
   top: 0;
}

.check-alone .form-check .form-check-label {
   float: left;
   line-height: 20px;
}

.check-alone .form-check {
   margin-bottom: 0;
   float: left;
   width: 100%;
}

.awd100 {
   width: 100%;
   float: left;
   clear: left;
   margin: 8px 0px;
}

.task-buttons {
   width: 100%;
   display: block;
   position: relative;
   clear: left;
}

.form-check .awd100 .form-check-label .form-check-input:checked+.circle:before {
   animation: none;
}

.form-check .awd100 .form-check-label {
   line-height: 20px;
}

.button-box {
   display: flex;
}

.unique-select {
   width: 300px;
   float: left;
   margin-bottom: 20px;
}

.unique-select .drop_select {
   margin: 0;
   width: 100%;
   border: none;
}

.unique-select .select2-container--default .select2-selection--single .select2-selection__rendered {
   border: none;
   line-height: 30px;
   padding-left: 10px;
   color: #ffffff;
}

.unique-select .select2-dropdown {
   margin-top: 0;
   border-top: 1px solid #cccccc;
}

.unique-select .select2-container .select2-selection--single {}

body.compare-template .select2-container--default .select2-search--dropdown .select2-search__field,
body.compare-template .select2-search--dropdown {
   display: none;
}

body.compare-template .third-box-hold {
   border-bottom: none;
}

.unique-select .select2-container--default .select2-selection--single {
   background-color: #00bad3;
   color: #ffffff;
}

.unique-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
   border-color: #fff transparent;
}

body.compare-template .quick-stats__chart.sparkline-line {
   margin-top: 10px;
}

.drop-link .dropdown-menu .dropdown-item {
   width: 100%;
   margin-left: 0;
   cursor: pointer;
   padding-left: 10px;
   padding-right: 10px;
}

.drop-link .dropdown-menu .dropdown-item i {
   margin-left: auto;
}

.drop-link .ripple-container {
   display: none;
}

.drop-link .dropdown-menu {
   padding: 0;
}

.modal-body .horizontal-group {
   margin-bottom: 15px;
}

.modal-body .horizontal-group textarea {
   min-height: 65px;
}

.modal-footer .btn.btn-link {
   background-color: #40E0D0;
   margin-left: 5px;
   color: #ffffff;
}

.modal-body label.primo-label {
   padding: 0;
   margin-bottom: 15px;
}

.modal-backdrop.show {
   opacity: 1;
}

span.close-task {
   float: right;
   margin: 12px 10px;
   color: #777;
   font-size: 14px;
   height: 24px;
}

span.close-task:hover {
   color: #333333;
}

span.close-task i {
   margin: 0;
}

span.add-new-task {
   border-radius: 0;
   height: 48px;
   margin: 0 0 20px 0;
   font-size: 14px;
   line-height: 24px;
}

span.btn.add-new-task i {
   margin: 0;
}

span.render-tasks {
   border-radius: 0;
   height: 40px;
   margin: 0;
   font-size: 14px;
   line-height: 14px;
}

span.btn.render-tasks i {
   margin: 0;
   font-size: 20px;
}

.task-holder {
   width: 100%;
   display: block;
   position: relative;
   clear: both;
}

ol.drag-list li:first-child span.close-task {
   display: none;
}

.drag-list-li .horizontal-group.disable {
   border-bottom: none;
}

.handle {
   cursor: grab;
}

.blue-background-class {
   background-color: #C8EBFB;
}

.inv-task-holder {
   margin-bottom: 30px;
   clear: both;
}

.task-inv {
   width: 100%;
   display: flex;
   align-items: center;
   padding: 10px 15px;
   border-bottom: 1px dotted #dcdcdc;
}
.task-inv .form-check .form-check-label span {
   top: 0;
}
 .form-check .form-check-sign .check{
   border-color: #d2d2d2;
}


.task-inv .form-check {
   width: 20px;
   height: 20px;
   margin-bottom: 0;
   position: relative;
}

.task-inv .form-check .form-check-label {
   cursor: pointer;
   padding-left: 25px;
   position: relative;
}
span.task-subtotal,
span.task-price {
   flex: 0 0 20%;
   text-align: right;
}

span.task-subtotal {
   margin-left: auto;
   border-right: 1px dotted #eee;
}
span.task-price {
   margin-left: 20px;
}
.task-inv p {
   width: calc(100% - 25px);

   display: flex;
   margin-bottom: 0;
   padding-left: 10px;
   font-size: 16px;
   color: #777777;
   font-weight: 300;
   line-height: 24px;
}

span.task-price {
   float: right;
   font-size: 16px;
   color: #777;
   font-weight: 300;
   line-height: 22px;
}

.alig-right .form-control {
   min-width: unset;
   max-width: unset;
   width: auto;
   font-size: 16px;
   color: #333333;
}
#invoice-form .check-twice {
   margin-bottom: 0;
}
.alig-right .bmd-form-group {
   margin-bottom: 30px;
}

.radio-box .form-check .form-check-label .circle:before {
   display: none;
}

.invoice-form textarea.form-control {
   font-size: 14px;
   font-weight: 300;
   border: 1px solid #d2d2d2;
   min-height: 110px;
   margin-bottom: 30px;
   padding-left: 15px;
}

.post-btn {
   border-radius: 0;
   text-transform: uppercase;
   font-weight: 400;
   font-size: 16px;
   margin: 0;
   line-height: 12px;
   height: 36px;
}

.invoice-form .horizontal-group {
   border-right: 1px dotted #dcdcdc;
   border-left: 1px dotted #dcdcdc;
   border-top: 1px dotted #dcdcdc;
}

.invoice-form .form-inline-holder {
   margin-bottom: 30px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
   -webkit-box-shadow: 0 0 0 30px white inset !important;
   border-bottom: 1px solid #cccccc;
}

input:-webkit-autofill {
   -webkit-text-fill-color: black !important;
}

.btn.btn-info {
   box-shadow: none !important;
   border-radius: 0;
}

#projectForm .form-inline-holder .horizontal-group:last-child {
   border-bottom: none;
}

.alert .close {
   font-size: 26px;
   line-height: 30px;
}

.alert ul {
   padding: 0;
   margin: 0;
}

.btn-fix {
   position: fixed;
   bottom: 20px;
   right: 20px;
   z-index: 999;
}
div#inline-calculator {
   position: fixed;
   bottom: 20px;
   right: 20px;
   width: 300px;
   z-index: 99999;
}
.btn-gm {
   font-weight: 300;
   font-size: 22px !important;
   display: flex;
   align-items: center;
   justify-content: center;
}

.btn-terkiz {
   background-color: #40E0D0 !important;
   color: #FFFFFF !important;
}
.btn-yellow {
   background-color: #FFB740 !important;
   color: #fff !important;
}

.btn-red {
   background-color: #911F27 !important;
   color: #fff !important;
}

.horizontal-group.ck-holder .main-lbl {
   margin-bottom: 15px;
}

.ck.ck-editor__editable_inline {
   min-height: 80px;
}

.horizontal-group .ck.ck-toolbar {
   border: 1px solid #dcdcdc;
}

.horizontal-group .ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
   border: 1px solid #dcdcdc;
}

.horizontal-group.ck-holder strong {
   font-weight: 700;
}

.horizontal-group.ck-holder i {
   font-style: italic;
}

.horizontal-group.ck-holder ul li {
   list-style-type: disc;
   display: list-item;
   color: #777777;
}

.horizontal-group.ck-holder ol li {
   list-style-type: decimal;
   display: list-item;
   color: #777777;
}

.select2-container--open .select2-dropdown--below {
   margin-top: 5px;
}

.horizontal-group.ck-holder.no-bd {
   border: none;
}

.horizontal-group.no-bd {
   border-bottom: none;
}

.horizontal-group.ck-holder.no-bd .ck.ck-toolbar {
   border-left: none;
   border-right: none;
}

.horizontal-group.ck-holder.no-bd .main-lbl {
   padding-left: 10px;
   margin-top: 15px;
}

.horizontal-group.ck-holder.no-bd .ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
   border-left: none;
   border-right: none;
   border-bottom: none;
}

.bob-holder {
   width: 100%;
   float: left;
}

.modal-dialog .modal-content {
   border-radius: 0;
}

.mod-box-link {
   position: absolute;
   right: 12px;
   font-size: 28px;
   font-weight: 300;
   top: 8px;
   height: 30px;
   line-height: 24px;
   background-color: #00bad3;
   text-align: center;
   border-radius: 50%;
   width: 30px;
   color: #ffffff !important;
}

.mb30 {
   margin-bottom: 30px;
}

.input-close {
   height: 100%;
   top: 0;
   display: flex;
   align-items: center;
   line-height: 1;
   width: 30px;
   justify-content: center;
   right: 0;
}

.cursor-normal {
   cursor: auto !important;
}

.invoice-form .fill-border-box {
   border: 1px solid #dcdcdc;
}

.form-group .form-control.finance-date-range {
   width: 220px;
   border: 1px solid #dcdcdc;
   padding: 5px 10px;
   cursor: pointer;
}

.form-group .form-control.finance-date-range:hover {
   background-color: #eeeeee;
}

body .daterangepicker .ranges li.active {
   background-color: #00CED1;
}

body .daterangepicker td.active,
body .daterangepicker td.active:hover {
   background-color: #00CED1;
}

.check-twice {
   width: 20%;
   padding-left: 5px;
   float: left;
   margin-bottom: 25px;
}

.addTicket {
   position: absolute;
   left: 85px;
   font-size: 28px;
   font-weight: 300;
   bottom: -2px;
   height: 30px;
   line-height: 24px;
   background-color: #00bad3;
   text-align: center;
   border-radius: 50%;
   width: 30px;
   color: #ffffff !important;
}

.invoice-data a {
   margin-left: 10px;
   color: #00bad3;
   text-transform: uppercase;
}
.mobile-menu {
   display: none;
}
a.search-type {
   text-transform: uppercase;
   color: #00bad3;
   font-weight: bold;
}
.records:hover {
   background-color: whitesmoke !important;
}
.records ul {
   margin: 0;
   padding: 0;
   display: flex;
   align-items: center;
   width: 100%;
   flex-wrap: wrap;
}
.records ul li {
   margin-right: 20px;
   padding-right: 20px;
   position: relative;
}
.records ul li a {
   line-height: 1;
   text-transform: capitalize;
   font-size: 14px;
   color: #999;
}
.records ul li a:hover {
   color: #00bad3;
}
.records .first-head {
   /* flex-direction: row;
   justify-content: unset; */
   width: 100%;
   flex: unset;
}
.records .first-head h6 {
   font-size: 16px;
   line-height: 20px;
}
.records ul li:last-child::after {
   content: unset;
}
.records ul li::after {
   font-family: 'Material Icons';
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
   line-height: 1;
   letter-spacing: normal;
   text-transform: none;
   display: inline-block;
   white-space: nowrap;
   word-wrap: normal;
   direction: ltr;
   -webkit-font-feature-settings: 'liga';
   -webkit-font-smoothing: antialiased;
   content: '\e941';
   top: 3px;
   position: absolute;
   right: -10px;
   font-size: 22px;
   color: #ccc;
}
[data-editable] {
   cursor: pointer;
}
.invoice-credits input.datetimepicker {
   font-weight: 300;
   font-size: 14px;
   line-height: 1.34;
   color: #555555;
   border: none;
   text-align: center;
   padding: 0;
   height: auto;
}

.search-background-modal {
   position: fixed;
   z-index: 9999;
   width: 100%;
   height: 100vh;
   background: rgba(255, 255, 255, .7);
}
.search-background-modal .header {
   height: 87px;
   background: #00bad3;
}
.search-background-modal .bmd-form-group{  
   height: 87px;
   display: flex;
   align-items: flex-end;
}
#search {
   color: white;
}
/* #searchme {
   position: fixed;
   right: 30px;
   bottom: 30px;
   background-color: #00bad3;
   color: white;
   border-radius: 50%;
   padding: 10px;
   z-index: 999999999999;
   width: 40px;
   height: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
} */
@media only screen and (max-width:767px) {
   .form-group .form-control.finance-date-range {
      width: 100%;
   }
   .search-background-modal .header,
   .search-background-modal .bmd-form-group {
      height: 70px;
   }
   #searchme {
      bottom: 15px;
      right: 15px;
   }
   .search-background-modal .col-12 {
      padding: 0;
   }
   .search-background-modal .bmd-form-group {
      padding: 0 15px;
   }
   .search-background-modal .records .first-head {
      padding: 15px !important;
   }
   #search-list-items {
      max-height: calc(100vh - 73px);
   }
   #infinite {
      height: inherit !important;
   }
   .head-row {
      flex-direction: column;
   }
   .mobile-menu {
      display: block;
   }

   .first-head {
      flex: 0 0 100%;
      width: 100%;
      border-bottom: 1px solid #dcdcdc;
      border-right: none !important;
   }

   .pp-info {
      font-size: 14px;
      font-weight: bold;
   }

   .pp-info span {
      font-weight: normal;
   }

   .nav-item:not(.dropdown) {
      display: none;
   }

   a.logo {
      display: none;
   }

   .move-mobile a::after {
      content: attr(data-original-title);
      font-size: 16px;
      text-transform: none;
      padding-left: 40px;
   }


   .navbar-nav {
      justify-content: space-between;
   }

   nav.nav-sm ul li a i {
      font-size: 18px;
   }

   nav.nav-sm ul li a {
      width: 35px;
      height: 35px;
      line-height: 35px;
   }

   nav.nav-sm ul li {
      margin-left: 15px;
   }

   .mt-5,
   .my-5 {
      margin-top: 2rem !important;
   }

   .mb-5,
   .my-5 {
      margin-bottom: 2rem !important;
   }

   header .navbar-nav .nav-item {
      margin: 0;
   }

   #show-notif {
      margin-right: 0;
      position: static
   }

   .nav-link {
      padding: 0 !important;
      margin: 0 !important;
   }

   header .navbar-nav {
      display: flex;
      justify-content: space-between;
   }

   .main-navbar-holder {
      width: 100%;
      flex: 0 0 100%;
   }

   .navbar-nav {
      margin-left: unset !important;
      width: 100%;
   }

   #lajmerimet {
      left: 5px !important;
      right: 0 !important;
      transform: unset !important;
      top: 70px !important;
      max-height: unset;
      height: calc(100vh - 77px);
      padding: 0;
      width: calc(100vw - 10px);
      border-radius: 0;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
   }

   .mobile-menu {
      position: static !important;
   }

   header .navbar-nav .dropdown-menu.mobile-nav {
      width: calc(100vw - 10px);
      top: 71px !important;
      right: 0px !important;
      left: 5px !important;
      border-radius: 0;
      background-color: #00bad3;
      box-shadow: unset;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
   }

   ul#obile-menu li:last-child {
      border-bottom: none !important;
   }

   div#lajmerimet::before {
      content: unset;
   }

   header .navbar-nav .nav-item .btn,
   header .navbar-nav .dropdown.nav-item .btn {
      background-color: transparent;
      box-shadow: unset;
      color: white;
   }

   main.wrap {
      padding-top: 70px;
   }
   .w50 {
      width: 100%;
      float: none;
      border-bottom: 1px dotted #dcdcdc;
   }
   .w50.no-bd-last {
      border-bottom: none;
   }
}