
body {
    background-color: #ffffff;
    margin: 0 auto;
    padding: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    display: flex;
    width: 100%;
    flex-direction: column;
    min-height: 100vh;
}
body {
    background-color: #ffffff;
    margin: 0 auto;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

footer {
    margin-top: auto;
}


p.titleHeader {
    color: #C52F38;
    font-weight: 500 !important;
    font-size: 20px
}

.juryVerifyHeader {
    font-size: 15px;
    font-weight: 500 !important;
    color: #01619b;
    padding-bottom: 10px;
}

.juryVerifySubHeader {
    font-size: 13px;
    font-weight: 600 !important;
    color: #01619b;
    padding-bottom: 10px;
}

.juryLabel {
    font-weight: 400;
    color: #01619b;
    text-align: left;
    padding-right: 5px;
}

.juryMessage {
    font-family: Verdana;
    font-size: 15px;
    font-weight: 600 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.juryAddressMessage {
    font-family: Verdana;
    font-size: 15px;
    font-weight: 600 !important;
    padding-bottom: 10px;
}

.juryParagraph {
    font-family: Verdana;
    font-size: 15px;
    font-weight: 500 !important;
    color: #01619b;
    padding-bottom: 5px;
}

.juryRegistrationHeader {
    font-family: Verdana;
    font-size: 13px;
    font-weight: 600 !important;
    color: #c72f3b;
    padding-bottom: 15px;
}

.button {
    background-color: #01619b;
    border: none;
    color: white;
    height: 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    margin: 0px auto; /*it will center them*/
}

.buttonS:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.k-grid-header {
    display: none;
}

.k-grid .k-state-selected {
    background-color: #01619b !important;
    color: #ffffff !important;
}


span.k-tooltip {
    margin-left: 0px;
    height: 20px;
}

.navbar-nav li a {
    color: #01619b !important;
}

.navbar-nav .nav-item.active {
    background-color: #e7e7e7;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

input::placeholder {
    opacity: 0.3;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

a {
    color: #337ab7;
}

input[type="radio"]:checked {
    color: #337ab7;
    background-color: #337ab7;
}

#navigation {
    color: #01619b;
}

#divtoggle {
    padding-left: 10px;
}
/*----------------------------------JURY ORIGINAL-----------------------------------------*/
.dl-horizontal dt {
    white-space: normal;
}

input,
select,
textarea {
    max-width: 280px;
}


.headerH1 {
    color: #C52F38;
    font-weight: 500 !important;
    font-size: 20px;
    text-align: center;
}

.disclaimer {
    font-size: 12px;
}

.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%) !important;
    font-family: inherit !important;
}

.k-grid {
    font-family: inherit !important;
}
    .k-grid .k-table {
        font-size: 14px !important;
        color: #515967 !important;
    }


.w-100 {
    min-width: 100%;
}