/*body#LoginForm{ background-image:url("https://hdwallsource.com/img/2014/9/blur-26347-27038-hd-wallpapers.jpg"); background-repeat:no-repeat; background-position:center; background-size:cover; padding:10px;}*/

body {
    font-family: Verdana, Geneva, sans-serif;
}

.ajs-success {
    color: white;
}

div.logo {
    padding: 10px;
}

.btn-warning {
    color: #fff;
    background-color: #D71920;
    border-color: #D71920;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning:link {
    color: #fff;
    background-color: #D71920;
    border-color: #D71920;
    opacity: 0.8
}

a#mobile_logout {
    position: absolute !important;
    right: 0px;
    background-color: #f2a437;
    z-index: 2
}

#sandPreferences {
    padding: 10px;
}

.page-header {
    border-bottom: none !important;
    margin: 0px -15px 0px !important;
}

.preferences {
    font-style: italic;
    position: relative;
    color: #8792a3;
    bottom: 10px;
}

.isHoliday {
    background-color: #f0efff;
}

.isHoliday:hover {
    background-color: #e7e5f9;
}

.alertify-notifier .ajs-message {
    background: #f2f2f2;
}


/*div#powitanie {float: right;text-align: right;padding:5px}*/


/*div#powitanie span {text-align: left;padding:5px }*/


/*ORIENTACJA pionowa*/

@media only screen and (max-width: 850px) and (orientation: portrait) {
    #cssmenu #menu-button {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6e6b4+0,ed9017+100;Yellow+3D+%231 */
        background: #828282;
        /* Old browsers */
        background: -moz-linear-gradient(left, white 52%, #828282 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, white 52%, #828282 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, white 52%, #828282 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#828282', endColorstr='#ed9017', GradientType=1);
        /* IE6-9 */
        height: 60px
    }
    div.day-row {
        display: block;
        font-size: 6px;
        padding-top: 58%;
        padding-left: 2%;
        line-height: 7px;
        min-height: 40px;
    }
    .apopup img {
        width: 95px;
        height: 115px
    }
    /*div.header-fixed{ height:110px }*/
    .type {
        float: left;
        width: 6px;
        text-align: center;
        ;
        font-size: 5px
    }
    .time {
        float: left;
        /*width:41px;*/
        padding-left: 2px
    }
    .seat {
        color: grey;
        font-size: 5px;
        padding-left: 9px
    }
    .head {
        display: none
    }
    .mobileLogOut {
        display: block
    }
    #mobile_logout {
        display: block
    }
    #cssmenu #menu-button {
        padding: 0px 0px 0px 0px;
    }
    .page-header {
        overflow: hidden;
        z-index: 1;
        position: fixed;
        /* Set the navbar to fixed position */
        top: 0;
        /* Position the navbar at the top of the page */
        width: 100%;
        /* Full width */
    }
    div.header-fixed {
        height: 70px
    }
    div.header-fixed-calendar {
        height: 150px
    }
    p.numberOfDay {
        pointer-events: none;
        font-size: 7px;
        font-weight: normal;
        opacity: 0.5;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        margin-top: 6px;
        margin-right: 3px;
        line-height: 1px;
        color: #bc6e00;
    }
}

.events-list {
    width: 100%;
    /*height: 55px;   */
    padding: 5px;
}

.kropka {
    /*bottom: 0;*/
    /*position: absolute;*/
}


/*ORIENTACJA POZIOMA */

@media only screen and (max-width: 850px) and (orientation: landscape) {
    #cssmenu #menu-button {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6e6b4+0,ed9017+100;Yellow+3D+%231 */
        background: #828282;
        /* Old browsers */
        background: -moz-linear-gradient(left, white 52%, #828282 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, white 52%, #828282 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, white 52%, #828282 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#828282', endColorstr='#ed9017', GradientType=1);
        /* IE6-9 */
    }
    div.day-row {
        display: block;
        font-size: 9px;
        padding-left: 2%;
        line-height: 10px;
        padding-top: 30%;
        min-height: 40px;
    }
    div.header-fixed {
        height: 70px
    }
    div.header-fixed-calendar {
        height: 120px
    }
    .type {
        float: left;
        width: 10px;
        text-align: center;
        font-size: 7px
    }
    .time {
        float: left;
        /*width:61px;*/
        padding-left: 2px
    }
    .seat {
        color: grey;
        font-size: 7px;
        padding-left: 3px
    }
    .mobileLogOut {
        display: block
    }
    #mobile_logout {
        display: block
    }
    .head {
        display: none
    }
    #cssmenu #menu-button {
        padding: 0px 0px 0px 0px;
    }
    .page-header {
        overflow: hidden;
        z-index: 1;
        position: fixed;
        /* Set the navbar to fixed position */
        top: 0;
        /* Position the navbar at the top of the page */
        width: 100%;
        /* Full width */
    }
    p.numberOfDay {
        pointer-events: none;
        font-size: 9px;
        font-weight: normal;
        opacity: 0.5;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        color: #bc6e00;
        margin-top: 9px;
        margin-right: 4px;
        line-height: 1px;
    }
}


