.filter-content{background: #fff;padding: 20px}
.filter-content .map-search-label{text-align: right;}
.btn-map-search{background: #2e65a9 ;color: #fff;display: inline-block;text-align:center;padding: 6px 15px;border-radius: 4px;font-weight: normal}
.btn-map-search:hover{color: #fff;background: #1d65be}
.map-select{border: 1px solid #ababab;padding: 6px;color: #555;margin-bottom: 0}
.map-select:focus{border: 1px solid #2e65a9;background-image: url(../images/dropdown-arrow.png);background-repeat: no-repeat;}
select{    cursor: pointer;
    display: block;
    line-height: 1.33333;
    /*max-width: 100%;
    min-width: 100%;*/
    padding: 10px;
    border-radius: 4px;
    /*-webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url(../images/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;*/
    }
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-group label {
    color: #444;
    cursor: pointer;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 13px;}
.map-search-label{text-transform: none;font-weight: normal !important;margin: 5px 0 3px 0;font-size: 14px;text-align: right;padding-right: 0 !important;}
.filter-content{background: #eeeeee; border-radius: 5px  }
.effect{color: #ce0427}
.bar{background: #d8d8d8}
td{font-family: "Roboto"; font-size: 16px}
.effect{color: #ce0427}
.aui h3.believe{color: #1057ae;font-size: 16px;text-transform: uppercase; margin-top: 0px;line-height: 1.5em;
    font-weight: 600;}
.moh-table-2 {border: 1px solid #d7d7d7}
.moh-table-2 td{font-size: 14px;}
.image-block{border: 1px solid #d7d7d7;padding: 3px;background: #fff;margin-bottom: 5px}
.list-video a{display: block;margin-bottom: 5px}
.list-video-time{color: #848484;font-size: 13px}
.list-images a{display: block;margin-bottom: 5px}
.faq-link{
	font-weight: bold;
}
.list-ccategory{
	background-color: whitesmoke;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    margin-bottom: 20px;
    min-height: 20px;
   
    .ccategory-header {
	    background-color: #f6f6f6;
	    background-image: linear-gradient(to bottom, #f9f9f9, #f3f3f3);
	    background-repeat: repeat-x;
	    border-radius: 2px;
	    height: 47px;
	    line-height: 48px;
	    text-align: center;
	    border-bottom: 1px solid #ddd;
	}
	
    ul {
	    list-style: outside none none;
	    margin: 0;
	    max-height: 600px;
	    overflow-y: auto;
	    padding: 0;
	}
    li{
    	color: #2aaae6;
	    cursor: pointer;
	    line-height: 24px !important;
	    padding: 3px 10px;
	    position: relative;
	    .icon{
	    	display:none;
	    	position: absolute;
	    }
	    .edit{
	    	right: 20px;
    		top: 0;
	    }
	    
	    .delete{
	    	top: 0;
	    	right: 0;
	    }
    }
    
    li:hover{
    	background-color: #e5f5fc;
    	line-height: 24px;
    	.icon{
    		display:block;
    	}
    }
    
    .selected {
	    background-color: #2aaae6;
	    
	}
	
	.selected a{
	    color: #fff;
	}
    
    
	.paging {
	    background-color: #d9d8d7;
	    border-color: #e3e3e3 #ccc #ccc;
	    border-top: 1px solid #e3e3e3;
	    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	    height: 32px;
	    line-height: 32px;
	    text-align: center;
	    color: #2aaae6;
	    span{
	    	cursor: pointer;
	    }
	}
}

.contacts-table .taglib-search-iterator-page-iterator-bottom,
.contacts-table .taglib-search-iterator-page-iterator-top{
	display: none;
}