
body {
	caret-color: transparent;
    margin: 0px;
    padding: 0px;
	font-family: 'Roboto', 'Open Sans', sans-serif;
	background-image: url('img/bg.gif');
	color: rgba(0, 0, 55, 1);
	min-width: 720px;
	scrollbar-color: #888888 transparent;
	width: 100%;
	overflow: hidden;
}
.topsy_turvy {
	transform:rotateX(180deg);
	-moz-transform:rotateX(180deg); /* Mozilla */
	-webkit-transform:rotateX(180deg); /* Safari and Chrome */
	-ms-transform:rotateX(180deg); /* IE 9+ */
	-o-transform:rotateX(180deg); /* Opera */
}

.gxh_green {
	background: rgba(134, 188, 83, 1);
	color: rgba(0, 0, 55, 1);
}
.gxh_blue {
	background: rgba(0, 0, 55, 1);
	color: rgba(134, 188, 83, 1);
}

h1, h2, h3, h4 {
    margin: 0px;
    padding: 0px;
}

.th_stickyheader {
	top          : 0;
	position     : sticky;
	background   : #FFFFFF;
	padding-left : 3px;
	padding-right: 3px;
	border-right : 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#footer {
	position: fixed;
	padding: 0px;
}
.footer-left {
	position: fixed;
    cursor: pointer;
	left: 0;
	bottom: 20px;
	width: 680px;
	text-align: center;
    background: #82BB66;
	opacity: 90%;
	padding: 10px 5px 10px 15px;
	border-radius: 0px 45px 45px 0px;
}
.footer-closed {
	left: -660px;
}
.footer-loader {
	position: fixed;
	right: 15px;
	bottom: 20px;
	width: 25px;
	height: 30px;
    background: #82BB66;
	opacity: 90%;
	padding: 10px 8px 3px 8px;
	border-radius: 50px;
}
.dataTable, .no-footer, .dataTables_wrapper {
    background-color: transparent;
}
table.dataTable {
	display: block;
	overflow-y: scroll;
	@media (min-height: 5px) {
		max-height: 380px;
	}
	@media (min-height: 700px) {
		max-height: 680px;
	}
	@media (min-height: 1000px) {
		max-height: 980px;
	}
	width: 100%;
}
table.dataTable tbody tr {
    background-color: rgba(255, 255, 255, 0.6) !important;
}
.tdframe {
	min-width: 640px;
}
.x_scroll {
	display: block;
	overflow-x: auto;
	white-space: nowrap;
	min-width: 720px;
}
#main_content {
	overflow: auto;
	overflow-anchor: none;
	white-space: nowrap;
	background-color: transparent;
	@media (min-height: 5px)    { height: 480px; }
	@media (min-height: 900px)  { height: 680px; }
	@media (min-height: 1200px) { height: 980px; }
	width: 100%;
	zoom: 80%;
	height: 80%;
}
.main_content {
	height: 100%;
	width: 100%;
}	
.input-form {
	background-color: rgba(255, 255, 255, 0.6);
}

