.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

.tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000000;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000000;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 400px !important;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.popover-title:empty {
    display: none;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

.popover .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #ffffff;
    border-bottom-width: 0;
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

.popover.right .arrow:after {
    bottom: -10px;
    left: 1px;
    border-right-color: #ffffff;
    border-left-width: 0;
}

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
}

.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #ffffff;
    border-top-width: 0;
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0;
}

.popover.left .arrow:after {
    right: 1px;
    bottom: -10px;
    border-left-color: #ffffff;
    border-right-width: 0;
}

#sticky {

}

#sticky.stick {
    position: fixed;
    top: 50px;
    z-index: 10000;
}

p {
    word-break: break-word; /* todo sean find out why this is here? */
    word-wrap: break-word;
}

pre {
    word-break: break-all;
    word-wrap: break-word;
}

/* Metadata builder progress bar */
/*.stepText {*/
/*text-align: center;*/
/*vertical-align: middle;*/
/*line-height: 20px;       !* the same as your div height *!*/
/*}*/

.bs-wizard {
    margin-top: 40px;
}

/*Form Wizard*/
.steps-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 30px 0;
}

.steps-wizard > .steps-wizard-step {
    padding: 5px 0 10px 0;
    position: relative;
    background-color: white;
}

.steps-wizard > .steps-wizard-step + .steps-wizard-step {
}

.steps-wizard > .steps-wizard-step .steps-wizard-stepnum {
    color: #595959;
    font-size: 16px;
    margin-bottom: 5px;
}

.steps-wizard > .steps-wizard-step .steps-wizard-info {
    color: #999;
    font-size: 14px;
}

.steps-wizard > .steps-wizard-step > .steps-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #fbe8aa;
    top: 50px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.steps-wizard > .steps-wizard-step > .steps-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #fbbd19;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.steps-wizard > .steps-wizard-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
}

.steps-wizard > .steps-wizard-step > .progress > .progress-bar {
    width: 0px;
    box-shadow: none;
    background: #fbe8aa;
}

.steps-wizard > .steps-wizard-step.complete > .progress > .progress-bar {
    width: 100%;
}

.steps-wizard > .steps-wizard-step.active > .progress > .progress-bar {
    width: 50%;
}

.steps-wizard > .steps-wizard-step:first-child.active > .progress > .progress-bar {
    width: 0%;
}

.steps-wizard > .steps-wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}

.steps-wizard > .steps-wizard-step.disabled > .steps-wizard-dot {
    background-color: #f5f5f5;
}

.steps-wizard > .steps-wizard-step.inactive > .steps-wizard-dot {
    background-color: #f5f5f5;
}


.steps-wizard > .steps-wizard-step.disabled > .steps-wizard-dot:after {
    opacity: 0;
}

.steps-wizard > .steps-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}

.steps-wizard > .steps-wizard-step:last-child > .progress {
    width: 50%;
}

.steps-wizard > .steps-wizard-step.disabled a.steps-wizard-dot {
    pointer-events: none;
}

/* steps wizard mods */
.steps-wizard-step.active {
    background-color: #FFF5D6;
}
.steps-wizard-step.active:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 50px 0 50px;
    border-color: #FFF5D6 transparent transparent transparent;
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translate(-50%, 0);
}

/*END Form Wizard*/





/*adminLTE overrides to fix bootstrap3 behaviors*/
#info-box.affix {
    position: fixed;
    top:80px !important;
    width: 25%;
    display: block;
}

@media (max-width: 992px){
    #info-box, #info-box.affix {
        position: fixed;
        display: none;
        width: 60%;
        left: 20%;
        top: 200px !important;
        z-index: 1000;
    }
}

#close-info {
    cursor: pointer;
}

.content-wrapper, .right-side {
    background-color: #fdfdfd;
}

pre[class*="language-"] {
    margin-top: 0;
}
