﻿@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

.container {
    margin: 0 auto;
}

body {
    font-size: 13px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.hide {
    display: none;
}

.clearfix {
    clear: both;
}

.mt-0 {
    margin-top: 0px !important;
}

.custom-ht-auto {
    min-height: 650px;
}

.white-bg {
    background-color: #fff;
}

.no-padding {
    padding: 0px !important;
}

.padd-right {
    padding-right: 0px !important;
}

.padd-left {
    padding-left: 0px !important;
}

.padd-right-7 {
    padding-right: 7.5px !important;
}

.padd-left-7 {
    padding-left: 7.5px !important;
}

.clear {
    clear: both;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.cls {
    float: none;
    clear: both;
}
/*General settings*/

#header {
    background-color: #3381B0;
    min-height: 70px;
}

.logo {
    /* padding-left: 40px; */
    /* padding-top: 15px; */
    margin-left: 0 !important;
}

.signup {
    /* padding-right: 40px; */
}

.logo img#logo-desk {
    width: 100%;
    max-width: 181px;
}

.logo img#logo-mob {
    width: 100%;
    max-width: 58px;
}

.signup .signupone {
    float: left;
    padding-top: 24px;
    margin: 0 13px 0 0;
}

#innercontainer {
    min-height: 650px;
}

.signupone .form-control {
    border-radius: 0px;
    width: 190px;
}

.signup .signuptwo {
    float: left;
    padding-top: 24px;
}

    .signup .signuptwo .login-btn {
        background-color: #105E8C;
        width: 73px;
        padding: 5px 10px;
        border: 1px solid #a6aba2;
        color: #fff;
    }

.code {
    width: 20%;
    float: left;
    margin-top: 10px;
}

.area {
    width: 70%;
    float: right;
    margin-top: -15px;
}

.signup .signuptwo .login-btn:hover {
    background-color: #3695CD;
    width: 73px;
    padding: 5px 10px;
    border: 1px solid #fff;
    color: #fff;
}

.slider {
    margin-top: 60px;
    max-width: 485px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
}

    .slider .carousel-indicators .active {
        background-color: #3695CD;
    }

    .slider .carousel-indicators li {
        background-color: #fff;
    }

.homeone {
    margin: 46px auto 100px;
    max-width: 380px;
}

    .homeone h2 {
        font-family: 'Open Sans', Arial, sans-serif;
        font-weight: 600;
        font-size: 40px;
        margin: 0px;
        line-height: 50px;
    }

    .homeone p {
        font-family: 'Open Sans', Arial, sans-serif;
        font-weight: 500;
        font-size: 18px;
        margin: 10px 0;
        line-height: 24px;
    }

.hometwo {
    margin-top: 25px;
}

    .hometwo .myacc-btn {
        background-color: #105E8C;
        padding: 12px 50px;
        font-size: 19px;
        color: #fff;
        border-radius: 10px;
        border: none;
    }

#footer {
    background-color: #3381B0;
    min-height: 40px;
    text-align: center;
}

    #footer p {
        color: #e3e7e0;
        line-height: 40px;
        margin: 0 auto;
    }

.signupone {
    float: right;
    margin-right: 13px;
    margin-top: 15px;
}

    .signupone h3 {
        font-size: 22px;
        margin: 0;
        color: #3695CD;
    }

    .signupone h4 {
        color: #5F6166;
        font-size: 16px;
        font-weight: bold;
        margin: 15px 0 0;
    }

    .signupone .form-group .formwidth {
        width: 250px;
    }

.signupthree {
    margin-top: 67px;
    max-width: 250px;
}

.signupone label {
    margin-top: 20px;
    color: #8f929f;
}

.signupthree label {
    color: #8f929f;
}

.signupthree .formwidth {
    border-radius: 0px;
}

.signupfour {
    float: right;
    margin-right: 12px;
}

    .signupfour .form-group .formwidth {
        width: 250px;
        border-radius: 0px;
    }

    .signupfour label {
        color: #8f929f;
    }

.signupfive .formwidth {
    border-radius: 0;
}

.signupfive {
    margin-top: 39px;
    max-width: 250px;
}

    .signupfive label {
        color: #8f929f;
    }

.signupsix .formwidth {
    border-radius: 0;
}

.signupsix {
    max-width: 250px;
    margin-top: 40px;
}

.signupsixx {
    max-width: 250px;
}

    .signupsixx label {
        color: #8f929f;
    }

    .signupsixx .formwidth {
        border-radius: 0;
    }

.signupsix label {
    color: #8f929f;
}

.signupseven .formwidth {
    border-radius: 0;
}

.signupseven {
    width: 250px;
    float: right;
    margin-right: 12px;
}

.signupsix .formwidthone {
    width: 250px;
    border-radius: 0;
}

.signupseven label {
    color: #8f929f;
}

.signupeight .formwidth {
    border-radius: 0;
}

.signupeight .formcode {
    border-radius: 0;
    width: 50px;
    margin-right: 20px;
}

.signupeight .formcodetwo {
    border-radius: 0;
    width: 180px;
    margin-top: -34px;
    float: right;
}

.signupeight {
    width: 250px;
    margin-right: 12px;
}

    .signupeight label {
        color: #8f929f;
    }

.signupnine {
    float: right;
    margin-bottom: 20px;
}

    .signupnine .Register-btn {
        background-color: #105E8C;
        color: #fff;
        padding: 7px 28px;
        border: none;
        margin-right: 138px;
        font-size: 18px;
    }

        .signupnine .Register-btn:hover {
            background-color: #3695CD;
        }

.lis {
    height: 75px !important;
}

.varification {
    border: 1px solid #000000;
    margin: 20px auto;
    max-width: 850px;
    padding: 20px 25px;
}

.signup h2 {
    text-align: right;
    color: #fff;
}

.varitwo {
    float: left;
    width: 220px;
    margin-right: 20px;
    cursor: pointer;
}

    .varitwo p {
        font-size: 16px;
        color: #4698C8;
        margin: O;
        line-height: 30px;
    }

#ChangeMobile .varitwo {
    width: 180px;
}

.varitwo select {
    border: 1px solid #CCCCCC;
    padding: 3px 0;
}

#VerifyMobile_form, .emailnotify, #ChangeEmail_form, #ChangeMobile_form {
    padding-left: 50px;
}

.varitwo .varitwo {
    border-radius: 0px;
}

.varitwo .formcodetwo {
    width: 180px;
    border-radius: 0px;
}

.varitwo .Verify-btn {
    background-color: #105E8C;
    border: 1px solid #000000;
    color: #FFFFFF;
    float: right;
    padding: 6px 16px;
}

.varithree {
    float: left;
    width: 50px;
}

.varitwo h4 {
    margin: 0 auto;
    line-height: 40px;
}

.varifour {
    float: left;
    max-width: 370px;
    margin-right: 10px;
}

.varitwo a {
    line-height: 40px;
}

p span {
    font-size: 18px;
    color: #F00;
    font-weight: 600;
}

.dashgraph {
    float: left;
}

.dashmenu {
    background-color: #36384D;
    margin-top: 1px;
    max-width: 300px;
    /* min-height: 530px; */
    min-height: 850px;
}

#top-head {
    width: 100%;
    display: flex;
    align-items: center;
}

#sub-textone img {
    padding-left: 15px;
}

.sub-textone img {
    float: left;
    height: 40px;
    margin-right: 15px;
    max-width: 47px;
}

.sub-textone p a {
    color: #B6B0B2;
    font-size: 16px;
    font-weight: bold;
    margin-left: 15px;
    line-height: 40px;
    margin-bottom: 0px;
    cursor: pointer;
    margin-top: 0;
    text-decoration: inherit;
}

.sub-textone p {
    color: #B6B0B2;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 0;
    margin-left: 15px;
    margin-top: 0;
}

.bg {
    background: none repeat scroll 0 0 #FFFFFF;
    min-height: 650px;
}

.sub-textone p a:hover {
    color: #fff;
}

