html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.clearfix:after,
.container:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #464a53;
	background: #fff;
	font: 16px/1.2 "Circular Std Book", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 22px;
}

h2,
.h2 {
	font-size: 20px;
}

h3,
.h3 {
	font-size: 18px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 18px;
}

h6,
.h6 {
	font-size: 18px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #989898;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #464a53;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #989898;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #989898;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #989898;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #989898;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #989898;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#header {
	width: 320px;
	height: 100vh;
	background: #fff;
	box-shadow: 1px 0 4px rgba(0, 0, 0, .1);
	padding: 0 0 108px;
	position: fixed;
	left: 0;
	top: 0;
	float: left;
	z-index: 4;
}

.logo-holder {
    background: #f5f5f5;
    text-align: center;
    height: 164px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-menu {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
}

.main-menu > li > a {
	text-decoration: none;
	color: #6a707e;
	padding: 12px 20px;
	display: block;
	-webkit-transition: .4s ease;
	transition: .4s ease;
	position: relative;
}

.main-menu > li > a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	bottom: 0;
	background: #00ab91;
	-webkit-transition: .4s ease;
	transition: .4s ease;
	opacity: 0;
}

.main-menu > li > a:hover {
	background: rgba(0, 171, 145, .1);
	color: #00ab91;
}

.main-menu > li > a:hover:after {
	opacity: 1;
}

.main-menu > li.active > a {
	background: rgba(0, 171, 145, .1);
	color: #00ab91;
}

.main-menu > li.active > a:after {
	opacity: 1;
}

.main-menu .icon {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	width: 22px;
	text-align: center;
}

.main-menu .text {
	display: inline-block;
	vertical-align: top;
	line-height: 23px;
}

.main-menu .icon.icon-icon-user {
	font-size: 18px;
}

.main-menu .icon.icon-icon-envelope {
	font-size: 13px;
}

.sub-menu {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
}

.sub-menu li a {
	text-decoration: none;
	color: #6a707e;
	padding: 12px 25px 12px 55px;
	display: block;
	-webkit-transition: .4s ease;
	transition: .4s ease;
	position: relative;
}

.sub-menu li a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	bottom: 0;
	background: #00ab91;
	-webkit-transition: .4s ease;
	transition: .4s ease;
	opacity: 0;
}

.sub-menu li a:hover {
	background: rgba(0, 171, 145, .1);
	color: #00ab91;
}

.sub-menu li a:hover:after {
	opacity: 1;
}

.sub-menu li.active a {
	background: rgba(0, 171, 145, .1);
	color: #00ab91;
}

.sub-menu li.active a:after {
	opacity: 1;
}

.logout {
	width: 320px;
	height: 78px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: 1px solid #ededed;
	background: #fff;
	padding: 26px 35px;
}

.logout .icon {
	display: inline-block;
	vertical-align: top;
}

.logout .text {
	display: inline-block;
	vertical-align: top;
}

.logout a {
	text-decoration: none;
	color: #6a707e;
	-webkit-transition: .4s ease;
	transition: .4s ease;
}

.logout a:hover {
	color: #00ab91;
}

#main {
	padding: 164px 0 78px 320px;
	height: 100vh;
}

.header-top {
	height: 164px;
	position: fixed;
	z-index: 3;
	top: 0;
	right: 0;
	width: calc(100% - 320px);
	background: #fff;
}

.nav-opener {
	position: absolute;
	top: 25px;
	right: 13px;
	height: 20px;
	width: 23px;
	display: none;
}

.nav-opener:after,
.nav-opener:before,
.nav-opener span {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: #00ab91;
	border-radius: 3px;
	-webkit-transition: .6s ease;
	transition: .6s ease;
}

.nav-opener span {
	top: 9px;
}

.nav-opener:after {
	top: auto;
	bottom: 0;
}

.nav-active .nav-opener span {
	opacity: 0;
	visibility: hidden;
}

.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 9px;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 8px;
}

.notification-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 98px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 45px;
	position: relative;
}

