@charset "utf-8";
/* CSS info---------------------------------- */
/* website		: LMD	  					  */
/* developer	: bayu wibawa				  */
/* email		: bayu.wibawa@probypro.info	  */
/* ------------------------------------------ */

html,
body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	background: #e9e9e9;
	font: 14px Arial,Geneva,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
	color: #414141;
	line-height: 150%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-family: myriadpro-semibold;
	font-size: 16px;
	font-weight:normal;
	color: #626161;
	margin: 10px 0px 10px;
}
h5 {
	font-size: 14px;
}
@font-face {
	font-family: ItcAvantGarde-book;
	src: url("../fonts/ITC-AVANT-GARDE-CE-GOTHIC-BOOK.TTF") format("truetype");
}
@font-face {
	font-family: ItcAvantGarde-demi;
	src: url("../fonts/ITC-AVANT-GARDE-CE-GOTHIC-DEMI.TTF") format("truetype");
}
@font-face {
	font-family: myriadpro-regular;
	src: url("../fonts/MYRIADPRO-REGULAR.OTF") format("opentype");
}
@font-face {
	font-family: myriadpro-semibold;
	src: url("../fonts/MYRIADPRO-SEMIBOLD.OTF") format("opentype");
}


input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFF;
	border: 1px solid #AAA;
	padding: 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 400px;
	color: #545454;
}
select {
	width: 418px;
	padding: 7px 8px 8px;
}
textarea {
	height: 100px;
}
a {
	color: #5184ae;
	text-decoration: none;
}
a:hover {
	color: #c73d3d;
}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.noborder { border: none !important; }
.container {
	width: 960px;
	margin: 0px auto;
	position: relative;
}
.top {
	background: #FFF;
	display: block;
}
.logo {
	float: left;
	width: 300px;
	margin: 20px 0px;
}
.user_toolbox {
	display: inline-block;
	
	background: #cdcdcd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#cdcdcd));
	background-image: -webkit-linear-gradient(top, #ebebeb, #cdcdcd);
	background-image: -moz-linear-gradient(top, #ebebeb, #cdcdcd);
	background-image: -ms-linear-gradient(top, #ebebeb, #cdcdcd);
	background-image: -o-linear-gradient(top, #ebebeb, #cdcdcd);
	background-image: linear-gradient(top, #ebebeb, #cdcdcd);
	
	border: 1px solid #DDD;
	border-radius: 6px;
	webkit-border-radius: 6px;
	
	font-size: 12px;
	padding: 0 10px;
	position: absolute;
	right: 0;
	bottom: 20px;
}
.user_toolbox strong span {
	font-size: 14px;
}
.user_toolbox div {
	float: left;
	display: inline-block;
	padding: 7px 10px;
	border-right: 1px solid #CECECE;
}

.middle {
	display: block;
	background: url(../img/middle_background.png) top repeat-x;
}
.middle .container {
	padding-top: 50px;
}
.tab_button {
	display: block;
	font-family: ItcAvantGarde-demi;
	margin-left: 20px;
	z-index: 1;
	position: relative;
	margin-bottom: 3px;
}
.tab_button a {
	color: #4c8e19;
	font-size: 14px;
	background: #dedede;
	padding: 10px 12px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
}
.tab_button a.active_tab {
	background: #FFF;
	color: #68c123;
}
.tab_button a:hover {
	color: #68c123;
}
.main {
	display: block;
	background: #FFF;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	z-index: 2;
	position: relative;
	margin-bottom: 20px;
}
.main_content {
	float: left;
	width: 700px;
	padding: 20px;
	padding-bottom: 50px;
}

.message {
	display: block;
	padding: 10px;
	border: 1px solid #CCC;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	
	background: #cdcdcd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#cdcdcd));
	background-image: -webkit-linear-gradient(top, #ebebeb, #cdcdcd);
	background-image: -moz-linear-gradient(top, #ebebeb, #cdcdcd);
	background-image: -ms-linear-gradient(top, #ebebeb, #cdcdcd);
	background-image: -o-linear-gradient(top, #ebebeb, #cdcdcd);
	background-image: linear-gradient(top, #ebebeb, #cdcdcd);
	margin: 10px 0px 15px;
	
}
.info {
	background: #f1dfa8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fef3d1), to(#f1dfa8));
	background-image: -webkit-linear-gradient(top, #fef3d1, #f1dfa8);
	background-image: -moz-linear-gradient(top, #fef3d1, #f1dfa8);
	background-image: -ms-linear-gradient(top, #fef3d1, #f1dfa8);
	background-image: -o-linear-gradient(top, #fef3d1, #f1dfa8);
	background-image: linear-gradient(top, #fef3d1, #f1dfa8);
	
	border: 1px solid #c6b88c;
	color: #323232;
	
	font-family: myriadpro-regular;	
}
.welcome_message {
	font-size: 16px;
	font-weight: bold;
}
.main_content h1 {
	font-family: myriadpro-semibold;
	font-size: 18px;
	font-weight: normal;
	color: #494949;
	padding: 10px;
	position: relative;
	margin-bottom: 25px;
	margin-top: 10px;
	padding-left: 0;
	border-bottom: 1px solid #AAA;
}

.main_content h2 {
	font-family: myriadpro-semibold;
	font-size: 18px;
	font-weight: normal;
	background: #5184ae;
	color: #FFF;
	padding: 10px;
	position: relative;
	margin-bottom: 25px;
	margin-top: 10px;
}
.main_content h2 span {
	position: relative;
	z-index: 3;
}
.main_content h2 div {
	background: url(../img/h2_background.png) no-repeat;
	width: 39px;
	height: 32px;
	position: absolute;
	left: 0px;
	bottom: -15px;
	z-index: 2;
}
.ol_rating_breakdown {
	display: block;
}
.ol_rating_item {
	float: left;
	width: 230px;
	margin-right: 3px;
	margin-bottom: 20px;
}
.ol_rating_icon {
	width: 48px;
	float: left
}
.ol_rating_rate {
	float: left;
	width: 40px;
	font-size: 24px;
	font-weight: bold;
	color: #68c123;
	margin: 0 10px;
	text-align: center;
}
.ol_rating_star {
	float: left;
	width: 120px;
	color: #747474;
}

.most_recent_ol_review {
	display: block;
}
.ol_review_item {
	display: block;
	border-bottom: 1px solid #DDD;
	margin-bottom: 5px;
	padding: 10px;
}
.odd {
	background: #EEE;
}
.ol_review_item .ol_rating_icon {
	width: 70px;
}
.ol_review_desc {
	width: 480px;
	float: left;
	margin-left: 20px;
}
.ol_review_desc h3 {
	font-family: myriadpro-semibold;
	font-size: 18px;
	font-weight: normal;
	color: #5184ae;
	margin-bottom: 0;
}
.ol_review_desc p {
	font-weight: bold;
	color: #686868;
	margin-bottom: 0;
}
.ol_review_desc p a {
	color: #68c123;
}
.ol_review_desc span {
	font-size: 12px;
	color: #7f7f7f;
}
.ol_review_rating {
	float: right;
	width: 110px;
}
.aligned_right {
	display: block;
	margin: 10px 0px;
	text-align: right;
}
.button_std {
	background: #1d5e93;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4582b3), to(#1d5e93));
	background-image: -webkit-linear-gradient(top, #4582b3, #1d5e93);
	background-image: -moz-linear-gradient(top, #4582b3, #1d5e93);
	background-image: -ms-linear-gradient(top, #4582b3, #1d5e93);
	background-image: -o-linear-gradient(top, #4582b3, #1d5e93);
	background-image: linear-gradient(top, #4582b3, #1d5e93);
	
	border: 1px solid #828282;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	
	color: #FFF;
	font-weight: bold;
	padding: 7px 10px;
	margin: 10px 0px;
	display:inline-block;
	cursor: pointer;

}
.button_std:hover {
	background: #1d5e93;
	color: #FFF;
}

.button_grey {
	background: #cdcdcd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#cdcdcd));
	background-image: -webkit-linear-gradient(top, #ebebeb, #cdcdcd);
	background-image: -moz-linear-gradient(top, #ebebeb, #cdcdcd);
	background-image: -ms-linear-gradient(top, #ebebeb, #cdcdcd);
	background-image: -o-linear-gradient(top, #ebebeb, #cdcdcd);
	background-image: linear-gradient(top, #ebebeb, #cdcdcd);
	
	color: #454545;
	border: 1px solid #BBB;
	padding: 6px 10px;
	cursor: pointer;
	font-size: 12px;
	line-height: 17px;
}
.button_grey:hover {
	background: #ebebeb;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd), to(#ebebeb));
	background-image: -webkit-linear-gradient(top, #cdcdcd, #ebebeb);
	background-image: -moz-linear-gradient(top, #cdcdcd, #ebebeb);
	background-image: -ms-linear-gradient(top, #cdcdcd, #ebebeb);
	background-image: -o-linear-gradient(top, #cdcdcd, #ebebeb);
	background-image: linear-gradient(top, #cdcdcd, #ebebeb);
	
	color: #333;
}
.nomargin {
	margin: 0;
}
.readmore {
	padding-right: 25px;
	background: url(../img/arrow.png) right no-repeat;
}
.sidebar {
	float: right;
	width: 200px;
	margin-right: 20px;
	margin-top: 20px;
}
.aor {
	background: url(../img/aor_background.png) top right no-repeat #5184ae;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	overflow: hidden;
}
.aor h3 {
	color: #FFF;
	text-shadow: 0px 1px #777;
	font-size: 22px;
	text-align:center;
	line-height: 120%;
}
.aor h1 {
	font-size: 72px;
	color: #ffff00;
	text-align: center;
	margin: 10px 0px;
	line-height: 80%;
}
.sidebar_block {
	border-left: 1px solid #DDD;
	margin: 30px 0px 20px;
}
.sidebar_block h3 {
	font-size: 18px;
	font-family: myriadpro-semibold;
	font-weight: normal;
	color: #494949;
	border-left: 3px solid #DDD;
	padding-left: 7px;
	margin-top: 20px;
}
.review_sidebar {
	padding-left: 10px;
	border-bottom: 1px solid #DDD;
}

.review_sidebar td {
	font-size: 12px;
	color: #747474;
}

.active_company {
	padding-left: 10px;
}
.active_company td {
	font-size: 12px;
	line-height: 140%;
	padding-bottom: 5px;
}
.footer {
	display: block;
	padding-bottom: 50px;
}
.footer td {
	font-size: 12px;
	color: #767676;
}

.form_label {
	display: block;
	width: 190px;
	float: left;
	margin-right: 10px;
	padding: 10px 0px;
}
.form_label label {
	vertical-align: middle;
}
.form_field {
	display: block;
	width: 500px;
	float: left;
}
.field_note {
	font-size: 12px;
	color: #979797;
	display: block;
	margin-bottom: 10px;
	width: 420px;
}

.checkbox_style {
	width: auto;
}
.radio_button_style input {
	width: auto;
	margin-top: 15px;
}
.question_mark {
	background: url(../img/question_mark.png) left no-repeat;
	padding: 7px;
	padding-left: 20px;
}
.button_submit {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 15px;
}

.full_width {
	float: none;
	width: 920px;
}
.add_new_wrapper {
	float: left;
	width: 200px;
}
.searchbar {
	display: block;
	border-bottom: 1px solid #AAA;
	padding: 10px;
}
.searchbar .form_label {
	padding: 6px 0;
	width: 100px;
	margin-left: 500px;
}
.searchbar .form_field {
	width: 280px;
}

.searchbar_2col {
	display: block;
	float: right;
	width: 450px;
	padding: 10px;

}
.searchbar_2col .form_label {
	padding: 6px 0;
	width: 70px;
	margin-left: 90px;
}
.searchbar_2col .form_field {
	width: 280px;
}

/** Standard Table Styling **/
.table_wrapper {
	/*border: 1px solid #DDD;*/
	display: block;
	margin: 20px 0;
	border-bottom: 1px solid #DDD;
}
/** data list usage **/
.table_style1 {
	border: none;
	border-top: 3px solid #5184ae;
}
.table_style1 th, .table_style1 td {
	padding: 5px;
}
.table_style1 th {
	background: #dedede;
	font-size: 14px;
	font-weight: bold;
	color: #535353;
}
.table_style1 th a {
	color: #414141;
}
.table_style1 td {
	font-size: 12px;
	border-bottom: 1px solid #DDD;
}
.table_style1 tr.even td, .table_style1 tr.even {
	background: #eaeaea;
}

/** data detail usage **/
.table_style2 {
	border: none;
}
.table_style2 th, .table_style2 td {
	padding: 5px 0;
	font-size: 14px;
}
.table_style2 td {
	border-bottom: 1px solid #DDD;
}
/** data detail usage **/
.table_style3 {
	border: none;
}
.table_style3 th, .table_style3 td {
	padding: 5px 0;
	font-size: 14px;
}
.table_style3 td {
	border-bottom: 1px solid #DDD;
}
.table_style3 th {
	border-top: 4px solid #DDD;
	border-bottom: 1px solid #DDD;
}

.avg_wrapper {
	display: block;
	padding-left: 10px;
	font-size: 12px;
	padding-bottom: 10px;
}
.button_action_wrapper {
	width: 100px;
	background: #e6e6e6;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	overflow: hidden;
	padding-bottom: 10px;
}
.dropped_button {
	width:78px;
	text-align:center;
	margin-bottom: 2px;
	outline: none !important;
}
.button_action {
	display: block;
	border-bottom: 1px solid #EEE;
	padding: 5px 5px 5px 10px;
	font-size: 11px;
}
.button_action:hover {
	background: #afcbe2;
	color: #222;
}
.button_action img {
	float: left;
	margin-right: 7px;
	width: 16px;
}
.toolbar {
	display: block;
	font-size: 12px;
	background: #eff1f0;
	text-align: right;
	margin: 10px 0;
}
.toolbar a {
	display: inline-block;
	padding: 7px 10px;
}
.toolbar a img {
	padding-right: 3px;
}
.toolbar a:hover, .toolbar a.active {
	background: #d6d6d6;
	color: #082e4d;
}
.email_setting {
	font-size: 12px;
}
.email_list {
	display: block;
	padding: 10px 20px;
	border-radius: 6px;
	background: #eff1f0;
	border: 1px solid #DDD;
}

.report_main {
	float: left;
	width: 600px;
}
.report_sidebar {
	width: 320px;
	float: right;
}
.td_font12 td {
	font-size: 12px;
}
.checkbox_wrapper {
	float: left;
	width: 120px;
	margin-top: 5px;
}
.checkbox_wrapper input[type=checkbox] {
	width: auto;
}
.date_select {
	background: #dedede;
	padding: 10px 10px 1px;
	display: block;
	width: 550px;
}
.zeitraum_type {
	border-radius: 4px;
	padding: 5px;
	margin-top:5px;
	width:200px
}
.report_graph {
	display: block;
	margin: 20px 0;
}

/** responsive design part **/
.middle_responsive {
	display: block;
	background: #e9e9e9;
}
.middle_responsive .container {
	padding-top: 20px;
}

.feedback_responsive {
	width: 580px;
	padding: 35px 29px;

}
.feedback_responsive .form_label {
	width: 120px;
}
.feedback_responsive .form_field {
	width: 450px;
}

.sidebar_responsive {
	float: right;
	width: 300px;
	border-left: 1px solid #DDD;
	margin: 35px 20px 35px 0;
}
.sidebar_responsive h3 {
	border-left: 3px solid #DDD;
	margin-top: 0;
	padding-left: 20px;
}
.sidebar_responsive .review_sidebar {
	border-bottom: none;
	padding-left: 20px;
	padding-bottom: 50px;
}
.sidebar_responsive .review_sidebar table, .sidebar_responsive .review_full table {
	width: 100%;
	background: #FFF;
	border-bottom: 1px dotted #DDD;
	margin-bottom: 20px;
}
.sidebar_responsive .review_sidebar td, .sidebar_responsive .review_full td {
	background: #FFF;
	border: none;
	padding: 3px;
	vertical-align:middle;
}
.sidebar_responsive .review_sidebar .datum, .sidebar_responsive .review_full .datum {
	color: #777;
	font-size: 11px;
}
.bullet_style1 {
	list-style: url(../img/aktiv.png);
	font-size: 12px;
	margin: 20px;
}
.bullet_style1 li {
	margin-bottom: 10px;
}
.align_right {
	display: block;
	text-align: right;
	padding-right: 30px;
}
.responsive_template .logo {
	width: 500px;
}
.responsive_template .client_info {
	float: right;
	width: 400px;
	text-align: right;
	margin-top: 20px;
}
.responsive_template .client_info h1 {
	font-family: myriadpro-semibold;
	font-size: 24px;
}
.responsive_template .client_info p {
	margin-bottom: 5px;
}
.responsive_footer {
	text-align: center;
	background: url(../img/foter_shadow.png) top center no-repeat;
	display: block;
	padding: 20px 0;
	font-size: 12px;
	color: #a7a7a7;
}
.responsive_template .main {
	margin-bottom: 0;
}

.form_input td {
	padding-bottom: 10px;
}

.col_right {
	float: right;
	width: 450px;
}
.col_left {
	float: left;
	width: 450px;
	margin-right: 10px;
}
.col_right td , .col_left td {
	font-size: 12px;
}

.grey {
	font-size: 12px;
	color: #999;
	display: block;
}
.font12 td {
	font-size: 12px;
}
.left_aligned {
	text-align:left;
}

.email_block {
	display: block;
	background: #eff1f0;
	border: 1px solid #eff1f0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin: 10px 0px;
	padding: 20px;
	font-size: 12px;
}
.tool_box {
	display: block;
	margin-bottom: 20px;
	text-align:right;
}
.tool_box a.textlink {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display: inline-block;
	background: #cfe0eb;
	padding: 2px 10px;
}

.paging {
	font-size: 12px;
}
.radio_button_horizontal input {
	float: none;
	display: inline-block;
	width: auto;
}
.radio_button_horizontal label {
	margin: 6px 16px 6px 6px;
	display: inline-block;
}


@media screen and (min-width:0\0) { 
       /* Enter CSS here for IE10 and 11*/
	
	.main_content h2 span, .main_content h1, .main_content h2, .tab_button, .info, .ol_review_desc h3, .sidebar_block h3, .sidebar h3 {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
	}
	.info {
		font-size: 12px;
	}
}

/* add on 10.02.2014 */

.right_aligned_button {
position: absolute;
right: 20px;
top: 15px;
width: 300px;
text-align: right;
}
.nopadding td {
	padding: 3px;
	vertical-align: middle;
}
.thumb_item {
	width: auto;
	float: left;
	margin: 5px;
	background: #eee;
	position: relative;
	padding: 10px;
	border: 1px solid #DDD;
	overflow: hidden;
}
.thumb_item_img {
	margin: 0px auto 10px;
	width: 100px;
	height: 100px;
	overflow: hidden;
}
.delete_logo {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 5px;
	top: 10px;
}
.copy_logo {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 5px;
	top: 33px;
}
.thumb_item_text {
	font-size: 11px;
	display: block;
	margin: 0 5px;
	word-wrap:break-word;
	width: 130px;
}

/** 21 03 2014 **/
.windowbox {
	padding: 10px;
        background:#FFFFFF;
        min-width: 400px;
        display: none; 
}
.windowbox h2 {
    color: #494949;
    font-family: myriadpro-semibold, Arial;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 0px;
    padding: 10px 0px 10px 15px;
    position: relative;
	background: #DDD;
	border-radius: 6px;
}
.variable_list {
	width: 100%;
}
.variable_list td {
	padding: 5px;
	border-bottom: 1px solid #CCC;
}

.text_to_copy.zeroclipboard-is-hover {    
    cursor: pointer
    }
.text_to_copy.zeroclipboard-is-active {  }

.maintitle {
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
}
.middle_responsive {
	font-size: 12px;
}
.sidebar_steps {
	display:block;
	padding-left: 20px;
}
.sidebar_steps ul li {
	list-style: url(../img/aktiv.png);
}
.sidebar_steps img {
	display: block;
	margin-top: 10px;
}
.full_width_responsive {
	float: none;
	width: 920px;
}

.bordered_wrapper {
	border: 1px solid #CCC;
	display: block;
}
/** combine with column on the right: .search_param_right **/
.searchbar_left {
	display: block;
	padding: 10px;
	width: 350px;
	float: left;
}
.searchbar_left .form_label {
	padding: 6px 0;
	width: 50px;
}
.searchbar_left .form_field {
	width: 280px;
}

.search_param_right {
	width: 450px;
	float: right;
	padding: 15px;
}
.search_param_right label {
	display: inline-block;
	padding-right: 10px;
}
.search_param_right label strong {
	color: #006699;
}
.selectbox {
	width: auto;
}
label {
	cursor: pointer;
}
.button_on_h2 {
	right: 10px;
	top: 5px;
	position: absolute;
	border-radius: 4px;
	font-size: 14px;
}

/* new for pop up back-link result */
.full_width_container {
	width: 98%;
}
.full_width_percent {
    float: none;
    width: 100%;
	padding: 0;
}
.back_link_list td {
	border-right: 1px solid #FFF;
}
.back_link_list th {
	font-size: 16px;
	font-weight: bold;
	color: #181818;
	background: #abc2d4;
	text-align: left;
	padding: 10px;
	border-right: 1px solid #FFF;
}
.back_link_list .subtitle td {
	background: #d8dbde;
	padding: 5px 10px;
}
.back_link_list .subtitle td span {
	display: block;
	line-height: 200%;
	font-size: 12px;
	font-weight: bold;
	color: #1a1919;
}
.back_link_list .links_list td {
	background: #e5e8eb;
	padding: 5px 10px;
}
.back_link_list .links_list td h3 {
	font-size: 14px;
	font-weight: bold;
	color: #1a1919;
	font-family: Arial, Helvetica, sans-serif;
}
.back_link_list .links_list td td {
	padding: 2px;
	border: none;
	font-size: 12px;
}
.input_false {
	display: block;
	padding: 10px;
	background: #F1F1F1;
	margin-bottom: 5px;
	word-wrap:break-word;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: #777;
}

.error-message {
	color: red;
	font-weight: bold;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	margin-bottom: 10px;	
}