/* Minification failed. Returning unminified contents.
(919,17): run-time error CSS1039: Token not allowed after unary operator: '-bs-btn-active-color'
(920,28): run-time error CSS1039: Token not allowed after unary operator: '-bs-btn-active-bg'
(921,24): run-time error CSS1039: Token not allowed after unary operator: '-bs-btn-active-border-color'
(922,19): run-time error CSS1039: Token not allowed after unary operator: '-bs-btn-active-opacity'
 */
/* Elements */
html, body {
    height: 100%;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    color: #0684C9;
}

a:focus {
    outline: 0;
}

select {
    height: 1.8em;
    padding: 3px;
}

    select option {
        height: 1.8em;
        padding: 3px;
    }

input::-ms-clear {
    display: none;
}

span.error {
    color: #f00;
}

button.btnBlue {
    color: #ffffff;
    background-color: #0684C9;
    border-radius: 5px;
    min-width: 40px;
    height: 35px;
    border: 0;
    margin: 10px 0;
}

    button.btnBlue:hover {
        background-color: #0093DA;
    }

    button.btnBlue[disabled] {
        color: #ffffff;
        background-color: #B6D9EC;
        border-radius: 5px;
        min-width: 80px;
        height: 35px;
        border: 0;
        cursor: not-allowed;
    }

    button.btnBlue.btnLoading {
        background: url('/Images/loader1.gif') no-repeat;
        background-position: right 15px top 8px;
        background-size: 20px;
        background-color: #0684C9;
    }

header {
    border-bottom: 2px solid #0684C9;
}

    header .headerContainer {
        height: 90px;
        padding: 4px;
    }

    header img {
        max-height: 40px;
        white-space: nowrap;
        text-align: center;
        margin: 1em 0;
    }

    header .xGreeting {
        padding-top: 20px;
        font-size: 1.05em;
        color: #004e74;
    }

.imageCenter {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

/* Footer */
footer {
    max-height: 90px;
    font-size: 0.75em;
}

    footer a {
        padding: 5px;
    }

    footer div {
        padding: 20px;
    }

    footer img {
        width: 20%;
        white-space: nowrap;
        text-align: center;
        margin: 1em 0;
    }

#footer-left {
    text-align: left;
}

    #footer-left img {
        margin: 0;
    }

#footer-middle {
    text-align: center;
}

#footer-right {
    text-align: right;
}

    #footer-right span {
        color: #000;
    }

.tableFilters {
    margin: 10px;
    padding: 10px;
    height: 60px;
    text-align: center;
}

@media (max-width: 768px) {
    .dataTable {
        font-size: .7em;
        table-layout: fixed;
    }

    .xGlyph {
        background-size: 20%;
        padding-left: 10px;
    }
}

.dataTable .tableHeader {
    border-bottom: 1px solid #8581F4;
    background-color: #E2F3FD !important;
    width: 100%;
}

    .dataTable .tableHeader td {
        color: #337AB7;
        width: auto;
        font-size: 1.1em;
    }

.dataTable tbody {
    table-layout: fixed;
    display: table;
    height: auto;
    overflow: auto;
    width: 100%;
}

.dataTable tr {
    border-bottom: 1px solid #1a77a7;
    width: 100%;
}

.dataTable tbody tr:nth-child(odd) {
    background-color: #f8fdff;
}

.dataTable tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.dataTable td {
    word-wrap: break-word;
    padding: 3px;
    color: #000;
}

.tableNav {
    margin-top: 10px;
    padding-top: 10px;
}

    .tableNav span {
        margin: 0 10px;
    }

.tablePagination div {
    float: right;
}

.multiText {
    width: 100%;
    height: 140px;
    border: 2px solid gray;
    border-radius: 5px;
    padding: 10px;
}

.xFormGroup {
    padding: 20px 0;
}

.xLabel {
    color: #004e74;
    font-weight: bolder;
}

@media (max-width: 768px) {
    td.mobileOff {
        display: none;
    }
}

.xValidation {
    color: red;
    font-size: .75em;
}

.xValidation-hide {
    display: none;
}

