@import url('//fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i');

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Open Sans';
    font-size: 13px;
    color: #474646;
    margin: 0px;
    padding: 0px;
    background: #fff;
    margin-bottom: 65px;
}

img {
    max-width: 100%;
    border: 0px;
}

.textcenter {
    text-align: center;
}

a:focus {
    text-decoration: none;
    outline: 0 none;
}

.form-group .input-group .input-group-addon.captcha-image {
    padding: 0px;
    width: 103px;
    /*height:inherit;*/
}

.form-wrapper .form-group .form-control {
    display: inline-block;
    width: calc(100%);
}

.form-wrapper .form-group .input-group {
    margin-bottom: 1px;
    width: calc(100%);
    float: left;
}

.error {
    margin-bottom: 0px;
    margin-top: 3px;
    color: #ff0000;
    display: block;
}

.error:empty {
    border: none;
}

.error {
    margin-top: 0px;
    background-color: #fff7f7;
    color: #e45b5b;
    padding-left: 15px;
    border: 1px solid #da7a7a;
    width: calc(100% - 10px);
    clear: left;
}

.margin-bottom {
    margin-bottom: 10px
}

a:hover {
    text-decoration: underline;
    color: #007bff;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.big-image {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
}

.redtext {
    text-align: center;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.lg-logo img {
    width: 200px;
    height: 45px;
}
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 14px!important;
}
.ul-state-hover, .ul-widget-content .ul-state-hover {
	background-color:#d9534f!important;
	color:#fff!important;
	border-color:#d9534f!important;
}
.ui-widget .ui-widget {
    font-size: 14px!important;
}

button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only:hover {
    background: #d9534f;
	border-color:#d9534f;
}


/*========================== New CSS BOOSTRAP 4 MENU  ========================================================  */

header .nav-item {
    padding: 0px 0px;
    /*border-right: 1px solid #32414e;*/
}

header .nav-item:last-child {
    border-right: none;
}

header .navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0rem 0rem;
}

header .nav-link {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 20px 10px !important;
}

header .nav-link:focus,
.nav-link:hover {
    text-decoration: none;
    background-color: #e45b5b;
    color: #fff;
}

header .navbar-expand-md .navbar-nav>.active>a {
    background-color: #e45b5b;
    color: #fff;
}

ul.dropdown-menu.etc {
    margin: 0;
    padding: 0;
}

ul.dropdown-menu.etc li {
    padding: 5px 0px;
}

.modal-header .close {
    padding: 1rem 5px;
    margin: -1rem -1rem -1rem auto;
    outline: none;
}

/*========================== New CSS BOOSTRAP 4 MENU  ========================================================  */



header .navbar-brand {
    padding: 0px;
    margin: 20px 0px;
    outline: none;
    display: none;
}

header .header-button {
    float: right;
}

header .navbar-header {
    width: 100%;
}

header .navbar-default {
    background: none;
    border: none;
}

header .navbar>.container .navbar-brand,
header .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
    margin: 5px 0px 26px 0px;
}

header .navbar {
    margin-bottom: 0px;
}

header .hearder-bg {
    background-color: #4c5e6e;
}

header .hearder-bg:after {
    height: 3px;
    width: 100%;
    position: absolute;
    top: 131px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: url('../img/headerbg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    clear: both;
}

header .navbar-default .navbar-nav>.active>a,
header .navbar-default .navbar-nav>.active>a:focus {
    background: none;
    color: #fff;
}

header .navbar-default .navbar-nav>.active>a:hover {
    background-color: #e45b5b;
    color: #fff;
}

header .navbar-default .navbar-nav>.active>a {
    background-color: #e45b5b;
    color: #fff;
}

header .navbar-default .navbar-nav>li {
    padding: 9px 5px;
    border-right: 1px solid #32414e;
}

/**header .navbar-default .navbar-nav > li:first-child{padding-left:0px;}**/
header .navbar-default .navbar-nav>li:last-child {
    padding-right: 0px;
    border-right: none;
}

header .navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 25px;
}

header .navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    background-color: #e45b5b;
    color: #fff;
}



header .header-button .language {
    display: inline-block;
    margin-right: 5px;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 600;
    color: #6b6b6b;
    background-color: #fff;
    border-radius: 2px;
    margin-top: 20px;
    border: 1px solid rgba(0, 0, 0, .10);
}

header .header-button .language:focus {
    outline: none;
    box-shadow: none;
}

header .header-button .language .arrow-img {
    margin-left: 12px;
}

header .header-button .facebook {
    margin-right: 5px;
    padding: 11px 12px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background-color: #7dbbc3;
    border-radius: 2px;
    margin-top: 24px;
    text-transform: uppercase;
    border: none;
    display: inline-block;
}

header .header-button .facebook:hover,
header .header-button .facebook:focus,
header .header-button .facebook:active {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background-color: #6badb6;
    border-radius: 2px;
    margin-top: 24px;
    text-transform: uppercase;
    border: none;
    text-decoration: none;
}

header .header-button .facebook img {
    margin-right: 3px;
}

header .header-button .login,
header a.btn.btn-default.login {
    display: inline-block;
    padding: 11px 12px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background-color: #e45b5b;
    border-radius: 2px;
    margin-top: 20px;
    text-transform: uppercase;
    border: none;
}

header .header-button .login:hover,
header .header-button .login:focus,
header .header-button .login:active {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background-color: #d24848;
    border-radius: 2px;
    margin-top: 20px;
    text-transform: uppercase;
    border: none;
    text-decoration: none;
}

header .header-button .login img {
    margin-right: 3px;
}


#banner {
    background-image: url("../img/banner-img.jpg");
    padding: 15px 0 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#banner .title-image {
    text-align: center;
}

#banner img {
    width: 100%;
}

#banner .title {
    background-image: url("../img/bannner-text.png");
    background-repeat: no-repeat;
    height: 49px;
    padding: 6px 0;
    margin-top: -50px;
    margin-left: 700px;
}

#banner .title h2 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

#five-box {
    background-image: url("../img/five-box-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#five-box .box {
    border-left: 1px solid #dddbcc;
    opacity: 75;
    width: 228px;
    float: left;
    padding: 0 45px;
}

#five-box .box:last-child {
    border-right: 1px solid #dddbcc;
    opacity: 75;
}

#five-box .box p {
    margin: 20px 0 10px 0;
    padding: 0px;
    text-align: center;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}

#five-box .box h1 {
    margin: 0 0 22px 0;
    padding: 0px;
    text-align: center;
    color: #e45b5b;
    font-size: 20px;
    font-weight: 700;
}

#five-box .box .icon {
    width: 52px;
    height: 52px;
    background-color: #e45b5b;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 16px;
}

#five-box .box .icon img {
    padding: 10px 10px;
}

#five-box .box2 h1 {
    color: #7dbbc3;
}

#five-box .box2 .icon {
    background-color: #7dbbc3;
}

#five-box .box3 h1 {
    color: #4c5e6e;
}

#five-box .box3 .icon {
    background-color: #4c5e6e;
}

#banner-details {
    background-image: url("../img/banner-img.jpg");
    padding: 45px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: 2px solid #f37171
}

#banner-details .title {
    margin: 0 auto;
    display: block;
    text-align: center;
}

#banner-details .title h2 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #e45b5b;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}

.form-wrapper .form-group .input-group .form-control {
    display: inline-block;
    width: 100%;
}

.form-group .input-success,
.form-group .input-editing,
.form-group .input-error {
    display: inline-block;
    font-size: 0;
    margin: 18px 0 0;
    position: relative;
    vertical-align: top;
    width: 1px;
}

.form-group .input-success span,
.form-group .input-editing span,
.form-group .input-error span {
    background: url(../img/input-images.png) 4px 0 no-repeat;
    width: 14px;
    height: 12px;
    top: 0px;
    right: -18px;
    position: absolute;
    z-index: 1;
}

.form-group .input-success span {
    background-position: 0 0;
}

.form-group .input-editing span {
    background-position: -16px 0;
}

.form-group .input-error span {
    background-position: -32px 0;
}

.form-group .fa.fa-spin {
    top: 15px;
    right: -8px;
    position: absolute;
    z-index: 1;
}

.inlineblock {
    display: inline-block;
}

.displayblock {
    display: block;
}

.pagewidth {
    max-width: 100%;
    width: 1140px;
    margin: 0px auto;
}

.textright {
    text-align: right;
}

.clearboth {
    clear: both;
}

.height-30 {
    height: 30px;
}

.height-auto {
    height: auto !important;
}

.height-20 {
    height: 20px;
}

.height-10 {
    height: 10px;
}

.marginleft5 {
    margin-left: 5px !important;
}

.mainpagemargin {
    margin-left: 50px;
    margin-right: 50px;
}

.valignmiddle {
    vertical-align: middle;
}

.width100per {
    width: 100%;
}

.topbg {
    background: #ffffff;
}

.logoleft {
    float: left;
    max-width: 100%;
    padding-top: 14px;
    padding-bottom: 13px;
    padding-left: 20px;
}

.logoleft img {
    width: 200px;
    height: 45px;
}

.logomain img {
    width: 200px;
    height: 45px;
}

.logoright {
    float: right;
    max-width: 100%;
}

.memnubg {
    background: #ada190;
    padding-left: 20px;
    padding-right: 20px;
}

.logoright .dropdown {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    margin-right: 7px;
}

.logoright .dropdown:focus {
    outline: 0px none;
}

.logoright .btn-primary {
    width: 72px;
    height: 72px;
    background: none;
    border: none;
    color: #a8d2d7;
    font-size: 27px;
    border-left: solid 1px #d4d9dc;
}

.logoright .btn-primary:hover,
.logoright .btn-primary:focus,
.logoright .btn-primary:active,
.logoright .btn-primary.active,
.logoright .open .dropdown-toggle.btn-primary {
    background: #fff !important;
    border: none;
    color: #a8d2d7;
    font-size: 27px;
    border-left: solid 1px #d4d9dc;
}

.logoright .open .dropdown-toggle.btn-primary:focus {
    outline: 0px none;
}

.logoright .dropdown-menu {
    background: #ffffff;
    border: none;
    border-radius: 0px;
    margin-top: 0px;
    border-top: solid 1px #f5f5f5;
    width: 172px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    color: #656666;
}

.logoright .dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background: #75acb3;
    color: #ffffff;
}

.dropdown-menu>.active>a {
    background: #f5f5f5;
}

#member_menus .dropdown-menu>li>a:focus {
    background: #eee9df;
}

/* .btn{border-radius:0px;} */

a.btn.btn-default {
    background-color: #7dbbc3;
    color: #ffffff;
    border: 1px solid #7dbbc3;
}

.message {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.message a {
    background: #5e6e7d;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    line-height: 46px;
    font-size: 10px;
    color: #ffffff;
    border-radius: 2px;
    border-bottom: solid 2px #4f5d6a;
}

.message a:hover {
    background: #4f5d6a;
}

.ovibtn {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.ovibtn a {
    background: #7dbbc3;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 2px;
    border-bottom: solid 2px #619ba2;
    text-decoration: none;
    text-transform: uppercase;
}

.ovibtn a:hover {
    background: #619ba2;
}

.mbshow {
    display: none;
}

.ovibtn.redbutton a {
    background: #e45b5b;
    border-bottom-color: #c93c3c;
}

.ovibtn.redbutton a:hover {
    background: #c93c3c;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
}

#footer .footerleft {
    float: left;
    padding-left: 10px;
    padding-top: 25px;
    font-size: 13px;
    color: #696e71;
    padding-bottom: 20px;
}

#footer .footerright {
    padding-right: 10px;
    float: right;
    padding-top: 17px;
}

#footer .footerright a {
    font-size: 13px;
    color: #696e71;
    display: inline-block;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    border: solid 1px #ffffff;
}

#footer .footerright a:hover {
    border: solid 1px #d8d6d6;
    border-radius: 0px;
    color: #e55b5b;
}

.padding20 {
    padding: 20px;
}

.pagecontent {
    padding: 20px 0px 10px 0px;
}

/*.titlesnew{font-size:20px;color:#4c4436;padding-bottom:10px;border-bottom:solid 1px #e0ddd8;}*/
.titlesnew {
    padding-top: 10px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e1ddd6;
    font-size: 18px;
    font-weight: 700;
    position: relative;
}
.history-back-btn {
    background: linear-gradient(to bottom, rgba(54, 54, 54, 1) 0%, rgba(184, 0, 0, 1) 2%, rgba(87, 12, 21, 1) 50%, rgba(184, 0, 0, 1) 98%, rgba(46, 46, 46, 1) 99%, rgba(46, 46, 46, 1) 100%);
    padding: 5px 15px;
    display: inline-block;
    color: #fff;
	text-transform:uppercase;
    text-decoration: none;
}
.history-back-btn:hover {text-decoration:none; color: #fff;}

.titlesnew:after {
    border-bottom: 2px solid #e45b5b;
    bottom: -2px;
    content: "";
    display: block;
    position: absolute;
    width: 70px;
}

.shoetitles {
    text-align: right;
    font-size: 13px;
    color: #353535;
    padding-top: 10px;
    padding-bottom: 10px;
}

.newsleftsins {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}

.newsrightins {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-left: 2%;
}

.newsbox {
    background: #7dbbc3;
    padding: 15px;
    font-size: 18px;
    color: #ffffff;
}

.whiteboxboxs {
    background: #ffffff;
    padding: 15px;
    font-size: 14px;
    color: #494949;
    margin-bottom: 15px;
}

.newstitles {
    border-top: solid 1px #e9e6e1;
    margin-top: 15px;
    padding-top: 5px;
}

.whitetestimonailboxs {
    background: #ffffff;
    padding: 15px;
}

.testimonial {
    display: inline-block;
    vertical-align: middle;
    width: 93px;
}

.testiminalright {
    display: inline-block;
    vertical-align: middle;
    background: #f8f8f8;
    padding: 15px;
    width: calc(100% - 107px);
    margin-left: 10px;
    font-size: 14px;
    color: #494949;
}

.testimonialmain {
    margin-bottom: 15px;
}

.faqlefts {
    width: 48%;
    float: left;
}

.faqrights {
    width: 48%;
    float: right;
}

.cat {
    background: #7dbbc3;
    padding: 15px;
    font-size: 18px;
    color: #ffffff;
}

.catboxwhit {
    background: #ffffff;
    padding: 20px;
}

.catbox_scroll {
    height: 160px;
    overflow: auto;
}

.memberspage.catbox_scroll {
    height: auto;
}

.catboxwhit ul {
    padding: 0px;
}

.catboxwhit li {
    list-style: none;
    margin-bottom: 15px;
    margin-top: 15px;
}

.catboxwhit li:first-child {
    margin-top: 0px;
}

.catboxwhit a {
    font-size: 14px;
    color: #494949;
}

.catboxwhit a:hover {
    color: #e45b5b;
    text-decoration: none;
}

.catmains {
    margin-bottom: 25px;
}

.nav-tabs {
    background: #284163;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    padding-left: 0;
    list-style: none;
}

.nav>li>a {
    font-size: 18px;
    color: #ffffff;
    padding: 16px 25px;
}

.nav>li {
    border-right: solid 1px #ffffff;
    margin-bottom: 0px;
    float: left;
    position: relative;
    display: block;
    padding: 0px 0px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background: #f63d5c;
    color: #ffffff;
    border: none;
    text-decoration: none;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    border-bottom:none;
}

.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.nav-tabs>li>a:hover {
    background: #e45b5b;
    text-decoration: none;
}

.nav-tabs>li>a {
    border-radius: 0px;
    border: none;
    margin-right: 0px;
}

.navbox ul.nav-tabs li a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    text-decoration: none;
}

.acctutitlesins {
    background: #ffffff;
    padding: 15px;
    font-size: 18px;
    color: #191919;
    border-bottom: solid 1px #ece9e4;
}

.profilesboxmain {
    background: #ffffff;
    padding: 30px;
    max-width: 100%;
    margin-top: 15px;
    margin-right: 1%;
    min-height: 220px;
}

.profitiels {
    font-size: 18px;
    color: #3f3c36;
    border-bottom: solid 1px #ece9e4;
    padding-bottom: 10px;
}

.photoporfiles {
    width: 100px;
    height: 104px;
    border: solid 1px #eeeae3;
}

.profilesleftbot {
    display: inline-block;
    vertical-align: top;
}

.photorightbots {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 120px);
    max-width: 100%;
}

.pboxes {
    background: #fafafa;
    border: solid 1px #e0e0e0;
    padding: 14px;
    margin-left: 4px;
    margin-bottom: 8px;
}

.pboxes.editable_btn {
    min-width: 200px;
}

.pboxes span {
    font-weight: 600;
}

.pboxes:nth-child(3) {
    margin-bottom: 0px;
}

.editable_btn {
    display: inline-block;
    vertical-align: top;
}

.editable_btn .btn-custom {
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11px;
    margin-bottom: -3px;
    margin-top: -5px;
}

.changeemailbox a {
    background-color: #7dbbc3;
    color: #ffffff;
    text-decoration: none;
    padding: 2px 5px;
}

.changeemailbox .btn-custom {
    background: #7dbbc3;
    color: #ffffff;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 400;
}

.changeemailbox .btn-custom:focus {
    outline: 0 none;
}

