gw/* CSS Document */





html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, input, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}





body{
	background-color: #f2f3f6;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
}



.hidden{
	background-color: #99C468;
	display: none;
	visibility: collapse;
}






section{
	display: table;
	width: auto;
	min-height: 900px;
	/*
	margin-left: auto;
	margin-right: auto;
	*/
}


menu{
	display: table-cell;
	vertical-align: top;
	width: 12.0em;
	min-width: 12.0em;
	background-color: #e9eaed;
}

main{
	display: table-cell;
	vertical-align: top;
	background-color: #FFFFFF;
	width: 70.0em;
	min-width: 70em;
}


footer {
	display: block;
	width: 100%;
	height:auto;
	
	padding: 30px;
	
	background-color: #838385;
	
}








header {
	display: block;
	width: 100%;
	min-width: 70em;
	height: 3.3em;
	line-height: 3.3em;
	background-color: #3d4452;
	color: #ffffff;
	vertical-align: middle;
}


header .item{
	display: inline-block;
	margin: 0;
	margin-left: 2.0em;
	margin-right: 2.0em;
	height: 3.3em;
	line-height: 3.3em;
}

header .left .item{
	float: left;
}

header .right .item{
	float: right;
}

header .item h1{
	color: #eda96f;
	font-weight: bold;
	font-size: 1.75em;
}

header .item img {
	vertical-align: middle;
	height: 1.5em;
	width: auto;
	margin-right: 1.0em;
}

header .item a,
header .item a:hover,
header .item a:active,
header .item a:visited{
	float: left;
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
}
header .item a:hover{
	text-decoration: underline;
}

header .item input{
	line-height: 2.0em;
	height: 2.0em;
	border-radius: 0.25em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #657188;
	color: #ffffff;
	width: 20.0em;
}

header .item input:focus{
	background-color: #ffffff;
	color: #666666;
}





menu{
	padding: 35px;
}

menu .item{
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 0.5em;
	height: 1.25em;
	line-height: 1.25em;
}

menu .item img{
	float: left;
	display: inline-block;
	height: 100%;
	width: auto;
	margin: 0;
	margin-right: 1.0em;
}

menu .item a,
menu .item a:active,
menu .item a:visited,
menu .item a:hover{
	display: inline-block;
	color: #4F4F4F;
	text-decoration: none;
}
menu .item a:hover{
	text-decoration: underline;
}

menu .selected,
menu .selected a{
	font-weight: bold;
	color: #000000;
}

menu .category{
	text-transform: uppercase;
	font-weight: bold;
	color: #9197a2;
}

menu > .category ~ .category{
	margin-top: 1.0em;
}



main h1,
main .row {
	box-sizing:border-box;
	display: block;
	width: 100%;
	float: left;
	padding: 15px;
	background-color: #ffffff;
	margin: 0;
	border-color: #f2f2f4;
	border-style: solid;
	border-width: 2.0px;
	border-left: none;
	border-top: none;
	border-right: none;
}
main .row:after{
	content: '';
	display: block;
	clear: both;
}



main a,
main a:hover,
main a:active,
main a:visited{
	text-decoration: none;
	color: #3D4452;
}
main a:hover{
	text-decoration: underline;
}


main .actions{
	font-weight: bold;
	font-size: 0.9em;
	
}

