html {
  height: 100%;
}

body {
  margin: 0;
  left: 0;
  font-family: Roboto;
  font-size: 13px;
  color: #222;
  height: 100%;
}

.container {
    background: #fff;
    border: 1px solid #f0f0f0;
    /* background: #fff; /* rgba(0, 0, 0, 0.8) */
    /* border-radius: 10px; */
    /* border: 3px solid #fff; */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    overflow: visible !important;
    /* padding: 20px; */
    position: relative;
    top: 20px;
    width: 95%;
    float: left;
    margin-left: 20px;
    height: 110px;
    padding: 18px;
    /* right: -36%; */
    z-index: 2; 
} /* Has to be at least one increment larger in value than the Google Maps iframe z-index */

#dialog-overlay {
	/* set it to fill the screen */
	width:100%; 
	height:100%;
	/* transparency for different browsers */
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5; 
	background:#fff;
	/* make sure it appear behind the dialog box but above everything else */
	position:absolute; 
	top:0; left:0; 
	z-index:3000; 
	/* hide it by default */
	display:none;
}

#dialog-box {
		
	border: 1px solid rgb(170, 170, 170);
	/* css3 drop shadow */
	-webkit-box-shadow: 0px 0px 7px rgba(150, 150, 150, 0.5);
	-moz-box-shadow: 0px 0px 7px rgba(150, 150, 150, 0.5);
	
	background:#fff;
	/* styling of the dialog box, i have a fixed dimension for this demo */
	width: 470px; 
	
	/* make sure it has the highest z-index */
	position:absolute; 
	z-index:5000; 

	/* hide it by default */
	display:none;
}

#dialog-box .dialog-content {
	/* style the content */
	text-align: left; 
	padding: 10px; 
	margin: 13px;
	color: #888; 
}

.header_client {
  background-color: rgb(240,240,240);
  height: 48px;
  border-bottom: 1px solid rgb(230, 230, 230);
}

.logo_client {
  float: left;
  padding-top: 0px;
  padding-left: 18px;
}

.user_area_client {
  float: right;
  display: inline;
  padding-top: 15px;
  padding-right: 18px;
  font-size: 13px;
  color: #666;
}

.form2 {
  font-size: 14px;
  color: rgb(51, 51, 51);
  background: rgb(241, 241, 241);
  padding: 18px;
  width: 430px;
  border: 1px solid rgb(229, 229, 229);
}

.title2 {
  font-size: 20px;
  color: rgb(221, 75, 57);
  margin-bottom: 12px;
}

.label2 {
  color: #000;
  font-weight: bold;
  float: left;
  margin-top: 20px;
  margin-bottom: 6px;
  padding-left: 2px;
}

.label2_error {
  color: red;
  float: right;
  margin-top: 20px;
  margin-bottom: 6px;
  margin-right: 4px;
  display: none;
}

.input2 {
  padding: 8px;
  font-size: 13px;
  border: 1px solid rgb(220, 220, 220);
  color: rgb(51, 51, 51);
  width: 300px;
}

.main_table {
  width: 100%;
  text-align: left;
}

.main_table_th {
  padding: 10px;
  padding-left: 4px;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  border-bottom: 1px solid rgb(230, 230, 230);
}

.main_table_td {
  padding: 10px;
  padding-left: 4px;
  font-size: 13px;
  color: #444;
  border-bottom: 1px solid rgb(230, 230, 230);
}

.main_table_tr {
}

.table_icon {
  height: 12px;
  cursor: pointer;
}

.table_header {
  height: 30px;
  border-bottom: 1px solid rgb(230, 230, 230);  
}

.button_blue2 {
  height: 27px;
  line-height: 27px;
  min-width: 54px;
  width: 70px;
  color: #fff;
  font-weight: 100;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
  background: rgb(77, 144, 254);
  background-image: -webkit-linear-gradient(top, rgb(77, 144, 254), rgb(71, 135, 237));
  border: 1px solid rgb(48, 121, 237);
  cursor: pointer;
  display: inline-block; 
  font-size: 12px;
  margin-right: 8px;
}

.detail_title {
  font-size: 16px;
  color: #222; 
}

.section_header {
  height: 38px;
  border-bottom: 1px solid rgb(230, 230, 230);
  padding-left: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.section_header_left {
  float: left;
}

.section_header_right {
  float: right;
  width: 59%;
  margin-right: 16px;
  text-align: right;
}

.page_title {
  font-size: 20px;
  color: #000;
  padding-top: 4px;
}

.usecase_box {
  width: 26%;
  float: left;
  border: 1px solid #e2e2e2;
  min-height: 200px;
  background: #fff;
  margin-right: 20px;
  padding: 28px;
  text-align: center;
}

.sample_div {
  margin-top: 30px;
  background: #f3f3f3;
  border-top: 1px solid #e8e8e8;
  padding-bottom: 40px;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 14px;
  border-bottom: 1px solid #e8e8e8;
}

.button_red2 {
  height: 27px;
  line-height: 27px;
  min-width: 54px;
  width: 70px;
  color: #fff;
  font-weight: 100;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
  background: rgb(209, 72, 54);
  cursor: pointer;
  display: inline-block; 
  font-size: 12px;
  margin-right: 8px;
}

.button_red_big {
  height: 50px;
  line-height: 48px;
  min-width: 54px;
  color: #fff;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  vertical-align: middle;
  background: rgb(209, 72, 54);
  /* border: 1px solid ; */
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin-right: 8px;
}

.trend_list {
  border: 1px solid #e8e8e8;
  padding: 10px;
  background: #f5f5f5;
  width: 25%;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

