h1 {
	font-size: 44px;
    color: rgb(39, 91, 176);
    padding-bottom: 0px;
    margin-bottom: 35px;
    margin-top: 35px;
    padding-right: 15px;
    padding-left: 15px;
	letter-spacing: normal;
	font-weight: normal;
}

h1 small {
    display: block;
	margin-top: 10px;
	font-weight: 300;
    color: #555;
}

.header {
    position: initial;
	-moz-transition: none;
    -webkit-transition: none;
    transition: none;
}

.navbar {
	background: whitesmoke;
	margin-bottom: 0px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 30px rgba(0,0,0,0.1);
	z-index: 2;
}

.navbar .navbar-nav>li>a {
    color: #555;
    font-weight: 500;
}

.navbar .navbar-nav>li>a:hover {
    background: #03a9f4;
}

.navbar .navbar-nav>.open>a, .navbar .navbar-nav>.open>a:focus, .navbar .navbar-nav>.open>a:hover {
    color: #FFF;
    background: #435370;
}

.navbar .dropdown-menu li>a:focus, .navbar .dropdown-menu li>a:hover, .navbar.navbar-default .dropdown-menu li>a:focus, .navbar.navbar-default .dropdown-menu li>a:hover {
    background-image: none;
}

.sub-heading {
	height: 0;
    border-top: 1px solid rgba(0,0,0,.12);
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}

.form-horizontal .form-group {
    margin-top: 0;
}

.sub-heading span {
	display: inline-block;
    position: relative;
    padding: 0 17px;
    top: -17px;
    font-size: 22px;
    color: #ff5722;
    background-color: #fff;
    line-height: 1.3;
}

.adminreturndiv {
    display: none;
}

.form-group label.control-label {
	font-size: 16px;
	color: #5a5a5a;
}

.bottom-10 {
	margin-bottom: 10px;
}
.bottom-15 {
	margin-bottom: 15px;
}
.bottom-25 {
	margin-bottom: 25px;
}
.bottom-50 {
	margin-bottom: 50px;
}
.bottom-75 {
	margin-bottom: 75px;
}

.login-bg {
	background: url('//ion.ba/images/wallpaper.jpg') !important;
	background-size: cover;
}

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  background-color: #FFF; /* A background-color is required */
  min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block !important;
}

div[menuitemname="Ticket Information"] .panel-footer .col-xs-6 {
	width: 100%;
}

.password-strength #passwordStrengthBar {
	margin-bottom: 25px;
}

.logincontainer p {
    color: #A5A5A5;
}

.logincontainer .login h1 {
	margin-top: 60px;
}

.logincontainer h1 {
	border-bottom: 0;
	margin-bottom: 0;
    margin-top: 20px;
}

.panel-title {
    font-weight: normal;
}

.well .pull-right .btn {
    margin-top: -1px;
}

.well .list-group {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26);
}

.well .list-group-item {
    padding: 10px 15px;
	background: transparent;
	font-size: 20px;
}
.well h3.panel-title {
	color: #242b3a;
    font-size: 20px;
    font-family: 'Roboto', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    letter-spacing: normal;
    font-weight: 400;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
	right: 15px !important;
}
table.dataTable thead > tr > th {
    text-align: center;
    border-right: 1px solid #eee;
}
.dataTables_filter .form-group {
    margin-top: 0;
}
#ticketReply h3, #ticketReply i {
	color: #fafafa;
}
.label {
	border-radius: 2px !important;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
span.label.status.status-unpaid {
    background: #ff5722;
    color: #fff;
}
span.label.status.status-paid {
    background: #4caf50;
    color: #fff;
}
.ticket-reply .date {
    text-align: right;
}
.ticket-reply .type {
    color: #979797;
}
.panel.well {
	background: white;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0;
}
.panel.well .form-group {
    padding: 0;
    padding-bottom: 7px;
    margin: 0;
}
.ticket-attachments-message {
    padding-top: 4px;
    font-size: 0.8em;
}
.form-group .checkbox label {
    color: #757575;
}
.alert strong {
    font-size: 18px;
    display: block;
}
div#subacct-container .form-group {
    margin-top: 0px;
}
.bottom-50 {
	margin-bottom: 50px !important;
}
hr {
	border: solid #e2e2e2;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 21px 0;
}
table.dataTable td {
    font-size: 18px;
	vertical-align: middle !important;
}
div.dataTables_paginate {
    padding-top: 60px;
}
.listtable tbody tr:hover {
    background: whitesmoke;
	cursor: pointer;
}
div.dataTables_paginate {
	float:right;
}
.dataTables_length label {
    color: black;
	margin-top: 40px;
}
.dropdown-menu li a:hover {
    color: #9c27b0;
}
.dataTables_length label .form-group {
    margin-top: 0;
}
.dataTables_length label .form-group.form-group-sm .form-control {
	font-size: 19px;
    height: 40px;
    margin: 5px 15px;
    padding: 5px 15px;
}
.btn-group ul.dropdown-menu li a {
    padding: 10px 20px;
}
.btn-group ul.dropdown-menu li a i {
    margin-right: 10px;
}
.spacing-50 {
	padding-top: 50px !important;
}
.client-home-panels .well {
    background-image: none;
	border-color: rgb(255, 255, 255);
	border-radius: 0;
}
.ticket-reply.staff {
    border-bottom: 3px solid #03a9f4;
}

.ticket-reply {
    margin: 10px 0;
    padding: 15px 5px;
    border-radius: 3px;
    border-bottom: 1px solid whitesmoke;
}

.ticket-reply .date {
    float: right;
    padding: 8px 10px;
    font-size: 0.8em;
}

.ticket-reply .user {
    padding: 5px 0;
    background-color: transparent;
}
.ticket-reply .user i {
    float: left;
    color: rgb(3, 169, 244);
    font-size: 49px;
    padding: 2px 15px;
}

.ticket-reply .user .name {
    display: block;
    font-size: 21px;
}

.ticket-reply .user .type {
    display: block;
    font-weight: 300;
    font-size: 15px;
}

.ticket-reply .message {
	font-size: 18px;
	font-weight: 300px;
    padding: 12px 15px;
	padding-left: 80px;
}

.ticket-reply .rating,
.ticket-reply .rating-done {
    float: right;
    padding: 5px 10px;
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 24px;
}
.ticket-reply .rating span.star,
.ticket-reply .rating-done span.star {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
}
.ticket-reply .rating-done .rated {
    display: inline-block;
    font-size: 12px;
    font-family: Tahoma;
}
.ticket-reply .rating span.star:hover {
    cursor: pointer;
}
.ticket-reply .rating span.star:before,
.ticket-reply .rating-done span.star:before {
    content: "\f006";
    padding-right: 0;
    color: #999;
}
.ticket-reply .rating span.star:hover:before,
.ticket-reply .rating span.star:hover ~ span.star:before,
.ticket-reply .rating-done span.star.active:before  {
    content: "\f005";
    color: #F2DE88;
}

.ticket-reply .attachments {
    margin: 0;
    padding: 10px 20px;
    border-top: 1px dashed #efefef;
    background-color: #f8f8f8;
    font-size: 0.8em;
}

.ticket-reply .attachments ul {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: none;
}

