/* CSS Document */

/******************************blue-theme***************************************/


@media (min-width: 10px) and (max-width: 767px) {
    .header_tbl table {
        width: 800px!important;
    }

    .form_register {
        position: static !important;
        top: 14px;
        right: 0px;
    }

    .login_box {
        margin: 0px!important;
    }

    .banner_gap {
        margin-top: 10px;
    }

    .sche {
        text-align: left !important;
        padding: 0px !important;
    }

    .res_tbl div {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        border: 1px solid #DDD;
    }

    #ctl00_ContentPlaceHolder1_btnSendSms {
        margin-top: 20px;
    }

    .chkunicode {
        float: left!important;
    }
}
/* end of medea query*/

#imgHome, #ctl00_imgHome {
    padding: 4px;
}

#ctl00_ContentPlaceHolder1_createUser1_dtMktgSource {
    margin-bottom: 20px;
}

.fa-check-square-o::before {
    top: 1px;
    position: absolute;
}

#ctl00_ContentPlaceHolder1_lnkschedule {
    padding: 6px 25px !important;
    background-color: #8BC34A;
    border-bottom: 2px solid #689F38;
    border-image: none;
    transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
    outline: medium none;
    border-radius: 3px;
    background-clip: padding-box;
    color: #FFF;
    text-decoration: none;
}

    #ctl00_ContentPlaceHolder1_lnkschedule:hover {
        background: #689F38;
        text-decoration: none;
    }

.chkunicode {
    float: right;
}

#ctl00_ContentPlaceHolder1_rbtn1 input {
    margin-right: 5px;
}

.res_tbl div {
    min-height: 0.01%;
    overflow-x: auto;
}

#ctl00_ContentPlaceHolder1_rdbListUpdate_0, #ctl00_ContentPlaceHolder1_rdbListUpdate_1 {
    margin: 5px;
}

