/* app css stylesheet */

.menu {
    list-style: none;
    border-bottom: 0.1em solid black;
    margin-bottom: 2em;
    padding: 0 0 0.5em;
}

.menu:before {
    content: "[";
}

.menu:after {
    content: "]";
}

.menu > li {
    display: inline;
}

.menu > li:before {
    content: "|";
    padding-right: 0.3em;
}

.menu > li:nth-child(1):before {
    content: "";
    padding: 0;
}

.hours {
    background: none;
    height: 20%;
    left: 48.75%;
    position: absolute;
    top: 30%;
    transform-origin: 50% 100%;
    width: 2.5%;
}

.form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0px;
    padding-top: 0px !important;
}

.confidence, .guess {

    margin-bottom: 1vw;
}

.md-chip {
    position: relative;
}

.md-chip .md-chip-remove-container {
    position: absolute !important;
    right: 4px !important;
    top: 4px;
    margin-right: 0;
    height: 24px;
}

.md-chip .md-chip-remove-container button.vegetablechip {
    position: relative;
    height: 24px;
    width: 24px;
    line-height: 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    transition: background 0.15s linear;
    display: block;
}

.md-chip .md-chip-remove-container button.vegetablechip md-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) scale(0.7);
    color: white;
    fill: white;
}

.md-chip .md-chip-remove-container button.vegetablechip:hover, .chipsdemoBasicUsage .custom-chips .md-chip .md-chip-remove-container button.vegetablechip:focus {
    background-color: #0288d1;
}

.md-chip:not(.md-readonly) md-chip-template {
    padding-right: 5px;
}

.odd-cell {
    color: #555;
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;
    border-right: 1px solid #e4e4e4;
    background-color: #f4f4f4;
}

.even-cell {
    color: #555;
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;
    border-right: 1px solid #e4e4e4;
    background-color: #fff;
}

div.odd-cell > div {

    color: #555;
    padding: 15px;
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;
    font-weight: 700;
}

div.even-cell > div {
    color: #555;
    padding: 15px;
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;
    font-weight: 700;
}

div.odd-cell > div.sld {
    background: #0288d1 none repeat scroll 0% 0%;
    font-weight: 700;
    color: #FFF;
}

div.even-cell > div.sld {
    background: #039be5 none repeat scroll 0% 0%;
    font-weight: 700;
    color: #FFF;
}

md-tabs:not(.md-no-tab-content):not(.md-dynamic-height) {
    min-height: 900px;
}

md-tab-content {
    padding: 25px;
}

md-tab-content:nth-child(1) {
    background-color: #fff;
}

md-tab-content:nth-child(2) {
    background-color: #fff;
}

md-tab-content:nth-child(3) {
    background-color: #ddd;
}

after-tabs-area > span {
    margin-top: 25px;
    padding-right: 15px;
    vertical-align: middle;
    line-height: 30px;
    height: 35px;
}

after-tabs-area > md-checkbox {
    margin-top: 26px;
    margin-left: 0;
}

div.intro {
    text-align: left;
}

md-switch.md-checked .md-thumb {
    background-color: #333;
}

.table-header {
    background-color: #fff;
    padding: 15px;
    color: #555;
    font-size: 16px;
    line-height: 20px;
    height: 30px;
    vertical-align: middle;
    border-right: 1px solid #e4e4e4;
    border-bottom: 5px solid #000;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
}

.table-header2 {
    background-color: white;
    padding: 0px 0px 0px 15px;
    color: #555;
    font-size: 16px;
    line-height: 25px;
    height: 30px;
    vertical-align: middle;
    border-right: 1px solid #e4e4e4;
    border-bottom: 5px solid #000;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
}

.table-header2 > div {
}

.table-header3 {
    background-color: white;
    padding: 0px 0px 0px 15px;
    color: #555;
    font-size: 16px;
    line-height: 25px;
    height: 30px;
    vertical-align: middle;
    border-right: 1px solid #e4e4e4;
    border-bottom: 5px solid #000;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
}