.ticket-reply .clear {
    clear: both;
}
.btn-danger {
    color: #fff !important;
    background: #ff5722 !important;
}
.form-group .form-control.markdown-editor {
	padding: 20px;
    font-size: 18px;
    font-family: 'Roboto', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
}
tr.masspay-invoice-detail td {
    font-size: 18px;
}
tr.masspay-total td {
    font-size: 18px;
	color: #88b233;
}
.bg-info {
    background-color: rgba(3, 169, 244, 0.33);
    font-size: 18px;
    border-top: 0 !IMPORTANT;
}
.table>thead>tr>th {
	border-bottom: 0;
	font-size: 17px;
}
.md-editor .md-footer {
    padding: 7px 20px !important;
    border-top: 1px solid #ccc;
}
.logincontainer .form-group label {
    color: #55baf1;
}

.btn.btn-primary {
	color: #fff !important;
    background: #3F51B5 !important;
}

a.list-group-item.active i {
    color: #fff;
}
 
a.list-group-item i {
	color: #03a9f4;
}
.sidebar div a.list-group-item i {
    margin-right: 7px;
}

.alert-danger, .alert-info, .alert-warning, .alert-success {
	background-image: none !important;
}

.logincontainer h1 {
    padding-left: 0;
}

#files-table small {
    font-size: 12px;
    color: #555;
	display: block;
}

.kbcategories > div > a {
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
}
.kbcategories {
    padding: 15px 5px;
}
.kbarticles {
    padding: 15px 5px;
}
.kbarticles > a, .kbarticles > div > a {
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
}
blockquote.kbarticle {
	background: transparent;
	font-size: 19px;
	margin-bottom: 50px;
	border-left: 5px solid #03a9f4;
}
.article {
	margin-bottom: 50px;
}
#kbsearch .form-group {
	margin-top: 0;
}
blockquote.kbarticle ul li {
    margin: 10px 0px;
	font-size: 18px;
}
.kbcategories > div > a > span.badge {
    background: #03a9f4;
}
.sidebar .form-group {
    margin-top: 0px;
}
#kbsearch .form-group input {
    margin-bottom: 0;
}
h3.kbarticle {
	margin-bottom: 25px;
    margin-top: 0px;
}
.kbarticles > div > a > span, .kbarticles > a > span, .kbcategories > div > a > span, .kbcategories > a > span{
    margin-right: 10px;
}
.kbarticles p, .kbcategories > div > p {
    margin-bottom: 40px;
}
.panel {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.panel>.panel-heading {
    border-radius: 2px 2px 0px 0px;
}
.navbar .dropdown-menu .active>a, .navbar.navbar-default .dropdown-menu .active>a {
    background-color: #3f51b5;
    color: rgb(255, 255, 255);
    background-image: none;
}
 .navbar .dropdown-menu .active>a:hover {
	background: rgb(63, 81, 181);
    color: white;
 }
 .navbar .navbar-nav>.active>a, .navbar .navbar-nav>.active>a:focus, .navbar .navbar-nav>.active>a:hover {
	color: white;
    background-color: #3f51b5;
}

.navbar .navbar-nav>li>a:focus, .navbar .navbar-nav>li>a:hover {
    color: white;
    background-color: #2196f3;
}
.navbar .navbar-nav>li>a:focus i, .navbar .navbar-nav>li>a:hover i{
    color: white;
}

#ion-navbar-collapse-1 {
    padding-left: 0;
    border: 0;
    padding-right: 0;
}

.navbar-nav {
	margin: 0px;
}

#cPanelBillingOverviewPanel .col-md-6 {
    width: 50% !important;
}

div.product-details {
    margin: 0 0 20px 0;
}
div.product-details div.product-icon {
    margin: 0;
    padding: 0;
    background-color: #efefef;
    border-radius: 10px;
    padding: 30px;
    font-size: 60px;
    line-height: 1em;
}

.product-status {
    margin: 0 0 20px 0;
    padding: 0;
    border-radius: 10px;
}
.product-status-pending {
    background-color: #F89406;
}
.product-status-active {
    background-color: #46A546;
}
.product-status-suspended {
    background-color: #0768B8;
}
.product-status-terminated,
.product-status-cancelled {
    background-color: #666;
}
.product-status-fraud {
    background-color: #000;
}
.product-status-text {
    padding: 5px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.module-client-area {
    padding: 15px 15px 0 15px;
}

div#domain {
    padding: 0 10px;
}

div#diskUsage strong, div#bandwidthUsage strong {
    font-weight: 400;
}
div#diskUsage, div#bandwidthUsage {
    font-size: 20px;
}

.cpanel-feature-row div a {
    font-size: 17px;
    color: #555;
}

.cpanel-feature-row img {
	margin-bottom: 10px !important;
}

.cpanel-feature-row {
    margin-top: 15px !important;
    margin-bottom: 35px !important;
}

.cpanel-usage-stats > div:not(:first-child) {
    margin: 15px 0 5px;
    font-size: 16px;
    margin-top: 40px;
}

legend {
	font-family: "Montserrat-Regular", Arial, sans-serif;
	text-rendering: optimizelegibility;
    letter-spacing: -.02em;
    margin-bottom: 0;
    margin-top: 25px;
    border-bottom: 2px solid #9c27b0;
    color: #9c27b0;
    padding-bottom: 10px;
    padding-left: 10px;
}

.panel.panel-default>.panel-heading, .panel>.panel-heading {
    background-color: #03a9f4;
	background-image: none;
}

.panel-default>.panel-heading, .panel:not([class*=panel-])>.panel-heading {
    color: rgba(255, 255, 255, 0.99);
}

.panel.panel-success>.panel-heading {
    background-color: #4caf50;
}

.main-sidenav {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
	padding-left: 0px;
}

#main-body {
	background: rgba(255, 255, 255, 0.55);
}

.sidebar .panel {
	border-radius: 0px;
	box-shadow: none;
}
.sidebar .panel .panel-heading {
	border-radius: 0px;
    background: #242b3a;
    color: #555;
    margin-bottom: 15px;
	margin-top: 15px;
    box-shadow: 0 0px 23px rgba(0, 0, 0, 0.25);
}
.sidebar .panel:first-child .panel-heading {
	margin-top: 0px;
}

.sidebar .panel a.list-group-item:focus, .sidebar .panel a.list-group-item:hover, .sidebar .panel button.list-group-item:focus, .sidebar .panel button.list-group-item:hover {
    text-decoration: none;
    background-color: #9c27b0;
    text-shadow: 0 0px 0 #464646;
    color: white;
}
.list-group .list-group-item.active:focus, .list-group .list-group-item.active:hover {
    background: rgba(0,0,0,.15);
    outline: 4px solid rgba(0, 0, 0, 0.08);
}
.dataTables_filter .form-group.form-group-sm {
    width: 100%;
}
.dataTables_filter label {
	display: block;
}
div.dataTables_info {
    margin-bottom: 50px;
    padding-top: 0 !important;
	padding-left: 12px;
}
table.dataTable tr td strong {
    font-size: 16px;
}

.dataTables_filter input.form-control::-webkit-input-placeholder {
    font-size: 16px !important;
}

.dataTables_filter input.form-control {
	width: 100% !important;
	font-size: 20px !important;
	padding: 20px 0px !important;
}

span.label.status.status-active {
    background: #88b233;
}

.sidebar .panel {
	margin-bottom: 0px !important;
}
.main-sidenav .sidebar .panel-heading .panel-title {
	color: #4eefff;
    text-align: right;
    font-family: 'Roboto', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    letter-spacing: 2px;
    font-size: 17px;
}
div#ionAccountUsagePanel .panel-heading .panel-title, div#cPanelUsagePanel .panel-heading .panel-title, div#cPanelQuickShortcutsPanel .panel-heading .panel-title, div#cPanelQuickEmailPanel .panel-heading .panel-title, div#cPanelBillingOverviewPanel .panel-heading .panel-title {
    color: #555;
    font-size: 22px;
    font-family: 'Roboto', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    letter-spacing: normal;
    font-weight: 400;
}

