@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Regular.woff2') format('woff2'),
        url('Rubik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Medium.woff2') format('woff2'),
        url('Rubik-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Bold.woff2') format('woff2'),
        url('Rubik-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Italic.woff2') format('woff2'),
        url('Rubik-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Light.woff2') format('woff2'),
        url('../fonts/Rubik-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

.rubik {
	font-family: 'Rubik' !important; 
}

button {
	outline: none;
}


.wordpress-warning-area ul, .ctrl-btn ul, .mm-btn-area ul, .mm-data ul, .md-domin-list ul, .lta-box-list ul, .teh-right ul, .ctblc-list ul, .ctblsp-color-box ul, .template-edit-setting ul, .het-header-list ul, .bg-temp-list ul, .video-icon-list ul, .email-plan-list ul, .ncbs-step-list ul, .select-temp-btns ul, .nsh-right ul, .audience-exp-list ul, .PUDB-action-list ul, .code-own-option ul, .report-view-right ul, .rtbd-point ul, .ctsa-social-list ul, .alignment-list ul, .temp-style-list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Rubik' !important;
}

a, a.active, a:hover{
    text-decoration: none;
}


.form-group.cus-protext {
  position: relative;
}

.form-group.cus-protext .text-heading {
  color: #35b7f3;
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 0 15px;
  padding: 0 7px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.form-group.cus-protext .text-heading::before {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.form-group.cus-protext .form-control {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    box-shadow: none;
    color: #727272;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    margin-top: -10px;
    padding: 17px 21px;
    z-index: 0;
}

.form-group.cus-protext .form-control::-moz-placeholder {
  color: #727272;
  font-size: 15px;
  font-weight: inherit;
}

.field-box-sec {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: table;
  margin: 50px auto;
  padding: 0 40px 30px;
  position: relative;
  width: 431px;
}

.FBS-logo {
  display: table;
  margin: 30px auto;
}

.FBS-logo img {
  height: 36px;
}

.FBS-heading h1 {
  color: #222222;
  font-size: 24px;
  text-align: center;
}

.FBS-heading p {
  color: #727272;
  font-size: 15px;
  margin-bottom: 25px;
  text-align: center;
}

.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr, .radio .cr {
  border: 2px solid #e5e5e5;
  border-radius: 0.25em;
  display: inline-block;
  float: left;
  height: 18px;
  margin-right: 0.5em;
  margin-top: 3px;
  position: relative;
  width: 18px;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon, .radio .cr .cr-icon {
  color: #46b5e7;
  font-size: 0.8em;
  left: 8%;
  line-height: 0;
  position: absolute;
  top: 50%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.full-btn {
  background: #35b7f3 none repeat scroll 0 0;
  border: 1px solid #35b7f3;
  border-radius: 5px;
  color: #ffffff;
  font-size: 18px;
  margin: 8px 0 10px;
  padding: 15px 0;
  text-transform: uppercase;
  width: 100%;
  transition: all 0.3s ease 0s;
}

.full-btn:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #35b7f3;
  transition: all 0.3s ease 0s;
}

.FBS-form .checkbox {
  text-align: center;
}

.FBS-form .checkbox label {
  color: #727272;
  font-size: 15px;
  padding-left: 0;
}

.login-with-head {
  background: #ffffff none repeat scroll 0 0;
  margin-bottom: 10px;
  margin-top: 20px;
  position: relative;
  text-align: center;
}

.login-with-head span {
  background: #ffffff none repeat scroll 0 0;
  color: #727272;
  display: table;
  font-size: 15px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.login-with-head::before {
  background: #e5e5e5 none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 100%;
}

.social-login {
  float: left;
  margin-top: 6px;
  width: 100%;
}

.social-login ul {
	display: table;
	margin: 0 auto;
	padding: 0;
}

.social-login li {
  display: inline-block;
  margin-right: 15px;
  width: 73px;
}

.social-login li:nth-last-child(1) {
  margin-right: 0;
}

.social-login li .SL-btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #ebebeb;
  border-radius: 4px;
  color: #3b5998;
  font-size: 20px;
  padding: 9px 0;
  width: 100%;
  transition: all 0.3s ease 0s;
}

.social-login li .SL-btn.twi {
  color: #1da1f2;
}

.social-login li .SL-btn.google_plus {
  color: #ea4335;
}

.social-login li .SL-btn.linked {
  color: #00a0dc;
}

.social-login li .SL-btn:hover {
  background: #3b5998 none repeat scroll 0 0;
  border: 2px solid #3b5998;
  color: #ffffff;
  transition: all 0.3s ease 0s;
}

.social-login li .SL-btn.twi:hover {
  background: #1da1f2;
  border: 2px solid #1da1f2;
}

.social-login li .SL-btn.google_plus:hover {
  background: #ea4335; 
  border: 2px solid #ea4335;
}

.social-login li .SL-btn.linked:hover {
  background: #00a0dc;
  border: 2px solid #00a0dc;
}

.login-footer-sec {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.login-footer-cont {
  color: #727272;
  font-size: 15px;
  margin: 25px 0 0;
}

.login-footer-cont a {
  color: #35b7f3;
}

.FBS-heading span {
  color: #35b7f3;
}

.resend-btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #35b7f3;
}

.resend-area {
  color: #727272;
  font-size: 15px;
  margin-top: 5px;
}

.LFS-step {
  margin-top: 15px;
}

.LFS-step li.active {
  color: #35b7f3;
}

.LFS-step li {
  color: #d9d9d9;
  display: inline-block;
  margin-right: 7px;
}

.blur-bg {
  background: rgba(0, 0, 0, 0) url("../img/blur-bg.jpg") no-repeat scroll 0 0 / cover ;
  float: left;
  min-height: calc(100vh);
  width: 100%;
}

.login-page-area {
  background: #f7fafc none repeat scroll 0 0;
  display: inline-block;
  min-height: calc(100vh);
  width: 100%;
}

.particles-sec {
	background: url(../img/particles-bg-blue.png) no-repeat;
	height: 383px;
	width: 100%;
}

.particles-sec {
    background: rgba(0, 0, 0, 0) url(../img/particles-bg-blue.png) no-repeat scroll 0 0 / 100%;
    height: 383px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.verticel-sec {
  display: table;
  height: 100vh;
  width: 100%;
}

.verticle-box {
  display: table-cell;
  vertical-align: middle;
}

.form-group.dynamic-dropi .text-heading {
color: #35b7f3;
font-size: 12px;
font-weight: 400;
margin: 0 0 0 9px;
padding: 0 7px;
position: relative;
text-transform: uppercase;
z-index: 1;
}

.form-group.dynamic-dropi .text-heading::before {
  background: #ffffff none repeat scroll 0 0;
content: "";
height: 14px;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}

.form-group.dynamic-dropi .chosen-container {
  width: 100% !important;
}

.form-group.dynamic-dropi .chosen-container .chosen-single {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #e5e6e7;
  border-radius: 4px;
  box-shadow: none;
  color: #727272;
  font-size: 15px;
  font-weight: 300;
  height: auto;
  line-height: normal;
  margin-top: -10px;
  padding: 19px 15px;
}


.show_hide {
	display:none;
}

.payment-list-sec {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.payment-list-sec li {
  float: left;
  margin-bottom: 25px;
  margin-right: 25px;
  text-align: center;
  width: 163px;
}

.PLS-list {
  border: 2px solid #ebebeb;
  border-radius: 5px;
  cursor: pointer;
  padding: 12px 0;
  position: relative;
}

.PLS-list p {
  margin-bottom: 0;
  margin-top: 7px;
}

.payment-list-sec li:nth-child(2n+2) {
  margin-right: 0;
}

.PLS-check {
  background: #35b7f3 none repeat scroll 0 0;
  border-radius: 100px;
  bottom: -11px;
  color: #ffffff;
  display: none;
  font-size: 13px;
  height: 21px;
  left: 0;
  line-height: 21px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 21px;
}

.payment-list-sec li.selected .PLS-list {
  border: 2px solid #35b7f3;
}

.payment-list-sec li.selected .PLS-check {
  display: block;
}

.panel-arrow-area {
  display: inline-block;
  position: relative;
  width: 100%;
  cursor: auto;
}

.panel-arrow-area::before {
  background: #ebebeb none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  top: 15px;
  width: 100%;
}

.show_hide.panel-arrow {
  background: #ffffff none repeat scroll 0 0;
  height: 50px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 50px;
  z-index: 1;
  cursor: pointer;
}

.show_hide.panel-arrow i {
  border: 1px solid #ebebeb;
  border-radius: 100px;
  color: #35b7f3;
  font-size: 22px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  transition: all 0.3s ease 0s;
}

.panel-arrow-area.active .show_hide.panel-arrow i {
  transform: rotate(180deg);
  transition: all 0.3s ease 0s;
}

.PLS-img-active {
  display: none;
}

.payment-list-sec li.selected .PLS-img-active {
  display: block;
}

.payment-list-sec li.selected .PLS-img {
  display: none;
}

.payment-list-sec li.full-width {
  display: table;
  float: none;
  margin: 0 auto 25px;
}

.form-group.cus-protext.half-width {
  float: left;
  margin-right: 15px;
  width: 47.8%;
}

.card-box-inputs {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
}

.form-group.cus-protext.half-width:nth-child(2n+2) {
  margin-right: 0;
}

.skip-btn a {
  color: #35b7f3;
  display: block;
  font-size: 15px;
  margin-top: 8px;
}

.login-page-area footer {
  padding-top: 0rem;
}

.login-page-area footer .bottom-footer {
  border-top: 1px solid #dddddd;
  padding: 15px 20px;
}

.login-page-area footer .bottom-footer .right-foot {
  color: #333333;
}

.FBS-form .checkbox {
  line-height: 23px;
  margin: 10px auto 0;
  width: 86%;
}

.form-group.dynamic-dropi select {
    -webkit-appearance: none;
    border: 1px solid #e5e6e7;
    border-radius: 4px;
    font-size: 15px;
    padding: 17px 15px;
    margin-top: -10px;
    color: #727272;
	background: #fff;
	width: 100%;
}

.form-group.dynamic-dropi {
    position: relative;
}
	
.sidebar-left .navbar .container-fluid {
  padding: 0;
}

.sidebar-left .navbar-brand img {
  height: 30px;
}

.sidebar-left .navbar.navbar-inverse {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 100%;
    margin-bottom: 0;
    width: 100%;
}

.sidebar-left .navbar-brand {
  height: auto;
  margin: 0 !important;
  padding: 24px 30px;
  width: 100%;
}

.sidebar-menu li.header.SM-pro {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
  padding: 15px 30px 5px;
  position: relative;
}

.sidebar-menu li.header.SM-pro {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
  padding: 30px 15px 30px 30px;
  position: relative;
}

.sidemenu-firstname {
  background: #3155c4 none repeat scroll 0 0;
  border-radius: 100px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  height: 44px;
  line-height: 44px;
  position: absolute;
  text-align: center;
  width: 44px;
}

.SP-details {
  padding-left: 58px;
}

.SP-details h4 {
  color: #414141;
  float: left;
  font-size: 15px;
  font-weight: normal;
  margin: 5px 0 0;
  width: 100%;
}

.SP-details p {
  color: #aaaaaa;
  font-size: 12px;
  margin-bottom: 0;
}

.sidebar-menu a i {
  color: #88a2ae;
  font-size: 20px;
}

.sidebar-menu a span {
  margin-left: 13px;
}

.version-det {
  padding: 10px 30px;
}

.version-det p {
  color: #414141;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 5px;
}

.user-sec {
	float: left;
	position: relative;
	width: 100%;
}

.version-det {
  bottom: 6px;
  position: absolute;
}

.content.sidebar-right {
  display: inline-block;
  margin-left: 265px;
  min-height: calc(90vw);
  position: relative;
  width: calc(100% - 265px);
}

.SR-box {
  display: inline-block;
  padding: 0 30px;
  width: 100%;
}

.SRB-header {
  display: inline-block;
  padding: 20px 0;
  width: 100%;
}

.SRBH-left {
  float: left;
  margin-top: 4px;
  position: relative;
  width: 50%;
}

.SRBH-search i {
  color: #aaaaaa;
  left: 0;
  position: absolute;
  top: 10px;
}

.SRBH-search .form-control {
    border: medium none;
    box-shadow: none;
    font-weight: 400;
    padding-left: 30px;
}

.SRBH-search .form-control::-moz-placeholder {
  color: #727272;
  opacity: 1;
  font-weight: 300;
}

.SRBH-search .form-control::-webkit-input-placeholder {
  color: #727272;
  opacity: 1;
  font-weight: 300;
}

.SRBH-right {
  float: right;
}

.SRBH-country {
  float: left;
  margin-top: 5px;
}

.SRBH-notification {
    float: left;
    margin: 5px 3px 0 0;
}

.SRBH-profile {
  float: left;
}

.SRBH-right .caret {
  display: inline-block;
  float: left;
  margin: 0 !important;
  position: absolute;
  right: 0;
  top: 14px;
}

.SRBH-right .btn {
  border: medium none;
  display: inline-block;
  float: left;
  margin-right: 0;
  width: 100%;
}

.SRBH-right .btn:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-color: rgba(0, 0, 0, 0) !important;
}

.btn-group.open .dropdown-toggle {
  box-shadow: none !important;
}

.SRBH-country button {
  color: #727272;
  font-size: 15px;
}

.SRBH-notification button {
  color: #aaaaaa;
  font-size: 24px;
}

.SRBH-profile .pro-name {
  background: #3155c4 none repeat scroll 0 0;
  border-radius: 100px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 39px;
  margin-right: 18px;
  width: 40px;
}

.SRBH-profile .caret-box {
  border: 1px solid #e8e8e8;
  border-radius: 100px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: 10px;
  width: 20px;
}

.SRBH-profile .caret-box .caret {
  color: #aaaaaa;
  margin-left: 5px !important;
  margin-top: 7px !important;
  position: initial;
}

.SRBH-notification .noti-icon {
  background: #0974ff none repeat scroll 0 0;
  border-radius: 100px;
  height: 6px;
  position: absolute;
  right: 13px;
  top: 2px;
  width: 6px;
}

.SRBH-language {
    float: left;
    margin-top: 5px;
    position: relative;
}

.SRBH-language .SRBH-flag {
  left: 0;
  position: absolute;
  top: 0;
}

.SRBH-lang {
  padding-left: 35px;
  padding-right: 19px;
}

.SRBH-lang .caret {
  color: #aaaaaa;
  top: 8px;
}

.SR-box-details h2 {
  color: #414141;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}

.SRB-tab-sec .nav.nav-tabs li a {
  border: medium none;
  color: #414141;
  font-size: 15px; 
  padding: 15px 0;
}

.SRB-tab-sec .nav.nav-tabs li.active a {
  border-left: medium none;
  border-radius: 0;
  border-right: medium none;
  border-top: medium none;
  border-bottom: 2px solid #35b7f3;
  color: #35b7f3;
}

.SRB-tab-sec .nav.nav-tabs li {
  margin-right: 30px;
}

.SRB-tab-sec .nav.nav-tabs li a:hover {
  color: #35b7f3;	
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.edit-btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
  color: #88a2ae;
  font-size: 20px;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 25px;
}

.form-group.cus-protext.edit-field .form-control {
  padding-right: 49px;
}

.profile-tab-right {
  float: left;
  width: 55%;
}

.PT-form .full-btn-area .full-btn {
  font-size: 16px;
  text-transform: capitalize;
}

.PT-heading h3 {
  color: #414141;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 25px;
  margin-top: 0;
}

.PT-tab-area {
  display: inline-block;
  margin-top: 40px;
  width: 100%;
}

.profile-tab-left {
  float: left;
  width: 200px;
}

.PTL-proName-sec {
  border: 2px solid #35b7f3;
  border-radius: 100px;
  cursor: pointer;
  height: 110px;
  padding: 13px;
  position: relative;
  width: 110px;
}

.PTL-pro-heading {
  color: #35b7f3;
  display: inline-block;
  font-size: 15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 34px;
}

.PTL-proName {
  background: #3155c4 none repeat scroll 0 0;
  border-radius: 100px;
  color: #ffffff;
  float: left;
  font-size: 20px;
  font-weight: 500;
  height: 80px;
  line-height: 80px;
  text-align: center;
  width: 80px;
}

.PTL-proCheck {
  background: #35b7f3 none repeat scroll 0 0;
  border-radius: 100px;
  bottom: -10px;
  color: #ffffff;
  font-size: 12px;
  height: 19px;
  left: 50%;
  line-height: 19px;
  margin-left: -9.5px;
  position: absolute;
  text-align: center;
  width: 19px;
}

.PTL-proName-sec.PTL-profile {
  border: 2px solid #ebebeb;
  /*margin-top: 35px;*/
}

.PTL-proName-sec.PTL-profile .PTL-proName {
  background: #f0f9fe none repeat scroll 0 0;
  border: 1px solid #ebebeb;
}

.PTL-proName-sec.PTL-profile .PTL-proName img {
  border-radius: 100px;
  height: 80px;
  width: 80px;
}

.PTP-left {
  float: left;
  margin-right: 30px;
  width: 167px;
}

.PTP-left .payment-list-sec {
  align-items: left;
  display: inline-block;
}

.PTP-left .payment-list-sec ul li {
  float: left;
  margin-right: 0;
}

.PT-payment-sec {
  display: inline-block;
  width: 100%;
}

@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 30%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top:15px;
		left: 6px;
		width: 30%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}


.PT-user-sec table tbody tr button.edit-btn-user {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #88a2ae;
  font-size: 20px;
}

.PT-user-sec table tbody tr button.edit-btn-user:hover {
  color: #35b7f3;
}

.PT-user-sec table tbody td:nth-last-child(1) {
  text-align: center;
}

.user_popover_box .popover-header {
	background: transparent;
	border: none;
	margin-top: 10px;
	font-size: 16px;
	color: #414141;
}

.user_popover_box .popover-header i.la.la-ban {
	color: #e74c3c;
	margin-right: 4px;
}

.popover-user-details {
	margin-top: 8px;
}

.PUD-box {
	margin-bottom: 10px;
	font-size: 14px;
}

.PUDB-left {
	float: left;
	width: 20%;
}

.PUDB-right {
	font-weight: 600;
}

.popover-user-details p {
	color: #727272;
	font-size: 14px;
	line-height: 24px;
	margin-top: 18px;
	margin-bottom: 10px;
}

.popover-x.right {
	margin-top: -25px;
}

.popover-x {
	-webkit-box-shadow:0 10px 15px rgba(0,0,0,.06);
	box-shadow: 0 10px 15px rgba(0,0,0,.06);
}

.popover-x {
background: #FFFFFF;
border: 1px solid #EBEBEB;
}
.popover-x:after, .popover-x:before {
right: 100%;
top: 9%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
border-color: rgba(255, 255, 255, 0);
}
.popover-x:before {
border-right-color: rgba(235,235,235,1) !important;
margin-top: -10px;
border-width: 16px;
}
.popover-x::after {
	border-right-color: rgba(255,255,255,1) !important;
	margin-top: -7px;
	border-width: 13px;
	margin-right: 0px;
}

.popover {
	max-width: 300px;
}

.user_popover_box .popover-title {
	padding: 15px 30px 10px 30px;
}

.user_popover_box .popover-content {
	padding: 9px 35px;
}

.user_popover_box .popover-footer {
	background: transparent;
	border: none;
	padding: 0 30px;
}

.popover-footer .full-btn {
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	padding: 12px 0;
}

.popover-footer .white-full-btn {
	border: 1px solid #ebebeb;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 0;
	border-radius: 5px;
	opacity: 1;
	color: #727272;
}

.pop-cancel {
	margin-bottom: 21px;
	display: inline-block;
	width: 100%;
	margin-top: 6px;
}

.PT-user-sec thead th {
	border: none !important;
}

.PT-user-sec thead th {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #ebebeb !important;
	background: #fafafa;
	text-transform: uppercase;
	font-weight: 400;
	color: #414141;
	font-size: 14px;
	padding: 14px 20px !important;
}

.PT-user-sec tbody tr td {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #ebebeb;
	color: #727272;
	padding: 14px 20px;
}

.PT-user-sec .table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #ffffff;
}

.PT-user-sec .table-bordered {
	margin-bottom: 15px;
}

.add-new-user-sec .PT-heading .ANU-close {
  cursor: pointer;
  float: right;
  margin-top: 10px;
}

.PT-user-sec tr th:nth-last-child(1) {
  text-align: center;
}

.form-group.cus-protext.pass-blank {
  margin-top: 18px;
}

.form-group.cus-protext.pass-blank .form-control {
  background: #f9f9f9 none repeat scroll 0 0;
}

.flat-toggle {
    width: 35px;
	border: 2px solid #ebebeb;
    border-radius: 100px;
    height: 22px;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    margin: 0 0 0 30px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
	float: right;
}

.flat-toggle:after {
    border-radius: 100%;
    background-color: #cecece;
    position: absolute;
    left: 4px;
    top: 3px;
    width: 12px;
    height: 12px;
    content: '';
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translateX(0);
     transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.flat-toggle > span {
  color: #666666;
  cursor: pointer;
  display: block;
  font-size: 12px;
  left: -40px;
  margin-left: 0;
  position: relative;
  text-align: right;
  text-transform: uppercase;
  top: 0px;
  white-space: nowrap;
}

.flat-toggle:hover {
    cursor: pointer;
}

.flat-toggle:hover span {
    cursor: pointer;
}

.flat-toggle.on {
  background-color: #35b7f3;
  border: 2px solid #35b7f3;
}

.flat-toggle.on:hover span {
    color: #00A3D9;
    cursor: pointer;
}

.flat-toggle.on:after {
    background-color: #ffffff;
    -webkit-transform: translate(12px);
    -ms-transform: translate(12px);
    transform: translateX(12px);
}

.flat-toggle.on > span {
    color: #00A3D9;
}

.flat-toggle span.toggleOn {
  display: none;
}

.flat-toggle.on .toggleOn {
  display: block;
}

.flat-toggle.on .toggleOff {
  display: none;
}

.ANU-feature-list li {
  display: inline-block;
  margin-bottom: 13px;
  margin-top: 4px;
  width: 100%;
}

.ANU-feature-list li .ANUF-head {
  color: #727272;
  float: left;
  font-size: 15px;
}

.ANU-feature-list li .ANUF-head i {
  color: #88a2ae;
  float: right;
  font-size: 18px;
  margin-left: 8px;
  margin-top: 4px;
}

.PT-table-header {
  display: inline-block;
  width: 100%;
}

.PTTH-left {
  float: left;
}

.PTTH-left li {
  color: #727272;
  float: left;
  font-size: 14px;
  margin-right: 35px;
}

.PTTH-left li span {
  border: 2px solid #00a540;
  border-radius: 100px;
  float: left;
  height: 14px;
  margin-right: 9px;
  margin-top: 3px;
  width: 14px;
}

.PTTH-left li span.PT-expire {
  border-color: #ec593a;
}

.PTTH-left li span.PT-expiredays {
  border-color: #ffc100;
}

.PT-table-header {
  border-left: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  border-right: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  float: left;
  padding: 20px;
  width: 100%;
}

.PTTH-right {
  float: right;
  position: relative;
}

.PTTH-right i {
  color: #aaaaaa;
  font-size: 15px;
  left: 1px;
  position: absolute;
  top: 2px;
}

.PTTH-right .form-control {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #727272;
  height: auto;
  padding: 0 0 0 33px;
}

.PTTH-right .form-control::-moz-placeholder, .SDS-search .form-control::-moz-placeholder {
  color: #727272;
}

.PTTH-right .form-control::-webkit-input-placeholder, .SDS-search .form-control::-webkit-input-placeholder {
  color: #727272;
}

.domin-list-sec i.fa.fa-check {
  color: #00a540;
  margin-right: 3px;
}

.domin-list-sec i.fa.fa-close {
  color: #ec5636;
  margin-right: 3px;
}

.green-text {
  color: #00a540 !important;
}

.red-text {
  color: #ec5636 !important;
}

.domin-setting .btn.btn-default {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #88a2ae;
  font-size: 20px;
  padding: 0;
}

.domin-setting .dropdown-menu {
  border-radius: 5px;
  left: -68px;
  min-width: initial;
  padding: 0;
}

.domin-setting .dropdown-menu li:nth-last-child(1) {
  border-bottom: medium none;
}

.domin-setting .dropdown-menu li a {
  padding: 8px 20px;
}

.domin-setting .dropdown-menu li {
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
}

.domin_name a:hover {
  color: #35b7f3;
}

.SDS-box {
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  padding: 20px;
}

.SDS-search {
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  color: #35b7f3;
  display: inline-block;
  font-size: 18px;
  padding: 12px 46px 12px 10px;
  position: relative;
  width: 100%;
}

.SDS-search .form-control {
  border: medium none;
  box-shadow: none;
}

.SDS-search .SDS-ser-btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
  position: absolute;
  right: 16px;
  top: 17px;
}

.SDS-list h3 {
  color: #727272;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 25px;
}

.SDS-list h3 span {
  color: #35b7f3;
  font-size: 18px;
}

.SDS-name {
  color: #35b7f3;
  float: left;
  margin-top: 5px;
}

.SDS-price {
  color: #727272;
  font-size: 14px;
  margin-top: 6px;
  text-align: center;
}

.SDSU-btn-sec {
  color: #7a7978;
  font-size: 14px;
  text-align: right;
}

.SDSU-btn-sec .SDSU-btn {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  color: #35b7f3;
  padding: 7px 14px;
  transition: all 0.3s;
}

.SDSU-btn-sec .SDSU-btn:hover {
  background: #35b7f3 none repeat scroll 0 0;
  border: 1px solid #35b7f3;
  color: #ffffff;
  transition: all 0.3s;
}

.SDS-domin-list {
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}

.SDS-list .row:nth-last-child(1) .SDS-domin-list {
  margin-bottom: 0;
}

.domin-recomm-sec {
  border: 1px solid #f2f2f2;
  border-radius: 10px;
}

.DRS-box {
  border-bottom: 1px solid #f2f2f2;
  float: left;
  padding: 15px;
  width: 100%;
}

.domin-recomm-sec .row:nth-last-child(1) .DRS-box {
  border-bottom: medium none;
}

.DR-name {
  color: #727272;
  float: left;
  font-size: 14px;
  margin-top: 8px;
}

.DR-name i {
  color: #88a2ae;
  float: left;
  font-size: 20px;
  margin-right: 7px;
  margin-top: 1px;
}

.SRBH-notification .dropdown-menu {
  left: -138px;
}

.SRBH-profile .dropdown-menu {
  left: -90px;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-color: transparent;
}

.PTTH-left ul, .payment-list-sec ul {
  list-style-type: none;
  margin: 0;
  padding: 0;	
}

.SRBH-profile .btn.btn-default {
  padding-right: 16px;
  padding-top: 0;
}

.SRBH-notification .btn.btn-default {
  padding-top: 0;
}

.LFS-step ul {
  padding: 0;
}

.table-striped thead tr th .checkbox, .table-striped tbody tr .checkbox {
  float: left;
  margin: 0;
}

.domin-list-sec .table-bordered tbody tr .checkbox label, .domin-list-sec .table-bordered thead tr .checkbox label {
  padding-left: 0;
}

.domin-list-sec .table-bordered thead tr .checkbox span, .domin-list-sec .table-bordered tbody tr .checkbox span {
  margin-right: 12px;
  margin-top: 0;
}

.domin-list-sec .table-bordered thead tr th:nth-last-child(1), .domin-list-sec .table-bordered tbody tr td:nth-last-child(1){
  text-align: right;
}

.domin-list-sec .PT-user-sec tbody tr td {
  padding: 20px;
}

.SRBH-right .btn.btn-default:focus {
  box-shadow: none !important;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.AvtarPopup .modal-header h4 {
  color: #414141;
  font-weight: normal;
}

.AvtarPopup .modal-header {
  padding: 25px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
  cursor: pointer;
  font-size: 20px;
  height: 100px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.APB-left {
  background: rgba(0, 0, 0, 0) url("../img/avtar-upload.png") no-repeat scroll 0 0;
  border-radius: 100px;
  height: 100px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 100px;
}

.APB-left .btn.btn-primary {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 100px;
  color: #000000;
  display: inline-block;
  height: 100px;
  margin: 0;
  padding: 0;
  width: 100px;
}

.APB-left .btn.btn-primary span {
  color: #929292;
  float: left;
  font-size: 12px;
  font-weight: 400;
  margin-left: 1px;
  margin-top: 3px;
  width: 100%;
}

.APB-left .btn.btn-primary p {
  color: #35b7f3;
  float: left;
  font-size: 26px;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 22px;
  width: 100%;
}

.modal-dialog.AvtarPopup {
  width: 570px;
}

.APB-right {
  display: inline-block;
  padding-left: 118px;
  width: 100%;
}

.APB-right li {
  float: left;
}

.APB-right ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.APBR-list .APBR-border {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100px;
  cursor: pointer;
  height: 100px;
  line-height: 96px;
  position: relative;
  text-align: center;
  width: 100px;
}

.APB-right li.selected .APBR-list .APBR-border .PLS-check {
  display: block;
}

.AP-popup-body {
  display: inline-block;
  padding: 10px;
  position: relative;
  width: 100%;
}

.APB-right li.selected .APBR-list .APBR-border {
  border-color: #35b7f3;
}

.APB-pop-btn {
  display: inline-block;
  padding: 20px;
  text-align: right;
  width: 100%;
}

.APB-pop-btn button {
  float: right;
  width: auto;
}

.APB-pop-btn button.close-btn-pop {
  border: 2px solid #ebebeb;
  border-radius: 4px;
  color: #f44336;
  font-weight: 500;
  height: auto;
  margin-right: 0;
  padding: 16px 17px;
  transition: all 0.3s ease 0s;
}

.APB-pop-btn button.close-btn-pop:hover {
  background: #f44336;
  border-color: #f44336;
  color: #fff;
  transition: all 0.3s;
}

.APB-pop-btn button.full-btn {
  border: 2px solid #35b7f3;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 0 20px;
  padding: 17px 50px;
  text-transform: capitalize;
}

table.table-expandable > tbody > tr:nth-child(odd) {
    cursor: pointer;
}

table.table-expandable.table-hover > tbody > tr:nth-child(even):hover td {
    background-color: white;
}

table.table-expandable > tbody > tr div.table-expandable-arrow {
  background: rgba(0, 0, 0, 0) url("../img/arrows.png") no-repeat scroll 0 -16px;
  display: block;
  float: right;
  height: 16px;
  width: 16px;
}

table.table-expandable > tbody > tr div.table-expandable-arrow.up {
    background-position:0px 0px;
}

.PT-table-short {
  display: inline-block;
  margin-bottom: 20px;
  text-align: right;
  width: 100%;
}

.PT-table-short .cus-dropi-sec {
  float: right;
}

.cus-dropi-sec::before {
  content: "";
  font-family: FontAwesome;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.cus-dropi-sec select {
  -moz-appearance: none;
  border: medium none;
  padding-right: 9px;
}

.cus-dropi-sec {
  color: #727272;
  font-size: 14px;
  position: relative;
}

.PL-table-footer {
  display: inline-block;
  width: 100%;
}

.PLTF-right {
  float: right;
}

.PLTF-right span {
  color: #727272;
  float: left;
  font-size: 14px;
  margin-right: 20px;
  margin-top: 30px;
}

.pagination>li>a, .pagination>li>span { border-radius: 4px !important;margin: 0 5px;}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  border-color: #ebebeb;
  color: #727272;
}

.pagination > li > a, .pagination > li > span {
  border: 1px solid #ebebeb;
  color: #727272;
  padding: 9px 15px;
}

.pagi-arrow a {
  font-size: 16px;
  padding: 8px 4px !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #ffffff;
  border-color: #35b7f3;
  color: #35b7f3;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  background-color: #ffffff;
  border-color: #35b7f3;
  color: #35b7f3;
}

.SRB-tab-sec .PLT-nested-tab .nav.nav-tabs li {
  margin-left: 29px;
  margin-right: 0;
}

.SRB-tab-sec .PLT-nested-tab .nav.nav-tabs li.active a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: rgba(0, 0, 0, 0);
}

.PLT-nested-tab {
  padding: 0 35px;
}

.PTLN-text-area {
  display: inline-block;
  padding: 30px 0;
  text-align: left;
  width: 100%;
}

.PTLN-text p {
  color: #727272;
  font-size: 13px;
  margin-bottom: 7px;
}

.sidebar-left {
  z-index: 1040;
}

.PTLN-mobile-label {
  display: none;
}

.PTLN-host-form {
  display: inline-block;
  float: left;
  width: 85%;
}

.PTLN-form-box {
  padding-left: 60px;
  position: relative;
  text-align: left;
}

.PTLN-houst-no {
  left: 0;
  position: absolute;
  top: 15px;
}

.PTLN-form-box .form-group.cus-protext .form-control {
  font-size: 14px;
  margin-top: 0;
  padding: 14px 21px;
}

.PTLN-host-form .PTLN-form-box:nth-child(1) .PTLN-houst-no {
  top: 43px;
}

.PTLN-form-box .form-group label {
  color: #414141;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.PTLN-host-form .full-btn-area {
  padding-left: 60px;
}

.PTLN-host-form .full-btn-area {
  padding-left: 60px;
}

.PTLN-form-note {
  margin-bottom: 14px;
  margin-top: 10px;
  padding-left: 60px;
  text-align: left;
}

.PTLN-form-note p {
  color: #727272;
  font-size: 14px;
}

.PTLN-form-note p strong {
  font-weight: 500;
}

.black-text {
  color: #414141 !important;
}

.full-btn-area.dns-man-btn .full-btn {
    float: left;
    font-size: 14px;
    padding: 15px 50px;
    width: auto;
}

.PTLN-verticle-tab {
  display: inline-block;
  margin: 50px 0;
  width: 100%;
}

.PTLN-verticle-tab .nav.nav-tabs {
  border-bottom: medium none;
  border-right: 1px solid #dddddd;
  float: left;
  width: 21%;
}

.SRB-tab-sec .PLT-nested-tab .PTLN-verticle-tab .nav.nav-tabs li {
    float: right;
    margin-left: 0;
    width: 100%;
}

.SRB-tab-sec .PLT-nested-tab .PTLN-verticle-tab .nav.nav-tabs li a {
  border-right: 1px solid #dddddd;
  color: #414141;
  font-size: 14px;
  margin-right: -1px;
  padding: 12px 21px 11px 0;
}

.SRB-tab-sec .PLT-nested-tab .PTLN-verticle-tab .nav.nav-tabs li.active a {
  border-right: 1px solid #35b7f3;
  color: #727272;
}

.SRB-tab-sec .PLT-nested-tab .PTLN-verticle-tab .nav.nav-tabs li a p {
  color: #a2a2a2;
  font-size: 13px;
  margin-bottom: 0;
}

.PTLNV-name {
  margin-top: 6px;
}

.PTLN-verticle-tab .tab-content {
    float: left;
    margin-left: 30px;
    width: 75%;
}

.mt5 {
	margin-top: 5px !important;
}

.full-btn-area.RB-save {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}

.PT-form.rescon-box .form-group.cus-protext {
  text-align: left;
}

.PT-form.rescon-box .form-group.dynamic-dropi {
    text-align: left;
}

.auto-reniw-box .ANU-feature-list {
  width: 18%;
}

.auto-reniw-box .ANU-feature-list ul {
  margin: 0;
  padding-left: 15px;
}

.auto-reniw-box .ANU-feature-list ul .flat-toggle {
  margin-left: 0;
  margin-top: 1px;
}

.auto-reniw-box .ANU-feature-list ul .flat-toggle span {
  left: 43px;
  text-align: left;
}

.ARB-text .PTLN-text p {
  font-size: 14px;
  line-height: 24px;
}

.auto-reniw-box .ANU-feature-list li .ANUF-head {
  color: #414141;
}

.domin-tras-border .ANU-feature-list {
  width: 60%;
}

.authbtn-area .authbtn {
  background: #d7f1fd none repeat scroll 0 0;
  border: 1px solid #d7f1fd;
  border-radius: 4px;
  color: #35b7f3;
  font-size: 13px;
  font-weight: 500;
  padding: 10px;
  transition: all 0.3s;
}

.authbtn-area {
  float: left;
  margin-left: 40px;
}

.domin-tras-border .ANU-feature-list li .ANUF-head {
  margin-top: 9px;
}



.domin-tras-border .ANU-feature-list li {
  margin-bottom: 23px;
}

.domin-tras-border .ANU-feature-list ul {
  padding-left: 0;
}

.domin-tras-border .ANU-feature-list li .flat-toggle {
  float: left;
  left: 30px;
  top: 9px;
}

.authbtn-area .authbtn:hover {
  transition: all 0.3s;
  background: transparent;
}

.mb25 {
	margin-bottom: 25px;
}

.domin-tras-border {
  border-right: 1px solid #ebebeb;
}

.note-area {
  margin-top: 40px;
  text-align: left;
}

.note-text {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  color: #727272;
  font-size: 14px;
  height: 150px;
  padding: 15px;
  resize: none;
  width: 100%;
}

textarea::-moz-placeholder {
  color: #727272;
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  color: #727272;
  opacity: 1;
}

.auto-reniw-box .ANU-feature-list ul {
  padding: 0;
}

.pass_show{position: relative} 

.pass_show .ptxt { 
position: absolute;
top: 50%; 
right: 10px; 
z-index: 1; 
color: #f36c01; 
margin-top: -10px; 
cursor: pointer;
transition: .3s ease all; 
} 

.pass_show .ptxt:hover{color: #333333;} 


.PTA-head {
    width: 78%;
}

.PTA-head .copyiInput {
  border-left: 1px solid #ebebeb;
  color: #88a2ae;
  cursor: pointer;
  font-size: 22px;
  padding: 13px;
  position: absolute;
  right: 0;
  top: 10px;
}

.PTA-head .form-group.cus-protext .form-control {
  padding-right: 60px;
}

.PTA-head .pass_show .PTA-head-pass {
  position: absolute;
  right: 0;
  top: 23px;
}

.PTA-head .pass_show .PTA-head-pass .copyiInput {
  padding: 14px 13px;
  position: initial;
}

.PTA-head .pass_show .PTA-head-pass .show-ps {
  color: #88a2ae;
  cursor: pointer;
  font-size: 22px;
  padding: 13px; 
}

.PTA-head .form-group.pass_show.cus-protext .form-control {
  padding-right: 100px;
}

.purple-text {
  color: #9f4fae;
}

.PTA-tab-cont pre {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
}

.PTA-tab-cont pre span {
  font-size: 15px;
  line-height: 40px;
}

.PT-api-tab {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  margin-top: 30px;
}

.PT-api-tab .nav.nav-tabs {
  background: #fafafa none repeat scroll 0 0;
}

.PT-api-tab .nav.nav-tabs li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  padding: 15px 10px;
}

.PTA-tab-cont {
  padding: 30px;
}

.PTA-tab-cont h3 {
  color: #414141;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 0;
}

.transfer-domin-sec {
  display: inline-block;
  width: 870px;
}

.transfer-domin-sec {
  display: inline-block;
  width: 870px;
}

.transfer-domin-sec h3 {
  color: #414141;
  font-size: 22px;
  font-weight: 300;
  line-height: 36px;
  margin: 0 auto 35px;
  text-align: center;
  width: 47%;
}

.TDS-box {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding: 40px;
}

.TDS-box .form-group {
  margin-bottom: 0;
  padding-right: 188px;
  position: relative;
}

.TDS-box .form-group .form-control {
  height: auto;
  padding: 17px 21px;
}

.TDS-box .form-group .TDS-btn {
  background: #35b7f3 none repeat scroll 0 0;
  border: 1px solid #35b7f3;
  border-radius: 4px;
  color: #ffffff;
  font-size: 15px;
  padding: 16px 10px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
}

.TDS-box .form-group .TDS-btn:hover {
  background: #ffffff none repeat scroll 0 0;
  color: #35b7f3;
  transition: all 0.3s ease 0s;
}

.edit-table {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #88a2ae;
  font-size: 20px;
  line-height: normal;
}

.delete-row {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #f44336;
  font-size: 20px;
  line-height: normal;
}

.addcont-btn {
  float: left;
}

.cus-btn {
  background: #35b7f3 none repeat scroll 0 0;
  border: 1px solid rgb(53 183 243 / 0.3);
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  padding: 11px 15px;
  transition: all 0.3s ease 0s;
}

.cus-btn:hover {
  background: transparent;
  color: #35b7f3;
}

.PT-table-short.CM_head .cus-dropi-sec {
  margin-top: 24px;
}

.cus-modal {
  width: 550px;
}

.full-btn.close-btn {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ebebeb;
  color: #f44336;
}

.CM-head strong {
  margin-left: 13px;
}

.CM-head {
  margin-bottom: 21px;
}

.cus-modal .modal-header {
  border-bottom: medium none;
  margin-bottom: 20px;
}

.cus-modal .modal-header h4 {
  font-size: 16px;
  font-weight: normal;
}

.cus-modal .modal-content {
  padding: 20px;
}

.PTTreport-head {
  padding-right: 190px;
  position: relative;
}

.PTTTeport-btn {
  position: absolute;
  right: 0;
  top: 10px;
}

.PTTTeport-btn .cus-btn {
  font-size: 15px;
  padding: 18px 30px;
}

.cus-btn.show-btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #727272;
  margin-top: 24px;
  padding: 0;
}

.gray-text a {
  color: #727272;
}

.form-group.cus-protext.date-inp::before {
  color: #88a2ae;
  content: "";
  font-family: LineAwesome;
  font-size: 24px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 21px;
  z-index: 116;
}

.form-group.cus-protext .input-sm.form-control {
  padding-right: 42px;
}

.domin-list-sec.PTT-list {
  margin-top: 20px;
}

.TDS-box .form-group .TDS-btn i {
  margin-right: 12px;
}

.TDS-box .form-group .FDB-btn .TDS-btn {
  float: left;
  margin-right: 20px;
  padding: 16px 20px;
  position: initial;
}

.find-domin-box .TDS-box .form-group {
  padding-right: 383px;
}

.FDB-btn {
  position: absolute;
  right: 0;
  top: 0;
}

.white-btn {
  background: #ffffff none repeat scroll 0 0 !important;
  border: 1px solid #ededed !important;
  color: #727272 !important;
}	

.white-btn i {
  color: #35b7f3;
}

.FDB-btn .TDS-btn {
  padding: 16px 26px !important;
}

.TDS-list-area {
  background: #fbfbfb none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  margin-top: 40px;
  width: 870px;
}

.TDS-list {
  border-bottom: 1px solid #ebebeb;
  padding: 22px 20px;
}

.TDSL-name {
  color: #727272;
}

.TDSL-btn-area {
  text-align: right;
}

.TDSL-price-area {
  color: #414141;
  font-size: 15px;
  font-weight: 500;
  text-align: right;
}

.TDSL-price-area span {
  color: #727272;
  font-weight: normal;
  margin-right: 20px;
  text-decoration: line-through;
}

.TDSL-btn {
  background: transparent;
  border: 1px solid #35b7f3;
  border-radius: 4px;
  color: #35b7f3;
  padding: 8px 25px;
  transition: all 0.3s ease 0s;
}

.TDSL-btn:hover {
  color: #ffffff;
  background: #35b7f3;
}

.TDSL-btn.unavaliable-btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #f44336;
  color: #f44336;
}

.TDSL-btn.unavaliable-btn:hover{
  background: #f44336;
  color: #fff;	
}

.TDSL-dropi-area::before {
  color: #ababab;
  content: "";
  font-family: LineAwesome;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.TDSL-dropi-area {
  float: left;
  position: relative;
  width: auto;
}

.TDSL-dropi-area select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-input-appearance: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border: medium none;
  color: #727272;
  padding-right: 30px;
}

.more-sugg-btn {
  color: #35b7f3;
  display: table;
  font-size: 14px;
  margin: 0 auto;
  text-decoration: underline;
}

.CMC-box .full-btn {
  font-size: 14px !important;
  font-weight: 500;
  text-transform: capitalize !important;
}

.label-head {
  color: #414141;
  font-size: 14px;
  font-weight: normal;
  padding-left: 17px;
  text-align: left;
  width: 100%;
}

.cus-pad-row .col-md-3 {
  padding-right: 0;
}

.CMC-box .form-group {
  margin-bottom: 25px;
}

.cus-pad-row .col-md-3:nth-last-child(1) {
  padding-right: 15px;
}

.form-control.textarea-box {
  height: 150px !important;
  resize: none;
}

.PTLN-advan-tab-box {
  text-align: left;
}

.AR-btn .TDS-btn {
  background: #35b7f3 none repeat scroll 0 0;
  border: 1px solid #35b7f3;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  margin-top: 10px;
  padding: 16px 12px;
  transition: all 0.3s;
}

.AR-btn .TDS-btn:hover {
  background: transparent;
  color: #35b7f3;
  transition: all 0.3s;
}

.AR-btn {
  position: absolute;
  right: 0;
  top: 0;
}

.PTLNB-head {
  padding-right: 130px;
  position: relative;
}

.form-group.cus-protext.web-exta {
  position: relative;
}

.web-extan-lab {
  color: #727272;
  position: absolute;
  right: 10px;
  top: 30px;
}

.form-group.cus-protext.web-exta .form-control {
  padding-right: 45px;
}

.RT-list-edit {
  color: #727272;
  cursor: pointer;
  font-size: 12px;
  margin-left: 11px;
}

.record-table tbody tr:hover > td {
    background-color: #fafafa !important;
}

.record-table tbody tr:hover > td .RT-list-edit, .record-table tbody tr:hover > td .TDSL-dropi-area::before {
  opacity: 1;
}

.record-table .TDSL-dropi-area::before {
  opacity: 0;
}
.RT-list-edit {
  color: #727272;
  cursor: pointer;
  font-size: 12px;
  margin-left: 11px;
  opacity: 0;
}

.RT-hover-input {
  border: 1px solid #e5e6e7;
  box-shadow: none;
  display: none;
  height: auto;
  padding: 13px;
  width: 70%;
}

.record-table .table tr td {
  vertical-align: middle;
}

.RTL-edit .RTL-cont {
  display: none;
}

.RTL-edit .RT-hover-input {
  display: block;
}

.record-table {
  margin-top: 20px;
}

.TDS-box .form-group .FDB-btn .TDS-btn:nth-last-child(1) {
  margin-right: 0;
}

.share-link-box {
  display: inline-block;
  width: 470px;
}

.SL-search-area h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 23px;
  margin-top: 0;
}

.SL-search {
  background: rgba(0, 0, 0, 0) url("../img/link-code-bg.png") no-repeat scroll 0 0;
  display: inline-block;
  margin-bottom: 20px;
  padding: 30px;
  width: 100%;
}

.SL-search .form-control {
  background: #4969c9 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  height: auto;
  padding: 17px 50px 17px 21px;
}

.SL-search .form-control::-moz-placeholder, .GGB-search .form-group .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.SL-search .form-control::-webkit-input-placeholder, .GGB-search .form-group .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.SL-search .form-group {
  position: relative;
}

.copt-text {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-size: 24px;
  position: absolute;
  right: 10px;
  top: 11px;
}

.SL-condition ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.SL-condition li {
  color: #727272;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
  padding-left: 40px;
  position: relative;
}

.SL-condition li i {
  color: #35b7f3;
  font-size: 22px;
  left: 0;
  position: absolute;
  top: 0;
}

.give-get-box {
  display: inline-block;
  width: 570px;
}

.GGB-copy {
  background: #3155c4 url("../img/give-get-bg.png") no-repeat scroll right top / contain ;
  border-radius: 4px;
  display: inline-block;
  padding: 30px 130px 30px 30px;
  width: 100%;
}

.GGB-copy h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  width: 80%;
}