#sub-texttwo ul {
    list-style-type: none;
    padding-bottom: 100px;
    margin-bottom: 0px;
}

    #sub-texttwo ul li:first-child {
        line-height: 30px;
        background-color: #3C4661;
        border-top: 1px solid #B6B0B2;
        border-bottom: 1px solid #B6B0B2;
    }

        #sub-texttwo ul li:first-child a {
            color: #B6B0B2;
            font-size: 16px;
            font-weight: bold;
            text-decoration: none;
        }

    #sub-texttwo ul li:hover:first-child a {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
    }

    #sub-texttwo ul li a {
        color: #B6B0B2;
        font-size: 15px;
        text-decoration: none;
    }

    #sub-texttwo ul li:hover a {
        color: #fff;
        font-size: 15px;
        text-decoration: none;
    }
    /*#sub-texttwo ul li:nth-child(6){
	border-bottom:1px solid #B6B0B2;
}
#sub-texttwo ul li:nth-child(10){
	border-bottom:1px solid #B6B0B2;
}*/

    #sub-texttwo ul li {
        line-height: 30px;
    }

        #sub-texttwo ul li a {
            line-height: 30px;
        }

        #sub-texttwo ul li img {
            margin: 0 10px;
        }

#containerone {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 640px;
    background: #36384D;
}

.dashgraph {
    width: 100%;
    min-height: 200px;
}

.dashcart {
    float: left;
    min-height: 200px;
    width: 100%;
}

.dashgraph img {
    max-width: 420px;
}

.dashcart img {
    max-width: 420px;
}

.varione {
    margin: 15px auto;
}

.varifour h4 {
    font-weight: bold;
}

.headersms {
    /*background-color:#EDEBEE;*/
    line-height: 30px;
    margin: 20px auto;
    border-bottom: 1px solid #dbe4e7;
    padding-bottom: 10px;
}

.varification p {
    font-size: 14px;
}

.smsone {
    width: 42%;
    float: left;
}

    .smsone p {
        line-height: 40px;
        margin: 0;
        color: #303030;
        font-size: 22px;
        padding-left: 20px;
        margin-top: 2px;
    }

        .smsone p span {
            line-height: 40px;
            margin: 0;
            color: #D46023;
            font-size: 18px;
        }
/*End navigation*/

.padno {
    padding-left: 0 !important;
}

.padrightnon {
    padding-right: 0 !important;
}

#sub-textone {
    display: none;
}

#logo-mob {
    display: none;
}

.recordes table thead tr th {
    background-color: #36384D;
    border-right: 1px solid #B6B0B2;
    color: #FFFFFF;
    height: 40px;
    padding-left: 10px;
    font-weight: normal;
}

.recordes2 table thead tr th {
    background-color: #36384D;
    border-right: 1px solid #B6B0B2;
    color: #FFFFFF;
    height: 40px;
    padding-left: 10px;
    font-weight: normal;
}

.img4 .b {
    margin-left: 460px;
}

.img4 {
    color: #D46023;
    font-size: 18px;
}

.strip {
    background-color: #EDEBEE;
    color: #000000;
    font-size: 14px;
    height: 30px;
    margin-left: -1px;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 5px;
    width: 910px;
}

    .strip .b {
        font-size: 14px;
        cursor: pointer;
        margin-left: -71px;
        margin-top: 10px;
        padding-left: 850px;
        padding-top: 5px;
    }

.table_odd > td {
    background-color: #F1F1F1;
    border: 1px solid #36384D;
    height: 44px;
    padding-left: 10px;
}

.table_even > td {
    background-color: #fff;
    border: 1px solid #36384D;
    height: 40px;
    padding-left: 10px;
}

.img4 {
    background-color: #EDEBEE;
    color: #D46023;
    font-size: 20px;
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-top: 10px;
}

#iphone-scrollcontainer ul li {
    list-style: none;
}

.sendmessage {
    width: 500px;
    margin: 0 auto;
    padding-top: 20px;
}

.sel-box span {
    float: left;
    width: 115px;
    text-align: right;
    margin-right: 20px;
    color: #6c6c6c;
}

.right-text {
    width: 225px;
    float: left;
}

.sender-text {
    font-size: 12px;
    margin-right: 75px;
    padding-bottom: 10px;
    text-align: right;
}

.mob-text {
    font-size: 12px;
    margin-bottom: 10px;
}

#grp {
    margin-bottom: 10px;
}

.add-on {
    float: none !important;
    margin-right: 0 !important;
}

.right-text .radio-group {
    margin-left: 134px;
    margin-top: 10px;
}

.dt {
    margin-left: 134px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.dtl {
    margin-left: 120px;
}

.selright {
    margin-left: 134px;
}

.sms {
    width: 60%;
    float: left;
}

.massagebox {
    color: #4698C8;
    float: left;
    margin-top: 150px;
    width: 30%;
}

    .massagebox h1 {
        font-size: 18px;
        font-weight: bold;
        text-decoration: underline;
    }

    .massagebox span {
        font-size: 17px;
        display: block;
    }

.add-contact {
    width: 650px;
    margin: 0 auto;
    min-height: 650px;
}

.dash {
    min-height: 640px;
}

.mass {
    min-height: 650px;
}

.add-contact #alerts .alert {
    display: block;
    background: #f8f5e2;
    margin-top: 10px;
    border: 1px solid #f3f0e1;
}

.add-contact .alert {
    color: #C4A56C;
    margin-bottom: 0;
}

.cont li {
    list-style: none;
    margin-top: 20px;
}

    .cont li span {
        width: 130px;
        float: left;
        text-align: right;
        margin-right: 10px;
    }

    .cont li input[type="text"] {
        width: 220px;
        float: left;
    }

    .cont li textarea {
        height: 75px;
        width: 220px;
        background-color: #FFFFFF;
        background-image: none;
        border: 1px solid #CCCCCC;
        border-radius: 4px;
        color: #555555;
        display: block;
        font-size: 14px;
    }

    .cont li .signupnine {
        float: left;
        margin-left: 140px;
        text-align: center;
        width: 159px;
        margin-top: 20px;
    }

.cont {
    margin-top: 40px;
}

.rightwidth {
    background: #fff;
    min-height: 860px !important;
}

.management #alerts .alert {
    background: none repeat scroll 0 0 #F8F5E2;
    border: 1px solid #F3F0E1;
    display: table;
    margin: 0 auto;
    width: 60%;
    padding-top: 10px;
}

.management .alert {
    color: #C4A56C;
    margin-bottom: 0;
}

.mngt-search {
    clear: both;
    margin: 20px auto;
    width: 325px;
}

.search-txt {
    float: left;
    width: 224px;
}

.search-bt .Register-btn {
    background-color: #105E8C;
    border: medium none;
    color: #FFFFFF;
    font-size: 15px;
    margin-left: 5px;
    margin-right: 0;
    padding: 8px 28px;
}

    .search-bt .Register-btn:hover {
        background-color: #3695CD;
    }

.mngt-table {
    width: 1000px;
    margin: 0 auto;
}

    .mngt-table th {
        background-color: #36384D;
        border-right: 1px solid #B6B0B4;
        color: #FFFFFF;
        height: 50px;
        padding: 0 0 0 10px;
        vertical-align: middle;
    }

    .mngt-table table {
        border-left: 1px solid #36384f;
        background: #f1f1f1;
    }

    .mngt-table td {
        border-right: 2px solid #36384f;
        border-bottom: 2px solid #36384f;
        color: #4f6273;
        height: 50px;
        vertical-align: top;
        padding: 5px 10px 0px 10px;
    }

    .mngt-table table a img {
        margin-right: 10px;
    }

    .mngt-table .tbtxt {
        float: right;
        width: 50%
    }

.pagging {
    background-color: #f1f1f1;
    line-height: 30px;
    margin: 20px auto;
    padding: 0 10px;
}

.nxtpre .pagination {
    height: 36px;
    margin: 10px 0 0 0 !important;
}

