
.qmp * {
    box-sizing: border-box;
    font-family: osl;
    font-size: 18px
}

.qmp p {
    font-size: 13px;
    line-height: 1;
    margin: 5px 0
}

.qmp-box {
    overflow: hidden
}

.qmp .qmp-container {
    display: none;
    padding-top: 5px
}

.qmp ul {
    list-style: none
}

.qmp .qmp-container .qmp-details {
    display: none
}

.qmp .qmp-loading {
    text-align: center;
    margin-top: 30px;
    font-size: 1.3em
}

.qmp .schedule-day, .qmp .schedule-times {
    list-style: none;
    vertical-align: top;
    padding-left: 0;
}

.qmp-hidden {
    visibility: hidden
}

.qmp .qmp-submit {
    font-weight: bolder;
    font-family: 'arial',sans-serif!important;
    cursor: pointer;
    vertical-align: baseline;
    font-size: 18px;
    font-weight: 100;
    color: #000;
    /* border: 1px solid #fff!important; */
    /* box-shadow: 0 1px 2px 0 rgba(24,28,39,.3)!important; */
    border-radius: 10px;
    text-align: center;
    padding: 8px 24px;
    /* margin: auto; */
    text-transform: uppercase;
    /* background-image: linear-gradient(180deg,#fbe41e 0,#f89f02 100%)!important; */
    display: inline-block;
    background: rgb(238,238,238);
    /* border: 2px solid #E5E5E5; */
    border-radius: 6px;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    /* float: left!important; */
    text-align: center;
    background: #e52f22!important;
    opacity: 1;
    padding: 15px 30px;
    max-width: 100%;
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    border-color: #ffffff;
    border-color: RGBA(255,255,255,1);
    border-radius: 30px!important;
    color: #fff;
}

.qmp .qmp-submit:hover {
    /* box-shadow: 0 3px 7px 0 rgba(24,28,39,.2)!important; */
    /* padding: 8px 24px; */
    /* border-radius: 10px; */
}

.qmp .qmp-submit:active {
    background-image: linear-gradient(180deg,#f89f02 0,#fbe41e 100%)!important;
    box-shadow: 0 1px 1px 0 rgba(24,28,39,.2)!important;
    transition: .4s
}

.qmp .qmp-container input {
    display: inline-block;
    min-height: 35px;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #444;
    border-left: none;
    border-top: none;
    border-right: none;
    text-align: center;
    font-size: 16px!important;
    color: #ffffff!important;
    font-weight: bolder!important;
    box-shadow: 0 2px #aaaaaa;
    border-radius: 5px;
    width: 100%;
}

.qmp .qmp-container textarea {
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    height: 33px
}

.qmp .qmp-details-element {
    margin-bottom: 8px;
    display: inline-block;
    padding: 0 5px;
    width: 50%;
}

.qmp .qmp-schedules-list {
    width: 150px
}

.qmp .qmp-schedules-list li.button {
    width: 125px;
    margin: 0 0 10px
}


.qmp .qmp-schedule {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    max-width: 100%;
    margin: auto;
}


.qmp .schedule-header {
    padding-top: 10px;
    float: left;
    width: 140px;
    margin: 6px 0 6px;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    color: #FEFEFE;
    line-height: 17px;
    letter-spacing: 1px;
    font: normal normal normal 14px / 23px "Arial", Helvetica, Arial, Verdana, sans-serif;
}

.qmp .schedule-day,.qmp .schedule-times {
    list-style: none;
    vertical-align: top;
    padding-left: 0
}

.qmp .schedule-day {
    height: 27px;
    width: 1px
}
.qmp-schedule-wrapper{
    display: block;
}


.qmp .schedule-list-day {
    display: block;
    margin: 0px 0 5px;
    /*border-bottom: 2px solid #162738;*/
    font-family: "Arial", Helvetica, Arial, Verdana, sans-serif;
}

.qmp .schedule-list-day ul{
    margin: 0px auto 20px;
    /*border-bottom: 2px solid #162738;*/
}

.qmp .schedule-times-responsive {
    display: none;
}
.qmp .qmp-browse{
    display: block;
    width: 100%;
}

@media (max-width: 840px) {
/*    .qmp .schedule-times,.qmp .schedule-times-responsive {
        display:inline-block
    }
*/
    .qmp .schedule-header{
        width: 100%;
    }
    .qmp .schedule-list-day {
        display: block
    }

    .qmp .schedule-times-main {
        display: none
    }
}

.qmp .schedule-entry {
    background: #000000;
    border-radius: 5px;
    cursor: default;
    padding: 18px 0;
    margin: 0;
    width: 93px;
    height: 100%;
    line-height: 0;
    overflow: hidden;
    color: rgb(156,156,156);
    display: inline-block;
    margin: 10px 4px 0;
    opacity: .8;
}

.qmp .schedule-entry.entry-free:hover:not(.nosubmit) {
    cursor: pointer
}

.qmp .schedule-entry span {
    cursor: inherit;
    margin: 0;
    font-weight: 600
}

.qmp .schedule-entry .entry-free span {
    color: #222!important;
    cursor: inherit;
    margin: 0
}
.qmp .schedule-entry{
    padding: 25px 0;
    box-shadow: 0 2px #ffffff;
    border-radius: 5px;
}
.qmp .entry-blocked{
    box-shadow: 0 2px #818181;
    border-radius: 5px;
    padding: 25px 0;
}
.qmp .entry-public{
    box-shadow: 0 2px #818181;
        border-radius: 5px;
            padding: 25px 0;
}

/*    box-shadow: 0 2px #ffffff;*/
.qmp .schedule-entry .entry-free span:hover {
    color: #222!important;
    cursor: inherit;
    margin: 0
}
}