.profilesbox {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.adrressbox {
    font-size: 14px;
    color: #474646;
}

.fieldboxmain {
    border-bottom: solid 1px #ece9e4;
    padding-top: 7px;
    padding-bottom: 7px;
}

.fieldbox {
    font-size: 14px;
    color: #202020;
    display: inline-block;
    vertical-align: middle;
    padding-right: 90px;
}

.dealetobxins {
    background: #ffffff;
    padding: 10px;
    margin-top: 20px;
}

.deletleftsins {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #474646;
    line-height: 44px;
}

.deletrightins {
    float: right;
}

.profilesboxmain:last-child {
    margin-right: 0px;
}

.deletrightins a {
    background: #e45b5b;
    padding: 8px;
    display: block;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
}

.changboxins {
    font-size: 13px;
    color: #3f3c36;
}

.whitefinesbox {
    background: #ffffff;
    padding: 20px;
}

.fincboxmainsleft {
    width: 49%;
    float: left;
}

.fincboxmainsright {
    width: 48%;
    float: left;
    margin-left: 2%;
}

.finceboxtablae .row .col-xs-6 {
    font-size: 16px;
    color: #393939;
    border: solid 1px #dbd9d5;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: -1px;
    margin-left: -1px;
}

.whiteboxpromaitiknal {
    background: #ffffff;
    padding: 20px;
    margin-top: 20px;
}

.banner125pm {
    width: 125px;
    display: inline-block;
    vertical-align: middle;
}

.otherbox {
    width: 48%;
    float: left;
}

.presbox {
    background: #f4f4f4;
    font-size: 17px;
    color: #000000;
    padding: 10px;
}

.prescontent {
    background: #fafafa;
    padding: 25px 0px;
    font-size: 15px;
    color: #474646;
    position: relative;
}

.banner125pm {
    font-size: 16px;
    color: #494949;
}

.banner125mains {
    margin-top: 12px;
}

.allcontent {
    margin-left: 50px;
    margin-right: 50px;
    background: #fbf9f5;
    padding: 20px;
}

.mainpagetitles {
    background: #4c5e6e;
    padding: 8px;
    font-size: 20px;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

.maintitlesrights {
    float: right;
    background: #1ab698;
    width: 30px;
    height: 30px;
    text-align: center;
}

.panel-default>.panel-heading {
    background: #ffffff;
    border: solid 1px #dce3e5;
    border-bottom-color: #19b698;
}

.panel-heading {
    padding: 15px;
}

.panel-group .panel {
    margin-bottom: 12px;
}

.panel {
    border: none;
    border-radius: 0px;
    background: #fff;
}

.dassbordtitlesicon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #19b698;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    text-align: center;
    color: #ffffff;
    font-size: 23px;
    line-height: 30px;
}

.dassbordtitlesicon2 {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #4c5e6e;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    text-align: center;
    color: #ffffff;
    font-size: 23px;
    line-height: 30px;
}

.widthcut {
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.widthcut:last-child {
    margin-right: 0px;
}

.footer {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.searchbox {
    margin-left: 25px;
    margin-top: 20px;
    float: left;
    width: 40px;
    overflow: hidden;
    position: relative;
    transition: width ease-in-out 200ms;
    margin-right: 10px;
}

.searchbox .searchtextbox {
    width: 100%;
    padding: 0px 0px 0px 15px;
    height: 40px;
    border: none;
    background-color: #ffffff;
    border: solid 1px #5e6e7d;
    color: #000000;
    transition: width 500ms ease-in-out;
    border-radius: 21px;
    outline: none;
}

.searchbox .searchicon {
    height: 40px;
    width: 40px;
    background-color: #5e6e7d;
    float: left;
    color: #19b698;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    border-radius: 50%;
    font-size: 15px;
    color: #ffffff;
    line-height: 16px;
    position: absolute;
    right: 0px;
    top: 0px
}

.searchbox .searchicon input[type="image"] {
    background-color: transparent;
    border: none;
    width: 16px;
    height: 16px;
    margin-top: 12px;
    font-size: 0px;
    color: #000000;
    outline: none;
}

.searchbox .searchicon:hover {
    background: #4c5e6e;
}

.searchbox .searchicon .fa {
    margin-left: 8px;
    margin-top: 14px;
    margin-right: 5px;
}

.searchbox.opensearchbar {
    width: 340px;
    transition: width ease-in-out 200ms;
    outline: none;
    position: relative;
    overflow: visible;
}

.searchbox .searchresult {
    display: none;
    position: absolute;
    top: 40px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    z-index: 1;
    transition: all ease-in-out 500ms;
}

.searchbox.opensearchbar .searchresult {
    display: none;
    text-align: left;
    width: 340px;
    padding-left: 10px;
    transition: all ease-in-out 500ms;
}

.searchbox.opensearchbar span.category {
    display: block;
    width: 25%;
    float: left;
    font-size: 13px;
    padding-top: 5px;
    color: #e45b5b;
}

.searchbox.opensearchbar ul {
    padding: 0px;
    margin: 0px;
    width: 75%;
    float: left;
    border-left: 1px solid #dddddd;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dddddd;
}

.searchbox.opensearchbar ul li {
    list-style: none;
}

.searchbox.opensearchbar ul li a {
    font-size: 13px;
    color: #4c5e6e;
    padding: 3px 10px;
    text-decoration: none;
    display: block;
}

.searchbox.opensearchbar ul li a:hover {
    background-color: #f3ebdd;
}

.maintitlesrights .btn-default {
    background-color: #e45b5b;
    border-color: #daedbd;
    color: #ffffff;
}

.maintitlesrights .btn-default:hover {
    background-color: #d34f4f;
}

.maintitlesrights .tooltip-inner {
    background-color: #fff;
    border-radius: 0px;
    color: #252525;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    border: 1px solid #4c5e6e;
}

.maintitlesrights .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #4c5e6e;
    border-width: 0 5px 5px;
    left: 50%;
    margin-left: -5px;
    top: 0;
}

.maintitlesrights .btn {
    border: none;
    border-radius: 0px;
    outline: none;
    display: block;
    line-height: normal;
    padding-bottom: 5px;
}

#loginbox_container {
    width: 436px;
    margin: 0 auto;
    border: 1px solid #e6e6e6;
    margin-top: 36px;
    background-color: #ffffff;
    max-width: 100%;
    margin-bottom: 16px;
}

.innerpadding {
    padding: 34px 33px;
}

.toplogo {
    text-align: center;
    background-color: #f7f7f7;
    padding-bottom: 15px;
    padding-top: 15px;
}

.welcometext {
    font-size: 20px;
    color: #4c5e6e;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    margin-bottom: 15px;
}

.welcometext span {
    color: #e45b5b;
    font-weight: 700;
}

.nav-tabs>li>a.error_tab {
    border: 1px solid #FF0000 !important;
}

#loginbox_container .form-group {
    position: relative;
    margin-bottom: 0px;
    min-height: 115px;
}

#loginbox_container .form-group:nth-child(4) {
    min-height: 65px;
}

#loginbox_container .form-group:nth-child(5) {
    margin-bottom: 15px;
    min-height: 0px;
}

#loginbox_container .form-group label {
    font-size: 16px;
    color: #959595;
    padding-bottom: 7px;
    font-weight: normal;
}

#loginbox_container .form-group .form-control {
    background-color: #fafafa;
    border: none;
    font-size: 14px;
    width: 100%;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    outline: none;
}

.form-group {
    position: relative;
}

.form-group .keyboardInputInitiator {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 25px;
    font-weight: 700;
    color: #57697a;
}

.loginbox .form-group .keyboardInputInitiator {
    position: absolute;
    right: 5px;
    top: 18px;
    font-size: 25px;
    font-weight: 700;
    color: #57697a;
}

.form-group label+.form-control.keyboardInput+.keyboardInputInitiator {
    top: 45px;
}

.form-group .input-group .keyboardInputInitiator {
    z-index: 3;
    right: 50px;
}

#loginbox_container .alert.alert-danger {
    margin-top: 10px;
    padding: 10px;
}

/* .btn-custom{background-color:#e45b5b;border:none;border-radius:3px;color:#ffffff;font-weight:700;font-size:14px;padding-top:13px;padding-bottom:13px;margin-top:20px;} */
/* .btn-custom:hover{background-color:#d34f4f;color:#ffffff;} */
/* .btn-custom:focus{outline: 0 none !important;} */


.bott-text {
    text-align: center;
    color: #959595;
    font-size: 12px;
}

.dealetobxins .btn-custom {
    margin-top: 0px;
}

.input-group.captcha .input-group-addon {
    padding: 0px;
    border: none;
    background-color: #a9b4be;
}

.input-group.captcha .input-group-addon img {
    max-width: inherit;
}

.input-group.captcha .input-group-addon a {
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    padding-left: 15px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
}

.page-title {
    background: #4c5e6e;
    padding: 8px;
    font-size: 20px;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

.helpicon {
    float: right;
    background: #1ab698;
    width: 30px;
    height: 30px;
    text-align: center;
}

.helpicon a {
    background-color: #e45b5b;
    border-color: #daedbd;
    color: #ffffff;
    padding: 5px 0px;
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.helpicon a:hover {
    background-color: #d34f4f;
}

.helpicon .tooltip-inner {
    background-color: #fff;
    border-radius: 0px;
    color: #252525;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    border: 1px solid #4c5e6e;
}

.helpicon .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #4c5e6e;
    border-width: 0 5px 5px;
    left: 50%;
    margin-left: -5px;
    top: 0;
}

.tab-blue-box {
    background-color: #d1c5b2;
    margin-bottom: 20px;
}

.tab-blue-box ul li {
    border-left: 1px solid #e4dfd4;
}

.tab-blue-box ul li:first-child {
    border-left: none;
}

.tab-blue-box ul li a {
    color: #ffffff;
    font-size: 14px;
    padding: 15px 25px;
    border: none;
    border-radius: 0px;
    margin-right: 0px;
}

.tab-blue-box ul li a:hover,
.tab-blue-box ul li a:focus,
.tab-blue-box ul li.active a,
.tab-blue-box ul li.active a:hover {
    background-color: #f63d5c;
    border-radius: 0px;
    color: #ffffff;
}

.tab-blue-box ul li a:hover:after,
.tab-blue-box ul li a:focus:after,
.tab-blue-box ul li.active a:after {
    content: "\f0dd";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    text-align: center;
    left: 0px;
    right: 0px;
    bottom: -16px;
    color: #f63d5c;
    font-size: 25px;
}

.btnorange {
    background: #ea6153;
    border: none;
    padding: 10px;
    color: #ffffff;
    transition: all 800ms ease-in-out;
}

a.btnorange {
    display: inline-block;
    color: #ffffff;
}

textarea.form-group {
    height: auto;
}

.form-container .form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #3f3c36;
}

.form-container .form-group label em {
    color: #e45b5b;
}

.form-container .formbutton {
    clear: left;
    text-align: center;
}

.form-container .form-group {
    padding-top: 15px;
    margin-bottom: 0px;
    height: 91px;
}

.form-container .form-group.auto_height {
    height: auto !important;
}

.form-horizontal .form-container .form-group {
    padding-top: 15px;
    margin-bottom: 0px;
    height: auto;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.form-horizontal .form-group label {
    color: #000000;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    /*margin-bottom: 10px;*/
}

.form-group label em {
    color: #ff0000;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
}

.form-container .form-group label {
    font-size: 13px;
    font-weight: 600;
}

.form-container .input-group-addon .checkbox label::before {
    margin-right: 0px;
}

.form-container .form-control {
    height: 38px;
    border-radius: 0px;
    box-shadow: none;
    border-color: #eeeae3;
}

.form-container .form-control:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.form-container .input-group-addon {
    background-color: #ffffff;
    border-color: #eeeae3;
    border-radius: 0px;
}

.form-container .formbutton {
    text-align: center;
    clear: both
}

.form-container .select-main select {
    height: 34px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-container .select-main label::before {
    height: 32px;
    top: 1px;
    right: 1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.form-container .col-md-4 .col-md-6.nopadding input[type="text"] {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-right: none;
}

.form-container .col-md-4 .col-md-6.nopadding select {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.form-container .browsebuttonmain {
    position: relative;
}

.form-container .browsebuttonmain .btnorange {
    padding: 3px 10px;
    margin-left: 0px;
    display: inline-block;
    margin-top: 1px;
    vertical-align: top;
    position: static;
    height: 36px;
    line-height: 30px;
}

.form-container .browsebuttonmain .browsecaption {
    width: 87%;
    display: inline-block;
    vertical-align: top;
}

.form-container .browsebuttonmain .browserbuttonlink {
    left: 0px;
    right: 0px;
    width: 100%;
    height: 37px;
    position: absolute;
    top: 0px;
    opacity: 0;
}

.form-group select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/select_arrow.jpg);
    background-repeat: no-repeat;
    background-position: right center;
}

.form-container .col-md-10.custom_border {
    padding-right: 0px;
}

.form-container .col-md-2.custom_border {
    padding-left: 0px;
    text-align: center;
}

.form-container .custom_border .form-group {
    background-color: #ffffff;
    padding: 15px;
    border: 1px solid #eeeae3;
    margin-bottom: 15px;
}

.form-container .col-md-10.custom_border .form-group {
    padding-top: 25px;
    border-right: none;
}

.form-container .custom_border .browsecaption {
    width: 84%;
    margin-left: 7px;
}

.form-container .custom_border .browsebuttonmain {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    margin-left: 5px;
}

.form-container .custom_browse_button .browsebuttonmain .btnorange {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 11px;
    height: 40px;
    line-height: 36px;
    padding-left: 15px;
    padding-right: 15px;
}

.form-container .custom_browse_button .browsecaption {
    width: 100%;
}

.form-container .custom_textarea textarea {
    height: auto;
    min-height: 0px;
}

.darkcolorbg {
    background-color: #f7f3ea;
}

.fieldset {
    margin-bottom: 10px;
}

.fieldset .form-control {
    height: 40px;
    border-radius: 0px;
    box-shadow: none;
    border-color: #eeeae3;
}

.fieldset .form-control:focus {
    outline: 0 none;
}

.fieldset select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/select_arrow.jpg);
    background-repeat: no-repeat;
    background-position: right center;
}

.fieldset label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.fieldbutton .btn-success {
    background-color: #7dbbc3;
    border: none;
    border-radius: 0;
    color: #fff;
    outline: none;
}

.fieldbutton .btn-success:active:focus {
    color: #fff;
    background-color: #7dbbc3 !important;
    border-color: #7dbbc3 !important;
}


.fieldbutton .btn-default {
    background-color: #ada190;
    border: none;
    color: #ffffff;
    border-radius: 0;
    color: #fff;
}

.fieldbutton .btn-default:hover {
    background-color: #9f9280;
    border: none;
    color: #ffffff;
}

.fieldbutton .btn-default:focus {
    outline: 0 none;
}

.input-group-addon .tooltipmain.glyphicon-question-sign {
    height: 20px;
    line-height: 20px;
    border: none;
    font-style: normal;
}

.input-group-addon .tooltipmain.glyphicon-question-sign::before {
    line-height: 20px;
}

.form-group.bonuscriteria .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}

.form-group.bonuscriteria input[type="text"].form-control {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: none;
}

.form-group.bonuscriteria .select-main select {
    border-radius: 0px;
}

.form-group.bonuscriteria .select-main label:before {
    border-radius: 0px;
}

.nopadding {
    padding: 0px;
}

textarea.form-control {
    min-height: 150px;
    max-width: 100%;
}

.select2-container.form-control {
    padding: 0px;
    border: none;
}

.select2-container.form-control .select2-choice {
    height: 40px;
    background-color: #ffffff;
    background-image: url(../img/select_arrow.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    border: none;
    border-radius: 0px;
    border: 1px solid #eeeae3;
    line-height: 36px;
}

.select2-container.form-control.select2-dropdown-open .select2-choice {
    border: 1px solid #66afe9 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.select2-container.form-control .select2-choice .select2-arrow {
    background: none;
    border: none;
}

.select2-drop .select2-input {
    height: 36px;
}

.white_form_bg {
    background-color: #ffffff;
}

.processor_ac_details {
    margin-bottom: 20px;
    margin-top: 15px;
}

.processor_ac_details th {
    background-color: #5e6e7d;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 20px;
    color: #ffffff;
}

.processor_ac_details td {
    background-color: #ffffff;
    padding: 10px 20px;
    font-size: 14px;
    color: #403f3f;
    font-weight: 600;
}

.processor_ac_details td .form-control {
    border-color: #e2e2e2;
    background-color: #ffffff;
}

table.dataTable {
    clear: both;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important
}

table.dataTable td,
table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
    text-align: center
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block;
    padding-left: 3px;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
    padding-right: 30px
}

table.dataTable thead>tr>th:active,
table.dataTable thead>tr>td:active {
    outline: none
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: 0.5
}

table.dataTable thead .sorting:after {
    opacity: 0.2;
}

table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    color: #eee
}

div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important
}

div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
    display: none
}

div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
    border-top: none
}

div.dataTables_scrollFoot table {
    margin-top: 0 !important;
    border-top: none
}

@media screen and (max-width:767px) {

    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: left
    }
}

table.dataTable.table-condensed>thead>tr>th {
    padding-right: 20px
}

table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
    top: 6px;
    right: 6px
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    border-left-width: 0
}

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
    border-right-width: 0
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    border-bottom-width: 0
}

div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0
}

div.table-responsive>div.dataTables_wrapper>div.row {
    margin: 0
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child {
    padding-left: 0
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child {
    padding-right: 0
}

.table-striped>tbody>tr {
    background: #ffffff;
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
    background: #ffffff;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: solid 1px #ebeae7;
}

.table.table-striped td:first-child {
    border-right: solid 1px #ebeae7;
}

table.dataTable {
    border: none !important;
}

table.dataTable tr:hover {
    background-color: #fbf9f5 !important;
}

table.dataTable tr th {
    background-color: #343a40;
    color: #ffffff;
    border-top: none;
    font-size: 15px;
    font-weight: 600 !important;
    border-bottom: none;
    background-position: 10px center !important;
    padding-left: 30px;
    border-right: 1px solid #ffffff;
    padding: 12px 10px;
}

table.dataTable tr td {
    padding: 10px 15px;
    color: #373737;
    font-size: 13px;
    border-top-color: #e4e3df !important;
    border-top-color: #ebeae7 !important;
}

table.dataTable tr td.sorting_1,
table.dataTable tr td.sorting_2,
table.dataTable tr td.sorting_3 {
    background-color: rgba(149, 198, 204, 0.07) !important;
    outline: 0 none
}

table.dataTable tr td:first-child {
    border-left: none !important;
}

table.dataTable tr td:last-child {
    border-right: none;
}

table.dataTable tr td select {
    min-width: 100px;
    height: 30px;
    border: 1px solid #e6e0d4;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../img/arrowdown.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0px;
}

.dataTables_length {
    margin-bottom: 10px;
    position: relative;
    z-index: 1
}

.dataTables_length label {
    font-size: 13px;
    color: #767570;
    font-weight: normal;
}

.dataTables_length select {
    width: 68px;
    height: 30px;
    border: 1px solid #e6e0d4;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../img/arrowdown.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0px;
    font-size: 12px;
    border-radius: 0;
}

.dataTables_length select:focus {
    outline: 0 none;
}

.dataTables_info {
    font-size: 13px;
    color: #353535;
}

.dataTables_paginate.paging_numbers a.paginate_button {
    background-color: #ffffff;
    border: none;
    font-size: 13px;
    margin-top: 18px;
}

.dataTables_paginate.paging_numbers a.paginate_button.current,
.dataTables_paginate.paging_numbers a.paginate_button:hover,
.dataTables_paginate.paging_numbers a.paginate_button.current:hover {
    background-color: #95c6cc;
    border: none;
    background-image: none;
    color: #ffffff !important;
}

.dataTables_wrapper .dt-buttons {
    position: relative;
    z-index: 1;
    margin-left: 0px;
}

.dataTables_wrapper .dt-buttons a {
    border: none;
    border-radius: 0px;
    background-color: #ada190;
    color: #ffffff;
    background-image: none;
    font-size: 13px;
}

.dataTables_wrapper .dt-buttons a:hover {
    border: none;
    background-image: none;
    color: #ffffff;
    background-color: #baae9c;
}

.dataTables_wrapper .dt-buttons a:focus {
    border: none;
    background-image: none;
    color: #ffffff;
    background-color: #baae9c;
    text-shadow: none;
}

table.dataTable thead .sorting:after {
    opacity: 1;
}

table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    color: #53696c;
    opacity: 1;
}

.panel-heading.no-padding {
    border: none;
    padding: 0px;
    margin-bottom: 12px;
}

.panel-heading.no-padding h3 {
    padding: 15px;
    cursor: pointer;
    background-color: #5a6d7d;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.panel-heading.no-padding h3:after {
    content: "+";
    font-size: 30px;
    font-weight: 700;
    line-height: 18px;
    float: right;
}

.panel-heading.no-padding h3.active:after {
    content: "\2013";
}

.actionmenu .dropdown-toggle {
    min-width: 100px;
    text-align: center;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-color: #e6e0d4;
    font-size: 14px;
    color: #767570;
}

.actionmenu .dropdown-toggle span.caret {
    position: absolute;
    right: 10px;
    top: 11px;
}

.attachment_div {
    padding: 10px;
}

.custom_panel {
    padding-left: 0px;
    padding-right: 0px;
    padding-left: 30px;
}

.custom_panel:first-child {
    padding-left: 0px;
}

.custom_panel .panel.panel-default {
    box-shadow: none;
    border: none;
    border-radius: 0px;
}

.custom_panel .panel-heading {
    border: none;
    padding-top: 0px;
    padding-bottom: 0px;
}

.custom_panel .panel-heading h3 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e1ddd6;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.custom_panel .panel-heading h3:after {
    border-bottom: 2px solid #e45b5b;
    bottom: -2px;
    content: "";
    display: block;
    position: absolute;
    width: 70px;
}

.custom_panel .panel-body label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.custom_panel.for_small_width_select .panel-body select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/select_arrow.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    width: 212px;
    margin-right: 5px;
}

