﻿
.checkBox-group {
    float: left;
    margin-left: 10px;
    min-width: 300px;
}

.image-btn {
    background-repeat: no-repeat;
    background-position: center;
    height: 26px;
    min-width: 27px;
    vertical-align: middle;
}

.search-btn {
    background-image: url(/Content/Images/search_icon.png);
}

.cancel-btn {
    background-image: url(/Content/Images/cancel_icon.png);
}

.account-box {
    width: 117px;
    height: 26px;
}

.left-checkBx {
    float: left;
    margin-left: 9px;
}

.input-box {
    width: 180px;
}

.sections {
    margin-bottom: 10px;
}

.left-side-sections {
    /*margin-top: 5px;*/
    width: 50%;
    float: left;
}

.label-div {
    width: 145px;
    float: left;
}

.padding-div {
    padding-top: 5px;
}


.buttonsMargin {
    margin: 10px 0 10px 16px;
}
.buttonFloatRight {
    float: right;
}
.display-none {
    display:none;
}

/*For small screen and phone*/
@media all and (min-width: 220px) and (max-width:620px) {

    .label-div {
        float: none;
    }

    .input-box {
        margin-left: 9px;
    }

    .account-box {
        margin-left: 9px;
    }

    .buttonFloatRight {
        float: none;
    }

    .left-side-sections {
        margin-bottom: 5px;
        width: 100%;
    }
}

fieldset {
    padding: 5px;
    border: 1px dotted #C0C0C0;
}

legend {
    color: #686868;
    font-weight: bold;
    border: none;
    font-size: 15px;
    margin: 0 0 2px 10px;
    width: auto;
    background-color: white;
}
