.loader{
	position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/static/images/loader.gif) 50% 50% no-repeat;
    background-size: 60px;
    display:none;
}


.chosen-container-multi .chosen-choices{		
    border-color: #F3F6F9;
    color: #31c582;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    padding: 1.75rem !important;
    background: #F3F6F9;
    border: 0px;
    border-radius: 0.85rem !important;
    font-size: 1.175rem !important;			
}

.search-choice{
	background: #F3F6F9;
    border-radius: 5px;
}

.hidden{
	display: none!important;
}

.chosen-container-multi .chosen-choices li.search-choice{
	font-size: 12px;
    background-color: #ffffff !important;
    background-image: none !important;
}

/* Customized */


.aside-menu {
    background-color: #000;
}

.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading .menu-icon, .aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link .menu-icon {
    color: #000;
}

.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading, .aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link {
    background-color: #fff;
}

.aside-menu .menu-nav > .menu-item.menu-item-open > .menu-heading .menu-icon, .aside-menu .menu-nav > .menu-item.menu-item-open > .menu-link .menu-icon {
    color: #fff;
}

aside-menu .menu-nav > .menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading .menu-bullet.menu-bullet-dot > span, .aside-menu .menu-nav > .menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .menu-bullet.menu-bullet-dot > span {
    background-color: #fff;
}

.scrolltop{
    background-color: #000;
}

.dataTables_wrapper .dataTables_paginate .pagination .page-item.active > .page-link {
    background-color: #000 !important;
}

.image-checkbox {
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 3px solid transparent;
  box-shadow: 0 0 4px #ccc;
  outline: 0;
  width: 100%;
}

.image-checkbox-checked {
  border-color: #000;
}

.image-checkbox i {
  display: none;
  color: #fff;
  background: #000;
  padding: 2px;
}

.image-checkbox-checked {
  position: relative;
}

.image-checkbox-checked i {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}

/*a {*/
/*    color: #0040c4;*/
/*}*/

/*.aside-menu .menu-nav > .menu-item > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item > .menu-link .menu-text {*/
/*    color: #484747;*/
/*}*/


.aside-menu .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-heading .menu-icon, .aside-menu .menu-nav > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover > .menu-link .menu-icon {
    color: #fff;
}

.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link .menu-text{
    color: #000;
}

.brand {
    background-color: #ffff;
    border-right: 1px solid #eee;
}


.aside {
    background-color: #000;
}

.header-mobile {
    background-color: #000;
}

#tile-by-design{
    background: url("../images/tile-by-design.png");
    background-size: cover;
    height: 500px;
    cursor: pointer;
}


#tile-by-size{
    background: url("../images/tile-by-size.png");
    background-size: cover;
    height: 500px;
    cursor: pointer;
}

#tile-by-design:hover, #tile-by-size:hover{
    opacity: 0.5;
}


.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-label .wizard-bar:after {
    background-color: #000 !important;
}

.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-label {
    color: #000 !important;
}

.visibility-hidden{
 visibility: hidden !important;
}

.color_code.active, .color_code_cat.active{
   border: 3px solid #000;
}

.client_tile{
    cursor: pointer;
}

.color_code, .color_code_cat{
    width: 100%;
}

td.dt-control {
    background: url(https://www.datatables.net/examples/resources/details_open.png) no-repeat center center;
    cursor: pointer;
}

table tr.shown {
    background-color: #EBEDF3;
}

tr.shown td.dt-control {
    background: url(https://www.datatables.net/examples/resources/details_close.png) no-repeat center center;
}

.previous-btn > .color_code{
    padding: 0 !important;
}

/* Style the list to display horizontally */
ul.horizontal-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

/* Style each list item (image) */
ul.horizontal-list li {
    margin-right: 10px; /* Adjust the spacing between images */
}


/*.navi .navi-item .navi-link {*/
/*    color: #dccd3;*/
/*}*/

/*.navi .navi-item .navi-link:hover {*/
/*    color: #dccd3;*/
/*}*/

/*.btn.btn-clean i {*/
/*    color: #fff;*/
/*}*/

/*.symbol.symbol-light-success .symbol-label {*/
/*    background-color: #0040c4;*/
/*    color: #0040c4;*/
/*}*/

/*.btn.btn-clean:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-clean:focus:not(.btn-text) i, .btn.btn-clean.focus:not(.btn-text) i {*/
/*    color: #ffffff;*/
/*}*/

/*body {*/
/*    background: #fdfdfd;*/
/*}*/


/*.dataTables_wrapper .dataTable thead th{*/
/*	padding: 0.75rem 1rem;*/
/*    vertical-align: middle;*/
/*    font-size: 0.9rem;*/
/*    text-transform: uppercase;*/
/*    font-weight: 600;*/
/*    letter-spacing: 0.1rem;*/
/*}*/

/*.text-yellow{*/
/*    color: #ffc52d;*/
/*}*/

/*.text-dark{*/
/*    color: #231f20;*/
/*}*/