h3.custom_heading {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e1ddd6;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-top: 0px;
}

h3.custom_heading:after {
    border-bottom: 2px solid #e45b5b;
    bottom: -2px;
    content: "";
    display: block;
    position: absolute;
    width: 70px;
}

#notification_cont.alert {
    background-color: rgba(0, 0, 0, 0.6);
    top: 0px;
    bottom: 0px;
    z-index: 9999;
    width: 100%;
    text-align: center;
    position: fixed;
    padding: 0;
    margin: 0;
    letter-spacing: 0.5px;
    left: 0;
    font-weight: 400;
    font-size: 18px;
    border: medium;
}

#notification_cont.alert #notification_msg_cont {
    position: relative;
    top: 45%;
    width: 483px;
    border-radius: 0px;
    box-shadow: none;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    max-width: 100%;
}

#notification_cont.alert-success #notification_msg_cont {
    background-color: #e0efd8;
    color: #3f753b;
}

#notification_cont.alert-info #notification_msg_cont {
    background-color: #d9edf6;
    color: #457b97;
}

#notification_cont.alert-warning #notification_msg_cont {
    background-color: #fdf8e4;
    color: #917949;
}

#notification_cont.alert-error #notification_msg_cont {
    background-color: #f2dedf;
    color: #bc5252;
}

.tab-content ul.breadcrumb {
    text-align: right;
    background-color: transparent;
    font-size: 14px;
    color: #777573;
    border-bottom: 1px solid #e9e1d4;
    border-radius: 0px;
    padding: 5px 0px;
}

.edit_message {
    float: right;
    font-weight: normal;
    background-color: #588d93;
    display: inline-block;
    padding: 8px;
    margin-left: 5px;
    font-size: 12px;
    line-height: normal;
}

.delete_message {
    float: right;
    font-weight: normal;
    background-color: #e45b5b;
    display: inline-block;
    padding: 8px;
    margin-left: 5px;
    font-size: 12px;
    line-height: normal;
}

.sub_title {
    font-size: 18px;
    font-weight: 600;
    color: #4a4b4b;
    padding-top: 20px;
    padding-bottom: 10px;
}

.fieldset {
    width: calc(25% - 15px);
    vertical-align: top;
    max-width: 100%;
    float: left;
    margin-right: 20px;
}

.form-control {
    border-radius: 0px;
}

.form-control:focus {
    outline: none;
    border-color: #eeeae3;
    box-shadow: none;
}

.fieldbutton {
    padding-top: 10px;
    clear: left;
    text-align: right;
}

/* .btn-success{background-color:#7dbac3;border-color:rgb(212, 63, 58);color:rgb(255, 255, 255);} */
/* .btn-success:hover{background:#609aa2 !important;} */
/* .btn-success:focus{outline: 0 none !important; border: none; box-shadow: none;} */


.addnew-button {
    text-align: right;
    margin-bottom: -30px;
    position: relative;
    z-index: 11;
    float: right;
    clear: both;
}


/* .btn{border-radius:0px;} */



.addnew-button .btn_submit {
    background: #d9534f;
    color: #ffffff;
    border: none;
    border-radius: 0px;
}

.addnew-button .btn_submit:hover {
    background: #d1c5b2;
}

.addnew-button .btn-default:not(.dropdown-toggle) {
    background-color: #d1c5b2;
    color: #ffffff;
    border: none;
    margin-left: 4px;
}

.addnew-button .actionmenu {
    display: inline-block;
    margin-right: 0px;
}

.serchgreybox {
    background: #95c6cc;
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 25px;
}

.formbutton .btn-default {
    background: #d1c5b2;
    color: #ffffff;
}

.panel-primary>.panel-heading {
    background: #e7a1a1;
    border-bottom: none;
    border-radius: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.panel-primary>.panel-heading .panel-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
}

.panel-primary>.panel-heading .panel-title .pull-right {
    font-weight: normal;
    margin-right: 10px;
}

.panel-primary.admin_reply .panel-heading {
    background: #95c6cc;
}

.panel-primary.admin_note .panel-heading {
    background: #d1c5b2;
}

.form-group .btn-primary {
    background: #e45b5b;
    border: none;
    color: #ffffff;
    border-radius: 0;
    outline: none;
}

.form-group .btn-primary:hover {
    background-color: #c9302c;
    outline: none;
}

.attachment_div {
    border: solid 1px #eeeae3;
    margin-right: 18px;
    width: calc(25% - 23px);
    background-color: #ffffff;
    text-align: center;
    line-height: 54px;
    /* margin-bottom: 15px; */
    margin-left: 15px;
}

.inwidth {
    width: 100%;
}

.add_more_btn {
    border: solid 1px #eeeae3;
    width: calc(25% - 22px);
    background-color: #ffffff;
    margin-bottom: 15px;
}

.add_more_btn a {
    display: block;
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
    color: #d1c5b2;
}

.attchmentmain .attachment_div:nth-child(4) {
    margin-right: 0px;
}

.attachment_div span:first-child {
    background-color: #d83936;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.attachment_div span label {
    background-color: #ffffff;
    font-weight: 600;
    color: #626262;
    padding-right: 10px;
    margin-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.attachment_div span input[type="file"] {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    cursor: pointer;
}

.attachment_div span a {
    position: relative;
    z-index: 1;
    top: -22px;
    color: #e53131;
}

/* .btn-primary{background:#d9534f;border:none;} */
/* .btn-primary:hover{background:#c93c3c;} */
/* .btn-primary:active{background:#c93c3c !important;} */
/* .btn-primary:focus{outline: 0 none !important;} */

.actionmenu .dropdown-menu>li {
    display: block;
    width: 100%;
}

.help-tip {
    position: absolute;
    top: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    text-align: center;
    background-color: #7dbbc3;
    width: 24px;
    height: 24px;
    font-size: 20px;
    line-height: 26px;
    cursor: default;
}

.help-tip:before {
    content: '?';
    font-weight: bold;
    color: #fff;
}

.help-tip:hover p {
    display: block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;
}

.help-tip p {
    display: none;
    text-align: left;
    background-color: #1E2021;
    padding: 20px;
    width: 300px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -4px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
}

.help-tip p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #1E2021;
    right: 10px;
    top: -12px;
}

.help-tip p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    100% {
        opacity: 100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100%;
    }
}

.form-horizontal.form-wrapper .form-group .control-label {
    background-color: #f8f8f8;
    text-align: left;
    font-size: 15px;
    color: #474646;
    font-weight: normal;
    border: 1px solid #eae8e3;
    border-right: none;
    min-height: 42px;
    line-height: 26px;
}

.form-horizontal.form-wrapper .form-group .col-sm-8 {
    padding-left: 0px;
}

.form-horizontal.form-wrapper .form-group .form-control {
    min-height: 47px;
    border-color: #ced4da;
    box-shadow: none;
    resize: none;
}

.form-group .control-label {
    background-color: #e9ecef;
    text-align: left;
    font-size: 15px;
    color: #474646;
    font-weight: normal;
    border: 1px solid #d0cfcc;
    /*border-right:none;min-height:42px;*/
    line-height: 46px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0;
	font-weight: 700;
}

.form-group .col-sm-8 {
    padding-left: 0px;
    padding-right: 0px;
}

.form-group .form-control {
    min-height: 50px;
    border-color: #ced4da;
    box-shadow: none;
    resize: none;
    border-radius: 6px;
}

.form-group label {
    font-size: 16px;
    margin-bottom: .5rem;
 font-family: "Roboto", sans-serif;
}

.modal-body {
    padding: 30px;
}

.info_grid {
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #ece9e4;
    padding-top: 8px;
    padding-bottom: 8px;
}

.info_grid span {
    font-weight: 600;
}

.login-page {
    background-color: #e7e9e9;
}

.loginbox {
    width: 570px;
    margin: 80px auto;
    max-width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 50px;
    box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
}

.affilite-submit {
    background-color: #02bf6f;
    color: #fff;
    padding: 8px 20px;
    text-align: center;
    border: 2px solid #02bf6f;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.42857;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
	text-transform:uppercase;
    text-decoration: none;
}
.affilite-submit:hover {
    color: #02bf6f;
    background: #fff;
    border-color: #02bf6f;
    text-decoration: none;
}

