@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Poppins:wght@100;200;300&family=Varela&display=swap');

:root {
	--theme-font-family: Varela,sans-serif;

}
pre{
	background-color: #5ab7b930;
}
html,
body {
	margin: 0;
	padding: 0;
	color: #000;
}

body,
td,
th,
table {
	font: 1rem var(--theme-font-family);
}

h1{
	font-size: 2rem;
}

p {
	margin: 0 10px 10px
}

a {
	color: rgb(90, 183, 185);
	text-decoration: none;

}
a:hover {
	color: rgb(90, 183, 185);
	text-decoration: underline;
}

div#document{
	width: 100%;
}

div#header {
	background: #ffffff;
	display: contents;

}

div#header h1 {
	margin: 0;
	line-height: 1.5em;
	padding: 0px 0 0 20px;
	color: #fff;
	font-size: 2em;
	font-weight: normal;
	background: #2e3f50;
}


#headerTitle {
	font-weight: bold;
}

div#header p#headerUser {
	float: right;
	margin: 1em 2em;
	text-align: right;
	line-height: 1.4em;
	font-size: 0.9em
}

div#header p#headerUser a {
	color: #fff;
}


tr#Rules_Row {
	display: none
}

#rule tbody tr.rowEven {
	background: #aaaaaa;
}

#rule tbody tr.rowOdd {
	background: #ffffff;
}



div#footer {
	padding: 10px 0 0 15px;
	background: #282828;
	color: #333;
	clear: both;
}

div#footer #logo {
	margin: 10px 20px;
	float: right;
	height: 37px;
}

div#footer p {
	line-height: 2em;
	color: #fff;
}

div#footer a {

	color: rgb(90, 183, 185);
	text-decoration: none;
	border: 0;
}

div#content p {
	line-height: 1.3
}

div#content {
	margin: 1em;
	min-height: calc(70vh - 70px);
}

div#ChageSite {
	margin-top: 20px;
}

div#ChageSite #CSNote {
	padding: 1em 1em 0 0;
	font-size: 0.8em;
}

div#content h2 {
	color: #8b8b8b;
	padding: 0;
	font-weight: normal;
	font-size: 22px;
}

/* div#content h3 {
	color: #8b8b8b;
	padding: 0;
	margin: 2em 0 1em 0;
	border-bottom: 1px solid #8b8b8b;
	font-size: 16px;
	font-weight: bold;
} */

div#content form {
	margin: 20px 0 0 0;
}

/*10*/

a.num {
	padding: 0px 0.5em;
	display: inline;
}

p#pagination {
	text-align: left;
	margin: 0 0 0.5em 2em;
	/* clear:both; */
}


div#searchBox {
	margin: 0 0 -50px 0
}

div#searchBox form {
	margin: 0
}

div#searchBox td {
	padding: 0;
}


a img {
	border: 0
}

/*stripes for listings*/
tr.alt td {
	background: #CCCCCC;
}

.page-title {
	display: inline-block;
}

.dangerous {
	background-color: #ff0000;
	color: #fff;
	border-radius: 10px;
	padding: 10px;
	margin: 10px 45px 0 10px;

}

.dangerous a {
	color: #fff;
}

.companyName {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	padding: 10px;
}

.page-divider {
	padding: 10px 0;
	clear: left;
}
.bootstrap-table .fixed-table-container .fixed-table-body {
    overflow-x:hidden;
    overflow-y: hidden;
}
@media (max-width: 1299px) {

	/* .dropdown-menu .dropdown-menu {
	  margin-left: 0.7rem;
	  margin-right: 0.7rem;
	  margin-bottom: .5rem;
	} */
	h2 {
		font-size: 1.8rem;
	}

}

@media (max-width: 375px) {
	/* #wrapper {
		top: 4rem;
		position: relative;
	} */
}

.bi-trash3-fill{
	color: rgb(40,183,185);
	font-size: 1.3rem;
}

.group{
	border: solid 1px #ccc;
	border-radius: 3px;
	width: 1260px;
	padding: 10px;
	margin: 10px 0 10px 0;
}

a{
	color: rgb(90, 183, 185);
	text-decoration: none;
}
/*---------- Secondary Menu START ----------*/
 ul#OTTabs.nav.nav-tabs{
	margin-top: 20px;
	margin-left: 20px;
	/* border-bottom:none !important; */
}

 ul#OTTabs.nav.nav-tabs a, ul#OTTabs.nav.nav-tabs a:focus, ul#OTTabs.nav.nav-tabs a:hover{
	color: #000;
	text-decoration: none;
}

ul#OTTabs.nav.nav-tabs li.nav-item{
	background-color: #ccc;
	border-top: solid 1px #bbb;
	border-right: solid 1px #bbb;
	border-left: solid 1px #bbb;
	border-radius: 0;
}
ul#OTTabs.nav.nav-tabs li.nav-item.active{
	background-color: #fff;

}
/* ul#OTTabs.nav.nav-tabs li.nav-item:focus,  li.nav-item:hover {
	color: #fff;

	} */
/*---------- Secondary Menu END ----------*/

/*---------- Pagination START ----------*/
.page-link {
	padding: 0.475rem .75rem;
  }
/*---------- Pagination END ----------*/

/*---------- START: Action Log ----------*/
#content table.actionLogDetailsTable.vertical-table table td, th{
	padding:10px
}
/*---------- END: Action Log ----------*/

/*---------- 3rd Level Menu ---------*/

.subNav{
  position: absolute;
  left: -13px;
  margin-top: 10px;
}

.subNav-item {
  display: inline;
  margin: 0 10px 0 0;
}

.subNav-item a{
	color:rgb(96,183,185) !important;
}
.subNav-item a:focus,.subNav-item a:hover{
	text-decoration:underline !important;
}