/* ------ FONT IMPORTS ------
@import url(https://fonts.googleapis.com/css?family=Open+Sans:200,400,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Lato:200,400,500,700,900);
*/

/* ------ GLOBAL PAGE STYLES (tags) ------ */
html {
	width: 100%;
	height: 100%;
	font-family: "Open Sans", serif;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Open Sans", serif;
	font-size: 14px;
}
p {
	padding: 0px;
	line-height: 1.5;
	font-size: 16px;
	color: #333;
	font-family: Open + Sans;
	text-align: justify;
	margin: 0px 0px 10px;
}
img {
	border-width: 0px;
	max-width: 100%;
}
h1 {
	color: #333;
	font-size: 40px;
	margin: 20px 0px;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	line-height: 100%;
}
h2 {
	color: #333;
	font-size: 30px;
	margin: 10px 0px;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	line-height: 100%;
}
h3 {
	color: #333;
	font-size: 24px;
	margin: 10px 0px;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	line-height: 150%;
}
h4 {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
	margin: 0 0 10px 0;
	line-height: 100%;
}
h5 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
	margin: 0 0 10px 0;
	line-height: 100%;
}
a,
a img {
	color: inherit;
	text-decoration: none;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: inherit;
}

.hidden {
	display: none;
}

/* ------ SITE COLOURS ------ */
.red {
	color: #c03308 !important;
}
.redbg {
	background-color: #c03308 !important;
}
.white {
	color: #fff !important;
}
.salmon {
	color: #fbb6a1 !important;
}
.salmon {
	background-color: #fbb6a1 !important;
}
.lightgraybg {
	background-color: #eee !important;
}

/* ------ GLOBAL PAGE STYLES (classes) ------ */
#outer {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0px;
	overflow: hidden;
}

#body {
	padding: 25px 0px 40px 0px;
	padding-top: 55px;
	padding-left: 200px;
}
#body.home {
	color: #eaeaea;
}
#body .inner {
	max-width: 96%;
}

a:hover {
	color: #c03308;
}

.inner {
	position: relative;
	display: table;
	height: 100%;
	margin: auto;
	width: 100%;
	max-width: 98%;
	table-layout: fixed;
}

.clientstatus {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-bottom: -2.5px;
	margin-right: 10px;
}

.clientstatus.A {
	background-color: #0055c5;
}
.clientstatus.I {
	background-color: #ff2d2d;
}

.newsection {
	padding: 60px 0px;
}
.hideme {
	display: none;
}
.showme_md {
	display: none;
}
.showme_xs {
	display: none;
}

#divTitle {
	margin-bottom: 30px;
}
#divTitle h1 {
	display: inline-block;
}
#divTitle .button {
	float: right;
}

.pageButtons input {
	font-size: 14px;
	padding: 8px 20px;
	width: auto !important;
}

.newSection {
	margin-bottom: 25px;
	border: 1px solid #ddd;
	overflow: hidden;
}
.newSection:first-child {
	margin-top: 0px;
}
.newSection .contentHeader {
	font-size: 16px;
	padding: 12px 0px;
	padding-left: 10px;
	line-height: 16px;
	border-bottom: 1px solid #ddd;
	font-weight: 600;
}
.newSection .contentSection {
	border-bottom: 1px solid #ddd;
	margin: 0px !important;
}
.newSection .contentSection:last-child {
	border-bottom: 0px;
}
.newSection .contentSection > div {
	padding: 3px 10px;
	line-height: 30px;
	overflow-x: auto;
}
.newSection .contentSection > div:first-child {
	background-color: #eee;
}
.newSection .contentSection > div:last-child {
	background-color: #fff;
}
.newSection .contentSection input[type="button"] {
	height: 30px;
	line-height: 1;
}
.newSection .contentSection input[type="text"],
.newSection .contentSection input[type="password"],
.newSection .contentSection input[type="number"],
.newSection .contentSection input[type="textbox"],
.newSection .contentSection select {
	height: 30px;
}

