body {
	margin: 0px;
	padding: 0px;
	padding-bottom: 50px;
	padding-top: 50px;
	font-family: arial, helvetica, verdana, sans-serif;
}

body .bootstrap {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.clear_fix {
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 100%;
}

.nb {
	font-weight: bold;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.defaultHidden {
	display: none;
}

.bootstrap textarea.form-control {
	height: 100px;
}

body .bootstrap .alert-fixed {
	position: fixed;
	top: 45px;
	left: 20%;
	width: 60%;
	z-index: 9999;
	border-radius: 0px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
body .bootstrap .alert-fixed #error {
	z-index: 9998;
}
body .bootstrap .alert-fixed .message {
	color: #000000;
}

#header .container-fluid {
	padding-top: 5px;
}

#header #logo {
	float: right;
	max-height: 40px;
}

#header .btn {
	margin-top: 3px;
}

#footer .container-fluid {
	text-align: center;
	padding-top: 15px;
	font-size: 13px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

span.gen_form_errors {
	color: red;
	font-weight: bold;
}

label.error {
	color: red;
}

#page-content-wrapper .container, #page-content .container {
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #FFFFFF;
	height: 100%;
	padding: 20px;
	/* width: 100%; */
}

.container {
	max-width: 100%!important;
}

#content {
	overflow: auto;
	height: 100%;
	position: relative;
}
#page-content-wrapper .bootstrap h1, #page-content .bootstrap h1 {
	margin-top: 0px;
}

#page-content-wrapper .btn-group, #page-content .btn-group {
	float: right;
}

#page-content-wrapper .table .btn-group, #page-content .table .btn-group {
	float: none;
}

/***** Dialogs *****/

#contact_list_ids {
	display: block;
	clear: both;
}
.control-label {
	font-size: 15px;
}
#contactContainer {
	overflow: auto;
}

#contactForm .contact_list_ids .row {
	padding-left: 20px;
}

#contactForm .contact_permission_row input {
	width: 25px;
}

#contactForm .contact_list_ids input[type="checkbox"] {
	margin-left: 0px;
}

/***** My Mails *****/
#page-content-wrapper .mailContainer {
	display: block;
	float: left;
	max-width: 180px;
	min-width: 180px;
	min-height: 180px;
	background-position: top left;
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-bottom: 15px;
	position: relative;
}

#page-content-wrapper .mailContainer.newMailContainer {
	max-width: 100%;
	min-width: 100%;
	width: 100%;
	max-height: 184px;
	min-height: 184px;
	height: 184px;
	background: #FFFFFF;
	border: 2px #b3b3b3 solid;
}
#newMailModal .container-fluid, #newMailModal .row,
#templateBrowser .container-fluid, #templateBrowser .row
{
	margin: 0px;
	padding: 0px;
}
#page-content-wrapper .mailContainer:hover {
	cursor: pointer;
}

#page-content-wrapper .mailContainer.newMailContainer:hover {
	opacity: 1;
	cursor: default;
}

.mailContainer .mailUnderReview, .mailContainer .mailBeingProcessed, .mailContainer .mailReadyForDispatch, .mailContainer .mailDispatchDate {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;
	padding: 5px;
	margin: 0px;
	text-align: center;
	background-color: red;
	opacity: 0.8;
	color: #ffffff;
	font-weight: bold;
	text-transform: capitalize;
	z-index: 3;
}

.mailContainer div.mailUnderReview {
	background-color: orange;
}

.mailContainer div.mailDispatchDate {
	background-color: #000000;
}

.mailContainer div.mailReadyForDispatch {
	background-color: green;
}

.mailContainer .mailCaption {
	position: absolute;
	bottom: 68px;
	left: 0px;
	width: 100%;
	padding: 5px;
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
	opacity: 0.8;
	text-transform: capitalize;
	z-index: 3;
}

