body {
	margin:0px 0px 0px 0px;
	background-color:white;
	font-family:Tahoma;
	font-size:11px;
	height:100%;
}
html {
	height:100%;
}
table {
	border:0px;
	border-collapse:collapse;
	empty-cells: show;
}
table td{
	padding:0px;
}
table.with td{
	padding:2px;
}

a {
	color:black;
	text-decoration:none;
    cursor:pointer;
}
a:hover {
	color:black;
	text-decoration:underline;
	cursor:pointer;
}
.error {
	width:90%;
	display:none;
	border:1px solid red !important;
	margin:7px !important;
	padding:7px !important;
	color:red !important;
	background-color:#ffff8c !important;
}
.block {display:block;}
.input, select {
	border: solid 1px #CCCCCC;
    padding: 2px 5px;
}
.input[readonly] {
    background-color: #eee;
    border: 1px solid #ccc;
}
.button  {
	height:21px !important;
	border:0 !important;
	margin-left:3px !important;
	margin-right:3px !important;
	background:transparent !important;
	cursor:pointer;
	position:relative;
	padding:0;
}

.button:active  {
	height:21px;
	margin-top:1px;
	margin-bottom:-1px;
	border:0;
}
.button .intd, .button2 {
	padding:2px !important;
	background: transparent url(default/button_repeat.gif) repeat-x !important;
	border:0px !important;
}

.button2 {
    cursor: pointer;
	margin:0 0 3px 3px;
}
.button .intd td {
	padding-left:2px !important;
	padding-right:2px !important;
	font-size:10px !important;
	border:0px !important;
	font-weight:normal !important;
}
.button .button_left {
	width:2px !important;
	background: transparent url(default/button_left.gif) no-repeat !important;
	padding:0px !important;
	border:0px !important;
}
.button .button_right {
	width:2px !important;
	background: transparent url(default/button_right.gif) no-repeat !important;
	padding:0px !important;
	border:0px !important;
}
.button[disabled] {
	color:white;
	border:0;
	background-color:silver;
	margin-left:3px;
	margin-right:3px;
}

hr {
	width:100%;
}
textarea {
	border: solid 1px #CCCCCC;
	font-family:Tahoma;
	padding-left:3px;
	padding-left:3px;
}

table.parentTable {
	width: 100%;
}
table.parentTable td.parentHeader {
	background-color: #eeeeee;
	background: transparent url(default/list_header_repeat.png) repeat-x;
	border: 1px solid #CCCCCC;
	padding: 3px 5px 3px 5px;
	font-weight: bold;
	height:25px;
	font-size: 12px;
}
table.parentTable td {
	border: 1px solid #CCCCCC;
	padding: 5px;
}

/*LIST class table*/
table.sTable {
	border:solid 1px silver;
	background-color: white;
	font-family:Tahoma;
}
table.sTable td{
	border:solid 1px silver;
	background-color: transparent;
	padding:2px 5px 2px 5px;
}
table.sTable td table.paginTable td{
	border:0;
}
table.sTable tr.rowOver {
	background-color:#eeffff;
}
tr.headerText td{
	background-color:#eeeeee;
	font-weight:bold;
}

/*
PRELOADERS PROGRESS
*/

#preloader {
	position:fixed;
	display:none;
	margin:-7px;
	width:100%;
	height:100%;
	cursor:wait;
	z-index:2000;
	background-image: url("default/img/blank.gif");
	text-align:center;
}

#preloader div {
	position:absolute;
	background:#fff;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	background-repeat:no-repeat;
	background-position:center;
	border: 1px solid silver;
	margin:2em 10px 4em;
	margin-left:-150px;
	margin-top:-70px;
	left:50%;
	top:50%;
	width:300px;
	height:100px;
	padding:1em;
}
#preloader div.image {
	background-image: url("default/img/preloader.gif");
}
#preloader div:before,
#preloader div:after {
	content:"";
	position:absolute;
	z-index:-2;
}

/*
LIST class search container
*/
.searchContainer {
	background-color: #eeeeee;
}

.searchContainer td {
	border: 0 !important;
}

.searchContainer td table {
	border: 0 !important;
}

.searchContainer .searchFields td {
	width: 0%;
}

.HeaderTextTD {
	padding: 0;
}

.showFilterIcon {
	cursor: pointer;
	width: 16px;
	height: 16px;
	margin: 5px;
	float: left;
	background-image: url(default/html/list/img/view.png);
}

.clearFilterIcon {
	cursor: pointer;
	width: 16px;
	height: 16px;
	margin: 5px;
	float: left;
	background-image: url(default/html/list/img/clearview.png);
}