div#ionAccountUsagePanel .panel-heading, div#cPanelUsagePanel .panel-heading, div#cPanelQuickShortcutsPanel .panel-heading, div#cPanelQuickEmailPanel .panel-heading, div#cPanelBillingOverviewPanel .panel-heading {
    background: #f5f5f5;
    margin-bottom: 20px;
}

div#cPanelQuickEmailPanel .form-group {
	margin-top: 8px;
}

div#cPanelBillingOverviewPanel .panel-body {
    font-size: 17px;
}

div#cPanelQuickEmailPanel .panel-body .input-group-addon {
    font-size: 19px !important;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #44a1dd !important;
	background-image: none;
}
#cpanel_wrapper iframe, #terminal_wrapper iframe {
    border: 0;
    width: 100%;
}
#terminal_wrapper iframe.full-screen {
	height: calc(100% - 125px);
	position: fixed;
	width: 100%;
	top: 42px;
	left: 0;
	z-index: 3;
}

#cploader, #tloader, #whmloader {
    margin: 50px 0px;
}
#terminal_wrapper iframe {
	height: 600px;
}

div#ionAccountUsagePanel .panel-body .row .statswrapper {
	padding: 0px 50px;
}
.main-sidenav .sidebar .panel-heading .panel-title {
	font-weight: normal;
}

.main-sidenav .sidebar .list-group .list-group-item {
	padding: 10px 15px;
	font-size: 16px;
}

.panel-info>.panel-heading, .panel-success>.panel-heading, .panel-warning>.panel-heading, .panel-danger>.panel-heading {
	background-image: none;
}

.btn-success {
	color: #fff !important;
    background: #4caf50 !important;
}

.main-ion-body {
    padding-top: 0;
    border-radius: 0px;
}
.main-ion-body.no-sidenav div:not(".escape") h1 {
	margin-bottom: 15px !important;
    margin-top: 0 !important;
}

main#panel {
	background: url(//ion.ba/images/backgrounds/5.jpg);
	background-size: cover;
}

.zindex {
	z-index: 1;
}

.zindexnav {
	z-index: 2;
}

.login-bg .main-ion-body {
    background: transparent;
    box-shadow: none;
	-webkit-box-shadow: none;
    padding: 0;
}

.bottom-100 {
    margin-bottom: 100px;
}

.dashboard-icons {
    padding: 45px 0 65px;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
}

.dashboard-icons div:last-child.tile {
    border-right: 0;
}
.dashboard-icons .icon i {
    color: #3a4251;
    font-size: 50px;
}

.dashboard-icons .title {
	color: #555;
    margin: 0;
    font-size: 20px;
    box-shadow: 0 15px 55px #ddd;
    border-bottom: 4px solid rgb(3, 169, 244);
    transition: all 0.5s ease;
    padding: 55px 0px;
}

.table-container {
    padding: 0px 20px;
}

.dashboard-icons .tile .icon {
    height: 70px;
}

@-webkit-keyframes neon {
	from {
		text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228DFF, 0 0 70px #228DFF, 0 0 80px #228DFF, 0 0 100px #228DFF, 0 0 150px #228DFF;
	}
	to {
		text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228DFF, 0 0 35px #228DFF, 0 0 40px #228DFF, 0 0 50px #228DFF, 0 0 75px #228DFF;
	}
}

[menuitemname="Categories"] .panel-heading {
	margin-top: 0px !important;
}

.dashboard-icons .badge {
    position: absolute;
    top: 33px;
    font-size: 20px;
    background: #4caf50;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    color: #ffffff !important;
    padding: 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.dashboard-icons .badge.badge-zero {
    background: #242b3a;
}

.dashboard-icons .badge.badge-warning {
    background: #ff5722;
}

.client-home-panels {
	padding-top: 15px;
    background: #f7f7f7;
    border-left: 1px solid #f3f3f3;
}

.global-search .form-group.form-group-lg {
    margin-top: 0;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid #eee;
}

tr.disabled:hover {
    cursor: not-allowed !important;
}

.status {
    display: block;
    font-size: 0.9em;
    line-height: 22px;
    background-color: #888;
	border-radius: 3px;
    font-weight: 400;
}

.status-custom {
    background-color: white;
    color: black;
    border: 1px solid black;
    padding: 1px;
}

.status-pending {
    background-color: #ff5722;
}
.status-pending.transfer {
    background-color: #A68500;
}
.status-active,
.status-open {
    background-color: #3fad46;
}
.status-suspended {
    background-color: #F0AD4E;
}
.status-customer-reply {
    background-color: #ff6600;
}
.status-fraud {
    background-color: #000000;
}
.status-custom {
    background-color: #789d2d;
    border-color: transparent !important;
    color: white !important;
}
.status-answered {
    background-color: #03a9f4;
}
.status-expired {
    background-color: #004258;
}
.status-cancelled {
    background-color: #9FA29A;
}
.status-terminated {
    background-color: #666;
}
.status-onhold {
    background-color: #224488;
}
.status-inprogress {
    background-color: #cc0000;
}
.status-closed {
    background-color: #888;
}

.status-paid {
    background-color: #498302;
}
.status-unpaid {
    background-color: #ED3E48;
}
.status-cancelled {
    background-color: #87939F;
}
.status-collections {
    background-color: #9A141E;
    color: #FFFFFF;
}
.status-refunded {
    background-color: #319FC3;
}

.status-customer-reply {
    background-color: #ff6600;
}

.status-delivered {
    background-color: #224488;
}

.status-accepted {
    background-color: #498302;
}
.status-lost, .status-dead {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    color: #000000;
}

.popover-user-notifications {
    font-size: 0.8em;
}
.popover-user-notifications .popover-content {
    padding: 0;
	border-radius: 0;
}
ul.nav.nav-tabs {
	background: #f5f5f5;
    border-radius: 3px;
    border-left: 4px solid #03a9f4;
    border-right: 4px solid #03a9f4;
    box-shadow: 0 0px 23px rgba(0, 0, 0, 0.25);
}
#mg-container ul.nav.nav-tabs, .main-content ul.nav.nav-tabs {
    background: rgb(48, 56, 67);
    box-shadow: 0 0px 23px rgba(0, 0, 0, 0.25);
}
#mg-container .nav-tabs>li>a, .main-content .nav-tabs>li>a {
	color: #4eefff !important;
}
#mg-container .nav-tabs li a i, .main-content .nav-tabs li a i {
    font-size: 13px;
    margin-right: 6px;
}
#mg-container .nav-tabs>li.pull-right span, .main-content .nav-tabs>li.pull-right span:not(.display-tab){
	padding: 10px 15px;
    background: #2196f3 !important;
    color: white;
    font-weight: 500;
    height: 44px;
    display: block;
    font-size: 17px;
    text-shadow: 0 1px 0 #000000;
}
#mg-container .nav-tabs>li>a:hover, #mg-container .nav-tabs>li>a:focus, #mg-container .nav-tabs>li.active>a {
    background: white !important;
    color: #555 !important;
}
.main-content .nav-tabs>li>a:hover, .main-content .nav-tabs>li>a:focus, .main-content .nav-tabs>li.active>a {
	background-color: white !important;
    background-image: none !important;
    box-shadow: none !important;
}
.nav-tabs>li>a, .nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
    color: #555 !important;
    font-weight: normal;
	border-radius: 0;
}
.row.panel-nav {
    position: relative;
    width: 90%;
    top: -55px;
}

