/* The onlinedev27-default theme option file for the Bootstrap default theme of Tiki Wiki CMS Groupware. */
/* The first set of items are straight changes to existing css items in the main default css */
/* The second set of items are new combinations of existing css items and */
/* Any completely unique styling items are all grouped together at the end of the file */

/* everything below this point is a direct variant of an item in the main default css */

.alert {
    margin-top: 20px;
}


/* everything in the second section below are new combinations of existing css items */

body {
  font-family: Verdana, sans-serif;  /* was Lato originally */
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #337ab7;
    font-family: Verdana, sans-serif; /* was Lato originally */
    font-weight: 700;
    line-height: 1.1;
}

.wikiactions {
	position: absolute;
	top: 40px !important;
	right: 180px;
}

.page_actions ul {
    padding-left: 20px;
    padding-right: 20px;
}

h1.sitetitle {
	margin-left: 20px;
    font-size: 2.0rem;
}

.sitetitle {
    color: #337ab7 !important;
}

.sitetitle a:hover {
	text-decoration: none;
}

.navbar-form {
    padding-top: 5px; /* was 0 originally */
}

.navbar-collapse {
	min-height: 42px;
	font-size: 20px;
}

.admin-content .navbar-collapse {
	background-color: #0d6efd;
}

.admin-content .tiki-nav-light {
	background-color: #0dcaf0 !important;
}

#cookie_consent_div {
    background-color: #f8f9d4;
    border: 1px solid #bcb923;
    color: #31708f;
    padding: 15px;
	font-size: 12px;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #898989;
}

#topbar_modules {
    background-color: #f3f2f2 !important;
}

.page-header {
    background-color: #f3f2f2 !important;
}

/* everything below this point is a unique item for the onlinedev24 styling */

#trackerinput_122 .col-auto {
    width: 140px;
}

#trackerinput_116 .col-auto {
    width: 140px;
}

.textfileinfo {
	font-weight: bold;
}

.textfilecontent {
	font-size: 10px;
}

.data_readings th {
	color: #fff;
	background: #337ab7;
	text-align: center;
	border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
}

.data_readings td {
	text-align: center;
	font-size: 12px;
	border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
}

.data_readings table {
	border-collapse: collapse;
}


.displaynone {
	display: none;
}

.clear {
	clear: both;
}

#contenttabs_objectpermissions-1 .table-responsive {
    overflow-x: visible;
}

/* Login Menu in top banner */

.top_module_login_menu {
    position: absolute;
	top: 0px;
	right: 0px;
    height: 15px;
    margin: 0 auto;
	padding-left: 0px;
}	

.siteloginbar_popup .btn-link,
.siteloginbar_popup .btn-link:hover {
    color: #007bff;
	font-size: 14px;
}

/* Support Menu in top banner */

.top_module_support_menu {
    position: absolute;
	top: -12px;
	right: 110px;
    height: 15px;
    margin: 0 auto;
	padding-left: 0px;
}

.top_module_support_menu .navbar-collapse {
	font-size: 14px;
}

.top_module_support_menu .sf-arrows .sf-with-ul::after {
    border-color: #999999 transparent transparent;

}

.top_module_support_menu .sf-arrows ul .sf-with-ul:after,
.cssmenu_vert.sf-arrows ul > li > .sf-with-ul:after {
  border-color: transparent;
  border-left-color: #262626;
  /* edit this to suit design (no rgba in IE8) */
}

/* Main Menu in topbar */

#topbar_module_main_menu {
	font-size: 18px;
}

/* quickadmin drop down menus */

#quickadmin {
    height: 25px;
    margin: 0 auto;
    padding-left: 0;
    position: absolute;
    right: 220px;
    top: 0px;
    width: 100px;
}	

#quickadmin a .icon:not(.icon-help, .icon-reset) {
    font-size: 14px;
}

#onlinedevices_credits, #onlinedevices_credits_anon {
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	font-size: 11px;
	width: 100%;
	text-align: center;
}

	
/* tables */
.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
    padding: 3px;
}

.tableborder table, .tableborder th, .tableborder td {
  border: 1px solid black;
}

td, th {
    padding: 3px;
}

#contenttabs_view_tracker-1 td.numeric {
    text-align: center;
}

#contenttabs_view_tracker-1 th.auto {
    text-align: center;
}

td.xml_name {
	border-top: 1px solid;
	border-color: #ccc;
}

td.xml_description {
	font-style: italic;
	font-size: 12px;
	border-top: 1px solid;
	border-color: #ccc;
}

td.xml_value {
	border-top: 1px solid;
	border-color: #ccc;
}
	
/* full screen */

#fullscreenbutton {
    position: absolute;
    right: 10px;
    top: 2px;
    z-index: 10;
}
