.mobile-only {
    display: none;
}

.home-content-slider {
    width: 80%;
    margin: auto;
}

.desktop-text {
    width: 74px;
}

.center-login-form {
    width: 300px;
    margin: auto;
}

.container {
    max-width: 100%;
}

#signupform-password {
    max-width: 100%;
}

.main-form {
    background-color: rgba(0, 0, 0, .80);
    max-width: 750px;
    width: 100%;
    margin: auto;
    padding: 60px;
}

.investor-signup {
    margin-top: -15px;
    padding-top: 26px;
}

.investor-signup .container {
    max-width: 100%;
    overflow: hidden;
    padding: 0px !important;
}

.kv-strength-container tr td {
    display: block;
}

.flex {
    display: flex !important;
}

.powered-by-logo-container > p {
    margin-left: -80px;
    margin-top: 0;
    font-size: 13px;
    font-weight: bold;
    width: auto;
    display: inline-block;
}

.powered-by-logo-container .powered-by-logo {
    /*margin-top: 0;*/
}

.navbar-advisor .powered-by-logo-container .powered-by-logo {
    /*margin-top: 0;*/
}

.container > .navbar-collapse {
    margin-right: 0 !important;
}

@media only screen and (min-device-width: 1024px) {
    .tabbable-flex, .ipad-flex {
        display: flex;
    }

    .mobile-image {
        max-width: 50px;
    }

    #planForm .tabbable {
        display: flex;
    }

    .powered-by-logo-container {
        right: 80px;
    }


}
@media only screen and (max-device-width: 1000px) {
    .table-striped.mobile > tbody > tr:nth-of-type(odd) {
        background-color: transparent;
    }

    .table-striped.mobile > tbody > tr:nth-of-type(even) {
        background-color: transparent;
    }

    .table-striped.mobile > tbody > tr td {
        border-top: 1px solid transparent;
    }

    .table-striped.mobile > tbody > tr .row .col-md-6:nth-of-type(odd) {
        background-color: #f9f9f9;
        border-top: 1px solid #dddddd;
        padding-top: 10px;
    }

    .table-striped.mobile > tbody > tr .row .col-md-6:nth-of-type(even) {
        background-color: transparent;
        border-top: 1px solid #dddddd;
        padding-top: 10px;
    }
}
@media only screen and (min-device-width: 768px) {
    .powered-by-logo-container {
        position: absolute;
        right: 50px;
        margin-right: 0 !important;
    }

    .navbar.navbar-fixed-top.navbar-custom > div.container {
        width: 98%;
    }
    #w1 + .powered-by-logo-container{
        margin-right: 0px !important;
    }

    #menu-my-money-roadmap #menu-item-6 a {
        border: 1px solid #ffffff;
        margin-top: 20px;
        background-color: #ffffff;
        color: #0071bb;
    }

}

@media only screen and (max-device-width: 1000px) {
    .nav > li > a {
        padding: 10px 8px;
        border-top: 1px solid transparent !important;
    }
}
#w0.btn-group{
    margin-bottom: 15px;
}

@media only screen and (max-device-width: 780px) {
    .navbar-header {
        float: none;
    }

    .navbar-header .navbar-toggle {
        margin-top: 15px;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .in ul.nav li a:not(.tab-pane a), nav .navbar-collapse .navbar-nav li a {
        color: #fff;
    }

    .dropdown-menu {
        width: 100%;
    }

    .ipad-flex {
        display: initial;
    }

    .mobile-radio-button-text-panel .wizButtonContainer {
        height: 100% !important;
    }

    .powered-by-logo-container {
        position: relative !important;
        display: inline-block !important;
        text-align: center;
        width: 100%;
        /*background-color: #012953 !important;*/
        margin-right: 0 !important;
        right: 0 !important;
    }
    #w1 + .powered-by-logo-container {
        position: relative !important;
        display: inline-block !important;
        text-align: center;
        width: 100%;
        margin: 10px 0 !important;
        right: 0 !important;
    }

    .powered-by-logo-container > p {
        margin: 0 15px 0 0;
        width: 50%;
        text-align: right;
    }
    #faq_carousel_millanials{
        padding: 10px 0 65px 0;
    }
    #faq_carousel_millanials .col-md-3 .panel-primary .panel-body{
        padding: 0;
    }
}