/* komputer */

@media only screen and (min-width: 850px) {
    div.day-row {
        display: block;
        font-size: 12px;
        padding-left: 2%;
        line-height: 12px;
        padding-top: 15%;
        min-height: 40px;
    }
    .type {
        float: left;
        width: 12px;
        text-align: center;
        font-size: 8px
    }
    .time {
        float: left;
        padding-left: 2px
    }
    .seat {
        color: grey;
        font-size: 10px;
        padding-left: 5px
    }
    .head {
        display: block
    }
    .mobileLogOut {
        display: none !important
    }
    .sticky {
        position: fixed;
        top: 5px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto !important;
        margin-left: auto !important;
        z-index: 1;
    }
    .numberOfDay {
        font-size: 10px;
        color: #bc6e00;
        display: block
    }
    p.numberOfDay {
        pointer-events: none;
        font-size: 11px;
        font-weight: normal;
        opacity: 0.5;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        margin-top: 11px;
        margin-right: 10px;
        line-height: 1px;
        color: #bc6e00;
    }
}

div.cal-day-weekend .day_preferences,
div.cal-day-weekend .popovers_day_preferences,
.day_preferences.isHoliday,
.popovers_day_preferences.isHoliday {
    cursor: pointer;
    background: #dcede8;
}

div.cal-day-weekend .day_preferences:hover,
div.cal-day-weekend popovers_day_preferences:hover,
.day_preferences.isHoliday:hover,
.popovers_day_preferences.isHoliday:hover {
    cursor: pointer;
    background: #d6fcf2;
}

.day_preferences,
.popovers_day_preferences {
    cursor: pointer;
    background: #e8fff9;
}

.day_preferences:hover,
popovers_day_preferences:hover {
    cursor: pointer;
    background: #d6fcf2;
}

.form-heading {
    color: #fff;
    font-size: 23px;
    height: 90px
}

.panel h2 {
    color: #444444;
    font-size: 18px;
    margin: 0 0 8px 0;
}

.panel p {
    color: #777777;
    font-size: 14px;
    /* margin-bottom:30px;*/
    line-height: 24px;
}

.login-form .form-control {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}

.main-div {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 2px;
    margin: 10px auto 30px;
    max-width: 38%;
    padding: 50px 70px 70px 71px;
}

.login-form .form-group {
    margin-bottom: 10px;
}

.login-form {
    text-align: center;
}

.forgot a {
    color: #777777;
    font-size: 14px;
    text-decoration: underline;
}

.login-form .btn.btn-primary {
    background: #D71920 none repeat scroll 0 0;
    border-color: #D71920;
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
}

.forgot {
    text-align: left;
    margin-bottom: 30px;
}

.botto-text {
    color: #ffffff;
    font-size: 14px;
    margin: auto;
}

.login-form .btn.btn-primary.reset {
    background: #ff9900 none repeat scroll 0 0;
}

.back {
    text-align: left;
    margin-top: 10px;
}

.back a {
    color: #444444;
    font-size: 13px;
    text-decoration: none;
}


/* LOADING */

.load {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8)
    /*url('http://i.stack.imgur.com/FhHRx.gif') */
    url('https://loading.io/spinners/double-ring/index.double-ring-spinner.svg') 50% 50% no-repeat;
}


/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */

body.loading .load {
    overflow: hidden;
}


/* Anytime the body has the loading class, our
   modal element will be visible */

body.loading .load {
    display: block;
}