body {
    overflow-y: scroll;
    font-size: 14px;
    font-family: 'Arial';
    background: #f1f1f1;
}

h1,
h2,
h3 {
    margin-top: 0px;
    margin-bottom: 15px;
}

label {
    font-weight: normal;
}


/* CUSTOM */

#top {
    padding: 10px 0 10px 20px;
    background: #fff;
    height: 98px;
}

#top .label {
    display: block;
    float: left;
    color: #333535;
    font-weight: 700;
    font-size: 45px;
    margin: 8px 0 0 20px;
}

.navbar {
    margin: 0 0 30px 0;
}

.navbar-inverse {
    background: #0a5a83;
    color: #ccc;
}

.navbar-nav>li::before {
    content: "|";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px;
    margin-right: -3px;
    font-size: 16px;
    color: #ccc;
    font-weight: 300;
    z-index: 1000;
}

.navbar-nav>li:last-child:before {
    content: none;
}

.navbar-inverse .navbar-brand {
    color: #fff;
    font-weight: 700;
}

.navbar-inverse .navbar-nav>li>a {
    color: #ccc;
    font-weight: 700;
}

.nav-tabs>li>a {
    font-weight: 700;
    color: gray;
}

.nav>li.disabled>a,
.nav>li.disabled>a:hover {
    color: #ccc;
}


/*  checkbox */

.form-control {
    font-size: 13px;
}

.form-control.checkbox,
.form-control.radio {
    width: auto;
    min-height: auto;
}

.form-horizontal .htmlobject_box.checkbox,
.form-horizontal .htmlobject_box.radio {
    padding-top: 0;
    padding-bottom: 5px;
}


/* speed up collapse */

.collapsing {
    position: relative;
    height: 0px;
    overflow: hidden;
    -o-transition: height .0s ease;
    transition: height .0s ease;
}


/* function box */

.function-box {
    padding-bottom: 4px;
    box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.30);
}

.function-box .panel-heading {
    cursor: move;
}

.popunder {
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
}

#navbar-left {
    width: auto;
    position: absolute;
    z-index: 9;
    padding-left: 0;
    padding-right: 0;
}


/* modal dialog */

.modal-header {
    padding: 10px;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #999;
    opacity: 0.3;
    z-index: 1000;
}

.modal-box {
    position: fixed;
    width: 300px;
    height: 150px;
    padding: 10px 30px;
    font-size: 13px;
    border: 8px solid #999;
    background: #ffffff url('loading.gif') no-repeat center 65px;
    text-align: center;
    z-index: 1001;
}

.modal-box p {
    color: #6d6d6d;
    margin: 4px 0 0 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}


/* Custom */

.buttons {
    float: none;
    margin: 25px 0 0 0;
    text-align: center;
}

.buttons .btn {
    display: inline;
    width: auto;
}


/* Htmlobjects */

.floatbreaker {
    clear: both;
    height: 0px !important;
    position: relative;
    line-height: 0px;
    font-size: 0px;
    border: 0px none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 0px;
}


/* Box */

.htmlobject_box {
    margin-bottom: 5px;
    height: auto;
}

.htmlobject_box .left {
    padding: 0 15px 0 0;
    float: left;
    width: 35%;
    text-align: right;
}

.htmlobject_box .right {
    float: left;
}

.htmlobject_box.autosize {
    margin-left: 0;
    margin-right: 0;
}

.htmlobject_box.autosize .left {
    width: auto;
}


/* inverted box */

.form-horizontal .htmlobject_box.inverted .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: left;
}

.htmlobject_box.nowrap {
    white-space: nowrap;
    overflow: visible;
}

.htmlobject_box.inverted .left {
    margin-left: -1000px;
    float: right;
    width: 100%;
    text-align: left;
}

.htmlobject_box.inverted .right {
    float: left;
}

.htmlobject_box.inverted.checkbox .left {
    margin-right: -15px;
}

.htmlobject_box.inverted.checkbox input[type="checkbox"] {
    margin-left: 0px;
}

.htmlobject_box.inverted.checkbox .right {
    width: 20px;
}

.htmlobject_box.inverted.text .left,
.htmlobject_box.inverted.select .left {
    margin-right: -190px;
}

.htmlobject_box.inverted.text .right,
.htmlobject_box.inverted.select .right {
    width: 175px;
}


/* Form Group Box */

.htmlobject_box.formgroup .content {
    width: 300px;
    height: 300px;
    overflow: auto;
    border: 1px solid #ddd;
    padding-left: 10px;
}


