#new-dashboard {
    font-size: 13px;
    color:#555;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

a {
    color: #0087CB;
    text-decoration: none;
}

a:hover {
    color:#2E6DA4;
}

.text-red {
    color: #DC3545;
}

.text-green {
    color:#28A745;
}

.text-blue {
    color:#0087CB;
}

.text-gray {
    color:#BDBDBD;
}

.d-flex {
    display: flex;
}

.badge.badge-danger {
    background-color: #DC3545;
}

#new-dashboard .btn-primary {
    background-color: #0087CB;
}
#new-dashboard .btn-primary:hover {
    background-color: #2e6da4;
}

#new-dashboard .btn,
#new-dashboard .input-group-addon {
    border-radius: 0;
}

#new-dashboard .modal-header {
    display: flex;
    justify-content: space-between;
}

#new-dashboard .modal-header .modal-title {
    order: -1;
}

#new-dashboard .modal-header .close {
    order: 1;
}

#new-dashboard .modal-content {
    border-radius: 0;
    border: 0;
}

#new-dashboard .form-control {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#new-dashboard textarea.form-control {
    height:auto;
}

#new-dashboard .required .control-label::after {
    content: " *";
    font-weight: bold;
}

#new-dashboard .has-warning {
    color: #ec971f;
    border-color: #ec971f;
}

#new-dashboard .has-error .form-control {
    background-color: #F2DEDE;
}

#new-dashboard .has-error .control-label,
#new-dashboard .has-error .help-block {
    color: #DC3545
}

#new-dashboard .has-success .form-control,
#new-dashboard .has-success .control-label {
    color: #28A745;
    border-color: #28A745
}

#new-dashboard .has-warning .form-control,
#new-dashboard .has-warning .input-group-addon {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

#new-dashboard #bottomAd {
    display:none;
}

#new-dashboard .top-bar {
    background-color: #495D6C;
    height:50px;
    display:table;
    width:100%;
    padding-inline-end: 17px;
}

#new-dashboard .top-bar .logo {
    width:210px;
    display:table-cell;
    color:#FFF;
    font-size:15px;
    padding-left:15px;
    vertical-align: middle;
}

#new-dashboard .top-bar .logo a{
    color:#FFF;
}
#new-dashboard .top-bar .help {
    display:table-cell;
}

#new-dashboard .top-bar .help .nav > li > a {
    color:#FFF;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 50px;
}

#new-dashboard .top-bar .help .nav > li > a:hover,
#new-dashboard .top-bar .help .nav > li > a:focus {
    text-decoration: none;
    background-color: #384752;
}

#new-dashboard .top-bar .help .usermenu .dropdown-menu {
    width:390px;
}

#new-dashboard .top-bar .help .dropdown-header.dropdown-admin-items {
    max-height: 200px;
    overflow-y: scroll;
}

#new-dashboard .top-bar .help .dropdown-header.dropdown-admin-items p {
    margin:0;
    line-height:22px;
}

#new-dashboard .top-bar .help .usermenu .dropdown-menu > li {
    border-bottom:1px solid #999;
    margin-bottom:15px;
}

#new-dashboard .top-bar .help .usermenu .dropdown-menu > li:last-child {
    border-bottom:0;
}

#new-dashboard .top-bar .help .usermenu .help-menu.dropdown-menu {
    width:auto;
    background-color:#495D6C;
    padding:0;
    border-color:#384752;
}

#new-dashboard .top-bar .help .usermenu .help-menu.dropdown-menu li {
    border:0;
    margin:0;
}

#new-dashboard .top-bar .help .usermenu .help-menu.dropdown-menu a {
    color:#FFF;
    padding:8px 20px;
}

#new-dashboard .top-bar .help .usermenu .help-menu.dropdown-menu a:hover {
    text-decoration: none;
    background-color: #384752;
}

div[data-widget=DashboardNewButton] {
    width: 105px;
}




#new-dashboard ul.navbar-nav.usermenu
{
    flex-direction: row;
}

#new-dashboard ul.navbar-nav.usermenu .dropdown-toggle::after
{
    display: none;
}

#new-dashboard ul.navbar-nav.usermenu ul.dropdown-menu
{
    position: absolute;
}

#new-dashboard .title-bar .item-export-wrapper {
    width:211px;
    height:34px;
}

#new-dashboard .title-bar .item-export-wrapper .export-group .btn-group button {
    display: inline-block;
    font-size: 14px;
    background: #FFF;
    border: 1px solid #E5E5E5;
    margin-top:2px;
}

#new-dashboard .title-bar .item-export-wrapper .export-group .btn-group:first-child button {
    border-left:none;
}

