@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans&display=swap');

* {
    box-sizing: border-box;
    /* transition: all 0.2s ease-in-out; */
}

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 12pt;
    vertical-align: baseline;
    background: transparent;
    cursor: default;
}

html, body, ul, body, input, textarea, button {
    font-family: sans-serif !important;
}

body {
    background-color: #0F293C;
}

h1, h2, h3{
    font-weight: 300;
}

h3{
    font-size: 1.17em;
}

a {
    cursor: pointer;
    color: #0F293C;
    text-decoration: none;
}
a:hover{
    color: rgb(119, 135, 155);
   
}

button {
    box-shadow: inset 0 0 0 1px rgb(50 50 93 / 10%), 0 2px 5px 0 rgb(50 50 93 / 10%), 0 1px 1px 0 rgb(0 0 0 / 7%);
    border: none;
    border-radius: 5px;
}

button:hover{
    cursor: pointer;
}

button:focus{
    outline: none;
}

.totals {
    background: #f5f5f5;
}
.currentPage{
    color: #d7b58c !important;
}

.currentPage:hover{
    color: #d7b58c !important;
}

.notifBox{
    max-width: 30em;
    margin: 0 auto 2em auto;
    border: 2px solid #d7b58c;
}

.site-container{
    width: 100%;
    text-align: center;
    justify-content: center;
    position: relative;
    min-height: calc(100vh - 190px);
}

.header{
    width: 100%;
    background: transparent;
    color: white;
    display: flex;
}

.headerImage{

}

.innerHeader{
    margin: auto;
    font-size: 12pt;
    width: 100%;
}

.inSubFlex{
    padding: 1em 2em;
}

#headerImage{
    display: block;
    background: url(../images/ApexCephFinal1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgba(0, 0, 0, 0);
    width: 8em;
    height: 8em;
}

#headerImage_Appsize{
    display: block;
    background: url(../images/ApexCephFinal1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgba(0, 0, 0, 0);
    width: 5em;
    height: 5em;
}

.navBar {
    background: none;
    padding: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navBar ul{
    margin: revert;
}

.navBar li{
    display: inline-block;
}

.navBar li a{
    margin: 1em;
    color: #FFF;
    font-size: 12pt;
}

.navBar li a:hover{
    color: #d7b58c;
}

.innerHeaderFlex{
    display: flex;
    justify-content: center;
    margin: 0 0 -8em 0;
}

.innerHeaderFlexLogin{
    display: flex;
    justify-content: center;
    padding: 0 0 10em 0;
}

.innerHeaderLeft{
    margin: 60px 60px 0 0;
    text-align: left;
    padding-top: 2em;
    max-width: 30em;
}

.innerHeaderLeft a{
    display: block;
    float: left;
    clear: both;
    margin: .5em;
    cursor: pointer !important;
    width: 14em;
    padding: .75em 1em;
    background-color: #0F293C;
    color: #cfdff2;
    border-radius: 5px;  
}

.innerHeaderLeft a:hover{
    background-color: #3d596d;
    color: #a1acbb;
    
}

.innerHeaderRight{
    padding: 1em;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
}

#landingImage1Container{
    height: 37em;
    width: 26em;
    margin: 2em 0 0 -2em;
}

#landingImage2Container{
    height: 12em;
    width: 24em;
    margin: 0 -4em 0 -20em;
}

#landingImage1{
    background: url(../images/iPad.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
}

#landingImage2{
    background: url(../images/phonePixelLandscape.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
}

.buttonCollapseSidebar{
    display: none;
    background:url(../images/collapseSidebarButton.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor:pointer;
    width: 1.5em;
    height: 1.5em;
    border: none;
    float: left;
    padding: .75em;
    margin: 1em 0 -5em 1em;
    position: absolute;
}

.content{
    margin: auto;
}

.innerContent{
    max-width: 1100px;
    margin: auto;
    padding: 4em;
}

.colorBackground{
    color: #d7b58c;
}

.colorBackground a{
    color: #fff;
}

.testimonial{
    background: #CFDFF2;
    padding: 1em;
    margin: 0 2em;
    border-radius: 5px;
}

.testimonialRating{
    background: url(../images/4star.bmp);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    padding: 2em 3em 0 3em;
    margin: 1em auto 0 auto;
}

.colorAccent1{
    background:  #F2F2F2;
}

.colorAccent2{
    background:  #CFDFF2;
}

.colorAccent3{
    background:  #0F293C;
}

.transparentBackground{
    background: transparent;
    color: white;
}

.contentSectionFlex{
    display: flex;
    margin: auto;
}

.contentSectionFlex .childFlex{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    align-content: center;
    max-width: 35em;
    margin: auto;
}

.editTerminalButton {
    margin: 2em auto;
    padding: 0.5em 1em;
    background: #d7b58c;
    color: #3c4257;
    border: none;
    border-radius: 3px;
}

#vendorReportingIcon{
    background: url(../images/vendorReportingIcon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgba(0, 0, 0, 0);
    margin: auto;
    padding: 3em;
}

#eventReportingIcon{
    background: url(../images/eventReportingIcon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgba(0, 0, 0, 0);
    margin: auto;
    padding: 3em;
}

.report-spacer{
    height: 10em;
}

.container-table100-totals{
    margin-top: 2em;
}

#tutorialsIcon{
    background: url(../images/tutorialsIcon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgba(0, 0, 0, 0);
    margin: auto;
    padding: 3em;
}

#accentImage1{
    background: url(../images/phonePixel.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgba(0, 0, 0, 0);
    margin: auto;
    width: 15em;
    height: 30em;
}

#accentImage2{
    background: url(../images/iMacScreen.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgba(0, 0, 0, 0);
    margin: auto;
    padding: 20em;
}

.boxHeaderSubFlex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em 0 2em 0;
    border-radius: 5px 0 0 5px;
    text-align: center;
}

