
.checkbox label {
    font-size: 15px;
    line-height: 25px;
    margin-left: -18px;
    color: #5c5b5c
}

    .checkbox label:after,
    .radio label:after {
        content: '';
        display: table;
        clear: both;
    }

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border-radius: 0em;
    width: 20px;
    height: 20px;
    float: left;
    background: #fff;
    border-radius: 2px;
    border: solid 1px #c7c7c7
}

.radio .cr {
    border-radius: 50%;
}

    .checkbox .cr .cr-icon,
    .radio .cr .cr-icon {
        position: absolute;
        font-size: 11px;
        line-height: 0;
        top: 50%;
        left: 20%;
    }

    .radio .cr .cr-icon {
        margin-left: 0.04em;
    }

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

    .checkbox label input[type="checkbox"] + .cr > .cr-icon,
    .radio label input[type="radio"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
    }

    .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
    .radio label input[type="radio"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }

    .checkbox label input[type="checkbox"]:disabled + .cr,
    .radio label input[type="radio"]:disabled + .cr {
        opacity: .5;
    }
















.checkbox1 label {
    font-size: 15px;
    color: #5c5b5c;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    cursor: pointer
}

    .checkbox1 label:after,
    .radio label:after {
        content: '';
        display: table;
        clear: both;
    }

.checkbox1 .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border-radius: 0em;
    width: 25px;
    height: 25px;
    float: left;
    background: #ff4141;
    border-radius: 50%;
    border: solid 1px #ff4141;
    cursor: pointer
}

.radio .cr {
    border-radius: 50%;
}

    .checkbox1 .cr .cr-icon,
    .radio .cr .cr-icon {
        position: absolute;
        font-size: 11px;
        line-height: 0;
        top: 50%;
        left: 23%;
        color: #fff;
    }

    .radio .cr .cr-icon {
        margin-left: 0.04em;
    }

.checkbox1 label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

    .checkbox1 label input[type="checkbox"] + .cr > .cr-icon,
    .radio label input[type="radio"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
    }

    .checkbox1 label input[type="checkbox"]:checked + .cr > .cr-icon,
    .radio label input[type="radio"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }

    .checkbox1 label input[type="checkbox"]:disabled + .cr,
    .radio label input[type="radio"]:disabled + .cr {
        opacity: .5;
    }















.checkbox2 label {
    font-size: 15px;
    color: #5c5b5c;
    text-transform: capitalize;
    letter-spacing: normal;
    cursor: pointer;
    font-weight: normal
}

    .checkbox2 label:after,
    .radio label:after {
        content: '';
        display: table;
        clear: both;
    }

.checkbox2 .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border-radius: 0em;
    width: 16px;
    height: 16px;
    float: left;
    background: #fff;
    border-radius: 50%;
    border: solid 1px #ff4141;
    cursor: pointer
}

.radio .cr {
    border-radius: 50%;
}

    .checkbox2 .cr .cr-icon,
    .radio .cr .cr-icon {
        position: absolute;
        font-size: 9px;
        line-height: 0;
        top: 50%;
        left: 20%;
        color: #ff4141;
    }

    .radio .cr .cr-icon {
        margin-left: 0.04em;
    }

.checkbox2 label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

    .checkbox2 label input[type="checkbox"] + .cr > .cr-icon,
    .radio label input[type="radio"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
    }

    .checkbox2 label input[type="checkbox"]:checked + .cr > .cr-icon,
    .radio label input[type="radio"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }

    .checkbox2 label input[type="checkbox"]:disabled + .cr,
    .radio label input[type="radio"]:disabled + .cr {
        opacity: .5;
    }












.select-wrap {
    width: 100%;
    position: relative;
    z-index: 9;
}

    .select-wrap i {
        position: absolute;
        top: 8px;
        right: 15px;
        font-size: 20px;
        color: #ff4141;
        z-index: 9999
    }

    .select-wrap select {
        height: 36px;
        width: 100%;
        background: transparent;
        border: 1px solid #ff4141;
        padding: 0px 10px;
        color: #ff4141;
        font-weight: 400;
        position: relative;
        z-index: 77;
        border-radius: 5px;
        font-size: 14px;
        margin-bottom: 15px;
        display: block;
        outline: none
    }

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

    select::-ms-expand {
        display: none;
    }

.select-wrap select option {
    padding: 4px 10px;
}