.bulk_imp {
    list-style: none;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.sche {
    text-align: right;
}

.edit_td {
    position: relative;
}

    .edit_td:before {
        content: "\f044";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        font-size: 18px;
        position: absolute;
        top: 4px;
        left: 0px;
        color: rgb(255, 255, 255);
        padding: 0px 7px;
        background: rgb(0, 177, 225) none repeat scroll 0% 0%;
    }

.delete_td {
    position: relative;
}

    .delete_td:before {
        content: "\f1f8";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        font-size: 18px;
        position: absolute;
        top: 0px;
        left: 0px;
        color: rgb(255, 255, 255);
        padding: 0px 7px;
        background: rgb(0, 177, 225) none repeat scroll 0% 0%;
    }

.update_td {
    position: relative;
}

    .update_td:before {
        content: "\f040";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        font-size: 18px;
        position: absolute;
        top: 4px;
        left: 0px;
        color: rgb(255, 255, 255);
        padding: 0px 7px;
        background: rgb(0, 177, 225) none repeat scroll 0% 0%;
    }

.cancel_td {
    position: relative;
}

    .cancel_td:before {
        content: "\f00d";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        font-size: 18px;
        position: absolute;
        top: 0px;
        left: 0px;
        color: rgb(255, 255, 255);
        padding: 0px 7px;
        background: rgb(0, 177, 225) none repeat scroll 0% 0%;
    }

.edit_row_tbl table {
    margin: 5px;
}

    .edit_row_tbl table td {
        padding: 5px;
    }

.table_design {
    width: 100%;
    max-width: 100%;
    border: 1px solid rgb(242, 242, 242);
}

/*.carousel,
.item,
.active {
    height: 100%;
}*/

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.table_design td, .table_design th {
    text-align: left;
    border: 0px;
}

.table_design th {
    padding: 8px;
}

.alt_row_bg {
    background-color: #f2f2f2;
}

/*.table_design tr:hover {background-color: #ddd;}*/

.header_tbl {
    background-color: #1C96B2;
    color: white;
    text-transform: uppercase;
}

    .header_tbl table {
        width: 100%;
        max-width: 100%;
        margin: 6px;
    }

.alt_row_bg table {
    width: 100%;
    max-width: 100%;
    margin: 6px;
}

.row_tbl table {
    width: 100%;
    max-width: 100%;
    margin: 6px;
    /*border: 1px solid black;*/
}

.pager_tbl table {
    margin: 6px;
}

    .pager_tbl table tr td {
        width: 30px;
        text-align: center;
        border: 1px solid #DDD;
        padding: 5px;
        margin: 6px;
    }

        .pager_tbl table tr td:hover {
            background: #ddd;
        }

.table_design1 tr table textarea {
    height: 35px;
}

.table_design1 tr table td {
    text-align: center;
}

.table_design1 tr table tr td:nth-child(1) {
    width: 15%;
}

.table_design1 tr table tr td:nth-child(2) {
    width: 30%;
}

.table_design1 tr table tr td:nth-child(3) {
    width: 20%;
}

.table_design1 tr table tr td:nth-child(4) {
    width: 20%;
}

.table_design1 tr table tr td:nth-child(5) {
    width: 15%;
}

.dlt_tbl_danger {
    color: #E84E40!important;
}

    .dlt_tbl_danger:hover {
        color: #03A9F4!important;
    }


.table_v_user tr table tr td:nth-child(1) {
    width: 5%;
}

.table_v_user tr table tr td:nth-child(2) {
    width: 10%;
}

.table_v_user tr table tr td:nth-child(3) {
    width: 10%;
}

.table_v_user tr table tr td:nth-child(4) {
    width: 10%;
}

.table_v_user tr table tr td:nth-child(5) {
    width: 10%;
}

.table_v_user tr table tr td:nth-child(6) {
    width: 10%;
}

.table_v_user tr table tr td:nth-child(7) {
    width: 5%;
}

.table_v_user tr table tr td:nth-child(8) {
    width: 10%;
}

.table_v_user tr table tr td:nth-child(9) {
    width: 10%;
}

.table_v_user tr table tr td:nth-child(10) {
    width: 10%;
}

.table_v_user tr table tr td:nth-child(11) {
    width: 10%;
}

.table_add tr table tr td:nth-child(1) {
    width: 15%;
}

.table_add tr table tr td:nth-child(2) {
    width: 50%;
}

.table_add tr table tr td:nth-child(3) {
    width: 15%;
}

.table_add tr table tr td:nth-child(4) {
    width: 20%;
}


.add_header tr td:nth-child(1) {
    width: 15%;
}

.add_header tr td:nth-child(2) {
    width: 50%;
}

.add_header tr td:nth-child(3) {
    width: 15%;
}

.add_header tr td:nth-child(4) {
    width: 20%;
}

.add_header {
    background: rgb(28, 150, 178) none repeat scroll 0% 0%;
    padding: 10px !important;
    margin: 0px !important;
    width: 100%;
    max-width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

    .add_header td {
        padding: 10px 0px;
        text-align: center;
    }

.radio_tbl tr td {
    padding: 10px;
}

#ctl00_ContentPlaceHolder1_rbtn1 tr td input[type="radio"] {
    width: 0px;
    height: 0px;
    display: none;
}

#ctl00_ContentPlaceHolder1_rbtn1 tr td label {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    text-shadow: white;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e4e4e4));
    background: -webkit-linear-gradient(#ffffff, #e4e4e4);
    background: -moz-linear-gradient(#ffffff, #e4e4e4);
    background: -o-linear-gradient(#ffffff, #e4e4e4);
    background: -ms-linear-gradient(#ffffff, #e4e4e4);
    background: linear-gradient(#ffffff, #e4e4e4);
    border: 1px solid #b2b2b2;
    color: #666666;
    padding: 8px 24px;
    font-size: 12px;
    cursor: pointer;
    font-family: Helvetica;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    margin-right: -5px;
    width: 200px;
    text-align: center;
}

#ctl00_ContentPlaceHolder1_rbtn1 tr td label {
    *display: inline;
}

.segmented-button label:hover {
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    color: #333333;
}

#ctl00_ContentPlaceHolder1_rbtn1 tr td label:active, #ctl00_ContentPlaceHolder1_rbtn1 tr td label.active {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e4e4e4), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(#e4e4e4, #ffffff);
    background: -moz-linear-gradient(#e4e4e4, #ffffff);
    background: -o-linear-gradient(#e4e4e4, #ffffff);
    background: -ms-linear-gradient(#e4e4e4, #ffffff);
    background: linear-gradient(#e4e4e4, #ffffff);
}

#ctl00_ContentPlaceHolder1_rbtn1 tr td label:disabled, #ctl00_ContentPlaceHolder1_rbtn1 tr td label.disabled {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(#ffffff, #efefef);
    background: -moz-linear-gradient(#ffffff, #efefef);
    background: -o-linear-gradient(#ffffff, #efefef);
    background: -ms-linear-gradient(#ffffff, #efefef);
    background: linear-gradient(#ffffff, #efefef);
    cursor: default;
    color: #b2b2b2;
    border-color: #cccccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

#ctl00_ContentPlaceHolder1_rbtn1 tr td label.first {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -o-border-top-left-radius: 4px;
    -ms-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -o-border-bottom-left-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#ctl00_ContentPlaceHolder1_rbtn1 tr td label.last {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -o-border-top-right-radius: 4px;
    -ms-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -o-border-bottom-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#ctl00_ContentPlaceHolder1_rbtn1 tr td input:checked + label, .segmented-button label.selected {
    background: #689F38;
    color: #fff;
}

#ctl00_ContentPlaceHolder1_rbtn1 tr td input:disabled + label {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(#ffffff, #efefef);
    background: -moz-linear-gradient(#ffffff, #efefef);
    background: -o-linear-gradient(#ffffff, #efefef);
    background: -ms-linear-gradient(#ffffff, #efefef);
    background: linear-gradient(#ffffff, #efefef);
    cursor: default;
    color: #b2b2b2;
    border-color: #cccccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}


/*view user*/

#ctl00_ContentPlaceHolder1_rbtnStatus tr td input[type="radio"] {
    width: 0px;
    height: 0px;
    display: none;
}

#ctl00_ContentPlaceHolder1_rbtnStatus tr td label {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    text-shadow: white;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e4e4e4));
    background: -webkit-linear-gradient(#ffffff, #e4e4e4);
    background: -moz-linear-gradient(#ffffff, #e4e4e4);
    background: -o-linear-gradient(#ffffff, #e4e4e4);
    background: -ms-linear-gradient(#ffffff, #e4e4e4);
    background: linear-gradient(#ffffff, #e4e4e4);
    border: 1px solid #b2b2b2;
    color: #666666;
    padding: 8px 24px;
    font-size: 12px;
    cursor: pointer;
    font-family: Helvetica;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    margin-right: -5px;
    width: 200px;
    text-align: center;
}

#ctl00_ContentPlaceHolder1_rbtnStatus tr td label {
    display: inline;
}

    #ctl00_ContentPlaceHolder1_rbtnStatus tr td label:hover {
        -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
        color: #333333;
    }

    #ctl00_ContentPlaceHolder1_rbtnStatus tr td label:active, #ctl00_ContentPlaceHolder1_rbtnStatus tr td label.active {
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e4e4e4), color-stop(100%, #ffffff));
        background: -webkit-linear-gradient(#e4e4e4, #ffffff);
        background: -moz-linear-gradient(#e4e4e4, #ffffff);
        background: -o-linear-gradient(#e4e4e4, #ffffff);
        background: -ms-linear-gradient(#e4e4e4, #ffffff);
        background: linear-gradient(#e4e4e4, #ffffff);
    }

    #ctl00_ContentPlaceHolder1_rbtnStatus tr td label:disabled, #ctl00_ContentPlaceHolder1_rbtnStatus tr td label.disabled {
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #efefef));
        background: -webkit-linear-gradient(#ffffff, #efefef);
        background: -moz-linear-gradient(#ffffff, #efefef);
        background: -o-linear-gradient(#ffffff, #efefef);
        background: -ms-linear-gradient(#ffffff, #efefef);
        background: linear-gradient(#ffffff, #efefef);
        cursor: default;
        color: #b2b2b2;
        border-color: #cccccc;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }

    #ctl00_ContentPlaceHolder1_rbtnStatus tr td label.first {
        -moz-border-radius-topleft: 4px;
        -webkit-border-top-left-radius: 4px;
        -o-border-top-left-radius: 4px;
        -ms-border-top-left-radius: 4px;
        -khtml-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -o-border-bottom-left-radius: 4px;
        -ms-border-bottom-left-radius: 4px;
        -khtml-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    #ctl00_ContentPlaceHolder1_rbtnStatus tr td label.last {
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        -o-border-top-right-radius: 4px;
        -ms-border-top-right-radius: 4px;
        -khtml-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -o-border-bottom-right-radius: 4px;
        -ms-border-bottom-right-radius: 4px;
        -khtml-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    #ctl00_ContentPlaceHolder1_rbtnStatus tr td input:checked + label, #ctl00_ContentPlaceHolder1_rbtnStatus tr td label.selected {
        background: #689F38;
        color: #fff;
    }

#ctl00_ContentPlaceHolder1_rbtnStatus tr td input:disabled + label {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(#ffffff, #efefef);
    background: -moz-linear-gradient(#ffffff, #efefef);
    background: -o-linear-gradient(#ffffff, #efefef);
    background: -ms-linear-gradient(#ffffff, #efefef);
    background: linear-gradient(#ffffff, #efefef);
    cursor: default;
    color: #b2b2b2;
    border-color: #cccccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}


.acc_typ {
    background: rgb(230, 56, 56) none repeat scroll 0% 0%;
    padding: 5px;
    color: rgb(255, 255, 255);
    border-radius: 4px;
}

}
/*.reseller_tbl tr td{
    padding:5px !important;
    border-color: rgba(155, 151, 149, 0.26) !important;
}*/
#ctl00_ContentPlaceHolder1_tdForOwnerDisplay div {
    overflow-x: auto;
    min-height: 0.01%;
}

.table .table {
    background-color: transparent !important;
}

.GridHeader_hd tr th table tr td {
    color: #fff !important;
}
/*.table tbody > tr > td {
            font-size: 0.875em;
            vertical-align: middle;
            border-top: 0px solid rgba(231, 235, 238, 0) !important;
            padding: 12px 8px;
            color: #000 !important;
        }*/
.reseller_tbl tr td table tr td a {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #03A9F4;
    border-color: #2980B9;
    color: #fff;
}

    .reseller_tbl tr td table tr td a:hover {
        background-color: #2980B9;
        border-color: #1C5C87;
        color: #fff;
    }

#ctl00_ContentPlaceHolder1_rbtnStatus {
    margin: 0 auto;
}

    #ctl00_ContentPlaceHolder1_rbtnStatus tr td input {
        margin: 5px;
    }

.btn-form input {
    margin: 5px;
}

.GridHeader_hd th a {
    color: #fff!important;
}


#UserCredit1_UpdatePanel1 {
    margin-top: 15px;
}

#ctl00_ContentPlaceHolder1_SendSmsCheckBox {
    margin-right: 5px;
}

.view_user_tbl tr td {
    border: 0px !important;
    font-size: 14px!important;
    padding: 3px;
}

    .view_user_tbl tr td:nth-child(1) {
        width: 2%;
    }

    .view_user_tbl tr td:nth-child(2) {
        width: 8%;
    }

    .view_user_tbl tr td:nth-child(3) {
        width: 10%;
    }

    .view_user_tbl tr td:nth-child(4) {
        width: 9%;
    }

    .view_user_tbl tr td:nth-child(5) {
        width: 19%;
    }

    .view_user_tbl tr td:nth-child(6) {
        width: 10%;
    }

    .view_user_tbl tr td:nth-child(7) {
        width: 8%;
    }

    .view_user_tbl tr td:nth-child(8) {
        width: 5%;
    }

    .view_user_tbl tr td:nth-child(9) {
        width: 10%;
        text-align: center;
    }

    .view_user_tbl tr td:nth-child(10) {
        width: 9%;
    }

    .view_user_tbl tr td:nth-child(11) {
        width: 10%;
    }

.design_check tr td {
    padding-left: 15px;
    position: relative;
}

    .design_check tr td label {
        padding-left: 20px;
        position: relative;
        font-size: 14px;
    }

/*.design_check tr td input[type="checkbox"] {
        visibility: hidden;
    }*/

/*.design_check tr td label::before {

    cursor: pointer;
    position: absolute;
    width: 22px;
    height: 22px;
    left: 1px;
    top: 1px;
    content: "";
    border: 2px solid #E7EBEE;
    background: #FFF none repeat scroll 0% 0% padding-box;
    border-radius: 3px;

}*/
/*.design_check tr td input[type="checkbox"]:checked + label::after {
    opacity: 1;
}

.design_check tr td label::after {
    opacity: 0;
    content: "";
    position: absolute;
    width: 12px;
    height: 7px;
    background: transparent none repeat scroll 0% 0%;
    top: 7px;
    left: 6px;
    border-width: medium medium 3px 3px;
    border-style: none none solid solid;
    border-color: -moz-use-text-color -moz-use-text-color #03A9F4 #03A9F4;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    transform: rotate(-45deg);
}*/




/*.lable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	 
	color: #666666;
	text-decoration: none;
	text-align:center;
	height:15px;
}*/





#blue-support-green-h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #1179bc;
}

#loging-top-right-green {
    width: 619px;
    background-color: #e2f2fc;
    padding-top: 5px;
    padding-bottom: 10px;
}




.post {
    margin-bottom: 45px;
}

    .post .title {
        height: 44px;
        padding-left: 15px;
    }

        .post .title a {
            text-decoration: none;
            text-transform: capitalize;
            font-size: 30px;
            color: #0e76b8;
        }

    .post .date {
    }

    .post .meta {
        margin-top: -8px;
        margin-left: 2px;
        padding: 0px 30px 2px 15px;
        border-bottom: 1px solid #D4D8CB;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 10px;
        color: #66665E;
    }

        .post .meta span {
            display: block;
            margin-top: -10px;
        }

        .post .meta a {
        }

    .post .entry {
        margin-bottom: 10px;
        padding: 10px 15px 10px 15px;
    }

    .post .comments {
        display: block;
        width: 120px;
        height: 18px;
        margin: 0px;
        padding: 3px 0px 0px 40px;
        background: url(images/img07.gif) no-repeat left top;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-decoration: none;
        font-weight: bold;
        color: #961A06;
    }

.tbl_dlt {
    position: relative;
}

/*replace the content value with the
corresponding value from the list below*/

.tbl_dlt_a:before {
    content: "\f1f8";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 18px;
    padding-right: 0.5em;
}

.GridHeader_hd {
    background-color: #00b1e1 !important;
    border-color: #00c5fb #00c5fb #0095bd !important;
    vertical-align: middle;
    border-width: 1px 1px 7px;
    border-style: solid;
    font-weight: 400;
    font-size: 13px;
}


#black {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 30px;
    color: #666666;
    text-decoration: none;
    background-color: #fdefee;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
    text-align: left;
    height: 30px;
    padding-left: 15px;
}

.black2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 30px;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
    background-color: #fdefee;
    text-align: left;
    height: 30px;
    padding-left: 15px;
}

.leftbg1-blue {
    background-image: url(images/leftbg1-blue.gif);
    background-position: right top;
    background-repeat: no-repeat;
    height: 36px;
}

.rightbg1-blue {
    background-image: url(images/rightbg1-blue.gif);
    background-position: left top;
    background-repeat: no-repeat;
    height: 36px;
}

.midbg1-blue {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFFFFF;
    font-weight: bold;
    background-image: url(images/midbg1-blue.gif);
    background-position: top;
    background-repeat: repeat-x;
}



.post-red {
    margin-bottom: 45px;
}

    .post-red .title {
        height: 44px;
        padding-left: 15px;
    }

        .post-red .title a {
            text-decoration: none;
            text-transform: capitalize;
            font-size: 30px;
            color: #992e2b;
        }

    .post-red .date {
    }

    .post-red .meta {
        margin-top: -8px;
        margin-left: 2px;
        padding: 0px 30px 2px 15px;
        border-bottom: 1px solid #D4D8CB;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 10px;
        color: #66665E;
    }

.post .meta span {
    display: block;
    margin-top: -10px;
}

.post .meta a {
}

.post .entry {
    margin-bottom: 10px;
    padding: 10px 15px 10px 15px;
}

.post .links {
    display: block;
    width: 120px;
    height: 20px;
    margin: 0px 0px 0px 0px;
    padding: 4px 0px 0px 40px;
    background: url(images/img03.gif) no-repeat left top;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    color: #666666;
}

.post .comments {
    display: block;
    width: 120px;
    height: 18px;
    margin: 0px;
    padding: 3px 0px 0px 40px;
    background: url(images/img07.gif) no-repeat left top;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    color: #961A06;
}


.green {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 30px;
    color: #666666;
    text-decoration: none;
    background-color: #e3e4df;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #eae7e7;
    text-align: left;
    height: 30px;
    padding-left: 15px;
}



.blackm {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 30px;
    color: #666666;
    text-decoration: none;
    background-color: #eae7e7;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #000000;
    text-align: left;
    height: 30px;
    padding-left: 15px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
}

#logo-box {
    width: 966px;
    margin: 0px 0px 0px 0px;
    padding: 4px 0px 0px 5px;
    float: left;
}

#menu {
    float: left;
    width: 740px;
    height: 43px;
}

    #menu ul {
        margin: 0;
        padding: 0px 0px 0px 0px;
        list-style: none;
        line-height: normal;
    }

    #menu li {
        display: block;
        float: left;
    }

    #menu a {
        display: block;
        float: left;
        height: 30px;
        margin: 0;
        padding: 13px 30px 0px 30px;
        background: url(images/img02.gif) no-repeat left top;
        text-decoration: none;
        text-align: center;
        text-transform: capitalize;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
    }

        #menu a:hover {
            text-decoration: none;
        }

    #menu .current_page_item a {
        width: 75px;
    }



#search {
    float: right;
    width: 200px;
}

    #search form {
        float: right;
        margin: 0;
        padding: 11px 0px 0 0;
    }

    #search fieldset {
        margin: 0;
        padding: 0;
        border: none;
    }

    #search input {
        float: left;
        font: 12px Georgia, "Times New Roman", Times, serif;
        border: none;
    }

#search-text {
    width: 125px;
    height: 18px;
    padding: 3px 0 0 5px;
    border: 1px solid #333333;
    background: #ECF9E4;
    color: #000000;
}

#search-submit {
    height: 21px;
    margin-left: 10px;
    padding: 0px 5px;
    background: #5AA01B;
    color: #FFFFFF;
}

/*
#center-body
	{
	width:1008px;
	padding:10px 0px 0px 0px;
	height:1000px;
	}
*/
#login-body-center {
    width: 1008px;
    padding: 10px 0px 0px 0px;
}

#center-body {
    width: 1008px;
    padding: 10px 0px 0px 0px;
    height: 1078px;
}



#right-body {
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.matter {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #666666;
    line-height: 20px;
}

.balance {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    color: #006699;
    text-align: left;
}

.date {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 30px;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
    background-color: #f2f2f2;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
    text-align: center;
    height: 30px;
}

.white1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 30px;
    color: #666666;
    text-decoration: none;
    background-color: #ffffff;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
    text-align: left;
    height: 30px;
    padding-left: 15px;
}

.white2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 30px;
    font-weight: none;
    color: #666666;
    text-decoration: none;
    background-color: #ffffff;
    text-align: left;
    height: 30px;
    padding-left: 15px;
}