#new-dashboard .title-bar .item-export-wrapper .export-group .btn-group.open button,
#new-dashboard .title-bar .item-export-wrapper .export-group .btn-group button:hover {
    background-color: #0087CB;
    border-color: #2e6da4;
    color: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#new-dashboard .main-bar {
    display:table;
    width:100%;
}

#new-dashboard .main-bar .menu {
    width:210px;
    min-width: 210px;
    background-color: #495D6C;
    display:table-cell;
    vertical-align: top;
}

#new-dashboard .main-bar .menu .main-menu { list-style:none; padding:0; margin-bottom:0; }
#new-dashboard .main-bar .menu .main-menu i { margin-right:15px; }
#new-dashboard .main-bar .menu .main-menu > li a { display:block; padding:10px 10px 10px 15px; color:#FFF; cursor: pointer;position:relative;  }
#new-dashboard .main-bar .menu .main-menu > li.back-link a { display:block; padding:5px 13px 5px 15px; color:#555; background-color:#FFF; border-right:1px solid #495D6C; }
#new-dashboard .main-bar .menu a:hover,
#new-dashboard .main-bar .menu a:focus { text-decoration:none; background-color:#384752; }
#new-dashboard .main-bar .menu .main-menu ul { list-style:none; display:none; }
#new-dashboard .main-bar .menu .main-menu li.active ul { display:block; padding:0; }
#new-dashboard .main-bar .menu .main-menu li.active.no-color a { background-color:transparent;}
#new-dashboard .main-bar .menu .main-menu li.active.no-color a:hover,
#new-dashboard .main-bar .menu .main-menu li.active.no-color a:focus { background-color:#384752; }
#new-dashboard .main-bar .menu .main-menu li.active.no-color ul li.active a { background-color:#384752; }
#new-dashboard .main-bar .menu .main-menu li.active a { background-color:#384752; }
#new-dashboard .main-bar .menu .main-menu ul a { padding-left: 30px; }
#new-dashboard .main-bar .menu .main-menu ul a span { position: sticky; left: 65px; }

#new-dashboard .main-bar > .content {
    display:table-cell;
}

#new-dashboard .main-bar > .content > .left-sidebar-wrapper {
    display:table;
    width:100%;
}

#new-dashboard .main-bar > .content > .left-sidebar-wrapper > .left-sidebar {
    display:table-cell;
    width:210px;
    min-width: 210px;
    background-color:#f2f2f2;
    border-right:1px solid #E5E5E5;
}


#new-dashboard .main-bar > .content > .left-sidebar-wrapper > .left-sidebar-content {
    display:table-cell;
    vertical-align: top;
}

#new-dashboard .page-title-large {
    padding:30px;
}

#new-dashboard .page-title {
    padding:16px 30px;
}

#new-dashboard .page-title.fixed {
    position:fixed;
    width:calc(100% - 210px);
    background-color:#FFF;
    z-index:100;
    top:0;
}

#new-dashboard .page-title h2,
#new-dashboard .page-title-large h2 {
    margin:0;
    font-weight:700;
    font-size:24px;
    color:#555;
}

#new-dashboard .page-title .breadcrumb {
    margin-bottom:0;
    padding:5px 0;
    background-color:transparent;
}

#new-dashboard .page-title .breadcrumb > li + li:before {
    content: "\003e\00a0";
    padding:0 2px;
}

#new-dashboard .title-bar,
#new-dashboard .lots-bar,
#new-dashboard .bottom-bar {
    background-color:#f2f2f2;
    padding:5px 15px 5px 30px;
    border-top:1px solid #E5E5E5;
    border-bottom:1px solid #E5E5E5;
    height:50px;
    vertical-align: middle;
}

#new-dashboard .bottom-bar .summary {
    line-height:35px;
}

#new-dashboard .title-bar.fixed {
    position:fixed;
    width:calc(100% - 210px);
    z-index:100;
}

#new-dashboard .title-bar .dropdown-toggle .caret {
    display:none;
}

#new-dashboard .title-bar .dropdown-menu {
    background-color: #FFF;
    border-radius: 0;
    color: #555;
    padding: 0;
    top:33px;
}

#new-dashboard .title-bar .dropdown-menu .dropdown-header {
    color: #555;
    font-weight:600;
    padding:10px;
    background-color:#F5F5F5;
}

#new-dashboard .title-bar .dropdown-menu li a {
    color: #555;
    padding:10px 10px;
}

#new-dashboard .title-bar .dropdown-menu li a:hover {
    background-color: #F5F5F5;
}

#new-dashboard .title-bar .dropdown-menu li {
    border-bottom:1px solid #E5E5E5;
}

#new-dashboard .title-bar .dropdown-menu li:last-child {
    border-bottom:0;
}

