@media only screen and (max-width: 959px) {
    .ui-header2 {
        height: 80px;
        background-size: 80% auto;
    }
}
@media only screen and (min-width: 927px){
    .ui-page {
        width: 960px !important;
/*        height: 4000px !important;
*/        margin: 0 auto !important;
        position: relative !important;
    }

    .ui-header2 {
        height: 100px;
        background-size: auto auto;
    }
    .loginbox {
        box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.25);
        background-color: rgba(247.00000047683716, 248.0000004172325, 251.00000023841858, 1);
        width: 400px !important;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        text-align: center;
        display: inline-block;
    }     

    #content-cat-3{
        width: 940px;
    }

    .ui-btn ui-corner-all ui-btn-inherit ui-btn-icon-left ui-checkbox-off {
         width: 90% !important;
    }
    
    .shape {
        position: relative;
        overflow: hidden;
        height: 21vmin;
        background-color: white !important;
        display: flex;
        justify-content: center;
    }

        .shape::before {
            border-radius: 0 0 50% 50%/0 0 100% 100%;
            position: absolute;
            background: linear-gradient(45deg,#252C43,#252C43);
            /*right: -200px;*/
            left: 0;
            top: 0;
            content: '';
            /*bottom: 0;*/
            width: 100%;
        height: 100%;
            transform: scaleX(1.5);
        }
    
    .shape-menu {
    position: relative;
    overflow: hidden;
    height: 22vmin;
    -webkit-max-logical-height: 20vh;
    /*background-color: #E5E5E5 !important;*/
    display: flex;
    justify-content: center;
    /*! padding-bottom: 2%; */
}

    .shape-menu::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(45deg,#252C43,#252C43);
        border-radius: 0 0 50% 50%/0 0 100% 100%;
        transform: scaleX(1.5);
    }
    
    /* Navigation Menu */

    .button_container {
        position: fixed;
        top: 5%;
        right: 2%;
        height: 27px;
        width: 35px;
        cursor: pointer;
        z-index: 100;
        transition: opacity 0.25s ease;
        position: absolute;
    }

        .button_container:hover {
            opacity: 0.7;
        }

        .button_container.active .top {
            transform: translateY(10px) translateX(0) rotate(45deg);
            background: #fff;
        }

        .button_container.active .middle {
            opacity: 0;
            background: #fff;
        }

        .button_container.active .bottom {
            transform: translateY(-10px) translateX(0) rotate(-45deg);
            background: #fff;
        }

        .button_container span {
            background: #2174FF;
            border: none;
            height: 5px;
            width: 100%;
            position: absolute;
            top: 0px;
            left: 0;
            transition: all 0.35s ease;
            cursor: pointer;
        }

            .button_container span:nth-of-type(2) {
                top: 10px;
            }

            .button_container span:nth-of-type(3) {
                top: 20px;
            }

    .overlay-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        visibility: hidden;
        transition: opacity 0.35s, visibility 0.35s, width 0.35s;
        z-index: 50;
    }

        .overlay-nav:before {
            content: '';
            background: #2174FF;
            left: -55%;
            top: 0;
            width: 50%;
            height: 100%;
            position: absolute;
            transition: left 0.35s ease;
        }

        .overlay-nav:after {
            content: '';
            background: #2174FF;
            right: -55%;
            top: 0;
            width: 50%;
            height: 100%;
            position: absolute;
            transition: all 0.35s ease;
        }

        .overlay-nav.open {
            opacity: 0.9;
            visibility: visible;
            height: 100%;
        }

            .overlay-nav.open:before {
                left: 25vw;
            }

            .overlay-nav.open:after {
                right: 25vw;
            }

            .overlay-nav.open li {
                animation: fadeInRight 0.5s ease forwards;
                animation-delay: 0.35s;
            }

                .overlay-nav.open li:nth-of-type(2) {
                    animation-delay: 0.45s;
                }

                .overlay-nav.open li:nth-of-type(3) {
                    animation-delay: 0.55s;
                }

                .overlay-nav.open li:nth-of-type(4) {
                    animation-delay: 0.65s;
                }

        .overlay-nav nav {
            position: relative;
            height: 70%;
            top: 50%;
            transform: translateY(-50%);
            font-size: 50px;
            font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
            /*font-family: 'Vollkorn', serif;
            font-weight: 400;*/
            text-align: center;
            z-index: 100;
        }

        .overlay-nav ul {
            list-style: none;
            padding: 0;
            margin: 0 auto;
            display: inline-block;
            position: relative;
            height: 100%;
            font-size: 3rem;
            font-family: Lato;
            font-weight: 700;
            font-style: normal;
            line-height: 5rem;
        }

            .overlay-nav ul li {
                display: block;
                /*height: 25%;
                height: calc(100% / 4);*/
                min-height: 50px;
                position: relative;
                opacity: 0;
            }
                .overlay-nav ul li a {
                    display: block;
                    position: relative;
                    color: #fff !important;
                    text-decoration: none;
                    overflow: hidden;
                }
                    .overlay-nav ul li a:hover:after, .overlay-nav ul li a:focus:after, .overlay-nav ul li a:active:after {
                        width: 100%;                        
                    }

                    .overlay-nav ul li a:after {
                        content: '';
                        position: absolute;
                        bottom: 0;
                        left: 50%;
                        width: 0%;
                        transform: translateX(-50%);
                        height: 3px;
                        background: #fff;
                        transition: 0.35s;
                    }

    @keyframes fadeInRight {
        0% {
            opacity: 0;
            left: 20%;
        }

        100% {
            opacity: 1;
            left: 0;
        }
    }

    /* End of navigation menu */
    
    .headerbox-nav {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    background-color: white;
    width: 60%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    display: flex;
    position: absolute;
    height:13vmin;
    top: 120px;
}
    
    .slider-wrapper {
    margin: 1rem;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 55%;
}

