﻿body {
    color: #004863 !important;
}

h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.list-inline > li {
    padding-left: 15px;
    padding-right: 15px;
}

.btn-info {
    color: #5e6467;
}

.btn-pad {
    padding: 5px 30px 5px 30px !important;
}

.btn-pad-with-icon {
    padding: 5px 20px 5px 10px !important;
}

.btn-space-between {
    margin-right: 10px !important;
}

.datepicker-icon {
    background-image: url('../Images/calendar.png');
    background-repeat: no-repeat;
    background-position: right 3px center;
    border: 1px #ccc solid;
    padding: 5px;
    cursor: pointer;
}

    .datepicker-icon:hover {
        background-image: url('../Images/calendar-dark.png');
        background-repeat: no-repeat;
        background-position: right 3px center;
        border: 1px #ccc solid;
        padding: 5px;
        cursor: pointer;
    }

.container {
    width: 1170px !important;
}

.center-screen {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 30em;
    height: 18em;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
}

.center-align-images img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.highligttext {
    color: #0294d0;
    font-size: 24px;
}

.help-highlight-text {
    color: #0294d0;
    font-size: 32px;
    font-weight: normal;
}

.help-highlight {
    color: #0294d0;
}

.currentETA {
    color: #0294d0;
    white-space: pre-wrap;
    margin-bottom: 10px;
    margin-left: 15px;
}

.help-large-header {
    font-size: 40px;
    font-weight: 300;
}

.help-numbered-text {
    margin-top: -7px;
    color: #0294d0;
    font-size: 32px;
    font-weight: bold;
}

.help-content-text {
    font-size: 14px;
}

.help-line-break {
    width: 100% color: rgba(0, 0, 0, 0);
    line-height: 1px;
    background-color: #bdc7cb;
    margin-top: 10px;
    margin-bottom: 10px;
    /*margin-top: 30px;
    margin-bottom: 30px;*/
}

.help-items ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.help-items li {
    color: #0294d0;
    margin-bottom: 10px;
}

.btn-small-txt {
    font-size: 10px;
}

.btn-func {
    padding: 5px 10px 5px 10px !important;
}

.table-small-txt {
    font-size: 10px;
}

.table-medium-txt {
    font-size: 13px;
}

/*pointer change over fragtbrevlist*/
#fbtable td:hover {
    cursor: pointer;
}

.no_margin {
    margin: 0 !important;
}

.bc-1 {
    background-color: burlywood;
}

.bc-2 {
    background-color: darkgoldenrod;
}

.bc-3 {
    background-color: olive;
}

/*Left align small control labels in form-horizontal*/
.form-horizontal .control-label {
    text-align: left;
}

.rcorners {
    border-radius: 5px;
    border: 1px solid gray;
    padding: 5px;
}

.top5 {
    margin-top: 5px;
}

.top50 {
    margin-top: 50px;
}

.marginRight5 {
    margin-right: 12px;
}

.verticalLine {
    border-right: thin solid gray;
}

.form-group-sm .form-control {
    padding: 1px 2px;
}