.notification-bar .logo {
	display: none;
}

.notification-bar .nt-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.notification-bar .user {
	padding: 0 0 0 25px;
	position: relative;
	text-decoration: none;
	color: #585858;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.notification-bar .user:after {
	content: "\e90c";
	font-family: "icomoon";
	font-size: 10px;
	display: inline-block;
	vertical-align: middle;
}

.notification-bar .user:hover {
	color: #00ab91;
}

.notification-bar .profile-image {
	width: 46px;
	height: 46px;
	border-radius: 100%;
	border: 3px solid #d9d9d9;
	display: inline-block;
	vertical-align: middle;
	background: #1a4687;
}

.notification-bar .user .username {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 116px;
}

.notification-bar .notification {
	font-size: 18px;
	padding: 0 0 0 25px;
	color: #707070;
	position: relative;
}

.notification-bar .message {
	color: #707070;
	font-size: 16px;
	position: relative;
}

.notification-bar .message.active:after,
.notification-bar .notification.active:after {
	width: 12px;
	height: 12px;
	content: "";
	position: absolute;
	top: -4px;
	right: -5px;
	background: #00ab91;
	border: 3px solid #f0f0f0;
	border-radius: 100%;
}

.breadcrumb-holder {
	background: rgba(0, 171, 145, .1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 45px 20px 25px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.breadcrumb-holder h1 {
	color: #00ab91;
	margin: 0;
}

.breadcrumb {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
}

.breadcrumb li {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 32px;
	color: #585858;
	position: relative;
}

.breadcrumb li:first-child:before {
	display: none;
}

.breadcrumb li:before {
	width: 5px;
	height: 3px;
	width: 5px;
	height: 2px;
	content: "";
	position: absolute;
	top: 50%;
	left: 11px;
	background: #7f63f4;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.breadcrumb a {
	text-decoration: none;
	color: #00ab91;
}

.main-content {
	padding: 60px 32px 30px;
	height: calc(100vh - 242px);
	background: #f3f6f9;
	overflow-y: auto;
	position: relative;
	z-index: 1;
}

.content-box.bg-white {
	background: #fff;
	padding: 25px;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.dash-panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 3px;
	background: #fff;
	margin: 0 0 20px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.dash-panel .i-holder {
	width: 25%;
	border-radius: 3px;
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #00ab91;
}

.dash-panel .i-holder i {
	color: #fff;
	font-size: 64px;
}

.dash-panel .i-holder .title {
	display: block;
	color: #fff;
	padding: 10px 0 0;
	font-weight: 400;
}

.dash-panel .info-holder {
	width: 75%;
	padding: 25px;
}

.dash-panel .info-holder h3 {
	font-size: 22px;
	font-weight: 400;
}

.dash-panel.account .i-holder {
	background: #00ab91;
}

.dash-panel.dns .i-holder {
	background: #1a4687;
}

.dash-panel.email-mgnt .i-holder {
	background: #800e69;
}

.dash-panel.website-mgnt .i-holder {
	background: #585858;
}

.e-list {
	margin: 0 -5px;
	padding: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.e-list li {
	width: calc(50% - 10px);
	box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
	background: #fff;
	border-radius: 3px;
	padding: 7px 15px;
	padding-right: 7px;
	margin: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.e-list h4 {
	font-size: 16px;
	font-weight: 400;
	width: calc(100% - 112px);
	margin: 0;
	padding: 0 20px 0 0;
}

.e-list .btn-default {
	width: 112px;
	text-align: center;
}

.ent-panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 30px;
}

.ent-panel .entries {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

 .dropdown {
	padding: 0;
	width: 95px;
	border: 1px solid #dddfe1;
	position: relative;
	height: 40px;
	border-radius: 3px;
	margin-right: 10px;
}

.dropdown:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 39px;
	bottom: 0;
	width: 30px;
	background: rgba(106, 112, 126, .1);
	z-index: 0;
	border-left: 1px solid #dddfe1;
}

.dropdown:before {
	content: "\e90c";
	font-family: "icomoon";
	color: red;
	position: absolute;
	top: 10px;
	right: 9px;
	z-index: 0;
	color: #6a707e;
}

.dropdown select {
	-webkit-appearance: none;
	width: 100%;
	border: none;
	text-align: center;
	background: transparent;
	padding: 6px 33px 6px 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

input[type="text"]{
	 width: 100%;
    border: 1px solid #dddfe1;
    border-radius: 3px;
    line-height: 27px;
}

span.text{margin-right:10px;}

.d-table {
	width: 100%;
}

.d-table tbody tr:nth-child(odd) {
	/* background: #f4f5f8; */
}

.d-table th {
	text-align: left;
}

.d-table th,
.d-table td {
	padding: 20px 15px;
	border-top: 1px solid #dddfe1;
	border-bottom: 1px solid #dddfe1;
	font-weight: 300;
	word-break: break-word;
}

.d-table .active,
.d-table .disabled {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	display: inline-block;
	vertical-align: middle;
	background: #00ab91;
	margin: 0 5px 3px 0;
}

.d-table .disabled {
	background: #800e69;
}

.hidden{
	display: none;
}

.hide-show,
.edit,
.delete,
.download {
	color: #989898;
	text-decoration: none;
	font-size: 16px;
	-webkit-transition: .4s ease;
	transition: .4s ease;
}

.d-table .edit:hover,
.d-table .delete:hover,
.d-table .download:hover {
	color: #00ab91;
}

.ent-results-panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 45px 0 0;
}

.ent-results-panel .ent-results {
	color: #dddfe1;
}

.pagination {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
}

.pagination li {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
}

.pagination li.active {
	color: #00ab91;
}

.pagination a {
	text-decoration: none;
	color: #585858;
	-webkit-transition: .4s ease;
	transition: .4s ease;
}

.pagination a:hover {
	color: #00ab91;
}

.pagination .next {
	color: #00ab91;
}

.pagination .next:hover {
	color: #800e69;
}

.t-holder {
	margin: 0 0 45px;
}

.t-holder h2 {
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 25px;
}

.t-holder .btn-holder {
	padding: 25px 0 0;
}

.t-holder:last-child {
	margin: 0;
}

.ac-panel {
	background: #fff;
	border-radius: 3px;
	padding: 30px 35px;
	margin: 0 0 35px;
}

.ac-panel:last-child {
	margin: 0;
}

.ac-panel .top-panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 20px;
}

.ac-panel .top-panel .left {
	width: 70%;
	padding: 0 20px 0 0;
}

.ac-panel h3 {
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 5px;
}

.cust-billing-info {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	max-width: 900px;
}

.cust-billing-info li {
	width: 50%;
	padding: 10px 15px 10px 0;
}

.cust-billing-info .title {
	font-weight: 400;
	display: block;
	margin: 0 0 4px;
}

.cust-billing-info .i-res {
	display: block;
	color: #989898;
}
.cust-billing-info .i-res.hidden{
	display: none;
}

.button-container {
	display: flex;
}

.button-container.hidden {
	display: none;
}

.button-container a {
	margin-right: 10px;
}

.payment-details {
	max-width: 900px;
	overflow: hidden;
}

.payment-details .cust-billing-info {
	max-width: 100%;
	display: block;
}

.payment-details .cust-billing-info li {
	width: 100%;
}

.payment-details .p-left {
	width: 50%;
	float: left;
	padding: 10px 15px 10px 0;
}

.payment-details .p-right {
	width: 50%;
	float: left;
	padding: 10px 15px 10px 0;
}

.payment-details .i-res span {
	display: block;
	padding: 0 0 4px;
}

.shrink-toggle-all {
	text-align: right !important;
}

tr.shrink-wrapper > td div.shrinked-row.odd,
tr.shrink-wrapper > td div.shrinked-row.even {
	background: #f4f5f8 !important;
}

tr.shrink-wrapper > td div.shrinked-row:not(.shrink-has-table) > div > div {
	padding: 12px 10px !important;
}

tr.collapsed {
	background-color: initial !important;
}


@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?xvqmnu");
	src: url("../fonts/icomoon.eot?xvqmnu#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?xvqmnu") format("truetype"), url("../fonts/icomoon.woff?xvqmnu") format("woff"), url("../fonts/icomoon.svg?xvqmnu#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-download:before {
	content: "\e908";
}

.icon-icon-bell .path1:before {
	content: "\e901";
}

.icon-icon-bell .path2:before {
	content: "\e902";
}

.icon-icon-delete:before {
	content: "\e903";
}

.icon-icon-edit:before {
	content: "\e904";
}

.icon-icon-envelope:before {
	content: "\e905";
}

.icon-icon-user:before {
	content: "\e906";
}

.icon-icon-website:before {
	content: "\e907";
}

.icon-icon-dashboard:before {
	content: "\e900";
}

.icon-icon-web:before {
	content: "\e909";
}

.icon-icon-bell01:before {
	content: "\e901";
}

.icon-icon-logout:before {
	content: "\e90a";
}

.icon-caret-down:before {
	content: "\e90c";
}

.icon-bell:before {
	content: "\e90b";
}

#footer {
	width: calc(100% - 320px);
	position: fixed;
	height: 77px;
	background: #fff;
	bottom: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	box-shadow: 0 -1px 3px rgba(0, 0, 0, .1);
    z-index: 10;
    border-left: 1px solid #dddfe1;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #00ab91;
	text-decoration: none;
	-webkit-transition: .4s ease;
	transition: .4s ease;
}

#footer a:hover {
	color: #800e69;
}

@font-face {
	font-family: Circular Std Book;
	src: url("../fonts/Circular-Std-Book.ttf");
}

#wrapper {
	position: relative;
}

