
body {
    font-family: "Bitstream Vera Sans", "Lucida Grande", "Verdana";
    font-size: 13px;
    color: #333;
}

h1,h2 {
    margin-top: 0px;
}

.bgimage {
    opacity: 0.2;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 820px;
    height: auto;
    margin-left: 15%;
}

@media screen and (max-width: 1000px) {
    .bgimage {
        margin-left: 0px;
    }
}

.main {
    border: 1px solid #066;
    border-radius: 10px;
    padding: 20px;
    margin: 50px auto;
    max-width: 640px;
}

.smallmain {
    border: 1px solid #066;
    border-radius: 10px;
    padding: 20px;
    margin: 50px auto;
    max-width: 250px;
}

.message {
    display: table;
    margin: 10px auto 10px auto;
    padding: 5px;
    font-size: 12pt;
    border: 1px solid #0cc;
    border-radius: 5px;
    color: #066;
    background-color: #cff;
}

.label {
    min-width: 80px;
}

.wide {
    width: 100%;
    box-sizing: border-box;
}

textarea {
    width: 100%;
    height: 120px;
    font-size: 10pt;
    font-family: "Bitstream Vera Sans", "Lucida Grande", "Verdana";
    box-sizing: border-box;
}

.big-text-area {
    font-size: 10pt;
}

.comment-box {
    font-size: 9pt;
    padding: 2px;
    margin: 2px -2px;
}

.comment-box-text-area {
    font-size: 9pt;
    padding: 2px;
    margin: 1px -3px;
}

.icon {
    max-width: 100px;
    max-height: 100px;
    float: right;
    margin-left: 10px;
    border: 1px solid #066;
    border-radius: 5px;
}

.smallicon {
    max-width: 60px;
    max-height: 33px;
    float: right;
    margin-left: 10px;
    border: 1px solid #066;
    border-radius: 3px;
}

.medicon {
    max-width: 300px;
    max-height: 200px;
    border: 0px;
    padding: 3px;
}

.medicon_selected {
    max-width: 300px;
    max-height: 200px;
    border: 3px solid #0cc;
    border-radius: 4px;
    padding: 0px;
}

a {
    color: #066;
    text-decoration: none;
}

a:hover {
    color: #0cc;
    text-decoration: underline;
}

.title {
    font-size: 16pt;
}

.item {
    clear: both;
    padding: 15px;
}

.smallitem {
    clear: both;
    margin-left: 10px;
}

.button {
    font-size: 12pt;
}

button {
    background-color: #0cc;
    border: 0px;
    border-radius: 3px;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

input[type=text],textarea {
    border: 1px solid #0cc;
    border-radius: 3px;
    outline: none;
}

input[type=text] {
    height: 30px;
    font-size: 12pt;
}

input[type=text]:focus,textarea:focus {
    box-shadow: 0 0 5px #0cc;
    border: 1px solid #0cc;
}

.disc {
    margin-top: 15px;
    margin-left: 30px;
    font-size: 9pt;
}

.subtext {
    margin-left: 15px;
    font-size: 9pt;
}

.ws {
    white-space: pre-wrap;
}

.cancel {
    margin-left: 20px;
}

.discedit {
    clear:both;
}

.indent {
    margin-left: 10px;
}

.deletecheck {
    float: left;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.deletetitle {
    font-size: 11pt;
}

h3 {
    margin-bottom: 3px;
}

.truncate {
    overflow:hidden;
    white-space:nowrap;
}

.bulk {
    float: right;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 28px;
  border: 1px solid #0cc;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 50%;
}

input:checked + .slider {
  /*background-color: #2196F3;*/
  background-color: #0cc;
}

input:focus + .slider {
  /*box-shadow: 0 0 1px #2196F3;*/
  box-shadow: 0 0 1px #0cc;
}

input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

/*
h1 {
font-size: 28px;
color: #000;
}


#page {
background-color: #ddd;
width: 750px;
margin: auto;
margin-left: auto;
padding-left: 0px;
margin-right: auto;
}

#content {
background-color: white;
border: 3px solid #aaa;
border-top: none;
padding: 25px;
width: 500px;
}

#sidebar {
float: right;
width: 175px;
}

#header, #about, #getting-started {
padding-left: 75px;
padding-right: 30px;
}


#header {
background-image: url("/images/perldancer.jpg");
background-repeat: no-repeat;
background-position: top left;
height: 64px;
}
#header h1, #header h2 {margin: 0}
#header h2 {
color: #888;
font-weight: normal;
font-size: 16px;
}

#about h3 {
margin: 0;
margin-bottom: 10px;
font-size: 14px;
}

#about-content {
background-color: #ffd;
border: 1px solid #fc0;
margin-left: -11px;
}
#about-content table {
margin-top: 10px;
margin-bottom: 10px;
font-size: 11px;
border-collapse: collapse;
}
#about-content td {
padding: 10px;
padding-top: 3px;
padding-bottom: 3px;
}
#about-content td.name  {color: #555}
#about-content td.value {color: #000}

#about-content.failure {
background-color: #fcc;
border: 1px solid #f00;
}
#about-content.failure p {
margin: 0;
padding: 10px;
}

#getting-started {
border-top: 1px solid #ccc;
margin-top: 25px;
padding-top: 15px;
}
#getting-started h1 {
margin: 0;
font-size: 20px;
}
#getting-started h2 {
margin: 0;
font-size: 14px;
font-weight: normal;
color: #333;
margin-bottom: 25px;
}
#getting-started ol {
margin-left: 0;
padding-left: 0;
}
#getting-started li {
font-size: 18px;
color: #888;
margin-bottom: 25px;
}
#getting-started li h2 {
margin: 0;
font-weight: normal;
font-size: 18px;
color: #333;
}
#getting-started li p {
color: #555;
font-size: 13px;
}

#search {
margin: 0;
padding-top: 10px;
padding-bottom: 10px;
font-size: 11px;
}
#search input {
font-size: 11px;
margin: 2px;
}
#search-text {width: 170px}

#sidebar ul {
margin-left: 0;
padding-left: 0;
}
#sidebar ul h3 {
margin-top: 25px;
font-size: 16px;
padding-bottom: 10px;
border-bottom: 1px solid #ccc;
}
#sidebar li {
list-style-type: none;
}
#sidebar ul.links li {
margin-bottom: 5px;
}

h1, h2, h3, h4, h5 {
font-family: sans-serif;
margin: 1.2em 0 0.6em 0;
}

p {
line-height: 1.5em;
margin: 1.6em 0;
}

code, .filepath, .app-info {
    font-family: 'Andale Mono', Monaco, 'Liberation Mono', 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', monospace;
}

#footer {
clear: both;
padding-top: 2em;
text-align: center;
padding-right: 160px;
font-family: sans-serif;
font-size: 10px;
}
*/
