@CHARSET "ISO-8859-1";
@font-face {
    font-family: 'MuseoSans300';
    src: url('/fonts/MuseoSans_300.otf') format("opentype"),
    url('/fonts/MuseoSans_300.otf?#iefix') format("opentype");
}

@font-face {
    font-family: 'BreeSerif';
    src: url('/fonts/BreeSerif-Regular.ttf'),
    url('/fonts/BreeSerif-Regular.ttf?#iefix');
}


/* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sup, sub, tt, var, b, u, i, center,
dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    height: 100%;
    background-color: #fff;
    font-family: MuseoSans300, Arial, sans-serif !important;
    color: #000;
    font-size: 1.1em;
    text-align: justify;
}

h1, h2, h3, h4, h5 {
    font-family: BreeSerif, Arial, sans-serif !important;
    margin-bottom: 1em !important;
    text-align: left !important;
}

ol {
    margin-bottom: 1em;
}

ul {
    margin-bottom: 1em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* make boxes include borders & padding in thier size calculations */
* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* end reset browser styles */
html {
    height: 100%;
}

th {
    text-align: left;
}

td {
    vertical-align: top;
    padding: 2px;
}

a, .link {
    cursor: pointer;
    text-decoration: none;
    color: #F9423A;
    font-weight: bold;
}

.brand-stripe-bar {
    display: block;
    height: 12px;
    width: 20%;
    float: left;
}

.brand-stripe {
    width: 100%;
}

.dark-grey {
    background-color: #333F48;
}

.blue {
    background-color: #3A5DAE;
}

.yellow {
    background-color: #FFD700;
}

.red {
    background-color: #F9423A;
}

.green {
    background-color: #49C5B1;
}

.pink {
    background-color: #D59ED7;
}

.color-white {
    color: #FFFFFF;
}

.color-accordion-blue {
    color: #3A5DAE;
}

.color-accordion-a-blue {
    color: #49C5B1;
}

.border-radius {
    border-radius: 0px;
}


.tooltip {
    display: inline-block;
    color: white;
    background-color: #3A5DAE;
    border-radius: 50%;
    padding: 0 5px;
}

input:focus {
    border-color: #3A5DAE !important;
}

.delete-multi {
    cursor: pointer;
    margin-top: -6px;
    margin-left: 10px;
    display: inline-block;
}

.blacklisted {
    display: block;
    padding-top: 10px;
    color: #f00;
}

.incomplete {
    background-color: #faa;
    border: 1px solid #600;
}

.incomplete:nth-of-type(odd) {
    border-bottom: none;
}

.incomplete:nth-of-type(even) {
    border-top: none;
}

.declaration {
    border: 1px solid #888;
    background-color: #ddd;
}

.declaration td {
    padding: 1%;
}

.declaration td br:first-of-type {
    display: none;
}

td > p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}

.formElement, .formElementRA {
    /*padding-left: 30%;*/
}

tr:nth-of-type(odd) .formElement, tr:first-of-type .formElementRA {
    padding-top: 20px;
}

#questions {
    width: 100%;
}

#questions > tbody > tr:first-of-type > td:first-of-type p:first-of-type {
    padding-top: 0;
    margin-top: -1em;
}

.next-box {
    border: 1px solid #4ac5b2;
    padding: 10px;
    text-align: center;
    border-radius: 25px;
}

.next-page, .finish {
    font-family: MuseoSans900, Arial, sans-serif !important;
    color: #49C5B1;
    cursor: pointer;
    display: inline-block;
    width: 120px;
    line-height: 40px; /* height of the next.png image */
    margin: 1% 0 0 0;
    /*margin-left: 10%;
    margin-top: 3%;*/
}

#saveQuestionnaire {
    /*border: 1px solid #49C5B1 !important;*/
    /*border-radius: 15px !important;*/
    background-color: #fff;
    color: #49C5B1;
    cursor: pointer;
    display: inline-block;
    /*line-height: 40px; !* height of the next.png image *!*/
}

.radio, .radio-ra, .raText {
    float: left;
}

.radio {
    display: inline-block;
    padding-right: 7%;
}

.radio-ra {
    display: inline-block;
    width: 85px;
}

.radio-ra:last-of-type {
    width: 110px;
}

.raText {
    width: 350px;
}

.ra-info {
    float: left;
    display: inline-block;
    margin-left: -10px;
    margin-top: -8px;
    cursor: help;
}

.excluded {
    padding-left: 5%;
}


/***GENERIC STYLES***/

.hidden {
    display: none;
}

.label, .element {
    margin-bottom: 10px;
}

.label {
    width: 140px;
    float: left;
}

.element {
    margin-left: 140px;
}

.error {
    font-weight: bold;
    color: #f00;
}

.required {
    background: url("/images/required-field.png") top right no-repeat;
    padding-right: 13px;
}

.popup, .popupLink {
    border: solid 1px #000;
    position: absolute;
    left: 20%;
    top: 20%;
    background-color: #eee;
    z-index: 2000;
    display: none;
    padding: 15px;
    min-width: 200px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 35px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 35px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 35px 0px rgba(0, 0, 0, 0.75);
}

.popup {
    margin-left: 175px;
}