.popupcentered {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.form-left-label-fixed {
    width: 70px;
    float: left;
    vertical-align: middle;
}

.form-left-label-pref-fixed {
    width: 170px;
    float: left;
    vertical-align: middle;
    font-size: 11px;
}

.form-left-label-pref-short-fixed {
    width: 140px;
    float: left;
    vertical-align: middle;
    font-size: 11px;
}

.form-left-label-pref-long-fixed {
    width: 310px;
    float: left;
    vertical-align: middle;
    font-size: 11px;
}

.no-right-padding {
    padding-right: 0;
}

.no-horizontal-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.form-standard-top-margin {
    margin-top: 15px;
}

.form-minimum-height {
    min-height: 35px;
}

.form-right-label-fixed {
    float: left;
}

.form-standard-left-margin {
    margin-left: 80px;
}

.form-fillremaining-container {
    display: block;
    overflow: hidden;
}

.form-fillremaining {
    width: 100%;
}

.form-medium-txt {
    font-size: 12px;
}

.form-header-label {
    font-size: 12px;
    font-weight: bold;
}

.form-medium-header-label {
    font-size: 18px;
    font-weight: bold;
}

.form-content-label {
    font-size: 12px;
    font-weight: normal;
}

.expand-button {
    width: 24px;
    margin-left: 2px;
    margin-top: 2px;
}

.grid-header-background th {
    background-color: #E7ECEE;
}

.grid-small-button button {
    padding: 2px;
}

.center-expandbutton {
    width: 13px;
    height: 13px;
    margin-top: 6px;
    margin-left: 3px;
}

.hidden {
    display: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="time"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-clear-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="time"] {
    -moz-appearance: textfield;
}

ux-dialog {
    width: 400px;
    padding: 0 !important;
}

ux-dialog-header {
    background-color: lightgray;
    padding: 10px !important;
    margin: 0;
    font-size: 28px;
    font-weight: bold;
}

    ux-dialog-header > button {
        float: right !important;
        border: none !important;
        background: 0 0 !important;
        font-size: 22px !important;
        position: relative !important;
        width: 10px !important;
        top: -4px !important;
        margin: 0 !important;
        padding: 0 !important;
        cursor: pointer !important;
    }

        ux-dialog-header > button > span {
            vertical-align: super;
            font-size: 18px;
        }

ux-dialog-footer {
    padding: 14px 20px 20px 0 !important;
}

#searchIcon2 {
    position: absolute;
    top: 9px;
    right: 41px;
    z-index: 10;
    color: #ccc;
    cursor: pointer;
}

#searchIcon {
    position: absolute;
    top: 0;
    right: 15px;
    width: 24px;
    margin: 7px -5px 0 0;
    z-index: 10;
    vertical-align: middle;
    color: #ccc;
    cursor: pointer;
}

#searchIconKartotek {
    position: absolute;
    top: 0;
    right: 5px;
    width: 24px;
    margin: 7px -5px 0 0;
    z-index: 10;
    vertical-align: middle;
    color: #ccc;
    cursor: pointer;
}

#searchIconDocuments {
    position: absolute;
    top: 0;
    right: 5px;
    width: 24px;
    margin: 7px -5px 0 0;
    z-index: 10;
    vertical-align: middle;
    color: #ccc;
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}


input.no-date-arrows[type="date"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input.no-date-arrows[type="date"]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
}

.rf_field {
    display: inline-block;
    border: 1px inset #ccc;
}

    .rf_field input {
        border: none;
        padding: 0;
    }

    .rf_field button {
        border: none;
        background: none;
    }

#godsLinjeRumfang {
    position: absolute;
    top: 40px;
    /*right : 35px;
    width : 24px;*/
    /*margin :  0 0 0 0; 
    z-index: 10;
    vertical-align : middle;
    color: #ccc;
    cursor: pointer;*/
}

input::-ms-clear {
    display: none;
}

.valign-center {
    vertical-align: middle !important;
}

.valign-bottom {
    vertical-align: bottom !important;
}

.valign-top {
    vertical-align: top !important;
}

.btn {
    padding: 5px;
}

#bg {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    z-index: -1;
}

    #bg img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        min-width: 50%;
        min-height: 50%;
    }

.jumbotron {
    height: 70px;
    color: #5e6467;
}

/*** Navbar ********/
.navbar-default {
    min-height: 112.5px;
}

/*for all ul in #menubar*/
#menubar,
#menubar ul {
    list-style: none;
    float: right;
}

    /*float all <li> in #menubar to left*/
    #menubar > li {
        float: left;
    }

    #menubar li a {
        display: block;
        margin-left: 30px;
        padding: 0px;
        text-decoration: none;
        outline-width: 0;
        text-align: right;
        font-size: 18px;
        font-weight: 600;
    }

    /*only for those <a> that are in #menubar*/
    #menubar > li > a {
        color: #004863;
    }

    #menubar li a:hover {
        color: #fff;
    }