.feature-panel .feature-wrapper {
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 25px;
	min-height: 180px;
	margin-top: 21px;
	border-radius: 0;
}
.feature-panel.feature-domains .feature-wrapper {
	border-bottom: 0px;
}
.feature-panel.feature-panel-wrapper .list-group .list-group-item .row-content {
    width: 100%;
}
.feature-panel.feature-domains {
    padding-top: 40px;
}
.feature-panel .feature-wrapper p {
    margin-top: 20px;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 400;
}
.feature-panel-wrapper {
	border-right: 1px solid #eee;
}
div#pwstrengthbox {
    padding: 8px 15px;
    color: #555;
}
.p0 {
	padding: 0px;
}
.email-verify .alert {
    margin: 0;
	font-size: 18px;
}
.truncate {
	display: inline-block;
}
.panel-module .panel-heading a.btn {
	margin: 0px;
	margin-top: -5px;
}
.panel-module .panel-heading a.btn i {
	font-size:12px;
	margin-right: 5px;
}
.panel-module .panel-heading i {
    margin-right: 10px;
    font-size: 16px;
}
.panel-module > .panel-heading {
	background: rgb(245,245,245);
	background: -moz-linear-gradient(top, rgba(245,245,245,1) 94%, rgba(3,169,244,1) 95%);
	background: -webkit-linear-gradient(top, rgba(245,245,245,1) 94%,rgba(3,169,244,1) 95%);
	background: linear-gradient(to bottom, rgba(245,245,245,1) 94%,rgba(3,169,244,1) 95%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#03a9f4',GradientType=0 );
    border-radius: 3px;
    font-size: 19px;
	color: #555;
}
.module-body .table>tbody>tr>td, .module-body .table>tbody>tr>th, .module-body .table>tfoot>tr>td, .module-body .table>tfoot>tr>th, .module-body .table>thead>tr>td, .module-body .table>thead>tr>th {
    padding: 8px;
    vertical-align: middle;
    font-size: 18px;
}
.form-group span.acc {
    padding-top: 16px !important;
    display: block;
    font-size: 18px;
}
.modal-body .form-group:first-child, div#mg-modal .modal-body .form-group:first-child{
	margin: 0px;
}
.modal-footer, div#mg-modal .modal-footer {
    margin-top: 30px;
    background: whitesmoke;
    padding: 11px 10px;
    border-top: 1px solid #d9d9d9;
}
.modal-footer .btn, div#mg-container .modal-footer .btn {
	margin-bottom: 0;
}
span.checkbox-material {
    margin-right: 7px;
}
.checkbox label, .radio label, label {
    color: #555;
}
.module-body .tab-pane .list-group .list-group-separator:before {
	width: 100%;
}
.module-body .tab-pane .list-group {
	margin-top: 20px;
	box-shadow: none;
}
.module-body .tab-pane p.p-icon i {
	display: block;
    font-size: 35px;
    color: #303843;
}
.module-body .tab-pane p.p-icon {
    margin-top: 25px;
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 20px;
}
.help-block ul li {
	font-size: 13px;
}
table td.cell-actions a.btn-icon i {
    font-size: 18px;
}
.header-search .form-group, .panel.panel-module .panel-body form .form-group:first-child {
    margin-top: 0px;
}
button#generate_pwd {
	margin: 0px;
}
.pwstrengthwrapper {
	padding: 0;
}
.panel-raised {
    border: 0;
	margin-bottom: 20px;
	transition: all 0.5s ease;
}
.panel.panel-raised:hover {
    background: #eee;
	cursor: pointer;
}
.panel.panel-raised:hover .app-name {
    font-weight: bold;
	color: #303843;
}
img.icon-btn {
	transition: all 0.5s ease;
	border-width: 6px;
	border-color: white;
    border-style: double;
    max-height: 30px;
	margin: 0 auto;
    margin-top: 20px;
}
.panel.panel-raised:hover img.icon-btn {
    border-radius: 100%;
    border-left-color: #44a1dd;
    border-right-color: #789d2d;
    border-top-color: white;
    border-bottom-color: white;
}
.panel-raised .app-name {
	font-size: 18px;
    text-align: center;
    display: block;
}

.new-app .form-group:first-child {
    margin-top: 0;
}
#mg-wrapper .modal-content .modal-header h4 {
	color: white;
}
#install-app .panel.panel-default .panel-heading:hover {
    cursor: pointer;
}
#install-app .panel.panel-default .panel-heading {
    background: whitesmoke;
    color: #555;
    border-bottom: 1px solid rgb(216, 216, 216);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
}
#install-app .panel.panel-default h6 {
    font-size: 19px;
    text-transform: capitalize;
}
#install-app .panel.panel-default {
    margin: 20px 0px !important;
}
.feature-quick-login-wrapper {
    padding-top: 20px;
}
.panel-nav .nav-tabs li.active a i, .panel-nav .nav-tabs li a:hover i {
	color: #44a1dd !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:hover {
    color: #44a1dd !important;
    font-weight: normal;
    -webkit-box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
}

.product-details-tab-container #resources {
    /**background: url(//ion.ba/images/backgrounds/resources-bg.png) white;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;**/
}
.product-details-tab-container #resources .statswrapper {
	padding: 0;
}
.nav-tabs>li>a, .nav-tabs>li>a i{
	transition: all 0.5s ease;
}
.clientalert {
    margin: 0;
    padding: 10px 20px 5px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}
.clientalert:hover {
    background-color: #efefef;
}
.clientalert:last-child {
    border-bottom: 0;
}
.clientalert .btn-xs {
    font-family: Verdana;
    font-size: 10px;
}
.popover.popover-user-notifications h3.popover-title {
    font-size: 19px;
}

.m0 {
	margin: 0px;
}

div#twofaactivation .errorbox {
    margin: 0 0 20px 0;
    padding: 10px 20px;
    background-color: #FF4F4F;
    text-shadow: none;
    color: #fff;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
	font-size: 17px !important;
}

h4 span.twofa-enabled {
	font-weight: 400;
    letter-spacing: normal;
	color: green;
    font-family: 'Roboto', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-size: 17px;
	display: block;
}

h4 span.twofa-disabled {
	font-weight: 400;
    letter-spacing: normal;
    color: orange;
    font-family: 'Roboto', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-size: 17px;
	display: block;
}
h4 span.twofa-enabled i, h4 span.twofa-disabled i {
	font-size: 14px;
}

div#twofaactivation p {
    margin: 15px 0;
}

.btn.btn-action {
    background-color: #72CA06;
    border-color: #498302;
}

h3.with-badge::after {
    content: '.';
    color: #fff;
}

h3.with-badge span, h3.with-badge i {
    float: left;
    padding-right: 8px;
}

h3.with-badge .badge {
    line-height: initial;
    margin-top: 3px;
}

@media (min-width: 992px) {
    h3.with-badge .badge {
        padding: 3px 7px 3px 8px;
    }
    .sidebar .list-group-item .badge {
        margin-top: -2px;
        padding: 3px 7px 3px 8px;
        line-height: initial;
        min-width: 36px;
    }
}
.language-popover {
	max-width: 450px;
    width: 100%;
}