.slider-wrapper p {
    font-family: 'Lato';
font-style: normal;
font-weight: 900;
font-size: 2rem;
line-height: 20px;
}

     .nav-wrap {
        display: inline-block;
         margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
        width: 100%;
    }
    .navTitle {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 900;
        font-size: 2rem;
        /*! line-height: 20px; */
    }
    .navDesc {
        font-size: 1rem;
        font-weight: 600;
    }
    .mobilelogo {
        width: 40% !important;
        background-color: rgba(0,0,0,0.0);
    }
}
#PDFContent {
    padding-top: 6vh
}
@media all and (orientation:portrait) {
    
    .shape {
  position: relative;
  overflow: hidden;
  height: 21vmin;
    background-color: white !important;
    display: flex;
    justify-content: center;
}
    
    .shape::before {
  content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(45deg,#252C43,#252C43);
        border-radius: 0 0 50% 50%/0 0 100% 100%;
        transform: scaleX(1.5);
}
    
     .shape-menu {
    position: relative;
    overflow: hidden;
    height: 22vmin;
    -webkit-max-logical-height: 20vh;
    /*background-color: #E5E5E5 !important;*/
    display: flex;
    justify-content: center;
    /*! padding-bottom: 2%; */
}

    .shape-menu::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(45deg,#252C43,#252C43);
        border-radius: 0 0 50% 50%/0 0 100% 100%;
        transform: scaleX(1.5);
    }


    
     .headerbox-nav {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    background-color: white;
    width: 60%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    display: flex;
    position: absolute;
    height: 13vmin;
         min-height: 7vmin;
    top: 12vmin;
}
    
    .slider-wrapper {
    /*! margin: 1rem; */
    position: relative;
    overflow: hidden;
    width: 100%;
    /*! height: 50%; */
}

.slider-wrapper p {
    font-family: 'Montserrat';
font-style: normal;
font-weight: 900;
font-size: 1rem;
line-height: 2px;
}
    
    .nav-wrap {
        display: inline-block;
         margin: 0;
  position: absolute;
  top: 45%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
        width: 100%;
    }
    .navTitle {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 900;
        font-size: 1.6rem;
        /*! line-height: 20px; */
    }
    .navDesc {
        font-size: 0.8rem;
        font-weight: 600;
    }
    
     /* Navigation Menu */

    .button_container {
        position: fixed;
        top: 5%;
        right: 2%;
        height: 27px;
        width: 35px;
        cursor: pointer;
        z-index: 100;
        transition: opacity 0.25s ease;
        position: absolute;
    }

        .button_container:hover {
            opacity: 0.7;
        }

        .button_container.active .top {
            transform: translateY(10px) translateX(0) rotate(45deg);
            background: #fff;
        }

        .button_container.active .middle {
            opacity: 0;
            background: #fff;
        }

        .button_container.active .bottom {
            transform: translateY(-10px) translateX(0) rotate(-45deg);
            background: #fff;
        }

        .button_container span {
            background: #2174FF;
            border: none;
            height: 5px;
            width: 100%;
            position: absolute;
            top: 0px;
            left: 0;
            transition: all 0.35s ease;
            cursor: pointer;
        }

            .button_container span:nth-of-type(2) {
                top: 10px;
            }

            .button_container span:nth-of-type(3) {
                top: 20px;
            }

    .overlay-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        visibility: hidden;
        transition: opacity 0.35s, visibility 0.35s, width 0.35s;
        z-index: 50;
    }

        .overlay-nav:before {
            content: '';
            background: #2174FF;
            left: -55%;
            top: 0;
            width: 50%;
            height: 100%;
            position: absolute;
            transition: left 0.35s ease;
        }

        .overlay-nav:after {
            content: '';
            background: #2174FF;
            right: -55%;
            top: 0;
            width: 50%;
            height: 100%;
            position: absolute;
            transition: all 0.35s ease;
        }

        .overlay-nav.open {
            opacity: 0.9;
            visibility: visible;
            height: 100%;
        }

            .overlay-nav.open:before {
                left: 0;
            }

            .overlay-nav.open:after {
                right: 0;
            }

            .overlay-nav.open li {
                animation: fadeInRight 0.5s ease forwards;
                animation-delay: 0.35s;
            }

                .overlay-nav.open li:nth-of-type(2) {
                    animation-delay: 0.45s;
                }

                .overlay-nav.open li:nth-of-type(3) {
                    animation-delay: 0.55s;
                }

                .overlay-nav.open li:nth-of-type(4) {
                    animation-delay: 0.65s;
                }

        .overlay-nav nav {
            position: relative;
            height: 90%;
            top: 50%;
            transform: translateY(-50%);
            font-size: 2rem;
            /*font-family: 'Vollkorn', serif;
            font-weight: 400;*/
            text-align: center;
            z-index: 100;
        }

        .overlay-nav ul {
            list-style: none;
            padding: 0;
            margin: 0 auto;
            display: inline-block;
            position: relative;
            height: 100%;
            /*font-size: 2rem;*/
            font-family: Lato;
            font-weight: 700;
            font-style: normal;
            line-height: 4rem;
        }

            .overlay-nav ul li {
                display: block;
                /*height: 25%;
                height: calc(100% / 4);*/
               min-height: 50px;
                position: relative;
                opacity: 0;
            }
                .overlay-nav ul li a {
                    display: block;
                    position: relative;
                    color: #fff !important;
                    text-decoration: none;
                    overflow: hidden;
                }
                    .overlay-nav ul li a:hover:after, .overlay-nav ul li a:focus:after, .overlay-nav ul li a:active:after {
                        width: 100%;                        
                    }

                    .overlay-nav ul li a:after {
                        content: '';
                        position: absolute;
                        bottom: 0;
                        left: 50%;
                        width: 0%;
                        transform: translateX(-50%);
                        height: 3px;
                        background: #fff;
                        transition: 0.35s;
                    }

    @keyframes fadeInRight {
        0% {
            opacity: 0;
            left: 20%;
        }

        100% {
            opacity: 1;
            left: 0;
        }
    }

    /* End of navigation menu */
    
}

