/****************************
* helperWindow
*****************************/
.helperIcon {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	margin-left: 20px;
	width: 26px;
	font-size: 1.2em;
	cursor: pointer;
}
.helperIcon:before {
	content: "\f059";
}
.closeIcon {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
    height: 27px;
}
.closeIcon:before {
	content: "\f00d";
}
.helperWindow {
	position: fixed;
	min-height: 50%;
	width: 50%;
	border: 1px solid #cc3300;
	z-index: 10003;
	border-radius: 10px;
	opacity: 0;
}
.helperWindow .head{
	min-height: 40px;
	line-height: 40px;
	background-color: #cc3300;
	padding: 0 10px 0px 10px;
	border-radius: 8px 8px 0 0;
	cursor: move;
}
.helperWindow .head .title {
	min-height: 40px;
	color: #ffffff;
	font-size: 20px;
	float: left;
}
.helperWindow .head button {
	float: right;
	margin: 10px 0 0 10px;
	border: 0px;
	font-size: 18px;
	font-weight: bold;
}
.helperWindow .head .toup {
	display: none;
}
.helperWindow .body{
	padding: 10px;
	overflow: auto;
	background-color: #ffffff;
	line-height: 120%;
}
.helperWindow .body .title {
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	border-bottom: 1px solid #eeeeee;
	cursor: pointer;
	margin-top: 10px;
}
.helperWindow .body h3 {
  font-size:14px;
}
.helperWindow .body h2 {
  font-size:16px;
}
.helperWindow .body ul, .helperWindow .body ol {
	display: list-item;
	list-style-position: inside;
	list-style-type: square;
}
.helperWindow .body .infos {
	display: none;
	margin-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
	padding: 5px 10px 5px 15px;
}

.helperWindow .foot{
	min-height: 40px;
	padding: 0 10px 0px 10px;
	background-color: #eeeeee;
	border-radius: 0 0 10px 10px;
}
.helperWindow .foot button{
	float: right;
	margin: 10px 5px 0px 0px;
	background-color:#cc3300;
	border:1px solid #d83526;
	color:#ffffff;
	text-shadow: 1px 1px 0px #b23e35;
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
}
.helperWindow .foot button:hover {
	background-color:#ce0100;
}

/****************************
* popupWindow
*****************************/
.popupWindow {
	position: fixed;
	min-height: 200px;
	min-width: 400px;
	z-index: 10002;
	opacity: 0;
}
.popupWindow.fullSize {
	position: absolute;
	height: 100%;
	width: 100%;
	border-radius: 0;
	border: 0;
	top: 0;
	left: 0;
}
.popupWindow.windHide {
	display: none;
}
.popupWindow.windShow {
	display: block;
}
.popupWindow .head {
	min-height: 60px;
	line-height: 60px;
	background-color: #eeeeee;
	padding: 0 10px 0px 10px;
}
.popupWindow .head .title {
	min-height: 40px;
	color: #767676;
	font-size: 20px;
}
.popupWindow .head button {
	float: right;
	margin: 20px 0px 0px 10px;
	background-color: #767676;
	cursor: pointer;
	width: auto;
	color: #ffffff;
	border: 0 solid black;
	font-weight: bold;
	line-height: 16px;
	padding: 4px 8px;
}
.popupWindow .body {
	padding: 10px;
	overflow: auto;
	background-color: #ffffff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.popupWindow .body .title {
	font-size: 14px;
	border-bottom: 1px solid #eeeeee;
	text-align: left;
	margin-bottom: 5px;
}
.popupWindow .body .dhtml {
	height: 300px;
}
.popupWindow .foot {
	padding: 10px;
	background-color: #ffffff;
}
.popupWindow .foot button {
	background: #767676 none repeat scroll 0 0;
    border: 1px solid #767676;
    color: #ffffff;
    text-transform: uppercase;
}
.popupWindow .foot button:hover {
	color: #ffffff;
    border: 1px solid #8A8A8A;
	background-color: #8A8A8A;
}
.popUpBgMask {
	z-index: 10001;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 0.7;
}

