/* Start Google Web Fonts */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/opensans-light.eot');
    src: local('Open Sans Light'), local('OpenSans-Light'),
    url('fonts/opensans-light.ttf') format('embedded-truetype'),
    url('fonts/opensans-light.eot?#iefix') format('embedded-opentype'),
    url('fonts/opensans-light.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/opensans.eot');
    src: local('Open Sans'), local('OpenSans'),
    url('fonts/opensans.ttf') format('embedded-truetype'),
    url('fonts/opensans.eot?#iefix') format('embedded-opentype'),
    url('fonts/opensans.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/opensans-semibold.eot');
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'),
    url('fonts/opensans-semibold.ttf') format('embedded-truetype'),
    url('fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'),
    url('fonts/opensans-semibold.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/opensans-bold.eot');
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url('fonts/opensans-bold.ttf') format('embedded-truetype'),
    url('fonts/opensans-bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/opensans-bold.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/opensans-extrabold.eot');
    src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'),
    url('fonts/opensans-extrabold.ttf') format('embedded-truetype'),
    url('fonts/opensans-extrabold.eot?#iefix') format('embedded-opentype'),
    url('fonts/opensans-extrabold.woff') format('woff');
}
/* End Google Web Fonts */

/* This is the BODY tag */
.openRegBody
{
    font:12pt/1.6 'Open Sans', Arial, Helvetica, sans-serif;
    background-color: #F7F7F7;
    margin: 0;
}

.headerTable
{
    width: 100%;
    height: 65px;
    border-collapse: collapse;
    position: fixed;
    z-index: 100;
}

.headerRowOne
{
    color: #25ADD3;
    background-color: #001C35;
    border-bottom: 1pt solid #36C9F2;
    font-weight: 600;
    height:50px;
}

.headerLogo
{
    font-size: 1.4em;
    padding-left: 10pt;
}

.languageSelector
{
    height: 35px;
    margin-top: 5px;
    padding: 8px;

    font-size: .8em;
    text-align: right;
}

.headerRowTwo
{
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    font-weight: 600;
    background-color: #019BC6;
    border-bottom: 1pt solid #36C9F2;
    text-align: center;
    height:50px;
}

.headerTab
{
    height: 15px;
    padding: 3px 10px;
    color: #FFFFFF;
    cursor: pointer;
}

.headerTab:hover
{
    box-shadow: #005F8F 0 6px 24px 0 inset, rgba(255, 255, 255, 0.901961) 1px 1px 2px -1px;
    background-color: #51cbff;
}

.headerTabSelected
{
    height: 15px;
    padding: 3px 10px;
    color: #FFFFFF;
    background-color: #51cbff;
    box-shadow: #005F8F 0 6px 24px 0 inset, rgba(255, 255, 255, 0.901961) 1px 1px 2px -1px;
    cursor: pointer;
}

.notecard
{
    padding: .75em 1.5em 1.5em 1.5em;
    background-color:white;
    box-shadow: rgba(0,0,0,0.3) 1px 1px 3px 0;
    border-radius: 10pt;
    margin: 0 auto;
}

.sectionTitle
{
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: normal;
    text-align: center;
    margin: 0 0 15pt 0;
    max-width: 900px;
}

.sectionParagraph
{
    margin: auto;
    padding: 5pt;
    max-width: 900px;
}

.loginImage
{
    width: 50px;
    cursor: pointer;
}

.fieldlabel
{

}

.fieldvalue
{
    border: 1px solid hsl(0 0% 72% / 1);
}

.fieldvaluechanged
{
    color: #ff0000;
    border: 1px solid hsl(0 0% 72% / 1);
}


select{
    background-color: #fefefe;
    cursor: pointer;
    padding: 3px 6px;
    font-size: 1em;
    border-radius: 5pt;
    margin:2.5pt 1pt;
}

input[type='text'], input[type='password']{
    background-color: #fefefe;
    padding: 3px 6px;
    font-size: 1em;
    border-radius: 5pt;
    margin:2.5pt 1pt;
}

