/*
    Document   : default
    Created on : Jun 16, 2011, 11:05:48 AM
    Author     : Arnoud
    Description:
        Purpose of the stylesheet follows.
*/

root {
}

html {
    /*position:absolute; position:fixed;
    height:2em;
    top:0; left:0; width:100%;*/
    height: 100%;
}

body {
    font: 8pt tahoma,sans-serif;
    height: 100%;
    overflow: hidden;
}

h1  {
    font: 12pt tahoma, sans-serif;
    font-weight: bold;
}

h1.title    {
    font: 15pt tahoma, sans-serif;
    font-weight: bold;
    float: left;
    color: #7c6e61;
    width: 90%;
}

div.center  {
    text-align: center;
}

div.main {
    /*border: 1px violet solid;*/
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

div.sidebar    {
    /*border: 1px violet solid;*/
    float: left;
    padding:10px;
    width: 300px;
    height: 100%;
    background-color: #f0f0f0;
    margin-right: 5px;
    border-right: 1px solid #7c6e61;
    /*background-image: url("/resources/images/application_background.jpg");
    background-size:100% 100%;*/
}

div.topbar {
    /*border: 1px violet solid;*/
    width: 100%;
    height: 85px;
    background-color: #ffffff;
    border: solid 1px activeborder;
    border-bottom-color: #7c6e61;
    white-space: nowrap;
    overflow:hidden;
}

div.message-alert {
    background-color: #FF8888;
    margin: 5px;
    padding: 5px;
}

.label  {
    margin:10px;
}

table.grid, table.items {
    padding: 10px;
    padding-left: 20px;
    width: 80%;
    /*text-align: center;*/
    /*border-collapse: collapse;*/
    /*border: hidden;*/
}

table.grid th,table.items th {
    margin-right: 5px;
    margin-left: 5px;
    border: 1px solid silver;
    border-radius: 3px;
    /*    background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#fafafa), color-stop(0.5, #fff), color-stop(0.6, #ddd), color-stop(0.95, #FFF));*/
    background-color: #e0e0e0;
    color: #000033;
}

table.grid tr,table.items tr {
    padding: 4px;
    border: 1px solid black;
}

table.grid tr:nth-child(odd),table.items tr:nth-child(odd) {
    background: #f0f0f0;
}

table.grid tr.hover  {
    cursor:pointer;
    color: yellow;
    background-color: activecaption;
    background-image: -webkit-gradient(linear,0 top,0 bottom,from(activecaption),to(#005477));
    /*    font-weight: bold;*/
}

table.grid tr:hover {
    cursor:pointer;
    color: white;
    background-color: #4e5f71;
    /*    background-color: activecaption;
        background-image: -webkit-gradient(linear,0 top,0 bottom,from(activecaption),to(#005477));*/
}

table.grid td,table.items td {
    padding-top: 4px;
    padding-bottom: 4px;
}

table.properties    {
    border: 0;
}

table.properties td:nth-child(even) {
    width: 450px;
}

table.properties td:nth-child(odd) {
    width: 250px;
}

table.properties td.name    {
    color: grey;
}

div.grid   {
    /*border: 2px blue solid;*/
    /*text-align: center;*/
    overflow: auto;
    height: 90%;
    background-color: #FFFFFF;
}

div.sidepanel {
    position: relative;
    padding-bottom: 40px;
    width:300px;
    z-index: 2;
}

.control    {
    position: relative;
}

div.hover   {
    cursor:pointer;
    background-color: #ddddff;
    background-image: -webkit-gradient(linear,0 top,0 bottom,from(#ddddff),to(white));
    border: 1px solid #C0C0C0;
    padding: 1px;
}

div.hidden  {
    display: none;
}

img.hover {
    border: solid 1px;
    background-color: #ddddff;
    cursor: pointer;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -18em;
}

.primapost_logo   {
    position: fixed;
    left: 10px;
    bottom: 10px;
    -moz-box-shadow: 7px 7px 7px #777;
    -webkit-box-shadow: 7px 7px 7px #777;
    box-shadow: 7px 7px 7px #777;
    border-radius: 5px;
    z-index: 1;
}

.d-liver_logo   {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 1;
    width: 300px;
    padding-top: 20px;
}

.footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
}

.block   {
    padding: 2px;
    border-color: #DDDDDD #666666 #666666 #DDDDDD;
    border-style: solid;
    border-width: 1px;
    color: black;
}

div.row:hover {
    cursor:pointer;
    color: white;
    background-color: activecaption;
    background-image: -webkit-gradient(linear,0 top,0 bottom,from(activecaption),to(#005477));

    /*
        background-color: #ddddff;
        background-image: -webkit-gradient(linear,0 top,0 bottom,from(#ddddff),to(white)); */
    border: 1px solid #C0C0C0;
    padding: 1px;
}

.number {
    text-align: right;
}

a:visited   {
    color: blue;
}

.link   {
    text-decoration: underline;
    color: blue;
}

.link:hover {
    cursor: pointer;
}

fieldset table tr td:nth-child(1)   {
    width: 200px;
}

fieldset    {
    margin-top: 20px; /* ouch...should not have been here */
    background-image: -webkit-gradient(linear,0 top,0 bottom,from(white),to(#e0e0e0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e0e0e0');
    background-image: -moz-linear-gradient(top,  #white,  #e0e0e0);
}

fieldset legend {
    font-weight: bold;
    font-size: 14px;
}

.shadow, .details {
    -moz-box-shadow: 7px 7px 7px #777;
    -webkit-box-shadow: 7px 7px 7px #777;
    box-shadow: 7px 7px 7px #777;
}

.details    {
    opacity: 0.93;
    display: none;
    position: absolute;
    padding: 3px;
    top:100px;
    left: 330px;
    min-width:400px;
    min-height:30px;
    background-color: #FFFFDD /*#ffffdd*/;
    border: 1px solid black;
}

.tab    {
    height: 90%;
}

div.button  {
    border: 1px solid transparent;
    display: inline-block;
    margin: 3px;
}

div.button:hover    {
    cursor: pointer;
    border: 1px solid silver;
    border-radius: 3px;
    background-color: #ddddff;
    background-image: -webkit-gradient(linear,0 top,0 bottom,from(#ddddff),to(white));
}

.imagebutton:hover    {
    cursor: pointer;
    border: 1px solid silver;
}

.nl_primapost_control_sidepanel_header, .nl_primapost_control_filterpanel_header  {
    background: -moz-linear-gradient(#005477,activecaption);
    background-image: -webkit-gradient(linear,0 top,0 bottom,from(#005477),to(activecaption));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005477', endColorstr='#99b4d1');
    background-color: activecaption;
    background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc3NDgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMwMDU0NzciIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM5OUI0RDEiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c3NDgpIiAvPgo8L3N2Zz4=); /* IE 9 support */
    padding:5px;
    height:18px;
}

.nl_primapost_control_sidepanel, .nl_primapost_control_filterpanel {
    border: solid 1px #C0C0C0;
    -moz-box-shadow: 7px 7px 7px #777;
    -webkit-box-shadow: 7px 7px 7px #777;
    box-shadow: 7px 7px 7px #777;
}

div.nl_primapost_control_filterpanel #panel_header #panel_caption {
    color: #ffffff;
}

div.nl_primapost_control_sidepanel #actions_header #actions_caption {
    color: #ffffff;
}

.nl_primapost_control_filterpanel_header_caption {
    color: #ffffff;
}

.nl_primapost_control_sidepanel_header_caption   {
    color: #ffffff;
}

#panel_panel div {
    white-space:nowrap;
}

#panel_panel input[type=text] {
    width: 160px;
}

.status {
    display: none;
    position: absolute;
    padding: 3px;
    top:100px;
    left: 330px;
    width:200px;
    min-height:30px;
    background-color: #ffffcc;
    border: 1px solid black
}

div.modal  {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
}

span.actionlink {
    color: blue;
    text-decoration: underline;
}

span.actionlink:hover   {
    cursor: pointer;
}

.userinfo {
    z-index: 1;
    top: 0;
    right: 0;
    margin-top: 10px;
    margin-right: 15px;
    position: absolute;
}

.container {
    display: table;
    width: 320px;
    height: 100%;
    float: left;
    margin-right: 5px;
}

.titleholder {
    max-height: 87px;
    width: 100%;
    padding-left: 10px;
    display: table-cell;
    text-align: left !important;
    vertical-align: middle;
}


.imgitemholder {
    max-height: 87px;
    width: 100%;
    display: table-cell;
    text-align: center !important;
    vertical-align: middle;
}

.imgitemholder img {
    max-width: 100%;
    max-height: 87px;
    object-fit: contain;
}

.errorText {
    color: red;
    max-width: 80%;
    font-weight: bold;
}

.msgText {
    max-width: 80%;
    font-weight: bold;
}

div.fullscreenMask {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 500;
}

.screenCentered {
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);
}

.blackground {
    background-color: black;
}

.equalSpaced {
    display: flex;
    justify-content: space-around;

}

.overlayTopButtonDiv {
    position: absolute;
    top: 3%;
    width: 100%;
    height: 8%;
    z-index: 1500;
}

.overlayBottomButtonDiv {
    position: absolute;
    bottom: 3%;
    width: 100%;
    height: 8%;
    z-index: 1500;
}

img.barFillingButtonRight {
    float: right;
    height: 100%;
    margin-right: 2%;
}

img.barFillingButtonLeft {
    float: left;
    height: 100%;
    margin-right: 2%;
}


.videoButton {       
    height: 100%;
    border-radius: 50%;   
}

.overlayButton {
    opacity: 0.7;
}

.overlayButton:hover {
    opacity: 1;
}

.clickDisabled{
    opacity: 0.5;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

div.mainbuttonwindow {
    margin: 10px;
    padding: 10px;
    width: 640px;
}

div.mainbuttonwindow::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

div.mainbutton {
    margin: 10px;
    padding: 10px;
    border-width: 2px;
    border-style: solid;
    border-color: #3BD5D5;
    background-color: #D8EBC5;
    text-align: center;
}

div.mainbutton:hover {
    border-color: #D53B3B;
    background-color: #D8C5EB;
}

div.wizardwindow {
    margin: 10px;
    border-width: 2px;
    border-style: solid;
    border-color: #606060;
    padding: 10px;
    width: 640px;
    background-color: #D0D0D0;
}

div.wizardwindow::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

div.wizardwindow input[type=text] {
    width: 300px;
}

div.wizardwindow input[type=number] {
    width: 300px;
}

div.wizardwindow select {
    width: 304px;
}

div.wizardheader {
    text-align: center;
    margin: 10px;
}

div.wizardcontent {
    margin: 10px;
    border-width: 2px;
    border-style: solid;
    border-color: #B0B0B0;
    padding: 10px;
    background-color: #E8E8E8;
}

div.wizardcontent table {
    width: 100%;
    border-collapse: collapse;
}

div.wizardcontent th {
    text-align: left;
    padding: 2px;
}

div.wizardcontent td {
    padding: 2px;
}

div.wizardcontent table.enclosed {
    background-color: #D6D6D6;
}

div.wizardcontent table.enclosed tr:nth-child(1) {
    border-top: 2px solid #B3B3B3;
}

div.wizardcontent table.enclosed tr.enclosed-top {
    border-top: 2px solid #B3B3B3;
}

div.wizardcontent table.enclosed tr:last-child {
    border-bottom: 2px solid #B3B3B3;
}

div.wizardcontent table.enclosed tr.enclosed-bottom {
    border-bottom: 2px solid #B3B3B3;
}

div.wizardcontent table.enclosed td:nth-child(1) {
    border-left: 2px solid #B3B3B3;
}

div.wizardcontent table.enclosed td:last-child {
    border-right: 2px solid #B3B3B3;
}

div.wizardcontent div.boxcontainer::after {
    content: " ";
    display: block;
    clear: both;
}

div.wizardcontent div.box {
    float: left;
    margin: 5px;
    padding: 4px;
    width: 46%;
    border: 2px solid #B3B3B3;
}

div.wizardproceed {
    float: right;
}

div.wizardproceed button {
    margin: 10px;
    padding: 15px;
}

div.wizardback {
    float: left;
}

div.wizardback button {
    margin: 10px;
    padding: 15px;
}

table.wizardselect tr:hover {
    background-color: #FFFF00;
}

.containingBlock {
    padding: 0px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;                
}

.partialBlock {
    width: 100%;
    margin: 0px;
    border-bottom: 1px solid black;
}

.blockWrapper {
    display: inline-block;
}

.blockButtonHead {
    width: 100%;
    height: 20px;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 1px;
    position: relative;
    /*margin-bottom: 2px;*/
}

.blockButtonPanelBorderHolder {
    position: relative;
    float: right;
    right: -2px;
    bottom: 2px;
    height: 100%;
    width: 46px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding: 2px 2px 0 2px;
}

.blockButtonPanel {
    position: absolute;
    height: 16px;
    width: 40px;
    right: 0px;
    top: 3px;
    padding-bottom: 3px;
    padding-right: 5px;
    padding-left: 4px;
    border-bottom: 2px solid white;
}

.blockButton {
    float: right;
    background-color: lightgray;
    width: 16px;
    height: 16px;
    border: 1px solid grey;                
}

.blockButton:not(:first-child) {
    margin-right: 4px;
}

.blockButton > img {
    height: 100%;
    width: 100%;
}

td.currencycell {
    white-space: nowrap;
}

button.login {
  border: 1px solid #000040;
  border-radius: 3px;
  color: #1a1a1a;
  background-color: #bfbfff;
  padding: 3px;
}

button.login:hover {
  background: radial-gradient(#80ffff, #bfbfff);
}

button.pressedLogin {
  background-color: #606080;
}