#Balancecontrol1_UpdatePanel1 {
    margin: 10px 0px 10px 0px;
}

#footer {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    padding: 0;
    background: #E1E1E1;
}



    #footer a {
    }

#ddlSenderIDGSM {
    width: 100%;
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#chkGroup tr td {
    border: 1px solid #ccc;
}

#ddlUserName {
    display: block;
    width: 100% !important;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow;
}



#txtFromDate {
    display: block;
    width: 100% !important;
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow;
}

#ddlValidity {
    width: 100% !important;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#rbtnStatus {
    margin: 0 auto;
    width: 210px;
}

#UserCredit1_UpdatePanel1 table {
    background: #FDC735 none repeat scroll 0% 0%;
    color: #FFF;
    border-radius: 4px;
}

.col-xs-4 p {
    text-align: center;
}

#gdSenderIdDetails tr td table tr td a {
    background-color: #28CA8F;
    color: #FFF !important;
    font-family: Arial,Helvetica,sans-serif;
    padding: 0px 5px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0px);
    box-shadow: 0px 0px 1px transparent;
    backface-visibility: hidden;
    transition-duration: 0.3s;
    transition-property: box-shadow, transform;
}

#btnExport, #btnexportall {
    background-color: #28CA8F;
    color: #FFFFFF !important;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

    #btnExport:hover, #btnExport:focus, #btnExport:active, #btnexportall:hover, #btnexportall:focus, #btnexportall:active {
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

