@import url('Reset.css');
@import url('../Font/font-awesome.min.css');
@import url('../Form/Form.css');

/* -- BODY AND CONTAINER ELEMENTS --- */
body {
	background: #f4f5f0;
	font-size:15px;
}
#container {
    position: relative;
    min-width: 960px;
}
.page {
    margin: 65px 0 0;
    padding: 25px;
    min-height: 444px;
}
code {
    font-family: Monaco, Consolas, monospace;
    font-size: 12px;
    letter-spacing: 0px;
}

/* --- HEADER/SIDEBAR ELEMENTS */
#header {
	background: #fff;
	border-bottom: 1px solid #ccc;
	top: 0;
	width: 100%;
	height: 62px;
	position: fixed;
	transition: background 0.5s;
	z-index: 11;
}
#header.semi-background {
    background: rgba(255, 255, 255, 0.69);
    border-bottom:none;
}
.has_notify #header {
	background:#fff;
}
#header ul {
	list-style: outside none none;
	margin: -1px 0px 0px;
	position: absolute;
	right: 0px;
	padding: 0px;
	top: 0;
}
#header ul li {
	cursor: pointer;
	display: inline-block;
	padding: 22px 25px;
	height: 18px;
	color: #000;
}
#header ul i {
	font-size: 22px;
	margin: 0 20px 0 0;
	vertical-align: middle;
}
#header ul li:hover {
	background: rgba(255, 255, 255, 0.66);
}
#header ul li.heading {
	padding: 0 0 8px;
	border-bottom: 1px solid #FFF;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 15px;
}
#header hr {
    border: 1px solid #356AC0;   
    margin: 0;
}
#header ul .notice {
	color: #fff;
	font-weight: 300;
	font-size: 12px;
	margin: -8px 10px 9px;
	display: inline-block;
	text-align: center;
	position: relative;
	overflow: hidden;
}
#header .search-box {
    width: 305px;
    margin: -30px 0 0 84px;
    display: block;
    position: absolute;
    border: 1px solid #ccc;
}
#header .search-button {
    background: #07A940;
    color: #fff;
    width: 20px;
    padding: 8px 14px 9px;
    display: inline-block;
    margin: 15px 0 0 388px;
    cursor: pointer;
    text-align: left;
    position: absolute;
    top: 0;
}
#header .search-button:hover {
	opacity:0.8
}
#search-container .search-button.disabled {
	opacity: 0.6;
	color: #8ED8A8;
	cursor: default;
}
#header .search-results {
    background: #E8E8E8;
    width: 350px;
    display: none;
    position: absolute;
    overflow: hidden;
    z-index: 999;
    margin: 1px 0 0 84px;
    font-size: 13px;
    border: 1px solid #ccc;
    border-top: none;
}
#header .search-text-complete {
    position: absolute;
    top: 0;
    color: #aaa;
    margin: 22px 95px;
}
#header .search-text-complete .hidden {
	font-weight: normal;
	visibility: hidden;
}
#header .search-result-item {
	padding: 5px 9px;
}
#header .search-result-item.hover {
	background: #D0D0D0;
	cursor: default;
}
#logo {
	height: 32px;
	margin: 13px 0 0 24px;
}
#footer {
    background: #3A3A37;
    color: #868780;
    position: relative;
    font-size: 13px;
    padding: 10px 25px 0px;
    clear: left;
}
#footer .left {
	float:left;
}
#footer .right {
	float:right;
	padding: 15px 20px;
	text-align: right;
}
#footer img.footer-logo {
    width: 190px;
    margin: 20px 0;
}
#footer .message {
    font-size: 15px;
    padding: 0 0 15px;
    margin-bottom: -7px;
}
#footer .right a {
    color: #fff;
    width: 97px;
    margin: 0 10px;
}
#footer .right a:last-of-type {
	margin-right:0;
}
#footer .left i {
	margin: 6px 0 0;
	font-size:25px;
}


/* --- GENERAL BLOCK (DIV) ELEMENTS --- */
.tt-box {
	position: relative;
}
.tt-box h1 {
	font-size: 29px;
}
.tt-box h1 small {
	font-size: 19px;
    font-weight: 300;
    margin: 0 20px;
    color: #999;
}
.tt-box h1 i {
	margin-right: 20px;
}


/* --- NOTIFICATIONS --- */
body.has_notify {
	position: absolute;
    width: 100%;
    height: 100%;
}
.notify {
	position: relative;
	background: #87D6A2;
	padding: 15px 15px 15px 20px;
	text-align: left;
	margin: 0 0 20px 0;
	border: 2px solid #3D945C;
	color: #fff;
}
.notify i {
	margin-right:15px;
}
#cookie_message {
    background: #E2E2E2;
    color: #333;
    margin: 17px 0 0;
    z-index: 10;
    border: none;
    border-bottom: 2px solid #808080;
    padding: 22px 0 22px 20px;
}


/* --- POPUP DIALOGS --- */
#popup {
	background: #FFFFFF;
	position: absolute;
	top: 100px;
	min-width: 460px;
	min-height: 150px;99999:10;
	margin: 0 -230px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
	left: 50%;
	padding: 15px;
	color: #333;
	z-index: 999999;
}
#popup-back {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
    left: 0;
    padding-left: 235px;
}
#popup h1 {
	background: #47ACDC;
	padding: 15px;
	margin: -15px -15px 0 -15px;
	color: #fff;
	font-size: 23px;
}
#popup h1 .close {
	font-size: 25px;
	position: absolute;
	right: 0;
	margin: -29px 20px;
	cursor: pointer;
	font-family: 'FontAwesome';
}
#popup h1 .close:before {
	content:"\f00d";
}

/* --- TOOLTIPS --- */
.tooltip-trigger {
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 17px;
}
.tooltip-text {
    position: absolute;
    font-size: 13px;
    background: #C3C3C3;
    padding: 8px 10px;
    border-radius: 5px;
    display: inline-block;
    width: 240px;
    z-index: 8;
    top: 42px;
    left: -11px;
}
.tooltip-text b {
	font-weight: 600;
}
.tooltip-text:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 9px solid rgba(0, 0, 0, 0);
    border-bottom-color: #C3C3C3;
    margin: -25px 0px;
}

/* --- SVG Styles --- */
svg text::selection { background: none; }
svg rect.drag {
	cursor: move;
	cursor: url('/assets/img/General/openhand.cur'), move;
	cursor: -moz-grab;
	cursor: url('/assets/img/General/openhand.cur') 4 4, move;
}
svg rect.drag:active {
	cursor: move;
	cursor: url('/assets/img/General/closedhand.cur'), move;
	cursor: url('/assets/img/General/closedhand.cur') 4 4, move;
}