.container {
	max-width: 1400px;
	padding: 0 20px;
	margin: 0 auto;
}

.btn-default {
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	text-transform: capitalize;
	border: 1px solid #00ab91;
	color: #00ab91;
	border-radius: 3px;
	padding: 10px 20px;
	-webkit-transition: .4s ease;
	transition: .4s ease;
}

input[type="submit"].btn-default{
	background: white;
	border-radius: 3px;
}

.btn-default.gray {
	border: 1px solid #dddfe1;
	color: #6a707e;
}

.btn-default.gray:hover {
	border-color: #585858;
	background: #585858;
	color: #fff;
}

.btn-default:hover {
	background: #00ab91 !important;
	color: #fff;
}

h1 {
	font-weight: 400;
}

label.error{
	font-size: 13px;
	color: #eb1818;
}


.d-mobile-label{display: none;}
.div-table{}
.div-table-header{}
.flex-container{display: flex;}
.flex-20{width: 20%}
.flex-10{width: 10%;}
.flex-40{width: 40%;}

@media(max-width: 1560px){
.flex-container{font-size: 12px;}
}

@media(max-width: 1380px){
.flex-container{margin-bottom: 20px;}
body .flex-container div{padding: 10px;}
.div-table-header{display: none;}
.d-mobile-label{display: block; width: 50%;}
.div-table-body .flex-container{flex-wrap: wrap;}
.div-table-body .flex-20{width: 50%}
.div-table-body .flex-10{width: 50%;}
.div-table-body .flex-40{width: 50%;}
}