.pagination ul {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination li {
    display: inline;
}

.pagination a {
    float: left;
    padding: 0 14px;
    line-height: 34px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
}

    .pagination a:hover, .pagination .active a {
        background-color: #f5f5f5;
    }

.pagination .active a {
    color: #999999;
    cursor: default;
}

.pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover {
    color: #999999;
    background-color: transparent;
    cursor: default;
}

.pagination li:first-child a {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.pager {
    margin-left: 0;
    margin-bottom: 18px;
    list-style: none;
    text-align: center;
    *zoom: 1;
}

    .pager:before, .pager:after {
        display: table;
        content: "";
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

    .pager a {
        display: inline-block;
        padding: 5px 14px;
        background-color: #fff;
        border: 1px solid #ddd;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

        .pager a:hover {
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .pager .next a {
        float: right;
    }

    .pager .previous a {
        float: left;
    }

    .pager .disabled a, .pager .disabled a:hover {
        color: #999999;
        background-color: #fff;
        cursor: default;
    }

.showpg {
    float: left;
    padding-top: 12px;
}

.nxtpre {
    float: right;
}

.showpg a {
    margin-left: 10px;
    background: #3e87a8;
    padding: 2px 7px;
    border-radius: 8px;
    color: #fff;
}

.pdnon {
    padding: 0 !important;
}

#iphone-scrollcontainer {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    float: left;
    margin-left: 3px;
    text-align: center;
    width: 3%;
}

    #iphone-scrollcontainer #Select1 {
        background: none repeat scroll 0 0 #2F3B49;
        border: medium none;
        color: #FFFFFF;
        display: block;
        font-size: 11px;
        font-weight: normal;
        overflow: hidden;
        padding: 2px 11px;
    }

#Select1 option {
    text-align: center;
}

.recordes {
    float: left;
    width: 96%;
    /* min-height: 590px; */
}

#grid-list.recordes {
    float: right;
    padding: 0 20px;
    width: 96%;
}

.search-gp-bt .Register-btn {
    background-color: #23A2CC;
    border: medium none;
    color: #FFFFFF;
    font-size: 14px;
    margin-left: 25px;
    margin-right: 0;
    padding: 5px 20px;
}

    .search-gp-bt .Register-btn:hover {
        background: #3381B0;
    }

.select-box {
    padding-top: 10px;
    padding-bottom: 10px;
    display: table;
    margin: 0 auto;
}

    .select-box select, .select-box input[type="search"] {
        background-color: #FFFFFF;
        border: 1px solid #36384D;
        width: 220px;
        height: 30px;
        line-height: 30px;
        padding: 3px 5px;
        margin-top: 0;
    }

.search-by input {
    width: 190px !important;
}

.all-group, .moveto {
    float: left;
    margin-left: 50px;
}

.search-by {
    float: left;
    margin-left: 0px;
}

    .search-by input {
        float: left;
    }

    .search-by .drop {
        float: left;
        width: 25px;
        padding: 0;
        margin-left: 5px;
    }

.moveto select {
    float: left;
}

.moveto span {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.moveto .search-gp-bt {
    float: left;
}

.profile-heading {
    color: #3381B0;
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    width: 100%;
}

.label-input-cnt {
    clear: both;
    float: left;
    margin-left: 0px;
    padding-bottom: 12px;
    width: 100%;
}

.pro-lbl {
    display: block;
    float: none;
    padding: 8px 0;
    width: 100%;
    font-weight: bold;
}

.input-txt {
    float: none;
    padding: 8px 0;
    width: auto;
}

.password-btn {
    width: auto;
    padding: 5px 15px;
    color: #fff;
    background: #4e4f53;
    border: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    margin-top: 20px;
}

.infor-btn {
    width: auto;
    padding: 5px 15px;
    color: #fff;
    background: #4e4f53;
    border: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    margin-top: 50px;
}

    .password-btn:hover, .infor-btn:hover {
        background: #3381B0;
    }

.footer-new {
    background-color: #4698C8;
    color: #FFFFFF;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    margin-top: 0px;
    float: left;
}

.header-new {
    background-color: #4698C8;
    color: #FFFFFF;
    font-size: 12px;
    height: 80px;
    padding-top: 10px;
    width: 100%;
    margin-top: 0px;
    float: left;
}

.inner {
    max-width: 1270px;
    width: 100%;
    margin: 0 auto;
}

.logon {
    float: left;
}

.profile-large-txt {
    color: #FFFFFF;
    float: right;
    font-size: 30px;
    font-weight: normal;
    line-height: 69px;
}

.pro {
    width: 1080px;
    margin: 0 auto;
    min-height: 650px;
}

.txtcenter {
    text-align: center
}

.pdlft {
    padding-left: 0 !important;
}

.history-inner {
    float: right;
    padding: 0 20px;
    width: 98% !important;
}

.moveto .date {
    float: left;
}

    .moveto .date input[type="text"] {
        background-color: #FFFFFF;
        border: 1px solid #CCCCCC;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
        height: 32px;
        line-height: 30px;
        padding: 3px 5px;
    }

[class^="icon-"], [class*=" icon-"] {
    background-image: url(../images/glyphicons-halflings.png);
    background-position: 14px 14px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    width: 14px;
}

.input-prepend .add-on, .input-append .add-on {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    display: inline-block;
    font-weight: normal;
    height: 30px;
    line-height: 18px;
    min-width: 16px;
    padding: 6px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    vertical-align: top;
    width: auto;
}

.icon-th {
    background-position: -240px 0;
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
    cursor: pointer;
    display: block;
    height: 16px;
    width: 16px;
}

#datetimepicker span {
    margin-top: 0;
}

.histo-box {
    float: right;
    margin: 0 100px 0 40px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.main-histo {
    min-height: 650px;
}

.histo-back-bt .Register-btn {
    background-color: #105E8C;
    border: medium none;
    color: #FFFFFF;
    float: right;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 23px;
    padding: 5px 20px;
}

    .histo-back-bt .Register-btn:hover {
        background-color: #3883B0;
    }

.alrt h3 {
    color: #105E8C;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.alrt #alerts .alert {
    background: none repeat scroll 0 0 #F8F5E2;
    border: 1px solid #F3F0E1;
    display: block;
    margin-top: 25px;
}

.alrt #alerts .alert {
    margin-bottom: 0;
}

.alrt {
    margin: 0 auto;
    padding-top: 50px;
    width: 50%;
}

.graph-bt .gp-txt {
    float: left;
    font-size: 18px;
}

.graph-bt .gp-bt {
    float: right;
}

.btn-primary:active, .btn-primary.active {
    background-color: #4698C8;
}

.gp-bt .btn-lg {
    padding: 3px 10px !important;
    font-size: 8px;
}

    .gp-bt .btn-lg span {
        font-size: 14px !important;
    }

body .gp-bt .btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: -1px;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #cccccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    float: left;
}

body .gp-bt .active {
    color: #333333;
    background-color: #3381B0 !important;
    background-image: none !important;
    color: #fff;
}

.graph-bt {
    width: 100%;
    border-bottom: 1px solid #dbe4e7;
}

.right-text #SendNow, .right-text #SendOn {
    float: left;
    margin-right: 5px;
}

.right-text label {
    float: left;
}

.right-text #datetimepicker {
    float: left;
    margin-left: 5px;
    width: 180px;
}

.right-text .add-on {
    height: 30px !important;
}

#grp-toggle .chzn-container-multi .chzn-choices {
    width: 225px;
}

    #grp-toggle .chzn-container-multi .chzn-choices input {
        height: auto !important;
    }

#grp-toggle .right-text {
    margin-left: 0 !important;
}

.add-contact #Customer_Group_Code_chzn {
    width: 220px !important;
}

    .add-contact #Customer_Group_Code_chzn input {
        height: auto !important;
    }

.moveto .add-on {
    height: 30px !important;
    margin-top: 0 !important;
}

.histo-box .moveto {
    float: left;
    margin-left: 50px;
    width: 250px;
}

.main-histo .histo-box {
    width: 68%;
    margin: 0;
}

.tag-btn {
    background: #DEE9EC;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0;
    background-image: none;
    padding: 3px 5px;
    margin-bottom: 2px;
}
/* New Css */

.search-tab {
    background: none repeat scroll 0 0 #DDDDDD;
    margin: 10px auto 0;
    padding: 20px;
}

    .search-tab .nav-tabs {
        border-bottom: 1px solid #DDDDDD;
    }

body .nav-tabs > li.active > a, body .nav-tabs > li.active > a:hover, body .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #4698C8;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    background-image: none;
}

.nav-tabs > li > a {
    color: #333333;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #cccccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    padding: 10px 17px !important;
}

.search-tab .usr-srch-btn {
    background-color: #4698C8;
    border: medium none;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 15px;
    margin-right: 0;
    padding: 5px 10px;
}

    .search-tab .usr-srch-btn:hover {
        background-color: #4698C8;
    }

.search-tab .form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857;
    padding: 6px 12px;
    width: 66%;
    float: left;
    margin-right: 5px;
}

.search-tag {
    padding-top: 5px;
}

body .minhght {
    min-height: 650px;
}

.user-head {
    border-bottom: 2px solid #4698C8;
    box-shadow: 0 0 12px 2px #4698C8;
    padding: 10px 0;
}