#grdResult {
    width: 100% !important;
}

    #grdResult tr th table {
        height: 30px;
        /* padding: 10px; */
        padding-left: 10px;
    }

    #grdResult tr td table {
        height: 30px;
        /* padding: 10px; */
        padding-left: 10px;
    }


#txtToDate {
    display: block;
    width: 100% !important;
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow;
}

.date2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 30px;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
    background-color: #f2f2f2;
    text-align: center;
    height: 30px;
}

#GroupDpdList + input {
    margin-left: 10px;
}

    #GroupDpdList + input + input {
        margin-left: 10px;
    }

#UserCredit2_UpdatePanel1 {
    margin-top: 10px;
}

#btnsave {
    margin-left: 10px;
}

#ddlcontent {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-left: 10px;
}

#txtoldpassword, #txtRepeatPassword, #txtFirstName, #txtLastName, #txtEmailId, #ddlCountry, #ddlState, #ddlCity {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#txtPassword {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px 4px 4px 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    #txtPassword:focus {
        border-color: #66AFE9;
        outline: 0px none;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
    }

#txtMobile {
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px 4px 4px 0px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.table_hd {
    width: 100%;
}

.bordr5 {
    width: 100%;
}

    .bordr5 tr td table tr td {
        height: 25px;
    }

