table {
	border-collapse: collapse;
	width: 100%;
}

.logged-in .login {display: none;}

.nav li.login a:hover {
	color: #fff;
}

#loginform p input {
	height: 34px;
	width: 350px;
}

#loginform p.login-submit {
	display: none;
}

#loginform p.login-button-submit {
	margin: 0;
}

#loginform p button::after, .ohl-form button::after {
	content: "i";
	margin-left: 10px;
	font-size: 0.7em;
}

#loginform p button::after, .ohl-form button::after {
	font-family: "offshorehub" !important;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal !important;
	line-height: 1;
	text-transform: none !important;
}

#loginform p button {
	background: #1B97D5 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 15px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
	border: none;
}

#loginform p label {
	display: block;
}

.industry-partner-logo {
	height: 90px;
}

.theme-list .theme-item .button {
	background: #28aae1 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	padding: 15px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.theme-list .theme-item .button:hover {
	background: #82cb4d none repeat scroll 0 0;
	text-decoration: none;
}
.theme-list .theme-item .button::after {
	display: inline-block;
	font-size: 12px;
	margin: 0 0 0 10px;
}
.theme-list .theme-item .button::before {
	display: inline-block;
	font-size: 12px;
	margin: 0 10px 0 0;
}

.members {display: none;}

.logged-in .members,.logged-in .nav li.logout a::before {display: block;}

.noedit {
	padding: 10px;
	
	vertical-align: top;
}

.editable {
	padding: 10px;
	position: relative;
	vertical-align: top;
}
.editable .edit {
	background: no-repeat url("img/Table_edit.png");
	content: "";
	position: absolute;
	top: 0;
	right: 5px;
	width: 16px;
	text-decoration: none;
}

table.contact-matrix {
	margin: 1em 0;
}
table.contact-matrix img {
	height: 70px;
}

table.contact-matrix th, table.contact-matrix td {
	border: thin solid lightgray;
}

table.contact-matrix th:first-child, table.contact-matrix td:first-child {
	border-left: none;
}

table.contact-matrix tr:first-child th {
	border-top: none;
}

table.contact-matrix .col-info {
	font-weight: bold;
}

table.contact-matrix a:link {
	text-decoration: none;
}

#add_contact_form input {
	width: auto;
}

#contact_list_form.ohl-form button::after,.ohl-form .simple-button::after {
	content: "";
}

table.ohl-list th {
	background: #0096d2 none repeat scroll 0 0;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	padding: 5px 10px;
}

table.ohl-list th.select-entry {
	width: 2%;
}

table.ohl-list th .sortable {
	color: #fff;
	text-decoration: none;
}

table.ohl-list th .sortable:after {
	font-family: "offshorehub" !important;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal !important;
	font-size: 0.5em;
	line-height: 1;
	text-transform: none !important;
	margin-left:15px;
}

table.ohl-list th .sortable.asc:after {
	content: "c";
}

table.ohl-list th .sortable.desc:after {
	content: "f";
}

table.ohl-list tbody td {
	border-bottom: 1px solid #bfbfbf;
	padding: 5px 10px;
	vertical-align: top
}

table.ohl-list tfoot td {
	border: none;
	padding: 10px 10px 10px 0;
}

table.ohl-list .list-button-add, table.ohl-list .list-button-distribute, table.ohl-list .list-button-clear-selection, .ohl-form button,.send-button {
	background: #1B97D5 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	padding: 15px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	border: none;
	font-weight: bold;
}

a.send-button{
	color: #fff;
	text-decoration: none;
}

table.ohl-list .col-no-wrap {
	width: 10%;
	white-space: nowrap;
}

