/*Bengin ul-list */
.sidebar-left { float: left; width: 232px }
.sidebar-right {
    float: right;
    width: 280px;
}
.sidebar { float: left; width: 100%; margin-bottom: 16px }
.sidebar-content {    float: left;    width: 100%;}
.sidebar-ads { float: left; width: 100%; margin-bottom: 16px }
.sidebar-evn {
    float: left;
    width: 100%;
    margin-bottom: 16px
}
.cat-list { background: #f2f4f6; padding: 16px; border-radius: 10px }
.cat-name { text-transform: uppercase; font-size: 16px; font-weight: bold; margin-bottom: 8px }
.ul-list { padding: 0; margin: 0; font-size: 16px }
.ul-list li { list-style: none; padding: 6px 0 6px 12px; position: relative }
.ul-list li::before { position: absolute; left: 0; top: 14px; background: #3b3c3c; height: 4px; width: 4px; content: ""; border-radius: 100% }
.ul-list.boder { border-bottom: solid 1px #cccccc; padding-bottom: 10px }
.ul-list a.active { color:#174f9a }
.cat-name2 { text-transform: uppercase; font-size: 16px; font-weight: bold; margin-bottom: 8px; padding-top: 16px; border-top: solid 1px #fff }
/*End ul-list */

/* Bengin menu-list */
.menu-list {  position: relative;  width: 100%;    float: left;  }
.menu-content{display:none; width: 100%;float: left;margin-top: 12px;}
.menu-title {display: block;padding-right: 24px;font-weight: 700;}
.menu-icon { background: url(../images/down3.svg) no-repeat center;
	cursor: pointer;    display: block;    position: absolute;    right: 0;
	background-size: 12px;    width: 24px;height: 24px;	z-index:9;top:10px;
}
.menu-open .menu-icon {
	background:url(../images/down3.svg) no-repeat center; background-size: 12px;
	-webkit-transform: rotate(180deg);
  	-moz-transform: rotate(180deg);
  	-ms-transform: rotate(180deg);
  	-o-transform: rotate(180deg);
  	transform: rotate(180deg);
}

.group-label {
    background: #f2f4f6;
    padding: 0 16px;border-radius: 0 0 6px 6px;
}
.label-row {
    display: block;
    margin-bottom: 12px;
}
.sidebar-title {
    background: #174f9a;
    color: #fff;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px 6px 0 0;
}
.block-label {
border-bottom: solid 1px #cccccc;
    padding: 12px 0;
    border-top: solid 1px #fff;display: block;
    
}
.label-row {
    display: block;
}.view-show {
    color: #174f9a;
    font-size: 13px;
}
.block-label {
    display: block;
    border-bottom: solid 1px #cccccc;
    padding: 12px 0;
    border-top: solid 1px #fff;
}
.block-label.fixlast {
    border-bottom: 0;
}
/* End menu-list */

/* Bengin search-widget */
.search-widget {
    float: left;
    width: 100%;
    padding: 12px;
    background: #f2f4f6;
    border-radius: 6px;
    border: solid 1px #ddd;
}.rows-widget {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 12px;
}.rows-widget:last-child {
    margin-bottom: 0
}.input.input-widget {
    height: 36px;
    border-radius: 6px;
    padding-left: 40px;
}.icsewidget {
    position: absolute;
    left: 12px;
    top: 10px;
    color: #666;
}.select-widget {
    float: left;
    width: 60%; padding-right: 16px;
    background-color: #fff;
    border-radius: 6px;
    height: 36px; font-size: 13px
}.btn-widget {
    height: 36px;
    border-radius: 6px;
    float: right;
}.btn-widget {
    height: 36px;
    border-radius: 6px;
    float: right;
    line-height: 36px;
    background: #174f9a;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}
/* End search-widget */
/* list-link */
.sidebar-border {
    border: solid 1px #ddd;
	background: #f2f4f6;
padding: 0 16px;
border-radius: 0 0 6px 6px;
}
.sidebar-title2 {
    background: #174f9a;
    color: #fff;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px 6px 0 0;
    text-transform: uppercase;
}
.list-link2 {
    float: left;
    width: 100%;
    padding: 8px 0;
    margin: 0;
    font-size: 14px;
}
.list-link2 li{padding: 6px 0; padding-left: 12px; position: relative;float: left;     width: 100%;list-style: none}
.list-link2 li::before {    content: "";    display: inline-block;    position: absolute;    left: 0;    top: 14px;    height: 4px;    width: 4px;    background:#3c3c3c;    border-radius: 100%;}
/* End*/