.login-div{
    text-align: center;
    min-height: 300px;
    margin-top: 80px;
}
#header_logo{
	background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position-x: center;
    height: 100px;
	background-size: auto 100px;
	margin-bottom: 5px;
}
.row-logo{
	margin: 0px;
}
.required{
	color: red;
}
.row-content{
	margin-top: 30px;
}
.title-module{
	font-weight: 600;
}
.table thead tr th, .table tbody tr td{
	border: 1px solid #ccc;
}
.DetailColumn{
	border: 1px solid #ccc;
	padding: 10px;
}
.DetailColumnTitle{
	font-weight: 500;
}
.EditColumnTitle{
}
@media only screen and (max-device-width:480px){
	.DetailColumnValue{
		margin-bottom: 0.8rem;
	}
}
.DetailRow{
	margin-bottom: 0.8rem;
}
.bg-light{
	background-color: #e5e5e5 !important;
}
.UpdateCaseHistory{
	width: 100%;
}
.HistoryContact{
	margin-top: 20px;
}
.ContactText{
	margin-top: 10px;
}
.ContactDetail{
	font-weight: 500;
	color: green;
}
.HistoryUser{
	margin-top: 20px;
}
.UserText{
	margin-top: 10px;
}
.UserDetail{
	font-weight: 500;
	color: blue;
}
#UpdateCaseHistory{
	overflow-y: scroll;
	height: 300px;
}
.pointer{
	cursor: pointer;
}
.loading-gif{
	margin-left: 50%;
	margin-top: 10%;
}
.ContactName{
	padding: .5rem 1rem;
	display: block;
	color: green;
}
.HelpIcon{
	cursor: pointer;
}
[type=submit]{
	cursor: pointer;
	background-color: #f5f5f5;
}
[type=submit]:hover{
	background-color: #e5e5e5;
}
.RequiredField{
	color: red;
}
.btn-click{
	cursor: pointer;
}
.HRSpacer{
	width: 100%;
	border-top: 2px solid #ccc;
}
.company-contact-info{
	line-height: 25px;
	margin: auto;
}
.company-contact-info p{
	font-size: 10px;
	margin-bottom: 0px;
	line-height: 1rem;
}
.table thead tr th, .table tbody tr td{
	font-size: 0.8rem;
}
.MTop-10{
	margin-top: 10px;
}
input{
	font-size: 0.8rem;
}
.DescriptionValue{
	font-size: 0.8rem;
}
.border-1{
	border: 1px solid #ccc;
}
.ListHead{
	font-weight: bold;
	padding: 5px;
}
.ListRecord{
	padding: 5px;
}
.align-center{
	text-align: center;
	padding: 5px;
}
.margin-0{
	margin: 0px;
}
.margin-bottom-21{
	margin-bottom: 21px;
}
.margin-top-5{
	margin-top: 5px;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.container-main{
	min-height: 380px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
}