.columnFilterIcon {
	cursor: pointer;
	width: 16px;
	height: 16px;
	margin: 5px;
	float: left;
	background-image: url(default/html/list/img/application_view_columns.png);
}

.paginButton {
	height: 16px;
	width: 16px;
	background-color: #ddffee;
	padding: 0 3px 0 3px;
	margin: 0 3px 0 3px;
	font-size: 12px;
	border: outset 1px #aaaaaa;
	-moz-border-radius: 3px;

}

.paginButton span {
	position: absolute;
	margin: -11px 0 0 -3px;
	cursor: inherit;
}

.searchDate {
	width: 0% !important;
}

.searchDateTd {
	padding: 0 !important;
	white-space: nowrap;
}

.searchDate img {
	padding: 2px;
	border: 0px;
}

.calSearchContent {
	position: absolute;
}

.editListFields {
	cursor: pointer;
}

.editHintTable {
	background-color: #ffffee;
}

.editHintSpan {
	text-decoration: underline;
}

.editHintDiv {
	position: absolute;
}

.searchOutHtml {
	float: left;
	font-weight: normal;
	margin-left: 5px;
}

.searchControlContainer {
	float: left;
}

/*
EDIT class table
*/
table.editTable {
	border: 0;
	font-family: Tahoma;
}

.eFirstCell {
	background-color: transparent;
	font-weight: bold;
	border: 0;
	text-align: right;
	padding: 3px;
	width: 150px;
}

.newRulesModule {
	text-decoration: underline;
	cursor: pointer;
}

.newRulesSubModule {
	text-decoration: underline;
	cursor: pointer;
}

.newFieldEnum {
	text-decoration: underline;
	cursor: pointer;
}

table.editTable td {
	background-color: transparent;
	border: 0;
	vertical-align: top;
    padding: 5px 3px;
    position: relative;
}

.requiredStar {
	color: red !important;
	padding: 3px;
}

.helpMark {
	display: none;
	background: transparent url(default/html/edit/img/help.png) no-repeat;
	width: 16px;
	height: 16px;
	margin-bottom: -16px;
}

.reqField {
	border: 1px solid red;
}

.changePass {
	cursor: pointer;
}

.fieldRolesShortDescr {
	width: 300px;
}

.buttonSave {
	position: absolute;
	margin-left: -4000;
}

.editResizeDiv {
	z-index: 100000;
	width: 505px;
	height: 505px;
	position: absolute;
	overflow: hidden;
	left: -10000px;
	top: 0px
}

.editResizeTD {
	vertical-align: top;
}

.file-delete button {
	cursor: pointer;
	display: inline-block;
	margin-right: 0.1em;
	overflow: visible;
	padding: 0;
	position: relative;
	text-align: center;
	text-decoration: none !important;
}

/*TAB class table*/
.containerTable {
	border-collapse:collapse;
	background-color:  #f5f5f5 !important;
	border: 1px solid #CCCCCC;
	width: 100%;
	font-size: 12px;
	margin-bottom:6px;
}
.containerTD {
	padding: 5px;
	background-color: #f5f5f5 !important;
	width: 100%;
}
.containerHeaderTD {
	padding: 3px 5px 3px 5px;
	font-weight: bold;
	height:25px;
	font-size: 13px;
	background-color: #f5f5f5 !important;
	background: transparent url(default/list_header_repeat.png) repeat-x;
}
.tabsLeftSideTD {
	padding-left:15px;
	border-top:1px solid #CCCCCC;
}
.tabsRightSideTD {
	padding-right:15px;
	width:100%;
	border-top:1px solid #CCCCCC;
}
.tabActiveTD {
	padding:0;
	border-top:1px solid #eeeeee;
}
.tabInactiveTD {
	padding:0;
	border-top:1px solid #CCCCCC;
}
.tabActive {
	padding: 3px 7px 3px 7px;
	height:16px;
	font-weight: bold;
	cursor:pointer;
	white-space:nowrap;
	text-align:center;
	background-color:#FFFFFF;
	border-right:1px solid #CCCCCC;
	border-bottom:2px solid #d80043;
	border-left:1px solid #CCCCCC;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
}
.tabInactive {
	padding: 3px 7px 3px 7px;
	height:15px;
	font-weight: normal;
	cursor:pointer;
	white-space:nowrap;
	text-align:center;
	background: transparent url(default/list_header_repeat.png) repeat-x;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
}



/*Image Edit*/
.imgEditControl td {
	font-weight:normal !important;
	text-align:left !important;
}
.imgEditImage td {
	font-size:1px !important;
	font-weight:normal !important;
	text-align:center !important;
	vertical-align:middle !important;
	padding: 0px !important;
}