.footer{
    width: 100%;
    background: #0F293C;
    color: white;
    height: 190px;
}

.innerFooter{
    max-width: 1100px;
    margin: auto;
    height: 100%;
}

.footBar{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}

.footBarSubdiv{
    width: 100%;
}

.footBar li{
    display: inline-block;
}

.footBar a{
    margin: 1em;
    color: white;
}
.footBar a:hover{
    color: #CFDFF2;
}

#footerImage{
    background: url(../images/ApexCephFinal1.png);
    background-color: rgba(0, 0, 0, 0);
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgba(0, 0, 0, 0);
    padding: 3em;
}

.date-time-wrapper button {
    margin: 1em auto !important;
}

/* Style for Medium Screen */
@media (max-width:1300px) {
    * {
        box-sizing: border-box;
    }

    body {
        font-size: 9pt;
    }

    .innerHeader {
        font-size: 9pt;
    }

    h4 {
        font-size: 14pt;
    }

    h5 {
        font-size: 12pt;
    }

    ul, button, input{
        font-size:9pt;
    }
    h1 {
        font-size: 14pt;
    }

    h1 a{
            font-size: 12pt;  
    }

    h2{
        font-size: 11pt;
        margin: 1em;
        font-weight: 700;
    }
    .titleBar h2{
        font-size: 12pt
    }

    
    .site-container{
        min-height: calc(100vh - 153px);
    }

    .btn-wrapper button {
        padding: 6px 0 6px 10px;
        text-align: left;
        font-size: 9pt;
    }

    .rightWrapper .dtsubdiv {
        padding: 1em;
    }

    .date-time-wrapper {
        padding: 1.5em 0;
    }

    .date-time-wrapper h2{
        font-size: 9pt;
    }

    .buttonCollapseSidebar{
        display: block;
    }

}

/* Style for medium Screen */
@media (max-width:1000px) {
    * {
        box-sizing: border-box;
    }

    #landingImage1Container{
        height: 23em;
        width: 16em;
        margin: 0 -2em;
    }

    #landingImage2Container{
        height: 8em;
        width: 17em;
        margin: 0 -2em;
    }

    .innerHeaderFlex {
        margin: 0 0 -8em 0;
        flex-direction: column;
    }

    .innerHeaderLeft{
        margin: auto;
        text-align: center;
    }

    .innerHeaderLeft a{
        margin: 1.5em auto;
        padding: 1em;
        float: none;
        clear: none;
    }

    .innerContent{
        padding: 1em 1em 4em 1em;
    }

    .content {
        padding-top: 20px;
    }

    .internal-site-wrapper iframe{
        min-height: calc(100vh - 30px);
    }

    .date-time-wrapper{
        min-height: 13em;
    }

    .tableTop{
        margin: 0 1em;
    }

    .navBar{
        padding:0;
    }

    #headerImage_Appsize{
        padding: 1em 2.5em;
        margin: 0;
    }

    .solidHeaderSubFlex {
        padding: 1em 1em;
    }

    .inSubFlex {
        padding: 1em 1em;
    }

    .innerHeader {
    font-size: 9pt;
    }

    .navBar li{
        display: inline-block;
        margin: 1em 0;
    }
    ul, button, input{
        font-size:9pt;
    }
    h1 {
        font-size: 14pt;
    }

    h1 a{
            font-size: 12pt;  
    }

    h2{
        font-size: 11pt;
        margin: 1em;
        font-weight: 700;
    }
    .titleBar h2{
        font-size: 12pt
    }

    #logo {
        height: 30px;  
    }

    .solidHeaderSubFlex a {
        font-size: 10pt;
    }

    .btn-wrapper button {
        padding: 6px 0 6px 10px;
        text-align: left;
        font-size: 9pt;
    }

    .btn-wrapper .style_subnav button{
        padding-left: 20px;
    }

    .date-time-wrapper h2{
        font-size: 9pt;
    }

    .button-submit {
        padding: .8em;
    }

    .loadingGif {
        margin: 3em auto;
        height: 5em;
        width: 5em;
    }
    
    .leftWrapper {
        padding-bottom: 3em;
    }

    .centerWrapper{
        height: 3em;
        width: 3em;
        margin: -1.5em auto;
    }

    .rightWrapper{
        padding: 1em;
    }

    .rightWrapper .dtsubdiv {
        padding: 0;
    }

    .date-time-wrapper{
        min-width: 26em;
    }

    .innerHeaderFlexLogin{
        padding: 1em 1em 5em 1em;
        flex-direction: column-reverse;
    }

    .solidHeaderSubFlex a {
        font-size: 9pt;
        border-radius: 5px 5px 0 0;
    }

    .policyDiv{
        max-width: none;
        padding: 1em;
    }

    .navBar {
        margin: 1em 0 0 0;
        flex-direction: column;
    }

    .navBar ul{
        padding: 0;
    }

    .contentSectionFlex {
        flex-direction: column;
    }

    #headerImage {
        width: 10em;
        height: 10em;
    }
}