/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px grey;*/
    /*border-radius: 10px;*/
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #46724b;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #478d50;
}

html {
    height: 100%;
    margin: 0;
}

body {
    margin: 0;
    /*height: 94%;*/
    height: 100%;
    font-size: 18px;
    padding: 10px;
    border-spacing: 0px;
    background-color: #2A3D61;
    color: white;
    scroll-behavior: smooth;
    overflow: hidden;

    /*max-width: max-content;*/
    /*margin: auto;*/

    /*height: 100%;*/
}




hr {
    border: 1px;
    border-color: #5170af;
    border-style: outset;
}

.data2 {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='30px' width='90px' fill-opacity='0.03'><text x='0' y='20' fill='white' font-size='22'>101010</text></svg>");
}


a {
    text-decoration: underline;
    color: white;
}


a.noDeco {
    text-decoration: none;
}

img.colWhite {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(348deg) brightness(106%) contrast(105%);
}


.links {
    padding-left: 20px;
    padding-right: 12px;
    text-align: right;
    vertical-align: top
}

.details {
    padding-right: 10px;
    padding-bottom: 16px;
}

div#header {
    width: 100%;
    /*height:200px;*/
    position: fixed;
    /*z-index: 100;*/
}


div.head {
    background: gray;
    flex: 0;
}


.wrapperX {
    height: 100%;
    display: flex;
    flex-direction: column;

}

.headerX {
    color: #0b410b;
    flex-grow: 0;
}


.contentBasic {
    flex: 1;
    overflow: auto;

    border-top-color: #54b64d;
    border-top-style: solid;
    border-top-width: 1px;

    border-bottom-color: #54b64d;
    border-bottom-style: solid;
    border-bottom-width: 1px;


    scrollbar-color: #417349 #2c3f62; /* scroll thumb and track */

}

.contentX {
    flex: 1;
    overflow: auto;

    border-top-color: #54b64d;
    border-top-style: solid;
    border-top-width: 1px;

    /*border-bottom-color: #54b64d;*/
    /*border-bottom-style: solid;*/
    /*border-bottom-width: 1px;*/


    scrollbar-color: #417349 #2c3f62; /* scroll thumb and track */

    overflow-x: hidden;
    /*background-color: #dedede;*/
    /*color: black;*/
}

.footerX
{
    flex-grow: 0;
    height: 34px;
    padding-top: 3px;
    display: flex;
}

.contentBlue
{
    /*background-color: #00c298;*/
    /*color: #2A3D61;*/
}
.contentGray222
{
    background-color: #dedede;
    color: black;
}


.xbt {
    background-color: #04AA6D;
    color: white;
    /*padding: 14px 20px;*/
    padding: 10px;
    margin: 0px;
    border: none;
    cursor: pointer;
    /*opacity: 0.9;*/
    opacity: 1;
    font-size: smaller;
    text-decoration: none;
    font-family: "Times New Roman", sans-serif;
}

.xbutton {
    background-color: #04AA6D;
    color: white;
    /*padding: 14px 20px;*/
    padding: 10px;
    margin: 0px;
    border: none;
    cursor: pointer;
    /*opacity: 0.9;*/
    opacity: 1;
    font-size: smaller;
    text-decoration: none;
    font-family: "Times New Roman", sans-serif;
}

a.button {
    background-color: #5a8f75;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-family: "Times New Roman", sans-serif;
    opacity: 1;
}

a.selButton {
    background-color: #f44336;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-family: "Times New Roman", sans-serif;
    opacity: 1;

}



.xbt:hover {
    opacity: 1;
    /*background-color: #30612a;*/
    text-decoration: underline;
}

a.button:hover {
    opacity: 1;
    /*background-color: #30612a;*/
}
.xbt:active {
    /*opacity: 1;*/
    /*background-color: black;*/
}

.xbt_sel {
    background-color: #f44336;
}


.xbt_cancel, .xbt_red, .xbt_green{
    float: left;
}

.xbt_cancel {
    background-color: #ccc;
    color: black;
    font-size: large;
}

.xbt_red {
    background-color: #f44336;
    font-size: large;
}

.xbt_green {
    background-color: #13740b;
    font-size: large;
}



div.topMain
{
    display: flex;
    padding-bottom: 5px;
    /*background-color: #2c3f62;*/
    /*padding-bottom: 20px; margin: 0px;*/
    /*opacity: 0.7;*/
    /*width: 870px;*/
}
div.topButtons
{
    display: flex;
    padding-top: 20px; margin: 0px;
    padding-bottom: 20px; margin: 0px;
    /*background-color: #a3afd7;*/

    border-top-color: #54b64d;
    border-top-style: solid;
    border-top-width: 1px;

    /*padding-top: 5px;*/

}
div.left
{
    flex-grow: 0;
    font-size: smaller;
}
div.middle
{
    flex-grow: 1;
}
div.right
{
    flex-grow: 0;
    font-size: smaller;
    padding-left: 5px;
}

div.reffi
{
    margin: 0;
    padding: 10px;
}

div.refMain
{
    display: flex;
    flex-direction: row;

    padding: 10px;

    border-bottom-color: #54b64d;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}


div.refRow
{
    display: flex;
    /*padding-bottom: 20px; margin: 0px;*/
    /*flex-direction: row;*/
    background-color: #30612a;
    padding: 10px;
    margin: 10px;
}

div.refLeft
{
    padding-right: 20px;
    flex-grow: 0;
    width: 140px;
    text-align: right;
    /*background-color: #06ab6e;*/
}
div.refRight
{
    flex-grow: 1;
    padding-left: 10px;
    /*padding-bottom: 20px; margin: 0px;*/
}


div.xlink {
    position: relative;
    width: 150px;
    color: white;
    text-align: right;
    padding-right: 10px;

}

div.xlink a {

    color: white;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    /*background-color: #FFF; !* Fix to make div clickable in IE *!*/
    /*opacity: 0; !* Fix to make div clickable in IE *!*/
    /*filter: alpha(opacity=1); !* Fix to make div clickable in IE *!*/
}
div.xlink a:hover {
    background-color: rgba(246, 221, 58, 0.2);
}

td#welcome {
    padding-left: 10px;
    vertical-align: top;
}

select.mySelect {
    background-color: #06ab6e;
    color: #fff;
    padding: 0 10px;
    font-size: medium;
}

select.mySelect option {
    color: #000;
    padding: 0 10px;
}


.xbtDevice {
    background-color: #04AA6D;
    color: white;
    padding: 2px;
    border: none;
    cursor: pointer;
    font-size: medium;
    text-decoration: none;
}

.skillsMain
{
    display: flex;
    flex-direction: row;

    /*padding: 10px;*/

    border-bottom-color: #2c728d;
    border-bottom-style: dotted;
    border-bottom-width: 1px;

}


.skillsLeft {
    padding-right: 20px;
    flex-grow: 0;
    width: 160px;
    display : flex;

    font-size: x-large;
    align-items : center;
    justify-content : center;
}


.flexContainer {
    display: flex;
    flex-wrap: wrap;
    /*background: pink;*/
}
.flexContainer > * {
    margin: 2px;
}
.flexContainer .flexLabel {
    /*flex-basis: 150px;*/
    flex-shrink: 0;
}

div.white-border {
    font-size: 0;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-color: white;
}