/* Action Label Styles */
.cst_act_lbl {
    background: #e4e4e4;
    padding: 10px;
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

/* Carousel Indicator Styles */
#carousel_wrp .carousel-indicators li,
#carousel_wrp2 .carousel-indicators li {
    border: 2px solid #000;
    background: #000;
    width: 20px;
    height: 20px;
}

#carousel_wrp .carousel-indicators li.active,
#carousel_wrp2 .carousel-indicators li.active {
    background: #fff;
    border: 2px solid #000;
}

/* Carousel Control Styles */
.carousel-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    width: 10%;
    bottom: -30px;
    top: auto;
    background: transparent !important;
    color: #000;
}

.carousel-control.left {
    left: 30px;
}

.carousel-control.right {
    right: 30px;
}

/* Network Body Styles */
.network_body {
    border: 1px solid #000;
    padding: 10px;
    min-height: 525px;
}

.top_net_tt {
    background: #000;
    color: #fff;
}

.net_text_lbl {
    padding: 10px;
    font-weight: bold;
    margin: 0;
}

/* Margin Utilities */
.mt_30 {
    margin-top: 30px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_10 {
    margin-top: 10px;
}

/* Common Styles */
.cst_bold_lbl {
    font-weight: bold;
}

.cst_img_ic {
    height: 30px;
    padding-right: 10px;
}

/* Bottom Bar Styles */
.bottom_bar {
    display: block;
    width: 100%;
    height: 10px;
    border: 1px solid #000;
    border-radius: 2px;
}

.bottom_bar.link_selected {
    background: #000;
}

/* Device Selection Styles */
.cst_cmn_top_device_select.link_selected img {
    border: 1px solid red;
    opacity: 1;
}

.cst_cmn_top_device_select img {
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    box-shadow: 0 3px 6px #00000029;
    opacity: 0.3;
}

/* iPhone Type Selection */
.cmn_iphone_type_select {
    color: #000 !important;
    padding: 20px;
    width: 90%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none !important;
}

.cmn_iphone_type_select:hover {
    text-decoration: none !important;
}

.cmn_iphone_type_select.link_selected {
    background: #efefef;
}

/* Android Type Selection */
.cmn_android_type_select {
    color: #000 !important;
    padding: 20px;
    width: 90%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none !important;
}

.cmn_android_type_select:hover {
    text-decoration: none !important;
}

.cmn_android_type_select.link_selected {
    background: #efefef;
}

/* Layout Styles */
.cst_top_type_wrap {
    text-align: center;
}

/* Table Styles */
table {
    table-layout: fixed;
    width: 100%;
}

td {
    width: 33.33%;
}

.cst_break_word {
    word-break: break-all;
}

/* Mobile Responsive Styles */
@media only screen and (min-width: 320px) and (max-width: 568px) {
    table {
        table-layout: auto;
    }

    .cst_act_lbl {
        font-size: 15px;
    }

    .mob_mb_20 {
        margin-bottom: 20px;
    }

    .carousel-indicators {
        bottom: -55px;
    }

    span.cst_tt_mob {
        display: block;
        margin-top: 5px;
    }

    .cmn_android_type_select {
        padding: 10px 1px;
        font-size: 12px;
    }

    .cmn_iphone_type_select {
        padding: 10px 1px;
        font-size: 12px;
    }

    .mob_mt_30 {
        margin-top: 30px;
    }

    .cst_img_ic {
        padding: 0;
    }
}