@charset "utf-8";

body{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";}

#ezmainBackToTop{
	dispaly:none;
	position:fixed;
	right: 10px; 
	bottom: 10px;
}
.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ez-breadcrumb{
	background-color: #e9ecef;
	border-radius: .25rem;
	padding: .75rem 1rem .001rem 1rem;
    margin-bottom: 1rem;
}

.bd-callout {
    padding: .5rem;
    border-left: .25rem solid #e9ecef;
	margin: 1.5rem 0 .5rem 0;
}
.bd-callout-info {
    border-left-color: #165396;
}


.ez-page-title {
	padding: .8rem;
    border-left: .5rem solid #165396;
    margin: 1.5rem 0 1.5rem 0;
    background-color: #eee;
}
.ez-content-title {
	padding: .8rem;
    border-left: .5rem solid #165396;
    margin: 1.5rem 0 .5rem 0;
    background-color: #c5d7fc;
	font-weight:bold;
}

.ez-section-title {
	padding: .5rem;
    border-left: .5rem solid #165396;
	border-bottom: 1px solid #dee2e6!important;
    margin: 1rem 0 .5rem 0;
    font-weight: bold;
    
}
.ez-card-title {
	padding: 0.5rem 1.25rem!important;
    border-left: .5rem solid #165396;
    background-color: #c5d7fc!important;
	font-weight:bold;
}

.ez-form-title {
	padding: .5rem;
    border-left: .3rem solid #5bc0de;
    font-weight: bold;
}

table.ez-small-table td, table.ez-small-table th {
    padding: 0.5rem 0.75rem;
}

.ez-fixed-height-block {
    max-height: 500px;
	display: block;
	overflow-y: auto;
}
table.ez-fixed-header-table thead{
	position: sticky;
	top: 0;
	background: white;
}

.ez-form-content {
}

.ez-bg-info {
	background-color: #2783c5;
}
.ez-bg-info-sub {
	background-color: #b6e1ff;
}

.ez-smallFont {
	font-size: .85rem!important;
}

.ez-text-disable {
	color: #e3e3e3;
}

.ez-form-text {
	margin-top: .25rem;
    font-size: .875em;
    color: #6c757d;
}

.ez-check label {
	color: #212529;
    border-color: #212529;
	border-radius: .25rem;
	font-weight: 400;
    line-height: 1.5;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid;
	font-size: 1rem;
	padding: .375rem .75rem .375rem 1.35rem;
	margin-left: -1.5rem;
}
.ez-check input[type=radio]:checked + label, .ez-check input[type=checkbox]:checked + label {
	color: #165396!important;
    border-color: #165396!important;
}
.ez-check input[type=radio], .ez-check input[type=checkbox] {
	accent-color: #165396!important;
	margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}

.ez-btn-check input[type=checkbox], .ez-btn-check input[type=radio]{
	display: none;
}
.ez-btn-check label {
	padding: .375rem .75rem;
	margin-left: 0;
}
.ez-btn-check input[type=checkbox]:checked + label, .ez-btn-check input[type=radio]:checked + label {
	color: #f8f9fa!important;
	background-color: #165396!important;
}

.ez-switch-green input:checked + label::before {
    border-color: #17a2b8!important;
    background-color: #28a745!important;
}

.ez-teal{
	color: #165396!important;
}
.ez-bg-teal{
	background-color: #165396!important;
}
.ez-text-teal {
    color: #165396!important;
}
.ez-border-deep-bluish-purple {
	border-color: #1d3994!important;
}
.ez-bg-deep-bluish-purple {
	background-color: #1d3994!important;
}
.ez-text-deep-bluish-purple {
	color: #1d3994!important;
}
.btn.ez-btn-teal {
    color: #fff;
    background-color: #165396;
    border-color: #165396;
}
.btn.btn-outline-teal {
	color: #165396;
    border-color: #165396;
}
.btn.ez-btn-teal:hover {
	color: #fff;
	background-color: #3696d9;
	border-color: #3696d9;
}
.btn.btn-outline-teal:hover {
	color: #fff;
	background-color: #165396;
    border-color: #165396;
}

.ez-custom-select {
	color: #212529!important;
	border: 1px solid #ced4da!important;
	background-color: #fff!important;
}

.ez-light-teal{
	color: #2d77c7!important;
}
.ez-bg-light-teal{
	background-color: #2d77c7!important;
}
.ez-text-light-teal {
    color: #2d77c7!important;
}
.btn.ez-btn-light-teal {
    color: #fff;
    background-color: #2d77c7;
    border-color: #2d77c7;
}
.btn.btn-outline-light-teal {
	color: #2d77c7;
    border-color: #2d77c7;
}
.btn.ez-btn-light-teal:hover {
	color: #fff;
	background-color: #3696d9;
	border-color: #3696d9;
}
.btn.btn-outline-light-teal:hover {
	color: #fff;
	background-color: #2d77c7;
    border-color: #2d77c7;
}


.ez-midnight-blue{
	color: #103a69!important;
}
.ez-bg-midnight-blue{
	background-color: #103a69!important;
}
.btn.ez-btn-midnight-blue {
    color: #fff;
    background-color: #103a69;
    border-color: #103a69;
}
.btn.ez-btn-midnight-blue:hover {
	color: #fff;
	background-color: #3696d9;
	border-color: #3696d9;
}

.btn.ez-btn-light-grey{
	color: #000;
    background-color: #d6d6d6;
    border-color: #d6d6d6;
}
.btn.ez-btn-light-grey:hover {
	color: #000;
    background-color: #d6d6d0;
    border-color: #d6d6d0;
}

.ez-link-deep-bluish-purple {
	color: #1d3994;
	text-decoration: none;
}
.ez-link-deep-bluish-purple:hover, .ez-link-deep-bluish-purple:active {
	color: #0a3260;
	text-decoration: underline;
}

.ez-px-info {
	padding-right: 0.85rem!important;
    padding-left: 0.85rem!important;
}

.ez-alert {
	position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.ez-alert-info {
    color: #333;
    border-color: #ccc;
}
.ez-alert-warning {
	font-weight: bold;
    color: #e00101;
    border: 3px solid #999;
	font-size: 20px;
	background-color: #eee;
	line-height: 1;
}
.starBtn {
	font-size: 25px!important;
	color: gold!important;
}

.ez-notice {
	border-right: 1rem none;
	padding-right: .25rem;
}

.ez-notice-success {
	border-right-style: solid;
	border-right-color: #28a745;
}
.ez-notice-danger {
	border-right-style: solid;
	border-right-color: #dc3545;
}

.ez-btn-feature {
	width: 100%;
	display: flex!important;
	justify-content: center;
    align-items: center;
}
.ez-feature span {
}

#iframe-preview{
	height: 4000px;
	
}
@media (min-width: 576px) {
	#iframe-preview {
		height: 3500px;
	}
}

@media (min-width: 768px) {
	#iframe-preview {
		height: 3000px;
	}
}

@media (min-width: 992px) {
	#iframe-preview {
		height: 2500px;
	}
}
#modal-preview .modal-xl {
	max-width: 4000px;
}
#modal-preview .modal-body {
	padding: 0;
}

#previewArea.multiple div {
	overflow-x: auto;
	display: flex;
}

