

@font-face{
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?twf48c');
  src:  url('../fonts/icomoon.eot?twf48c#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?twf48c') format('truetype'),
    url('../fonts/icomoon.woff?twf48c') format('woff'),
    url('../fonts/icomoon.svg?twf48c#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.ast-logo
{
    margin-top: 9px;
}

.section-title
{
    color: #ffffff;
    font-family: Open Sans;
    font-size: 45px;
    font-weight: 400;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 0;
}

.section-title-col
{
    height: 175px;
    background-image: url(assets/images/title-header-background2x.png);
}

.content-cont
{
    padding: 80px;
    background-color: #f1f1f2;
}

.user-guides-row
{
    background-color: #ffffff;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
}

.manual-holder
{
    background-color: #ffffff;
    -webkit-box-shadow: 0px -3px 8px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px -3px 8px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px -3px 8px 0px rgba(50, 50, 50, 0.5);
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 84px;
    z-index: 20;
}

.manual-frontpage
{
    z-index: 5;
    background-color: #ffffff;
    height: 300px;
    background-image: url(../images/ast-guide-frontpage-logo2x.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    border-left: solid thin #95989A;
    border-right: solid thin #95989A;
    border-top: solid thin #95989A;
}

.guide-subtitle
{
    margin-bottom: 0;
    color: #404041;
    font-family: Open Sans;
    line-height: 1.15;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
}

.guide-title
{
    color: #40c2cc;
    font-family: Open Sans;
    line-height: 1.15;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    margin-top: 0px;
    font-size: 30px;
}

.guide-frontpage-wrapper
{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    background-color: #f1f1f2;
}

.frontpage-side-decor
{
    width: 20px;
    height: inherit;
    background-color: #40c2cc;
    float: left;
    margin-right: 25px;
    z-index: 2;
}

.spacer-50
{
    height: 50px;
}

.guide-view-btn
{
    padding: 5px 30px;
    border: solid thin #1b2935;
    font-family: Open Sans;
    font-size: 18px;
    color: #1b2935;
    margin-right: 40px;
}

.guide-download-btn
{
    padding: 5px 10px;
    font-family: Open Sans;
    font-size: 18px;
    background: #1b2935;
    color: #ffffff;
    font-weight: 400;
}

.user-guide-col
{
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.title-pointer
{
    position: absolute;
    background-image: url('../images/ast-guide-title-pointer.png');
    background-repeat: no-repeat;
    width: 30px;
    height: 29px;
    background-position: center left;
}

.comp-infocard-col
{
    background: #F39722;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.infocard-title
{
    margin-bottom: 0px;
    color: #ffffff;
    font-family: Open Sans;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    margin-top: 0px;
    float: left;
    margin-right: 15px;
}

.infocard-instructions
{
    margin-top: 0px;
    margin-bottom: 0px;
    color: #ffffff;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    line-height: 2;
    float: left;
}

.guide-icon-bg {
    float: left;
    height: 60px;
    width: 60px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: none;
    background-color: #40c2cc;
    border: solid 5px #fff;
    margin-right:20px;
}

.apps-row
{
    background-color: #ffffff;
    margin-bottom: 34px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
}

.main-infocard-col
{
    background-color: #40c2cc;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.app-wrapper
{
    background-color: #f1f1f2;
    padding: 20px;
}

.app-title
{
    color: #40c2cc;
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width:768px) and (max-width:991px)
{
    .app-title
    {
        font-size: 20px;
    }
}

.app-btn
{
    padding: 5px 30px;
    font-family: Open Sans;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    background-color: #1b2935;
    display: block;
    margin: 15px auto 10px;
}

.app-icon-bg
{
    width: 175px;
    height: 175px;
    border-radius: 88px;
    border: solid 10px #fff;
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-color: #1b2935;
}

.app-col
{
    padding: 30px;
}

.header-col
{
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    z-index: 300;
}

.account-btn
{
    font-family: Open Sans;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    background-color: #40c2cc;
    color: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: none;
    margin-right: 24px;
}

.logout-btn
{
    padding: 15px 30px;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    background-color: #1b2935;
    color: #fff;
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: none;
}

.site-title-col
{
    padding-left: 0px;
    color: #40c2cc;
    font-family: Open Sans;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
}

.site-title
{
    /* margin-top: 28px; */
}

@media (max-width:479px)
{
    .site-title
    {
        color: #40c2cc;
        font-family: Open Sans;
        font-size: 31px;
        line-height: 1.25;
        font-weight: 600;
        text-align: center;
        margin-top: 12px;
    }
}

@media (min-width:768px) and (max-width:991px)
{
    .site-title-col
    {
        padding-left: 0px;
    }
    .site-title
    {
        margin-top: 36px;
    }
}

@media (max-width:479px)
{
    .ast-logo
    {
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .section-title-col
    {
        background-image: url(../images/title-header-background2x.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding-top: 25px;
    }
    .section-title
    {
        font-size: 34px;
        line-height: 1.25;
        margin-top: 0;
    }
}

.section-title-underline
{
    width: 180px;
    border-bottom: solid 6px #FDB733;
    display: block;
    margin: 20px auto;
}

.main-menu-col
{
    height: 30px;
}

@media (max-width:479px)
{
    .btns-col
    {
        display: none;
    }
    .breadcrumb
    {
        padding-left: 15px;
    }
    a.breadcrumb-link:link
    {
        font-size: 14px;
    }
    .active
    {
        font-size: 14px;
    }
    .content-cont
    {
        padding: 30px;
    }
}

@media (min-width:768px) and (max-width:991px)
{
    .content-cont
    {
        padding: 45px;
    }
}

@media (max-width:479px)
{
    .main-infocard-col
    {
        height: 75px;
        padding-left: 15px;
    }
    .infocard-title
    {
        font-size: 20px;
    }
    .infocard-instructions
    {
        font-size: 14px;
        line-height: 1.35;
    }
    .app-col
    {
        padding: 8px 16px;
    }
}

@media (min-width:768px) and (max-width:991px)
{
    .app-col
    {
        padding: 15px;
    }
}

@media (max-width:479px)
{
    .comp-infocard-col
    {
        height: 75px;
        padding-left: 15px;
        padding-top: 8px;
    }
    .user-guide-col
    {
        padding-left: 9px;
        padding-right: 9px;
    }
    .guide-subtitle
    {
        font-size: 11px;
    }
    .guide-title
    {
        font-size: 20px;
        padding-right: 14px;
    }
    .frontpage-side-decor
    {
        margin-right: 14px;
    }
    .spacer-50
    {
        height: 30px;
    }
    .guide-frontpage-wrapper
    {
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .guide-view-btn
    {
        padding-left: 33px;
        padding-right: 32px;
        margin-bottom: 14px;
    }
    .footer-row
    {
        background-position: top left;
    }
    .copyright
    {
        font-size: 10px;
        line-height: 1.5;
        margin-top: 16px;
    }
}

@media (min-width:992px) and (max-width:1199px)
{
    .account-btn
    {
        margin-right: 9px;
        font-size: 14px;
        padding: 10px 12px;
    }
    .logout-btn
    {
        padding: 9px 12px;
        font-size: 14px;
    }
    .content-cont
    {
        padding: 45px;
    }
    .app-col
    {
        padding: 14px;
    }
    .app-wrapper
    {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        margin-bottom: 15px;
    }
    .app-icon-bg
    {
        width: 150px;
        height: 150px;
        border-radius: 75px;
    }
    .app-title
    {
        font-size: 18px;
    }
    .guide-title
    {
        font-size: 18px;
    }
    .guide-subtitle
    {
        font-size: 9px;
    }
    .frontpage-side-decor
    {
        margin-right: 12px;
    }
    .spacer-50
    {
        height: 17px;
    }
    .manual-frontpage
    {
        height: 150px;
        background-image: url('../images/ast-guide-frontpage-logo.png');
    }
    .guide-frontpage-wrapper
    {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }
    .manual-holder
    {
        padding-left: 42px;
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .guide-view-btn
    {
        padding-left: 32px;
        padding-right: 32px;
        margin-bottom: 10px;
    }
}

@media (min-width:1200px) and (max-width:1919px)
{
    .account-btn
    {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 7px;
        margin-right: 12px;
        font-size: 16px;
    }
    .logout-btn
    {
        padding: 11px 14px 10px;
    }
    .content-cont
    {
        padding: 45px;
    }
    .app-col
    {
        padding: 15px;
    }
    .app-title
    {
        font-size: 20px;
    }
    .guide-title
    {
        font-size: 20px;
    }
    .guide-subtitle
    {
        font-size: 10px;
    }
    .frontpage-side-decor
    {
        margin-right: 18px;
    }
    .spacer-50
    {
        height: 19px;
    }
    .manual-frontpage
    {
        height: 150px;
        background-image: url('../images/ast-guide-frontpage-logo.png');
    }
    .manual-holder
    {
        padding-left: 68px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .guide-view-btn
    {
        padding-left: 32px;
        padding-right: 32px;
        margin-bottom: 10px;
    }
    .site-title-col
    {
        padding-left: 12px;
    }
}

@media (min-width:768px) and (max-width:991px)
{
    .btns-col
    {
        display: none;
    }
    .section-title
    {
        margin-top: 0px;
    }
    .section-title-col
    {
        padding-top: 32px;
        height: 145px;
    }
    .main-infocard-col
    {
        height: 60px;
    }
    .comp-infocard-col
    {
        height: 60px;
    }
    .manual-holder
    {
        padding-left: 26px;
    }
    .copyright
    {
        font-size: 10px;
    }
}

.company-orange-decor
{
    width: 75px;
    float: left;
    background-color: #40c2cc;
    margin-right: 100px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.company-icon-bg
{
    width: 125px;
    height: 125px;
    position: relative;
    border-radius: 63px;
    border: solid 10px #ccc;
    background-color: #ffffff;
    left: 30px;
}

.title-placeholder
{
    color: #a5a5a5;
    font-family: Open Sans;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    text-align: left;
}

.orange-col
{
    padding: 18px 0px;
    background-color: #40c2cc;
}

.company-info-row
{
    padding-left: 0px;
    padding-right: 0px;
}

.company-col
{
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    z-index: 300;
    background-color: #ffffff;
}

.company-name-col
{
    padding-left: 100px;
}

.user-title-col
{
    background-color: #f39722;
    height: 50px;
    padding: 10px 0px 10px 30px;
}

.user-title
{
    color: #ffffff;
    font-family: Open Sans;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: 0px;
}

.user-icon-bg
{
    width: 75px;
    height: 75px;
    position: relative;
    border-radius: 38px;
    float: left;
    background-color: #40c2cc;
    border: solid 6px #fff;
    /* margin-right: 15px; */
    margin: 10px
}

.user-name
{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 107px;
    line-height: 1.5;
    font-family: Open Sans;
    font-size: 30px;
    color: #40c2cc;
    font-weight: 600;
}

.success-title
{
    font-family: Open Sans;
    font-size: 18px;
    color: #404041;
    margin-left: 24px;
}

.login-info
{
    font-family: Open Sans;
    font-size: 14px;
    line-height: 1;
    color: #95989a;
    margin-top: 0px;
    text-align: left;
    margin-bottom: 17px;
}

.login-date-col
{
    padding-left: 12px;
}

.user-info-col
{
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    z-index: 200;
    background-color: #ffffff;
}

.comm-title-col
{
    background-color: #fdb732;
    padding-top: 5px;
    padding-bottom: 5px;
}

.comm-title
{
    color: #ffffff;
    font-family: Open Sans;
    font-size: 24px;
    line-height: 1;
    text-align: left;
    margin-top: 9px;
    margin-bottom: 0px;
}

.comm-info-col
{
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    z-index: 100;
}

.user-message-row
{
    margin-top: 30px;
}

.user-message-panel-heading
{
    background-color: #fdb732 !important;
    height: 50px;
    padding-top: 5px;
    border-radius: 0px;
}

.user-message-panel-title
{
    color: #ffffff;
    font-family: Open Sans;
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    margin-top: 8px;
}

.user-message-wrapper
{
    padding: 15px;
    background-color: #f1f1f2;
}

.imp-message-title
{
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: Open Sans;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    color: #f39722;
}

.imp-message
{
    color: #404041;
    font-family: Open Sans;
    font-size: 14px;
    line-height: 1.5;
}

.user-message-col
{
    padding-left: 0px;
    padding-right: 0px;
}

.user-message-panel
{
    border-radius: 0px !important;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5) !important;
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5) !important;
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5) !important;
    z-index: 300 !important;
}

.equity-col
{
    padding-left: 0px;
}

.managed-shares-col
{
    padding-right: 0px;
}

.wealth-panel-heading
{
    height: 50px;
    background-color: #40c2cc!important;
    border-radius: 0px;
}

.wealth-panel-title
{
    color: #ffffff;
    font-family: Open Sans;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    margin-top: 5px;
}

.wealth-row
{
    margin-top: 15px;
}

.stock-info-row {
    margin-top: 15px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    z-index: 300;
    z-index: 300;
    
}

.stock-details-col
{
    background-color: #40c2cc;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.stock-info-title
{
    font-family: Open Sans;
    color: #ffffff;
    font-size: 44px;
    text-transform: uppercase;
    line-height: 1.25;
    font-weight: 600;
    float: left;
    padding-right: 34px;
    margin-top: 0px;
}

.stock-info-icon
{
    width: 125px;
    height: 125px;
    border-radius: 63px;
    border: solid 7px #fff;
    background-color: #40c2cc;
    margin-left: 200px;
}

.stock-icon-bg
{
    width: 44px;
    height: 44px;
    border-radius: 22px;
    float: left;
    background-color: #ffffff;
    margin-right: 12px;
}

.stock-symbol-title
{
    color: #ffffff;
    font-family: Open Sans;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
}

.stock-symbol-info
{
    margin-top: 0px;
    margin-bottom: 0px;
    color: #ffffff;
    font-family: Open Sans;
    font-size: 16px;
    line-height: 1;
    text-align: left;
}

.stock-symbol-wrapper
{
    margin-top: 10px;
    margin-bottom: 24px;
}

.graph-row
{
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
}

.graph-col
{
    padding: 20px;
}

.graph-wrapper
{
    background-color: #f1f1f2;
    height: 300px;
}

.pie-chart-area
{
    padding: 20px;
}

.wealth-details-btn
{
    padding-left: 30px;
    padding-right: 30px;
    float: right;
    padding-bottom: 5px;
    left: 5px;
    color: #ffffff;
    font-family: Open Sans;
    font-size: 14px;
    line-height: 1.25;
    background: none;
    border-radius: 2px;
    border: solid thin #fff;
}

/* from the login demo*/


.login-title-col
{
    background-color: #1b2935;
    height: 204px;
    padding-top: 24px;
    padding-left: 15px;
}

@font-face{
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?twf48c');
  src:  url('../fonts/icomoon.eot?twf48c#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?twf48c') format('truetype'),
    url('../fonts/icomoon.woff?twf48c') format('woff'),
    url('../fonts/icomoon.svg?twf48c#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.ast-logo
{
    margin-top: 9px;
}

.section-title
{
    color: #ffffff;
    font-family: Open Sans;
    font-size: 45px;
    font-weight: 400;
    text-align: center;
    margin-top: 34px;
    margin-bottom: 0;
}

.section-title-col
{
    height: 175px;
    background-image: url(../images/title-header-background2x.png);
}

.content-cont
{
    padding: 48px;
    background-color: #f1f1f2;
}

.header-col
{
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
    z-index: 300;
}

@media (max-width:479px)
{
    .ast-logo
    {
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .section-title-col
    {
        background-image: url(../images/title-header-background2x.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding-top: 25px;
    }
    .section-title
    {
        font-size: 34px;
        line-height: 1.25;
        margin-top: 0;
    }
}

.section-title-underline
{
    width: 180px;
    border-bottom: solid 6px #FDB733;
    display: block;
    margin: 20px auto;
}

.breadcrumb-col
{
    padding-left: 0px;
    padding-right: 0px;
}

.breadcrumb
{
    background-color: #aabbc4;
    border-radius: 0px;
    height: auto;
    margin-bottom: 0px;
    padding-left: 80px;
    font-family: Open Sans;
    font-size: 18px;
    padding-top: 12px;
}

a.breadcrumb-link:link
{
    color: #fdb732;
}

.footer-row
{
    background-color: #d81432;
    background-image: url(../images/footer-ast-cropped-logo2x.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.footer-menu
{
    font-family: Open Sans;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

a.footer-link:link
{
    text-decoration: none;
    color: #ffffff;
    overflow: hidden;
    align-self: flex-end;
}

ul.footer-ul
{
	display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: small;
    margin-top: -30px;
    overflow: hidden;
    align-self: flex-end;
}

.copyright
{
    vertical-align: middle;
    font-family: Open Sans;
    font-size: 12px;
    color: #ffffff;
    line-height: 1;
    text-align: center;
}

.main-menu-col
{
    height: 30px;
}

@media (max-width:479px)
{
    .breadcrumb
    {
        padding-left: 15px;
    }
    a.breadcrumb-link:link
    {
        font-size: 14px;
    }
    .active
    {
        font-size: 14px;
    }
    .footer-row
    {
        background-position: top left;
    }
    .copyright
    {
        font-size: 10px;
        line-height: 1.5;
        margin-top: 16px;
    }
}

@media (min-width:1200px) and (max-width:1919px)
{
    .guide-view-btn
    {
        padding-left: 32px;
        padding-right: 32px;
        margin-bottom: 10px;
    }
    .site-title-col
    {
        padding-left: 12px;
    }
}

@media (min-width:768px) and (max-width:991px)
{
    .section-title
    {
        margin-top: 0px;
    }
    .section-title-col
    {
        padding-top: 32px;
        height: 145px;
    }
    .copyright
    {
        font-size: 10px;
    }
}

.card-footer-text-col
{
    padding-right: 0;
    text-transform: uppercase;
    padding-left: 0;
}

.card-footer-text
{
    margin-top: 17px;
    color: #fff;
    font-family: Open Sans;
    font-size: 21px;
    line-height: 1;
    text-align: right;
    margin-right: 24px;
    text-transform: uppercase;
}

.card-footer-icon-area
{
    float: right;
    height: 54px;
    width: 54px;
    background-color: #1b2935;
}

.gray-label
{
    color: #999;
    font-family: Open Sans;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
}

.ast-form-control
{
    background: #F1F1F2;
    border: solid thin #AAA;
}

@media (max-width:1919px)
{
    .card-footer-text
    {
        font-size: 18px;
    }
}

@media (min-width:1200px) and (max-width:1599px)
{
    .card-footer-text
    {
        font-size: 13px;
        margin-top: 16px;
    }
    .card-footer-text-col
    {
        height: 42px;
    }
    .card-footer-icon-area
    {
        height: 42px;
        width: 42px;
    }
}

@media (min-width:992px) and (max-width:1199px)
{
    .card-footer-text-col
    {
        height: 42px;
    }
    .card-footer-icon-area
    {
        height: 42px;
        width: 42px;
    }
    .gray-label
    {
        font-size: 13px;
    }
}

@media (min-width:480px) and (max-width:767px)
{
    .section-title
    {
        margin-top: 0;
    }
}

.section-title-col
{
    padding-top: 24px;
}

@media (min-width:480px) and (max-width:767px)
{
    .card-footer-text
    {
        font-size: 15px;
    }
}

@media (max-width:479px)
{
    .card-footer-text
    {
        font-size: 14px;
    }
    .card-footer-text-col
    {
        height: 45px;
    }
    .card-footer-icon-area
    {
        height: 45px;
        width: 45px;
    }
    .card-footer-text
    {
        font-size: 11px;
    }
}

.login-icon-bg
{
    width: 112px;
    height: 112px;
    border-radius: 62px;
    border: solid 9px #fff;
    background: #40c2cc;
    position: absolute;
    z-index: 10;
    right: -54px;
}

.login-form-row
{
    background-color: #ffffff;
}

.card-footer-icon-col
{
    padding-left: 0;
    padding-right: 0;
}

.card-footer-row
{
    background-color: #1b2935;
}

.answer-id-col
{
    padding-left: 24px;
    padding-top: 48px;
    padding-bottom: 24px;
}

.password-col
{
    padding-top: 48px;
    padding-bottom: 24px;
}

.btn-col
{
    padding-top: 48px;
    padding-right: 24px;
    padding-left: 24px;
}

.ast-submit-btn
{
    padding: 10px 30px;
    color: #ffffff;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    background-color: #962141;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.login-form-col
{
    background-color: #ffffff;
}

@media (min-width:1600px) and (max-width:1919px)
{
    .login-title-col
    {
        background-color: #40c2cc;
        padding-top: 25px;
        height: 214px;
    }
}

.login-title
{
    color: #fff;
    font-family: Open Sans;
    font-size: 34px;
    margin-top: 37px;
}

.login-title-area
{
    padding-left: 19px;
}

@media (min-width:1200px) and (max-width:1599px)
{
    .login-title-col
    {
        height: 202px;
    }
}

@media (min-width:992px) and (max-width:1199px)
{
    .login-title-col
    {
        height: 200px;
    }
    .login-title
    {
        font-size: 26px;
    }
    .card-footer-text
    {
        font-size: 15px;
    }
}

@media (min-width:768px) and (max-width:991px)
{
    .answer-id-col
    {
        padding-top: 24px;
        padding-bottom: 0;
    }
    .login-title
    {
        margin-top: 0;
        padding-left: 9px;
    }
    .login-title-col
    {
        height: 80px;
    }
    .login-icon-col
    {
        display: none;
    }
    .password-col
    {
        padding-top: 24px;
        padding-bottom: 0;
    }
    .btn-col
    {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .ast-submit-btn
    {
        width: 100%;
    }
    .card-footer-row
    {
        border-bottom: solid thin #fff;
    }
    .footer-menu
    {
        font-size: 14px;
    }
}

@media (min-width:480px) and (max-width:767px)
{
    .login-icon-col
    {
        display: none;
    }
    .login-title-col
    {
        height: 55px;
        padding-top: 12px;
    }
    .login-title
    {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 24px;
    }
    .answer-id-col
    {
        padding-top: 24px;
        padding-bottom: 0;
    }
    .password-col
    {
        padding-top: 24px;
        padding-bottom: 0;
    }
    .btn-col
    {
        padding-bottom: 24px;
        padding-top: 0;
    }
    .ast-submit-btn
    {
        width: 100%;
    }
    .card-footer-row
    {
        border-bottom: solid thin #fff;
    }
}

@media (max-width:479px)
{
    .content-cont
    {
        padding: 24px;
    }
    .login-icon-col
    {
        display: none;
    }
    .login-title-col
    {
        height: 55px;
        padding-top: 12px;
    }
    .login-title
    {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 24px;
    }
    .answer-id-col
    {
        padding-top: 24px;
        padding-bottom: 0;
    }
    .password-col
    {
        padding-top: 24px;
        padding-bottom: 0;
    }
    .btn-col
    {
        padding-top: 0;
        padding-bottom: 24px;
    }
    .ast-submit-btn
    {
        width: 100%;
    }
    .card-footer-text
    {
        font-size: 12px;
    }
    .card-footer-row
    {
        border-bottom: solid thin #fff;
    }
}


.ast-language-toggle
{
    border: none;
    background-color: #ffffff;
    color: #404041;
    font-family: Open Sans;
    font-size: 15px;
}

.ast-language-caret
{
}

.btns-col
{
    margin-top: 24px;
}

/*----------------- AHAVEMAN CSS Start --------------------*/
/*Currency Button CSS */
.btn.btn-currency.active {
    background-color: #1b2935 !important;
	color: white !important;
}

.btn.btn-currency {
	background-color: #FFFFFF !important;
	color: #1b2935 !important;
	border: 1px solid #1b2935 !important;
	padding : 4px 10px 6px 11px !important;
}
}

btn.btn-currency:hover {
	color: #1b2935 !important;
    background-color: #FFFFFF !important;
    border: 1px solid #1b2935 !important;
}

#currencySelector .btn {
    min-width: inherit;
}
.currencyTH.GridHeadingTR th {
background-color:  #d9d9d9;
}

input#USoption[type="radio"], input#CADoption[type="radio"]{
display: inherit;
    margin-right: 4px;
    opacity: inherit;

}

#currencySelector.btn-group.btn-group-xs {
float: right;
}

/*----------------- AHAVEMAN CSS End --------------------*/

.aoda-gray-label{
	color: #6F6259 !important;
	font-weight: 900 !important;
	font-size: 18px !important;
}