#grdGroups tr td {
    text-align: center;
}

#ddlhour, #ddlhour1 {
    display: block;
    width: 52px !important;
    height: 30px;
    padding: 6px 4px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#btnFind {
    margin-bottom: 10px;
}

#ddlminute, #ddlminutes1 {
    display: block;
    width: 52px !important;
    height: 30px;
    padding: 6px 4px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#txtScheduleDate {
    display: block;
    width: 115px !important;
    height: 30px;
    padding: 6px 4px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-top: 15px;
}

#lnlcreate {
    background-color: #F05179;
    border: #F05179;
    color: #FFFFFF !important;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    margin-top: -6px;
    text-decoration: none;
}

#txttemnme, #txtfndname {
    display: block;
    width: 366px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#txtfndname {
    display: block;
    width: 94%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#lnkedit {
    background-color: #F05179;
    border: #F05179;
    color: #FFFFFF !important;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    margin-top: -6px;
    text-decoration: none;
}

#ddlday, #ddlday1 {
    display: block;
    width: 56px !important;
    height: 30px;
    padding: 6px 4px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#txtContactNoInc, #txtContactNoExc {
    height: 80px !important;
    overflow: auto;
    display: block;
    width: 178px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#createUser1_ddlCountry, #createUser1_ddlState, #createUser1_ddlCity {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#txtname {
    width: 100%;
    height: 30px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#GroupDpdList {
    width: 100%;
    height: 30px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#ddlGroup {
    display: block;
    width: 148px !important;
    height: 30px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#txtGroupName {
    display: block;
    width: 100%;
    height: 30px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


