:root
{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
}

*:focus
{
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

.prayer_requests_edit_box
{
    text-align: center;
    width: 800px;
}

.prayer_requests_user_edit_textarea
{
    width: 800px;
    height: 300px;
}

.prayer_requests_common_edit_textarea
{
    width: 800px;
    height: 600px;
}

.prayer_requests_edit_link
{
    text-align: center;
    padding-bottom: 40px;
}

.prayer_requests_text_box
{
    text-align: left;
    width: 600px;
}

.prayer_requests_li_padding
{
    padding-top: 1px;
}

.prayer_requests_li_padding_nested
{
    padding-top: 10px;
}

.prayer_requests_edit_save_button
{
    width: 200px;
}


.calendar_edit_recurring_textarea
{
    width: 600px;
    height: 600px;
    font-size: 15px;
}

.calendar_edit_text
{
    width: 600px;
}

.calendar_edit_textarea
{
    width: 600px;
    height: 300px;
}

.calendar_edit_sunday_hint
{
    padding-top: 20px;
    font-weight: bold;
}


.calendar_mobile_hint
{
    display: none;
}

.calendar_mobile_hint_padding
{
    display: none;
}


.calender_holidays_td_width
{
    width: 50%;
}

.calender_holidays_table td:nth-child(even)
{
    text-align: right;
}

.calender_holidays_month_separator
{
    border-bottom: 3px solid black;
}

.calender_holidays_year
{
    font-size: 20px;
    padding-bottom: 10px;
}

.calender_holidays_table
{
    width: 500px;
    border-radius: 15px;
}

.calender_holidays_link, .calender_edit_recurring_link
{
    font-size: 10px;
}

.calender_month_controls
{
    font-size: 11px;
}


.calendar_year_month
{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 23px;
}

.calendar_table
{
    background-color: rgb(252, 249, 249);
    width: 600px;
    height: 350px;
    font-size: 22px;
    border: 2px solid black;
    border-style: hidden;
}

.calendar_table_week_number
{
    font-size: 8px;
    vertical-align: bottom;
    text-align: right;
    display: inline;
}

.calendar_table th
{
    width: 14.2857142857%; /* 100/7 */
}

.calendar_table th, .calendar_table td
{
    border: 1px dotted rgb(22, 22, 92);
    border-collapse: collapse;
}

.calendar_table th, .calendar_table td
{
    text-align: left;
}


.calendar_entries_table_padding
{
    padding-bottom: 30px;
}

.calendar_entries_table
{
    border-collapse: collapse;
    border: thin dotted;
    background-color: rgb(252, 249, 249);
    width: 596px;
}

.calendar_entries_table th:nth-child(odd)
{
    width: 296px;
}

.calendar_entries_table th:nth-child(even)
{
    width: 296px;
}

.calendar_entries_table td, .calendar_entries_table th
{
    border-bottom: thin dotted;
}

.calendar_entries_bold
{
    font-weight: bold;
}


.schedule_header_box
{
    padding-bottom: 20px;
    font-size: 25px;
}

.schedule_table
{
    border-collapse: collapse;
    width: 805px;
}

.schedule_table th:nth-child(odd)
{
    width: 300px;
    text-align: left;
}

.schedule_table th:nth-child(even)
{
    width: 450px;
    text-align: left;
}






.schedule_table td, .schedule_table th
{
    border-bottom: 2px solid black;
}

.schedule_table_upcoming
{
    font-weight: bold;
}


table.childbooks {
	border-spacing: 0px 15px;
	width: 1000px;
	table-layout: fixed;	
}

.childbooks tbody tr:nth-child(even){
  background-color: #eee;
}

.childbooks td {
	padding: 5px;
	overflow:hidden;
	text-overflow: ellipsis;
}

.menu_compat td
{
    text-align: left;
    padding-right: 20px;
}

.load_all_sermons
{
    font-size: 60%;
    padding-top: 5px;
    padding-bottom: 20px;
}

.separator_line_top
{
    height: 10px;
}

.seperator_line_bottom
{
    padding-bottom: 10px;
    border-top: thin dotted;
    width: 600px;
}

#store_article_comment
{
    width: 560px;
    height: 120px;
}

.store_article_comment_box
{
    width: 580px;
    padding: 10px;
    border: 1px;
    border-style: solid;
    border-radius: 15px;
}

.store_article_user_comment_box
{
    width: 560px;
    border: 1px;
    border-style: solid;
    border-radius: 15px;
    padding: 10px;
}

input[type=text]:read-only, .disabled
{
    pointer-events: none;
    background-color: lightgrey;
}

.menu_outer_container
{
    align-items: center;
    align-content: center;
    width: 100%;
}

.menu
{
    padding-top: 5px;
    padding-bottom: 15px;
    border-bottom: thin solid;
    text-align: center;
    width: 630px;
}

.sermon_info
{
    font-size: 70%;
}

.sermon_table
{
    width: 635px;
    background-color: white;
    border-radius: 15px;
    border: 2px solid rgb(41, 26, 26);
    padding: 15px;
}

.sermon_table td
{
    text-align: center;
}

/*
 * Search
 */

#search
{
    width: 635px;
    padding: 8px 15px;
    box-sizing: border-box;
    text-align: center;
    border: 2px solid black;
    border-radius: 15px;
}


/*
 * HTML5 Audio Player
 */

audio
{
    display: none;
}

.plyr
{
    border-radius: 90px;
}

:root
{
    --plyr-audio-controls-background: rgb(243, 237, 237);
    --plyr-line-height: 1.3;
    --plyr-control-radius: 90px;
    --plyr-font-size-time: 14px;
}

.imprint
{
    width: 500px;
    text-align: left;
}

/*
 * Sermon Form
 */

.sermon_form
{
    width: 630px;
}

.sermon_form_allowed_codecs_td_width
{
    width: 350px;
}

.sermon_form_edit_text
{
    width: 600px;
}

.sermon_form_edit_description
{
    width: 600px;
    height: 200px;
}

.sermon_form_info
{
    font-size: 13px;
}

/*
 * Store
 */

.store_table
{
    width: 850px;
    font-size: 15px;
}

.store_table_article_type
{
    width: 43px;
    text-align: left;
}

.store_table_article_type_abbrev_info
{
    text-align: left;
    width: 220px;
}

.store_table_comments
{
    width: 10px;
    text-align: right;
}

.store_table_quantity
{
    width: 10px;
    text-align: right;
}

.store_article_view
{
    width: 600px;
}

.store_article_view_publisher
{
    font-size: 17px;
}

.store_article_view_title
{
    font-size: 22px;
}

.store_article_view_cover
{
    max-width: 200px;
}

.store_article_edit_type
{
    width: 606px;
}

.store_article_edit_text
{
    width: 600px;
}

.store_article_edit_description
{
    width: 600px;
    height: 200px;
}

.store_table_tooltip
{
    position: relative;
    display: inline-block;
}

.store_table_tooltip .store_table_tooltiptext
{
    visibility: hidden;
    width: 570px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.store_table_tooltip:hover .store_table_tooltiptext
{
    visibility: visible;
}

/*
 * User table
 */

.user_table
{
    text-align: left;
    font-size: 13px;
    width: 1100px;
}

.user_table_ml_read_write
{
    font-size: 10px;
}

.user_table_email
{
    width: 250px;
}

.user_table_gender
{
    width: 60px;
}

.user_table_last_name, .user_table_first_name
{
    width: 120px;
}

.user_table_level
{
    width: 150px;
}

/*
 * User form
 */

.user_form_edit_text
{
    width: 250px;
    box-sizing: content-box;
}

.user_form_save_button
{
    width: 180px;
    height: 30px;
}

/*
 * Links
 */

a
{
    outline: none;
    text-decoration: none;
    padding: 2px 1px 0;
}

a:link, a:visited
{
    color: blue;
}

a:hover
{
    color: rgb(68, 68, 219);
}

/*
 * Input
 */

input, textarea, select
{
    border: 2px solid black;
    border-radius: 30px;
    background-color: white;
}

textarea
{
    /*
     * Reduce border radius a bit otherwise
     * text might be cut off on corners.
     */
    border-radius: 20px;
}


input[type=text], input[type=email], input[type=password], textarea, select
{
    padding: 4px;
}

input[type=submit]
{
    color: black;
    padding: 4px;
}

/*
 * Menu
 */

.dropdown
{
    position: relative;
    display: inline-block;
    font-size: 16px;
}

.dropdown a:link, .dropdown a:visited
{
    color: black;
}

.dropdown a:hover
{
    border-bottom: 1px dotted;
}

.dropdown-content
{
    display: none;
    position: absolute;
    background-color: white;
    text-align: left;
    min-width: 0px;
    padding: 5px 5px;
    z-index: 1;
    border-radius: 10px;
    border-bottom-right-radius: 10px;
    border-style: solid;
    border-width: medium;

}

.dropdown:hover .dropdown-content
{
    display: block;
}

.menu_link_active
{
    text-decoration: underline;
}

/*
 * Login
 */


.login_spacing
{
    height: 5px;
}

.login input
{
    width: 300px;
    padding: 10px;
    box-sizing: content-box;
}

.stay_logged_in
{
    font-size: 17px;
}

.stay_logged_in input
{
    width: 40px;
    height: 40px;
    font-size: 15px;
    font-weight: bold;
}

/*
 * Mobiles
 */

@media (max-device-width: 480px)
{
    @media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2),
        (min-resolution: 2dppx), (min-resolution: 192dpi)
    {
        body
        {
            font-size: 40px;
        }

        input, textarea, select
        {
            border: 4px solid black;
        }

        .menu
        {
            padding: 40px;
            width: 800px;
        }

        .sermon_table
        {
            border: 4px solid black;
            width: 950px;
        }

        .sermon_form
        {
            width: 920px;
            font-size: 40px;
        }

        .sermon_form_edit_text
        {
            width: 900px;
        }

        .sermon_form_edit_description
        {
            width: 900px;
            height: 400px;
        }

        .sermon_form_info
        {
            font-size: 23px;
        }

        .imprint
        {
            width: 950px;
            text-align: left;
        }

        #search
        {
            width: 950px;
            font-size: 37px;
            border: 4px solid black;
            padding: 18px 15px;
        }

        .store_table
        {
            width: 920px;
            font-size: 30px;
        }

        .store_article_view
        {
            width: 920px;
        }

        .store_article_view_publisher
        {
            font-size: 30px;
        }

        .store_article_view_title
        {
            font-size: 40px;
        }

        .store_article_edit_type
        {
            width: 904px;
        }

        .store_article_edit_text
        {
            width: 900px;
        }

        .store_article_edit_description
        {
            width: 900px;
            height: 400px;
        }

        .store_article_view_type_and_quantity
        {
            font-size: 27px;
        }

        .store_table_article_type_abbrev_info
        {
            width: 420px;
        }

        .store_article_view_cover
        {
            max-width: 300px;
        }

        #store_article_comment
        {
            width: 850px;
            height: 220px;
        }

        .store_article_comment_box
        {
            width: 880px;
            padding: 10px;
            border: 3px;
            border-style: solid;
            border-radius: 30px;
            font-size: 40px;
        }

        .store_article_comment_info
        {
            font-size: 20px;
        }

        .store_article_user_comment_box
        {
            width: 850px;
        }

        input[type=text], input[type=email], input[type=password],
        input[type=file], input[type=submit], textarea, select
        {
            font-size: 40px;
        }

        input[type=checkbox]
        {
            transform: scale(2);
        }

        #submit
        {
            font-size: 40px;
        }

        .user_table
        {
            font-size: 20px;
            width: 95%;
        }

        .user_table_ml_read_write
        {
            font-size: 12px;
        }

        .user_form_edit_text
        {
            width: 500px;
        }

        .user_form_save_button
        {
            width: 600px;
            height: 80px;
        }

        .dropdown
        {
            position: relative;
            display: inline-block;
            font-size: 46px;
        }

        .login_spacing
        {
            height: 30px;
        }

        .login
        {
            font-size: 40px;
        }

        .login input
        {
            font-size: 40px;
            width: 600px;
            padding: 40px;
            border-radius: 90px;
        }

        .stay_logged_in
        {
            font-size: 45px;
        }

        .stay_logged_in input
        {
            width: 110px;
            height: 110px;
            border-radius: 90px;
            font-size: 70px;
            font-weight: bold;
        }

        audio
        {
            width: 450px;
            height: 80px;
            transform: scale(2);
        }

        :root
        {
            --plyr-audio-controls-background: rgb(243, 237, 237);
            --plyr-control-radius: 90px;
            --plyr-line-height: 2.5;
            --plyr-control-icon-size: 70px;
            --plyr-range-thumb-height: 30px;
            --plyr-range-track-height: 30px;
            --plyr-font-size-time: 40px;
        }

        .dropdown-content
        {
            padding: 10px 10px;
            border-radius: 10px;
            border-bottom-right-radius: 10px;
            border-style: solid;
            border-width: thick;
        }

        .seperator_line_bottom
        {
            transform: scale(1.52);
        }


        .calendar_edit_text
        {
            width: 900px;
        }

        .calendar_edit_textarea
        {
            width: 900px;
            height: 600px;
        }

        .calendar_edit_recurring_textarea
        {
            width: 900px;
            height: 600px;
        }

        .calendar_edit_sunday_hint
        {
            padding-top: 50px;
        }

        .label
        {
            font-size: 50px;
        }

        .calendar_mobile_hint
        {
            /* display: block; */
            display: none;
            font-size: 40px;
            padding-top: 20px;
            padding-bottom: 20px;
            border-width: 6px;
            border-style: dotted;
            width: 900px;
        }

        .calendar_mobile_hint_padding
        {
            /* display: block; */
            display: none;
            padding-bottom: 40px;
        }

        .calender_holidays_link, .calender_edit_recurring_link
        {
            font-size: 30px;
        }

        .calendar_year_month
        {
            padding-top: 30px;
            padding-bottom: 30px;
            font-size: 60px;
        }

        .calender_month_controls
        {
            font-size: 35px;
        }


        .calendar_table
        {
            width: 900px;
            font-size: 60px;
        }

        .calendar_table_week_number
        {
            font-size: 18px;
        }


        .calendar_entries_table_padding
        {
            padding-bottom: 60px;
        }

        .calendar_entries_table
        {
            width: 896px;
        }

        .calendar_entries_table th:nth-child(odd)
        {
            width: 395px;
        }

        .calendar_entries_table th:nth-child(even)
        {
            width: 495px;
        }



        .calender_holidays_link
        {
            font-size: 30px;
        }

        .calender_holidays_year
        {
            font-size: 45px;
            padding-bottom: 30px;
        }

        .calender_holidays_table
        {
            width: 800px;
        }


        .schedule_header_box
        {
            padding-bottom: 40px;
            font-size: 45px;
        }

        .schedule_table
        {
            font-size: 31px;
            width: 905px;
        }

        .schedule_table th:nth-child(odd)
        {
            width: 350px;
        }

        .schedule_table th:nth-child(even)
        {
            width: 550px;
        }

       
        .prayer_requests_edit_box
        {
            text-align: center;
            width: 950px;
        }

        .prayer_requests_edit_link
        {
            padding-bottom: 70px;
        }
        
        .prayer_requests_user_edit_textarea
        {
            width: 900px;
            height: 300px;
            font-size: 15px;
        }

        .prayer_requests_user_edit_textarea::placeholder
        { 
            font-size: 25px;
        }
        
        .prayer_requests_common_edit_textarea
        {
            width: 900px;
            height: 600px;
            font-size: 15px;
        }

        .prayer_requests_text_box
        {
            width: 900px;
        }

        .prayer_requests_li_padding
        {
            padding-top: 30px;
        }

        .prayer_requests_li_padding_nested
        {
            padding-top: 60px;
        }

        .prayer_requests_edit_save_button
        {
            width: 500px;
            height: 75x;
        }


        @supports (-webkit-touch-callout: none)
        {
            /* iOS Safari */

        }

        @-moz-document url-prefix()
        {

        }
    }
}

@import "compass";
/* RESPONSTABLE 2.0 by jordyvanraaij Designed mobile first! */
.responstable {
    background: #fff;
    color: #024457;
    border-radius: 5px;
    border: 1px solid #167f92;
}
.responstable tr {
    border: 5px solid #d9e4e6;
}
.responstable tr:nth-child(odd) {
    background-color: #eaf3f3;
}
.responstable th {
    display: none;
    border: 1px solid #fff;
    background-color: #167f92;
    color: #fff;
    padding: 1em;
}
.responstable th:first-child {
    display: table-cell;
}
.responstable th:nth-child(2) {
    display: table-cell;
}
.responstable th:nth-child(2) span {
    display: none;
}
.responstable th:nth-child(2):after {
    content: attr(data-th);
}
@media (min-width: 480px) {
    .responstable th:nth-child(2) span {
        display: block;
    }
    .responstable th:nth-child(2):after {
        display: none;
    }
}
.responstable td {
    display: block;
    word-wrap: break-word;
    max-width: 7em;
}
.responstable td:first-child {
    display: table-cell;
    border-right: 1px solid #d9e4e6;
}
@media (min-width: 480px) {
    .responstable td {
        border: 1px solid #d9e4e6;
    }
}

.responstable th, .responstable td {
    margin: 0.5em 1em;
}

@media (min-width: 480px) {
    .responstable th, .responstable td {
        display: table-cell;
        padding: 0.8em;
    }
}
