﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/
.restricted {
    color: red;
}

.editButton {
    width: 60px;
}

.spacer25 {
    margin-top: 25px;
}

.spacer50 {
    margin-top: 50px;
}

.spacer75 {
    margin-top: 75px;
}

.spacer100 {
    margin-top: 100px;
}

.rtfEditor {
    margin-top: 10px;
    max-height: 250px;
    height: 250px;
    background-color: white;
    border-collapse: separate;
    border: 1px solid rgb(204, 204, 204);
    padding: 4px;
    box-sizing: content-box;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0 1px 1px 0 inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.0745098) 0 1px 1px 0 inset;
    box-shadow: rgba(0, 0, 0, 0.0745098) 0 1px 1px 0 inset;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    overflow: scroll;
    outline: none;
}


.widthCheckbox {
    width: 32px;
}

.width100 {
    width: 100px;
}
.width80 {
    width:80px;
}
.width60 {
    width: 60px;
}

input[type=checkbox] {
    margin: 0;
    padding: 0;
}

.typeahead {
    background-color: #fff;
}

.typeahead:focus {
    border: 2px solid #0097cf;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-dropdown-menu {
    width: 422px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.validationMessage {
    width: 400px;
    position: absolute;
    margin-top: -3px;
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion p {
    margin: 0;
}

.table tbody > tr > td .vert-align {
    vertical-align: middle;
}

td input[type=checkbox] {
    -webkit-box-shadow: none;
    -moz-box-shadow:none;
    box-shadow: none;
}

/* mvc grid custom additions */
.mvc-grid tbody {
    display: block;
    height: 200px;
    overflow: auto;
}

.mvc-grid thead, .mvc-grid tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.mvc-grid thead {
    width: calc( 100% - 1em )
}

.panel-heading .chevron-up:after {
    content: "\f077";
}

.panel-heading .collapsed .chevron:after {
    content: "\f054";
}

.panel-heading .collapsed .fa-chevron-up:before {
    content: "\f078";
}


