﻿
.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;
}
/*.float-right{
    float:left !important;
    margin-left:38%;
}*/
.float-right-dlbtn{
    float:left !important;
    margin-left:38%;
}
.quickscandltxt{
    width:100%;
    height:50px;
    overflow: auto;
    opacity:0.1;
}
.cursor {
    background-color:black;
    color:black;
    opacity:0.5;
}
.float-right-dl{
    /*float:left !important;*/
    margin-left:40%;
    margin-top: -38px;
}
.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%;
    }
}

/* === Overwirte bootstrap class ==== */

.nav > li > a {
    color: black;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .nav > li > a:hover {
        background-color: #cacaca;
    }

.nav > li > a {
    background-color: #EEEEEE;
    margin-right: 0;
}

#myTab {
    padding-left: 8px;
}

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;
}