.categoryFrameTab
{
    font-family: Arial, Verdana, sans-serif;
    background-color: #F4e7C7;
    font-weight: normal;
    color: #2F30AE;
    font-size: 12pt;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

.categoryFrameTab:hover
{
    background-color: #0000ff;
    color: #ffffff;
}

.categoryFrameTabSelected
{
    font-family: Arial, Verdana, sans-serif;
    background-color: #0000ff;
    font-weight: normal;
    color: #ffffff;
    font-size: 12pt;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

.list
{
    margin-left: 5pt;
    margin-right: 5pt;
    border-collapse:collapse;
    border-spacing: 0;
}
.listheading
{
    font: 0.9em/17px 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #005275;
    vertical-align: top;
}

tr.listheading td
{
    padding:7.5pt 2.5pt;
}

.listheadingSmall
{
    font: .9em/17px 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #005275;
    vertical-align: top;
}

tr.listheadingSmall td
{
    padding: .25em .6em .25em .6em;
}

.listroweven
{
    color: #333333;
    font-size: .85em;
    background-color: #ffffff;
}
.listrowodd
{
    color: #333333;
    font-size: .85em;
    background-color: #eeeeee;
}
.listrowplain
{
    color: #333333;
    font-size: .85em;
}
.list-row
{
    color: #333333;
    font-size: .85em;
}
.listrowplain td
{
    border:none;
}


.list-row{
    background-color: #eaf2fa;
}
.list-row:nth-of-type(2n){
    background-color: #FFFBFE;
}
.list-row:hover{
    background-color: hsl(213 100% 89% / 1);
}
.list-row td
{
    border:none;
}
.list-row td:first-child
{
    width:28%
}


.list tbody:first-child tr:first-child td:first-child{
    border-top-left-radius: 5pt;
}
.list tbody:first-child tr:first-child td:last-child{
    border-top-right-radius: 5pt;
}
.list tbody:first-child tr:last-child td:first-child{
    border-bottom-left-radius: 5pt;
}
.list tbody:first-child tr:last-child td:last-child{
    border-bottom-right-radius: 5pt;
}


/*.genesisButton:hover {*/
/*    background-color: hsl(212deg 100% 32%);;*/
/*    border-color: #000050;*/
/*    color:#ffffff;*/
/*}*/
.genesisButton {
    white-space: nowrap;
    border-radius: 5px;
    background-color: #0480b9;
    font-weight: bold;
    margin-bottom: 7px;
    padding: 5pt 10pt;
    color: white;

    font-family: Roboto,  Arial, Verdana, sans-serif;
    font-size: 9.0pt;
    border-style:solid;
    border-width:1pt;
    border-color:#909090;
    cursor:pointer;
    text-decoration: none;
    margin-left:.25em;
    margin-right:.25em;

    min-height:25pt;
    /*min-width:50pt;*/
    font-size:11pt;
}
.genesisButton.large{
    padding:10pt 17pt;
    font-size:12pt;
}
.genesisButton.small{
    padding:2.5pt 5pt;
    min-height:20pt;
    margin-top:3px;
    margin-bottom:3px;
}
.genesisButton.save, button[type='submit']{
    background-color: hsl(128deg 40% 60%);
    border: hsl(128deg 40% 60%);
}
.genesisButton.delete {
    background-color: #e12333;
    border: #e12333;
}
.genesisButton:hover {
    filter:brightness(0.9);
}

hr{
    margin: 1px 0 10pt 0
}


label p{
    margin: 0;
}

.icon{
    cursor: pointer;
}
.icon:hover{
    filter: brightness(80%);
}

.cellLeft
{
    padding: 2pt 5pt;
    text-align: left;
}
.cellRight
{
    padding: 2pt 5pt;
    text-align: right;
}
.cellCenter
{
    padding: 2pt 5pt;
    text-align: center;
}

.cellSecondaryHeading
{
    background-color: #038DB4;

    font: .9em/17px 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
}

.saveButton
{
    height: 33px;
    padding: 0 30px;
    font-size: 1em;
    font-weight: bold;
    background-color: #51A901;
    color: #FFFFFF;
    cursor: pointer;

    border: 0;
    border-radius: 3px;
}

.saveButton:hover
{
    background-color: #7DD91F;
}

.saveButtonSmall
{
    height: 20px;
    padding: 0 8px;
    font-size: 1em;
    font-weight: bold;

    background-color: #51A901;
    color: #FFFFFF;
    cursor: pointer;

    border: 0;
    border-radius: 3px;
}

.saveButtonSmall:hover
{
    background-color: #7DD91F;
}

.footer
{
    margin: 25pt auto 0;
    font-size: .75em;
    border-top: solid 1pt #CACACA;
    color: #888888;
    width:95%;
}

/* -------------------------------------- Rewrite starts here -----------------------------------------*/

.listrowsummary
{
    background-color: #aabbcc;
}

A
{
    text-decoration: none;
    color: #019BC6;
    font-weight: 500;
}

A:hover
{
    text-decoration: underline;
}

.logonHeader
{
    border-bottom: solid 1px rgb(54, 201, 242);
    background-color: #001C35;
    font-weight: 500;
    color: #25add3;
    height:50px;
    width:100%;
    text-align: center;
}



.warning{
    color:red;
    font-weight: bold;
}
.ui-datepicker-trigger{
    height:16px;
    width:16px
}


.alignLeft
{
    text-align: left;
}

.alignRight
{
    text-align: right;
}

.alignCenter
{
    text-align: center;
}



.mainMenu.show{
    width:80%;
    /*animation-name: expand;*/
    /*animation-duration: .5s;*/
    /*animation-timing-function: ease-in;*/
}

.mainMenu
{
    z-index: 10;
    height: -webkit-calc(100% - 50px);
    height: -moz-calc(100% - 50px);
    height: calc(100% - 50px);

    position:fixed;
    top:50px;
    /*display: none;*/

    width:0;
    max-width: 375px;
    transition: .2s width ease-in;
    overflow-y: auto;
    font:.75em/14px 'Open Sans', Arial, Helvetica, sans-serif;
    background-color: #001C35;
    font-weight: bold;
    color: #25add3;
    text-align: center;
}

.mainMenuTabs
{
    width:100%;
}

.mainMenuTab
{
    border-top: none;
    height: 33px;
    padding: 8px 10px;
    cursor:pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13pt;
    margin: 25px 35px;
    text-align: left
}
.mainMenuTab a{

    color:#019BC6;
    text-decoration: none;
    font-weight: 600
}

.mainMenuTabSelected
{
    background-color: #019BC6;
    color: #ffffff;
    height: 33px;
    padding: 8px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13pt;
    border-radius: 5pt;
}
.mainMenuTabSelected a, .mainMenuTab:hover a{
    color:white;
    text-decoration: none;
    font-weight: 600
}


.headerContainer{
    position:fixed;
    /*width: 80%;*/
    top:0;
    z-index: 10;

    height: 100%;
}

.twoColFlex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerTab{
    font-size: 1.5em;
    font-weight: bold;
    text-align: left;
    color: #25add3;
    display: flex;
    align-items: center;
    gap: 10pt;
    opacity: 85%;
    white-space: nowrap;
    cursor:pointer
}


div.list div.list.columnList{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(auto-fill, minmax(10px, 1fr));
    color: #333333;
    font-size: .85em;
}



div.list > div{
    background-color: #eaf2fa;
}
div.list > div:nth-of-type(4n-3), div.list > div:nth-of-type(4n-2){
    background-color: #FFFBFE;
}
div.list > div:hover{
    background-color: hsl(213 100% 89% / 1);
}
div.list > div:nth-of-type(n){
    text-align: left;
}

div.list > div.header{
    font-weight: bold;
    background-color: #005275;
    color:white;
    font-size: 1.1em;
    padding: 5pt;
}


div.list > div.header:nth-of-type(2n - 1){
    border-top-left-radius: 5pt;
}
div.list > div.header:nth-of-type(2n){
    border-top-right-radius: 5pt;
}

.flexAlign{
    display: flex;
    align-items: center;
    gap:2.5pt;
}


.listrownodata
{
    text-align: center;
    height: 50px;
    font-weight: bold;
}

.curveTopCorners{
    border-top-left-radius: 5pt;
    border-top-right-radius: 5pt;
}

div.list div:first-child{
    border-top-left-radius: 5pt;
}
div.list div:nth-child(2){
    border-top-right-radius: 5pt;
}
div.list div:nth-last-child(2){
    border-bottom-left-radius: 5pt;
}
div.list div:last-child{
    border-bottom-right-radius: 5pt;
}

.reactiveContainer{
    display: flex;
    flex-direction: column;
    gap:15pt;
    width: 90vw;
    margin: 0 auto;
    align-items: stretch;
}

.contentContainer{
    margin-left:0;
}

.collapsable{
    height: 0;
    max-width:95%;
    margin: 0 auto;
}

.flexDiv{
    flex-direction: column;
}

.reactiveContainer .notecard{
    max-width:none;
}

div.list.columnList > div:nth-of-type(n){
     text-align: left;
 }
div.list.columnList > div:nth-of-type(2n){
    text-align: left;
}



#hamburgerIcon .hamburgerLine
{
    background-color: #FFF;
    margin-bottom: 5px;
    width: 26px;
    height: 4px;
    border-radius:5pt;
}
.selectMultiControl
{
    position:relative;
    display: inline-flex;
    align-items: center;
    background-color:#ffffff;
    color:#0000a0;
    border:1pt solid #c0c0c0;
    font-size: 9pt;
    padding-left:5pt;
    padding-right:5pt;
    cursor:default;
    white-space: nowrap;
    overflow:hidden;
    height: 18px;
    border-radius:2.5pt;
}
.selectMultiControl::before{
    position:absolute;
    content: url("../images/newIcons/multiselect.svg");
    top: 1px;
    right: 3px;
    height: 20px;
    width: 20px;
    background-color: white;
}

@media (min-width: 1300px) {
    .flexDiv{
        flex-direction: row;
    }

    .reactiveContainer{
        width: 50vw;
    }

    div.list{
        display: grid;
        grid-template-columns: 1fr 1fr;
        color: #333333;
        font-size: .85em;
    }
    div.list:not(.columnList) > div:nth-of-type(n){
        text-align: right;
    }
    div.list:not(.columnList) > div:nth-of-type(2n){
        text-align: left;
    }

    .mainMenu {
        width: 22vw;
    }
    .contentContainer{
        margin-left: min(22vw, 375px);
        max-width: 1000px
    }
    .notecard{
        max-width:50%;
    }
    .reactiveContainer .notecard{
        max-width:none;
    }
}
@media (min-width: 1600px) {

    .mainMenu {
        width: 40vw
    }
    .contentContainer{
        margin-left: min(40vw, 380px);
        max-width: 1400px
    }

    .notecard{
        max-width:60%;
    }
    .reactiveContainer .notecard{
        max-width:none;
    }
}