.contentContainer {
    /*background-color: blue;*/
    position: absolute;
    width: 110%;
    top: 50px;
    bottom: 0px;
    left: -5%;
}

.userStats {
/*    display: inline-block;
    width: 49.9%;
    height: 100px;
    background-color: #CCCCCC;
    margin: 0 auto;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;*/
    position: absolute;
    width: 49.8%;
    height: 100px;
    background-color: #CCCCCC;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    left: 0;
}

.userStatsPre {
/*    display: inline-block;
    width: 49.9%;
    height: 100px;
    background-color: #CCCCCC;
    margin: 0 auto;
    float: right; 
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;*/
    position: absolute;
    width: 49.8%;
    height: 100px;
    background-color: #CCCCCC;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    right: 0;
}

.statWidget {
    width: 33.33%;
    height: 100%;
    position: relative;
    display: inline-block;
    float: left;
    overflow: hidden;
}

.statTitle {
    position: absolute;
    width: 100%;
    height: 35px;
    background-color: aliceblue;
    text-align: center;
    line-height: 40px;
    top: -5px;
    transition: all 0.3s;
    font-weight: bold;
    font-size: 18px;
    overflow: hidden;
}

.activationsProgress {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 10px;
    background-color: #777777;
}

.progressFill {
    width: 0%;
    background-color: #5FD400;
    height: 100%;
}

.activationStat {
    position: absolute;
    top: 40px;
    bottom: 10px;
    text-align: center;
    width: 100%;
    font-size: 30px;
}


.agents_div {
    width: 100%;
    height: auto;
    min-height: 350px;
    max-height: 80%;
    overflow: hidden;
    background-color: white;
    margin: 0 auto;
    /*margin-top: 20px;*/
    border: 1px solid darkgrey;
    position: relative;
}

.agents_div_header {
    height: 35px;
    width: 100%;
    background-color: black;
    text-align: center;
    position: relative;
}

.agents_div_header_child {
    position: absolute;
    height: 100%;
    line-height: 35px;
    font-weight: bold;
    text-decoration: underline;
    color: white;
}

/*.agents_div_header_child:hover {
    background-color: #e4779d;
}*/

.agents_div_content {
    position: absolute;
    top: 35px;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-bottom: 35px;
}

.agents_row {
    height: 35px;
    width: 100%;
    background-color: white;
    text-align: center;
    position: relative;
    /*cursor: pointer;*/
    z-index: 0 !important;
}

.agents_row:hover {
    background-color: #e2f3ef;
}

.agents_column {
    position: absolute;
    height: 100%;
    line-height: 35px;
}

.noActivations {
    position: absolute;
    width: 100%;
    /* height: 100%; */
    text-align: center;
    top: 25%;
}

.btn_holder {
    margin-top: 15px;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}

.addBtn {
    background-color: #ed3529;
    width: 275px;
    height: 40px;
    /* margin-top: 20px; */
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 16px;
    color: white;
}

.addBtn:hover {
    background-color: #da1f13;
}

.registerDiv {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    /* height: 100%; */
    bottom: 0px;
    background-color: #ed3529;
    text-align: center;
    overflow: auto;
    transition: all 0.5s;
}

.hidden_under {
    top:100% !important;
}

.reg_form {
    width: 50%;
    height: auto;
    background-color: white;
    /* margin: 0 auto; */
    /* margin-top: 5%; */
    position: absolute;
    left: 25%;
    top: 5%;
    text-align: center;
    margin-bottom: 50px;
}

.reg_title {
    width: 100%;
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #ed3529;
}

.reg_subtitle {
    width: 100%;
    margin-top: -5px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #ed3529;
}

.smaller_center {
    width: 80% !important;
    margin: 0 auto;
}

.saveBtn {
    background-color: #2cc185;
    width: 300px;
    height: 40px;
    /* margin-top: 20px; */
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 25px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 16px;
    color: white;
    display: inline-block;
}

.saveBtn:hover {
    background-color: #1a9060;
}

.cancelBtn {
    background-color: #ed3529;
    width: 300px;
    height: 40px;
    /* margin-top: 20px; */
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 25px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 16px;
    color: white;
    display: inline-block;
}

.cancelBtn:hover {
    background-color: #da1f13;
}

.mask_reg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    top: 0;
    opacity: 0.4;
}

.come_alive {
    top: -2px !important;
}

.come_alive_lower{
    bottom: -2px !important;
}

.highlight_agent {
    -webkit-animation:blink 1s linear;
    -moz-animation:blink 1s linear;
    animation:blink 1s linear;
}