.select-wrap2 {
    width: 100%;
    position: relative;
    z-index: 9;
}

    .select-wrap2 i {
        position: absolute;
        top: 8px;
        right: 15px;
        font-size: 20px;
        color: #555555;
        z-index: 9999
    }

    .select-wrap2 select {
        height: 36px;
        width: 100%;
        background: #f5f5f5;
        border: 1px solid #caccd1;
        padding: 0px 10px;
        color: #555555;
        font-weight: 400;
        position: relative;
        z-index: 77;
        border-radius: 3px;
        font-size: 16px;
        margin-bottom: 15px;
        display: block;
        outline: none
    }




.select-wrap2 {
    width: 100%;
    position: relative;
    z-index: 9;
}

    .select-wrap2 i {
        position: absolute;
        top: 8px;
        right: 15px;
        font-size: 20px;
        color: #555555;
        z-index: 9999
    }

    .select-wrap2 select {
        height: 36px;
        width: 100%;
        background: #f5f5f5;
        border: 1px solid #caccd1;
        padding: 0px 10px;
        color: #555555;
        font-weight: 400;
        position: relative;
        z-index: 77;
        border-radius: 3px;
        font-size: 16px;
        margin-bottom: 15px;
        display: block;
        outline: none
    }

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

    select::-ms-expand {
        display: none;
    }

.select-wrap2 select option {
    padding: 4px 10px;
}






.time-wrap1 {
    width: 60%;
    position: relative;
    z-index: 9;
    float: left;
}

    .time-wrap1 i {
        position: absolute;
        top: 9px;
        right: 10px;
        font-size: 20px;
        color: #657279;
        z-index: 9999
    }

    .time-wrap1 select {
        height: 38px;
        width: 100%;
        background: #fff;
        border: 1px solid #caccd1;
        border-right: 0;
        padding: 0px 10px;
        color: #555555;
        font-weight: 400;
        position: relative;
        z-index: 77;
        border-radius: 4px 0 0 4px;
        font-size: 14px;
        margin-bottom: 0;
        display: block;
        outline: none
    }

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

    select::-ms-expand {
        display: none;
    }

.time-wrap1 select option {
    padding: 5px 10px;
}




.time-wrap2 {
    width: 40%;
    position: relative;
    z-index: 9;
    float: left;
}

    .time-wrap2 i {
        position: absolute;
        top: 9px;
        right: 10px;
        font-size: 20px;
        color: #657279;
        z-index: 9999
    }

    .time-wrap2 select {
        height: 38px;
        width: 100%;
        background: #f5f5f5;
        border: 1px solid #caccd1;
        padding: 0px 10px;
        color: #555555;
        font-weight: 400;
        position: relative;
        z-index: 77;
        border-radius: 0 4px 4px 0px;
        font-size: 14px;
        margin-bottom: 0;
        display: block;
        outline: none
    }





.drowdowm1 {
    width: 100%;
    position: relative;
    z-index: 9;
}

    .drowdowm1 i {
        position: absolute;
        top: 8px;
        right: 10px;
        font-size: 20px;
        color: #657279;
        z-index: 9999
    }

    .drowdowm1 select {
        height: 38px;
        width: 100%;
        background: #f5f5f5;
        border: 1px solid #caccd1;
        padding: 0px 10px;
        color: #555555;
        font-weight: 400;
        position: relative;
        z-index: 77;
        border-radius: 4px;
        font-size: 14px;
        margin-bottom: 0;
        display: block;
        outline: none
    }



.drop3 {
    width: 100%;
    position: relative;
    z-index: 9;
}

    .drop3 i {
        position: absolute;
        top: 9px;
        right: 10px;
        font-size: 20px;
        color: #657279;
        z-index: 9999
    }

    .drop3 select {
        height: 38px;
        width: 100%;
        background: #fff;
        border: 1px solid #caccd1;
        padding: 0px 10px;
        color: #555555;
        font-weight: 400;
        position: relative;
        z-index: 77;
        border-radius: 4px;
        font-size: 14px;
        margin-bottom: 0;
        display: block;
        outline: none
    }


.select-wrap3 {
    width: 100%;
    position: relative;
    z-index: 9;
}

    .select-wrap3 i {
        position: absolute;
        top: 8px;
        right: 15px;
        font-size: 20px;
        color: #555555;
        z-index: 9999
    }

    .select-wrap3 select {
        height: 38px;
        width: 100%;
        background: #f5f5f5;
        border: 1px solid #caccd1;
        padding: 0px 10px;
        color: #555555;
        font-weight: 400;
        position: relative;
        z-index: 77;
        border-radius: 3px;
        font-size: 16px;
        margin-bottom: 15px;
        display: block;
        outline: none
    }



