﻿
body {
    margin: 0px;
}

.all_page {
    font-family: Tahoma, geneva, sans-serif;
    font-size: 12px;
    color: #313131;
    max-width: 1255px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.top {
}

.top_menu {
    float: right;
    width: 1255px;
}

.sidebar {
    height: auto;
    width: 180px;
    position: absolute;
    top: 175px;
    right: 0px;
    direction: rtl;
    z-index: 1;
}

.page_title {
    font-family: Tahoma, geneva, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    height: 63px;
    width: 379px;
    line-height: -35px;
    float: right;
}

.bg {
    background-image: url('MasterPageV2/bg_Wide.png');
    background-repeat: repeat-y;
    padding-right: 35px;
    min-height: 340px;
    width: 1255px;
    max-width: 1255px;
    direction: rtl;
}

.bg_top {
    background-image: url(MasterPageV2/bg_topWide.png);
    height: 28px;
    width: 1255px;
    background-repeat: no-repeat;
    margin-top: -3px;
    z-index: 0;
}

.bg_boot {
    background-image: url(MasterPageV2/bg_boot_Wide.png);
    background-repeat: no-repeat;
    height: 83px;
    width: 1255px;
}

.topmenufill {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 170px;
    float: left;
}

.pageheader {
    text-align: center;
    direction: rtl;
    height: 30px;
    width: 1135px;
    font-family: Tahoma, geneva, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #bedde1;
    line-height: 30px;
    padding-right: 45px;
}

.messageIcon {
    display: block;
    height: 32px;
}

.warningIcon {
    background: url(images/warning.svg);
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
}

.successIcon {
    background: url(images/success.svg);
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
}

.attentionIcon {
    background: url(images/attention.svg);
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
}

.alertDialogButton {
    display: inline-table;
    margin-left: 1%;
    margin-right: 1%;
}

.roundedPopup {
    -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,0.25), 0 8px 16px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0 0 0 1px rgba(255,255,255,0.25), 0 8px 16px 0px rgba(0,0,0,0.35);
    box-shadow: 0 0 0 1px rgba(255,255,255,0.25), 0 8px 16px 0px rgba(0,0,0,0.35);
}

    .roundedPopup, .roundedPopup .dxpcHeader {
        -webkit-border-top-left-radius: 15px;
        border-top-left-radius: 15px;
        -webkit-border-top-right-radius: 15px;
        border-top-right-radius: 15px;
    }

.roundedPopup, .dxpcContent, .roundedPopup {
    -webkit-border-bottom-left-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
