﻿
/*Empty checkbox*/
.k-checkbox-label:before {
    background: white;
}

/*Checked checkbox*/
.k-checkbox:checked + .k-checkbox-label:before {
    background: #0075FF;
    color: white;
}

.fieldlist {
    /*margin: 0 0 -1em;*/
    /*padding: 0;*/
}

    .fieldlist li {
        list-style: none;
        padding-left: 10px;
        /*padding: 0, 0, 0, 10px;*/
    }

.k-checkbox-label, .k-radio-label {
    padding-left: 28px;
    font-weight: normal;
    color: #01619b;
}

.k-button {
    background-color: #01619b;
    color: white;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

    .k-button:hover {
        background-color: #01619b;
        color: white;
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    }

    .k-button.k-upload-button {
        background-color: #01619b;
        color: white;
        -webkit-transition-duration: 0.4s; /* Safari */
        transition-duration: 0.4s;
    }

        .k-button.k-upload-button:hover {
            background-color: #01619b;
            color: white;
            box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
        }

    .k-button.k-clear-selected {
        background-color: #01619b;
        color: white;
        -webkit-transition-duration: 0.4s; /* Safari */
        transition-duration: 0.4s;
    }

        .k-button.k-clear-selected:hover {
            background-color: #01619b;
            color: white;
            box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
        }

    .k-button.k-upload-selected {
        background-color: #01619b;
        color: white;
        -webkit-transition-duration: 0.4s; /* Safari */
        transition-duration: 0.4s;
    }

        .k-button.k-upload-selected:hover {
            background-color: #01619b;
            color: white;
            box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
        }

label {
    font-weight: 300;
}

.juryParagraph {
    color: #c31411;
    margin-left: 5px;
}


#addressVerifyDiv, #excusalDiv, #radioSelectDiv, #radioSelectDiv {
    display: none;
}

.k-datepicker {
    font-size: 14px !important;
}

    .k-datepicker .k-button, .k-calendar-container .k-button, .k-upload-files .k-button {
        color: inherit;
        background-color: inherit;
    }

#postponementdatepicker {
    max-width: 100%;
    border-width: 1px !important;
    border-color: #ceced2;
    border-style: groove;
}

.k-datepicker .k-input-button {
    border-width: 1px;
    border-style: groove;
}

.k-actions {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.k-upload-selected {
    order: 2;
    width: 50%;
}

.k-clear-selected {
    order: 1;
    width: 50%;
}

ol {
    list-style-type: none;
}