.landers-ex {
	width:100%;
}
.landers-ex input[type="radio"] {
  -webkit-appearance: checkbox; /* Chrome, Safari, Opera */
  -moz-appearance: checkbox;    /* Firefox */
  -ms-appearance: checkbox;     /* not currently supported */
}
.landers-ex label {
	font-weight:bold;
	display:inline-block;
	font-size:120%;
	margin:10px 0 20px 0;
}
.steps-form-2 {
    display: table;
    width: 100%;
    position: relative; }
.steps-form-2 .steps-row-2 {
    display: table-row; }
.steps-form-2 .steps-row-2:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #54a1e0; }
.steps-form-2 .steps-row-2 .steps-step-2 {
    display: table-cell;
    text-align: center;
    position: relative; }
.steps-form-2 .steps-row-2 .steps-step-2 p {
    margin-top: 0.5rem; }
.steps-form-2 .steps-row-2 .steps-step-2 button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; }
.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 {
    width: 70px;
    height: 70px;
    border: 2px solid #ccc;
    background-color: white !important;
    color: #ccc !important;
    border-radius: 50%;
    padding: 18px 18px 15px 18px;
    margin-top: -22px;
	font-size:180%; 
	cursor:unset;}
.steps-form-2 .steps-row-2 .steps-step-2.active .btn-circle-2 {
	background-color: #54a1e0 !important;
	border-color: #54a1e0 !important;
	color:#fff !important;
}
.steps-form-2 .steps-row-2 .steps-step-2.active p {
	font-weight:bold;
}
.steps-form-2 .steps-row-2 .steps-step-2.complete p:before {
	font-family: FontAwesome;
    content: "\f00c";
	margin-right: 5px;
    color: #45d80a;
}

textarea.welcome-textarea {
	border:1px solid #ccc !important;
	background:#f5f5f5 !important;
	height:200px;
	padding: 10px;
}

div.lander-bg {
	width: 100%;
    height: 200px;
    background-size: cover;
}

#plan_table th {
	background: #E0FACE;
    margin: 0;
    padding: 20px 0;
    background: #305f86;
    color: #fff;
    font-size: 140%;
	border-right: 5px solid #fff;
}
#plan_table td {
    background: #eee;
    padding: 10px 10px;
    font-size: 130%;
    height: 42px;
	border-right: 5px solid #fff;
	color:#555;
}   
#plan_table select {
	display: block;
    clear: both;
    margin: 0 auto;
    background: transparent;
    border: none;
    outline: none;
    margin: 10px auto 0 auto;
    color: #999;
	font-size:90%;
}  
#plan_table .standout {
	font-size: 140%;
    font-weight: 700;
}

.plan_button {
    padding: 15px 35px !important;
    font-size: 120%;
}

/* NAVIGATION BAR */
.topbar .topbar-left {
	background: #54a1e0;
}
.navbar-default {
	background: #54a1e0;
	height:60px;
}
.app-search .form-control, .app-search .form-control:focus {
	width:400px;
}

ul.notify-list {
    max-height: 400px;
    overflow-y: scroll;
	width:330px;
}

a.user-list-item.bold {
	font-weight:bold;
}

/* SIDE MENU */
#sidebar-menu li {
	margin:15pxpx 0;
}

#sidebar-menu li.border-top  {
	border-top:1px solid #ccc;
}


/* LOGIN */
.account-logo-box {
	background: #54a1e0;
}


/* FORMS */
div#form_feedback {
	margin:0 0 10px 0;
}
.form-horizontal .control-label {
	padding-top:9px;
}
.form-group i {
	margin-right:10px;
}
.checkbox input[type="checkbox"] {
	opacity:1;
}


/* COMPONENTS */
.text-grey {
	color: #777 !important;
}
.panel-info > .panel-heading {
    background-color: #3983c0;
}
div.panel i {
	margin-right:10px;
}


/* MODALS */
@media (min-width: 768px) {
	.modal-dialog {
		width: 900px;
		margin: 30px auto;
	}
}
.modal-header {
	border-bottom:none;
	display:block !important;
}
.modal .modal-dialog .modal-content {
	padding:0;
}
.modal .modal-dialog .modal-content .modal-body {
	padding:0;
}
.modal-body {
	padding:0;
}
.modal .modal-dialog .modal-content .modal-header {
	padding: 15px;
    background: #54a1e0;
}
.modal-header .close {
    margin-top: 2px;
}
.modal .modal-dialog .modal-content .modal-body.modal-efty-body {
	padding:15px;
}
.modal .modal-dialog .modal-content .modal-footer.modal-efty-footer {
	padding:15px;
}
.modal button.close {
	color:#fff;
	opacity:1;
}	
.modal h4.modal-title {
	color:#fff;
}	
.modal input[type=checkbox] {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 5px;
    border-radius: 0;
    display: inline-block;
    position: relative;
    margin-top: 12px;
}
.modal input[type=checkbox]:checked {
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}
.modal input[type=checkbox]:checked:after {
	content: '\2714';
    font-size: 17px;
    position: absolute;
	top: -10px;
    left: -1px;
    color: #54a1e0;
}
.modal {
	overflow-y:scroll !important;
}

.ekko-lightbox-container {
	min-height:100px !important;
	height:auto !important;
}

.ekko-lightbox-container iframe {
	width:100%;
	min-height:400px;
}

.ekko-lightbox-container iframe.embed-responsive-item {
	min-height:0 !important;
}

.modal-footer {
	background:#fafafa;
	padding-bottom: 15px !important;
}

.domain_icon_links {
	display:inline-block;
	float:left;
}