.mailContainer .mailThumbnail {
	float: left;
	width: 180px;
	height: 180px;
	padding: 0px;
	margin: 0px;
	z-index: 2;
	position: relative;
}
#newMailOptionsContainer .mailContainer .mailThumbnail {
	border-right: #B3B3B3 solid 2px;
}
.mailContainer .mailExpiresInDays {
	background-color: #000000;
	color: #FFFFFF;
	width: 180px;
	height: 25px;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.6;
	font-weight: bold;
	text-align: center;
	padding: 4px 0px 0px 0px;
	z-index: 3;
}

.mailContainer .mailTitle {
	width: 100%;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-weight: bold;
}

.mailContainer .mailDescription {
	width: 100%;
	padding: 15px 15px 0px 15px;
	margin: 0px;
	overflow: auto;
	height: 124px;
}
.mailContainer .btn.mailCreateButton, .mailContainer .btn.mailViewButton {
	float: right;
	text-align: right;
	margin: 10px 10px 0px 0px;
}
.mailContainer .btn.mailCreateButton {
	display: none;
}
.mailContainer .mailDescContainer {
	width: 100%;
	display: block;
	height: 180px;
	overflow: none;
	padding-left: 180px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.mailContainer .mailIcon {
	background-color: #000000;
	color: #FFFFFF;
	width: 35px;
	height: 35px;
	border-bottom-right-radius: 100%;
	-moz-border-radius-bottomright: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.mailContainer .mailIcon .icon {
	padding: 5px;
	font-size: 17px;
}

.mailContainer .mailDelete {
	background-color: red;
	color: #FFFFFF;
	width: 35px;
	height: 35px;
	border-bottom-left-radius: 100%;
	-moz-border-radius-bottomright: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.mailContainer .btn-group {
	width: 100%;
}
.mailContainer .btn-group .btn {
	width: 50%;
}
#my_scheduled_mail .mailContainer .btn {
	width: 100%;
}
#my_scheduled_mail #page-content-wrapper .mailContainer:hover {
	cursor: default;
}

.mailContainer .mailDelete .icon {
	padding: 5px 0px 0px 13px;
	font-size: 17px;
}

#page-content-wrapper #createNewMail {
	border-style: dotted;
	border-color: #000000;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 28px;
	text-align: center;
	line-height: 35px;
}
#page-content-wrapper #createNewMail .icon {
	font-size: 40px;
	display: block;
	margin-top: 5px;
}

#newMailModal .modal-dialog,
#templateBrowser .modal-dialog {
	max-width: 97%;
	width: auto;
}
#newMailModal .modal-content ,
#templateBrowser .modal-content {
	height: 100%;
}

#newMailModal .modal-body ,
#templateBrowser .modal-body {
	max-height: 100%;
	height: auto;
}

#newMailNav {
	padding-left: 0px;
	/*	width: 220px;
	 float: left;
	 clear: both;
	 margin-right: 10px;
	 */
}
#newMailNav .node-disabled {
	display: none;
}

#newMailNav .list-group-item > .badge {
	float: right;
}
#newMailOptionsContainer {
	padding: 15px;
	/*	float: left;
	 max-width: 800px;
	 min-width: 200px;
	 background-color: #000000;
	 overflow: auto;
	 height: auto;
	 max-height: 100%;
	 */
}

/*@media only screen and (max-width: 650px) {*/
@media (max-width: 650px) {
	#page-content-wrapper .mailContainer.newMailContainer {
		height: auto;
		max-height: 100%;
		text-align: center;
	}
	#page-content-wrapper .mailContainer .mailThumbnail {
		display: block;
		position: relative;
		float: none;
		margin: auto;
		border: 0px;
		padding-top: 10px;
	}
	#page-content-wrapper .mailContainer .mailDescContainer {
		padding-left: 0px;
		display: block;
		float: none;
		position: relative;
		height: auto;
	}
	#page-content-wrapper .mailContainer .mailDescription {
		padding-left: 20px;
		display: block;
		float: none;
		position: relative;
		height: auto;
	}
	.mailContainer .btn.mailCreateButton, .mailContainer .btn.mailViewButton {
		float: none;
		margin-bottom: 10px;
	}
}

