﻿#alertFaderRegion {
    display: none;
    position: fixed;
    /* right: 5%; */
    /* top: 10px; */
    right: 50px;
    top: 145px;
    z-index: 1000;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #bbbbbb;
    border-right: 3px solid #aaaaaa;
    border-bottom: 3px solid #aaaaaa;
    -webkit-box-shadow: 3px 3px 3px #444444;
    -ms-box-shadow: 3px 3px 3px #444444;
    box-shadow: 3px 3px 3px #444444;
    font-family: sans-serif;
    font-size: 12px;
    padding: 20px;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


.bufferBottom {
    margin-bottom: 20px;
}

.bufferLeft {
    margin-left: 20px;
}

.bufferRight {
    margin-right: 20px;
}

.bufferTop {
    margin-top: 20px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.k-notification {
    border: 0;
}

/* Error template */

.labelTargetBasic {
    font-weight: 600;
    -ms-text-shadow: 1px 1px 1px #cccccc;
    text-shadow: 1px 1px 1px #cccccc;
}

.labelTarget {
    font-weight: 600;
    -ms-text-shadow: 1px 1px 1px #cccccc;
    text-shadow: 1px 1px 1px #cccccc;
}

.labelTarget.Descriptor {
    color: #0073C0;
}

.labelTarget.SpecialDescriptor {
    color: #8BC741;
}

.labelTarget.MajorDescriptor {
    color: #5C9BAA;
}

.labelTarget.White {
    color: #ffffff;
}

.labelTarget.Contact {
    color: #7DB393;
}

.labelTarget.MinorDescriptor {
    color: #7DB393;
}

.labelTarget.Error {
    color: #ff0000;
}

.labelTarget.Black {
    color: #000000;
}

.errorNotification {
    background: #ff0000;
    color: #ffffff;
    padding: 30px;
    width: 250px;
    height: 100px;
}

.errorNotification span {
    font-size: 13px;
    font-weight: normal;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;
}

.input-color {
    position: relative;
}

.input-color input {
    padding-left: 20px;
}

.input-color .color-box {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ccc;
    position: absolute;
    left: 5px;
    top: 5px;
    border: 1px solid black;
}

.minimal-panel {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    -moz-min-width: 600px;
    -ms-min-width: 600px;
    -o-min-width: 600px;
    -webkit-min-width: 600px;
    min-width: 600px;
}

.navbar-inverse {
    background-color: #333399 !important;
}

.navbar-inverse .navbar-brand {
    color: #ffffff !important;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff !important;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Arial';
    content: "\25BC";
    font-weight: bold;
    float: right;
    color: grey;
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    font-family: 'Arial';
    content: "\25B2";
    font-weight: bold;
    float: right;
    color: grey;
}

.panel-title {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 12px !important;
}

.timeSuffix {
    float: right;
    font-size: 10px;
}

.technicalDetail {
    position: fixed;
    right: 50px;
    top: 50px;
    z-index: 1000;
    display: block;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #bbbbbb;
    border-right: 3px solid #aaaaaa;
    border-bottom: 3px solid #aaaaaa;
    -webkit-box-shadow: 3px 3px 3px #444444;
    -ms-box-shadow: 3px 3px 3px #444444;
    box-shadow: 3px 3px 3px #444444;
    font-family: sans-serif;
    font-size: 12px;
    padding: 20px;
    width: 800px;
    height: 400px;
    color: #ffffff;
    background-color: #333399;
    border-color: #bce8f1;
    overflow: scroll;
}

ul {
    list-style-type: none;
}

.uploadedImage {
    display: block;
    max-width:640px;
    max-height:480px;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* Success template */

.upload-success {
    background: #009900;
    color: #ffffff;
    padding: 30px;
    width: 250px;
    height: 100px;
}

.upload-success span {
    font-size: 13px;
    font-weight: normal;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;
    vertical-align: middle;
}