﻿@media (min-width: 768px) {
    .setHeight {
        height: 70px;
    }
}
@media (max-height: 380px) {

    .filterSettings {
        overflow-y: auto;
    height:200px;
    }
}
@media (min-height: 381px) {

    .filterSettings {
        overflow-y: auto;
    height:250px;
    }
}
@media (min-height: 700px) {

    .filterSettings {
        overflow-y: auto;
    height:600px;
    }
}

@media (min-height: 1200px) {

    .filterSettings {
      overflow-y: auto;
    height:800px;
    }
}


/* Start Combo Date Picker */


.combodate select {
    height: 34px;
    padding: 6px 10px;
    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,.075);
    box-shadow: inset 0 1px 1px rgba(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;
}
@media (max-width: 380px) {
    .combodate select {
        padding: 4px 3px;
 
    }
}
/* end combo date picker*/