:root {
	--html-track: #444;
	--html-thumb: #aaa;
	--default-text: #444;
	--muted-text: #888;
	--secondary-text: #616165;
	--text-link-color: #3cb371;
	--dark-bg: #252525;
	--light-bg: #fff;
	--light-border: #e6e6e6;
	--light-hover: #efefef;
	--secondary-bg: #fafafa;
	--gray-border: #b1b1b1;
	--dark-border: #5e5e5e;
	--black-border: #444;
	--scroll-track: #dfdfdf;
	--scroll-thumb: #666;
	--raised-shadow:
		0px 1px 3px 0px rgba(0, 0, 0, 0.4),
		0px 0.5px 0.5px 0px rgba(255, 255, 255, 0.12) inset;
	--btn-radius: 0.25rem;
	--1px-dark: 1px solid var(--dark-border);
	--1px-light: 1px solid var(--light-border);
	--drop-border: rgb(154, 205, 50);
	--drop-active: rgba(154, 205, 50, 0.05);
	--drop-hover: rgba(154, 205, 50, 0.5);
	--focus-color: #80bdff;
	--pale-grey-black: #202835;
	--pale-grey-dark: #333e55;
	--pale-grey: #4d5d80;
	--pale-grey-light: #5f739e;
	--dodger-blue-dark: #1174d4;
	--dodger-blue: #3884fd;
	--vertical-height: 100vh;
	--height-ex-hf: calc(var(--vertical-height) - 122px);
	--nav-btn-height: 36px;
	--themed-tab-btn-hover: #e6e6e6;
	--table-header-bg:#4444;
	--themed-btn-acc: linear-gradient(45deg, #3884FD 40%, #84B3FE 100%);
	--themed-btn-acc-hover: linear-gradient(45deg, #6da4fe 50%, #B9D3FF 100%);
}
.btn {
	--bs-btn-padding-x: 0.65rem;
	--bs-btn-padding-y: 0.22rem;
	--bs-btn-font-size: 0.85rem;
	--bs-btn-line-height:1.4;
	--bs-btn-border-radius:.25rem;
}
.btn-sm {
	--bs-btn-padding-x: 0.45rem;
	--bs-btn-padding-y: 0.16rem;
	--bs-btn-font-size: 0.75rem;
	--bs-btn-line-height:1.2;
}
.btn-primary {
	color: var(--bs-btn-color)!important;
}
.btn-accent {
    background: var(--themed-btn-acc) !important;
    color: var(--themed-btn-acc-text);
    border: 1px solid var(--themed-btn-acc);
}
.btn-accent:hover {
    background: var(--themed-btn-acc-hover) !important;
    color: var(--themed-btn-acc-text) !important;
}
.modal-dialog {
	--bs-modal-width:800px;
}
/* ==|== normalize ========================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #957958; color: #fff; text-shadow: none; }
::selection { background: #957958; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
*:focus {
	outline: none;
}



body {
	background-color: #f4f4f4;
	color: #957958;
}
#header {
	height: 71px;
	width: 100%;
	margin-bottom: 40px;
	background-color:#91795c;
	padding:10px;
}
h1 {
	color: #a29484;
	font-size: 30px;
}
h2, h3, h4 {
	color: #957958;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 14px;
}
a:not(.btn), 
a:not(.btn):visited {
    color: #957958;
    text-decoration: none;
}
a:not(.btn):hover {
    color: #b69972;
}



#logo a {
	width: 124px;
	height: 27px;
	background: url('../images/logo.png');
	position: relative;
	top: 24px;
}
#user-status {
	float: right;
	text-align: right;
}
#user-status p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 0;
}
#user-status p span {
	font-weight: bold;
	margin-top: -5px;
}

#emcontainer {
	box-shadow: 1px 1px 10px 1px rgb(160 160 160 / 75%);
}

.container {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.centered {
	margin: 35px auto;
}
.page-title {
	text-align: center;
	margin-bottom: 50px;
}
.page-subtitle {
	margin-top: -40px;
	text-align: center;
}
.centered-text {
	text-align: center;
}

#footer {
	color: #503719;
	text-align: center;
	margin-top: 30px;
}
#footer a {
	color: #503719;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: underline;
}
.add-server-big a {
	background: url('../images/add-server-big.png');
	width: 135px;
	height: 137px;
	margin: 30px auto;
}
.float-right {
	float: right;
}
#main-content {
    margin: 0 0;
	padding: 25px 15px; 
	background-color: var(--light-bg);
	
}

/* ==|== catalog page ============================================== */

.catalog-list {
    padding: 0;
    max-width: 600px;
    margin: 20px 0 0 30px;
    
}
.catalog-list li {
	
    list-style: none outside none;
}
.catalog-list li a {
    color: #252525;
    text-decoration: none;
}
.catalog-list li a span {
    color: #8C4D4A;
    font-size: 12px;
    font-weight: normal;
    position: relative;
    top: -2px;
}
.catalog-list li a:hover {
    color: #555555;
}
.catalog-list li a:hover span {
    color: #BC7673;
}

.app-list li {
	
	height: 91px;
    background: url('../images/folder.png') top left no-repeat;
    font-size: 18px;
    font-weight: bold;
    line-height: 91px;
    list-style: none outside none;
    margin: 0px 0 0px 40px;
    padding: 0 0 0 110px;
}

.server-set {
	width: 100%;
	height: 200px;
}
.server-set-first {
	margin-top: 80px;
}
.server {
	width: 140px;
	height: 160px;
	background: url('../images/server.png') top center no-repeat;
	float: left;
	margin-right: 10px;
}
.server h3 {
	margin-top: 120px;
}
.app h4 {
	margin-top: 8px;;
}
.add-app h5 {
	margin-top: 50px;
}
.app {
	width: 60px
	height: 90px;
	float: left;
	margin: 33px 10px 0 10px;
}
.add-app {
	background: url('../images/small-plus.png') center 16px no-repeat;
	margin-left: 20px;
}
.add-server {
	background: url('../images/big-plus.png') center top no-repeat;
}


/* ==|== table ================================================= */

table th {
	background: #957958;
	color: #fff;
	font-weight: bold;
	padding: 8px 10px;
	text-align:left;
}
table {
	border: 1px solid #957958;
	background: #fff;
	margin: 20px 0;
}
table td {
	font-size: 0.9rem;;
	padding: 8px 10px;
	color: #503719;
}
table td a {
	color: #594028;
	text-decoration: none;
}
table tr.odd {
	background: #f7f7f7;
}
table tr:hover {
	background: #eee;
}
.app div {
    color: #444;
}
.app:hover div {
    color: #777;
}

/* ==|== wizard ================================================= */

.wizard {
	width: 720px;
	margin: 10px auto;
}
.wizard-top {
	background: #957958;
    margin: 0;
    padding: 0;
    margin-top: -39px;
    border-radius: 5px 5px 0 0;
    height: 40px;
    border: 1px solid #937B60;
    
	width: 720px;
	height: 86px;
	margin: 0;
	padding: 0;
}
.wizard-top h1 {
	color: #fff;
	font-size: 24px;
	float: right;
	margin: 30px 30px 0 0;
}
.wizard-body {
	background: white;
	width: 720px;
	margin: 0;
	 border: 1px solid #937B60;
}
.wizard-body h2 {
	text-align: center;
	margin: 0 10px 0 10px;
	padding-bottom: 25px;
	border-bottom: 1px solid;
}
.wizard-content {
    padding: 0 40px;
    
}
.wizard-content label {
    display: block;
    margin: 25px 0 4px 0;
    border-top: 1px solid;
    padding-top: 20px;
}
.wizard-bottom {
	background: #957958;
    padding: 0;
    border-radius: 0 0 5px 5px;
    height: 40px;
    border: 1px solid #937B60;
    border-top: none;
    
	width: 720px;
	margin: 0; 
	padding: 30px 0 0 0;
	text-align: center;
}
.app-option {
	width: 720px;
	height: 100px;
	border-bottom: 1px solid #a29484;
}
.app-option-first {
	border-top: 1px solid #a29484;
}
.app-option:hover {
	background: #fff7ed;
}
.app-store-icon {
	margin: 20px 0 0 20px;
	float: left;
}
.app-nameplate {
	width: 360px;
	height: 60px;
	margin: 20px 0 0 20px;
	float: left;
}
.app-title {
	color: #957958;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}
.app-subtitle {
	color: #957958;
	font-size: 10px;
	font-weight: bold;
}
.learn-more {
	float: right;
	margin:30px 20px 0 0;
}

.app-info {
	border: none;
	margin: -25px 0 0 10px;
	width: 600px;
	height: 100px;
}

/* LOGIN FORM STYLES */

.col4 {
	width: 300px;
	padding: 0 10px;
	float: left;
}
.form-container {
	width: 670px;
	margin: 20px auto;
}
form label {
	font-weight: bold;
	color: #957958;
	padding-bottom: 8px;
	width: 100%;
	font-size: 14px;
}
form .field {
	color: #957958;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #957958;
	font-size: 16px;
	padding: 8px;
	width: 260px;
	background: #ffffff; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYmYwZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #fbf0e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fbf0e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#fbf0e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#fbf0e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#fbf0e6 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#fbf0e6 100%); /* W3C */
	margin-bottom: 10px;
	margin-top: 5px;
}
small {
	width: 100%;
	font-size: 10px;
	font-weight: bold;
	color: #957958;
	display: block;
	margin-bottom: 8px;
}
.small {
	width: 75px !important;
	margin-left: 10px;
}
#login-submit {
	margin: 10px 20px 0 0;
}
#registration-submit {
	margin-top: 10px;
}
.login-form {
	border-right: 1px solid #957958;
	height: 400px;
	padding: 0;
	margin: 0;
	padding-right: 20px;
	margin-right: 20px; 
}
.password-helper a {
	text-decoration: none;
	color: #957958;
	position: relative;
	top: 7px;
}
.password-helper a:hover {
	text-decoration: underline;
}
#registration-form .oeinputform input, #password-reminder input[type="text"] {
	color: #957958;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #957958;
	font-size: 16px;
	padding: 8px;
	width: 260px;
	background: #ffffff; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYmYwZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #fbf0e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fbf0e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#fbf0e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#fbf0e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#fbf0e6 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#fbf0e6 100%); /* W3C */
	margin-bottom: 10px;
	margin-top: 6px;
}
#registration-form .oeinputform h4 {
	font-weight: bold;
	color: #957958;
	padding-bottom: 8px;
	width: 100%;
	font-size: 14px;
	text-align: left;
	padding:0;
	margin: 0;
}
#password-reminder label {
	clear: both;
	display: block;
	margin: 25px 0 0 0;
	padding: 0;
}

