/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */
/* --------------- Custom Styles --------------- */
/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */

html, body {
	color: #474747;
	background-color: #f9f9f9;
	/*font-size:18px !important;*/
	font-size:13px;
}
a:link, a:visited, a:active {
	color: #ff9600;
}
.tab a:not(.btn):hover, #navigation a.active {
    color: rgb(252 176 23) !important;
}
h1 {
	font-size:12pt;
}
h2 {
	font-size:11.5pt;
}
h3 {
	font-size:11pt;
}
h4, h5, h6 {
	font-size:10pt;
}
#logo {
	height:initial;
}
#header > img {
	display: none;
}
.column-filename {
	 max-width: inherit; 
}
.smallText {
	font-size: 12px;
}
div#info {
	font-size: 12px;
	text-align: right;
	line-height: 30px;
}
div#navigation #logout a {
	height: 30px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 12px;
	line-height: 30px;
	vertical-align: middle;
}
#header {
	background-color:#d0cfd0;
	height: 150px;
	overflow: inherit;
}
#header_mantis {
	position: absolute;
	/*left: 2%;*/
	left: 25px;
	right:inherit;
	width:170px;
	height: 170px;
	background-color:#fff;
	/*background-color:#fcb017;*/
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	display:block;
	z-index: 1;
}
#header_mantis img {
	display: block;
	/*margin: 25% auto;
	 padding: 23px; 
	max-width:130px;*/
}
#navigation {
	background: none;
	border-top: none;
	/*margin: 0 0 0 18%;*/
	margin: 0 0 0 215px;
	top: -35px;
	color: #fff;
	max-width: 100%;
}
div#navigation .logout {
	background:none;
	color: #474747;
}
div#navigation .logout a {
	color: #fcb017 !important;
}
#navigation a {
	text-transform:uppercase !important;
	font-weight:normal !important;
	background:none !important;
	color: #525252 !important;
}
#navigation a:hover {
	background-color:#fcb017 !important;
	color: #fff !important;
}

	#logout a img {
	display: none;
	}
	#logout .closeBtn {
	display: inline-block !important;
	font-size:18px !important;
	line-height:35px !important;
	}
#logout .closeBtn {
	color: #fff !important;
	float: left;
	margin: 0 10px 0 0;
	}
	#logout a::before {
	content: inherit;
	}
	div#navigation #logout a:hover{
		color:#ffffff !important;
	}
#logout a::after {

}

div#navigation #langSwitch a, div#navigation #mainMenu a, div#navigation #logout a, div#navigation #info a {
	padding-left:10px !important;
	padding-right:10px !important;
}

#maincol {
	background: none !important;
	max-width: 1240px;
	margin: 0 auto !important;
	/*width: 80%;*/
}

