.clearfix:after, .colsWrapper:after {
   content: " ";
   visibility: hidden;
   display: block;
   height: 0px;
   clear: both;
}
.error {
    margin: 10px auto;
    padding: 20px;
    width: 500px;
    max-width: 90%;
    border: 1px solid #ff0000;
    background-color: #ff9999;
    color: #ff0000;
}

.colsWrapper {
    overflow: hidden;
}
.colsWrapper {
    overflow: hidden;
}
.colsWrapper .col {
    box-sizing: content-box;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
.backgroundButton {
    border: none;
    margin: 3px;
    padding: 2px 10px;
    background-color: rgb(208, 208, 208);
    cursor: pointer;
}
.backgroundButton:hover {
    background-color: rgb(158, 158, 158);
}
.whiteButton {
    border: 1px solid rgb(180, 180, 180);
    border-radius: 4px;        
    padding: 6px 12px;
    background-color: rgb(245, 245, 245);
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}
.whiteButton:hover {
    background-color: rgb(200, 200, 200);
    text-decoration: underline;
}
.redButton {
    display: block;
    margin: 0px auto;
    border: 1px solid #d43f3a;
    border-radius: 4px;        
    padding: 6px 12px;
    background-color: #d9534f;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    cursor: pointer;
}
.redButton:hover {
    background-color: #a9332f;
    text-decoration: underline;
}

html, body {
	font-family: arial, sans-serif;
    min-height: 100%;
}
    
    /* Start Backend header / footer */
    .backend header .siteName:hover {
        text-decoration: underline;
    }
    .backend .mainContainer {
        padding: 0px;
    }
    /*
    .backend .header, .backend .footer, .backend .body {
        margin: 0px auto;
        padding: 0px 30px;
        max-width: 1200px;
        min-width: 800px;
    }
    .backend .header {
        position: relative;
        height: 120px;
        padding-top: 40px;
    }
        .backend .header .leftSide {
            float: left;
            width: 400px;
            background: url('../images/logo.svg') no-repeat left top;
            background-size: auto 40px;
            padding-top: 55px;
            font-size: 20px;
            line-height: 20px;
        }
            .backend .header .logout {
                display: inline-block;
                height: 20px;
                width: 20px;
                background: url('../images/lock.svg') no-repeat;
            }
            .backend .header .logout:hover {
                background: url('../images/lock-mouseover.svg') no-repeat;
            }
            .backend .header .leftSide a {
                color: rgb(88, 88, 88);
                text-decoration: none;
            }
            .backend .header .leftSide a:hover {
                color: #000000;
            }
        .backend .header .rightSide {
            float: right;
        }
            .backend .nav {
                display: inline-block;
                position: relative;
                height: 25px;
                line-height: 25px;
                cursor: pointer;
                color: rgb(90, 90, 90);
            }
                .backend .nav ul {
                    position: absolute;
                    left: 5px;
                    top: 5px;
                    padding: 20px;
                    display: none;
                    list-style: none;
                }
                .backend .nav:hover ul {
                    display: block;
                    list-display: none;
                }
                    .backend .nav li a {
                        color: rgb(90, 90, 90);
                        text-decoration: none;
                    }
                    .backend .nav li a:hover {
                        color: #000000;
                        text-decoration: underline;
                    }
            .backend .header .participants {
                height: 19px;
                width: 200px;
                padding: 2px 23px 2px 2px;
                border: 1px solid rgb(204, 204, 204);
                background: url('../images/search.svg') no-repeat;
                background-position: right 2px top 2px;
                background-size: 19px 19px;
            }
            */
    .registrationIframe {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
    }
    /*
        .backend .nav {
            padding-top: 10px;
            height: 35px;
            text-align: center;
            list-style: none;
            font-size: 0px;
        }
            .backend .nav li {
                padding: 0px 10px;
                display: inline-block;
                height: 35px;
                line-height: 35px;
                vertical-align:top;
                border-left: 1px solid rgb(184, 184, 184);
            }
            .backend .nav li:first-child {
                border-left: none;
            }
            .backend .nav li a {
                cursor: pointer;
                font-size: 25px;
                color: rgb(184, 184, 184);
                text-decoration: none;
            }
            .backend .nav li a:hover {
                color: rgb(100, 100, 100);
                text-decoration: underline;
            }
    */
    .backend .footer {
        padding: 30px 0px;
        font-size: 25px;
        text-align:center;
    }
    /* End Admin */
    
    /* Start Day page */
    .prayerHeader {
        padding: 10px 0px 23px 110px;
        position: relative; 
        min-height: 90px;
        color: #ffffff;
    }
    .prayerHeader.shacharit {
      background-color: #00BCD4;
    }
    .prayerHeader.mincha {
      background-color: #009688;
    }
    .prayerHeader.maariv {
      background-color: #FFC107;
    }
        .prayerHeader .numberOfPeople {
            position: absolute; 
            background-color: rgba(0,0,0,.1); 
            width: 90px; 
            height: 100%; 
            top: 0px; 
            left: 0px;

        }
    /* End Day Page */
    
    /* Start Login */
/*    
    table.login {
        margin: 10px auto;
    }
        table.login td {
            padding: 10px;
        }
*/
    /* End Login */

    /* Start Locations / Schedule */
    .backend .edit-location .mapInfo {
        display: none;
    }
/*
    .backend .locations .location {
        width: 800px;
        margin: 20px auto;
        border: 1px solid rgb(223, 223, 223);
        border-radius: 5px;
    }
        .backend .locationHeader {
            position: relative;
            padding: 10px 300px 10px 50px;
            height: 40px;
            font-size: 30px;
            font-weight: bold;
            line-height: 40px;
            cursor: pointer;
            background: rgb(243, 243, 243) url('../images/down-chevron.svg') no-repeat right 20px center;
            background-size: auto 20px;
        }
        .backend .open .locationHeader {
            border-bottom: 1px solid rgb(223, 223, 223);
            background: rgb(243, 243, 243) url('../images/up-chevron.svg') no-repeat right 20px center;
            background-size: auto 20px;
        }
            .backend .location .locationBody {
                display: none;
            }
            .backend .location.open .locationBody {
                display: block;
            }
                .backend .location .info {
                    padding: 10px 20px 10px 50px;
                    font-size: 30px;
                    line-height: 40px;
                }
                .backend .location .info a {
                    color: #000000;
                    text-decoration: none;
                }
                .backend .location .info a:hover {
                    text-decoration: underline;
                }
                    .backend .location .button {
                        text-align: right;
                    }
                    
                .backend .locations .location .edit {
                    padding: 10px 20px 10px 20px;
                    display: none;
                }
                .backend .locations #location0 .edit {
                    display: block;
                }
                    .backend .locations .location .edit input[type=text] {
                        display: block;
                        width: 758px;
                        margin-bottom: 3px;
                        padding: 5px 0px;
                        border: 1px solid rgb(100, 100, 100);
                    }
                    .backend .locations .location .edit input.narrow {
                        display: block;
                        float: left;
                        width: 179px;
                        margin-right: 12px;
                        margin-bottom: 3px;
                        padding: 5px 0px;
                        border: 1px solid rgb(100, 100, 100);
                    }
                    .backend .locations .location .edit input.narrow.last {
                        margin-right: 0px;
                    }
                    .backend .locations .location .edit .mapInfo {
                        display: none;
                    }
        .addNewLocation {
            display: block;
            margin: 0px auto;
        }
*/            
            
/*            
    .scheduleArea {
        
    }
        .scheduleArea h2 {
            font-size: 45px;
            font-weight: bold;
            text-align: center;
            padding-top: 40px;
            margin-bottom: 40px;
        }
        .scheduleArea .fieldBox {
            margin: 0px auto;
            width: 800px;
            margin-bottom: 10px;
        }
            .scheduleArea .fieldBox>label {
                float: left;
                width: 29%;
                margin-left: 20%;
                text-align: left;
                font-size: 30px;
            }
            .createSchedule .fieldBox>label select, .scheduleArea h2 select {
                width: 200px;
                height: 35px;
                font-size: 30px;
                font-weight: bold;
                line-height: 35px;
                color: red;
            }
            .scheduleArea .field {
                float: right;
                width: 49%;
                text-align: left;
            }
            .scheduleArea .field input[type=text] {
                border: 1px solid #000000;
                width: 300px;
                height: 35px;
                font-size: 30px;
                line-height: 35px;
            }
            .scheduleArea .field select {
                border: 1px solid #000000;
                width: 302px;
                height: 37px;
                font-size: 30px;
                line-height: 35px;
            }
*/
            .defaultTimesDayDiv .btn, .prayerFieldDiv .btn, .shkiaOffsetDiv .btn {
              text-transform: none;
            }
            .shkiaOffsetDiv .dropdown-menu.inner {
                /* max-height: 150px !important; */
            }
            /* For some reason `animation-fill-mode: both` changes the z-index and causes the next block to appear on top of the drop-downs. */
            #profile-main .pmb-block .pmbb-view, #profile-main .pmb-block .pmbb-view {
                -webkit-animation-fill-mode: initial;
                animation-fill-mode: initial;                
            }
            .popUpMenuFrame {
                position: relative;
            }
                .popUpMenu {
                    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
                    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
                    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
                    outline: none;
                    padding: 10px;
                    background: #ffffff;
                    position: absolute;
                    top: 0%;
                    left: 0px;
                    visibility: hidden;
                    cursor: default;
                    z-index: -100;
                    min-height: 35px;
                    line-height: 25px;
                }
                .popUpMenu.open {
                    visibility: visible;
                    z-index: 100;
                }
                    .popUpMenu label {
                        cursor: pointer;
                        vertical-align: baseline;
                    }
                    .popUpMenu input {
                        vertical-align: baseline;
                    }
                    .popUpMenuOption {
                    }