@media (max-width: 768px) and (orientation: portrait) {
    .navTitle {
        font-size: 1rem;
    }
}

@media (max-width: 926px) and (orientation: landscape) {
    
    .shape {
  position: relative;
  overflow: hidden;
  height: 33vmin !important;
    background-color: white !important;
    display: flex;
    justify-content: center;
}

.shape::before {
  border-radius: 100%;
  position: absolute;
  background: #252C43 !important;
  right: -200px;
  left: -200px;
  top: -200px;
  content: '';
  bottom: 0;
}
    
     .shape-menu {
    position: relative;
    overflow: hidden;
    height: 22vmin;
    -webkit-max-logical-height: 20vh;
    /*background-color: #E5E5E5 !important;*/
    display: flex;
    justify-content: center;
    /*! padding-bottom: 2%; */
}

    .shape-menu::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(45deg,#252C43,#252C43);
        border-radius: 0 0 50% 50%/0 0 100% 100%;
        transform: scaleX(1.5);
    }
    
    .headerbox-nav {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    background-color: white;
    width: 50%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    display: flex;
    position: absolute;
    height: 18vmin;
    top: 24vmin;
}
    
     .slider-wrapper {
    margin: 1rem;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 55%;
}

.slider-wrapper p {
    font-family: 'Montserrat';
font-style: normal;
font-weight: 900;
font-size: 1.5rem;
line-height: 1px;
}
    
     .nav-wrap {
        display: inline-block;
         margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
        width: 100%;
    }
    .navTitle {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 900;
        font-size: 1.4rem;
        /*! line-height: 20px; */
    }
    .navDesc {
        font-size: 0.8rem;
        font-weight: 600;
    }
    
     /* Navigation Menu */

    .button_container {
        position: fixed;
        top: 5%;
        right: 2%;
        height: 27px;
        width: 35px;
        cursor: pointer;
        z-index: 100;
        transition: opacity 0.25s ease;
        position: absolute;
    }

        .button_container:hover {
            opacity: 0.7;
        }

        .button_container.active .top {
            transform: translateY(10px) translateX(0) rotate(45deg);
            background: #fff;
        }

        .button_container.active .middle {
            opacity: 0;
            background: #fff;
        }

        .button_container.active .bottom {
            transform: translateY(-10px) translateX(0) rotate(-45deg);
            background: #fff;
        }

        .button_container span {
            background: #2174FF;
            border: none;
            height: 5px;
            width: 100%;
            position: absolute;
            top: 0px;
            left: 0;
            transition: all 0.35s ease;
            cursor: pointer;
        }

            .button_container span:nth-of-type(2) {
                top: 10px;
            }

            .button_container span:nth-of-type(3) {
                top: 20px;
            }

    .overlay-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        visibility: hidden;
        transition: opacity 0.35s, visibility 0.35s, width 0.35s;
        z-index: 50;
    }

        .overlay-nav:before {
            content: '';
            background: #2174FF;
            left: -55%;
            top: 0;
            width: 50%;
            height: 100%;
            position: absolute;
            transition: left 0.35s ease;
        }

        .overlay-nav:after {
            content: '';
            background: #2174FF;
            right: -55%;
            top: 0;
            width: 50%;
            height: 100%;
            position: absolute;
            transition: all 0.35s ease;
        }

        .overlay-nav.open {
            opacity: 0.9;
            visibility: visible;
            height: 100%;
        }

            .overlay-nav.open:before {
                left: 0;
            }

            .overlay-nav.open:after {
                right: 0;
            }

            .overlay-nav.open li {
                animation: fadeInRight 0.5s ease forwards;
                animation-delay: 0.35s;
            }

                .overlay-nav.open li:nth-of-type(2) {
                    animation-delay: 0.45s;
                }

                .overlay-nav.open li:nth-of-type(3) {
                    animation-delay: 0.55s;
                }

                .overlay-nav.open li:nth-of-type(4) {
                    animation-delay: 0.65s;
                }

        .overlay-nav nav {
            position: relative;
            height: 70%;
            top: 50%;
            transform: translateY(-50%);
            font-size: 50px;
            /*font-family: 'Vollkorn', serif;
            font-weight: 400;*/
            text-align: center;
            z-index: 100;
        }

        .overlay-nav ul {
            list-style: none;
            padding: 0;
            margin: 0 auto;
            display: inline-block;
            position: relative;
            height: 100%;
            font-size: 3rem;
            font-family: Lato;
            font-weight: 700;
            font-style: normal;
            line-height: 5rem;
        }

            .overlay-nav ul li {
                display: block;
                /*height: 25%;
                height: calc(100% / 4);*/
                min-height: 50px;
                position: relative;
                opacity: 0;
            }
                .overlay-nav ul li a {
                    display: block;
                    position: relative;
                    color: #fff !important;
                    text-decoration: none;
                    overflow: hidden;
                }
                    .overlay-nav ul li a:hover:after, .overlay-nav ul li a:focus:after, .overlay-nav ul li a:active:after {
                        width: 100%;                        
                    }

                    .overlay-nav ul li a:after {
                        content: '';
                        position: absolute;
                        bottom: 0;
                        left: 50%;
                        width: 0%;
                        transform: translateX(-50%);
                        height: 3px;
                        background: #fff;
                        transition: 0.35s;
                    }

    @keyframes fadeInRight {
        0% {
            opacity: 0;
            left: 20%;
        }

        100% {
            opacity: 1;
            left: 0;
        }
    }

    /* End of navigation menu */
    
}

