.loading
{
    width: 100%;
    height: 150px;
    background: white url("../images/loading.gif") center no-repeat;
    background-size: 15% auto;
    background-position: center; 
}

.checkboxHover:hover
{
    -webkit-box-shadow: 0px 0px 15px 1px #568188;
    -moz-box-shadow: 0px 0px 15px 1px #568188;
    box-shadow: 0px 0px 10px 1px #568188;
}

.plate
{
    background: transparent;
    padding: 5px;
    border: 1px solid #e9e9e9;
    margin-bottom: 25px;
}

#modal_add, #modal_edit, #modal_copy, #modal_edit_user_tags, #modal_add_user, #modal_edit_user, 
#modal_edit_profile, #modal_edit_email, #modal_edit_password, #modal_preview, #modal_reprint_add,
#modal_add_vacation, #modal_edit_vacation
{
    width: 50%;
    margin: auto;
    margin-top: 1%;
    display: none;
    position: fixed;
    z-index: 1000;
    overflow: auto;
}

#modal_edit_user_tags_buttons
{
    width: 100%;
    margin: auto;
    padding-top: 35px;
}

#modal_edit_user_tags_btn_add, #modal_edit_user_tags_btn_delete
{
    margin-left: -14px;
    margin-bottom: 5px;
    width: 110px;
    float: left;
}

#modal_delete, #modal_reserve, #modal_give_up, #modal_ask, #modal_ban_user, 
#modal_unban_user, #modal_delete_user, #modal_delete_vacation
{
    width: 40%;
    margin: auto;
    top: 30%;
    display: none;
    position: fixed;
    z-index: 10;
    overflow: auto;
}

#modal_change_status, #modal_change_ask_status
{
    width: 20%;
    margin: auto;
    top: 30%;
    display: none;
    position: fixed;
    z-index: 10;
    overflow: auto;
}

#modal
{
    width: 40%;
    margin: auto;
    top: 30%;
    display: none;
    position: fixed;
    overflow: auto;
}

@media (max-width: 1364px)
{
    #modal_add, #modal_edit, #modal_copy, #modal_edit_user_tags, #modal_add_user, #modal_edit_user, 
    #modal_edit_profile, #modal_edit_email, #modal_edit_password, #modal_preview, #modal_reprint_add,
    #modal_add_vacation, #modal_edit_vacation
    {
        width: 99%;
        margin: auto;
        margin-top: 1%;
        display: none;
        position: fixed;
        z-index: 1000;
        overflow: auto;
    }

    #modal_edit_user_tags_btn_add, #modal_edit_user_tags_btn_delete
    {
        margin-right: 25px;
        width: 110px;
    }

    #modal_edit_user_tags_buttons
    {
        padding-top: 0px;
        margin: auto;
        margin-left: 15%;
        width: 100%;
    }

    #modal_delete, #modal_reserve, #modal_give_up, #modal_ask, #modal_ban_user, 
    #modal_unban_user, #modal_delete_user, #modal_change_ask_status, #modal_change_status,
    #modal_delete_vacation
    {
        width: 99%;
        margin: auto;
        top: 10%;
        display: none;
        position: fixed;
        z-index: 1000;
        overflow: auto;
    }

    #modal
    {
        width: 99%;
        margin: auto;
        top: 10%;
        display: none;
        position: fixed;
        overflow: auto;
    }
}