@media (min-width: 1650px) {
	#newMailModal div.modal-dialog,
	#templateBrowser div.modal-dialog {
		max-width: 1550px;
		width: auto;
	}
}
@media (min-width: 770px) {
	#newMailModal .modal-dialog ,
	#templateBrowser .modal-dialog {
		max-width: 90%;
	}
}

#newMailOptionsContainer .no_content {
	width: 100%;
	text-align: center;
	padding-right: 20px;
}
.newMailNavContainer {
	display: block;
	margin-bottom: 0px;
	background-color: #cccccc;
	margin-bottom: 2px;
	font-size: 20px;
	padding: 10px;
	position: relative;
	cursor: pointer;
}

.newMailNavContainer .badge {
	float: right;
	position: relative;
	top: 3px;
	right: 2px;
}
.newMailNavContainer:hover {
	opacity: 0.8;
}
.newMailNavContainer .mailTypeArrow {
	position: absolute;
	top: 0px;
	right: 0px;
	display: none;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid #000000;
}
.newMailNavContainer.active {
	display: block;
	opacity: 0.8;
}

.newMailNavContainer .mailTypeIcon {
	display: inline-block;
	position: relative;
	top: 2px;
}
#getMailCodeWizard_html, #getMailCodeWizard_url {
	width: 100%;
}
#newMailTypes {
	display: block;
	padding-bottom: 5px;
}

/***** Menu Fixes *****/
#wrapper #page-content-wrapper {
	padding: 0px;
}

#wrapper #page-content-wrapper, #wrapper #page-content {
	width: auto;
	position: relative;
}

body #wrapper.toggled #page-content-wrapper, body #wrapper.toggled #page-content {
	position: relative;
	margin-right: 0px;
}
.sidebar-nav li .badge {
	text-indent: 0px;
	margin-left: 10px;
}

#wrapper .sidebar-nav .tooltip {
	text-align: center;
	text-indent: 0px;
	margin-top: 10px;
}

#sidebar-wrapper .progress {
	display: inline-block;
	width: 130px;
	margin-bottom: 0px;
	position: relative;
	top: 6px;
	left: 10px;
}
#sidebar-wrapper .adminNav {
	background: gray;
}

#wrapper #sidebar-wrapper .sidebar-nav {
	padding-bottom: 100px;
}
#wrapper #sidebar-wrapper .dropdown-menu {
	margin-top: 0px;
	left: 50px;
	overflow-y: auto;
	max-height: 300px;
}
#wrapper #sidebar-wrapper .sidebar-nav .dropdown-menu li {
	text-indent: 0px;
}
#wrapper #sidebar-wrapper .sidebar-nav .dropdown-menu li a {
	color: #333333;
}

body.noNavPage #wrapper {
	padding: 0px 5% 0px 5%;
	width: 90%;
	height: 50%;
}
body.noNavPage {
	padding-top: 20px;
	padding-bottom: 90px;
}

body.noNavPage #login-logo {
	padding-bottom: 20px;
	margin: auto;
	max-height: 100px;
	max-width: 400px;
}

body .ui-autocomplete {
	z-index: 9999;
	font-size: 12px;
}
#wrapper #sidebar-wrapper .custom-combobox-input {
	width: 175px;
	height: 30px;
	line-height: 30px;
}
#wrapper #sidebar-wrapper .custom-combobox-toggle {
	display: inline;
	height: 30px;
	line-height: 30px;
	top: 5px;
}

/***** Buttons *****/

.butBlueWhiteText {
	background-color: #3d94f6;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: lato;
	font-size: 15px;
	font-weight: 700;
	padding: 6px 24px;
	text-decoration: none;
	text-align: center;
}

.butRedWhiteText {
	background-color: #fe1a00;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: lato;
	font-size: 15px;
	font-weight: 700;
	padding: 6px 24px;
	text-decoration: none;
	margin-right: 10px;
	text-align: center;
}

.butGreenWhiteText {
	background-color: #39b54a;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: lato;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 24px;
	text-decoration: none;
	text-align: center;
}

.butBlue2WhiteText {
	background-color: #0071bc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: lato;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 24px;
	text-decoration: none;
	text-align: center;
}

