/*
Built: 2025-07-08 11:51:44
GIT rev.: 307e4b2b46d3d70bfe3688b4566f4e3472298dad
*/

@CHARSET "UTF-8";

.ui-icon { display:inline-block; vertical-align: text-bottom; }


.itti-icon {
	display:inline-block;
	width:16px;
	height:16px;
	text-indent:16px;
	vertical-align: text-bottom;
	overflow: hidden;
}

.itti-icon.expand {
	background: url(i/expand.png) no-repeat;
}

.itti-icon.collapse {
	background: url(i/collapse.png) no-repeat;
}

.itti-icon.doSearch {
	background: url(i/search.png) no-repeat;
}

.itti-icon.doClear {
	background: url(i/clear.png) no-repeat;
}

.itti-icon.doNew {
	background: url(i/new_record.png) no-repeat;
}

.itti-icon.doExport {
	background: url(i/export.png) no-repeat;
}

.itti-icon.doEdit {
	background: url(i/edit.png) no-repeat;
}

.itti-icon.doDelete {
	background: url(i/delete.png) no-repeat;
}

.itti-icon.doSave {
	background: url(i/save.png) no-repeat;
}

.itti-icon.doBack {
	background: url(i/back.png) no-repeat;
}

.itti-icon.folder {
	background: url(i/folder.png) no-repeat;
}

.itti-icon.settings {
	background: url(i/settings.png) no-repeat;
}

.itti-icon.resources {
	background: url(i/resources.png) no-repeat;
}

.itti-icon.move {
	background: url(i/move.png) no-repeat;
}




.itti-image-resize .tabsWraper .v_tabs {position:relative; font-size:12px; padding:5px;}
.itti-image-resize .ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; width:145px; position:absolute; left:5px; top:5px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-khtml-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}
.itti-image-resize .ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
.itti-image-resize .ui-tabs-vertical .ui-tabs-nav li a { display:block; font-weight:normal; font-size:12px; font-family:verdana; padding:5px 10px; width:125px;}
.itti-image-resize .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
.itti-image-resize .ui-tabs .ui-tabs-nav li.ui-tabs-active a{ cursor: default; }
.itti-image-resize .ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width:350px; position:relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-b-radius: 4px;
	border-bottom-radius: 4px;
	border: 1px solid #aaa;
	color: #222;
	
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-khtml-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}

.itti-image-resize .ui-progressbar-value .ui-progressbar-overlay { 
	position:absolute; top:0px; left:0px; height:15px; width:300px; background: url(i/imageresizer-progressbar.gif); filter: alpha(opacity=25); opacity: 0.25; 
}
.itti-image-resize .ui-progressbar-value .ui-progressbar-label {
	position:absolute; top:0px; left:0px; height:15px; width:300px; color:#222; text-align:center; font-size:12px; letter-spacing:1px;
}

.itti-image-resize .mfControls_Box{
	border:1px solid #cccccc; background:#efefef; display:none; 
}

.itti-image-resize canvas.mfCanvas{
	width:550px; height:400px;
	border:1px solid #cccccc; 
	position:relative;
	margin:0px; padding:0px; 
	background: url(i/imageresizer-bgr.png) repeat 0 0;
}

.itti-image-resize .tabValueC{
	position:absolute; right:0px; top:0px; margin:5px;
}
.itti-image-resize .slValueC{
	text-align:right; color:#F8AE19; font-weight:bold; position:absolute; 
	right:5px; top:25px; padding:1px;
}
.itti-image-resize .w_h_arr_boxC{
	text-align:right; padding:12px 0px 10px 0px;
}

.itti-image-resize .SaveCancelBtns{
	text-align:right;padding-top:5px;
}

.itti-image-resize .inputSizeC{
	
}
.itti-image-resize .checkARatioC{
	
}
.itti-image-resize .ImgMarksW{
	position:relative;
}	
.itti-image-resize .ImgMarksW .ImgMarks{
	position:absolute; left:-7px; top:0px;
}

	.itti-image-resize .ImgMarks .mark1{
		cursor:pointer; margin-right:50px;
		background:url(i/imageresizer-mark1.png) no-repeat;
		display:inline-block;
		width:20px;
		height:40px;
	}
	
	.itti-image-resize .ImgMarks .mark2{
		cursor:pointer;
		background:url(i/imageresizer-mark2.png) no-repeat;
		display:inline-block;
		width:20px;
		height:40px;
	}
	
.itti-image-resize .imgSliderC{
	margin-top:5px;
}

.itti-image-resize .btnSave, 
.itti-image-resize .btnCancel{
	cursor:pointer;
}

@CHARSET "UTF-8";

.itti-idref {}

.itti-idref-display {}
.itti-idref-item {
	display: inline-block;
	border: 1px solid #CCC;
	margin: 1px;
	padding: 1px;
	cursor: default;
}

.itti-idref-item .doDelete {margin-left: 3px;}

.itti-idref-autocomplete {}
.itti-idref-search {}
.itti-idref-searchlist-wrap {
	position:absolute;
	background:#FFF;
	border:1px solid #CCC;
	padding:3px;
	margin:0px;
	
	width:500px;
	height:120px;
	
	z-index: 1;
}