.closePopup {
    margin-right: -20px;
    margin-top: -20px;
    height: 16px;
    width: 16px;
    cursor: pointer;
    float: right;
    background-image: url("/images/close.png");
}

/***** FORM ELEMENTS *****/
input[type="text"], input[type="password"], input[type="checkbox"], select, textarea {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 5px 10px;
    color: #2a3e6b;
}

input[type="submit"], button, .addNew , .exportToExcel, .copyText, .bulkLinkCreation, .exportForTracking  {
  background-color: #333F48;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  padding: 10px 30px;
  cursor: pointer; }

input:disabled, select:disabled {
    background: #bbb !important;
    outline: none;
}

/* make the radio buttons bigger they said... */
input[type='radio'] {
    transform: scale(1.75);
    margin-right: 5px;
}

.addNew, .exportForTracking {
    display: inline-block;
    margin-left: 20px;
    text-transform: unset;
}

.bulkLinkCreation {
    display: inline-block;
    margin-left: 20px;
    text-transform: unset;
}

.exportToExcel {
    display: inline-block;
    margin-left: 20px;
}

/****** LAYOUT ******/
#container {
    min-height: 100%;
    position: relative;
}

#header {
    width: 100%;

}

.heading {
    padding: 1% 8%;
    height: 200px !important;
    width: 100%;
}

.content-container {
    height: 100%;
}

#content {
    padding: 2% 20% 100px 20%; /* px Height of the footer */
    position: relative;

}

#footer {
    position: absolute;
    bottom: 0;
}

.footer {
    background-color: #000;
    color: #fff;
    bottom: 0;
}

.footer-content {
    padding-left: 20%;
}


.navBar {
    margin-bottom: 3%;
    padding: 0 10%;
}

.navBar > img {
    display: block;
    float: left;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 10%;
}

/* LOGIN */
.loginBox {
    background-color: #fff;
    padding: 5% 0;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    -webkit-box-shadow: 0px 0px 41px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 41px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 41px 0px rgba(0, 0, 0, 0.16);
}

.loginBox input[type="text"] {
    margin: 10px 0;
}

/**** JQGRID *****/
.jqgrow {
    cursor: pointer;
}

/* row headers */
.ui-jqgrid .ui-jqgrid-htable th div {
    height: auto;
    overflow: hidden;
    padding-right: 4px;
    padding-top: 2px;
    position: relative;
    text-align: left !important;
    vertical-align: text-top;
    white-space: normal !important;
    font-size: 120%;
}

.ui-jqgrid-btable tr:nth-child(odd) {
    background-color: #eee;
}

.ui-jqgrid-btable .ui-state-hover {
    background-color: #aaa !important;
}

tr.ui-state-highlight td:not(.jqgrid-rownum) {
    background-color: #aaa !important;
}

.ui-jqgrid tr.ui-row-ltr td {
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    padding-left: 5px !important;
}

.ui-jqgrid-pager {
    z-index: 100 !important;
}

.ui-dialog-title {
    font-size: 150%;
    font-weight: normal;
    padding: 0;
}

.ui-search-toolbar .ui-state-default {
    background-color: #333F48 !important;
    border-right-color: #333F48 !important;
    border-bottom-color: #333F48 !important;
}

.jqgrid-rownum {
    background-color: #333F48 !important;
    border-top-color: #333F48 !important;
    border-bottom-color: #333F48 !important;
}

/*.jqgrow tr:nth-child(even) td {
	background-color: #aaa !important;
}*/
.popupForm, .popupFormDeclaration {
    z-index: 1000 !important;
}

.popupForm {
    width: 950px;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.custom-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8) url("/images/loading.gif") 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading, body.forwarding {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .custom-modal, body.forwarding .modal {
    display: block;
}

/* JQGRID Modifications */
.ui-icon {
    cursor: pointer;
}

.ui-jqgrid tr.jqgrow td {
    white-space: normal !important;
}

.ui-search-clear {
    padding: 0;
    width: 10px !important;
}


.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clear {
    clear: both;
}


/* payment styles */
#address {
    display: none;
}

.clearBot {
    color: #f9423a;
    text-decoration: underline;
    cursor: pointer;
}


/* accordion override styles for questionnaire */
/* how to highlight the text that our info box relates to */
.info-text {
    color: #3a5dae;
    /*display: inline-block;
    border: 1px solid #f9423a;
    text-align: center;
    padding: 0 2px*/
}

/* for unordered lists within accordions */
.accordion-list-item {
    display: block;
    margin-left: 40px;
    position: relative;
}

.accordion-list-item:last-of-type {
    margin-bottom: 25px;
}

.accordion-list-subitem {
    display: block;
    margin-left: 35px;
    position: relative;
}

.subitem-index {
    display: block;
    position: absolute;
    left: -20px;
}

.info-box {
    display: inline-block;
    margin-left: 3px;
    margin-top: -4px;
    cursor: help;
}

/* fix for accordion to force text to stay inline */
.accordion-head > a > img {
    float: left !important;
}

.color-accordion-blue {
    float: left !important;
    display: inline-block;
    width: 90%;
}

.accordion-body {
    /*background-color: #f3f3f3;*/
}

.mt-n2, .my-n2 {
    margin-top: -0.35rem !important;
}
