.cat_title {
	padding: 10px 0px;
	margin: 0px;
	font-size: 20px;
	font-weight: 600;
}
.cat_title .article_counter {
	font-size: 14px;
	color: #666;
	font-weight: normal;
}
ul.article_category {
	display: block;
	padding: 10px 0px;
	margin: 0px;
	list-style: none;
}
ul.article_category li {
	float: left;
	padding-right: 8px;
	padding-bottom: 8px;
}
ul.article_category li a {
	display: inline-block;
	line-height: 36px;
	border: solid 1px #ddd;
	background-color: #fff;
	padding: 0px 15px;
	border-radius: 20px;
	font-size: 13px;
}

/* simple dialog style */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 400;
    color: #282B30;
	margin-bottom: 10px;
}
p.system_message {
	margin: 2em 0;
}
.action_button {
	display: block;
	text-align: right;
}
a.popup-modal-dismiss {
	background-color: #ddd;
	padding: 10px 20px;
	color: #333;
	display: inline-block;
}
a.popup-modal-dismiss:hover {
	background-color: #ddd;	
	color: #666;
}
/* popup_form */
.popup_form {
	padding: 15px;
	width: 100%;
	border: solid 1px #eee;
	border-radius: 0px;
	background-color: #fff;
	margin-bottom: 10px;
	position: relative;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
}
.popup_form.center {
	text-align: center;
}
.popup_form .header {
	margin-top: 0px;
    font-size: 20px;
    margin-bottom: 20px;
	line-height: 1em;
}
.popup_form .info {
	margin-bottom: 20px;
	font-size: 12px;
	color: #666;
	line-height: 1.6em;
}
.popup_form .no_content {
	padding: 40px 20px;
	text-align: center;
}
.popup_form .no_content a {
	color: #ff6600;
}
.popup_form .success_text {
	margin-top: 20px;
	margin-bottom: 35px;
}

.popup_form .form_button_row {
	text-align: center;
}
.popup_form .form_button_row .halfhalf {
	width: 50%;
	float: left;
}
.popup_form .form_button_row .halfhalf:first-child {
	padding-right: 10px;
}
.popup_form .submit_button {
	width: 100%; 
	border-radius: 5px; 
	background-color: #ff4400; 
	padding: 10px 0px; 
	color: #fff; 
	font-size: 14px; 
	font-weight: 600; 
	border: none;
}
.popup_form .dismiss_button {
	width: 150px; 
	border-radius: 5px;
    background-color: #ff4400;
    padding: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
	border: none;
}
.popup_form .mandatory {
	color: red;
}
.popup_form .form_row {
	margin-bottom: 15px;
}
.popup_form .form_big_row {
	padding: 5px 0px;
	margin-bottom: 20px;
}
.popup_form .form_row.mobile_same_line {
	margin-bottom: 0px;
}
.popup_form .form_row.mobile_same_line .form_col1 {
	float:left;
	line-height: 30px;
}
.popup_form .form_row.mobile_same_line .form_col2 {
	float:left;	
	margin-left: 10px;
	line-height: 30px;
	margin-bottom: 0px;
}
.popup_form .form_col1 {
	margin-bottom: 5px;
	text-align: left;
	color: #000;
	font-size: 13px;
}
.popup_form .form_col2 {
	margin-bottom: 10px;
}
.popup_form .form_col2 a {
	color: #1982d1;
}
.popup_form .form_col2 a:hover {
	color: #ff6600;
	text-decoration: underline;
}
.popup_form .form_col2 .title {
	display: inline-block;
	width: 80px;
}
.popup_form .form_col_center {
	text-align: center;
	margin-bottom: 15px;
}
.popup_form .tooltip_content {
	margin-left: 0px;
	display: none;
	font-size: 13px;
	margin-top: -10px;
	margin-bottom: 15px;
	color: #666;
}
.popup_form .tooltip_content ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.popup_form .msg {
	padding: 0px;
	font-size: 13px;
	color: red;
	font-weight: bold;
	margin-top: 5px;
	display: none;
}
.popup_form .input_remarks {
	margin-top: 5px;
	font-size: 13px;
	line-height: 1.6em;
	color: #999;
}
.popup_form input[type=text], .popup_form input[type=number], .popup_form input[type=password], .popup_form textarea {
	width: 100%;
	border-radius: 5px;
	border: solid 1px #cbd7e3;
	padding: 6px;
	font-size: 16px;
	-webkit-appearance:none;
}
.popup_form input.error, .popup_form select.error, .popup_form textarea.error {
	border: solid 1px red;
	background-color: #ffe9e8;
}
.popup_form textarea {
	height: 200px;
    padding: 8px 6px !important;
    border: 1px solid #cbd7e3 !important;
	-webkit-appearance:none;
}
.popup_form input[type=checkbox] {
	padding: 5px;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	line-height: 40px;
}
.popup_form input[type=text] {
    height: 36px !important;
    border: 1px solid #cbd7e3 !important;
}
.popup_form select {
	display: block;
	font-size: 14px;
    width: 100%;
    height: 36px;
    padding: 8px 10px;
	margin-bottom: 10px;
	margin-right: 10px;
    line-height: 1.5;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cbd7e3;
    border-radius: 4px;
}
.popup_form .radio_group {
	margin-top: 10px;
}
.popup_form .radio_row {
	margin-bottom: 8px;
}
.popup_form .radio_inline:first-child {
	margin-left: 0px;
}
.popup_form .radio_inline {
	margin-left: 5px; margin-right: 40px; display: inline-block;
}