@-moz-keyframes blink { 
    0% { background-color: white; }
    25% { background-color: #00ADD9; }
    50% { background-color: white; }
    75% { background-color: #00ADD9; }
    100% { background-color: white; }
}
@-webkit-keyframes blink {  
    0% { background-color: white; }
    25% { background-color: #00ADD9; }
    50% { background-color: white; }
    75% { background-color: #00ADD9; }
    100% { background-color: white; }
}
@keyframes blink {  
    0% { background-color: white; }
    25% { background-color: #00ADD9; }
    50% { background-color: white; }
    75% { background-color: #00ADD9; }
    100% { background-color: white; }
}

.statHeader {
    text-align: center;
    background-color: black;
    color: white;
    text-decoration: underline;
}

.stats_holder {
    position: relative;
    width: 100%;
    height: 140px;
}

.table_switch_holder {
    width: 100%;
    height: 35px;
    /*background-color: blue;*/
    margin-top: 20px;
}

.postpaid_btn {
    position: absolute;
    width: 50%;
    height: 35px;
    background-color: #cacaca;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    left:0;
    cursor: pointer;
    border-top-left-radius: 5px;
    margin-top: 2px;
    transition: all 0.5s;
}

.postpaid_btn:hover {
    
}

.tab_btn_selected {
    background-color: #18b4ff !important;
    margin-top: 0px !important;
}

.prepaid_btn {
    position: absolute;
    width: 50%;
    height: 35px;
    background-color: #cacaca;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    right: 0;
    cursor: pointer;
    border-top-right-radius: 5px;
    margin-top: 2px;
    transition: all 0.25s;
}

.prepaid_btn:hover {
    
}

.prepaidLbSelectHolder {
    position: absolute;
    width: 200px;
    height: 40px;
    background-color: #ed3529;
    top: 15px;
    right: 0;
    text-align: center;
    transition: all 0.35s;
    border-radius: 5px;
}

.prepaidSelectHidden{
    right: -300px !important;
}

.prepaidSelect {
    width: 190px;
    height: 30px;
    margin-top: 5px;
}

.lb_stats {
    width: 100%;
    height: 75px;
    background-color: white;
    position: relative;
    overflow: hidden;
    border: 1px solid black;
}

.lb_stat_widget {
    text-align: center;
    height: 100%;
    position: relative;
    display: inline-block;
    float: left;
    overflow: hidden;
    background-color: blue;
}

.lb_stat_widget_static {
    text-align: center;
    height: 100%;
    position: relative;
    display: inline-block;
    float: left;
    overflow: hidden;
    background-color: blue;
}

.postpaid_stats {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.35s;
}

.prepaid_stats {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.35s;
}

.lb_stat_title {
    position: absolute;
    width: 100%;
    height: 25px;
    background-color: aliceblue;
    text-align: center;
    line-height: 30px;
    top: -5px;
    transition: all 0.3s;
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
}

.lb_stat_title_static {
    position: absolute;
    width: 100%;
    height: 25px;
    background-color: aliceblue;
    text-align: center;
    line-height: 30px;
    top: -5px;
    transition: all 0.3s;
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
    z-index: 1;
}

.lb_stat_title_lower {
    position: absolute;
    width: 100%;
    height: 20px;
    background-color: aliceblue;
    text-align: center;
    line-height: 15px;
    bottom: -5px;
    transition: all 0.3s;
    font-weight: bold;
    font-size: 12px;
    overflow: hidden;
}

.lbStat {
    position: absolute;
    top: 27px;
    bottom: 10px;
    text-align: center;
    width: 100%;
    font-size: 30px;
}

.lbStatMini {
    position: absolute;
    top: 22px;
    bottom: 10px;
    text-align: center;
    width: 100%;
    font-size: 25px;
}

.preHidden {
    top: 100%;
}

.postHidden {
    top: -100%;
}

.date_input {
    cursor: pointer;
    border: none;
    text-align: center;
    width: 80%;
}

.material_btns {
    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;
}

.material_btns:hover {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}

.back_btn_img {
    transform: rotate(180deg);
    margin-left: -2px;
}

.offerHolder {
    /* background-color: blue; */
    position: relative;
    width: 100%;
    /*top: 70px;*/
    height: auto;
    /*padding: 25px;*/
}

.offer-left {
    position: absolute;
    width: 40%;
    height: 375px;
    border-radius: 10px;
    left: 5%;
    text-align: center;
    margin: 0 auto;
    top: 15px;
    overflow: hidden;
    border: 2px solid #00a8d7;
    margin-bottom: 25px;
}

.offer-right {
    position: absolute;
    width: 40%;
    height: 375px;
    border-radius: 10px;
    right: 5%;
    text-align: center;
    margin: 0 auto;
    top: 15px;
    overflow: hidden;
    border: 2px solid #d62782;
    margin-bottom: 25px;
}

.offer_title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    /* background-color: blue; */
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
    color: white;
}

.offer_widget_title {
    width: 100%;
    position: relative;
    height: 50px;
    background-color: #00A8D7;
    line-height: 35px;
    font-size: 32px;
    color: white;
}

.offer_widget_content {
    position: relative;
    width: 100%;
    height: 325px;
    background-color: white;
}

.offer_line_1 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50px;
    /* height: 100%; */
    /* line-height: 200px; */
    font-size: 50px;
}

.offer_line_2 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 110px;
    /* height: 100%; */
    /* line-height: 200px; */
    font-size: 50px;
}

.commission_title {
    width: 100%;
    height: 35px;
    margin-top: 160px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-decoration: underline;
    color: red;
}

.handset_title {
    width: 100%;
    height: 35px;
    margin-top: 60px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-decoration: underline;
    color: red;
}

.recommendBtn {
    margin-top: 0px; width: 35%;
}

.recommendInput {
    text-align: center;
    width: 35% !important;
}

.card {
    width: 25%;
    height: 300px;
    position: relative;
    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);
}

.planHead {
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
}

.planInfoBlock {    
    font-size: 16px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.promo_div {
    position: relative;
    width: 100%;
    height: 250px;
    /* background-color: blue; */
    /* padding-top: 25px; */
    margin-bottom: 25px;
    text-align: center;
    font-size: 15em;
}

.promo_preview {
    position: relative;
    /* width: 25%; */
    min-width: 250px;
    max-width: 250px;
    height: 100%;
    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;
}

.promo_preview:hover {
    top: -3px;
}

.faqs_iframe {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0px;
    top: 50px;
    height: 91.9%;
}

.promo_img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.activationStatus {
    position: fixed;
    width: 100%;
    height: 25px;
    top: 50px;
    text-align: center;
    z-index: 1;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    display: none;
    color: white;
}

.status_color_accepted {
    background-color: #2cc185 !important;
}

.status_color_rejected {
    background-color: black !important;
}

.status_color_{
    background-color: #cccccc !important;
}

.detail_image_small {
    width: 25%;
    height: 25%;
    border: 1px solid black;
    padding: 10px;
    cursor: pointer;
}

.viewer-container {
    top:50px !important;
}

.invalid {
    border: 2px solid red;
}

.doc_iframe {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0px;
    top: 0;
    height: 91.9%;
    z-index: 1;
}

.docViewerPane {
    position: fixed;
    width: 100%;
    left: 0;
    bottom:0;
    height: 100%;
    background-color: #d1d1d1;
    text-align: center;
}

.addDocDiv {
    margin-bottom: 15px;
}

.acceptDiv {
    width: 100%;
    position: relative;
    text-align: center;
}

.conditionDiv {
    width: 75%;
    display: inline-block;
    float: left;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
}

.choiceDiv {
    display: inline-block;
    width: 25%;
    float: right;
}

.temp_holder {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}

.temp_holder div {
    width: 100%;
    height: 83.33px;
    position: absolute;
    font-size: 30px;
    color: white;
    z-index: 1;
    /* background-color: blue; */
}

.temp_holder img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}

.offer_doc_viewer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 999;
    margin-top: 50px;
}

.offer_doc_viewer iframe {
    position: absolute;
    width: 100%;
    height: 94%;
    left: 0;
}

.offer_doc_viewer_pane {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 7%;
    background-color: #525659;
    text-align: center;
}

.offer_doc_viewer_button {
    position: fixed;
    bottom: -20px;
    left: 50%;
    margin-left: -159px;
}

.play_promo_img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.play_info_page {
    position: absolute;
    width: 100%;
    left: 0;
    top: 51px;
}

.play_logo {
    margin-top: 15px;
    margin-bottom: 15px;
}

.play_title {
    color: #6e2f9e;
    font-weight: bold;
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.play_faq_link_pic {
    width: 50%;
    height: 50%;
    left: 25%;
    top: 12%;
}

.play_faq_link_text {
    font-size: 22px;
    position: absolute;
    bottom: 15px;
    width: 100%;
}