﻿/*normalize*/
html,
body,
form {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font: normal 16px Arial, sans-serif;
    color: #555555;
}

@media only screen and (min-width: 481px) and (max-width: 720px) {
    body {
        font-size: 18px;
    }
}

@media only screen and (max-width: 480px) {
    body {
        font-size: 20px;
    }
}

a {
    background: transparent;
}

img {
    border: 0;
}

@media screen and (max-width: 767px){
    img {
        max-width: 100% !important;
    }
}

button,
input {
    /*  Not sure what this was here for or when it was added  
    -webkit-appearance: none;
    -moz-appearance: none;*/
    cursor: pointer;
}

hr {
    border-width: 1px 0 0 0;
    border-color: #767676;
    border-style: solid;
}

ul li {
    margin-bottom: 15px;
}

#wrapper {
    font-family: Arial;
    min-height: 100%;
    padding-bottom: 100px;
    position: relative;
}

.header {
    background-color: #175273;
    min-height: 110px;
    overflow: hidden;
}

.header-image {
    display: none;
}

@media screen and (min-width: 1024px) {
    .header-image {
        display: block;
    }
}

.GenesisLogo {
    font-family: 'Lucida Calligraphy';
    font-size: 30px;
    line-height: 100px;
    padding-left: 70px; /* hamburger width */
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

@media screen and (min-width: 540px) {
    .GenesisLogo {
        padding: 0;
    }
}

.menu {
    left: 10px;
    position: absolute;
    top: 10px;
}

    .menu li {
        margin-bottom: 0;
    }

@media screen and (min-width: 768px) {
    .menu {
        position: static;
    }
}

.main {
    margin-bottom: 15px;
    margin-top: 15px;
}

    .main table.greyBoxBorder {
        margin: 0 auto;
    }

.main-nav span {
    margin-right: 8px;
}

.login-form {
    padding: 15px;
    text-align: center;
}

    .login-form > div {
        margin-bottom: 15px;
    }

.myProfile {
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 15px;
}

    .myProfile .row > div {
        margin-bottom: 15px;
    }

    .myProfile .row button {
        width: 100%;
    }

@media screen and (min-width: 768px) {
    .myProfile .row button {
        margin-right: 8px;
        width: auto;
    }
}

.myProfile .documents thead,
.myProfile .documents .rgFooter {
    display: none;
}

.myProfile .documents tbody td:nth-child(2),
.myProfile .documents tbody td:nth-child(3),
.myProfile .documents tbody td:nth-child(4) {
    display: none;
}

@media screen and (min-width: 768px) {
    .myProfile .documents thead {
        display: table-header-group;
    }

    .myProfile .documents .rgFooter {
        display: table-row;
    }

    .myProfile .documents tbody td:nth-child(2),
    .myProfile .documents tbody td:nth-child(3),
    .myProfile .documents tbody td:nth-child(4) {
        display: table-cell;
    }
}

@media screen and (max-width: 767px) {
    .myProfile .documents .rgDataDiv {
        height: 160px !important;
    }
}

.myProfile .profile-section-header {
    background: #5b7489;
    border-bottom: solid 1px rgba(255,255,255,0.4);
    color: #fff;
    font-weight: 700;
    line-height: 2.2rem;
    margin-bottom: 0 !important;
}

.myProfile .profile-section {
    margin: 10px 0;
}

.myProfile .dot {
    position: relative;
}

    .myProfile .dot:before {
        background: #f33;
        /*border: solid 1px #700;*/
        border-radius: 50%;
        content: '';
        height: 8px;
        position: absolute;
        right: 2px;
        top: 2px;
        width: 8px;
    }

.footer {
    background-color: #175273;
    bottom: 0;
    color: #fff;
    max-width: 100%;
    position: absolute;
    width: 100%;
}

.RadGrid.question-grid .rgRow > td,
.RadGrid.question-grid .rgAltRow > td {
    padding: 13px;
}

.question-grid hr {
    margin: .5rem 0;
}

.question-section {
    color: blue;
    font-weight: 700;
    margin-bottom: 15px;
}

.question {
    font-weight: 700;
    margin-bottom: 15px;
}

    .question + div {
        margin-bottom: 15px;
    }

/*typography*/
h1, h2, h3, h4, h5, h6 {
    line-height: normal;
}

h1, h2, h3 {
    font-weight: normal;
    margin: .5em 0;
}

h4, h5, h6 {
    font-weight: bold;
}

h1 {
    font-size: 2.25em;
}

h2 {
    font-size: 1.875em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.125em
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: .875em;
}

/*fonts*/
.fontCalibri {
    font-family: Calibri;
}

.fontArial {
    font-family: Arial;
}

.fontTNR {
    font-family: Times New Roman;
}

.font39 {
    font-family: Code39-Digits;
}

.fontSize12 {
    font-size: 12px;
}

.fontSize14 {
    font-size: 14px;
}

.fontSize18 {
    font-size: 18px;
}

.fontSize24 {
    font-size: 24px;
}

.fontSize36 {
    font-size: 36px;
}

.fontSize42 {
    font-size: 42px;
}

.fontSize48 {
    font-size: 48px;
}

.fontNormal {
    font-style: normal;
}

.fontItalic {
    font-style: italic;
}

.fontUnderline {
    text-decoration: underline;
}

.fontBlue {
    color: blue;
}

.fontWeightNormal {
    font-weight: normal;
}

.fontWeightBold {
    font-weight: bold;
}

.lineHeight20 {
    line-height: 20px;
}

.lineHeight40 {
    line-height: 40px;
}

.lineHeight60 {
    line-height: 60px;
}

.lineHeight80 {
    line-height: 80px;
}

.marginTop40 {
    margin-top: 40px;
}

.marginTop50 {
    margin-top: 50px;
}

.marginTop20 {
    margin-top: 20px;
}

.marginTop10 {
    margin-top: 10px;
}

.paddingRight20 {
    padding-right: 20px;
}

.paddingRight10 {
    padding-right: 10px;
}

.marginLeft20 {
    margin-left: 20px;
}

.marginLeft10 {
    margin-left: 10px;
}

.marginCell {
    min-width: 10px;
}

.marginAuto {
    margin: 0 auto;
}

.paddingLeft20 {
    padding-left: 20px;
}

.padding20 {
    padding: 20px;
}

.paddingVert20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.seal {
    width: 80px !important;
    padding-right: 10px;
    padding-left: 10px;
}

.txtAlignLeft {
    text-align: left;
}

.txtAlignCenter {
    text-align: center;
}

.txtAlignRight {
    text-align: right;
}

.line {
    border-bottom: 2px solid black;
}

/* DEBUG LAYOUT */
/*td,th {
    border: 1px solid black;
}*/

.width100 {
    width: 100px;
}

.width150 {
    width: 150px;
}

.width200 {
    width: 200px;
}

.width240 {
    width: 240px;
}

.width260 {
    width: 260px;
}

.minWidth260 {
    min-width: 260px !important;
}

.minHeight400 {
    min-height: 400px !important;
}

.minWidth300 {
    min-width: 300px !important;
    max-width: 300px !important;
}


.width300 {
    width: 300px;
}

.width350 {
    width: 350px;
}

.width400 {
    width: 400px;
}

.width450 {
    width: 450px;
}

.width500 {
    width: 500px;
}

.width550 {
    width: 550px;
}

.width600 {
    width: 600px;
}

.width700 {
    width: 700px;
}

.width800 {
    width: 800px;
}

.width850 {
    width: 850px;
}

.width900 {
    width: 900px;
}

.width1000 {
    width: 1000px;
}

.width1100 {
    width: 1100px;
}

.width100Pct {
    width: 100%;
}

.txtAlignLeft {
    text-align: left;
}

.vertAlignTop {
    vertical-align: top;
}

.vertAlignMiddle {
    vertical-align: middle;
}

.verticaltabs {
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
}

.mytable td {
    padding: 0;
    margin: 0;
}

.colPadding {
    padding-left: 2px !important;
}

.margin {
    width: 10px;
}

.styleRightToolbar {
    text-align: right;
    width: 294px !important;
    background-color: #4d5f75;
    background-image: linear-gradient(#576b82,#36485b 50%,#2c3c4d 50%,#4d5f75);
    border-collapse: collapse;
    padding-right: 4px !important;
}

.styleLeftToolbar {
    width: 1200px !important;
    border-collapse: collapse;
}

.myBanner {
    border-bottom: 1px solid #6BB8EA;
    border-top: 1px solid #6BB8EA;
    text-align: right;
    background: linear-gradient(to right, slategray, white, white);
}

.mySkinnyBanner {
    border-bottom: 1px solid #6BB8EA;
    border-top: 1px solid #6BB8EA;
    line-height: 8px;
    background: linear-gradient(to right, slategray, white, white);
}

.myBanner .RadButton {
    margin-top: 2px;
}

.bkgrdSlateGray {
    background-color: slategray;
}

.SearchButtonCSS {
    float: right;
}

.special-days a {
    background-color: silver !important;
}

.timelabels {
    width: 134px;
    text-align: right;
}

.SearchButtonCSS {
    float: right;
}

.allowed-attachments {
    display: block;
    margin-top: 12px;
    font-size: 13px;
}

#dwndWrapper {
    height: 85px;
    /*background-image: url("../../images/upload_100.png");*/
    background-position: left;
    background-repeat: no-repeat;
    padding: 15px 0 0 100px;
}

.reContentArea {
    overflow: hidden;
    padding: 0;
}

.reContent {
    border-style: none;
}

.reLeftVerticalSide,
.reRightVerticalSide,
.reToolZone,
.reToolCell {
    background: white !important;
}

.reToolCell {
    display: none\9 !important; /* for all versions of IE in order to prevent border bottom disappearing */
}

.reContentCell {
    border-width: 0 !important;
}

.formInput {
    border: solid 1px black;
}

.RadEditor {
    /*filter: chroma(color=c2dcf0);*/
    border: none;
    background: none;
}

.results {
    display: block;
    margin-top: 20px;
}

.colSubPanel {
    margin: 0;
    padding: 0 5px 0 0;
    width: 140px;
    line-height: 12px;
    float: left;
}

.colSize {
    margin: 0;
    padding: 0 5px 0 0;
    width: 140px;
    line-height: 12px;
    float: left;
}

.colDate {
    margin: 0;
    padding: 0 5px 0 0;
    width: 160px;
    line-height: 12px;
    float: left;
}

.colTime {
    margin: 0;
    padding: 0 5px 0 0;
    width: 140px;
    line-height: 12px;
    float: left;
}

/* Rad List View */

.lvwTable {
    width: 100%;
    border-collapse: collapse;
}

.RadListView_WebBlue {
    border-color: #768ca5;
    color: #333;
    background-color: #fff
}

    .RadListView_WebBlue .rlvHeader th {
        border-color: #465a6b;
        color: #fff;
        background-color: #748ea3;
        background-image: linear-gradient(#748ea3,#6b849d 50%,#597791 50%,#748ea3)
    }

    .RadListView_WebBlue .rlvI {
        border-color: #768ca5
    }

    .RadListView_WebBlue .rlvA {
        background: #f2f2f2;
        border-color: #768ca5
    }

    .RadListView_WebBlue .rlvISel {
        background: #9edaf2;
        color: #0d202b;
        border-color: #133c44
    }

    .RadListView_WebBlue .rlvDrag {
        background-image: url('../WebBlue/ListView/drag.gif')
    }

    .RadListView_WebBlue .rlvInput {
        border-color: #6e8aa8;
        color: #333;
        background-color: #fff
    }

.RadListView {
    border-width: 1px;
    border-style: solid;
    line-height: 1.42857143
}

    .RadListView .rlvEmpty, .RadListView .rlvIEmpty {
        font-style: italic
    }

    .RadListView button.rlvActionButton {
        padding: 0;
        border: 0;
        color: inherit;
        background: none !important;
        font: inherit;
        text-align: center;
        vertical-align: middle;
        cursor: pointer
    }

        .RadListView button.rlvActionButton::-moz-focus-inner {
            border: 0;
            padding: 0
        }

    .RadListView .rlvBAddIcon:before, .RadListView .rlvBUpdateIcon:before, .RadListView .rlvBCancelIcon:before, .RadListView .rlvBDelIcon:before, .RadListView .rlvBEditIcon:before {
        font-family: "WebComponentsIcons";
        text-align: center;
        display: block
    }

    .RadListView .rlvBAddIcon:before {
        content: "\e11e"
    }

    .RadListView .rlvBUpdateIcon:before {
        content: "\e118"
    }

    .RadListView .rlvBDelIcon:before, .RadListView .rlvBCancelIcon:before {
        content: "\e11b"
    }

    .RadListView .rlvBEditIcon:before {
        content: "\e10b"
    }

    .RadListView .rlvDrag {
        width: 16px;
        height: 16px;
        border: 0;
        margin: 0;
        padding: 0;
        background-color: transparent;
        background-repeat: no-repeat;
        vertical-align: middle;
        cursor: pointer;
        background-image: url('ListView/drag.gif');
        background-position: center center;
        cursor: url('Common/grab.cur'),move
    }

    .RadListView li.rlvI, .RadListView li.rlvA, .RadListView li.rlvISel, .RadListView li.rlvIEmpty {
        padding-top: 5px;
        padding-bottom: 4px
    }

    .RadListView div.rlvI, .RadListView div.rlvA, .RadListView div.rlvISel, .RadListView div.rlvIEmpty, .RadListView div.rlvIEdit {
        border-width: 0 0 1px;
        border-style: solid;
        padding-top: 5px;
        padding-bottom: 4px
    }

    .RadListView tr.rlvHeader th, .RadListView tr.rlvI > td, .RadListView tr.rlvA > td, .RadListView tr.rlvISel > td, .RadListView tr.rlvIEmpty > td, .RadListView tr.rlvIEdit > td {
        padding: 4px 7px 3px
    }

    .RadListView tr.rlvHeader th {
        padding-top: 5px;
        padding-bottom: 4px;
        border-width: 0 0 1px;
        border-style: solid;
        text-align: left;
        font-weight: normal
    }

    .RadListView tr.rlvIEdit td td {
        border: 0;
        padding: 0
    }

    .RadListView tr > td {
        border-width: 0 0 1px;
        border-style: solid;
        border-color: inherit
    }

    .RadListView td.rlvI, .RadListView td.rlvA, .RadListView td.rlvISel, .RadListView td.rlvIEmpty, .RadListView td.rlvIEdit {
        padding: 5px 6px 4px;
        border-width: 0 1px 0 0
    }

    .RadListView .rlvI > td:first-child, .RadListView .rlvA > td:first-child {
        border-left-width: 0
    }

div.RadListViewFloated {
    border-width: 0
}

.RadListView .rlvFloated {
    display: block
}

    .RadListView .rlvFloated:after {
        content: "";
        display: block;
        clear: both
    }

    .RadListView .rlvFloated .rlvI, .RadListView .rlvFloated .rlvA, .RadListView .rlvFloated .rlvISel, .RadListView .rlvFloated .rlvIEmpty, .RadListView .rlvFloated .rlvIEdit {
        border-width: 1px;
        border-style: solid;
        float: left;
        /*display: inline;*/
    }

.RadListView .rlvAutoScroll .rlvI, .RadListView .rlvAutoScroll .rlvA, .RadListView .rlvAutoScroll .rlvISel, .RadListView .rlvAutoScroll .rlvIEmpty, .RadListView .rlvAutoScroll .rlvIEdit {
    overflow: auto
}

.RadListView .rlvNoScroll .rlvI, .RadListView .rlvNoScroll .rlvA, .RadListView .rlvNoScroll .rlvISel, .RadListView .rlvNoScroll .rlvIEmpty, .RadListView .rlvNoScroll .rlvIEdit {
    overflow: hidden
}

.RadListView .rlvInput {
    padding: 4px 6px;
    border-width: 1px;
    border-style: solid;
    font: inherit;
    vertical-align: middle
}


/* Button */
.RadButton_WebBlue.rbButton, .RadButton_WebBlue.rbButton.rbDisabled, .RadButton_WebBlue .rbSplitPart {
    border-color: #6e8aa8;
    color: #0d202b;
    background-color: #d7e2e7;
    background-image: linear-gradient(#e0e7ed,#c2d2dd 50%,#a3baca 50%,#d7e2e7);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.45)
}

    .RadButton_WebBlue.rbButton.rbHovered, .RadButton_WebBlue.rbButton.rbToggled.rbHovered, .RadButton_WebBlue.rbButton .rbHovered {
        border-color: #1c9fcc;
        color: #0e3d4f;
        background-color: #bee3f6;
        background-image: linear-gradient(#d4eaf8,#baddf4 50%,#9edaf2 50%,#bee3f6);
        box-shadow: inset 0 0 0 1px rgba(255,255,255,0.32)
    }

    .RadButton_WebBlue.rbButton:focus {
        box-shadow: inset 0 0 5px rgba(58,134,158,0.5)
    }

    .RadButton_WebBlue.rbButton.rbSelected, .RadButton_WebBlue.rbButton.rbToggled, .RadButton_WebBlue.rbSelected .rbHovered {
        border-color: #3a869e;
        color: #fff;
        background-color: #7abace;
        background-image: linear-gradient(#8ebcd4,#64a3c0 50%,#368eb1 50%,#7abace);
        box-shadow: inset 0 0 0 1px rgba(255,255,255,0.19)
    }

    .RadButton_WebBlue.rbButton:hover, .RadButton_WebBlue.rbButton.rbHovered .rbSplitPart {
        border-color: #1c9fcc
    }

    .RadButton_WebBlue.rbButton.rbSelected, .RadButton_WebBlue.rbButton.rbSelected:active .rbSplitPart {
        border-color: #3a869e
    }

.RadButton_WebBlue.rbCheckBox .rbText, .RadButton_WebBlue.rbRadioButton .rbText, .RadButton_WebBlue.rbToggleButton .rbText {
    color: #333
}

.RadButton_WebBlue .rbToggleCheckboxChecked, .RadButton_WebBlue .rbToggleCheckboxFilled, .RadButton_WebBlue .rbToggleRadioChecked {
    color: #7abace
}

.RadButton_WebBlue.rbHovered .rbToggleCheckboxChecked, .RadButton_WebBlue.rbHovered .rbToggleCheckboxFilled, .RadButton_WebBlue.rbHovered .rbToggleRadioChecked {
    color: #449cb8
}

.RadButton_WebBlue:focus .rbToggleCheckbox:before, .RadButton_WebBlue:focus .rbToggleRadio:before {
    box-shadow: 0 0 1px 1px rgba(51,51,51,0.5)
}

.RadButton_WebBlue:focus .rbToggleCheckboxChecked:before, .RadButton_WebBlue:focus .rbToggleCheckboxFilled:before, .RadButton_WebBlue:focus .rbToggleRadioChecked:before {
    box-shadow: 0 0 1px 1px rgba(122,186,206,0.5)
}

.RadButton_WebBlue.rbPrimaryButton {
    border-color: #6bb2c9;
    color: #0e3d4f;
    background-color: #7abace;
    background-image: linear-gradient(rgba(255,255,255,0.4),rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.1) 50%,rgba(255,255,255,0.1));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2)
}

    .RadButton_WebBlue.rbPrimaryButton.rbHovered, .RadButton_WebBlue.rbPrimaryButton.rbToggled.rbHovered, .RadButton_WebBlue.rbPrimaryButton.rbFocused {
        border-color: #1c9fcc;
        color: #0e3d4f;
        background-color: #bee3f6;
        background-image: linear-gradient(#d4eaf8,#baddf4 50%,#9edaf2 50%,#bee3f6);
        box-shadow: inset 0 0 0 1px rgba(255,255,255,0.32);
        box-shadow: none
    }

    .RadButton_WebBlue.rbPrimaryButton.rbSelected, .RadButton_WebBlue.rbPrimaryButton.rbToggled {
        border-color: #3a869e;
        color: #fff;
        background-color: #7abace;
        background-image: linear-gradient(#8ebcd4,#64a3c0 50%,#368eb1 50%,#7abace);
        box-shadow: inset 0 0 0 1px rgba(255,255,255,0.19)
    }

    .RadButton_WebBlue.rbPrimaryButton.rbDisabled {
        border-color: #6bb2c9;
        color: #0e3d4f;
        background-color: #7abace;
        background-image: linear-gradient(rgba(255,255,255,0.4),rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.1) 50%,rgba(255,255,255,0.1));
        box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2)
    }

.RadButton {
    font: inherit;
    line-height: 1.42857143;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    outline: 0
}

    .RadButton::-moz-focus-inner {
        padding: 0;
        border: 0;
        outline: 0
    }

.rbButton {
    padding: 4px 10px;
    min-width: 64px;
    border-width: 1px;
    border-style: solid;
    position: relative;
    -webkit-user-select: none;
    user-select: none
}

.rbIconOnly {
    min-width: 0;
    padding: 4px
}

.RadButton.rbRounded {
    border-radius: 4px
}

.RadButton .rbIcon {
    width: 16px;
    height: 16px;
    vertical-align: -2px;
    background-repeat: no-repeat;
    position: relative
}

    .RadButton .rbIcon::before {
        display: inline-block;
        font: 16px/1 "WebComponentsIcons"
    }

.RadButton .rbPrimaryIcon {
    margin: 0 5px 0 0
}

.RadButton .rbSecondaryIcon {
    margin: 0 0 0 5px
}

.RadButton.rbPrimary, .RadButton.rbSecondary {
    position: relative
}

    .RadButton.rbPrimary .rbIcon, .RadButton.rbSecondary .rbIcon {
        position: absolute
    }

.RadButton.rbButton.rbPrimary {
    padding-left: 1.5em
}

    .RadButton.rbButton.rbPrimary .rbText {
        margin-left: 10px
    }

.RadButton.rbButton.rbSecondary {
    padding-right: 1.5em
}

    .RadButton.rbButton.rbSecondary .rbText {
        margin-right: 10px
    }

.RadButton.rbPrimary .rbPrimaryIcon {
    left: 10px
}

.RadButton.rbSecondary .rbSecondaryIcon {
    right: 10px
}

.RadButton .rbCustomIcon {
    background-repeat: no-repeat
}

.RadButton .rbText {
    display: inline-block;
    vertical-align: top
}

.RadButton.rbCheckBox .rbIcon, .RadButton.rbToggleButton .rbIcon, .RadButton.rbRadioButton .rbIcon {
    margin: 0 5px 0 0
}

.RadButton .rbToggleRadio, .RadButton .rbToggleRadio:before, .RadButton .rbToggleRadioChecked, .RadButton .rbToggleRadioChecked:before {
    border-radius: 45px
}

.RadButton.rbButton span.rbIcon:before {
    box-shadow: none
}

.RadButton + .RadLabel {
    vertical-align: bottom;
    margin-left: -3px
}

.RadButton .rbSplitPart {
    padding: 4px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: -1px
}

.RadButton .rbSplitPartRight {
    border-radius: 0 .21428571em .21428571em 0;
    right: -1px
}

.RadButton .rbSplitPartLeft {
    border-radius: .21428571em 0 0 .21428571em;
    left: -1px
}

    .RadButton .rbSplitPartLeft + .rbText {
        padding: 0 0 0 1.78571429em
    }

.RadButton .rbSplitPartRight + .rbText {
    padding: 0 1.78571429em 0 0
}

.RadButton .rbSplitIcon {
    width: auto;
    height: auto;
    vertical-align: top
}

.RadButton span.rbSplitIcon:before {
    display: inline-block;
    vertical-align: middle;
    line-height: .9
}

.RadButton.rbButton.rbImageButton {
    background-image: none;
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0 none;
    border-radius: 0;
    min-width: 0
}

.RadButton.rbDisabled {
    opacity: .5;
    cursor: default
}

.RadButton.rbRtl .rbIcon {
    margin: 0 -5px 0 5px
}

.RadButton.rbRtl .rbPrimaryIcon {
    margin: 0 0 0 5px
}

.RadButton.rbRtl .rbSecondaryIcon {
    margin: 0 5px 0 0
}

.RadButton.rbRtl .rbSplitPart {
    margin: -0.07142857em .35714286em -0.14285714em -0.71428571em;
    border-left: 0 none;
    border-radius: .21428571em 0 0 .21428571em;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: transparent
}

    .RadButton.rbRtl .rbSplitPart .rbIcon {
        margin: .07142857em -0.14285714em 0 .35714286em
    }

.RadButton.rbRtl.rbCheckBox .rbIcon, .RadButton.rbRtl.rbToggleButton .rbIcon, .RadButton.rbRtl.rbRadioButton .rbIcon {
    margin-left: 5px;
    margin-right: 0
}

.RadButton .rbHiddenImages {
    position: absolute;
    top: -9999px;
    visibility: hidden
}

.RadButton .rbHideElement {
    display: none;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important
}

.rbCheckBox, .rbRadioButton, .rbToggleButton {
    padding: 5px 0;
    border-width: 0;
    color: inherit;
    background: 0
}

.rbRtl.rbCheckBox, .rbRtl.rbRadioButton, .rbRtl.rbToggleButton {
    padding: 5px 0
}

.rbAdd:before {
    content: "\e11e"
}

.rbRemove:before {
    content: "\e10c"
}

.rbOk:before {
    content: "\e118"
}

.rbCancel:before {
    content: "\e11b"
}

.rbUpload:before {
    content: "\e133"
}

.rbDownload:before {
    content: "\e132"
}

.rbPrevious:before {
    content: "\e100"
}

.rbNext:before {
    content: "\e101"
}

.rbOpen:before {
    content: "\e901"
}

.rbAttach:before {
    content: "\e10e"
}

.rbSave:before {
    content: "\e109"
}

.rbConfig:before {
    content: "\e13c"
}

.rbPrint:before {
    content: "\e10a"
}

.rbRefresh:before {
    content: "\e103"
}

.rbSearch:before {
    content: "\e13e"
}

.rbHelp:before {
    content: "\e402"
}

.rbCart:before {
    content: "\e143"
}

.rbEdit:before {
    content: "\e10b"
}

.rbRSS:before {
    content: "\e827"
}

.rbMail:before {
    content: "\e809"
}

.rbFB:before {
    content: "\e80b"
}

.rbTwitter:before {
    content: "\e81f"
}

.rbLinkedIn:before {
    content: "\e811"
}

.rbPinterest:before {
    content: "\e815"
}

.rbYouTube:before {
    content: "\e82b"
}

.rbVimeo:before {
    content: "\e829"
}

.rbBehance:before {
    content: "\e823"
}

.rbDribble:before {
    content: "\e825"
}

.rbGooglePlus:before {
    content: "\e80f"
}

.rbVerticalList {
    display: inline-block;
    vertical-align: top
}

    .rbVerticalList + .rbVerticalList {
        margin: 0 7px
    }

    .rbVerticalList .rbCheckBox, .rbVerticalList .rbRadioButton, .rbVerticalList .rbToggleButton {
        display: block;
        padding: 0 0 4px
    }

.rbHorizontalList .RadButton, .rbColumnList {
    padding: 0 7px 0 0
}

ul.rbVerticalList, ol.rbVerticalList {
    margin: 0;
    padding: 0 0 0 15px
}

    ul.rbVerticalList button.RadButton.rbCheckBox, ul.rbVerticalList button.RadButton.rbRadioButton, ul.rbVerticalList button.RadButton.rbToggleButton, ol.rbVerticalList button.RadButton.rbCheckBox, ol.rbVerticalList button.RadButton.rbRadioButton, ol.rbVerticalList button.RadButton.rbToggleButton {
        display: inline-block;
        vertical-align: baseline
    }

.RadCheckBoxList_Rtl.rbColumnList, .RadRadioButtonList_Rtl.rbColumnList, .rbHorizontalList button.RadButton.rbRtl {
    padding: 0 0 0 7px
}

.RadCheckBoxList_Rtl.rbVerticalList, .RadRadioButtonList_Rtl.rbVerticalList, .RadCheckBoxList_Rtl .rbVerticalList, .RadRadioButtonList_Rtl .rbVerticalList {
    float: right
}

ul.RadCheckBoxList_Rtl.rbVerticalList, ol.RadCheckBoxList_Rtl.rbVerticalList, ul.RadRadioButtonList_Rtl.rbVerticalList, ol.RadRadioButtonList_Rtl.rbVerticalList {
    padding: 0 15px 0 0;
    white-space: nowrap
}

#wrapper .RadMenu {
    text-align: center !important;
    line-height: 1.5em !important;
    font-size: 1.5em !important;
}

    #wrapper .RadMenu .rmItem {
        width: 200px !important;
    }

.noBorder {
    border: 0px;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0px !important;
}

.questionnaire-header {
    background: #000;
    color: #fff;
    font-weight: 700;
    line-height: 32px;
}

.questionnaire-instructions {
    margin: 0 auto;
    max-width: 900px;
    padding: 8px 0;
}

.questionnaire-items {
    margin: 0 auto;
    max-width: 900px;
    padding-bottom: 20px;
}

    .questionnaire-items colgroup {
        display: none;
    }

    .questionnaire-items tr {
        display: flex;
        flex-wrap: wrap;
        height: 100% !important;
    }

    .questionnaire-items td {
        flex: 1 1 100%;
    }

.questionnaire-item-number {
    display: none;
}

@media screen and (min-width: 1000px) {
    .questionnaire-items colgroup {
        display: table-column-group;
    }

    .questionnaire-items tr {
        display: table-row;
        height: auto;
    }

    .questionnaire-items td {
        flex: none;
    }

    .questionnaire-item-number {
        display: table-cell;
    }
}

.questionnaire-remarks {
    margin: 0 auto;
    max-width: 900px;
    padding: 8px 0;
}
/* DEBUG LAYOUT */
/*td,th {
        border: 1px solid black;
}*/

.error {
    color: #f00;
    font-weight: 700;
}

#acknowledgement {
    cursor: pointer;
    color: #FF0000;
    vertical-align: -webkit-baseline-middle;
}

.excuseDeferReason > span,
.excuseDeferReason textarea {
    width: 100% !important;
}

@media screen and (min-width: 768px) {
    .excuseDeferReason > span,
    .excuseDeferReason textarea {
        width: 600px !important;
    }
}
