body {
    /* min-width: 960px; */
    font-family: Tahoma, sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 1px;
	overflow: hidden;
}

a.disabledA {
    pointer-events: none;
    cursor: default;
    color: #eee;
}

.button {
    margin-left: 5px;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    border: 2px solid #ddd;
    background-color: #e5e5e5;
    color: #17809a;
    cursor: pointer;
    letter-spacing: 0;
}

.authFormWrapper {
    padding: 10px;
}
table.authForm td {
    padding: 2px;
}

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
    opacity:1;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: auto;
}
.modalDialog .modalDialogContainer {
    width: 800px;
    position: relative;
    margin: 5% auto;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 2px solid #555;
    background: white;
}
.modalDialog .modalDialogContainer .closeDialog {
    color: #555;
    line-height: 25px;
    position: absolute;
    right: -3px;
    text-align: center;
    top: -3px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}
.modalDialog .modalDialogContent {
    /*height: 60%;*/
    overflow: auto;
    padding: 30px;	
}
.modalDialog .modalDialogButtons {
    text-align: center;
    padding: 10px;
}

.collectionManagerToolbar {
    padding: 5px;
}

.collectionManagerToolbar a {
    cursor: pointer;
    margin: 5px;
    text-decoration: none;
}

li.disabled span {
    color: #eee;
}

.elementInfo {
    width: 400px;
    border: 1px solid #aaa;
	border-radius: 3px;
    padding: 10px;
    /*margin: 10px;*/
}

.mainView_leftMenu_links a {
    color: #b0bdae;
    text-decoration: none;
    font-size: 18px;
}
.mainView_leftMenu_links-link_wrapper {
    padding: 10px;
}
.mainView_leftMenu_links a:hover {
    text-decoration: underline;
}

.mainView_leftMenu_links .mainView_leftMenu_links-section a {
    font-size: 16px;
}

.mainView_leftMenu_links .mainView_leftMenu_links-section {
    margin-bottom: 5px;
}

.mainView_leftMenu_links .mainView_leftMenu_links-section .mainView_leftMenu_links-link_wrapper {
    padding: 5px 10px 5px 10px;
}

.mainView_leftMenu_links-section_title {
    color: #b0bdae;
    background-color: #293242;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 10px;
    border: 0 none;
}

.mainView_leftMenu_links a.active_leftMenu_link {
    border-right: 4px solid #00bfe6;
	padding: 10px;
	display: inline-block;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
}

.mainView_footer {
    background-color: #2e3a4a;
    color: #b0bdae;
    text-align: right;
	height: 100%;
    padding: 10px;
}

.mainView_copyright {
    color: #b0bdae;
	font-size: 12px;
	margin-top: -50px;
    text-align: left;
	padding: 5px;
}

table.splitView {
	margin-left: 5px;
}
.splitView td {
	padding: 10px;
}

table.exSearch td a {
	text-decoration: none;
}

table.exSearch td input {
	width: 150px;
	height: 30px;
	padding: 2px;
}

table.exSearch td select {
	width: 150px;
	height: 30px;
	padding: 2px;
}

table.exSearch td {
	padding: 5px;
}

.exSearch a.exFilter_remove {
	color: #dd0000;
	font-weight: normal;
}
.exSearch a.exFilter_remove:hover {
	color: #ff0000;
	font-weight: bold;
}

.directoryPanel {
	margin: 20px;
}

.directoryPanel h1 {
	margin-bottom: 10px;
}

.directoryPanel .directoryTypeItem {
	margin-bottom: 5px;
}

.directoryPanel table td {
	padding: 5px;
	border-bottom: 1px solid #ddd;
}