@media all and (min-width: 550px) {
    .columns.six {
        width: 40% !important;
    }
   
}

body {
    font-family: 'Lato', sans-serif;
     background: url(../images/login-background.png) no-repeat center center fixed;
    background-size: cover;
}

.btmbar {
    overflow: hidden;
    position: fixed;
    bottom: 0;
    height: 2%;
    -webkit-min-logical-height: 1vh;
    width: 100%;
    background-image: url("../images/blue-bar.PNG");
}

.login-header-text {
    text-align: center;
}

span.header-text {
font-size: 18px;
display:table;
margin-left: auto;
margin-right: auto;
}

span.align-center {
font-size: 16px;
display:table;
margin-left: auto;
margin-right: auto;
}

#rectangle{
    width: auto;
    height: auto;
    border: 4px solid black ;
   border-spacing: 5px;
   padding:0px 10px;
}

h1 {
    font-weight:normal;
    letter-spacing:1px;
}

.ui-popup-container ui-popup-active {
    left: 211px;
}

.ui-content {
/*    font-family: Verdana, Arial, sans-serif;
*/    background-color:white;
}

.ui-header2 {
        width:100%;
        background-image: url(../images/GTLLogo.png);
        background-repeat: no-repeat;
        background-position: left;
        background-color: white;
        padding-bottom: 0;
    display: none;
}