.xform-group {
    border: 1px solid #0684C9;
    border-radius: 4px;
    width: 100%;
    padding: 0;
}

    .xform-group input {
        border: none;
        border-radius: 4px 0 0 4px;
        margin: 0;
        display: inline;
        width: 80%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    .xform-group .xform-icon {
        margin: 0;
        display: inline;
        border: none;
        border-radius: 0 4px 4px 0;
        width: 20%;
        padding: 6px 12px;
        height: 34px !important;
        line-height: 1.42857143;
        background-color: #fff;
    }

        .xform-group .xform-icon.invalid {
            color: red;
        }

input.invalid {
    background: url('/Images/cross_mark.png') no-repeat;
    background-position: 95%;
    background-color: #fff;
    border-color: red !important;
}

    input.invalid:hover {
        border-color: red !important;
    }

.loginMessage {
    width: 100%;
    background: rgba(255, 255, 255, .7);
    color: red;
    border-radius: 4px;
    padding: 5px 5px;
    font-size: .85em;
}

.btnSyncNow {
    width: 160px !important;
}

.row-loading {
    display: table-cell;
    vertical-align: inherit;
    background: url('/Images/loader1.gif') no-repeat;
    background-position: right;
    background-size: 15px;
    padding-right: 30px;
    height: 50px;
}

#toast-container > div {
    opacity: 1;
}

.pageFiller {
    min-height: 500px;
    margin: 50px;
    text-align: center;
}

.noData {
    color: grey;
}

[class^="xGlyph-"], [class*=" xGlyph-"] {
    background-position: left;
    background-size: 1em;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.xGlyph-failure {
    background-image: url('/Images/failure.png');
}

.xGlyph-success {
    background-image: url('/Images/success.png');
}

.xGlyph-warning {
    background-image: url('/Images/warning.png');
}

.xGlyph-partial {
    background-image: url('/Images/partial.png');
}

.xGlyph-loading {
    margin: 0 10px;
    background-image: url('/Images/loader1.gif');
}

.filterBlock {
    display: inline-block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 16px;
}

    .filterBlock input {
        width: 95%;
        padding: 0;
        border: none;
        float: left;
    }

        .filterBlock input:focus {
            outline: none;
        }

    .filterBlock span {
        border: none;
        background: none;
        float: right;
        margin: 0 auto;
        padding: 3px;
        color: #0684C9;
        cursor: default;
    }

.exportBlock {
    position: relative;
    top: -10px;
    float: right;
    display: inline-block;
}

select {
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 10px;
}

.btnSyncNow-placeholder {
    display: block;
    content: "\200b";
    min-height: 55px;
}

/* Login Landing Area */
.loginLanding {
    background-image: url(../../Images/landing_graphic.jpg);
    background-repeat: no-repeat;
    background-size: auto;
}

@media (min-width: 1267px) {
    .loginLanding {
        background-size: 100%;
    }

    .maintenanceLanding {
        background-size: 100%;
    }
}

.maintenanceLanding {
    background-image: url(../../Images/monkey.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    height: 400px;
}

    .maintenanceLanding span {
        font-size: 2em;
        margin: 0 auto;
        padding-top: 20px;
    }

.loginLanding button.btnBlue {
    width: 100%;
    background-color: #1785C7;
    vertical-align: middle;
}

.loginBox {
    background-color: rgba(255, 255, 255, .1);
    padding: 80px;
    /*min-height: 713px;*/
    color: #ffffff;
}

    .loginBox a {
        color: #ffffff;
    }

    .loginBox input {
        padding-bottom: 10px;
    }

.loginBanner {
    border-bottom: 2px solid #1785C7;
}

/*dialog*/
.angular-dialog {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    color: #0684C9 !important;
}

.angular-dialog-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background-image: url(/Images/failure.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
}

.angular-dialog-content {
    position: relative;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 60%;
    max-width: 350px;
    background-color: #ffffff;
    border: 1px solid grey;
    box-shadow: 0px 0px 10px #444;
    border-radius: 10px;
    height: auto;
    min-height: 200px;
    /*bottom padding - keeps rounded bottom corners when dialog box height grows*/
    padding-bottom: 8px;
}

.dialogTitle {
    margin: 0;
    border-radius: 10px 10px 0 0;
    padding: 10px;
    background-color: #FF6668;
    color: #fff;
    text-align: center;
    font-size: 1.3em;
}

.dialogBody {
    min-height: 80px;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    margin: 0;
    text-align: center;
    background-color: #fff;
    vertical-align: middle;
    overflow-y: auto;
    overflow-x: hidden;
    display: inline-block;
    /*text align center won't work w/o this width'*/
    width: 100%;
}

.dialogFooter {
    border-radius: 0 0 10px 10px;
    margin: 0;
    text-align: center;
    background-color: #fff;
    color: #000;
    vertical-align: middle;
}

    .dialogFooter button {
        width: 80%;
    }

.xdialogTitle {
    margin: 0;
    border-radius: 10px 10px 0 0;
    padding: 40px 10px 0;
    padding: 10px;
    padding-top: 40px;
    background-color: #FF6668;
    color: #fff;
    height: 100px;
    text-align: center;
    font-size: 1.25em;
    line-height: 1.42857143;
}

.xdialogBody {
    padding: 10px;
    border-radius: 0 0 10px 10px;
    margin: 0;
    text-align: center;
    background-color: #fff;
    color: #000;
    vertical-align: middle;
}


/* Navigation */
.xNav {
    float: right;
    list-style: none;
    display: block;
    height: 100%;
}

.xNav-small {
    float: left;
    list-style: none;
    display: inline;
}

.xNav > li {
    display: inline-block;
    text-align: center;
}

.xNav-small > li {
    display: block;
}

.xNav > li > a {
    color: #004e74;
    position: relative;
    display: block;
    padding: 10px 15px 21px 15px;
}

.xNav-small > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.xNav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #0082c9;
}

.xNav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #0082c9;
}

