body * {
    line-height: initial;
    font-family: "Open Sans";
}

textarea.form-control {
    resize: vertical !important;
}

.rpt-page h1 {
    font-size: 20px;
    font-weight: 400;
}

.rpt-page * {

}

.rpt-page p.description {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 15px;
}

.rpt-list-ordered li{
    font-size: 10px;
    padding-left: 10px;
}

.rpt-list-ordered li > *{
    font-size: 15px;
}

.rpt-page p.highlight {
    font-size: 15px;
    font-weight: 400;
}

.rpt-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rpt-list-indexs {
    margin-bottom: 20px;
    font-size: 14px;
}

.badge-blue {
    font-size: 10px;
    background: #3498db;
    color: #FFF;
}

.badge-red {
    font-size: 10px;
    background: #e74c3c;
    color: #FFF;
}

.rpt-search-control{
    position: relative;
}

.rpt-search-control:before{
    content: "\f002";
    font-family: 'FontAwesome';
    position: absolute;
    top: 8px;
    left: 12px;
    color: #008cba;
    opacity: 0.5;
	-webkit-transition: all .300s;
	-moz-transition: all .300s;
	-o-transition: all .300s;
	transition: all .300s;  
}

.rpt-search-control:hover:before{
    opacity: 0.8;
}

.rpt-search-control input{
    border-radius: 15px;
    padding-left: 35px;
}

.rpt-search-control.rpt-search-control-with-btn input{
    padding-right: 85px;
}

.rpt-search-control button{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    color: #FFF;
    height: 35px;
    width: 80px;
}