.user-photo {
    border: 5px solid #ddd;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    width: 230px;
    margin-right: 40px;
}

    .user-photo img {
        max-height: 225px;
        max-width: 220px;
    }

.user-personal {
    float: left;
}

.per-detal {
    float: left;
    margin-right: 50px;
}

.sent-sms {
    margin-top: 20px;
}

    .sent-sms li {
        border: 1px solid #DDDDDD;
        border-radius: 5px;
        list-style: none outside none;
        margin-bottom: 10px;
        padding: 8px 10px;
    }

        .sent-sms li:hover {
            border: 1px solid #105E8C;
            background: #4698C8;
            color: #fff;
            box-shadow: 0 4px 5px 0px #105E8C;
        }

.emal {
    display: inline-block;
}

.change {
    color: #333333;
    margin-left: 10px;
    text-decoration: underline;
}

.histo-back-bt {
    background-color: #4698C8;
    border: medium none;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 15px;
    margin-right: 0;
}

.payment span {
    display: block;
    padding: 5px 0;
    color: #2e7002;
    font-weight: bold;
}

.payment {
    border: 1px solid #B2B2B2;
    border-radius: 5px;
    list-style: none outside none;
    margin-bottom: 10px;
    padding: 8px 10px;
    box-shadow: 0 4px 5px 1px #B2B2B2;
    margin-top: 20px;
    min-height: 200px;
}

    .payment p {
        display: inline;
        padding-right: 10px;
        color: #333333;
        font-weight: normal;
    }

.smmhead h2 {
    float: left;
}

.view {
    float: right;
}

.view {
    float: right;
    padding-top: 30px;
}

    .view a {
        margin-left: 10px;
        color: #105E8C;
        font-size: 15px;
        font-weight: bold;
    }

span.notallowed {
    color: #900;
}

.ctrl-1 {
    padding: 10px 0;
    font-weight: bold;
}

.file-upload-control {
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    margin-left: 25%;
}

    .file-upload-control input[type="button"] {
        border: 1px solid #CCCCCC;
    }

    .file-upload-control select {
        border: 1px solid #CCCCCC;
        border-radius: 0;
        color: #555555;
        font-size: 14px;
        height: 30px;
        padding: 3px 5px;
        width: 176px;
    }

    .file-upload-control input[type="file"] {
        background-color: #EEEEEE;
        border: 1px solid #CCCCCC;
        border-radius: 4px;
        color: #555555;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        padding: 3px 12px;
        text-align: center;
        margin-left: 28%;
    }

.ctrl-1 input[type="checkbox"] {
    float: left;
    margin-right: 10px;
}

.down a {
    padding: 0 10px;
}

.sendbt {
    background: #4698C8;
    border-radius: 4px;
    color: #FFFFFF;
    display: inline-block;
    padding: 3px 8px;
}

    .sendbt:hover {
        color: #BEC4BA;
        text-decoration: none;
    }

.file-upload-control input[type="button"] {
    background: #4698C8;
    border: 1px solid #CCCCCC;
    color: #FFFFFF;
}

    .file-upload-control input[type="button"]:hover, .sendbt:hover {
        background: #4698C8;
    }

a.deleteajaxlink {
    background: url(../Images/deleteIcon.png) no-repeat top left;
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    text-indent: -9999px;
    /* Robin hides the link text */
    margin-top: 2px;
}

a.deleteajaxlinkMessage {
    background: url(../Images/msgCancel.png) no-repeat top left;
    display: block;
    width: 32px;
    height: 26px;
    float: left;
    margin-left: 8px;
    text-indent: -9999px;
    /* Robin hides the link text */
}

#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(54, 56, 77, 0.7);
    z-index: 100000000;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    /*padding-top: 80px;*/
    color: white;
    font-weight: bolder;
}

#sub-texttwo ul {
    margin-left: 0
}

.search-choice span {
    width: auto
}

.chzn-drop, #SendGroupId_chzn {
    width: 100% !important;
}

.search-choice span {
    margin-right: 0 !important;
    width: auto !important;
}

#grid-list #edit {
    float: left
}

.minhght label {
    display: block;
}

.chzn-drop, #Customer_Group_Code_chzn {
    width: 100% !important;
}

.down-part {
    padding-bottom: 50px;
}

.down a {
    color: #36384d;
}

.down span {
    display: inline-block;
    width: 154px;
    text-align: right;
    color: #75b16e;
}
/* New css*/

.payme input[type="text"] {
    border-radius: 0;
    float: right;
    width: 300px;
}

.payme textarea {
    width: 300px;
    float: right;
}

.payme select {
    width: 300px;
    float: right;
}

.ex-dt {
    width: 300px;
    float: right;
}

    .ex-dt select {
        width: 145px;
        float: left;
    }

.nm {
    width: 300px;
}

    .nm input[type="text"] {
        width: 145px;
        float: left;
    }

.mart {
    margin-right: 10px;
}

.payme {
    margin: 0 auto;
    padding: 0 20px;
    width: 470px;
}

    .payme ul {
        margin-left: 0;
    }

.ct {
    float: right;
    position: absolute;
    right: -210px;
    top: 4px;
}

    .ct a {
        margin-left: 10px;
    }

.cart-img {
    margin-bottom: 10px;
}

.payme .send-btn {
    /*background-color: #4698C8;*/
    background-color: #105E8C;
    border: 1px solid #FFFFFF;
    border-radius: 0 !important;
    color: #FFFFFF;
    height: 33px;
    margin-left: 125px;
    margin-top: -10px;
    width: 130px !important;
}

    .payme .send-btn:hover {
        background-color: #3883B0 !important;
        color: #000000;
    }

.cart-img {
    border: 1px solid #105E8C;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}

.payme label {
    color: #6C6C6C;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.form-group {
    position: relative;
}

.cvboc {
    position: absolute;
    right: -173px;
    top: -8px;
    width: 163px;
}

.cvimg {
    float: left;
    margin-right: 5px;
}

.cvtxt p {
    font-size: 10px;
    background: #daecef;
    margin-bottom: 0;
}

.cvtxt span {
    display: block;
    font-size: 10px;
    line-height: 12px;
}

.payme .tab-content {
    overflow: inherit;
}

.smscfeature {
    font-weight: bold;
    font-size: 12px;
    width: 257px !important;
    margin-top: 0px;
    margin-bottom: 15px;
}

.thankusignup {
    font-size: 50px;
    text-align: center;
    margin-top: 2%;
    font-weight: bolder;
}

.thankutext {
    text-align: center;
    font-size: 16px
}

.thankuimage {
    margin-left: 37%;
    background-color: #D9EBF7 !important;
}

.thankuredirect {
    background-color: #105E8C;
    border: medium none;
    color: #fff;
    padding: 5px 20px;
    margin-top: 20px;
}

    .thankuredirect:hover {
        background-color: #216F9D;
        border: medium none;
        color: #fff;
        padding: 5px 20px;
        margin-top: 20px;
    }
/* styles for validation helpers */

.field-validation-error {
    color: #F43857 !important;
}

.field-validation-valid {
    display: none !important;
}

input.input-validation-error {
    border: 2px solid #F43857 !important;
}

input[type="checkbox"].input-validation-error {
    border: 0 none !important;
}

.validation-summary-errors {
    color: #F43857 !important;
}

.validation-summary-valid {
    display: none !important;
}
/* Umair CSS Work */

#sub-texttwo li > .dropdown:after {
    margin-left: 5px;
    content: '▼';
    font-size: 11px;
    font-family: cursive;
    color: rgb(171, 171, 171);
}

.sub-menu-li-1 {
    padding-left: 44px;
    background-color: #3C4661;
    display: none;
}

.sub-menu-li-2 {
    padding-left: 44px;
    background-color: #3C4661;
    display: none;
}

.sub-menu-li-3 {
    padding-left: 44px;
    background-color: #3C4661;
    display: none;
}

.api-setting {
    width: 650px;
    margin: 0 0;
    min-height: 650px;
}

    .api-setting #alerts .alert {
        display: block;
        background: #f8f5e2;
        margin-top: 10px;
        border: 1px solid #f3f0e1;
    }

    .api-setting .alert {
        color: #C4A56C;
        margin-bottom: 0;
    }

