.top-bar-brand img {
  max-width: 165px; 
  max-height: 45px;
}
/* put your own styles to customize and override the theme */
.inline-list>.card-header {
  background-color: #f9f9f9;
}
.inline-list-row {
  padding: 1rem 0.5rem;
  margin: 1rem 0rem;
  border-top: 1px solid rgba(61,70,79,.125)!important;
  border-bottom: 1px solid rgba(61,70,79,.125)!important;
  background-color: #fcfcfc;
}
.inline-list-row:hover {
  border-top: 1px dashed rgba(61,70,79,.125)!important;
  border-bottom: 1px dashed rgba(61,70,79,.125)!important;
  background-color: #fcf6fc;
}
.remove_field {
  font-size: 1rem;
  margin-left: auto;
  margin-bottom: auto;
  margin-top: -1.5rem;
  margin-right: -1.5rem;
  padding: 0.15rem 0.5rem;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 1.5rem;
}

.clipboard-container {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 0px;
  z-index: 100;
  opacity: 0;
}

a.tile {
	background: none;
}
.tile>img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    max-width: 200%;
}

.bg-green>.metric, .bg-yellow>.metric, .bg-orange>.metric, .bg-red>.metric, .bg-pink>.metric, .bg-purple>.metric, .bg-indigo>.metric, .bg-blue>.metric, .bg-teal>.metric, .bg-cyan>.metric, .bg-gray>.metric, .bg-gray-dark>.metric {
    color: #fff;
}
.huge {
    font-size: 40px;
    line-height: 40px;
}
.card-metric {
  text-align: left;
}
.card-metric .card-header {
	padding: 10px 15px;
    color: #ffffff;
    border-bottom: none;
    font-size: 1.1rem;
}
.card-metric .small {
  line-height: 2.75;
  font-size: .875rem;
}
.card-metric .card-footer {
	padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.metric-row .metric {
  margin: 0;
  min-height: 1rem;
}
.metric {
	padding: 0 1rem 1rem;
}
.figure-img {
  overflow: visible;
}

.table {
    box-shadow: 0 0 0 1px rgba(61,70,79,.25), 0 1px 3px 0 rgba(61,70,79,.15);
    border-left: 1px solid rgba(61,70,79,.25);
    border-right: 1px solid rgba(61,70,79,.25);
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    margin-top: 2px;
}

.page-item:first-child .page-link, .pagination-lg .page-item:first-child .page-link, .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
}
.page-item:last-child .page-link, .pagination-lg .page-item:last-child .page-link, .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
}

.page-link {
	border-radius: inherit;
}
.page-item.disabled .page-link {
	background-color: #eee!important;
    border-color: #ddd!important;
}
.page-item.active .page-link {
	background-color: #346cb0!important;
	color: #fff!important;
}

.page-link {
	color: #346cb0;
    background-color: #fff;
    border: 1px solid #ddd;
}
.page-link:hover {
	background-color: #ddd;
}

.list-group-item.custom-control .custom-control-label {
  padding-left: 1.25rem;
}
.list-group-item.custom-control .custom-control-label:after, .list-group-item.custom-control .custom-control-label:before {
  left: -0.5rem;
  right: auto;
}

.btn-outline-light {
  color: #888c9b;
  border-color: #888c9b;
}
.btn-outline-secondary.active {
  background-color: #888c9b !important;
}
.bootstrap-select {
  border: 1px solid #c6c9d5!important;
}
.bootstrap-select-image {
  width: 20px;
}

.timeline-fluid .timeline-figure {
  margin-top: .25rem;
  padding-top: .5rem;
}

.area {
  background-color: #f6f7f9;
}
.zebra-on {
  background-color: #f6f7f9;
}
.zebra-on:hover {
  background-color: #e0e0e0;
}

/* ***********************DROPZONE********************************* */


.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  background-color: #f6f7f9;
  border: none;
  outline: 2px dashed #ccc;
  outline-offset: -10px;
  -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
					transition: outline-offset .15s ease-in-out, background-color .15s linear;
  min-height: 150px;
  padding: 20px 20px; 
}

.dropzone-icon {
  font-size: 2rem;
  display: block;
  margin-bottom: 1rem;

}

.dropzone .dz-preview.dz-image-preview {
  background: white; 
  border-radius: 20px;
}

.dz-preview .remove-button {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 99;
  color: rgba(255,0,0,0.6);
}
.dz-preview .remove-button:hover {
  color: rgba(255,0,0,1);
  cursor: pointer !important;
}
/* ********************************************************************************* */
/* ************************ JQUERY FILE UPLOADER  ********************************** */
/* ********************************************************************************* */
.dropzone-description { padding: 0 16px;}
.dropzone-description h5 {margin-bottom: 0;}
.fileuploader .is-hidden {
	display:none !important;
}

