﻿body {
    font-size: 16px;
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #222;
    margin: 0;
    padding: 0;
}

header {
    margin: 0 auto;
    background-color: whitesmoke;
}

footer {
    font-family: Roboto;
    font-size: .75em; /*12 px*/
    color: #778;
    text-align: center;
    border-top: solid 1px #ccc;
    padding-top: 2px;
}

a.darkLink:link, a.darkLink:visited, a.darkLink:active {
    color: #666;
    font-size: 11pt;
    text-decoration: none;
}

a.darkLink:hover {
    text-decoration: underline;
}

.heading1 {
    font-size: 1.5em;
    padding-bottom: 10px;
}

.heading1NoPadding {
    font-size: 1.5em;
}

.heading2 {
    font-size: 1em;
    font-weight: bold;
    text-decoration: underline;
    padding-bottom: 5px;
}

.heading3 {
    font-size: 1.25em;
    padding-bottom: 10px;
}

.menu-active {
    background-color: #2098d1;
}

input[type="radio"] {
    cursor: pointer;
}

    input[type="radio"] + label {
        margin-left: 5px;
        font-weight: normal;
        cursor: pointer;
    }

input[type="checkbox"] {
    cursor: pointer;
}

    input[type="checkbox"] + label {
        margin-left: 5px;
        font-weight: normal;
        cursor: pointer;
    }

div.divRow {
    background-color: white;
}

    div.divRow:hover {
        background-color: #F2F2F2;
    }

div.divRowActive {
    font-weight: bold;
}

.teethTable {
    margin: 0 auto;
}

    .teethTable td {
        padding-left: 1px;
        padding-right: 1px;
        width: 30px;
    }

.radioButtonList label {
    padding-right: 15px;
}

.panelWithTopLine {
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.menuBubble {
    margin-left: 5px;
    padding: 2px 4px 2px 4px;
    background-color: #df0a0a;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
}
/* menu */
.dropdown, .dropdown-menu {
    z-index: 100000;
}

.navbar {
    position: static;
}

.modal {
    z-index: 100001;
}

.state {
    margin-top: 1px;
    vertical-align: middle;
}

.box {
    border: 1px solid #ccc;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    background-color: Whitesmoke;
}

.paddingBottom {
    padding-bottom: 20px;
}

.RadUpload, .RadUploadProgressArea {
    line-height: 0.6 !important;
}

.RadEditor .reContentArea:focus {
    outline: none !important;
}