﻿.hideForm {
    display: none;
}

#container {
    overflow: auto;
    padding-bottom: 70px;
}

#containerBOC {
    overflow: auto;
    padding-bottom: 70px;
}

.logoContainer {
    display: table;
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: 100%;
}
.MinimalistTitleTextBelow{
    padding-top: 7px;
}
.MinimalistTitle{
    padding-bottom: 10px; 
    border-bottom: solid 2px #023e56; 
    font-size: 25px
}

.minimalistPadding{
    margin-left: 8px; 
    margin-right: 8px;
}
.hideIcon {
    display: none;
}

.minimalist-card {
    background-color: white;
    padding: 20px;
    box-shadow: 1px 1px 10px grey;
    margin-top: 100px;
}
.GreyDiv{
    background-color: whitesmoke;
    border: 2px solid lightgray; 
    border-radius:5px;
}

.floatLeft{
    float: left;
}
 .override-inline {
            display: inline;
        }

@media screen and (max-width: 767px) {
    .mobileShow {
        display: inline-block;
    }
}

@media screen and (max-width: 320px) {
    #boc-header {
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        width: 100%;
    }

    .mobileShow {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    ul .siteTopMenuLink {
        display: block;
        width: 100%;
        border-bottom: darkgrey solid 1px;
    }

    .mobileMenuWidth {
        width: 100%;
    }

    .mobileMenuCenter {
        float: none!important;
    }

    li .mobileMenuSpacing {
        padding-bottom: 20px;
        height: 63px;
    }

    .siteTopMenuLink a {
        color: #333333;
        width: 100%;
    }

    .mobileMenuWrapper {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .mobileMenuMain {
        height: 100%;
        flex: 0 1 auto;
    }

    .mobileMenuFiller {
        flex: 1 1 auto;
        height: calc(100vh - 193px);
        width: 100%;
        position: absolute;
        top: 120px;
        z-index: 98;
    }

    .MinimalistTitle{
        border-bottom: solid 2px #506488; 
        font-size: 20px
    }

    #backlogolayer {
        width: 100%;
        height: 100%;
        display: inline-block;
        position: fixed;
        z-index: -1;
        margin-top: 25%;
    }

    #backlogo {
        background: url("/pics/ExtImages/wingmobile.png") no-repeat;
        width: 100%;
        height: 100%;
    }

    #boc-header {
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        width: 320px;
    }
}

@media screen and (min-width:992px) {
    

    #boc-header {
        margin-left: 10%;
        padding-top: 20px;
        max-width: 320px;
    }

    #backlogolayer {
        width: 100%;
        height: 100%;
        display: inline-block;
        position: fixed;
        z-index: -1;
        margin-top: 0px;
    }

    #backlogo {
        background: url("/pics/ExtImages/wing.png") no-repeat;
        width: 57%;
        height: 100%;
        float: right;
    }

    .mobileShow {
        display: none;
    }
}

.glyphicon {
    position: inherit;
}

.highlight:hover {
    color: #4190d4;
}

.paddingTop5{
    padding-top: 5px
}

/* PassAcctNo and NewUser processing page styles */
.hidden {
    visibility: hidden;
}

.pushRight {
    position: absolute;
    top: 40%;
    left: 50%
}

.pushLeft {
    position: relative;
    top: -50%;
    left: -50%;
}
/* End PassAcctNo and NewUser processing page styles */

/* Begin VerifyPhone styles */
.hidden-button {
    visibility: hidden;
}

.minimalistCardHeader {
    margin: 8px;
    padding-bottom: 10px;
    border-bottom: solid 2px #506488;
    font-size: 25px;
}

.continueStyle table {
    margin: 0 auto;
}
/* End Verify Phone styles */

/*Privacy Policy*/
 #table1 td{ border:1px solid black; }
             #table2 td{ border:1px solid black; }
              #table3 td{ border:1px solid black; }
              #table4 td{ border:1px solid black; }
              #table5 td{ border:1px solid black; }
        .leftCell {
            font-size: 35px;
            padding-left: 20px;
            vertical-align: top;
        }
        .leftCellColor{
            font-weight: bold;
            color: white;
            background-color: #578793;
        }
        .rightCell{
            padding-left: 20px;
            font-size: 25px;
        }
           .tableWidthCenter{
               width: 80%; 
               margin:0 auto;
           } 
           .answer{
               font-size: 25px;
               text-align:center;
               font-weight: bold
           }
           .singleHeader{
               height: 70px; 
               vertical-align: text-top
           }
           .defsOrint{
               height: 150px; 
               vertical-align:top
           }
           .leftDefs{
               width: 35%;
           }
           .rightDefs{
               width: 65%;
           }
        .leftList {
            margin-top:0; 
            padding-top:0;
            float: left;
            width: 5%;
        }
        .rightList{
            margin-top:0; 
            padding-top:0;
            padding-left:15px; 
            width:95%; 
            float: left
        }
        .tripHeaders{
            width: 20%; 
            text-align: center;
        }
        .table2Rows{
            height: 100px; 
        }
        .table2firstcell{
            vertical-align: top;
        }
        .smallCenterCell{
            width: 15%;
            text-align: center;
        }
        .largeCell{
            width: 85%;
        }
        .largeHeight{
            height: 115px;
        }
        .largestHeight{
            height: 300px;
        }
        .uniformPadding{
            padding-left: 20px;
        }
        .extraLargeFont{
            font-size:x-large;
        }
/*End Privacy Policy*/
