/*
* › Filnamn:        default.css
* › Produkt:        Briljant Webbattest
* › Version:        1.0.1
* › Datum:          2013-11-25
* › Utvecklare:     Fredrik Henriksson, Briljant Ekonomisystem AB
*
* › © Copyright 2012-2015, Briljant Ekonomisystem AB. All rights reserved.
*/

/**
                        Generic
**/
* {
	margin:0;
	padding:0;
}

body {
    background: #ffffff;
	padding: 0;
    margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
    font-size: 8pt;
}

a, a:visited { 
	color: #05717c;
} 
a:hover { 
	color: #069fb0;
}

.logo {
    background: url('../gfx/briljant_logo2_rgb.png') no-repeat;
    background-size: 50%;
    background-position-x: 2ch;
    background-position-y: 2.5ch;
    width: 441px;
    height: 68px;
    margin: 0;
    border: none;
}

td.invtop 
{
	vertical-align: top;
}

.bold-font {
    font-weight: bold !important;
}
.normal-font {
    font-weight: normal !important;
    font-style: normal !important;
    font-stretch: normal !important;
}
.tr-bold-font td {
    font-weight: bold !important;
}
.body-width {
    width: 1005px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/**
                        Wrappers
**/
div.body-wrapper-mobile {
    width: 100%;
    margin: 0 !important;
    padding: 10px !important;
    box-shadow: none !important;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.body-wrapper,
div.body-wrapper-mobile {
    margin: 0 auto 10px auto;
    border: 0;
    padding: 0 1px 1px 1px;
    background: #ffffff;
    box-shadow: 0 2px 12px 0 rgba(45, 97, 100, 0.3);
}


div.header-wrapper {
    height: 68px;
    display: block;
    margin: 0 auto;
    background: #94cfd7 url('../gfx/tangentbord.png') no-repeat scroll right 0;
}

.nav-wrapper {
	margin: 0;
	background: #008798 url('../gfx/th.png') repeat-x scroll center center;
    background-size: auto;
	padding: 0;
    display: block;
	height: 32px;
    z-index: 5;
    box-shadow: 0 2.6px 5px -0.85px rgba(0, 0, 0, .3);
    border-top: 1px solid rgba(255, 255, 255, .5);
    border-bottom: 1px solid rgba(0, 0, 0, .1);

    font-size: 1.1em;
    color: #f7f7f7;
}

/*
    Static Menu
*/
.static-menu {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    border-top: 1px solid #cde1e6;
    box-shadow: 0 2.6px 5px -0.85px rgba(0, 0, 0, .3);
    background: #a4c9d2;
    border-bottom: 1px solid #cde1e6;
}

.static-menu > li {
    margin: 0;
    display: inline-block;
    padding: 0;
}

.static-menu > li > a {   
    font-size: 1.1em;
    color: #207788;

    display: block;
    padding: 0.5em 1.2ch;
    text-decoration: none;
}

.static-menu > li > a:hover,
.static-menu > li > a:active {
    color: #005768;
}

.static-menu > li > a > .popout {
    width: 0;
    height: 0;
    display: inline-block;

    border-top: 0.6ch solid #207788;
    border-left: 0.6ch solid transparent;
    border-right: 0.6ch solid transparent;

    margin-left: 1ch;
    margin-bottom: .15em;
}

.static-menu > li > a:hover > .popout,
.static-menu > li > a:active > .popout,
.static-menu > li > a.menutoggled > .popout,
.static-menu > li > a.menutoggled:hover > .popout,
.static-menu > li > a.menutoggled:active > .popout,
.static-menu > li.selected > a > .popout,
.static-menu > li.selected > a:hover > .popout,
.static-menu > li.selected > a:active > .popout {
    border-top-color: #005768;
}

.static-menu > li > a.menutoggled {
    color: #005768;
    text-decoration: underline;
}

.static-menu > li.selected > a,
.static-menu > li.selected > a:hover,
.static-menu > li.selected > a:active {
    color: #005768;
    font-weight: bold;
}

.static-menu > li > ul[aria-label="submenu"] > li {
    font-size: 1.1em;
}


/*
    Top-level
*/
.left-menu { margin-left: 1ch; }
.right-menu { float: right; }

.topmenu {
    display: inline-block;
}

.topmenu > li {
    color: #ffffff;

    height: 32px;
    margin: 0;
    display: inline-block;
    padding: 0;
}

.topmenu > li > a {
    color: #ffffff;
    font-size: 1.05em;
    line-height: 32px;
    text-decoration: none;

    display: inline-block;
    padding-left: 1.5ch;
    padding-right: 1.5ch;

    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.topmenu > li > a:hover,
.topmenu > li > a:active {
	border-color: rgba(0, 0, 0, .08);
    background-color: rgba(0, 0, 0, .08);
}

.topmenu > li.selected > a,
.topmenu > li.selected > a:hover,
.topmenu > li.selected > a:active {
    color: #ffffff;
    font-weight: bold;
    border-color: rgba(255, 255, 255, .12);
    background-color: rgba(255, 255, 255, .1);
}

.topmenu > li > a.disabled {
    cursor: default !important;
    font-weight: bold !important;
}

.topmenu > li > a > span {
    display: inline-block;
}

.topmenu > li > a > .popout {
    width: 0;
    height: 0;
    display: inline-block;

    border-top: 0.6ch solid #ffffff;
    border-left: 0.6ch solid transparent;
    border-right: 0.6ch solid transparent;

    margin-left: 1ch;
    margin-bottom: .15em;
}

.topmenu > li > a.menutoggled {
	border-color: rgba(0, 0, 0, .1);
    background-color: rgba(0, 0, 0, .1);
}

li.trim-left > a {
    padding-left: 0.5ch;
}
li.trim-right > a {
    padding-right: 0;
}

.topmenu > li.static > a,
.topmenu > li.static > a:hover,
.topmenu > li.static > a:active {
    color: #ffffff;
    border: none;
    cursor: default;
    text-decoration: none;
    background-color: transparent;
}


/*
    Sub-levels
*/
ul[aria-label="submenu"] {
    top: 0;
    left: 0;
    z-index: 995;
    display: none;
    position: absolute;
    background: #ffffff;
    box-shadow: 0.15ch 0.15ch 0.4ch 0 rgba(0, 0, 0, .45);
}

ul[aria-label="submenu"] > li {
    width: auto;
    margin: 0;
    padding: 0;
    display: block;
    background: #ffffff;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #f7f7f7;
}

ul[aria-label="submenu"] > li > a,
ul[aria-label="submenu"] > li > a:visited {
    position: relative;
    color: #333;
    font-size: 1em;
    /*font-weight: bold;*/
    text-decoration: none;
    display: block;
    padding: 0.7em 3ch 0.7em 1.5ch;
    min-width: 25ch;
    white-space: nowrap;
}

ul[aria-label="submenu"] > li > a:hover,
ul[aria-label="submenu"] > li > a:active {
    color: #008798;
}

ul[aria-label="submenu"] > li > a > .popout {
    top: 50%;
    right: 1ch;
    width: 0;
    height: 0;
    display: inline-block;
    position: absolute;
    border-top: 0.6ch solid #333;
    border-left: 0.6ch solid transparent;
    border-right: 0.6ch solid transparent;
    margin-left: 1ch;
    margin-bottom: .15em;

    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

ul[aria-label="submenu"] > li > a:hover > .popout,
ul[aria-label="submenu"] > li > a:active > .popout,
ul[aria-label="submenu"] > li > a.menutoggled > .popout,
ul[aria-label="submenu"] > li > a.menutoggled:hover > .popout,
ul[aria-label="submenu"] > li > a.menutoggled:active > .popout,
ul[aria-label="submenu"] > li.selected > a > .popout,
ul[aria-label="submenu"] > li.selected > a:hover > .popout,
ul[aria-label="submenu"] > li.selected > a:active > .popout {
    border-top-color: #008798;
}


ul[aria-label="submenu"] > li.selected > a,
ul[aria-label="submenu"] > li.selected > a:hover,
ul[aria-label="submenu"] > li.selected > a:active {
    color: #008798 !important;
    font-weight: bold;
}


ul[aria-label="submenu"] > li > a.menutoggled,
ul[aria-label="submenu"] > li > a.menutoggled:hover,
ul[aria-label="submenu"] > li > a.menutoggled:active {
    color: #008798;
    text-decoration: underline;
}

ul[aria-label="submenu"] > li.static a,
ul[aria-label="submenu"] > li.static a:hover,
ul[aria-label="submenu"] > li.static a:active,
ul[aria-label="submenu"] > li.static a:visited {
    font-size: 0.9em;
    color: #787878;

    cursor: default;
    padding: 0.35em 1ch;
    background: #f2f3f4;
}


/*
    Client list
*/
.clist {
    z-index: 50;
    display: none;
    padding: 1px;
    position: absolute;
    background: #e1edf0;
    box-shadow: 0 1px 12px #686868;
    border-radius: 0 0 0.7ch 0.7ch;
}

.clist > .clist-h {
    font-size: 1.2em;
    color: #f7f7f7;
    cursor: default;
    display: block;
    text-decoration: none;
    background: #0e9dad;
    padding: 0.5em 1.2ch;
}

.clist > .clist-sh {
    margin: 1px 0 0;
    display: block;
    background: #95c3cc;
    padding: 0;
}

.clist-sh > .cell {
    color: #005768;
    font-size: 1.1em;
    font-weight: bold;

    cursor: default;
    padding: 0.5em 1.2ch;
    display: inline-block;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clist-sh > .cell > a {
    color: #005768;
    text-decoration: none;
}
.clist-sh > .cell > a:hover,
.clist-sh > .cell > a:active {
    text-decoration: underline;
}


.clist-sh > .cell > .sortedasc,
.clist-sh > .cell > .sorteddesc {
    width: 0;
    height: 0;
    display: inline-block;
    margin-left: 1ch;
    border-left: 0.6ch solid transparent;
    border-right: 0.6ch solid transparent;
}

.clist-sh > .cell > .sortedasc {
    border-bottom: 0.6ch solid #005768;
}

.clist-sh > .cell > .sorteddesc {
    border-top: 0.6ch solid #005768;
    margin-bottom: .15em;
}

.clist > .clist-b {
    color: #454545;
    display: block;
    padding: 0;
    background: #ffffff;
    overflow-y: scroll;
}

.clist-b > .row {
    display: block;
    padding: 0;
    border-bottom: 1px solid #f0f5f7;
    background: #ffffff;
}

.clist-b > .row:first-child {
    border-top: 1px solid #ebf3f5;
}

.clist-b > .row:hover > .cell > a,
.clist-b > .row:active > .cell > a {
  color: #008798;
  text-decoration: underline;
}

.clist-b > .row > .cell {
    color: #454545;
    font-size: 1.1em;
    font-weight: normal;
    cursor: pointer;
    padding: 0.5em 1.2ch;
    display: inline-block;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clist-b > .row > .cell > a {
    color: #454545;
    text-decoration: none;
}

.clist-b > .selected {
    margin-top: -1px;
    border-top: 1px solid #dbeaee;
    border-bottom-color: #dbeaee !important;
}

.clist-b > .selected,
.clist-b > .selected > .cell {
    cursor: default !important;
    background-color: #e4eff2;
}

.clist-b > .selected > .cell > a,
.clist-b > .selected > .cell > a:hover,
.clist-b > .selected > .cell > a:active {
    cursor: default;

    color: #008798 !important;
    font-weight: bold;
    text-decoration: none !important;
}

.clist-b > .empty,
.clist-b > .empty > .cell {
    cursor: default !important;
}

.clist-b > .selected > .cell > a,
.clist-b > .selected > .cell > a:hover,
.clist-b > .selected > .cell > a:active {
    cursor: default;
    color: #008798 !important;
    font-weight: bold;
    text-decoration: none !important;
}


.ftgval th, .ftgval td {
    width: 60px !important;
    text-align: left !important;
}
.ftgval th + th, .ftgval td + td {
	width: 220px !important;
}

.info-bar {
    font-size: 1.2em;
    font-weight: normal;
    text-align: center;
    color: #e7e7e7;

    top: 0;
    margin: 0;
    margin-bottom: 5px;
    width: 100%;
    display: block;
    padding: 8px;
    z-index: 9995;
    text-align: center;

    border-bottom: 1px solid rgba(0, 0, 0, .4);
    background: #770F00;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.info-bar > div {
    text-align: left;
    display: inline !important;
}

.notify {
    font-size: 1.15em;
    font-weight: normal;
    text-align: left;
    color: #f2f2f2;

    display: block;
    padding: 5px 5px 8px 8px;

    border-top: 1px solid #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    background: #0E9DAD;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.notify a,
.notify a:hover,
.notify a:active,
.notify a:visited {
    font-size: 1.05em;
    color: #ffa619 !important;
}



div.content-wrapper {
    margin: 0 !important;
	padding: 0px !important;
    margin-bottom: 1px !important;
}

.content-wrapper .menu {
    display: block;
    height: 24px;
    padding: 0;
    margin: 0;
    width: 100%;
    border-top: 0px solid #96cfd0!important;
    box-shadow: 0 2.6px 5px -0.85px #a9a9a9 !important;
    background: #b9dfe0;
    border-bottom-left-radius: 1px!important;
    border-bottom-right-radius: 1px!important;
}
.content-wrapper .menu>div {
    float: left;
}
.content-wrapper .menu ul {
    margin: 0 auto!important;
    padding: 0;
    display: table!important;
}
.content-wrapper .menu li {
    float: left;
    height: 28px;
    display: block;
    margin: 0;
    padding: 0;
}
.content-wrapper .menu li a {
    font-weight: normal;
    font-size: 1.1em;

    height: 14px;
    padding: 5px 12px;
    color: #005768;
    text-decoration: none;
}
.content-wrapper .menu li a:hover,
.content-wrapper .menu li a:active {
    text-decoration: underline!important;
}
.content-wrapper .menu li a.selected {
    font-weight: bold;
}

.tabbed-content {
    padding: 5px;
    display: block!important;
}

tr.listrow a {
    color: #585858;
    text-decoration: none;
    cursor: pointer;
}

tr.highlight a {
    color: #bb2222;
    text-decoration: underline;
    cursor: pointer;
}

.page-title {
    font-family: Times New Roman, serif;
    font-weight: normal;
    font-size: 2em;
    color: #434343;

    margin: 0;
    height: 32px;
    display: block;
    padding: 10px 7px 16px 10px;
}

.no-hover:hover {
    color: initial;
    text-decoration: initial;
}

.table-stripes tr:nth-child(2n) {
    background-color: #e6f4f7;
}

.table-summary { background-color: #ffffff !important; }
.table-summary > td { border-top: 2px solid rgba(0, 135, 152, 0.5) !important; }
/*.table-summary ~ .table-summary > td {
    border-top: 0;
    background-color: #ffffff;
}*/

.no-margin { margin: 0 !important; }
.no-shadow { box-shadow: none !important; }
.no-padding { padding: 0 !important; }
.no-display { display: none !important; }
.float-left { float: left !important; }
.float-right { float: right !important; }
.top-align { vertical-align: top; }
.right-align { text-align: right !important; }
.cursor-default { cursor: default !important; }
.cursor-pointer { cursor: pointer !important; }
.centered { margin: auto !important; }
.blockstyle { display: block !important; }
.autowidth { width: auto !important; }
.autoheight { height: auto !important; }
.error { color: #943636 !important; }
.inline { display: inline-block; }
.table { display: table; }
.cell { display: table-cell; }

.content-table {
    width: 1003px !important;
    height: 470px !important;
    border: 0;
    border-spacing: 0;
    margin: 0 !important;
    padding: 0 !important;

}

.content-left {
    background: #b9dfe0 url('../gfx/sidebarbg.jpg') bottom left repeat-x;
    width: 190px !important;
    height: 100%;
    vertical-align: top !important;
    margin: 0 !important;
}

.content-left .section-title {
    padding: 26px 5px 8px 0 !important;
    font-weight: bold;
    color: #05717c;
    font-size: 1.07em;
}
.content-left ul {
    width: 180px !important;
    clear: both;
    margin: 0;
    list-style: none;
}
.content-left li {
    padding: 5px 0;
    margin: 0 4px 0 10px;
    font-size: 1.02em !important;
    width: 160px !important;
}
.content-left li a {
    color: #333;
    text-decoration: none;
}
.content-left li a:hover,
.content-left li a:active {
	color: #008798;
	text-decoration: underline !important;
}
.content-left li.selected a {
	color: #b00000;
	font-weight: bold;
	text-decoration: none;
}
.content-left li.selected ul a {
    color: #333333;
    font-weight: normal;
}
.content-left li.toggle {
    background: url('../gfx/arrow.png') top right no-repeat;
}
.content-left ul.submenu {
    position: absolute;
    display: none;
    background: #ffffff !important;
    z-index: 103;
}
.content-left li ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.content-body {
    padding: 10px;
    vertical-align: top !important;
}

input.small-icon {
    max-height: 16px !important;
    cursor: pointer;
    margin: 0;
    border: 0;
    padding: 0;
    background: transparent;
}

.scrollableX {
    border: 1px solid #a0b4b4;
    overflow-x: scroll;

    -webkit-border-radius: 0.3ch;
    -moz-border-radius: 0.3ch;
    border-radius: 0.3ch;
}
.scrollableY {
    border: 1px solid #a0b4b4;
    overflow-y: scroll;

    -webkit-border-radius: 0.3ch;
    -moz-border-radius: 0.3ch;
    border-radius: 0.3ch;
}
div.grid-panel {
    display: block;
    padding: 8px;
    background: #ffffff;
}

.grid-toolbox {
    font-size: 1em;
    height: 16px;
    margin: 5px 0 5px 0;
}

/*                                       *
    Field blocks & Vertical field blocks
 *                                       */
.fieldblock,
.vfieldblock {
    display: block;
    text-align: left;
    margin-bottom: .65em;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fieldblock > label,
.vfieldblock > label {
    color: #373737;
    font-size: 1.1em;

    width: 15ch;
    min-width: 1ch;
    border: 1px solid transparent;
    display: inline-block;
    padding: .7ch;
    padding-right: 1ch;
}

.vfieldblock > label {
    display: block;
    font-size: 1em;

    width: auto;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: .1em;
}

.fieldblock > .input {
    display: inline-block;
    padding: 0;
    padding-left: 1ch;
}

.vfieldblock > .input {
    display: block;
    padding: 0;
}

.input > select, .input > textarea,
.input > input:not([type="button"]):not([type="submit"]) {
    border: 1px solid #a0b4b4;
    padding: .7ch;
    font-size: 1.1em;

    -webkit-border-radius: 0.3ch;
    -moz-border-radius: 0.3ch;
    border-radius: 0.3ch;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input > input:focus, .input > input:active,
.input > select:focus, .input > select:active,
.input > textarea:focus, .input > textarea:active {
    border-color: #7e9898;
    box-shadow: 0 0 0.5ch 0 rgba(117, 147, 147, .5);
}

.input > input[readonly], .input > input:disabled,
.input > textarea[readonly], .input > select:disabled,
.input > textarea:read-only, .input > textarea:disabled,
.input > input:read-only:not([type="button"]):not([type="submit"]) {
    background: #fafcfc !important;
    border-color: #b9c8c8 !important;
}

.input > select[readonly], .input > textarea:-moz-read-only,
.input > input:-moz-read-only:not([type="button"]):not([type="submit"]) {
    background: #f9fbfb !important;
    border-color: #b9c8c8 !important;
}

.input > textarea {
    resize: none;
}

.input > select {
    background: url('../gfx/select.png') no-repeat 95% 50%;
    padding-right: 3ch;
    cursor: pointer;
}

.input > .checkbox {
    padding-top: 0;
    margin-bottom: 0;
}

.input > .button {
    margin-top: 1ch;
}

.input > .button ~ .button {
    margin-left: 1ch;
}

.input > .error {
    border-color: #c66262 !important;
    box-shadow: 0 0 0.5ch 0 rgba(125, 0, 0, .5) !important;
}

.fieldblock > .input > .info {
    font-size: 1.2em;
    display: inline-block;
    padding: 0;
    padding-left: 1ch;
}

.vfieldblock > .input > .info {
    font-size: 1.2em;
    display: block;
    padding: 0;
}

.input > .subinfo {
    color: #787878;
    font-size: 1em;

    display: block;
    padding: 0.15em 0;
}

.fieldblock > .subinfo, .vfieldblock > .subinfo {
    color: #787878;
    font-size: 1.1em;

    padding: .5ch;
    display: inline-block;
    margin-left: 1ch;
}

.fieldblock > .validate, .vfieldblock > .validate {
    display: inline-block;
    color: #b30000;
    font-size: 1.1em;
    padding: .5ch;
    margin-left: 1ch;
}

div.form-field {
    display: block;
    height: 23px;
    padding: 2px;
    margin: 5px;
}
div.form-field span {
    display: block;
    height: 21px;
    line-height: 21px;
}
div.form-field #info {
    float: left;
    color: #787878;
    margin-left: 8px !important;
    padding-top: 3px !important;
}
div.form-field input {
    width: 100%;
    font-size: 1.1em;
    border: 1px solid #a0b4b4;
}
div.form-field input:focus {
    border-color: #759393;
}
div.form-field textarea[readonly],
div.form-field textarea[readonly]:focus,
div.form-field input[readonly],
div.form-field input[readonly]:focus {
    background: #f3f3f3 !important;
    border-color: #c1c1c1 !important;
}

.form-info {
    font-size: 8pt;
    font-weight: normal;
    text-align: left;

    padding: 5px 0 10px 0;
}
.form-info2 {
    font-size: 10pt;
    font-weight: normal;
    text-align: center;

    padding: 15px 0;
}
.form-info2 div {
    text-align: left;
}

div.maincontent {
    float: left;
    width: 670px;
}

.is_expired td {
    color: #cc0000 !important;
}

div.table-panel {
    display: block;
    width: 40%;
    border: 0px solid #b9dfe0;
    background: #ffffff;
    margin: 0;
}
div.table-panel table {
    margin: 0;
    padding: 0;
    column-span: none;
}
div.table-panel td {
    padding: 2px;
}

/**
                        Headers
**/
h1 {
	font-size:1.6em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#333333;
	letter-spacing:-1px;
	margin-bottom: 25px;
}

h2 {
	font-size:1.45em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#333333;
	letter-spacing:-1px;
	margin-bottom: 10px;
}

h3 {
	font-size:1.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#333333;
	letter-spacing:-1px;
	margin-bottom: 10px;
}

h4 {
	font-size:1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#333333;
	letter-spacing:-1px;
	margin-bottom: 6px;
}

h5 {
	font-size:1.2em;
	font-family:Calibri, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#333333;
	letter-spacing:2px;
	margin-bottom: 2px;
}


/* element defaults */
p {
	margin-bottom:18px;
	line-height:1.4em;
	font-size:0.9em;
	color:#333;
}
ul {
	list-style: none;
	color:#333;
}

ol {
	color:#333;
}

li.lineheight {
	line-height:1.4em;
	margin-bottom:14px;
}

code {
	border:1px solid #dddddd;
	color:#666666;
	display:block;
	padding:10px;
	margin:10px 0;
}

/* default forms */
fieldset {
	border:none;
	border-top:1px solid #dddddd;
	margin-top:10px;
}
fieldset legend {
	font-size:0.5em;
	color:#666666;
	font-weight:bold;
	padding:0 10px 0 0;
	background-color:#ffffff;
}

form input, form textarea, form select {
	padding:3px;
	color:#333333;
	background-color: #ffffff;
    border-radius: 1px;
    border-top: 1px solid #b7bcb4;
    border-left: 1px solid #b7bcb4;
    border-right: 1px solid #e0e3df;
    border-bottom: 1px solid #e0e3df;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}


form input::-ms-clear, form textarea::-ms-clear {
    display: none;
}

form input[type="checkbox"] {
    padding: 0;
    border: 1px solid !important;
    border-top-color: #b7bcb4 !important;
    border-left-color: #b7bcb4 !important;
    border-right-color: #e0e3df !important;
    border-bottom-color: #e0e3df !important;
}
form input[type="radio"] {
    border: 0;
    padding: 0;
}

.backButton {
    margin: .8rem .5rem 1.5rem .5rem;
    display: block;
    position: relative;
    padding: 0.4em 1.4ch 0.4em 1rem !important;
    background-image: url(../gfx/leftw.png);
    background-position: 1ch center;
    background-repeat: no-repeat;
}

.button {
    font-size: 1.1em;
    color: #ffffff;
    border: none;
    cursor: pointer;
    padding: 0.6em 1.4ch;
    background-color: #0691a1;
    border-radius: 0.4ch;
    box-shadow: 0.15ch 0.15ch 0.4ch 0 rgba(0, 0, 0, .45);

    -webkit-appearance: none;
    -moz-appearance: none;
}
.button:focus,
.button:hover {
    background-color: #06a7b9;
}

.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover,
.button[disabled]:active {
    color: #787878;
    box-shadow: none!important;
    text-shadow: none!important;
    background-color: #e0e0e0;
}

input.button[selected],
input.button:active {
    color: #e6e6e6;
    box-shadow: -0.1ch -0.1ch 0.2ch 0 rgba(0, 0, 0, .35) !important;
    background-color: #008695;
}
.button#close {
    padding: 5px 3px 5px 4px;
}
form .checkbox {
	background-color: #FFFFFF;
}

/* content */
div.content {
	float: left;
    width: 100%;
	margin: 0;
    padding: 15px 0;
}
div.content ul {
	font-size:0.9em;
	list-style:disc;
}
div.content ul li {
	padding-bottom:5px;
}

#picpad {
	padding-left: 20px;
}
div.content table {
	line-height:1.4em;
	font-size:0.9em;
}

/* sidebar */
div.sidebar {
	float:left;
	width:230px;
	background-color:#B9DFE0;
	background-image:url('../gfx/sidebarbg.jpg');
	height: 840px;
	padding-top: 16px;
	
}
div.sidebar p { 
	margin-bottom:40px;
	padding:2px;
	width: 500px;
}
div.sidebar table {
	margin:0 0 40px 0;
	padding:4px;
	border-collapse: separate;
}
div.sidebar td {
	padding:5px 0;
}

div.sidebar td.blocklist {
	border-bottom:1px solid #D1E7E8;
	padding-left: 10px;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	width:210px;
}

div.sidebar td.blocklist a {
	color:#333;
	text-decoration: none;
}
div.sidebar td.blocklist a:hover {
	color:#008798;
	text-decoration: underline;
	
}

div.sidebar td.blocklist a.selected {
	font-weight:bold;
	text-decoration: none;
}

div.sidebar td.blocklist .downlevel {
	margin-left: 10px;
}

div.sidebar td.blocklist .downlevel2 {
	margin-left: 20px;
}

p img {
	margin:0 6px 6px 0 !important;
	padding:0;
}

div.sidebarright {
	clear:both;
	float:right;
	width:150px;
	background-color:#ecf4f4;
	margin:0 6px 6px 0 !important;
	text-align: center;
	font-size: 0.8em;
	line-height:1.8em;
}

/* footer */

div.footer-wrapper {
	clear:both;
	margin:0 auto;
	background: #cc6f40;
	height: 32px;
    border-radius: 0 !important;
    background-size: contain;
}
div.footer {
    font-weight: normal;
    font-size:   8pt;
    color: #ffffff;
	height: 32px;
	padding: 10px 8px 0;
	display:block;
}
div.footer ul {
	list-style:none;
	padding:0;
	margin:0;
	position:relative;	
}
div.footer ul li {
	display:block;
	float:left;
	margin-right: 10px;
	margin-top: 15px;
}
div.footer ul li a, div.footer ul li a:visited, div.footer ul {
	float:left;
	display:block;
	text-decoration:none;
	color:#ffffff;
	font-size:0.95em;
	font-family:Arial, Helvetica, sans-serif;
}
div.footer li a:hover {
	text-decoration:underline;
}

div.footer p {
	padding:0;
	margin:0;
	line-height: 50px;
	text-align: center;	
	color:#ffffff;
	font-size:0.95em;
	font-family:Arial, Helvetica, sans-serif;
}

div.footer p a {
	color:#ffffff;
	text-decoration:none;
}

div.footer p a:hover {
	text-decoration:underline;
}



/* misc classes */
*:focus {
	outline:none;
}
.clear {
	clear:both;
} 
tr.vtop {
    vertical-align: top;
}
tr.vtop > td {
    vertical-align: top;
}
td
{
  	background: transparent;
	border: 0px;
	padding: 2px 0px 2px 0px;
	vertical-align: middle;
}
td.vtop 
{
	vertical-align:top;
}
td.small
{
	font-size:0.75em;
	padding: 0px;
}

/* text */
.comment
{
	color: #000000;
	line-height: 15px;
	font-size: 12px;
}

.driftok
{
	color: #4AA02C;
}

.ok
{
	color: #008C98;
}
.highlight
{
	color: #008798;
}

div.dropmeny {
    display: none;
    z-index: 50;
    padding: 2px;
    position: absolute;
    background: #ffffff;
    border-radius: 0 0 2px 2px;
    box-shadow: 1px 1px 4px #848484;
}
div.dropmeny > a {
    color: #747474;
    display: block;
    width: 144px;
    padding: 3px;
    text-decoration: none;
}
div.dropmeny > a:hover {
    background: #e6e6e6;
    text-decoration: underline;
}

/* checkbox */
.checkbox {
  display: inline-block;
  position: relative;
  padding-top:  4px;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 1em;
}

.checkbox > span {
    font-size: 1.1em;
    display: inline-block;
    padding: 0.7ch;
    margin-left: -0.5ch;
    padding-left: 0;
}

.checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox > .indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1.2px solid #a0b4b4;
  border-radius: 0.3ch;
}

.checkbox:hover > input ~ .indicator,
.checkbox > input:focus ~ .indicator {
    border-color: #7e9898 !important;
    box-shadow: 0 0 0.5ch 0 rgba(117, 147, 147, .5);
}

.indicator:after {
  content: '';
  position: absolute;
  display: none;
}

.checkbox input:checked ~ .indicator:after {
  display: block;
}
.checkbox .indicator:after {
  left: 5px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #333333;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/*
    RegList
*/
.RegListField {
    background-color: transparent;
    background-image: url('resource?ns=gui&fn=select.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 1ch) 50%;
    padding-right: 3ch !important;
}

.RegList {
    z-index: 50;
    display: none;
    padding: 1px;
    position: absolute;
    background: #ffffff;
    box-shadow: 0 1px 12px #686868;
}

.RegList > .list-header {
    font-weight: bold;
    font-size: 9pt;
    color: #f7f7f7;
    display: block;
    text-decoration: none;
    background: #0e9dad;
    padding: 2px;
}

.RegList > .list-header > .cell {
    cursor: default;
    padding: 5px;
    display: inline-block;
}

.RegList > .list-header > .settings {
    content: ' ';
    width: 2ch;
    cursor: pointer;
    border: 0;
    margin-left: 1ch;
    background-size: auto 18px;
    background-repeat: no-repeat;
    background-position: 1.1ch 0.3em;
}

.RegList > .list-header > .settings:hover,
.RegList > .list-header > .settings:active {
	border-color: rgba(0, 0, 0, .08);
    background-color: rgba(0, 0, 0, .08);
}

.RegList > .list-header > .toggled,
.RegList > .list-header > .toggled:hover,
.RegList > .list-header > .toggled:active {
	border-color: rgba(255, 255, 255, .12);
    background-color: rgba(255, 255, 255, .1);
}

.RegList > .list-header > .cell > a,
.RegList > .list-header > .cell > a:visited {
    padding-right: 1ch;
    color: #ffffff;
    border: none;
    text-decoration: none;
    display: inline-block;
}

.RegList > .list-header > .cell > a:hover,
.RegList > .list-header > .cell > a:active {
    text-decoration: underline;
}

.RegList > .list-header .sortedasc,
.RegList > .list-header .sorteddesc {
    width: 0;
    height: 0;
    display: inline-block;
    border-left: 0.6ch solid transparent;
    border-right: 0.6ch solid transparent;
}

.RegList > .list-header .sortedasc {
    border-bottom: 0.6ch solid #ffffff;
}

.RegList > .list-header .sorteddesc {
    border-top: 0.6ch solid #ffffff;
    margin-bottom: .15em;
}

.RegList > .list-contents {
    font-size: 9pt;
    font-weight: normal;
    color: #454545;
    display: block;
    padding: 2px;

    overflow-y: auto;
}

.RegList > .list-contents > .get-more {
    font-size: .95em;
    font-style: italic;
    border-top: 1px solid #e5e5e5;
    padding: 5px;
    text-align: center;
    text-decoration: none;
}
.RegList > .list-contents > .get-more:hover,
.RegList > .list-contents > .get-more:active {
    cursor: pointer;
    text-decoration: underline;
}

.RegList > .list-contents > .empty-list {
    color: #787878;
    cursor: default;

    display: block;
    padding: 8px;
    text-align: center;
    background: transparent;
}

.RegList > .list-contents > .empty-list:hover,
.RegList > .list-contents > .empty-list:active {
    background: transparent;
}

.RegList > .list-contents > .row {
    display: block;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
}

.RegList > .list-contents > .row:hover,
.RegList > .list-contents > .row:active {
    background: #f0f8fb;
}

.RegList > .list-contents > .row a,
.RegList > .list-contents > .row a:hover,
.RegList > .list-contents > .row a:active,
.RegList > .list-contents > .row a:visited {
    color: #454545;
    text-decoration: none;
}

.RegList > .list-contents > .active,
.RegList > .list-contents > .active:hover,
.RegList > .list-contents > .active:active {
    background: #afd9de !important;
}

.list-contents > .row > .cell {
    display: inline-block;
    padding: 3px 5px;
}

.RegList > .list-footer {
    padding: 5px;
    border-top: 1px solid #e5e5e5;
}

.list-footer > .checkbox {
    font-size: 1.1em;
    margin-bottom: 5px;
}

.RegList > .popwin {
    z-index: 52;
    display: none;
    padding: 1px;
    position: absolute;
    background: #ffffff;
    box-shadow: 0 1px 12px #686868;
}

.RegList > .popwin > .popwin-content {
    width: 30ch;
    height: 22em;
    overflow-y: scroll;
}

.popwin-checkbox {
    margin-bottom: 5px !important;
    padding-top: 0.5em;
    padding-left: 5ch;
    height: 1.2em;
    font-size: 1.1em;
}

.popwin-checkbox > span {
    padding: 0.3ch;
}

.popwin-checkbox > .indicator {
    left: 5px !important;
    top: 5px !important;

    width: 2.5ch;
    height: 1.5em;
}

.popwin-checkbox > .indicator:after {
    top: 3px;
}

.popwin-footer {
    border-top: 1px solid #e7e7e7;
}

.popwin-footer > input {
    font-weight: bold;
    font-size: 8.5pt;
    color: #f7f7f7;
    border: none;
    display: inline-block;
    background: #0e9dad;
    padding: .95ch;
    width: calc(100% - 2px);
    margin: 1px;
    margin-left: 0;
}

.popwin-footer > input:hover,
.popwin-footer > input:focus {
    background: #06a7b9;
}

.popwin-footer > input:active {
    background: #0d8997;
    color: rgba(247, 247, 247, .75);
}
