﻿.Container {
    margin: auto;
    min-height: 400px;
    background: #ffffff;
    max-width: 500px;
    min-width: 500px;
    border: solid 1px #d4d4d4;
    padding: 0 20px 20px 20px;
}

.ToolBar {
    border: solid 1px #d4d4d4;
    padding: 10px;
    margin-bottom: 20px;
}

.GridContainer {
    background: #D6D6D6;
    min-height: 300px;
    border: solid 1px #d4d4d4;
}


.ModalPopupBG {
    background-color: #D6D6D6;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.popup_Container {
    border: 1px solid #000000;
    padding: 0px 0px 0px 0px;
    background: #ffffff;
}

.popupConfirmation {
    width: 300px;
    height: 200px;
}

.popup_Titlebar {
    background: url(~/../../Images/fondotitulo.png);
    height: 29px;
}

.TitlebarLeft {
    float: left;
    padding-left: 5px;
    padding-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
}

.TitlebarRight {
    background: url(~/../../Images/cross_icon_normal.png);
    background-position: right;
    background-repeat: no-repeat;
    height: 15px;
    width: 16px;
    float: right;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 5px;
}

.popup_Buttons {
    margin: 10px;
}

.modal {
    position: fixed;
}

.modal-dialog {
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}