/* ==|== navigation ===================================================== */ 

#nav ul {
    width: 100%;
    background: #957958;
    margin: 0;
    padding: 0;
    margin-top: -39px;
    height: 40px;
    border: 1px solid #937B60;
    border-top: none;
}
#nav ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}
#nav ul li a {
    padding: 0 15px;
    line-height: 40px;
    height: 40px;
    color: #fff;
    float: left;
    text-decoration: none;
}
#nav ul li a:hover {
    background: #7F694A; 
}
#nav ul li a.current {
    background: #7F694A; 
}

#nav ul li:first-child a {
    border-radius: 0 0 0 5px;
}

/* FW LISTS */


.fwlist, .fw {
    margin: 0 0 0 0;
    padding: 0;
    background: #fff;
}
.fwlist li {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    border-bottom: 1px solid #d4d4d4;
}
.fwlist li {
    background: #fff;
}
#folders li {
    height: 102px;
}
#folders .folder {
    background: url('../images/folder.png') 15px 8px no-repeat;
    width: 260px;
    height: 102px;
    float: left;
    position: relative;
}
.folder:after {
    content: '';
    width: 46px;
    height: 46px;
    display: block;
    position: absolute;
    left: 80px;
    top: 50px;
}
.auto .folder:after {
    background: url('../images/auto-icon.png');
}
.manual .folder:after {
    background: url('../images/manual-icon.png');
}
.add .folder:after {
    background: url('../images/add-icon.png');
}
.folder .name {
    position: relative;
    top: 35px;
    left: 135px;
    width: 600px;
}
.folder:hover .alias, .folder:hover .path {
    color: white;
}
.folder .alias {
    font-weight: bold;
    color: #f7f7f7;
    font-size: 16px;
    margin-top: -4px;
}
.folder .path {
    font-size: 12px;
    color: #999;
}
.folder .last-activity {
    color: #aaa;
    font-size: 11px;
}
.monitor {
    background: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 65px;
    padding: 5px 15px;
    margin-top: 11px;
    float: left;
    width: 459px;
}
.monitor .top, .monitor .bottom {
    color: #767676;
    font-size: 11px;
}
.progress-bar-container {
    background: url('../images/progress-bg.jpg');
    width: 451px;
    height: 22px;
    border-radius: 11px;
    border: 1px solid #444;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1);
    position: relative;
    margin: 4px 0 3px 0;
}
.progress {
    width: 438px;
    height: 10px;
    border-radius: 5px;
background: rgb(92,201,96); /* Old browsers */
background: -moz-linear-gradient(top, rgba(92,201,96,1) 0%, rgba(108,210,108,1) 3%, rgba(140,235,135,1) 5%, rgba(160,248,146,1) 8%, rgba(152,239,132,1) 10%, rgba(134,233,107,1) 15%, rgba(122,225,92,1) 18%, rgba(116,224,78,1) 21%, rgba(108,216,68,1) 23%, rgba(98,209,53,1) 26%, rgba(75,201,14,1) 33%, rgba(70,200,6,1) 36%, rgba(71,201,4,1) 38%, rgba(68,198,2,1) 41%, rgba(66,198,1,1) 46%, rgba(37,192,0,1) 77%, rgba(34,190,2,1) 85%, rgba(21,190,0,1) 95%, rgba(19,190,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(92,201,96,1)), color-stop(3%,rgba(108,210,108,1)), color-stop(5%,rgba(140,235,135,1)), color-stop(8%,rgba(160,248,146,1)), color-stop(10%,rgba(152,239,132,1)), color-stop(15%,rgba(134,233,107,1)), color-stop(18%,rgba(122,225,92,1)), color-stop(21%,rgba(116,224,78,1)), color-stop(23%,rgba(108,216,68,1)), color-stop(26%,rgba(98,209,53,1)), color-stop(33%,rgba(75,201,14,1)), color-stop(36%,rgba(70,200,6,1)), color-stop(38%,rgba(71,201,4,1)), color-stop(41%,rgba(68,198,2,1)), color-stop(46%,rgba(66,198,1,1)), color-stop(77%,rgba(37,192,0,1)), color-stop(85%,rgba(34,190,2,1)), color-stop(95%,rgba(21,190,0,1)), color-stop(100%,rgba(19,190,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(92,201,96,1) 0%,rgba(108,210,108,1) 3%,rgba(140,235,135,1) 5%,rgba(160,248,146,1) 8%,rgba(152,239,132,1) 10%,rgba(134,233,107,1) 15%,rgba(122,225,92,1) 18%,rgba(116,224,78,1) 21%,rgba(108,216,68,1) 23%,rgba(98,209,53,1) 26%,rgba(75,201,14,1) 33%,rgba(70,200,6,1) 36%,rgba(71,201,4,1) 38%,rgba(68,198,2,1) 41%,rgba(66,198,1,1) 46%,rgba(37,192,0,1) 77%,rgba(34,190,2,1) 85%,rgba(21,190,0,1) 95%,rgba(19,190,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(92,201,96,1) 0%,rgba(108,210,108,1) 3%,rgba(140,235,135,1) 5%,rgba(160,248,146,1) 8%,rgba(152,239,132,1) 10%,rgba(134,233,107,1) 15%,rgba(122,225,92,1) 18%,rgba(116,224,78,1) 21%,rgba(108,216,68,1) 23%,rgba(98,209,53,1) 26%,rgba(75,201,14,1) 33%,rgba(70,200,6,1) 36%,rgba(71,201,4,1) 38%,rgba(68,198,2,1) 41%,rgba(66,198,1,1) 46%,rgba(37,192,0,1) 77%,rgba(34,190,2,1) 85%,rgba(21,190,0,1) 95%,rgba(19,190,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(92,201,96,1) 0%,rgba(108,210,108,1) 3%,rgba(140,235,135,1) 5%,rgba(160,248,146,1) 8%,rgba(152,239,132,1) 10%,rgba(134,233,107,1) 15%,rgba(122,225,92,1) 18%,rgba(116,224,78,1) 21%,rgba(108,216,68,1) 23%,rgba(98,209,53,1) 26%,rgba(75,201,14,1) 33%,rgba(70,200,6,1) 36%,rgba(71,201,4,1) 38%,rgba(68,198,2,1) 41%,rgba(66,198,1,1) 46%,rgba(37,192,0,1) 77%,rgba(34,190,2,1) 85%,rgba(21,190,0,1) 95%,rgba(19,190,0,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(92,201,96,1) 0%,rgba(108,210,108,1) 3%,rgba(140,235,135,1) 5%,rgba(160,248,146,1) 8%,rgba(152,239,132,1) 10%,rgba(134,233,107,1) 15%,rgba(122,225,92,1) 18%,rgba(116,224,78,1) 21%,rgba(108,216,68,1) 23%,rgba(98,209,53,1) 26%,rgba(75,201,14,1) 33%,rgba(70,200,6,1) 36%,rgba(71,201,4,1) 38%,rgba(68,198,2,1) 41%,rgba(66,198,1,1) 46%,rgba(37,192,0,1) 77%,rgba(34,190,2,1) 85%,rgba(21,190,0,1) 95%,rgba(19,190,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cc960', endColorstr='#13be00',GradientType=0 ); /* IE6-9 */
    position: relative;
    top: 6px;
    left: 6px;
    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.3);
    
}
.progress.paused {
    background: rgb(205,81,83); /* Old browsers */
background: -moz-linear-gradient(top, rgba(205,81,83,1) 0%, rgba(207,89,89,1) 2%, rgba(224,114,113,1) 4%, rgba(247,139,137,1) 6%, rgba(254,142,140,1) 8%, rgba(251,104,97,1) 14%, rgba(255,89,86,1) 16%, rgba(253,75,71,1) 18%, rgba(255,65,57,1) 20%, rgba(254,47,37,1) 22%, rgba(255,35,24,1) 24%, rgba(255,26,17,1) 27%, rgba(253,12,3,1) 29%, rgba(255,4,0,1) 33%, rgba(246,4,0,1) 47%, rgba(229,4,0,1) 59%, rgba(222,5,0,1) 67%, rgba(208,4,5,1) 80%, rgba(191,12,8,1) 94%, rgba(188,15,11,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(205,81,83,1)), color-stop(2%,rgba(207,89,89,1)), color-stop(4%,rgba(224,114,113,1)), color-stop(6%,rgba(247,139,137,1)), color-stop(8%,rgba(254,142,140,1)), color-stop(14%,rgba(251,104,97,1)), color-stop(16%,rgba(255,89,86,1)), color-stop(18%,rgba(253,75,71,1)), color-stop(20%,rgba(255,65,57,1)), color-stop(22%,rgba(254,47,37,1)), color-stop(24%,rgba(255,35,24,1)), color-stop(27%,rgba(255,26,17,1)), color-stop(29%,rgba(253,12,3,1)), color-stop(33%,rgba(255,4,0,1)), color-stop(47%,rgba(246,4,0,1)), color-stop(59%,rgba(229,4,0,1)), color-stop(67%,rgba(222,5,0,1)), color-stop(80%,rgba(208,4,5,1)), color-stop(94%,rgba(191,12,8,1)), color-stop(100%,rgba(188,15,11,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(205,81,83,1) 0%,rgba(207,89,89,1) 2%,rgba(224,114,113,1) 4%,rgba(247,139,137,1) 6%,rgba(254,142,140,1) 8%,rgba(251,104,97,1) 14%,rgba(255,89,86,1) 16%,rgba(253,75,71,1) 18%,rgba(255,65,57,1) 20%,rgba(254,47,37,1) 22%,rgba(255,35,24,1) 24%,rgba(255,26,17,1) 27%,rgba(253,12,3,1) 29%,rgba(255,4,0,1) 33%,rgba(246,4,0,1) 47%,rgba(229,4,0,1) 59%,rgba(222,5,0,1) 67%,rgba(208,4,5,1) 80%,rgba(191,12,8,1) 94%,rgba(188,15,11,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(205,81,83,1) 0%,rgba(207,89,89,1) 2%,rgba(224,114,113,1) 4%,rgba(247,139,137,1) 6%,rgba(254,142,140,1) 8%,rgba(251,104,97,1) 14%,rgba(255,89,86,1) 16%,rgba(253,75,71,1) 18%,rgba(255,65,57,1) 20%,rgba(254,47,37,1) 22%,rgba(255,35,24,1) 24%,rgba(255,26,17,1) 27%,rgba(253,12,3,1) 29%,rgba(255,4,0,1) 33%,rgba(246,4,0,1) 47%,rgba(229,4,0,1) 59%,rgba(222,5,0,1) 67%,rgba(208,4,5,1) 80%,rgba(191,12,8,1) 94%,rgba(188,15,11,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(205,81,83,1) 0%,rgba(207,89,89,1) 2%,rgba(224,114,113,1) 4%,rgba(247,139,137,1) 6%,rgba(254,142,140,1) 8%,rgba(251,104,97,1) 14%,rgba(255,89,86,1) 16%,rgba(253,75,71,1) 18%,rgba(255,65,57,1) 20%,rgba(254,47,37,1) 22%,rgba(255,35,24,1) 24%,rgba(255,26,17,1) 27%,rgba(253,12,3,1) 29%,rgba(255,4,0,1) 33%,rgba(246,4,0,1) 47%,rgba(229,4,0,1) 59%,rgba(222,5,0,1) 67%,rgba(208,4,5,1) 80%,rgba(191,12,8,1) 94%,rgba(188,15,11,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(205,81,83,1) 0%,rgba(207,89,89,1) 2%,rgba(224,114,113,1) 4%,rgba(247,139,137,1) 6%,rgba(254,142,140,1) 8%,rgba(251,104,97,1) 14%,rgba(255,89,86,1) 16%,rgba(253,75,71,1) 18%,rgba(255,65,57,1) 20%,rgba(254,47,37,1) 22%,rgba(255,35,24,1) 24%,rgba(255,26,17,1) 27%,rgba(253,12,3,1) 29%,rgba(255,4,0,1) 33%,rgba(246,4,0,1) 47%,rgba(229,4,0,1) 59%,rgba(222,5,0,1) 67%,rgba(208,4,5,1) 80%,rgba(191,12,8,1) 94%,rgba(188,15,11,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd5153', endColorstr='#bc0f0b',GradientType=0 ); /* IE6-9 */
}
.manual .progress-bar-container {
    width: 370px;
}
.manual .progress {
    width: 357px;
}

.switch {
    background: url('../images/switch.png') 0 -31px no-repeat;
    width: 64px;
    height: 31px;
    margin: 10px 0;
    cursor: pointer;
}
.switch.on {
    background: url('../images/switch.png') 0 0 no-repeat;
}
li.add {
    background-color: #fefaea !important;
}
.add a {
    margin: 38px 20px 0 0;
}
div#folders .folder {
    background-color: #957958;
    border-bottom: 1px solid #ccc;
    margin: -30px 0 20px 0;
    width: 100%;
}
div#folders .path, div#folders .alias {
    width: 100%;
}
.fields {
    margin: 30px 30px;
}
#right-col > .fields {
    margin: 10px;
}
.fields label {
    display: block;
    margin: 20px 0 -8px 0;
}
.fields .note {
    color: #666;
    font-style: italic;
    font-size: 11px;
    margin: -6px 0 0 0;
}
.fields h3 {
    display: none;
}
.fields label + select {
    margin-top: 5px;
}
.fields select + .note {
    margin-top: 5px;
}
.fields .field {
    width: 600px;
    color: #444;
    font-size: 12px;
}
.fields .field.short {
    width: 300px;
}
#folders.add {
    background: none;
}
div#folders.add .folder {
    background-color: #fefaea;
}
.fields input[type="checkbox"] {
    margin: 20px 0 0 0;
}
.fields input[type="checkbox"] + span {
    margin-left: 5px;   
}
.fields input[type="checkbox"]:checked + span {
    color: #28bb03;
}
.fields input[type="checkbox"] + span + .note {
    margin: 5px 0 20px 0;
}
#between {
    display: none;
}
.fields .vshort {
    width: 200px;
}
.field-connector {
    margin: 0 5px;
    font-weight: bold;
}
.pause {
    margin: -33px 0 0 0;
    float: right;
}
#folders a {
    text-decoration: none;
}
#folders .section-title {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    height: 45px;
    background: #957958;
    line-height: 45px;
}

/* ==|== grid ===================================================== */

.col1 {
	width: 60px;
	padding: 0 10px;
	float: left;
}
.col2 {
	width: 140px;
	padding: 0 10px;
	float: left;
}
.col3 {
	width: 200px;
	padding: 0 10px;
	float: left;
}
.col4 {
	width: 300px;
	padding: 0 10px;
	float: left;
}
.col5 {
	width: 380px;
	padding: 0 10px;
	float: left;
}
.col6 {
	width: 560px;
	padding: 0 10px;
	float: left;
}
.col7 {
	width: 540px;
	padding: 0 10px;
	float: left;
}
.col8 {
	width: 720px;
	padding: 0 10px;
	float: left;
}
.col9 {
	width: 700px;
	padding: 0 10px;
	float: left;
}
.col10 {
	width: 780px;
	padding: 0 10px;
	float: left;
}
.col11 {
	width: 860px;
	padding: 0 10px;
	float: left;
}
.col12 {
	width: 940px;
	padding: 0 10px;
	float: left;
}



/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

.listname
{
	
	
}

.listid
{
	color: green;
}

li div.listid A
{
	color: green;
}

.catalog
{
	padding: 5px 15px 13px 35px;
    background: url('../images/small-server.png') top left no-repeat;
}
.catalog div
{
   margin: 10px 0 0 40px;
 
}

.emrowpicker tr:hover {
	cursor: pointer;
}
.login-area .btn.btn-primary {
	background-color: #957958;
	outline-color: #957958;
	border-color: #957958;
}
.login-area .btn.btn-primary:hover {
	background-color: #7f694a;
	outline-color: #7f694a;
	border-color: #7f694a;
}
.login-area .btn.btn-outline-transparent,
.login-area .btn.btn-transparent {
  background-color: transparent;
  border-color: #957958;
  color: #957958;
}
.login-area .btn.btn-transparent {
  background-color: transparent;
  color: #957958;
  padding: 4px;
  border: none;
}
.login-area .btn.btn-outline-transparent {
	border: 1px solid #957958;
	border-radius: 50px
}
.login-area .btn.btn-outline-transparent:hover {
  background-color: rgba(162, 133, 98, 0.75);
  color: #ffffff;
}
.login-area {
  min-height: calc(100vh - 154px);
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.login-area .container {
  height: 100%;
  flex: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.login-area a {
  color: #957958;
  font-size: inherit;
}
.loginformquestions {
  /* margin-top: auto; */
  font-size: 14px;
  font-weight: 400;
}
.login-area .page-title {
  font-size: 24px;
  font-weight: 700;
}
.login-area form {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.login-area form label {
  font-size: 14px;
  font-weight: 500;
}
.login-area form input[type="submit"] {
  width: 100px;
}
.login-area form .form-control {
  margin-bottom: 16px;
}
.login-area form.collapse.show {
  margin-top: 16px;
}

.login-area .oauthproviderbtn img {
  width: 160px;
  height: auto;
  object-fit: contain;
  filter: brightness(0.8);
  border-radius: 16px;
  overflow: hidden;
}
.login-area .oauthproviderbtn:hover img {
  filter: brightness(1);
}


.tabnav {
	display: flex;
	align-items: center;
	height: 42px;
	border-top: var(--1px-light);
	border-bottom: var(--1px-light);
	background-color: var(--secondary-bg);
}
.tabnav a {
	padding: 0 16px;
	line-height: 40px;
	display: inline-block;
	height: 40px;
	background-color: var(--secondary-bg);
	/*color: var(--themed-tab-btn-text);*/
	border-right: var(--1px-light);
}
.tabnav a:hover {
	background: var(--themed-tab-btn-hover);
	color: var(--themed-tab-btn-text);
	cursor: pointer;
	text-decoration: none;
}
.tabnav a.current {
	background: var(--themed-tab-btn-active);
	color: var(--default-text);
}
.tab-actions {
	position: relative;
	padding: 0.25rem 0;
	background: var(--light-bg);
}

.form-control-sm,
.form-control-sm2 {
	width: 200px;
	margin-right: 10px;
	display: inline-block;
	height: calc(1.8rem);
	padding: 0.215rem 0.35rem;
	font-size: 0.9rem;
}
.table>:not(caption)>*>th {
	background-color:var(--table-header-bg);
}