.GGB-copy p {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 17px;
}

.GGB-search .form-group .form-control {
  background: #1c40af none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
  color: #ffffff;
  height: auto;
  padding: 17px 49px 17px 21px;
}

.GGB-search .form-group {
  position: relative;
}

.SL-condition.border-condi {
  border: 1px solid #ebebeb;
  margin-top: 40px;
  padding: 0 20px;
  position: relative;
}

.SL-condition.border-condi h3 {
  background: #ffffff none repeat scroll 0 0;
  float: left;
  font-size: 14px;
  font-weight: normal;
  margin-top: -7px;
  padding: 0 8px;
  text-transform: uppercase;
}

.SL-condition ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 20px 0;
  width: 100%;
}

.affliate-chart img {
  width: 100%;
}

.share-link-box.affliate-chart-box {
  width: 100%;
}

.affliate-chart {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding: 20px;
  width: 100%;
}

.PBA-box {
  background: #3155c4 none repeat scroll 0 0;
  border-radius: 4px;
  color: #ffffff;
  padding: 30px 0;
}

.PBA-box p {
  font-size: 15px;
  margin-bottom: 6px;
}

.PBA-box h2 {
  color: #ffffff;
  font-size: 34px;
  margin-bottom: 0;
  margin-top: 0;
}

.PBA-box-cont {
  display: table;
  margin: 0 auto;
}

.PBA-box.CB {
  background: #19a5e6 none repeat scroll 0 0;
}

.PBS-head {
  display: inline-block;
  margin: 25px 0;
  width: 100%;
}

.PBSH-left {
  float: left;
  font-size: 18px;
}

.PBSH-right {
  color: #727272;
  float: right;
  font-size: 15px;
}

.PBSH-right i {
  color: #88a2ae;
  float: left;
  font-size: 20px;
  margin-right: 8px;
}

.PBS-body .full-btn {
  font-size: 15px;
  margin-top: 15px;
  text-transform: capitalize;
}

.PB-history {
  margin-top: 10px;
}

.PB-history .PT-user-sec tbody tr td {
  padding: 24px 20px;
}

/*my website css start*/
.alert-error {
	background: #fef0ef;
	display: inline-block;
	border: 1px solid #fcd0cd;
	border-radius: 4px;
	position: relative;
	padding: 15px 138px 15px 64px;
	margin-bottom: 30px;
}

.alert-err-icon {
	background: #fccdca;
	position: absolute;
	font-size: 18px;
	color: #f44336;
	border-radius: 4px;
	width: 34px;
	height: 34px;
	display: inline-block;
	text-align: center;
	line-height: 34px;
	top: 50%;
	transform: translatey(-50%);
	left: 15px;
}

.alert-error .cus-btn.red-btn {
	font-size: 12px;
	padding: 4px 13px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translatey(-50%);
}

.alert-error span {
	color: #f44336;
	font-size: 14px;
}

.alert-with-link .alert-error {
	margin-bottom: 10px;
}

.eti-input-load {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translatey(-31%);
}

.etinput-built {
	width: 10px;
	height: 10px;
	background: #c9e7ca;
	border-radius: 100px;
	display: inline-block;
}

.form-group.cus-protext.epp-text-input .form-control {
	padding-right: 55px;
}

.etinput-built.red-built {
	background: #f44336;
}

.arrow-link {
	background: url(../img/before-login/captcha-arrow.png) no-repeat;
	margin-left: 26px;
	margin-bottom: 28px;
}

.arrow-link a {
	color: #35b7f3;
	padding-left: 48px;
	display: inline-block;
	margin-top: 9px;
	font-style: italic;
}