#new-dashboard .title-bar h4 {
    font-weight:400;
    font-size:20px;
    color:#555;
}

#new-dashboard .title-bar .btn-block {
    display:block;
    width:150px;
    margin:2px 0 2px 10px;
}

#new-dashboard .title-bar .btn-block.wide-button {
    width: 300px;
}

#new-dashboard .title-bar .item-search-wrapper,
#new-dashboard .title-bar #gridFilter {
    margin:2px 0 0 10px;
}

#new-dashboard .title-bar .item-tabs .item-tab,
#new-dashboard .title-bar .item-tabs .item-filter {
    display:inline-block;
    padding:6px 18px;
    font-size:14px;
    background:#FFF;
    border:1px solid #E5E5E5;
    margin:2px 10px 0 0;
    cursor:pointer;
}

#new-dashboard .title-bar .item-tabs .item-tab:hover,
#new-dashboard .title-bar .item-tabs .item-tab.active,
#new-dashboard .title-bar .item-tabs .item-filter:hover,
#new-dashboard .title-bar .item-tabs .item-filter.active {
    background-color: #0087CB;
    border-color:#2e6da4;
    color:#FFF;
}

#new-dashboard .title-bar .item-tabs .item-filter-option {
    cursor: pointer;
    padding: 10px;
    border-bottom:1px solid #E5E5E5;
}

#new-dashboard .title-bar .item-tabs .item-filter-option:hover,
#new-dashboard .title-bar .item-tabs .item-filter-option.active {
    background-color: #0087CB;
    border-color:#2e6da4;
    color:#FFF;
}

#new-dashboard .lots-bar {
    position: relative;
    border-bottom:0;
}

#new-dashboard .lots-carousel {
    max-width:1438px;
    margin-left: 20px;
    margin-right: 20px;
}
#new-dashboard .lots-bar .lot-item {
    display:block;
    width:40px;
    height:40px;
    line-height:40px;
    text-align: center;
    color:#FFF;
    background:rgba(128,128,128,0.3);
}

#new-dashboard .lots-bar .lot-item:hover,
#new-dashboard .lots-bar .lot-item.active {
    background-color: #808080;
}


#new-dashboard .lots-bar .lot-item.available {
    background-color: rgba(0, 153, 0, 0.3);
}
#new-dashboard .lots-bar .lot-item.option {
    background-color: rgba(255, 170, 0, 0.3);
}
#new-dashboard .lots-bar .lot-item.sold,
#new-dashboard .lots-bar .lot-item.rented {
    background-color: rgba(204, 0, 0, 0.3);
}
#new-dashboard .lots-bar .lot-item.verbally {
    background-color: rgba(255, 102, 0, 0.3);
}


.my-controls-btns {
    position:absolute;;
    display:block;
    width:20px;
    height:20px;
    top:15px
}

.my-controls-btns.prev-slide {
    left:30px;
}

.my-controls-btns.next-slide {
    right: 15px;
}

#new-dashboard .bottom-bar .item-paginate {
    margin: 2px 30px 0 0;
}

#new-dashboard .bottom-bar .item-paginate .item-page-counter {
    display: inline-block;
    background: #FFF;
    border: 1px solid #E5E5E5;
    padding: 7px 0;
    width: 34px;
    text-align: center;
    margin-right: 5px;
    cursor:pointer;
}

#new-dashboard .bottom-bar .item-paginate span:first-child {
    margin-right:5px;
}

#new-dashboard .bottom-bar .item-paginate .item-page-counter:hover,
#new-dashboard .bottom-bar .item-paginate .item-page-counter.active,
#new-dashboard .bottom-bar .item-paginate .item-page-counter:hover a,
#new-dashboard .bottom-bar .item-paginate .item-page-counter.active a {
    background-color: #0087CB;
    border-color:#2e6da4;
    color:#FFF;
}

#new-dashboard .bottom-bar .item-paginate .item-page-counter a {
    padding: 8px;
}

#new-dashboard .bottom-bar .item-paginate .item-page-counter.disabled:hover {
    background: #FFF;
    border: 1px solid #E5E5E5;
    color:#555;
}

#new-dashboard .bottom-bar .item-paginate .item-page-counter.disabled:hover,
#new-dashboard .bottom-bar .item-paginate .item-page-counter.active:hover {
    cursor:default;
}

#new-dashboard .bottom-bar .item-paginate .item-page-size {
    display: inline-block;
    width: 60px;
    padding:6px;
    height:34px;
}

#new-dashboard .left-sidebar .sidebar-media {
    width:100%;
    height:136px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

#new-dashboard .left-sidebar ul {
    list-style: none;
    padding:0;
}

#new-dashboard .left-sidebar ul li {
    position:relative;
    font-weight:600;
    text-transform: uppercase;
}