.language-popover .popover-content ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}
.language-popover .popover-content li {
    display: inline;
    padding: 0px 0px 0 25px;
    width: 50%;
    line-height: 2em;
}
.language-popover .popover-content li a img {
    width: 35px;
}
.language-popover .popover-content li a {
    color: #242b3a;
}
ul.topright li i {
    font-size: 9px;
}
@media (max-width: 480px) {
    .language-popover {
        max-width: 250px;
        background-position: -50px 0;
    }
    .language-popover .popover-content li {
        padding: 0 20px;
        width: 50%;
    }
}


.login-popover {
    font-size: 12px;
}
.login-popover .form-group {
    margin-bottom: 5px;
}
.login-popover hr {
    margin: 5px 0;
}

#google-recaptcha-domainchecker {

}

#default-captcha-domainchecker {
    margin-top: 15px;
    margin-bottom: -63px;
}

#default-captcha-domainchecker #inputCaptcha {
    width: 100px;
    border-radius: 4px;
}

.domainchecker-homepage-captcha #google-recaptcha-domainchecker {
    margin-bottom: -46px;
}
.modal-remove-item h4.modal-title {
    color: white;
}
@media (max-width: 991px) {
    #google-recaptcha-domainchecker {
        padding-left: 2.5%;
    }
}

@media (max-width: 736px) {
    #google-recaptcha-domainchecker {
        transform: scale(0.935);
        transform-origin: 0 0;
        -webkit-transform: scale(0.935);
        -webkit-transform-origin: 0 0;
    }
}

@media (max-width: 384px) {
    #google-recaptcha-domainchecker {
        transform: scale(0.96);
        transform-origin: 0 0;
    }
}

@media (max-width: 360px) {
    #google-recaptcha-domainchecker {
        transform: scale(0.89);
        transform-origin: 0 0;
    }
}

@media (max-width: 320px) {
    #google-recaptcha-domainchecker {
        transform: scale(0.83);
        transform-origin: 0 0;
        -webkit-transform: scale(0.785);
        -webkit-transform-origin: 0 0;
    }
}

tr.masspay-invoice-detail td {
    font-size: 16px;
}

.error-container {
    text-align: center;
}
.error-container h1 {
    margin-top: 40px;
}
.error-container .buttons {
    margin: 25px 0;
}
.error-container .buttons .btn {
    margin: 5px;
}


.panel-collapsable > .panel-heading {
    cursor: pointer;
}
.panel-collapsable > .panel-body-collapsed {
    display: none;
}

.row {
	max-width: 100%;
}
table.dataTable {
  margin-top: 60px !important;
  margin-bottom: 40px !important;
}
.panel.panel-accent-gold .panel-heading {
    background: #f0ad4e;
}
.panel.panel-accent-green .panel-heading {
    background: #5cb85c;
}
.panel.panel-accent-red .panel-heading {
    background: #d9534f;
}
.panel.panel-accent-blue .panel-heading {
    background: #5bc0de;
}
.panel.panel-accent-orange .panel-heading {
    background: #f39c12;
}
.panel.panel-accent-pink .panel-heading {
    background: #e671b8;
}
.panel.panel-accent-purple .panel-heading {
    background: #7b4f9d;
}
.panel.panel-accent-lime .panel-heading {
    background: #8cbf26;
}
.panel.panel-accent-magenta .panel-heading {
    background: #ff0097;
}
.panel.panel-accent-teal .panel-heading {
    background: #00aba9;
}
.panel.panel-accent-turquoise .panel-heading {
    background: #1abc9c;
}
.panel.panel-accent-emerald .panel-heading {
    background: #2ecc71;
}
.panel.panel-accent-amethyst .panel-heading {
    background: #9b59b6;
}
.panel.panel-accent-wet-asphalt .panel-heading {
    background: #34495e;
}
.panel.panel-accent-midnight-blue .panel-heading {
    background: #2c3e50;
}
.panel.panel-accent-sun-flower .panel-heading {
    background: #f1c40f;
}
.panel.panel-accent-pomegranate .panel-heading {
    background: #c0392b;
}
.panel.panel-accent-silver .panel-heading {
    background: #bdc3c7;
}
.panel.panel-accent-asbestos .panel-heading {
    background: #7f8c8d;
}
.panel.panel-success .panel-heading .panel-title, .panel.panel-info .panel-heading .panel-title {
	font-weight: normal;
}

.panel .panel-heading .panel-title .pull-right a {
	margin-top: -2px;
}

.panel>.list-group .list-group-item {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.list-group .list-group-item.active:hover {
    outline: none;
}

section#breadcrumbs .breadcrumb .active {
    color: #9c27b0;
    font-weight: 500;
}
section#breadcrumbs .breadcrumb>li:before {
    content: "\003E";
}
section#breadcrumbs .breadcrumb>li:first-child:before {
    display: none;
}

section#breadcrumbs .breadcrumb a {
    color: #555;
    font-weight: 400;
}

section#breadcrumbs .breadcrumb a i {
    font-size: 12px;
    margin-right: 7px;
}

section#breadcrumbs .breadcrumb {
    margin-bottom: 0;
    background-color: #ffffff;
    padding: 9px 40px;
    padding-bottom: 8px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
    border-radius: 0;
}

.list-group .list-group-item .list-group-item-heading {
    font-family: inherit;
    letter-spacing: normal;
    font-weight: inherit;
}
[menuitemname="Categories"] a[menuitemname="Addons"], [menuitemname="Domain Details Management"] a[menuitemname="Overview"], [menuitemname="Domain Details Management"] a[menuitemname="Auto Renew Settings"], [menuitemname="Domain Details Management"] a[menuitemname="Modify Nameservers"], [menuitemname="Domain Details Management"] a[menuitemname="Registrar Lock Status"], [menuitemname="Domain Details Management"] a[menuitemname="Domain Addons"] {
    display: none;
}
.panel.panel-module .panel-body form table .form-group:first-child {
    margin-top: 28px;
}
img.servicelistthumb {
    max-width: 60px;
}
.main-content {
	clear: both;
    background: #fafafa;
    border-radius: 5px;
	box-shadow: 11px 0 10px -10px rgba(0, 0, 0, 0.1), -11px 0 10px -10px rgba(0, 0, 0, 0.1);
	border-top: 4px solid #03a9f4;
	border-bottom: 4px solid #789d2d;
	padding-bottom: 25px;
}
table .servicelistthumb {
	max-width: 80px;
    float: left;
    margin-right: 10px;
}

span.grouptitle {
    color: #03a9f4;
}

div#cPanelUsagePanel {
	display: none;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

.toggle-sidebar {
	padding: 5px !important;
    position: absolute !important;
	margin: 15px !important;
	margin-left: 10px !important;
}

main#panel {
    box-shadow: 0 9px 12px -6px rgba(0,0,0,.2), 0 19px 29px 2px rgba(0,0,0,.14), 0 7px 36px 6px rgba(0,0,0,.12);
}

.toggle-sidebar i {
	font-size: 15px;
}

#sidebar-wrapper {
    z-index: 1;
    position: absolute;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

section#breadcrumbs {
   padding: 0;
    padding-bottom: 0px;
    padding-top: 1px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

.sidebar .list-group {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #03a9f4;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.sidebar a {
    border-radius: 0 !important;
}

.logo {
    height: 82px;
}

.sidebar div a.list-group-item:hover i {
	color: white;
}