#btndeleteAll {
    margin-left: 9px;
    margin-top: 10px;
}


#top-menu-right-icon {
    margin: 60px 0px 0px 200px;
    padding: 0px 0px 0px 0px;
    float: left;
}

#top-menu-link-icon a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

    #top-menu-link-icon a:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #80b603;
        text-decoration: none;
    }

.buttontext a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}

    .buttontext a:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 12px;
        color: #000000;
        text-decoration: none;
    }


#red-top-menu-link-icon a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

    #red-top-menu-link-icon a:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #99302c;
        text-decoration: none;
    }

.leftbg1-red {
    background-image: url(images/leftbg1-red.gif);
    background-position: right top;
    background-repeat: no-repeat;
    height: 36px;
}



/*///////////////////////////////////login-css-start ///////////////////////////////////*/


#login-left-body {
    width: 307px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 30px;
    float: left;
}

#login-mian-box-border {
    width: 303px;
    border: 1px solid #e3e4df;
    margin-bottom: 15px;
}

#login-top {
    width: 303px;
    height: 30px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#login-icon-main {
    width: 68px;
    float: left;
}

/*#login-top-bg
	{
	width:303px;
	height:30px;
	background-image:url(images/login-top-bg.gif);
	background-repeat:repeat-x;
	float:left;
	padding:0px 0px 0px 0px;
	}
*/



#login-in-body-left {
    width: 284px;
    margin: 10px 0px 5px 8px;
    padding: 0px 0px 0px 0px;
}

#login-h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #1f1a17;
    padding: 11px 0px 11px 7px;
    margin: 0px 0px 0px 0px;
}

#login-textfied-border {
    width: 265px;
    height: 20px;
    border: 1px solid #e3e0e0;
    background-color: #fcfcfa;
    margin-left: 5px;
}

#chack-box-main {
    padding: 4px 0px 0px 7px;
}

#chack-icon {
    padding: 0px 0px 0px 0px;
    float: left;
    margin: 0px 0px 0px 0px;
}

#chack-h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #1f1a17;
}

#login-submit-main {
    margin: 0px 0px 0px 150px;
    padding: 5px 0px 0px 0px;
}

#login-bottum-bg {
    width: 303px;
    height: 58px;
    background-image: url(images/login-top-bg.gif);
    background-repeat: repeat-x;
}

#Sign-up-main {
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 15px;
    float: left;
}

#sign-up-link a {
    font-family: Arial, Helvetica, sans-serif;
    color: #1179bc;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
}

    #sign-up-link a:hover {
        font-family: Arial, Helvetica, sans-serif;
        color: #565250;
        font-size: 12px;
        font-weight: bold;
        padding: 0px 0px 0px 0px;
        text-decoration: none;
    }

#forgot-mian {
    float: left;
    padding: 10px 0px 0px 100px;
}

#forgot-link a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #556766;
    text-decoration: none;
}

    #forgot-link a:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #da251c;
        text-decoration: none;
    }

/*	
#support-main0-border
	{
	width:303px;
	border:1px solid #e3e4df;
	background-color:#fcfcfa;
	margin:5px 0px 0px 0px;
	height:80px;
	}

#support-in-box
	{
	width:200px;
	float:left;
	padding:5px 0px 0px 14px;
	margin:0px 0px 0px 0px;
	}
*/
#lblMessage {
    color: blue!important;
    font-size: 15px !important;
}


#support-h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #1b1613;
    line-height: 20px;
}

#ddluserid, #ddlvalidity {
    display: block;
    width: 200px;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#ddlbnruser {
    display: block;
    width: 200px;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#ddluser {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#support-green {
    float: left;
    padding: 30px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