.activeNav {
    color: white !important;
    text-decoration: none;
}

.subMenu > li > a {
    color: #004863;
}

.activeSubNav {
    text-decoration: underline;
}

.LockOff {
    display: none;
    visibility: hidden;
}

.LockOn {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    text-align: center;
    padding-top: 20%;
    filter: alpha(opacity=0);
    opacity: 0.10;
}

.BusyDiv {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 100px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
    background-color: darkgray;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1.0;
}

/*Bootstrap overrides*/

.has-warning .form-control {
    border-color: #f25322;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning.form-control {
    border-color: #f25322;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #5e6467;
}

.has-warning .control-label {
    color: #f25322;
}

.has-warning {
    color: #f25322;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #5e6467;
}

.has-success .form-control {
    border-color: #cccccc;
}

.td_disabled{
    cursor: not-allowed;
    box-shadow: none;
    border: none;
    line-height: initial;
    outline: none;
    background-color: lightgrey
}

#ladmeter:disabled{
    pointer-events:none;
    box-shadow: none;
    border: none;
    line-height: initial;
    background-color: lightgrey
}

hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #a9a9a9; /* old IE */
    background-color: #a9a9a9; /* Modern Browsers */
    margin: 20px 0 20px 0;
}

.hr-margin3520 {
    margin: 35px 0 20px 0;
}

.LabelAlign {
    display: block;
    /*padding-left: 15px;
            text-indent: -15px;*/
}

.noPadding {
    padding: 0;
}