table.dataTable thead th {
  	padding: 5px 5px !important;
}
table.dataTable thead th td {
	padding: 5px 5px;
}
.tr_tags {
	background-color: #82BB6699 !important;
	border-radius: 6px 6px 6px 6px;
}
.tr_tags:hover, .tr_tags_selected {
    background-color: #82BB66 !important;
    cursor: pointer;
}
.tr_list:hover, .tr_list_selected {
    background-color: #82BB66 !important;
    cursor: pointer;
}
.dataTables_filter input {
	caret-color: #82BB66;
	width: 300px;
}
.dataTables_filter label {
	font-weight: bold;
}
.spanlink {
	color: rgba(0, 0, 55, 1);
}
.headertab {
    cursor: pointer;
}
textarea {
	caret-color: #82BB66;
	cursor: auto;
}
.spanlink:hover {
    cursor: pointer;
    text-decoration: underline;
}
.headertab:hover, .headertab_selected {
	border-radius: 12px;
    background: #CCCCCC;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}
.tab {
    cursor: pointer;
}
.tab:hover, .tab_selected {
	border-radius: 12px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
	background: #449944;
}
.td_select, .td_select_blue, .td_select_greyborder {
	border-radius: 12px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
	cursor: pointer;
	padding: 5px;
}
.td_select_greyborder {	
	border: 1px solid #FFFFFF;
}
.td_select:hover, .td_selected {
	border-radius: 12px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
	background: #999;
}
.td_select_shodowless {
	box-shadow: none;
}
.td_select_greyborder:hover, .td_selected_greyborder {
	background: #CCCCCC;
	border: 1px solid #999;
}
.td_select_shodowless:hover {
	box-shadow: none;
}
.td_select_blue:hover, .td_selected_blue {
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
	background: #428bde;
}
.myButton_blue {
	border-radius: 12px;
	background: linear-gradient(to bottom, #428bde 66%, #356abe 120%);
	background-color: #428bde;
	border: 1px solid #428bde;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	padding: 6px 15px;
	text-decoration: none;
}
.myButton_blue:hover {
	background: linear-gradient(to bottom, #356abe 33%, #428bde 120%);
	background-color: #356abe;
}
.myButton_green {
	border-radius: 12px;
	background: linear-gradient(to bottom, #82BB66 66%, #449944 120%);
	background-color: #82BB66;
	border: 1px solid #449944;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	padding: 6px 15px;
	text-decoration: none;
}
.myButton_green:hover {
	background: linear-gradient(to bottom, #449944 33%, #82BB66 120%);
	background-color: #449944;
}
.myButton_red {
	border-radius: 12px;
	background: linear-gradient(to bottom, #f24537 66%, #c62d1f 120%);
	background-color: #f24537;
	border: 1px solid #d02718;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	padding: 6px 15px;
	text-decoration: none;
}
.myButton_red:hover {
	background: linear-gradient(to bottom, #c62d1f 33%, #f24537 120%);
	background-color: #c62d1f;
}
input, select {
	caret-color: #82BB66;
    width: 250px;
    padding: 4px;
}
.dataTables_length select {
	width: 50px;
}
.myButton_orange {
	border-radius: 12px;
	background: linear-gradient(to bottom, #ffc477 66%, #fb9e25 120%);
	background-color: #ffc477;
	border: 1px solid #eeb44f;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	padding: 6px 15px;
	text-decoration: none;
}
.myButton_orange:hover {
	background: linear-gradient(to bottom, #fb9e25 33%, #ffc477 120%);
	background-color: #fb9e25;
}
.myButton_grey {
	border-radius: 12px;
	background: linear-gradient(to bottom, #f9f9f9 66%, #e9e9e9 120%);
	background-color: #f9f9f9;
	border: 1px solid #b9b6b6;
	display: inline-block;
	cursor: pointer;
	color: #333;
	font-size: 10pt;
	font-weight: bold;
	padding: 6px 10px;
	text-decoration: none;
}
.myButton_grey:hover {
	background: linear-gradient(to bottom, #e9e9e9 33%, #f9f9f9 120%);
	background-color: #e9e9e9;
}
.exportbutton {
	width: 25px !important;
	height: 25px !important;
	margin: 1px !important;
  	background-position: center;
	border: 1px solid #CCCCCC !important;
  	background-size: 20px 20px !important;
	background-repeat: no-repeat !important;
}
.fa-exportbutton {
	border-radius: 12px !important;
	padding: 6pt !important;
	font-size: 12pt !important;
	line-height: unset !important;
	margin: 1px !important;
	border: 1px solid #CCCCCC !important;
}
/* unvisited link */
a:link {
	color: rgba(0, 0, 55, 1);
	font-weight: bold;
	text-decoration: none;
}
/* visited link */
a:visited {
	color: rgba(0, 0, 55, 1);
}
/* mouse over link */
a:hover {	
	text-decoration: underline;
}
/* selected link */
a:active {
  color: blue;
}
.inline_copy_btn {
	right: 0;
	color: #CCCCCC;
}
.inline_copy_btn:hover {
	color: rgba(0, 0, 55, 1);
}
/* Drag and Drop */
.upload-area {
	width: 90%;
	height: 100px;
	border: 3px dotted #333333;
	border-radius: 3px dotted #333333;
	margin: 10px;
	text-align: center;
	overflow: auto;
}
.upload-area:hover {
	cursor: pointer;
}
.upload-area h1 {
	text-align: center;
	font-weight: normal;
	font-family: sans-serif;
	line-height: 50px;
}
.file_upload_dd {
	 display: none; 
}
/* Thumbnail */
.thumbnail {
	width: 80px;
	height: 80px;
	padding: 2px;
	border: 2px solid lightgray;
	border-radius: 3px;
	float: left;
}
.size {
	font-size: 12pt;
}
.popup {
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	position: fixed; /* Set the navbar to fixed position */
	top: 0; /* Position the navbar at the top of the page */
	top:0;
	display: none;
	z-index: 99998;
	align-items: center;
	justify-content: center;
}
.popup-content {
	width: 500px;
	background: #FFF;
	padding:20px;
	border-radius: 8px;
	position: relative;
	text-align: left;
	z-index: 99999;
	color: rgba(0, 0, 55, 1);
	display: flex;
}
.fload-loader {
	display: none;
}
.fload-loader-content {
	border-radius: 50px;
	position: fixed;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	padding:20px;
	z-index: 99999;
	color: rgba(0, 0, 55, 1);
	display: flex;
}
.paginate_button {
	border-radius: 12px !important;
	margin: 1px !important;
	border: 1px solid #CCCCCC !important;
}
.select2-selection .gxh_input_error {
	caret-color: #82BB66;
	height: 20px;
}
.gxh_input_error {
	caret-color: #82BB66;
	box-shadow: 0px 0px 8px rgba(200, 80, 80, 120);
	border: 3px solid rgba(200, 80, 80, 120);
	border-radius: 3px;
	background-color: rgba(255, 120, 120, 20);
	padding-bottom: 2px;
}
.auto_login {
	display: inline;
	z-index: 0;
	right: 0;
}