.affilite-top-bg { background:#f63d5c; padding:15px 20px;}
.omb_authTitle {margin:0; text-align:center; font-size:24px; color:#fff; font-weight:700;font-family: "Montserrat", sans-serif;}
.loginbox label {
    color: #4c5e6e;
    font-size: 14px;
    font-weight: 700;
}

.loginbox .form-group {
    margin-bottom: 10px;
}

.logomain {
    background-color: #f7f7f7;
    padding-bottom: 15px;
    padding-top: 15px;
}

.siicalbox {
    display: inline-block;
    vertical-align: middle;
    margin-left: -3px;
    margin-top: 10px;
}

.lineborderboxs {
    padding-top: 15px;
}

.loginfrombox {
    margin-bottom: 10px;
}

.loginbox .form-control {
    height: 48px;
    line-height: 48px;
}

.logincontentbox .form-group .fa-keyboard-o {
    bottom: 12px;
    color: rgb(87, 105, 122);
    font-size: 25px;
    font-weight: 700;
    position: absolute;
    right: 15px;
}

.logincontentbox .form-group {
    position: relative;
}

.logincontentbox .input-group-addon {
    border: none;
    padding: 3px 12px;
    background: #ffffff;
}

.logincontentbox .input-group-addon,
.input-group-btn {
    width: auto;
    border-radius: 0px;
}

.loginbox .form-control {
    border-radius: 0px;
    background: #ffffff;
    border: solid 1px #eeeae3;
    box-shadow: none;
    color: #000000;
    font-size: 14px;
}

.loginbox .input-group {
    width: 100%;
}

.captchbox {
    border: solid 1px #eeeae3;
}


.forgetboxlefts {
    display: block;
    vertical-align: middle;
    text-align: center;
    padding-bottom: 10px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    max-width: 600px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.forgetboxlefts a {
    font-size: 14px;
    color: #4c5e6e;
    line-height: 30px;
}


.forgetboxlefts a:hover {
    color: #e45b5b;
}

.forgetrights {
    float: none;
}

.btnloginlefts .btn {
    background: #f46e6e;
    border-radius: 0px;
    font-size: 16px;
    color: #fffefe;
    font-weight: 700;
    height: 47px;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
}

.signinwith {
    text-align: center;
}

.signinwith .siicalbox:first-child {
    margin-left: 0px;
    margin-right: -1px;
}

.captchbox .form-group {
    margin-bottom: 0px;
}

.captchbox .input-group-addon {
    width: auto;
    padding: 0px;
    border: none;
    background-color: #ffffff;
}

.captchbox .input-group-addon .refreshbutton {
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
    /*color:#7dbbc3;*/
    color: #17a2b8
}

.captchbox .input-group .form-control {
    border-top: none;
    border-bottom: none;
}

.captchbox .input-group-addon:first-child {
    width: 172px;
}

.loginbackbutton {
    display: block;
    vertical-align: top;
    padding-top: 0px;
    text-align: center;
    padding-bottom: 15px;
}

.loginbackbutton a {
    font-size: 16px;
    color: #e45b5b;
    text-decoration: underline;
}

.loginbox .error {
    width: 100%;
}

.regbox {
    width: 700px;
    max-width: 100%;
    margin: 0px auto;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0px 1px 0px 0px #fa7474;
}

.padding27 {
    padding: 27px;
}

.regbox label {
    min-width: 178px;
    border: solid 1px #eae8e3;
    padding-left: 10px;
    font-size: 15px;
    color: #474646;
    font-weight: normal;
    background: #f8f8f8;
}

.regbox .form-wrapper .form-group .form-control {
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    float: left;
}

.regbox .form-group {
    margin-bottom: 2px;
    margin-left: 0px;
    margin-right: 0px;
}

.regbox .btnloginlefts {
    width: 80px;
    margin: 0px auto;
}

.regbox .col-sm-8 {
    padding-right: 0px;
}

.input-group .input-group-addon {
    border-radius: 0px;
    width: 43px;
    background-color: #ffffff;
    border-color: #eae8e3;
    font-size: 13px;
    font-weight: 700;
    color: #bababa;
    border: solid 1px #eae8e3;
    text-align: center;
    line-height: 42px;
    height: 50px;
}

.regbox .error {
    margin-bottom: 5px;
}

.regbox .siicalbox {
    margin-bottom: 10px;
    margin-top: 0px;
}

.regbox .form-group .input-group-addon.captcha-image {
    width: auto;
    border-left: 1px solid #eae8e3 !important;
}

.regbox .form-group .input-group-addon.captcha-image img {
    width: 100%;
    height: 40px;
}

.regbox .form-group .keyboardInputInitiator {
    top: 14px;
    right: 18px;
}

.regbox .form-group .input-group .keyboardInputInitiator {
    right: 50px;
}

.form-control-static {
    border: 1px solid #ced4da;
    min-height: 50px;
    background-color: #ffffff;
    width: 100%;
    padding-left: 15px;
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 0px;
}

.form-control-static-disabled {
    border: 1px solid #eae8e3;
    min-height: 42px;
    background-color: #eae8e3;
    width: 97%;
    padding-left: 15px;
    line-height: 38px;
    font-size: 14px;
    margin-bottom: 5px;
}

.form-group textarea.form-control {
    height: 92px;
}

.form-group .textarealable {
    height: 92px;
}

.mCS-mytheme .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-mytheme .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.75);
}

.regbg {
    background: url(../img/regbg.jpg) no-repeat;
    height: 125px;
    background-size: cover;
    border-bottom: solid 2px #f37171;
}

.publicarea .logoright {
    float: right;
    max-width: 100%;
    padding-top: 20px;
}

.mbshow {
    display: none;
}

.menubg {
    background: #4c5e6e;
}

.grentlines {
    height: 3px;
    background: #49c587;
    background: -moz-linear-gradient(left, #49c587 0%, #4bc9e2 7%, #ff7575 15%, #f0c851 22%, #8d74b9 30%, #f8764f 38%, #49c587 46%, #4bc9e2 54%, #ff7575 62%, #f0c851 70%, #8d74b9 78%, #f8764f 86%, #49c587 93%, #4bc9e2 100%);
    background: -webkit-linear-gradient(left, #49c587 0%, #4bc9e2 7%, #ff7575 15%, #f0c851 22%, #8d74b9 30%, #f8764f 38%, #49c587 46%, #4bc9e2 54%, #ff7575 62%, #f0c851 70%, #8d74b9 78%, #f8764f 86%, #49c587 93%, #4bc9e2 100%);
    background: linear-gradient(to right, #49c587 0%, #4bc9e2 7%, #ff7575 15%, #f0c851 22%, #8d74b9 30%, #f8764f 38%, #49c587 46%, #4bc9e2 54%, #ff7575 62%, #f0c851 70%, #8d74b9 78%, #f8764f 86%, #49c587 93%, #4bc9e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49c587', endColorstr='#4bc9e2', GradientType=1);
}

.headerbg {
    background: url(../img/headerbg.jpg) no-repeat;
    background-size: cover;
    border-bottom: solid 1px #e45b5b;
}

.statbg {
    background: url(../img/statbg.jpg) repeat-x;
}

.stabox {
    width: 197px;
    max-width: 100%;
    display: table-cell;
    vertical-align: top;
    border-left: solid 1px #dddbcc;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
}

.bigstafonts {
    font-size: 20px;
    color: #e45b5b;
    font-weight: 700;
}

.stabox:nth-child(2n) .bigstafonts {
    color: #7dbbc3;
}

.footerbg {
    background: #faf9f5;
    border-top: solid 1px #e45b5b;
    bottom: 0;
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.footerbg .footer {
    width: 1000px;
    max-width: 100%;
    margin: 0px auto;
    background: url(../img/footer.jpg) no-repeat;
    padding-top: 0px;
    padding-bottom: 0px;
}

.footerbg .footer .footerleft {
    float: left;
    padding-top: 22px;
    padding-bottom: 22px;
}

.footerbg .footer .footerleft img {
    width: 130px;
}

.footerbg .footer .footerright {
    float: right;
    padding-top: 30px;
}

.footerbg .footer .footerright li {
    display: inline-block;
}

.footerbg .footer .footerright a {
    font-size: 14px;
    color: #ffffff;
    background: #7ebcc4;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 8px;
    text-decoration: none;
    border-radius: 1px;
    margin-right: 3px;
}

.footerbg .footer .footerright a:hover {
    background: #d4b483;
}

.footerlast {
    background: #e45b5b;
    text-align: center;
    color: #ffffff;
    padding-top: 9px;
    padding-bottom: 9px;
}

.footerlast a {
    color: #ffffff;
    text-decoration: none;
}

.footerbg .footer {
    position: static;
}

.publicarea {
    margin-bottom: 130px;
    background-color: #ffffff;
}

.header {
    position: relative;
}

.addtagline {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #e75e5e;
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px 5px 0px 0px;
}

.titleofpage {
    background: url(../img/regbg.jpg) no-repeat;
    height: 125px;
    background-size: cover;
    border-bottom: solid 2px #f37171;
    text-align: center;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    color: #e45b5b;
    padding-top: 40px;
}

.pagewidth .container {
    width: auto;
    padding: 0px;
}

.allcontnet {
    padding-top: 10px;
    padding-bottom: 10px;
}

.g-recaptcha div {
    margin: 0 auto;
}

.publicarea .whitetestimonailboxs {
    padding: 0px;
}

.paginator-text {
    text-align: right;
}

.paginator-text li span {
    border-radius: 0px !important;
    border-color: #e6e0d4;
    color: #767570;
    background-color: #fbf9f5;
}

.paginator-text li span:hover {
    color: #767570;
    background-color: #ffffff;
}

.paginator-text li a:hover,
.paginator-text li a:focus,
.paginator-text li.active a {
    background-color: #ffffff !important;
    color: #767570 !important;
    border-color: #e6e0d4 !important;
}

.modal-content .modal-body .form-group .control-label {
    width: 50%;
}

.modal-content .modal-body .form-group .col-sm-8 {
    width: 50% !important;
    padding-left: 0px;
    padding-right: 0px;
}

.modal-content .modal-body .form-group .form-control {
    margin-bottom: 0px;
}

.modal-content .modal-body .form-group .col-sm-8.custom_btn_switch {
    border: 1px solid #eae8e3;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}

.faqlist.panel-group {
    margin-bottom: 0px;
}

.faqlist.panel-group .panel {
    margin-bottom: 0px;
}

.faqlist .panel-default .panel-heading {
    padding: 0px;
    border-top: none;
    border-bottom: none;
    border-radius: 0px;
    border-color: #d4d0c9;
}

.faqlist .panel-default .panel-heading a {
    padding: 15px;
    display: block;
    background-color: #ddedef;
    color: #131313;
    text-decoration: none;
}

.faqlist .panel-default .panel-heading:first-child {
    border-top: 1px solid #d4d0c9;
}

.faqlist .panel-default .panel-heading a.collapsed {
    background-color: transparent;
    border-bottom: 1px solid #d4d0c9;
}

.faqlist .panel-default .panel-heading a .panel-title {
    padding-left: 30px;
    line-height: 25px;
}

.faqlist .panel-default .panel-heading a .fa {
    width: 30px;
    margin-left: -30px;
}

.faqlist .panel-default .panel-collapse .panel-body {
    border-left: 1px solid #d4d0c9;
    border-right: 1px solid #d4d0c9;
    border-top: none;
    color: #131313;
    background-color: #ddedef;
    padding-left: 45px;
}

.faqlist .panel-default .panel-collapse .panel-body:last-child {
    border-bottom: 1px solid #d4d0c9;
}

.tesimonial_div.attachment_div {
    width: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    position: relative;
}

.testimonialbox {
    border: 1px solid #eeeae3;
    padding: 24px;
    margin-bottom: 10px;
    width: 100%;
}

.testimonialbox_left {
    display: inline-block;
}

.testimonialbox_left img {
    width: 100px;
    height: 100px;
}

.testimonialbox_right {
    display: inline-block;
    width: calc(100% - 115px);
    margin-left: 10px;
}

.testimonial_textarea {
    height: 135px !important;
}

/* .inlinecaptchalable.control-label{padding-top:7px;} */
.modal-content .modal-body .promotitle {
    font-size: 14px;
    color: #707070;
    padding-bottom: 5px;
}

.modal-content .modal-body .bannerimage {
    margin-bottom: 10px;
}

.modal-content .modal-body .promotionalrow {
    background-color: #f8f8f8;
    padding-top: 6px;
    padding-bottom: 8px;
    font-size: 14px;
    color: #707070;
    border: 1px solid #eae8e3;
    margin-bottom: 2px;
    word-wrap: break-word;
}

.modal-content .modal-body .promotionalrow textarea {
    background-color: #ffffff !important;
    border: none;
    font-size: 13px;
    min-height: 82px;
    padding: 10px;
}

.promothumb img {
    width: 200px;
    height: 170px;
}

.titlesnew ul.breadcrumb {
    margin: 0px;
    padding: 0px;
    background-color: transparent;
}

.highlight pre {
    height: 120px;
    overflow: auto;
    background-color: #ffffff;
    border-radius: 0px;
    border-color: #eae8e3;
    white-space: pre-wrap;
}

.subject.highlight pre {
    height: auto;
}

.textlink.highlight pre {
    height: 80px;
}

.bd-clipboard .fa-copy {
    color: #d1c5b2;
    font-weight: 700;
}

.bd-clipboard .fa-copy:hover {
    color: #e45b5b;
}

.promomedia .panel-default .panel-body {
    border: 1px solid #e6e0d6;
}

.promomedia .panel-default .panel-footer {
    background-color: #f7f3ea;
    color: #191919;
    border-radius: 0px;
    border: 1px solid #e6e0d6;
    border-top: none;
    padding: 15px;
}

.promomedia .panel-default .panel-footer strong {
    font-weight: 600;
}

.promomedia .panel-default .panel-footer a {
    color: #191919;
}

.promomedia .panel-default .panel-footer a.mar20 button {
    background-color: #e45b5b;
    color: #ffffff;
}

.promomedia .panel-default .panel-footer a.mar20 button:hover {
    color: #ffffff;
}

.promomedia .panel-default .panel-footer a.mar20 button:focus {
    color: #ffffff;
}

.promomedia .panel-default {
    margin-bottom: 10px;
}

.promomedia .video-text {
    padding-top: 10px;
    padding-bottom: 10px;
}

.promomedia .video-text strong {
    font-weight: 600;
}

.promomedia .video-text .fa {
    color: #e45b5b;
}

.promomedia .panel-body iframe {
    height: 315px;
    width: 100%;
    display: block;
}

.promomedia .panel-body .thumbimg {
    height: 315px;
    text-align: center;
    position: relative;
}

.promomedia .panel-body .thumbimg img {
    cursor: pointer;
    margin: auto;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
}

.promomedia .textelipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 415px;
    max-width: 100%;
}

.promomedia a.textelipsis {
    width: calc(100% - 100px);
}

.clickable {
    cursor: pointer;
    margin: 0;
    font-size: 18px;
}

.agreement_text {
    width: calc(100% - 10px);
    background-color: #f8f8f8;
    border: 1px solid #eae8e3;
    padding: 10px;
    float: left;
    text-align: center;
    font-size: 15px;
}

.agreement_text input[type='checkbox'] {
    margin-right: 5px;
    vertical-align: middle;
}

.show_attachment_value {
    max-width: calc(100% - 155px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    line-height: 58px;
    vertical-align: top;
}

#keyboardInputMaster {
    display: block !important;
}

.member_info .card-box {
    border: 1px solid #e0ddd7;
    margin-top: 75px;
    text-align: center;
    margin-bottom: 15px;
}

.member_info .card-box span {
    display: block;
}

.member_info .member_image {
    text-align: center;
}

.member_info .member_image img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-top: -75px;
}

.member_info .member-info {
    padding-left: 20px;
    padding-right: 20px;
}

.member_info .member_name {
    font-size: 20px;
    font-weight: 600;
    color: #383838;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0ddd7;
}

.member_info .member_address {
    font-size: 14px;
    color: #383838;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    height: 90px;
    overflow: auto;
}

.member_info .member_country_name {
    min-width: 162px;
    border: 1px solid #e0ddd7;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    color: #383838;
    font-weight: 600;
    padding-bottom: 5px;
    display: inline-block;
}

.member_info .member_country_name img {
    width: 26px;
    height: 17px;
    margin-right: 10px;
}

.member_info ul.social-links {
    margin: 0px;
    padding: 0px;
    background-color: #f1f0e8;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 15px;
}

.member_info ul li a {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    color: #e45b5b;
    border-radius: 50%;
    line-height: 40px;
}

.member_info ul.social-links .tooltip-arrow {
    border-bottom-color: #e45b5b;
}

.member_info ul.social-links .tooltip-inner {
    background-color: #e45b5b;
    border-radius: 0px;
}

.tabel_design {
    border: 1px solid #ece8e1;
}

.tabel_design th {
    text-align: right;
    background-color: #7dbbc3;
    color: #ffffff;
}

.tabel_design tr:nth-child(2n) td {
    background-color: #fafafa;
}

.tabel_design tr:hover td {
    background-color: #fbf9f5;
}

.main_form {
    border: 1px solid #ece8e1;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
    margin-bottom: 10px;
}

.no_box_shadow {
    box-shadow: none;
}

.custom_panel_2 .panel-heading {
    background-color: #d1c5b2;
    color: #ffffff;
    border: none;
    border-radius: 0px;
}

.custom_panel_2 .panel-body {
    border: 1px solid #ece8e1;
    box-shadow: none;
}

.tabel_design th a.btn.btn-default {
    background-color: #5a6d7d;
    color: #ffffff;
}

.custom_table_grid .support_heading {
    background-color: #7dbbc3;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
}

.custom_table_grid .support_heading a.btn.btn-default {
    background-color: #5a6d7d;
    color: #ffffff;
}

.custom_table_grid .col-sm-6 {
    border-top: 1px solid #ece8e1;
    border-left: 1px solid #ece8e1;
    padding-top: 10px;
    padding-bottom: 10px;
}

.custom_table_grid .col-sm-6:nth-of-type(2n) {
    border-right: 1px solid #ece8e1;
}

.custom_table_grid .col-md-12 {
    border-top: 1px solid #ece8e1;
    border-left: 1px solid #ece8e1;
    border-right: 1px solid #ece8e1;
    padding-top: 10px;
    padding-bottom: 10px;
}

.textlinktitle {
    font-size: 16px;
    padding-bottom: 10px;
    background-color: #f7f3ea;
    padding-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.top_counter_main {
    position: relative;
}

.top_counter {
    position: absolute;
    top: -6px;
    right: -6px;
    background-color: #e45b5b;
    font-size: 11px;
    padding: 4px 7px;
}

.logoright {
    position: relative;
    padding-top: 20px;
}

.top_notification.dropdown-menu {
    border: 1px solid #f2f1ed;
    background-color: #FFFFFF;
    padding: 10px;
    top: 65px;
    width: 240px;
    z-index: 1;
    border-radius: 0px;
}

.top_notification .tooltip-arrow {
    border-bottom-color: #d1d0cd;
    border-bottom-width: 6px;
    border-left-width: 5px;
    border-right-width: 5px;
    top: -10px;
}

.top_notification ul {
    margin: 0px;
    padding: 0px;
    list-style: inside;
}

.top_notification ul li {
    list-style: none;
    font-size: 12px;
    padding: 5px;
    margin-bottom: 3px;
    border-bottom: 1px solid #e9e8e4;
}

.top_notification ul li .title_text {
    font-weight: 600;
    color: #363c43;
    padding-bottom: 5px;
}

.top_notification ul li:last-child {
    margin-bottom: 0px;
}

.top_notification ul small {
    text-align: right;
    display: inline-block;
}

.top_notification ul a {
    height: auto;
    line-height: normal;
    float: right;
    display: inline-block;
    font-size: 11px;
    text-transform: none;
    padding: 0 5px;
}

.spinmains {
    width: 24%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.05%;
    border: solid 1px #e0ddd7;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.spsubtexts {
    font-size: 14px;
    color: #373737;
    padding-left: 15px;
    font-weight: 700;
}

.sponsutests {
    padding-left: 15px;
    font-size: 14px;
    color: #373737;
    padding-top: 10px;
}

.bltreboxmains {
    width: 23%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1%;
    text-align: left;
}

.bltreboxmains:last-child {
    margin-right: 0px;
}

.paymenttitlesbl {
    background: #5e6e7d;
    text-align: left;
    font-size: 15px;
    padding-left: 10px;
    color: #fbf9f5;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
}

.blcontnets {
    border: solid 1px #eceae6;
    padding: 10px;
    font-size: 15px;
    color: #373737;
    margin-top: 4px;
}

.newco {
    background: #d7d5cf !important;
    color: #2d271e !important;
    border-color: #c5c2bb !important;
    border-radius: 0px;
}

.newco .message-date i {
    color: #e45b5b;
    vertical-align: top;
}

table.dataTable tr td i {
    color: #75acb3;
}

table.dataTable tr td a i {
    color: #e35b5b;
}

.spinmains:nth-child(4n) {
    margin-right: 0px;
}

.panel.panel-default .newtitlebg_staff {
    background: #f63d5c !important;
    color: #ffffff !important;
    border-bottom: none;
    padding: 15px 15px;
}

.panel.panel-default .newtitlebg_member {
    background: #007be1 !important;
    color: #ffffff !important;
    border-bottom: none;
    border-radius: 0px;
    padding: 15px 15px;
}

.ui-widget-header {
    background-color: #4f7cc3;
    background-image: none;
}

.ui-dialog-title {
    color: #ffffff;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background-color: #4f7cc3;
    border-color: #4f7cc3;
    color: #fff;
    outline: none;
    background-image: none;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin-top: 0.5em;
    margin-right: 0.3em;
    margin-bottom: 0.5em;
    margin-left: 0
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 0px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 0px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 0px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 0px;
}

/* setup password start */
.pswd_popup {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    left: 0;
    position: absolute;
    bottom: 75px;
    width: 330px;
    z-index: 99;
}

.pswd_popup h4 {
    background: #f1f1f1 none repeat scroll 0 0;
    border-bottom: 1px solid #d1d1cf;
    border-radius: 5px 5px 0 0;
    color: #787878;
    margin: 0 0 5px;
    padding: 7px 8px;
    font-size: 18px;
}

.pswd_popup .pswd_popup_inner {
    position: relative;
}

.pswd_popup .pswd_popup_inner .btarrow {
    background: rgba(0, 0, 0, 0) url(../img/btarrow.png) no-repeat scroll center bottom;
    bottom: -22px;
    height: 14px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.pswd_popup .pswd_popup_inner ul {
    display: block;
    margin: 0 0 8px;
    padding-top: 0 !important;
}

.pswd_popup .pswd_popup_inner ul li {
    display: block;
    margin: 0 0 5px;
    padding-left: 22px;
    position: relative;
    text-align: left;
    line-height: 22px;
    font-size: 14px;
}

.pswd_popup .pswd_popup_inner ul li.invalid {
    color: #ff5555;
}

.pswd_popup .pswd_popup_inner ul li.valid {
    color: #3fc35f;
}

.pswd_popup .pswd_popup_inner ul li.invalid em {
    background: rgba(0, 0, 0, 0) url(../img/pass_marks.png) no-repeat scroll -39px 0;
    height: 15px;
    left: 0;
    margin: 4px 0 0;
    position: absolute;
    top: 0;
    vertical-align: top;
    width: 15px;
    z-index: 1;
}

.pswd_popup .pswd_popup_inner ul li.valid em {
    background: rgba(0, 0, 0, 0) url(../img/pass_marks.png) no-repeat scroll 0 0;
    height: 15px;
    left: 0;
    margin: 2px 0 0;
    position: absolute;
    top: 0;
    vertical-align: top;
    width: 15px;
    z-index: 1;
}

.pswd_pass.pswd_popup {
    top: -142px;
    z-index: 9999;
}

/* setup password end */

/* Switch button */
.btn-default.btn-on.active {
    background-color: #02bf6f;
    color: white;
}

.btn-default.btn-off.active {
    background-color: #000;
    color: white;
}

.btn-default.btn-on.active.focus {
    outline: 0 none;
}

.btn-default.btn-off.active.focus {
    outline: 0 none;
}

.switchcustombtn label.btn {
    padding: 5px 6px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    border: solid 1px #000;
}

.switchcustomBigbtn label.btn {
    padding: 5px 20px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    border: solid 1px #000;
    /* background: #000;
    color: #000; */
}

.switchcustomMidbtn label.btn {
    padding: 5px 14px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    border: solid 1px #000;
}

.switchcustomBigbtn input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    /* position: absolute; */
    clip: rect(0, 0, 0, 0);
    /* pointer-events: none; */
    display: none;
}

.switchcustomMidbtn input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    /* position: absolute; */
    clip: rect(0, 0, 0, 0);
    /* pointer-events: none; */
    display: none;
}


/*loading css*/
#pleasewait {
    background-color: #ffffff;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
}

#pleasewait img {
    position: relative;
    top: 45%;
}

/*loading css*/

/*publicarea css start*/
.publicarea .whiteboxboxs {
    background: #f8f8f8;
    padding: 15px;
    font-size: 14px;
    color: #494949;
    margin-bottom: 15px;
    word-wrap: break-word;
}

.publicarea .pagecontent p {
    font-size: 20px;
}

.publicarea .catboxwhit {
    background: #f8f8f8;
}

.publicarea .testiminalright .fa {
    font-size: 20px;
    color: #7dbbc3;
    display: inline-block;
    margin-right: 10px;
    line-height: 30px;
}

/*publicarea css end*/

/*Table Button CSS Start*/
.dt-button-collection {
    border-radius: 0px !important;
    border: none !important;
}

.dt-button,
a.dt-button {
    border: none;
    border-radius: 0px;
    color: #ffffff;
    background-color: #a0afb2;
    background-image: none;
}

a.dt-button:hover {
    border: none !important;
    border-radius: 0px;
    color: #ffffff;
    background-color: #e55d5a !important;
    background-image: none !important;
}

a.dt-button:focus {
    border: none !important;
    border-radius: 0px;
    color: #ffffff;
    background-color: #e55d5a !important;
    background-image: none !important;
    text-shadow: none;
}

/*Table Button CSS Over*/

/* Coupon CSS Start*/
.cupoonebox {
    background: #ffffff;
    text-align: center;
    padding-bottom: 15px;
    position: relative;
}

.cupoonetitle {
    background: #91c3ca;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    padding-top: 13px;
    padding-bottom: 13px;
}

.coupenrounde {
    width: 150px;
    height: 150px;
    border: solid 1px #589fa8;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}

.padding25 {
    padding-top: 25px;
    padding-bottom: 25px;
    display: inline-block;
}

.coupentxts {
    font-size: 24px;
    color: #6eaab2;
    font-weight: 700;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.teamsbujttons {
    display: inline-block;
    vertical-align: middle;
    margin-top: -40px;
}

.teamsbujttons a {
    background: #6eaab2;
    display: inline-block;
    font-size: 11px;
    color: #ffffff;
    padding: 5px;
    text-decoration: none;
}

.codecopuenbox {
    border: dashed 1px #7dbbc3;
    margin: 15px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.codeleft {
    background: #7dbbc3;
    font-size: 15px;
    color: #ffffff;
    padding: 10px;
    font-weight: 700;
}

.coderights {
    max-width: 100%;
    font-size: 15px;
    color: #33373a;
    font-weight: 700;
    padding-top: 10px;
    padding-left: 10px;
    float: left;
}

.col-lg-3:nth-child(2n) .cupoonetitle {
    background: #607283;
}

.col-lg-3:nth-child(2n) .coupenrounde {
    border: solid 1px #e45b5b;
}

.col-lg-3:nth-child(2n) .coupentxts {
    color: #e45b5b;
}

.col-lg-3:nth-child(2n) .teamsbujttons a {
    background: #e45b5b;
}

.col-lg-3:nth-child(2n) .codecopuenbox {
    border: dashed 1px #607283;
}

.col-lg-3:nth-child(2n) .codeleft {
    background: #607283;
}

.padding0 {
    padding: 0px;
}

.darkboxcoup {
    background: rgba(57, 57, 57, 0.7);
    position: relative;
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
}

.expriestitlesmains {
    text-align: center;
    padding-top: 110px;
}

.exprititles {
    display: inline-block;
    font-size: 30px;
    color: #ff5e5e;
    text-transform: uppercase;
    font-weight: 700;
}

.teamsdark a {
    font-size: 11px;
    color: #ffffff;
    padding: 3px;
    text-decoration: none;
    background: #6b6b6b;
}

.codecopuenbox .pull-right {
    padding-top: 5px;
    padding-right: 5px;
    font-size: 15px;
}

/* Coupon CSS Over*/

/* Member Dashboar start */
.five-box {
    margin: 0 15px 15px 0;
    padding: 25px 25px 25px 15px;
    width: 18.35%;
    background-color: #fff;
    float: left;
    max-width: 100%;
}

.five-box:last-child {
    margin: 0 0 15px 0;
}

.five-box .images {
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
}

.five-box .images img {
    margin: 0;
    padding: 0;
}

.five-box .title {
    margin: 0;
    padding: 0;
    float: left;
}

.five-box .title h1 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
}

.five-box .title h1 p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    color: #e45b5b;
}

.Welcome {
    margin: 15px 0 0 0;
    padding: 15px;
    background-color: #fff;
    float: left;
    width: 100%;
}

.Welcome .username {
    margin: 0 20px 0 0;
    padding: 10px 0px;
    background-color: #f2f1ed;
    float: left;
    width: 12%;
}

.Welcome .username img {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.Welcome .title {
    margin: 0;
    padding: 0;
    float: left;
    width: 85.9%;
    position: relative;
}

.Welcome .title::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 1px;
    background: rgb(229, 91, 91);
    background: -moz-linear-gradient(left, rgb(229, 91, 91) 0%, rgb(229, 91, 91) 6%, rgb(234, 234, 234) 6%, rgb(234, 234, 234) 100%);
    background: -webkit-linear-gradient(left, rgb(229, 91, 91) 0%, rgb(229, 91, 91) 6%, rgb(234, 234, 234) 6%, rgb(234, 234, 234) 100%);
    background: linear-gradient(to right, rgb(229, 91, 91) 0%, rgb(229, 91, 91) 6%, rgb(234, 234, 234) 6%, rgb(234, 234, 234) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e55b5b', endColorstr='#eaeaea', GradientType=1);
}

.Welcome .title h1 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    color: #e55b5b;
    float: left;
}

.Welcome .title h1 span {
    color: #2c2c2c;
}

.Welcome .title p {
    margin: 0;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #7dbac3;
    float: right;
}

.Welcome .title p span {
    font-size: 13px;
    font-weight: 400;
}

.Welcome .title p img {
    margin: 0 5px 0 0;
    padding: 0;
    float: left;
}

.Welcome .text {
    margin: 25px 0 0 0;
    padding: 0;
    float: left;
    width: 85.9%;
}

.Welcome .text ul {
    margin: 0 15px 0 0;
    padding: 0;
    float: left;
    width: 31.7%;
}

.Welcome .text ul:last-child {
    margin: 0;
}

.Welcome .text ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    line-height: 32px;
    border-bottom: 1px solid #eaeaea;
    font-size: 13px;
    font-weight: 400;
    color: #4e4f4f;
}

.Welcome .text ul li:last-child {
    border-bottom: none;
}

.Welcome .referral-links {
    margin: 5px 0 0 0;
    padding: 8px 10px;
    float: left;
    width: 85.9%;
    background-color: #f2f1ed;
}

.Welcome .referral-links h1 img {
    margin: 0 5px 0 0;
    padding: 0;
}

.Welcome .referral-links h1 {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    color: #4e4f4f;
}

.Welcome .referral-links h1 a {
    color: #4e4f4f;
    text-decoration: none;
    word-wrap: break-word;
}

.Welcome .progress-bar {
    line-height: 26px;
    margin: 15px 0 0 0;
    padding: 8px 15px;
    float: left;
    width: 100%;
    border: 1px solid #eaeaea;
    background: none;
    box-shadow: none;
    color: #000;
    float: left;
    font-size: 12px;
    height: 100%;
    transition: width 0.6s ease 0s;
}

.Welcome .progress-bar strong {
    font-weight: 700;
    color: #4e4f4f;
    font-size: 13px;
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
}

.Welcome .progress-bar .pull_right {
    font-weight: 700;
    color: #4e4f4f;
    font-size: 13px;
    margin: 0 0 0 10px;
    padding: 0;
    float: left;
}

.Welcome .progress-bar .progress.active .bar {
    animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}

.Welcome .progress-bar .progress-danger .bar,
.progress .bar-danger {
    background-color: #dd514c;
    background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
}

.Welcome .progress-bar .progress .bar {
    background-color: #e55b5b;
    background-image: linear-gradient(to bottom, #e55b5b, #e55b5b);
    background-repeat: repeat-x;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    box-sizing: border-box;
    color: #ffffff;
    float: left;
    font-size: 12px;
    height: 100%;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    transition: width 0.6s ease 0s;
    width: 0;
}

.Welcome .progress-bar .progress {
    margin: 8px 0px;
    padding: 0;
    background-color: #ededed;
    border-radius: 0px;
    box-shadow: none;
    height: 10px;
    overflow: hidden;
    width: 83%;
    float: left;
}

.Welcome .progress-bar .btn-success {
    background-color: #439b2e;
    border-color: #439b2e;
    color: #fff;
}

.Welcome .progress-bar .btn {
    -moz-user-select: none;
    background-image: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    float: right;
}

.three_box {
    margin: 15px 0 0 0;
    padding: 0;
}

.three_box .red {
    padding: 15px;
    background-color: #e66b6b;
    float: left;
    width: 100%;
}

.three_box .blue {
    background-color: #6bb0ba;
}

.three_box .yellow {
    margin: 0;
    background-color: #efc04f;
}

.three_box .red img {
    margin: 0;
    padding: 0 10px 0 0;
    float: left;
    border-right: 2px solid #d85f5f;
}

.three_box .blue img {
    margin: 0;
    padding: 0 10px 0 0;
    float: left;
    border-right: 2px solid #5da1ab;
}

.three_box .yellow img {
    margin: 0;
    padding: 0 10px 0 0;
    float: left;
    border-right: 2px solid #e2ac2b;
}

.three_box p {
    margin: 0 0 0 10px;
    padding: 7px 0;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    float: left;
}

.financial_info {
    margin: 15px 0;
    padding: 15px;
    background-color: #ffffff;
    width: 100%;
}

.financial_info .title {
    padding: 0;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.financial_info .title::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 1px;
    background: rgb(229, 91, 91);
    background: -moz-linear-gradient(left, rgb(229, 91, 91) 0%, rgb(229, 91, 91) 4%, rgb(234, 234, 234) 4%, rgb(234, 234, 234) 100%);
    background: -webkit-linear-gradient(left, rgb(229, 91, 91) 0%, rgb(229, 91, 91) 4%, rgb(234, 234, 234) 4%, rgb(234, 234, 234) 100%);
    background: linear-gradient(to right, rgb(229, 91, 91) 0%, rgb(229, 91, 91) 4%, rgb(234, 234, 234) 4%, rgb(234, 234, 234) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e55b5b', endColorstr='#eaeaea', GradientType=1);
}

.financial_info .title h1 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    color: #2c2c2c;
    float: left;
}

.financial_info .title p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    color: #2c2c2c;
    float: right;
}

.financial_info .financial_info_nav {
    margin: 25px 0 0 0;
    padding: 0;
    width: 100%;
}

.financial_info .financial_info_nav>li {
    margin: 0 5px 5px 0;
    padding: 0;
    width: 19.7%;
    border: 1px solid #eaeaea;
    list-style: none;
}

.financial_info .financial_info_nav>li.open {
    border: 1px solid #d2d2d2;
    background-color: #fff;
}

.financial_info .financial_info_nav>li.open>a:hover {
    background-color: #fff;
}

.financial_info .financial_info_nav>li.open>a:focus {
    background-color: #fff;
}

.financial_info .financial_info_nav>li:hover {
    border: 1px solid #d2d2d2;
    background-color: #fff;
}

.financial_info .financial_info_nav>li:last-child {
    margin: 0;
}

.financial_info .financial_info_nav>li>a {
    margin: 0;
    padding: 0;
    background: none;
    text-align: center;
}

.financial_info .financial_info_nav>li>a img {
    max-width: 100%;
    padding: 10px;
}

.financial_info .financial_info_nav .dropdown-menu {
    right: 0;
    left: 0;
    padding: 8px 15px;
    min-width: 250px;
    border-color: #eaeaea;
    margin: 12px 0 0 0;
    background: #ffffff;
}

.financial_info .financial_info_nav .dropdown-menu::after {
    border-bottom: 12px solid #eaeaea;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    content: "";
    height: 0;
    left: 18px;
    position: absolute;
    top: -12px;
    width: 0;
}

.financial_info .financial_info_nav .dropdown-menu li {
    color: #3b3a3a;
    margin: 0;
    padding: 6px 0;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #eaeaea;
}

.financial_info .financial_info_nav .dropdown-menu li:last-child {
    border-bottom: none;
}

.financial_info .financial_info_nav .dropdown-menu li b {
    display: block;
}

.financial_info .financial_info_nav .dropdown-toggle:after {
    display: none;
}


.last_tab {
    margin: 0;
    padding: 15px;
    background-color: #ffffff;
    float: left;
    width: 100%;
}

.last_tab .nav-tabs {
    background: none;
}

.last_tab .nav-tabs {
    border-bottom: 3px solid #eeede9;
}

.last_tab .nav-tabs>li.active::after {
    border-top: 8px solid #7dbac3;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    height: 0;
    left: 80px;
    position: absolute;
    width: 0;
    bottom: -9px;
}

.last_tab .nav-tabs>li.active>a,
.last_tab .nav-tabs>li.active>a:focus,
.last_tab .nav-tabs>li.active>a:hover {
    border-width: 0;
}

.last_tab .nav-tabs>li>a {
    border: none;
    color: #2c2c2c;
    font-size: 20px;
    font-weight: 400;
    padding: 0 15px 10px;
}

.last_tab .nav-tabs>li.active>a,
.last_tab .nav-tabs>li>a:hover {
    border: none;
    color: #7dbac3 !important;
    background: transparent;
}

.last_tab .nav-tabs>li>a::after {
    content: "";
    background: #7dbac3;
    height: 3px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.last_tab .nav-tabs>li.active>a::after,
.last_tab .nav-tabs>li:hover>a::after {
    transform: scale(1);
}

.last_tab .tab-nav>li>a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}

.last_tab .tab-pane {
    padding: 15px 0 0 0;
}

.last_tab .tab-pane .btn-primary {
    background-color: #e55d5a;
    border-color: #e55d5a;
    color: #fff;
    box-shadow: none;
    float: right;
}

.last_tab .tab-pane .btn {
    -moz-user-select: none;
    background-image: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin-top: 15px;
    margin-bottom: 0;
    padding: 3px 12px;
    text-align: center;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
}

.last_tab .tab-pane .table {
    margin-bottom: 0;
    max-width: 100%;
    width: 100%;
}

.last_tab .tab-pane .table thead tr {
    background-color: #7dbac3;
}

.last_tab .tab-pane .table>thead>tr>th {
    padding: 12px 8px;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: 1px solid #ebe9e6;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

.last_tab .tab-pane .table>thead>tr>th:last-child {
    border-right: none;
}

.last_tab .tab-pane .table tbody tr {
    background-color: #f9f9f9;
}

.last_tab .tab-pane .table>tbody>tr>th {
    padding: 7px 8px;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: 1px solid #ebe9e6;
    color: #3e3e3e;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.last_tab .tab-pane .table>tbody>tr>td {
    padding: 7px 8px;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: 1px solid #ebe9e6;
    color: #3e3e3e;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.last_tab .tab-pane .table>tbody>tr>th:last-child {
    border-right: none;
}

.last_tab .tab-pane .table>tbody>tr>td:last-child {
    border-right: none;
}

.last_tab .tab-content {
    padding: 0px
}

.last_tab .card {
    background: none;
    box-shadow: none;
    margin-bottom: 0;
}

/* .activity_admin{padding:0; width:100%;} */
.activity_admin .activity_logs {
    padding: 15px;
    background-color: #ffffff;
    float: left;
    width: 100%;
    margin-top: 15px;
}

.activity_admin .activity_logs .title {
    margin: 0 0 25px 0;
    padding: 0;
    float: left;
    width: 100%;
    position: relative;
}

.activity_admin .activity_logs .title::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 1px;
    background: rgb(229, 91, 91);
    background: -moz-linear-gradient(left, rgb(229, 91, 91) 0%, rgb(229, 91, 91) 10%, rgb(234, 234, 234) 10%, rgb(234, 234, 234) 100%);
    background: -webkit-linear-gradient(left, rgb(229, 91, 91) 0%, rgb(229, 91, 91) 10%, rgb(234, 234, 234) 10%, rgb(234, 234, 234) 100%);
    background: linear-gradient(to right, rgb(229, 91, 91) 0%, rgb(229, 91, 91) 10%, rgb(234, 234, 234) 10%, rgb(234, 234, 234) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e55b5b', endColorstr='#eaeaea', GradientType=1);
}

.activity_admin .activity_logs .title h1 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    color: #2c2c2c;
    float: left;
}

.activity_admin .activity_logs .table {
    margin-bottom: 0;
    max-width: 100%;
    width: 100%;
}

.activity_admin .activity_logs .table thead tr {
    background-color: #7dbac3;
}

.activity_admin .activity_logs .table>thead>tr>th {
    padding: 12px 8px;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: 1px solid #ebe9e6;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

.activity_admin .activity_logs .table>thead>tr>th:last-child {
    border-right: none;
}

.activity_admin .activity_logs .table tbody tr {
    background-color: #f9f9f9;
}

.activity_admin .activity_logs .table>tbody>tr>th {
    padding: 7px 8px;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: 1px solid #ebe9e6;
    color: #3e3e3e;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.activity_admin .activity_logs .table>tbody>tr>td {
    padding: 7px 8px;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: 1px solid #ebe9e6;
    color: #3e3e3e;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.activity_admin .activity_logs .table>tbody>tr>th:last-child {
    border-right: none;
}

.activity_admin .activity_logs .table>tbody>tr>td:last-child {
    border-right: none;
}

.activity_admin .activity_logs .btn-primary {
    background-color: #e55d5a;
    border-color: #e55d5a;
    color: #fff;
    box-shadow: none;
    float: right;
}

.activity_admin .activity_logs .btn {
    -moz-user-select: none;
    background-image: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin-top: 15px;
    margin-bottom: 0;
    padding: 3px 12px;
    text-align: center;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
}

.activity_admin .admin_messages {
    margin: 0;
    padding: 15px;
    background-color: #ffffff;
    float: left;
    width: 100%;
    margin-top: 15px;
}

.activity_admin .admin_messages .title {
    margin: 0 0 25px 0;
    padding: 0;
    float: left;
    width: 100%;
    position: relative;
}

.activity_admin .admin_messages .title::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 1px;
    background: rgb(229, 91, 91);
    background: -moz-linear-gradient(left, rgb(229, 91, 91) 0%, rgb(229, 91, 91) 10%, rgb(234, 234, 234) 10%, rgb(234, 234, 234) 100%);
    background: -webkit-linear-gradient(left, rgb(229, 91, 91) 0%, rgb(229, 91, 91) 10%, rgb(234, 234, 234) 10%, rgb(234, 234, 234) 100%);
    background: linear-gradient(to right, rgb(229, 91, 91) 0%, rgb(229, 91, 91) 10%, rgb(234, 234, 234) 10%, rgb(234, 234, 234) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e55b5b', endColorstr='#eaeaea', GradientType=1);
}

.activity_admin .admin_messages .title h1 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    color: #2c2c2c;
    float: left;
}

.activity_admin .admin_messages ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

.activity_admin .admin_messages ul li {
    list-style: none;
}

.activity_admin .admin_messages ul li a {
    margin: 0;
    padding: 8px 15px;
    background-color: #f9f9f9;
    list-style-type: none;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #3e3e3e;
    line-height: 34px;
    text-decoration: none;
}

.activity_admin .admin_messages ul li:nth-child(2n) a {
    background: #ffffff;
}

.activity_admin .admin_messages ul li a img {
    margin: 0 5px 0 0;
    padding: 0;
}

.activity_admin .admin_messages .btn-primary {
    background-color: #e55d5a;
    border-color: #e55d5a;
    color: #fff;
    box-shadow: none;
    float: right;
}

.activity_admin .admin_messages .btn {
    -moz-user-select: none;
    background-image: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin-top: 15px;
    margin-bottom: 0;
    padding: 3px 12px;
    text-align: center;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
}

/* .recently_recent{padding:0; width:100%;} */
.recently_recent .recently_viewed_pages {
    padding: 15px;
    background-color: #7dbac3;
    float: left;
    width: 100%;
    margin-top: 15px;
}

.recently_recent .recently_viewed_pages .title {
    margin: 0 0 25px 0;
    padding: 0;
    float: left;
    width: 100%;
    position: relative;
}

.recently_recent .recently_viewed_pages .title::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 1px;
    background: rgb(229, 91, 91);
    background: -moz-linear-gradient(left, rgb(229, 91, 91) 0%, rgb(229, 91, 91) 10%, rgb(234, 234, 234) 10%, rgb(234, 234, 234) 100%);
    background: -webkit-linear-gradient(left, rgb(229, 91, 91) 0%, rgb(229, 91, 91) 10%, rgb(234, 234, 234) 10%, rgb(234, 234, 234) 100%);
    background: linear-gradient(to right, rgb(229, 91, 91) 0%, rgb(229, 91, 91) 10%, rgb(234, 234, 234) 10%, rgb(234, 234, 234) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e55b5b', endColorstr='#eaeaea', GradientType=1);
}

.recently_recent .recently_viewed_pages .title h1 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    float: left;
}

.recently_recent .recently_viewed_pages ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

.recently_recent .recently_viewed_pages ul li {
    list-style: none;
    word-wrap: break-word;
}

.recently_recent .recently_viewed_pages ul li a {
    margin: 0;
    padding: 8px 15px;
    background-color: #6eafb9;
    list-style-type: none;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 34px;
    text-decoration: none;
}

.recently_recent .recently_viewed_pages ul li:nth-child(2n) a {
    background-color: #7dbac3;
}

.recently_recent .recently_viewed_pages ul li img {
    margin: 0 5px 0 0;
    padding: 0;
}

.recently_recent .recent_news {
    padding: 15px;
    background-color: #5e6d7d;
    float: left;
    width: 100%;
    margin-top: 15px;
}

.recently_recent .recent_news .title {
    margin: 0 0 25px 0;
    padding: 0;
    float: left;
    width: 100%;
    position: relative;
}

.recently_recent .recent_news .title::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 1px;
    background: rgb(229, 91, 91);
    background: -moz-linear-gradient(left, rgb(229, 91, 91) 0%, rgb(229, 91, 91) 10%, rgb(234, 234, 234) 10%, rgb(234, 234, 234) 100%);
    background: -webkit-linear-gradient(left, rgb(229, 91, 91) 0%, rgb(229, 91, 91) 10%, rgb(234, 234, 234) 10%, rgb(234, 234, 234) 100%);
    background: linear-gradient(to right, rgb(229, 91, 91) 0%, rgb(229, 91, 91) 10%, rgb(234, 234, 234) 10%, rgb(234, 234, 234) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e55b5b', endColorstr='#eaeaea', GradientType=1);
}

.recently_recent .recent_news .title h1 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    float: left;
}