.logoHeaderDisplayByMobileDevice {
    background-color:white;
    display:none;
}
.mobilelogo {
    width: 80%;
    background-color: rgba(0,0,0,0.0);
}

.ui-header {
    background: rgba(0, 85, 153, 1) !important;
    color: white !important;
}

#mobileHeader {
    display: none;
}

#btnSave {
    background: rgb(51, 153, 51);
    color: white;
    font-weight: normal;
}

#btnPrint {
    background: rgb(51, 153, 51);
    color: white;
    font-weight: normal;
}

#btnReturn{
    background: rgb(51, 153, 51);
    color: white;
    font-weight: normal;
}

#btnEmail {
    background: rgb(51, 153, 51);
    color: white;
    font-weight: normal;
}

#btnEmailPlus {
    background: rgb(51, 153, 51);
    color: white;
    font-weight: normal;
}

#btnReturn{
    background: rgb(51, 153, 51);
    color: white;
    font-weight: normal;
}

#btnApply {
    background: rgb(51, 153, 51);
    color: white;
    font-weight: normal;
}

#btnInvite {
    background: rgb(51, 153, 51);
    color: white;
    font-weight: normal;
}

#mnuQuote {
    position: center;
    background-color: white !important;
    color: white;
    font-weight: normal;
    text-align: center;
}

#mnuReview {
    position: center;
    background-color: rgba(0, 85, 153, 1) !important;
    color: white;
    font-weight: normal;
    text-align: center;
}

#mnuForms {
    position: center;
    background-color: rgba(0, 85, 153, 1) !important;
    color: white;
    font-weight: normal;
    text-align: center;
}
#mnuCommissions {
    position: center;
    background-color: rgba(0, 85, 153, 1) !important;
    color: white;
    font-weight: normal;
    text-align: center;
/*    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
*/}

#mnuOldPortal {
    position: center;
    background-color: rgba(0, 85, 153, 1) !important;
    color: white;
    font-weight: normal;
    text-align: center;
}