/* input & items size */
.fileuploader-theme-gallery .fileuploader-input,
.fileuploader-theme-gallery .fileuploader-items-list .fileuploader-item {
    position: relative;
	display: inline-block;
    margin: 16px 0 0 16px;
    padding: 0;
	vertical-align: top;
    
  width: 16.66666667%;
  width: calc(16.66666667% - 16px);
  /* width: 200px; */
}

/* input */
.fileuploader-theme-gallery .fileuploader-input-inner {
	display: flex;
    flex-direction: column;
	align-items: center;
    justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 200px;
    border: 2px dashed #d5d9e0;
    text-align: center;
    color: #90a0b1;
	font-weight: 700;
	cursor: pointer;
	border-radius: 8px;
	user-select: none;
	-webkit-transition: all 0.2s ease;
	        transition: all 0.2s ease;
}
.fileuploader-theme-gallery .fileuploader-input-inner .fileuploader-icon-main {
	font-size: 34px;
	margin-bottom: 8px;
	-webkit-transition: all 0.2s ease;
	        transition: all 0.2s ease;
}
.fileuploader-theme-gallery .fileuploader-input-inner:hover {
	border-color: #b8beca;
	background: #fcfcfe;
	box-shadow: 0 4px 24px -1px rgba(0,0,0,0.05);
}
.fileuploader-theme-gallery .fileuploader-input-inner:hover .fileuploader-icon-main {
	margin-bottom: 14px;
}
.fileuploader-theme-gallery .fileuploader-input-inner:active,
.fileuploader-theme-gallery .fileuploader-dragging .fileuploader-input-inner {
	background: #fffffe;
}
.fileuploader-theme-gallery .fileuploader-input-inner:active .fileuploader-icon-main,
.fileuploader-theme-gallery .fileuploader-dragging .fileuploader-input-inner .fileuploader-icon-main {
	margin-bottom: 4px;
}