/*#support-green-h1
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#3366CC;
	}*/


.export input {
    margin: 0px !important;
}

.txtuser input {
    width: 200px;
}

#ddlshortcode {
    display: block;
    width: 200px;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#login-right-body {
    width: 619px;
    border: 1px solid #e3e4e0;
    float: left;
    margin: 0px 0px 5px 7px;
    padding: 0px 0px 0px 0px;
}


.caution {
    list-style: none;
}

    .caution li {
        margin-bottom: 5px;
    }

#FileUpload1, #FileUpload3, #FileUpload4 {
    color: #000!important;
    background-color: White;
    border-color: #ccc !important;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
}

#TextBox1 {
    display: block;
    width: 100% !important;
    height: 90px!important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-left: -6px;
}

h3, h4, h5, h6 {
    color: #666666;
}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
/*
h1 {
	margin:0.5em 0 0 0;
	font-size: 1.4em;
	font-weight: bold;
}
h2 {
    margin:0.5em 0 0 0;
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
    margin:0.5em 0 0 0;
	font-size: 1.2em;
	font-weight: bold;
}
h4 {
	margin: 0.5em 0;
	font-size: 14px;
	
}
h5 {
	margin: 0.5em 0;
	font-size: 1em;
	font-weight: bold;
	width: 556px;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.9em;
	font-weight: bold;
}
p  {
	margin: 1em 0;
	line-height: 1.5em;
}
*/

#loging-top-right-greey {
    width: 619px;
    background-color: #fcfcfa;
    padding-bottom: 10px;
}

#login-right-h1 {
    font: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #1f1a17;
    padding: 10px 0px 0px 12px;
    margin: 0px 0px 0px 0px;
}

#login-right-line {
    margin: 5px 0px 10px 0px;
}

#support-h4-right {
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 12px;
    padding: 0px 0px 0px 12px;
    line-height: 20px;
}

#ddlSenderId {
    width: 100%;
    display: block;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#ddlSentTo {
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#ctl00_ContentPlaceHolder1_chkunicode {
    margin-right: 5px;
}

#trcsvImport {
    padding: 6px 41px !important;
}


#templateid {
    padding: 6px 34px !important;
    background-color: #8BC34A;
    border-bottom: 2px solid #689F38;
    border-image: none;
    transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
    outline: medium none;
    border-radius: 3px;
    background-clip: padding-box;
    color: #FFF!important;
    text-decoration: none;
}

    #templateid:hover {
        background: #689F38!important;
        text-decoration: none;
    }

.checkbox-nice chack-border1 {
    position: relative;
    padding-left: 15px;
}

    .checkbox-nice chack-border1 input[type="checkbox"] {
        visibility: hidden;
    }

}

.checkbox-nice chack-border1 label {
    padding-top: 3px;
}


    .checkbox-nice chack-border1 label::before {
        cursor: pointer;
        position: absolute;
        width: 22px;
        height: 22px;
        left: 1px;
        top: 1px;
        background: #FFF none repeat scroll 0% 0% padding-box;
        content: "";
        border: 2px solid #E7EBEE;
        border-radius: 3px;
    }

.checkbox-nice chack-border1 input[type="checkbox"]:checked + label::after {
    opacity: 1;
}

.checkbox-nice chack-border1 label::after {
    opacity: 0;
    content: "";
    position: absolute;
    width: 12px;
    height: 7px;
    background: transparent none repeat scroll 0% 0%;
    top: 7px;
    left: 6px;
    border-width: medium medium 3px 3px;
    border-style: none none solid solid;
    border-color: -moz-use-text-color -moz-use-text-color #03A9F4 #03A9F4;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    transform: rotate(-45deg);
}

.btn-success {
    background-color: #8bc34a!important;
    border-color: #689f38!important;
}

#lnkbutnumOrGrp {
    padding: 6px !important;
    background-color: #8BC34A;
    border-bottom: 2px solid #689F38;
    border-image: none;
    transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
    outline: medium none;
    border-radius: 3px;
    background-clip: padding-box;
    color: #FFF;
    text-decoration: none;
    width: 124px;
    text-align: center;
}

    #lnkbutnumOrGrp:hover {
        background: #689F38;
        text-decoration: none;
    }

#ctl00_ContentPlaceHolder1_rbtn1 {
    width: 100%;
}

#ctl00_ContentPlaceHolder1_lblMessage {
    border-color: #689F38;
    color: #689F38;
    border-radius: 0px;
    background-clip: padding-box;
    border-image: none;
    border-style: none;
    border-width: 0px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

#txtOthMobile {
    height: 71px;
    width: 100%;
    display: block;
    /* width: 100%; */
    /* height: 34px; */
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


#txtMessage {
    height: 100px;
    overflow: auto;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#lnkschedule {
    position: static;
    border: 1px solid #ccc;
    padding: 5px;
    text-decoration: none;
    color: red;
}

.navigation {
    height: 30px;
}

    .navigation ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .navigation ul li {
            float: left;
            padding: 5px 10px;
            text-align: center;
            line-height: 23px;
        }

            .navigation ul li a {
                color: #fff;
                text-decoration: none;
            }

            .navigation ul li:hover {
                background: #F05179;
            }