#mnuOldPortal2 {
    position: center;
    background-color: rgba(0, 85, 153, 1) !important;
    color: white;
    font-weight: normal;
    text-align: center;
}

#stdropdown-button {
    position: center;
    background-color: rgba(0, 85, 153, 1) !important;
    color: white;
    font-weight: normal;
    text-align: center;
}

#verificationalignment {
    float:right;
}

#btnNext {
    position: center;
    background-color: rgb(51, 153, 51) !important;
    color: white;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
}

#btnVerifyNext {
    position: center;
    background-color: rgb(51, 153, 51) !important;
    color: white;
    font-weight: normal;
    text-align: center;
    width: 100px;
    text-shadow: none;
}
.btnNextQuoteInfo {
    width: 100% !important;
}

#btnOOC {
    position: center;
    background-color: rgb(51, 153, 51) !important;
    color: white;
    font-weight: normal;
    text-align: center;
}

.loginbox {
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.25);
    background-color: rgba(247.00000047683716, 248.0000004172325, 251.00000023841858, 1);
    width: 300px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    display: inline-block;
}


.loginbox a {
    color: #2f61ff
}


#btnLogin {
    position: center;
    background-color: #2f61ff !important;
    color: white;
    font-weight: normal;
    text-align: center;
}

#divMess2 {
    text-align: right;
    margin-right: 5px;
}

#btnRegister {
    position: center;
    /*background-color: rgba(0, 85, 153, 1) !important;*/
    color: #2f61ff;
    border-color: #2f61ff !important;
    font-weight: normal;
    text-align: center;
}

#btnForgotUsername{
    cursor:pointer;
}
#btnForgotAgentCode{
    cursor:pointer;
}
#btnChangePW{
    cursor:pointer;
}
#dynamicLink{
    cursor:pointer;
}
#openagenthelp{
    cursor:pointer;
}


/*#btnChangePW {
    position: center;
    background-color: rgba(0, 85, 153, 1) !important;
    color: white;
    font-weight: normal;
    text-align: center;
}*/

/*#btnRegisterHere {
    position: center;
    background: rgb(51, 153, 51);
    color: white;
    font-weight: normal;
    text-align: center;
    width:50%
}*/

.dlscan {
    display: none;
}

#btnContinue {
    position: center;
    background-color: #2f61ff !important;
    color: white;
    font-weight: normal;
    text-align: center;
}

#btnCancel {
    position: center;
    /*background-color: rgba(0, 85, 153, 1) !important;*/
    color: #2f61ff;
    border-color:#2f61ff;
    font-weight: bold;
    text-align: center;
}

#btnCancelInvite {
    position: center;
    background-color: rgb(246, 246, 246) !important;
    color: black;
    font-weight: normal;
    text-align: center;
}

#spouse-content .ui-collapsible-heading-toggle {
    position: center;
    background-color: rgb(63, 127, 191) !important;
    color: white;
    font-weight: normal;
    text-align: center;
}

#btnNextAuthPg {
    position: center;
    background-color: rgb(51, 153, 51) !important;
    color: white;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
}

#btnNextUnderPg {
    position: center;
    background-color: rgb(51, 153, 51) !important;
    color: white;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
}

#btnNextDeliveryPg {
    position: center;
    background-color: rgb(51, 153, 51) !important;
    color: white;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
}

#btnNextBankPg {
    position: center;
    background-color: rgb(51, 153, 51) !important;
    color: white;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
}

#btnNextOOCPg {
    position: center;
    background-color: rgb(51, 153, 51) !important;
    color: white;
    font-weight: normal;
    text-align: center;
}

#btnNextElectronicPg {
    position: center;
    background-color: rgb(51, 153, 51) !important;
    color: white;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
}
.continuebtn {
    position: center;
    background-color: #2f61ff !important;
    color: white !important;
    font-weight: normal;
    text-align: center;
}

.Invisible {
    display: none;
}

.Visible {
    display: block;
}

.DirectBilling {
    display: none;
}

.hidden {
    display: none !important;
    visibility: hidden !important; /* Prevent element from affecting the box model, e.g. whitespace between visible, surrounding elements  */
}

.error {
    color:red;
}