/* items */
.fileuploader-theme-gallery .fileuploader-items .fileuploader-items-list {
	display: flex;
	flex-wrap: wrap;
	margin: -16px 0 0 -16px;
}
.fileuploader-theme-gallery .fileuploader-items .fileuploader-item {
	border-bottom: 0;
}
.fileuploader-theme-gallery .fileuploader-items .fileuploader-item:last-child {
    margin-bottom: 0;
}
.fileuploader-theme-gallery .fileuploader-items .fileuploader-item-inner {
	height: 100%;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 24px -1px rgba(0,0,0,0.05);
	overflow: hidden;
	z-index: 1;
}
.fileuploader-theme-gallery .fileuploader-item-inner .thumbnail-holder {
	position: relative;
	width: 100%;
	padding-top: 75%;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
}
.fileuploader-theme-gallery .fileuploader-items-list .fileuploader-item-image {
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
	height: 100%;
	text-align: center;
	border-radius: 0;
	overflow: hidden;
}
.fileuploader-theme-gallery .thumbnail-holder .fileuploader-item-icon {
	border-radius: 0;
	font-size: 34px;
    background-size: 30%;
}
.fileuploader-theme-gallery .fileuploader-items .fileuploader-item .fileuploader-action-popup {
    border-radius: 0;
    z-index: 1;
}
.fileuploader-theme-gallery .fileuploader-item .actions-holder {
    position: absolute;
    top: 6px;
    right: 0;
	width: 100%;
    height: 20px;
	padding: 0 6px;
    z-index: 2;
	text-align: right;
}
.fileuploader-theme-gallery .fileuploader-items .fileuploader-item .fileuploader-action {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.fileuploader-theme-gallery .fileuploader-items .fileuploader-item .fileuploader-action + .fileuploader-action {
    margin-left: 8px;
}

.fileuploader-theme-gallery .fileuploader-item-inner .content-holder {
	padding: 12px 8px;
	text-align: center;
}
.fileuploader-theme-gallery .fileuploader-item-inner .content-holder h5 {
	width: 100%;
	margin: 0;
	color: #35354f;
	font-size: 14px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.fileuploader-theme-gallery .fileuploader-item-inner .content-holder span {
	font-size: 12px;
	color: #999a9f;
}
.fileuploader-theme-gallery .fileuploader-item .type-holder {
    position: absolute;
    top: 100%;
    right: -4px;
	width: 32px;
    height: 32px;
    margin-top: -24px;
	text-transform: uppercase;
	z-index: 1;
}

.fileuploader-theme-gallery .fileuploader-item .gallery-item-dropdown {
	display: none;
	position: absolute;
    top: 100%;
    right: 34px;
    margin: 8px 0 0;
	padding: 0;
    background: #fff;
	box-shadow: 1px 4px 12px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	overflow: hidden;
	z-index: 1;
}
.fileuploader-theme-gallery .fileuploader-item .gallery-item-dropdown a {
	display: block;
	padding: 10px 12px;
	min-width: 120px;
	color: #35354f;
	cursor: pointer;
	text-decoration: none;
}
.fileuploader-theme-gallery .fileuploader-item .gallery-item-dropdown a:hover {
	background: rgba(0, 0, 0, 0.03)
}
.fileuploader-theme-gallery .fileuploader-item .gallery-item-dropdown a:active {
	background: rgba(0, 0, 0, 0.05)
}

.fileuploader-theme-gallery .file-main-1 .fileuploader-item-inner {
	background: #789bec;
}
.fileuploader-theme-gallery .file-main-1 .fileuploader-item-inner .content-holder h5 {
	color: #fff;
}
.fileuploader-theme-gallery .file-main-1 .fileuploader-item-inner .content-holder span {
	color: rgba(255, 255, 255, 0.8);
}


/* uploading */
.fileuploader-theme-gallery .fileuploader-items .fileuploader-item.upload-failed .thumbnail-holder {
	background: #db6868;
}
.fileuploader-theme-gallery .fileuploader-items .fileuploader-item.upload-failed .thumbnail-holder:after {
	content: 'Error!';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-weight: 700;
    color: #9e4c4c;
}
.fileuploader-theme-gallery .fileuploader-item .progress-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: #454545;
    display: none;
    z-index: 1;
}
.fileuploader-theme-gallery .fileuploader-item .progress-holder span {
	position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    transform: translateX(-50%) translateY(-50%);
	z-index: 1;
}
.fileuploader-theme-gallery .fileuploader-item .progress-holder .fileuploader-progressbar {
	height: 100%;
	border-radius: 0;
}
.fileuploader-theme-gallery .fileuploader-item .progress-holder .fileuploader-progressbar .bar {
    width: 100%;
	height: 0;
	top: auto;
	bottom: 0;
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}

/* sorter */
.fileuploader-theme-gallery .fileuploader-items .fileuploader-item.sorting {
    padding-top: 0;
    margin: 0;
}
.fileuploader-theme-gallery .fileuploader-sorter-placeholder {
    background: #f0f3f9;
    border-radius: 6px;
}

/* responsive */
@media all and (max-width: 1200px) {
    .fileuploader-theme-gallery .fileuploader-input,
    .fileuploader-theme-gallery .fileuploader-items-list .fileuploader-item {
        width: 25%;
        width: calc(25% - 16px);
    }
	.fileuploader-theme-gallery .fileuploader-input-inner {
		min-height: 220px;
	}
}
@media all and (max-width: 768px) {
    .fileuploader-theme-gallery .fileuploader-input,
    .fileuploader-theme-gallery .fileuploader-items-list .fileuploader-item {
        width: 33.33333333%;
        width: calc(33.33333333% - 16px);
    }
	.fileuploader-theme-gallery .fileuploader-input-inner {
		min-height: 225px;
	}
}
@media all and (max-width: 576px) {
    .fileuploader-theme-gallery .fileuploader-input,
    .fileuploader-theme-gallery .fileuploader-items-list .fileuploader-item {
        width: 50%;
        width: calc(50% - 16px);
    }
	.fileuploader-theme-gallery .fileuploader-input-inner {
		min-height: 182px;
	}
}





/* ********************************************************************************* */
/*********************** Custom Switcher for with Custom Label ***********************/
/* ********************************************************************************* */

.switcher-control-custom-label {
  width: 5.1875rem;
}
.switcher-control-custom-label .switcher-indicator {
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
}
.switcher-control-custom-label .switcher-indicator:before {
  right: 3.71875rem;
  width: 1.5rem;
  border-radius: 1.5rem;
}
.switcher-control-custom-label .switcher-label-off,
.switcher-control-custom-label .switcher-label-on {
  width: calc(100% - 1.25rem);
  line-height: 1.5rem;
}
.switcher-control-custom-label>.switcher-indicator {
  margin-bottom: 0;
  display: block;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  border: 2px solid #00a28a;
  background-color: #00a28a;
  transition: all 0.15s linear;
}
.switcher-indicator:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: 0;
  background: #fff;
  border: 2px solid #a9b9b7;
  transition: all 0.15s ease-in-out;
}
.switcher-control-custom-label>.switcher-label-off {
  display: block;
  right: 0;
  color: #fff;
}
.btn.disabled, .btn:disabled {
  cursor: default;
}

/**   //////////////////////////////////////////////////////////////////////  **/

