/*
$blue			= "#1B74C6";
$lightBlue		= "#428BCA";
$greenDark		= "#218838;";
$green			= "#1D3461";
$lightGreen		= "#1E91D6";
$info			= "#5BC0DE";
$yellow			= "#F9DA3F";
$red			= "#E94A38";
$grey			= "#55565A";
$darkGrey		= "#55565A";
$lightGrey		= "#DBD9D6";


#F1FFFA  = mint white
#78B92D 	= green
#1D3461	= dark blue
#1E91D6 = blue
#64E9EE = light blue
 */

:root {
	--bs-primary: #1E91D6;
	--bs-secondary: #6c757d;
	--bs-success: #78B92D;
	--bs-danger: #a51d2d;
	--bs-warning: #ffc107;
	--bs-info: #64E9EE;
}

/* Bootstrap 5 Theme Customization */
.btn-primary { background-color: var(--bs-primary); }
.btn-secondary { background-color: var(--bs-secondary); }
.btn-success { background-color: var(--bs-success); }
.btn-danger { background-color: var(--bs-danger); }
.btn-warning { background-color: var(--bs-warning); }
.btn-info { background-color: var(--bs-info); }
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../assets/fonts/noto-sans-v38-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-italic - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 400;
	src: url('../assets/fonts/noto-sans-v38-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-600 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 600;
	src: url('../assets/fonts/noto-sans-v38-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-600italic - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 600;
	src: url('../assets/fonts/noto-sans-v38-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-700 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../assets/fonts/noto-sans-v38-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-700italic - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 700;
	src: url('../assets/fonts/noto-sans-v38-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
	position: relative;
	min-height: 100%;
	margin: 0;
}
body{
	margin:0;
	height:100%;
	font-size:14px;
	padding: 50px 0 50px 270px;
}
#installPage {
	padding-left:0;
	padding-top:0;
}
h1{margin-top:0; font-size:28px;}
h2{margin-top:0; font-size:24px;}
h3{margin-top:0; font-size:18px;}

.fixedHeightStats{
	height:200px;
	overflow:hidden;
	overflow-y: scroll;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #ededed;
}
.form-group{
	margin-bottom:20px;
}

.input-label{
	display: block;
	font-weight: 600;
	margin-bottom:5px;
}
.input-label-lg{
	font-size:18px;
}

a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
/**
bootstrap overwrites
 */
.btn:hover,
.nav-link:hover,
.page-link:hover{
	text-decoration: none;
}
.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #1D3461;
	border-color: #1D3461;
}


.hidden{
	display:none;
}
.fade.in {
	opacity: 1;
}

.img-responsive{
	max-width:100% !important;
	height:auto !important;
}

.cke_combopanel{
	width:260px !important;
}

.btn-success{
	background-color: #218838;
	border-color: #218838;
}
.btn-success:hover{
	background-color: #1D3461;
	border-color: #1D3461;
}

.accordion-button:not(.collapsed){
}
.accordion-button:not(.collapsed)::after{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.thead-dark{
	background-color: #1D3461;
	color:#FFF;
}

/*Template Defaults*/
#noMenu{
	padding-left:30px;
}
#basicTemplate{
	padding-left:30px;
	padding-top:70px;
	padding-bottom:70px;
}
#sb-site{
	/*max-width:1030px;*/
}
#page-wrapper {
	position: relative;
	padding:0;
	margin: 0 30px 0 0;
}

@media(max-width:768px) {
	body{
		padding-top:70px;
		padding-left:0;
	}
	.navbar-top-links{
		display:none;
	}
	#page-wrapper {
		margin-right:20px;
		margin-left:20px;
	}
}
.page-header{
	margin-top:0;
}
.container{
	margin-left:0;
}
.container-fluid {
	/*max-width:1300px;*/
	margin-left:0;
}
.form-horizontal .control-label{
	text-align:left;
}