#order-cloud_slider .price-calc-container {
	z-index:1 !important;
}

.input-group .form-control {
	z-index:1 !important;
}
body .container-fluid .well {
	box-shadow: none;
	padding: 0;
}
body .container-fluid .well .panel-heading {
	background: #f5f5f5;
	padding: 10px 15px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.25);
    box-shadow: 0 1px 4px rgba(0,0,0,.25);
}
#order-standard_cart form h3 {
    border-bottom: 1px dashed #d2d2d2;
    padding-bottom: 15px;
    padding-top: 15px;
}

.client-type-selection-options .option {
    margin-bottom: 2px;
    padding: 15px 20px;
    background-color: #f5f5f5;
    transition: all 0.5s ease;
}
.client-type-selection-options .option-selected {
    background-color: #ffffff;
}
.client-type-selection-options .option-selected label {
    font-weight: bold;
}
.client-input-group {
    display: none;
    margin: 10px 0;
}
.modal-content .modal-header {
	padding: 24px;
	background-color: #03a9f4 !important;
}
.modal-content .modal-header h4 {
    font-size: 20px;
    letter-spacing: normal;
    font-weight: normal;
	color: white;
}
.panel-heading h4.modal-title {
    color: white;
    font-size: 20px;
    letter-spacing: normal;
    font-weight: normal;
}
.modal-content .modal-body+.modal-footer {
	margin-top: 30px;
    background: whitesmoke;
    padding: 11px 10px;
    border-top: 1px solid #d9d9d9;
}
.modal-content .modal-body+.modal-footer .loader {
	font-size: 18px;
    line-height: 36px;
}
.modal-body.panel-body .btn.btn-warning {
	background-color:rgb(255, 87, 34);
	box-shadow:rgba(0, 0, 0, 0.137255) 0px 2px 2px 0px, rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.117647) 0px 1px 5px 0px;
	color:rgb(255, 255, 255);
	display:inline-block;
	font-size:14px;
	font-weight:500;
	height:36px;
	line-height:20px;
	margin-bottom:10px;
	margin-left:1px;
	margin-right:1px;
	margin-top:10px;
	outline-color:rgb(255, 255, 255);
	outline-style:none;
	outline-width:0px;
	padding-bottom:8px;
	padding-left:30px;
	padding-right:30px;
	padding-top:8px;
	position:relative;
	text-align:center;
	text-shadow:none;
	text-transform:uppercase;
	transition-delay:0s, 0s, 0s;
	transition-duration:0.2s, 0.2s, 0.2s;
	transition-property:box-shadow, background-color, color;
	transition-timing-function:cubic-bezier(0.4, 0, 1, 1), cubic-bezier(0.4, 0, 0.2, 1), cubic-bezier(0.4, 0, 0.2, 1);
	vertical-align:middle;
	white-space: nowrap;
}
.form-group.is-focused .form-control {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#44a1dd),to(#44a1dd)),-webkit-gradient(linear,left top,left bottom,from(#D2D2D2),to(#D2D2D2)) !important;
    background-image: -webkit-linear-gradient(#44a1dd,#44a1dd),-webkit-linear-gradient(#D2D2D2,#D2D2D2) !important;
    background-image: -o-linear-gradient(#44a1dd,#44a1dd),-o-linear-gradient(#D2D2D2,#D2D2D2) !important;
    background-image: linear-gradient(#44a1dd,#44a1dd),linear-gradient(#D2D2D2,#D2D2D2) !important;
}
.form-group.is-focused label, .form-group.is-focused label.control-label, .form-group.is-focused label i , .form-group.is-focused label.control-label i {
    color: #03a9f4 !important;
}
.form-group label i {
	color: #7d8897;
    margin-right: 10px;
    font-size: 20px;
}
ul.nav.navbar-nav li a, ul.nav.navbar-nav li a i {
   transition: all 0.5s ease;
}
ul.nav.navbar-nav li a i {
    font-size: 13px;
    margin-right: 5px;
	color: #27b084;
}

#mg-container .nav-tabs>li>a, .main-content .nav-tabs>li>a {
    font-size: 16px;
}
.login-box {
	background: white;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	padding-bottom: 25px;
}

p#passwordStrengthTextLabel {
    line-height: 45px;
    margin: 0;
}
.g-recaptcha {
	display: inline-block;
}
.form-control-feedback {
    z-index: 1;
}
.panel.panel-info>.panel-heading {
    font-size: 18px;
}
h1.escape {
    margin-top: 0;
}
div.ion-loader {
  border-radius: 50%;
  border: 1px solid white;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateX(80deg) rotateY(-45deg);
          transform: rotateX(80deg) rotateY(-45deg);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -100px;
}
div.ion-loader:first-of-type:after {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  background: #4caf50;
  border-radius: 50%;
  -webkit-transform: rotateX(80deg) rotateY(0);
          transform: rotateX(80deg) rotateY(0);
  box-shadow: 0 0 25px #fff;
  -webkit-animation: nucleus_ 2s infinite linear;
          animation: nucleus_ 2s infinite linear;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
}
div.ion-loader:nth-of-type(2) {
  -webkit-transform: rotateX(80deg) rotateY(45deg);
          transform: rotateX(80deg) rotateY(45deg);
}
div.ion-loader:nth-of-type(2) > div,
div.ion-loader:nth-of-type(2) > div:after {
  -webkit-animation-delay: -.5s;
          animation-delay: -.5s;
}
div.ion-loader > div {
  width: 200px;
  height: 200px;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-animation: trail_ 1s infinite linear;
          animation: trail_ 1s infinite linear;
}
div.ion-loader > div:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #03a9f4;
  -webkit-animation: particle_ 1s infinite linear;
          animation: particle_ 1s infinite linear;
}

.module-header h1 {
    margin-bottom: 35px;
}

.module-header i {
    border-radius: 100%;
    border-left-color: #44a1dd;
    border-right-color: #789d2d;
    border-top-color: white;
    border-bottom-color: white;
    border-width: 2px;
    border-style: double;
    padding: 20px 20px;
    margin-right: 10px;
    margin-left: -25px;
}
div#mg-error-container {
    position: relative;
    top: -30px;
}
.horizontal .list-group-item {
    float: left;
    padding: 0;
    width: 33.33333%;
    text-align: center;
}
.list-group.horizontal .list-group-item .row-content {
    width: calc(100%);
}
.list-group.horizontal .list-group-item .list-group-item-heading {
	font-size: 18px;
}
.feature-panel .feature-wrapper:not(".dashboard-icons"):last-child {
    border-bottom: 0;
}
.feature-quick-login-wrapper h3.white {
    color: white;
    margin-bottom: 0;
}
div#twofaactivation {
    padding-bottom: 30px;
}
tr.disabled {
    background: #eee;
}
.client-home-panels a.list-group-item {
    border-bottom: 1px solid #dddddd;
}
span.text-domain {
    font-size: 19px;
}
.panel>.list-group .list-group-item {
    font-size: 16px;
}
.panel>.list-group .list-group-item label.label {
    float: right;
}

#indicator {
    position: relative;
    float: left;
    width: 25px;
    height: 25px;
    padding-top: 10px;
}

.indicator-pulse {
  width: 10px;
  height: 10px;
  border: 5px solid #07f14c;
  border-radius: 30px;
  background-color: #016f42;
  z-index: 10;
  position: absolute;
}