/*calendar*/
table.calendar {
	background-color: #EEEEEE;
	border: 1px solid silver;
	z-index:1000;
}
.calendar_year {
	text-align:center !important;
}
table.calendar td table.calendar_table td {
	background-color: white;
	border: 1px solid silver;
	padding: 2px !important;
}
table.calendar td table.calendar_table tr.calendar_table_row td {
	background-color: #EEEEEE;
	font-weight:bold;
	font-size:10px;
	text-align:center;
	padding:2px;
}
.change_botton {
	border:0;
	cursor:pointer;
	font-size:10px;
	width:20px;
	background-color: transparent !important;
}
.month {
	text-align:center;
	width:100%;
	font-size:10px;
	padding:0;
}
.day {
	padding:1px;
	text-align:center;
	font-size:9px;
	cursor:pointer;
	font-weight:normal;
}

/*themes*/
.top_row {
	width:100%;
	height:109px;
}
.top_logo {
	width:198px;
	height:109px;
	background: transparent url(default/logo.png) no-repeat 0 0;
}
.header_background {
	background: transparent url(default/header_repeat.png) repeat-x;
	height:74px;
}
.top_row2 {
	width:100%;
	height:3px;
	padding:0;
	background-color: #d90000;
}
.content_row {
	width:100%;
	height:100%;
	background: transparent;
}
.footer_row {
	width:100%;
	height:29px;
	padding:5px;
	background: transparent url(default/footer_repeat.png);
}
.content_row_table {
	width:100%;
	height:100%;
}
.content_row_table_col1 {
	padding:3px;
	width:222px;
	height:100%;
}
.menu_table {
	width:100%;
	height:100%;
	background-color: #e4e4e4;
}
.menu_table .menu_row1 {
	width:100%;
	height:57px;
	padding:0;
	text-align:center;
	font-weight:bold;
	background: transparent url(default/menu_top_background3.png) repeat 0 0;
	background-color: #e4e4e4;
}

.menu_table .menu_row1 div {
	background: transparent url(default/menu_top_background.png) no-repeat 0 0;
	width: 100%;
	height: 100%;
}
.menu_table .menu_row2 {
	width:100%;
	padding:0;
	background: transparent url(default/menu_top_background2.png) repeat-x 0 0;
	background-color: #e4e4e4;
}
.menu_table .menu_row3 {
	width:100%;
    padding: 0 8px 0 0;
	background-color: #e4e4e4;
}
.menu_table .menu_row4 {
	width:100%;
	height:100%;
	padding:10px;
	vertical-align:bottom;
	text-align:center;
	background-color: #e4e4e4;
}
.menu_table .menu_row5 {
	width:100%;
	height:5px;
	padding:0;
	background-color: white;
}
.menu_table .menu_row6 {
	width:100%;
	height:5px;
	padding:0;
	background-color: #e4e4e4;
}
.content_row_table_col2 {
	padding:3px;
	height:100%;
}
.top_tab {
	float:left;
	height:35px;
	margin-right:7px;
	background: transparent url(default/top_tab_repeat.png);
}

/* MENU */
.root_menu_item {
	background-color:white;
	height:32px;
    width: 100%;
	margin-bottom:7px;
}
.root_menu_item_td{
	border-bottom:1px solid #bbbbbb;
	height:32px;
	padding-left:10px;
	padding-right:10px;
}
.root_menu_item_td table{
	width:100%;
	cursor:pointer;
}
.root_menu_item_td td{
	padding:5px;
	font-weight:bold;
}
.tree_div {
	width:210px;
}
.tree_td_over {
	background-color:#d90000;
	height:24px;
	border-bottom:1px solid #e4e4e4;
	padding:3px;
	cursor:pointer;
}
.tree_td {
	background-color:#d0d0d0;
	height:24px;
	border-bottom:1px solid #e4e4e4;
	padding:3px;
	cursor:pointer;
}
.tree_td_click {
	background-color:white;
	height:24px;
	border-bottom:1px solid #e4e4e4;
	padding:3px;
	cursor:pointer;
}
.tree_active {
	padding:3px;
}
/* icons */

.icon_home {
	width:16px;
	height:16px;
	background: transparent url(default/icon_home.png) no-repeat 0 0;
	margin:3px;
}


/* simple modal */
#simplemodal-overlay {
	background-color:#000;
	cursor:wait;
	filter: alpha(opacity=60);
	height: 100%;
}