.itti-idref-searchlist {

	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
	
	overflow: auto;
	
}

.itti-idref-searchlist li {
	display:block;
	padding:2px;
	cursor: default;
	user-select: none;
}

.itti-idref-searchlist li.selected,
.itti-idref-searchlist li:hover {
	background:#DDD;
}


@CHARSET "UTF-8";

.itti-managedfiles .uploaded {
	clear:both;
	border-spacing: 5px;
	width:100%;
	overflow: hidden;
	max-width: 910px;
}

.itti-managedfiles .current {
	clear:both;
}

.itti-managedfiles .current .uploading {
	background:url(i/ajax_clock_small.gif) no-repeat 0 50%;
	margin:3px;
	padding:3px;
	padding-left:20px;
	border:1px solid #BBBBBB;
}

.itti-managedfiles .current .uploading.error {
	background: none;
}

.itti-managedfiles .itti-file-info {
	border:1px solid #bbbbbb;
	background:#FFFFFF;
	padding:15px 5px 15px 20px;
	margin:0px 5px 5px 0px;
	
	
	overflow:hidden;
	min-width:150px;
	
	position:relative;
	vertical-align: middle;
	text-align: center;
	float:left;
}

.itti-managedfiles .itti-file-info.itti-image-file-info {
	min-height: 101px;
}

.itti-managedfiles .itti-file-info .size {
	font-size:0.8em;
	color:#999999;
	white-space: nowrap;
	line-height:1em;
	position:absolute;
	right:2px;
	top:2px;
	text-align: right;
}

.itti-managedfiles .itti-file-info img {
	vertical-align: middle;
	margin-right:5px;
}

.itti-managedfiles .itti-file-info .handle,
.itti-managedfiles .itti-file-info .delete
{
	cursor:pointer;
	width:16px;
	height:16px;
	position:absolute;
	left:2px;
}

.itti-managedfiles .itti-file-info .handle {top:2px;}
.itti-managedfiles .itti-file-info .delete {bottom:2px;}


@CHARSET "UTF-8";

.itti-tabs {
	overflow: hidden;
	position: relative;
	border-top: 1px solid #D4D4D4;
	background-color: #F3F3F3;
}

.itti-tabs > .itti-tabs-header {
	overflow: hidden;
}

.itti-tabs > .itti-tabs-header > * {
	float: left;
	height: 20px;
	cursor: pointer;
	font: 13px Verdana;
	line-height: 20px;
	color: #333333;
	border-color: #BBBBBB;
	border-width: 1px;
	border-style: solid;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-top: 7px;
	margin-left: 5px;
	padding: 0 5px;
	background-color: #F0F0EF;
	background: linear-gradient(to bottom, #F0F0EF, #F0F0EF 46%, #D1D0CD 51%, #D1D0CD);
}

.itti-tabs > .itti-tabs-header > *:hover {
	background: #D9D8D5;
}

.itti-tabs > .itti-tabs-header > .itti-tabs-active {
	background-color: white;
	background: linear-gradient(to bottom, #E3F8FD, white 60%, white);
	border-color: #94948B;
	border-bottom-color: white;
}

.itti-tabs > .itti-tabs-content {
	position: absolute;
	right: 99999px;
	margin-top: -1px;
	background-color: white;
	border: 1px solid #BBBBBB;
	padding: 5px;
}

.itti-tabs > .itti-tabs-active {
	position: static;
	right: auto;
}


@CHARSET "UTF-8";

.itti-toggle-on {}
.itti-toggle-off {display: none;}

@CHARSET "UTF-8";

*.unselectable, *[unselectable] {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

*.undraggable, *[undraggable]{
	-webkit-user-drag: none;
	-moz-user-drag: none;
	user-drag: none;
}

html {
	font-size:62.5%;
	padding: 0px; margin: 0px; height:100%;
}

body {
	padding: 0px; margin: 0px; height:100%;
	
	font-family:Verdana;
	font-size:13px; font-size:1.3rem;
	letter-spacing: normal;
	color: #333333;
	background: #FFF;
}

a.itti-scroll-to-page-top-button {
	position: fixed;  display: block;  text-decoration: none;
	border-radius: 3px; border: 1px solid #CCC; background:#FFF; color:#C9C9C9;
	right: 20px; right: 2rem;
	font-size: 20px; font-size: 2rem;
	width:20px; width: 2rem;
	height:20px; height: 2rem;
	text-align: center;
	font-family: Arial;
	
    -webkit-transition: opacity 1s ease-in, bottom 1s ease-in;
    -moz-transition: opacity 1s ease-in, bottom 1s ease-in;
    -o-transition: opacity 1s ease-in, bottom 1s ease-in;
    -ms-transition: opacity 1s ease-in, bottom 1s ease-in;
    transition: opacity 1s ease-in, bottom 1s ease-in;
	opacity: 0;
	bottom: -20px; bottom: -2rem;
	
}
a.itti-scroll-to-page-top-button:hover {border: 1px solid #AAA; background:#F9F9F9; color:#A9A9A9;}
a.itti-scroll-to-page-top-button.scroll-active {opacity:0.8; bottom: 20px; bottom: 2rem; }