#pageHeader {
	margin-bottom: 25px;
	font-size: 30px;
	overflow: hidden;
	padding-top: 5px;
	margin-top: 25px;
	line-height: 1;
}
#pageHeader i {
	margin-right: 15px;
}
#pageHeader .btn {
	float: right;
}
#pageHeader .details {
	float: right;
	display: inline-block;
	text-align: right;
}
#pageHeader .details h2 {
	color: #c03308;
	margin-top: 0px;
	font-size: 30px;
	line-height: 1;
}
#pageHeader .details p {
	text-align: right;
	padding: 0px;
	font-size: 12px;
	line-height: 1.5;
}
#pageHeader > div {
	display: inline-block;
}

div.success {
	display: block;
	margin-bottom: 10px;
	background-color: #d3ff73;
	border: 1px solid #b7e750;
	border-radius: 5px;
	color: #1d9a00;
}
div.error {
	display: block;
	margin-bottom: 10px;
	background-color: #ffd3d6;
	border: 1px solid #ffafb4;
	border-radius: 5px;
	color: #e71c2f;
}
div.info {
	display: block;
	margin-bottom: 10px;
	background-color: #d7f4ff;
	border: 1px solid #a3e6ff;
	border-radius: 5px;
	color: #0080b0;
}
div.msg {
	padding: 10px;
	font-weight: 600;
	font-size: 110%;
	text-shadow: 1px 1px #fff;
	filter: DropShadow(Color=#fff, OffX=1, OffY=1);
}

/* ------ FORMS/INPUTS/MESSAGES ------ */
input[type="text"],
input[type="password"],
input[type="number"],
input[type="textbox"] {
	width: 100%;
	border: 1px solid #ccc;
	line-height: 1;
	height: 35px;
	padding-left: 5px;
	color: #333;
	border-radius: 2px;
	font-size: 14px;
}
textarea {
	width: 100%;
	border: 1px solid #ccc;
	height: 150px;
	padding-left: 5px;
	color: #333;
	border-radius: 2px;
	font-family: "Lato", serif;
	font-size: 14px;
}
select {
	border: 1px solid #ccc;
	line-height: 1;
	height: 35px;
	padding-left: 5px;
	color: #333;
	border-radius: 2px;
	font-size: 14px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="textbox"]:focus,
textarea:focus {
	border-color: #555;
}
textarea {
	resize: none;
	line-height: 20px;
}
label {
	font-weight: 400;
	margin: 0px;
}
label input[type="checkbox"] {
	margin-right: 5px;
}
input.error {
	background-color: #ffd3d6;
	border: 1px solid #ffafb4;
}
select.error {
	background-color: #ffd3d6;
	border: 1px solid #ffafb4;
}
textarea.error {
	background-color: #ffd3d6;
	border: 1px solid #ffafb4;
}

a.icon,
a.icon:visited {
	outline: none;
	margin: 2px 1px;
	padding: 6px;
	background-color: #f0f0f0;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	color: #404040;
	font-size: 12px;
	text-decoration: none;
}
a.icon:hover {
	background-color: #f7f7f7;
	border: 1px solid #d0d0d0;
	text-decoration: none;
}
a.icon:focus {
	outline: none;
}

/* ------ GRIDS ----- */
.row {
	width: 100%;
	vertical-align: top;
	height: auto;
	overflow: hidden;
}
.row > div {
	float: left;
	background-color: transparent;
	display: inline-block;
	padding: 0px 10px;
	vertical-align: top;
	min-height: 1px;
}
.row .grid100 {
	width: 100%;
}
.row .grid90 {
	width: 90%;
}
.row .grid80 {
	width: 80%;
}
.row .grid75 {
	width: 75%;
}
.row .grid70 {
	width: 70%;
}
.row .grid65 {
	width: 65%;
}
.row .grid60 {
	width: 60%;
}
.row .grid50 {
	width: 50%;
}
.row .grid40 {
	width: 40%;
}
.row .grid35 {
	width: 35%;
}
.row .grid33 {
	width: 33%;
}
.row .grid30 {
	width: 30%;
}
.row .grid25 {
	width: 25%;
}
.row .grid20 {
	width: 20%;
}
.row .grid10 {
	width: 10%;
}

/* ----- ALIGNMENT CLASSES ----- */
.alignLeft {
	text-align: left;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.tablerow {
	display: table-row;
}
.table {
	display: table;
	width: 100%;
}
.table .tablerow > div {
	display: table-cell;
}

/* ----- TEXT CLASSES ----- */
.required {
	color: #ff0000 !important;
}
.largetext_p {
	font-size: 17px;
	line-height: 1.5;
	text-align: justify;
}
.large {
	font-size: 150% !important;
}
.medium {
	font-size: 120% !important;
}
.small {
	font-size: 90% !important;
}

.sectionHeader {
	text-align: center;
	margin-bottom: 40px;
	font-size: 40px;
	font-weight: 600;
}
.sub {
	display: block;
	color: #666;
	font-size: 12px;
	line-height: 1.1;
}

/* ----- LIST CLASSES ----- */
.clean_list {
	padding: 0px;
}
.clean_list li {
	list-style-type: none;
	font-size: 17px;
	line-height: 35px;
	text-align: justify;
}

/* ------ NOTIFICATION BAR ------- */
#topbar {
	width: 100%;
	height: 36px;
	padding: 3px 0px;
	background-color: #c03308;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
}
#notifications {
	width: auto;
	height: inherit;
	padding-right: 10px;
	color: #fff;
	font-size: 12px;
	text-align: right;
}
#notifications .profile-icon {
	width: 25px;
	height: 25px;
	font-weight: bold;
	font-size: 12px;
	line-height: 25px;
}
#notifications .icons {
	height: 30px;
	line-height: 30px;
	display: inline-block;
}
#notifications a {
	color: #fff;
	margin-right: 10px;
}
#notifications span {
	display: inline-block;
	line-height: 30px;
	font-weight: 400;
}
.notificationicon {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-color: #aaa;
	margin-right: 2px;
	border-radius: 10px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.notificationicon:hover,
#notifications a:hover > .notificationicon {
	width: 25px;
	height: 25px;
	border-radius: 12.5px;
	line-height: 25px;
}
#logout_icon {
	height: 16px;
	width: auto;
}
.logoutText:hover {
	text-decoration: underline;
}