#new-dashboard .left-sidebar ul li a {
    color:#555;
    display:block;
    border-bottom:1px solid #E5E5E5;
    padding:13px;
}

#new-dashboard .left-sidebar ul li a.back-link,
#new-dashboard .left-sidebar ul li.back-link a {
    background-color:#FFF;
    text-transform: none;
    padding:5px 13px;
    font-weight:300;
}

#new-dashboard .left-sidebar ul li a.back-link:hover,
#new-dashboard .left-sidebar ul li.back-link a:hover,
#new-dashboard .left-sidebar ul li.active a,
#new-dashboard .left-sidebar ul li.active.no-color li.active a {
    color:#0087CB;
}

#new-dashboard .left-sidebar ul ul {
    display: none;
}

#new-dashboard .left-sidebar ul li.active ul {
    display: block;
    padding: 0;
}

#new-dashboard .left-sidebar ul li.active.no-color a {
    background-color: transparent;
    color: #555;
}

#new-dashboard .left-sidebar a {
    cursor: pointer;
}

#new-dashboard .left-sidebar ul li.active.no-color a:hover,
#new-dashboard .left-sidebar ul li.active.no-color li.active a,
#new-dashboard .left-sidebar ul li.active a,
#new-dashboard .left-sidebar ul li a:hover {
    background-color:#FFF;
}

#new-dashboard .left-sidebar ul li a.collapse-link::after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f078";
    position: absolute;
    right: 13px;
    font-weight: 900;
}

#new-dashboard .left-sidebar ul li a.collapse-link.collapsed::after {
    content: "\f054";
}

#new-dashboard .left-sidebar ul li ul li {
    font-weight:300;
    text-transform: none;
}

#new-dashboard .left-sidebar ul li.active.no-color ul li a,
#new-dashboard .left-sidebar ul li ul li a {
    padding-left:26px;
    background-color:#F8F8F8;
}

#new-dashboard .left-sidebar ul li ul li.active a {
    font-weight: 600;
}

#new-dashboard .item-content-wrapper {
    display:table;
    width:100%;
}

#new-dashboard .block.grey-background {
    background-color:#F2F2F2;
}

#new-dashboard .item-content-wrapper .item-content {
    display:table-cell;
    padding-top:15px;
    padding-bottom:45px;
}

#new-dashboard .item-content-wrapper .item-content#item-list {
    padding: 0;
}

#new-dashboard .item-content-wrapper .item-content#item-list .item-list-loader {
    display:table;
    width:100%;
}

#new-dashboard .item-content-wrapper .item-content#item-list .item-list-loader-content {
    display:table-cell;
    text-align: center;
    vertical-align: middle;
}

#new-dashboard .item-content-wrapper .item-content#item-list .item-list-loader-content .no-result {
    font-size:24px;
    padding:8px;
    border-radius:8px;
    background-color: #F2F2F2;
    color:#666;
    border:1px solid #E5E5E5;
}

#new-dashboard .item-content-wrapper .item-content .item-list-result {
    width:100%;
    margin-bottom: 0;
}

#new-dashboard .item-content-wrapper .item-content .item-list-header {
    height:50px;
    background-color:#F2F2F2;
    border-bottom:1px solid #E5E5E5;
}

#new-dashboard .item-content-wrapper .item-content .item-list-header > th {
    font-weight: 600;
    border-bottom-width: 1px;
}

#new-dashboard .item-content-wrapper .item-content .item-list-header > th .sort {
    cursor:pointer;
    color:#4183C4;
}

#new-dashboard .item-content-wrapper .item-content .item-list-header > th .sort.active:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f0d8";
    margin-left:5px;
}

#new-dashboard .item-content-wrapper .item-content .item-list-header > th .sort.active.desc:after {
    content: "\f0d7";
}

#new-dashboard .item-content-wrapper .item-content .item-list-header > th .sort:hover {
    color:#23527c;
}

#new-dashboard .item-content-wrapper .item-content .item-list-result > tbody > tr {
    border-bottom: 1px solid #E5E5E5;
    height:99px;
}

#new-dashboard .item-content-wrapper .item-content .item-list-compact > tbody > tr {
    height:49px;
}

#new-dashboard .item-content-wrapper .item-content .item-list-result > tbody > tr:last-child {
    border-bottom: none;
}

#new-dashboard .item-content-wrapper .item-content .item-list-header > th,
#new-dashboard .item-content-wrapper .item-content .item-list-header > tr > th,
#new-dashboard .item-content-wrapper .item-content .item-list-result > tbody > tr > td {
    padding:5px 10px;
    vertical-align: middle;
}