header{
}
.navbar{
	padding-top:0;
	padding-bottom:0;
}
.logo{
	display: inline-block;
	color: #FFF;
	background-image:url("../assets/logo.png");
	background-repeat:no-repeat;
	background-position:left center;
	background-size:contain;
	width:250px;
	height:35px;
	margin-top:8px;
}
@media print {
	header {
		display: none;
	}
}
.companyName{
	vertical-align: top;
	display: inline-block;
	color: #FFF;
	height:50px;
	font-size:18px;
	padding-top:12px;
	line-height:30px;
}
.header {
	background-color: #1D3461;
	border-color: #666;
	margin:0;
	height:50px;
	color:#FFF;
}
.header .navbar-toggle .icon-bar {
	background-color: #FFF;
}
.navbar-top-links {
	margin-right: 0;
}
.navbar-top-links a{
	color:#FFF;
}
.navbar-top-links > li > a{
	line-height:30px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.navbar-top-links > li > a:hover{
	background-color:#1D3461;
}

@media(max-width:360px) {
	.logo{
		width:240px;
		background-size:contain;
	}
}

.userDropdown{
	color:#FFF;
}

.miniMenuHeader{
	background-color: #55565A;
	border-color: #666;
	text-align: center;
	height:50px;
}

.rightMenu{
	padding:8px;
}

/*menu*/

/*************
 * side bar  *
 *************/
#sidebar-container{
	position: fixed;
	top: 0;
	bottom: 0; /*either bottom or height will cause 100% height*/
	height:100%;
	width:250px;
	left: 0;
	z-index: 500;
	background-color: #f5f5f5;
	border-right: 1px solid #DDD;
	padding-top:51px;
}
#sidebar {
	height:100%;
	overflow-x: hidden;
	overflow-y: auto;
}
#sidebar a{
	display: block;
	color:#333;
	font-size:14px;
}
#sidebar i{
	font-size:initial !important;
}
#sidebar .arrow {
	float: right;
}
#sidebar .fa.arrow:before {
	content: "\f104";
}
#sidebar .active>a>.fa.arrow:before {
	content: "\f107";
}
#sidebar ul li {
	border-bottom: 1px solid #DDD;
}
#sidebar a:hover,
#sidebar a:focus{
	background-color:#EEE;
}

#sidebar .mm-active > a,
#sidebar .mm-active > a:focus,
#sidebar .mm-active > a:hover,
#sidebar .mm-active{
	background-color:#1D3461;
	color:#FFF;
}

#sidebar .nav-second-level .mm-active > a,
#sidebar .nav-second-level .mm-active > a:focus,
#sidebar .nav-second-level .mm-active > a:hover,
#sidebar .nav-second-level .mm-active{
	background-color:#1E91D6;
	color:#FFF;
}

#sidebar .nav-second-level{
	background-color:#CCC;
}
#sidebar .nav-second-level li,
#sidebar .nav-third-level li {
	width:100%;
	border-bottom: 0;
}
#sidebar .nav-second-level li a {
	padding-left: 37px;
}
#sidebar .nav-second-level li a:hover{
	background-color:#BBB;
}

#sidebar .nav-third-level li a {
	padding-left: 52px;
}
#sidebar .nav-third-level {
	border-bottom: 1px solid #999;
	background-color:#999;
}

#sidebar .current{
	background-color:#000;
	color:#FFF;
}


.mobileMenuButton{
	display: none;
}
@media(max-width:768px) {
	#sidebar-container{
		display:none;
	}
	.mobileMenuButton{
		display: block;
		margin-right:15px;
	}
}
/*slidein sidebar*/
.sb-slidebar {
	height: 100%;
	overflow-y: auto;
	position: fixed;
	top: 0;
	z-index: 0;
	display: none;
	background-color: #f5f5f5;
}
.sb-slidebar, .sb-slidebar * {
	-webkit-transform: translateZ( 0px );
}
.sb-left {
	left: 0;
}
html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
	position: absolute;
}
.sb-slidebar.sb-active {
	display: block;
}
.sb-style-overlay {
	z-index: 9999;
}
.sb-slidebar {
	width: 250px;
}
.sb-slide, .sb-slidebar {
	-webkit-transform: translate( 0px );
	-moz-transform: translate( 0px );
	-o-transform: translate( 0px );
	transform: translate( 0px );

	-webkit-transition: -webkit-transform 400ms ease;
	-moz-transition:    -moz-transform 400ms ease;
	-o-transition:      -o-transform 400ms ease;
	transition:         transform 400ms ease;

	-webkit-transition-property: -webkit-transform, left, right;
	-webkit-backface-visibility: hidden;
}

.sb-hide {
	display: none;
}

.collapse.in {
	display: block;
}

/*!
* metismenu https://github.com/onokumus/metismenu#readme
* A jQuery menu plugin
* @version 3.0.3
* @author Osman Nuri Okumus <onokumus@gmail.com> (https://github.com/onokumus)
* @license: MIT
*/
.metismenu .arrow {
	float: right;
	line-height: 1.42857;
}