.flex-container div{
	padding: 20px 15px;
	border-top: 1px solid #dddfe1;
	border-bottom: 1px solid #dddfe1;
	font-weight: 300;
	word-break: break-word;
}

.div-table-header .flex-container div{
	border-color: white;
}

body .edit-row {
	display: none;
}

@media (max-width: 1439px) {
	#header {
		width: 265px;
		padding: 0 0 75px;
	}

	.logout {
		height: 56px;
		width: 265px;
		padding: 20px 35px;
	}

	#main {
		padding: 120px 0 56px 265px;
	}

	.header-top {
		height: 120px;
		width: calc(100% - 265px);
	}

	.notification-bar {
		height: 70px;
	}

	.breadcrumb-holder {
		padding: 12px 45px 12px 25px;
	}

	.main-content {
		height: calc(100vh - 56px);
		padding: 60px 32px 56px;
	}

	.dash-panel .i-holder {
		width: 20%;
	}

	.dash-panel .i-holder i {
		font-size: 50px;
	}

	.dash-panel .info-holder {
		width: 80%;
	}

	.e-list h4 {
		width: calc(100% - 94px);
	}

	.e-list .btn-default {
		width: 94px;
	}

	#footer {
		height: 56px;
		width: calc(100% - 265px);
	}
}