.setting li {
    list-style: none;
    margin-top: 20px;
}

    .setting li span {
        width: 170px;
        float: left;
        text-align: right;
        margin-right: 20px;
    }

    .setting li input[type="text"] {
        width: 220px;
        float: left;
    }

    .setting li textarea {
        height: 75px;
        width: 220px;
        background-color: #FFFFFF;
        background-image: none;
        border: 1px solid #CCCCCC;
        border-radius: 4px;
        color: #555555;
        display: block;
        font-size: 14px;
    }

    .setting li .signupnine {
        float: left;
        margin-left: 190px;
        text-align: center;
        width: 159px;
        margin-top: 10px;
    }
/*.setting{margin-top:40px;}*/

.api-setting .profile-heading {
    border-bottom: 2px solid lightblue;
    margin-bottom: 20px;
}

.api-setting .setting .dropdownHttp {
    width: 219px;
}

.smstwo {
    width: 100%;
    float: left;
}

    .smstwo .dropdown {
        height: 44px;
        width: 175px;
    }

.headersms .smstwo .txtDateTime {
    width: 140px;
    height: 44px;
    margin-left: 5px;
}

.headersms .smstwo .btnSearch {
    margin-left: 5px;
    background-color: #105E8C;
    color: #fff;
    padding: 6px 28px;
    border: none;
}

.dafooter {
    border-top: 1px solid #dbe4e7;
}

    .dafooter .dalist {
        list-style: none;
    }
        /*.dafooter .dalist .dalist-li-first{width: 33%;float: left;border-right: 1px solid #dbe4e7;}*/

        .dafooter .dalist .dalist-li-first-analytics {
            width: 100%;
            float: left;
            border-right: 1px solid #dbe4e7;
        }

        .dafooter .dalist .dalist-li-incoming-first {
            width: 100%;
            float: left;
            border-right: 1px solid #dbe4e7;
        }
        /*.dafooter .dalist .dalist-li-second{width: 33%;float: left;border-right: 1px solid #dbe4e7;}
.dafooter .dalist .dalist-li-third{width: 33%;float: left;}*/

        .dafooter .dalist .divinner {
            padding: 3em 2em;
            text-align: center;
        }

            .dafooter .dalist .divinner .span-title-first {
                margin-bottom: 10px;
                font-size: 24px;
                display: block;
                float: inherit;
                color: #4698C8;
                font-weight: 500;
                background-image: url('../images/arrow-circle-top-3x.png');
                background-repeat: no-repeat;
                padding-left: 0px;
                background-position-x: 40px;
                background-position-y: 6px;
            }

            .dafooter .dalist .divinner .span-title-first-analytics {
                margin-bottom: 10px;
                font-size: 24px;
                display: block;
                float: inherit;
                color: #4698C8;
                font-weight: 500;
                background-image: url('../images/arrow-circle-top-3x.png');
                background-repeat: no-repeat;
                padding-left: 0px;
                background-position-x: 382px;
                background-position-y: 6px;
            }

            .dafooter .dalist .divinner .span-title-incoming-first {
                margin-bottom: 10px;
                font-size: 24px;
                display: block;
                float: inherit;
                color: #0E6EB3;
                font-weight: 500;
                background-image: url('../images/arrow-circle-bottom-3x.png');
                background-repeat: no-repeat;
                padding-left: 0px;
                background-position-x: 391px;
                background-position-y: 6px;
            }

            .dafooter .dalist .divinner .span-title-second {
                margin-bottom: 10px;
                font-size: 24px;
                display: block;
                float: inherit;
                color: #D24C4F;
                font-weight: 500;
                background-image: url('../images/circle-x-3x.png');
                background-repeat: no-repeat;
                padding-left: 0px;
                background-position-x: 61px;
                background-position-y: 6px;
            }

            .dafooter .dalist .divinner .span-title-third {
                margin-bottom: 10px;
                font-size: 24px;
                display: block;
                float: inherit;
                color: #DABC43;
                font-weight: 500;
                background-image: url('../images/credit-card-3x.png');
                background-repeat: no-repeat;
                padding-left: 0px;
                background-position-x: 65px;
                background-position-y: 6px;
            }

            .dafooter .dalist .divinner .span-value {
                font-family: 'Roboto', sans-serif;
                font-weight: 500;
                color: #284048;
                font-size: 34px;
                float: inherit;
                padding-right: 22px;
            }

.headersms .smsmain {
    width: 100%;
    float: left;
}

    .headersms .smsmain .txtDateTime {
        width: 140px;
        height: 44px;
        margin-left: 5px;
    }

.smsmain .dropdown {
    height: 44px;
    width: 175px;
}

.smsmain .smsspan {
    float: right;
    font-size: 24px;
    padding-right: 40px;
}

.smsmain .btnSearch {
    margin-left: 5px;
    background-color: #105E8C;
    color: #fff;
    padding: 6px 28px;
    border: none;
}

.profile-heading-border {
    border-bottom: 2px solid lightblue;
    margin-bottom: 20px;
    margin-top: 20px;
}

.search-bt .ddlCountry {
    width: 180px;
    margin: 16px;
    display: inline-block;
    height: 40px;
}

.search-bt .txtbox {
    width: 180px;
    margin: 16px;
    height: 40px;
}

.nopiechart p {
    margin-top: 70px;
    text-align: center;
}

.table-responsive {
    margin-top: 10px;
    margin-bottom: 20px;
    height: 250px;
}

.generatekey-btn {
    width: auto;
    padding: 5px 15px;
    color: #fff;
    background: #4e4f53;
    border: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    margin: 1px 0 0 6px;
}

    .generatekey-btn:hover {
        background: #3381B0;
    }
/* 
.page-heading {
    margin-top: 20px;
} */

.page-heading .profile-heading {
    border-bottom: 2px solid lightblue;
    margin-top: 20px;
    margin-bottom: 10px;
}

.tools .profile-heading {
    border-bottom: 2px solid lightblue;
    margin-bottom: 10px;
}

.tools .dropdown {
    height: 44px;
    width: 175px;
    margin-left: 12px;
    float: left;
}

.tools .textbox {
    height: 44px;
    width: 175px;
    margin-left: 12px;
    margin-top: 0px;
}

.tools .btnSearch {
    margin-left: 12px;
    background-color: #105E8C;
    color: #fff;
    padding: 11px 33px;
    border: none;
}

.tools .divOR {
    margin-left: 14px;
    font-size: 18px;
}

#editAllForm {
    overflow-y: auto;
    max-height: 700px;
    /* width: 50%; */
}
/*Payment Method*/
.payment-method {
    width: 100%;
    display: inline-block;
    padding: 20px 20px;
    height: 100%;
    min-height: 100vh;
}

.balance-dtls {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0px 0px 4px 1px #d8d8d8;
    border-radius: 5px;
    padding: 25px 25px 25px;
}

    .balance-dtls h3 {
        font-family: 'Open Sans', sans-serif;
        font-size: 22px;
        font-weight: 600;
        margin: 0px 0px 5px;
        color: #2e2e2e;
    }

    .balance-dtls p {
        font-size: 15px;
        margin: 0px 0px;
        color: #2e2e2e;
    }

.rem-bal {
    font-size: 35px;
    font-weight: 700;
    color: #2e2e2e;
    width: 100%;
    text-align: right;
    display: inline-block;
}

.bal-details {
    display: inline-block;
    position: relative;
    padding-right: 40px;
}

    .bal-details::before {
        content: "\f09d";
        font-family: FontAwesome;
        position: absolute;
        font-size: 26px;
        color: #6f6f6f;
        left: 0px;
        top: -8px;
    }

    .bal-details.calendar-icn::before {
        content: "\f274";
        font-family: FontAwesome;
    }

    .bal-details p {
        font-size: 15px;
        padding-left: 35px;
    }

.bal-details-main {
    width: 100%;
    display: inline-block;
    padding-top: 52px;
}

.page-btn {
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    border: 2px solid #3381b0;
    color: #3381b0;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 2px;
    margin-top: 40px;
    text-decoration: none;
    cursor: pointer;
}

    .page-btn:hover, .page-btn:focus {
        transition: 0.6s all ease-in-out;
        -webkit-transition: 0.6s all ease-in-out;
        -moz-transition: 0.6s all ease-in-out;
        -ms-transition: 0.6s all ease-in-out;
        -o-transition: 0.6s all ease-in-out;
        text-decoration: none;
        background-color: #2a6496;
        border-color: #2a6496;
        color: #fff;
    }