.xNav li a:focus + ul.xNavSub, ul.xNavSub li a {
    display: block;
    opacity: 10 !important;
}

.xNav-small li a:focus + ul.xNavSub-small {
    display: block;
    opacity: 100 !important;
}

.xNav-small > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

ul.xNavSub {
    position: absolute;
    display: none;
    opacity: 0;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 10px #444;
    border-radius: 0 0 4px 4px;
}

    ul.xNavSub > li {
        border-bottom: 2px solid #0082CA;
        max-width: 100px;
        text-align: left;
        font-size: .75em;
        padding: 20px;
    }

ul.xNavSub-small {
    position: absolute;
    right: 15px;
    top: -15px;
    display: none;
    opacity: 0;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 10px #444;
    border-radius: 0 0 4px 4px;
}

    ul.xNavSub-small > li {
        border-bottom: 2px solid #0082CA;
        max-width: 100px;
        text-align: left;
        font-size: .75em;
        padding: 5px;
    }

.xNav-toggle {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #eee;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .xNav-toggle .xBar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: #ccc;
        margin: 2px 0;
    }

@media (max-width: 767px) {
    .xNav-large {
        display: none;
    }
}

/* View Header*/
.viewHeader {
    border-bottom: 2px solid #0684C9;
    padding: 20px 10px;
    vertical-align: middle;
}

.viewHeader-left {
    font-size: 1.5em;
}

.pageLoading {
    width: 100%;
    height: 300px;
    background-color: rgba(0,0,0,0.5);
    background: url('/Images/loader1.gif') no-repeat;
    background-position: center;
}

.pageLoading2x {
    width: 100%;
    height: 300px;
    background-color: rgba(0,0,0,0.5);
    background: url('/Images/loader1.gif') no-repeat;
    background-position: center;
    background-size: 5%;
}

.rDetails {
    margin-top: 15px;
    padding: 5px;
}

    .rDetails div {
        padding: 5px;
    }

.rLabel {
    text-transform: uppercase;
}

.rValue {
    color: black;
}

.status-modal {
    color: #000000;
}

    .status-modal strong {
        color: #004e74;
    }

.errorMessage p {
    padding: 7px 5px 7px 10px;
    margin-bottom: 0;
    vertical-align: middle;
}

.bg-warning {
    background-color: #fff !important;
    border-left: 5px solid #FFCC00;
}

.bg-danger {
    background-color: #fff !important;
    border-left: 5px solid #AF1804;
}

