﻿
.container {
    width: 100%;
}

.innerRow {
    width: 99%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'Roboto';
    display: inline-block;
}

.searchBar {
    background-color:#D7D7D7;
    font-size: 16px;
    height: 40px;
}

.searchTitle {
    text-align: right;
    margin-top: 4px;
}

.searchTitle > label {
    margin-right: 10px;
}

.combo {
    width: 200px;
    height: 30px;
    font-style: italic;
    font-size: 0.7em;
}

.combo input::-webkit-input-placeholder {
    text-align: center;
}

.searchTitle .k-dropdown-wrap{
    text-align:center;
}
.k-list-optionlabel{
    color:#000000;
}
.title {
    font-size: 24px;
    font-weight: bold;
    color: #006699;
}

.jobTitle {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
}

.expandable {
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: bold;
    color: #999999;
}

.details {
    background-color: #F2F2F2;
    display: none;
    padding-left:15px;
}

.moreDetail, .lessDetail {
    cursor: pointer;
}

.hide {
    display: none;
}

  
#talentDetail {
    cursor: pointer;
}

.mediumSizeFont {
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: normal;
    color: #000000;
    text-align:justify;
}

.introductionDescription {
    font-size: .8em;
}

.introductionTitle
{
    font-size: 1.5em;
    font-family: 'Roboto';
    font-weight: normal;
    color: #000000;
}

/*add red border*/
.k-widget > span.k-invalid,
input.k-invalid
{
    border: 1px solid red !important;
}

#panelbar .k-state-selected{
    color:#000000;
    font-weight:500;
}
      
#panelbar .k-state-focused{
    color:#000000;
    font-weight:500;
}

#panelbar .k-state-hover{
    color:#000000;
}

#questions .col-md-7 .col-md-5 .col-md-3 .col-md-2{
    padding-right:0px;
}

#panelbar .k-content{
    padding-left:15px;
    padding-top:15px;
}

#imgCompany{
    border:1px solid #3399CC;
}

 .ConfirmationMsg {
    font-size: 32px;
    font-weight: bold;
}

.ConfirmationA {
    font-size: 24px;
    font-weight: normal;
    align-content:center;
}

.Content14 {
    font-size: 14px;
    font-weight: normal;
    align-content:center;
}

.Content14Bold {
    font-size: 14px;
    font-weight: bold;
    align-content:center;
}
     
.demo-section {
    line-height: 4em;
}

.demo-section .k-button {
    margin-right: 10px;
}


@media (max-width: 992px) {
    .EmailConfirmationPage{
        background-image:none;
        background-size:100%;
        background-repeat:no-repeat;
    }
}

@media (min-width: 992px) {
    .EmailConfirmationPage {
        background-image: url(../Images/ConfirmationEmail.png);
        background-size: 100%;
        background-repeat: no-repeat;
        min-height: 500px;
    }
}