.metismenu .fa.arrow:before {
	content: "\f104";
}
.metismenu .mm-active > a > .fa.arrow:before {
	content: "\f107" !important;
}

.metismenu .plus-times {
	float: right;
}
*[dir="rtl"] .metismenu .plus-times {
	float: left;
}
.metismenu .fa.plus-times:before {
	content: "\f067";
}
.metismenu .mm-active > a > .fa.plus-times {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.metismenu .plus-minus {
	float: right;
}
.metismenu .fa.plus-minus:before {
	content: "\f067";
}
.metismenu .mm-active > a > .fa.plus-minus:before {
	content: "\f068";
}
.metismenu .mm-collapse:not(.mm-show) {
	display: none;
}

.metismenu .mm-collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition-timing-function: ease;
	transition-duration: .35s;
	transition-property: height, visibility;
}

.metismenu .has-arrow {
	position: relative;
}

.metismenu .has-arrow::after {
	position: absolute;
	content: '';
	width: .5em;
	height: .5em;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: initial;
	right: 1em;
	-webkit-transform: rotate(-45deg) translate(0, -50%);
	transform: rotate(-45deg) translate(0, -50%);
	-webkit-transform-origin: top;
	transform-origin: top;
	top: 50%;
	transition: all .3s ease-out;
}

.metismenu .mm-active > .has-arrow::after,
.metismenu .has-arrow[aria-expanded="true"]::after {
	-webkit-transform: rotate(-135deg) translate(0, -50%);
	transform: rotate(-135deg) translate(0, -50%);
}


.sb-close{
	float:right;
}

.userMenu{
	font-size:16px;
	padding-top:6px;
	padding-right:15px;
}
.userMenu a:hover{
	text-decoration: none;
}
.userMenu .userDropdown:hover{
	color:#CCC;
	text-decoration: none;
}



.footer{
	position: absolute;
	width:calc(100% - 270px);
	bottom:5px;
	padding-right:30px;
	height:30px;
	margin:0;
	color:#666;
	text-align:left;
	padding-top:10px;
	font-size:12px;
}
.footer a{
	color:#666;
	text-decoration: none;
}

.versionInfo{
	text-align: right;
}
.responseTime{
	display: inline-block;
}





.inlineLabel{
	display: inline;
	margin:0;
	padding:0;
}

#login-page{
	background-color:#55565A;
	height: 100%;
	padding:0;
	margin: 0 0 60px;
}
#login-page .login-logo{
	background-image:url("../assets/logo-large.png");
	background-repeat:no-repeat;
	background-position:center center;
	height:100px;
	width:430px;
	margin: 80px auto 30px;
}
#login-page .login-panel{
	background-color:#FFF;
	border-radius:10px;
	padding: 30px 30px 20px;
	width:360px;
	margin:0 auto;
	border:1px solid #000;
}
#login-page .login-footer{
	text-align:center;
	color:#DDD;
	position:absolute;
	bottom:20px;
	width:100%;
}
/*new styles for new page section*/
#errorMessageArea {
	display:none;
}

#menuItems{
	border-right:1px solid #CCC;
	padding-top:0;
	min-height:600px;
}
#detailsArea{}

.menuTitle{
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
	line-height:40px;
	padding:0 10px;
	position:relative;
}
.menuTitle:hover{
}
.menuTitle:hover > .addPage{
	display:inline;
}
.addPage{
	background-image:url("../assets/page_add.png");
	width:60px;
	height:40px;
	background-position:center center;
	background-repeat:no-repeat;
	position:absolute;
	right:0;
	display:inline;
}
.menuItems{
	list-style-type:none;
	padding:0;
	margin:0;

}

.addSubPage{
	background-image:url("../assets/page_add.png");
	width:45px;
	height:20px;
	background-position:center center;
	background-repeat:no-repeat;
	position:absolute;
	right:0;
	display:inline;
}

.menuSelect-1{padding-left:30px !important;}
.menuSelect-2{padding-left:50px !important;}
.menuSelect-3{padding-left:70px !important;}
.menuSelect-4{padding-left:90px !important;}
.menuSelect-5{padding-left:110px !important;}
.menuSelect-6{padding-left:130px !important;}
.menuSelect-7{padding-left:150px !important;}
.menuSelect-8{padding-left:170px !important;}
#menuItemDeleteBtn{
	float:right;
}
.menuItemsTree{
	padding-bottom:10px;
}
.noMenuContainer{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:25px;
	font-style:italic;
}
.modal-body{
	color:#000;
}

