	
body , html {	
	font-size: 16px;
	width: 100%;
	height: 800px;
	min-height: 100%;
	position: relative;
	background-color:White;
	#font-family:Comic Sans MS,arial,helvetica,sans-serif;
	font-family: Arial;
	margin: 0 0 auto 0 !important;
	padding: 0;
	background: url("../pic/bg_white.jpg");
	vertical-align: middle;
	overflow-x: auto;
}
	

br {
	display: block;
	margin: 4px 0;
}

table {
	width: 100%;
	font-family: arial;
	font-size:16px;
}

.panel-primary input {
	background-image: url(../pic/input_bg.png);
    background-repeat: repeat-X;
    border: 1px solid #cccccc;
    border-radius: 1px;
    font-size: 16px;
    padding: 2px;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    width: calc(100% - 6px);
    height: 22px;
	-webkit-box-sizing: content-box !important;
}	

.panel-primary textarea {
	background-image: url(../pic/input_bg.png);
	background-repeat: repeat-X;
	border: 1px solid #cccccc;
	border-radius: 1px;
	font-size: 16px;
	font-family: Arial;
	padding: 2px;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	width: calc(100% - 6px);
	height: 22px;
	-webkit-box-sizing: content-box !important;
}

.panel-secondary input {
	background-image: url(../pic/input_bg.png);
    background-repeat: repeat-X;
	border: 1px solid #cccccc;
	border-radius: 1px;
	font-size:14px;
	padding: 2px;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
	width: calc(100% - 6px);
	height: 40px;
}	

.panel-secondary textarea {
	background-image: url(../pic/input_bg.png);
    background-repeat: repeat-X;
	border: 1px solid #cccccc;
	border-radius: 1px;
	font-size:14px;
	/* font-family: Arial; */
	padding: 2px;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
	width: calc(100% - 6px);
	height: 40px !important;
	line-height:35px;
}

select {
	font-size:16px;
	height: 28px;
}	

.panel-secondary select{
	width: 100%;
}

.err{
	display: inline-block;
}
	
tr {
  height: 100%;
  width: 100%;
}

td {
  height: 100%;
  width: 100%;
}
	
.no-br {
	display: block;
	margin: 0 0 0 0;
}

.space-br {
	display: block;
	margin: 100px 0;
}

.space-br-10 {
	display: block;
	margin: 10px 0;
}

.space-br-20 {
	display: block;
	margin: 20px 0;
}

.space-br-40 {
	display: block;
	margin: 40px 0;
}

.page-header {
	margin: 0 0 10px 0;
	width: 100%;
	background: #000;
	padding: 5px 0 0 0;
	color: #fff;
}

.page-footer {
	position: relative;
	bottom: 0;
	width: 100%;
	#background: url("../pic/head_bg.png") #444;
	background-color: #444;
	padding: 0 0 5px 0;
	color: #fff;
	clear: both;
	z-index: 10;
}

.bg_bar {
	margin: 0px;
	padding: 0px !important;
	height: 10px;
	background: url("../pic/blue-technology-bg.jpg") 50% !important;
	background-color: #000000 !important;
}

.main_body {
	width: 100%;
	border: 0px;
	overflow-x: hidden;
	overflow-y: hidden;
}

.top_table {
	#background-color: #32373a;
	color: #32373a;
	margin: 0% 0% 0% 0%;
	min-width: 900px;
	width: 100%;
	border: 0px;
	
}
.case_device {
	width:50px;   
}

#caseTable {
    display: table;
	border: 1px;
}
 
.case_tr {
    display: inline-block;
	font-size: 15px;
	text-align: center;
	border-bottom: 1px solid #cccccc;
	border-radius: 3px;
	margin: 5px;
	width: 100%;
}

.case_td_device {
	border: 0px;
	width: 13.5%
}
.case_td_category {
	border: 0px;
	width: 12.5%
}
.case_td_type {
	border: 0px;
	width: 9%
}
.case_td_color {
	border: 0px;
	width: 7.5%
}
.case_td_size {
	border: 0px;
	width: 9.5%
}
.case_td_quantity {
	border: 0px;
	width: 6.5%
} 
.case_td_location {
	border: 0px;
	width: 12%
}
.case_td_damage {
	border: 0px;
	width: 13%
}
.case_td_remark {
	border: 0px;
	width: 12%
}

.case_td_delete {
	border: 0px;
	width: 5.5%;
}

.case_td_delete.mobile{display: none;}

.case_td_delete button{
	margin: 0 auto;
}

.case_td_img{
	border: 0px;
	width: 100%;
}

.case_delete button{
	margin: 0 auto;
	max-width: 100px;
}

.wordwrap { 
   white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}

