﻿#topnav .logo-area > a, #topnav .logo-area > span, #topnav .logo-area > div {
    font-size: 24px;
    line-height: 48px;
}

.panel.panel-warning .panel-body {
    background-color: #ff6600;
    color: #fff;
}

.pr0 {
    padding-right: 0;
}

.pl0 {
    padding-left: 0;
}

.mt24 {
    margin-top: 24px;
}

.mt48 {
    margin-top: 48px;
}

.ml6 {
    margin-left: 6px;
}

.mt12 {
    margin-top: 12px;
}

.mt6 {
    margin-top: 6px;
}

a i.fa, button i.fa {
    margin-right: 6px;
}

.version {
    font-size: 10px;
}

.validation-summary-success {
    background-color: rgba(200,200,200,0.5);
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 15%;
    width: 100%;
    text-align: center;
    font-size: 300%;
    display: none;
    height: 100%;
    z-index: 9999999;
}

.summary {
    display: none;
    background-color: #ff6600;
    color: #fff;
}

    .summary .panel-body {
        background-color: #ff6600;
        color: #fff;
    }

    .summary.show {
        display: block;
    }

.ng-cloak {
    display: none;
}

.large {
    width: 90%;
}

.modal {
    background: rgba(127,127,127,0.7);
}

    .modal.large {
        width: 100%;
    }

        .modal.large .modal-lg {
            width: 90%;
        }

    .modal .modal-body {
        max-height: 80vh;
        overflow-y: auto;
    }

.form-horizontal.fixed-labels .control-label, .form-inline .control-label {
    float: left;
    width: 150px;
}

.form-horizontal.fixed-labels .controls, .form-inline .controls {
    margin-left: 155px;
}

.form-horizontal.fixed-labels input[type=checkbox].control-label {
    margin-left: 132px;
    width: 28px;
}

.short-label .control-label {
    width: 80px;
}

.short-label .controls {
    margin-left: 85px;
}

.long-label .control-label {
    width: 300px;
}

.long-label .controls {
    margin-left: 305px;
}

.packed-form-groups .form-group {
    margin-bottom: 5px;
}

.row.packed-form-groups {
    margin-bottom: 15px;
}

.panel.panel-default {
    border: solid #ddd 1px;
}

/* same height as bootstrap input fields */
form .select2-container .select2-choice {
    height: 32px;
    line-height: 30px;
}

form .select2-container {
    width: 100%;
}

/* adapt select2 to look like this theme */
.select2-container .select2-choice {
    background-image: none;
    border-radius: 2px;
    border-color: #E0E0E0;
}

    .select2-container .select2-choice .select2-arrow {
        background: #eee;
        border-left-color: #E0E0E0;
        border-radius: 0px 2px 2px 0px;
    }

.select2-container-multi .select2-choices {
    background-image: none;
    border-color: #E0E0E0;
}

.control-label.required {
    text-decoration: underline;
    font-weight: bold;
}

    .control-label.required:after {
        content: '*';
    }

.optgroup {
    float: left;
    margin-right: 12px;
    border: solid 1px #aaa;
}

    .optgroup .optgroup-legend {
        margin-top: 0;
        margin-bottom: 0;
        padding: 3px 12px;
        background-color: #eee;
    }

        .optgroup .optgroup-legend [type='checkbox'] {
            margin-right: 6px;
        }

    .optgroup .optgroup-options {
        padding: 3px 12px;
    }

        .optgroup .optgroup-options [type='checkbox'] {
            margin-right: 6px;
        }

.multiSelect-container .option {
    float: left;
    margin-right: 12px;
    vertical-align: top;
    margin-top: 5px;
}

.multiSelect-container:after {
    content: '';
    clear: both;
    display: table;
}

/*.details {}*/

.details .control-label {
    font-weight: bold;
}

.tab-pane {
    padding-top: 12px;
}

.nav-tabs > li > a {
    color: #aaa;
    background-color: #eee;
    border-bottom: solid 1px #ccc;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:active {
    background-color: #fff;
    color: #03a9f4;
    border-color: #ccc;
    border-bottom: solid 1px #fff;
}

    .nav-tabs > li.active > a:hover {
        background-color: #fff;
        border-color: #ccc;
        color: #03a9f4;
        border-bottom: solid 1px #fff;
    }

    .nav-tabs > li.active > a:active, .nav-tabs > li.active > a:focus {
        background-color: #fff;
        border-color: #ccc;
        color: #03a9f4;
        border-bottom: solid 1px #fff;
    }

