﻿.color-sample {
    /*COLORS WITHIN COLOR SCHEME
    ===============================*/
    color: #0a526b; /*dark blue - primary theme color*/
    color: #335163; /*med blue*/
    color: #2F191A; /*faux black*/
    color: #eeeeee; /*light gray*/
    color: #dadada; /*medium gray*/
    color: #a82314; /*red*/
    color: #DED6A8; /*canvas*/
    color: #eb8714; /*in case you need orange*/
    color: #FCFBED; /* very light red background */
    color: #daf7e2; /* very light green background */
    color: #65A0C4; /* med blue back button color*/
    color: #287960; /* dark green / OE button outline */
    color: #F5D08B; /* yellow color */
}

/* 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;
}

.bold-red {
    color: #a82314;
    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: #a82314;
    font-size: 14px;
}

.success-text {
    font-weight: bold;
    color: #a82314;
    font-size: 14px;
}

.note {
    font-style: italic;
    font-size: 11px;
    color: #335163;    
}

textarea.notes-area {
    width: 80%;
    font-size: 10px;
    height: 70px;
    color: #333;
}

.notes-textarea {
	margin-left: 75px;
	width: 400px;
	height: 150px;
	overflow-y: auto;
}

.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: #eb8714;
            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: #0a526b;
            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: #0a526b; 
    font-weight: bold;
    font-size: 12px;
}

span.sort-column:hover {
    cursor: pointer;
    color: #eb8714;
}

.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-banner {
    width: 200px;
    height: 20px;
	text-align: right;
	font-size: 11px;
    color:#444;
	position: absolute;
	top: 57px;
	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;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog {

  z-index: 1050;
  width: 600px;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-title {
    
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.alchemy {
    overflow: hidden;
}