/****************************
* alertWindow
*****************************/
.alertWindow {
	font-family: Helvetica Neue, Arial, sans-serif;
	z-index: 30;
	top: 0px;
	position: fixed;
	width: 100%;
	height: 100%;
	cursor: default;
	background-color: rgba(255,255,255,0.4);
}
.alertWindow .alert {
	margin: 45px 10px 45px 10px;
	background: #c7c7c7;
	display: none;
	min-width: 300px;
	max-width: 600px;
}
.alertWindow .alert.notify {
	background: #e5e5e5;
	box-shadow: 0px 0px 7px 1px #666666;
	-moz-box-shadow: 0px 0px 7px 1px #666666;
	-webkit-box-shadow: 0px 0px 7px 1px #666666;
}
.alertWindow .alert .head {
	background: linear-gradient(#e9e9e9, #c7c7c7);
	color: #6C6C6C;
	font-size: 18px;
	text-align: left;
	padding: 10px 15px;
}
.alertWindow .alert.notify .head {
	background: linear-gradient(#ffffff, #ffffff);
}
.alertWindow .alert .body {
	background: linear-gradient(#e9e9e9, #c7c7c7);
	color: #6C6C6C;
	padding: 25px 15px;
	text-align: center;
}
.alertWindow .alert.notify .body {
	background: linear-gradient(#ffffff, #e5e5e5);
}
.alertWindow .alert .foot {
	text-align: center;
	padding: 0 15px 10px 15px;
}
.alertWindow .alert .foot button{
	padding: 6px 20px;
	margin: 0 8px;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;

    background-color: #dddddd;
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(top, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
	box-shadow: inset 0 1px 0 0 #cdcd;
	-webkit-box-shadow: inset 0 1px 0 0 #cdcd;
	color: #2a2a2a;
	text-shadow: 0 -1px 1px #fff;
	letter-spacing: 1px;
	cursor: pointer;
}
.alertWindow .alert .foot button:hover{
	text-shadow: 0 -1px 1px #2a2a2a;
	color: #ffffff;
	background-color: #a3a1a1;
	background-image: -webkit-linear-gradient(top, #a3a1a1 0%, #8c8a8a 50%, #787777 50%, #6b6b6b 100%);
	background-image: -moz-linear-gradient(top, #a3a1a1 0%, #8c8a8a 50%, #787777 50%, #6b6b6b 100%);
	background-image: -ms-linear-gradient(top, #a3a1a1 0%, #8c8a8a 50%, #787777 50%, #6b6b6b 100%);
	background-image: -o-linear-gradient(top, #a3a1a1 0%, #8c8a8a 50%, #787777 50%, #6b6b6b 100%);
	background-image: linear-gradient(top, #a3a1a1 0%, #8c8a8a 50%, #787777 50%, #6b6b6b 100%);
}
.alertSaveWindow, .alertSendWindow {
	display: none;
	position: absolute;
	padding: 20px;
	color: #ffffff;
	background-color: #CC3300;
	z-index: 100000;
	box-shadow: 4px 4px 2px #666666;
	-moz-box-shadow: 4px 4px 2px #666666;
	-webkit-box-shadow: 4px 4px 2px #666666;
}

/****************************
* dictionaryEditing
*****************************/
.dictionary_editing_mode {
	position: relative;
}
.dictionary_editing_tool {
	position: absolute;
	right: 0px;
	top: 1px;
}
.dictionary_editing_wind {
	z-index: 10003;
	position: absolute;
	padding: 20px;
}
.dictionary_editing_edit {
	z-index: 10003;
	padding: 10px;
	background-color: #CC3300;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #666666;
	-moz-box-shadow: 2px 2px 2px #666666;
	-webkit-box-shadow: 2px 2px 2px #666666;
}
.dictionary_editing_edit input {
	margin: 0px 0px 5px 0px;
	min-width: 250px;
}
.dictionary_editing_edit button {
	float: right;
	margin: 5px 0px 0px 0px;
}

/****************************
* stepper
*****************************/
.stepper select {
	float: left;
	margin: 0px 5px;
	font-size: 11px;
	width: 60px;
	border: 1px solid #e5e5e5;
}
.stepper div {
	float: left;
	margin: 0px 5px;
}
.stepper a {
	text-decoration: none;
}

/****************************
* general
*****************************/
.errorInput {
	outline: 1px dashed #ff0000;
}
.errorLabel {
	color: #ff0000;
}
.tooltip {
	display: none;
	position: absolute;
	border: 1px solid #333;
	background-color: #161616;
	border-radius: 5px;
	padding: 10px;
	color: #fff;
	font-size: 12px Arial;
	z-index: 10003;
}
.loader {
	text-align: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	line-height: 46px;
	font-size: 16px;
	position: absolute;
	background-image: url('/admin/images/loader.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
.formSend_mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 100%;
	background-color: rgba(0,0,0,0.2);
	background-image: url('/admin/images/loader.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
/****************************/
.error {
	color:#ff0000;
    line-height: 20px;
}
.label {
	font-weight: bold;
}
.upper {
	text-transform:uppercase;
}
.left{
	float: left;
}
.right{
	float: right;
}
.show {
	display: block;
}
.hide {
	display: none;
}
.view {
	display: block;
}
.clear {
	clear: both;
}
.pointer {
	cursor: pointer;
}
.mask {
	position: fixed;
	z-index: 10001;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.7;
}
/****************************/
.size_10_pc {
	width: 10%;
}
.size_20_pc {
	width: 20%;
}
.size_30_pc {
	width: 30%;
}
.size_40_pc {
	width: 40%;
}
.size_50_pc {
	width: 50%;
}
.size_60_pc {
	width: 60%;
}
.size_70_pc {
	width: 70%;
}
.size_80_pc {
	width: 80%;
}
.size_90_pc {
	width: 90%;
}
.size_100_pc {
	width: 100%;
}

/****************************
* formTable
*****************************/
.formTable td {
	padding: 4px;
}
.formTable td:first-child {
	padding-left: 0px;
}
.formTable td:last-child {
	padding-right: 0px;
}
.formTable .title {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	padding-top: 10px;
	padding-bottom: 5px;
}
.formTable .title .fa {
	font-size: 0.8em;
}
.formTable .border {
	border: 1px solid #dadada;
}
.formTable .label {
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 5px;
}
.formTable .text {
	padding-top: 5px;
	padding-bottom: 5px;
}
.formTable .input input, .formTable .input select, .formTable .input textarea {
	width: 100%; /* ? */
	width: 70%;
}
.formTable .input input[type=checkbox]{
	margin-left: 0px;
	width: 15px;
	height: 15px;
}
.formTable .input input[type=radio]{
	margin-left: 0px;
	width: 15px;
	height: 15px;
}
.formTable > tbody > tr.hover:hover {
	background-color: #fefeee;
}
.formTable.editing .view {
	display: none;
}
.formTable.editing .hide {
	display: block;
}

/****************************
* tableTitle
*****************************/
.tableTitle {
	font-size: 18px;
	font-weight: bold;
	color: #2a2a2a;
	margin: 20px 0 5px 0;
	margin: 0 0 5px 0;
	line-height: 20px;
	text-align: left;
	padding: 10px 5px;
	background-color: #eaeaea;
}
.tableTitle a {
	font-size: 0.7em;
	margin-left: 10px;
	float: right;
	text-decoration: none;
}
.tableTitle button.left {
	margin-right: 10px;
}
.tableTitle button.right {
	margin-left: 10px;
}

/****************************
* tableList
*****************************/
.tableList {
	border-top: 1px solid #F3E3C2;
}
.tableList .rowdetail{
	background-color: #f4f4f4;
}
.tableList .label {
	border-bottom: 1px solid #F3E3C2;
	font-weight: normal;
	background-color: #fefeee;
	padding: 6px 4px;
}
.tableList > tr > td {
	border-bottom: 1px solid #F3E3C2;
	vertical-align: middle;
}

.tableList > thead > tr > td {
	border-bottom: 1px solid #F3E3C2;
	font-weight: bold;
	background-color: #fefeee;
	padding: 10px 4px;
	height: 16px;
}
.tableList > tbody > tr > td {
	border-bottom: 1px solid #F3E3C2;
	padding: 4px;
	height: 26px;
}
.tableList > tbody > tr:hover {
	background-color: #fefeee;
}
.tableList > tfoot > tr > td {
	border-bottom: 1px solid #F3E3C2;
	font-weight: normal;
	background-color: #fefeee;
	padding: 10px 4px;
}
.tableList .inactive {
	background-color: #f2f2f2;
}


/****************************
* fFinder
*****************************/
#ff-Finder .ff-finder-head {
	background-color: #fefeee;
	color: #2a2a2a;
    margin: 0 0 10px;
    padding: 5px;
	height: 42px;
}
/* menu*/
#ff-Finder .ff-finder-head .ff-cont-1 {
	float: left;
}
#ff-Finder .ff-finder-head .ff-cont-1 .fa {
	margin: 3px 10px 0 10px;
	cursor: pointer;
}
#ff-Finder .ff-finder-head .ff-cont-2 {
	float: right;
}
#ff-Finder .ff-finder-head .ff-cont-2 button {
	cursor: pointer;
	text-transform: uppercase;
}
#ff-Finder .ff-finder-head .ff-cont-2 button.main {
	color: #ff0000;
}
/* info */
#ff-Finder .ff-finder-info {
	padding: 5px;
	height: 46px;
	line-height: 32px;
	border: 1px solid #cdcdcd;
	color: #2a2a2a;
	margin: 0 0 10px 0;
}
#ff-Finder .ff-finder-info .ff-cont-1 {
	float: left;
}
#ff-Finder .ff-finder-info .ff-cont-2 {
	float: right;
}
/* body */
#ff-Finder .ff-finder-body {
	border: 1px solid #cdcdcd;
    -webkit-user-select: none;
    -moz-user-select: none;
	overflow-y: auto;
    -khtml-user-select: none;
    -ms-user-select: none;
}
/* item */
#ff-Finder .ff-dirs-item {
	float: left;
	padding: 10px;
	width: 20%;
	height: 185px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
     overflow: hidden;
}
#ff-Finder .ff-dirs-item .ff-item {
	padding: 10px;
	text-align: center;
	background-color: #e4e4e4;
    overflow: hidden;
}
#ff-Finder .ff-dirs-item .ff-item img {
	margin: 0 0 10px 0;
	height: 70px;
}
#ff-Finder .ff-dirs-item .ff-item .fa {
	margin: 0 0 10px 0;
	height: 70px;
}
#ff-Finder .ff-dirs-item .ff-item:hover {
	cursor: pointer;
	color: #cc3300;
	background-color: #cdcdcd;
}
#ff-Finder .ff-dirs-item .ff-item:hover .fa {
	color: #cc3300;
}
#ff-Finder .ff-dirs-item .ff-item.selected {
	color: #cc3300;
	background-color: #cdcdcd;
	outline: 1px solid #cc3300;
	outline-offset: -1px;
}
#ff-Finder .ff-dirs-item .ff-item.selected .fa {
	color: #cc3300;
}
#ff-Finder .ff-dirs-item .ff-item .ff-name {
	text-align: center;
	margin: 0 15px;
	height: 28px;
	line-height: 14px;
	overflow: hidden;
}
#ff-Finder .ff-dirs-item .ff-item .ff-info {
	text-align: center;
	margin: 0 15px;
	height: 12px;
	line-height: 10px;
	overflow: hidden;
	margin-top: 5px;
	font-size: 10px;
}

@media (max-width: 960px)
{
	#ff-Finder .ff-dirs-item {
		width: 100%;
	}
	#ff-Finder .ff-finder-body {
		overflow: visible;
	}
	#ff-Finder .ff-finder-head {
		height: auto;
	}
	#ff-Finder .ff-finder-info {
		height: auto;
	}
	#ff-Finder .clear_marker {
		width: 100%;
		height: 20px;
	}	
}