.form-horizontal .checkbox{
	padding-left:20px;
}

.settings-group-title{
	margin-bottom:0;
	font-size:18px;
}

#accordion .card-header{
	cursor:pointer;
}
#accordion .card-header h3{
	display:block;
	margin-bottom:0;
}
#accordion .card-header:hover{
}
#accordion .card-header h3:after{
	/* symbol for "opening" panels */
	font-family: "Font Awesome 5 Free";
	content:"\f078";
	margin-right:5px;
	font-weight:900;
	float: right;
	color: #666;
}
#accordion .card-header.collapsed h3:after {
	content: "\f078";
	font-weight:900;
	margin-right:5px;
}
#accordion .collapsing,
#accordion .show{
	border-bottom:1px solid rgba(0, 0, 0, 0.125);
}
.card .panel-ct{
	border-color:transparent;
	background-color:#F7F7F7;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.panel-ct > .card-header{
	background-color:#1D3461;
	color:#FFF;
}

#accordion .card .card{
	border-bottom:1px solid rgba(0, 0, 0, 0.125);
	border-radius:0.25rem;
}

.template-download .preview img{
	width:150px;
}

#documentEdit .mainImage,
#imageEdit .mainImage{
	padding:15px;
	margin: 0 auto 20px;
	display:inline-block;
}
#documentEdit .mainImage img,
#imageEdit .mainImage img {
	max-height:500px;
}

#documentEdit .documentEditContainer,
#imageEdit .imageEditContainer {
	text-align:center;
}

.previewIframe{
	border:none;
	width:100%;
	height:700px;
}

.editorToolBarContainer {
	height:110px;
	margin-bottom:5px;
	top:160px;
}
#editorToolbar.affix {
	top:0;
	z-index:500;
	right:30px;
	left:270px;
}
#editorStatusBar {
	display:none;
}
.cellControlsContainer {
	height:25px;
	overflow: hidden;
	margin-top:5px;
}

.editorLabel {
	line-height:20px;
	font-size:12px;
	color:#999;
	font-weight:normal;
}
.controls {
	float:right;
}
.controls a{
	font-size:12px;
	line-height:20px;
	color:#999;
}

.previewControlPanel{
	margin-bottom:10px;
}
.browser-icon-col{
	width:35px;
	padding-right:10px;
}

/*List Manager Styles*/


.listManagerSearchContainer {
	float:right;
}


#control-panel{}

#control-panel .control-panel-row{

}

.recycleBinButtonArea{
	text-align:right;
	float:right;
	padding-right:10px;
}

.restoreRow{
	margin-left:10px;
}

.paginator {
	position: relative;
	text-align: center;
}
#control-panel .paginator{
	margin-top:15px;
}
.paginator .itemQuantator{
	position: absolute;
	top: 8px;
	left: 0;
}

.selectPaginator {
	position: absolute;
	top: 8px;
	right: 0;
}

.pagination {
	margin: 0;
}
.listManager {
	margin-top:10px;
}
.listManager img {
	max-width:100px;
}
.listManager thead tr th {
	background-color: #1D3461 !important;
	color: #FFF;
	border-bottom:none;
}
.listManager thead tr.table-filter-row th {
	background-color: #FFF;
	color: #000;
	border-bottom:none;
}
.listManager tfoot tr th {
	background-color: #DBD9D6 !important;
}
.listManager td {
	word-break: normal;
}
.listManager thead th a{
	color:#FFF;
}
.listManager tfoot th a{
	color:#555;
}


.divBar{
	font-size:18px;
	line-height:35px;
	padding:0 15px;
	background-color: #55565A;
	color: #FFF;
	border-bottom:none;
	border-radius:3px;
	margin-bottom:20px;
}

.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 28px;
}

.switch input {display:inline;visibility:hidden;}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius:3px;
}

.slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 5px;
	bottom: 5px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #1D3461;
}

input:checked + .slider:before {
	-webkit-transform: translateX(22px);
	-ms-transform: translateX(22px);
	transform: translateX(22px);
}


.errorTrace{
	font-size:11px;
	color:#333;
	border:1px solid #CCC;
	background-color:#EDEDED;
	padding:10px;
	margin-top:10px;
}

.alert-danger .errorTrace{
	border:1px solid #DCA7A7;
	background-color:#F7EAEA;
}

