/* General.css 
    
    Contains CSS that is not associated with Entities, Hubs, 3rd Partiy Extensions, 
    or Utilities. 

    Consult <link> for proper placement of new rules.

    Index:
        Base Elements
        Activity Indicators
        Address
        Anchors
        Back To The Top Button
        Buttons
        Carets
        Pipes
        Drawing Tools
            Circle Danger
            Horizontal Line
        Forms
            Checkbox Success
            Checkbox Toggle
            Labels
            Radio Buttons
            Toggle On/Off
            Toggle Yes/No
            Toggle Yes/No Success
            Two column
            Validation Groups
            Numeric Textboxes
        Hatchings
        Header
        Links
        Loading Indicators
        Icons (Glyphicons)
        Lists (Bulleted Lists)
        PDF
        Pinning
        Tables
        View/Edit Details

 */

/******************************************
     Base Elements
 ******************************************/
html {
    margin: 0 !important;
    padding: 0 !important;

    /* To enable sticky footer */
    position: relative;
    min-height: 100%;
}

body {
    width: auto;
    margin: 0;
    padding: 0;
    background: #eceef1;
}

@media (max-width: 767px) {
    html {
        margin: 0 !important;
        padding: 0 !important;
    }

    body {
        width: auto;
        margin: 0;
        padding: 0;
        background: #eceef1;
    }

    .row {
        margin: 0 -15px;
    }
}

@media screen and (max-width: 480px) {
    select, textarea, input[type="text"], input[type="password"], input[type="datetime"],
    input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"],
    input[type="tel"], input[type="color"] {
        font-size: 1em;
    }
}


/* Footer */
footer {
    clear: both;
    margin: 1em 0;
    padding: 0 1em;
    color: #474747;
    font-size: .85em;

    /* enable sticky footer */
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2em;
}

footer div {
    color: #848484;
    font-size: .9em;
    display: inline;
    margin-left: .5em;
}

footer div span {
    margin-left: .5em;
}


@media (max-width: 480px) {

    footer {
        font-size: 1em;
    }

    footer div {
        margin-left: 0;
        display: block;
    }

    footer div span {
        margin-left: 0;
        display: block;
    }
}

input[type=text]::-ms-clear {
    display: none;
    width : 0;
    height: 0;
}

/****************************************
    Activity Indicators
 ****************************************/
.jzb-inactive-title {
    color: #dbdbdb;
    font-style: italic;
}

.jzb-inactive {
    color: #adadad !important;
    font-style: italic;
}

.jzb-inactive-muted {
    color: #adadad !important;
}

.empty {
    color: #A3C5E7;
    font-style: normal;
}



/****************************************
    Address
 ****************************************/
/* SJ Unknown if used. */
.jzb-address-multiline li {
    margin: .5em 0 !important;
    line-height: 1em !important;
}



/****************************************
    Anchors
 ****************************************/
.jzb-in-page-anchors {
    background: none repeat scroll 0 0 #f5f5f5;
    border-radius: 0.4em;
    margin: 1em 0 2em 0;
    padding: 1em;
    position: relative;
}

.jzb-in-page-anchors span {
    display: inline-block;
    margin-right: .5em;
}

.jzb-in-page-anchors ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.jzb-in-page-anchors ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.jzb-in-page-anchors ul li span.hidden-xs {
    margin-left: .7em;
    color: #ccc;
}

.jzb-in-page-anchor-arrow {
    border-left: 1.3em solid transparent;
    border-right: 1.3em solid transparent;
    border-top: 1em solid #f5f5f5;
    bottom: -1em;
    height: 0;
    left: 3em;
    position: absolute;
    width: 0;
}

@media (max-width: 825px) {

    .jzb-in-page-anchors ul li {
        display: block;
        margin-bottom: .3em;
    }

    .jzb-in-page-anchors span.ju-font-size-sm.hidden-xs {
        display: none;
    }
}



/****************************************
    Back To The Top Button
 ****************************************/
.jzb-btn-back-to-top {
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 50px;
    height: 50px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 1.75em;
    color: #ffffff;
    background-color: #636668;
    opacity: .5;
    z-index: 1000;
}