#new-dashboard span.label,
#new-dashboard .item-content-wrapper .item-content .item-list-result > tbody > tr > td .label {
    background-color: #F2F2F2;
    color:#666;
    margin-right:5px;
}

#new-dashboard .item-content-wrapper .item-content .item-list-result > tbody > tr > td img {
    height:18px;
}

#new-dashboard .item-content-wrapper .item-content .item-list-result > tbody > tr:hover > td .progress,
#new-dashboard .item-content-wrapper .item-content .item-list-result > tbody > tr:hover > td .label {
    background-color: #DDD;
}

#new-dashboard .item-content-wrapper .item-content .item-list-result > tbody > tr > td a.item-list-link {
    color:#555;
    text-decoration: underline;
}

#new-dashboard span.label.label-info,
#new-dashboard .item-content-wrapper .item-content .item-list-result > tbody > tr > td .label.label-info {
    background-color: #5bc0de;
    color:#FFFFFF;
}

#new-dashboard span.label.label-success,
#new-dashboard .item-content-wrapper .item-content .item-list-result > tbody > tr > td .label.label-success {
    background-color: #5cb85c;
    color:#FFFFFF;
}

#new-dashboard span.label.label-danger,
#new-dashboard .item-content-wrapper .item-content .item-list-result > tbody > tr > td .label.label-danger {
    background-color: #D9534F;
    color:#FFFFFF;
}

#new-dashboard span.label.label-warning,
#new-dashboard .item-content-wrapper .item-content .item-list-result > tbody > tr > td .label.label-warning {
    background-color: #f0ad4e;
    color:#FFFFFF;
}

#new-dashboard .item-content-wrapper .item-content .item-list-result > tbody > tr > td a.item-list-link:hover {
    color: #2E6DA4;
}

#new-dashboard .item-content-wrapper .item-content .item-list-result > tbody > tr > td .item-list-progress {
    width: 60px;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: none;
    height: 10px;
    background-color:#DDD;
}

#new-dashboard .item-content-wrapper .item-content .item-list-result > tbody > tr > td .item-list-progress > .progress-bar {
    box-shadow: none;
}

#new-dashboard .item-content-wrapper .item-content .item-list-result > tbody > tr > td .item-list-progress > .progress-bar.progress-bar-info {
    background-color: #0087CB;
}

#new-dashboard .lots-status.available {
    color: #009900;
}
#new-dashboard .item-content-wrapper .item-content .item-list-result > tbody > tr > td .item-list-progress > .progress-bar.progress-bar-available,
#new-dashboard .lots-bar .lot-item.available:hover,
#new-dashboard .lots-bar .lot-item.available.active {
    background-color: #009900;
}
#new-dashboard .lots-status.option {
    background-color: #FFAA00;
}
#new-dashboard .item-content-wrapper .item-content .item-list-result > tbody > tr > td .item-list-progress > .progress-bar.progress-bar-option,
#new-dashboard .lots-bar .lot-item.option:hover,
#new-dashboard .lots-bar .lot-item.option.active {
    background-color: #FFAA00;
}
#new-dashboard .lots-status.sold {
    color: #CC0000;
}

#new-dashboard .item-content-wrapper .item-content .item-list-result > tbody > tr > td .item-list-progress > .progress-bar.progress-bar-sold,
#new-dashboard .lots-bar .lot-item.sold:hover,
#new-dashboard .lots-bar .lot-item.sold.active,
#new-dashboard .item-content-wrapper .item-content .item-list-result > tbody > tr > td .item-list-progress > .progress-bar.progress-bar-rented,
#new-dashboard .lots-bar .lot-item.rented:hover,
#new-dashboard .lots-bar .lot-item.rented.active {
    background-color: #CC0000;
}

#new-dashboard .lots-status.verbal {
    color: #FF6600;
}

#new-dashboard .item-content-wrapper .item-content .item-list-result > tbody > tr > td .item-list-progress > .progress-bar.progress-bar-verbal,
#new-dashboard .lots-bar .lot-item.verbally:hover,
#new-dashboard .lots-bar .lot-item.verbally.active {
    background-color: #FF6600;
}


#new-dashboard .item-content-wrapper .item-content .item-list-header > th:first-child,
#new-dashboard .item-content-wrapper .item-content .item-list-header > tr:first-child > th:first-child,
#new-dashboard .item-content-wrapper .item-content .item-list-result > tbody > tr > td:first-child {
    padding-left:30px;
}

#new-dashboard .item-content-wrapper .item-content .item-list-header > th:last-child,
#new-dashboard .item-content-wrapper .item-content .item-list-header > tr:last-child > th:last-child,
#new-dashboard .item-content-wrapper .item-content .item-list-result > tbody > tr > td:last-child {
    padding-right:30px;
}