.tab {
	border-radius: 0px !important;
	font-size: 13px !important;
	background-image: none !important; 
	background-color: #474747 !important;
	padding: 5px 0;
	height:inherit !important;
}
.tab a {
	/*color: #fff !important;*/
}
.thumbnails_item img {
	max-height: 100px;
}
.thumbnails_item {
	font-size: 12px;
}
.thumbnails_item b {
	font-size: 13px;
}
.thumbnails_item hr {
	margin: 5px 0 0 0;
}
.thumbnails_item.user_root_folder hr {
	border-color: #fff;
}
.navContent li {
	padding: 0 15px !important;
}
.navContentTitle {
	margin-left: 10px;
	
}
div.user_root_folder, tr.user_root_folder td {
	background-color: #e0e0e0 !important;
}
.upLevel, .folder, .file {
	padding: 13px 0;
}
#slideDown_0, #slideDown_1, #slideDown_10000, #slideDown_10001, #slideDown_10111 {
	padding: 5px 15px 5px 10px;
	z-index: 1;
	background: #fff !important;
	border: 3px solid #474747;
	margin: 5px 0 0 0;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select 
{
	border-radius: 0;
	background-color: white;
	/*border: 1px solid #cccccc !important;*/
	border: 1px solid #cccccc;
	color: rgba(0,0,0,0.75);
	padding: 0.30rem;
	/*height: 2.17778rem;*/
}
select 
{
	border-radius: 0;
	background-color: white;
	/*border: 1px solid #cccccc !important;*/
	border: 1px solid #cccccc;
	color: rgba(0,0,0,0.75);
	padding: 0.4rem;
	height: inherit !important;
}
.buttonWh {
	background-color: #fcb017 !important;
	border: none !important;
	padding: 10px 20px;
	color: #fff;
}
.buttonWh:hover {
	background-color: #484848 !important;
}
.head {
	background-color: #e2effa;
	padding-top:10px;
	margin-bottom: 5px;
}
.head .userName, .userRow .userName {
	margin: 0 10px;
}
#upload_box {
	background-image: none !important; 
	background-color: #ffffff;
}
.navContent .order {
	border: none !important;
	border-radius: 0px !important;
	padding: 0.4rem !important;
}
.emailTbl, .permissionsTbl {
	width: 618px !important;
}
.emailTbl li {
	 overflow: inherit !important; 
}
.emailTbl li.separator {
	display: none !important;
}
.permissionsTbl .userRow:first-child {
	background-color:#254783 !important;
}
.file-list .folderName input[name="updateFile"] {
	background-color:transparent !important;
	cursor:pointer;
}
#footer {
	text-transform: uppercase;
	color: #989898 !important;
	
}
.footerlink > span {
	color: inherit !important;
	font-family: inherit !important;
}
.tabNav li {
	width: inherit !important;
	padding:0 15px !important;
	
}
/*.head .userActions, .userRow .userActions {
	padding-top: 7px;
}*/
.tabNav li > img {
	margin: 0 20px 0 0;
}
.shadedTr {
	background-color: #eaeaea !important;
	padding:13px 0;
}
.column-actions {
	padding: 7px 0;
}
.userRow {
	padding: 9px 0;
}
.userRow .userActions {
	padding: 7px 0 0 0;
}
.profileTable {
	padding: inherit;
}
.profileTable ul.head {
	padding: 15px 20px;
}
.profileTable div.editTable {
	width: 43%;
	width: -webkit-calc(96% / 2);
	width: calc(96% / 2);
	padding: 0 0 0 2%;
}
.profileTable > ul {
	padding: 5px 0 5px 20px;
}
#import-file {
	width: 90% !important;
	height: auto !important;
	margin: 0 auto;
/*	text-align:left;*/
}
#import-file p {
	line-height: 30px;
/*	font-size: 20px !important;
	text-align: left! important;*/
}
#import-file input[type="submit"],
.editPoolName input[type="submit"],
.groupTable ul.poolCurrent li input[type="submit"],
.loginInner ul li input[type="submit"],
#content_tree input[type="button"]{
	background-color: #fcb017 !important;
	border: none !important;
	padding: 10px 20px;
	color: #fff;
	cursor:pointer;
}
#import-file input[type="submit"]:hover,
.editPoolName input[type="submit"]:hover,
.groupTable ul.poolCurrent li input[type="submit"]:hover,
.loginInner ul li input[type="submit"]:hover,
#content_tree input[type="button"]:hover {
	background-color: #484848 !important;
}
.loginInner li.inputName {
	width: inherit !important;
}
.toolBox {
	background: rgba(247,247,247,0.9);
	padding: 10px 1% 3px !important;
}
.userSlideDown {
	background-color: #f7f7f7;
	-webkit-box-shadow: inherit;
	-moz-box-shadow: inherit;
	box-shadow: inherit;
}

div#navigation #langSwitch a img {
	width: 16px !important;
}
.userActions img {
	width: 23px;
}
.submit-btn {
	color: #fcb017 !important;
}
div.shadedTr .hideButton, div.folder .hideButton, div.file .hideButton {
		background: none !important;
		}
.info-open .infoBtn span {
	color: #004F22 !important;
}
.hideButton {
	padding: 6px 5px 3px 0 !important;
}
.column-uploadername {
	width: inherit !important;
}
.folder li, .file li {
	line-height: inherit !important;
}
.folderInfo {
	background: none !important;
}
.folderInfo ul {
	margin: 11px 0 0 0 !important;
}
.userRow .userName li {
    padding: 2px 8px;
}
.groupTable .delSgrpForm {
	position: absolute;
	top: 7px;
	margin: auto;
}
.profileTable > ul > li > input[type="checkbox"] {
	margin: 0px 3px 0px 3px;
}

.file-list .thumbItem input.buttonWh {
	background-color:inherit !important;
	cursor:pointer;
}
.userRowGrp {
	-webkit-box-shadow: inherit; 
	-moz-box-shadow: inherit; 
	box-shadow: inherit; 
	background-color:#F7F7F7;
}
.subgroupTable img {
	width: 25px;
	padding: 0 5px;
}
.poolNav .tabNav li {
	margin-left: inherit;
}
.moveMessage {
	background: #fff;
}