.jzb-btn-back-to-top:hover {
    color: #ffffff;
    opacity: .85;
}

@media (min-width: 767px) {
    .jzm-hint-lg-excode {
        margin-left: 200px;
    }

    .saved-query-container {
        padding: 0;
    }
}



/****************************************
    Buttons
 ****************************************/
.jzb-btn-disabled {
    background-color: #c8c8c8;
    color: white;
    border: 1px solid #c2c2c2;
}

.jzb-not-clickable {
    pointer-events: none;
    cursor: not-allowed;
}


/******************************************
     Carets
 ******************************************/
.caret {
    border-left: .4em solid transparent;
    border-right: .4em solid transparent;
    border-top: .4em solid #10069f;
}

.jzb-caret-left {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 2px;
    vertical-align: middle;
    border-right: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}

.jzb-caret-right {
    border-bottom: .25em solid transparent;
    border-top: .25em solid transparent;
    border-left: .25em solid #000000;
    display: inline-block;
    height: 0;
    opacity: 0.3;
    vertical-align: middle;
    width: 0;
}

/* reverse of the standard down caret */
.jzb-caret-up {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-bottom: .4em solid #000000;
  border-left: .4em solid transparent;
  border-top: 0 dotted;
  border-right: .4em solid transparent;
  content: "";
}

/******************************************
     Carets
 ******************************************/
.jzb-pipe-gray {
    color: #ccc;
}

/* Dropdown caret pull-right margin fix - it places on top*/
span.caret.pull-right {
    margin-top: 0.5em;
}



/****************************************
    Drawing Tools - Circle Danger
 ****************************************/
.circle-danger {
    width:100px;
    height:100px;
    border-radius:50px;
    font-size:20px;
    font-weight: bold;
    color:#fff;
    line-height:100px;
    text-align:center;
    background: #B94A48;
    margin: 0 auto;
}

.circle-warning {
    width:100px;
    height:100px;
    border-radius:50px;
    font-size:20px;
    font-weight: bold;
    color:#fff;
    line-height:100px;
    text-align:center;
    background: #ef8825;
    margin: 0 auto;
}

.circle-success {
    width:100px;
    height:100px;
    border-radius:50px;
    font-size:20px;
    font-weight: bold;
    color:#fff;
    line-height:100px;
    text-align:center;
    background: #49b736;
    margin: 0 auto;
}



/****************************************
    Drawing Tools - Horizontal Line
 ****************************************/
/* Make a horizontal line. */
.jzb-horizontal-line {
    border-bottom: 1px solid #ddd;
    margin-top: 0.5em;
}



/****************************************
    Forms - Checkbox Success
 ****************************************/
.jzb-checkbox input[type="checkbox"],
.jzb-checkbox-success input[type="checkbox"] {
    display: none;
}

.jzb-checkbox label,
.jzb-checkbox-success label {
    cursor: pointer;
}

.jzb-checkbox input[type="checkbox"] ~ label span,
.jzb-checkbox-success input[type="checkbox"] ~ label span {
    display: inline-block;
    width: 34px;
    height: 29px;
    margin: 0 .5em 0 0;
    vertical-align: middle;
    background-image: url("../images/checkbox-toggle.svg");
    background-repeat: no-repeat;
    background-size: 34px;
    background-position: 0 0;
    cursor: pointer;
}

.jzb-checkbox input[type="checkbox"]:checked ~ label span {
    background-image: url("../images/checkbox-toggle.svg");
    background-repeat: no-repeat;
    background-size: 34px;
    background-position: 0 100%;
}

.jzb-checkbox input[type="checkbox"][disabled="true"] ~ label span,
.jzb-checkbox-success input[type="checkbox"][disabled="true"] ~ label span {
    background-image: url("../images/checkbox-disabled-empty.svg");
    background-repeat: no-repeat;
    background-size: 34px;
    background-position: 0 100%;
    cursor: auto;
}