.butRed2WhiteText {
	background-color: #fe1a00;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: lato;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 24px;
	text-decoration: none;
	text-align: center;
}

.butOrangeWhiteText {
	background-color: #fbb03b;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: lato;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 24px;
	text-decoration: none;
	text-align: center;
}

.butGrey1WhiteText {
	background-color: #b3b3b3;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: lato;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 24px;
	text-decoration: none;
	text-align: center;
}

.butGrey2WhiteText {
	background-color: #999999;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: lato;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 24px;
	text-decoration: none;
	text-align: center;
}

.butGrey3WhiteText {
	background-color: #666666;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: lato;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 24px;
	text-decoration: none;
	text-align: center;
}

.butBlueWhiteText:hover, .butGreenWhiteText:hover, .butRedWhiteText:hover, .butBlue2WhiteText:hover, .butOrangeWhiteText:hover, .butGrey1WhiteText:hover, .butGrey2WhiteText:hover, .butGrey3WhiteText:hover {
	opacity: 0.8;
}

.admin_content_type {
	font-family: Lato;
	font-size: 20px;
	font-weight: 700;
	color: #4d4d4d;
}

/***** Loading *****/
.glyphicon.spinning {
	animation: spin 1s infinite linear;
	-webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
from {
	transform: scale(1) rotate(0deg);
}
to {
	transform: scale(1) rotate(360deg);
}
}

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

/***** Bootstrap fixes *****/
.form-horizontal .control-label {
	padding-top: 7px;
}
.bootstrap .modal-body .row {
	width: 100%;
	clear: both;
	padding-top: 10px;
}

.modal-backdrop {
	background-color: #000;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1040;
	opacity: 0.5;
}
.bootstrap .form-inline .form-group.vtop {
	vertical-align: top;
}

/***** layout templates *****/
#mail_theme_editor label {
	font-size: 20px;
	margin-top: 20px;
	width: 100%;
	background: #eeeeee;
	display: block;
	text-transform: capitalize;
}

#mail_theme_editor textarea {
	display: block;
	width: 99%;
	height: 300px;
}

.dataTable .ui-button {
	font-size: 12px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.dataTable {
	font-size: 14px;
}

.dataTables_wrapper {
	display: block;
	clear: both;
}

/***** Magic Search *****/
#magic-search {
	height: 25px;
}

.ui-autocomplete .ui-menu-item .magicSearch_container {
	display: block;
	clear: both;
	padding: 10px 5px 5px 5px;
	border-bottom: 1px solid #cccccc;
	min-height: 80px;
	font-size: 12px;
	position: relative;
}

.ui-autocomplete .ui-menu-item .magicSearch_container .magicSearch_type {
	position: absolute;
	top: 65px;
	left: 5px;
	width: 70px;
	text-align: center;
	background: #000000;
	opacity: 0.5;
	color: #ffffff;
	height: 15px;
}

.magicSearch_thumb {
	display: block;
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 5px;
}

.magicSearch_name {
	display: block;
	font-weight: bold;
}

.magicSearch_container .magicSearch_actions {
	float: right;
	display: block;
	width: 80px;
}
.magicSearch_container .magicSearch_actions .magicSearch_action.btn {
	display: block;
	width: 100%;
	font-size: 12px;
	margin-bottom: 2px;
}
.magicSearch_action .glyphicon {
	padding-right: 5px;
}

.magicSearch_clientname {
	color: #4D4D4D;
	display: block;
}
.magicSearch_subject {
	color: #CCCCCC;
	display: block;
}

/***** Credit System *****/

#clientCreditsContainer {
	display: none;
	text-align: center;
	background: #FFFFFF;
	padding: 10px;
	opacity: 0.9;
}
#newMailOptionsContainer .credit_cost {
	display: none;
}
#clientBuyAdhocCredits {
	background: #CCCCCC;
	padding-bottom: 20px;
}
#clientLinkSubsPackage {
	background: #F6F6F6;
	padding-bottom: 20px;
}
.creditPackageHeading {
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 10px;
}

.packageContainer {
	display: block;
	float: left;
	width: 24%;
	padding: 2%;
	margin-right: 1%;
	margin-bottom: 1%;
	background: #CCCCCC;
}