.recently_recent .recent_news ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

.recently_recent .recent_news ul li {
    list-style: none;
}

.recently_recent .recent_news ul li a {
    margin: 0;
    padding: 8px 15px;
    background-color: #546373;
    list-style-type: none;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 34px;
    text-decoration: none;
}

.recently_recent .recent_news ul li:nth-child(2n) a {
    background: #5e6d7d;
}

.recently_recent .recent_news ul li a img {
    margin: 0 5px 0 0;
    padding: 0;
}

/* Member Dashboar end */
.white-bg {
    background: #ffffff;
    padding: 15px 0;
}


.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    /* essential for enabling glyphicon */
    content: "\2212";
    /* adjust as needed, taken from bootstrap.css */
    float: right;
    /* adjust as needed */
    color: #cdd5d6;
    /* adjust as needed */
    font-weight: 700 !important;
    font-size: 40px;
    top: -8px;
    position: relative;
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\002b";
    /* adjust as needed, taken from bootstrap.css */
}

.memberpenalin {
    margin-top: 15px;
}

.memberpenalin .panel-group .panel {
    margin-bottom: 0px;
}

.memberpenalin .panel-group {
    margin-bottom: 0px;
    background: #ffffff;
}

.memberpenalin .panel-title a {
    font-size: 20px;
    color: #2c2c2c;
    text-decoration: none;
    display: block;
}