.qmp .entry-small {
    width: auto;
    height: 49px;
    line-height: 53px;
    margin: 0 0 3px
}

.qmp .entry-free {
    background: #e52f22;
    cursor: pointer;
    color: #ffffff;
    font-weight: 500;
    border-radius: 30px;
    width: 93px;
    height: 100%;
    line-height: 0;
    overflow: hidden;
    display: inline-block;
    margin: 10px 4px 0;
    opacity: .8;
}

.qmp .entry-free:hover {
    background: #f2cb06;
    cursor: pointer;
    margin: 0;
    color: #222;
    font-weight: 600;
    margin: 10px 4px 0
}

.qmp .entry-public {
    background: #000000;
    cursor: default;
    color: #ffffff;
    font-weight: 500;
    border-radius: 30px;
    width: 93px;
    height: 100%;
    line-height: 0;
    overflow: hidden;
    display: inline-block;
    margin: 10px 4px 0;
    opacity: .8;
}

.qmp .entry-blocked {
    cursor: default;
    margin: 0;
    background: #000000;
    cursor: default;
    color: #ffffff;
    font-weight: 500;
    border-radius: 30px;
    width: 93px;
    height: 100%;
    line-height: 0;
    overflow: hidden;
    display: inline-block;
    margin: 10px 4px 0;
    opacity: .8;
}

.qmp .entry-selected {
    background: #ffc729;
    color: #111;
    cursor: pointer;
    margin: 0;
    margin: 10px 4px 0;
}
}

.qmp .qmp-browse {
    display: none;
    margin-bottom: 50px
}

.qmp-browse .btn {
    display: inline-block;
    background: rgb(238,238,238);
    border: 2px solid #E5E5E5;
    border-radius: 6px;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    float: left!important;
    text-align: center;
    background: #e52f22;
    opacity: 1;
    padding: 15px 10px;
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    border-color: #ffffff;
    border-color: RGBA(255,255,255,1);
    border-radius: 30px;
    color: #fff;
}

.qmp-browse .alignleft {
    float: left;
    text-align: center;
    margin: 2px
}

.qmp-browse .alignright {
    float: left!important;
    text-align: center;
    margin: 2px
}

.alignright button {
    float: left!important;
    margin-left: 5px
}

.alignright button {
    float: left!important;
    margin-left: 5px
}

.qmp-form {
    max-width: 480px;
    margin: auto;
    background-color: #000000;
    box-shadow: 0 0 12px -4px #000;
    padding: 30px;
    margin-bottom: 50px;
    margin-top: 50px;
    border-radius: 10px;
}

.qmp-details {
    display: none;
    margin-top: 2em;
    text-align: center
}

