@charset "utf-8";
/* CSS Document */

/*if phone px width*/
@media screen and (max-width: 736px)  {
    .mobile_exclude {
        display:none !important;
    }
    
    .menu_header {
        display: block;
        position: fixed;
        top: 0px;
        width: 100%;
        height: 50px;
        background-color: white;
        z-index: 9000;
        -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.75);
        box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.75);
    }
    
    .mobile_header_title {
        position: absolute;
        width: 100%;
        height: 50px;
        text-align: center;
        line-height: 50px;
        color: red;
        font-size: 22px;
    }
    
    .menu_image {
        width: auto;
        height: 100%;
    }
    
    .mobile_menu_icon {
        position: absolute;
        left: 5px;
        height: 45px;
        width: 45px;
        top: 2.5px;
        text-align: center;
        margin: 0 auto;
        cursor: pointer;
    }
    
    .new_nav_bar {
        display: none;
        position: fixed;
        width: 100%;
        top: 50px;
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: white;
        height: 100%;
        z-index: 9000;
        -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.75);
        box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.75);
    }
    
    .new_nav_bar > li {
        margin: 0 auto !important;
        display: block;
        float: left;
        height: 50px;
        width: 100%;
        line-height: 1.5;
        font-size: 16px;
        font-weight: bold;
        position: relative;
        cursor: pointer;
    }
    
    .mobile_logout {
        float: bottom;
    }
    
    .userStats {
        position: relative;
        width: 100%;
        height: 100px;
        background-color: #CCCCCC;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        left: 0;
    }
    
    .userStatsPre {
        position: relative;
        width: 100%;
        height: 100px;
        background-color: #CCCCCC;
        margin: 0 auto;
        margin-top: 25px;
        margin-bottom: 20px;
        right: 0;
    }
    
    .table_switch_holder {
        width: 100%;
        height: 35px;
        margin-top: 125px;
    }
    
    .mobile_page_filler {
        margin-top: -30px;
        width: 100%;
        height: 50px;
    }
    
    .mobile_add_btn {
        text-align: center;
        position: fixed;
        width: 55.5px;
        height: 55.5px;
        background-color: #ed3428;
        border-radius: 100%;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
        transition: all 300ms ease-out 0ms;
        cursor: pointer;
        line-height: 55.5px;
        right: 20px;
        bottom: 20px;
    }

    .mobile_add_btn:hover {
        box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    }
    
    .mobile_close_add_btn {
        text-align: center;
        position: fixed;
        width: 55.5px;
        height: 55.5px;
        background-color: #ed3428;
        border-radius: 100%;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
        transition: all 300ms ease-out 0ms;
        cursor: pointer;
        line-height: 55.5px;
        left: 50%;
        margin-left: -27.75px;
        bottom: 50px;
    }

    .mobile_close_add_btn:hover {
        box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    }
    
    .mobile_add_option {
        width: 100%;
        height: 100%;
        left: 0;
        position: fixed;
        z-index: 9999;
        background-color: white;
        display: none;
    }
    
    .mobile_add_btns {
        position: relative;
        display: block;
        margin-top: 15px;
        margin-bottom: 0;
    }
    
    .mobile_add_title{
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: red;
        font-weight: bold;
        font-size: 22px;
    }
    
    .mobile_add_hr {
        margin-top: 0px !important;
        border-top: 1px solid #b59e9e;
    }
    
    .tab-current {
        background-color: #edf0f3;
    }
    
    .mobile_margin {
        margin-bottom: 25px;
    }
    
    mobile_margin_top {
        margin-top: -5px !important;
    }
    
    .agents_column {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    
    .mobile_name_header_post {
        width: 60% !important;
    }
    
    .mobile_name_header_pre {
        width: 70% !important;
    }
    
    .mobile_act_header {
        width: 25% !important;
    }
    
    .reg_form {
        width: auto !important;
        height: auto !important;
        background-color: white;
        /* margin: 0 auto; */
        /* margin-top: 5%; */
        position: absolute;
        left: 5px !important;
        right: 5px;
        top: 5px;
        text-align: center;
        margin-bottom: 5px;
    }
    
    .registerDiv {
        z-index: 1;
    }
    
    .smaller_center {
        width: 95% !important;
    }
    
    .mobile_form_display {
        position: absolute;
        left: 5px;
        right: 5px;
        top: 120px;
        background-color: white;
        margin-bottom: 25px;
    }
    
    #postpFormBackBtn {
        left: 10px !important;
    }
    
    #postpFormCancelBtn {
        right: 10px !important;
    }
    
    .offer-left {
        position: absolute;
        width: 98%;
        height: 300px;
        border-radius: 10px;
        left: 1%;
        text-align: center;
        margin: 0 auto;
        top: 5px;
        overflow: hidden;
        border: 2px solid #00a8d7;
    }
    
    .offer_widget_content {
        padding-top: 45px;
    }
    
    .offer-right {
        position: absolute;
        width: 98%;
        height: 300px;
        border-radius: 10px;
        left: 1%;
        text-align: center;
        margin: 0 auto;
        top: 320px;
        overflow: hidden;
        border: 2px solid #d62782;
        margin-bottom: 25px;
    }
    
    .my_title {
        font-size: 24px !important;
    }
    
    .my_subtitle {
        font-size: 18px !important;
    }
    
    .form-control-login {
        width: 200%;
        margin-left: -50%;
    }
   
    .team_title {
        width: 200%;
        margin-left: -50%;
    }
    
    .small_table {
        font-size: 10px;
    }
    
    .commission_title {
        font-size: 18px;
    }
    
    .login_popup_content {
        min-height: 50% !important;
    }
    
    .recommendBtn {
        width: 95% !important;
    }
    
    .rec_plan {
        width: 95% !important;
    }
    
    .promo_div {
        position: relative;
        width: 100%;
        height: auto;
        /* background-color: blue; */
        /* padding-top: 25px; */
        margin-bottom: 0px;
        text-align: center;
         font-size: 0em; 
    }
    
    .promo_preview {
        position: relative;
        /* width: 25%; */
        min-width: 86%;
        max-width: 250px;
        height: 250px;
        background-color: blue;
        display: inline-block;
        margin-top: 20px;
        margin: 0.5rem 0 1rem 0;
        background-color: #fff;
        transition: box-shadow .25s;
        border-radius: 2px;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
        cursor: pointer;
        transition: all 0.35s;
    }
    
    .docViewerPane {
        z-index: 1;
    }
    
    .doc_iframe {
        z-index: 2;
    }
    
    .choiceDiv {
        margin-top: -10px !important;
        margin-bottom: 25px !important;    
        display: block !important;
        width: 100% !important;
        float: none !important;
    }
    
    .conditionDiv {
        width: 100% !important; 
        display: block !important;
        float: none !important; 
    }
    
    
}
/*else*/
@media screen and (min-width: 737px)  {
    .full_screen_exclude {
        display: none !important;
    }
    
}