@media only screen and (max-device-width: 1024px) {
    ._fi_debt_container .setfield tr td table tr td input {
        width: 100px !important;
        text-align: right;
    }

    ._fi_debt_container .setfield tr td table tr td input.percentage-input, .percentage-input {
        width: 60px !important;
    }

    .mobile-image {
        max-width: 50px;
        display: inline-block;
    }

    .question-label-mobile {
        /*text-align: center;*/
        font-size: 16px;
    }

    #carousel-p5 .col-centered .row.ipad-flex {
        display: inline-block;
    }

    .container > .navbar-header, .container > .navbar-collapse {
        margin-right: 0 !important;
    }

    .gauges .gauge-container {
        width: 100%;
    }

    .manage-my-task #tasksForm table tr th:first-child, .manage-my-task #tasksForm table tr td:first-child {
        display: none;
    }

    .ellipsis-mobile {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .mobile-table-striped-container {
        padding: 0px;
    }

    .carousel-control-mobile {
        top: auto !important;
    }

    /*.navbar-toggle {*/
    /*display: block;*/
    /*}*/
    /*.navbar-header{*/
    /*float: none;*/
    /*}*/
    /*.navbar-collapse.collapse {*/
    /*display: none!important;*/
    /*}*/
    .container {
        max-width: 100%;
    }

    .mobile-input, .mobile-input input {
        width: 120px;
    }

    #signupform-password {
        max-width: 100%;
    }

    .main-form {
        background-color: rgba(0, 0, 0, .80);
        max-width: 750px;
        width: 100%;
        margin: auto;
        padding: 60px;
    }

    .wrap {
        min-height: 50%;
    }

    .contentBox {
        min-width: 200px;
    }

    .investor-signup {
        margin-top: -15px;
        padding-top: 26px;
    }

    .learn-box-wv {
        padding: 20px 0px;
        padding-top: 100px;
    }

    .slide-box-wv {
        min-width: 160px;
        padding: 5px;
    }

    .investor-signup .container {
        max-width: 100%;
        overflow: hidden;
        padding: 0px !important;
    }

    .kv-strength-container tr td {
        display: block;
    }



    .navbar-collapse.collapse.in {
        right: 0;
    }

    .powered-by-logo-container {
        margin-right: 8%;
    }

    .powered-by-logo-container {
        display: flex;
    }
    .learn_tb_container #9 .col-md-12.panel-primary{
        padding: 0;
    }

    .powered-by-logo-container .powered-by-logo {
        margin-top: auto;
    }
    .img-thumb-mobile-200{
        max-height: 200px;
    }

    .goal_table .input-short-medium-font{
        width: 100px;
    }
    .goal_table .input-short-medium-font.text-align-right{
        width: 80px;
    }
    .goal_table .age_input{
        width: 40px;
    }
    .goal_table .goal_amount_input{
        width: 70px;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .tab-content.col-md-10, .ipad-flex {
        display: flex;
    }

    .input-short {
        width: 90px;
    }

    #startForm .input-short {
        width: 150px;
    }

    #carousel-p4-client .input-short {
        width: 90px;
    }

    .fullbgImg {
        width: 100%;
    }

    ul#start_tabs {
        width: 210px;
        float: left;
    }

    .tab-content.col-md-10 {
        border-left: 1px solid #ccc;
        float: left;
        width: calc(100% - 210px) !important;
    }

    .question-text {
        font-size: 18px !important;
    }

    /*div#carousel-p1-client {*/
    /*height: 490px;*/
    /*}*/
    #carousel-p3 .input-medium {
        width: 240px !important;
    }

    .sitbody tr td table tr td input {
        width: 60px !important;
        text-align: center;
        height: 28px;
    }

    .sitbody tr td input {
        width: 75px !important;
        text-align: center;
        height: 28px;
        font-size: 13px;
    }

    .assetsc {
        width: 150px;
    }

    .sitbody img {
        width: 50px !important;
    }

    .sitbody tr td table tr td {
        width: 53px !important;
    }

    .sitbody tr td table tr td a {
        width: 20px !important;
        height: 27px !important;
        line-height: 25px !important;
    }

    .assetbl {
        width: 102px !important;
    }

    .layoutset, .ioslayoutset {
        table-layout: fixed;
    }

    .setfield tr td table tr td {
        /*width:53px !important;*/
    }

    .setfield tr td table tr td a {
        width: 20px !important;
        height: 27px !important;
        line-height: 25px !important;
    }

    .setfield tr td table tr td input {
        width: 60px !important;
        text-align: center;
        height: 33px;
        font-size: 18px;
    }

}
.padding-5{
    padding: 5px !important;
}
/* Home page moble layout */
@media only screen and (max-width: 600px) {
    .goal_table .input-short-medium-font{
        width: 100px;
    }
    .goal_table .input-short-medium-font.text-align-right{
        width: 80px;
    }
    .goal_table .age_input{
        width: 40px;
    }
    .goal_table .goal_amount_input{
        width: 70px;
    }
    body {
        overflow-x: hidden;
    }

    .tab-content.col-md-10 {
        border-left: none !important;
    }

    .col-centered {
        padding-left: 0;
        padding-right: 0;
    }

    .carousel {
        min-height: 260px !important;
    }

    .slider-mobile {
        background: #9ad6ff;
        background: linear-gradient(#9ad6ff, #FCFFFE);
        width: 100%;
        height: 240px;
        margin-top: 0px !important;
        padding-top: 12px;
    }

    .home_carousel_container {
        margin-top: 0px;
    }

    #myCarousel {
        min-height: auto;
    }

    .home_footer {
        width: 100%;
        margin-top: -16px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0;
        margin-right: 0;
    }

    .equalHeight-mobile {
        width: 100% !important;
        font-size: 13px !important;
    }

    .size-mobile {
        margin-right: -12px !important;
        margin-left: -12px !important;
    }

    .login-form-responsive {
        background-color: rgba(0, 0, 0, .85);
        top: 0px;
        color: white;
    }

    .mobilecontainer {
        padding-bottom: 20px;
    }

    .fullbgImgFixed {
        position: relative !important;
    }

    .login-form-responsive input {
        max-width: 100%;
    }

    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: block !important;
    }

    .cms-content-box {
        padding: 0px 10px 0px 10px !important;
        margin: 5px 3px !important;
    }

    .home-content-slider {
        width: 100%;
        margin: auto;
    }

    .cms-content-box-desc {
        height: auto !important;
        min-height: auto !important;
        margin-bottom: 50px !important;
        padding: 10px 0 !important;
    }

    .in ul.nav li a {
        /*color: #ffffff;*/
    }

    .sponsor-name {
        padding: .2em .6em .3em 52px;
    }

    .question-text-small {
        display: inline;
    }

    .navbar a.navbar-brand img {
        width: 300px;
        height: auto;
        position: relative;
        top: 8px;
    }

    .carousel {
        padding-bottom: 65px;
        min-height: auto !important;
    }

    .tabmargine {
        min-height: 500px;
    }

    .main-form {
        background-color: rgba(0, 0, 0, .80);
        max-width: 750px;
        width: 94%;
        margin: auto;
        padding: 23px;
    }

    .main-form h1 {
        font-size: 26px
    }

    .mobile-padding0 {
        padding: 0px !important;
    }

    .sponsorlogo {
        width: 50px !important;
    }

    .sponsor-title {
        float: left;
        color: white;
        font-size: 20px;
        font-weight: bold;
    }

    .sponsor-sub-title {
        float: left;
        color: white;
        font-size: 75%;
        font-weight: bold;
        padding-top: 0.5em;
    }

    .saving-invest-item-1 .mobile-image.question-label-mobile img {
        /*display: none;*/
    }
    .saving-invest-item-1 .mobile-image.question-label-mobile {
        margin-right: 0px !important;
    }

}

/* CSS FPR FIREFOX ONLY*/
@-moz-document url-prefix() {
    .powered-by-logo-container .powered-by-logo {
        margin-top: 0px !important;
    }
}