.indicator-dot {
    border: 5px solid #0ff601;
    background: transparent;
    border-radius: 60px;
    height: 50px;
    width: 50px;
    animation: pulse 3s ease-out;
    animation-iteration-count: infinite;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 1;
    opacity: 0;
    margin-top: 10px;
}

@keyframes pulse {
 0% {
    transform: scale(0);
    opacity: 0.0;
 }
 25% {
    transform: scale(0);
    opacity: 0.1;
 }
 50% {
    transform: scale(0.1);
    opacity: 0.3;
    animation-timing-function: linear;
 }
 75% {
    transform: scale(0.5);
    opacity: 0.5;
 }
 100% {
    transform: scale(0.7);
    opacity: 0.0;
 }
}

@-webkit-keyframes trail_ {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes trail_ {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@-webkit-keyframes particle_ {
  from {
    -webkit-transform: rotateX(90deg) rotateY(0deg);
            transform: rotateX(90deg) rotateY(0deg);
  }
  to {
    -webkit-transform: rotateX(90deg) rotateY(-360deg);
            transform: rotateX(90deg) rotateY(-360deg);
  }
  0%, 100% {
    box-shadow: 0 0 20px 15px #03a9f4;
  }
  50% {
    box-shadow: 0 0 0px transparent;
  }
}
@keyframes particle_ {
  from {
    -webkit-transform: rotateX(90deg) rotateY(0deg);
            transform: rotateX(90deg) rotateY(0deg);
  }
  to {
    -webkit-transform: rotateX(90deg) rotateY(-360deg);
            transform: rotateX(90deg) rotateY(-360deg);
  }
  0%, 100% {
    box-shadow: 0 0 20px 15px #03a9f4;
  }
  50% {
    box-shadow: 0 0 0px transparent;
  }
}
@-webkit-keyframes nucleus_ {
  0%, 100% {
    box-shadow: 0 0 0 transparent;
  }
  50% {
    box-shadow: 0 0 50px 30px #4caf50;
  }
}
@keyframes nucleus_ {
  0%, 100% {
    box-shadow: 0 0 0 transparent;
  }
  50% {
    box-shadow: 0 0 50px 30px #4caf50;
  }
}
@media(min-width : 320px) and (max-width: 425px) {
	.sm-center {
		text-align: center;
	}
	.module-header h1 {
		border-bottom: 0px !important;
	}
	.ticket-reply .message {
		padding-left: 15px;
	}
	.ticket-reply .user .name {
		font-size: 17px;
	}
	.no-sidenav .main-content {
		padding-top: 30px;
	}
	.no-sidenav .main-content .row.panel-nav {
		padding-left: 0px;
	}
	.g-recaptcha {
	    width: 280px;
	}
	.feature-quick-login-wrapper .btn-block {
		font-size: 11px;
	}
	.main-content {
	    padding-top: 30px !important;
	}
}
@media(max-width: 767px) {

	.navbar .navbar-nav .open .dropdown-menu>li>a {
		color: #555;
	}
	
	.navbar-header .navbar-toggle .icon-bar {
		color: #f5f5f5;
	}

	.navbar-header .navbar-toggle {
		margin-top: 20px;
		padding: 8.6px;
	}
	
	.row.panel-nav {
		padding-left: 35px;
	}

	.navbar .navbar-nav > li:last-child > a {
		border-bottom: 0;
	}
	.navbar .navbar-nav > li > a {
		padding: 8px 20px 10px;
		font-size: 17px;
		font-weight: 300;
	}
	ul.nav.navbar-nav li a i {
		font-size: 11px;
	}
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 26px 5px 45px;
	}
	
	#order-standard_cart .view-cart-tabs {
		padding-top: 50px;
	}
	
	.main-content .nav-tabs>li.pull-right span:not(.display-tab) {
		display:none !important;
	}
	
	#order-standard_cart .prepend-icon .field-icon {
		z-index: 1 !IMPORTANT;
	}
	
	body .container-fluid .well {
		box-shadow: none;
		padding: 0;
	}
	
	#page-content-wrapper .container-fluid:first-child {
		padding: 0px;
	}
	
	.dataTables_filter input.form-control {
		width: 95% !important;
		padding: 20px 5px !important;
	}
	
	div.dataTables_info {
		margin-bottom: 35px;
		padding-left: 15px;
		text-align: left !important;
	}

	div.dataTables_paginate {
		width: 100%;
		margin: 60px 0px !important;
		padding-top: 0px;
	}
	
	table .servicelistthumb {
		max-width: 80px;
		float: left;
		margin-right: 10px;
	}
	
	table.dataTable tr td strong {
		display: inline-block;
	}
	
	div.dataTables_length label {
		display: none;
	}
	
	.topmenu, #main-menu {
		position:fixed;
		top:0;
		left:0;
		z-index:2;
		width: 100%;
	}
	
	.main-sidenav {
		margin-top: 124px;
	}
	.product-details-tab-container #resources {
		background: none;
	}
	section#breadcrumbs {
		display:none;
	}
	
	#order-cloud_slider .includes-container {
		padding-top: 0 !important;
	}
	
	#main-menu {
		top: 40px;
	}
	
	#order-standard_cart .order-summary .summary-totals {
		font-size: 15px !important;
	}
	
	#order-standard_cart .order-summary h2 {
		border-radius: 0px !important;
	}
	
	.toggle-sidebar {
		margin-top: 20px !important;
	}
	
	#page-content-wrapper {
		margin-top: 125px;
	}
	#order-standard_cart .includes-container ul.list-contents {
		padding: 0;
	}
	#order-standard_cart .includes-container ul.list-contents li, #order-standard_cart .products .product div.product-desc, #order-standard_cart .products .product footer {
		width: 100% !important;
	}
	#order-standard_cart .domain-selection-options .option-selected label {
		padding-left: 35px !important;
	}
	#order-standard_cart .domain-selection-options .option-selected {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.hosting-price {
		font-size: 19px !important;
	}
	.main-content {
		border-radius: 0px;
		padding-top: 25px;
		margin-top: 40px !important;
	}
	.module-client-area {
		padding: 0px;
	}
	
	.dashboard-icons div.tile {
		margin-bottom: 10px;
		padding: 5px 10px;
	}
	
	.dashboard-icons {
		padding: 10px 0px 45px;
	}
	
	.feature-panel-wrapper {
		border: 0px;
		padding: 0px;
	}
	.feature-panel .feature-wrapper {
		padding: 0;
	}
	.form-group {
		margin-top: 10px;
	}
	
	.already-registered {
		margin: 30px 0px;
		text-align: center;
	}
	
	h1:not(.carth1) small {
		text-align: right;
		position: absolute;
		width: 80%;
		padding-top: 5px;
		padding-right: 0px;
		font-size: 16px;
		right: 10px;
		font-weight: 400;
	}
	h1:not(.carth1) {
		font-size: 18px;
		position: absolute;
		width: 100%;
		top: -38px;
		background: rgba(255, 255, 255, 0.6);
		padding: 16px 10px 5px;
		color: #242b3a;
		text-align: right;
		border-bottom: 2px solid #0593d0;
	}
	
	.mfriendly h1 {
		font-size: 30px;
		position: initial;
		background: initial;
		padding: initial;
		color: initial;
		text-align: initial;
		border-bottom: 0;
	}
	
	.mfriendly .spacing-100 {
		padding-top: 10px;
	}
	
	.main-ion-body {
		padding-top: 1px;
	}
	
	.module-header h1 {
		position: initial;
		background: initial;
		padding: initial;
		font-size: 21px;
		text-align: center;
		margin: 20px 0px;
		margin-bottom: 35px;
	}
	
	.module-header p {
		display: none;
	}
	
	.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
		z-index: 1;
	}
	
	h1.carth1, h1.carth1 small {
		display:none
	}
	
	.checkbox .checkbox-material .check, label.checkbox-inline .checkbox-material .check {
		z-index: 0;
	}
	
	#order-standard_cart .view-cart-items-header {
		font-size: 1.1em !important;
	}
	
	.navbar.navbar-main .container-fluid {
		padding: 0;
	}
	
	#order-standard_cart .products .product {
		margin-bottom: 30px;
	}
	table .servicelistthumb {
		float: left;
	}

	#order-standard_cart .panel-addon .panel-add {
		padding: 4px !important;
		font-size: 12px;
	}
	#order-standard_cart .panel-addon .panel-price {
		padding: 4px 10px !important;
	}
	.fb_iframe_widget.fb_iframe_widget_fluid span, .fb_iframe_widget.fb_iframe_widget_fluid span iframe {
		width: 265px !important;
	}
	.panel-module .panel-heading a.btn {
		display: block;
		float: left;
		margin: -5px 10px;
	}
	.sub-heading span {
		font-size: 20px;
	}
	iframe[data-gapiattached="true"] {
		width: 250px !important;
	}
	#___plusone_0 {
		width: 250px !important;
	}
	#oneCaptcha div:first-child {
		width: 260px !important;
	}
	.tab-content .tab-content, #mg-container .tab-content, .module-body .tab-content {
		position: relative;
		top: -40px;
	}
	.panel-raised .app-name {
		margin: 20px 0px 0px;
	}
	
	.main-content .nav-tabs>li.pull-right span:not(.display-tab) {
		display: none !important;
	}
	
	button#generate_pwd {
		margin-top: 10px;
	}
	
	.list-group.horizontal button.btn {
		display: block;
		margin: 15px auto;
	}
	
	.feature-panel .feature-wrapper {
		min-height: 155px;
	}

}