@media (max-width: 1199px) {
	.dash-panel .info-holder h3 {
		font-size: 20px;
	}
}

@media (max-width: 1023px) {
	#header {
		-webkit-transform: translateX(-285px);
		-ms-transform: translateX(-285px);
		transform: translateX(-285px);
		-webkit-transition: .5s ease;
		transition: .5s ease;
	}

	.nav-active #header {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.logo-holder {
		padding: 22px 20px 16px;
	}

	#main {
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 0;
		height: auto;
	}

	.header-top {
		width: 100%;
		height: auto;
		position: static;
	}

	.nav-opener {
		display: block;
	}

	.notification-bar {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 10px 57px 10px 24px;
	}

	.notification-bar .logo {
		display: block;
		padding: 9px 0 0;
	}

	.breadcrumb-holder {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.breadcrumb-holder h1 {
		margin: 0 0 10px;
	}

	.breadcrumb li {
		font-size: 14px;
		padding: 0 0 0 18px;
	}

	.breadcrumb li:before {
		left: 5px;
	}

	.main-content {
		padding: 36px 32px;
		height: auto;
	}

	.e-list {
		display: block;
		margin: 0;
	}

	.e-list li {
		margin: 0 0 15px;
		width: 100%;
	}

	#footer {
		width: 100%;
		position: static;
	}
}

@media (max-width: 959px) {
	.ent-panel {
		display: block;
		text-align: center;
	}

	.ent-panel .entries {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 0 20px;
	}

	.d-table th,
	.d-table td {
		padding: 18px 8px;
	}

	.ent-results-panel {
		display: block;
		text-align: center;
	}

	.ent-results-panel .ent-results {
		margin: 0 0 10px;
		display: block;
	}
}

@media (max-width: 767px) {
	.notification-bar {
		padding: 10px 43px 10px 15px;
	}

	.notification-bar .logo {
		width: 132px;
	}

	.notification-bar .user {
		padding: 0 0 0 8px;
	}

	.notification-bar .profile-image {
		width: 22px;
		height: 22px;
		display: none;
	}

	.notification-bar .user .username {
		padding: 0 0 0 2px;
		font-size: 14px;
		width: 95px;
	}

	.notification-bar .notification {
		font-size: 15px;
		padding: 0 0 0 9px;
	}

	.notification-bar .message {
		font-size: 13px;
	}

	.main-content {
		padding: 27px 16px;
	}

	.content-box.bg-white {
		padding: 20px 15px;
	}

	.dash-panel {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.dash-panel .i-holder {
		width: 100%;
		padding: 20px;
	}

	.dash-panel .i-holder i {
		font-size: 30px;
	}

	.dash-panel .info-holder {
		width: 100%;
	}

	.ac-panel {
		padding: 20px 15px;
	}

	.ac-panel .top-panel {
		display: block;
	}

	.ac-panel .top-panel .left {
		width: 100%;
		padding: 0;
	}

	.ac-panel .top-panel .right {
		padding: 15px 0 0;
	}

	.ac-panel h3 {
		font-size: 18px;
	}

	.cust-billing-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.payment-details .p-left {
		width: 100%;
		padding: 0;
	}

	.payment-details .p-right {
		width: 100%;
		padding: 0;
	}

	h1 {
		font-size: 20px;
	}
}