.domain_icon_links .link-y img {
	margin-top: -11px;
    width: 28px;
}

.domain_icon_links .link-g i {
	font-size:195%;
}

.link-white {
	text-decoration:underline;
	color:#fff;
}

.trialwarning {
	font-size:130%;
}

.trialwarning i {
	font-size: 140%;
}

.trialwarning a {
	font-size: 105%;
}

.domain_view_btns {
	display:inline-block;
	float:right;
}

.domain_icon_links a {
	
}
.domain_icon_links i {
	font-size:180%;
}


/* TABS IN MODAL */
.modal .nav-tabs > li > a {
	color:#747f8f;
}
.modal .nav-tabs > li > a > i {
	margin-right:10px;
}
.modal  li.active a, .modal  li.active a:hover, .modal  li.active a:focus {
	color:#313a46;
	border-bottom-color:#313a46 !important;
	border:none;
}
.modal .nav-tabs.nav-justified {
	margin-top:7px;
}
.modal div.tab-content {
	padding: 0 20px;
	background:#fafafa;
}

.modal div.tab-content td{
	color: #999;
	color: #444;
    padding: 15px 0 10px 10px;
    border-bottom: 1px solid #ddd;
}

.modal div.tab-content th{
	color: #444;
    padding: 16px 0 10px 10px;
    border-bottom: 1px solid #ddd;
	width:40%;
}

.modal div.tab-content td{
	color: #999;
	color: #444;
    padding: 15px 0 10px 10px;
    border-bottom: 1px solid #ddd;
}

.modal div.tab-content table.edit-table th, .modal div.tab-content table.edit-table td{
    border-bottom:0;
    padding:3px 0;
}

.modal div.tab-pane i {
	margin-right:10px;
}


/* DATATABLES */
table#datatable tbody tr td a{
	display: block;
    color: #4e4e4e;
}

button.datatable-btn-success {
	background: #28a745 !important;
    color: #fff !important;
    border-color: #28a745 !important;
}

div.toolbar {
	margin: 0 0 20px 0;
}

div.dt-button-collection {
	margin: 20px 0 0 0;
}

div#datatable_filter {
	margin: 0 5px 20px 0;
	float:right;
} 

div#datatable_filter input {
	margin-left: 10px;
    font-size: 100%;
}

@media (max-width: 768px) {
	button.dt-button {
		float:left;
	}
	div#datatable_filter {
		float:left;
		margin-top:15px;
	}
	.mainsearcher {
		/*width:150px !important;
		margin-top:11px !important;*/
	}
	.app-search .form-control, .app-search .form-control:focus {
		width: 280px;
	}
	
	.input-box {
		width: 30px !important;
		font-size: 130% !important;
		padding: 1px 0 0 9px !important;
	}
}

/* SWEET ALERT */
.sweet-alert {
	background-image:none;
}

.alert-warning {
    background-color: #e8a608 !important;
    border-color: #e8a608 !important;
}
/* AUTOCOMPLETE */
.autocomplete-suggestion {
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-suggestion a {
	display:block !important;
	padding: 10px 17px;
}

.table-import > tbody > tr > td {
     vertical-align: middle;
}
.fileUpload {
    position: relative;
    overflow: hidden;
	background: #188ae2;
    color: #fff;
}
.fileUpload:hover {
	background: #167ccb ;
    color: #fff;
}
.fileUpload input.upload {
	position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.left-border {
    border-left: thin solid #ddd;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.input-box {
    height: 40px;
    border: 1px solid #aaa;
	display: inline-block;
    font-size: 200%;
    padding: 1px 0 0 10px;
	text-align:center;
}
.widget-box-one:hover {
	background-color:#eee;
	transition: background-color 0.2s ease;
}
.widget-box-one:hover * {
	color:#000 !important;
	transition: color 0.2s ease;
}

table.table td.select-checkbox:before {
    margin-top: -5px !important;
    border: 1px solid #bbb !important;
    border-radius: 0 !important;
}

/* TOOLTIP */
.tooltip {
  font-size:120%;
}
.tooltip .tooltip-inner {
	width:auto;
	min-width:300px;
}
.bulkbox {
	border:1px solid #ccc;
	background:#f9f9f9;
}
table.edit-table td, table.edit-table th {
	padding:0 !important;
}	
table.edit-table .form-control {
	width:80% !important;
}
table.edit-table i.copy_paster {
	cursor:pointer;
}
table.edit-table i.copy_paster:hover {
	color:#188ae2;
}
.user-details .overlay {
    background-color: rgba(49, 58, 70, 0.95);
}
.fc-scroller {
   overflow-y: hidden !important;
}

@media (min-width: 768px) {
	.form-horizontal .control-label {
		text-align:left;
	}

	#top-adder {
		margin-right:20px;
	}
}

#top-adder {
	background: #1cad1c;
    border-color: #fff!important;
}

#top-adder i {
	color:#fff;
}

textarea.expandable:focus {
	min-height: 60px;
    background: #fff;
    position: absolute;
    width: 700px !important;
    max-width: 700px;
    height: 200px;
    border: 2px solid #9a9a9a;
    padding: 10px;
    margin: 10px 0;
    z-index: 99;
}

iframe body {
	padding:0 !important;
}
.text-small {
	font-size:70%;
}
.text-light {
	color:#aaa;
}
label.label-light {
	font-weight:normal;
}
li.xs-search-close-li {
	margin:0 !important;
	padding:0 !important;
}
a.xs-search-closer {
	display:block;
	padding:10px 0 !important;
}

a.xs-search-closer i {
    font-size: 150%;
    margin-top: 10px;
}