.jzb-checkbox input[type="checkbox"][disabled="true"]:checked ~ label span,
.jzb-checkbox-success input[type="checkbox"][disabled="true"]:checked ~ label span {
    background-image: url("../images/checkbox-disabled-filled.svg");
    background-repeat: no-repeat;
    background-size: 34px;
    background-position: 0 100%;
    cursor: auto;
}

.jzb-checkbox-success input[type="checkbox"] ~ label span {
    background-image: url("../images/checkbox-toggle-success.svg");
    background-repeat: no-repeat;
    background-size: 34px;
    background-position: 0 0;
}

.jzb-checkbox-success input[type="checkbox"]:checked ~ label span {
    background-image: url("../images/checkbox-toggle-success.svg");
    background-repeat: no-repeat;
    background-size: 34px;
    background-position: 0 100%;
}



/****************************************
    Forms - Checkbox Toggle
 ****************************************/
.jzb-checkbox-toggle input[type="checkbox"] {
    display: none;
}

.jzb-checkbox-toggle input[type="checkbox"] ~ label span {
    cursor: pointer;
    display: inline-block;
    height: 1.5em;
    margin: 0;
    vertical-align: middle;
    width: 2.3em;
}

.jzb-checkbox-toggle input[type="checkbox"]:checked ~ label span {
    background-position: 0 100%; /*!important;*/
    background-size: 1.8em auto; /*!important;*/
}