table.ohl-list .force-wrap {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.ohl-form label {
	display: block;
}

.ohl-form input {
	line-height: 35px;
	padding: 5px 10px;
	width: 50%;
}

.ohl-form .message.success {
	width: 50%;
	background: #69b134 none repeat scroll 0 0;
	color: #fff;
	padding: 15px;
	text-transform: uppercase;
}

.ohl-form .message.error {
	width: 50%;
	background: #A00 none repeat scroll 0 0;
	color: #fff;
	padding: 15px;
	text-transform: uppercase;
}

/* tabs */
ul.tabs {
	list-style: outside none none;
	padding: 0;
	margin-bottom: 0;
}

.tabs li {
	float: left;
}

.tabs a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #000;
	padding: 10px;
	background: #ddd;
	border-left: thin solid gray;
    border-top: thin solid gray;
	font-weight: bold;
}

.tabs li:last-child a {
	border-right: thin solid gray;
}

.tabs a:hover {
	background: #eee;
}

.tabs a.active {
	background: #fff;
	border-bottom: thin solid #fff;
}

.tabgroup {
	margin-top: -1px;
	border: thin solid gray;
}

section.tabgroup>div {
	padding: 30px;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.kpi-tracking-result {
	display: none;
}

.kpi-tracking-result.active {
	display: block;
}

.ohl-form select {
	width: 100%;
	padding: 15px;
}

.ohl-form select[name=document_company]{
	width: 50%;
}

.ohl-form textarea {
	width: 93%;
	padding: 15px;
}

.ohl-form .narrative {
	margin: 30px 0;
}

.ohl-form .narrative textarea {
	width: 75%;
}

.ohl-form .row {padding: 15px 0;}

.col-45 {
	display: inline-block;
	width: 45%;
}

.col-30 {
	display: inline-block;
	width: 30%;
	padding-right: 15px;
}

.col-25 {
	display: inline-block;
	width: 25%;
	padding-right: 15px;
	padding-left: 0;
}

.col-20 {
	display: inline-block;
	width: 20%;
	padding-right: 15px;
	padding-left: 0;
}

.col-15 {
	display: inline-block;
	width: 15%;
	padding-right: 15px;
	padding-left: 0;
}

.col-15 input {
	width: 80%;
}

.col-10 {
	display: inline-block;
	width: 10%;
	padding-right: 15px;
	padding-left: 0;
}

.ohl-form .col-45 input {
	width: 75%;
}

.text-center {
	text-align: center;
}

#loader {
	background: no-repeat url("img/wheel.gif");
	float: right;
	height: 42px;
	width: 42px;
}

#success {
	background: no-repeat url("img/success.png");
	float: right;
	height: 42px;
	width: 42px;
}

#error {
	background: no-repeat url("img/error.png");
	float: right;
	height: 42px;
	width: 42px;
}

.hidden {
	display: none;
}

#dialog-confirm span {
	display: inline-block;
}

.dialog-label {
	width: 30%;
	vertical-align: top;
}

#dialog-confirm .dialog-label + span {
	width: 70%;
}

.page-file-store .internal .inner {
	padding-left: 15px;
	padding-right: 15px;
}

.page-file-store table.ohl-list {
	table-layout: fixed;
}

table.ohl-list tbody tr.lock td{
	background: #d9534f;
	color: #fff;
}

table.ohl-list tbody tr.lock td a{
	color: #fff;
}

a.info {
	text-decoration: none;
	background: rgba(0, 0, 0, 0) url("img/info.png") no-repeat scroll center center / 100% auto;
	display: inline-block;
	width: 1em;
}

#dialog-editor label {
	display: block;
	font-weight: bold;
}

#to_email,#cc_email,#subject_email {
	width: 100%;
}

#filestorelist a.tablesorter-header-inner{
	color: #fff;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	height: 100%;
}

#filestorelist .custom-sort{
	background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
	background-position: center right;
	background-repeat: no-repeat;
	cursor: pointer;
	white-space: normal;
}

#filestorelist .custom-sort.orderdesc{
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}

#filestorelist .custom-sort.orderasc{
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}

/*IE10 and IE11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ohl-form input { line-height: 0px }
}