
.hr-8 {
    height: 8px;
    width: 100%;
    background: #eee;
}

.card {
    padding-top: 15px;
    padding-bottom: 15px;
}

.card-logined {
    padding-left: 35px;
    position: relative;
    background: #009688;
    color: #fff;
    box-shadow: 2px 0px 5px rgba(0,0,0,0.4);
}

.card-logined .menu-left-icon {
    position: absolute;
    top: 17px;
    left: -2px;
    font-size: 18px;
}

.card-logined h3 {
    margin-top: 1px;
    font-size: 22px;
}

.menu-left {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 300px;
    background: #212121;
    height: 100%;
    z-index: 1000000;
    color: #fff;
    display: none;
}

.menu-left a {
    color: #fff;
}

.menu-left .close-arrow {
    position: absolute;
    left: 270px;
    top: 17px;
}

.menu-left .logined-info {
    padding: 15px;
}

.menu-left .list-group {
    border-radius: 0px;
    box-shadow: none;
}

.menu-left .list-group .list-group-item {
    background: none;
    color: #fff;
    border: 0px;
    border-radius: 0px;
    border-bottom: solid 1px #444;
}

.menu-left .list-group .list-group-item a {
    color: #fff;
}

.menu-left .sub-head {
    background: #444;
    width: 100%;
    padding: 5px 15px 5px 15px;
    color: #ddd;
}

.theme-detail-page .card-logined .menu-left-icon {
    padding-left: 15px;
    margin-top: -2px;
}

.theme-detail-page .card-logined {
    padding-left: 50px;
    height: 55px;
    padding-top: 14px;
}

.ticket-detail {
    width: 100%;
    background: #009688;
    text-align: center;
    padding: 20px;
    color: #fff;
    margin-top: 20px;
}

.ticket-detail h4 {
    border-top: solid 1px #fff;
    padding-top: 15px;
    margin-top: 20px;
}

.ticket-detail h2 {
    color: #feffd8;
}

.ticket-detail .boxing {
    border: solid 1px #fff;padding: 15px;
    font-size: 18px;
    margin-top: 20px;
}

.unregister {
    width: 100%;
    background: #bdbdbd;
    text-align: center;
    padding: 20px;
    color: #b31e1e;
    margin-top: 20px;
}

.unregister h4 {
    border-top: solid 1px #b31e1e;
    padding-top: 15px;
    margin-top: 20px;
}

.unregister h2 {
    color: #009688;
}

.unregister .boxing {
    border: solid 1px #fff;padding: 15px;
    font-size: 18px;
    margin-top: 20px;
}

table .weekend td {
    color: #c00;
}

.day-selected {
    background: #337ab7 !important;
    color: #fff !important;
}
.mealselected {
    background: #337ab7 !important;
    color: #fff !important;
}


.day-selected-count {
    background: #fff;
    border: dotted 1px #666;
    padding: 10px;
    text-align: center;
    display: none;
}

.day-selected-count b {
    color: #c00;
}

.card-logined .menu-left-icon a {
    color: #fff;
}

.card-calendar {
    padding-top: 0px;
}

.card-buttons .col-sm-8 {
    width: 66.66%;
    float: right;
}

.card-buttons .col-sm-4 {
    width: 33.33%;
    float: left;
}

.card-logined .description {
    font-size: 12px;
    color: #fff;
    padding-top: 4px;
}

/* .modal-transparent */

.modal-transparent {
    background: transparent;
}
.modal-transparent .modal-content {
    background: transparent;
}
.modal-backdrop.modal-backdrop-transparent {
    background: #ffffff;
}
.modal-backdrop.modal-backdrop-transparent.in {
    opacity: .9;
    filter: alpha(opacity=90);
}

/* .modal-fullscreen */

.modal-fullscreen {
    background: #fff;
}
.modal-fullscreen .modal-content {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
    background: #ffffff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
    opacity: .97;
    filter: alpha(opacity=97);
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal-fullscreen .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
@media (min-width: 768px) {
    .modal-fullscreen .modal-dialog {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .modal-fullscreen .modal-dialog {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .modal-fullscreen .modal-dialog {
        width: 1170px;
    }
}

@media (max-width: 767px) { /* Change this to 0 */
    .navbar-collapse.collapse {
        display: block!important;
    }

    .navbar-nav>li, .navbar-nav {
        float: left !important;
    }

    .navbar-nav.navbar-right:last-child {
        margin-right: -15px !important;
    }

    .navbar-right {
        float: right!important;
    }

    .dncalendar-body table {
        margin-left: -15px;
        width: calc(100% + 30px);
    }
}

.lets-login {
    padding-top: 30px;
}


.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 30px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #212121;
    font-size: 20px;
    font-weight: 400;
    display: block;
}

.login-title-desc
{
    color: #757575;
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-top: 0px;    
}


.profile-img
{
    width: 130px;
    /*height: 96px; */
    margin: 0 auto 10px;
    display: block;
    /*
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;*/
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}

.dncalendar-body tbody td#calendarClick {
    border-right: solid 1px #eee;
}

.dncalendar-body table {
    border-bottom: solid 10px #eee;
}

.dncalendar-body table td.mealwaitings {
    background: #4CAF50;
    color: #fff;
}

.dncalendar-body table td.mealselected {
    background: #337ab7 !important;
    color: #fff !important;
}

.dncalendar-body table td.calendarClick.default-date {
    border: 1px solid #eee;
}

.dncalendar-body table td.calendarClick.note {
    background: #86cbce;
    color: #ff4343;
}

.dncalendar-body table td.calendarClick.mealfinisheds {
    background: #FF9800;
    color: #fff;
}

.dncalendar-body table td.calendarClick.mealcancels {
    background: #aaa;
    color: #fff;
}

.btn-primary {
    width: 100%;
}