#new-dashboard .item-content-wrapper .item-content .item-list-result > tbody > tr > td.item-image {
    width:177px;
}

#new-dashboard .item-content-wrapper .item-content .item-list-result > tbody > tr > td.item-image img {
    width: 140px;
    height: 90px;
}

#new-dashboard .item-content-wrapper .item-content .item-list-result > tbody > tr > td.item-actions {
    width:75px;
}

#new-dashboard .item-content-wrapper .item-content .item-list-result > tbody > tr > td.item-sorter {
    width: 18px;
    padding: 5px 0;
    cursor:pointer;
}

#new-dashboard .item-content-wrapper .item-content .item-list-result > tbody > tr > td.item-checkbox {
    width:20px;
}

#new-dashboard .item-content-wrapper .item-content .item-list-result > tbody > tr > td.item-published {
    width:140px;
}

#new-dashboard .item-content-wrapper .item-content .item-list-result > tbody > tr > td.item-published > span {
    background-color: #495d6c;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    color: #FFF;
    padding: 5px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    line-height: 24px;
    margin:3px;
    text-transform: uppercase;
    text-align: center;
}

#new-dashboard .item-content-wrapper label,
#new-dashboard #export-modal label
{
    font-weight: 400;
}


#new-dashboard .item-content-wrapper .item-content .alert {
    margin-left:30px;
    margin-right:30px;
}

#new-dashboard .item-content-wrapper .item-content .item-tabs {
    padding-left:30px;
}

#new-dashboard .item-content-wrapper .item-content .item-tabs > li > a,
#new-dashboard .item-content-wrapper .item-content .language-tabs > li > a {
    border-radius:0;
    background-color:#F2F2F2;
    border:1px solid #E5E5E5;
    color:#555;
}

#new-dashboard .item-content-wrapper .item-content .item-tabs > li > a.tab-error,
#new-dashboard .item-content-wrapper .item-content .language-tabs > li > a.tab-error {
    /*background-color:#F2DEDE;
    border:1px solid #EBCCD1;
    color:#A94442;*/
    border-bottom:2px solid #D94442;
}

#new-dashboard .item-content-wrapper .item-content .item-tabs > li > a:hover,
#new-dashboard .item-content-wrapper .item-content .language-tabs > li > a:hover {
    background-color:#FFFFFF;
}

#new-dashboard .item-content-wrapper .item-content .item-tabs > li.active > a,
#new-dashboard .item-content-wrapper .item-content .language-tabs > li.active > a {
    background-color:#FFF;
    border-bottom-color: transparent;
}

#new-dashboard .item-content-wrapper .item-content .item-tabs > li.active > a.tab-error,
#new-dashboard .item-content-wrapper .item-content .language-tabs > li.active > a.tab-error {
    /*background-color:#F2C6C6;*/
    border-bottom-color: #D94442;
}

#new-dashboard .item-content-wrapper .item-content .item-tabs + .tab-content {
    padding:15px 30px 30px;
}

#new-dashboard .item-content-wrapper .item-content .language-tabs + .tab-content {
    padding:30px;
    border:1px solid #E5E5E5;
    border-top:0;
}

#new-dashboard .item-content-wrapper .item-sidebar {
    display:table-cell;
    background-color:#f2f2f2;
    border-left:1px solid #E5E5E5;
    width:350px;
    max-width:350px;
    padding:15px;
    vertical-align: top;
}

#new-dashboard .item-content-wrapper .item-sidebar-actions {
    background-color:#495D6C;
    border-left:1px solid #E5E5E5;
    width:0;
    max-width:300px;
    vertical-align: top;
    display:table-cell;
    color:#F2F2F2;
}

#new-dashboard .item-content-wrapper .item-sidebar-actions a {
    color: #F2F2F2;
}

#new-dashboard .item-content-wrapper .item-sidebar-actions a:hover {
    color: #DDD;
}

#new-dashboard .item-content-wrapper .item-sidebar-actions .item-action-counter {
    padding:16px 15px;
    border-bottom:1px solid #E5E5E5;
}

#new-dashboard .item-content-wrapper .item-sidebar-actions .item-action-buttons {
    padding:15px;
}

#new-dashboard .item-content-wrapper .item-sidebar-actions .item-action-buttons .button-wrapper {
    margin-bottom:15px;
}

#new-dashboard .item-content-wrapper .item-sidebar-actions .item-action-buttons .button-wrapper button {
    pointer-events: auto;
    width:100%;
    text-align: left;
}

#new-dashboard fieldset {
    border:1px solid #E5E5E5;
    padding:15px 30px 30px;
}

#new-dashboard fieldset legend {
    font-size:15px;
    font-weight:700;
    width:inherit;
    padding:0 10px;
    border-bottom:0;
    margin-bottom:0;
    color:#555;
    margin-left: -10px;
}