.full-btn-area .full-btn {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.full-btn-area.prev-mobile-btn {
  margin-top: 0 !important;
  display: none;
}

.page-head-right {
  float: right;
}

.SRBH-notification .dropdown-menu {
	min-width: 315px;
	left: -272px;
}

.notification-head {
	padding: 20px;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #ebebeb;
}

.noti-head-left {
	float: left;
	color: #414141;
}

.noti-head-right {
	float: right;
}

.SRBH-notification .nhr-noti-btn {
	background: transparent;
	font-size: 13px;
	color: #aaaaaa;
	box-shadow: none;
	border: none;
}

.notification-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.notification-list li {
	padding: 22px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.notification-list li:nth-last-child(1) {
	border-bottom: none;
}

.noti-box {
	position: relative;
	padding-left: 20px;
	padding-right: 48px;
}

.noti-inner-icon {
	position: absolute;
	left: 0;
	font-size: 15px;
	top: 0;
	color: #f44336;
}

.noti-cont p {
	font-size: 14px;
	color: #727272;
	line-height: 22px;
}

.noti-date {
	color: #aaaaaa;
	font-size: 13px;
}

.nito-time {
	position: absolute;
	right: 0;
	font-size: 13px;
	color: #aaaaaa;
	top: 0;
}



.short-by span {
	color: #9f9f9f;
	float: left;
	font-size: 12px;
	margin-top: 12px;
	text-transform: uppercase;
}

.short-by .TDSL-dropi-area select {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  font-size: 14px;
  margin-left: 13px;
  padding: 7px 25px 7px 15px;
}

.short-by .TDSL-dropi-area::before {
  color: #88a2ae;
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  right: 12px;
  top: 10px;
}

.SR-box-details h2 .TDS-btn {
  background: #35b7f3 none repeat scroll 0 0;
  border: 1px solid #35b7f3;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  margin-left: 30px;
  padding: 12px 13px;
  transition: all 0.3s ease 0s;
}

.SR-box-details h2 .TDS-btn:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #35b7f3;
  transition: all 0.3s ease 0s;
}

.MWL-list .MWL-web-box {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  float: left;
  margin-bottom: 30px;
  padding: 15px;
  width: 100%;
}

.MWL-web {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.MWL-web img {
  border-radius: 4px;
  height: 180px;
  width: 100%;
}

.MWL-manage-btn .MWLB-btn {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  border-radius: 100px;
  color: #35b7f3;
  display: table;
  font-size: 14px;
  left: 0;
  margin: 0 auto;
  padding: 9px 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.MWL-manage-btn {
  display: none;
  transition: all 0.3s;
}

.MWL-list .MWL-web-box:hover .MWL-web .MWL-manage-btn {
  display: block;
  transition: all 0.3s;	
}

.MWL-list .MWL-web-box:hover .MWL-web::before {
	opacity: 1;
	top: 0;
}

.MWL-web::before {
  background: rgba(39, 59, 118, 0.8);
  border-radius: 4px;
  content: "";
  height: 100%;
  position: absolute;
  top: -190px;
  transition: all 0.3s ease 0s;
  width: 100%;
  opacity: 0;
}

.MWL-manage-btn .MWLB-btn i {
  margin-right: 6px;
}

.MWl-site-details ul {
  display: table;
  margin: -14px auto 0;
  padding: 0;
  position: relative;
}

.MWl-site-details ul li {
  border-radius: 100px;
  color: #ffffff;
  display: inline-block;
  float: none;
  font-size: 12px;
  margin-right: 8px;
  padding: 0;
  width: auto;
}

.MWl-site-details ul li:nth-last-child(1) {
  margin-right: 0;
}

.MWl-site-details ul li.MWl-language {
  background: #0087be none repeat scroll 0 0;
  border: medium none;
  padding: 3px 6px;
}

.MWl-site-details ul li.MWl-lock {
  background: #00a84e none repeat scroll 0 0;
  border: 1px solid #00a84e;
  font-size: 10px;
  height: 21px;
  line-height: 19px;
  text-align: center;
  width: 21px;
}

.MWl-site-details ul li.MWl-share {
  background: #35b7f3 none repeat scroll 0 0;
  border: 1px solid #35b7f3;
  font-size: 10px;
  height: 21px;
  line-height: 19px;
  text-align: center;
  width: 21px;
}

.MWL-web-name {
  color: #35b7f3;
  margin-top: 14px;
  text-align: center;
}

.MWL-list li:nth-child(4n+4) {
  margin-right: 0;
}

.MWL-web-box.add-web .MWL-web {
  background: #273c75 none repeat scroll 0 0;
  display: inline-block;
  height: 180px;
  width: 100%;
}

.MWL-web-box.add-web .MWL-web .MWLB-btn {
  background: #3d5083 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 31px;
  height: 70px;
  left: 0;
  text-align: center;
  width: 70px;
}

.MWL-web-box.add-web .MWL-web .MWLB-btn i {
  margin-right: 0;
}

.MWL-web-box.add-web {
  display: inline-block;
  width: 100%;
}

.MWL-web-box.add-web .MWL-web-name {
  margin-top: 16px;
}

.MWL-web-box.add-web .MWL-web .MWL-manage-btn {
  display: block;
}

.MWl-site-details ul li.MWl-language.mag-lan {
  background: #f46f25 none repeat scroll 0 0;
}

.MWl-site-details ul li.MWl-language.joom-lang {
  background: #f9a541 none repeat scroll 0 0;
}

.MWl-site-details ul li.MWl-language i {
  margin-right: 5px;
}

.MWl-site-details ul li.MWl-lock.red {
  background: #e74c3c none repeat scroll 0 0;
  border-color: #e74c3c;
}

.WCS-no-cat {
  display: inline-block;
  width: 570px;
}

.WCS-no-cat .WCS-cat-btn {
  background: #fafafa none repeat scroll 0 0;
  border: 2px dashed #e6e6e6;
  font-size: 18px;
  padding: 70px 0;
  width: 100%;
}

.WCS-no-cat .WCS-cat-btn p {
  color: #727272;
  margin-bottom: 0;
  margin-top: 25px;
}

.Add-cat-popup {
  width: 370px;
}

.Add-cat-popup .modal-content {
  padding: 5px 5px 0;
}

.cus-modal .modal-header h4 .la.la-plus-circle {
  color: #35b7f3;
  float: left;
  font-size: 20px;
  margin-right: 10px;
}

.PPH-plan .btn-center a:hover {
    border: 2px solid #35b7f3;
}

.cus-modal .modal-header {
  margin-bottom: 0;
}

.WCSS-area-list {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 40px;
  min-height: 432px;
  padding: 20px 0 0 20px;
  width: 100%;
}
.WCSS-area-head .WCS-area-edit {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #88a2ae;
  display: inline-block;
  font-size: 20px;
  padding-left: 0;
}

.WCSS-area-count {
  background: #35b7f3 none repeat scroll 0 0;
  border-radius: 100px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  margin-left: 8px;
  text-align: center;
  width: 24px;
}

.WCSS-area-head {
  display: inline-block;
  margin-bottom: 22px;
  width: 100%;
}

.WCSS-area-list .owl-pagination .owl-page span {
  background: #d5d5d5 none repeat scroll 0 0 !important;
  border-radius: 100px !important;
  height: 9px !important;
  margin-right: 8px;
  width: 9px !important;
}

.WCSS-area-list .owl-pagination .owl-page.active span{
  background: #35b7f3 none repeat scroll 0 0 !important;
}

.WCSS-area-list .WCSS-web-list {
  margin-bottom: 24px;
}

.WCSS-area-list .owl-pagination {
  bottom: -13px;
  display: block !important;
  left: 0;
  position: absolute;
  right: 0;
}

.WCSS-area-list .WCSS-web-list .MWL-web-name {
  font-size: 12px;
  margin-top: 6px;
}

.WCSS-area-list .WCSS-web-list .MWL-web-box:hover .MWL-web::before {
  opacity: 1;
  top: 0;
}

.WCSS-area-list .WCSS-web-list .MWL-web-box:hover .MWL-web .MWL-manage-btn {
  display: block;
  transition: all 0.3s ease 0s;
}

.WCSS-add-site .WCSS-AS-btn {
  background: #ffffff none repeat scroll 0 0;
  border: 1px dashed #ebebeb;
  height: 149px;
  width: 100%;
}

.WCSS-add-site .WCSS-AS-btn img {
  display: table;
  height: 40px;
  margin: 0 auto 13px;
  width: 40px;
}

.WCSS-add-site .WCSS-AS-btn p {
  color: #727272;
  font-size: 16px;
}

.WCSS-area-list .WCSS-web-list .MWL-web img {
  height: 149px;
}

.WCSS-area-list .WCSS-add-site.WCSS-one-coll {
  display: table;
  height: 396px;
  margin: 0 auto;
}

.WCS-ver-box {
  display: table-cell;
  vertical-align: middle;
  width: 239px;
}

.WCSS-area-list .owl-carousel .item {
  margin-right: 24px;
}

.modal-dialog.full_popup {
  height: 100%;
  margin: 0;
  width: 100%;
}

.modal-dialog.full_popup .modal-content {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  height: 100%;
}

.full-pop-head .progress {
  background: #f3f3f3 none repeat scroll 0 0;
  border-radius: 0;
  box-shadow: none;
  float: none;
  height: 6px;
  left: 50%;
  position: absolute;
  top: 27px;
  transform: translate(-50%);
  width: 470px;
}


.full-pop-logo {
  float: left;
  width: 139px;
}

.full-pop-logo img {
  height: 30px;
}

.full-pop-head .progress .progress-bar-success {
  background-color: #35b7f3;
}

.full-pop-head .close {
  color: #f93535;
  font-size: 26px;
  opacity: 1;
}

.FP-pro-nav {
  display: none;
  opacity: 0;
}

.VPB-box {
  display: table;
  margin: 0 auto;
  width: 470px;
}

.verticle-pop-box {
  display: table;
  height: calc(100vh - 92px);
  width: 100%;
}

.VPB-cont {
  display: table-cell;
  vertical-align: middle;
}

.VPBB-head h2 {
  font-size: 34px;
  font-weight: 300;
  margin-bottom: 19px;
  text-align: center;
}

.VPBB-head h5 {
  color: #414141;
  font-size: 18px;
  font-weight: normal;
  margin-top: 0;
  text-align: center;
}

.VPBB-head p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}

.VPB-chekbox .form-control {
  border: medium none;
  box-shadow: none;
  padding: 0;
}

.VPB-chekbox .form-control .checkbox label {
  padding-left: 0;
}

.VPB-chekbox .form-control .checkbox label span.cr {
  margin-right: 14px;
  margin-top: 0;
}

.VPB-prev-btn {
  left: 17%;
  position: absolute;
  top: 50%;
}

.VPB-prev.prev {
  background: rgba(0, 0, 0, 0) url("../img/back-arrow-bg.png") no-repeat scroll 0 0;
  color: #35b7f3;
  display: inline-block;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: 60px;
}

.VPB-prev.prev:hover {
	background: url(../img/back-arrow-bg-active.png) no-repeat;
	transition: all 0.3s;
}

.full_popup .modal-body {
  padding: 0;
}

.FP-full-bg {
  background: #ffffff none repeat scroll 0 0;
  padding: 15px;
}

.VPB-box .full-btn-area {
  margin-top: 20px;
}

.VPB-box .full-btn-area .full-btn {
  font-size: 16px;
  text-transform: capitalize;
}

.form-group.cus-protext.VPB-pass {
  position: relative;
}

.form-group.cus-protext.VPB-pass .copyiInput {
  color: #88a2ae;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 11px;
  top: 24px;
}

.VPB-refresh {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
  color: #414141;
  font-size: 24px;
  margin-top: -12px;
  padding: 0;
  position: absolute;
  right: -43px;
  top: 50%;
}

.tooltip-inner {
    max-width: 200px;
    padding: 14px;
    color: #727272;
    box-shadow: 0 2px 10px rgba(231,76,60,.15);
    text-align: left;
    border: solid 1px #f7cdc9;
    background-color: #fff;
    border-radius: 0px;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #f7cdc9;
}

/*.form-group.cus-protext.info-tool .tooltip-arrow {
    left: 10% !important;
}

.form-group.cus-protext.info-tool .tooltip {
    left: -14.7188px !important;
}*/

.form-group.cus-protext.info-tool i {
  color: #ec5636;
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 29px;
}

.form-group.cus-protext.info-tool .form-control {
  padding-right: 40px;
}

.modal-dialog.full_popup.AS-under-process .tab-content {
  display: none;
}

.modal-dialog.full_popup.AS-under-process .full-pop-head .progress {
  display: none;
}

.add-site-progress {
  display: table;
  margin: 0 auto;
}

.site-upload-done {
  display: table;
  margin: 0 auto;
  text-align: center;
}

.SUD-check {
  border: 4px solid #35b7f3;
  border-radius: 100px;
  height: 196px;
  line-height: 196px;
  margin: 0 auto;
  width: 196px;
}

.site-upload-done h3 {
  color: #414141;
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 30px;
}

.SUD-bottom-btn ul {
  list-style-type: none;
  padding: 0;
}

.SUD-bottom-btn ul li {
  display: inline-block;
  margin-right: 30px;
}

.SUD-bottom-btn ul li:nth-last-child(1) {
  margin-right: 0;
}

.SUDB-button {
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  color: #35b7f3;
  display: inline-block;
  font-size: 14px;
  padding: 14px 15px;
  text-decoration: none;
  transition: all 0.3s;
}

.SUDB-button:hover {
  background: #35b7f3;
  color: #fff;
  border-color: #35b7f3;
  text-decoration: none;
  transition: all 0.3s;
}

	

/*my website css end*/


/*sms service css Start*/
.SRB-tab-add-pop {
  position: relative;
}

.pop-add-btn-area {
  background: #ffffff none repeat scroll 0 0;
  bottom: -25px;
  padding-left: 20px;
  position: absolute;
  right: 0;
}

.pop-add-btn {
  background: #35b7f3 none repeat scroll 0 0;
  border: medium none;
  border-radius: 100px;
  color: #ffffff;
  font-size: 22px;
  height: 50px;
  width: 50px;
}

.cus-box-area {
  border: 1px solid #ebebeb;
  border-radius: 4px;
}

.CBA-head {
  background: #fafafa none repeat scroll 0 0;
  border-bottom: 1px solid #ebebeb;
  border-radius: 3px 5px 0 0;
  display: inline-block;
  padding: 15px;
  width: 100%;
}

.CBA-left {
  color: #414141;
  float: left;
  font-size: 18px;
}

.CBA-right {
  color: #35b7f3;
  float: right;
  font-size: 14px;
  font-weight: 500;
  margin-top: 3px;
}

.CMC-form {
  padding: 15px 14px 5px 15px;
}

.sms-box .VPB-chekbox .checkbox {
  margin-bottom: 0;
  margin-top: 0;
}

.sms-box .VPB-chekbox {
  margin-bottom: 10px;
}

.sms-box .cus-box-area .full-btn {
  font-size: 14px;
  text-transform: capitalize;
}

.SMS-det-list ul {
  list-style-type: none;
  padding: 0;
}

.SMS-det-list li {
  border-right: 1px solid #ebebeb;
  float: left;
  padding-bottom: 10px;
  padding-left: 53px;
  padding-top: 10px;
  position: relative;
  width: 49%;
}

.SMS-det-list li:nth-last-child(1) {
  border-right: medium none;
  padding-left: 75px;
}

.SMS-det-list li:nth-last-child(1) .SMSD-icon {
  left: 20px;
}

.SMS-det-list {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 20px;
  padding: 15px;
  width: 100%;
}

.SMSD-icon {
  color: #e1e1e1;
  font-size: 45px;
  left: 0;
  position: absolute;
  top: 13px;
}

.SMSD-det h2 {
  color: #29b6f6;
  font-size: 32px;
  margin-bottom: 0;
  margin-top: 0;
}

.SMSD-cont span {
  color: #414141;
  float: left;
  font-size: 14px;
}

.SMSD-cont .TDSL-dropi-area select {
  border-bottom: 1px solid #35b7f3;
  color: #35b7f3;
  margin-left: 7px;
}

.SMSP-head {
  display: inline-block;
  width: 100%;
}

.SMSD-cont {
  margin-top: 7px;
}

.SMS-plan {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding: 20px 15px;
}

.SMSP-left {
  float: left;
}

.SMSP-left i {
  color: #35b7f3;
  font-size: 18px;
  margin-right: 10px;
}

.SMSP-left span {
  color: #414141;
  font-size: 16px;
}


.SMSP-right .cus-btn {
  font-size: 14px;
  padding: 5px 15px;
}

.SMS-plan-det p {
  color: #727272;
  font-size: 14px;
  margin-top: 11px;
}

.SMSP-det-cont {
  display: inline-block;
  width: 100%;
}

.SMSP-left {
  float: left;
}

.SMSP-det-left {
  float: left;
  font-weight: 500;
}

.SMSP-right {
  float: right;
}

.SMSP-det-right {
  float: right;
}

.SMSP-footer {
  display: inline-block;
  margin-top: 16px;
  width: 100%;
}

.SMSP-footer a {
  color: #35b7f3;
  font-size: 14px;
}

.SMSP-det-right ul {
  list-style-type: none;
  padding: 0;
}

.SMSP-det-right ul li {
  border-right: 1px solid #727272;
  color: #727272;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding-left: 8px;
  padding-right: 8px;
}

.SMSP-det-right ul li:nth-last-child(1) {
  border-right: medium none;
  padding-right: 0;
}

.SMSP-det-right li span {
  color: #35b7f3;
}

.SMSD-cont .TDSL-dropi-area::before {
  color: #35b7f3;
  content: "";
  font-family: FontAwesome;
}

.cus-modal.SS-pop {
  width: 370px;
}

.SSB-date {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
}

.SSB-date-area {
  border-right: 1px solid #ebebeb;
  float: left;
  padding: 10px;
  text-align: center;
  width: 33.33%;
}

.SSB-date-area .TDSL-dropi-area {
  display: table;
  float: none;
  margin: 0 auto;
}

.SSB-date-area:nth-last-child(1) {
  border-right: 0 none;
}

.SSB-date-area .TDSL-dropi-area::before {
  color: #bababa;
  content: "";
  font-family: FontAwesome;
}

.SSB-time {
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 30px;
  text-align: center;
  width: 100%;
}

.SSB-time ul {
  display: table;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}

.SSB-time li {
  display: inline-block;
  position: relative;
  width: 16%;
}

.SSB-time li:nth-child(1)::before {
  color: #757580;
  content: "";
  font-family: LineAwesome;
  font-size: 16px;
  position: absolute;
  right: -9px;
  top: 50%;
  transform: translateY(-50%);
}

.SSB-time li input {
  border: medium none;
  color: #757580;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

.SSBT-up-arrow, .SSBT-up-down {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #aaaaaa;
  font-size: 14px;
}

.PTTH-right.search-logs {
  text-align: right;
  width: 132px;
}

.PTTH-left.show-entry span {
  color: #727272;
  float: left;
  font-size: 14px;
  margin-right: 12px;
  margin-top: 2px;
}

.PTTH-left.show-entry .TDSL-dropi-area {
  border: 1px solid #ebebeb;
  border-radius: 200px;
  float: left;
  font-size: 12px;
  margin-right: 12px;
  padding: 2px 6px;
}

.PTTH-left.show-entry .TDSL-dropi-area::before {
  content: "";
  font-family: FontAwesome;
  right: 7px;
}

.PTTH-left.show-entry .TDSL-dropi-area select {
  display: inline-block;
  padding-right: 8px;
}

.table-auto-adjust .checkbox {
  float: left;
  margin: 0;
}

.table-auto-adjust .checkbox label {
  padding-left: 0;
}

.table-auto-adjust .checkbox label .cr {
  margin-right: 12px;
  margin-top: 0;
}

.table-auto-adjust thead th:nth-last-child(1) {
  text-align: right;
}

.table-auto-adjust tbody td:nth-last-child(1) {
  text-align: right !important;
}

.short-tab-row {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #88a2ae;
  font-size: 14px;
  margin-left: 4px;
  padding: 0;
}

.PT-user-sec .logs-mail tbody tr td i.la.la-envelope {
  color: #88a2ae;
  font-size: 16px;
  margin-right: 8px;
}
/*sms service css end*/



/*Virtual chat css Start*/
.VCA-head {
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
}

.VCAH-dropi {
  float: left;
}

.VCAH-dropi {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding: 15px;
}

.cust-chat-box {
  display: inline-block;
  width: 100%;
}

.CCB-head {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  border-radius: 4px 4px 0 0;
  float: left;
  padding: 15px;
  width: 100%;
}

.CCBH-left {
  float: left;
  padding-left: 75px;
  position: relative;
}

.CCBHL-img {
  left: 0;
  position: absolute;
  top: 0;
}

.CCBHL-img img {
  border-radius: 100px;
  height: 60px;
  width: 60px;
}

.CCBHL-det h4 {
  color: #414141;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.CCBHL-det p {
  color: #979797;
  font-size: 12px;
  margin-top: 6px;
}

.CCBH-right {
  float: right;
  margin-top: 13px;
}

.CCBH-right ul {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}

.CCBH-right ul li {
  float: left;
  margin-left: 16px;
}

.CCBH-right ul li .CCBHR-btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #88a2ae;
  font-size: 24px;
  padding: 0;
}

.CCBH-right ul li.active .CCBHR-btn, .CCBH-right ul li .CCBHR-btn:hover {
  color: #35b7f3;
}

.CCB-body {
  border: 1px solid #ebebeb;
  float: left;
  margin-top: -1px;
  width: 100%;
}

.CCB-chat-list li {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
}

.CCBC-box {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 25px 25px 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08), 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  float: right;
  margin-right: 20px;
  padding: 20px;
  position: relative;
  width: 75%;
}
	
.CCBCB-profile {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.CCBCB-profile img {
  border-radius: 100px;
  height: 40px;
  width: 40px;
}

.CCBCB-message {
  color: #727272;
  font-size: 13px;
  line-height: 20px;
  padding-right: 60px;
  text-align: right;
}

.CCB-chat-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.CCBCB-date {
  color: #aaaaaa;
  display: inline-block;
  font-size: 12px;
  margin-top: 7px;
  padding-right: 20px;
  text-align: right;
  width: 100%;
}

.other .CCBC-box {
  background: #fafafa none repeat scroll 0 0;
  border-radius: 25px 25px 25px 0;
  float: left;
  margin-left: 20px;
}

.other .CCBCB-date {
  padding-left: 20px;
  text-align: left;
}

.CCB-footer {
  border: 1px solid #ebebeb;
  border-radius: 0 0 4px 4px;
  float: left;
  margin-top: -1px;
  padding: 15px;
  position: relative;
  width: 100%;
}

.CCBF-img {
  left: 15px;
  position: absolute;
  top: 15px;
}

.CCBF-img img {
  border-radius: 100px;
  height: 40px;
  width: 40px;
}

.CCBF-message {
  padding-left: 60px;
  padding-right: 154px;
}

.CCBF-text {
  border: medium none;
  height: 35px;
  margin-top: 9px;
  resize: none;
  width: 100%;
}

.CCBF-right {
  position: absolute;
  right: 15px;
  top: 15px;
}

.CCBF-right ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.CCBF-right li {
  float: left;
}

.CCBF-right li .fileUpload {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #88a2ae;
  font-size: 24px;
  line-height: normal;
  margin: 10px 0 0;
  padding: 0;
}

.CCBF-right li .CCBFR-btn {
  background: #35b7f3 none repeat scroll 0 0;
  border: 1px solid #35b7f3;
  border-radius: 10px 10px 10px 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  margin-left: 15px;
  padding: 10px 32px;
  transition: all 0.3s ease 0s;
}

.CCBF-right li .CCBFR-btn:hover {
  color: #35b7f3;
  background: transparent;
}

.CCB-chat-list {
  height: 410px;
}

.online-vis-box {
  display: inline-block;
  width: 100%;
}

.OVB-head {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  border-radius: 4px 4px 0 0;
  color: #414141;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 34px 20px;
  width: 100%;
}

.OVB-map {
  border: 1px solid #ebebeb;
  border-radius: 0 0 4px 4px;
  float: left;
  height: 488px;
  margin-top: -1px;
  width: 100%;
}

.OVB-map img {
  border-radius: 0 0 4px 4px;
  height: 488px;
  width: 100%;
}

.table-auto-adjust.visi-online-table thead th {
    font-size: 14px;
    padding: 20px 14px !important;
    text-transform: capitalize;
}

.table-auto-adjust.visi-online-table thead th .VO-pin {
  color: #88a2ae;
  font-size: 24px;
  line-height: 0;
}

.VO-ref {
  margin-bottom: 6px;
}

.VO-ref strong {
  font-weight: 500;
}

.VO-noti {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #88a2ae;
  font-size: 20px;
  padding: 0;
}

.visi-online-box h3 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 18px;
}

.visi-online-box {
  margin-top: 40px;
}

.VCA-head .PLT-nested-tab {
  float: left;
  margin-left: 30px;
  padding: 0;
}

.VCA-head .PLT-nested-tab .nav-tabs {
  border: 1px solid #dddddd;
  border-radius: 4px;
}

.VCA-head .PLT-nested-tab .nav-tabs li {
  border-right: 1px solid #dddddd;
  margin-left: 0 !important;
}

.VCA-head .PLT-nested-tab .nav-tabs li:nth-last-child(1) {
  border-right: medium none;
}

.VCA-head .PLT-nested-tab .nav-tabs li a {
  color: #727272;
  padding: 15px 20px;
}

.CHBF-list {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 0 30px;
  position: relative;
}

.CHBFL-icon {
  background: #dbf0f9 none repeat scroll 0 0;
  border-radius: 100px;
  color: #35b7f3;
  font-size: 42px;
  height: 79px;
  line-height: 79px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 79px;
}

.CHBFL-cont {
  display: table;
  padding-left: 100px;
  width: 100%;
  height: 130px;
}

.CHBFL-ver {
  display: table-cell;
  vertical-align: middle;
}

.CHBFL-cont h2 {
  color: #29b6f6;
  font-size: 44px;
  font-weight: 100;
  line-height: 32px;
  margin-bottom: 9px;
  margin-top: 0;
}

.CHBFL-ver p {
  color: #414141;
  font-size: 14px;
  margin-bottom: 0;
}

.CHBF-list.red-CHBF .CHBFL-icon {
  background: #f9dfdd none repeat scroll 0 0;
  color: #f44336;
}

.CHBF-list.red-CHBF .CHBFL-cont h2 {
  color: #f44336;
}

.CHBF-list.green-CHBF .CHBFL-icon {
  background: #e0efe1 none repeat scroll 0 0;
  color: #4caf50;
}

.CHBF-list.green-CHBF .CHBFL-cont h2 {
  color: #4caf50;
}

.CHBF-list.orange-CHBF .CHBFL-icon {
  background: #fbebd5 none repeat scroll 0 0;
  color: #ff9800;
}

.CHBF-list.orange-CHBF .CHBFL-cont h2 {
  color: #ff9800;
}

.CHB-feature {
  margin-bottom: 30px;
}

.VC-note-btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #88a2ae;
  font-size: 18px;
  padding: 0;
}

.CHBFL-ver.CHdays h2 {
  font-size: 26px;
}

.cus-boxHead {
  border: 1px solid #dddddd;
  border-radius: 4px;
}

.cusBH-head {
  background: #fafafa none repeat scroll 0 0;
  border-bottom: 1px solid #dddddd;
  border-radius: 4px 4px 0 0;
  color: #414141;
  font-size: 18px;
  padding: 18px 25px;
}

.CHCM-map {
  height: 340px;
  width: 100%;
}
.CHCM-map img {
  border-radius: 0 0 4px 4px;
  height: 340px;
  width: 100%;
}

.CH-static {
    margin-top: 60px;
}

.CHS-head {
  display: inline-block;
  width: 100%;
}

.CHSH-left {
  color: #414141;
  float: left;
  font-size: 24px;
}

.CHSH-right {
  float: right;
}

.CHCHR-filert {
  border: 1px solid #dddddd;
  border-radius: 4px;
  float: left;
  padding: 8px 15px;
}

.CHCHR-date {
  float: left;
  margin-left: 30px;
}

.CHCHR-date .CHCHR-filert {
  border-radius: 0;
  margin-left: -1px;
}

.CHCHR-date .CHCHR-filert:nth-child(1) {
  border-radius: 3px 0 0 4px;
}

.CHCHR-date-picker {
  border: 1px solid #dddddd;
  border-radius: 0 3px 3px 0;
  color: #88a2ae;
  float: left;
  font-size: 20px;
  margin-left: -1px;
  padding: 3.5px 11px;
}

.CHS-graph {
  border: 1px solid #dddddd;
  border-radius: 4px;
  margin-top: 30px;
}

.CHS-graph-box {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}

.CHSG-img {
  padding: 10px;
}

.CHSG-img img {
  width: 100%;
}

.CHSG-head {
  border-bottom: 1px solid #dddddd;
  display: inline-block;
  padding: 10px 20px;
  width: 100%;
}

.CHSGH-left {
  color: #727272;
  float: left;
  margin-top: 6px;
}

.CHSGH-right {
  float: right;
}

.CHSGH-right .btn-group .btn.btn-default {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #88a2ae;
  font-size: 24px;
  padding: 0;
}


.btn.active, .btn:active {
  box-shadow:none;
}

.CHSGH-right .dropdown-menu {
  left: -80px;
  min-width: 96px;
  padding: 0;
  top: 77%;
}

.CHSGH-right .dropdown-menu li a {
  padding: 6px 10px;
}


/*Virtual chat css End*/



/*vps-and-invoice css Start*/
.CCS-head {
  margin-bottom: 30px;
}

.CCS-head p {
  color: #999999;
  font-size: 14px;
}

.CCS-head h3 {
  color: #414141;
  font-size: 23px;
  font-weight: normal;
  margin-top: 0;
}

.CCS-tab-area .nav-tabs {
  border: medium none;
}

.CCS-tab-area .PLT-nested-tab {
  margin-bottom: 20px;
  padding: 0;
}

.CCS-tab-area .nav-tabs li {
  margin-left: 0 !important;
  margin-right: 30px !important;
}

.CCS-check-box {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.CCS-check {
    padding: 27px 15px;
}

.CCS-check-img {
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.CCS-check-cont {
  padding-left: 70px;
}

.CCS-check-cont h4 {
  color: #414141;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 7px;
  margin-top: 0;
}

.CCS-check-cont p {
  color: #999999;
  font-size: 14px;
  margin-bottom: 0;
}

.CCS-check-box.selected h4, .CCS-check-box.selected p {
  color: #35b7f3;
}

.CCS-check-box.selected .PLS-check {
  display: block;
  left: -12px;
  right: initial;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.CCS-check-img.CCS-click-img {
  display: none;
}

.CCS-check-box.selected .CCS-check-img.CCS-click-img {
  display: block;
}

.CCS-check-box.SSize {
  text-align: center;
}

.server-seze-cont h4 {
  color: #414141;
  font-size: 14px;
  font-weight: normal;
}

.server-seze-cont h3 {
  color: #35b7f3;
  font-size: 24px;
  margin-top: 0;
}

.SSC-sep {
  background: #ebebeb none repeat scroll 0 0;
  display: inline-block;
  height: 1px;
  margin: 14px 0 20px;
  width: 100%;
}

.CCS-check-box.SSize.Server-size.selected .SSC-sep {
    background: #35b7f3;
}

.CCS-check-box.SSize.selected .PLS-check {
  left: 50%;
  margin-left: -11px;
}

.CCS-check-box.SSize .server-seze-cont p {
  color: #727272;
  font-size: 14px;
}

.CCS-check-box.SSize.selected h4 {
  color: #414141;
}

.CCS-check-box.SSize.selected p {
  color: #727272;
}

.VPB-chekbox .checkbox span {
  color: #35b7f3;
}

.VI-input .fileUpload {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px dashed #dbdbdb;
    color: #727272;
    font-size: 16px;
    padding: 34px 60px;
    margin-left: 0;
}

.VI-input .fileUpload img {
  margin-right: 26px;
}

.VI-input .fileUpload:active:hover{
  background-color: transparent;
  color: #727272;
}

.VPS-fixed {
  background: #ffffff none repeat scroll 0 0;
  bottom: 0;
  box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.05);
  left: 0;
  padding: 15px 30px;
  position: absolute;
  right: 0;
  width: 100%;
}

.SR-box-details.VPSMain-box {
  margin-bottom: 160px;
}

.number-style input{

    display: inline-block;
    width: 30px;
    vertical-align: middle;
    text-align: center;
    border: none;
    font-size: 15px;
    color: #000000;

}

.number-style span{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 10px;
    cursor: pointer;
}

.number-style span.number-minus{
    border: 2px solid #fe0021;
}

.number-style span.number-minus::after{

    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -5px;
    width: 10px;
    height: 2px;
    background-color: #fe0021;
}

.number-style span.number-plus{
    border: 2px solid #00fe02;
}

.number-style span.number-plus::after{

    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -5px;
    width: 10px;
    height: 2px;
    background-color: #00fe02;
}

.number-style span.number-plus::before{

    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -1px;
    width: 2px;
    height: 10px;
    background-color: #00fe02;
}

.number-style span.disabled{
    border: 2px solid #a4a3a0;
}

.number-style span.disabled::after,
.number-style span.disabled::before{

    background-color: #a4a3a0;

}

.number-style input[type='number'] {
    -moz-appearance:textfield;
}

.number-style input::-webkit-outer-spin-button,
.number-style input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.quantity_box p {
  color: #9a9a9a;
  font-size: 14px;
}

.quantity_box .number-style {
  border: 1px solid #dddddd;
  padding: 16px 3px;
}

.quantity_box .number-style span {
  border: medium none;
  color: #b5b5b5;
}

.quantity_box .number-style span.number-plus::after, .quantity_box .number-style span.number-plus::before, .quantity_box .number-style span.number-minus::after {
  background-color: #b5b5b5;
}

.quantity_box {
  float: left;
}

.VPSFL-summ {
  float: left;
  margin-left: 60px;
  margin-top: 9px;
}	

.VPSFL-summ p {
  color: #9a9a9a;
  font-size: 14px;
}

.VPSFL-summ h3 {
  color: #35b7f3;
  font-size: 24px;
  margin-bottom: 0;
}

.VPSFL-summ h3 label {
  font-size: 16px;
  font-weight: normal;
}

.VPSFL-summ h3 span {
  color: #b5b5b5;
  font-size: 16px;
  font-weight: normal;
}

.VPS-right {
  float: right;
  margin-top: 10px;
}

.VPS-right .full-btn {
  font-size: 15px;
  padding: 15px 21px;
  text-transform: capitalize;
}

.MI-data {
  display: inline-block;
  margin-bottom: 40px;
  width: 100%;
}

.MI-data .MID-left {
  float: left;
  margin-right: 110px;
}

.MI-data .MID-left p {
  color: #727272;
  font-size: 15px;
  margin-bottom: 0;
}

.MI-data .MID-left h3 {
  font-size: 34px;
  font-weight: normal;
  margin-top: 16px;
}

.modal-dialog.invoice-pop {
  width: 830px;
}

.modal-dialog.invoice-pop .modal-content {
  border-radius: 0;
}

.IPS-head {
  display: inline-block;
  margin: 50px -15px 0;
  width: 100%;
}

.IPSH-left {
  background: #35b7f3 none repeat scroll 0 0;
  float: left;
  padding: 25px;
  width: 50%;
}

.IPSH-left .IPSHL-logo img {
  height: 35px;
}

.IPSH-right {
  float: left;
  width: 50%;
}

.IPSH-right h3 {
  color: #aaaaaa;
  font-size: 70px;
  font-weight: 300;
  letter-spacing: 11px;
  line-height: normal;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.IPS-top {
  display: inline-block;
  padding: 20px;
  width: 100%;
}

.IPST-left {
  float: left;
}

.IPST-left h3 {
  color: #414141;
  font-size: 18px;
  font-weight: 500;
}

.IPST-left h4 {
  color: #414141;
  font-size: 15px;
  margin-top: 25px;
}

.IPST-left p {
  color: #727272;
  font-size: 14px;
  margin-top: 13px;
}

.IPSTR-cont li {
  color: #414141;
  font-weight: 500;
  margin-bottom: 12px;
}

.IPSTR-cont li span {
  color: #727272;
  float: right;
  text-align: right;
  width: 120px;
  font-weight: normal;
}

.IPST-right {
  float: right;
}

.IPSTR-cont ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.IPS-tab {
  padding: 20px;
}

.IPS-tab .PT-user-sec thead th {
  font-weight: 500;
  text-transform: capitalize;
  background: #f2f2f2;
}

.IPS-footer {
  display: inline-block;
  padding: 0 20px;
  width: 100%;
}

.IPSF-left {
  float: left;
}

.IPSF-right {
  float: right;
}

.IPSF-left h3 {
  color: #414141;
  font-size: 18px;
  margin-bottom: 23px;
}

.IPSF-left h4 {
  color: #414141;
  font-size: 14px;
  margin-bottom: 17px;
}

.IPSF-left p {
  color: #727272;
  font-size: 14px;
  margin-bottom: 24px;
}

.IPSF-left p.IPS-email {
  margin-bottom: 7px;
}

.IPSF-total {
  background: #35b7f3 none repeat scroll 0 0;
  margin-left: -30px;
  margin-right: -35px;
}

.IPSF-total .IPSTR-cont {
  padding: 14px 30px;
}

.IPSF-total li {
  color: #ffffff;
  margin-bottom: 0;
}

.IPSF-total li span {
  color: #ffffff;
  font-weight: 500;
}

.IP-btn-foot {
  margin-top: 20px;
  text-align: center;
}

.IP-btn-foot ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.IP-btn-foot ul li {
  display: inline-block;
  margin-right: 20px;
}

.IPB-btn {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  color: #414141;
  font-size: 14px;
  padding: 13px 14px;
}

.IPB-btn i {
  color: #999999;
  font-size: 18px;
  margin-right: 12px;
}

/*vps-and-invoice css End*/



/*SSL certificated css Start*/
.SSL-domin-det {
  display: inline-block;
  float: left;
  padding: 0 30px;
  text-align: left;
  width: 100%;
}

.SSL-domin-det ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 60%;
}

.SSL-domin-det li {
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}

.SSL-domin-det li .SSLDD-left {
  color: #414141;
  float: left;
  font-size: 14px;
  width: 50%;
}

.SSL-domin-det li .SSLDD-right {
  color: #727272;
  float: left;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.SSL-domin-det li:nth-last-child(1) {
  margin-bottom: 0;
}

.empty-ssl-box h4 {
  color: #414141;
  font-size: 20px;
  font-weight: 100;
  line-height: 32px;
  margin-bottom: 30px;
  width: 67%;
}

.empty-ssl-box {
  width: 30%;
}

.empty-ssl-box .full-btn-area .full-btn {
  font-size: 16px;
  text-transform: capitalize;
}

.page-head-right.ssl-top-right .short-by {
  float: left;
}

.CLA-box {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 15px;
  text-align: center;
}

.CLA-box h3 {
  color: #414141;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 30px;
}

.CLA-box h4 {
  color: #35b7f3;
  font-size: 24px;
  font-weight: normal;
}

.CLA-box h4 span {
  color: #727272;
  font-size: 14px;
}	

.CLA-box h5 {
  color: #727272;
  font-size: 15px;
  font-weight: normal;
  height: 19px;
}

.CLA-dropi {
  display: inline-block;
  margin: 20px 0 13px;
  width: 100%;
}

.CLA-dropi .TDSL-dropi-area select {
  background: #ffffff none repeat scroll 0 0 !important;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 11px 8px;
  width: 100%;
}

.CLA-dropi .TDSL-dropi-area {
  width: 100%;
}

.CLA-dropi .TDSL-dropi-area::before {
  right: 11px;
  top: 13px;
}

.CLA-box p {
  color: #727272;
  font-weight: 100;
}

.CLA-box .full-btn-area .full-btn {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 10px 0;
  text-transform: capitalize;
}

.CLA-dropi.CLAD-two .TDSL-dropi-area {
  width: 50%;
}

.CLA-dropi.CLAD-two .CLAD-qty {
  float: right;
  width: 40%;
}

.CLA-dropi.CLAD-two .CLAD-qty .quantity_box p {
  font-size: 12px;
  line-height: normal;
  margin-bottom: 3px;
  margin-top: -4px;
  text-align: left;
}

.CLA-dropi.CLAD-two .CLAD-qty .quantity_box .number-style span {
  margin: 0;
}

.CLA-dropi.CLAD-two .CLAD-qty .quantity_box .number-style input {
  font-size: 12px;
}

.CLA-dropi.CLAD-two .CLAD-qty .quantity_box .number-style {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 4px;
  padding: 3px 4px;
}

.price-text {
  color: #35b7f3 !important;
  font-weight: 600;
}

.cart-pop-sec {
  margin: 20px auto 0;
  width: 1000px;
}

.CPSH-left {
  color: #414141;
  float: left;
  font-size: 18px;
  margin-bottom: 22px;
}

.CPSH-right {
  float: right;
}

.CP-qty .quantity_box .number-style {
  border-radius: 100px;
  padding: 2px 0 2px 4px;
  width: 70px;
}

.CP-qty .quantity_box .number-style span {
  margin: 0;
}

.CP-qty .quantity_box .number-style input {
  color: #727272;
  font-size: 13px;
  width: 22px;
}

.CP-qty .quantity_box .number-style .number-plus::before {
  content: initial;
}

.CP-qty .quantity_box .number-style .number-plus::after {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #727272;
  content: "";
  font-family: FontAwesome;
  margin-left: -2px !important;
  top: 0;
}

.CP-qty .quantity_box .number-style .number-minus::after {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #727272;
  content: "";
  font-family: FontAwesome;
  top: 0;
}

.CP-dropi .TDSL-dropi-area select {
  border: 1px solid #dddddd;
  border-radius: 100px;
  font-size: 13px;
  margin-left: 6px;
  padding: 3px 24px 3px 8px;
}

.CP-dropi .TDSL-dropi-area::before {
  content: "";
  font-family: FontAwesome;
  right: 11px;
  top: 4px;
}

.CPF-footer span {
  color: #35b7f3;
  font-weight: 500;
  margin-left: 5px;
}

.CPF-footer {
  margin-top: 22px;
  text-align: right;
  margin-bottom: 100px;
}

.CPSH-right .CPSH-btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #727272;
  font-size: 15px;
}

.CPS-head {
  display: inline-block;
  width: 100%;
}

.full-btn.sm-btn {
  text-transform: capitalize;
}

/*SSL certificated css End*/

/*Web Monitor Start*/
.monitor-list-sec {
  border: 1px solid #dddddd;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
}

.MLS-head {
  background: #fafafa none repeat scroll 0 0;
  border-bottom: 1px solid #dddddd;
  border-radius: 4px 4px 0 0;
  font-size: 14px;
  padding: 15px;
}

.MLS-top {
  border-bottom: 1px solid #dddddd;
  display: inline-block;
  padding: 15px;
  width: 100%;
}

.MLST-left {
  float: left;
}

.MLST-left .TDSL-dropi-area::before {
  content: "";
  font-family: FontAwesome;
}

.MLST-left .TDSL-dropi-area select {
  font-size: 13px;
}

.MLST-right {
  float: right;
}

.MLST-time {
  color: #727272;
  float: left;
  font-size: 13px;
}

.MLST-time i {
  margin-right: 6px;
}

.MLST-count {
  color: #727272;
  float: left;
  font-size: 13px;
  margin-left: 20px;
}

.MLS-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.MLS-list li {
  border-bottom: 1px solid #dddddd;
  float: left;
  padding: 15px;
  width: 100%;
}

.MLSL-left {
  float: left;
  padding-left: 51px;
  position: relative;
}

.MLSL-pro {
  background: #4caf50 none repeat scroll 0 0;
  border-radius: 100px;
  color: #ffffff;
  font-size: 11px;
  left: 0;
  padding: 3px 8px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 46px;
}

.MLSL-left a {
  color: #727272;
}

.MLSL-left a span {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 100px;
  color: #727272;
  font-size: 12px;
  margin-right: 3px;
  padding: 3px 8px;
}

.MLSL-right {
  float: right;
}

.MLSLR-prog {
  background: #4caf50 none repeat scroll 0 0;
  border-radius: 100px;
  float: left;
  height: 6px;
  margin-top: 10px;
  width: 70px;
}

.MLSL-right .btn-group .btn.btn-default {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #88a2ae;
  font-size: 16px;
  margin-left: 15px;
  margin-top: 3px;
  padding: 0;
}

.MLS-list li:nth-last-child(1) {
  border-bottom: medium none;
}

.MLSL-right .btn-group .dropdown-menu li {
  padding: 0;
}

.MLSL-right .btn-group .dropdown-menu {
    min-width: 78px;
    left: -45px;
    max-width: 78px;
}

.MLSL-right .btn-group .dropdown-menu li a {
  padding: 6px 15px;
}

.MLS-list li.orange-bg .MLSL-pro, .MLS-list li.orange-bg .MLSLR-prog {
  background: #ff9800 none repeat scroll 0 0;
}

.MLS-list li.red-bg .MLSL-pro, .MLS-list li.red-bg .MLSLR-prog {
  background: #f44336 none repeat scroll 0 0;
}

.MRSMB-progress .circle-chart {
  display: table;
  height: 115px;
  margin: 0 auto;
  width: 112px;
}

.MRSMB-progress .circle-chart__background, .MRSMB-progress .circle-chart__circle {
  stroke-width: 2.6;
}

.MRSMB-cont {
  text-align: center;
}

.MRSMB-cont h4 {
  color: #414141;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 4px;
  margin-top: 25px;
}

.MRSMB-cont a {
  color: #b1b1b1;
  font-size: 12px;
}

.MRSMB-cont a:hover {
  color: #35b7f3;
}

.MRS-mode {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 35px 0;
  position: relative;
}

.MRDM-head {
  background: #fafafa none repeat scroll 0 0;
  border-left: 1px solid #dddddd;
  border-radius: 4px 4px 0 0;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  color: #b2b2b2;
  font-size: 12px;
  padding: 7px 9px;
  position: absolute;
  right: 0;
  top: -32px;
  z-index: 1;
}

.web_monitor-sec {
  margin-top: 40px;
}

.overall-box {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 15px 15px 5px;
}

.OB-head {
  border-bottom: 1px solid #dddddd;
  color: #414141;
  font-size: 16px;
  margin-bottom: 14px;
  padding-bottom: 12px;
}

.OB-cont p {
  color: #727272;
  font-size: 14px;
}

.OB-cont p span {
  color: #4caf50;
  font-weight: 500;
  margin-right: 5px;
}

.OB-head .fa.fa-arrow-circle-up {
  color: #4caf50;
  margin-right: 6px;
}

.OB-head .fa.fa-arrow-circle-down {
  color: #f44336;
  margin-right: 6px;
}

.overall-sec {
  display: inline-block;
  margin-top: 30px;
  width: 100%;
}

.event-monitor-sec {
  margin-top: 50px;
}

.event-monitor-sec h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 0;
}

.MLS-list.hover_scroll {
  height: 837px;
}

.modal-dialog.modal_pop-sec {
  width: 1170px;
}

.MPSB-left {
  border-right: 1px solid #dddddd;
  float: left;
  padding: 0 30px;
  width: 50%;
}

.MPSB_head {
  border-bottom: 1px solid #dddddd;
  color: #414141;
  font-size: 22px;
  margin-bottom: 40px;
  padding: 10px 0 20px;
}

.MPSB_head i {
  color: #35b7f3;
  float: left;
  font-size: 28px;
  margin-right: 15px;
}

.MPSB-form h3 {
  color: #35b7f3;
  font-size: 16px;
  margin-bottom: 25px;
}

.MPSBF-box {
  display: inline-block;
  margin-bottom: 12px;
  width: 100%;
}

.MPSBF-head {
  color: #414141;
  font-size: 14px;
  margin-top: 14px;
}

.MPSBF-box .form-group .form-control {
  border-radius: 4px;
  font-size: 14px;
  height: auto;
  padding: 12px;
}

.MPSBF-box .form-group.gray-bg .form-control {
  background: #fafafa none repeat scroll 0 0;
}

.irs--flat .irs-bar {
  background-color: transparent !important;
}

.irs-min, .irs-max {
  display: none !important;
}

.AS-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.AS-list li {
  color: #727272;
  font-size: 14px;
  margin-bottom: 16px;
}

.AS-show {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #bdbdbd;
  font-size: 16px;
  margin-left: 20px;
}

.advan-sett .AS-hide {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #35b7f3;
  font-size: 22px;
  padding: 2px 0 0 20px;
}

.modal-dialog.modal_pop-sec .modal-content {
  display: inline-block;
  width: 100%;
}

.MPSB-left.MPSB-right {
  border-right: medium none;
}

.irs-single {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  color: #727272 !important;
  font-size: 12px !important;
  top: 72px !important;
}

.MPSBF-box .irs-single {
	left: 0 !important;
}

.irs-single::before {
  content: initial !important;
}

.cont_flip {
	margin: 0px;
	padding: 5px;
	text-align: center;
	background: #ddd;
	border: solid 1px #fff;
}
 
.cont_flippanel {
    width: 100%;
    display: none;
    position: absolute;
    bottom: 7px;
    height: 31px;
    left: 91px;
}

.MPSBR-right .table tbody tr {
  position: relative;
}

.la.la-gear.cont_flip {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #88a2ae;
  cursor: pointer;
}

.cont_flippanel .CF-cont {
  background: #ffffff none repeat scroll 0 0;
  z-index: 1;
}

.CF-dropi {
  float: left;
  margin-right: 20px;
}

.CF-dropi label {
  color: #727272;
  float: left;
  font-size: 12px !important;
  font-weight: normal;
  margin-right: 10px;
  margin-top: 4px;
}

.CF-dropi .TDSL-dropi-area::before {
  color: #aeaeae;
  content: "";
  font-family: fontawesome;
  font-size: 12px;
  right: 5px;
  top: 4px;
}
.CF-dropi .TDSL-dropi-area select {
  border: 1px solid #dddddd;
  border-radius: 4px;
  font-size: 12px;
  padding: 4px 15px 4px 3px;
}

.MPSBR-left {
  color: #414141;
  float: left;
  font-size: 16px;
  margin-top: 9px;
}

.MPSBR-left i {
  color: #35b7f3;
  font-size: 18px;
  margin-left: 20px;
}

.MPSBR-search {
  border: 1px solid #dddddd;
  border-radius: 4px;
  float: right;
  padding: 3px 0;
  position: relative;
  width: 40%;
}

.MPSBR-search .form-control {
  border: medium none;
  box-shadow: none;
  color: #727272;
  height: auto;
  padding-right: 36px;
}

.MPSBR-search .MPSBRS-btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #35b7f3;
  font-size: 14px;
  position: absolute;
  right: 4px;
  top: 9px;
}