/* elements added to box */

.htmlobject_box .right .checkbox.included {
    margin-right: -22px;
    margin-top: -34px;
    float: right;
}

.htmlobject_box .right select.date.included {
    padding-right: 2px;
    padding-left: 2px;
    margin-right: -44px;
    margin-top: -34px;
    width: 40px;
    float: right;
}


/* Errors */

.htmlobject_box span.error {
    color: red;
}

input.htmlobject.error {
    border: 1px solid red;
}


/* Tabs */

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: 1px solid #5aa6ca;
    border-bottom-color: transparent;
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #5aa6ca;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #0a5a83;
}

.nav-tabs {
    border-bottom: 1px solid #5aa6ca;
}

.tab-content {
    background: #fff;
    padding: 15px;
    border-left: 1px solid #5aa6ca;
    border-right: 1px solid #5aa6ca;
    border-bottom: 1px solid #5aa6ca;
}

.tab-content.noborder {
    padding: 0;
    border-left: 0px none;
    border-right: 0px none;
    border-bottom: 0px none;
}

.tabs.right .nav-tabs>li,
.htmlobject_tabs.right .nav-tabs>li {
    float: right;
}


/* Table */

.htmlobject_table .sort_box {
    float: right;
    margin: 0 0 15px 0;
}

.htmlobject_table .sort_box select {
    width: auto;
    display: inline;
    padding-right: 5px;
    max-width: 100px;
    margin-right: 2px;
}

.htmlobject_table .sort_box .offset {
    display: none;
}

.htmlobject_table .htmlobject_th a {
    display: block;
    text-decoration: none;
}

.htmlobject_table .htmlobject_th a small {
    display: block;
    float: right;
    padding-top: -10px;
}

.htmlobject_table .htmlobject_td.head {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
}


/* Table actions */

.htmlobject_table .htmlobject_td.actions {
    border: 1px solid transparent;
}

.htmlobject_table .actiontable {
    padding: 5px 0 0 0;
    text-align: right;
}

.htmlobject_table .actiontable .btn {
    margin: 0 0 0 3px;
}

.htmlobject_table .selecttable {
    margin: 0 15px 0 0;
}

.htmlobject_table .htmlobject_td.action {
    width: 90px;
    vertical-align: top;
    text-align: center;
}

.htmlobject_table .htmlobject_td.action a {
    display: block;
    margin: 0 0 2px 0;
}

.htmlobject_table .htmlobject_td.identifier {
    width: 20px;
    vertical-align: top;
}


/* Table pageturn */

.htmlobject_table .htmlobject_td.pageturn_head {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    padding-bottom: 0;
}

.htmlobject_table .htmlobject_td.pageturn_bottom {
    border: 1px solid transparent;
}

.htmlobject_table .pageturn_table {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

.htmlobject_table .pageturn_table td {
    white-space: nowrap;
}

.htmlobject_table .pageturn_table .pageturn_middle {
    width: 160px;
    text-align: center;
    font-size: small;
}

.htmlobject_table .pageturn_box {
    margin: 5px 0 0 0;
}

.htmlobject_table .pageturn_box a {
    margin: 0 3px 0 0;
}

.navbar {
    margin: 0px;
}

#wrapper {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    background-image: url('../img/floor-plan_background.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #FFFFFF;
    background-position: center center;
    background-size: 120% 120%;
    min-height: 700px;
}

.mycard {
    position: relative;
    height: 450px;
    width: 20rem;
}

.card {
    background-color: #fff;
    border: solid #0a5a83;
    border-radius: 5px;
    border-width: 1px;
    padding: 20px;
    margin-top: 120px;
    margin-bottom: 40px;
    width: 22.4rem;
}

#element1 {
    position: absolute;
    box-shadow: 12px 8px 6px rgb(155, 166, 172, 0.7);
    height: 480px;
    width: 22.4rem;
    z-index: 10;
}

#element2 {
    position: absolute;
    background-color: rgb(10, 90, 131, 0.7);
    height: 480px;
    width: 22.4rem;
    transform: rotate(-6deg);
    z-index: 0;
}

.card:hover {
    transform: scale(1.12);
    transition: transform 500ms ease-in-out;
}

.icon {
    margin-top: 20px;
    margin-left: -10px;
    margin-bottom: 35px;
    color: #337ab7;
    text-align: center;
}

h3 {
    font-weight: 600;
}

.card-text {
    margin-top: 30px;
    margin-bottom: 48px;
}