﻿.ToolBar {
    border: solid 1px #d4d4d4;
    padding: 10px;
    margin-bottom: 20px;
}

.GridContainer {
    background: #ECF5FB;
    min-height: 300px;
    border: solid 1px #d4d4d4;
}


.ModalPopupBG {
    background-color: #333;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.popup_Container {
    background: #fefefe;
    border: #ddd solid 1px;
    border-radius: 6px;
    position: fixed;
    z-index: 11;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-box-shadow: 2px 4px 14px 1px rgba(50, 50, 50, 0.34);
    -moz-box-shadow: 2px 4px 14px 1px rgba(50, 50, 50, 0.34);
    box-shadow: 2px 4px 14px 1px rgba(50, 50, 50, 0.34);
}

.popup_Body {
    border-top: #eee solid 1px;
    padding: 15px 15px 15px 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    line-height: 15pt;
    clear: both;
    padding-bottom: 10px;
}

.popup_Titlebar {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
}

.TitlebarLeft {
    float: left;
    vertical-align: central;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #333;
}

.TitlebarRight {
    background-position-x: right;
    background-position-y: top;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #aaa;
    float: right;
    cursor: pointer;
    margin-right: 5px;
}

.popup_Buttons {
    margin: 10px;
    border-top: #eee solid 1px;
    text-align: right;
    padding-top: 10px;
}

.btn {
    background-color: #44c767;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 4px;
    border: 1px solid #18ab29;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    padding: 3px 10px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
}

.btnblue {
    background: #428bca;
    border: #428bca solid 1px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 4px 12px;
    text-decoration: none;
    text-align: center;
    min-width: 60px;
    position: relative;
    text-shadow: 0px 1px 0px #2f6627;
    cursor: pointer;
}