.directoryPanel button {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.editDirectoryValueDialogContent input {
	width: 100%;
	padding: 5px;
}

.editDirectoryValueDialogContent table td {
	padding: 10px;
}

.editCollectionDialog input {
	padding: 5px;
}

.editCollectionDialog select {
}

.editCollectionDialog h1 {
	font-size: 20px;
	margin-bottom: 10px;
}

.editCollectionDialog h2 {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}

.directoryValueSelect {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.directoryValueSelect a {
	text-decoration: none;
}

.directoryValueSelect a:hover {
	text-decoration: underline;
}

.directoryValueSelect .directoryValueSelect_value {
	display: inline-block;
	padding: 3px;
}

.directoryValueSelect .directoryValueSelect_value select {
	padding: 5px;
}

.directoryValueSelect .directoryValueSelect_buttons button {
	padding: 5px;
}

.directoryValueSelect .directoryValueSelect_buttons {
	display: inline-block;
	padding: 3px;
}

.directoryValueMultiSelect {
	margin-bottom: 10px;
}

.directoryValueMultiSelect .directoryValueSelect:hover {
	background-color: #eee;
}

.directoryValueMultiSelect .directoryValueSelect .directoryValueSelect_value {
	min-width: 200px;
}

.fileEditorBlock {
	margin: 10px;
}

.fileEditorBlock h2 {
	margin-bottom: 5px;
}

.fileEditorBlock input {
	padding: 5px;
	width: 400px;
}

.massEditor .massEditor_block_title {
	font-size: 20px;
	text-decoration: underline;
}

.massEditor .massEditor_block {
	padding: 10px;
}

.massEditor .massEditor_block div {
	margin: 5px;
}

.massEditor .massEditor_actionComment {
	font-size: 12px;
	font-weight: normal;
}

.fileEditor_references {
	margin-top: 10px;
}

.fileEditor_references .fileEditor_reference_item {
	margin: 5px;
}

.fileEditor_references table td.fileEditor_reference_delete_item {
	padding: 5px;
}
.fileEditor_references table td.fileEditor_reference_delete_item a {
	color: #667cb0;
}

.fileEditor_references .fileEditor_reference_delete_item .ion-trash-b {
	font-size: 14px;
	margin: 3px;
	color: #667cb0;	
}

.fileEditor_references table td.fileEditor_reference_init-preset_item {
	padding: 5px;
}
.fileEditor_references table td.fileEditor_reference_init-preset_item a {
	color: #00cc33;
}

.fileEditor_references table td.fileEditor_reference_init-preset_item .ion-plus-round {
	font-size: 14px;
	margin: 3px;
	color: #00cc33;
}

.toolbar_icon {
	color: #667cb0;
	font-size: 28px;
}
.toolbar_icon.not_active {
	color: #aaa;
}

.context_menu-icon {
	color: #667cb0;
	font-size: 20px;
	display: inline-block;
	margin-right: 7px;
}

.editCollectionBlock {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDD;
}

.rotate90 {
	/* Safari */
	-webkit-transform: rotate(-90deg);

	/* Firefox */
	-moz-transform: rotate(-90deg);

	/* IE */
	-ms-transform: rotate(-90deg);

	/* Opera */
	-o-transform: rotate(-90deg);

	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);	
}

.editRights {
	padding: 10px;
}

.editRights h2 {
	margin-top: 10px;
}

.editRights .saveRights {
	margin-top: 10px;
	margin-left: 10px;
}

.editRights table {
	margin-left: 10px;
}
.editRights .editRights_addSubject {
	display: inline-block;
	margin: 10px;
	font-size: 12px;
}

.editRights table td, .editRights table th {
	padding: 5px 10px 5px 10px;
	vertical-align: middle;
	text-align: center;
}

.editRights table td:first-child {
	text-align: left;
	width: 150px;
}

.editRights table {
	margin-top: 10px;
}

.editRights table th {
	background-color: #eee;
	border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.editRights table tr:hover td {
    background-color: #eee;
}

.editRights input, .editRights select, .editRights button {
	padding: 5px 10px 5px 10px;
}

.editView {
	margin: 10px;
	overflow: auto;height: 100%;
}

.editView input, .editView button {
	width: 250px;
	padding: 5px 10px;
}

.editView textarea {
	padding: 5px 10px;
	width: 250px;
	height: 200px;
}

.editView table td {
	padding: 5px 10px;
	text-align: left;
	vertical-align: middle;
}

.editView td.fieldTitle {
	text-align: right;
}

.editView td.fieldTextAreaTD {
	vertical-align: top;
}

.editView table tr.editTR:hover td {
    background-color: #eee;
}

.editView h2 {
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
  
table.exportTaskTable {
	margin: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #555;
}

table.exportTaskTable input {
	width: 300px;
}

table.exportTaskTable th {
	padding: 5px 10px;
	vertical-align: top;
}

table.exportTaskTable td {
	padding: 5px 10px;
	vertical-align: top;
}

table.exportTaskTable .taskActionButtons button {
	margin-left: 10px;
}

table.exportTaskTable .taskStatus {
	display: inline-block;
}

.taskStatus.status_NEW {
	color: #00dd00;
}

.taskStatus.status_SENT {
	color: #0000dd;
}

.taskStatus.status_WORK {
	color: orange;
}

.taskStatus.status_CANCELED {
	color: #dd0000;
}

.taskStatus.status_COMPLETED {
	color: #AAA;
}

button.changeStatus {
	padding: 5px 15px;
	margin-top: -2px;
	background-color: #EEE;
	border-radius: 5px;
	cursor: pointer;
	border: 1px solid;
	font-weight: bold;
}

button.changeStatus.status_SENT {
	color: #0000dd;
	border-color: #0000dd;
}

button.changeStatus.status_WORK {
	color: #ddaa00;
	border-color: #ddaa00;
}

button.changeStatus.status_COMPLETED {
	color: #00dd00;
	border-color: #00dd00;
}

button.changeStatus.status_CANCELED {
	color: #dd0000;
	border-color: #dd0000;
}

.collection_favoriteAll {
	font-weight: bold;
	color: #00AA00;
}

.hashTagEditor_select2 {
	width: 600px;
}

.massEditorContainer {
	border: 1px solid #ddd;margin: 5px;padding: 5px;
}

.massEditorContainer .hashTagEditor_select2 {
	width: 300px;
}


.materialPreviewLightBox {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
    opacity:1;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: auto;
	display: block;
}
.materialPreviewLightBox:focus {
	/*background: rgba(255,0,0,0.5);*/
}
.materialPreviewLightBox .lightBoxClose {
	border: 0;
	cursor: pointer;
	background: transparent;
	position: fixed;
	top: 10px;
	right: 25px;
	color: #878B90;
	font-size: 40px;
}
.materialPreviewLightBox .lightBoxClose:hover {
	color: #FFF;
}

table.calendar2 td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}

table.calendar2 {
	background-color: #FFF;
}

table.calendar2 .monthTitle {
	cursor: pointer;
}

table.calendar2 .monthTitle:hover {
	color: blue;
}

table.calendar2 .changeInterval {
	cursor: pointer;
}

table.calendar2 .changeInterval:hover {
	color: blue;
}

table.calendar2 .dayTitle {
	color: #aaa;
}

table.calendar2 td.selectDay {
	cursor: pointer;
	padding: 1px;
}

table.calendar2 td.selectDay div {
	padding: 4px;
	border: 1px solid #fff;
	border-radius: 5px;
}

table.calendar2 td.selectDay:hover div {
	color: blue;
	background-color: #eee;
	border: 1px solid #aaa;
}

table.calendar2 td.selectDay.selected div, table.calendar2 td.selectDay.selected:hover div {
	padding: 4px;
	color: #777620;
	border: 1px solid #dad55e;
	background-color: #fffa90;
	border-radius: 5px;
}

table.calendar2 td.selectMonth {
	cursor: pointer;
	padding: 1px;
}

table.calendar2 td.selectMonth div {
	padding: 15px;
	border: 1px solid #fff;
	border-radius: 5px;
}

table.calendar2 td.selectMonth:hover div {
	color: blue;
	background-color: #eee;
	border: 1px solid #aaa;
}

table.calendar2 td.selectMonth.selected div, table.calendar2 td.selectMonth.selected:hover div {
	padding: 15px;
	color: #777620;
	border: 1px solid #dad55e;
	background-color: #fffa90;
	border-radius: 5px;
}

table.calendar2 select {
	padding: 5px 10px;
}

.calendarWrapper {
	padding: 5px;
	border: 1px solid #aaa;
	background-color: #FFF;
	border-radius: 3px;
}

.datePicker2 {
	margin: 0px 5px;
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #aaa;
}

.datePicker2 .calendarBtn:hover {
	color: blue;
}

.datePicker2 .clearBtn:hover {
	color: red;
}