/* Font-awesome icon sizes (prevent blurryness) */
.fa-fw.width-17 {
    width: 17px !important;
}

.fa-fw.width-18 {
    width: 18px !important;
}


.width-25 {
    width: 25px;
}

.width-50 {
    width: 50px;
}

.width-75 {
    width: 75px;
}

.width-85 {
    width: 85px;
}

.width-95 {
    width: 95px;
}

.width-100 {
    width: 100px;
}

.width-105 {
    width: 105px;
}

.width-120 {
    width: 120px;
}

.width-150 {
    width: 150px;
}

.width-180 {
    width: 180px;
}

.width-200 {
    width: 200px;
}

.width-400 {
    width: 400px;
}

.width-100-percent {
    width: 100%;
}

.indent-10 {
    margin-left: 10px;
}

.indent-20 {
    margin-left: 20px;
}

.margin-top-20 {
    margin-top: 20px;
}

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

.footnote {
    font-size: 10px;
    vertical-align: top;
}

.normal-font-weight {
    font-weight: normal;
}

.font-arial {
    font-family: arial;
}

.no-wrap {
    white-space: nowrap !important;
}

/* Add pointer cursor over row */
table.clickable tbody tr, .pointer, .clickable {
    cursor: pointer;
}

/* Needed for setting the header to fixed with the fixedHeader() js code */
#j-fixed-header {
    position: fixed;
    top: 0px;
    display:none;
    /*background-color: #FFF;*/
    background-color: inherit;
}

#j-fixed-header .fixed-header-hide {
    display: none;
}


/* Bullets */
ul.no-bullets {
  list-style-type: none;
}

ul.no-bullets.no-indent, ul.no-indent {
    padding-left: 0px;
}


.wide .panel {
    margin-bottom: 0px;
}

.dot:before {
  content: ' \25CF';
  font-size: 10px;
}

.panel-footer .button-container .spacer {
    margin-right: 20px;
    display: inline-block;
}

.pointer-help {
    cursor: help;
}

.not-selectable {
    color: #ccc !important;
}


/*Stop stuff being selected with double click*/
.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


a.fix {
    text-decoration: none;
    outline: none;
}

.vertical-align-middle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}


.disabled {
    color: grey;
}

/* =============================================================== */
/* > Table
/* =============================================================== */




.table thead tr.sub-th-top th {
    border-bottom: none;
    padding-bottom: 2px;
}

.table thead tr.sub-th {
    font-size: 11px;
    font-style: italic;

}

    .table thead tr.sub-th th {
        border-top: none;
        padding-top: 0px;
    }



.table.seamless {
    background-color: initial;

}
    .table.seamless tr td {
        border-top: 0;
    }



td.no-top-border {
    border-top: 0 !important;
}


/* =============================================================== */
/* Panel
/* =============================================================== */

.panel.flat {
    box-shadow: none;
}

.panel.flat .panel-heading {
    border-bottom: none;
}


/* =============================================================== */
/* Circles
/* =============================================================== */

/*
HTML
    <div id="circle1" class="circle"></div>

Your style

    #circle1 {
        width: 200px;
        height: 200px;
        background: green;
    }

*/

.circle {
    border-radius: 50%;
    display: inline-block;
}

/* =============================================================== */
/* Status levels
/*
/* This change is to allow for better theming
/* Previously we used status-green, status-red, status-grey.

    status-level-1 = healthy
    status-level-3 = moderate
    status-level-5 = poor
/* =============================================================== */


 /* Level 1 is healthy */
.status-level-1 {
    color: #28BA28;
}
.status-level-bg-1 {
    background-color: #28BA28;
}


/* Level 3 is moderate */
.status-level-3 {
    color: #838181
}
.status-level-bg-3 {
    background-color: #838181
}


/* Level 5 is poor */
.status-level-5 {
    color: #EA0000;
}
.status-level-bg-5 {
    background-color: #EA0000;
}


.shape-level-1 {
    /* Circle */
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display:  inline-block;
    background-color: #28BA28;
}

