/* General styles */
body { background-color: #eee; font-family: 'Lato', sans-serif; }
.wrap { position: relative; height: 100%; }

/* Breadcrumb bar styles */
.breadcrumb-bar { padding-top: 65px; background-color: white; font-family: 'Open Sans', sans-serif; color: #676a6c; min-height: 105px; }
.breadcrumb-bar h2 {margin-top: 0;}
.breadcrumb-bar ul.breadcrumb { background-color: transparent; padding-left: 0; padding-bottom: 0; }

/* Navbar styles */
.nav li > form > button.logout { padding: 15px; border: none; }

/* Content box style */
div.container div.box { clear: both; margin-bottom: 25px; margin-top: 2em; padding: 0; }
div.container div.box > div.box-title { background-color: #ffffff; border-color: #e7eaec; border-image: none; border-style: solid solid none; border-width: 2px 0 0; color: inherit; margin-bottom: 0; padding: 15px 15px 7px; min-height: 55px; line-height: 55px; }
div.container div.box > div.box-title h5 { display: inline-block; font-size: 14px; margin: 0 0 7px; padding: 0; text-overflow: ellipsis; float: left; font-weight: 700; }
div.container div.box > div.box-content { clear: both; background-color: #ffffff; color: inherit; padding: 15px 20px 20px 20px; border-color: #e7eaec; border-image: none; border-style: solid solid none; border-width: 1px 0; }

div.blurred-element {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
    background-color: #ccc;
}

/* Appointment create: zip code */
div#appointment-create-container ul.tabs-left { word-break: break-all; }
/* Appointment create/move: select timeslot */
.btn-group-margin-right { margin-right: 10px; }

/* Login page */
.parentTwo, .parentOne { transition: all .5s; }

@media(max-width:767px) {
    /* Navbar styles */
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.header {
    background-color: #336699;
    color: white;
    margin-top: 5px;
}
.header .content {
    padding: 27px;
}

.header h2 {
    padding: 0;
    padding-bottom: 7px;
    margin: 0;
}
.header .down-arrow {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.header .down-arrow-row {
    display: table-row;
}
.header .down-arrow .item {
    display: table-cell;
    position: relative;
    text-align: center;
}
.header .down-arrow .item .arrow {
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #eee;
}

.glyphicon { margin-right:5px; }
.thumbnail
{
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}
.item.list-group-item:nth-of-type(odd):hover,.item.list-group-item:hover
{
    background: #428bca;
}

.item.list-group-item .list-group-image
{
    margin-right: 10px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
}
.item.list-group-item .caption
{
    padding: 9px 9px 0px 9px;
}
.item.list-group-item:nth-of-type(odd)
{
    background: #eeeeee;
}

.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item img
{
    float: left;
}
.item.list-group-item:after
{
    clear: both;
}
.list-group-item-text
{
    margin: 0 0 11px;
}

.products:nth-child(1) {
    margin-top: 2rem;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #000000;
    background: #336699;
    color: #ffffff;
}