/*
    Project : Personal Power Plus
    License : Commercial - All rights reserved/Full restrictions in effect (See included End User License Agreement for more info)
*/
/*
    Created on        : 2016-02-16 08:00:00
    Last generated on : 2021-02-26 10:49:13
    Author            : Hans Peter Willems <hp.willems@modeldrivenarchitects.com>
*/

html, body
{
  height: 100%;
}

/* ---------- page heading layout---------- */

.heading-left,
.heading-middle,
.heading-right {
    height: 50px;
    border-bottom: 1px grey solid;
    vertical-align: middle;
    line-height: 50px;
}

.heading-left {
    color: #fff;
    background-color: #009e9c;
    font-size: 22px;
    text-align: center;
    text-shadow:  2px 2px #000000;
}

.heading-middle {
    background-color: #009e9c;
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.heading-right {
    color: #fff;
    background-color: #007571;
    font-size: 14px;
    /*text-align: left;*/
}

/* ---------- page menu left layout---------- */
.x-menu-color {
    background: #eaeaea;
    border-right: 1px #aaa solid;
}

/* ---------- page body layout---------- */
.x-body-color {
    background-color: #f8f8f8;
    padding: 0px;
}

.x-body-content {
    padding: 10px 15px;
    /*float:right;*/
    /*width:80%;*/
}

.x-print-content {
    padding: 20px 2%;
    padding-left: 2cm;
    /*float:right;*/
    /*width:80%;*/
}

/* ---------- sub-heading (module) ---------- */

.x-module-header-left,
.x-module-header-middle,
.x-module-header-right{
    background-color: #2B2B2B;
    height: 70px;
    vertical-align: middle;
    /*line-height: 70px;*/
    border-bottom: 1px black solid;
}

.x-module-header-left {
    color: white;
    font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
    font-size: 190%;
    text-indent: 10px;
    line-height: 70px;
}

.x-module-header-middle {

}

.x-module-header-right {
    text-align: right;
    line-height: 70px;

}

/* ---------- main menu additional styles ---------- */

.x-menu-header,
.x-menu-header-active,
.x-menu-button {
    border-radius: 3px;
/*    border-style: solid;
    border-width: 1px;    */
    margin: 3px 10px 3px 10px;
}
.x-menu-header {
    background-color: #007571;
    color: white;
    /*font-weight: bold;*/
}
.x-menu-header-active {
    background-color: #007571;
    color: white;
    /*font-weight: bold;*/
}

A.x-menu-header {
    color: white;
    text-decoration: none;
}
A.x-menu-header:hover {
    color: #f9f7a0;
    text-decoration: none;
}

.x-menu-button {
/*    color: #f9f7a0;*/

}
.x-menu-button:hover {
    background-color: #D7DDDD;
}
.x-menu-button:active {
/*    background-color: red;*/
}

/* ---------- default color definitions ---------- */

.colored {
    background-color: #f9f7a0;
}
.dark-grey {
    background-color: #aaaaaa;
}

.rounded-default {
    border-radius: 15px;
}

.rounded-small {
    border-radius: 5px;
}

.x-tab {
    background-color: #F5F5F5;
}
.x-tab-active {
    background-color: #93bfad;
}

/* ---------- searchbox definitions ---------- */

fieldset {
    font-family: sans-serif;
    border: 1px solid #007571;
    background: #EEE ;
    border-radius: 5px;
    padding: 15px;
    /*box-shadow: 2px 2px 1px #888888;*/

}

fieldset legend {
    background: #2B2B2B;
    color: #fff;
    padding: 5px 10px ;
    font-size: 120%;
    border-radius: 5px;
    box-shadow: 0 0 0 3px #ddd;
    margin-left: 10px;
}

select.search{
    width:230px;
}
/*
select.search option{
    width:230px;
}
*/
.x-aligned-right {
    text-align: right;
}
.button-small {
    font-size: 80%;
}

.x-indent {
    text-indent: 10px;
}

.record-box {
    padding: 10px;
    border: 1px solid gray;
    margin: 0;
    border-radius: 3px;
    background-color: white;
    box-shadow: 3px 3px 2px #888888;
}

.x-record-accent {
    font-size: large;
    color: #CC0000;
}

.x-button-delete {
    background: #edb4b4;
}

.x-button-search {
    font-size: 90%;
    background: #edb4b4;
}

/* ---------- badges/counts ---------- */

.pure-badge-large {
    padding: 0.35em 0.9em 0.35em;
    background-color: #009e9c;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2em;
    /*vertical-align: baseline;*/
    white-space: nowrap;
    border-radius: 20px;
    margin: 0.2em;
}

.pure-badge-panelcount {
    padding: 0.35em 0.9em 0.35em;
    background-color: #4C413D;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2em;
    /*vertical-align: baseline;*/
    white-space: nowrap;
    border-radius: 20px;
    margin: 0.2em;
}

.pure-badge-panelsubcount {
    padding: 0.35em 0.9em 0.35em;
    background-color: #4C413D;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2em;
    /*vertical-align: baseline;*/
    white-space: nowrap;
    border-radius: 20px;
    margin: 0.2em;
}

.pure-badge-paneltabcount {
    padding: 0.35em 0.9em 0.35em;
    background-color: #4C413D;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.2em;
    /*vertical-align: baseline;*/
    white-space: nowrap;
    border-radius: 20px;
    margin: 0.2em;
}

.login-pane {
    width: 600px;
}

.x-table {
    width: 100%;
}

.x-panel-header {
    /*width: 100%;*/
    /*position: relative;*/
    margin-bottom: 1em;
    padding: 1em;
    border-bottom: solid grey 1px;
    font-size: 16px;
    font-weight: bold;
    font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
}

.x-breakindex-sub {
    position: relative;
    margin-bottom: 1em;
    padding: 8px;
    background: #DDDDAA;
    border-radius: 3px;
    font-weight: bold;
}

.x-button-large {
    font-size: 20;
    font-weight: bolt;
}

.x-form {

}

.x-form select {
    height: auto;
}

.x-detailview-image {
    padding: 10px;
    /*border: solid grey 1px;*/
}

/* ---------- Font Awesome tweaks ---------- */

.fa-lock {
    color: #CC0000;
}

/* ---------- purecss special buttons ---------- */

.x-button-save {
    font-weight: bold;
}

.x-button-cancel {
    font-weight: normal;
    background: #edb4b4;
}

/* ---------- flash-message (warning) system ---------- */

.x-message-default {
    margin-top:10px;
    /*vertical-align: middle;*/
    position: relative;
    margin-bottom: 1em;
    padding: 1em;
    background: #ccc;
    border: solid #444 1px;
    border-radius: 5px;
    box-shadow: 2px 2px 1px #555;
}
.x-message-default label {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    white-space: nowrap;
}

.x-message-text {
    font-size: 14px;
    font-weight: bold;
    vertical-align: bottom;
}

.x-message-basic {
    background-color: rgb(209, 235, 238);
    color: rgb(102, 131, 145);
}

.x-message-success {
    background-color: #76BF6B;
    color: #fff;
}

.x-message-warning {
    background-color: rgb(250, 191, 103);
    color: rgb(151, 96, 13);
}

.x-message-error {
    background-color: #D13C38;
    color: #fff;
}

.x-message-div1 {

}

.x-message-div2 {
    vertical-align: bottom;
}

.x-message-div3 {
    text-align: right;
}

.x-button-dismiss {
    border-radius: 4px;
    background-color: #edb4b4;
}

.button-xsmall {
    font-size: 100%;
    /*font-weight: bold;*/
}

/* ---------- days left / duedate ---------- */

.duetoday,
.duein,
.dueover {
    border-radius: 4px;
}

.duetoday {
    background-color: #ffff99;
    margin: 2px;
    text-align: center;
}
.duein {
    background-color: #99ff99;
    margin: 2px;
    text-align: center;
}
.dueover {
    background-color: #ffcbcb;
    margin: 2px;
    text-align: center;
}

/* ---------- progressbar ---------- */

.meter {
    height: 10px;  /* Can be anything */
    position: relative;
    background: #696969;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 3px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    -moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
    box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
}
.meter > span {
    display: block;
    height: 100%;
       -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
           -moz-border-radius-topright: 20px;
        -moz-border-radius-bottomright: 20px;
               border-top-right-radius: 20px;
            border-bottom-right-radius: 20px;
        -webkit-border-top-left-radius: 20px;
     -webkit-border-bottom-left-radius: 20px;
            -moz-border-radius-topleft: 20px;
         -moz-border-radius-bottomleft: 20px;
                border-top-left-radius: 20px;
             border-bottom-left-radius: 20px;
    background-color: #f1a165;
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #c2d0de),color-stop(1, #adbac6));
background-image: -webkit-linear-gradient(top, #c2d0de, #adbac6);
    background-image: -moz-linear-gradient(top, #c2d0de, #adbac6);
    background-image: -ms-linear-gradient(top, #c2d0de, #adbac6);
    background-image: -o-linear-gradient(top, #c2d0de, #adbac6);
/*    -webkit-box-shadow: inset 0 2px 9px  rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0 2px 9px  rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);*/
    position: relative;
    overflow: hidden;
}

/* ---------- additional custom styles ---------- */

/* ---------- page body layout---------- */
.body-container {
    width: 70%;
    background-color: #FFFFFF;
    margin: auto;
    font-size: 20px;
}

/* ---------- welcomepage text---------- */
.bodywelcometext{
    color: #003d4c;
    font-size: 20px;
}

/* ----------footertext welcomepages layout---------- */
.footertextwelcome{

    color: #ffffff;
    font-size: 12px;
    font-style: italic;
    text-align: center;
    font-size: large;
    vertical-align: middle;
}

/* ----------overruling table layout ---------- */
table tr td {
    padding: 0px;
    /* text-align: left; */
    vertical-align: top;
    border-bottom: 0px solid #ddd;
}

.x-middle {
    vertical-align: middle;
}

/* adding button layout */
.x-buttonright {
    padding-right: 20px;
    text-align: right; 
    display:block
}

.x-sizewidth {
    width: 100%;
}

.x-smalltext {
  font-size: 18px;
}
/* ----------footertext welcomepages layout---------- */
.footertextwelcome{

}

/* ----------overruling table layout ---------- */
table tr td {
    padding: 0px;
    /* text-align: left; */
    vertical-align: top;
    border-bottom: 0px solid #ddd;
} 

.x-middle {
    vertical-align: middle;
}

/* adding button layout */
.x-buttonright {
    padding-right: 20px;
    text-align: right; 
    display:block
}

.x-sizewidth {
    width: 100%;
}

.x-smalltext {
  font-size: 18px;
}

.colored-back {
    background-color: #e6007e;
    color: #ffffff;
}