/* ------ NAVIGATION BAR ------- */
#portalmenu {
	position: fixed;
	left: 0px;
	top: 30px;
	height: 100%;
	width: auto;
	color: #fff;
	padding: 0px;
	margin: 0px;
	background-color: #444;
	padding-top: 25px;
	overflow-y: auto;
	max-height: 100%;
	direction: rtl;
}
#portalmenu.isclient {
	max-width: 220px;
}
#portalmenu .logo {
	display: block;
	margin: 10px auto 20px;
	max-width: 96%;
}

#portalnav {
	position: relative;
	z-index: 30;
	margin: 0;
	padding: 0px;
	direction: ltr;
}
#portalnav li {
	margin: 0;
	list-style: none;
	display: block;
}
#portalnav li a {
	display: block;
	padding: 8px 25px 8px 15px;
	color: #eee;
	cursor: pointer;
}
#portalnav li a i {
	font-size: 16px;
	width: 22px;
}
#portalnav li a span {
	font-size: 14px;
	margin-left: 15px;
}

#portalmenu.isclient #portalnav li a {
	font-size: 13px;
}

#portalnav li a.active {
	background-color: #c03308;
	color: #fff;
	background-image: url("../img/menu_arrow_active.png");
	background-repeat: no-repeat;
	background-position: 100%;
	background-size: 11px 18px;
	border-top: 1px solid #3e3e3e;
	border-bottom: 1px solid #3e3e3e;
}
#collapsePortalMenu {
	margin-top: 25px;
}

#portalnav_dropdown {
	width: 350px;
	background-color: white;
	position: absolute;
	padding-left: 0px;
	display: none;
	top: 57px;
	border: 3px solid #f4f4f4;
}
#portalnav_dropdown li {
	width: 100%;
	border: none !important;
}
#portalnav_more:hover #portalnav_dropdown {
	display: block;
}
#portalnav a:hover {
	color: inherit;
	text-decoration: none;
	color: #fff;
	background-color: #353535;
}
#portalnav a.selected {
	background-color: #e0e0e0;
	color: #000;
}