.jzb-checkbox-toggle input[type="checkbox"] ~ label span {
    background-image: url("../images/checkbox-toggle.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 1.8em auto;
    background-color: rgba(0, 0, 0, 0);
}

.jzb-checkbox-toggle input[type="checkbox"]:disabled ~ label span {
    background-image: url("../images/checkbox-disabled-empty.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 1.8em auto;
    background-color: rgba(0, 0, 0, 0);
    cursor: auto;
}

.jzb-checkbox-toggle input[type="checkbox"]:disabled:checked ~ label span {
    background-image: url("../images/checkbox-disabled-filled.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 1.8em auto;
    background-color: rgba(0, 0, 0, 0);
    cursor: auto;
}

@media (max-width: 767px) {

    .jzb-checkbox-toggle input[type="checkbox"] ~ label span {
        height: 2.3em; /*!important;*/
        width: 2.6em; /*!important;*/
    }

    .jzb-checkbox-toggle input[type="checkbox"]:checked ~ label span {
        background-size: 2.7em; /*!important;*/
    }

    .jzb-checkbox-toggle input[type="checkbox"] ~ label span {
        background-image: url("../images/checkbox-toggle.svg");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 2.7em auto;
        background-color: rgba(0, 0, 0, 0);
    }

    .jzb-checkbox-toggle input[type="checkbox"]:disabled ~ label span {
        background-image: url("../images/checkbox-disabled-empty.svg");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 2.7em auto;
        background-color: rgba(0, 0, 0, 0);
        cursor: auto;
    }

    .jzb-checkbox-toggle input[type="checkbox"]:disabled:checked ~ label span {
        background-image: url("../images/checkbox-disabled-filled.svg");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 2.7em auto;
        background-color: rgba(0, 0, 0, 0);
        cursor: auto;
    }
}



/****************************************
    Forms - Labels
 ****************************************/
.form-group label.disabled {
    color: #777;
}


/****************************************
    Forms - Radio Buttons
 ****************************************/
form input[type="radio"] {
    display: none;
}

form input[type="radio"] + label span {
    background-image: url("../images/radio-button.svg");
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 1.3em auto;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 1.4em;
    margin: 0 0.5em 0 0;
    vertical-align: top;
    width: 1.4em;
}

form input[type="radio"]:checked + label span {
    background-position: 0 0;
}

form input[type="radio"]:disabled + label span {
    background-image: url("../images/radio-button-disabled-empty.svg");
    background-position: 0 100%;
    background-size: 1.3em auto;
    cursor: auto;
}

form input[type="radio"]:disabled:checked + label span {
    background-image: url("../images/radio-button-disabled-filled.svg");
    background-position: 0 100%;
    background-size: 1.3em auto;
    cursor: auto;
}

.jzb-radio-button input[type="radio"] {
    display: none;
}

.jzb-radio-button input[type="radio"] + label span {
    background-image: url("../images/radio-button.svg");
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 1.3em auto;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 1.4em;
    margin: 0 0.5em 0 0;
    vertical-align: top;
    width: 1.4em;
}

.jzb-radio-button input[type="radio"]:checked + label span {
    background-position: 0 0;
}

.jzb-radio-button input[type="radio"]:disabled + label span {
    background-image: url("../images/radio-button-disabled-empty.svg");
    background-position: 0 100%;
    background-size: 1.3em auto;
    cursor: auto;
}

.jzb-radio-button input[type="radio"]:disabled:checked + label span {
    background-image: url("../images/radio-button-disabled-filled.svg");
    background-position: 0 100%;
    background-size: 1.3em auto;
    cursor: auto;
}



/****************************************
    Forms - Toggle Draft/Published 
 ****************************************/
.jzb-draftpublished-toggle-success input[type="checkbox"] {
    display: none;
}

.jzb-draftpublished-toggle-success input[type="checkbox"] + label span {
    display: inline-block;
    width: 9.2em;
    height: 1.6em;
    margin: 0 .5em 0 0;
    vertical-align: middle;
    background: url("../images/draft-published-toggle-success.svg") no-repeat;
    background-size: 9.2em;
    background-position: 0 100%;
    cursor: pointer;
}

.jzb-draftpublished-toggle-success input[type="checkbox"]:checked + label span {
    background: url("../images/draft-published-toggle-success.svg") no-repeat;
    background-size: 9.2em;
    background-position: 0 0;
}

.jzb-draftpublished-toggle-success input[type="checkbox"]:disabled + label span {
    background: url("../images/draft-published-toggle-success.svg") no-repeat;
    background-size: 9.2em;
    background-position: 0 0;
    cursor: not-allowed;
}



/****************************************
    Forms - Toggle On/Off
 ****************************************/
.jzb-onoff-toggle input[type="checkbox"],
.jzb-onoff-toggle-success input[type="checkbox"] {
    display: none;
}

.jzb-onoff-toggle input[type="checkbox"] ~ label span,
.jzb-onoff-toggle-success input[type="checkbox"] ~ label span {
    display: inline-block;
    width: 4.5em;
    height: 1.6em;
    margin: 0 .5em 0 0;
    vertical-align: middle;
    cursor: pointer;
}

.jzb-onoff-toggle input[type="checkbox"]:checked ~ label span,
.jzb-onoff-toggle-success input[type="checkbox"]:checked ~ label span {
    background-size: 4.5em;
    background-position: 0 0;
}

.jzb-onoff-toggle input[type="checkbox"]:disabled ~ label span,
.jzb-onoff-toggle-success input[type="checkbox"]:disabled ~ label span {
    opacity: 0.35;
}

.jzb-onoff-toggle input[type="checkbox"] ~ label span {
    background-image: url("../images/on-off-toggle.svg");
    background-size: 4.5em;
    background-position: 0 100%;
    background-repeat: no-repeat;
}

.jzb-onoff-toggle-success input[type="checkbox"] ~ label span {
    background-image: url("../images/on-off-toggle-success.svg");
    background-size: 4.5em;
    background-repeat: no-repeat;
    background-position: 0 100%;
}



/****************************************
    Forms - Toggle Yes/No
 ****************************************/
.jzb-yesno-toggle input[type="checkbox"] {
    display: none;
}

.jzb-yesno-toggle-disabled input[type="checkbox"] {
    display: none;
}

.jzb-yesno-toggle input[type="checkbox"] + label span {
    display: inline-block;
    width: 4.5em;
    height: 1.6em;
    margin: 0 .5em 0 0;
    vertical-align: middle;
    background-image: url("../images/yes-no-toggle.svg");
    background-size: 4.5em;
    background-position: 0 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.jzb-yesno-toggle-disabled input[type="checkbox"] + label span {
    display: inline-block;
    width: 4.5em;
    height: 1.6em;
    margin: 0 .5em 0 0;
    vertical-align: middle;
    background-image: url("../images/yes-no-toggle-disabled.svg");
    background-size: 4.5em;
    background-position: 0 100%;
    background-repeat: no-repeat;
    cursor: not-allowed;
}

.jzb-yesno-toggle input[type="checkbox"]:checked + label span {
    background-image: url("../images/yes-no-toggle.svg");
    background-size: 4.5em;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.jzb-yesno-toggle-disabled input[type="checkbox"]:checked + label span {
    background-image: url("../images/yes-no-toggle-disabled.svg");
    background-size: 4.5em;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.footable-details .jzb-yesno-toggle input[type="checkbox"] + label span {
    height: 2.09em;
    width: 6em;
    background-size: 6em;
}



/****************************************
    Forms - Toggle Yes/No Success 
 ****************************************/
.jzb-yesno-toggle-success input[type="checkbox"] {
    display: none;
}

.jzb-yesno-toggle-success input[type="checkbox"] + label span {
    display: inline-block;
    width: 4.5em;
    height: 1.6em;
    margin: 0 .5em 0 0;
    vertical-align: middle;
    background: url(../images/yes-no-toggle-success.svg) no-repeat;
    background-size: 4.5em;
    background-position: 0 100%;
    cursor: pointer;
}

.jzb-yesno-toggle-success input[type="checkbox"]:checked + label span {
    background: url(../images/yes-no-toggle-success.svg) no-repeat;
    background-size: 4.5em;
    background-position: 0 0;
}


/****************************************
    Forms - Two column
 ****************************************/
.form-group.jzb-two-col label {
    margin-top: .5em;
}
.form-group.jzb-two-col div:first-of-type {
    padding-right: 0px;
    text-align: right;
}

/****************************************
    Forms - Validation Groups
 ****************************************/
.jzb-validation-group.jzb-group-has-error .form-group {
    background-color: #fcf8e3;
    margin-bottom: 0px;
    padding-bottom: 15px;
    border: solid 1px #fcf8e3;
    border-right: solid 1px #e1ddca;
    border-left: solid 1px #e1ddca;
}

.jzb-validation-group.jzb-group-has-error .form-group:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: solid 1px #e1ddca;
}

.jzb-validation-group.jzb-group-has-error .form-group:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: solid 1px #e1ddca;
    margin-bottom: 1em;
}

.jzb-has-error {
    background-color: #fcf8e3;
    padding-bottom: 10px;
}

.jzb-has-error .help-block,
.jzb-validation-group.jzb-group-has-error .help-block {
    margin-top: 0px;
    color: #8a6d3b;
}

.jzb-has-error-icon {
    color: #8a6d3b;
}

.jzb-required-hint-text {
    color: #d30000;
    font-weight: normal;
}

.jzb-required-hint-text span {
    color: #d30000;
    font-size: 1.7em;
    font-weight: normal;
    vertical-align: middle;
    line-height: 1;
}

.jzb-required-text {
    color: #d30000;
    font-size: 1.7em;
    font-weight: normal;
    vertical-align: middle;
    line-height: 1;
}



.form-horizontal label {
    display: inline;
}

/****************************************
    Numeric Textboxes
 ****************************************/
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;
}



/****************************************
    Hatchings
 ****************************************/
.jzb-hatching-caution {
    background: rgba(0, 0, 0, 0) repeating-linear-gradient(135deg, rgba(252, 248, 227, 1), rgba(252, 248, 227, 1) 7px, rgba(250, 244, 201, 1) 7px, rgba(250, 244, 201, 1) 14px, rgba(252, 248, 227, 1) 14px) repeat scroll left top;
    border-color: #cbcbcb;
    border-left: 1px solid #cbcbcb;
    margin-right: -1px;
}



/****************************************
    Header
 ****************************************/
.jzb-header-image {
    height: 100%;
    min-height: 4.3em;
    min-width: 4.3em;
}

.jzb-header-icon {
    color: #9D9D9F;
    background-color: #DADADD;
}

.jzb-header-responsive-icon {
    font-size: 7.8em;
} 

.jzb-layout-header .btn {
    color: #fff;
    background: #5c6368;
}

.jzb-header-toolbar {
    margin-top: .3em;
}

.jzb-header-row-height {
    height: 8em;
}

.jzb-header-summary-height {
    height: 4em;
}

.jzb-header-contact-height {
    height: 1.5em;
}

.jzb-header-name-height {
    height: 5.5em;
}

/* Header Toolbar */
#CommonActionsGroupButtonBar.fixedRight {
    position: fixed;
    top: initial;
    right: 0px;
    z-index: 100;
}



/****************************************
    Links 
 ****************************************/
.jzb-disabled-link {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
    cursor: not-allowed;
    color: #999;
    text-decoration: none;
    background-color: transparent;
}

.jzb-no-link {
    cursor:text;
    color:inherit;
    text-decoration:none;
    pointer-events:none;
}

a.jzb-no-decoration:hover {
    text-decoration:none!important; 
}



/****************************************
    Loading Indicators
 ****************************************/
/* Page loader */
.jzb-page-loader {
    height: 20em;
    background: url('../images/loading.gif') center center no-repeat;
}

/* block loader */
.jzb-block-loader {
    opacity: 0.5;
    background: url('../images/loading.gif') center center no-repeat;
}



/****************************************
    Icons (Glyphicons)
 ****************************************/
/* Size */
.jzb-icon-xs {font-size: 0.571em;}
.jzb-icon-sm {font-size: 1.286em;}
.jzb-icon-md {font-size: 2.143em;}
.jzb-icon-lg {font-size: 3.214em;}
.jzb-icon-xl {font-size: 5.000em;}

/* Color */
.jzb-icon-light-gray {color: #e4e4e4;}
.jzb-icon-danger     {color: #b94a48;}
.jzb-icon-success    {color: #3c763d;}

/* Help */
a.glyphicon-question-sign {
    text-decoration: none;
    opacity: .3;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    font-size: 1.4em;
    margin: .3em .3em 0 .5em;
}

.modal-header a.glyphicon-question-sign {
    margin: 0 .5em 0 .5em;
}

a.glyphicon-question-sign:hover,
a.glyphicon-chevron-left:hover,
a.glyphicon-chevron-right:hover {
    text-decoration: none;
}

a.glyphicon-question-sign:hover,
a.glyphicon-question-sign:hover {
    opacity: 1;
}

/* Set active opacity for all help icon cases */
a.glyphicon-question-sign:active,
a.glyphicon-question-sign:active {
    opacity: 0.3;
}

@media (max-width: 767px) {
    a.glyphicon-question-sign {
    margin: .3em .3em .3em .5em;
    }
    .modal-header a.glyphicon-question-sign {
        margin: 0 .5em 0 .5em;
    }
}

/* Panel Heading */
.panel > .panel-heading > .glyphicon-question-sign {
    position: relative;
    float: right;
    width: 1em;
    height: 1em;
    font-size: 1em;
    margin-left: .5em;
    margin-top: 0em;
    color: #fff;
}

/* Panel Body */
.panel > .panel-body > .glyphicon-question-sign {
    position: relative;
    float: right;
    font-size: 1.4em;
    margin: 0 -0.05em 0 .5em;
    color: #428bca;
}

/* from jzb-icon-set.css */
@font-face {
    font-family: 'jzb-icon-set';
    src:url('../fonts/jzb-icon-set.eot?-2q0owe');
    src:url('../fonts/jzb-icon-set.eot?#iefix-2q0owe') format('embedded-opentype'),
        url('../fonts/jzb-icon-set.woff?-2q0owe') format('woff'),
        url('../fonts/jzb-icon-set.ttf?-2q0owe') format('truetype'),
        url('../fonts/jzb-icon-set.svg?-2q0owe#jzb-icon-set') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="jzb-glyph-"],
[class*=" jzb-glyph-"] {
    font-family: 'jzb-icon-set';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.jzb-glyph-glyphicon-lock:before {content: "\e600";}
.jzb-glyph-glyphicon-hub:before {content: "\e601";}
.jzb-glyph-glyphicon-place:before {content: "\e602";}
.jzb-glyph-glyphicon-space:before {content: "\e603";}
.jzb-glyph-glyphicon-flip:before {content: "\e604";}
.jzb-glyph-glyphicon-reassign:before {content: "\e605";}
.jzb-glyph-glyphicon-events:before {content: "\e606";}
.jzb-glyph-glyphicon-session:before {content: "\e607";}
.jzb-glyph-glyphicon-permission:before {content: "\e608";}
.jzb-glyph-glyphicon-parentchild:before {content: "\e609";}
.jzb-glyph-glyphicon-childparent:before {content: "\e610";}
.jzb-glyph-glyphicon-idcard:before {content: "\e611"; color: #428BCA !important;}
.jzb-glyph-glyphicon-course:before {content: "\e612";}
.jzb-glyph-glyphicon-filter:before {content: "\e613";}
.jzb-glyph-glyphicon-health-group:before {content: "\e614";}
.jzb-glyph-glyphicon-applicant-group:before {content: "\e615";}
.jzb-glyph-glyphicon-facility-group:before {content: "\e616";}

.glyphicon-none:before {
    content: "\2122";
    color: transparent !important;
}


/****************************************
    Lists (Bulleted Lists)
 ****************************************/
/* Circle Bullets */
ol.jzb-circled,
ul.jzb-checked {
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
    list-style:none; /* Disable the normal item numbering */
}

ol.jzb-circled > li,
ul.jzb-checked > li {
    position:relative; /* Create a positioning context */
    margin:0 0 0.7em 0; /* Give each list item a left margin to make room for the numbers */
    padding:0 1em 0 2.7em; /* Add some spacing around the content */
    
}

ol.jzb-circled > li:before,
ul.jzb-checked > li:before {
    position:absolute;
    top:0.2em;
    left:0;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    text-align:center;
    font-weight:bold;
    border-radius:50%;
}

ol.jzb-circled > li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    font-size:1em;
    width:2em;
    height:2em;
    border: 2px solid #428bca;
    padding:.15em;
    color:#428bca;
    background:#fff;
}

ul.jzb-checked > li:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-weight: normal;
    font-size:.8em;
    width:2.5em;
    height:2.5em;
    padding:.5em;
    color:#fff;
    background:#4d8d2d;
}


/* With Margin */
.jzb-clean-ul-with-margin {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.jzb-clean-ul-with-margin li {
    margin: .5em;
    padding: 0;
}

.jzb-clean-ul-with-margin li div.alert {
    margin: 0;
}

.jzb-clean-ul-with-margin li div.alert.alert-info {
    background: none;
    border: none;
    box-shadow: none;
}

.jzb-clean-ul-with-margin li div.alert.alert-info h2 {
    font-size: 1.3em;
    color: #629ebb;
}

.jzb-clean-ul-without-margin {
    margin-left: 0px;
    padding: 0;
}

.jzb-clean-ul-without-margin li {
    list-style-type: none;
    margin-left: 0px;
    padding: 0;
}


/****************************************
    PDF
 ****************************************/
.jzb-body-layout-for-pdf {
    background: #fff;
}

.jzb-body-layout-for-pdf .panel {
    border: hidden;
}



/****************************************
   Pinning  
 ****************************************/
.pinned {
    color: #a94442;
}

.notpinnedyet {
    color: #A9B3C3;
}

.glyphicon.glyphicon-pushpin {
    z-index: 1;
}

.jzb-pin-size {
    font-size: 20px;
}

/****************************************
    Tables (jzb-table)
 ****************************************/
.jzb-table {
    display: table;
    width: 100%;
}

.jzb-table-row {
    display: table-row;
}

.jzb-table-cell {
    display: table-cell;
    padding: .5em;
    vertical-align: top;
}

/* Block Table */
.jzb-block table {
    width: 100%;
    margin-bottom: .5em;
}

.jzb-block table tr th {
    padding: 0 0 .4em 0;
    border-bottom: 1px solid #ccc;
    /*width: 25%;*/
    vertical-align: bottom;
}

.jzb-block table.footable-details tr th {
    vertical-align: top;
}

.jzb-block table.footable-details tr td {
    vertical-align: top;
    padding-top: 0px;
}

.jzb-block table tr td {
    padding: .4em .5em .4em 0;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    word-break: normal;
}

.jzb-block table tr td.jzbdemo-tablemuted {
    font-size: .9em;
    font-weight: normal;
    color: #777;
}

.jzb-block-table {
    width: 100%;
    margin-bottom: .5em;
}

.jzb-block-table thead tr th {
    background-color: #fff;
}

.jzb-block-table tr th {
    padding: 0 0 .4em 0;
    border-bottom: 1px solid #ccc;
    /*width: 25%;*/
    vertical-align: bottom;
}

.jzb-block-table tr td {
    padding: .4em .5em .4em 0;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    word-break: normal;
}

.jzb-block-table tr td.jzbdemo-tablemuted {
    font-size: .9em;
    font-weight: normal;
    color: #777;
}

/*  Color Legend */
.jzb-color-legend > thead > tr > th,
.jzb-color-legend > tbody > tr > th,
.jzb-color-legend > tfoot > tr > th,
.jzb-color-legend > thead > tr > td,
.jzb-color-legend > tbody > tr > td,
.jzb-color-legend > tfoot > tr > td {
    padding: 0 5px;
}

.jzb-color-legend > thead > tr > td:first-child,
.jzb-color-legend > tbody > tr > td:first-child,
.jzb-color-legend > tfoot > tr > td:first-child {
    padding: 5px;
    vertical-align: top;
}

/* Highlight Row */
.jzb-highlight {
    background-color: #75e747;
}

.jzb-tablerow-inactive {
    background: #ededed;
}

/* Highlight a link */
a.jzb-highlight {
    background-color: #75e747 !important;
}



/****************************************
    View/Edit Details
 ****************************************/
/* sort me again particularly the overview block item.*/
.jzb-view-edit-details {
    background-color: #FFFFFF;
    padding: 10px 20px;
    margin-left: auto;
    margin-right: auto;
}

.jzb-view-edit-details .panel {
    background-color: #FFFFFF;
    width: 100%;
}

.jzb-view-edit-details .jzb-overview-rowtitle {
    color: #000000;
    font-weight: bold;
    font-size: 1em;
    padding: .4em 1em .7em 0;
    width: 15em;
    display: block;
    float: left;
}

.jzb-view-edit-details .jzb-overview-rowtitle.jzb-details-popover {
    display: table-cell;
    width: 35%;
    font-size: 1em;
}

.jzb-view-edit-details .jzb-overview-rowdata.jzb-details-popover {
    display: table-cell;
    width: 65%;
}

.jzb-view-edit-details .jzb-overview-rowdata {
    padding: .4em 0 .7em 0;
    display: block;
    width: auto;
    float: left;
}

.jzb-view-edit-details .jzb-overview-rowdata.long-field {
    width: auto;
    max-width: 50%;
}

.jzb-view-edit-details .jzb-overview-rowdata.row-data-message {
    width: auto;
    max-width: none;
}

.jzb-view-edit-details .jzb-overview-rowdata .editable-click {
    padding: 0 1.3em 0 0;
    margin: 0;
}

.jzb-view-edit-details .jzb-overview-rowdata .editable-container {
    margin: 0;
}

@media (max-width: 767px) {
    .jzb-view-edit-details .jzb-overview-rowtitle {
        color: #000000;
        display: block;
        width: auto;
        font-size: 1.15em;
        text-align: left;
        padding: .5em 1em .1em 0;
        float: none;
    }

    .jzb-view-edit-details .jzb-overview-rowdata {
        display: block;
        width: auto;
        padding: 0 0 .7em 0;
        float: none;
    }

    /* Overview Panel Line Height */
    .jzb-view-edit-details .jzb-panel-overview {
        line-height: 1.3;
    }

}



/****************************************
    Time Indicator
 ****************************************/
.jzb-time-indicator-circle {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    font-weight: bold;
    background: #000000;
}

hr.jzb-time-indicator-line {
    /***display: block;*/
    border-top: 2px solid #000000;
    position: relative;
    top: -26px;
}