.singleImageUploadContainer{
	display: block;
	max-width:  500px;
	padding: 15px;
	margin: 15px auto;
	background: #F5F6FA;
	border-radius: 4px;
	overflow: hidden;
}
.editSidebar .singleImageUploadContainer{
	margin-top:0;
}
.singleImageUploadContainer .innerContainer{
	display: block;
	padding: 20px 20px;
	background: #fff;
	border: 2px dashed #c2cdda;
	border-radius: 3px;
	text-align: center;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}

.singleImageUploadContainer .progress{
}

.singleImageUploadContainer img{
	margin-bottom:10px;
	max-width:100%;
	height:auto;
}

.singleDocumentUploadContainer{
	display: block;
	max-width:  500px;
	padding: 15px;
	margin: 15px auto;
	background: #F5F6FA;
	border-radius: 4px;
	overflow: hidden;
}

.singleDocumentUploadContainer .innerContainer{
	display: block;
	padding: 20px 20px;
	background: #fff;
	border: 2px dashed #c2cdda;
	border-radius: 3px;
	text-align: center;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}

.singleDocumentUploadContainer .progress{
}

.singleDocumentUploadContainer img{
	max-width:450px;
	max-height:300px;
	margin-bottom:10px;
}


#emailIframe{
	width:100%;
	max-width:800px;
	min-height:400px;
	border:1px solid #CCC;
}

.permissionGroup{
	display:inline-block;
	vertical-align:top;
	width:200px;
}

.permissionGroup label{
	font-weight:normal;
}

.permissionGroup{
	list-style-type:none;
	border-radius:10px;
	border:1px solid #CCC;
	background-color:#F9F9F9;
	font-size:18px;
	margin: 0 10px 20px 0;
	padding:15px;
	font-weight:bold;
}

.groupCheckboxRoutes{
	list-style-type:none;
	padding-left:20px;
}
.permissionGroup .title{
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
	margin-top:10px;
}
.groupCheckboxRoutes li{
	font-size:14px;
	font-weight:normal;
}

#workArea{
	background-color:#FCFCFC;
	margin-top:20px;
	border: 1px dashed #CCC;
	border-radius:10px;
	min-height:200px;
	padding: 40px 20px 20px;
}
#workArea .rowContainer{
	position:relative;
	margin-bottom:30px;
}
#workArea .floatingControlPanel{
	position:absolute;
	left:-10px;
	top:-30px;
	z-index:50;
}

#workArea .card{
	position:relative;
	border:2px solid #999;
	min-height:80px;
	padding-top:50px;
	background-color:#EEE;
}
#workArea .floatingCellControlPanel{
	position:absolute;
	right:2px;
	top:2px;
	z-index:50;
}

#workArea .innerCellContainer card{
	border:2px solid #CCC;
	background-color:#AAA;
	margin:0 !important;
}

.multiImageUploadContainer{

}

.multiImageUploadContainer .buttonContainer{
	display:block;
	margin-bottom:25px;
}

.multiImageUploadContainer .progressBarContainer{
	display: block;
	vertical-align: top;
	width: -moz-calc(100% - 250px);
	width: -webkit-calc(100% - 250px);
	width: calc(100% - 250px);
	padding-top:8px;
	height:40px;
}

.multiImageUploadContainer .multiImageUploadImageCell{
	width:120px;
	text-align: center;
}
.multiImageUploadContainer .multiImageUploadImageCell img{
	margin:0 auto;
	max-height:100px;
}

.multiDocumentUploadContainer{

}

.multiDocumentUploadContainer .buttonContainer{
	width: 300px;
	display:inline-block;
	vertical-align: top;
	margin-bottom:25px;
}

.multiDocumentUploadContainer .progressBarContainer{
	display: inline-block;
	vertical-align: top;
	width: -moz-calc(100% - 270px);
	width: -webkit-calc(100% - 270px);
	width: calc(100% - 270px);
	padding-top:8px;
}

.multiDocumentUploadContainer .multiDocumentUploadImageCell{
	width:90px;
}
.multiDocumentUploadContainer .multiDocumentUploadImageCell img{
	margin:0 auto;
	max-height:80px;
}

.dragHandle{
	cursor:move;
}

.tDnD_whileDrag td{
	background-color:#DDD;
}

