﻿
.dropdownlistField {
    float: left;
    display:block;
    min-width: 180px;
    min-height: 23px;
    max-height: none;
    width: auto;
    height: auto;
    border: 1px solid #e2dfdf!important;
    border-radius: 4px;
    padding: 3px;
    /*-webkit-appearance: none;*/
    background-color: white;
    background: url(/Images/arrowD.png) no-repeat;
    background-position: 98% center;
    text-indent: 0.01px; /*In Firefox*/
    text-overflow: ''; /*In Firefox*/
    /*z-index: 10;*/
}

.checklistField {
    display: block;
    min-width: 180px;
    min-height: 50px;
    max-height: none;
    width: auto;
    height: auto;
    border: 1px solid #e2dfdf;
    border-radius: 4px;
    padding: 3px;
}

.checklistOptions {
    display: block;
    min-width: 180px;
    min-height: 23px;
    max-height: none;
}

dropdownlistField:after{
    clear:both;
}

.txtDiplayWithImage {
    font-weight: normal;
}
.txtDiplay {
    font-weight: normal;
    padding-right: 5%;
    width: 93%;
    white-space: pre-wrap;
    text-align: justify;
}
.txtEditDiplay {
    font-weight: normal;
    padding-right: 5%;
    width: 93%;
    white-space: pre-wrap;
    border-style: none;
    background-color: transparent;
    text-align: justify;
}
    .txtEditDiplay:focus {
        outline: none;
    }

    .imageDisplay {
        width: 24px;
        margin-right: 4px;
    }

.imageValue {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 70%;
    max-height: 128px;
}

.txtSearch {
    width: 100%;
    box-sizing: border-box;
    font-weight: normal;
    background-image: url(/Images/SearchIcon.png);
    opacity: 0.7;
    background-position: 3% center;
    background-repeat: no-repeat;
    padding: 5px 5px 5px 35px;
    border: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 2px;
    transition: background 0.5s;
    outline: none;
}
    .txtSearch:focus {
        background-color: #faf2d9;
    }

    .txtSearch::-ms-clear { /* Remove IE default X */
        display: none;
    }

    .txtSearch:hover {
        outline: 1px solid #f6f6f6;
    }

.dropdownlistField-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 270px;
    overflow: auto;
    border: 1px solid #ddd;
}

.dropdownlistOption {
    background-color: white;
    width: 100%;
    max-height: 300px;
    overflow: auto;
    /*z-index: 3;*/
}

    .dropdownlistOption a {
        color: rgba(0, 0, 0, 0.77);
        font-weight: normal;
        padding: 6px 8px;
        text-decoration: none;
        display: block;
    }

        .dropdownlistOption a:hover {
            font-weight: bold;
            text-decoration: underline;
            color: blue;
            cursor: pointer;
            /*border-top: 1px solid #e2dfdf;
            border-bottom: 1px solid #e2dfdf;*/
            /*border-radius: 2px;*/
        }

.show {
    display: block;
    transform: translate(-4px, -2px);
    z-index: 20;
}

@media (max-width: 1500px) {
    .dropdownlistField {
        min-width: 230px;
    }
    .dropdownlistField-content {
        min-width: 230px;
    }
}
@media (max-width: 1300px) {
    .dropdownlistField {
        min-width: 210px;
    }
    .dropdownlistField-content {
        min-width: 210px;
    }
}

@media (max-width: 992px) {
    .dropdownlistField {
        min-width: 195px;
    }

    .dropdownlistField-content {
        min-width: 195px;
    }
}

@media (max-width: 768px) {
    .dropdownlistField {
        min-width: 150px;
    }

    .dropdownlistField-content {
        min-width: 150px;
    }
}