/* RESPONSIVE MENU ICON */
#responsiveMenu_icon {
	height: 40px;
	width: 96%;
	max-width: 300px;
	border: 1px solid #ccc;
	margin: 15px auto 15px;
	border-radius: 5px;
	cursor: pointer;
	display: none;
	text-align: center;
	background-color: #eee;
	margin: 0px auto !important;
	direction: ltr;
}
#responsiveMenu_icon.selected {
	background-color: #ccc;
}
#responsiveMenu_icon:hover {
	background-color: #ccc;
}
#responsiveMenu_icon span {
	display: block;
	width: 100%;
	line-height: 40px;
	font-size: 18px;
	color: #333;
	font-weight: 600;
	text-transform: Uppercase;
}

/* ------ LOGIN ------ */
#loginbox {
	max-width: 320px;
	margin: 10% auto 0px;
	text-align: center;
	padding: 0px 10px;
}
#loginbox .btn {
	margin-top: 10px;
	padding: 10px 25px;
	width: 90%;
}
#loginbox h4 {
	text-align: center;
	font-weight: 400;
	font-size: 23px;
	color: #333;
	font-family: Open + Sans;
	margin: 25px 0px 25px;
}
#loginbox h5 {
	margin: 0px auto 7px;
	font-size: 13px;
	color: #ccc;
	width: 70%;
}
#loginbox h5:hover {
	color: #bbb;
}
#loginbox input[type="text"],
#loginbox input[type="password"] {
	width: 90%;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
}
#loginbox #loginform {
	margin-bottom: 40px;
}
#loginbox img {
	max-width: 200px;
	margin: 0 auto 30px;
	width: 100%;
}

/* ------ BUTTONS ------ */
.button {
	background-color: #eee;
	font-size: 15px;
	padding: 8px 20px;
	border-radius: 3px;
	border: 1px solid transparent;
	cursor: pointer;
	display: inline-block;
}
.button i {
	margin-right: 6px;
}
.button:hover {
	background-color: #ccc;
	color: inherit;
}
.button.faOnly .fa {
	margin-right: 0px;
}
.button.small {
	padding: 0px 8px;
	line-height: 25px;
	font-size: 12px !important;
	border: 1px solid #ddd;
}
.button.small .fa {
	line-height: 25px;
}

.button.right {
	float: right;
	clear: both;
}
.button.right.new {
	display: inline-block;
	width: auto;
	margin: 20px auto 10px;
}
.button.red {
	background-color: #c03308;
	color: #fff !important;
	border: 1px solid #862203;
}
.button.red:hover {
	background-color: #aa2700;
}

.button.delete {
	padding: 0px 8px;
	text-align: center;
	border: 1px solid #d43f3a;
	color: #fff;
	background-color: #d9534f;
	vertical-align: top;
	font-size: 13px;
	line-height: 25px !important;
}
.button.delete .fa {
	margin-right: 0px;
	line-height: 25px;
}
.button.delete:hover {
	background-color: #d43f3a;
}

/* ------ TABLE ------ */
.table td a {
	font-weight: 600;
}
.table th {
	font-weight: 600;
	background-color: #e5e5e5;
	color: #333;
	border-top: 0px;
	padding: 15px 7px;
	text-align: left;
	font-size: 15px;
	line-height: 1;
	text-transform: uppercase;
	font-family: Open + Sans;
}
.table th a:hover {
	color: #c03308;
}
.table tr {
	position: relative;
}
.table td {
	line-height: 20px !important;
	font-size: 13px;
	vertical-align: middle !important;
	border: 0px !important;
	padding: 7px;
}
.table tr:nth-child(even) {
	background-color: #fff;
}
.table tr:nth-child(odd) {
	background-color: #f3f3f3;
}

/* ------ SEARCHBAR ------ */
#searchbar {
	width: 100%;
	padding: 0px 0px 15px;
}
#searchbar input[type="text"] {
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	padding-left: 10px;
	margin-bottom: 10px;
}
#searchbar input[type="submit"],
#searchbar input[type="button"] {
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	background-color: #eee;
}
#searchbar select {
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