.bg-success {
    background-color: #fff !important;
    border-left: 5px solid #00A14D;
}

.bg-info {
    background-color: #fff !important;
    border-left: 5px solid #0684C9;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.badge-info {
    background-color: #004E74;
}

.modal {
    overflow-y: auto;
}

.modal-open {
    overflow: auto;
}

.modal-body table tbody {
    table-layout: fixed;
    display: table;
    overflow: auto;
    width: 100%;
}

    .modal-body table tbody tr {
        width: 100%;
    }

        .modal-body table tbody tr:nth-child(odd) {
            background-color: #fff;
        }

        .modal-body table tbody tr:nth-child(even) {
            background-color: #f8fdff;
        }

        .modal-body table tbody tr td {
            padding: 3px;
            color: #000;
            height: 33px;
            border-bottom: 1px solid #0684C9;
        }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 500px;
}

.modal-header {
    color: #004e74;
    background-color: #E2F3FD;
    padding: 0 15px 10px 15px;
    border-bottom: 1px solid #002B40;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    min-height: 58px;
}

    .modal-header a {
        color: #004e74;
        text-decoration: none;
        margin: 10px;
    }

        .modal-header a:hover {
            color: #0082c9;
        }

.modal-sub-heading {
    background-color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #002B40;
}

    .modal-sub-heading a {
        color: #004e74;
        text-decoration: none;
    }

        .modal-sub-heading a:hover {
            color: #0082c9;
        }

        .modal-sub-heading a h5 .glyph-danger {
            padding-right: 10px;
        }

.modal-body {
    padding-bottom: 25px;
}

    .modal-body table {
        width: 100%;
        word-wrap: break-word;
        table-layout: fixed;
    }

.modal-footer {
    border-top: 2px solid #002B40;
    text-align: left;
    display: block;
}

.drag-over {
    border: 3px dashed red;
}

    .dragdropbox > .well > h4 {
        background-color: lightgray;
    }

.btn-file{
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
    opacity: var(--bs-btn-active-opacity);
    margin-left: 10.5px;
}

.modal-header-title{
    width: 100%;
}

@font-face { 
     font-family: 'Glyphicons Halflings'; 
     src: url('../../Content/fonts/glyphicons-halflings-regular.eot'); 
     src: url('../../Content/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
       url('../../Content/fonts/glyphicons-halflings-regular.woff2') format('woff2'), 
       url('../../Content/fonts/glyphicons-halflings-regular.woff') format('woff'), 
       url('../../Content/fonts/glyphicons-halflings-regular.ttf') format('truetype'), 
       url('../../Content/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

@font-face {
    font-family: AvidXIcons;
    src: url('/Fonts/avidicons.eot');
    src: url('/Fonts/avidicons.eot#iefix') format('embedded-opentype'),
        url('/Fonts/avidicons.woff') format('woff'),
        url('/Fonts/avidicons.ttf') format('truetype'),
        url('/Fonts/avidicons.svg#svgFontName') format('svg');
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
@keyframes blink { to { visibility: hidden; }}
@-webkit-keyframes blink { to { visibility: hidden; }}

[class^="xIcon-"], [class*=" xIcon-"] {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'AvidXIcons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
    padding-right: 5px;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*="-2x"] {
    font-size: 2em !important;
}

[class*="-3x"] {
    font-size: 3em !important;
}

[class*="xAbove"] {
    position: relative;
    display: block !important;
}

[class*="xRotate"] {
    -webkit-animation:spin 0.5s linear infinite;
    -moz-animation:spin 0.5s linear infinite;
    animation:spin 0.5s linear infinite;
}

[class*="xBlink"] {
    animation: blink 1s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
}

[class*="xIcon-Help"]::before {
    content: "\61";
}
[class*="xIcon-History"]::before {
    content: "\62";
}
[class*="xIcon-Logout"]::before {
    content: "\63";
}
[class*="xIcon-Notification"]::before {
    content: "\64";
}
[class*="xIcon-Dashboard"]::before {
    content: "\67";
}
[class*="xIcon-export"]::before {
    padding-left: 2px;
    content: "\65";
}
[class*="xIcon-search"]::before {
    padding: 5px;
    content: "\66";
}