.memberpenalin .panel-default>.panel-heading {
    border: none;
    border-bottom: solid 1px #eaeaea;
}

.memberpenalin .panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}

.memberpenalin .panel-heading {
    padding-left: 0px;
}

.memberpenalin .panel-body {
    padding: 10px 15px;
}

.memberpenalin .panel {
    box-shadow: none;
}

.miningmainbox {
    border: solid 1px #eaeaea;
    padding: 10px;
    margin-bottom: 15px;
}

.minelefts {
    display: inline-block;
    vertical-align: middle;
}

.mineright {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #3c3c3c;
    padding-left: 5px;
}

.no-padding-left {
    padding-left: 0px;
}

.no-padding-right {
    padding-right: 0px;
}

.no-record-white {
    color: #fff;
}

.no-record-red {
    color: #CC4444;
}


/*========================== New CSS BUTTON ========================================================  */

.complete-succes {
    background-color: #439b2e;
    color: #fff;
    padding: 4px 12px;
    text-align: center;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    float: right;
    text-decoration: none;
}

.complete-succes:hover {
    background-color: #298014;
    color: #fff;
    text-decoration: none;
}

.view-danger {
    background-color: #f63d5c;
    color: #fff;
    padding: 6px 12px;
    text-align: center;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    float: right;
    text-decoration: none;
    margin-left: 5px;
}

.view-danger:hover {
    background-color: #f75671;
    color: #fff;
    text-decoration: none;
}

.view-danger:focus {
    background-color: #f75671;
    color: #fff;
    text-decoration: none;
}

.tab-content>.active {
    display: block;
}

.ad-btn {
    background-color: #e55d5a;
    color: #fff;
    padding: 8px 18px;
    margin-left: 8px;
    text-align: center;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    float: right;
    text-decoration: none;
}

.ad-btn:hover {
    background-color: #d83936;
    color: #fff;
    text-decoration: none;
}

.ad-btn:focus {
    background-color: #d83936;
    color: #fff;
    text-decoration: none;
}


.edit-custom {
    background: #ce2a2b;
    color: #ffffff;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 400;
    border: none;
    margin-top: 8px;
    border-radius: 3px;
}

.edit-custom:hover {
    background-color: #d83936;
    color: #ffffff;
}

.edit-custom:focus {
    background-color: #d34f4f;
    color: #ffffff;
    outline: none;
}

.update-primary {
    background: #ce2a2b;
    color: #fff;
    padding: 6px 12px;
    text-align: center;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
}

.update-primary:hover {
    color: #fff;
    background-color: #d83936;
    border-color: #d83936;
    text-decoration: none;
}

.update-primary:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
    outline: none;
}

.close-default {
    color: #fff;
    background-color: #007be1;
    padding: 6px 12px;
    text-align: center;
    border-radius: 0px;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
}

.close-default:hover {
    color: #fff;
    background-color: #1790f4;
    border-color: #adadad;
    text-decoration: none;
}


.btn-delete {
    background-color: #e45b5b;
    border: none;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-top: 0px !important;
    text-decoration: none;
}

.btn-delete:hover {
    background-color: #d34f4f;
    color: #ffffff;
    text-decoration: none;
}

.height-50 {
    height: 50px;
    clear: both;
}

.support-warning {
    background: #7dbbc3;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 25px;
}

p.support-warning a {
    color: #4c5e6e;
    font-weight: 700;
    text-decoration: none;
}

.login-primary {
    background: #d9534f;
    color: #fff;
    padding: 14px 12px;
    text-align: center;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.42857;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    border-radius: 3px;
    text-transform: uppercase;
}

.login-primary:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
    text-decoration: none;
}

.login-primary:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
    outline: none;
}

.btn-search {
    background-color: #a0afb2;
    border: none;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    text-align: center;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
}

.btn-reset {
    background-color: #e45b5b;
    border: none;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    text-align: center;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
}

.mainbg {
    background: url("../img/umbg.jpg") no-repeat;
    background-size: cover;
}

.mainbg .pagewidth {
    width: 1000px;
    margin: 0px auto;
    max-width: 100%;
}

.mainbg .borderbox {
    background: #d2e5e5;
    padding: 20px;
}

.mainbg .whiteboxins {
    background: #fbf9f5;
    padding: 20px;
}

.mainbg .umleftins {
    display: inline-block;
    vertical-align: middle;
    width: 435px;
    max-width: 100%;
}

.mainbg .umrightins {
    display: inline-block;
    vertical-align: middle;
    width: 450px;
    max-width: 100%;
}

.mainbg .whiteborderbox {
    background: #ffffff;
    border-bottom: solid 1px #7dbbc3;
    padding: 14px;
}

.mainbg .contentbox {
    background: #ffffff;
    padding: 10px;
    margin-top: 12px;
    font-size: 24px;
    color: #4a4b4b;
    font-size: 34px;
}

.mainbg .error {
    color: #ff0000;
    display: block;
    margin-bottom: 0;
    margin-top: 3px;
    font-size: 12px;
}

.mainbg .btn-block {
    background-color: #e45b5b;
    border-radius: 0px;
    border: none;
}

/* .mainbg .btn.focus, .btn:focus, .btn:hover, .btn:active {background-color: #d34f4f; color: #fff;} */
.mainbg .form-control {
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 10px;
}

.mainbg .form-control:focus {
    border: 1px solid #cccccc;
    box-shadow: none;
    outline: 0 none;
}

table.dataTable tbody tr {
    background-color: #ffffff;
}

table.dataTable.cell-border tbody td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: none;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*========================== New CSS BUTTON ========================================================  */

.flash-msg .alert {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-size: 18px;
    font-weight: 400;
    left: 0;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 0;
    position: fixed;
    text-align: center;
    top: 40%;
    width: 100%;
    z-index: 1000;
}

.flash-msg .alert>div {
    border-radius: 5px;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px;
}

.flash-msg .alert-success>div {
    background-color: #9fc743;
}

.flash-msg .alert-info>div {
    background-color: #efa045;
}

.flash-msg .alert-warning>div {
    background-color: #c7a043;
}

.flash-msg .alert-danger>div {
    background-color: #c74343;
}

.flash-msg .alert-dismissable {
    padding-right: 35px;
}

.omb_login .omb_authTitle {
    text-align: center;
    line-height: 300%;
}

.omb_login .omb_socialButtons a {
    color: #FFFFFF;
    opacity: 0.9;
}

.omb_login .omb_socialButtons a:hover {
    color: white;
    opacity: 1;
}

.omb_login .omb_socialButtons .omb_btn-facebook {
    background: #3b5998;
}

.omb_login .omb_socialButtons .omb_btn-twitter {
    background: #00aced;
}

.omb_login .omb_socialButtons .omb_btn-google {
    background: #c32f10;
}


.omb_login .omb_loginOr {
    position: relative;
    font-size: 1.5em;
    color: #aaa;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.omb_login .omb_loginOr .omb_hrOr {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.omb_login .omb_loginOr .omb_spanOr {
    display: block;
    position: absolute;
    left: 50%;
    top: -0.6em;
    margin-left: -1.5em;
    background-color: white;
    width: 3em;
    text-align: center;
}

.omb_login .omb_loginForm .input-group.i {
    width: 2em;
}

.omb_login .omb_loginForm .help-block {
    color: red;
}

.promomedia textarea {
    height: 200px;
    width: 400px;
    resize: none;
    margin: 5px 10px 5px 15px
}

.promomedia .grid-block {
    position: relative;
    float: left;
    width: 300px;
    height: 200px;
    margin: 0 0 30px 30px
}

.promomedia .grid-block h4 {
    font-size: .9em;
    color: #333;
    background: #f5f5f5;
    margin: 0;
    padding: 10px;
    border: 1px solid #ddd
}

.promomedia .caption {
    display: none;
    position: absolute;
    background: rgba(20, 20, 20, .5);
    width: 91%;
    height: 315px;
    z-index: 1
}

.promomedia .caption h3,
.caption p {
    color: #fff
}

.promomedia .caption h3 {
    margin: 20px 20px 10px
}

.promomedia .caption p {
    font-size: .75em;
    line-height: 1.5em;
    margin: 0 20px 15px
}

.promomedia .caption a.learn-more {
    padding: 5px 10px;
    background: #08c;
    color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    font-weight: 700;
    text-decoration: none
}

.promomedia .caption a.learn-more:hover {
    background: #fff;
    color: #08c
}


/*========================== New CSS BOOSTRAP 4  ========================================================  */

.modal-header {
    display: block;
}

.pagination>.active>a {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
    border-radius: 3px;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.panel-body {
    padding: 15px;
    margin-bottom: 15px;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    /*position: absolute;
    clip: rect(0,0,0,0);*/
    /*pointer-events: none;*/
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    font-size: 12px;
    cursor: pointer;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn.focus,
.btn:focus {
    outline: none !important;
    box-shadow: none;
}

.switchcustombtn input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    /* position: absolute; */
    clip: rect(0, 0, 0, 0);
    /* pointer-events: none; */
    display: none;
}


.footerright ul li {
    list-style: none;
    display: inline-block;
}

.footerright ul {
    margin: 0;
    padding: 0;
}

.footerright ul li a {
    font-size: 13px;
    color: #696e71;
    display: inline-block;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    border: solid 1px #ffffff;

}

.footerright ul li a:hover {
    border: solid 1px #d8d6d6;
    background: #fff !important;
    border-radius: 0px;
    color: #e55b5b;
}

.or {
    font-size: 18px;
    font-weight: 700;
    padding: 0px 15px;
    color: #6d6e72;
}

.logoright .dropdown .dropdown-toggle:after {
    display: none;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
    font-size: 14px;
}

.message .dropdown-toggle:after {
    display: none;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 1rem;
}

#menu .navbar-brand {
    display: none;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #95c6cc;
    border-color: #95c6cc;
}

.message-date {
    font-size: 17px;
}

.p-detls {
    border: solid 1px #eae8e3;
    padding-left: 15px !important;
}

label {
    display: inline-block;
    margin-bottom: 0;
}

.pr-right {
    padding-right: 0px;
}

.pr-rights {
    padding-right: 6px;
}

h3.panel-title {
    font-size: 18px;
    margin: 0;
}

.regbox .form-wrapper .form-group .form-controls {
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    float: left;
    border: 1px solid #eae8e3;
}

.form-horizontal.form-wrapper .form-group .form-controls {
    min-height: 42px;
    border-color: #eae8e3;
    box-shadow: none;
    resize: none;
    outline: none;
}

.form-wrapper .form-group .input-group .form-controls {
    display: inline-block;
    width: 61%;
}

.form-wrapper .form-group .input-group .form-control-c {
    display: inline-block;
    width: 79%;
    border: 1px solid #eae8e3;
    outline: none;
}

.form-wrapper .form-group .input-group .form-control-testi {
    display: inline-block;
    width: 63%;
    border: 1px solid #eae8e3;
    outline: none;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: transparent;
    border-radius: .25rem;
}

/* .memberoverviewpenalin .btn.focus, .btn:focus, .btn:hover, .btn:active { */
/* background-color: transparent; */
/* color: #e42626; */
/* width: 100%; */
/* text-align: left; */
/* } */

.memberoverviewpenalin button.btn.btn-link {
    width: 100%;
    text-align: left;
    color: #61878d;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.memberoverviewpenalin .accordion .fa {
    margin-right: 0rem;
    float: right;
    color: #fff;
    padding-top: 0px;
    font-size: 25px;
}

.memberoverviewpenalin .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #d9f1f5;
    background-clip: border-box;
    border: none;
    border-radius: 0px;
    margin-top: 15px;
}

.memberoverviewpenalin .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0px 1.25rem;
    background: #fff;
}

.card-imgs {
    float: left;
    width: 50px;
}

.card-content {
    float: left;
    font-size: 15px;
    color: #4a4a4a;
}

.card-content span {
    font-size: 15px;
    font-weight: 700;
    display: block;
    color: #7b7b7b;

}

.memberoverviewpenalin .card-header {
    padding: 10px 10px;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.crd-border {
    border-bottom: solid 1px #e8e8e8;
}

.card-img-part {
    padding: 15px 0px;
}

.memberoverviewpenalin .card-header:first-child {
    border-radius: 0px;
}


.memberoverviewpenalin .card.traffic {
    background: #fbe7e7;
}

.memberoverviewpenalin button.btn.btn-link.tra {
    color: #cf6464;
}

/*========================== New CSS BOOSTRAP 4  ========================================================  */

@media all and (min-width:1400px) {
    .fieldset:nth-child(4n) {
        margin-right: 0px;
    }
}

@media all and (max-width:1400px) {
    .fieldset {
        width: calc(33% - 10px);
    }
}

@media (min-width:1200px) and (max-width:1440px) {
    .fieldset:nth-child(3n) {
        margin-right: 0px;
    }

    .form-horizontal .form-group label {
        width: 100%;
        line-height: 26px;
        margin-bottom: 0px;
    }

    .form-group .col-sm-8 {
        width: 100%;
        padding-right: 0px;
    }

    .multi-control-group-input {
        width: 64.3% !important;
    }

    .agreement_text {
        width: 100%;
    }

    .form-control {
        line-height: 26px;
    }

    .col-sm-5 {
        width: 50%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .col-md-8 {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px !important;
    }

    .no-padding-left {
        padding-left: 15px;
    }

    .member-input {
        width: 64.2% !important;
    }

    #menu ul li a {
        padding: 0 13px !important;
    }

    .form-wrapper .form-group .input-group .form-control-testi {
        width: 39%;
    }
}

/*========================== NEW  MEDIA QUERY  ========================================================  */

@media all and (max-width:1199px) {
    .three_box p {
        margin: 0 0 0 10px;
        padding: 18px 0;
        font-size: 10px;
    }

    .financial_info .financial_info_nav>li {
        width: 49%;
    }

    #footer .footerright a {
        font-size: 12px;
    }

    .Welcome .title {
        width: 84.9%;
    }

    .Welcome .text {
        width: 84.9%;
    }

    .Welcome .text ul {
        width: 31.7%;
    }

    .Welcome .text ul li {
        font-size: 12px;
    }

    .Welcome .referral-links {
        width: 84.9%;
    }

    .Welcome .progress-bar .progress {
        width: 67%;
    }

    .Welcome .progress-bar strong {
        font-size: 11px;
    }

    body {
        margin-bottom: 45px;
    }

    .profitiels {
        font-size: 13px;
    }

    .changboxins {
        font-size: 11px;
    }

    .edit-custom {
        font-size: 10px;
    }

    .attachment_div {
        width: 100%;
    }

    #menu ul li a {
        font-size: 13px;
    }

    .form-wrapper .form-group .input-group .form-control-c {
        width: 64%;
    }
}

/* Tablet Layout: 768px. */
@media only screen and (max-width: 991px) {
    .five-box {
        margin: 0 5px 15px 0;
        padding: 8px;
        width: 19.4%;
    }

    .five-box .images {
        text-align: center;
        margin: 0px;
        float: none;
    }

    .five-box .title {
        float: none;
    }

    .five-box .title h1 {
        text-align: center;
        font-size: 14px;
        line-height: 20px;
    }

    .five-box .title h1 p {
        font-size: 14px;
    }

    .Welcome .username {
        width: 100%;
        margin: 0;
    }

    .Welcome .title {
        width: 100%;
        margin-top: 15px;
    }

    .Welcome .text {
        width: 100%;
    }

    .Welcome .text ul {
        width: 100%;
    }

    .Welcome .referral-links {
        width: 100%;
    }

    .Welcome .progress-bar .progress {
        width: 54%;
    }

    .three_box .red {
        text-align: center;
    }

    .three_box .red img {
        border-right: none;
        float: none;
    }

    .financial_info .financial_info_nav>li {
        width: 19.4%;
    }

    .width {
        width: 100%;
    }

    .no-padding-left {
        padding-left: 15px;
    }

    .member-input {
        width: 33%;
    }

    #menu ul li a {
        font-size: 10px;
        padding: 0px 11px;
        border-bottom: transparent;
    }

    header .navbar-default .navbar-nav>li>a {
        padding: 8px 6px;
    }

    .three_box p {
        font-size: 12px;
        float: none;
        margin: 0;
    }

    .three_box .red img {
        float: none;
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .financial_info .financial_info_nav>li {
        width: 32.4%;
    }

    #footer .footerleft {
        width: 100%;
    }

    #footer .footerright {
        padding-right: 0px;
        float: none;
    }

    body {
        margin-bottom: 0px;
    }

    .processor_ac_details td {
        font-size: 10px;
    }

    .attachment_div {
        width: 100%;
    }

    .add_more_btn {
        width: 100%;
    }

    .mainbg .pagewidth {
        width: auto;
        padding: 0 10px;
    }

    .form-horizontal .form-group label {
        font-size: 14px;
        word-break: break-word;
    }

    .bltreboxmains {
        width: 100% !important;
        margin-bottom: 15px;
    }
}

/* Mobile Layout lower than: 320px. */
@media only screen and (max-width: 767px) {
    .five-box {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .Welcome .username {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .Welcome .title {
        width: 100%;
    }

    .Welcome .title h1 {
        float: none;
    }

    .Welcome .title p {
        float: none;
        margin-top: 10px;
    }

    .Welcome .text {
        width: 100%;
    }

    .Welcome .text ul {
        width: 100%;
    }

    .Welcome .referral-links {
        width: 100%;
    }

    .Welcome .progress-bar .progress {
        width: 90%;
    }

    .no-padding-right {
        padding-right: 15px;
    }

    .no-padding-left {
        padding-left: 15px;
    }

    .financial_info .title {
        float: none;
    }

    .financial_info .title h1 {
        float: none;
    }

    .financial_info .title p {
        float: none;
    }

    .financial_info .financial_info_nav>li {
        float: left;
        width: 100%;
    }

    .financial_info .financial_info_nav .dropdown-menu {
        min-width: auto;
    }

    #footer .footerright {
        padding-right: 0px;
        float: none;
    }

    .message {
        margin-left: 0px;
        margin-top: 15px;
        margin-right: 15px;
    }

    body {
        margin-bottom: 0px;
    }

    .processor_ac_details td {
        font-size: 10px;
    }

    #footer .footerleft {
        width: 100%;
        padding-left: 0px;
        padding-bottom: 10px;
    }

    .footerbg .footer .footerright {
        float: none;
    }

    header .header-button {
        margin-right: 0px;
    }

    header .header-button .language {
        margin-top: 11px;
    }

    ul.dropdown-menu.etc li.nav-item {
        background: #707e8b !important;
        border-right: none;
    }

    .mainbg .pagewidth {
        width: auto;
        padding: 0 10px;
    }

    .mainbg .umleftins {
        width: 100%;
    }

    .mainbg .umrightins {
        width: 100%;
    }

    #menu .navbar-brand {
        display: block;
        color: #fff;
        padding-left: 6px;
        font-size: 14px;
    }

    .logoright {
        padding-top: 0px;
    }

    #menu .dropdown-toggle:after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        float: right;
        margin-top: 8px;
    }

    .memnubg {
        background: #5e6e7d;
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar {
        padding: 10px 0rem;
    }

    .Welcome {
        margin: 10px 0 0 0;
    }

    #menu ul li a {
        font-size: 12px;
        padding: 3px 11px;
    }

    .acctutitlesins {
        margin-top: 0px;
    }

    .navbox ul.nav-tabs li a {
        width: 100%;
        display: inline-block;
    }

    .nav>li {
        padding: 0px 0px;
    }

    .modal {
        top: 80px;
    }

    .allcontnet {
        padding-top: 90px;
    }

    .dropdown-menu>li>a {
        padding: 3px 12px;
        font-size: 12px;
    }

    #member_menus .dropdown-menu>li>a:focus {
        background: transparent;
    }


}


