/* CSS Document */
#page_header .bgback.bg3 {
    background: url(../images/xbg3.jpg) no-repeat center top !important;
}
.m20T{ margin-top:20px;}
/* process boxes */
.process_box { position: relative; background: #fff; border: 2px solid #C5C5C5; padding: 0; margin-bottom: 40px;
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.9), 0 1px 4px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.9), 0 1px 4px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 0 rgba(255,255,255,0.9), 0 1px 4px rgba(0, 0, 0, 0.2); 
-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; min-height:203px;}
.process_box:hover {-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.9), 0 1px 8px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.9), 0 1px 8px rgba(0, 0, 0, 0.3); box-shadow: 0 1px 0 rgba(255,255,255,0.9), 0 1px 8px rgba(0, 0, 0, 0.3);}
.process_box:after, .process_box:before { top: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
.process_box.last{ height:auto !important;}
.process_box.last .content{ margin-right: 0px !important;}
.process_box.last:after, .process_box.last:before {display:none}
.process_box:after { border-color: transparent; border-top-color: #eee; border-width: 10px; margin-left: -10px; left: 10%;}
.process_box:before { border-color: transparent; border-top-color: #ccc; border-width: 13px; margin-left: -13px; left: 10%;}
.process_box[data-align=right]:after,
.process_box[data-align=right]:before {right: 10%; left:auto; margin-left: 0;}
.process_box[data-align=right]:after {margin-right: -10px;}
.process_box[data-align=right]:before {margin-right: -13px;}
.process_box[data-align=center]:after,
.process_box[data-align=center]:before {left: 50%; }
.process_box[data-align=center]:after {border-top-color: #fff;}
.process_box .number {  padding: 0;height: 100%; position: absolute; background: #eee; left: 0;top: 0; bottom: 0; border-right: 1px solid #C5C5C5; width: 270px; text-align: center;
-webkit-border-radius:4px 0 0 4px; -moz-border-radius:4px 0 0 4px; border-radius:4px 0 0 4px; }
.process_box .number span { font-size:0em !important; font-weight:900; color: #FFF; line-height: 1.2;  vertical-align: middle; padding:0px 0; display:block;}
.process_box .number .flow_img{ width:250px; margin:15px auto; position:relative;}
.process_box .content {margin-left: 280px; padding: 20px 20px 10px 10px; }
.process_box[data-align=right] .number {left:auto; right:0; border-right:0; border-left:1px solid #C5C5C5;;
-webkit-border-radius:0 6px 6px 0; -moz-border-radius:0 6px 6px 0; border-radius:0 6px 6px 0;}
.process_box[data-align=right] .content {margin-left:auto; margin-right:220px; padding: 20px 10px 10px 20px;}
.red{ color:#eb2626;}
.process_box .m_title{
	background-repeat:no-repeat;
	background-position:left center;
	padding:0 0 0 110px;
	margin:0 0 5px;
}
.process_box{
	font-size:14px;
}

.flow_img .hoverBorder h6 {position:absolute; left:-10px; bottom:11px; color:#fff; padding:6px 10px; background:#1592CC; font-size:12px; font-weight:500; line-height:1; margin: 0;
-webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; }
.flow_img .hoverBorder:hover h6 { left:15px;}

.theHoverBorder {position:absolute; left:0; top:0; bottom:0; right:0; -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px;
-webkit-box-shadow:0 0 0 3px rgba(255,255,255,0.15) inset; -moz-box-shadow:0 0 0 3px rgba(255,255,255,0.15) inset; box-shadow:0 0 0 3px rgba(255,255,255,0.15) inset; }
.theHoverBorder:hover {-webkit-box-shadow:0 0 0 5px #1592CC inset; -moz-box-shadow:0 0 0 5px #1592CC inset; box-shadow:0 0 0 5px #1592CC inset;}

.table-striped th{ vertical-align: middle; padding:0 0 0 15px;}
.table-striped td{ font-size: 30px;
    color: #1592cc;
    line-height: 35px;
    margin-top: 0; padding:15px 0;}
.t_r{
	text-align:right;
}