.InputAlign {
    width: 13px;
    height: 13px;
    padding: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 6px !important;
    margin-top: 0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

.customHr {
    width: 95% font-size: 1px;
    color: rgba(0, 0, 0, 0);
    line-height: 1px;
    background-color: #bdc7cb;
    /*margin-top: 30px;
    margin-bottom: 30px;*/
}

tr {
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #dce2e5;
}



.rowDelimiter {
    border-bottom: 1pt solid #bdc7cb;
}

.cellDelimiterleft {
    border-left: 1pt solid #bdc7cb;
}

.cellDelimiterright {
    border-right: 1pt solid #bdc7cb;
}

.panel {
    border: 0;
    margin-bottom: 0;
}

.glyphicon-calculator {
    background: url('../Images/calculator.png') no-repeat;
    width: 14px;
    height: 14px;
    background-position: -14px 0;
    display: inline-block;
}

    .glyphicon-calculator:hover {
        background: url('../../Images/calculator.png') no-repeat;
        width: 14px;
        height: 14px;
        background-position: 0 0;
        display: inline-block;
    }

.novalidation {
    color: #5e6467 !important;
    border-color: #cccccc !important;
    background-color: #ffffff !important;
}

.frontpageInfo {
    margin-top: 470px;
    background-color: #009DDC;
    color: white;
    border-radius: 3px;
    border-width: 1px;
    border-color: #5e6467;
    border-style: solid;
    opacity: 0.8;
    box-shadow: 5px 5px 10px #888888;
}

div.callout {
    height: 60px;
    width: 220px;
    float: left;
}

div.callout {
    background-color: #444;
    background-image: -moz-linear-gradient(top, #444, #444);
    position: relative;
    color: #ccc;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0px 0px 20px #999;
    margin: 25px;
    min-height: 50px;
    border: 1px solid #333;
    text-shadow: 0 0 1px #000;
    /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;*/
}

.callout::before {
    content: "";
    width: 0px;
    height: 0px;
    border: 0.8em solid transparent;
    position: absolute;
}

.callout.top::before {
    left: 45%;
    bottom: -20px;
    border-top: 10px solid #444;
}

.callout.bottom::before {
    left: 45%;
    top: -20px;
    border-bottom: 10px solid #444;
}

.callout.left::before {
    right: -20px;
    top: 40%;
    border-left: 10px solid #444;
}

.callout.right::before {
    left: -20px;
    top: 40%;
    border-right: 10px solid #444;
}

.callout.top-left::before {
    left: 7px;
    bottom: -20px;
    border-top: 10px solid #444;
}

.callout.top-right::before {
    right: 7px;
    bottom: -20px;
    border-top: 10px solid #444;
}

.table-tbody-striped > tbody:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-tbody-striped > tbody > tr > td, .table-tbody-striped > tbody > tr {
    border: none;
}

.fragtbrev-information-tbody:hover {
    background-color: #f5f5f5 !important;
}

.comment-blue-header{
    color: #169BD5;
}

.comment-edited-header{
    font-style: italic;
    color: #F25322;
}

.comment-title{
    font-family: 'Open Sans Bold', 'Open Sans Regular', 'Open Sans', sans-serif;
    font-weight: 900;
    font-size: 1.1em;
}

.comment-td .comment-editButton{
    visibility: hidden;
}

.comment-td:hover .comment-editButton{
    visibility: visible;
}

.comment-editButton{
    cursor: pointer;
    font-size: 00.8em;
}

.comment-editButton:hover{
    text-decoration: underline;
}

.comment-addbuttons-active{
    position:absolute; 
    bottom:8px; 
    right:8px;
}

.comment-attachmentInfo {
    font-weight: 400;
    font-style: italic;
    color: #797979;
    padding-top: 10px;
}

.comment-ShowMore{
    cursor: pointer;
    font-size: 00.8em;
}

.comment-ShowMore:hover{
    text-decoration: underline;
}

.left-margin-track-trace {
    margin-left: 74px;
    padding: 0 !important;
}

.checkbox-fragtbrev {
    padding-left: 3px !important;
    padding-right: 3px !important;
    width: 20px;
}

.status-fragtbrev {
    padding-left: 0 !important;
    padding-right: 5px !important;
    width: 40px;
}

.print-fragtbrev {
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 40px;
}

hr.divider {
    color: #dce2e5;
    background-color: #dce2e5;
    margin: 10px 0 10px 0;
}

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

.price-amount {
    padding-left: 0;
    padding-right: 4px;
    text-align: right;
}

.price-currency {
    padding-left: 0;
}

.track-icon {
    margin-right: 10px;
}

.track-trace {
    font-size: 10px;
}

.track-trace-date-time {
    position: absolute;
    top: 3px;
}

.track-trace-content {
    line-height: 1.5;
}

.track-trace-exchange-pallets {
    line-height: 1.5;
}

.track-trace-description {
    top: 3px;
    float: left;
    padding-left: 100px;
    width: 500px;
    position: absolute;
}

.track-trace-fee-text {
    padding-left: 30px;
}

.track-trace-route {
    top: 3px;
}

.track-trace-btn {
    float: right;
    margin-right: 15px;
}

.track-trace-mail-icon-btn {
    vertical-align: middle;
    /*margin-bottom: 2px;*/
    margin-right: 10px;
}

.track-trace-col {
    padding-left: 10px !important;
    padding-right: 0 !important;
    width: 120px;
}

.track-trace-row:hover .df-misc-geotrack {
    background-position: -495px -3px !important;
}

.track-trace-row:hover {
    font-weight: bold;
    cursor: pointer;
}

    .track-trace-row:hover.track-trace-row-inactive {
        font-weight: normal !important;
        cursor: default !important;
    }

.track-trace-price {
    line-height: 1.5;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.track-trace-invoice-done {
    bottom: 0;
    position: absolute;
    margin-bottom: 2px;
}

.track-trace-loading-price .text {
    display: inline-block;
    height: 23px;
    vertical-align: text-bottom;
    padding-top: 2px;
    margin-right: 5px;
}

.track-trace-loading-spinner-small .sk-fading-circle-sm {
    margin: 0;
    display: inline-block;
}

.track-trace-heading {
    font-size: 12px;
    font-weight: bold;
}

.track-trace-icons .df-misc-geotrack:hover {
    background-position: -473px -3px;
    width: 19px;
    height: 21px;
}

.track-trace-icons .df-misc-camera:hover {
    background-position: -516px -4px;
    width: 23px;
    height: 19px;
}

.track-trace-list-col-cell:hover {
    cursor: pointer;
}

.track-trace-price-description {
    padding-right: 0;
}

.track-trace-related-price-description {
    padding-right: 0;
    margin-left: 0;
    padding-top: 8px
}

.track-trace-related-price-description-selected {
    padding-right: 0;
    margin-left: 0;
    padding-top: 8px;
    font-weight: bolder;
}

.btn-order-redelivery {
    padding-left: 10px;
    padding-right: 10px;
}

.btn-send-email {
    padding-left: 10px;
    padding-right: 20px;
}

.btn-order-redelivery,
.btn-send-email {
    background-color: #8C9598;
    color: white;
}

    .btn-order-redelivery:hover,
    .btn-send-email:hover {
        background-color: #51585b;
        color: white;
    }

    .btn-order-redelivery:active, .btn-order-redelivery:focus, .btn-order-redelivery:visited,
    .btn-send-email:active, .btn-send-email:focus, .btn-send-email:visited {
        color: white;
    }

.map-container {
    /*width: 600px;*/
    height: 600px;
}

.track-trace-modal {
    width: 800px;
}

.swiper-container {
    width: 100%;
    height: 110px;
    margin: 0 auto;
}

.track-trace-content-viewer-footer {
    padding: 0 52px !important;
    border: none !important;
}

.track-trace-arrow-left {
    position: absolute;
    left: 0;
    margin-top: -16px;
    bottom: 56px;
    z-index: 3;
    margin-left: 11px;
}

.track-trace-arrow-right {
    position: absolute;
    right: 0;
    margin-top: -16px;
    bottom: 56px;
    z-index: 3;
    margin-right: 11px;
}

#consignmentImage {
    max-height: 100%;
    max-width: 100%;
}

.track-trace-content-item-active .swiper-slide-track-trace-item {
    background-color: #ABB4B8;
}

.swiper-slide-track-trace-item:hover .df-misc-geotrack-large {
    background-position: -499px -165px;
    width: 32px;
    height: 36px;
    cursor: pointer;
}

.track-trace-content-item-active .df-misc-geotrack-large {
    background-position: -499px -165px;
    width: 32px;
    height: 36px;
    cursor: pointer;
}

.swiper-slide-track-trace-item:hover .df-misc-camera-large {
    background-position: -595px -167px;
    width: 42px;
    height: 32px;
    cursor: pointer;
}

.track-trace-content-item-active .df-misc-camera-large {
    background-position: -595px -167px;
    width: 42px;
    height: 32px;
    cursor: pointer;
}

.swiper-slide-track-trace-item:hover .df-misc-signature {
    background-position: -459px -598px;
    width: 50px;
    height: 40px;
    cursor: pointer;
}

.track-trace-content-item-active .df-misc-signature {
    background-position: -459px -598px;
    width: 50px;
    height: 40px;
    cursor: pointer;
}

.swiper-slide-track-trace-item:hover .df-misc-consignment-document {
    background-position: -367px -675px;
    width: 35px;
    height: 38px;
    cursor: pointer;
}

.track-trace-content-item-active .df-misc-consignment-document {
    background-position: -487px -676px;
    width: 34px;
    height: 38px;
    cursor: pointer;
}

.swiper-slide-track-trace-item:hover .df-misc-barcode {
    background-position: -695px -605px;
    width: 45px;
    height: 33px;
    cursor: pointer;
}

.track-trace-content-item-active .df-misc-barcode {
    background-position: -695px -605px;
    width: 45px;
    height: 33px;
    cursor: pointer;
}

.swiper-slide-track-trace-item:hover .df-misc-signature {
    background-position: -576px -605px;
    width: 40px;
    height: 33px;
    cursor: pointer;
}

.track-trace-content-item-active .df-misc-signature {
    background-position: -576px -605px;
    width: 40px;
    height: 33px;
    cursor: pointer;
}

.swiper-slide-track-trace-item:hover .df-misc-consignment-document {
    background-position: -462px -604px;
    width: 36px;
    height: 41px;
    cursor: pointer;
}

.track-trace-content-item-active .df-misc-consignment-document {
    background-position: -462px -604px;
    width: 36px;
    height: 41px;
    cursor: pointer;
}

.swiper-slide-track-trace-item:hover {
    background-color: #ABB4B8;
}

.swiper-slide-track-trace-item {
    background-color: #e7ebec;
    border: #565d60 solid 2px;
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.swiper-button-disabled .track-trace-arrow-right {
    display: none;
}

.swiper-button-disabled .track-trace-arrow-left {
    display: none;
}

.track-trace-content-description {
    text-align: left;
    overflow: hidden;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 4px;
}

.track-trace-dialog-body {
    padding-left: 52px;
    padding-right: 52px;
}

.history-content-dialog-body {
    padding-left: 52px;
    padding-right: 52px;
}

.track-trace-dialog-header {
    padding: 12px 10px !important;
    background-color: white;
    line-height: 0;
}

.history-content-dialog-header {
    padding: 12px 10px !important;
    background-color: white;
    line-height: 0;
}

.MicrosoftMap .LocateMeControl {
    display: none;
}

.MicrosoftMap .infobox-close {
    z-index: 0 !important;
}

.MicrosoftMap .Infobox .infobox-body {
    max-width: 300px !important;
    max-height: 150px !important;
}

.checkbox-bar {
    font-size: 12px;
    float: right;
    margin-right: 40px;
    position: relative;
    bottom: 2px;
}

.track-trace-dialog-heading {
    display: inline-block;
}

.history-content-dialog-heading {
    display: inline-block;
}

.track-trace-scan-text {
    color: #B601E7;
}

.track-trace-scan-checkbox {
    margin-left: 10px !important;
    margin-right: 3px !important;
    position: relative;
    top: 2px;
}

#ZoomInButton {
    margin-top: 16px;
}

.MicrosoftMap .Infobox.no-title .infobox-info {
    margin-right: 23px !important;
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
    font-size: 12px !important;
    color: #004863 !important;
}

.other-billed-consigmnent {
    padding-top: 20px;
}


select.credit-stop-color {
    border-color: #f25322;
}

span.credit-stop-color {
    color: #f25322;
}

#createOrEditTopDiv #agreementsearch .twitter-typeahead {
    float: left;
}

.pointer {
    cursor: pointer;
}

.sk-fading-circle {
    margin: 10px auto;
    /*width: 40px;
          height: 40px;*/
    position: relative;
}

.sk-fading-circle {
    margin: 10px auto;
    /*width: 40px;
    height: 40px;*/
    position: relative;
  }

  .sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 20%;
    height: 20%;
    background-color: #0294d0;
    border-radius: 100%;
    border-color : transparent;
    -webkit-animation: sk-circleFadeDelay 0.8s infinite ease-in-out none;
            animation: sk-circleFadeDelay 0.8s infinite ease-in-out none;
  }
  .sk-fading-circle .sk-circle1 {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
  }
  .sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  .sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
            transform: rotate(315deg);
  }
  .sk-fading-circle .sk-circle1:before {
      -webkit-animation-delay: -0.8s;
      animation-delay: -0.8s; 
  }
  .sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; 
  }
  .sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; 
  }
  .sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; 
  }
  .sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; 
  }
  .sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; 
  }
  .sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; 
  }
  .sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s; 
  }


  @-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
  }

  @keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0.3; }
    40% { opacity: 1; } 
  }

  .float-left {
    float: left;
  }

  #selectReprintPrint {
    width: 175px;
    height: 29px;
    margin: 5px 0 0 18px;
    padding: 5px 30px 5px 5px !important;
  }