#new-dashboard .item-sidebar fieldset {
    border:1px solid #E5E5E5;
    padding:15px;
    margin-bottom:15px;
}

#new-dashboard .item-sidebar fieldset.admin-only {
    border: 2px solid #fe9f0f;
    background: #f5dbb5;
    padding: 15px;
    margin-bottom: 15px;
}

#new-dashboard .item-sidebar fieldset.admin-only legend {
    background-color: #f90;
    border: 1px solid #999;
    margin-left: 0;
}

#new-dashboard .item-sidebar fieldset.admin-only legend::before {
    content: "\f30d";
    font-family: 'Font Awesome 5 Pro';
    margin-right: 5px;
}

#new-dashboard .dashboard-radio input,
#new-dashboard .dashboard-checkbox input {
    transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    height:0;
    width:0;
}

#new-dashboard .dashboard-radio label,
#new-dashboard .dashboard-checkbox label,
#new-dashboard .fancy-label {
    float:left;
    padding:10px;
    margin:0 10px 10px 0;
    color:#555;
    background-color:#F2F2F2;
    border:1px solid #DDD;
    font-weight: 400;
    cursor:pointer;
}

#new-dashboard .fancy-label {
    cursor: inherit;
}

#new-dashboard .dashboard-radio.disabled-fancy label,
#new-dashboard .dashboard-checkbox.disabled-fancy label {
    color:#AAA;
}

#new-dashboard .has-error .dashboard-radio label,
#new-dashboard .has-error .dashboard-checkbox label {
    color:#A94442;
    background-color:#F2DEDE;
    border:1px solid #EBCCD1;
}

#new-dashboard .has-warning .dashboard-radio label,
#new-dashboard .has-warning .dashboard-checkbox label {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

#new-dashboard .item-sidebar .dashboard-radio label {
    background-color: #FFF;
}

#new-dashboard .dashboard-radio label:hover,
#new-dashboard .dashboard-radio input:checked + label,
#new-dashboard .dashboard-checkbox label:hover,
#new-dashboard .dashboard-checkbox input:checked + label {
    background-color:#0087CB;
    border-color:#2E6DA4;
    color:#FFF;
}

#new-dashboard .dashboard-radio.disabled-fancy input:checked + label,
#new-dashboard .dashboard-checkbox.disabled-fancy input:checked + label {
    background-color:#0087CB;
    border-color:#2E6DA4;
    color: #DDD;
    cursor: not-allowed;
}

#new-dashboard .dashboard-radio.disabled-fancy label:hover,
#new-dashboard .dashboard-checkbox.disabled-fancy label:hover {
    background-color:#F2F2F2;
    border:1px solid #DDD;
    color:#AAA;
    cursor: not-allowed;
}

#new-dashboard .dashboard-boolean {
    position:relative;
    padding-left: 20px;
    line-height: 16px;
    cursor: pointer;
}

#new-dashboard .dashboard-boolean.input-disabled {
    color:#BBB;
    cursor: default;
}

#new-dashboard .dashboard-boolean input {
    transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    height:0;
    width:0;
}

#new-dashboard .dashboard-boolean input + .checkbox-marker {
     display:inline-block;
}

#new-dashboard .dashboard-boolean input + .checkbox-marker::after {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border:1px solid #555;
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    color: transparent;
    background-color:#FFF;
    cursor: pointer;
}

#new-dashboard .dashboard-boolean.disabled-fancy {
    cursor: not-allowed;
}

#new-dashboard .dashboard-boolean.disabled-fancy input + .checkbox-marker::after
{
    border:1px solid #AAA;
    cursor: not-allowed;
}

#new-dashboard .dashboard-boolean input:checked + .checkbox-marker::after {
    color:#555;
}

#new-dashboard .dashboard-boolean input:disabled + .checkbox-marker::after {
    color:#BBB;
    border-color:#BBB;
}

#new-dashboard .dashboard-boolean.disabled-fancy input:checked + .checkbox-marker::after {
    color:#AAA;
}

#new-dashboard .dashboard-boolean input.partial:checked + .checkbox-marker::after {
    content: "\f068";
    text-align: center;
    padding-top: 1px;
}

#new-dashboard .form-updated {
    display:none;
    margin: 3px 0 0 10px;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 0;
}

#new-dashboard .popover-button {
    border:none;
    background:transparent;
    padding:0;
}

#new-dashboard .item-delete {
    cursor:pointer;
}

#new-dashboard .item-delete:hover {
    color:#843534;
}

#new-dashboard .block {
    padding:15px 30px;
}

#new-dashboard .fancy-header {
    border-bottom:1px solid #E5E5E5;
    padding:10px 0;
    margin-bottom:15px;
}