@media(min-width: 768px) and (max-width: 959px) {
	.feature-panel-wrapper {
		border: 0px;
		padding: 0px;
	}
	.feature-panel .feature-wrapper {
		padding: 0;
		min-height: 180px;
	}
	h1:not(.carth1) small {
		text-align: right;
		position: absolute;
		width: 100%;
		padding-top: 8px;
		padding-right: 0px;
		font-size: 18px;
		right: 20px;
	}
	h1:not(.carth1) {
		padding-left: 70px;
		font-size: 18px;
		padding-top: 0px;
		position: absolute;
		width: 100%;
		top: -33px;
		background: transparent;
		padding: 10px 10px 11px;
		color: #242b3a;
		text-align: right;
		right: 20px;
	}
	.module-header h1 {
		position: initial;
		background: initial;
		padding: initial;
		font-size: 25px;
		text-align: center;
	}
	.panel-module .panel-heading a.btn {
		display: block;
		float: left;
		margin: -6px 10px;
	}
	.toggle-sidebar {
		margin-top: 20px !important;
	}
	.feature-quick-login-wrapper .btn-block {
		font-size: 11px;
	}
	#breadcrumbs {
		display: none;
	}
	.main-ion-body .main-content {
		margin-top: 35px;
	}
	.main-content .nav-tabs>li.pull-right span:not(.display-tab) {
		display:none !important;
	}
	.hosting-price {
		font-size: 21px !important;
	}
	img#logo {
		margin-top: 7px;
	}	
	.logo {
		height: 83px;
		margin-top: 0px;
	}
	.toggle-sidebar {
		margin-top: 22px !important;
	}
	.tab-content .tab-content, #mg-container .tab-content, .module-body .tab-content {
		position: relative;
		top: -40px;
	}
	.panel-raised .app-name {
		margin-top: 25px;
	}
	
}
@media(min-width:768px) {
	.slideout-menu {
		top: 123px;
	}

	.main-ion-body {
		padding: 5px;
	}
	.main-content {
		padding: 0px;
		padding-top: 31px;
		margin-top: 30px;
	}
	
	section#breadcrumbs .breadcrumb {
		padding: 9px 15px;
		padding-bottom: 8px;
	}
		
	.toggle-sidebar {
		margin-top: 60px;
	}
	
	.navbar .navbar-nav>li>a {
		min-height: 82px;
		line-height: 40px;
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 15px;
	}

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 225px;
    }
	.slideout-menu {
		width: 256px;
		position: absolute;
	}
	.module-header h1 {
		font-size: 30px;
		text-align: center;
	}
	a.myIONhosting, a.forumIONhosting {
		margin-left: 15px;
	}
	.feature-panel .feature-wrapper p {
		margin-top: 45px;
		margin-bottom: 0px;
	}
	
	#order-standard_cart .products .product footer {
		width: 50% !important;
	}
	#order-standard_cart .products .product div.product-desc {
		width: 50% !important;
	}
	#order-standard_cart .products .product {
		margin-bottom: 30px;
	}
	.dashboard-icons {
		padding: 40px 0px;
		padding-top: 0;
		margin-bottom: 20px;
	}
	.dashboard-icons div.tile {
		border-right: 0;
		padding: 0;
	}
	.module-client-area {
		padding: 0px;
	}

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
	
	.feature-panel .feature-wrapper p {
		font-size: 17px;
	}
	
	.main-content .nav-tabs>li.pull-right span:not(.display-tab) {
		display: none !important;
	}
	
	.input-group select.form-control.last {
		min-width: 255px !important;
	}
	.nav>li>a {
		padding: 10px 10px;
	}
}
@media(min-width: 960px) and (max-width: 1025px) {
	h1 {
		text-align: center;
	}
	.feature-panel-wrapper {
		padding: 0;
	}
	.input-group select.form-control.last {
		min-width: 255px !important;
	}
}
@media(min-width:1024px) {
	.main-ion-body {
		padding: 25px 25px;
		padding-top: 1px;
	}
	.main-ion-body .main-content {
		margin-top: 50px;
	}
	.main-ion-body.ion-cart .main-content {
		margin-top: 25px !important;
	}
	.panel .list-group a img.servicelistthumb {
		margin-right: 7px;
	}
	.toggle-sidebar {
		margin-top: 63px !important;
	}
	
	.slideout-panel {
		margin-left: 273px;
	}

	.slideout-menu {
		display: block !important;
		width: 290px;;
	}
	
	#mg-container h1 {
		margin: 40px 0px;
		text-align: center;
	}
	
	.tab-content .tab-content, #mg-container .tab-content, .module-body .tab-content {
		position: relative;
		top: -40px;
	}
	
	.row.panel-nav {
		width: 100%;
	}
	
	.panel-raised .app-name {
		margin-top: 10px;
	}
	.feature-panel .feature-wrapper {
		min-height: 218px;	
	}
	
	h1 {
		margin-bottom: -25px;
		margin-top: 25px;
		padding-bottom: 0px;
		font-weight: 900;
	}

}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
	#mg-container .nav-tabs>li>a, .main-content .nav-tabs>li>a {
		font-size: 17px;
	}
	.main-content .nav-tabs>li.pull-right span:not(.display-tab) {
		display: block !important;
	}
	.feature-panel .feature-wrapper {
		min-height: 190px;
	}
}
@media (min-width: 1900px) {
	.slideout-menu {
		width: 290px;
	}
	.nav-tabs>li {
		margin-bottom: 0px;
	}
}