.roi_search_form{margin-bottom: 20px;}
.custom_search_box{
    width: 300px;
    display: inline-block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: text;
    font-size: 15px;
    height: 40px;
    box-sizing: border-box;
    box-shadow: none;
    margin: 0;
    position: static;
    outline: 0;
    color: #666666;
    background-color: #ffffff;
    border: 2px solid #ddd;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-appearance: none;
}
.search_submitbutton{
    background: #18d8ad;
    color: #fff;
    vertical-align: middle;
    height: auto;
    font-size: 15px;
    cursor: pointer;
    box-shadow: none;
    text-shadow: none;
    font-family: inherit;
    outline: 0;
    margin: 0;
    opacity: 1;
    -webkit-appearance: none;
    display: inline-block;
    width: auto;
    border: none;
    line-height: 1em;
    padding: 16px 20px;
    text-align: center;
    text-transform: none;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-top: 1px solid transparent;
    border-bottom: 2px solid rgba(0,0,0,.1);
}
.searchbtn_height{
    margin-top: -4px;
    padding: 11px 20px!important;
    margin-left: 10px;
}

/*Sort by*/
a.sort-by {
    padding-right: 18px;
    position: relative;
    display: block;
    width: 100%;
}
a.sort-by:before,
a.sort-by:after {
    border: 4px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: 5px;
    top: 50%;
    position: absolute;
    width: 0;
}
a.sort-by:before {
    border-bottom-color: #666;
    margin-top: -9px;
}
a.sort-by:after {
    border-top-color: #666;
    margin-top: 1px;
}

a.sort-by.asc:after {
    border: 0px;
}
a.sort-by.desc:before {
    border: 0px;
}
.text-center{text-align: center;}
img.avatar {  border-radius: 50%;  }
ul.et_pb_tabs_controls{    background-color: #21242b !important;}
ul.et_pb_tabs_controls:after{border-top:0px !important;}

.input_box_style{
    background-color: #fff !important;
    width: 100%;
    font-weight: 600;
    color: rgba(0,0,0,0.5) !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    border: 1px solid #ccc !important;
    padding: 6px !important;
    line-height: 20px;
}
.select_box_style{
    height: 36px;
}

.isa_info, .isa_success, .isa_warning, .isa_error {
    margin: 10px 0px;
    padding:12px;

}
.isa_info {
    color: #00529B;
    background-color: #BDE5F8;
}
.isa_success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.isa_warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.isa_error {
    color: #D8000C;
    background-color: #FFD2D2;
}
.isa_info i, .isa_success i, .isa_warning i, .isa_error i {
    margin:10px 22px;
    font-size:2em;
    vertical-align:middle;
}
.updatetopgainerlooser{
    height: 37px;
    min-width: 150px;
    margin-bottom: 10px;
}
.customcolored_table{border: 1px solid #212531 !important;}
.customcolored_table tr td{
    border-top: 1px solid #212531 !important;
}