.transaction h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin: 0px;
    color: #2e2e2e;
}

.pay-method-main {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

.transaction {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0px 0px 4px 1px #d8d8d8;
    border-radius: 5px;
    padding: 20px 25px 0px;
}

.transaction-list {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    padding: 0px 15px 0px 0px;
    height: 155px;
    overflow-y: scroll;
    margin-bottom: 15px;
}

    .transaction-list::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    .transaction-list::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5;
    }

    .transaction-list::-webkit-scrollbar-thumb {
        background-color: #b5b5b5;
    }

    .transaction-list ul {
        margin-bottom: 0px;
    }

        .transaction-list ul li {
            list-style: none;
            margin-bottom: 10px;
        }

            .transaction-list ul li:last-child {
                margin-bottom: 0px;
            }

            .transaction-list ul li a {
                color: #23a2cc;
                font-weight: 600;
                font-size: 13px;
                text-align: left;
                display: inline-block;
                letter-spacing: 0.5px;
                width: 48%;
                text-decoration: none;
            }

                .transaction-list ul li a:hover {
                    text-decoration: none;
                }

            .transaction-list ul li span {
                text-align: right;
                display: inline-block;
                width: 50%;
                font-size: 14px;
            }

                .transaction-list ul li span i {
                    color: #6f6f6f;
                    padding-left: 15px;
                    font-size: 15px;
                }

.sec-footer {
    width: 100%;
    display: inline-block;
    padding: 15px 0px;
    border-top: 1px dashed #d6d3d3;
}

    .sec-footer a {
        color: #23a2cc;
        font-weight: 600;
        font-size: 16px;
        text-decoration: none;
        text-transform: uppercase;
    }

        .sec-footer a:hover, .sec-footer a:focus {
            transition: 0.6s all ease-in-out;
            -webkit-transition: 0.6s all ease-in-out;
            -moz-transition: 0.6s all ease-in-out;
            -ms-transition: 0.6s all ease-in-out;
            -o-transition: 0.6s all ease-in-out;
            text-decoration: none;
            color: #2a6496;
        }

.how-to-pay {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0px 0px 4px 1px #d8d8d8;
    border-radius: 5px;
    padding: 20px 25px 25px;
}

    .how-to-pay h3 {
        font-family: 'Open Sans', sans-serif;
        font-size: 22px;
        font-weight: 600;
        margin: 0px;
        color: #2e2e2e;
    }

.how-to-pay-dtls {
    display: inline-block;
    width: 100%;
}

    .how-to-pay-dtls p {
        font-size: 14px;
        margin: 20px 0px 20px;
        color: #2e2e2e;
    }

.card-method {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0px 0px 4px 1px #d8d8d8;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
}

/*.card-method:last-child {
        margin-bottom: 0px;
    }*/

.card-method-dtls {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 115px;
    padding-top: 10px;
}

    .card-method-dtls h4 {
        font-size: 15px;
        font-weight: 400;
        margin: 0px 0px;
        color: #2e2e2e;
    }

    .card-method-dtls span {
        font-size: 13px;
        font-weight: 600;
        color: #6f6f6f;
    }

    .card-method-dtls::before {
        content: "";
        position: absolute;
        /*background-image: url(../content/images/master.png);*/
        width: 100px;
        height: 70px;
        top: -5px;
        left: 0px;
    }

.paypal::before {
    background-image: url(../content/images/paypal.png);
}

.visa::before {
    background-image: url(../content/images/visa.png);
}

.discover::before {
    background-image: url(../content/images/discover.png);
}

.express::before {
    background-image: url(../content/images/express.png);
}

.card-method-footer {
    width: 100%;
    display: inline-block;
    text-align: right;
    padding-top: 25px;
}

    .card-method-footer a {
        color: #23a2cc;
        text-decoration: none;
        font-weight: 600;
        padding-left: 15px;
        font-size: 13px;
        position: relative;
        cursor: pointer;
    }

        .card-method-footer a:hover {
            transition: 0.6s all ease-in-out;
            -webkit-transition: 0.6s all ease-in-out;
            -moz-transition: 0.6s all ease-in-out;
            -ms-transition: 0.6s all ease-in-out;
            -o-transition: 0.6s all ease-in-out;
            text-decoration: none;
            color: #2a6496;
        }

        .card-method-footer a:before {
            content: "";
            position: absolute;
            right: -10px;
            top: 3px;
            background-color: #ccc;
            height: 16px;
            width: 1px;
        }

        .card-method-footer a:last-child:before {
            display: none;
        }

        .card-method-footer a:hover {
            color: #2a6496;
        }

.red {
    color: #ff0018 !important;
}

.pay-method-box {
    width: 100%;
    display: inline-block;
}

.payment-popup .modal-title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.payment-popup .modal-content {
    display: inline-block;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
}

.modal.payment-popup {
    border-radius: 0px;
    overflow: unset;
}

.payment-popup .close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
    border: 4px solid #3381b0;
    outline: none;
}

.payment-popup .modal-header {
    padding: 10px 15px;
}

.pay-method-title {
    margin-bottom: 0px;
    display: inline-block;
    text-align: left;
    position: relative;
    font-size: 16px;
    color: #2e2e2e;
    line-height: 37px;
    padding-left: 65px;
}

.select-method .down-arrow {
    font-size: 18px;
    display: inline-block;
    float: right;
    padding-top: 8px;
}

.pay-method-title:before {
    content: "";
    position: absolute;
    left: 0px;
    /*background-image: url(../content/images/master.png);*/
    background-repeat: no-repeat;
    background-size: 50px;
    width: 100%;
    min-height: 35px;
}

.select-method {
    width: 100%;
    display: inline-block;
    border-bottom: 1px dashed #b1b1b1;
    padding-bottom: 10px;
}

.specify-payment {
    width: 100%;
    display: inline-block;
    padding-top: 20px;
}

    .specify-payment h4 {
        font-size: 15px;
        font-weight: 600;
        color: #2e2e2e;
        margin: 0px 0px 18px;
    }

.last-payment {
    font-size: 16px;
    color: #2e2e2e;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 1px;
}

.specify-payment label {
    text-align: left;
    color: #8e8e8e;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 0px;
}

.specify-payment input[type="text"],
.specify-payment input[type="number"],
.specify-payment input[type="email"],
.specify-payment input[type="password"],
.specify-payment select {
    display: inline-block;
    border: none;
    box-shadow: none;
    border-bottom: 1px dashed #b1b1b1;
    border-radius: 0px;
    height: 40px;
    padding: 0px;
    text-indent: 0px;
    margin-left: 23px;
    font-size: 14px;
    width: 95%;
    vertical-align: bottom;
    color: #2e2e2e;
}

    .specify-payment input[type="text"]:focus,
    .specify-payment input[type="number"]:focus,
    .specify-payment input[type="email"]:focus,
    .specify-payment input[type="password"],
    .specify-payment select:focus {
        box-shadow: none;
        border-color: #b1b1b1;
    }

.specify-pay-dtls {
    width: 100%;
    display: inline-block;
    padding-left: 50px;
    position: relative;
}

    .specify-pay-dtls:before {
        content: "✔";
        position: absolute;
        font-size: 18px;
        color: #8e8e8e;
        left: 0px;
        text-align: center;
        width: 35px;
        top: 0px;
    }

.dollar-sign {
    position: relative;
}

    .dollar-sign:before {
        content: "\f155";
        font-family: FontAwesome;
        position: absolute;
        top: 7px;
        left: 0px;
        z-index: 5;
        width: 15px;
        font-size: 16px;
    }

.coupon-sign {
    position: relative;
}

    .coupon-sign:before {
        content: "\f06b";
        font-family: FontAwesome;
        position: absolute;
        top: 7px;
        left: 0px;
        z-index: 5;
        width: 15px;
        font-size: 16px;
    }

.payment-popup .close:hover,
.payment-popup .close:focus {
    opacity: 1;
}

.pay-select-box {
    width: 100%;
    display: inline-block;
    border-bottom: 1px dashed #b1b1b1;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    cursor: pointer;
}
    /*.pay-select-box:first-child {
  padding-top:0px;
}*/
    .pay-select-box .checked-icn {
        color: #8e8e8e;
        position: absolute;
        font-size: 18px;
        left: 20px;
        top: 20px;
        display: none;
    }

    .pay-select-box .pay-method-title:before {
        display: none;
    }

    .pay-select-box .pay-method-title {
        padding-left: 65px;
        width: 100%;
        display: inline-block;
    }