.qmp-form label {
    display: block;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-left: 0;
    font-size: 12px;
    font-family: os;
    line-height: 14px;
    color: #bfbfbf;
    padding-bottom: 10px;
    font: normal normal normal 14px / 23px "Arial", Helvetica, Arial, Verdana, sans-serif;
}

.qmp-form input {
    text-align: center
}

.qmp-element {
    display: inline-block;
    margin: 0 5px;
    width: 100%;
}

.qmp-required-notification {
    margin-top: 30px;
    font: normal normal normal 14px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
    color: #8d0000;
}

.qmp-success-text {
    display: none
}

.qmp-message {
    text-align: center;
    color: #FC0;
    padding: 20px 0;
    font-size: 20px;
    font-family: open sans;
    font-weight: 400
}

@-moz-keyframes f_fadeG {
    0% {
        background-color: #488EA4
    }

    100% {
        background-color: #FFF
    }
}

@-webkit-keyframes f_fadeG {
    0% {
        background-color: #488EA4
    }

    100% {
        background-color: #FFF
    }
}

@-o-keyframes f_fadeG {
    0% {
        background-color: #488EA4
    }

    100% {
        background-color: #FFF
    }
}

@-ms-keyframes f_fadeG {
    0% {
        background-color: #488EA4
    }

    100% {
        background-color: #FFF
    }
}

@keyframes f_fadeG {
    0% {
        background-color: #488EA4
    }

    100% {
        background-color: #FFF
    }
}

.qmp .text-danger {
    line-height: 1.5!important;
    font-family: open sans!important;
    color: #FFCC00!important;
    text-align: center!important;
    font-size: 18px!important;
    font-weight: 700!important;
    padding: 40px 40px 0 40px!important
}

.qmp-browse .alignleft {
    display: inline-block;
    float:left;
    text-align:center;
    margin:2px;
}
.qmp-browse .alignright {
    display: inline-block;
    float:left!important;
    text-align:center;
    margin: 2px;
}
.alignright button {
    float:left!important;
    margin-left:5px
}

@media (max-width:991px) {
    .schedule-times {
        list-style: none;
        padding-left: 0;
        display: inline-block
    }
    .schedule-entry {
        float: left;
        cursor: default;
        padding: 19px 0;
        margin: 0;
        width: 93px;
        height: 100%;
        line-height: 0;
        overflow-x: hidden;
        color: #efefef;
        display: inline-block;
        margin: 10px 4px 0
    }
    .schedule-header {
        float: left;
        width: 100%!important
    }
    .schedule-list-day {
        display: block
    }
    .entry-free {
        /* margin: 12px 4px 0!important */
    }
}

@media (max-width:768px) {
    .schedule-header {
        float: left;
        width: 100%!important
    }
}

/*@media (max-width:1042px) {
    .schedule-header {
        float: left;
        width: 110px!important
    }
}
*/
@media all and (max-width:1024px) {
    .side-menu-btn {
        float: right;
        position: relative;
        color: #323232;
        display: block
    }
    .side-menu-btn {
        margin-top: 10px;
    }
    .qmp .schedule-entry {
        display: inline-block
    }
    .schedule-times {
        list-style: none;
        padding-left: 0;
        display: inline-block
    }
    .schedule-entry {
        float: left;
        cursor: default;
        padding: 19px 0;
        margin: 0;
        height: 100%;
        line-height: 0;
        overflow-x: hidden;
        color: #efefef;
        display: inline-block;
        margin: 10px 4px 0
    }
    .schedule-list-day {
        display: block
    }
    .entry-free {
        /* margin: 12px 4px 0!important; */
    }
}

@media only screen and (max-width:1200px) {
    .schedule-header {
        float: left;
        width: 110px;
    }
    .qmp .schedule-entry {
        display: inline-block
    }
    .schedule-times {
        list-style: none;
        padding-left: 0;
        display: inline-block
    }
    .schedule-entry {
        float: left;
        cursor: default;
        margin: 0;
        width: 93px;
        height: 100%;
        line-height: 0;
        overflow-x: hidden;
        color: #efefef;
        display: inline-block;
        margin: 10px 4px 0;
    }
    .schedule-list-day {
        display: block
    }
    .entry-free {
        /* margin: 12px 4px 0!important; */
    }
}


