﻿@charset "UTF-8";
/* CSS Document */
/*
Port Gore           #201c50 
___________________________
Aqua                #57BDBB 
___________________________
Titan White         #FBFBFF 
___________________________
Pale Sky            #5F6C7B 
___________________________
Cadet Blue          #9FADBD 
___________________________
Dove Gray           #504E4E 
___________________________
Happy Medium        #3A6882 
___________________________
Reactive Blue       #042FF8 
___________________________
Error Red           #FF1D25 
___________________________
lightest Grey       #f5f5f5 
___________________________*/

body {
    width: 100px;
    height: 100px;
    font-family: 'Raleway', sans-serif;
}

p {
    color: black;
}

.spacing {
    padding-top: 7px;
    padding-bottom: 7px;
}

.headerdiv {
    width: 40%;
    height: 75.5%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*background:linear-gradient(to bottom, #FFFF33,#ffffff);*/
}

.headerdetail {
    width: 100%;
    height: 250px;
    background: none !important;
}

/*.imgsize {
    height: 180px !important;
    width: 200px !important;
}*/

.middlePage {
    width: 100%;
    padding: 0 !important;
    height: 65%;
    position: absolute;
    bottom: 12%;
    left: 0;
    right: 0;
    margin: auto;
}

.shadow {
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.11);*/
    box-shadow: none;
    border: none;
}

.addressdiv {
    width: 680px;
    height: 22%;
}

.logo {
    color: #CCC;
}

.rightpanel {
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 15px;
}

.question {
    height: 120px;
    width: 180px;
    margin-top: 50px;
    margin-left: 32px;
    text-align: left;
    background-color: #f5f5f5;
}

.img {
    width: 20px;
    height: 20px;
}


.riTextBox.riEnabled.form-control.input-md {
    background-color: #ffffff;
    color: #4c5356;
    border-color: #CFD2D3 !important;
}

    .riTextBox.riEnabled.form-control.input-md.riHover.form-control.input-md, html body .RadInput_Simple .riFocused {
        box-shadow: none !important;
        border-color: #A2A9AD !important;
    }

label, .CssFont {
    font-family: "Roboto",sans-serif;
    line-height: 1.3 !important;
    letter-spacing: 0px !important;
    font-size: 14px !important;
    font-weight: normal;
}

a {
    font-weight: bold;
    font-size: 12px;
    font-family: sans-serif !important;
    color: #042FF8 !important;
}



.btn, .RadButton.RadButton_Simple.rbSkinnedButton {
    background-color: #FBFBFF !important;
    color: #201c50 !important;
    border-color: #5B6670;
    font-family: Oswald,sans-serif !important;
    line-height: 1.1 !important;
    letter-spacing: 0px !important;
    background-position: 50% 50%;
    border-radius: 3px;
    margin: 0;
    padding: 4px 8px;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    background-repeat: repeat-x;
    text-align: center;
    text-decoration: none;
}

.RadButton_Simple.rbHovered, .RadButton_Simple.rbSkinnedButton:hover {
    color: #201c50 !important;
    border-color: #9faDbd !important;
    background-color: #FBFBFF !important;
}



.glyphicon:hover, .rbPrimaryIcon:hover {
    color: #9faDbd !important;
}

.glyphicon:focus, .rbPrimaryIcon:focus {
    color: #9faDbd !important;
}

.glyphicon.k-i-edit:hover, .rbPrimaryIcon:hover {
    color: #9faDbd !important;
}

.glyphicon, .rbPrimaryIcon {
    color: #52bdbc !important;
}

.headerdiv {
    box-shadow: none !important;
}

.panel-info {
    border: none;
}

.divWithoutlabel {
    padding-left: 16.5%;
}

.panel-heading {
    padding: 0 !important;
}

.footerdiv {
    background: #FBFBFF !important;
    margin-left: -9px;
    height: 10%;
}

.panel {
    -webkit-box-shadow: none;
}

.ScreenTitle {
    text-align: left;
    margin: 0 !important;
    width: 100%;
    font-family: "Roboto",sans-serif !important;
    line-height: 1.42857143;
    color: #201c51;
    font-size: 25px;
    background: #FBFBFF;
    border-radius: 0 !important;
    padding-left: 13px;
    border-color: #9faDbd !important;
}

.riTextBox.riEnabled.k-textbox.k-input.form-control.input-md {
    box-shadow: none !important;
}

.cssCopyRrights {
    font-size: 12px !important;
}

.panel-body {
    padding-top: 0px !important;
}

.reactiveBlueLink {
    color: #042FF8 !important; /*Reactive Blue*/
    font-weight: normal;
    font-family: "Roboto",sans-serif !important;
    font-size: 14px !important;
}

.Copyright {
    font-weight: normal !important;
    vertical-align: central !important;
    padding-left: 14px !important;
    color: #3A6882 !important;
    font-size: 12px !important;
}

.informationalLink {
    font-weight: normal !important;
    vertical-align: central !important;
    padding-left: 14px !important;
    color: #3A6882 !important;
    font-size: 14px !important;
}

.happyMedium14 {
    font-weight: normal !important;
    color: #3A6882 !important;
    font-size: 14px !important;
}

.k-checkbox::before {
    border: none !important;
}


.k-checkbox:focus {
    outline: none !important;
}