.text-box {
    display: block;
    width: 100%;
    padding: 4px 16px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px 4px 4px 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .text-box:focus {
        border-color: #66AFE9;
        outline: 0px none;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
    }

.find-button {
    background-color: #28CA8F;
    color: #FFFFFF !important;
    font-family: Arial, Helvetica, sans-serif;
    padding: 4px 10px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

    .find-button:hover, .find-button:focus, .find-button:active {
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

#txtSenderIdValue {
    background-color: #F3F3F3;
    /* display: block; */
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#chkGroup {
    width: 100%;
}


    #chkGroup tr td {
        padding-left: 5px;
        padding-top: 5px;
        padding-bottom: 2px;
    }

        #chkGroup tr td input {
            margin: 0px;
        }

        #chkGroup tr td label {
            font-weight: normal !important;
            font-size: 14px;
            margin-left: 5px;
            margin-bottom: 0px;
        }

.chack-box-font {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    padding-top: 3px;
    padding-left: 3px;
    float: left;
}
/******************************new-menu-css-start***************************************/



/*.new-left-menu
	{
	width:200px;
	float:left;
	
	margin:0px 0px 0px 5px;
	}*/

/*.new-menu-left005
	{
	width:200px;
	margin:0 auto;
	padding-bottom:5px;
	}*/

.new-menu-left-link003 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #fff;
    /* text-decoration: none; */
    /* margin-bottom: 5px; */
    /* margin-top: 5px; */
    background-color: rgb(48, 122, 213);
    padding: 10px;
    text-align: center;
}

.nav-1 ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}


.new-menu-left005-main {
    width: 175px;
    margin: 0px 0px 0px 0px;
}

#ctl00_ContentPlaceHolder1_rblist tr td input[type="radio"] {
    width: 0px;
    height: 0px;
    display: none;
}

#ctl00_ContentPlaceHolder1_rblist tr td label {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    text-shadow: white;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e4e4e4));
    background: -webkit-linear-gradient(#ffffff, #e4e4e4);
    background: -moz-linear-gradient(#ffffff, #e4e4e4);
    background: -o-linear-gradient(#ffffff, #e4e4e4);
    background: -ms-linear-gradient(#ffffff, #e4e4e4);
    background: linear-gradient(#ffffff, #e4e4e4);
    border: 1px solid #b2b2b2;
    color: #666666;
    padding: 5px 24px;
    padding-bottom: 3px;
    font-size: 12px;
    cursor: pointer;
    font-family: Helvetica;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    margin-right: -5px;
}

#ctl00_ContentPlaceHolder1_rblist tr td label {
    *display: inline;
}

    #ctl00_ContentPlaceHolder1_rblist tr td label:hover {
        -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
        color: #333333;
    }

    #ctl00_ContentPlaceHolder1_rblist tr td label:active, #ctl00_ContentPlaceHolder1_rblist tr td label.active {
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e4e4e4), color-stop(100%, #ffffff));
        background: -webkit-linear-gradient(#e4e4e4, #ffffff);
        background: -moz-linear-gradient(#e4e4e4, #ffffff);
        background: -o-linear-gradient(#e4e4e4, #ffffff);
        background: -ms-linear-gradient(#e4e4e4, #ffffff);
        background: linear-gradient(#e4e4e4, #ffffff);
    }

    #ctl00_ContentPlaceHolder1_rblist tr td label:disabled, #ctl00_ContentPlaceHolder1_rblist tr td label.disabled {
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #efefef));
        background: -webkit-linear-gradient(#ffffff, #efefef);
        background: -moz-linear-gradient(#ffffff, #efefef);
        background: -o-linear-gradient(#ffffff, #efefef);
        background: -ms-linear-gradient(#ffffff, #efefef);
        background: linear-gradient(#ffffff, #efefef);
        cursor: default;
        color: #b2b2b2;
        border-color: #cccccc;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }

    #ctl00_ContentPlaceHolder1_rblist tr td label.first {
        -moz-border-radius-topleft: 4px;
        -webkit-border-top-left-radius: 4px;
        -o-border-top-left-radius: 4px;
        -ms-border-top-left-radius: 4px;
        -khtml-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -o-border-bottom-left-radius: 4px;
        -ms-border-bottom-left-radius: 4px;
        -khtml-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    #ctl00_ContentPlaceHolder1_rblist tr td label.last {
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        -o-border-top-right-radius: 4px;
        -ms-border-top-right-radius: 4px;
        -khtml-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -o-border-bottom-right-radius: 4px;
        -ms-border-bottom-right-radius: 4px;
        -khtml-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    #ctl00_ContentPlaceHolder1_rblist tr td input:checked + label, #ctl00_ContentPlaceHolder1_rblist tr td label.selected {
        background: #689F38;
        color: #fff;
    }

#ctl00_ContentPlaceHolder1_rblist tr td input:disabled + label {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(#ffffff, #efefef);
    background: -moz-linear-gradient(#ffffff, #efefef);
    background: -o-linear-gradient(#ffffff, #efefef);
    background: -ms-linear-gradient(#ffffff, #efefef);
    background: linear-gradient(#ffffff, #efefef);
    cursor: default;
    color: #b2b2b2;
    border-color: #cccccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.btn-success:hover {
    background-color: #689F38!important;
}

#ctl00_ContentPlaceHolder1_rblist {
    width: 405px;
}

/******************************new-menu-css-end***************************************/

