@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);
   
}

b{
    font-weight: bold;
}
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;
}

.red{
    color: #ff0000;
}

.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 - 198px);
}

.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;
}

.order-report h1{

}

.order-report h2{

}

.order-report h3{
    font-weight: bold;
    font-size: 1.5em;
}

.order-report h4{

}

.order-report-item td{
    font-size: 0.8em;
}

.order-report table{
    font-size: 11pt !important;
    white-space: break-spaces;
}

.transaction-order-total{
    font-size: 15pt !important;
    font-weight: bold;
}

#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;
}

.tutorialWrapper{
    margin-bottom: 10em;
}

.tutorialWrapper p{
    color: rgba(207, 223, 242, 1);
    padding-bottom: 1em;
    line-height: 20pt;
}

.tutorialWrapper h3{
    color: #d7b58c;
}

.tutorialWrapper iframe{
    box-shadow: rgb(0 0 0 / 30%) 0px 19px 38px, rgb(0 0 0 / 22%) 0px 15px 12px;
    margin-bottom: 2em;
    width: 36em;
    height: 21em;
}

.tutorialBlock {
    max-width: 43em;
    margin: 0 auto 3em auto;
    background: #0f293c;
    border-radius: 20px;
    padding: 1em;
    box-shadow: rgb(0 0 0 / 30%) 0px 19px 38px, rgb(0 0 0 / 22%) 0px 15px 12px;
}

.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{
    background: white;
}

.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;
}

.innerFooter{
    max-width: 1100px;
    margin: auto;
}

.footBar{
    display: flex;
    flex-direction: row;
    padding: 3em;
    text-align: center;
}

.footBarSubdiv{
    margin: auto;
    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 5em;
    vertical-align: middle;
    display: inline-block;
}

.dtsubdiv button{
    margin: 1em;
}

.order-table-right{
    text-align: right;
}

.order-report{
    box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
    padding: 1rem;
    max-width: 20rem;
    margin: 1rem auto;
}

.order-report-header{
    /* border-bottom: solid 1px; */
}

.order-header-image img{
    max-width: 8rem;
    margin: 1rem auto 2rem auto;
}

.order-subheader{
    font-size: 12pt;
    font-weight: bold;
    margin: 0.5rem auto 0.25rem auto;
}

.order-report-body{
    padding-top: 1rem;
}

.order-report-body td{
    padding: 0.5rem;
}

.order-seperator{
    border-bottom: solid 1px;
}

.order-title{
    font-size: 12pt;
}

.order-id{

}

/* Style for Sequential Reporting */
.dtsubdiv-flex{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.dtsubdiv-aflex{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.dtsubdiv-cflex{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 0.5rem;
    font-size: 10pt;
    z-index: 1;
    white-space: nowrap;
}

.dtsubdiv-cflex input{
    padding: 0;
}
.dtsubdiv-cflex select{
    padding: 0.25rem;
    min-width: 10rem;
}


/* 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;
    }

    .service_container {
        padding: 1em 0;
    }

    .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;  
    }

    .siteFlex{
        padding: 2em 0 0 0;
    }
    .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;
    }

    .dateTimeFlex{
        flex-direction: column-reverse;
    }
    
    .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;
    }

    .internal-site-wrapper{
        padding: 0 .25em;
    }

    .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;
    }

    .tutorialWrapper iframe{
        width: 25em;
        height: 15em;
    }

    /* Style for Sequential Reports */
    .dtsubdiv-flex{
        flex-direction: column;
        align-items: center;
    }

    .dtsubdiv-cflex{
        margin: 1em 0.5em;
    }
    
    .dtsubdiv-aflex{
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
}