﻿@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}


body {
    height: 100%;
    background-color: Gray;
    /*remove text selection via blue color all over the page*/
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}


.picCenter, .imgsContainer {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-right: 2px;
}

.clsToolbar {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #49707F;
    border: 2px solid gray;
    top: 0px;
    right: 0px;
    z-index: 999; /* keep the bar on top  */
    /* CSS3 */
    -moz-border-radius-topleft: 8px;
    -khtml-border-radius-topleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -khtml-border-radius-topright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-box-shadow: 0px 1px 10px #666, inset 1px 1px 0px #a4a4a4; /* inset creates a inner-shadow */
    -khtml-box-shadow: 0px 1px 10px #666;
    -webkit-box-shadow: 0px 1px 10px #666;
    /* CSS3 end */
    border-top: 1px solid #a4a4a4;
    border-left: 1px solid #a4a4a4;
    border-right: 1px solid #a4a4a4;
}


.clsToolbar {
    width: 85%;
    min-width: 860px; /*change by raf  15.2.18 for  68108*/ /* to limit the width when there is an excessive window resize --change by raf 4.5.17 for 60520*/
    margin: 0px auto; /* centered toolbar */
    left: 0px;
}

.txt {
    direction: rtl;
    height: 16px;
    width: 100px;
    border: none;
    text-align: center;
    margin-right: 0px;
    vertical-align: middle;
}

.button {
    height: 22px;
    width: 22px;
    margin-right: 10px;
    border: 1px solid white;
    background-color: darkslategray;
    padding: 0px;
    margin: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    font-size: 11px;
    font-family: Georgia, Serif;
    text-decoration: none;
    vertical-align: middle;
}

    .button:hover {
        background-color: #3b3993;
    }

.icon {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.lblSeprator {
    color: white;
    font-size: x-large;
}

.myMailTable {
    text-align: center;
    font-size: 14px;
    font-family: Arial;
}

.otherMailTable {
    text-align: right;
    font-size: 14px;
    font-family: Arial;
}

.errorLabel {
    color: red;
    font-size: 12px;
    font-family: Arial;
    text-align: right;
}

.LinkButton,
.LinkButton:link,
.LinkButton:active,
.LinkButton:visited {
    background-position: center center;
    font-size: 14px;
    color: blue;
    cursor: pointer;
    background-repeat: no-repeat;
    font-style: normal;
    font-family: Arial;
    text-align: center;
    margin-top: 1px;
    height: 20px;
    width: auto;
    text-decoration: underline;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 10px;
}

    .LinkButton:hover {
        text-decoration: underline;
        font-size: 14px;
        color: black;
        font-style: normal;
        font-family: Arial;
        text-align: center;
    }

.Header {
    direction: rtl;
    text-decoration: underline;
    font-size: 16px;
    font-style: normal;
    font-family: Arial;
    text-align: center;
    font-weight: bold;
}

.txtRight {
    direction: rtl;
    font-size: 14px;
    font-style: normal;
    font-family: Arial;
    text-align: right;
}

.approvalStatement {
    direction: rtl;
    font-size: 12px;
    font-style: normal;
    font-family: Arial;
    text-align: right;
}

.inputTextFieldForMessage {
    width: 200px;
    text-align: right;
}

a:link {
    color: #3366CC;
    text-decoration: none;
}

a:visited {
    color: #3366CC;
    text-decoration: none;
}

a:active {
    color: #3366CC;
    text-decoration: underline;
}

a:hover {
    color: #FF8000;
    text-decoration: underline;
}

.modal_close {
    display: block;
}

#messageUser {
    width: 350px;
    padding: 2px;
    display: none;
    background-color: #F7FFFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}

.messageButton {
    padding-top: 2px;
    text-decoration: none;
    background-image: url(../../images/But/ButSmall.gif);
    border-style: none;
    background-repeat: no-repeat;
    Width: 80px;
    height: 20px;
    line-height: 16px;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    color: #333366 !important;
    background-position: top;
    display: block;
}

.messageButton:hover {
    padding-top: 2px;
    text-decoration: none;
    background-image: url(../../images/But/ButSmallHover.gif);
    border-style: none;
    background-repeat: no-repeat;
    Width: 80px;
    height: 20px;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    background-position: top;
    display: block;
}

.userMessage {
    padding: 2px;
    display: none;
    background-color: #F7FFFF;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}

.ajaxLoader {
    background-image: url(../../images/ajax-loader.gif);
    border-style: none;
    background-repeat: no-repeat;
    Width: 16px;
    height: 16px;
    display: block;
}

.modal_captchaClose {
    display: block;
}

#captchaMessagePanel {
    width: 315px;
    padding: 2px;
    display: none;
    background-color: white;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}

.DialogClose-span {
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    color: #4E94D9;
    font-weight: bolder;
    cursor: pointer;
    float: left;
    text-align: center;
}