﻿.clear {
    clear: both;
}

.TxtAlignLeft {
    text-align: left;
}

.TXTAlignRight {
    text-align: right;
}

.TXTAlignCenter {
    text-align: center;
}

.mrgRght20 {
    margin-right: 20px;
}

.mrgTop20 {
    margin-top: 20px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}

select {
    border: 1px solid #95B8E7;
    border-radius: 3px;
}

footer {
    bottom: 0;
    width: 100%;
    height: 30px;
    padding: 0;
    margin: 0;
    color: #FFFFFF;
    margin-top: 15px;
    clear: both;
    text-align: center;
}

.footerDown {
    width: 100%;
    height: 50px;
    z-index: 3;
    background-color: #1865b3;
}

    .footerDown div {
        padding: 5px;
        direction: rtl;
        color: #F5F5F5;
        font-size: 13px;
    }

.AutoCompleteDiv {
    border: solid 1px #95B8E7;
    height: 25px;
    border-radius: 2px;
    background-color: white;
}

.AutoCompleteContentSelected a, .AutoCompleteContentSelected div {
    float: right;
}

.AutoCompleteContentSelected a {
    height: 23px;
    float: right;
    width: 180px;
    margin: 0;
    padding: 0;
    border: none;
    line-height: 24px;
    font-size: 0.8em;
}

.AutoCompleteContentSelected div {
    background-image: url(../Images/combo_arrow.png);
    background-position: center center;
    width: 20px;
    height: 23px;
    background-color: #f2f2f2;
}

.AutoCompleteDiv ul {
    padding: 0;
    margin: 0;
    max-height: 250px;
    overflow-y: auto;
}

.LiSelectedItem {
    background-color: #004080;
    color: white;
}

.AutoCompleteContent {
    margin-top: 26px;
    margin-right: -1px;
    border-radius: 2px;
    border: solid 1px #95B8E7;
    padding-top: 10px;
    display: none;
    z-index: 199;
    position: absolute;
    background-color: white;
    min-width: 202px;
    -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
}

    .AutoCompleteContent ul li {
        font-size: 0.8em;
        list-style: none;
        padding: 2px 10px 3px 10px;
        cursor: pointer;
    }

        .AutoCompleteContent ul li:hover {
            background-color: #004080;
            color: white;
        }

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    opacity: 0.8;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    opacity: 0.8;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    opacity: 0.8;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity: 0.8;
}
