.noise_back {
    /*background-color: white;*/
}

/* == main ================================================================== */
html {
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
	font-size: 12px;
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
    background-color: #F3F3F3;
    font-family: 'Montserrat', sans-serif;
}
@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
    src: url("../fonts/Montserrat-SemiBold.ttf") format('truetype');
}

h1,h2,h3,h4,h5,h6 {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	color: black;
	/*text-shadow: 1px 1px 1px white;
	font-weight: normal;*/
	padding: 2px 4px 2px 0;
	margin-top: 5px;
	margin-bottom: 10px;
}

h1 {
	font-size: 1.5em;
	margin-top: 0px;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5,h6 {
	font-size: 1em;
}

/* == layout ================================================================ */
#wrapper {
	width: 980px;
	height: 100%;
	margin: 0 auto;
}

#left {
    border-top: 6px solid #F6A828;
	width: 200px;
	float: left;
	margin-top: 92px;
}

#center {
	width: 770px;
	float: right;
}

/* == header ================================================================ */
#header {
	position: relative;
	height: 40px;
    padding: 1em 1em 0 1em;
}

#header div.inner {
    color: #a0a0a0;
    display: inline-block;
    white-space: nowrap;
}

#logo {
    font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
    font-size: 2.6em;
    color: #f6a828;
}

#header, #top_bar_wrapper {
}

#lang {
    display: inline-block;
    float: right;
	right: 1em;
	top: 20px;
}

#lang select {
    min-width: 100px;
}

#lang div {
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	text-shadow: none;
	background-color: white;
	line-height: 20px;
	padding: 3px;
}

#lang select {
	cursor: pointer;
	font-size: 1em;
	border: none;
	background-color: white;
	color: #808080;
}

/* == main toolbar ========================================================== */
#top_bar_wrapper {
	height: 40px;
}

#top_bar {
	position: relative;
	height: 40px;
}

#top_bar.floating {
	border: 1px solid #e0e0e0;
	border-bottom-color: #eeeeee;
	position: fixed;
	top: 0px;
	z-index: 10;
	background-color: #f4f4f4;
}

/* == content =============================================================== */
#main_content {
    /*
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    */
    border-top: 6px solid #F6A828;
    /*border-bottom: 6px solid #F6A828;*/
    
    background-color: #f2f2f2;
    min-height: 540px;
}

#main_content div.content,
#full_content div.content {
    padding: 2em 1em 1em 1em;
}

/* == first page content ==================================================== */
.paragraph {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 1.55em;
    text-align: justify;
    color: black;
}

table.presentation {
    border: 1px solid #a6a6a6;
    border-collapse: collapse;
    table-layout: fixed;
    margin: 1em 0;
}

table.presentation th {
    border: 1px solid #808080;

    text-align: center;
    color: white;
    background-color: #a6a6a6;

    padding: 2px 6px;
}

table.presentation td {
    border: 1px solid #808080;

    text-align: left;
    vertical-align: middle;

    color: black;
    background-color: white;

    padding: 4px;
}

table.presentation td img {
    margin-right: 4px;
}

div.compliance {
    font-weight: bold;
    font-style: italic;
}

table.layout {
    border: none;
    border-collapse: collapse;
    table-layout: fixed;
    margin: 1em 0;
}


table.technical {
    border: 1px solid #a6a6a6;
    border-collapse: collapse;

    font-size: 0.8em;

    table-layout: fixed;
    margin: 1em 0;
    width: 100%;
}

table.technical td {
    border: 1px solid #808080;

    text-align: left;
    color: black;
    background-color: white;

    padding: 2px 6px;
}

table.technical td.value {
    text-align: center;
}

table.technical tr.title1 td {
    color: white;
    background-color: #989898;
}

table.technical tr.title2 td {
    background-color: #e0e0e0;
}


/* == side bar ============================================================== */

.side_bar {
    background-color: #f8f8f8;
    position: relative;
    width: 184px;
    z-index: 1;
    padding: 8px;
}

.side_bar div#realm_select {
	width: 100%;
	position: relative;
}

.side_bar div#realm_select select {
	font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
	background-color: #D0D0D0;
	border: medium none;
	color: black;
	width: 100%;
}

.side_bar div.item {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 15px;
	position: relative;
	margin: 8px 0;
}

.side_bar div.item a {
	text-decoration: none;
	display: block;
	padding: 5px 10px;

	color: #606060;
	text-shadow: none;
	background-repeat: no-repeat;
	background-position: 2px center;

}

.side_bar div.node {
    text-decoration: none;
    display: block;
    padding: 5px 10px;

    color: #606060;
    text-shadow: none;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 2px center;
}

.NavigationLevel0 * {

}

