﻿.color-sample {
    /*COLORS WITHIN COLOR SCHEME
    ===============================*/
    color: #323b46; /*dark blue - primary theme color*/
    color: #335163; /*med blue*/
    color: #2F191A; /*faux black*/
    color: #eeeeee; /*light gray*/
    color: #dadada; /*medium gray*/
    color: #FFF5EF; /* very light red background */
    color: #E2FFC7; /* very light green background */
    color: #e8e0a3; /* yellow color */
    color: #01571e; /* dark green / OE button outline */
    color: #ba0c00; /*red*/
    color: #ba9800; /*canvas*/
    color: #ba6900; /*in case you need orange*/
    color: #008cba; /* med blue back button color*/
    color: #013e5c; /* dark blue */
    color: #ebf0ff; /*very light blue bg */
}

/* define classes common to multiple views here. No pure HTML Elements */

.block-header {
    padding: 1px;
    background-color: #DADADA;
    border-top: 1px solid #a2a5a9;
    border-bottom: 1px solid #a2a5a9;
}

a.bold-link {
    font-size: 12px;
    text-decoration: underline;
    font-weight: bold;
}

a.small-link {
    font-size: 10px;
    text-decoration: underline;
}

.small-text {
     font-size: 10px;
}

.bold-red {
    color: #B61809;
    font-size: 13px;
    font-weight: bold;
}

.pointer {
    cursor:pointer;
}

.oe-nav-buttons {
    text-align: right;
    margin-right: 88px;
}

img.page_loading_icon {
    width: 50px;
    height: 50px;
    margin: 20px auto;
    display: block;
}

header, footer, nav, section {
    display: block;
}

.error_text {
    font-weight: bold;
    color: #B61809;
    font-size: 14px;
}

.success-text {
    font-weight: bold;
    color: #B61809;
    font-size: 14px;
}

.note {
    font-style: italic;
    font-size: 11px;
    color: #335163;    
}

textarea.notes-area {
    width: 80%;
    font-size: 10px;
    height: 70px;
    color: #333;
}

.zero, .zero a {
    padding: 0;
    margin: 0;
    border: 0;
}

.centered {
    text-align: center;
}

.hr-div {
    width: 80%;
    height: 1px;
    background-color: #335163;
    padding: 0;
    overflow: hidden;
}

.hr-lite {
    border: 1px dotted #dddddd;
    border-style: none none dotted; 
    width: 80%;
    height: 1px;
    background-color: #dddddd;
    
    padding: 0;
    overflow: hidden;
}

a.nocando {
    pointer-events: none;
    display: inline-block;
    cursor: default;
    color: #b0b0b0;
}

.rotate-90 {
    display: block;    
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  /* Should be unset in IE9+ I think. */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}


        .bubble-div {
            border-radius: 15px;
            -moz-border-radius: 15px;
            -webkit-border-radius: 15px;
            background-color: white;
            display: inline-block;
            margin: 20px 15px;
            padding-top: 0px;
            padding-bottom: 20px;
            border: 2px solid #333333;
            overflow: hidden;
            vertical-align: top;
            min-width: 200px;
            text-align: left;
            position: relative;
        }

        .bubble-div .bd-title {
            border-bottom: 1px solid #333333;
            background-color: #FFA500;
            color: #222222;
            font-size: 13px;
            font-weight: bold;
            text-align: center;
            padding: 3px 10px;
            margin-bottom: 12px;
        }

        .bubble-div .bd-title.bd-alt {
            background-color: #323b46;
            color: #e0e0e0;
        }

        .bubble-div > * {
            margin-left: 15px;
            margin-right: 15px;
        }

        .bubble-div > .bd-title {
            margin-left: 0;
            margin-right: 0;
        }

        .bubble-div .bubble-div {
            background-color: #eeeeee;
            min-width: 150px;
        }

        .bubble-div.square-div {
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border: 1px solid black;
            min-width: 80px;
            margin-left: 70px;
            min-height: 70px;
        }

        .close-btn {
            border: 2px solid #c2c2c2;
            position: absolute;
            padding: 1px 5px;
            top: 0px;
            background-color: #605F61;
            right: -15px;
            border-radius: 20px;
        }

        .close-btn a {
            font-size: 15px;
            font-weight: bold;
            color: white;
            text-decoration: none;
        }

.labelA {
    width: 80px;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
}

.labelB {
    width: 120px;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
}

.lbl {
    font-weight: bold;
    font-size: 12px;
    color: #444444;
    padding-left: 10px;
}

.ctr {
    text-align: center;
}

.bolder {
    font-size: 16px;
    font-weight: bold;
    color: #335163;
}

.tiny-text {
    font-size: 9px;
}

.dk-blue-standout-text {
    color: #323b46; 
    font-weight: bold;
    font-size: 12px;
}

span.sort-column:hover {
    cursor: pointer;
    color: #FFA500;
}

.btn-small {
    height:18px;
    font-size:11px;
    padding:1px;    
}

.btn-small.k-button {
    height: 20px;
    font-size: 10px;
    padding: 1px;
}


.download-button {
    background-image: url('img/downloadA.gif');
    background-repeat: no-repeat;
    width: 156px;
    height: 37px;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    background-color: transparent;
    color: transparent;
    position: absolute;
    top: 17px;
    right: 10px;
}

.download-button:hover {
    background-image: url('img/downloadB.gif');
}

.loader-squares {
    width: 72px;
    height: 72px;
    display: block;
    margin: 0 auto;
}

.loader-squares-sm {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto;
    padding: 0px;
}


.nohide-tooltip .k-grid td {/* validation error tooltips get hidden behind grid cells. Apply class to fix. */
    overflow: visible;
}

.nohide-tooltip .k-tooltip-validation .k-i-warning {
    vertical-align: middle;
}


