﻿
body {
    /* background: #eaeaea; */
    background: #f4f5f7;
}
.viewDialogHeaderM {
    /* border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa; */
    background: #fff;
    -moz-border-radius-topleft: .25rem;
    -webkit-border-radius-topleft: .25rem;
    border-top-left-radius: .25rem;
    -moz-border-radius-topright: .25rem;
    -webkit-border-radius-topright: .25rem;
    border-top-right-radius: .25rem;
    /* -webkit-box-shadow: 0 2px 4px #999;
    -moz-box-shadow: 0 2px 4px #999;
    box-shadow: 0 2px 4px #999; */
    margin-top: 20%;

    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.viewDialogHeaderLabel {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Droid Sans',helvetica,arial,clean,sans-serif;
    font-family: 'Cabin',helvetica,arial,clean,sans-serif;
    font-weight: 700;
    letter-spacing: -0.004em;
    word-spacing: -0.041em;
    line-height: 1.42857143;
    font-size: 1.25em;
    background: #f9f9f9;
}

.viewDialogContainer {
    -moz-border-radius-bottomleft: .25rem;
    -webkit-border-radius-bottomleft: .25rem;
    border-bottom-left-radius: .25rem;
    -moz-border-radius-bottomright: .25rem;
    -webkit-border-radius-bottomright: .25rem;
    border-bottom-right-radius: .25rem;
    /* border-right: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    background: #eee;
    -webkit-box-shadow: 0 2px 4px #999;
    -moz-box-shadow: 0 2px 4px #999;
    box-shadow: 0 2px 4px #999; */

    background: #fff;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;

    /* border-radius: .25rem; */
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