.cvv {
    margin-top: 20px;
}

.payment-popup .modal-body {
    padding: 25px 15px 25px;
    max-height: 600px;
}

.banking-method, .business-method, .bank-method, .master-method {
    padding-top: 10px;
}

    .banking-method .pay-method-title:before {
        content: "\f09d";
        font-family: FontAwesome;
        position: absolute;
        font-size: 26px;
        color: #6f6f6f;
        background-image: none;
        left: 15px;
        top: 2px;
    }

    .bank-method .pay-method-title:before {
        content: "\f19c";
        font-family: FontAwesome;
        position: absolute;
        font-size: 26px;
        color: #6f6f6f;
        background-image: none;
        left: 15px;
        top: 2px;
    }

    .business-method .pay-method-title:before {
        content: "\f0f7";
        font-family: FontAwesome;
        position: absolute;
        font-size: 26px;
        color: #6f6f6f;
        background-image: none;
        left: 15px;
        top: 2px;
    }

.hash:before {
    content: "#";
    position: absolute;
    font-size: 26px;
    color: #8e8e8e;
    left: 0px;
    text-align: center;
    width: 35px;
    top: 25px;
}

.card-payment-box input[type="text"],
.card-payment-box input[type="number"],
.card-payment-box input[type="email"],
.card-payment-boxt input[type="password"],
.card-payment-box select {
    margin-left: 0px;
    width: 100%;
}

.logo-box-main {
    position: relative;
}

.logo-box-type {
    display: inline-block;
    background-color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}

    .logo-box-type ul {
        margin-bottom: 0px;
    }

        .logo-box-type ul li {
            list-style: none;
            display: inline-block;
        }

            .logo-box-type ul li img {
                width: 50px;
                height: 35px;
            }

.specify-pay-dtls .error {
    color: #f00;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
    text-align: left;
}

.card-payment-box .niceCountryInputMenu {
    color: #2e2e2e;
    border: none;
    border-bottom: 1px dashed #b1b1b1;
    height: 50px;
    text-align: left;
}

.card-payment-box .niceCountryInputMenuDefaultText {
    width: 90%;
    height: 40px;
    padding-top: 10px;
    vertical-align: middle;
    display: inline-block;
}

.card-payment-box .flagsmenuSelector {
    padding-top: 10px;
}

.card-payment-box .niceCountryInputMenuFilter input {
    outline: none;
}

.card-payment-box .niceCountryInputMenuDropdown {
    /* border-left: 1px solid #a8a8a8; */
    height: 25px;
    width: 21px;
    float: right;
    line-height: 25px;
    text-align: center;
    position: relative;
    right: 0;
    color: #8e8e8e;
}

.card-payment-box .niceCountryInputMenuCountryFlag {
    border: none;
}

.thankyou-main {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.smile_icn {
    font-size: 60px;
    color: #3381b0;
}

.thankyou-main h4 {
    font-size: 35px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 2px;
}

.thankyou-content {
    font-size: 16px;
    color: #636363;
}

.dialog-popup-content {
    text-align: center;
    display: inline-block;
    width: 100%;
}

    .dialog-popup-content h4 {
        font-size: 26px;
        font-weight: 600;
        margin-top: 0px;
        margin-bottom: 2px;
    }

    .dialog-popup-content .dialog-content {
        font-size: 16px;
        color: #636363;
        margin-bottom: 5px;
        display: inline-block;
    }

.dialog-verify-dtls {
    width: 85%;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
    position: relative;
}

    .dialog-verify-dtls input[type="text"],
    .dialog-verify-dtls input[type="number"],
    .dialog-verify-dtls input[type="email"],
    .dialog-verify-dtls input[type="password"],
    .dialog-verify-dtls select {
        display: inline-block;
        border: none;
        box-shadow: none;
        border-bottom: 1px dashed #b1b1b1;
        border-radius: 0px;
        height: 40px;
        padding: 0px;
        text-indent: 0px;
        margin-left: 23px;
        font-size: 14px;
        width: 95%;
        vertical-align: bottom;
        color: #2e2e2e;
    }

        .dialog-verify-dtls input[type="text"]:focus,
        .dialog-verify-dtls input[type="number"]:focus,
        .dialog-verify-dtls input[type="email"]:focus,
        .dialog-verify-dtls input[type="password"],
        .dialog-verify-dtls select:focus {
            box-shadow: none;
            border-color: #b1b1b1;
        }

.email-sign {
    position: relative;
}

    .email-sign:before {
        content: "\f0e0";
        font-family: FontAwesome;
        position: absolute;
        top: 7px;
        left: 0px;
        z-index: 5;
        width: 15px;
        font-size: 16px;
    }

.dialog-verify-dtls label {
    color: #8e8e8e;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 0px;
    text-align: left;
}

.dialog-popup-content .page-btn {
    text-align: center;
    padding: 5px 25px;
    font-size: 14px;
    margin-top: 25px;
    margin-right: 10px;
    text-decoration: none;
}

    .dialog-popup-content .page-btn:last-child {
        margin-right: 0px;
    }

.pay-with {
    text-align: left;
    display: inline-block;
    width: 100%;
    padding: 0px 25px 0px 25px;
}

    .pay-with h4 {
        font-size: 15px;
        font-weight: 600;
        color: #2e2e2e;
        margin: 0px 0px 18px
    }

.pay-with-content {
    font-size: 16px;
    color: #636363;
}

.style-radio ul li {
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 700;
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    position: relative;
    width: 100%;
}

.style-radio ul {
    margin-bottom: 0px;
}

    .style-radio ul li input[type=radio] {
        position: absolute;
        opacity: 0;
        top: 3px;
        left: 5px;
        z-index: 999;
    }

    .style-radio ul li label {
        display: block;
        position: relative;
        font-weight: 600;
        font-size: 15px;
        padding: 2px 0px 0px 35px;
        margin: 0px auto;
        z-index: 1;
        cursor: pointer;
        -webkit-transition: all 0.25s linear;
    }

    .style-radio ul li:hover label {
        color: #3381b0;
    }

    .style-radio ul li .check {
        cursor: pointer;
        display: block;
        position: absolute;
        border: 5px solid #a3c8de;
        border-radius: 100%;
        height: 25px;
        width: 25px;
        top: 0px;
        left: 0px;
        z-index: 5;
        transition: border .25s linear;
        -webkit-transition: border .25s linear;
        -moz-transition: border .25s linear;
        -o-transition: border .25s linear;
    }

        .style-radio ul li .check::before {
            display: block;
            position: absolute;
            content: '';
            border-radius: 100%;
            height: 7px;
            width: 7px;
            top: 4px;
            left: 4px;
            margin: auto;
            transition: background 0.25s linear;
            -webkit-transition: background 0.25s linear;
        }

.style-radio input[type=radio]:checked ~ .check {
    border: 5px solid #3381b0;
}

    .style-radio input[type=radio]:checked ~ .check::before {
        background: #3381b0;
    }

.style-radio input[type=radio]:checked ~ label {
    color: #2e2e2e;
}

.payment-popup-content {
    display: inline-block;
    width: 100%;
}

.seperator-text {
    display: inline-block;
    width: 100%;
    margin: 30px 0px;
    font-size: 24px;
    font-weight: 600;
    color: #2e2e2e;
}

.pay-with .page-btn {
    padding: 5px 25px;
    text-align: center;
    margin-right: 10px;
}

.dialog-popup-content .specify-payment {
    padding-top: 0px;
}

.transaction-list .report-download-btn {
    width: 30px;
}
/*Payment Method*/
@media only screen and (min-device-width : 320px) and (max-device-width : 820px) {
    .thankyou-main .page-btn {
        font-size: 14px;
        margin-top: 15px;
    }

    .thankyou-main h4 {
        font-size: 28px;
        margin-top: 5px;
    }

    .pay-select-box .checked-icn {
        top: 35px;
    }

    .select-method .down-arrow {
        padding-top: 18px;
    }

    .pay-with .page-btn {
        margin-top: 20px;
    }

    .last-payment {
        margin-bottom: 0px;
    }

    .specify-payment {
        padding-top: 10px;
    }

        .specify-payment h4 {
            margin: 0px 0px 10px;
        }

    .specify-pay-dtls:before {
        display: none;
    }

    .pay-method-title:before {
        left: 12px;
        background-size: 40px;
    }

    .hash:before {
        display: none;
    }

    .specify-pay-dtls {
        padding-left: 0px;
    }

        .specify-pay-dtls .error {
            font-size: 13px
        }

        .specify-pay-dtls .col-md-3.col-sm-12.padd-left {
            padding-right: 0px !important;
        }

        .specify-pay-dtls .col-md-3.col-sm-12.padd-right {
            padding-left: 0px !important;
        }

    .logo-box-type ul li img {
        width: 35px;
        height: 25px;
    }

    .logo-box-type {
        position: unset;
        margin-top: 5px;
    }

    .cvv {
        margin-top: 15px;
        text-align: left;
    }

    .payment-popup .modal-title {
        font-size: 18px;
    }

    .payment-popup .modal-body {
        padding: 15px;
        max-height: 400px;
    }

    .dialog-popup-content .dialog-content {
        font-size: 15px;
        line-height: 18px;
        margin-top: 5px;
        margin-bottom: 0px;
    }

    .smile_icn {
        font-size: 50px;
    }

    .dialog-popup-content h4 {
        font-size: 20px;
    }

    .payment-popup .close {
        right: -8px;
    }

    .payment-popup .modal-header .close {
        padding: unset;
        margin: unset;
    }

    .card-method-footer {
        padding-top: 15px;
    }

    .card-method {
        padding: 10px;
        margin-bottom: 15px;
    }

    .card-method-dtls h4 {
        font-size: 14px;
    }

    .pay-method-main .col-lg-6.col-sm-12.padd-left.padd-right-7, .pay-method-main .col-lg-6.col-sm-12.padd-right.padd-left-7 {
        padding: 0px !important;
    }

    .how-to-pay {
        padding: 15px 15px 15px;
        margin-top: 15px;
    }

    .how-to-pay-dtls p {
        font-size: 14px;
        margin: 10px 0px 15px;
    }

    .how-to-pay h3 {
        font-size: 16px;
    }

    .sec-footer a {
        font-size: 14px;
    }

    .transaction-list ul li a {
        font-size: 12px;
        width: 100%;
        text-align: left;
    }

    .transaction-list ul li span {
        text-align: right;
        width: 100%;
    }

    .transaction-head {
        border-bottom: 1px dashed #767676;
        padding-bottom: 10px;
    }

    .transaction h3 {
        font-size: 16px;
        text-align: left;
    }

    .transaction-list {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .transaction {
        padding: 15px 15px 0px;
    }

    .page-btn {
        font-size: 14px;
        margin-top: 5px;
        padding: 5px 10px;
    }

    .balance-dtls {
        padding: 15px 16px 15px;
    }

    .bal-details p {
        font-size: 14px;
        padding-left: 30px;
    }

    .balance-dtls h3 {
        font-size: 16px;
    }

    .balance-dtls p {
        margin-bottom: 10px;
    }

    .bal-details-main {
        padding-top: 10px;
        border-top: 1px dashed #767676;
        margin-top: 10px;
    }

    .rem-bal {
        text-align: left;
        font-size: 24px;
    }

    .bal-details {
    }

        .bal-details::before {
            font-size: 20px;
            top: 0px;
        }
}

@media screen and (min-width:800px) {
    .dafooter .dalist .dalist-li-first {
        width: 33%;
        float: left;
        border-right: 1px solid #dbe4e7;
    }

    .dafooter .dalist .dalist-li-second {
        width: 33%;
        float: left;
        border-right: 1px solid #dbe4e7;
    }

    .dafooter .dalist .dalist-li-third {
        width: 33%;
        float: left;
    }
}

#sub-texttwo2 ul {
    list-style-type: none;
    padding-bottom: 100px;
    margin-bottom: 0px;
}
    /*#sub-texttwo ul li:first-child{
	line-height:30px;
	background-color:#3C4661;
	border-top:1px solid #B6B0B2;
	border-bottom:1px solid #B6B0B2;
}
#sub-texttwo ul li:first-child a{
	color:#B6B0B2;
	font-size: 16px;
    font-weight: bold;
	text-decoration:none;
}
#sub-texttwo ul li:hover:first-child a{
	color:#fff;
	font-size: 16px;
    font-weight: bold;
	text-decoration:none;
}*/

    #sub-texttwo2 ul li a {
        color: #B6B0B2;
        font-size: 15px;
        text-decoration: none;
    }

    #sub-texttwo2 ul li:hover a {
        color: #fff;
        font-size: 15px;
        text-decoration: none;
    }

    #sub-texttwo2 ul li {
        line-height: 30px;
    }

        #sub-texttwo2 ul li a {
            line-height: 30px;
        }

        #sub-texttwo2 ul li img {
            margin: 0 10px;
        }