.packageContainer .btn {
	margin-top: 10px;
}

/***** Contact Page *****/
#ContactsDatatable_filter {
	display: none;
}

#ContactsDatatable_info {
	display: none;
}

/***** Client Features Page *****/

#ClientFeaturesTable {
	width: 100%;
}

#ClientFeaturesTable td {
	border-bottom: 1px solid #000000;
	padding-bottom: 5px;
	padding-top: 5px;
}

#ClientFeaturesTable th, #ClientFeaturesTable td {
	width: 15%;
	text-align: center;
}

#ClientFeaturesTable th.feature_name, #ClientFeaturesTable td.feature_name {
	width: 50%;
	text-align: left;
}
#ClientFeaturesTable td.ajax_result, #ClientFeaturesTable th.ajax_result {
	width: 5%;
}

/***** Forms *****/

#complete_form .form-group p:first-child {
	font-weight: bold;
}

/***** ESP stuff *****/
.dataTables_wrapper .btn {
	margin: 0 5px;
}

.dataTables_wrapper .deleteForm {
	display: inline;
}

/***** Placeholder Builder *****/
#url_output {
	width: 90%;
	min-height: 50px;
	margin-top: 10px;
}
.placeholder_image_preview img {
	max-width: 150px;
	max-height: 50px;
}

#placeholderForm .col-md-2 {
	text-align: right;
}

.placeholder_item_container {
	background: #CCCCCC;
	padding: 10px 0px;
	margin-bottom: 10px;
}

#GeneratePlaceholderButton {
	margin-top: 10px;
}


.remove_image_button {
	border: 1px solid;
}

/***** Header Settings *****/
#content #builderSettings {
	position: fixed;
	top: 6px;
	left: 0px;
	/*    left: 50%;
	 transform: translate(-50%, 0);*/
	width: 100%;
	left: 200px;
	padding-right: 400px;
	background-color: transparent;
	z-index: 1031;
	text-align: center;
	color: #000000;
}
#content #builderSettings input {
	width: 30%;
}

/*@media only screen and (max-width: 950px) {*/
@media (max-width: 950px) {
	#content #builderSettings input {
		width: 50%;
	}
}
/*@media only screen and (max-width: 700px) {*/
@media (max-width: 700px) {
	#content #builderSettings {
		width: 100%;
		position: relative;
		background: #B3B3B3;
		padding: 5px;
		margin: 0px;
		left: 0px;
		top: 0px;
	}
}
#content #builderSettings select {
	color: #000000;
}

.ui-datepicker.ui-widget {
	font-size: 12px;
}

/***** Datatables *****/
.gc-container .actions_column {
	width: 170px;
	min-width: 170px;
}

/***** chosen fixes *****/
#wrapper #builderSettings .custom-combobox {
	display: inline-block;
	width: 200px;
	text-align: left;
}

#wrapper #builderSettings input.custom-combobox-input {
	width: 160px;
	height: 30px;
	line-height: 30px;
}
#wrapper #builderSettings .custom-combobox-toggle {
	display: inline;
	height: 30px;
	line-height: 30px;
}

#mailCopyList {
	display: block;
	height: 350px;
	width: 100%;
}


#sidebar-wrapper .toggleMenu,
#footer .logo,
.poweredByLogo,
#sidebar-wrapper .logo,
#footer .logo img{
	display: none;
}

#sidebar-wrapper        .logo img {max-width :100%;}

.dataTables_wrapper, table.dataTable {
	max-width: calc(100% - 40px)!important;
}



/* Tailwind Side Effects */
#ClientReportDetailTable {
width: 100%!important;
}




















.profileWizardForm.inlineLabel label,
.profileWizardForm.inlineLabel .sp-replacer,
.profileWizardForm.inlineLabel input,
.profileWizardForm.inlineLabel select{
	display: inline-block!important;

}

#profileWizard label {
	max-width: 300px!important;
}


#profileWizard input, #profileWizard select {
	max-width: 500px!important;
}



.sidebar-nav li {
	text-indent: 5px!important;
}