#inputSearch input[type="text"] {
	box-sizing: border-box;
}

#inputSearch input[type="submit"] {
	background-color: #fcb017 !important;
    border: none !important;
    padding: 6px 20px;
    color: #fff;
    cursor: pointer;
}

#inputSearch input[type="submit"]:hover {
	background-color: #484848 !important;
}

@media (max-width: 1023px) {
		
}
@media (max-width: 1000px) {
	#header_mantis {
	width: 150px;
	height: 150px;
	}
	#navigation {
	margin: 0 0 0 195px;
	}
	
}
/*@media (max-width: 979px) {
	.folderInfo {
	width: 350px !important;
	}
}*/
@media (max-width: 768px) {
	.menu-toggle span {
	background-color: #fff !important;
	}
	div#navigation ul {
	display: none;
	padding: 10px 0 5px;
	background: #e5e5e5;
	background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #e5e5e5 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
	-webkit-box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.25);
	border: 3px solid #fcb017;
	}
	div#navigation ul a {
		color: #474747 !important;
	}
	div#navigation ul a:hover {
		color: #fcb017 !important;
	}
	#navigation a:hover {
	background-color:transparent !important;
	}
	.actionsBtn span {
	background-color: #fcb017 !important;
	}
	.toolBox {
	padding: 27px 1% 3px !important;
	}
	#logout .closeBtn {
	color: #fff !important;
	float: left;
	margin: 0 10px 0 0;
	}
	#logout a::before {
	content: inherit;
	}
	.navContent li {
	padding: 0 7px 0 10px !important;
	}
	#header_mantis {
	margin: 0 auto !important;
	left: inherit !important;
	right: inherit !important;
	position: inherit !important;
	}
	#header_mantis img {
	display: inherit !important;
	/*margin: 0 auto !important;
	padding: 39px 10px !important;*/
	}
	#navigation {
	background: #fcb017 !important;
	border-top: none !important;
	/*margin: 0 0 0 18%;*/
	margin:inherit;
	top: 0px;
	color: #fff;
	max-width: 100%;
	}
	
	div#navigation .logout {
		background-color: #f2f2f2 !important;
	}
	div#logout:hover {
		background-color: #fcb017;
	}
	div#info {
		float: left !important;
		padding: 0 15px 0px 11px !important;
	}
	.profileTable div.editTable {
		width: 96%;
		width: -webkit-calc(96% / 1);
		width: calc(96% / 1);
		padding: 0 0 0 2%;
	}
	.userRowSgrp {
		-webkit-box-shadow: inherit;
		-moz-box-shadow: inherit;
		box-shadow: inherit;
		background-color:#f7f7f7;
	}

}
@media (max-width: 623px) {
	.navContentTitle {
	display: none;
}

}
@media (max-width: 579px) {
.folder .folderInfo ul, .folder li.column-actions, .file .folderInfo ul, .file li.column-actions {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border-top: 1px solid #ffffff;
	margin: 5px 0 0 0;
	}
}
@media (max-width: 479px) {
	.navContent li.sort {
	float: inherit !important;; 
	padding: 10px 10px 5px 10px !important;
}
}

@media (min-width: 480px) {
	
}
@media (min-width: 624px) {
	
}
@media (min-width: 768px) {
	div.user_root_folder .folderOptions, div.shadedTr .folderOptions {
		background: none !important;
		}
	.folderOptions {
	border-radius: none !important;
	padding: 8px 0 3px 0;
}
		
}
@media (min-width: 880px) {
	
}
@media (min-width: 992px) {
}
@media (min-width: 1024px) {
	.thumbItem {
	width: calc(100% / 5) !important;
}
}
@media (min-width: 1430px) {
	#header_mantis img {
	/*margin: 25% auto;
	 padding: 23px; 
	max-width:130px;*/
	}
	#navigation {
	max-width: 1170px;
	/*margin: 0 0 0 18%;*/
	}
	#logout a::before {

	}
	#logout a img {
	display: none;
	}
	#logout .closeBtn {
	display: inline-block !important;
	font-size:18px !important;
	line-height:35px !important;
	}
}
@media (min-width: 1650px) {
	#navigation {
	max-width: 1240px;
	margin: 0 auto;
	}
}
@media (min-width: 1750px) {
	#header_mantis {
	left: 5%;
	}
}