﻿.select-criteria-align{
    margin-left: 0px;
}

.filter_dropdown_div_align{
    margin-top: -26px;
}

.background_color{
   background-color: #3d9bb7;
}

.btn_filter{
    width: 55px;
    background-color:#3d9bb7;
    /*border-radius:5px;*/
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    border: 1px solid #ffffff;
}
.search_input{
    margin-top: 3px;
    height: 23px;
}

.width_searchbox_dropdown{
    width: 165px;
    height: 26px;
}

.panel-default > .panel-heading {
  color: #ffffff !important;
  background-color: #3d9bb7 !important;
  border-color: #3d9bb7 !important;
  height: 40px !important;
  padding: 10px !important;
}

.search_icon{
    margin-top:-1px;
    margin-right: 5px;
    float: left;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 0px solid #ddd !important;
}

.select_column {
    height: 23px;
    padding-top: 1px;
}

.float_left_filter{
    float:left;
    margin-right: 4px;
    line-height:20px;
}

.float_right_filter{
    float:right;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  height: 27px !important;
  padding-top: 2px !important;
}

.hideCheck{
    border: 1px solid black;
    background: white none repeat scroll 0% 0%;
    width: 15.5px;
    height: 12.5px;
    cursor: pointer;
    border-radius: 2px;
    position: relative;
    top: 3px;
    margin-left: -16px;
}

.checkAllBtn {
    float:left;
    width:100%;
    text-align:left;
}

.unCheckAllBtn {
    float:left;
    width:100%;
    text-align:left;
}

.width_multiselect{
    /*width: 160px;
    margin-left: -70px;*/
    width: 20%;
    margin-left: -65px;
}

.fontSize{
    font-size: 12px !important;
}

.pull_down_icon {
    font-size: 26px;
    margin-top: -5px;
}

.align_datepicker{
       margin-left: -60px;
}

.fromDateWidth{
    width: 50% !important;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: .95 !important;
}

.align_condition{
    width: 145px;
    margin-left: -60px;
}

.filterDateFrom {
    height: 27px;
    width: 60%;
    border: none;
    border-bottom: 1px solid #C0C0C0;
}

.filterDateTo{
    height: 27px;
    width: 73%;
    border: none;
    border-bottom: 1px solid #C0C0C0;
}

.filterHeadTxt {
    font-size:19px;

}