@import "/static/fonts/fonts/styles.css";

* {
    font-family: 'FFShamelFamily-SansOneBold';

}

a {
    color: inherit;
}

.row {
    position: relative;
}

.column {
    margin-bottom: 5px;
}

img:not(.img) {
    width: 100%;
    height: auto;
}

@keyframes imgbg {
    0% {
        background-position: 100% 0%;
    }
    100% {
        background-position: 0% 100%;
    }
}

a:hover {
    color: inherit;
}

.imgbg {
    width: 100%;
    height: 200px;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.imgbg:hover {
    /*animation: imgbg 3s linear;
    background-position: 0% 100%;*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'HacenLinerXL';
}

body {
    background: #fff;
}

.fluid {
    max-width: 100%;
}
    li {
        display: -webkit-box;
        float: right;
        width: 40%;
    }
       .button{
            margin: 35px 0px 1rem 0px;
        }
        .success{
            height: 40px;
            background: #74f39f;
            padding: 9px;
        }
        ul{
            margin-top: 9px;
        }
        .add-more{
            margin-right: 24px;
            cursor: pointer;
            display: block;
            width: 30px;
            height: 30px;
            background-image: url("/static/images/site/add.png");
            background-repeat: no-repeat;
        }
        [type='text'],[type='text']:focus{
            background-color: rgb(231, 233, 240);
        }

        .the_form{
    color: rgb(83, 95, 128);
        font-size: 16px;
        margin-top: 37px;
        background-color: rgb(196, 223, 155);
        width: 171px;
        height: 28px;
        text-align: center;
        padding-top: 5px;
        }
        .grid-x > .large-7 {
            font-size: 12px;
            }
        .tex_ {
        padding:13px;
            margin-top: 9px;
            width: 100%;
            height: auto;
            background-color: rgb(231, 233, 240);
        }

        .SubmissionTerms {
    margin-top: 90px;
    background-color: rgb(125, 167, 217);
    width: 145px;
    height: 28px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding-top: 5px;
        }

        .title {
            margin-top: -36px;
            padding-top: 16px;
            font-size: 19px;
            text-align: center;
            color: #fff;
            margin-left: auto;
            margin-right: auto;
            height: 63px;
            border-radius: 16px;
            background-color: rgb(83, 95, 128);
            box-shadow: 0.781px 1.841px 2.94px 0.06px rgba(32, 32, 32, 0.3);
            width: 480px;
        }

        .header {
            background-image: url("/static/images/site/header.png");
            border-bottom: 5px #7da7d9 solid;
            height: 260px;
        }

        #file1 {
            opacity: 0;
            top: -31px;
            position: relative;
        }

        .fieldname {
            width: 83%;
            float: right;
        }

        .remove {
            float: right;
        }

        .button.alert {
            background-color: #c60f13;
            color: #fefefe;
        }

        .delete_row {
            margin-top: 4px;
            margin-right: 8px;
            width: 71px;
            height: 30px;
            background: #c60f13;
            padding: 0.5rem 1rem !important;
        }

        .text_information {
            opacity: 0;
        }

        .delete_row:hover {
            background: #b90a0e;
        }

        em, i {
            display: none;
        }

.footer{
background:url("/static/images/site/footer.png");
height:60px;
width:100%;
}

@media only screen and (max-width: 450px){
.title{
width:90%;
    font-size: 20px;
}
.add-more{

    margin-right: 4px;
}
form {
padding:10px;
}
.fieldname{
    width: 85%;
}
.delete_row{
    width: 52px;
    font-size:12px;
        margin-right: 2px;
}
}
@media only screen and (max-width: 450px){
.delete_row{

}
.fieldname{
    width: 80%;
}
}
@media only screen and (max-width: 770px){
form {
padding:10px;
}
}


    form {
        margin: 40px 0;
    }

    div {
        clear: both;

    }

    label {
        width: 200px;
        border-radius: 3px;
        border: 1px solid #D1D3D4
    }

    /* hide input */
    input.radio:empty {
        opacity: 0;
        margin-left: 0px;
    }

    /* style label */
    input.radio:empty ~ label {
        width: 85px;
        position: relative;
        float: right;
        line-height: 2.5em;
        text-indent: 10px;
        margin-top: 0;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    input.radio:empty ~ label:before {
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        content: '';
        width: 40px;
        background: #D1D3D4;
        border-radius: 3px 0 0 3px;
        font-size: large;
    }

    /* toggle hover */
    input.radio:hover:not(:checked) ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #C2C2C2;
    }

    input.radio:hover:not(:checked) ~ label {
        color: #888;
    }

    /* toggle on */
    input.radio:checked ~ label:before {
        padding-top: 5px;
        content: '\2714';
        text-indent: 0.5em;
        color: #ffffff;
        background-color: #4DCB6D;
        font-size: 26px;
    }

    input.radio:checked ~ label {
        color: #777;
    }

    /* radio focus */
    input.radio:focus ~ label:before {
        box-shadow: 0 0 0 3px #999;
    }

    [type='text'], [type='text']:focus{
    border-radius: 10px;

    }
    .input_title{

    padding-left: 4px;
    margin-top: 6px;
    }

    [type='text'] {
    font-size:14px;


    }
        .k-select:hover
        {
            background: black;
        }
        .k-state-default:hover .k-select
        {
            background: black;
        }
        .k-calendar .k-today
        {
            text-align: center;
        }
        .k-calendar .k-content .k-link
        {
            text-align: center;

        }