/* ------ TABS ------ */
#divTabs {
	width: 100%;
	padding: 0px;
	border: 0px;
	overflow: hidden;
	border-bottom: 3px solid #c03308;
}
#divTabs .tab {
	width: auto;
	padding: 10px 20px !important;
	margin: 0px !important;
	float: left;
	background-color: #eee;
	border-right: 2px solid #fff;
}
#divTabs .tab:last-child {
	border-right: 0px;
}
#divTabs .tab:hover {
	background-color: #ddd;
	color: inherit !important;
}
#divTabs .tab.selected {
	background-color: #c03308;
	color: #fff;
}
#moreTabs_button {
	display: none;
	cursor: pointer;
}
#divTabs #moreTabs {
	display: none;
	height: auto;
	overflow: hidden;
	width: 100% !important;
}
#divTabs #moreTabs .tab {
	width: 100%;
	border-right: 0px;
	border-bottom: 1px solid #ddd;
}

/* ------ CONTEXTMENU ------ */
#contextmenu {
	position: absolute !important;
	z-index: 999;
	background-color: #eee;
	border: 1px solid #ccc;
	width: auto;
	padding: 0px;
	display: none;
	min-width: 160px !important;
}
#contextmenu > div {
	padding: 10px 0px 0px;
}
#contextmenu h1 {
	margin: 0px 0px 10px;
	font-size: 14px;
	font-weight: 600;
	padding: 0px 10px;
}
#contextmenu a {
	display: block;
	padding: 8px 30px 8px 10px;
	font-size: 14px;
	cursor: pointer;
}
#contextmenu a.important {
	color: red;
	margin: 10px 0px;
}
#contextmenu a:hover {
	background-color: #ddd;
	color: inherit;
}
#contextmenu a.important:hover {
	color: red;
}
#contextmenu a i {
	margin-right: 6px;
	width: 20px;
	text-align: center;
}
.showContextMenu {
	display: block;
	margin-top: 0px;
	text-align: center;
	height: auto;
	padding: 0px 0px;
	font-size: 10px !important;
	cursor: pointer;
}
.showContextMenu i {
	margin: 0px;
	padding: 5px 10px;
	border-radius: 3px;
	background-color: #ccc;
}

/* ------ COLOUR PICKER AND PROFILE ICONS ------ */
#divColorPicker {
	background: url("scripts/jquery/colorpicker/images/select.png") repeat scroll 0 0 transparent;
	float: left;
	margin-right: 5px;
	position: relative;
	height: 36px;
	width: 36px;
}
#divColorPicker div {
	background: url("scripts/jquery/colorpicker/images/select.png") repeat scroll center center transparent;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 30px;
	height: 30px;
}
#divColorMarker {
	background: url("img/marker.png") repeat scroll 0 0 transparent;
	float: left;
	margin: 4px 5px 0px 0px;
	position: relative;
	height: 24px;
	width: 24px;
}
#divColorMarker div {
	background: url("img/marker.png") repeat scroll center center transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 24px;
	height: 24px;
}
.profile-icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}

/* ------ CLIENT COMMLOGS ------ */
.commlog_outer {
	height: auto;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 12px;
}
.commlog_outer .row {
	margin-left: 0px;
}
.commlog_outer .commlog_inner {
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	background-color: #f0f0f0;
}
.commlog_outer > .commlog_inner > div {
	padding: 10px;
}
.commlog_outer .profile-icon {
	position: absolute;
	top: 12px;
	right: 10px;
	width: 25px;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
}
.commlog_outer .below_profile-icon {
	position: absolute;
	top: 40px;
	right: 10px;
}
.commlog_outer div {
	vertical-align: top;
	position: relative;
}
.commlog_outer .commlog_inner h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding-right: 40px;
}
.commlog_outer .commlog_inner h2 {
	font-size: 12px;
	margin: 0px;
	margin-bottom: 5px;
	padding-right: 40px;
}
.commlog_outer .options {
	margin-top: 15px;
}
.commlog_outer .below_profile-icon h2 {
	padding-right: 0px;
}

.commlog_outer.support .commlog_inner {
	border-color: #f3eebd;
	background-color: #fffdeb;
}

/* ------ STATISTICS ------ */
.statistics_outer {
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	display: inline-block;
	text-align: left;
	overflow: hidden;
	vertical-align: top;
	min-height: 65px;
}
.statistics_outer h2 {
	text-align: center;
}