/*                    
        .scheduleArea input[type=submit] {
        }
        .backend input.schedule {
            font-weight: bold;
        }
    .upcomingLocationSchedules {
        
    }
        .upcomingLocationSchedules h2, .upcomingSchedules h2 {
            font-size: 35px;
            text-align: center;
            margin-bottom: 40px;
            color: rgb(160, 160, 160);
        }
        .locationSchedule, .upcomingSchedule {
            position: relative;
            margin: 0px auto;
            width: 300px;
            min-height: 30px;
            padding-right: 100px;
            margin-bottom: 30px;
            font-size: 20px;
        }
            .locationSchedule span, .upcomingSchedule span {
                font-weight: bold;
            }
            .locationSchedule input, .upcomingSchedule input {
                position: absolute;
                right: 1px;
                top: 1px;
            }
*/        
    /* End Locations */
    
    /* Settings */
    .backend .settingsSidebar {
        position: absolute;
        top: 271px;
        left: 50%;
        margin-left: -400px;
        padding-top: 10px;
        width: 200px;
        height: 300px;
    }
        .backend .settingsSidebar ul {
            list-style: none;
        }
        .backend .settingsSidebar li {
            margin-bottom: 10px;
        }
        .backend .settingsSidebar a {
            color: rgb(163, 163, 163);
            text-decoration: none;
        }
        .backend .settingsSidebar a:hover {
            color: #000000;
            text-decoration: underline;
        }
    .backend .settingsSidebar.fixed {
        position: fixed;
        top: 0px;
    }
    .backend .settings {
        width: 600px;
        padding-left: 200px;
        margin: 0px auto;
    }
        .backend .settings h1 {
            margin: 20px 0px;
            padding-bottom: 20px;
            border-bottom: 1px solid rgb(239, 239, 239);
            height: 50px;
            font-size: 45px;
            color: rgb(51, 59, 82);
        }
        .backend .settings section {
            padding: 20px;
            border-top: 1px solid rgb(104, 104, 104);
        }
        .backend .settings section:first-child {
            border-top: none;
        }
            .backend .settings section label {
                float: left;
                clear: both;
                width: 200px;
                height: 32px;
                margin-top: 20px;
                padding-left: 100px;
                text-align: left;
            }
            .backend .settings section input, .backend .settings section input.schedule, .backend .settings section select {
                float: right;
                width: 200px;
                height: 30px;
                border: 1px solid black;
                margin-top: 20px;
                
            }
            .backend .settings section input[type=checkbox] {
                float: right;
                width: 20px;
                height: 20px;
                margin-right: 90px;
                margin-top: 20px;
                border: 1px solid black;
            }
            .backend .settings section select {
                width: 202px;
                height: 32px;
            }
    textarea#organization {
        height: 35px;
        padding-top: 4.5px;
    }
    /* End Settings */
    
    
    
    /* Start Accounts */
    .backend .accounts {
        float: left;
        width: 50%;
        border-right: 1px solid black;
    }
    .backend .accounts .add {
        cursor: pointer;
    }
    .backend .account {
        cursor: pointer;
    }
    .backend .account.selected .accountName, .backend .account.selected .rabbiName {
        font-weight: bold;
    }
    .backend .editAccount {
        float: right;
        width: 45%;
        height: 850px;
    }
    /* End Accounts */

    /* Start User */
    .comments-textarea {
        display: block;
        width: 100%;
        height: 300px;
        resize: none;
    }
    /* End User */

    /* Start Day */
    .inactive {
        text-decoration: line-through;
        color: gray;
    }
    /* End Day */

    /* Start New Template */
    @media (min-width: 768px) {
        .dl-horizontal dt {
            white-space: normal;
        }
    }
    /* End New Template */