.shape-level-3 {
    /* Triangle */
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 13px solid #838181;
    display: inline-block;
    /*transform: rotate(45deg);*/
}

.shape-level-5 {
    /* Square */
    width: 13px;
    height: 13px;
    display: inline-block;
    background-color: #EA0000
}


/* =============================================================== */
/* Spinner / Loader - Move .fa-spin to theme page so it can be styled per theme
/* =============================================================== */

.loading, .loading i {
    height: 25px;
    line-height: 25px;
}

.loading i, i.header-loading-indicator {
    display: none;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite cubic-bezier(0.18, 0.89, 0.32, 1.28) !important;
    animation: fa-spin 2s infinite linear;
}

.fa-spin.fa-panel  {
    font-size: 1.4em;
    margin-top: -1px;
}


/* =============================================================== */
/* Arrow box (http://www.cssarrowplease.com/)
/* Top, center arrow head
/* =============================================================== */

.arrow_box {
    position: relative;
    background: #fff;
    border: 1px solid #000;
}
.arrow_box:after, .arrow_box:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.arrow_box:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #000;
    border-width: 11px;
    margin-left: -11px;
}


/* =============================================================== */
/* Button Spinner / Loader
/* Ref site: https://github.com/hakimel/Ladda
/* =============================================================== */



/***********************
 * BUTTON BASE
 */
.btn-loading {
    position: relative;
}

/* Spinner animation */
.btn-loading .btn-loading-spinner {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 28px;
    margin-top: 0;
    opacity: 0;
    pointer-events: none;
}

/* Button label */
.btn-loading .btn-loading-label {
    position: relative;
    z-index: 3;
}


/***********************
 * EASING
 */
.btn-loading,
.btn-loading .btn-loading-spinner,
.btn-loading .btn-loading-label {
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
}

/***********************
 * EXPAND LEFT
 */

.btn-loading[data-style=expand-left] .btn-loading-spinner {
    left: 0px;
}
.btn-loading[data-style=expand-left][data-size="s"] .btn-loading-spinner, .btn-loading[data-style=expand-left][data-size="xs"] .btn-loading-spinner {
    left: 4px;
}
.btn-loading[data-style=expand-left][data-loading] {
    padding-left: 26px;
    background-color: orange;
    border-color: orange;
}
.btn-loading[data-style=expand-left][data-loading] .btn-loading-spinner {
    opacity: 1;
}
.btn-loading[data-style=expand-left][data-loading][data-size="s"], .btn-loading[data-style=expand-left][data-loading][data-size="xs"] {
    padding-left: 40px;
}


/***********************
 * EXPAND RIGHT - DEFAULT
 */

.btn-loading .btn-loading-spinner {
    right: 0px;
}
.btn-loading[data-size="s"] .btn-loading-spinner, .btn-loading[data-size="xs"] .btn-loading-spinner {
    right: 4px;
}
.btn-loading[data-loading] {
    padding-right: 26px;
    background-color: orange;
    border-color: orange;
}
.btn-loading[data-loading] .btn-loading-spinner {
    opacity: 1;
}
.btn-loading[data-loading][data-size="s"], .btn-loading[data-loading][data-size="xs"] {
    padding-right: 40px;
}



/* =============================================================== */
/* Scrollable menu - bare minimum
/* =============================================================== */

div.scrollmenu {
    background-color: #2172b1;
    overflow: auto;
    white-space: nowrap;

    margin-left: -15px;
    margin-right: -15px;

    -webkit-overflow-scrolling: touch;
}

div.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 11px 14px;
    text-decoration: none;
}

div.scrollmenu a:hover {
    background-color: #777;
}

/* =============================================================== */
/* site-notification-banner - bare minimum
/* =============================================================== */

#site-notification-banner {
    height: 50px;
    width: 100%;
    border: 4px;
    text-align: center;
    vertical-align: middle;
    border-radius: 0;
    border-bottom: 3px solid;
}

#site-notification-banner.notify-danger {
    background-color: #da4f49;
    color: #fff;
    border-bottom-color: #bd362f;
}