#new-dashboard .fancy-header h4 {
    font-weight:400;
    display:inline;
}

#new-dashboard .fancy-sub-header {
    padding:10px 0;
    clear:both;
}

#new-dashboard .fancy-sub-header h6 {
    font-weight:400;
    display:inline;
}

#new-dashboard .stats-block {
    background-color:#F2F2F2;
    border:1px solid #E5E5E5;
    padding:15px 15px 30px 15px;
    height: 100%;
}
#new-dashboard .stats-block .stats-title {
    margin-bottom:30px;
}

#new-dashboard .stats-block .stats-title .stats-caption {
    font-size: 16px;
    font-weight:600;
}

#new-dashboard .stats-block .stats-number {
    font-size:40px;
    font-weight: 600;
}

#new-dashboard .trigger {
    display:none;
}

#new-dashboard .btn.btn-gray
{
    color: #555;
    background-color: #F2F2F2;
    border: 1px solid #DDD;
}
#new-dashboard .btn.btn-gray:hover
{
    background-color: #0087CB;
    border-color: #2E6DA4;
    color: #FFF;
}

#new-dashboard .btn.btn-darkgray
{
    color: #555;
    background-color: #C2C2C2;
    border: 1px solid #CCC;
}
#new-dashboard .btn.btn-darkgray:hover
{
    color: #555;
    background-color: #C9C9C9;
    border-color: #DDD;
}

#new-dashboard .project-source-icon {
    width:16px;
    height:16px;
    margin-left:5px;
}

/* tooltip width */
#new-dashboard .popover {
    max-width: 75%;
}

#new-dashboard .tooltip-inner {
    max-width: 500px;
}

#new-dashboard .changed-tooltip,
#new-dashboard .alert-change {
    cursor: pointer;
}

#new-dashboard .changed-attribute {
    display: block;
    width: 100%;
    padding: 6px 12px;
    min-height:34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    cursor:pointer;
}

#new-dashboard .changed-attribute.active {
    border: 2px solid #009900;
}

#new-dashboard .changed-attribute.changed-attribute-new {
    cursor:default;
    background-color:#EEE;
}

#new-dashboard .changed-between {
    display:block;
    position:absolute;
    left:-15px;
    padding:6px 12px;
}

.kv-checkbox-list label.disabled {
    display: block;
}

#new-dashboard .title-bar .export-list-view {
    padding: 6px 18px;
    border: 1px solid #E5E5E5;
    margin-top: 2px;
}

#new-dashboard .title-bar .export-list-view:hover {
    background-color: #0087CB;
    border-color: #2e6da4;
    color: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#new-dashboard .preview-mode #formButtonWrapper {
    display: none;
}

#new-dashboard .full-width-content {
    padding: 0 30px;
}

#new-dashboard .w-auto {
    width: auto !important;
}

#new-dashboard .icon-grey {
    color: #CECECE;
}

#overheadProjectModal path,
.lotOverheadModal path {
    fill: #F00;
    fill-opacity: 0.2;
    stroke-width: 2px;
    stroke: #FFF;
}

#overheadProjectModal path.current,
.lotOverheadModal path.current {
    fill: #0F0;
}

.form-language-switcher {
    margin:4px 30px -1px 0;
}

.form-language-switcher > li > a {
    padding:10px 15px !important;
    border-radius: 0 !important;
}

#new-dashboard .modal-body {
    max-height: calc(80vh - 30px);
    overflow-y: auto;
}

#new-dashboard .change-lot-status-modal .modal-body {
    overflow: inherit;
}

.nobr {
    white-space: nowrap;
}

#new-dashboard .swal2-container .btn {
    margin: 0 .25rem;
}

#new-dashboard .form-select { /* fix for bs5 */
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

@keyframes bouncing {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -5px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -2px, 0);
  }

  90% {
    transform: translate3d(0, -1px, 0);
  }
}

.bg-bouncing {
  animation-duration: 2s;
  animation-name: bouncing;
  animation-iteration-count: infinite;
}

.select2-container--default .select2-selection--single {
    border-radius:0;
}

.select2-container .select2-selection--single {
    height:40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #555;
    line-height: 40px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #DDD;
    color: #555;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #DDD;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top:5px;
}

.select2-container--default .select2-selection--single {
    border-color:#CCC;
}

.has-error .select2-container--default .select2-selection--single {
    border-color: #A94442;
    background-color:#F2DEDE
}

/* @todo: remove after migrating to bs5 */
[data-react-module] .btn-close {
    box-sizing: content-box;
    width: 15px;
    height: 15px;
    margin: 5px 5px;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23000%27%3e%3cpath d=%27M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z%27/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}