body {
    background-color: rgb(241, 242, 243);
    overflow-x: hidden;

}

.manage-image-page .container {
    padding-top: 100px;
}

header {
	display: none;
}

.btn-green {
    background-color: rgb(156, 199, 56);
    border-color: rgb(156, 199, 56);
    color: rgb(255, 255, 255);
}

.btn-primary {
    background-color: rgb(226, 0, 19);
    border-color: rgb(226, 0, 20);
    color: rgb(255, 255, 255);
    border-radius: 0px;
}

.btn-primary:focus, .btn-primary:hover {
    background-color: rgb(51, 51, 51);
    border-color: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
}

.btn-secondary {
    background-color: rgb(255, 255, 255);
    border-color: rgb(204, 204, 204);
    color: rgb(51, 51, 51);
    border-radius: 0px;
}

.btn-secondary:focus, .btn-secondary:hover {
    background-color: rgb(230, 230, 230);
    border-color: rgb(173, 173, 173);
    color: rgb(51, 51, 51);
}


.btn i {
    margin-right: 6px;
}

ol.breadcrumb {
    background: transparent;
    border-radius: 0px;
    font-size: 14px;
    line-height: 20px;
    margin: -15px -15px 10px;
    padding: 8px 15px;
}

ol.breadcrumb i {
    color: rgb(226, 0, 26);
}

.breadcrumb > li {
    display: inline;
}

.breadcrumb > li a {
    color: rgb(51, 51, 51);
}

.breadcrumb > li span, .breadcrumb > li a:hover {
    color: rgb(108, 117, 125);
}

.breadcrumb > li + li::before {
    color: rgb(108, 117, 125);
    content: "/ ";
    padding: 0px 5px;
}

.section-title h2, .section-title h1 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: bold;
    margin-top: 15px;
}

.section-title i {
    margin-right: 0px;
}
table.data-table {
    background-color: #FFFFFF;
    border: 1px solid #ebedf2;
    border-collapse: collapse;
    color: #0e1726;
    empty-cells: show;
}

table.data-table thead tr th.th-actions a, table tfoot tr td.actions a {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    background-color: rgb(226, 0, 26) !important;
    border: 1px solid rgb(226, 0, 26) !important;
    padding: 3px 8px;
    color: #fff;
    height: 30px;
    display: inline-block;
}

table.data-table thead tr th.th-actions a:hover {
    background-color: rgb(51, 51, 51) !important;
    border: 1px solid rgb(51, 51, 51) !important;
}

.td-actions a {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding: 0 4px;
    text-align: center;
}

table.data-table tbody .td-actions a {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    border: 0px !important;
}

table.data-table tbody .td-actions a:hover, .list-actions a:hover {
    background-color: #0e1726 !important;
    border-color: #0e1726 !important;
    color: #FFF !important;
}

.paginator {
    text-align: center;
}

.pagination {
    margin: 0px;
    padding: 5px;
}

.panel-element {
    margin-bottom: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(85, 85, 85, 0.08) 0px 4px 6px 0px, rgba(0, 0, 0, 0.07) 0px 1px 20px 0px, rgba(0, 0, 0, 0.07) 0px 1px 11px 0px;
    border-radius: 6px;
}

.panel-element .panel-header {
    border-bottom: 1px dashed rgb(224, 230, 237);
}

.panel-element .panel-header h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0px 20px 15px;
    position: relative;
    display: inline-block;
}

.panel-element .panel-header h2 i {
    color: rgb(226, 0, 26);
}

.panel-element .panel-header .is-active-header {
    display: inline-block;
    float: right;
    margin-top: 15px;
    margin-bottom: 0px;
    margin-right: 15px;
}

.panel-element .panel-header .is-active-header .option-label {
    background-color: rgb(220, 53, 69);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 3px 10px;
}

.panel-element .panel-header .is-active-header .option-label.active {
    background-color: rgb(156, 199, 56);
}

.panel-element .panel-content {
    background-color: rgb(255, 255, 255);
    margin: 0px;
    padding: 30px 15px;
}

legend {
    font-size: 17px;
    font-weight: 600;
}

#imageThumbnail .manage-image-container {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

#imageThumbnail .manage-image-container .image-empty, #imageThumbnail .manage-image-container .image {
    height: 280px;
    width: 50%;
    background-size: cover;
    background-position: center center;
    float: left;
    border: 1px solid rgb(204, 204, 204);
}

#imageThumbnail .manage-image-container .image-actions {
    margin-top: 35px;
    float: left;
    width: 50%;
    padding-left: 20px;
}

#imageThumbnail .manage-image-container .image-actions span {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.inputbox.vertical .validation-required {
    background-image: none !important;
    padding: 0px !important;
}

.panel-element .panel-footer {
    text-align: center;
    padding: 20px 15px;
    border-top: 1px dashed rgb(224, 230, 237);
    background-color: rgb(255, 255, 255);
}

.panel-element .panel-footer.panel-footer-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    border-width: 2px medium medium;
    border-style: solid none none;
    border-color: rgb(63, 77, 103) currentcolor currentcolor;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.5);
}

.input-div input, .input-div .input-type-textarea, .input-div input.input-type-text, .input-div .input-type-dropdownlist, .input-div input.input-type-email, .input-div input.input-type-zip, .input-div input.input-type-telephone-number, .input-div input.input-type-date, .input-div input.input-type-hour {
    max-width: 100% !important;
}

.carousel-container {
  	position: relative;
  	width: 100%;
  	overflow: hidden;
  	height: 100vh;
}

.carousel-container .list {
  	position: relative;
  	min-height: 450px;
  	height: 100vh;
}

.item {
  	position: absolute;
  	inset: 0;
  	opacity: 0;
  	transition: opacity 1.2s ease-in-out;
  	z-index: 1;
  	height: 100vh;
}

.item img {
  	position: absolute;
  	left: 0px;
 	top: 0px;
  	width: 100%;
  	height: 100%;
  	object-fit: cover;
}

.item.active {
  opacity: 1;
  z-index: 2;
}