html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 30px;
}

body > .container {
    padding: 30px 15px 0;
}

.navbar-brand img {
    height: 20px;
}

#main {
    margin-top: 55px;
    margin-bottom: 30px;
}

.form-horizontal .control-label,
.items .control-label {
    text-align: left;
}

.spacer-20 {
    width: 20px;
    height: 20px;
}

.spacer-10 {
    width: 10px;
    height: 10px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4 {
    font-size: 12px;
}

.ajax-loader {
    text-align: center;
}

.ajax-loader img {
    margin: 50px;
}

#print {
    padding: 25px;
    border: 1px solid #cccccc;
    width: 900px;
    margin: 55px auto;
}

.label {
    padding-top: 0.3em;
}

.label-not-selected {
    background-color: #eee;
    color: #000;
}

label a {
    color: #000;
}

.label-lg {
    font-size: 100%;
    padding: 10px;
    display: inline-block;
}

.breadcrumb {
    margin-top: 10px;
    margin-bottom: 5px;
}

#textAbove,
#textBelow {
    white-space: pre-wrap;
}

.jumbotron form p {
    margin-bottom: 0;
}

.jumbotron form p.form-control-static {
    padding-top: 0;
}

.jumbotron form p.form-control-static .tooltip-icon {
    padding-top: 5px;
}

.signature canvas {
    cursor: default;
    background-color: #ffffff;
}

.list-group-item p {
    margin-bottom: 0px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: #f5f5f5;
}

.container .text-muted {
    margin: 6px 0;
}

div.watermark
{
    display:block;
    position:fixed;
    z-index:1;
    width:100%;
    height:100%;
}

div.watermark div {
    margin: 85px auto;
    width: 800px;
}

table {
    border-collapse: collapse;
}

table.bordered {
    margin: 5px 0 15px 0;
}

table.bordered td {
    padding: 2px 5px 2px 5px;
    border: 1px solid black;
    font-size: 13px;
}

.transfer-form {
    margin-top: 30px;
}

.input-warning {
    border-color: orange;
}

.form-group.warning {
    border: 2px solid orange;
    border-radius: 5px;
    padding: 2px;
}

.tutorial-video {
    padding: 0 5px 5px;
}

.tutorial-video>div {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 5px 5px;
}

.tutorial-video h4 {
    margin-left: 5px;
}

#boom-path {
    position: relative;
}

#boom-path-outer img,
#boom-path img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.tooltip-icon {
    font-size: 20px;
    float: left;
    margin-right: 5px;
}

.popover {
    max-width: 1000px;
    text-align: left;
}

.popover p {
    font-size: 16px;
}

.popover-tooltip:focus {
    outline: 0;
}

.table tr.strong {
    font-weight: bold;
}

ul.notesList {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}

ul.notesList li {
    padding: 10px;
    border-top: 1px solid #ddd;
}

ul.notesList li:nth-child(even) {
    background-color: #f9f9f9;
}

.onboarding {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
}

#page-utils-loading {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 9999;
}

#page-utils-loading-inner {
    margin: auto;
    color: white;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.jumbotron {
    padding: 15px;
}

.section-progress .progress {
    margin: 0;
}

.conditions {
    color: #337ab7;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .container .jumbotron {
        padding: 10px;
    }

    input[type="color"],
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="email"],
    input[type="month"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    select,
    textarea {
        font-size: 16px;
    }

    .section-progress {
        margin: 10px -15px 0 -15px;
    }
}

@media screen and (min-width: 768px) {
    .container .jumbotron {
        padding: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}

@media print {
    #print {
        padding: 0;
        border: none;
        width: 700px;
        margin: 0 auto;
    }

    #main {
        margin: 0;
    }

    body {
        margin: 0;
        line-height: 1.1;
    }

    div.watermark div {
        margin: 50px auto;
        width: 800px;
    }

    .footer {
        display: none;
    }
}

@page{size:auto; margin-bottom:5mm;}