#simplemodal-container {
	height:auto;
	left:50%;
	margin-left:-100px;
	top:50%;
	margin-top: -270px;
	background-color:#fff;
	border:3px solid #ddd;
	padding: 0px;
}

#simplemodal-container .preloader {
    display: table-cell;
    height: 400px;
    text-align: center;
    vertical-align: middle;
    width: 960px;
}
a.modalCloseImg {
    background: url(default/icon_delete.png) no-repeat;
    background-position: center center;
    width: 27px;
    height: 27px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
    background-color: #FFFFFF;
    border: 1px solid #eee;
    border-radius: 14px;
}



.newFieldEnum {text-decoration: underline; cursor: pointer;}
.hide {display:none}



.jstree-gray.jstree-hovered {
    background: transparent;
    box-shadow: none;
}
.jstree-gray.jstree-clicked {
    background: #efefef;
}
.jstree-gray > .jstree-icon {
    opacity: 0.8;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
    /* Firefox 10+ */
    /*filter: gray;*/
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
}

#modal-editor-container {
    height: 100%;
}
#transform,
#editor {
    height: 100%;
    overflow: auto;
}
#editor .settings-container {
    padding: 8px;
    border-right: 1px solid #ccc;
}
#editor .settings-container fieldset {
    border: 1px solid #a4a4a4;
    margin-bottom: 10px;
}
#editor .settings-container legend {
    color: #4d4d4d;
    font-weight: bold;
    font-size: 13px;
}
#editor .settings-container label {
    font-size: 12px;
}
#editor #image-container {
    overflow:hidden;
    padding: 8px;
    vertical-align: middle;
    background-image: url('default/img/img_bg.jpg');
}
#editor #image-container > .jcrop-holder {
    margin: 0 auto;
}
#editor #aspectLeft {
    float:left;
    padding:0 8px 0 0;
    cursor:pointer;
}
#editor #aspectRight {
    float:left;
    padding:0 5px 0 8px;
    cursor:pointer;
}
#editor #slider {
    float:left;
    width:180px;
}
#editor .error-unknown {
    color: #c81b1b;
    font-size: 14px;
}
.jstree-tpage > a > .jstree-icon:before {
    content: url("default/pencil.png");
    position: relative;
    top: 7px;
    left: 6px;
}
.clearfix {
    clear: both;
}
.storage .controls {
    display: inline-block;
    position: relative;
}
.storage .controls .preloader {
    position: absolute;
    right: -25px;
    top: 3px;
}
.storage-container {
    margin-top: 10px;
}
.storage-container .storage-file {
    background-color: #fff;
    border: 1px solid #bbb;
    margin-bottom: 10px;
    padding: 5px;
    position: relative;
}
.storage-container .storage-file .thumbnail {
    display: inline-block;
    float: left;
    line-height: 0;
    margin-right: 10px;
}
.storage-container .storage-file .info {
    display: inline-block;
}
.storage-container .storage-file .actions {
    bottom: 5px;
    right: 5px;
    position: absolute;
}
#storage_image_edit .eFirstCell,
#storage_document_edit .eFirstCell {
    width: 110px;
}
.modal_window > .containerTable {
    margin-bottom: 0;
}

.fileinput-button input {
    font-size: 12px !important;
}
.pull-left {float:left}
.pull-right {float:right}
.clearfix {clear:both}

/* Audit module*/
.auditSql{
	color: blue;
}
.auditWarningText{
	color: red;
}
.auditButton{
	margin-top:5px;
}
.auditLineCorrect {
	text-decoration:underline;
}

.mce-i-fa-cog {
	font: normal normal normal 14px/1 FontAwesome !important;
}
.mce-i-fa-cog::before {
	content: "\f013";
}

.mce-i-fa-eye {
	font: normal normal normal 14px/1 FontAwesome !important;
}
.mce-i-fa-eye::before {
	content: "\f06e";
}

.mce-i-fa-ban {
	font: normal normal normal 14px/1 FontAwesome !important;
}
.mce-i-fa-ban::before {
	content: "\f05e";
}

.mce-i-fa-floppy-o {
	font: normal normal normal 14px/1 FontAwesome !important;
}
.mce-i-fa-floppy-o::before {
	content: "\f0c7";
}

.mce-i-fa-book {
	font: normal normal normal 14px/1 FontAwesome !important;
}
.mce-i-fa-book::before {
	content: "\f02d";
}

.mce-i-fa-file {
	font: normal normal normal 14px/1 FontAwesome !important;
}
.mce-i-fa-file::before {
	content: "\f15b";
}

.mce-reset .input, .mce-reset textarea, .mce-reset select {
	border: solid 1px #CCCCCC !important;
}