﻿/*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;
}

.move-left {
    width: auto;
    box-shadow: none;
}

.k-button {
    background-color: #01619b;
    color: white;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    border-radius: 4px;
    border-color: #c3c3c8;
    padding: 6px 12px;
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, 0) 100%);
    font-family: inherit;
}

    .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:disabled {
        background-color: darkgray;
        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);
        }

.radio {
    margin-left: 25px
}

input[type="radio"] {
    transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
}

.w-100 {
    min-width: 100% !important;
}

.spanText {
    color: #01619b;
    margin-left: 15px
}

.textred {
    color: #c31411;
    margin-left: 5px;
}

.k-checkbox {
    border-radius: 4px;
    border-color: #ceced2;
    color: #1984c8;
    background-color: #fff;
    width: 16px;
    height: 16px;
}