/* ------ REPORTS ------ */
.reportTab {
	padding: 10px 25px;
	margin: 0px 5px;
	border: 1px solid #333;
	display: inline-block;
	text-decoration: none !important;
	color: #333;
	cursor: pointer;
}
.reportTab:hover {
	background-color: #000;
	color: #fff;
}
.reportTab.active {
	background-color: #000;
	color: #fff;
}
#client_customCols {
	font-size: 14px;
	line-height: 2;
}
#client_customCols label {
	margin-right: 10px;
	display: inline-block;
}

#reportOptions select {
	width: auto;
}
#formcontrols {
	margin-top: 20px;
}

/* ------ Client comms list clients.php ------ */
.divComms {
	background-color: #fff;
	overflow-y: scroll;
	height: 2500px;
}
.divComms h3 {
	text-align: center;
	margin-top: 15px;
}
.divComms h3:first-child {
	margin-top: 0px !important;
	text-align: center;
}
.divComms .log {
	padding: 10px 15px;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
	background-color: #f3f3f3;
	border: 1px solid #e0e0e0;
}
.divComms .log:nth-child(odd) {
	background-color: #fff;
}

/* ------ NEW CONTACT DIALOG ------ */
#EditDialog td span,
#EditDialog td input {
	font-size: 14px;
}
#EditDialog .divDialogButtons {
	margin-top: 10px;
	font-size: 16px;
}
#EditDialog .divDialogButtons > input {
	float: right;
	padding: 8px 20px;
	font-size: 13px;
}

/* ------ PORTAL SECTIONS ------ */
#portalSections {
	width: 100%;
}
#portalSections .section h1 {
	font-size: 25px;
	margin: 0px;
	padding: 15px 0px 15px 5px;
	background-color: rgb(255, 186, 186);
	border-top-right-radius: 10px;
	color: #000;
}
#portalSections .section p {
	margin: 0px;
	padding: 10px 0px 10px 5px;
	color: #333;
}
#portalSections .section p * {
	background-color: transparent !important;
}
#portalSections .section p:nth-child(odd) {
	background-color: #eee;
}

/* ------ PAGINATION ------ */
#pagination {
	width: 100%;
	text-align: center;
	margin: 40px 0px 20px;
}
#pagination > a {
	margin: 0px 8px;
	font-size: 15px;
	font-weight: 800;
	display: inline-block;
}
#pagination > a.current {
	background-color: #333;
	color: #fff !important;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: inline-block;
	padding-top: 2px;
}

/* ------ SINGLE CLASSES USED ONCE/TWICE ------ */

/* clients details */
.softwareExtras label {
	display: block;
	margin-bottom: 5px;
}
.softwareItem {
	padding: 5px 10px;
}
.softwareItem .button .fa {
	line-height: 28px;
}

/* clients list */
.expiry0 {
	background-color: #ff3838;
	border-top: 1px solid #db0000;
	border-bottom: 1px solid #ff3838;
}
.expiry1 {
	background-color: #2153ff;
	border-top: 1px solid #003aff;
	border-bottom: 1px solid #2153ff;
}
.expiry2 {
	background-color: #97aefc;
	border-top: 1px solid #6e8efb;
	border-bottom: 1px solid #97aefc;
}

.labelFloat label {
	float: left;
	margin-right: 10px;
}

.renewSelected {
	width: 100%;
	margin-top: 30px;
	padding: 10px 15px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background-color: #eee;
	overflow: hidden;
}
.renewSelected select {
	max-width: 200px;
}
.renewSelected .button {
	padding: 5px 20px;
	margin-left: 5px;
}
.tdExpiry0 {
	background-color: #ffb3b3;
	color: #000;
}
.tdExpiry1 {
	background-color: #b9dcff;
	color: #000;
}
.tdExpiry2 {
	background-color: #fff0b3;
	color: #000;
}

#editkilldateform {
	margin-top: -85px;
}
.button.clientLicenses {
	margin: 30px 10px 10px 0px !important;
}

/* REPORT OPTIONS */
.reportOptions {
	padding: 15px 0px 25px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.reportOptions .option {
	display: inline-block;
	margin-right: 20px;
	padding-left: 5px;
}
.reportOptions .option label {
	line-height: 35px;
	margin-right: 6px;
}
.reportOptions .option label:first-child {
	display: block;
	font-size: 13px;
	font-weight: 600;
	margin: 10px 0px 5px -5px;
	line-height: 15px;
}
.reportOptions #client_customCols {
	width: 100%;
	margin-top: 20px;
}
#report .inactive td {
	background-color: #fed4d4;
}
#report .newClient td {
	border-top: 1px solid #ccc !important;
}