.drop4 {
    width: 100%;
    position: relative;
    z-index: 9;
    max-width: 300px;
}

    .drop4 i {
        position: absolute;
        top: 9px;
        right: 20px;
        font-size: 20px;
        color: #979797;
        z-index: 9999
    }

    .drop4 select {
        height: 36px;
        width: 100%;
        background: #fff;
        border: 1px solid #979797;
        padding: 0px 15px;
        color: #979797;
        font-weight: 400;
        position: relative;
        z-index: 77;
        font-size: 16px;
        margin-bottom: 0;
        display: block;
        outline: none
    }




.modal {
    text-align: center;
    padding: 0 !important;
    width: 100%;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    border-radius: 20px
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 20px !important
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    /*-webkit-transform: translate3d(0, -300px, 0);*/
    /*transform: translate3d(0, -300px, 0);*/
    opacity: 1;
    border-radius: 20px !important
}



.wrapper-demo {
    margin: 0 0 0 0;
    *zoom: 1;
    font-weight: 400;
    font-size: 15px;
    width: 100%;
    float: left
}

    .wrapper-demo:after {
        clear: both;
        content: "";
        display: table;
    }

/* DEMO 5 */

.wrapper-dropdown-5 {
    /* Size & position */
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 10px 15px;
    /* Styles */
    background: none;
    border-radius: 5px;
    border: solid 1px #ff4f41;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #ff4f41
}

    .wrapper-dropdown-5:after { /* Little arrow */
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -3px;
        border-width: 6px 6px 0 6px;
        border-style: solid;
        border-color: #ff4f41 transparent;
    }

    .wrapper-dropdown-5 .dropdown {
        /* Size & position */
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        /* Styles */
        background: #fff;
        border-radius: 0 0 5px 5px;
        border: 1px solid rgba(0,0,0,0.2);
        border-top: none;
        border-bottom: none;
        list-style: none;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        /* Hiding */
        max-height: 0;
        overflow: hidden;
    }

        .wrapper-dropdown-5 .dropdown li {
            padding: 0 10px;
        }

            .wrapper-dropdown-5 .dropdown li a {
                display: block;
                text-decoration: none;
                color: #333;
                padding: 10px 0;
                transition: all 0.3s ease-out;
                border-bottom: 1px solid #e6e8ea;
            }

            .wrapper-dropdown-5 .dropdown li:last-of-type a {
                border: none;
            }

            .wrapper-dropdown-5 .dropdown li i {
                margin-right: 5px;
                color: inherit;
                vertical-align: middle;
            }

            /* Hover state */

            .wrapper-dropdown-5 .dropdown li:hover a {
                color: #57a9d9;
            }

    /* Active state */

    .wrapper-dropdown-5.active {
        border-radius: 5px 5px 0 0;
        background: #ff4f41;
        box-shadow: none;
        border-bottom: none;
        color: white;
    }

        .wrapper-dropdown-5.active:after {
            border-color: #fff transparent;
        }

        .wrapper-dropdown-5.active .dropdown {
            border-bottom: 1px solid rgba(0,0,0,0.2);
            max-height: 400px;
        }

/* No CSS3 support: none */




.current-date {
    background: #efefef
}




ul.addevent {
    width: 100%;
    max-width: 100%;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 17px;
}

    ul.addevent .link {
        cursor: pointer;
        display: block;
        padding: 15px 45px 15px 0px;
        color: #5c5c5c;
        font-size: 17px;
        font-weight: 500;
        border-bottom: 1px solid #1b2433;
        margin: -1px 0 0 0;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        ul.addevent .link:hover {
            color: #5c5c5c
        }

    ul.addevent li i {
        position: absolute;
        border: solid 1px #fff;
        height: 25px;
        width: 25px;
        text-align: center;
        line-height: 25px;
        border-radius: 50%;
        top: 16px;
        left: 12px;
        font-size: 22px;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        ul.addevent li i.fa-angle-down {
            right: 12px;
            left: auto;
            font-size: 18px;
            color: #343434;
        }

    ul.addevent li.open i.fa-angle-down {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    ul.addevent p {
        font-size: 16px;
        font-weight: 300;
        line-height: 26px;
    }

    /**
 * Submenu
 -----------------------------*/


    ul.addevent .submenu {
        display: none;
        background: #fff;
        padding: 12px 20px;
        border-left: solid 0 #ccc;
        border-right: solid 0 #ccc;
        border-bottom: solid 0 #ccc;
    }

    ul.addevent .submenu-active {
        display: block;
        background: #fff;
        padding: 22px 20px;
        border-left: solid 0 #ccc;
        border-right: solid 0 #ccc;
        border-bottom: solid 0 #ccc;
    }