.optionDepth-1{padding-left:30px !important;}
.optionDepth-2{padding-left:50px !important;}
.optionDepth-3{padding-left:70px !important;}
.optionDepth-4{padding-left:90px !important;}
.optionDepth-5{padding-left:110px !important;}
.optionDepth-6{padding-left:130px !important;}
.optionDepth-7{padding-left:150px !important;}
.optionDepth-8{padding-left:170px !important;}

.multiCategoryCheckBoxContainer{
	height:200px;
	padding:15px 30px;
	overflow-y: auto;
}
.multiCategoryCheckBoxContainer .checkboxDepth-0{padding-left:5px;}
.multiCategoryCheckBoxContainer .checkboxDepth-1{padding-left:35px;}
.multiCategoryCheckBoxContainer .checkboxDepth-2{padding-left:50px;}
.multiCategoryCheckBoxContainer .checkboxDepth-3{padding-left:65px;}
.multiCategoryCheckBoxContainer .checkboxDepth-4{padding-left:80px;}
.multiCategoryCheckBoxContainer .checkboxDepth-5{padding-left:95px;}
.multiCategoryCheckBoxContainer .checkboxDepth-6{padding-left:110px;}
.multiCategoryCheckBoxContainer .checkboxDepth-7{padding-left:125px;}
.multiCategoryCheckBoxContainer .checkboxDepth-8{padding-left:140px;}
.multiCategoryCheckBoxContainer .checkboxDepth-9{padding-left:155px;}
.multiCategoryCheckBoxContainer .checkboxDepth-10{padding-left:170px;}

.multiCategoryCheckBoxContainer label{
	padding-left:0;
}

.currentImageNumber{
	float:left;
	font-size:64px;
	width:40%;
}

.currentProcessingImage{
	float:right;
	font-size:22px;
	width:40%;
	margin-bottom:20px;
}

.singleFileUploadProgressBar{
	margin-top:20px;
}

.widgetFloatingHelpText{
	position:absolute;
	right:20px;
	width:30%;
}

.connected-list{
	list-style-type:none;
	min-height:45px;
}

.connected-list li{
	cursor:grab;
}

.connected-list li.sortable-placeholder {
	border: 1px dashed #CCC;
	background-color:#EEE;
	min-height:45px;
}

.small-label{
	margin-bottom:0;
}

.modal-body {
	max-height: calc(100vh - 210px);
	overflow-y: auto;
}

.stickySaveBar{
	top:50px;
	z-index:1018;
	background-color:#FFF;
}
.stickySideBar{
	top:140px;

}
.form-check-input{
	border-color:#333;
}
.sticky-top-bar{
	position: sticky;
	top:50px;
	z-index:1025;
	background-color:#FFF;
}
.sticky-top-bar h1{
	margin-bottom:0;
}
.sticky-top-bar .row{
	padding:15px 20px 15px 10px;
	margin-left:-20px;
	margin-right:-30px;
	background-color:#FFF;
	border-bottom: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.pageAddHeader{
	padding:0 15px;
	line-height: 50px;
	background-color:#1D3461;
	color:#FFF;
	font-size:22px;
	cursor:pointer;
	border-bottom:1px solid #FFF;
}

.pageAddBody{
	padding:15px;
}

#seoStatus{
	float:right;
	line-height: 25px;
}

#seoStatus .seoStatusIcon{
	vertical-align: top;
	display: inline-block;
	border:none;
	border-radius:50%;
	width:25px;
	height:25px;
}

#SEOReport{
	display: none;
}

.note{color:blue;}

.helpIcon{
	font-size:20px;
}

#imageBrowser .imageBrowserItem{
    position: relative;
	text-align: center;
	border:1px solid #EEE;
	padding:10px;
}
#imageBrowser .imageBrowserItem:hover{
	background-color:#DDD !important;
}
#imageBrowser .imageBrowserImage{
	display: flex;
	justify-content: center;
	align-items: center;
	margin:0 auto;
	padding:0;
	height:100px;
	overflow: hidden;
}
#imageBrowser .imageName {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-top: 5px;
    line-height:20px;
    height:20px;
    overflow: hidden;
}
#imageBrowser .sizeDetails {
	font-size: 12px;
	color: #666;
	margin-bottom: 5px;
}

.callout{
	border-radius: 0;
	margin-bottom: 0;
	border-left-width:10px;
}


.table-responsive .dt-container{
	margin-left:-15px !important;
}

.fileSizeProgress{
	font-size: 16px;
	height:40px;
	line-height: 40px;
}