/* mass portal access updates */
#massPortalAccess {
	padding: 5px 15px;
	border: 1px solid #ccc;
	margin-top: 30px;
	border-radius: 3px;
}
#massPortalAccess .button {
	margin-top: 15px;
}

/* SEARCH RESULTS */
#searchresults {
	width: 100%;
	height: auto;
	position: relative;
}

#searchresults .header {
	width: 100%;
	padding: 10px 5px;
	text-align: left;
	font-weight: 600;
	color: #333;
	font-size: 20px;
	border-top-right-radius: 10px;
}
#searchresults #clients .header {
	background-color: #b6b6b6;
}
#searchresults #contacts .header {
	background-color: #494949;
	color: #fff;
}
#searchresults .results {
	width: 100%;
	margin-bottom: 20px;
}
#searchresults .results > div {
	width: 100%;
	padding: 8px 5px 8px 10px;
	font-size: 14px;
}
#searchresults .results > div:nth-child(even) {
	background-color: #f5f5f5;
}
#searchresults .results > div i {
	margin-right: 15px;
}

/* search portal */
#searchPortal {
	margin: 5px auto 15px;
	width: 93%;
	text-align: center;
	position: relative;
}
#searchPortal .button {
	position: absolute;
	right: 1px;
	top: 1px;
	height: 33px;
	padding: 0px 12px !important;
	border-radius: 0px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	max-width: 50px;
	background-color: #777;
}
#searchPortal .button:hover {
	background-color: #444;
}
#searchPortal .button i {
	margin: 0px;
	line-height: 33px !important;
	font-size: 14px;
}

/* statistics */
.statistics_outer {
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	display: inline-block;
	text-align: left;
	overflow: hidden;
	vertical-align: top;
	min-height: 65px;
}
.statistics_outer h2 {
	text-align: center;
}
.statistics_outer .chart {
	width: 90%;
	height: 400px;
	margin: auto;
}

/* DATE PICKER FIX */
.ui-datepicker .ui-datepicker-header {
	background: none;
	background-color: #c03308;
	border-color: black;
}
.ui-datepicker .ui-datepicker-header .ui-state-hover {
	border: 0px !important;
	background: none !important;
}
.ui-datepicker .ui-state-highlight {
	background: none !important;
	border-color: #c03308;
}

.commlogHeading {
	font-size: 30px;
	margin-top: 50px;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1;
}
.commlogEmailedTo {
	color: #d9534f;
	line-height: 1.4;
	margin-top: 10px;
	display: block;
}

.textAndButton {
	display: table;
	width: 100%;
}
.textAndButton > div {
	display: table-cell;
}
.textAndButton > div:first-child {
	width: 100%;
}

.textAndButton button {
	height: 30px;
	font-size: 13px;
	padding: 0px 10px;
	line-height: 1;
	margin-left: 15px;
	white-space: nowrap;
	background-color: #ddd;
}

#tech .inputgroup {
	position: absolute;
}

#tech .awesomplete > ul > li:hover {
	background: hsl(0, 0%, 95%);
	color: black;
}

#tech .inputgroup .dropdown-btn {
	padding: 0.1em 0.8em;
	font-size: 18px;
	cursor: pointer;
}

.list-item {
	padding: 0.6em 1em;
	border: 1px solid #666;
	border-radius: 4px;
	margin: 10px 0;
	display: flex;
	align-items: center;
	gap: 10px;
}
.list-item .handle {
	cursor: move !important;
	cursor: -moz-grab !important;
	color: #666;
}
.list-item .name {
	font-weight: 600;
	flex: 3;
}
.list-item .type {
	flex: 1;
	min-width: 75px;
}
.list-item .buttons {
	text-align: right;
}
.list-item .buttons i {
	cursor: pointer;
	margin: 0 0.5em;
}
.list-item .delete {
	margin: 0 1em;
}
.list-item .delete:hover {
	color: #9c0505;
}