.fileuploader-items .fileuploader-item .fileuploader-item-image canvas, .fileuploader-items .fileuploader-item .fileuploader-item-image img {
    max-width: 100% !important;
    max-height: unset  !important;
}

/* input & items size */
.fileuploader-theme-thumbnails .fileuploader-thumbnails-input,
.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item {
    position: relative;
	display: inline-block;
    margin: 32px 0 0 16px;
    padding: 0;
	vertical-align: top;
    
    width:100%;
    width: calc(100% - 16px);
    padding-top: 40%;
}

.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner,
.fileuploader-theme-thumbnails .fileuploader-item-inner {
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;  
    border-radius: 6px;
}

/* input */
.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner {
    background: #e6ebf4;
    border: 2px dashed #92a7bf;
    text-align: center;
    font-size: 30px;
    color: #90a0bc;
	cursor: pointer;
    opacity: 0.5;
	-webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
	-webkit-transition: all 0.2s ease;
	        transition: all 0.2s ease;
}
.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner:hover {
	opacity: 1;
}
.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner:active,
.fileuploader-theme-thumbnails .fileuploader-dragging .fileuploader-thumbnails-input-inner {
	background: #f6f6fb;
}
.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner i {
    position: absolute;
    font-style: normal;
    left: 0;
    top: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}

/* items */
.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-items-list {
	margin: -16px 0 0 -16px;
}
.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item {
	border-bottom: 0;
}
.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item:last-child {
    margin-bottom: 0;
}
.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item-inner {
	background: rgba(0, 0, 0, 0.02);
	overflow: hidden;
	z-index: 1;
}
.fileuploader-theme-thumbnails .fileuploader-item-inner .thumbnail-holder,
.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item-image {
    width: 100%;
	height: 100%;
}
.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item-image {
	position: relative;
    background: #ffff;
	text-align: center;
	overflow: hidden;
}
.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-item-icon {
    background-size: 30%;   
}
.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-item-icon i {
    display: none;
}
.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-action-popup {
    border-radius: 6px;
    z-index: 1;
}
.fileuploader-theme-thumbnails .fileuploader-item .type-holder {
    position: absolute;
    top: 6px;
    left: 6px;
    padding: 4px 6px;
    background: rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    z-index: 2;
}
.fileuploader-theme-thumbnails .fileuploader-item .actions-holder {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 2;
    height: 20px;
}
.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-action {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-action + .fileuploader-action {
    margin-left: 8px;
}
.fileuploader-theme-thumbnails .fileuploader-item .content-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
       background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    z-index: 2;
}
.fileuploader-theme-thumbnails .fileuploader-item .content-holder h5 {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.fileuploader-theme-thumbnails .fileuploader-item .content-holder span {
    display: block;
    font-size: 11px;   
    color: rgba(255, 255, 255, 0.8);
}

/* uploading */
.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item.upload-failed .fileuploader-item-inner {
	background: #db6868;
}
.fileuploader-theme-thumbnails .fileuploader-item .progress-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: #fff;
    display: none;
    z-index: 1;
}
.fileuploader-theme-thumbnails .fileuploader-item .progress-holder .fileuploader-progressbar {
	position: relative;
    top: 50%;
	width: 80%;
    height: 6px;
	margin: 0 auto;
    margin-top: -6px;
	background: #dde4f6;
}

/* sorter */
.fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item.sorting {
    padding-top: 0;
    margin: 0;
}
.fileuploader-theme-thumbnails .fileuploader-sorter-placeholder {
    background: #f0f3f9;
    border-radius: 6px;
}
/* Inline form */

.inline-form {
    display: flex;
    column-gap: 8px;
    align-items: center;
    border: 1px solid #ccc;
}
.inline-form label {
    margin: 0 !important;
}

/* responsive */
@media all and (max-width: 768px) {
    .fileuploader-theme-thumbnails .fileuploader-thumbnails-input,
    .fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item {
        width: 33.33333333%;
        width: calc(33.33333333% - 16px);
        padding-top: 30%;
    }
}
@media all and (max-width: 480px) {
    .fileuploader-theme-thumbnails .fileuploader-thumbnails-input,
    .fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item {
        width: 50%;
        width: calc(50% - 16px);
        padding-top: 40%;
    }
}

.form-control:disabled, .form-control[readonly] {
    pointer-events: none;
    background-color:#E9ECEF !important;
}
.input-group:not(.input-group-alt) .form-control:disabled, .input-group:not(.input-group-alt) .form-control[readonly]{
    border-top: 1px solid #c6c9d5;
    border-bottom: 1px solid #c6c9d5;
    border-right: 1px solid #c6c9d5;
} 