@media all and (max-width:567px) {
    .message {
        margin-left: 0px;
        margin-top: 15px;
        margin-right: 15px;
    }

    .Welcome .username {
        width: 100%;
    }

    .Welcome .text ul {
        width: 100%;
    }

    .Welcome .text {
        width: 100%;
    }

    .Welcome .title {
        width: 100%;
        padding-top: 15px;
    }

    .Welcome .referral-links {
        width: 100%;
    }

    .Welcome .progress-bar .progress {
        width: 60%;
    }

    .financial_info .financial_info_nav>li {
        width: 100%;
    }

    #footer .footerright {
        padding-right: 0px;
        float: none;
    }

    body {
        margin-bottom: 0px;
    }

    .no-padding-left {
        padding-left: 0px;
    }

    .processor_ac_details td {
        font-size: 10px;
    }

    #footer .footerleft {
        padding-left: 0px;
        padding-bottom: 10px;
        font-size: 9px;
    }

    .forgetboxlefts a {
        font-size: 11px;
    }

    ul.dropdown-menu.etc li.nav-item {
        background: #707e8b !important;
        border-right: none;
    }

    header .nav-link {
        font-size: 14px;
        padding: 5px 5px !important;
    }

    .dropdown-menu>li>a {
        padding: 3px 8px;
        font-size: 12px;
    }

    .ad-btn {
        padding: 8px 10px;
    }

    .actionmenu .dropdown-toggle {
        min-width: 75px;
        font-size: 12px;
    }

    .form-wrapper .form-group .input-group .form-control-c {
        width: 60%;
    }


}

@media all and (max-width:414px) {
    .titlesnew {
        padding-top: 0px;
    }

    .message-date {
        font-size: 11px;
    }

    .allcontnet {
        padding-top: 80px;
    }

    .captchbox .input-group-addon:first-child {
        width: 90px;
    }

    .form-control {
        font-size: 12px;
    }

    .form-group .input-group .input-group-addon.captcha-image {
        width: 75px;
    }

    .form-wrapper .form-group .input-group .form-control-c {
        width: 45%;
    }

    .form-wrapper .form-group .input-group .form-control-testi {
        width: 59%;
    }

    .mdrights {
        width: 100%;
        max-width: 100%;
        margin-left: 0px;
    }

}



@media all and (max-width:370px) {
    .message {
        margin-left: 0px;
        margin-top: 20px;
        margin-right: 16px;
    }

    .message a {
        margin-top: 0px;
    }

    .recently_recent .recently_viewed_pages ul li a {
        font-size: 10px;
    }

    .list-inline>li {
        display: block;
    }

    body {
        margin-bottom: 0px;
    }

    .processor_ac_details td {
        font-size: 10px;
    }

    .processor_ac_details th {
        font-size: 9px;
        padding: 10px 7px;
    }

    #footer .footerleft {
        padding-left: 0px;
        padding-bottom: 10px;
    }

    .dtr-title #check_all {
        display: none !important;
    }

    .titlesnew {
        padding-top: 0px;
    }

    .form-control-static {
        width: 100%;
    }

    .allcontnet {
        padding-top: 70px;
    }

    .form-wrapper .form-group .input-group .form-control-testi {
        width: 49%;
    }

    .mdrights {
        width: 100%;
        max-width: 100%;
        margin-left: 0px;
    }


}

/*========================== NEW  MEDIA QUERY  ========================================================  */



/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .five-box {
        margin: 0 10px 15px 0;
        padding: 10px;
        width: 19.16%;
    }

    .five-box .images {
        margin: 0 5px 0 0;
        width: 25%;
    }

    .five-box .title h1 {
        font-size: 14px;
        line-height: 20px;
    }

    .five-box .images img {
        width: 100%;
    }

    .five-box .title h1 p {
        font-size: 15px;
    }

    .Welcome .username {
        width: 16%;
    }

    .Welcome .title {
        width: 81.7%;
    }

    .Welcome .text {
        width: 81.7%;
    }

    .Welcome .text ul {
        width: 32%;
    }

    .Welcome .text ul li {
        font-size: 12px;
    }

    .Welcome .referral-links {
        width: 81.7%;
    }

    .Welcome .progress-bar .progress {
        width: 65%;
    }

    /* .three_box p {padding: 11px 0; font-size: 18px;} */
    .activity_admin .admin_messages ul li {
        line-height: 20px;
    }

    .recently_recent .recent_news ul li {
        line-height: 20px;
    }

    header .navbar-default .navbar-nav>li>a {
        padding: 8px 19px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1680px) {
    .five-box {
        margin: 0 10px 15px 0;
        padding: 15px;
    }

    .Welcome .text {
        width: 86%;
    }

    .Welcome .title {
        width: 86%;
    }

    .Welcome .text ul {
        width: 32.3%;
    }

    .Welcome .referral-links {
        width: 86%;
    }

    .Welcome .progress-bar .progress {
        width: 74%;
    }

    .financial_info .financial_info_nav>li {
        width: 19.5%;
    }
}

@media all and (max-width:1280px) {
    .multi-control-group-input {
        width: 64.1% !important;
    }
}

@media all and (max-width:1200px) {
    .fieldset {
        width: calc(50% - 10px);
    }

    .fieldset:nth-child(2n) {
        margin-right: 0px;
    }
}

@media all and (max-width:420px) {
    .modal-body {
        padding: 10px;
    }

    .signinwith .siicalbox:nth-child(2) {
        display: none;
    }
}

#menu ul li ul li.dropdown:hover ul {
    display: block;
    left: 100%;
    border-radius: 0px;
    top: 0;
    margin-top: 0px;
}

#menu ul li ul li.dropdown ul li.dropdown ul {
    display: none;
}

#menu ul li ul li.dropdown ul li.dropdown:hover ul {
    display: block;
}

@media all and (min-width:767px) {
    .statbg .pagewidth {
        display: table;
    }
}

.form-group .toggle.btn label:not(.btn) {
    max-width: 68%;
    padding-top: 10px;
}

.form-group .toggle.btn.btn-primary {
    border: 1px solid #e45b5b;
    background-color: #e45b5b;
}

.form-group .toggle-group .btn-primary {
    color: #ffffff;
}

.form-group .toggle.btn {
    float: right;
}

.custom_btn_switch .toggle.btn {
    margin-right: 5px;
}

@media all and (min-width:766px) {
    .navbar {
        margin-bottom: 0px;
    }

    #menu {
        float: none;
        display: inline-block;
        width: 100%;
        text-align: left;
        line-height: 60px;
    }

    #menu ul.navbar-nav {
        float: none;
    }

    #menu .navbar-default {
        background: none;
        border: none;
    }

    #menu .navbar-collapse {
        padding-right: 0px;
    }

    #menu .container-fluid {
        padding-right: 0px;
    }

    #menu ul li {
        float: none;
        display: inline-block;
        vertical-align: top;
        border-right: solid 1px #e4dfd4;
        margin-left: -3px;
        position: relative;
    }

    #menu ul li.home {
        margin-left: 0px;
    }

    #menu ul li a {
        color: #f1f1f1;
        font-weight: 600;
        padding: 0px;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .navbar-toggler-icon {
        width: 1.5em;
        height: auto;
        color: #fff;
    }

    #menu ul li a:before {
        font-family: 'Glyphicons Halflings';
        display: block;
        font-size: 16px;
    }

    #menu ul li.active a {
        background: #19b698;
        color: #ffffff;
    }

    .navbar {
        min-height: 0px;
    }

    .navbar-collapse {
        padding-left: 0px;
    }

    /* .container-fluid{padding-left:0px;} */
    .dropdown-menu {
        box-shadow: none;
    }

    #menu ul li.public-page {
        margin-right: 0px;
    }

    #menu ul li.public-page.open a {
        background: none;
    }

    #menu ul li.public-page ul {
        text-align: left;
    }

    #menu ul li.public-page ul li a:before {
        content: "";
    }

    #menu ul li a:hover {
        color: #ffffff;
        background: #e45b5b;
    }

    #menu ul li:hover a:before {
        color: #0286d2;
    }

    #menu ul li.active a:before {
        color: #0286d2;
    }

    #menu ul li .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }

    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a:focus {
        background: #e45b5b;
    }

    #menu ul li.dropdown li {
        border-right: none;
        display: block;
        margin-left: 0px;
    }

    #menu ul li.dropdown li a {
        color: #404040;
        display: block;
        height: 30px;
        line-height: 30px;
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 12px;
        text-align: left;
        padding-left: 7px;
        padding-right: 7px;
        border-bottom: solid 1px #e5e1db;
        min-width: 205px;
    }

    #menu ul li.dropdown li:last-child a {
        border: none;
    }

    #menu ul li.dropdown li a:hover {
        color: #53514f;
        background: #eee9df;
    }

    #menu .navbar-nav>li>.dropdown-menu {
        background: #ffffff;
        padding: 0px;
        border-radius: 0px;
    }

    #menu .navbar-nav>li>.dropdown-menu a {}

    #menu ul li.active a {
        background: #e45b5b;
        color: #ffffff;
    }

    .photorightbots {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 104px);
        max-width: 100%;
    }

    #menu ul li.active ul li a {
        background-color: transparent;
    }

    #menu ul li.active ul li.active a {
        background: #eee9df;
    }

    #menu ul li.pull-right {
        padding-top: 10px;
        border-right: none;
    }

    #menu ul li.dropdown ul li.dropdown ul li a {
        border-bottom: solid 1px #e5e1db;
    }

    #menu ul li.dropdown ul li.dropdown ul li:last-child a {
        border-bottom: none;
    }

    #menu ul li.dropdown ul li.dropdown ul li.dropdown ul li a {
        border-bottom: solid 1px #e5e1db;
    }

    #menu ul li.dropdown ul li.dropdown ul li.dropdown ul li:last-child a {
        border-bottom: none;
    }

    #menu ul li.dropdown ul li.dropdown ul li a {
        background-color: transparent;
    }

    #menu ul li.dropdown ul li.dropdown ul li.active a {
        background-color: #eee9df;
    }

    #menu ul li ul li.dropdown a.dropdown-toggle:after {
        font-family: 'FontAwesome';
        content: "\f105";
        font-size: 15px;
        color: #363636;
        position: absolute;
        right: 7px;
        border-top: none;
    }

    .navbar {
        margin-bottom: 0px;
    }

    #menupublic {
        float: none;
        display: inline-block;
        width: 100%;
        text-align: left;
    }

    #menupublic ul.navbar-nav {
        float: none;
    }

    #menupublic .navbar-default {
        background: none;
        border: none;
    }

    #menupublic .navbar-collapse {
        padding-right: 0px;
    }

    #menupublic .container-fluid {
        padding-right: 0px;
    }

    #menupublic ul li {
        float: none;
        display: inline-block;
        vertical-align: top;
        border-right: solid 1px #32414e;
        padding-top: 9px;
        padding-bottom: 9px;
        padding-left: 5px;
        padding-right: 5px;
    }

    #menupublic ul li.home {
        margin-left: 0px;
    }

    #menupublic ul li a {
        font-size: 14px;
        color: #ffffff;
        text-align: center;
        font-weight: 600;
        padding: 0px;
        height: 34px;
        line-height: 32px;
        width: 100%;
        padding-left: 21px;
        padding-right: 21px;
    }

    #menupublic ul li a:before {
        font-family: 'Glyphicons Halflings';
        display: block;
        font-size: 16px;
    }

    #menupublic ul li.active a {
        background: #e45b5b;
        color: #ffffff;
    }

    .navbar {
        min-height: 0px;
    }

    .navbar-collapse {
        padding-left: 0px;
    }

    /* .container-fluid{padding-left:0px;} */
    #menupublic ul li.public-page {
        margin-right: 0px;
    }

    #menupublic ul li.public-page.open a {
        background: none;
    }

    #menupublic ul li.public-page ul {
        text-align: left;
    }

    #menupublic ul li.public-page ul li a:before {
        content: "";
    }

    #menupublic ul li a:hover {
        color: #ffffff;
        background: #e45b5b;
    }

    #menupublic ul li:hover a:before {
        color: #0286d2;
    }

    #menupublic ul li.active a:before {
        color: #0286d2;
    }

    #menupublic ul li .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }

    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a:focus {
        background: #e45b5b;
        color: #ffffff;
    }

    #menupublic ul li.dropdown li {
        border-right: none;
        display: block;
        padding: 0px 10px;
    }

    #menupublic ul li.dropdown li:last-child a {
        border-bottom: none;
    }

    #menupublic ul li.dropdown li a {
        color: #ffffff;
        display: block;
        height: 30px;
        line-height: 30px;
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 13px;
        text-align: left;
        padding-left: 7px;
        padding-right: 7px;
        border-bottom: solid 1px #32414e;
        min-width: 205px;
        background-color: transparent;
    }

    #menupublic ul li.dropdown li a:hover {
        color: #53514f;
        background: #eee9df;
    }

    #menupublic ul li.dropdown li.active a {
        color: #53514f;
        background: #eee9df;
    }

    .navbar-nav>li>.dropdown-menu {
        border-top: solid 2px transparent;
        background-color: #fff;
        border-radius: 0px;
    }

    .publicarea .dropdown-menu>li>a {
        color: #ffffff;
        padding: 3px 10px;
        margin: 0 5px;
    }

    .dropdown-menu>li>a:hover {
        background-color: #75acb3;
        color: #ffffff;
    }

    .dropdown-menu>.active>a:hover {
        background-color: #f5f5f5;
    }

    .dropdown-menu>.active>a:focus {
        background-color: #7dbbc3;
    }

}

@media all and (max-width:1200px) {
    #menu ul li a {
        padding: 0px 10px;
    }

    .footerleft {
        float: none;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
    }

    .footer {
        text-align: center;
    }

    .footerright {
        text-align: center;
        float: none;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media all and (max-width:1024px) {
    #banner .title h2 {
        font-size: 25px;
    }

    #banner .title {
        margin-left: 400px;
        margin-top: -38px;
        height: auto;
    }

    .bltreboxmains {
        width: 48%;
    }

    .nav>li>a {
        padding: 20px 23px;
    }

    .spinmains {
        width: 24.6%;
        margin-right: 0.1%;
    }

    .testimonialbox {
        text-align: center;
    }

    .testimonialbox_left,
    .testimonialbox_right {
        width: 100%;
    }
}

@media all and (min-width:1024px) {
    .col-md-3 {
        width: 50%;
    }
}

@media (min-width:991px) and (max-width:1400px) {
    .profilesleftbot {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }

    .photorightbots {
        display: block;
        width: auto;
    }

    .photoporfiles {
        margin: 0 auto;
    }
}

@media (min-width:999px) and (max-width:1140px) {
    .profilesleftbot {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }

    .publicarea .pagewidth {
        padding: 0 15px;
    }
}

@media all and (max-width:767px) {
    .regbox .form-horizontal.form-wrapper .form-group label {
        background-color: transparent;
        border: none;
        padding-left: 0px;
        min-height: 0px;
        font-size: 13px;
        padding-top: 10px;
    }

    .form-group .textarealable {
        height: auto;
    }

    .padding27 {
        padding: 15px;
    }
}

@media all and (max-width:360768px) {
    #five-box .box {
        width: 20%;
        padding: 0 5px;
    }

    #five-box .box h1 {
        font-size: 16px;
    }
}

@media all and (max-width:769px) {
    .attachment_div {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }

    .add_more_btn {
        width: 100%;
    }
}

@media all and (max-width:768px) {
    #banner .title h2 {
        font-size: 20px;
    }

    #banner .title {
        margin-left: 289px;
        margin-top: -36px;
        height: auto;
    }

    /* .bltreboxmains {width: 49.6%; margin-bottom: 5px; margin-right: 0px;} */
    .spinmains {
        width: 24.5%;
        margin-right: 0.1%;
    }

    .sponsutests {
        padding-left: 8px;
        font-size: 13px;
        padding-top: 4px;
    }

    .spsubtexts {
        font-size: 13px;
        padding-left: 7px;
    }

    header .navbar>.container .navbar-brand,
    header .navbar>.container-fluid .navbar-brand {
        width: 56%;
        margin: 15px 0px;
    }

    .login-page .padding20 {
        padding: 0px;
    }

    .fieldset {
        width: 100%;
    }

    .padding20 {
        padding: 0px;
    }

    .btn-custom {
        margin-top: 0px;
    }
}

@media all and (max-width:998px) {
    .profilesboxmain {
        width: 100%;
        min-height: auto;
    }

    #footer {
        position: inherit;
    }

    .finceboxtablae .row .col-xs-6 {
        font-size: 12px;
    }

    .allcontnet {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer {
        padding-left: 10px;
        padding-right: 10px;
    }

    .blockonsmalldevice {
        display: block;
        float: none;
        width: 100%;
    }

    .control-label.inlinecaptchalable {
        background-color: transparent;
        border: none;
        padding-top: 0px;
        padding-left: 16px;
        min-height: 0px;
    }
}

