/* The iot27default theme option file for the Bootstrap default theme of Tiki Wiki CMS Groupware. */
/* The frst set of items are new combinations/variants of existing css items and */
/* Any completely unique styling items are all grouped together at the end of the file */


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

.card-body {
    padding: 5px;
}

.module h3.card-title, .module .card-title.h3 {
    font-size: 1.15rem;
}


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

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

.normal td.scheduler_description {
    max-width: 500px;
}

.normal td.scheduler_name {
    max-width: 400px;
}

.textfileinfo {
	font-weight: bold;
}

.textfilecontent {
	font-size: 9px;
}

.custom_field_table td {
    padding-top: 0;
    padding-bottom: 0;
}

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

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

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

.custom_menu_element {
    padding-top: 0;
    padding-bottom: 0;
}

.custom_menu_element .nav-link {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.custom_menu_element li a:hover {
	text-decoration: underline;
}