#device_list {
	border: 1px solid #cccccc;
	border-radius: 3px;
}

#category_list {
	border: 1px solid #cccccc;
	border-radius: 3px;
}

#color_list {
	border: 1px solid #cccccc;
	border-radius: 3px;
}

#type_list {
	border: 1px solid #cccccc;
	border-radius: 3px;
}

#sex {
	border: 1px solid #cccccc;
	border-radius: 3px;	
}

#damage_list {
	border: 1px solid #cccccc;
	border-radius: 3px;
}

.device_list {
	border: 1px solid #cccccc;
	border-radius: 3px;
}

.category_list {
	border: 1px solid #cccccc;
	border-radius: 3px;
}

.color_list {
	border: 1px solid #cccccc;
	border-radius: 3px;
}

.type_list {
	border: 1px solid #cccccc;
	border-radius: 3px;
}

.sex {
	border: 1px solid #cccccc;
	border-radius: 3px;	
}

.damage_list {
	border: 1px solid #cccccc;
	border-radius: 3px;
}


.label-important {
	font-size: 13px;
}

.panel {
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	#-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	max-width: 1300px;
	width: calc(100% - 40px);
}

.panel-primary, .panel-secondary {
	border-color: #428bca;
}

.panel-primary .panel-heading, .panel-secondary .panel-heading {
	  color: #ffffff;
	  background-color: #428bca;
	  border-color: #428bca;
	}

.panel-heading {
	padding: 7px 15px;
	margin: -15px -15px 15px;
	font-size: 17.5px;
	font-weight: 500;      
	background-color: #f5f5f5;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.control-group {
	margin: 5px 0 0 0;
	border-bottom: #dddddd 1px solid;
}

.control-tr-group {
	margin: 8px 0 0 0;
	padding: 0 0 8px 0;
} 

.sep_wrapper{
	display: flex;
}

.control-button-group {
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;

}

.panel-secondary .control-label{
	display: none;
}

.control-label {
	width: 35%;
	white-space: nowrap;
	font-size: 16px;
	vertical-align: top;
	padding-right: 5px;
	text-align: right;
}

.controls {
	margin-left: 0%;
	display:inline;
}

.control-block {
	margin-left: 0%;
	width: 350px;
} 

.space-block-80 {
	display:inline-block;
	width:80px;
}

.space-block-85 {
	display:inline-block;
	width:85px;
}

.space-block-90 {
	display:inline-block;
	width:90px;
}

.space-block-95 {
	display:inline-block;
	width:95px;
}

.space-block-100 {
	display:inline-block;
	width:100px;
}	
.space-block-110 {
	display:inline-block;
	width:110px;
}

.space-block-120 {
	display:inline-block;
	width:120px;
}
.space-block-125 {
	display:inline-block;
	width:126px;
}
.space-block-165 {
	display:inline-block;
	width:165px;
}

#.button {
	-moz-box-shadow:inset 0px 39px 0px -24px #e67a73;
	-webkit-box-shadow:inset 0px 39px 0px -24px #e67a73;
	box-shadow:inset 0px 39px 0px -24px #428bca;
	background-color:#428bca;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	padding:6px 15px;
	
}

.button {
	-moz-box-shadow:inset 0px 39px 0px -24px #e67a73;
	-webkit-box-shadow:inset 0px 39px 0px -24px #e67a73;
	box-shadow:inset 0px 39px 0px -24px #428bca;
	background-color:#428bca;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	padding:6px 15px;
	
}

.button-gray {
	-moz-box-shadow:inset 0px 39px 0px -24px #aeaeae;
	-webkit-box-shadow:inset 0px 39px 0px -24px #aeaeae;
	box-shadow:inset 0px 39px 0px -24px #aeaeae;
	background-color:#aeaeae;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#f9f9f9;
	font-family:Arial;
	font-size:15px;
	padding:6px 15px;
}

.button-wb {
	-moz-box-shadow:inset 0px 39px 0px -24px #e0e0e0;
	-webkit-box-shadow:inset 0px 39px 0px -24px #e0e0e0;
	box-shadow:inset 0px 39px 0px -24px #e0e0e0;
	background-color:#e0e0e0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#313131;
	font-family:Arial;
	font-size:14px;
	padding:6px 15px;
}

.control-send {
	border: 0px;
	width: 110px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;

}	

.control-action {
	border: 0px;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;

}