@media all and (max-width:765px) {
    /* .heightforfixtopbg{height:75px;} */

    .logoleft {
        width: 70%;
    }

    .footerright a {
        font-size: 10px;
    }

    .topbg {
        position: fixed;
        width: 100%;
        z-index: 1051;
    }

    .memnubg {
        position: relative;
        width: 100%;
        top: 70px;
        z-index: 99;
    }

    .navbar-header.navbar-default {
        float: right;
        margin-right: 15px;
        margin-top: 15px;
    }

    .navbar-header.navbar-default button {
        margin: 0px;
    }

    #menu .navbar.navbar-default {
        min-height: 0px;
        border: 0px;
        margin-bottom: 0px;
    }

    #menu .navbar-collapse {
        position: relative;
        width: 100%;
        top: 0px;
        bottom: 0px;
        left: 0;
        background-color: #f8f8f8;
        margin-top: 0px;
        z-index: 1;
    }

    #menu .navbar-collapse.in {
        left: 15px;
        transition: left ease-in-out 300ms;
    }

    #menu .navbar-collapse {
        background-color: #f3ebdd;
    }

    #menu ul li a {
        color: #ffffff;
        padding: 10px 15px;
        font-size: 15px;
    }

    #menu .navbar-collapse {
        background-color: #5e6e7d;
    }

    #menupublic .navbar.navbar-default {
        min-height: 0px;
        border: 0px;
        margin-bottom: 0px;
    }

    #menupublic .navbar-collapse {
        position: relative;
        top: 0px;
        bottom: 0px;
        left: 0;
        background-color: #4c5e6e;
        top: 75px;
        z-index: 3;
        right: 0px;
    }

    #menupublic .navbar-collapse.in {
        left: 20px;
        transition: left ease-in-out 300ms;
        padding-right: 10px;
    }

    #menupublic .nav.navbar-nav {
        margin-left: 0px;
        margin-right: 0px;
    }

    #menupublic li {
        border-right: none;
        background-color: transparent;
        border-bottom: 1px solid #32414e;
    }

    #menupublic li a {
        padding: 7px 10px;
        font-size: 13px;
        color: #ffffff;
    }

    #menupublic li a:hover {
        background-color: #e45b5b;
    }

    #menupublic li.active a {
        background-color: #e45b5b;
    }

    #menupublic li.dropdown .dropdown-menu li a {
        background-color: transparent;
    }

    #menupublic li.dropdown .dropdown-menu li a:hover {
        background-color: #eee9df;
        color: #53514f;
    }

    #menupublic li.dropdown .dropdown-menu li.active a {
        background-color: #eee9df;
        color: #53514f;
    }

    .navbar-toggle {
        padding: 12px 9px;
        border-radius: 50%;
    }

    .nav>li {
        margin-bottom: 1px;
        background: rgba(255, 255, 255, 0.2);
    }

    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a:focus {
        background: #ed6161;
    }

    .dropdown-menu>li {
        background: #52616f;
        margin-bottom: 0px;
        padding-left: 15px;
    }

    .dropdown-menu {
        width: 100% !important;
        padding: 0px;
        z-index: 11;
    }

    .publicarea .logoright {
        padding-top: 0px;
    }

    .logoright .dropdown {
        display: none;
    }

    .ovibtn {
        display: none;
    }

    .mbshow {
        display: block;
    }

    .ovibtn a {
        width: 98%;
        margin-top: 9px;
        height: 34px;
        line-height: 34px;
    }

    .ovibtn a .fa {
        padding-right: 5px;
    }

    .navbar-toggle {
        background: none;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: none;
    }

    .navbar-default .navbar-nav>.active>a {
        background: #e45b5b;
    }

    .navbar-default .navbar-nav>.active>a:hover {
        background: #e45b5b;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a {
        background: #7dbbc3;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #7dbbc3;
    }

    .navbar-toggle {
        border: solid 1px #7dbbc3;
    }

    .navbar-default {
        background: none;
    }

    .navbar-collapse {
        padding-left: 0px;
    }

    .footerright a {
        padding-left: 0px;
        padding-right: 0px;
    }

    .newsleftsins {
        width: 100%;
    }

    .newsrightins {
        width: 100%;
        margin-left: 0px;
    }

    .faqlefts {
        width: 100%;
    }

    .faqrights {
        width: 100%;
    }

    .profilesboxmain {
        width: 100%;
    }

    .deletrightins {
        float: none;
        margin-top: 0px;
    }

    .photoporfiles {
        margin-bottom: 10px;
    }

    /* .nav > li{width:100%;} */
    .fincboxmainsleft {
        width: 100%;
    }

    .fincboxmainsright {
        width: 100%;
    }

    .finceboxtablae .row .col-xs-6 {
        font-size: 9px;
    }

    .fincboxmainsright {
        margin-left: 0px;
    }

    .profilesleftbot {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }

    .photorightbots {
        display: block;
        width: auto;
    }

    .photoporfiles {
        margin: 0 auto;
    }

    .info_grid {
        width: 49%;
        display: inline-block;
    }

    .statbg {
        background: #faf9f5;
    }

    .bigstafonts {
        font-size: 12px;
    }

    .mbshow {
        display: block;
        width: 100%;
    }

    .addtagline {
        font-size: 16px;
    }

    .financial_info_nav .dropdown-menu>li {
        background: #ffffff;
    }

    /* .financial_info .financial_info_nav .dropdown-menu::after {top: 39px;} */
    .financial_info .financial_info_nav>li>a {
        border-bottom: solid 1px #d2d2d2;
    }

    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        border-bottom-color: #d2d2d2;
    }

    header .nav-item {
        margin-bottom: 1px;
        background: rgba(255, 255, 255, 0.2);
    }

    header .header-button .login,
    header a.btn.btn-default.login {
        margin-top: 10px;
    }

    header .navbar-brand {
        display: block;
        margin: 8px 0px;
        color: #fff;
        font-size: 14px;
    }

    header .header-button .facebook {
        margin-top: 8px;
    }

    header .header-button .facebook:hover,
    header .header-button .facebook:focus,
    header .header-button .facebook:active {
        margin-top: 10px;
    }

    header .header-button .login:hover,
    header .header-button .login:focus,
    header .header-button .login:active {
        margin-top: 10px;
    }

    .dropdown-menu>li a {
        font-size: 13px !important;
    }

}

@media all and (max-width:600px) {
    .publicarea {
        margin: 0px;
    }

    .footerbg {
        position: static;
    }

    .statbg {
        text-align: center;
    }

    .stabox {
        border-right: none !important;
        border-left: none;
        width: 49%;
        font-size: 12px;
        display: inline-block;
    }

    .footerbg .footer .footerleft {
        float: none;
        padding-bottom: 0px;
    }

    .footerbg .footer .footerright li {
        margin-bottom: 5px;
    }

    .login-page .padding20 {
        padding: 0px;
    }

    /* .no-padding-left{padding-left:0px;} */
    .testimonial {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .testiminalright {
        width: auto;
        display: block;
        margin-left: 0px;
    }

    .testimonialbox_left {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .testimonialbox_right {
        display: block;
        width: 100%;
        margin: 0px;
    }

    .padding20 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .custom_table_grid .support_heading a.btn.btn-default {
        font-size: 12px;
    }

    .custom_panel_2 .panel-title {
        font-size: 12px;
    }

    .profilesboxmain {
        padding: 10px;
    }

    .otherbox {
        width: 100%
    }
}

@media all and (max-width:350px) {
    .g-recaptcha {
        transform: scale(0.88);
        -webkit-transform: scale(0.88);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        vertical-align: top;
        display: inline-block;
        width: 290px;
    }
}

#DateCountdown {
    width: 562px !important;
    max-width: 100%;
}

@media screen and (min-width:768px) {
    #SplashpageModal .modal-dialog {
        width: 900px;
    }
}

@media all and (max-width:414px) {
    .navbar-toggle {
        margin-right: 0px;
        margin-top: 10px;
    }

    header .header-button .facebook {
        margin-top: 0px;
    }

    header .header-button .login,
    header a.btn.btn-default.login {
        margin-top: 0px;
    }

    header .header-button .language {
        margin-top: 0px;
    }

    .heightforfixtopbg {
        height: 15px;
    }

    #banner .title h2 {
        font-size: 25px;
    }

    #banner .title {
        height: auto;
        background-color: #d14444;
        margin: 0px;
    }

    #five-box .box {
        padding: 0px;
        border-bottom: 1px solid #dddbcc;
        width: 100%;
        border-left: none;
    }

    #five-box {
        background-color: #faf9f5;
        background-image: none;
    }

    #five-box .box p {
        margin: 10px 0 10px 0;
    }

    #five-box .box h1 {
        margin: 0 0 12px 0;
    }

    #five-box .box .icon {
        margin-bottom: 12px;
    }

    #five-box .box:last-child {
        border: none;
    }

    header .navbar>.container .navbar-brand,
    header .navbar>.container-fluid .navbar-brand {
        width: 50%;
        margin: 0px 0px 10px 0px;
    }

    .grentlines {
        height: 1px;
    }

    .message a {
        padding-left: 8px;
        padding-right: 8px;
        height: 34px;
        line-height: 39px;
        font-size: 8px;
        margin-top: 0px;
        margin-right: 7px;
    }

    .modal-content .modal-body .form-group .control-label {
        width: 100%;
    }

    .form-horizontal.form-wrapper .form-group .control-label {
        border: 1px solid #eae8e3;
        border-bottom: none;
        margin-bottom: 0px;
        line-height: 40px;
    }

    .modal-content .modal-body .form-group .col-sm-8 {
        width: 100% !important;
    }

    .form-wrapper .form-group .form-control {
        width: calc(100%);
    }

    .error {
        padding-left: 22px;
        width: calc(100%);
    }

    .form-group .input-error span {
        top: 4px;
    }

    .form-control-static-disabled {
        width: 100%;
        line-height: 46px;
    }

    /* .processor_ac_details th { font-size: 14px; padding: 10px 14px;} */
    .processor_ac_details td {
        padding: 10px;
    }

    .panel-heading {
        padding-bottom: 30px;
    }

    .dataTables_length {
        z-index: 0;
    }

    .form-horizontal .form-group label {
        font-size: 13px;
        width: 100%;
        line-height: 38px;
        margin-bottom: 0px;
        border-bottom: none;
    }

    .form-group .col-sm-8 {
        padding-right: 0px;
    }

    .bltreboxmains {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .padding20 {
        padding-top: 20px;
    }

    .mdrights {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        max-width: 100%;
        margin-left: 0px;
    }
}

@media all and (max-width:375px) {
    .navbar-toggle {
        margin-right: 0px;
        margin-top: 10px;
    }

    header .header-button .facebook {
        margin-top: 0px;
        padding: 10px 23px;
    }

    header .header-button .facebook:hover,
    header .header-button .facebook:active,
    header .header-button .facebook:focus {
        margin-top: 0px;
    }

    header .header-button .login,
    header a.btn.btn-default.login {
        margin-top: 0px;
        padding: 10px 23px;
    }

    header .header-button .login:hover,
    header .header-button .login:active,
    header .header-button .login:focus {
        margin-top: 0px;
    }

    header .header-button .language {
        margin-top: 0px;
    }

    .allcontnet {
        padding-left: 15px;
        padding-right: 15px;
    }

    .heightforfixtopbg {
        height: 15px;
    }

    #banner .title h2 {
        font-size: 20px;
    }

    #banner .title {
        height: auto;
        background-color: #d14444;
        margin: 0px;
    }

    #five-box .box {
        padding: 0px;
        border-bottom: 1px solid #dddbcc;
        width: 100%;
        border-left: none;
    }

    #five-box {
        background-color: #faf9f5;
        background-image: none;
    }

    #five-box .box p {
        margin: 10px 0 10px 0;
    }

    #five-box .box h1 {
        margin: 0 0 12px 0;
    }

    #five-box .box .icon {
        margin-bottom: 12px;
    }

    #five-box .box:last-child {
        border: none;
    }

    header .navbar>.container .navbar-brand,
    header .navbar>.container-fluid .navbar-brand {
        width: 56%;
        margin: 8px 0px;
    }

    .grentlines {
        height: 1px;
    }

    .member_info .card-box {
        margin-top: 90px;
    }

    .mdrights {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        max-width: 100%;
        margin-left: 0px;
    }
}

@media all and (max-width:360px) {
    .navbar-toggle {
        margin-right: 0px;
        margin-top: 10px;
    }

    header .header-button .facebook {
        margin-top: 0px;
        padding: 10px 17px;
    }

    header .header-button .facebook:hover,
    header .header-button .facebook:active,
    header .header-button .facebook:focus {
        margin-top: 0px;
    }

    header .header-button .login,
    header a.btn.btn-default.login {
        margin-top: 0px;
        padding: 10px 19px;
    }

    header .header-button .login:hover,
    header .header-button .login:active,
    header .header-button .login:focus {
        margin-top: 0px;
    }

    header .header-button .language {
        margin-top: 0px;
    }

    .heightforfixtopbg {
        height: 15px;
    }

    #banner .title h2 {
        font-size: 20px;
    }

    #banner .title {
        height: auto;
        background-color: #d14444;
        margin: 0px;
    }

    #five-box .box {
        padding: 0px;
        border-bottom: 1px solid #dddbcc;
        width: 100%;
        border-left: none;
    }

    #five-box {
        background-color: #faf9f5;
        background-image: none;
    }

    #five-box .box p {
        margin: 10px 0 10px 0;
    }

    #five-box .box h1 {
        margin: 0 0 12px 0;
    }

    #five-box .box .icon {
        margin-bottom: 12px;
    }

    #five-box .box:last-child {
        border: none;
    }

    header .navbar>.container .navbar-brand,
    header .navbar>.container-fluid .navbar-brand {
        width: 56%;
        margin: 8px 0px;
    }

    .grentlines {
        height: 1px;
    }

    .message a {
        padding-left: 8px;
        padding-right: 8px;
        height: 34px;
        line-height: 39px;
        font-size: 8px;
        margin-top: 0px;
        margin-right: 7px;
    }

    .top_notification .tooltip-arrow {
        border-bottom-width: 0;
        border-left-width: 0;
        border-right-width: 0;
    }

    .top_notification.dropdown-menu {
        position: fixed;
        width: 94% !important;
        left: 10px;
    }

    .deletrightins {
        margin-top: 0;
        text-align: center;
    }

    .allcontnet {
        padding-left: 15px;
        padding-right: 15px;
    }

    #footer .footerleft {
        padding: 10px;
        float: none;
    }

    #footer .footerright {
        padding: 0px 10px 10px 10px;
        float: none;
    }

    .modal-content .modal-body .form-group .control-label {
        width: 100%;
    }

    .form-horizontal.form-wrapper .form-group .control-label {
        border: 1px solid #eae8e3;
        border-bottom: none;
        margin-bottom: 0px;
        line-height: 40px;
    }

    .modal-content .modal-body .form-group .col-sm-8 {
        width: 100% !important;
    }

    .form-wrapper .form-group .form-control {
        width: calc(100%);
    }

    .error {
        padding-left: 22px;
        width: calc(100%);
    }

    .form-group .input-error span {
        top: 4px;
    }

    .form-control-static-disabled {
        width: 100%;
        line-height: 46px;
    }

    /* .processor_ac_details th { font-size: 14px; padding: 10px 14px;} */
    .processor_ac_details td {
        padding: 10px;
    }

    .panel-heading {
        padding-bottom: 30px;
    }

    .dataTables_length {
        z-index: 0;
    }

    .form-horizontal .form-group label {
        font-size: 13px;
        width: 100%;
        line-height: 38px;
        margin-bottom: 0px;
        border: none;
        border-bottom: none;
    }

    .form-group .col-sm-8 {
        padding-right: 0px;
    }

    .bltreboxmains {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .padding20 {
        padding-top: 20px;
    }

    .member_info .card-box {
        margin-top: 90px;
    }

    .modal-dialog {
        top: 20%;
    }

    .form-horizontal .row .form-group {
        margin: 0px 0px;
        
    }

    .actionmenu .dropdown-menu>li {
        background: none;
    }

    .form-horizontal .form-group .agreement_text label {
        line-height: 15px;
        border-bottom: 1px solid #eae8e3;
    }

    .agreement_text {
        width: 100%;
    }

    .message-date {
        font-size: 12px;
    }

    .newco h3 .pull-right {
        width: 100%;
        padding-top: 10px;
    }

    .mdrights {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        max-width: 100%;
        margin-left: 0px;
    }
}

@media all and (max-width:320px) {
    .navbar-toggle {
        margin-right: 0px;
        margin-top: 10px;
    }

    header .header-button .facebook {
        margin-top: 0px;
        padding: 9px;
    }

    header .header-button .facebook:hover,
    header .header-button .facebook:active,
    header .header-button .facebook:focus {
        margin-top: 0px;
    }

    header .header-button .login,
    header a.btn.btn-default.login {
        margin-top: 0px;
        padding: 9px;
    }

    header .header-button .login:hover,
    header .header-button .login:active,
    header .header-button .login:focus {
        margin-top: 0px;
    }

    header .header-button .language {
        margin-top: 0px;
    }

    .heightforfixtopbg {
        height: 15px;
    }

    #banner .title h2 {
        font-size: 20px;
    }

    #banner .title {
        height: auto;
        background-color: #d14444;
        margin: 0px;
    }

    #five-box .box {
        padding: 0px;
        border-bottom: 1px solid #dddbcc;
        width: 100%;
        border-left: none;
    }

    #five-box {
        background-color: #faf9f5;
        background-image: none;
    }

    #five-box .box p {
        margin: 10px 0 10px 0;
    }

    #five-box .box h1 {
        margin: 0 0 12px 0;
    }

    #five-box .box .icon {
        margin-bottom: 12px;
    }

    #five-box .box:last-child {
        border: none;
    }

    header .navbar>.container .navbar-brand,
    header .navbar>.container-fluid .navbar-brand {
        width: 60%;
        margin: 8px 0px;
    }

    .grentlines {
        height: 1px;
    }

    /* .message a { padding-left: 5px; padding-right: 5px; height: 29px; line-height: 35px; font-size: 7px; margin-top: 21px; margin-right: 5px;} */
    .member_info .card-box {
        margin-top: 90px;
    }

    .mdrights {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        max-width: 100%;
        margin-left: 0px;
    }
}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .five-box {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .Welcome .username {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .Welcome .title {
        width: 100%;
    }

    .Welcome .title h1 {
        float: none;
    }

    .Welcome .title p {
        float: none;
        margin-top: 10px;
    }

    .Welcome .text {
        width: 100%;
    }

    .Welcome .text ul {
        width: 100%;
    }

    .Welcome .referral-links {
        width: 100%;
    }

    .Welcome .progress-bar .progress {
        width: 90%;
    }

    /* .no-padding-left {padding-left: 0px;} */
    .financial_info .title {
        float: none;
    }

    .financial_info .title h1 {
        float: none;
    }

    .financial_info .title p {
        float: none;
    }

    .financial_info .financial_info_nav>li {
        float: left;
        width: 100%;
    }

    .financial_info .financial_info_nav .dropdown-menu {
        min-width: auto;
    }

    .three_box .red {
        text-align: center;
        margin-bottom: 10px;
    }

    .three_box .red img {
        float: none;
        border-right: none;
    }

    .three_box p {
        float: none;
    }

    .last_tab .nav-tabs>li>a {
        padding: 0 8px 8px 0;
        font-size: 15px;
    }

    .last_tab .nav-tabs>li.active::after {
        left: 65px;
        bottom: -8px;
    }

    .modal-dialog {
        top: 20%;
    }

    .multi-control-group-input {
        width: 100% !important;
    }

    .mainbg .pagewidth {
        width: auto;
        padding: 0 10px;
    }

    .mainbg .borderbox {
        padding: 10px;
    }

    .mainbg .whiteboxins {
        padding: 10px;
    }

    .mainbg .umleftins {
        width: 100%;
    }

    .mainbg .umrightins {
        width: 100%;
    }

    .mainbg .contentbox {
        padding: 0px;
        margin-top: 12px;
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    .omb_row-sm-offset-3 div:first-child[class*="col-"] {
        margin-left: 25%;
    }

    .omb_login .omb_forgotPwd {
        text-align: right;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .promomedia textarea {
        width: 90%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .promomedia textarea {
        width: 90%;
    }
}

@media only screen and (min-width: 360px) and (max-width: 767px) {
    .promomedia textarea {
        width: 90%;
    }
}

@media all and (max-width:1199px) {
    header .nav-link {
        font-size: 13px;
        padding: 5px 5px !important;
    }


}

@media all and (max-width:767px) {
    .navbar-toggler-icon {
        width: auto;
        height: auto;
        color: #fff;
    }

    .navbar-toggler:focus {
        outline: none;
    }

    header .nav-item:last-child {
        border-right: 1px solid #32414e;
    }

}

@media all and (max-width:479px) {
    header .navbar-header {
        text-align: center;
    }

    header .header-button {
        float: none;
        padding-bottom: 10px;
    }

    #banner .title {
        margin-left: 0px;
        margin-top: 0px;
        height: auto;
    }
}
.home_d{display:none;}