/*.confirm-dialog {}*/

.confirm-dialog .modal-dialog, .alert-dialog .modal-dialog {
    width: 33%;
}


.confirm-dialog .btn {
    margin-top: 24px;
    margin-right: 6px;
}

.alert-dialog .btn {
    margin-top: 24px;
}

.variation-row {
    background-color: #efefef;
}

.dropdown-menu > .active > a {
    color: #000;
    font-weight: bold;
}

.table th {
    cursor: pointer;
}

th[sorted="true"]:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 11px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #ccc;
    /*float: right;*/
    padding-top: 5px;
    padding-left: 5px;
}

th[sorted="true"][sort-order="asc"]:after {
    content: "\f063";
}

th[sorted="true"][sort-order="desc"]:after {
    content: "\f062";
}

.page-content > .breadcrumb {
    margin-bottom: 0;
}

.ct-chart .ct-label {
    fill: #000 !important;
    font-weight: bold !important;
    font-size: 1em !important;
    z-index: 35 !important;
}

.sidebar .widget .widget-body .userinfo .info .useremail {
    max-width: 150px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}


#topnav.navbar-light-blue a {
    color: #b3e5fc;
}

#topnav.navbar-light-blue li.open > a {
    background-color: #03a9f4;
}

#topnav.navbar-light-blue li:hover > a {
    /*background-color:#0081bb;*/
    background-color: #03a9f4;
}

#topnav.navbar-light-blue li li a {
    color: #616161;
}

.cancelled {
    color: #ccc;
    text-decoration: line-through;
}

.selectable, .form-control[readonly].selectable {
    cursor: text;
}

.remove-family-warning {
    color: red;
    font-weight: bold;
}

#ibiza-auth {
    display: flex;
    justify-content: space-between;
    padding: 0 27%;
}

    #ibiza-auth #irfToken {
        width: 250px;
    }


.button__badge {
    background-color: #fa3e3e;
    border-radius: 6px;
    color: white;
    padding: 1px 3px;
    font-size: 14px;
    top: 0;
    right: 0;
    margin-left: 5px;
}

#topnav #linkToAllNotification {
    color: #03a9f4;
}

#topnav .notifications .notification-info .notification-icon {
    background: #03a9f4;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
    top: 8px;
    right: 15px;
}

.panel.single-panel {
    margin-bottom: 0;
}

.use-available-height {
    margin-top: 15px;
}

@media(min-width: 992px) {
    .use-available-height {
        overflow-y: auto;
        height: calc(100vh - 315px);
    }
}

.profile-editor oz-enum-value, .profile-editor oz-enum-all-values {
    margin-left: 20px;
}

#profile-root .panel-heading h3, #account-profile-root .panel-heading h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}

[data-toggle=collapse] {
    cursor: pointer;
}

oz-enum-value input, oz-enum-all-values input {
    margin-right: 4px;
}

oz-enum-value span, oz-enum-all-values span {
    position: relative;
    top: -2px;
}

.document-vignette {
    text-align: center;
}

    .document-vignette i {
        font-size: 24px;
    }

    .document-vignette span {
        display: block;
    }


table.table > tbody > tr.order-line-cat td {
    /* TR */
    padding: 0 10px;
    color: steelblue;
}

    table.table > tbody > tr.order-line-cat td:first-child {
        /* TR */
        padding: 0 0 0 30px;
    }

table.table > tbody > tr.order-line-option td {
    /* TR */
    padding: 0 10px;
    color: lightskyblue;
}

    table.table > tbody > tr.order-line-option td:first-child {
        /* TR */
        padding: 0 0 0 30px;
    }

table.table > tbody > tr.order-line-option-option td {
    /* TR */
    padding: 0 10px;
    color: lightskyblue;
}
    table.table > tbody > tr.order-line-option-option td:first-child {
        /* TR */
        padding: 0 0 0 60px;
    }