.MPSBR-head {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}

.MPSBR-mini-head {
  border-bottom: 1px solid #dddddd;
  color: #414141;
  font-size: 18px;
  padding: 0 0 15px;
}

.MPSB-right-box {
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
}

.MPSB-footer {
  border-top: 1px solid #dddddd;
  display: inline-block;
  margin: 50px 30px 0;
  padding: 20px 0 0;
  width: 95%;
}

.MPSBF-left {
  float: left;
}

.MPSBF-left ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.MPSBF-left li {
  float: left;
  margin-right: 20px;
}

.MPSBF-left li .MPSBFL-btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: #88a2ae;
  font-size: 24px;
  padding: 5px 12px;
}

.MPSBF-left li .MPSBFL-btn:hover {
  color: #35b7f3;
  border-color: #35b7f3;
}

.MPSBF-right {
  float: right;
}

.MPSBF-right .full-btn {
  float: left;
  font-size: 14px;
  margin-left: 20px;
  padding: 11px 15px;
  text-transform: capitalize;
  width: auto;
}

.WM-plan-list {
  border: 1px solid #dddddd;
  margin-bottom: 30px;
  padding: 20px;
}

.WMPL-head {
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
}

.WMPLH-left {
  color: #414141;
  float: left;
  font-size: 16px;
}

.WMPLH-right {
  float: right;
}

.WMPLH-right .cus-btn {
  padding: 4px 8px;
}

.WMPL-cont p {
  color: #727272;
  font-size: 14px;
  margin-bottom: 16px;
}

.WMPL-cont p strong {
  color: #414141;
  font-weight: 500;
}

.WMPL-cont a {
  color: #35b7f3;
}

.WMPLH-left i {
  color: #35b7f3;
  font-size: 18px;
  margin-right: 10px;
}

.cus-btn.red-btn {
  background: #f44336 none repeat scroll 0 0;
  border-color: #f44336;
}

.cus-btn.red-btn:hover {
	background: transparent;
	color: #f44336;
}

.AC-control ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.AC-control ul li .ACC-btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #88a2ae;
  font-size: 18px;
  margin-right: 5px;
  padding: 0;
}

.AC-control ul li {
  display: inline-block;
}

.tab-cus-head {
  border: 1px solid #dddddd;
  border-radius: 4px 4px 0 0;
  float: left;
  margin-bottom: -1px;
  padding: 15px;
  width: 100%;
}

.TCH-left {
  color: #414141;
  float: left;
  font-size: 16px;
  margin-top: 5px;
}

.TCH-left i {
  color: #35b7f3;
  font-size: 18px;
  margin-right: 10px;
}

.TCH-right {
  float: right;
}

.tab-cus-head .cus-btn {
  font-size: 14px;
  padding: 6px 7px;
}

.ASS-lsit {
  border: 1px solid #dddddd;
  display: inline-block;
  padding: 20px;
  width: 100%;
}

.ASSL-key {
  border-bottom: 1px solid #dddddd;
  display: inline-block;
  margin-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  width: 100%;
}

.ASSL-key h3 {
  color: #414141;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 18px;
  margin-top: 14px;
}

.ASSL-key p {
  color: #727272;
  font-size: 14px;
}
.ASSL-key p a {
  color: #35b7f3;
}

.ASSLS-box {
  display: inline-block;
  margin-top: 10px;
  width: 100%;
}

.ASSLS-box label {
  color: #414141;
  float: left;
  font-size: 14px;
  font-weight: normal;
  margin-top: 13px;
}

.ASSLS-box .ASSLS-search {
  float: left;
  margin-left: 30px;
  position: relative;
  width: 55%;
}

.ASSLS-box .ASSLS-search .form-control {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #dddddd;
  box-shadow: none;
  color: #727272;
  font-size: 14px;
  height: auto;
  padding: 11px 35px 11px 15px;
}
.ASSLS-box .ASSLS-search .ASSLS-btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #35b7f3;
  padding: 0;
  position: absolute;
  right: 12px;
  top: 12px;
}

.ASSL-key.ASSL-search {
  border-bottom: medium none;
}
/*Web Monitor End*/



/* VOIP CSS START*/
.closeBtn:focus {
  outline: none;
}
    .close{
        color: gray;
      }

.nav-item.nav-link.scroll_tab_link {
	padding: 15px 30px 15px 0;
	color: #414141;
}

.tab_wrapper {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	padding: 5px;
	height: 57px;
}

.tab_scroll_list {
	position: absolute;
	left: 0px;
	min-width: 3500px;
	margin-top: 0;
	padding: 15px 0;
}

.tab_scroll_list li{
	display:table-cell;
    position:relative;
    text-align:center;
    cursor:grab;
    cursor:-webkit-grab;
    color:#efefef;
    vertical-align:middle;
}

.scroller {
  text-align:center;
  cursor:pointer;
  display:none;
  padding:7px;
  padding-top:11px;
  white-space:no-wrap;
  vertical-align:middle;
  background-color:rgba(255,255,255,0.8);
}

.scroller-right {
    float: right;
    right: 0;
}

.scroller-left {
  float:left;
}

.scroller {
	position: absolute;
	z-index: 1;
	top: 13px;
}

.cus_scroll_tab {
	position: relative;
}

.nav-item.nav-link.scroll_tab_link.active {
	border-radius: 0;
	color: #35b7f3;
	position: relative;
}

.nav-item.nav-link.scroll_tab_link.active::before {
	background: #35b7f3;
	content: "";
	height: 2px;
	width: calc(100% - 30px);
	position: absolute;
	bottom: -2px;
}

/***
User Profile Sidebar by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

.panel-group {
  padding-top: 50px;
}
.panel-default {
  border-radius: 0;
  border: none;
  background: none;
  margin-bottom: 0;
  padding-bottom: 14px;
}
.panel-default > .panel-heading {
  border: none;
  background: none;
  padding: 0;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border: none;
  padding: 0 0 0 0;
}
.panel-default h5 {
	font: 300 19px "Open Sans", Arial, sans-serif;
	padding: 0;
	margin: 0 0 5px;
	display: inline-block;
	width: 100%;
}
.panel-group .panel+.panel {
  margin-top: 15px;
}
.panel-default .accordion-toggle::before {
	content: "";
	width: 24px;
	height: 24px;
	display: inline-block;
	font-family: LineAwesome;
	border-radius: 50%;
	position: absolute;
	top: 4px;
	right: -33px;
	margin: 0;
	border: 1px solid #35b7f3;
	color: #35b7f3;
	font-size: 14px;
	text-align: center;
	line-height: 21px;
}
.panel-default .collapsed:before {
  content: "";
  font-family: LineAwesome;    
}

.panel-default .accordion-toggle,
.panel-default .accordion-toggle:focus,
.panel-default .accordion-toggle:hover,
.panel-default .accordion-toggle:active {
  color: #1ea9e3;
  text-decoration: none;
}
.panel-default .collapsed {
  color: #5f6f7e;
}

.accordion-toggle {
	color: #414141 !important;
	font-size: 18px;
	font-weight: normal;
	position: relative;
}

.panel-group .panel {
	box-shadow: none !important;
}

.collapse-body p {
	margin-bottom: 0;
}

.collapse-body {
	padding: 30px 40px;
	border: 1px solid #fcddde;
	border-radius: 4px;
	position: relative;
	margin-top: 40px;
}

.collapse-body p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 28px;
	color: #727272;
}

.collapse-body::before {
	content: "";
	background: #ed1c24;
	height: 100%;
	width: 5px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 4px 0 0px 4px;
}

.GPSI-check-list .btn-group .btn {
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	border: 2px solid #e0e0e0;
	margin-right: 20px;
	border-radius: 4px !important;
	padding: 0 !important;
}

.GPSI-check-list .btn-group .btn.active {
	border-color: #35b7f3;
	color: #35b7f3;
}

.GPSI-box h3 {
	font-size: 18px;
	font-weight: normal;
}
.GPSI-box h4 {
	color: #414141;
	font-size: 16px;
	font-weight: normal;
	margin: 25px 0;
}

.GPSI-box h4 i {
	color: #afafaf;
	font-size: 24px;
	float: left;
	margin-top: -5px;
	margin-right: 10px;
}

.GPSI-box p {
	color: #727272;
	margin-bottom: 15px;
}

.GPS-internation-settings {
	margin: 13px 0 0 0;
}

.GPSI-check-list {
	margin-bottom: 35px;
}

.GPSI-qunatity .TDSL-dropi-area {
	font-size: 15px;
	color: #414141;
	font-weight: bold;
	border: 1px solid #e0e0e0;
	padding: 15px 35px 15px 15px;
	border-radius: 3px;
}

.GPSI-qunatity .TDSL-dropi-area::before {
	right: 27px;
}

.btn span.active_check {    			
	opacity: 0;				
}
.btn.active span.active_check {				
	opacity: 1;				
}

.GPS-code .btn-group .btn {
	border: 1px solid #e0e0e0;
	width: 18px;
	height: 18px;
	border-radius: 3px;
}

/* Custom Radio Button Start*/

.radiotextsty {
  color: #A5A4BF;
  font-size: 15px;
  font-weight: normal;
}

.customradio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.customradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px    ;
  width: 18px;
  background-color: white;
  border-radius: 4px;
  border:1px solid #BEBEBE;
}

/* On mouse-over, add a grey background color */
.customradio:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked ~ .checkmark {
  background-color: white;
  border:1px solid #BEBEBE;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
    .customradio input:checked ~ .checkmark:after {
  display: block;
}

.customradio input:checked ~ .radiotextsty {
  color: #35b7f3;
}

.customradio input:checked+span {
  color: #35b7f3;
}


/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
    top: 3.5px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #35b7f3;
}

/* Custom Radio Button End*/

.GPS-code .form-check-inlin .customradio {
	float: left;
	margin-right: 30px;
}

.GPS-code h3, .GPS-record h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 25px;
	margin-top: 55px;
}

.GPS-record .flat-toggle {
	float: left;
	margin-left: 0;
}

.GPS-record .flat-toggle span {
	left: 44px;
	text-align: left;
}

.GPS-record {
	display: inline-block;
	width: 100%;
	margin-bottom: 35px;
}

.input-group.pass-show-hide .input-group-addon {
	position: absolute;
	background: transparent;
	border: none;
	color: #afafaf;
	font-size: 18px;
	top: -6px;
}

.input-group.pass-show-hide .form-control {
	border: none;
	box-shadow: none;
	padding: 0;
	height: auto;
	color: #727272;
}


.pass_show {
	position: relative;
	margin-bottom: 0;
}

.pass_show .ptxt {
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 1;
	color: #afafaf;
	margin-top: -13px;
	cursor: pointer;
	transition: .3s ease all;
	font-size: 18px;
	width: 20px;
	height: 20px;
}

.form-group.pass_show .form-control {
    border: none;
    box-shadow: none;
    max-width: initial;
    border-radius: 0;
    padding: 0;
    float: left;
    width: auto;
}

.pass_show .ptxt {
    display: inline-block;
    position: initial;
    margin-top: 5px;
}