.AppSectDesc {
    font-size: 17px;
    color: rgb(51, 153, 51);
    display: inline-block;
    border-bottom: 2px solid #909090;
    margin-bottom: 15px;
    width: 100%;
}

.radioLabel
{
    float:left;
    padding-right:25px;
    width:100px;
    margin-top:10px;
}
.signatureImg
{
    height:45px;
    left:80px !important;
}

#footer
{
        font-size:34px;
        background:  rgb(51, 153, 51);
        color: white;  
        text-align:center;
}

.bold {
    font-weight: bold;
}

#benefitFlds {
    display: flex;
    justify-content: space-between;
}
#frmMain{
    /*overflow-x: "";*/
    padding-top: 6% !important;
}

@media (max-width: 580px) {
    #frmMain {
        margin: 0;
        padding: 0;
    }

    #divMain {
        padding-right: 0;
        padding-left: 0;
    }

    #addSpckBox {
        font-size:10px;
    }

    .lblMode {
        font-size: 12px!important;
    }
 }
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con 
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/loading.gif) center no-repeat #fff;
    opacity:0.8;
}

.dsHeader {
    width: 100%;
    margin-bottom: -20px;
    margin-top: -20px;
}

.pcDash {
    display: none;
}
#btnBack {
    display: none;
}
.headerimg {
    width: 35%;
    content: url("../images/gtllogowhite.png");
    position: absolute;
}

.headerbox-wraper {
    /*! width: 100%; */
    justify-content: center;
    display: flex;    
   /*! padding-top: 5%; */
    background: #E5E5E5;
    
}

#filterDiv {
    margin-top: 7%
}

.bold {
            font-weight: bold;
        }

        #lstQuotes {
            width: 100%;
            margin-bottom: 20px;
            overflow: hidden;
            border-top: 1px solid #ccc;
        }

        li {
            line-height: 1.5em;
            border-bottom: 1px solid #ccc;
            display: inline;
        }

        .double li {
            width: 45%;
        }

        .submitPolicy {
            background-color: #428bca;
            border: none;
            color: white;
            font-weight: bold;
            padding: 5px 15px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 14px;
            margin: 2px 2px;
            cursor: pointer;
            border-radius: 4px;
        }

        .deletePolicy {
            background-color: #428bca;
            border: none;
            color: white;
            font-weight: bold;
            padding: 5px 15px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 14px;
            margin: 2px 2px;
            cursor: pointer;
            border-radius: 4px;
        }

        .signPolicy {
            background-color: #339933;
            border: none;
            color: white;
            font-weight: bold;
            padding: 5px 15px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 14px;
            margin: 2px 2px;
            cursor: pointer;
            border-radius: 4px;
        }

        .invitePolicy {
            background-color: #868686;
            border: none;
            color: white;
            font-weight: bold;
            padding: 5px 15px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 14px;
            margin: 2px 2px;
            cursor: pointer;
            border-radius: 4px;
        }

        .all {
            background-color: rgba(0, 85, 153, 1);
            text-decoration: none;
            display: block;
            color: #FFFFFF;
        }

        .green {
            background-color: #339933;
        }

        .blue {
            background-color: #428bca;
        }

        .gray {
            background-color: #868686;
        }

        a.consumer:link {
            color: #339933;
        }

        a.invite:link {
            color: #868686;
        }

        a.filtering:link {
            text-decoration: none;
            /*display: block;*/
            color: #FFFFFF;
        }

        .filter {
            margin: 30px 0 10px;
        }

            .filter a {
                display: inline-block;
                padding: 10px;
                /*border: 2px solid #333;*/
                position: relative;
                margin-right: 20px;
                margin-bottom: 20px;
            }

                .filter a.active:before {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 0;
                    display: inline-block;
                    width: 0;
                    height: 0;
                    /*border-style: solid;
                    border-width: 15px 15px 0 0;
                    border-color: #333 transparent transparent transparent;*/
                }

        .is-animated {
            animation: .1s zoom-in;
        }

        @keyframes zoom-in {
            0% {
                transform: scale(.1);
            }

            100% {
                transform: none;
            }
        }

.noshow {
    visibility: hidden !important;
}

.passrules {}
.passrules li {
    display: list-item;
     list-style-type: disc;
}

#passtable {
    width: 100%;
}