.table-preview {
	max-width:100%;
	border-collapse:collapse;
	border-spacing:0;
	background-color:transparent;
}
.table-preview {
	width:100%;margin-bottom:18px;
}
.table-preview th,.table-preview td {
	padding:8px;
	line-height:18px;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
}
.table-preview th {
	font-weight:bold;
}
.table-preview thead th {
	vertical-align:bottom;
}
.table-preview colgroup+thead tr:first-child th,.table-preview colgroup+thead tr:first-child td,.table-preview thead:first-child tr:first-child th,.table-preview thead:first-child tr:first-child td {
	border-top:0;
}
.table-preview tbody+tbody {
	border-top:2px solid #dddddd;
}
.table-preview tbody tr:hover td,.table-preview tbody tr:hover th {
	background-color:#f5f5f5;
}
.table-striped tbody tr:nth-child(odd) td,.table-striped tbody tr:nth-child(odd) th {
	background-color:#f9f9f9;
}

.modal {
	width: 700px;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
	
.control-flex{
	display: flex;
	margin-bottom: 5px;
}

.panel-secondary .control-flex{
	max-width: 500px;
	width: 100%;
}

.control{
	width: 65%;
}

.panel-primary input, .panel-primary textarea{ 
	width: 300px;
	max-width: 100%;
}

.panel-primary input.half{
	width: 162px;
}

.panel-primary input.half.left{
	margin-right: 10px;
}

.case_item_wrapper{
	margin-bottom: 5px;
}

#item{
	vertical-align: top;
}

.alert{
	background:#fcf8e3; 
	color:#c09853; 
	font-size:14px; 
	padding:5px; 
	margin: 5px auto; 
	border:1px solid #dbdaa0; 
	width: calc(100% - 20px);
}

.btn_image_preview{
	display: none;
}

.image_preview{
    display: inline-block;
    border: 1px dotted black;
	height: 50px;
    width: 100%;
    padding: 0px;
	background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
	line-height: 50px;
}

.image_preview.validImg{
	color: transparent;
	height: 50px;
}

.case_table .control-value{ width: 100%;}

.wcag_logo{
	height: 31px;
    text-align: right;
    padding-right: 20px;
}


@media only screen and (max-width: 1366px) {
	.th-group {display: none;}
	.sep_wrapper{display: block;}
	.panel-secondary .control-label{display: block;}
	
	.case_item_wrapper{width: 100%;display: flex;}
	.panel{max-width: 700px;}
	
	.image_preview{
		height: 100px;
		line-height: 100px;
		width: 100%;
	}
	
	.control-button{text-align: center;}
	.case_td_delete.mobile{display: block;}
	.case_td_delete.desktop{display: none;}

}

.ui.search.dropdown {
    min-width: 0!important;
	padding:0.75em 1em .5em 0.75em !important;
}

.case_td_device .ui.search.dropdown>.text,
.case_td_damage .ui.search.dropdown>.text {
margin-right: 5px;
}

span.emsd_header {
	position:relative;
	top:-10px;
}

span.red {
	color:red;
}

textarea.address {
	resize:none;
	font-family:Arial;
	overflow-y:hidden;
}

div.address {
	display:inline;
	vertical-align:top;
}

h5.white {
	color:#fff;
}

div.valign_top {
	vertical-align:top;
}

div.hidden {
	visibility: hidden;
}

.visible {
	display: block !important;
}

select.hidden {
	display: none;
}

textarea.case_size, 
textarea.case_location, 
textarea.case_remark,
textarea.case_other,
textarea.case_type {
	resize:none;
	overflow:hidden;
}

textarea.case_other {
	width: 159px;
}

textarea.case_type {
	width: 114px;
}

.image_preview {
	width:100%;
	position: relative;
}

.image_preview img {
	width:50;
	height:100%;
	object-fit: cover;        /* Crop to fill without distortion */
}

.validImg {
	text-align:left;
}

.reportInfo {
	margin: 5px auto;
	line-height: 1.5em;
	width: 100%;
	border: 1px solid #ffffff;
	border-radius: 5px;
	background: #ffffff;
	box-shadow: 0px 0px 2px #888888 inset;
	padding: 8px 0px;
}

.reportInfo_dateInfo {
	background:#fcf8e3; 
	color:#c09853; 
	font-size:18px; 
	padding:10px; 
	margin: 10px 2px;
}

.font_12 {
	font-size:12px;
}

.font_14 {
	font-size:14px;
}

.font_16 {
	font-size:16px;
}

.font_20 {
	font-size:20px;
}

.contactInfo {
	margin-top: 4px;
}

.basicInfo {
	table-layout:fixed; 
	width:100%;
	word-break:break-all;
}

tr.basicInfo_tr {
	background:#d9edf7;
	color:#666666;
	border: 1px solid;
}

.ui.dropdown.active.visible {
    z-index: 1000 !important;
}
.ui.dropdown .menu {
    z-index: 1001 !important;
}