.side_bar div.NavigationLevel1 a,
.side_bar div.NavigationLevel1 label {
	margin-left: 20px;
}

.side_bar div.NavigationLevel2 a,
.side_bar div.NavigationLevel2 label {
	margin-left: 40px;
}

.side_bar div.NavigationLevel3 a,
.side_bar div.NavigationLevel3 label {
    margin-left: 60px;
}

.side_bar div.NavigationLevel4 a,
.side_bar div.NavigationLevel4 label {
    margin-left: 80px;
}

.side_bar div.item.CurrentPage,
.side_bar div.item:hover {
    background-color: #e8e8e8;
    border-radius: 3px;
}

.side_bar div.item.CurrentPage a, 
.side_bar div.item:hover a {
    color: black;
}

/* == footer ================================================================ */
#footer {
    font-size: 0.9em;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: right;
}

#footer .credits {
    float: left;    
    text-align: left;
}

#footer .version {
    color: #c0c0c0;
}

#footer a {
	color: #808080;
	text-decoration: none;
}

#footer a:hover {
	color: blue;
	text-shadow: none;
}

/* == main toolbar buttons ================================================== */

.tool {
  background-color: transparent;
  background-position: 4px center;
  background-repeat: no-repeat;
  border: medium none;
  color: #808080;
  display: inline-block;
  font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  font-size: 15px;
  height: 23px;
  margin: 11px 5px 0 0;
  outline: medium none;
  padding: 6px 10px 5px 25px;
  text-align: left;
  text-decoration: none;
  vertical-align: top;
}

.tool:hover {
	cursor: pointer;
	border: none;
	color: black;
}

.tool_login {
	float: right;
	background-image: url("/res/images/famfam/icons/key.png");
}

.tool_logout {
	float: right;
	background-image: url("/res/images/famfam/icons/stop.png");
}

.tool.current {
    color: white;
    background-color: #F6A828;
    border-image: none;
    border-radius: 3px 3px 0 0;
}


#app_menu_bar {
    float: left;   
}

/* == other ================================================================= */

.ui-widget {
    padding: 2px;
}

.ui-pnotify.stack-bottomright {
	right: auto;
	top: auto;
}

.dialog-container {
	cursor: pointer;
}

.bubble-container {
	cursor: pointer;
}

span.smip-input-field,input.smip-input-field,textarea.smip-input-field {
	background: white;
	color: inherit;
	vertical-align: middle;
	padding-left: 3px;
	padding-right: 3px;
}

span.smip-input-field-focus,input.smip-input-field-focus, div.smip-input-field-focus, div.smip-select.smip-input-field-focus {
	background-color: #FFFFCF;
}

span.smip-input-field,input.smip-input-field-disabled {
	background-color: #DBDBDB;

}

div.smip-select select {
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
	width: 100%;
    text-overflow: '';
}

div.smip-select {
	overflow: hidden;
	background-color: white;
	/* background: url('/res/images/famfam/icons/bullet_arrow_down.png')
		no-repeat right white; */
	display: inline-block;
	vertical-align: middle;
	padding-left: 3px;
    padding-right: 3px;
}


span.smip-validator-wrapper {
	position: relative;
}

span.smip-validator-wrapper.smip-validator-error input,
span.smip-validator-wrapper.smip-validator-error select,
span.smip-validator-wrapper.smip-validator-error textarea {
	/*background-color: #FDB68A !important;*/
	border: 1px solid #FF6060;
}

span.smip-validator-wrapper img.smip-validator-img {
	display: none;
}

span.smip-validator-wrapper.smip-validator-error img.smip-validator-img {
	display: inline !important;
	position:absolute;
	/*right: 4px;*/
	/*top: -2px;*/
}
.custom-combobox {
	position: relative;
	display: inline-block;
}

a.custom-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
	/* support: IE7 */
	*height: 1.7em;
	*top: 0.1em;
}

.custom-combobox-input {
	margin: 0;
	padding: 0.3em;
}

div.smip-notification-error>div {
	background: none;
	background-color: #FDB68A;
}

div.smip-notification-warn>div {
	background: none;
	background-color: #FFFC17;
}

div.smip-notification-info>div {
	background: none;
	background-color: #5EFB6E;
}

div.smip-notification-debug>div {
	background: none;
	background-color: #CFECEC;
}

/* mozilla adds extra padding to buttons */
button::-moz-focus-inner {
    padding: 0;
    border: 0
}
button.app_refresh {
	position: absolute;
    left: 150px;
    width: 100px;
    bottom: 5px;
}

div.app_text {
	padding: 5px;
	font-weight: bold;
	font-size: larger;
}

.app_inline_title {
    font-size: 1.2em;
    font-weight: bold;
}