.pass_show .ptxt:hover{color: #333333;} 

.form-group.pass_show input[type="text"] ~ span::before{
	position: absolute;
	content: "";
	cursor: pointer;
    font-family: LineAwesome;
}

.form-group.pass_show input[type="password"] ~ span::before{
	position: absolute;
	content: "";
	cursor: pointer;
    font-family: LineAwesome;
}

.btn-width {
	display: inline-block;
}    

.full-btn.small_text {
	font-size: 15px;
	text-transform: capitalize;
	padding: 15px 15px;
}

.popover-x.left::before {
	margin-left: -10px;
	right: -33px;
	transform: rotate(180deg);
}

.popover-x.left::after {
	margin-left: -10px;
	right: -26px;
	transform: rotate(180deg);
}

.popover-x.left {
	margin-top: -23px;
}

.static_icon i {
	color: #35b7f3;
	font-size: 20px;
}

.VN-advance-search {
	display: inline-block;
	width: 100%;
}

.VN-advance-search .collapse-body {
	border: none;
	padding: 0;
}

.VN-advance-search .collapse-body::before {
    content: inherit;
}

.VN-advance-search .collapse-body .full-btn {
	color: #35b7f3;
	background: transparent;
	border: 1px solid #ebebeb;
	padding: 18px 0;
	border-radius: 4px;
}

.VNS-head .PLT-nested-tab {
	padding: 0;
}

.VNS-head .PLT-nested-tab .nav.nav-tabs li {
	margin-left: 0;
	border-top: 3px solid #fff;
	padding: 0 20px;
}

.VNS-head .PLT-nested-tab .nav.nav-tabs li.active {
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ffffff;
	border-top: 3px solid #35b7f3;
}

.VN-search-cont .GPSI-check-list {
	float: left;
	margin-top: 20px;
	margin-right: 25px;
}

.VN-search-cont .full-btn.small_text {
	padding: 15px 42px;
}

.VN-search-cont .btn-width.VNS-btn.without-bg .full-btn {
	background: transparent;
	color: #35b7f3;
	border: none;
	padding: 15px 35px;
}

.VN-search-cont {
	margin: 25px 0;
}

.cus-cont-box {
	border: 1px solid #ebebeb;
	padding: 20px 40px;
	line-height: 28px;
	color: #727272;
	font-size: 14px;
	position: relative;
}

.cus-cont-box::before {
	content: "";
	background: #ed1c24;
	width: 5px;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	border-radius: 5px 0 0 5px;
}

.BNS-head {
	float: left;
	margin-right: 11px;
}

.buy-number-sec .la {
	font-size: 18px;
	margin-right: 12px;
}

.buy-number-sec .table {
	border: 1px solid #ebebeb;
	border-radius: 4px;
}

.buy-number-sec {
	margin-top: 50px;
}

.BNS-radio-list .customradio {
    float: left;
    padding-right: 84px;
    width: 24%;
    margin-top: 20px;
    text-align: left;
}

.BNS-radio-list .form-check-inlin {
    float: left;
    width: 100%;
}

.expend-tab-row .treetable-indent {
	display: none;
}

.expend-tab-row .treetable-expander {
	display: none;
}

.expend-tab-row {
	padding-top: 0 !important;
}

.buy-number-sec .treetable-expanded .BNSH-box {
	color: #35b7f3;
}

.agree-box .checkbox{
	color: #727272 !important;
}

.agree-box .checkbox a {
	color: #727272 !important;
    text-decoration: underline;
}

.agree-box {
	margin-bottom: 15px;
}

.full-btn.small_text.cus-small {
	padding: 15px 35px;
}

.VS-virtual, .IVR-sec, .ring-group-sec, .VOIP-audio-box {
	display: inline-block;
	width: 85%;
}

.timetale_create {
	margin-top: 26px;
	font-size: 15px;
}

.timetale_create a {
	color: #35b7f3;
}

.timetale_create a i {
	color: #88a2ae;
	font-size: 18px;
}

.IVR-internal {
	color: #727272;
	font-size: 15px;
	margin-top: 8px;
}

.IVR-number-head h3 {
	color: #414141;
	font-weight: normal;
	font-size: 18px;
	position: relative;
}

.IVR-number-head h3 {
	color: #414141;
	font-weight: normal;
	font-size: 18px;
	position: relative;
	padding: 0 0 0 40px;
}

.IVR-number-head h3 span {
	color: #35b7f3;
	font-size: 15px;
	width: 28px;
	height: 28px;
	border: 1px solid #35b7f3;
	border-radius: 100px;
	position: absolute;
	top: -5px;
	text-align: center;
	line-height: 28px;
	left: 0;
}

.IVR-box {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

.IVRB-file-upload {
	display: inline-block;
	width: 100%;
	margin-top: 15px;
}

.IVRBF-btn-area {
	float: left;
	width: 46%;
}

.IVRB-or {
	width: 8%;
	float: left;
	text-align: center;
	color: #414141;
	font-size: 15px;
	padding: 18px 0;
}

.IVRBF-btn-area .IVRBF-btn {
	width: 100%;
	background: #e1f4fd;
	border: 1px solid #e1f4fd;
	color: #35b7f3;
	border-radius: 4px;
	padding: 17px 0;
	font-size: 15px;
}

.IVR-box .GPS-record {
	margin-bottom: 0;
	padding: 20px 15px;
}

.IVR-box .GPS-record .flat-toggle span {
	font-size: 15px;
	text-transform: capitalize;
	color: #414141;
}

.form-group.dynamic-dropi .text-heading.blank {
	padding: 0;
}

.IVRdelete-row {
	position: relative;
	padding-right: 35px;
}

.DR-delete {
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 24px;
	background: transparent;
	border: none;
	padding: 0;
	color: #f44336;
	transform: translatey(75%);
	line-height: normal;
}

.IVR-number-sec {
	display: inline-block;
	width: 100%;
	padding: 25px 0px;
}

.IVR-number-sec .tab-content {
	margin-top: 23px;
}

.simple-anchore-link a {
	color: #35b7f3;
	font-size: 15px;
}

.simple-anchore-link a i {
	font-size: 18px;
}

.IVRdelete-row .simple-anchore-link {
	margin-bottom: 28px;
	margin-top: 4px;
}

.IVRG-incoming .collapse-body {
	padding: 0;
	border: none;
}

.IVRG-incoming .collapse-body::before {
	content: inherit;
}

.IVR-number-head.pad-none h3 {
	padding-left: 0;
}

.IVRB-cont.IVR-number-count .GPS-record {
	padding: 20px 0;
}

.IVR-number-head {
	display: inline-block;
	margin-bottom: 20px;
}

.ACS-check-list label {
	display: inline-block;
	margin-right: 20px;
}

.ACS-redirecting {
	display: inline-block;
	width: 100%;
	margin-top: 25px;
}

.ACSR-secoud {
	float: left;
	border: 1px solid #e5e6e7;
	font-size: 15px;
	color: #727272;
	padding: 7px 0;
	border-radius: 4px;
}

.ACSR-secoud span {
	padding: 6px 16px;
	display: inline-block;
}

.ACSR-secoud span:nth-last-child(1) {
	border-left: 1px solid #e5e6e7;
}

.ACS-redirecting label {
	color: #727272;
	font-weight: normal;
	font-size: 15px;
	margin: 14px 0 0 24px;
}

.form-group.static-cont {
	color: #727272;
	margin-top: 23px;
}

.VOPIS-left .form-group.cus-protext.date-inp .form-control {
	font-size: 12px;
}

.VOPIS-left .form-group.cus-protext.date-inp .form-control::placeholder, .VOPIS-left .form-group.dynamic-dropi .chosen-container .chosen-single, .VOPIS-left .form-group.cus-protext .form-control::placeholder, .VOPIS-left .form-group.cus-protext .form-control {
	font-size: 12px;
}

.VOPIS-left .form-group.cus-protext .form-control {
	padding: 17px 15px;
}

.VOPIS-left .form-group.cus-protext .text-heading {
	margin: 0 0 0 9px;
}



.form-group.cus-protext.icon-input i {
	position: absolute;
	top: 28px;
	right: 8px;
	color: #88a2ae;
	font-size: 22px;
}

.form-group.cus-protext.icon-input .form-control {
	padding-right: 33px;
}

.VOIP-filter-check label {
	float: left;
	margin-right: 14px;
}

.VOIP-filter-check label:nth-last-child(1) {
	margin-right: 0;
}

.VOIP-filter-check {
	display: inline-block;
	margin-top: 27px;
}

.VOPI-search-check .checkbox span {
	margin-top: 0px;
}

.VOPI-search-check .checkbox label {
	color: #727272;
}

.VOPIS-left h3, .VOPIS-right h3 {
	color: #414141;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 30px;
}

.VOPIS-right .PT-form {
	margin-top: 9px;
	display: inline-block;
}

.VOPIS-right .PTTH-left.show-entry span {
	font-size: 14px;
}

.VOPIS-right .table thead tr th {
	text-transform: capitalize;
	font-size: 13px;
	vertical-align: middle;
}

.VOPIS-right .table tbody tr td {
	padding: 23px 20px;
}

.VOIPS-table {
	display: inline-block;
	width: 100%;
	margin-top: 35px;
}

.VOIPS-table i {
	font-size: 18px;
}

.VOIPS-table .table-auto-adjust {
	overflow-y: auto;
	white-space: nowrap;
	width: 100%;
}

.VOIPST-img {
	display: inline-block;
	margin-top: -1px;
	vertical-align: top;
	margin-left: 8px;
}

.misscall svg {
	color: #f44336;
}

.recicall svg {
	color: #35b7f3;
}

.VOIPST-img img {
	height: 13px;
}

.VOIP-add-trunk .IVRB-cont h5 {
	color: #35b7f3;
	font-size: 16px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 27px;
}

.VOIP-add-trunk .IVRB-cont .auto-reniw-box {
	margin-top: 11px;
}

.auto-reniw-box .ANU-feature-list li {
    position: relative;
}

.auto-reniw-box .ANU-feature-list span {
	position: absolute;
	right: -133%;
	color: #727272;
}

.VOIP-add-trunk .IVRB-cont {
	margin-bottom: 40px;
}

.drag_head {
	display: inline-block;
	width: 100%;
	margin: 43px 0;
}

.drag_file {
	margin-top: 10px;
}

.VOIP-audio-box .IVR-box {
	margin-top: 30px;
}

.VOIPA-graph .CHBF-list {
	margin-bottom: 20px;
}

.VOIPA-graph-sec {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 20px;
}

.VOIP-audio-box.VG-graph {
	width: 100%;
}

.VOIPA-graph-sec img {
	width: 100%;
	height: 396px;
}

.AG-graph-box {
	display: inline-block;
	width: 100%;
}

.GC-box {
	width: 100%;
	display: inline-block;
}

.AG-graph-box img {
	width: 100%;
}

.GC-box {
	position: relative;
}

.GA-graph-area {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}


/* VOIP CSS END*/



/* wordpress managment CSS start*/

.wmhb-arrow {
	border: 1px solid #e6e6e6;
	border-radius: 100px;
	width: 36px;
	height: 36px;
	display: inline-block;
	line-height: 36px;
	text-align: center;
	color: #35b7f3;
	font-size: 18px;
}

.wmh-back span {
	color: #727272;
	margin-left: 10px;
}

.wmh-website {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

.wmh-website-left {
    position: relative;
    width: 100%;
    padding-left: 200px;
    padding-right: 60px;
    display: inline-block;
    height: 130px;
}

.wmhl-website-img {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
}

.wmhl-website-img img {
	width: 170px;
	height: 130px;
	border-radius: 4px;
}

.wmhl-cont {
	float: left;
	width: 100%;
	display: table;
	height: 130px;
}

.wmhl-web-name {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.wmhl-web-name span {
	float: left;
	color: #414141;
	font-size: 36px;
	margin-right: 30px;
}

.wmhlc-highlight {
	float: left;
	margin-top: 16px;
}

.wmhlc-highlight ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.wmhlc-highlight li {
	float: left;
	margin-right: 10px;
	background: #00b22e;
	color: #fff;
	border-radius: 100px;
	height: 26px;
	font-size: 12px;
	padding: 4px 9px;
}

.wmhlc-highlight li.wmhlc-status {
	padding: 4px 12px;
}

.wmhl-cont h5 {
	width: 100%;
	float: left;
}

.wmhl-cont h5 a {
	color: #35b7f3;
	font-weight: normal;
}

.wmhlc-highlight li.blue-bg {
	background: #0087be;
}

.wmh-back {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

.domin-unrech-sec {
	background: #fffaf2;
	border: 1px solid #ffe5bf;
	border-radius: 4px;
	position: relative;
	padding: 20px 70px;
}

.domin-unrech-icon {
	position: absolute;
	color: #ff9800;
	font-size: 24px;
	left: 25px;
	top: 12px;
}

.domin-unrech-cont h3 {
	margin-top: 0;
	font-size: 17px;
	color: #414141;
	margin-bottom: 16px;
}

.chek-again-btn {
	font-size: 13px;
	background: transparent;
	color: #35b7f3;
	font-weight: normal;
	border: none;
	margin-left: 20px;
}

.chek-again-btn i {
	margin-right: 6px;
	font-size: 16px;
	vertical-align: middle;
}

.domin-unrech-cont p {
	margin-bottom: 0;
	color: #727272;
	line-height: 24px;
}

.wordpress-warning-area {
	margin-top: 30px;
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}

.wordpress-warning-area li {
	float: left;
	margin-right: 40px;
}

.wwa-warning {
	background: #fffaf2;
	border: 1px solid #ffe5bf;
	border-radius: 4px;
	font-size: 14px;
	color: #414141;
	padding: 12px 25px;
	width: 270px;
}

.wwa-warning i {
	font-size: 24px;
	color: #ff9800;
	vertical-align: middle;
	margin-top: -6px;
}

.wwa-warning span {
	color: #ff9800;
	font-size: 24px;
	margin-left: 10px;
	margin-right: 4px;
}

.wwa-warning.wwa-attribute {
	width: 370px;
	background: #fef5f5;
	border: 1px solid #fcd0cd;
}

.wwa-warning.wwa-attribute i {
	color: #f44336;
}

.wwa-warning.wwa-attribute span {
	color: #f44336;
}

.wp-tab-box {
	display: inline-block;
	width: 100%;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	padding: 30px;
	margin-bottom: 40px;
}

.wp-tab-box h4 {
	margin-top: 0;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 18px;
}

.wp-tab-box p {
	font-size: 13px;
	line-height: 22px;
	color: #727272;
}

.wp-toggle .flat-toggle {
	float: left;
	margin-left: 0;
}

.wp-toggle .flat-toggle > span {
	left: 36px;
	text-align: right;
}

.wp-toggle {
	display: inline-block;
	width: 100%;
	margin-top: 12px;
}

.wptb-link {
    color: #35b7f3;
    font-size: 12px;
    text-transform: uppercase;
}

.wptb-version {
	display: inline-block;
	font-size: 14px;
	color: #35b7f3;
	margin-left: 14px;
}

.wptb-version i {
	font-size: 20px;
	vertical-align: middle;
	margin-top: -4px;
}

.wptb-link span {
	border-radius: 100px;
	border: 1px solid #aee2fa;
	padding: 4px 8px;
	vertical-align: middle;
	margin-left: 7px;
	font-weight: 500;
}

.wptb-link i {
	font-size: 17px;
	vertical-align: middle;
	margin-left: 5px;
}

.create-btn-area {
  float: right;
  margin-top: 5px;
}

.create-btn-area .cus-btn {
  padding: 8px 11px;
  font-size: 13px;
}

.PT-tab-area.wp-backup .PTTH-left {
  font-size: 20px;
}

.blue-text {
  color: #35b7f3 !important;
}

.PT-tab-area.wp-backup .table-auto-adjust .checkbox label .cr {
  margin-right: 0;
}

.PT-tab-area.wp-backup .PT-user-sec thead th {
  background: transparent;
  font-weight: 500;
  text-transform: initial;
  font-size: 13px;
}

.PT-tab-area.wp-backup .PT-user-sec tbody tr td {
  font-size: 13px;
}

.PT-tab-area.wp-backup .table-auto-adjust .checkbox label {
  margin-bottom: -6px;
}

.PT-tab-area.wp-backup .PT-user-sec thead th:nth-child(1), .PT-tab-area.wp-backup .PT-user-sec tbody tr td:nth-child(1) {
  padding-right: 0 !important;
}

.wptb-dropi .form-group.dynamic-dropi.front-dropi.without-label {
  margin-bottom: 0;
}

.wptb-dropi {
  margin-top: 30px;
  width: 55%;
}

.wptb-dropi .form-group.dynamic-dropi .chosen-container .chosen-single {
  font-size: 13px;
  padding: 15px 15px;
}

.wptb-dropi .form-group.dynamic-dropi .chosen-container .chosen-single b {
  background-position: 0 7px;
}

.orange-text {
	color: #ff9800;
}

.capitial-text {
    text-transform: uppercase;
}

.wp-advance-sett h3 {
	margin-top: 4px;
	margin-bottom: 24px;
	font-size: 18px;
	font-weight: 500;
}

.wp-input {
	width: 70%;
	display: inline-block;
	position: relative;
	padding-right: 60px;
	margin-top: 13px;
}

.wp-input .PGB-copy-btn {
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid #9adbf9;
	background: transparent;
	color: #35b7f3;
	border-radius: 4px;
	font-size: 18px;
	padding: 7px 10px;
}

.wp-input .form-control {
	border: 1px solid #9adbf9;
	color: #35b7f3;
	padding: 10px 10px;
	height: auto;
	opacity: 1;
	box-shadow: none;
}

.ctrl-btn li {
	float: left;
	border: 1px solid #9adbf9;
	color: #35b7f3;
	padding: 11px 13px;
	margin-left: -1px;
	margin-top: 6px;
}

.ctrl-btn li:nth-child(1) {
	border-radius: 4px 0 0 4px;
}

.ctrl-btn li:nth-last-child(1) {
	border-radius: 0 4px 4px 0;
}

.cus-btn.outline-btn {
	background: transparent;
	color: #35b7f3;
}

.cus-btn.outline-btn:hover {
    color: #fff;
    background: #35b7f3;
}

.collaborators-sec h3 {
	padding: 0 15px;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: normal;
	margin-top: 0;
}

.collaborators-sec h3 .cus-btn.outline-btn {
	padding: 5px 9px;
	font-size: 13px;
	margin-left: 10px;
}

.wp-collaborators-team {
	border: 1px solid #ebebeb;
	border-radius: 4px;
	margin-bottom: 40px;
	padding: 30px;
	display: inline-block;
	width: 100%;
}

.wpctl-img img {
	width: 46px;
	height: 46px;
	border-radius: 100px;
}

.wpctl-img {
	position: absolute;
	left: 46px;
	top: 31px;
}

.wpct-left {
	float: left;
	padding-left: 60px;
	padding-top: 4px;
}

.wpctl-position {
	color: #aaaaaa;
	font-size: 13px;
}

.wpctr-email-title {
	font-size: 12px;
	text-transform: uppercase;
}

.wpctr-email {
	font-size: 13px;
	color: #aaaaaa;
}

.wpct-right {
	float: right;
	margin-top: 3px;
}

.mm-border-box {
	border: 1px solid #ebebeb;
	padding: 30px;
	border-radius: 4px;
}

.mod-master {
	border: 1px solid #ebebeb;
	padding: 22px;
	border-radius: 4px;
	margin-bottom: 30px;
}

.mm-collaborators .wp-collaborators-team {
	position: relative;
	border: none;
	padding: 0;
	margin-bottom: 0;
}

.mm-collaborators .wp-collaborators-team .wpctl-img {
	top: 0;
	left: 0;
}

.mm-btn-area .cus-btn {
	font-size: 13px;
	padding: 10px 11px;
}

.mm-btn-area li:nth-last-child(1) {
	margin-right: 0;
}

.mod-master h3 {
    font-size: 24px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 10px;
}

.mod-master h4 {
	font-size: 14px;
	color: #727272;
	font-weight: normal;
}

.mm-btn-area {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.mm-btn-area li {
    float: left;
    margin-right: 15px;
}

.cus-btn.login-dash-btn {
	background: #21759b;
	border-color: #21759b;
	color: #fff;
}

.cus-btn.login-dash-btn:hover {
    background: transparent;
    color: #21759b;
}

.refresh-area {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mm-data {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 10px;
}

.mm-data li {
	margin-bottom: 15px;
}

.mm-collaborators h3, .mod-master.mod-domin h3 {
	padding: 0 15px;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: normal;
	margin-top: 0;
	padding-left: 0;
}

.mm-collaborators h3 .cus-btn.outline-btn, .mod-master.mod-domin h3 .cus-btn.outline-btn {
	padding: 5px 9px;
	font-size: 13px;
	margin-left: 10px;
}

.md-domin-list li {
	width: 100%;
	float: left;
}

.mod-master.mod-domin {
	display: inline-block;
	width: 100%;
	height: 100%;
	min-height: 479px;
}

.md-domin-list {
	display: inline-block;
	width: 100%;
}

.md-domin-list li {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}

.mddl-domin {
	float: left;
	color: #35b7f3;
	margin-top: 12px;
}

.mddl-dropi {
	float: right;
}

.mddl-dropi .TDSL-dropi-area {
	border: 1px solid #ebebeb;
	border-radius: 4px;
	padding: 11px 12px;
}

.mddl-dropi .TDSL-dropi-area select {
	color: #00a540;
}

.mddl-dropi .TDSL-dropi-area::before {
	right: 10px;
}

.mddl-ssl {
	float: left;
	margin-top: 12px;
}

.mddl-ssl-btn {
	float: right;
}

.mddl-ip-img img {
	width: 34px;
	height: 34px;
	border-radius: 100px;
}

.mddl-ip-img {
	position: absolute;
	left: 0;
	top: -8px;
}

.mddl-ip {
	position: relative;
	padding-left: 47px;
	float: left;
}

.mmrs-head {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

.mmrsh-left {
	float: left;
	color: #727272;
}

.mmrsh-right {
	float: right;
}

.mmrs-mid {
	position: relative;
	padding-left: 230px;
}

.mmrs-graph {
	position: absolute;
	left: 0;
	top: 0;
}

.mmrs-graph-cont {
	display: inline-block;
	width: 100%;
}

.mmrsgcb-head {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.mmrsgcb-result {
	position: relative;
	font-size: 13px;
	color: #727272;
}

.mmrsgc-box {
	display: inline-block;
	width: 100%;
	margin-bottom: 12px;
}

.mmrsgcb-res-point {
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #35b7f3;
	border-radius: 100px;
	margin-right: 8px;
}

.mmrsh-right .TDSL-dropi-area {
	font-size: 13px;
}

.mmtd-theme h4 {
	font-size: 28px;
	font-weight: 500;
	color: #414141;
}

.mmtd-theme h5 {
	color: #727272;
	font-weight: normal;
	font-size: 14px;
}

.mmtd-theme h5 a {
	margin-left: 7px;
	font-size: 12px;
	text-transform: uppercase;
	color: #35b7f3;
}

.mmtd-theme {
	padding: 18px 8px 29px;
}

.mmrsh-left i {
	font-size: 20px;
	vertical-align: middle;
	color: #aaaaaa;
	margin-top: -4px;
}

.mmrsvisit-head {
	float: left;
	margin-right: 20px;
	font-size: 12px;
	color: #727272;
}

.bullet-point {
	width: 12px;
	height: 12px;
	background: #fff;
	border: 2px solid #3ebaf4;
	border-radius: 100px;
	display: inline-block;
	margin-right: 5px;
}

.mmrsvisit-head h4 {
	font-size: 20px;
	font-weight: 500;
	color: #35b7f3;
	margin-top: 22px;
}

.mmrsvisit-head.yellow-text .bullet-point {
	border-color: #efb845;
}

.mmrs-mid.mmrs-visit-mid {
	padding-left: 0;
}

.mmrs-mid.mmrs-visit-mid .mmrs-visit-graph img {
	width: 100%;
}

.mmrsvisit-head.yellow-text h4 {
	color: #efb845;
}

.mmrsvisit-head.purple-text .bullet-point {
    border-color: #7a91f4;
}

.mmrsvisit-head.purple-text h4 {
	color: #7a91f4;
}

.ssl-list-head {
	display: inline-block;
	width: 100%;
	margin-top: 40px;
}

.sssl-lh-heading {
	color: #aaaaaa;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 11px;
}

.ssl-list-list-box {
	display: inline-block;
	width: 100%;
	border: 1px solid #e5e6e7;
	border-radius: 4px;
	padding: 20px;
	height: 80px;
	margin-top: 20px;
}

.ssl-list-list-box:nth-child(1) {
	margin-top: 0;
}

.sslinner-head {
	display: none;
}

.sssl-lh-name, .sssl-lh-level, .sssl-lh-domin, .sssl-lh-great {
	margin-top: 8px;
}

.ssllh-main-price {
	float: left;
	font-size: 18px;
	font-weight: 500;
	color: #35b7f3;
	margin-right: 23px;
	vertical-align: middle;
	margin-top: 5px;
}

.ssllh-dis-price {
	float: left;
	font-size: 14px;
	color: #aaaaaa;
	text-decoration: line-through;
	margin-right: 23px;
	margin-top: 9px;
}

.ssllh-btn-area-price {
	float: right;
	margin-top: -3px;
}

.ssllh-btn-area-price .cus-btn {
	width: 105px;
	display: inline-block;
	padding: 11px 0;
	text-align: center;
	font-weight: 500;
}

.sssl-lh-name .checkbox {
	margin: 0;
}

.sssl-lh-name .checkbox label, .radio label {
	padding-left: 0;
}

.sssl-lh-name .checkbox label .cr {
	margin-top: 0px;
}

/* wordpress managment CSS end*/

.sidebar-menu .treeview .treeview-menu .treeview-menu {
	border-left: 0;
	padding: 0 0 0 13px;
	border-bottom: none;
	margin-top: 0;
}

.sidebar-menu .treeview-menu > li {
	margin: 8px 0;
}

.sidebar-menu li.active > a > .fa-angle-down {
	color: #35b7f3;
}

.landing-empty-area {
	text-align: center;
	margin-top: 150px;
}

.landing-empty-area h3 {
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 30px;
}

.lea-btn {
	display: inline-block;
	margin-top: 10px;
}

.lea-btn .cus-btn {
	font-size: 16px;
	font-weight: 500;
	width: 230px;
	display: inline-block;
	padding: 17px 0;
}

.ltatemp-area {
	box-shadow: 0px 7px 20px -8px #c0c0c099;
	border: 1px solid #ebebeb;
	display: inline-block;
	width: 100%;
	background: #fff;
	border-radius: 8px;
}

.screen {
	display: block;
	height: 310px;
	overflow: hidden;
	position: relative;
	border-radius: 8px 8px 0 0;
	margin: 0 auto;
}

.screen img {
  max-width: 100%;
  height: auto;
  position: absolute;
  z-index: 0;
  margin: auto;
  left: 0;
  right: 0;
  padding: 0;
}

.landing-teamplate-area {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 250px;
    min-height: 700px;
}

.lta-left-area {
	width: 230px;
	float: left;
	background: #fff;
	border: 1px solid #ebebeb;
	box-shadow: 0px 7px 20px -8px #c0c0c099;
	padding: 20px;
	border-radius: 8px;
	position: absolute;
	left: 0;
	top: 0;
}

.lta-left-area h4 {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 25px;
}

.lta-box-list li {
	width: 100%;
	display: inline-block;
	margin-bottom: 18px;
}

.lta-box-list li a {
	color: #727272;
	font-size: 14px;
	position: relative;
}

.lta-box-list li.active a, .lta-box-list li a:hover {
	color: #35b7f3;
}

.lta-box-list li.active a::before {
	position: absolute;
	left: -20px;
	content: "";
	background: #35b7f3;
	width: 3px;
	height: 100%;
	top: 0;
}

.ltab-btn .cus-btn {
	display: inline-block;
	margin-top: 19px;
	margin-bottom: 12px;
	border: 1px dashed #35b7f3;
	padding: 17px 15px;
	width: 100%;
}

.ltab-btn .cus-btn img {
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
    margin-right: 6px;
}

.ltab-btn .cus-btn:hover {
	background: transparent;
	color: #35b7f3;
}

.content.sidebar-right.template-cus-main {
	background: #fbfbfb;
}

.content.sidebar-right.template-cus-main .SR-box {
	padding: 0;
}

.content.sidebar-right.template-cus-main .SR-box .SRB-header {
	background: #fff;
	padding: 16px 30px;
	box-shadow: 0px 5px 12px -8px #c0c0c0;
}

.content.sidebar-right.template-cus-main .SR-box-details {
	padding: 0 30px;
}

.content.sidebar-right.template-cus-main .SRB-tab-sec .nav.nav-tabs li.active a {
	background: transparent;
}

.lta-temp-list-box {
	display: inline-block;
	width: 100%;
}

.lta-temp-box {
	float: left;
	width: 232px;
}

.lta-temp-box {
	float: left;
	width: 232px;
	margin-left: 30px;
	margin-bottom: 30px;
}

.ltatemp-heading {
	font-size: 13px;
	color: #727272;
	text-align: center;
	width: 100%;
	display: inline-block;
	padding: 19px 0;
	border-top: 1px solid #ebebeb;
}

.create-temp-hover {
	display: none;
}

.ltatemp-area:hover .create-temp-hover {
	display: block;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: rgba(19, 41, 48, 0.40);
}

.create-temp-hover .cus-btn.round-btn {
	border-radius: 100px;
}

.create-temp-hover .cus-btn.round-btn.white-btn {
	color: rgb(53, 183, 243) !important;
	padding: 14px 22px;
	position: absolute;
	width: 141px;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
}

.create-new-temp .lta-temp-box {
	margin-left: 0;
	margin-right: 30px;
}

.modal-dialog.cus-template-popup {
	width: 770px;
}

.modal-dialog.cus-template-popup .modal-body {
	padding: 50px;
}

.ctp-header {
	position: relative;
	padding-right: 160px;
	display: inline-block;
	width: 100%;
}

.ctp-header .form-control {
	font-size: 28px;
	color: #727272;
	font-weight: 300;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #e5e5e5;
	box-shadow: none;
	padding: 12px 0;
	border-radius: 0;
	height: auto;
}

.ctp-btn {
	position: absolute;
	right: 0;
	top: 0;
}

.ctp-btn .cus-btn {
	font-size: 18px;
	font-weight: 500;
	padding: 18px 23px;
	display: inline-block;
}

.ctp-temp-img {
	width: 449px;
	margin: 50px auto 0;
	display: table;
	border: 1px solid #ebebeb;
	border-radius: 8px;
}

.ctp-temp-img .screen {
	height: 600px;
}

.template-edit-header {
	display: inline-block;
	width: 100%;
	background: #fff;
	box-shadow: 0px 5px 12px -8px rgb(192, 192, 192);
	padding: 13px 30px;
}

.teh-logo img {
	height: 30px;
}

.teh-logo {
	float: left;
	margin-top: 6px;
}

.teh-right {
	float: right;
}

.teh-right li {
	float: left;
	margin-left: 40px;
}

.teh-right li a {
	font-size: 14px;
	color: #414141;
	margin-top: 12px;
	display: inline-block;
}

.tehr-save {
	background: transparent;
	border: none;
	font-size: 14px;
	display: inline-block;
	margin-top: 12px;
	padding: 0;
}

.teh-right li i {
	color: #aaaaaa;
	font-size: 18px;
	vertical-align: top;
	margin-right: 7px;
}

.cus-btn.tehr-next i {
	color: #fff;
}

.cus-btn.tehr-next {
	padding: 11px 31px;
	font-weight: 500;
}

.cus-btn.tehr-next:hover i {
	color: #35b7f3;
}

.cus-template-body {
	display: inline-block;
	padding: 70px 30px;
	width: 100%;
	background: #f8f8f8;
}

.ctb-left {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 310px;
}

.ctb-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 310px;
}

.ctb-mid {
	width: 100%;
	display: inline-block;
}

.ctb-cont-area {
	position: relative;
	min-height: 1000px;
	padding-left: 345px;
	padding-right: 345px;
}

.ctbl-tab .nav.nav-tabs {
	border: 1px solid #e5e5e5;
	background: #fff;
	border-radius: 4px;
	width: 100%;
	margin-bottom: 30px;
}

.ctbl-tab .nav.nav-tabs li {
	width: 50%;
	text-align: center;
}

.ctbl-tab .nav.nav-tabs li.active a, .ctbl-tab .nav.nav-tabs li a {
	border: none;
}

.ctbl-tab-content .tab-pane.active {
	display: block;
}

.ctbl-tab-content .tab-pane {
	display: none;
}

.ctbl-tab .nav.nav-tabs li.active a, .ctbl-tab .nav.nav-tabs li a:hover {
    background: #f3fbfe;
	color: #35b7f3;
}

.ctbl-tab .nav.nav-tabs li a {
    padding: 15px 0;
    position: relative;
    margin: 0;
    color: #727272;
}

.ctbl-tab .nav.nav-tabs li.active a::before, .ctbl-tab .nav.nav-tabs li a:hover::before {
	position: absolute;
	content: "";
	background: #35b7f3;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
}

.ctbl-tab .nav.nav-tabs li:nth-child(1)::before {
	position: absolute;
	height: 100%;
	width: 1px;
	content: "";
	right: 0;
	top: 0;
	background: #e0e7ea;
	z-index: 1;
} 

.ctbl-cont-btn {
    background: #fff;
    box-shadow: 0px 7px 20px -8px #c0c0c099;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    width: 100%;
    padding: 24px 10px;
    transition: all 0.3s;
    margin-bottom: 20px;
    filter: grayscale(1);
}

.ctbl-cont-btn.active {
    filter: none;
}

.ctbl-cont-btn.active span {
    color: #35b7f3;
}

.ctbl-cont-btn span {
	width: 100%;
	display: inline-block;
	margin-top: 14px;
	font-size: 14px;
	color: #727272;
}

.ctbl-cont-btn:hover {
	transform: scale(1.1);
	transition: all 0.3s;
}

.ctblsp-color-box {
	background: #fff;
	box-shadow: 0px 7px 20px -8px #c0c0c099;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	padding: 12px;
	display: inline-block;
	width: 100%;
}

.ctblsp-color {
	width: 24px;
	height: 24px;
	display: inline-block;
	background: #00a8ff;
	border-radius: 4px;
	cursor: pointer;
}

.ctblsp-color-box ul {
	float: left;
}

.ctblsp-color-box li {
	float: left;
	margin-right: 12px;
	position: relative;
}

.ctblsp-color-right {
	float: right;
}

.ctblsp-color.dark-green {
	background: #0cb366;
}

.ctblsp-color.yellow {
	background: #edd118;
}

.ctblsp-color.light-green {
	background: #2bd366;
}

.ctblsp-color.red {
	background: #de1818;
}

.ctblsp-color-box li.active::before {
	position: absolute;
	content: "\f17c";
	font-family: LineAwesome;
	left: 50%;
	transform: translate(-50%, -61%);
	top: 50%;
	color: #fff;
	font-size: 16px;
}

.ctblsp-color.transparent {
	background: #fff;
	position: relative;
	box-shadow: 0px 1px 21px -8px #000;
}

.ctblsp-color.transparent::before {
	position: absolute;
	content: "";
	width: 2px;
	height: 15px;
	left: 11px;
	background: red;
	transform: rotate(-46deg);
	top: 5px;
}

.ctblsp-color-right span {
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
	color: #aaaaaa;
	margin-left: 7px;
}

.ctblsp-color-right span strong {
	color: #414141;
	margin-right: 5px;
}

.ctbls-primary-color {
	margin-top: 15px;
	display: inline-block;
	width: 100%;
}

.ctbls-primary-color p {
	color: #414141;
	margin-bottom: 15px;
}

.ctbm-main-box {
	background: url(../img/template-pattern.png);
	width: 100%;
	display: inline-block;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	padding: 0 65px;
	font-family: 'Poppins';
	height: 1357px;
}

.ctbm-cont-area {
	background: #fff;
	padding: 33px;
	display: inline-block;
	width: 100%;
}

.cus-template-header {
	width: 100%;
	display: inline-block;
	height: 51px;
	position: relative;
}

.cth-call-det {
	vertical-align: middle;
	display: table-cell;
	width: 50%;
}

.temp-ver-box {
	display: table;
	width: 100%;
	height: 100%;
}

.cth-temp-logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.cth-right-emial {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	text-align: right;
}

.cth-temp-logo img {
	height: 44px;
}

.cus-temp-video-cont {
	margin-top: 47px;
	margin-bottom: 50px;
}

.cus-temp-video-left {
	width: 100%;
	display: inline-block;
	position: relative;
}

.cus-temp-video-left img {
	width: 100%;
}

.cus-temp-video-left::before {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.48);
	height: 100%;
	width: 100%;
	left: 0;
	border-radius: 4px;
}

.ctvl-play-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 100px;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	color: #2bd366;
}

.ctvl-play-icon i {
	margin-left: 7px;
}

.ctcr-heading {
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 30px;
}

.ctcr-cont {
	line-height: 28px;
	color: #777777;
	display: inline-block;
	width: 100%;
}

.cus-temp-cont-right {
	margin-top: 25px;
}

.cut-temp-popup-video {
	background: transparent;
	padding: 0;
	box-shadow: none;
	border: none;
	display: inline-block;
	width: 100%;
}

.cus-temp-thrre-imgcont {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}

.ctti-img img {
	width: 100%;
	height: 180px;
	border-radius: 4px;
}

.ctti-img-box {
	display: inline-block;
	width: 100%;
}

.ctti-cont {
	text-align: center;
	margin: 25px 0;
}

.cttic-head {
	font-size: 20px;
	color: #222222;
	font-weight: 500;
	margin-bottom: 15px;
}

.cttic-cont {
	line-height: 28px;
	font-size: 15px;
	color: #777777;
}

.cus-temp-review {
	margin: 70px auto 80px;
	display: table;
	width: 75%;
	text-align: center;
}

.ctr-quotes-icon {
	background: #2bd366;
	width: 80px;
	height: 80px;
	border-radius: 100px;
	color: #fff;
	font-size: 28px;
	line-height: 80px;
	margin: 0 auto 17px;
}

.ctr-cline-name {
	font-size: 20px;
	color: #222222;
	font-weight: 500;
}

.ctr-cline-position {
	color: #777777;
	font-size: 14px;
	margin-top: 4px;
}

.ctr-review-cont {
	margin-top: 30px;
	line-height: 34px;
	font-size: 18px;
	color: #222222;
}

.ctbm-main-box .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .ctbm-main-box .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
	right: 20px;
}

.ctbm-main-box .mCSB_scrollTools .mCSB_draggerRail, .ctbm-main-box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 8px;
}

.ctbm-main-box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 8px;
	background: #dfdfdf;
}

.ctbm-main-box .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,.ctbm-main-box  .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #f1f1f1;
}

.ctbm-main-box .mCSB_scrollTools .mCSB_draggerContainer {
	background: #fff;
	border-radius: 100px;
	padding: 7px 0;
	width: 20px;
}
.ctbm-main-box .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .ctbm-main-box .mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #dfdfdf;
}

.template-edit-setting {
	display: none;
	width: 184px;
	position: absolute;
	bottom: -65px;
	right: 4px;
	background: #35b7f3;
	padding: 10px;
	z-index: 1;
	border-radius:4px;
}

.cus-template-header .template-edit.template-cus-edit .template-edit-setting {
    right: -10px;
}

.template-edit-setting li {
	float: left;
	width: 25%;
	text-align: center;
}

.template-edit-setting li .tes-setting-btn {
	background: transparent;
	color: #fff;
	box-shadow: none;
	border: none;
	font-size: 20px;
	padding: 0;
}

.template-cus-edit {
    outline-offset: 9px !important;
    outline-width: 1px !important;
    outline-style: dashed !important;
    outline-color: #35b7f3 !important;
}

.template-edit.template-cus-edit .template-edit-setting {
    display: block;
}

.edit-temp-right.header-temp-edit h4 {
	color: #414141;
	font-size: 18px;
	margin-bottom: 30px;
	margin-top: 18px;
}

.etr-cus-head {
    margin-bottom: 23px;
    display: inline-block;
    width: 100%;
    color: #414141;
    font-size: 14px;
    font-weight: normal;
}

.font-edit-temp .form-group.dynamic-dropi .chosen-container .chosen-single {
	font-size: 14px;
	padding: 16px 15px;
}

.font-edit-temp .form-group.dynamic-dropi.front-dropi.without-label {
	margin-bottom: 0;
}

.font-edit-temp {
	margin-bottom: 25px;
	display: inline-block;
	width: 100%;
}

.bg-edit-temp .ctblsp-color-right {
	border: 1px solid #dfdfdf;
	width: 130px;
	float: left;
	padding: 11px 11px 8px 11px;
	border-radius: 4px;
}

.bg-edit-temp .ctblsp-color-right .ctblsp-color {
	width: 30px;
	height: 30px;
}

.bg-edit-temp .ctblsp-color-right .ctblsp-color::before {
	left: 14px;
	top: 8px;
}

.bg-edit-temp {
	display: inline-block;
	width: 100%;
	margin-bottom: 25px;
}

.het-header-list li {
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	margin-bottom: 20px;
	cursor: pointer;
}

.het-header-list li img {
	width: 100%;
	border-radius: 4px;
}

.het-header-list li.active {
	border-color: #35b7f3;
}

.font-edit-temp .chosen-container-single .chosen-single div {
	top: 4px;
}

.bg-temp-list li {
	float: left;
	width: 50%;
	margin-bottom: 23px;
}

.bg-temp-list li img {
	width: 82%;
	border: 2px solid #F8F8F8;
	border-radius: 4px;
	cursor: pointer;
}

.bg-temp-list li.active img {
	border-color: #35B7F3;
}

.bftl-upload .fileUpload.btn.btn-primary {
	background: transparent;
	border: none;
}

.bftl-upload .fileUpload.btn.btn-primary {
	background: transparent;
	border: none;
	width: 142px;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}

.bftl-upload {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 0;
}

.bftl-upload .fileUpload.btn.btn-primary .btflu-text {
	float: right;
}

.btflu-text p {
	font-size: 15px;
	color: #414141;
	margin-bottom: 0;
	line-height: normal;
	margin-top: -1px;
}

.btflu-text span {
	color: #35b7f3;
	font-size: 13px;
}

.link-edit-input .form-group.cus-protext .form-control {
	background: transparent;
	padding: 16px 17px;
	font-size: 14px;
}

.bgradious-edit-temp .irs-single {
	top: 3px !important;
	font-size: 10px !important;
	color: #fff !important;
	background: url(../img/bg-radiouse-count.png) no-repeat !important;
	border-radius: 100px;
	height: 23px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	padding: 0;
}

.bgradious-edit-temp .irs--flat .irs-grid-pol {
	display: none;
}

.bgradious-edit-temp .irs--big .irs-line {
    height: 5px;
    background: #dfdfdf;
    border: none;
}

.bgradious-edit-temp .irs--flat .irs-bar {
	background: #35b7f3 !important;
}

.bgradious-edit-temp .irs--flat .irs-handle {
	display: none;
}

.bgradious-edit-temp .irs--flat .irs-line {
	width: 97%;
}

.bgradious-edit-temp .het-header-list {
    margin-top: -21px;
}

.bgradious-edit-temp .irs--flat .irs-grid-text {
	font-size: 12px;
	color: #727272;
}

.bgradious-edit-temp {
	display: inline-block;
	width: 100%;
	margin-top: 0;
	margin-bottom: 25px;
}

.video-icon-list li {
	width: 25%;
	float: left;
	margin-bottom: 20px;
}

.template-video-play {
	width: 50px;
	height: 50px;
	background: #fff;
	border: 2px solid #e5e5e5;
	color: #e8e8e8;
	font-size: 19px;
	text-align: center;
	padding: 0;
	position: relative;
}

.gray-btn {
	background: #e5e5e5 !important;
	color: #cacaca !important;
}

.radious-10 {
	border-radius: 10px;
}

.round-btn {
	border-radius: 100px;
}

.video-icon-list li.active .template-video-play {
	border-color: #3ab9f3;
}

.video-icon-list i {
	vertical-align: middle;
	position: absolute;
	left: 55%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.teh-right li.active a, .teh-right li.active a i {
	color: #35B7F3;
}

.cus-template-body.cus-temp-preview .ctb-cont-area {
	padding: 0;
}

.cus-template-body.cus-temp-preview {
	padding: 40px 0 70px 0;
}

.cus-template-body.cus-temp-preview .ctbm-main-box {
	background: #fff;
}

.cus-template-body.cus-temp-preview .nav.nav-tabs {
	margin: 0 auto 40px;
	display: table;
	border: none;
}

.cus-template-body.cus-temp-preview .nav.nav-tabs li.active a {
	border: none;
	background: transparent;
	color: #35b7f3;
}

.cus-template-body.cus-temp-preview .nav.nav-tabs li a {
	border: none;
	position: relative;
	color: #727272;
	font-size: 14px;
}

.cus-template-body.cus-temp-preview .nav.nav-tabs li.active a::before {
	position: absolute;
	content: "";
	background: #35b7f3;
	height: 2px;
	width: 100%;
	left: 0;
	bottom: 0;
}

.cus-template-body.cus-temp-preview .nav.nav-tabs li.active a i {
	color: #35b7f3;
}

.cus-template-body.cus-temp-preview .nav.nav-tabs li a i {
	font-size: 18px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
	color: #aaaaaa;
}

.cus-template-body.cus-temp-preview .nav.nav-tabs li a:hover, .cus-template-body.cus-temp-preview .nav.nav-tabs li a:hover i {
	background: transparent;
	color: #35b7f3;
}

.cus-template-body.cus-temp-preview .nav.nav-tabs li {
	margin-right: 33px;
}

.cus-template-body.cus-temp-preview .nav.nav-tabs li:nth-last-child(1) {
	margin-right: 0;
}

.ctp-pre-header {
	display: inline-block;
	width: 100%;
	position: relative;
}

.ctpph-left {
	position: absolute;
	top: 12px;
	left: 0;
}	

.ctpph-left a i {
	font-size: 20px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}

.ctpph-left a {
	font-size: 15px;
	color: #35b7f3;
}

.mobile-checker-temp {
	background: url(../img/mobile-check-mobile.png) no-repeat;
	width: 430px;
	height: 667px;
	margin: 0 auto;
	display: table;
	padding: 33px 18px;
}

.mobile-checker-temp .ctbm-main-box {
	padding: 0;
	border: none;
}

.mobile-checker-temp .ctbm-cont-area {
	padding: 0 15px;
}

.mobile-checker-temp .ctbm-main-box {
	height: 609px;
}

.mobile-checker-temp #mCSB_2_scrollbar_vertical {
	right: -62px;
}

.mobile-checker-temp .temp-ver-box {
	display: inline-block;
}

.mobile-checker-temp .cth-temp-logo {
	position: initial;
	width: 100%;
	display: inline-block;
	text-align: center;
	transform: initial;
	margin-top: 13px;
}

.mobile-checker-temp .cth-call-det {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 15px 0 6px 0;
}

.mobile-checker-temp .cth-right-emial {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.mobile-checker-temp .col-md-6, .mobile-checker-temp .col-md-3, .mobile-checker-temp .col-md-4, .mobile-checker-temp .col-md-2 {
	width: 100% !important;
}

.mobile-checker-temp .cus-temp-cont-right.template-edit {
	text-align: center;
}

.mobile-checker-temp .cus-temp-review {
	width: 100%;
}

.cus-template-body.cus-temp-preview .ctb-cont-area {
	min-height: 768px;
}

.NDR-box {
	display: none;
}

.NRD-input {
	position: relative;
	padding-right: 160px;
	padding-left: 24px;
}

.NRD-input {
	position: relative;
	padding-right: 160px;
	padding-left: 24px;
}

.NRD-input .form-group .form-control {
	border-color: #ebebeb;
	box-shadow: none;
	padding: 17px 15px;
	height: auto;
}

.NRD-input .form-group {
	margin-top: 24px;
	margin-bottom: 8px;
	position: relative;
	width: 100%;
}

.NRD-input .cus-btn {
    position: absolute;
    width: 140px;
    right: 0;
    top: 25px;
    padding: 16px 15px;
    font-weight: 500;
}

.new-domin-radio {
	border-bottom: 1px solid #ebebeb;
	padding: 20px 0;
}

.new-domin-radio label {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0;
}

.new-domin-radio label input {
	margin-right: 7px;
}

.cus-template-body.cus-temp-publish .ctb-cont-area {
	min-height: auto;
	padding: 0;
}

.ct-publish-box {
	width: 770px;
	margin: 0 auto;
	display: table;
}

.ct-publish-box .temp-publish-form {
	padding: 50px;
	background: #fff;
	width: 100%;
	display: inline-block;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	
}

.temp-publish-form .form-group.cus-protext .form-control {
	margin-top: 0;
}

.temp-publish-form .form-group.cus-protext label, .temp-publish-form .new-domin-radio-area label {
	width: 100%;
	display: inline-block;
	margin-bottom: 12px;
	color: #414141;
	font-size: 15px;
	font-weight: 500;
}

.ctp-pre-header.publish-temp-head .ctpph-left {
	position: initial;
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
}

.temp-publish-form .form-group.cus-protext label i {
	font-size: 20px;
	vertical-align: top;
	color: #aaaaaa;
	margin-top: 2px;
	margin-left: 5px;
}

.temp-publish-form .form-group {
	margin-bottom: 25px;
}

.temp-publish-form .new-domin-radio-area {
	display: inline-block;
	width: 100%;
	margin-top: 15px;
}

.temp-publish-form .form-group.dynamic-dropi.front-dropi {
	margin-top: 32px;
}

.temp-publish-form .new-domin-radio label {
	font-weight: normal;
}

.exist_domin.NDR-box .NRD-input {
	padding-right: 0;
}

.NDR-domin-required ul {
	list-style-type: none;
	margin: 0;
	padding: 3px 0 0 22px;
}

.NDR-domin-required ul li {
	margin-top: 10px;
	color: #b9b9b9;
}

.cus-template-body.cus-temp-publish {
	padding-top: 30px;
}

.sidebar-menu li.treeview.active a i {
	color: #35b7f3;
}

.newsletter-head h2 {
	font-size: 24px;
	font-weight: normal;
}

.newsletter-head h3 {
	font-size: 18px;
	margin-top: 46px;
	margin-bottom: 35px;
}

.newsletter-head h3 img {
	height: 17px;
	margin-left: 7px;
	display: inline-block;
}

.temp-price-cont {
	padding: 40px 0 0 0;
	display: inline-block;
	width: 90%;
}

.email-plan-list {
	width: 100%;
	display: inline-block;
	border: 1px solid #ebebeb;
	padding: 40px 28px;
	border-radius: 10px;
	position: relative;
}

.email-price-scroll .owl-item {
	padding-right: 30px;
}

.eplph-head {
	color: #414141;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 13px;
}

.eplph-price {
	color: #35b7f3;
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 25px;
}

.epl-popular {
	position: absolute;
	background: #35b7f3;
	width: 100%;
	left: 0;
	top: 0;
	border-radius: 9px 9px 0 0;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	padding: 3px 0;
}

.epl-plan-head {
	text-align: center;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 30px;
}

.eplph-price span {
	color: #727272;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
}

.eplh-highlight {
	font-weight: 500;
	color: #414141;
	font-size: 14px;
	margin-bottom: 20px;
}

.email-plan-list .btn-center {
	width: 100%;
	display: inline-block;
	margin-top: 15px;
}

.email-plan-list .btn-center .cus-btn {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-weight: 500;
}

.email-plan-list ul li {
	color: #727272;
	margin-bottom: 16px;
}

.email-price-scroll .owl-buttons {
	position: absolute;
	right: -54px;
	top: 50%;
	transform: translatey(-50%);
}

.email-price-scroll .owl-buttons .owl-prev {
	position: absolute;
	top: 0;
	right: 0;
}

.email-price-scroll .owl-controls .owl-buttons .owl-next {
	position: absolute;
	right: 0;
	bottom: 13px;
	background: transparent;
	color: #aaaaaa;
	border: 1px solid #ebebeb;
	font-size: 20px;
}

.email-price-scroll .owl-controls .owl-buttons .owl-next:hover, .email-price-scroll .owl-controls .owl-buttons .owl-prev:hover {
	color: #35b7f3 !important;
	border: 1px solid #35b7f3;
}

.email-price-scroll .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
	color: #aaaaaa;
	border: 1px solid #ebebeb;
	font-size: 20px;
}

.email-price-scroll {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

.email-price-scroll .owl-controls .owl-pagination {
	display: block;
	margin-top: 30px;
	padding-right: 30px;
}

.email-price-scroll .owl-controls .owl-pagination .owl-page span {
	background: #e1e5e7;
	width: 10px;
	height: 10px;
	margin: 0 10px 0 0;
}

.email-price-scroll .owl-controls .owl-pagination .owl-page:nth-last-child(1) span {
	margin-right: 0;
}

.email-price-scroll .owl-controls .owl-pagination .owl-page.active span {
	background: #35b7f3;
}

.email-plan-list.selected {
	border-color: #35b7f3;
}

.email-price-features .panel-group {
	padding-top: 0;
}

.email-price-features .panel-default .accordion-toggle.collapsed::before {
	content: "\f11f";
	font-family: LineAwesome;
}

.email-price-features .panel-default .accordion-toggle::before {
	content: "\f122";
}

.email-price-features .panel-heading {
	width: 100%;
	display: inline-block;
}

.email-price-features h5.panel-title {
	border: 1px solid #e5e5e5;
	float: left;
	width: auto;
	border-radius: 4px;
}

.email-price-features h5.panel-title a {
	font-size: 14px;
	color: #414141;
	font-weight: bold;
	width: 210px;
	height: 55px;
	display: inline-block;
	padding: 17px 19px;
}

.email-price-features .panel-default .accordion-toggle::before {
	right: 18px;
	top: 17px;
	border: none;
	width: auto;
	height: auto;
	font-size: 20px;
}

.scroll_table_box {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 54px;
}

.scroll_table {
	overflow-y: scroll;
	height: 700px;
	border-top: 41px solid transparent;
	border-bottom: 115px solid rgba(84, 142, 207, 0.06);
}

.scroll_table table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

.scroll_table td, th {
	padding: 10px;
}

.scroll_table thead tr th div {
  border-bottom: 1px solid #ebebeb;
}


.scroll_table thead tr th .stb-header-head {
	top: 0;
	color: #414141;
	font-size: 14px;
	font-weight: 500;
}

.scroll_table tfoot tr td .stb-tfoot-head {
	bottom: 0;
	color: #f00;
	height: 100px;
}

.scroll_table thead tr th{
  height: 0;
  line-height: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: transparent;
  border: none;
  white-space: nowrap;
}

.scroll_table tfoot tr td {
  height: 0;
  line-height: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: transparent;
  border: none;
  white-space: nowrap;
}

.scroll_table thead tr th .stb-header-head {
	position: absolute;
	padding: 10px;
	margin-left: -10px;
	line-height: normal;
	z-index: 2;
	text-align: left;
	width: 100%;
}

.scroll_table tfoot tr td .stb-tfoot-head {
	position: absolute;
	padding: 10px;
	margin-left: -10px;
	line-height: normal;
	text-align: center;
	width: auto;
	z-index: 2;
	color: #8099a5;
	font-weight: 500;
	font-size: 14px;
}

.scroll_table thead tr th:first-child div,
.scroll_table tfoot tr td:first-child div {
  border-left: none;
}

.email-price-features .panel-body {
	padding-right: 30px !important;
}

.scroll_table table thead tr th {
	color: #414141;
	font-weight: 500;
}

.scroll_table table tbody tr.stb-last-border td {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 25px !important;
}

.stb-cus-heading {
	color: #727272;
}

.stb-highlight-head {
	color: rgb(65, 65, 65);
	font-weight: 500;
	padding-top: 25px !important;
	padding-left: 0 !important;
	text-align: left !important;
}

.scroll_table table tbody tr td .la.la-check {
	color: #8099a5;
	font-size: 14px;
}

.scroll_table table tbody tr td .la.la-times {
	color: #d0d5d7;
	font-size: 14px;
}

.stb-count {
	font-size: 13px;
	color: #8099a5;
}

.stb-cus-heading {
	padding-left: 0 !important;
	text-align: left !important;
}

.scroll_table thead tr:nth-child(1) th {
	padding-left: 0 !important;
}

.ptf-choose-btn .cus-btn {
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	width: 100px;
	margin: 11px auto 0;
	display: block;
	padding: 9px 9px !important;
}

.ptf-heading {
	color: #414141;
	font-weight: 500;
	padding: 31px 0;
}

.stb-box-1 {
	width: 30%;
}

.stb-box-2, .stb-box-3, .stb-box-4, .stb-box-5, .stb-box-6, .stb-box-7 {
	width: 11.65%;
}

.ptf-choose-btn {
	margin-left: -38px;
}

.nds-quick {
	width: 100%;
	display: inline-block;
	position: relative;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	padding: 20px 20px 20px 74px;
}

.nds-quick .SMSD-icon {
	left: 11px;
	top: 50%;
	transform: translatey(-50%);
}

.nds-quick-area {
	display: inline-block;
	width: 100%;
	margin: 20px 0 33px 0;
}

.overview-tab-det h3 {
	margin-top: 0;
	font-size: 20px;
	color: #414141;
	margin-bottom: 25px;
}

.overview-tab-det .nds-quick {
	margin-bottom: 30px;
}

.ags-tab-det .tab-pane {
	display: none;
}

.ags-tab-det .tab-pane.active {
	display: block;
}

.audience-graph-sec {
	padding-left: 65px;
	display: inline-block;
	width: 100%;
}

.agsth-tab {
	float: left;
}

.agsth-right {
	float: right;
	width: 335px;
}

.SRB-tab-sec .agsth-tab .nav.nav-tabs li a {
	font-size: 15px;
	color: #727272;
	border: 1px solid #e5e5e5;
	padding: 11px 0;
	width: 90px;
	text-align: center;
	border-radius: 4px;
}

.SRB-tab-sec .agsth-tab .nav.nav-tabs li.active a, .SRB-tab-sec .agsth-tab .nav.nav-tabs li a:hover {
	color: #35b7f3;
	border: 1px solid #35b7f3;
}

.agsth-tab .nav.nav-tabs {
	border: none;
}

.SRB-tab-sec .agsth-tab .nav.nav-tabs li {
	margin-right: 20px;
}

.agsth-right .form-group.dynamic-dropi .chosen-container .chosen-single {
	padding: 11px 15px;
}

.agsth-right .form-group.dynamic-dropi {
	margin-bottom: 0;
	display: inline-block;
	width: 100%;
	margin-top: 11px;
}

.agsth-right .chosen-container-single .chosen-single div {
	top: 0;
}

.ncb-start-box {
	margin: 100px auto 0;
	display: table;
	text-align: center;
}

.ncbs-step-list li {
	float: left;
	margin-right: 218px;
	position: relative;
}

.ncbs-step-list li:nth-last-child(1) {
	margin-right: 0;
}

.ncb-start-box h3 {
	font-size: 30px;
	font-weight: normal;
	line-height: 50px;
	margin-bottom: 49px;
}

.ncb-step-box h4 {
	font-weight: normal;
	font-size: 18px;
	margin-top: 23px;
}

.ncbs-step-list li::before {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translate(147px, -116%);
	background: url(../img/email-campaigns-arrow.png) no-repeat;
	width: 76px;
	height: 30px;
}

.ncbs-step-list li:nth-last-child(1)::before {
	content: initial;
}

.ncbs-step-list {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.ncbs-step-list .btn-center .cus-btn {
	display: inline-block;
	margin-top: 50px;
	font-size: 16px;
	width: 230px;
	padding: 18px 0;
}

.ncbs-step-list .btn-center {
	display: inline-block;
	width: 100%;
}

.check-step-box {
	margin: 0 auto;
	display: table;
}

.check-step-box {
	margin: 0 auto;
	display: table;
}

.check-step-box ul li:nth-child(1) {
	width: 150px;
	text-align: left;
}

.check-step-box ul li {
	display: inline-block;
	text-align: center;
	position: relative;
}

.check-step-box ul li:nth-child(1)::before {
	position: absolute;
	content: "";
	width: 88px;
	border-bottom: 1px dashed #b0b0b0;
	top: 23px;
	left: 79px;
}

.check-step-box ul li.active .check-stepB-count {
	border-color: #35b7f3;
	color: #35b7f3;
}

.check-step-box ul li:nth-child(1) .check-stepB-count {
	margin: 0 0 0 20px;
}

.check-stepB-count {
	color: #b0b0b0;
	border: 1px solid #b0b0b0;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 100px;
	margin: 0 auto;
	display: table;
	font-weight: bold;
}

.check-step-box ul li.active p {
	color: #35b7f3;
}

.check-step-box ul li p {
	color: #b0b0b0;
	font-size: 500;
	margin-top: 12px;
}

.check-step-box ul li:nth-last-child(1) {
	width: 160px;
	text-align: right;
}

.check-step-box ul li:nth-last-child(1)::before {
	position: absolute;
	content: "";
	width: 88px;
	border-bottom: 1px dashed #b0b0b0;
	top: 23px;
	right: 90px;
}

.check-step-box ul li:nth-last-child(1) .check-stepB-count {
	display: inline-block;
	margin-right: 33px;
}

.ns-head-mid .check-step-box ul {
	padding: 0;
}

.check-step-box ul li.done:nth-child(1)::before {
	border-bottom: 1px dashed #35b7f3;
}

.check-step-box ul li.done .check-stepB-count {
	border-color: #35b7f3;
	color: #35b7f3;
}

.check-step-box ul li.done p {
	color: #35b7f3;
}

.newsletter-step-head {
	display: inline-block;
	width: 100%;
	position: relative;
}

.ns-head-left {
	position: absolute;
	font-size: 30px;
	left: 0;
	top: 50%;
	transform: translate(0, -78%);
}

.ns-head-left {
	position: absolute;
	font-size: 30px;
	left: 0;
	top: 50%;
	transform: translate(0, -78%);
}

.select-tm-cate .radio label {
	width: 460px;
	border: 2px dashed #e0e0e0;
	text-align: center;
	padding: 84px 0;
	border-radius: 4px;
}

.select-template-main {
	margin: 60px auto 0;
	display: table;
}

.select-tm-cate .radio .cr {
	opacity: 0;
	height: 0;
	font-size: 0;
	border: none;
	width: 0;
}

.select-tm-cate p {
	margin-top: 30px;
	font-size: 20px;
	color: #414141;
}

.select-tm-cate.active .radio label {
	border-color: #35b7f3;
}

.select-temp-btns li a {
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
}

.select-temp-btns li {
	float: left;
	margin-right: 15px;
}

.SR-box-details.newsletter-campaigns-steps {
	position: relative;
}

.select-temp-btns {
	position: absolute;
	right: 0;
	top: 16px;
}

.layout-list-box {
	width: 270px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.llb-img {
	border: 1px solid #ebebeb;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 25px 0;
}

.llb-img img {
	width: 100%;
}

.layout-list-box p {
	text-align: center;
	color: #414141;
	font-size: 15px;
	margin-bottom: 15px;
}

.SR-box-details.newsletter-subsribe-box h2 {
	font-size: 28px;
}

.SR-box-details.newsletter-subsribe-box h2 span {
	color: #35b7f3;
	margin-left: 10px;
}

.SR-box-details.newsletter-subsribe-box .visi-online-box {
	margin-top: 0;
}

.SR-box-details.newsletter-subsribe-box .table-auto-adjust.logs-mail {
	overflow-y: auto;
	width: 100%;
	white-space: nowrap;
	position: relative;
}

.sticky-col {
	position: sticky;
	position: -webkit-sticky;
}
  
.first-col {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    left: 0px;
    box-shadow: 3px 1px 2px 0px #dedede;
    background: #fff;
}

.second-col {
	width: 150px;
    min-width: 150px;
    max-width: 150px;
	left: 100px;    
}

.SR-box-details.newsletter-subsribe-box .PT-user-sec thead th {
	padding: 14px 45px !important;
	font-weight: 500;
	text-transform: initial;
	background: #f7f7f7;
	border: 1px solid #ebebeb !important;
}

.SR-box-details.newsletter-subsribe-box .PT-user-sec tbody tr td {
	padding: 14px 45px !important;
}

.SR-box-details.newsletter-subsribe-box .sticky-col.first-col {
	padding: 14px 20px !important;
}

.first-col i.la.la-angle-right {
	position: absolute;
	right: 15px;
	top: 45%;
	transform: translatey(-50%);
}

.SR-box-details.newsletter-subsribe-box .sticky-col.first-col a {
	color: #326078;
}

.emmail-subs-tag {
    text-align: center;
    border: 1px solid #9adcf6;
    border-radius: 4px;
    color: #35b7f3;
    font-size: 13px;
    float: left;
    padding: 3px 10px;
}

.cleaned-subs-tag {
    text-align: center;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    color: #aaaaaa;
    font-size: 13px;
    float: left;
    padding: 3px 10px;
}

.sub-rating-tab {
    color: #35b7f3;
}

.sub-rating-tab i {
    margin-right: 4px;
}

.SR-box-details.newsletter-subsribe-box .PTTH-left.show-entry {
	margin-top: 30px;
}

.nsbt-head-arrow {
	float: left;
	color: #727272;
	font-size: 15px;
	margin-right: 13px;
	margin-left: 4px;
}

.SR-box-details.newsletter-subsribe-box .PT-user-sec thead th:nth-last-child(1) {
	text-align: left;
}

.news-subscribe-head {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

.nsh-left .VCAH-dropi {
	background: transparent;
	padding: 12px 10px 10px 10px;
	float: left;
	border-radius: 4px 0 0 4px;
}

.nshl-segment-btn {
	float: left;
}

.nshl-segment-btn .nshls-btn {
	float: left;
	background: transparent;
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	border-left: none;
	color: #35b7f3;
	padding: 11px 16px;
	border-radius: 0 4px 4px 0;
}

.nsh-right {
	float: right;
	position: relative;
}

.nsh-right li {
	float: left;
	margin-left: 15px;
}

.nshr-dropi .VCAH-dropi {
	padding: 12px 10px 10px 10px;
	background: transparent;
}

.nshr-search {
	position: absolute;
	left: -262px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 13px;
	padding-right: 10px;
	padding-left: 10px;
	width: 250px;
	bottom: 0;
}

.nshrs-input {
	border: none;
	width: 85%;
}

.nshr-btn {
	background: transparent;
	border: none;
	padding: 0;
	color: #aaa;
	font-size: 16px;
	float: right;
}

.modal-dialog.cus-modal.segement-modal {
	width: 810px;
}

.cus-modal.segement-modal .modal-header h4 {
	font-size: 22px;
}

.seg-modal-head p {
	float: left;
	margin-top: 12px;
	margin-right: 19px;
	margin-left: 18px;
}

.seg-modal-head .VCAH-dropi {
	float: left;
	padding: 0;
}

.seg-modal-head .VCAH-dropi .TDSL-dropi-area select {
	padding: 15px 11px;
}

.seg-modal-head .VCAH-dropi .TDSL-dropi-area::before, .segement-modal .CMC-box .form-group .VCAH-dropi .TDSL-dropi-area::before {
	top: 50%;
	transform: translatey(-50%);
	right: 13px;
}

.seg-modal-head .VCAH-dropi .TDSL-dropi-area {
	padding-right: 26px;
}

.seg-modal-head {
	display: inline-block;
	width: 100%;
	margin-bottom: 21px;
}

.segement-modal .CMC-box .form-group .VCAH-dropi {
	width: 100%;
	padding: 0;
	position: relative;
	z-index: 1;
}

.segement-modal .TDSL-dropi-area, .segement-modal .TDSL-dropi-area select {
	width: 100%;
}

.segement-modal .CMC-box .form-group .VCAH-dropi select {
	padding: 14px 15px;
}

.segement-modal .form-group.cus-protext {
	display: inline-block;
	width: 100%;
}

.segment-btn {
	margin-top: -14px;
	margin-bottom: 38px;
}

.segment-btn .cus-btn.outline-btn {
	font-size: 13px;
	padding: 6px 17px;
	text-transform: uppercase;
}

.segment-btn .cus-btn.outline-btn.red-btn {
	color: #f44336;
}

.segment-btn .cus-btn.outline-btn.red-btn:hover {
	background: #f44336;
	color: #fff;
}

.sub-rating-tab.subrt-modal {
	margin-top: 14px;
}

.form-group.cus-protext.create-seg-input .form-control {
	margin-top: 0;
	padding: 13px 15px;
}

.audience-exp-list {
	display: inline-block;
	width: 100%;
}

.audience-exp-list li {
	width: 100%;
	margin-left: 0;
	border-top: 1px solid #e5e5e5;
	padding-bottom: 0;
	margin-bottom: 20px;
	position: relative;
	padding-left: 45px;
	padding-top: 17px;
}

.audience-exp-list li:nth-last-child(1) {
	margin-bottom: 0;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 18px;
}

.audience-exp-list li .checkbox {
	position: absolute;
	left: 0;
	top: 17px;
}

.audience-exp-list li .checkbox label {
	padding-left: 0;
}

.axl-member-export .la.la-check-circle {
	position: absolute;
	left: 0;
	top: 12px;
	color: #35b7f3;
	font-size: 22px;
}

.axl-member-export {
	position: relative;
	padding-left: 40px;
	float: left;
	width: 60%;
}

.axl-total-cont {
	float: left;
	font-size: 15px;
	color: #414141;
	margin-top: 25px;
}

.axl-export-btn {
	float: right;
	margin-top: 25px;
}

.axl-member-export h4 {
	font-size: 15px;
	font-weight: normal;
	margin-top: 14px;
}

.user_popover_box.sub-popup-box .popover-header {
	padding: 15px 30px 10px 22px;
}

.user_popover_box.sub-popup-box .popover-content {
	padding: 0 50px 0px 20px;
}

.pubdal-btn {
	background: transparent;
	float: left;
	border: none;
	padding: 0;
	color: #727272;
	font-size: 13px;
	font-weight: normal;
	font-family: 'Rubik' !important;
}

.PUDB-action-list li i {
	position: absolute;
	left: 0;
	top: 1px;
	color: #aaaaaa;
	font-size: 15px;
}

.PUDB-action-list li {
	position: relative;
	float: left;
	width: 100%;
	display: inline-block;
	padding-left: 27px;
	margin-bottom: 15px;
}

.sub-popup-box.popover-x.left {
	margin-top: -17px;
	margin-left: -21px;
	width: 160px;
	left: initial !important;
	right: 104px !important;
}

.SR-box-details.newsletter-subsribe-box .edit-btn-user .fa.fa-caret-down {
	font-size: 14px;
	margin-left: 7px;
}

.SR-box-details.newsletter-subsribe-box .edit-btn-user {
	padding: 0;
}

.pubdal-btn:hover {
	color: #35b7f3;
}

.VC-area.sub-list-tab .nshl-segment-btn .nshls-btn {
	font-size: 18px;
	color: #727272;
	padding: 8px 16px;
	border-radius: 0;
}

.round-border-rt-rb {
	border-radius: 0 4px 4px 0 !important;
}

.SR-box-details.newsletter-subsribe-box .VC-area.sub-list-tab .PT-user-sec thead th {
	padding: 14px 20px !important;
}

.SR-box-details.newsletter-subsribe-box .VC-area.sub-list-tab .PT-user-sec tbody tr td {
	padding: 14px 20px !important;
}

.SR-box-details.newsletter-subsribe-box .VC-area.sub-list-tab .PT-user-sec thead th:nth-last-child(1) {
	text-align: right;
}

.modal-dialog.cus-modal.add-list-modal .modal-header {
	padding: 12px 30px;
}

.modal-dialog.cus-modal.add-list-modal .modal-header .modal-title {
	color: #414141;
	font-size: 22px;
	margin-bottom: 22px;
}

.modal-dialog.cus-modal.add-list-modal .modal-header p {
	padding-right: 90px;
	color: #727272;
	line-height: 24px;
}

.code-own-option li {
	float: left;
	margin-right: 30px;
}

.coo-btns {
	background: transparent;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	padding: 65px 100px;
}

.coob-img {
	margin-bottom: 30px;
}

.coob-cont {
	font-weight: normal;
	color: #414141;
	font-size: 20px;
}

.campaign-template {
	width: 1160px;
	display: inline-block;
}

.ctt-temp-list {
    background: #fff;
    border: 1px solid #ebebeb;
    display: inline-block;
    box-shadow: 0 10px 20px rgba(0,0,0,.05);
    position: relative;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 18px;
}

.ctt-temp-list img {
	height: 550px;
	width: 320px;
	border-radius: 10px;
}

.ctttl-hover {
	display: none;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}

.ctt-temp-list:hover .ctttl-hover {
	display: block;
}

.ct-temp-head {
	display: inline-block;
	width: 100%;
	margin-bottom: 25px;
}

.cttemp-dropi .VCAH-dropi {
	background: transparent;
	padding: 0;
}

.cttemp-dropi .VCAH-dropi select {
	padding: 15px 45px 15px 15px;
}

.cttemp-dropi .VCAH-dropi .TDSL-dropi-area::before {
	top: 14px;
	right: 14px;
}

.campaign-template .owl-theme .owl-controls {
	position: absolute;
	top: -82px;
	right: 25px;
}

.campaign-template .owl-theme .owl-controls .owl-buttons .owl-prev {
	background: transparent;
	border: 1px solid #ebebeb;;
	color: #88a2ae;
	font-size: 16px;
	width: 45px;
	height: 50px;
	border-radius: 4px;
	line-height: 50px;
	margin-right: 15px;
}

.campaign-template .owl-theme .owl-controls .owl-buttons .owl-next {
    background: transparent;
    border: 1px solid #ebebeb;
    color: #88a2ae;
    font-size: 16px;
    line-height: 50px;
    width: 45px;
    height: 50px;
    border-radius: 4px;
}

.ccttl-inner-box {
	position: relative;
	display: inline-block;
	width: 100%;
}

.ctt-temp-list:hover .ccttl-inner-box::before {
	content: "";
	background: rgba(53, 183, 243, 0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 10px;
}

.ctttlh-btn .cus-btn.white-btn {
	color: #35b7f3 !important;
	font-weight: 500;
	display: inline-block;
}

.cttlh-view-btn {
	margin: 12px auto 0;
	display: table;
	font-size: 36px;
	color: #fff;
}

.campaign-template .PL-table-footer {
	padding-right: 20px;
}

.campaign-template .PL-table-footer .PTTH-left {
	margin-top: 27px;
}

.select-template-main.cam-recipients {
	width: 570px;
}

.form-group.cus-protext.without-label .form-control {
	margin-top: 0;
}

.SR-box-details.newsletter-campaigns-steps .form-group.cus-protext {
	margin-bottom: 25px;
	display: inline-block;
	width: 100%;
}
	
.SR-box-details.newsletter-campaigns-steps .form-group.cus-protext.date-inp::before {
	content: inherit;
}

.SR-box-details.newsletter-campaigns-steps .input-group[class*="col-"] {
	padding-left: 15px;
	padding-right: 15px;
}

.cam-tag-add {
	border: 1px dashed #d9d9d9;
	border-radius: 4px;
	color: #727272;
	font-size: 15px;
	font-weight: normal;
	margin-top: -10px;
	position: relative;
}

.ctb-tag-btn {
	width: 100%;
	text-align: left;
	background: transparent;
	border: none;
	padding: 17px 21px;
}

.ctb-tag-btn i {
	float: right;
	font-size: 26px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translatey(-50%);
}

.SR-box-details.newsletter-campaigns-steps .checkbox label {
	padding-left: 0;
	color: #727272;
	font-size: 15px;
}

.SR-box-details.newsletter-campaigns-steps .checkbox .cr {
	width: 22px;
	height: 22px;
	margin-top: -1px;
	margin-right: 17px;
}

.SR-box-details.newsletter-campaigns-steps .checkbox .cr .cr-icon {
	left: 17%;
}

.select-template-main.cam-recipients h2 {
	text-align: center;
	color: #414141;
	font-size: 28px;
	margin-bottom: 50px;
	margin-top: 0;
	padding: 0 100px;
	line-height: 40px;
}

.select-tem-design {
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 22px;
	display: inline-block;
	width: 100%;
	margin-bottom: 25px;
}

.stdl-left {
	float: left;
	color: #414141;
	font-size: 15px;
	font-weight: 500;
}

.stdl-left i, .stdl-righ i {
	color: #35b7f3;
	font-size: 17px;
	margin-right: 7px;
}

.std-mid {
	margin: -12px auto 12px;
	display: table;
	width: 154px;
	border: 1px solid #f3f3f3;
	box-shadow: 0 4px 4px #0000001a;
}

.stdl-right {
	float: right;
}

.std-head {
	display: inline-block;
	width: 100%;
	position: relative;
}

.stdlr-btn {
	background: transparent;
	border: none;
	color: #35b7f3;
	padding: 0;
	font-size: 13px;
}

.stdlr-btn i {
	font-size: 15px;
	vertical-align: top;
	margin-right: 5px;
}

.stdm-temp-view img {
	width: 100%;
}

.stdl-mid {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #727272;
	font-size: 14px;
}

.SSB-date-area:nth-child(1) {
	width: 25%;
}

.SSB-date-area:nth-child(2) {
	width: 41%;
}

.SSB-date-area .TDSL-dropi-area::before {
	right: 8px;
}

.modal-dialog.cus-modal.schedule-campaign-pop {
	width: 410px;
}

.modal-dialog.cus-modal.schedule-campaign-pop .SSB-time li {
	width: 33.33%;
	margin-right: 0;
}

.modal-dialog.cus-modal.schedule-campaign-pop .SSB-time li:nth-child(1)::before {
	z-index: 1;
}

.modal-dialog.cus-modal.schedule-campaign-pop .SSB-time {
	margin: 25px auto 25px;
	display: table;
	width: 141px;
	float: none;
}

.modal-dialog.cus-modal.schedule-campaign-pop .CMC-form {
	padding: 10px 0 0 0;
}

.newsletter-temp-sec {
	margin-top: 15px;
	display: inline-block;
	width: 100%;
}

.nsh-right.pull-left li {
	margin-left: 0;
	margin-right: 15px;
}

.SR-box-details.newsletter-subsribe-box .PT-user-sec .checkbox-table thead th:nth-child(1), .SR-box-details.newsletter-subsribe-box .PT-user-sec .checkbox-table tbody td:nth-child(1) {
	padding-left: 17px !important;
}

.SR-box-details.newsletter-subsribe-box .PT-user-sec .checkbox-table thead th:nth-child(1) .checkbox, .SR-box-details.newsletter-subsribe-box .PT-user-sec .checkbox-table tbody td:nth-child(1) .checkbox {
	margin-right: 10px;
}

.SR-box-details.newsletter-subsribe-box .PT-user-sec .checkbox-table thead th:nth-last-child(1)  {
	text-align: right !important;
}

.numeric.report-action {
	float: right;
}

.view-report-link {
	float: right;
	color: #35b7f3;
	font-size: 14px;
}

.view-report-link i {
	font-size: 16px;
	margin-right: 9px;
}

.numeric.report-action .edit-btn-user .fa.fa-caret-down {
	margin-left: 0;
	margin-top: 1px !important;
	float: left;
	width: 100%;
	color: #aaaaaa;
}

.numeric.report-action .edit-btn-user {
	height: 26px !important;
	line-height: 26px !important;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	width: 26px;
	text-align: center;
	padding: 0 !important;
	margin-left: 20px;
}
															
.report-open-table span {
	margin-left: 12px;
}

.view-report-link {
	margin-top: 3px;
}

.cus-btn.outline-btn.nshre-btn i {
	font-size: 16px;
	margin-right: 7px;
}

.sub-popup-box.report-pop-box.popover-x.left {
	width: 200px;
	right: 117px !important;
}

.report-view-right {
	float: right;
	margin-top: 6px;
}

.report-view-right li {
	float: left;
	margin-left: 30px;
	font-size: 14px;
	color: #414141;
	font-weight: normal;
}

.report-view-right li span {
	font-size: 20px;
	color: #35b7f3;
	margin-right: 8px;
}

.newsletter-sb-head {
	background: #f4f4f4;
	padding: 20px 30px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
}

.nsbhd-heading {
	font-size: 17px;
	color: #414141;
	font-weight: 500;
	margin-bottom: 7px;
}

.nsbhd-heading span {
	margin-left: 10px;
}

.nsbhd-heading-cus {
	font-weight: normal;
	font-size: 15px;
	color: #727272;
}

.rpbpl-img {
	position: relative;
	margin-top: 5px;
}

.rpbpl-cont p {
	margin-bottom: 0;
	color: #fff;
	font-weight: normal;
}

.rpbpl-cont h2 {
	margin: 0 0 8px 0;
	color: #fff;
	font-size: 30px;
	font-weight: 300;
}

.report-pyramid-box {
	margin-top: 100px;
	display: inline-block;
	width: 100%;
	position: relative;
	padding-left: 260px;
}

.rpbpl-cont {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.rpb-pyramid-list {
	width: 640px;
	text-align: center;
	display: inline-block;
}

.report-tab-box {
	position: relative;
	padding-left: 415px;
	display: inline-block;
	width: 100%;
}

.report-tab-box {
	position: relative;
	padding-left: 415px;
	display: inline-block;
	width: 100%;
}

.rtb-img {
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	box-shadow: 0 1px 4px #0000001a;
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #ebebeb;
	width: 372px;
}

.rtb-img img {
	width: 100%;
}

.rtb-details h3 {
	margin-top: 10px;
	font-size: 18px;
	color: #414141;
	font-weight: 500;
}

.rtbd-point li {
	margin-top: 32px;
	color: #414141;
	font-weight: normal;
}

.rtbd-point li span {
	width: 210px;
	display: inline-block;
	color: #727272;
}

.rtbdp-time {
	display: inline-block;
	margin-left: 30px;
}

.rtbd-point li a {
    color: #35b7f3;
    font-size: 15px;
}

.recip-link {
	color: #35b7f3;
}

.opened-view {
	font-size: 18px;
	color: #aaaaaa !important;
}

.table-auto-adjust.logs-mail.padding-none-table thead tr th:nth-child(1), .table-auto-adjust.logs-mail.padding-none-table tbody tr td:nth-child(1) {
	padding: 14px 20px !important;
}

.cus-btn.nshre-btn.outline-btn.file-download i {
	font-size: 20px;
	margin-right: 0;
}

.cus-btn.nshre-btn.outline-btn.file-download {
	padding: 8px 11px;
	margin-left: 13px;
}

.report-tab-box.click-map-box {
	padding-left: 630px;
}

.report-tab-box.click-map-box .rtb-img {
	width: 570px;
}

.rtb-img-scroll.hover_scroll {
	height: 820px;
}

.rtb-img-scroll.hover_scroll .mCSB_scrollTools.mCSB_1_scrollbar.mCS-minimal.mCSB_scrollTools_vertical {
	right: -18px;
}

.report-tab-box.click-map-box .rtb-details {
	width: 370px;
}

.report-tab-box.click-map-box .rtb-details h3 {
	line-height: 28px;
}

.report-tab-box.click-map-box .rtb-details li span {
	width: 100%;
	font-size: 17px;
	color: #414141;
	font-weight: 500;
	margin-bottom: 5px;
}

.report-tab-box.click-map-box .rtb-details li {
	font-size: 15px;
	color: #727272;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}

.nsh-left {
	float: left;
}

.nshl-heading {
	color: #414141;
	font-weight: 500;
	font-size: 18px;
	margin-top: 12px;
}

.open-hour-map img {
	width: 100%;
}

.drb-sec {
	position: relative;
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.therm.outer-therm {
	background: transparent !important;
}

.therm.inner-therm {
	border-radius: 100px !important;
	background: #6665dd !important;
}

.drbs-cont {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translatey(-50%);
}

.drbs-icon {
	float: left;
	background: #fff;
	border-radius: 100px;
	width: 40px;
	height: 40px;
	text-align: center;
	margin-left: 5px;
	font-size: 22px;
	color: #6665dd;
	line-height: 40px;
}

.drbs-cont p {
	float: left;
	margin-bottom: 0;
	color: #fff;
	font-size: 16px;
	margin-left: 20px;
	margin-top: 9px;
}

.drb-sec.drbsc-mobile-progress .therm.outer-therm span {
	float: left;
	margin-left: 110px;
	font-size: 16px;
	font-family: 'Rubik' !important;
	font-weight: normal;
	margin-top: 2px;
}


.drb-sec.drbsc-mobile-progress.drbsc-web-progress .therm.inner-therm {
	background: #3accd3 !important;
}

.drb-sec.drbsc-mobile-progress.drbsc-web-progress .therm.outer-therm span {
	margin-left: 185px;
	margin-top: 3px;
}

.drb-sec.drbsc-mobile-progress.drbsc-web-progress .drbs-icon {
	color: #3accd3;
}

.outer-therm {
	margin: 0 !important;
}

.drb-progress-count {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #e5e5e5;
	margin-top: 10px;
}

.drbpc-list {
	float: left;
	width: 20%;
	position: relative;
	margin-top: 25px;
	color: #aaa;
	font-size: 14px;
	text-align: right;
}

.drbpc-list::before {
	position: absolute;
	right: 8px;
	background: #e5e5e5;
	content: "";
	height: 15px;
	margin-top: 0;
	width: 1px;
	top: -25px;
	transform: translate(-50%);
}

.drbpc-list span {
	margin-left: -4px;
}

.drbpc-list.drbpc-25 span, .drbpc-list.drbpc-50 span, .drbpc-list.drbpc-75 span {
	margin-left: -7px;
}

.drbpc-list.drbpc-100 span {
	margin-left: -21px;
}

.drbpc-list.drbpc-0::before {
	left: 0;
	transform: inherit;
}

.drbpc-list.drbpc-0 {
	width: 0;
}

.drbpc-list.drbpc-100::before {
	right: 0;
}

.rpb-prymid-cont {
	position: absolute;
	top: 6px;
	width: 592px;
	left: 0;
}

.rpbpc-box {
	height: 90px;
	border-bottom: 1px solid #ddd;
	line-height: 147px;
	margin-top: 0;
	width: 100%;
}

.rpbpc-box.rpbpc-cont-2, .rpbpc-box.rpbpc-cont-3, .rpbpc-box.rpbpc-cont-4 {
	margin-top: 5px;
}

.rpbpc-box p {
    color: #727272;
}

.mail-setting-box h3 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: 500;
}

.mail-setting-toggle {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 12px;
}

.mst-left {
	float: left;
	width: 460px;
	font-size: 15px;
	color: #727272;
}

.mst-right-toggel .flat-toggle {
	float: left;
	margin-left: 0;
}

.mst-right-toggel .flat-toggle span {
	left: 44px;
	text-align: left;
	font-size: 15px;
	text-transform: inherit;
	top: -1px;
}

.newsletter-setting-area .panel-group {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 15px;
    padding-bottom: 15px;
}

.newsletter-setting-area .OTMS-left.product-update-coll .CLRS-accor .panel-default .accordion-toggle.collapsed::before {
    background: #fff;
    content: "";
    width: 26px;
    height: 26px;
    border: none;
    font-size: 13px;
    color: #35b7f3;
    font-family: FontAwesome;
    line-height: 29px;
}

.newsletter-setting-area .OTMS-left.product-update-coll .CLRS-accor .panel-default .accordion-toggle::before {
    content: "";
    width: 26px;
    height: 26px;
    border: none;
    background: #fff;
    color: #35b7f3;
    font-size: 13px;
    font-family: FontAwesome;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    line-height: 29px;
}

.newsletter-setting-area .OTMS-left.product-update-coll .CLRS-accor .panel-heading .panel-title a.accordion-toggle {
	padding: 20px 0px 20px 33px;
	font-size: 15px;
	color: #414141 !important;
}

.newsletter-setting-area .OTMS-left.product-update-coll .CLRS-accor .panel-heading .panel-title a.accordion-toggle span {
    font-weight: 700;
}

.newsletter-setting-area .panel-body {
	padding-left: 34px !important;
	margin-top: 15px;
}

.nsc-setting {
	display: inline-block;
	width: 100%;
	margin-bottom: 13px;
	margin-top: 9px;
}

.nsc-setting:nth-last-child(1) {
	margin-bottom: 0;
}

.nscs-left {
	float: left;
	width: 470px;
	font-size: 15px;
	color: #727272;
}

.nscs-right {
	float: left;
}

.nscs-edit-btn {
	font-size: 15px;
	color: #35b7f3;
	width: 35px;
	height: 22px;
	background: transparent;
	border: 2px solid #9adbf9;
	border-radius: 100px;
	padding: 0;
}

.nscs-edit-btn i {
	margin-top: 0;
	vertical-align: top;
}

.nscs-edit span {
	color: #727272;
	margin-left: 8px;
}

.page-not-ava .landing-empty-area h3 {
	font-size: 28px;
	line-height: 52px;
	margin-bottom: 0;
}

.page-not-ava {
	width: 600px;
	margin: 0 auto;
}

.page-not-ava .lea-btn {
	margin-top: 50px;
}

.page-not-ava .landing-empty-area h3 img {
	vertical-align: middle;
	margin-top: -4px;
}

.cus-modal.distribution-popup {
	width: 850px;
}

.cus-modal.distribution-popup .modal-header h4 {
    font-size: 20px;
    font-weight: 500;
}

.db-dis-checkbox {
	margin: 16px 0 0 0;
	display: inline-block;
	width: 100%;
}

.db-dis-checkbox h5 {
	color: #414141;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 20px;
}

.db-dis-checkbox .form-control {
	border: none;
	padding: 0;
	box-shadow: none;
}

.db-dis-checkbox .form-control label {
	padding-left: 0;
	color: #727272;
}

.db-dis-checkbox .form-control label .cr {
	margin-left: 0;
	margin-top: 0px;
	margin-right: 11px;
}

.db-dis-radio .customradio {
	padding-left: 0;
	margin-bottom: 8px;
}

.db-dis-radio .customradio .checkmark {
	margin-left: 0;
}

.db-dis-radio .customradio .radiotextsty {
	margin-left: 30px;
	color: #414141;
	font-size: 14px;
}

.db-dis-radio .customradio .checkmark {
	margin-left: 0;
	border-radius: 100px;
	border: 2px solid #35b7f3;
}

.db-dis-radio .customradio input:checked ~ .checkmark {
	background-color: #fff;
	border: 2px solid #35b7f3;
}

.db-dis-radio .customradio .checkmark::after {
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
}

.db-dis-radio .customradio .checkmark {
	height: 16px;
	width: 16px;
	top: 2px;
}

.db-dis-checkbox .form-control .checkbox {
	margin-bottom: 0;
	margin-top: 0;
}

.db-range {
	display: inline-block;
	width: 100%;
	margin-top: 25px;
}

.dbr-text-left {
	float: left;
	width: 90px;
	padding-right: 18px;
}

.db-range .PGS-range {
	float: left;
	width: 73%;
	margin-top: -20px;
	position: relative;
	padding: 0 27px;
}

.nscs-edit .db-range span {
	margin-left: 0;
}

.nscs-edit .db-range span.irs-from {
	position: absolute;
	right: -104px;
	background: transparent;
	width: 20px;
	left: initial !important;
	font-size: 12px;
	color: #727272;
	font-family: 'Rubik' !important;
	font-weight: normal;
	top: 21px;
}

.dbr-text-right {
    float: left;
    width: 100px;
    margin-left: 20px;
}

.nscs-edit .db-range span.dbrtr-before, .nscs-edit .db-range span.dbrtr-after {
	float: left;
	font-size: 12px;
	color: #727272;
}

.nscs-edit .db-range span.dbrtr-after {
	float: left;
	width: 100%;
	margin-top: 3px;
}

.nscs-edit .db-range span.irs-from::before, .nscs-edit .db-range span.irs-to::before {
	content: initial;
}

.nscs-edit .db-range span.irs-to {
	position: absolute;
	right: -124px;
	left: initial !important;
	top: 40px;
	background: transparent;
	color: #727272;
	font-size: 12px;
	font-weight: normal;
	font-family: 'Rubik' !important;
}

.nscs-edit .db-range .irs-bar {
	background: #35b7f3 !important;
}

.nscs-edit .db-range span .irs-handle {
	margin-top: -2px;
}

.dbrr-btn {
	position: absolute;
	left: 0;
	background: #fff;
	border-radius: 100px;
	border: 1px solid #e5e5e5;
	width: 19px;
	height: 19px;
	color: #35b7f3;
	font-size: 10px;
	text-align: center;
	line-height: 19px;
	top: 20px;
	padding: 0;
}

.dbrr-btn.dbrrb-right-btn {
	left: initial;
	right: 0;
}

.db-dis-radio.bdb-radio-bottom {
	margin-top: 40px;
	margin-bottom: 30px;
}

.db-dis-radio.bdb-radio-bottom p {
	color: #414141;
	margin-bottom: 19px;
}

.db-dis-radio.bdb-radio-bottom .radiotextsty {
	color: #727272;
	font-size: 14px;
}

.db-dis-radio.bdb-radio-bottom .customradio .checkmark {
	top: 3px;
}

.ltal-mobile-category, .ltal-mobile-btn {
	display: none;
}

.teh-right li .nced-mobile {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	display: none;
}

.teh-right li .nced-mobile li {
	margin-left: 0;
}

.nceditor-dropi .btn {
	background: #35b7f3;
	color: #fff;
	border: none;
	padding: 0;
}

.nceditor-dropi .btn.dropdown-toggle {
	background: #35b7f3 !important;
	color: #fff !important;
}

.nceditor-dropi .btn i {
	color: #fff;
	margin-top: 0px;
	margin-right: 4px;
	font-size: 18px;
	transition: all 0.3s;
}

.nceditor-dropi .btn-group.open .btn.dropdown-toggle .caret-box i {
	transition: all 0.3s;
	transform: rotate(180deg);
}

.nceditor-dropi .btn .pro-name {
	float: left;
	font-weight: 500;
}

.nceditor-dropi .btn .pro-name {
	float: left;
	font-weight: 500;
	margin-top: 12px;
	margin-left: 15px;
}

.nceditor-dropi .btn .caret-box {
	float: right;
	background: #31a9e0;
	padding: 12px 9px;
	border-radius: 0 4px 4px 0;
	margin-left: 16px;
}

.nceditor-dropi .dropdown-menu {
	left: -47px;
	top: 72px;
	padding: 14px 0;
}

.nceditor-dropi .dropdown-menu li {
	margin-left: 0;
	width: 100%;
	display: inline-block;
}

.nceditor-dropi .dropdown-menu li a {
	color: #727272;
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 10px 25px;
}

.nceditor-dropi .dropdown-menu li a:hover {
	background-color: transparent;
	color: #35B7F3;
}

.teh-right li a:hover, .teh-right li a:hover i, .tehr-save:hover, .tehr-save:hover i {
	color: #35B7F3;
}

.ctb-cont-area.newsletter-editor-sec .ctb-left, .ctb-cont-area.newsletter-editor-sec .ctb-right {
	width: 470px;
}

.ctb-cont-area.newsletter-editor-sec {
	padding-left: 530px;
	padding-right: 530px;
}

.ctb-cont-area.newsletter-editor-sec .ctbl-tab .nav.nav-tabs li {
	width: 33.33%;
}

.ctb-cont-area.newsletter-editor-sec .ctblc-list .row {
	margin-right: -6px;
	margin-left: -6px;
}

.ctb-cont-area.newsletter-editor-sec .ctblc-list .row .col-md-4.col-sm-4.col-xs-4.col-lg-4 {
	padding: 0 7px;
}

.ctb-cont-area.newsletter-editor-sec .ctbl-tab .nav.nav-tabs li:nth-child(2)::before {
	position: absolute;
	height: 100%;
	width: 1px;
	content: "";
	right: 0;
	top: 0;
	background: #e0e7ea;
	z-index: 1;
}

.ctb-cont-area.newsletter-editor-sec .ctbm-main-box {
	padding: 0;
	background: #fff;
	border-radius: 10px;
	height: auto;
}

.ctb-cont-area.newsletter-editor-sec .ctbm-main-box .ctbm-cont-area {
	border-radius: 10px;
	padding: 70px;
}

.ctbm-main-box.newsletter-template-area-1 .cth-temp-logo img, .ctbm-main-box.newsletter-template-area-1 .cus-template-header {
	height: 80px;
}

.cus-temp-two-img img {
	width: 100%;
	height: 190px;
	border-radius: 4px;
}

.ctbm-main-box.newsletter-template-area-1 .template-edit {
	margin: 25px 0;
}

.cttt-title {
	color: #414141;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}

.cttt-para {
	color: #727272;
	font-size: 13px;
	line-height: 24px;
}

.ctbm-main-box.newsletter-template-area-1 .template-edit-setting {
	bottom: -45px;
	z-index: 1;
}

.cttt-para p {
    margin-bottom: 0;
}

.ctsa-social-list li {
	display: inline-block;
}

.ctsa-social-list li a.ctsasl-icon {
	background: #ebebeb;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 41px;
	border-radius: 100px;
	margin: 0 6px;
	transition: all 0.3s;
	font-size: 16px;
}

.ctsal-fb {
	color: #2f80ed;
}

.ctsal-fb:hover {
	background: #2f80ed !important;
	color: #fff;
}

.ctsal-twi {
    color: #1da1f2;
}

.ctsal-twi:hover {
	background: #1da1f2 !important;
	color: #fff;
}

.ctsal-google, .ctsal-youtube {
	color: #dd4b39;
}

.ctsal-google:hover, .ctsal-youtube:hover {
	background: #dd4b39 !important;
	color: #fff;
}

.ctsal-linkedin {
	color: #00a0dc;
}

.ctsal-linkedin:hover {
	background: #00a0dc !important;
	color: #fff;
}

.mb0 {
	margin-bottom: 0 !important;
}

.cttt-para.unsubtag p a {
	color: #727272;
	text-decoration: underline;
}

.ctb-cont-area.newsletter-editor-sec .template-cus-edit {
	outline-width: 2px !important;
}

.ctb-right.nes-right-filter .edit-temp-right.header-temp-edit h4 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 25px;
}

.ctb-right.nes-right-filter .edit-temp-right.header-temp-edit .bg-temp-list li {
	width: 33.33%;
}

.form-group.cus-protext.dropi-input .form-control {
	border: none;
	display: inline-block;
	width: 72%;
	margin-top: 0;
}

.form-group.cus-protext.dropi-input {
	border: 1px solid #ebebeb;
	border-radius: 4px;
	display: inline-block;
	width: 100%;
	margin-top: -10px;
}

.form-group.cus-protext.dropi-input .VCAH-dropi {
	border: none;
	padding: 0;
	float: left;
	position: relative;
	margin-right: 7px;
}

.form-group.cus-protext.dropi-input .VCAH-dropi .TDSL-dropi-area select {
    padding: 16px 13px 16px 10px;
    width: 100%;
}

.form-group.cus-protext.dropi-input .VCAH-dropi .TDSL-dropi-area::before {
	top: 50%;
	transform: translatey(-50%);
}

.form-group.cus-protext.dropi-input .VCAH-dropi .TDSL-dropi-area::after {
	content: "";
	background: #dfdfdf;
	position: absolute;
	right: -13px;
	width: 1px;
	height: 25px;
	top: 50%;
	transform: translatey(-50%);
}

.minicolors .minicolors-grid {
	width: 100px;
}

.minicolors-panel {
	width: 130px;
}

.minicolors .minicolors-grid-inner {
	width: 100px;
}

.minicolors-slider, .minicolors-opacity-slider {
	left: 105px;
}

.handle-counter {
	border: 1px solid #e5e6e7;
	border-radius: 4px;
	display: inline-block;
	width: 100%;
	float: left;
	margin-top: -10px;
}

.handle-counter .form-control {
	border: none;
	float: left;
	background: transparent;
	box-shadow: none;
	display: inline-block;
	padding: 0;
	text-align: center;
	color: #727272;
}

.handle-counter .form-group {
	float: left;
	width: 45px;
	text-align: center;
	margin-bottom: 6px;
	margin-top: 10px;
}

.handel-count-btns .btn.btn-primary {
	background: transparent;
	border: none;
	padding: 0;
	width: 100%;
	height: auto;
	color: #aaaaaa;
}

.handel-count-text {
	float: left;
	margin-top: 17px;
	color: #727272;
}

.handel-count-text {
	float: left;
}

.handel-count-btns {
	float: right;
	margin-top: 4px;
}

.boot-cus-padd .col-md-5.col-sm-12.col-xs-12.col-lg-5, .boot-cus-padd .col-md-3.col-sm-12.col-xs-12.col-lg-3, .boot-cus-padd .col-md-4.col-sm-12.col-xs-12.col-lg-4 {
	padding: 0 7px;
}

.boot-cus-padd .row {
	margin: 0 -7px;
}

.minicolors-theme-bootstrap .minicolors-input {
	border: 1px solid #e5e6e7;
	height: 51px;
	margin-top: -10px;
	background: transparent;
	box-shadow: none !important;
	padding-left: 55px;
}

.minicolors-theme-bootstrap .minicolors-swatch {
	top: 50%;
	left: 10px;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	transform: translatey(-50%);
	border: none;
}

.alignment-list li {
	float: left;
	margin-right: 20px;
}

.al-align-byn {
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	color: #aaaaaa;
	background: transparent;
	font-size: 28px;
	padding: 0 9px;
}

.alignment-list li.active .al-align-byn {
	color: #35b7f3;
	border: 1px solid #96d7f5;
}

.TDSL-dropi-area select {
	outline: none;
}

.alignment-list.text-style-list {
	display: inline-block;
	border: 1px solid #e5e6e7;
	padding: 17px 9px;
	border-radius: 4px;
}

.alignment-list.text-style-list li {
	margin-right: 0;
}

.tsl-border {
	border-right: 1px solid #e5e6e7;
}

.tsl-text-btn {
	background: transparent;
	border: none;
	color: #aaa;
	padding: 0 18px 0 15px;
	font-size: 16px;
}

.tsl-text-btn:hover {
	color: #35b7f3;
}

.multi-image {
	width: 18px;
	height: 17px;
	display: inline-block;
	background: url(../img/text-multi-image.png) no-repeat;
}

.alignment-list.line-height-list .al-align-byn {
	height: 46px;
	width: 50px;
	padding: 0;
	line-height: 35px;
}

.multi-image.line-height2 {
	background-position: -25px 0;
}

.multi-image.line-height3 {
	background-position: -52px 0;
}

.alignment-list.line-height-list .al-align-byn:hover .multi-image.line-height1, .alignment-list.line-height-list li.active .al-align-byn .multi-image.line-height1 {
	background-position: 0 -23px;
}

.alignment-list.line-height-list .al-align-byn:hover .multi-image.line-height2, .alignment-list.line-height-list li.active .al-align-byn .multi-image.line-height2 {
	background-position: -25px -23px;
}

.alignment-list.line-height-list .al-align-byn:hover .multi-image.line-height3, .alignment-list.line-height-list li.active .al-align-byn .multi-image.line-height3 {
	background-position: -52px -23px;
}

.alignment-list.line-height-list.text-columns .al-align-byn .multi-image {
	width: 24px;
	height: 24px;
}

.alignment-list.line-height-list.text-columns .al-align-byn .multi-image.columns1 {
	background-position: -78px 0px;
}

.alignment-list.line-height-list.text-columns .al-align-byn .multi-image.columns2 {
	background-position: -111px 0px;
}

.alignment-list.line-height-list.text-columns .al-align-byn:hover .multi-image.columns1, .alignment-list.line-height-list.text-columns li.active .al-align-byn .multi-image.columns1 {
	background-position: -78px -31px;
}

.alignment-list.line-height-list.text-columns .al-align-byn:hover .multi-image.columns2, .alignment-list.line-height-list.text-columns li.active .al-align-byn .multi-image.columns2 {
	background-position: -111px -31px;
}

.alignment-list.line-height-list.text-columns .al-align-byn {
	line-height: 46px;
}

.template-edit {
    position: relative;
}

.ctvc-video.template-edit.template-cus-edit .template-edit-setting {
    right: -10px;
}

.cus-temp-twoimg-box.template-edit.template-cus-edit .template-edit-setting {
    right: -25px;
    bottom: -66px;
}

.box-padding-area {
	border: 1px dashed #d3d3d3;
	display: inline-block;
	width: 100%;
	border-radius: 4px;
	padding: 45px 6px;
	position: relative;
}

.box-padding-area .handle-counter {
	border: none;
	width: auto;
	display: inline-block;
	float: none;
}

.padding-arrow-top {
	position: absolute;
	left: 50%;
	top: 14px;
	transform: translate(-50%);
}

.padding-arrow-top.pat-bottom {
	top: initial;
	bottom: 7px;
}

.box-padding-area .btn.btn-primary {
	background: transparent;
	color: #aaaaaa;
	padding: 0;
	border: none;
	box-shadow: none;
}

.box-padding-area .handle-counter .form-control {
	font-weight: bold;
	font-size: 12px;
	color: #727272;
	height: auto;
}

.padding-arrow-top .btn.btn-primary {
	float: left;
	margin-top: 9px;
}

.pma-padding-left-arrow .btn.btn-primary {
	width: 100%;
	float: none;
	display: inline-block;
}

.pma-padding-left-arrow {
	width: 25px;
	display: inline-block;
	text-align: center;
	float: left;
	position: absolute;
	left: 6px;
}

.pma-padding-left-arrow .handle-counter .form-group {
	width: 100%;
	margin: 0;
}

.pma-padding-left-arrow .handle-counter .form-group .form-control {
	height: auto;
}

.pma-padding-left-arrow .handle-counter {
	margin: 0px 0;
}

.pma-pla-arrow-icon {
	color: #d4d4d4;
	font-size: 20px;
}

.padding-mid-area {
	display: inline-block;
	width: 100%;
}

.padding-arrow-top .handle-counter .form-group {
	margin-bottom: 0;
}

.pma-padding-left-box {
	width: 50%;
	position: relative;
	display: inline-block;
	padding-left: 40px;
	padding-right: 35px;
	z-index: 1;
}

.pmaplb-box-gray {
	display: inline-block;
	width: 100%;
	height: 120px;
	background: #dee4e7;
	border-radius: 4px;
	position: relative;
}

.pma-padding-mid-arrow {
	position: absolute;
	right: -27px;
	top: 0;
	padding: 11px 0;
	z-index: 1;
}

.pma-padding-mid-arrow .btn.btn-primary {
	float: left;
	margin-top: 9px;
}

.pma-padding-mid-arrow .la.la-arrow-right {
	float: right;
}

.pma-padding-mid-arrow .la.la-arrow-left {
	float: left;
}

.pma-padding-mid-arrow .handle-counter {
	margin: 10px 0 10px 0;
}

.pma-padding-right-box {
	width: 50%;
	float: right;
	padding-left: 35px;
	padding-right: 40px;
	position: relative;
}

.pma-padding-right-box .pma-padding-left-arrow {
	left: initial;
	right: 6px;
	top: 0;
}

.pmaplb-box-gray::before {
	position: absolute;
	content: "\f122";
	font-family: LineAwesome;
	color: #d4d4d4;
	font-size: 20px;
	top: -38px;
	left: 50%;
	transform: translate(-50%);
}

.pmaplb-box-gray::after {
	position: absolute;
	content: "\f11f";
	font-family: LineAwesome;
	color: #d4d4d4;
	font-size: 20px;
	bottom: -40px;
	left: 50%;
	transform: translate(-50%);
}

.minicolors-swatch-color {
	box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.24);
	cursor: pointer;
}

.etr-cus-head span {
	color: #aaaaaa;
	margin-left: 6px;
}

.temp-check .checkbox label, .radio label {
	padding-left: 0;
}

.radio-check-list {
	display: inline-block;
	width: 100%;
	margin-bottom: 25px;
}

.temp-radio .checkmark {
	border-radius: 100px;
}

.temp-radio .customradio input:checked ~ .checkmark::after {
	width: 8px;
	height: 8px;
}

.temp-radio .radiotextsty {
    color: #727272;
    font-size: 14px;
}

.temp-check .checkbox .cr {
	margin-right: 13px;
	margin-top: 0;
}

.temp-check .checkbox {
	color: #727272;
	font-size: 14px;
}

.form-group.dynamic-dropi.front-dropi.without-label.border-count .btn.btn-primary {
	border: none;
	padding: 0;
	background: transparent;
	box-shadow: none;
	color: #aaaaaa;
	float: left;
}

.form-group.dynamic-dropi.front-dropi.without-label.border-count .handle-counter .form-group .form-control {
	height: auto;
	font-size: 12px;
	font-weight: bold;
}

.form-group.dynamic-dropi.front-dropi.without-label.border-count .handle-counter .form-group {
	margin: 0;
}

.border-count-inner {
	margin: 0 auto;
	display: table;
	padding: 15px 0;
}

.border-size-clr-box h5 {
	color: #727272;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 25px;
}

.ctvc-text.template-edit.template-cus-edit .template-edit-setting {
	right: -10px;
	top: -67px;
	bottom: initial;
}

.select-social-box {
	padding: 16px 17px;
}

.ssb-left {
	float: left;
	border-right: 1px solid #dfdfdf;
	padding: 0 30px 0 0;
	color: #727272;
}

.ssb-right {
	color: #727272;
	display: inline-block;
	padding-left: 17px;
}

.link-edit-input .VCAH-dropi {
	width: 20%;
}

.link-edit-input .VCAH-dropi .TDSL-dropi-area {
	width: 100%;
}

.link-edit-input .VCAH-dropi {
	width: 16%;
}

.lei-social-link {
	position: relative;
	padding-right: 30px;
	margin-top: 15px;
}

.leisl-btn-area {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-100%);
}

.leisl-btn {
	background: transparent;
	border: none;
	padding: 0;	
	color: #db1b1b;
	font-size: 18px;	
}

.leisl-btn .la.la-plus-circle {
	color: #35b7f3;
}

.social-icon-style {
	background: transparent;
	padding: 13px;
	border: 2px solid #e5e5e5;
	border-radius: 4px;
}

.temp-style-list li {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.social-link-editor-box {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

.font-edit-temp.boot-cus-padd.temp-social-box {
	margin-bottom: 10px;
}

.temp-style-list li.active .social-icon-style, .temp-style-list li .social-icon-style:hover {
	border-color: #35b7f3;
}

.temp-spcial-clr-box .radio-check-list {
	float: left;
	width: auto;
	margin-right: 20px;
	margin-bottom: 0;
}

.font-edit-temp.boot-cus-padd.temp-spcial-clr-box .temp-radio .form-group:nth-last-child(1) {
	margin-bottom: 0;
}

.temp-social-color {
	float: left;
	margin-left: 39px;
	margin-top: 12px;
}

.font-edit-temp.boot-cus-padd.temp-social-box.ts-layout-box .social-icon-style {
	padding: 7px;
}


.appearance-tab-details .accordion-toggle.collapsed {
	border: 1px solid #e5e5e5;
	width: 100%;
	border-radius: 4px;
	color: #414141 !important;
	font-size: 14px;
	padding: 13px 15px;
	display: inline-block;
	background: transparent;
}

.appearance-tab-details .accordion-toggle {
	border: 1px solid #e5e5e5;
	width: 100%;
	border-radius: 4px;
	color: #35b7f3 !important;
	font-size: 14px;
	padding: 13px 15px;
	display: inline-block;
	background: #ffffff;
}

.appearance-tab-details .panel-default .accordion-toggle::before {
	content: "";
	width: auto;
	height: auto;
	display: inline-block;
	font-family: FontAwesome;
	border-radius: 0;
	position: absolute;
	top: 50%;
	right: 15px;
	margin: 0;
	border: none;
	color: #35b7f3;
	font-size: 14px;
	text-align: center;
	line-height: normal;
	transform: translateY(-50%);
}

.appearance-tab-details .panel-default .collapsed::before {
	content: "";
	font-family: FontAwesome;
	color: #aaaaaa;
}

.appearance-tab-details .panel-group {
	padding-top: 0;
}

.atdad-left {
	float: left;
}

.atdad-right {
	float: right;
}

.atd-app-det {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}

.atdadl-heading {
	color: #727272;
	font-size: 14px;
}

.atdad-temp-width .btn.btn-primary {
	background: transparent;
	border: none;
	color: #aaaaaa;
	float: left;
	margin-top: 10px;
}

.atdad-appearance-box {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

.atdad-temp-padding .box-padding-area {
	width: 290px;
	padding-top: 25px;
}

.atdad-temp-padding .pma-padding-right-box {
	width: 100%;
	padding-left: 40px;
}

.atdad-temp-padding .pmaplb-box-gray::before {
	left: 20px;
}

.atdad-temp-padding .pmaplb-box-gray::after {
	left: initial;
	right: 0;
	bottom: initial;
	top: -38px;
	content: "\f122";
}

.pmaplb-box {
	position:relative;
}

.atdad-temp-padding .pmaplb-box::before, .atdad-temp-padding .pmaplb-box::after {
	position: absolute;
	content: "\f11f";
	font-family: LineAwesome;
	color: #d4d4d4;
	font-size: 20px;
	bottom: -36px;
	left: 20px;
	transform: translate(-50%);
}

.atdad-temp-padding .pmaplb-box::after {
	left: initial;
	right: 0;
}

.atdad-appearance-drop {
	float: left;
	margin-left: 20px;
}

.atdad-appearance-drop.atdad-family {
	width: 160px;
}

.atdad-right .form-group {
	margin-bottom: 0;
}

.atdad-right .alignment-list.line-height-list li {
	margin-left: 20px;
	margin-right: 0;
}

.appearance-tab-details .panel-body.template_scroll {
	max-height: 650px;
}

.appearance-tab-details .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .appearance-tab-details .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
	right: -35px;
}

.appearance-tab-details .mCSB_scrollTools .mCSB_draggerRail, .appearance-tab-details.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 14px;
}

.appearance-tab-details .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 8px;
	background: #dfdfdf;
}

.appearance-tab-details .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, .appearance-tab-details  .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
	border: 1px solid #e8e8e8;
}

.appearance-tab-details .mCSB_scrollTools .mCSB_draggerContainer {
	width: 14px;
}
.appearance-tab-details .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .appearance-tab-details .mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #dfdfdf;
}

.atdad-color-font .atdad-appearance-color {
	float: left;
	margin-left: 20px;
}

.atdad-color-font .atdad-appearance-dropi {
	float: left;
}

.atdad-appearance-color .minicolors-theme-bootstrap .minicolors-input {
	height: 58px;
}

.atdad-appearance-box:nth-last-child(1) {
	margin-bottom: 0;
}

.atdad-appearance-box .handle-counter {
	padding-bottom: 8px;
}

.atdad-appearance-box.border-color-picker .minicolors-theme-bootstrap .minicolors-swatch-color::before {
	width: 22px;
	height: 22px;
	background: #fff;
	content: "";
	position: absolute;
	left: 49%;
	top: 49%;
	border-radius: 2px;
	transform: translate(-50%, -50%);
}

.temp-layout-sec .row {
	margin-left: -10px;
	margin-right: -10px;
}

.temp-layout-sec .col-md-4.col-xs-6.col-sm-6.col-lg-4 {
	padding-left: 10px;
	padding-right: 10px;
}

.tlslb-img img {
	width: 100%;
}

.tlslb-img {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}

.tls-layout-box {
	position: relative;
}

.tls-layout-box.active::before {
    position: absolute;
    content: "";
    font-family: FontAwesome;
    color: #35b7f3;
    font-size: 28px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}

.ctb-mid.news-temp-web {
	width: 770px;
	margin: 0 auto;
	display: table;
}

.ctb-mid.news-temp-web .ctbm-main-box {
	padding: 0 35px;
	height: auto;
}

.mobile-checker-temp .ctb-mid.news-temp-web {
	width: 100%;
}

.mobile-checker-temp .ctb-mid.news-temp-web .ctbm-main-box {
	height: 609px;
	padding: 0 10px;
}

.mobile-checker-temp .ctb-mid.news-temp-web .ctbm-cont-area {
	margin-bottom: 20px;
	text-align: center;
}

.mobile-checker-temp .ctb-mid.news-temp-web .ctbm-cont-area .cus-template-header {
	margin-bottom: 15px;
}

.mobile-checker-temp .ctb-mid.news-temp-web .ctbm-main-box .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mobile-checker-temp .ctb-mid.news-temp-web .ctbm-main-box .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
	right: 3px;
}

.CM-cus-form-sec.CMC-box.email-test-pop .CMC-form {
	padding: 15px 0 5px 0;
}

.email-test-pop-head p {
	color: #727272;
	font-size: 14px;
	margin-bottom: 0;
}

.email-test-pop-head h3 {
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 28px;
}

.CM-cus-form-sec.CMC-box.email-test-pop .full-btn-area .full-btn i {
	color: #fff;
	margin-left: 5px;
}

.CM-cus-form-sec.CMC-box.email-test-pop .full-btn-area .full-btn:hover i {
	color: #35b7f3;
}

.teh-logo-mobile {
	display: none;
}

.ctb-mid.news-temp-web.ntw-web-view.demo-x .mCSB_container {
	width: 100% !important;
}

.new-feature-table {
	margin-top: 40px;
	display: inline-block;
	width: 100%;
	position: relative;
}

.nfth-heading {
	width: 25%;
	float: left;
	font-size: 14px;
	color: #414141;
	font-weight: 500;
	padding: 13px 0;
}

.nfth-box {
	width: 12.5%;
	float: left;
	text-align: center;
	padding: 13px 0;
	font-size: 14px;
	color: #414141;
	font-weight: 500;	
}

.nfth-box.active {
	border-right: 1px solid #c2e9fb;
	border-left: 1px solid #c2e9fb;
}

.nft-head .nfth-box.active {
	border-top: 1px solid #c2e9fb;
	border-radius: 10px 10px 0 0;
}

.nft-head {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ebebeb;
}

.nft-mid {
	float: left;
	width: 100%;
}

.nftm-row {
	float: left;
	width: 100%;
}

.nfth-heading-bold {
	float: left;
	width: 25%;
	color: #414141;
	font-weight: 500;
	padding: 30px 0 18px 0;
}

.nftm-row .nfth-heading {
	padding: 0;
	color: #727272;
	font-weight: normal;
}

.nftm-row.nftm-row-empty .nfth-box {
	padding: 30px 0 18px 0;
}

.nftm-row.nftm-row-border {
	border-bottom: 1px solid #ebebeb;
}

.nftm-row .nfth-box {
	color: #8099a5;
	font-weight: normal;
	font-size: 13px;
}

.nftm-row:nth-last-child(1) .nfth-box.active {
	border-bottom: 1px solid #c2e9fb;
	border-radius: 0 0 10px 10px;
}

.nfth-box.active {
	color: #35b7f3;
}

.nftm-row .nfth-box .la.la-times {
    color: #d0d5d7;
}

.nftm-row.nftm-row-border .nfth-box {
	padding-top: 2px;
	padding-bottom: 0;
}

.nft-mid {
    height: auto;
}

.nft-footer {
    background: #fff;
    box-shadow: 0px -3px 9px 2px rgba(123, 123, 123, 0.11);
    float: left;
    width: calc(100% - 512px);
    position: fixed;
    bottom: 0;
    left: 293px;
}

.nftcp-head {
    color: #8099a5;
    font-weight: 500;
    font-size: 14px;
}

.nftcp-btn-area .cus-btn {
	display: inline-block;
	font-size: 13px;
	padding: 8px 8px;
	margin-top: 7px;
}	

.nft-choose-plan {
	padding: 10px 0;
}

.nft-footer .nfth-heading {
	color: #414141;
	margin-top: 32px;
	padding-left: 14px;
}

.temp-news-feature-area {
	width: 90%;
	display: inline-block;
}

.email-price-features .epf-mobile-features .panel-title {
	width: 100%;
}

.email-price-features .epf-mobile-features .panel-title .accordion-toggle {
	width: 100%;
}

.epf-mobile-features .OTMS-left {
	margin-top: 25px;
}

.epf-mobile-features .panel-body {
	padding-right: 0 !important;
}

.email-price-features .epf-mobile-features .panel-default .panel-body .accordion-toggle {
	background: transparent;
	border: none !important;
}

.email-price-features .epf-mobile-features .panel-default .panel-body .panel-title {
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-radius: 0;
}

.email-price-features .epf-mobile-features .panel-default .panel-body .accordion-toggle {
	background: transparent;
	border: none !important;
	padding: 0 !important;
	color: #36b8f2 !important;
}

.email-price-features .epf-mobile-features .panel-default .panel-body .accordion-toggle.collapsed {
	color: #000000 !important;
}

.email-price-features .epf-mobile-features .panel-default .panel-body .accordion-toggle.collapsed::before {
	content: "";
	font-family: LineAwesome;
	color: #a9a9a9;
	font-size: 21px;
}

.email-price-features .epf-mobile-features .panel-default .panel-body .accordion-toggle::before {
	content: "";
	color: #36b8f2;
	font-size: 21px;
	right: 0;
}

.email-price-features .epf-mobile-features .panel-default .panel-body .accordion-toggle span {
	margin-top: 17px;
	display: inline-block;
}

.email-price-features .epf-mobile-features .panel-default .panel-body .OTMS-left .CLRSA-coll-list ul {
	list-style-type: none;
	padding: 0;
}

.epfmf-bold-heading {
	color: #414141;
	font-weight: 500;
	font-size: 15px;
}

.email-price-features .epf-mobile-features .panel-default .panel-body .OTMS-left .CLRSA-coll-list li {
	width: 100%;
	display: inline-block;
	margin-top: 15px;
}

.epfmf-box {
	display: inline-block;
	width: 100%;
}

.epfmfb-left {
	float: left;
	font-size: 15px;
	color: #727272;
}

.epfmfb-right {
	float: right;
	color: #8099a5;
}

.epfmf-border {
	border-bottom: 1px solid #e5e5e5;
}

.epfmf-price {
	text-align: center;
	width: 100%;
	display: inline-block;
}

.epfmf-price .nftcp-btn-area .cus-btn {
	width: 100%;
	padding: 14px 15px;
	font-weight: 500;
	font-size: 15px;
}

.email-price-features .epf-mobile-features .panel-default .panel-body .OTMS-left .panel-group {
	margin-bottom: 0;
}

.epfmf-price .nftcp-head {
	font-size: 20px;
	color: #000;
	margin-bottom: 10px;
}

.epf-mobile-features {
	display: none;
}

.sidenav-logo img {
    height: 30px;
}

.sidebar_toggle {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.scoop-collapse-logo {
    display: none;
}

.scoop[theme-layout="vertical"][vertical-nav-type="collapsed"] .scoop-header.iscollapsed .scoop-logo{ 
	display: none;	
}

.scoop[theme-layout="vertical"][vertical-nav-type="collapsed"] .scoop-header.iscollapsed .scoop-collapse-logo{ 
	display: block;	
}

.scoop[theme-layout="vertical"][vertical-nav-type="collapsed"] .scoop-header .sidebar_toggle {
	position: initial;
	height: 80px;
	right: initial;
	top: initial;
	transform: initial;
	border-right: 1px solid #ebebeb;
	width: 70px;
}

.scoop[theme-layout="vertical"][vertical-nav-type="collapsed"] .scoop-header .sidebar_toggle a {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.scoop-collapse-logo {
	float: left;
	width: 250px;
	margin-top: -4px;
}

.scoop[theme-layout="vertical"][vertical-nav-type="collapsed"] .scoop-inner-navbar li a i {
	font-size: 24px;
}

.scoop[theme-layout="vertical"][vertical-nav-type="collapsed"] .scoop-inner-navbar li a {
	padding: 12px 24px;
}

/*.scoop[theme-layout="vertical"][vertical-nav-type="collapsed"] .scoop-inner-navbar li.active a::before {
	width: 38px;
	height: 38px;
	border: none;
	background: #35b7f3;
	border-radius: 100px;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.scoop[theme-layout="vertical"][vertical-nav-type="collapsed"] .scoop-inner-navbar li.active a .scoop-micon i {
	z-index: 1;
	color: #fff !important;
	position: relative;
}

.scoop[theme-layout="vertical"][vertical-nav-type="collapsed"] .scoop-inner-navbar li.active a {
	background: transparent;
	border: none !important;
}
*/


.scoop-nav-footer {
	margin-top: 120px;
}

.scoop[theme-layout="vertical"][vertical-nav-type="collapsed"] .scoop-nav-footer{
	display: none;
}

.SRBH-language .my_account_dropi.language-dropi {
	line-height: normal;
}

.SRBH-language .my_account_dropi.language-dropi i {
	color: #aaaaaa;
	margin-left: 6px;
}

.SRBH-language .my_account_dropi.language-dropi .btn:focus,  .SRBH-notification .btn-group .btn:focus {
	background: transparent;
	color: #aaaaaa;
}

.my_account_dropi.language-dropi .dropdown-menu {
	left: -102px;
	top: 119%;
	margin-right: 22px;
	padding: 11px 0;
	position: absolute;
}

.my_account_dropi.language-dropi .dropdown-menu li.border_none a {
	text-transform: uppercase;
	padding: 11px 27px;
	font-size: 15px;
	color: #727272;
}

.my_account_dropi.language-dropi .dropdown-menu li.border_none.active a {
	background: transparent;
	color: #35b7f3;
}

/*.scoop .scoop-header[header-theme="theme2"] {
	box-shadow: inset 0 -10px 10px -10px rgba(185, 185, 185, 0.3);
}
*/

/* search start  */
.search-inline {
	width: 100%;
	left: 0;
	padding-left: 0;
	padding-right: 0;
	top: 0;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	background-color: #efefef;
	z-index: 9999;
}

.search-inline.search-visible {
	opacity: 1;
	visibility: visible;
	height: 82px;
	top: 0;
}

.search-inline button[type="submit"] {
	position: absolute;
	background-color: transparent;
	border: 0px;
	top: 0;
	right: 60px;
	padding: 0px;
	cursor: pointer;
	width: 50px;
	height: 100%;
	background: #222;
	color: #fff;
}

.search-inline .form-control {
	padding-left: 0;
	position: absolute;
	left: 1%;
	top: 0;
	height: 100%;
	width: 99%;
}

.search-inline .search-close {
	position: absolute;
	top: 0;
	right: 0;
	color: #616161;
	width: 60px;
	height: 100%;
	text-align: center;
	display: table;
	background: #efefef;
	text-decoration: none;
}

.search-inline .search-close i {
	display: table-cell;
	vertical-align: middle;
}

.SRBHR-mobile-search .form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	background-color: #efefef;
	background-clip: padding-box;
	border: none;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -20%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.SRBHR-mobile-search {
	display: none;
	float: left;
	margin-right: 14px;
}

.SRBHR-mobile-search .searching .search-open {
	color: #a9a9a9;
	font-size: 27px;
}

.srbhrms-btn-area {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 110px;
}

.srbhrms-input-area {
	position: relative;
	height: 80px;
	padding-right: 110px;
}

.srbhrms-input-area .form-control {
	width: 100%;
	padding-right: 133px;
}

.srbhrms-input-area .form-control:focus {
	outline: none;
	box-shadow: none;
}

.scoop-collapse-logo-mobile {
    display: none;
}

.domin-banner-sec.hosting_banner_sec.joomla-host-banner {
    padding: 165px 0;
    background: url(../img/before-login/hosting-banner-joomla.png), -moz-linear-gradient(180deg, rgba(53,182,242,1) 0%, rgba(21,102,192,1) 100%);
    background: url(../img/before-login/hosting-banner-joomla.png), -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(21,102,192,1)), color-stop(100%, rgba(53,182,242,1)));
    background: url(../img/before-login/hosting-banner-joomla.png), -webkit-linear-gradient(180deg, rgba(53,182,242,1) 0%, rgba(21,102,192,1) 100%);
    background: url(../img/before-login/hosting-banner-joomla.png), -o-linear-gradient(180deg, rgba(53,182,242,1) 0%, rgba(21,102,192,1) 100%);
    background: url(../img/before-login/hosting-banner-joomla.png), -ms-linear-gradient(180deg, rgba(53,182,242,1) 0%, rgba(21,102,192,1) 100%);
    background: url(../img/before-login/hosting-banner-joomla.png), linear-gradient(270deg, rgba(53,182,242,1) 0%, rgba(21,102,192,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1566c0', endColorstr='#35b6f2', GradientType=1 );
}

.dominS-box.knowledge-search .form-control {
    font-size: 40px;
    padding: 15px 99px 15px 25px;
}

.SRBH-search .form-control::-webkit-input-placeholder {
    font-weight: 400;
}

.SRBH-search .form-control::-moz-input-placeholder {
    font-weight: 400;
}

.my-web-list-box {
    width: 1170px;
}

.MWL-list .MWL-web-box:hover {
    background: #fff;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.05);
}

.form-control::-webkit-input-placeholder {
    font-weight: 400;
}

.web-cate-sec {
    width: 1170px;
}

.atdad-temp-width .btn.btn-primary:focus, .pma-padding-left-arrow .btn.btn-primary:focus, .form-group.dynamic-dropi.front-dropi.without-label.border-count .btn.btn-primary:focus, .pma-padding-mid-arrow .btn.btn-primary, .padding-arrow-top .btn.btn-primary:focus {
    outline: none;
}

.lei-social-link.select-social-dropi .form-group.cus-protext.dropi-input .VCAH-dropi .TDSL-dropi-area select {
    padding: 0 13px 0 0px;
    margin-left: -5px;
}

.distribution-box .db-dis-radio .customradio .checkmark {
    border: 2px solid #cdcdcd;
}

.main-area.back-code-area .checkout-step-account {
    position: absolute;
    width: 100%;
    left: 0;
    background: #ffffffe0;
    top: 0;
    height: 100%;
    z-index: 9999;
}

.main-area.back-code-area .sidebar-left, .main-area.back-code-area .content.sidebar-right {
    filter: blur(1px);
}

.main-area.back-code-area .checkout-step-account .LT-domin-sec.ND-img-bg {
    background: transparent;
}

.main-area.back-code-area .checkout-step-account nav {
    width: 100%;
    padding: 0 25px;
}

.main-area.back-code-area .checkout-step-account .home-nav-sec.log-tran-domin .HNS-nav .logo {
    border: none;
}

.PT-api-sec .PTA-head .form-group.pass_show.cus-protext .form-control {
    border: 1px solid #ebebeb;
    padding: 17px 100px 17px 21px;
    border-radius: 4px;
}

.cart-pop-sec .price-text-total-head {
    text-align: right;
}

.cart-pop-sec .price-text.price-text-total {
    text-align: right !important;
}

.price-text.CPF-footer {
    font-size: 14px;
    font-weight: normal;
    color: #333 !important;
}

.price-text.CPF-footer span {
    font-weight: bold;
}

.cart-pop-sec .table-bordered {
    border-bottom: none;
}

.cart-pop-sec .CPF-footer td {
    border: none !important;
}

.cart-pop-sec .CPF-footer {
    position: relative;
}

.cart-pop-sec .CPF-footer td {
    position: relative;
}

.cart-pop-sec .CPF-footer td:nth-child(1)::before {
    position: absolute;
    content: "";
    left: -1px;
    top: 0;
    background: #fff;
    width: 1px;
    height: 100%;
}

.cart-pop-sec .CPF-footer td:nth-last-child(1)::before {
    position: absolute;
    content: "";
    right: -1px;
    top: 0;
    background: #fff;
    width: 1px;
    height: 100%;
}

.cart-pop-sec .CP-form {
    margin-bottom: 70px;
}

#CartModal .modal-content {
    background: rgb(255 255 255 / 0.96);
}

#CartModal .modal-content .FP-full-bg {
    background: transparent;
}

.domin-skin-sec {
    padding-bottom: 60px;
}

.CHB-feature.fourColum.statis-highlight .col-md-3.col-sm-12:nth-child(2) .CHBFL-icon {
    background: #e0efe1;
	color: #4caf50;
}

.CHB-feature.fourColum.statis-highlight .col-md-3.col-sm-12:nth-child(2) .CHBFL-cont h2 {
    color: #4caf50;
}

.CHB-feature.fourColum.statis-highlight .col-md-3.col-sm-12:nth-child(3) .CHBFL-icon {
    background: #fbebd5;
	color: #ff9800;
}

.CHB-feature.fourColum.statis-highlight .col-md-3.col-sm-12:nth-child(3) .CHBFL-cont h2 {
    color: #ff9800;
}

.CHB-feature.fourColum.statis-highlight .col-md-3.col-sm-12:nth-child(4) .CHBFL-icon {
    background: #f9dfdd;
	color: #f44336;
}

.CHB-feature.fourColum.statis-highlight .col-md-3.col-sm-12:nth-child(4) .CHBFL-cont h2 {
    color: #f44336;
}

.GPSI-check-list .btn-group .btn.focus {
    outline: none;
}

.VN-selection-number h3 {
    font-size: 18px;
    margin-top: 0;
    font-weight: normal;
    margin-bottom: 40px;
}

.agree-box .checkbox .cr {
    margin-top: 0;
}

.CCS-check-box.selected {
    border: 1px solid #35b7f3;
}

.SR-box-details.VPSMain-box .PT-tab-area {
    margin-bottom: 20px;
}

.monitor-table-area {
    border: 1px solid #ddd;
    float: left;
    width: 100%;
}

.monitor-head {
    background: #fafafa;
    float: left;
    width: 100%;
    padding: 17px 0 7px 0;
}

.monitor-head-box {
    float: left;
    padding-left: 15px;
}

.monitor-head-box.MHB-check {
    width: 15%;
}

.monitor-head-box.MHB-customer {
    width: 25%;
}

.monitor-head-box.MHB-email {
    width: 45%;
}

.monitor-head-box.MHB-date {
    width: 15%;
}

.monitor-mid-box {
    float: left;
    position: relative;
    width: 100%;
    padding: 17px 0 7px 0;
    border-bottom: 1px solid #ebebeb;
}

.monitor-mid-box.highlight {
    padding: 17px 0 43px 0;
}

.monitor-head-box.MHB-customer.MHB-inner-icon i {
    color: #88a2ae;
    font-size: 20px;
}

.monitor-head-box.MHB-email.MHB-inner-email {
    color: #727272;
}

.monitor-head-box.MHB-date.MHB-date-icon i {
    color: #88a2ae;
    font-size: 18px;
    margin: -1px 0 0 0;
    padding: 0;
}

.MLSL-right .btn-group.open .btn.btn-default {
    color: #35b7f3;
}

.wmhlWS-setting-btn {
    width: 45px;
    height: 45px;
    border: 1px solid #e6e6e6;
    display: inline-block;
    text-align: center;
    line-height: 43px;
    font-size: 22px;
    color: #aaaaaa;
    border-radius: 100px;
}

.wmhlWS-setting-btn:hover {
    border-color: #35b7f3;
    color: #35b7f3;
}

.wmhl-website-setting {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.scoop-right-header .SRBH-language {
    margin-top: 9px;
}

.scoop-item.scoop-user .header.SM-pro {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    padding: 30px 15px 30px 16px;
    position: relative;
}

.scoop[vertical-nav-type="collapsed"] .scoop-main-container .scoop-item.scoop-user .header.SM-pro {
    display: none;
}

.scoop .scoop-navbar .scoop-item > li > a:focus, .scoop[theme-layout="vertical"] .scoop-navbar .scoop-item[subitem-border="true"] .scoop-hasmenu .scoop-submenu li > a:focus {
    outline: none !important;
    box-shadow: none !important;
}

a:focus, button:focus {
	outline: none !important;
}

.scoop-navbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}

.scoop-navbar .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .scoop-navbar .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: -4px;
    margin: 12px 0;
}

.domin-cart-box {
    position: fixed;
    bottom: 0;
    background: #fff;
    box-shadow: 0 0 10px 0 #000;
    width: 100%;
}
.domin-cart-box {
    position: fixed;
    bottom: 0;
    background: #fff;
    box-shadow: 0 -10px 15px rgba(0,0,0,.05);
    width: 100%;
    z-index: 9;
    padding: 17px 0;
}
.domin-cart-left {
    float: left;
    font-size: 14px;
    color: #9a9a9a;
    text-transform: uppercase;
    margin-top: 15px;
}
.domin-cart-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    color: #9a9a9a;
    font-size: 14px;
    text-transform: uppercase;
}
.domin-cart-right .cus-btn {
    padding: 11px 40px;
}
.domin-cart-right {
    float: right;
}
.domin-cart-right a {
    display: inline-block;
}
.domin-cart-left span, .domin-cart-center span {
    margin-left: 9px;
    color: #35b7f3;
}