main .actions .item{
	display: inline-block;
	height: 1.5em;
	line-height: 1.5em;
	width: auto;
	margin: 0;
	padding: 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

main .actions .item img{
	float: left;
	height: 100%;
	width: auto;
	display: inline-block;
	margin-right: 0.25em;
}

main .actions .item a,
main .actions .item a:hover,
main .actions .item a:active,
main .actions .item a:visited {
	float: left;
	display: inline-block;
	color: #3d4452;
	text-decoration: none;
	line-height: 1.5em;
	vertical-align: middle;
	margin-right: 0.5em;
}

main .actions .item a:hover{
	text-decoration: underline;
}

main .actions .left .item{
	float: left;
}

main .actions .right .item{
	float: right;
}



main .page-message{
	padding: 0.5em;
	background-color: #FFEB81;
}




main h1{
	font-weight: bold;
	font-size: 1.5em;
}


main .button,
main .button:hover,
main .button:active,
main .button:visited{
	margin: 0;
	padding: 0;
	display: inline-block;
	background-color: #ACACAC;
	min-width: 10em;
	width: auto;
	height: 2.5em;
	line-height: 2.5em;
	vertical-align: top;
	text-align: center;
	cursor: pointer;
	border-radius: 0.5em;
	color: #ffffff;
	text-decoration: none;
}
main .button:hover{
	text-decoration: underline;
}

main input,
main textarea{
	width: 95%;
	height: 2.0em;
	line-height: 2.0em;
	background-color: #D2D2D2;
	padding-left: 0.5em;
}

main textarea{
	font-size: 100%;
	height: 8.0em;
	border: none;
	border-color: #D2D2D2;
}

main input:focus,
main textarea:focus{
	background-color: #FFEB81;
}

main input[type="radio"]{
	display: inline-block;
	width: 1.0em;
	vertical-align: middle;
}

main label{
	display: inline-block;
	width: auto;
	line-height: 2.0em;
	height: 2.0em;
	margin-right: 1.5em;
	vertical-align: middle;
}

main .row .group{
	box-sizing:border-box;
	float: left;
	display: inline-block;
	width: 100%;
}

main .row .gw1{
	width: 16.667%;
}

main .row .gw2{
	width: 33.333%;
}

main .row .gw3{
	width: 50%;
}

main .row .gw4{
	width: 66.667%;
}

main .row .gw5{
	width: 83.334%;
}

main .row .group h3,
main .row .group span,
main .row .group .item{
	float: left;
	display: block;
	width: 100%;
	line-height: 1.5em;
}

main .row .group h3{
	font-weight: bold;
	margin-bottom: 0.5em;
	
}


main .row .group .layout-table{
	width: 100%;
}

main .row .group .layout-table td{
	line-height: 1.5em;
	padding-bottom: 0.5em;
}
main .row .group .title{
	color:#848484;
	padding-right: 1.0em;
	white-space: nowrap;
}
main .row .group .value{
	width: 100%;
}

main .row .form-controls{
	float: right;
}

main .row .form-controls .save {
	background-color: #99C468;
}
main .row .form-controls .cancel {
		background-color: #BD7172;

}










main .list-table{
	width: 100%;
	height: auto;
}

main .list-table tbody tr:hover{
	background-color: #FFEB81!important;
}

main .list-table tbody tr:nth-child(even){
	background-color: #F2F3F6;
}

main .list-table td{
	margin: 0;
	padding: 0.25em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	vertical-align: middle;
	line-height: 2.0em;
	height: 2.0em;
	border-color: #E9EAED;
	border-style: solid;
	border-width: 1.0px;
	border-bottom: none;
	border-top: none;
	white-space: nowrap;
	overflow: hidden;
	max-width: 300px;
}

main .list-table td a,
main .list-table td a:active,
main .list-table td a:visited,
main .list-table td a:hover{
	display: block;
	color: #000000;
	text-decoration: none;
}

main .list-table td a:hover{
	text-decoration: underline;
}

main .list-table thead {
	background-color: #E9EAED;
	font-weight: bold;
}

main .list-table tfoot {
	background-color: #E9EAED;
	color: #838385;
}
	

main .list-table .ar{
	text-align: right;
}

main .list-table .mw{
	width: 100%;
}


main .pagination{
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 2.0em;
	/*height: 2.0em;*/
	width: 100%;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

main .pagination:after{
	content: '';
	display: block;
	clear: both;
}

main .pagination a,
main .pagination a:active,
main .pagination a:visited,
main .pagination a:hover{
	float: left;
	display: inline-block;
	/*margin-left: 0.25em;*/
	margin-right: 0.25em;
	margin-top: 0.25em;
	width: 2.0em;
	height: 2.0em;
	line-height: 2.0em;
	background-color:#E9EAED;
	text-decoration: none;
	color: #3D4452;
	text-align: center;
}
main .pagination a:hover{
	background-color: #FFEB81 !important;
}
main .pagination .active{
	font-weight: bold;
	background-color: #FFEB81 !important;
}



main .attachments-list-documents{
	width: 100%;
	
}

main .attachments-list-documents a,
main .attachments-list-documents a:active, 
main .attachments-list-documents a:hover,
main .attachments-list-documents a:visited
{
	position: relative;
	display: inline-block;
	width: 100%;
	line-height: 2.0em;
	vertical-align: middle;
	background-color: #F1F1F1;
	margin-bottom: 0.2em;
	margin-top:0.2em;
	padding-left: 0.5em;
	color: #323232;
	text-decoration: none;
	
}

main .attachments-list-documents a:hover {
	background-color: #FFEB81;
}


main .attachments-list-images {
	display: table;
	width: 100%;
	margin: 0px;
	padding: 5px;
	background-color:#F1F1F1;
}
main .attachments-list-images:after{
	content: '';
	display: block;
	clear: both;
}
main .attachments-list-images a,
main .attachments-list-images a:active,
main .attachments-list-images a:hover,
main .attachments-list-images a:visited

{
	position: relative;
	/*display: table-cell;*/
	display:inline;
	float: left;
	margin: 1.0px;
	padding: 10px;
	width: 200px;
	height: 200px;
	background-color:#D6D6D6;
	text-align: center;
	vertical-align: middle;
}

main .attachments-list-images a:after,
main .attachments-list-images a:active:after,
main .attachments-list-images a:hover:after,
main .attachments-list-images a:visited:after{
	content: '';
	display: block;
	clear: both;
}

main .attachments-list-images a:hover{
	background-color: #FFEB81;
}

main .attachments-list-images a img{
	max-width: 200px;
	max-height: 200px;
}




main .remove-attachment{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 1.5em;
	line-height: 1.5em;
	background-color:#BD7172;
	padding: 0.15em;
}
main .remove-attachment input[type=checkbox]{
	float: right;
	display: inline-block;
	height: 1.5em;
	width: 1.5em;
	line-height: 1.5em;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}

main .remove-attachment label{
	float: right;
	display: inline-block;
	height: 1.0em;
	line-height: 1.5em;
	color: #FFFFFF;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}


main .list {

}

main .list .item {
	display: block;
	width: 100%;
	height: 2.0em;
	line-height: 2.0em;
}





.revision .row,
.revision h1{
	background-color: #FFEB81;
}

.revision .changed {
	color: #FF0000;
	font-weight: bold;
}





.resetter {
    animation : none;
    animation-delay : 0;
    animation-direction : normal;
    animation-duration : 0;
    animation-fill-mode : none;
    animation-iteration-count : 1;
    animation-name : none;
    animation-play-state : running;
    animation-timing-function : ease;
    backface-visibility : visible;
    background : 0;
    background-attachment : scroll;
    background-clip : border-box;
    background-color : transparent;
    background-image : none;
    background-origin : padding-box;
    background-position : 0 0;
    background-position-x : 0;
    background-position-y : 0;
    background-repeat : repeat;
    background-size : auto auto;
    border : 0;
    border-style : none;
    border-width : medium;
    border-color : inherit;
    border-bottom : 0;
    border-bottom-color : inherit;
    border-bottom-left-radius : 0;
    border-bottom-right-radius : 0;
    border-bottom-style : none;
    border-bottom-width : medium;
    border-collapse : separate;
    border-image : none;
    border-left : 0;
    border-left-color : inherit;
    border-left-style : none;
    border-left-width : medium;
    border-radius : 0;
    border-right : 0;
    border-right-color : inherit;
    border-right-style : none;
    border-right-width : medium;
    border-spacing : 0;
    border-top : 0;
    border-top-color : inherit;
    border-top-left-radius : 0;
    border-top-right-radius : 0;
    border-top-style : none;
    border-top-width : medium;
    bottom : auto;
    box-shadow : none;
    box-sizing : content-box;
    caption-side : top;
    clear : none;
    clip : auto;
    color : inherit;
    columns : auto;
    column-count : auto;
    column-fill : balance;
    column-gap : normal;
    column-rule : medium none currentColor;
    column-rule-color : currentColor;
    column-rule-style : none;
    column-rule-width : none;
    column-span : 1;
    column-width : auto;
    content : normal;
    counter-increment : none;
    counter-reset : none;
    cursor : auto;
    direction : ltr;
    display : inline;
    empty-cells : show;
    float : none;
    font : normal;
    font-family : inherit;
    font-size : medium;
    font-style : normal;
    font-variant : normal;
    font-weight : normal;
    hyphens : none;
    left : auto;
    letter-spacing : normal;
    line-height : normal;
    list-style : none;
    list-style-image : none;
    list-style-position : outside;
    list-style-type : disc;
    margin : 0;
    margin-left : 0;
    margin-right : 0;
    max-height : none;
    max-width : none;
    min-height : 0;
    min-width : 0;
    opacity : 1;
    orphans : 0;
    outline : 0;
    outline-color : invert;
    outline-style : none;
    outline-width : medium;
    overflow : visible;
    overflow-x : visible;
    overflow-y : visible;
    padding : 0;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
    page-break-after : auto;
    page-break-before : auto;
    page-break-inside : auto;
    perspective : none;
    perspective-origin : 50% 50%;
    position : static;
    /* May need to alter quotes for different locales (e.g fr) */
    quotes : '\201C' '\201D' '\2018' '\2019';
    right : auto;
    tab-size : 8;
    table-layout : auto;
    text-align : inherit;
    text-align-last : auto;
    text-decoration : none;
    text-decoration-color : inherit;
    text-decoration-line : none;
    text-decoration-style : solid;
    text-indent : 0;
    text-shadow : none;
    text-transform : none;
    top : auto;
    transform : none;
    transform-style : flat;
    transition : none;
    transition-delay : 0s;
    transition-duration : 0s;
    transition-property : none;
    transition-timing-function : ease;
    unicode-bidi : normal;
    vertical-align : baseline;
    visibility : visible;
    white-space : normal;
    widows : 0;
    word-spacing : normal;
    z-index : auto;
    /* basic modern patch */
    all: initial;
    all: unset;
}

/* basic modern patch */







/*EOF*/