/* Layout body to be 100% in height, not more */
html, body {
    height: 100%;
    position: relative;
}
/* Define a wrapper which can be higher than 100%.
 * This section can have scroll bars if it contains sufficient content.
 * It has a negative margin to provide space for the footer within the 100%.
 */
.body-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    padding-top: 54px;
    padding-bottom: 100px;
    margin-bottom: -60px;
}
header {
    min-height: 54px;
    position: absolute;
    z-index: 1000;
    top: 0px;
    width: 100%;
}
.info-header {
    min-height: 54px;
    z-index: 1000;
    top: 0px;
    width: 100%;
    padding-bottom: 25px;
}
.info-page-header {
  padding-bottom: 0px;
  margin: 40px 0 0px;
  border-bottom: 1px solid #eee;
}
.page-sub-header {
  padding-bottom: 10px;
  margin: 40px 0 20px;
}

/* Footer is not fixed to the bottom.
 * It simply appears after the body-wrapper.
 */
.footer {
  width: 100%;
  height: 60px;
  background-color: #edeff0;
  border-top: 1px solid #b1babf;
}

.footer a:visited,
.footer a:hover,
.footer a {
    /* color: #53565A; */
}
.nav-brand-label {
    font-size: 0.5em;
    position: relative;
    top: -15px;
    opacity: 0.8;
}

.full-width { width: 100% }
.overflow-auto { overflow:auto; }
.overflow-ellipsis { 
    overflow:hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
}

.no-deco .no-deco:hover { text-decoration: none; }
.no-deco:hover { text-decoration: none; }

.panel-title-top { margin-top: 5px; font-size: 1.5em; }
.margin-mini-box-top  { margin: 0px; margin-top: 8px; }
.margin-mini-box  { margin: 8px; }
.padding-mini-left { padding-left: 15px; }
.padding-mini-right { padding-right: 15px; }
.padding-mini-box  { padding: 8px; }
.padding-box  { padding: 40px; }
.margin-box  { margin: 100px; }
.margin-bottom { margin-bottom: 20px; }
.margin-left { margin-left: 20px; }
.margin-top { margin-top: 20px; }
.double-margin-top { margin-top: 40px; }
.no-top-margin { margin-top: 0px; }
.no-bottom-margin { margin-bottom: 0px; }
.no-margin     { margin: 0px; }
.no-padding    { padding: 0px; }
.no-bottom-padding { padding-bottom: 0px; }
.no-right-padding { padding-right: 0px; }
.right-padding { padding-right: 20px; }
.wide-screen { padding-left: 0; margin-left: 0; padding-right: 0; margin-right: 0; }
.big-margin-bottom { margin-bottom: 50px; }
.no-left-padding { padding-left: 0px; }
.left-padding { padding-left: 20px; }
.extra-left-padding { padding-left: 25px; }
.right-padding { padding-right: 20px; }
.bottom-padding { padding-bottom: 20px; }

tr .on-tr-hover,
div > .on-div-hover { 
    visibility: hidden; 
}
tr:hover .on-tr-hover,
div:hover > .on-div-hover {
    visibility: visible;
}

/* Bugfix: Show modal/pop-up before grayed background */
.modal-backdrop {
    z-index: -1;
}
.pointer {
    cursor: pointer;
}
a.pointer:link, a.pointer:hover {
    text-decoration: none;
}

#right-side-top-menu > li i {
    vertical-align: middle;
}
#right-side-top-menu > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 40px;
}
#right-side-top-menu > li img {
    max-width: 40px;
    max-height: 40px;
}
#right-side-top-menu .popover-content {
    padding: 0;
}
@media (min-width: 800px) {
    #right-side-top-menu li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}

#right-side-top-menu li.dropdown:hover > ul.dropdown-menu:before {
    border: 2px solid #ED1C1A;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}

#left-side-top-menu li .navbar-text {
    margin-left: 0;
}
.popover {
    max-width: 500px;
    min-width: 350px;
}

.cal {
    border-color: #d3d8db;
    border-style: solid;
    border-width: 5px 1px 1px;
    color: #939598;
    display: inline-block;
    padding: 2px 4px;
    text-align: center;
    background-color: white;
}
.cal > div:first-child {
    font-weight: bold;
}
.cal-blank {
    width: 8px;
    border-color: #ededed;
}

.notifications-list {
    margin: 0px;
}
.notifications-list > .notifications-list-item:first-child { border-top: none; }
.notifications-list > .notifications-list-item:last-child { border-bottom: none; }
.notifications-list > .notifications-list-item {
    padding: 20px 10px; 
    /* border-width: 0px 0px 1px 0px; */
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #b1babf;
}