#sub-texttwo2 li > .dropdown:after {
    margin-left: 5px;
    content: '▼';
    font-size: 11px;
    font-family: cursive;
    color: rgb(171, 171, 171);
}

.sub-menu-li-1-1 {
    padding-left: 44px;
}

code, .pre2 {
    font-family: Monaco, "Courier New", monospace;
    font-size: .9em;
    line-height: 1.5em;
    color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 3px 2px;
}

code {
    color: #222;
    background-color: #fef9bd;
}

.pre2 {
    display: block;
    background-color: #ECECEC;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    word-break: break-all;
    margin: 0 0 9px;
    padding: 10px;
}

    .pre2.highlight {
        margin-bottom: 18px;
    }


@media (max-width: 480px) and (min-width: 321px) {
    .pro-lbl {
        height: auto;
    }

    .col-custom-mob {
        padding: 0 !important;
    }

    .col-custom-mob-inner {
        padding-left: 0 !important;
    }

    .padno.leftwidth {
        min-height: 0;
    }
}

/*  */

#top-head {
    justify-content: space-between;
}

@media (max-width: 767px) {
    #sub-textone {
        width: auto !important;
    }
}

#alerts {
    margin: 0 !important;
    padding: 10px;
}

.dafooter ul.dalist {
    margin-bottom: 0;
}

.dash .page-heading .profile-heading {
    margin-top: 0;
}

.histo-box .moveto {
    width: auto !important;
    margin-left: 0;
}

#grid-list.recordes.history-inner {
    width: 100% !important;
    padding: 0 !important;
}

.pro {
    width: auto !important;
}

.input-txt input {
    margin: -8px 0;
}

@media (max-width: 600px) and (min-width: 321px) {

    .page-heading .profile-heading,
    .dash .page-heading .profile-heading {
        margin-top: 20px;
    }

    .search-bt .Register-btn {
        margin-left: 0;
    }

    .smsmain .dropdown {
        width: 100%;
        margin-bottom: 5px;
    }

    .headersms .smsmain .txtDateTime {
        width: 100% !important;
        margin-left: 0;
        margin-bottom: 5px;
    }

    .smsmain .btnSearch {
        width: 100%;
        margin-left: 0;
    }

    #ManageDiv .sender_id_btn {
        width: 100%;
        float: initial;
    }

    .histo-box .moveto {
        float: none;
        margin-left: 0;
        margin-right: 0 !important;
        width: 100% !important;
    }

    .moveto .date {
        width: 100%;
    }

        .moveto .date input[type="text"] {
            width: 92%;
        }

    .search-gp-bt .Register-btn {
        width: 100%;
    }

    #grid-list.recordes.history-inner {
        width: 100% !important;
        padding: 0;
        float: none;
    }

    .main-histo .search-gp-bt .Register-btn {
        margin-bottom: 10px;
    }

    .main-histo .search-gp-bt #export {
        margin-left: 0px !important;
    }

    .tools .btnSearch {
        width: 100%;
        margin-left: 0;
    }

    .tools .textbox, .tools .dropdown {
        margin-bottom: 5px;
        width: 100%;
        margin-left: 0;
    }
}

/* Top Promotion */

#topPromotionBanner {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    background: #3aade3;
    color: white;
    font-weight: 400;
    font-size: 16px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #topPromotionBanner span {
        margin-right: 10px;
        background-color: #da2b2b;
        padding: 2px 10px;
        border-radius: 50%;
        font-size: 12px;
        display: flex;
        align-items: center;
    }

    #topPromotionBanner a {
        color: #0e2f5a;
        margin-left: 20px;
        font-weight: 500;
    }

@media (max-width: 600px) and (min-width: 321px) {

    #topPromotionBanner a {
        width: 45%;
    }
}