#notifications-counter {
    border-radius: 10px;
    position: relative;
    left: -10px;
    top: -10px;
    font-size: 0.8em;
}


.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/

/*Form Wizard Customization*/
.bs-wizard > .bs-wizard-step > .bs-wizard-dot-success:after { background-color: #a6ce39; }
.bs-wizard > .bs-wizard-step > .bs-wizard-dot-danger:after { background-color: #ed1c1a; }
.bs-wizard > .bs-wizard-step > .bs-wizard-dot-default:after { background-color: #b1babf; }
/*END Form Wizard Customization*/


/*------------------- Small/Simple Form Wizard --------------------------------*/
.bs-wizard-small {border-bottom: solid 1px #e0e0e0; padding: 0; margin: 0;}
.bs-wizard-small > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard-small > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard-small > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 0.9em; margin: 0px 10px 0 0;}
.bs-wizard-small > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 0.8em;}
.bs-wizard-small > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 20px; height: 20px; display: block; background: #fbe8aa; top: 33px; left: 50%; margin-top: -20px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard-small > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 5px; box-shadow: none; margin: 7px 0 0 0;}
.bs-wizard-small > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard-small > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard-small > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard-small > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard-small > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard-small > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard-small > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard-small > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard-small > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard-small > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/

/*Form Wizard Customization*/
.bs-wizard-small > .bs-wizard-step > .bs-wizard-dot-success{ background-color: #a6ce39; opacity: 0.3}
.bs-wizard-small > .bs-wizard-step > .bs-wizard-dot-danger{ background-color: #ed1c1a; opacity: 0.3}
.bs-wizard-small > .bs-wizard-step > .bs-wizard-dot-default{ background-color: #b1babf; opacity: 0.3}
/*END Form Wizard Customization*/

input.has-error {
    border-color: rgba(180, 0, 0, 0.8);
    box-shadow: 0 0 8px rgba(180, 0, 0, 0.6);
    outline: 0 none;
}

.highlight-editable:hover {
    background-color: #fcf8e3;
}

.color-balls:first-child { margin-left: 50px; }
.label-round { border-radius: 1em; }
.color-balls { border-radius: 10px; }
h2 .color-balls { font-size: 0.6em; }
a.sms-button {
    font-size: 1em;
}

.releaseMenu .dropdown-toggle {
    color: #939598;
}

.ticket-toggle {
    margin: 5px 0;
}

dl.dl-extra-space dd,
dl.dl-extra-space dt {
    margin-bottom: 3px;
}
.left-bordered {
  border-left: 5px solid #edeff0;
}
.normal-height {
    line-height: 1.2em;
}
.cube {
    margin: 2px;
    width: 0.8em;
    height: 0.8em;
    line-height: 1em;
    border: 1px solid ##b1babf;
    display: inline-block;
    vertical-align: baseline;
}
.panel-body-div {
    padding: 0 0 10px 0; 
}
.body-wrapper span.label {
  font-weight: normal;
  line-height: 1em;
}
.simple-shadow {
  box-shadow: 0px 5px 10px #999;
}
.quote { font-size: 0.8em }
.quote:before { content: '\2014 \00A0'; }
.reset-height {
    font-size: initial;
    line-height: initial;
}
.center-shadow{
    position:relative;
    background-color: white;
}
/*==================================================
 * Drop shadow effect with box-shadow
 * ===============================================*/
.center-shadow:after{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 40px rgba(0,0,0,0.8);
    box-shadow:0 0 40px rgba(0,0,0,0.8);
    bottom:10px;
    left:10%;
    right:10%;
    width:80%;
    height:25%;
    -moz-border-radius:100%;
    border-radius:100%;
    overflow: hidden;
}

.faded-unless-hover { opacity: 0.5; }
.faded-unless-hover:hover { opacity: 1; }

.official-tag {
  margin: 0 2px;
  position:relative; 
  background-color: #FFDEBC; 
  color: #8F755B; 
  padding: 0px 5px 0px 17px;
  /*border:1px solid silver; */
  display: inline-block;
  font-family: monospace;
}
.official-tag:before {
  position:absolute; left:-1px; top:-1px; content:'';
  border-top: 1em solid white;
  border-right: 1em solid transparent;
}
.official-tag:after {
  position:absolute; left:-1px; bottom:-1px; content:'';
  border-bottom: 1em solid white;
  border-right: 1em solid transparent;
}
.label-sharp {
  margin: 0 2px 3px 0;
  font-size: 1em;
  padding: 3px;
  font-weight: normal;
  display: inline-block;
}
.rotate-left {
    text-align: left;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(-90deg);
    width: 1em;
}
#header { 
  height: 300px;
}

.centered-icon {
    padding-bottom: 5px;
    padding-top: 8px;
}
