body{
    font-family: Arial, sans-serif;
    padding-top: 8px;
    /*background-color: #cfd6e3;*/
    font-size: 13px;
}

h1{
    font-size: 26px;
    margin-top: 0;
}

h1 a {
    font-size: 26px !important;
}

span{
    font-size: 13px;
}

p{
    font-size: 13px;
}

.registrationError ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 13px;
}

a{
    font-size: 13px;
    text-decoration: none;
    color: #6d8491;
    font-weight: bold;
}

a:visited:hover{
    color: #000000;
}

a:hover{
    color: #000000;
}

a:visited{
    color: #6d8491;
}

input, select, textarea {
    font-size: 12px;
}

.contentWrap{
    width: 930px;
    padding: 18px 8px;
    margin: 0 auto;
    border-right: 1px solid #888888;
    border-left: 1px solid #888888;
    background-color: #FFFFFF;
    position: relative;
    display: table;
}

.menuTopBar{
    width: 930px;
    padding: 8px;
    margin: 0 auto;
    border-top: 1px solid #888888;
    border-left: 1px solid #888888;
    border-right: 1px solid #888888;
    border-radius: 5px 5px 0px 0px;
    background-color: #FFFFFF;
}

.tableAccordion{
    border: 0px;
    width: 100%;
}

.tableAccordionContentDiv{
    display: none;
}

.tableAccordion>tbody>tr:first-child{
    cursor: pointer;
}

.cmsContentWrap{
    display: table;
    border-spacing: 8px;
    width: 100%;
}

.cmsSubMenu{
    width: 184px;;
    padding: 4px;
    border: 1px solid #768a96;
    display: table-cell;
    vertical-align: top;
}

.cmsEntryWithSubMenu{
    width: 722px;
    display: table-cell;
    padding: 4px;
    vertical-align: top;
    border: 1px solid #768a96;
}

.clearer{
    clear: both;
}

.subMenuActive{
    color: #000000;
}

.subMenuActive:visited{
    color: #000000;
}

.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 600px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
    border-width: 1px;
}


.inline_help{
    cursor: default;
    /*background-color: #cfd6e3;*/
    border-bottom: 1px dotted #000000;
}

.fileManagerTableContent .inline_help {
    background-color: #cfd6e3;
}

.hintTooltip{
    z-index: 10000;
    background-color: rgba(236,237,237,0.9);
    border: 1px solid #cfd6e3;
    border-radius: 5px;
}

.hintTooltip p{
    margin: 0;
    padding: 0;
}

.BoxShadowRounded{
    box-shadow: 6px 6px 6px #666666;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 2px;
}

#person_results{
    float: right;
    width: 50%;
    position: relative;
}

#person_result_list{
    position: absolute;
    width: 100%;

    z-index: 1;
}

#person_result_preview{
    position: absolute;
    width: 100%;
    display: none;
    z-index: 10;
}

.personInfo td{
    height: 24px;
}

.person_list_entry{
    cursor: pointer;
}

.blockSeparator{
    margin-top: 10px;
    margin-bottom: 10px;
    height: 1px;
    background-color: #cfd6e3;
}

input, textarea, select, .toggle_next_element {
    border-radius: 3px;
    border: 1px solid #58593d;
    color: #000;
    padding: 3px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #85a0b1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #85a0b1;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #85a0b1;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #85a0b1;
}

input[type=file] {
    border: 0;
}

a:hover {
    color: #000 !important;
}

input[type=checkbox]:disabled{
    opacity: 0.4;
}

.secureLoginHeader{
    text-align: center;
    font-style: italic;
    color: #2654a0;
    font-size: 22px;
    font-size: 16px;
}

.secureLoginHeaderText {
    width: 290px;
    margin: 8px auto 0 auto;
}

#secureLoginHeaderGreenField {
    display: inline;
    color: #fff;
    font-weight: bold;
    background-color: #01b50a;
    padding: 2px 10px;
    cursor: pointer;
}

#secureLoginHeaderGreenFieldOr {
    display: block;
    margin: 5px 0;
}

.secureLevel1{
    background-color: #0000FF;
    color: #FFFFFF;
    font-style: italic;
    font-size: 12px;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
}

.secureLevel2{
    background-color: #FF8400;
    color: #FFFFFF;
    font-style: italic;
    font-size: 12px;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
}

.secureLevel3{
    background-color: #FF0000;
    color: #FFFFFF;
    font-style: italic;
    font-size: 12px;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
}

.secureLevelLogin{
    border: 1px solid #adadad;
    border-radius: 0px;
    background-color: #E1E1E1;
    font-style: italic;
    text-align: center;
    padding: 2px;
    font-size: 12px;
    width: 100%;
    font-family: arial, sans
}

.secureLevelLoginTable input[type="text"] {
    font-style: italic;
    border-radius: 0px;
    border: 1px solid #adadad;
}

.secureLevelLoginTable td {
    height: 23px;
}

.requestCodeButton{
    border: 1px solid #adadad;
    background-color: #E1E1E1;
    font-style: italic;
    text-align: center;
    padding: 2px;
    font-size: 12px;
}

#requestCodeButton, .secureLevelLogin {
    cursor: pointer;
}

.securityLevelLoginOverlay{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(150,150,150,0.8);
    z-index: 300;
    top: 0px;
}

.securityLevelLoginContainer{
    border: 1px solid;
    position: relative;
    top: 300px;
    width: 500px;
    margin: 0 auto;
    padding: 8px;
    background-color: #FFFFFF;
}

#requestCodePleaseWait{
    display: none;
    background-color: #ff8400;
}

#requestCodeSuccess{
    display: none;
    background-color: #00ff00;
}

.textSizeLink{
    cursor: pointer;
}

button, .buttonSuccess, .button, .buttonCancel, #_submit, #cboxClose, #buttonCloseSecurityLogoutOverlay {
    border: 1px solid #768a96;
    border-radius: 6px;
    background-color: #758a96;
    color: #fff;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    padding: 4px 6px;
    text-decoration: solid;
    font-family: Arial, sans-serif;
    font-size: 14px !important;
    font-weight: normal;
    line-height: 14px;
    display: inline-block;
    box-sizing: border-box;
}

.button.error{
    background-color: #a94442;
    box-shadow: none;
}

.button.error:hover{
    background-color: #e60000;
    box-shadow: none;
}

button:hover, .buttonHover:hover, .button:hover {
    background-color: #3276b1;
    border: 1px solid #285e8e;
}

button[type=submit]:hover, .btn-success:hover, .btn-success:focus, .buttonSuccess:hover, #_submit:hover {
    color: #fff !important;
    outline-style: none !important;
    outline-color: #fff !important;
    background-color: #47a447;
    border: 1px solid #398439;
}

.buttonCancel:hover, .btn-danger:hover, .btn-danger:focus, #cboxClose:hover {
    color: #fff !important;
    background-color: #d2322d;
    border: 1px solid #ac2925;
}

.btn-default:hover, .btn-default, .btn-success {
    color: #fff !important;
}

.buttonCancel, #cboxClose, #buttonCloseSecurityLogoutOverlay {
    background-color: #d9534f;
    border: 1px solid #d43f3a;
}

#deadOrAliveWrapper {
    width: 100%;
    text-align: center;
}

.changedHint{
    display: none;
    color: #FF0000;
    margin-left: 20px;
}

.loginLevelActive{
    color: #000000;
    font-size: 13px;
    font-weight: bold;
}

.closeThickbox, .overlayClose {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #000;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    cursor:pointer;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    width: 30px;
    height: 30px;
}

.closeThickbox:after, .overlayClose:after {
    content: "\00d7"; /* This will render the 'X' */
}

#loginWrapper {
    width: 100%;
    text-align: center;
}

#loginWrapper.filemanagerOverlay {
    width: auto !important;
}

#loginWrapper table {
    text-align: left;
    margin: 0 auto;
}

.error{
    box-shadow: 0px 0px 3px 1px #FF0000;
}

.notification{
    color: #FFFFFF;
    background-color: #47a447;
    border: 1px solid #768a96;
    border-radius: 6px;
    padding: 6px;
    margin-top: 6px;
    margin-bottom: 6px;
    text-align: center;
    font-weight: bold;
}

#languageDropdown {
    height: 23px;
    margin-left: 20px;
}

.languageImage {
    height: 18px;
    margin-left: 20px;
    float: right;
    margin-right: 5px;
    margin-top: 2px;
}

#addGraveyardOverlay, #condolencesOverlay, #linkOverlay, .person_result_preview_thickbox, #securityLogoutOverlay, #coopImprintOverlay, #coopLinksOverlay, #coopDocumentsOverlay {
    width: 434px;
    padding: 0px 16px;
    height: auto;
    position: fixed;
    left: 50%;
    margin-left: -233px;
    border-radius: 5px;
    z-index: 202; /* 1px higher than the overlay layer */
    background-color: #fff;
    padding: 15px;
    overflow-y: auto;
}

#languageDropdown{
    width: 100px;
}

.removeEntry{
    background-color: #f00;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    cursor:pointer;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    text-align: center;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 5px;
}

.removeEntry:after {
    content: "\00d7"; /* This will render the 'X' */
}

#homepageImageMapDiv {
    width: 100%;
    clear: both;
    position: relative;
}

#imageMapImgCodeBlue, #imageMapImgGreenField, #imageMapImgOrangeArea, #imageMapImgSarkophag {
    width: 70px;
}

#imageMapDivGreenField, #imageMapDivCodeBlue, #imageMapDivOrangeArea, #imageMapDivSarkophag {
    position: absolute;
    width: 250px;
    height: 150px;
}

#imageMapDivGreenField h2, #imageMapDivCodeBlue h2, #imageMapDivOrangeArea h2, #imageMapDivSarkophag h2 {
    margin-top: 0;
}

#imageMapDivGreenField a, #imageMapDivCodeBlue a, #imageMapDivOrangeArea a, #imageMapDivSarkophag a {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: black;
}

#imageMapDivGreenField a:hover, #imageMapDivCodeBlue a:hover, #imageMapDivOrangeArea a:hover, #imageMapDivSarkophag a:hover {
    color: #6d8491 !important;
}

#imageMapDivGreenField {
    top: 67px;
    left: 85px;
    text-align: right;
}

#imageMapImgGreenField {
    position: absolute;
    top: 147px;
    left: 345px;
}

#imageMapDivCodeBlue {
    top: 67px;
    right: 85px;
}

#imageMapImgCodeBlue {
    position: absolute;
    top: 147px;
    right: 345px;
}

#imageMapDivOrangeArea {
    text-align: right;
    left: 85px;
    top: 327px;
}

#imageMapImgOrangeArea {
    position: absolute;
    top: 387px;
    left: 345px;
}

#imageMapDivSarkophag {
    right: 85px;
    top: 327px;
}

#imageMapImgSarkophag {
    position: absolute;
    top: 387px;
    right: 345px;
}

.flash-notice{
    background-color:#dff0d8;
    border-color:#d6e9c6;
    color:#468847;
    padding:15px;
    margin-bottom:20px;
    border:1px solid transparent;
    border-radius:4px;
}

.flash-warning{
    background-color:#a94442;
    border-color:#e60000;
    color:#fff;
    padding:15px;
    margin-bottom:20px;
    border:1px solid transparent;
    border-radius:4px;
    clear: both;
    display: block;
}

#helpPassword {
    position: absolute;
    margin-left: -22px;
    margin-top: 3px;
    background-color: transparent;
    font-weight: normal;
    font-size: 16px;
    color: #85a0b1;
}

.faButton {
    margin-left: 10px;
}

.emergencyContentWrap .fa {
    color: #000;
}

.green {
    color: #01b50a;
}

.gray {
    color: #6d8491;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 201;
    background-color: rgba(0,0,0,0.5); /*dim the background*/
}

.filemanagerOverlay{
    background-color: #fff;
    border-radius: 5px;
    height: auto;
    left: 50%;
    margin-left: -315px;
    padding: 15px;
    position: fixed;
    width: 600px;
    z-index: 201;
    overflow-y: auto;
}

#fileManagerOverlayNotice {
    font-size: 9px;
    font-weight: normal;
}

button .fa {
    color: #fff !important;
    padding-left: 6px !important;
}

.fa-check {
    color: lime !important;
}

.italic {
    font-style: italic;
}

#colorbox {
    z-index: 202;
    outline: 0;
}

#cboxTitle {
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 7px;
    float: none;
}

#cboxPrevious, #cboxNext {
    margin-right: 20px;
}

#cboxClose {
    float: right;
}

#cboxLoadedContent {
    margin-bottom: 6px;
    overflow: hidden !important;
}

#cboxContent {
    min-width: 330px;
}

.jconfirm-box .btn-info {
    background-color: #47a447;
}

.loginLevel0, .loginLevel{

    color: #01b50a;
}

.loginLevel1{
    color: #0000ff;
}

.loginLevel2{
    color: #ff8400;
}

.loginLevel3{
    color: #ff0000;
}

.addToContacts{
    color: #000000;
    cursor: pointer;
    margin-left: 4px;
}

.removeFromContacts{
    color: #01b50a;
    cursor: pointer;
    margin-left: 4px;
}

@keyframes fa-spinner {
    to {transform: rotate(360deg);}
}

@-webkit-keyframes fa-spinner {
    to {-webkit-transform: rotate(360deg);}
}

.fa-spinner{
    animation: fa-spinner .6s linear infinite;
    -webkit-animation: fa-spinner .6s linear infinite;
    color: #000000 !important;
}

.addFavorite{
    color: #000000;
    cursor: pointer;
}

.removeFavorite{
    color: #dfdf19;
    cursor: pointer;
}

.fa{
    width: 1em;
    box-sizing: content-box;
}

/* Sorting & Search */
table.tablesorter thead tr .header {
    background-image: url('/bundles/grapptresource/images/bg.gif');
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    padding-right: 21px;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url('/bundles/grapptresource/images/asc.gif');
}
table.tablesorter thead tr .headerSortDown {
    background-image: url('/bundles/grapptresource/images/desc.gif');
}

.tablesorterFileOverlay td div {
    overflow: hidden; 
    white-space: nowrap;
}

tr.filteredTag{
    display: none;
}

.tricheck { display:none; } /* to hide the checkbox itself */
.tricheck + label:before {
    font-family: FontAwesome;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
}

.tricheck + label:before { content: "\f10c"; } /* unchecked icon */
.tricheck + label:before { letter-spacing: 10px; } /* space between checkbox and label */

.tricheck:checked + label:before { content: "\f05d"; } /* checked icon */
.tricheck:checked + label:before { letter-spacing: 10px; } /* allow space for check mark */

.tricheck.invite:checked + label:before { content: "\f192"; } /* checked icon */
.tricheck.invite:checked + label:before { letter-spacing: 10px; } /* allow space for check mark */

.syliusRegistration{
    /* height: 270px !important; */
}

.firstHeadline {
    margin-top: 0;
}

#fileManagerTableScrolContent {
    max-height: 300px; 
    overflow-y: scroll; 
    display: block; 
    width: 681px;
}

#contactInfoScrollContent {
    overflow-y: scroll; 
    display: block; 
    width: 690px;
    padding-right: 20px;
}

ul.ui-autocomplete {
    z-index: 202;
}

#tmpContainer{
    display: none;
    visibility: hidden;
}

.tooltipWrapper {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fixedTable {
    table-layout: fixed;
}

.scrollableTableBody {
    max-height: 100px; 
    overflow-y: scroll; 
    display: block; 
    width: 600px;
}

.right {
    float: right;
}

.left {
    float: left;
}

.mainTable tr:nth-of-type(odd), .colorRowsTable tr:nth-of-type(odd) {
    background-color: rgba(207,214,227,0.2);
}

.mainTableFinal td {
    font-weight: bold; 
    border-top: 1px solid #cfd6e3;
}

.mainTable th {
    border-bottom: 1px solid #cfd6e3;
}

#linkRegister {
    color: #ff0000;
    text-transform: uppercase;
    border: 1px solid #ff0000;
    border-radius: 6px;
    padding: 3px 6px 2px 6px;
    cursor: pointer;
    position: relative;
    top: 1px;
    font-size: 14px;
}

.contactImage {
    background-size: cover;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
}

.fileManagerTableImagePreview {
    max-width: 30px;
    max-height: 30px;
}

.fileManagerTableContent {
    vertical-align: middle;
}

#cmsHomepageTitle {
    color: #6ca3d4;
    font-size: 40px;
    text-align: center;
}

.cmsHomepageTiles {
    border: 1px solid black;
    padding: 8px;
    font-weight: bold;
    width: 300px;
    height: 300px;
    float: left;
    color: #000;
    font-size: 16px;
    margin-bottom: 40px;
}

.cmsHomepageTiles img {
    margin-bottom: 8px;
}

#cmsHomepageTile2 {
    float: right;
    margin-right: 88px;
}

#cmsHomepageTile1 {
    margin-left: 88px;
}

.cmsHomepageTiles img:first-of-type {
    width: 300px;
}

.right-triangle {
    width: 0;
    height: 0;
    border-left: 15px solid #6ca3d4;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    display: inline-block;
    margin-left: 10px;
}

#cmsHomepageIntro {
    margin: 0 45px 0 45px;
}

#documentList {
    max-width: 260px;
    overflow-x: auto;
}

.changeRequestHiddenDate {
    display: none;
}

#changeRequestViewWrapper {
    width: 680px;
}

.cmsHomepageTilesQr {
    height: 60px;
    width: auto !important;
    float: left !important;
    margin-bottom: 0 !important;
    margin-right: 10px !important;
}

.headingIcon {
    height: 24px;
    width: auto;
    margin-left: 10px;
    float: left;
    margin-top: -2px;
}

.prefixFa {
    float: none !important;
    font-size: 11px !important;
    margin-right: 1px;
}

.displayNone {
    display: none;
}

.noMarginLeft {
    margin-left: 0 !important;
}

#search-text-contacts, #search-text-contactGroups, #search-text-contactGroupsOverlay, #search-text-contactsOverlay {
    float: right;
}

.tooltipParent {
    white-space: nowrap;
    overflow-x: hidden;
}

.fa.fa-file-o, .fa.fa-music, .fa.fa-film, .fa.fa-image {
    font-size: 28px;
    text-align: center;
}

#registrationTable td {
    vertical-align: top;
}

#registrationTable .alert {
    margin-top: 5px;
    max-width: 300px;
}

.transformOriginTop {
    transform-origin: top;
}

.loader {
    border: 16px solid #d9dbdf; /* Light grey */
    border-top: 16px solid #1b4c9c; /* Blue */
    border-radius: 50%;
    width: 90px;
    height: 90px;
    animation: spin 2s linear infinite;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#headerSecurityLogout {
    font-size: 25px;
    margin-left: 20px;
    cursor: pointer;
}

.notificationArea{
    position: relative;
    z-index: 101;
    display: inline-block;
}

#messagingNotification{
    font-size: 25px;
    margin-left: 20px;
    cursor: pointer;
    position: relative;
    color: #FFFFFF;
    text-shadow: 0px 0px 2px #000000,1px 0px 2px #000000,1px 1px 2px #000000,0px 1px 2px #000000,-1px 0px 2px #000000,-1px -1px 2px #000000,0px -1px 2px #000000;
}

.messagesCounter{
    font-size: 12px;
    position: absolute;
    top: -4px;
    right: -4px;
    text-shadow: none;
    color: #FFF;
    background-color: #FF0000;
    border-radius: 10px 10px 10px 10px;
    padding: 2px;
    font-weight: bold;
    display: none;
    font-family: verdana, geneva, sans-serif;
    text-shadow: 1px 1px 2px #000000;
}

.condolencesCounter {
    font-size: 1.5em;
    position: absolute;
    bottom: 140px;
    left: 136px;
    text-shadow: none;
    color: #FFF;
    background-color: #FF0000;
    border-radius: 10px 10px 10px 10px;
    padding: 5px;
    font-weight: bold;
    font-family: verdana, geneva, sans-serif;
    text-shadow: 1px 1px 2px #000000;
    cursor: pointer;
}

.messagesDetails{
    font-size: 12px;
    font-family: verdana, geneva, sans-serif;
    border: 1px solid #ECECEC;
    border-radius: 3px;
    background-color: #FEFEFE;
    display: none;
    position: absolute;
    z-index: 2000;
    box-shadow: 2px 2px 4px #000000;
    text-shadow: none;
    color: #000000;
    padding: 4px;
    width: 190px;
}

.notificationLine{
    white-space: nowrap;
}

.notificationLeft{
    float: left;
}

.notificationRight{
    float: right;
    margin-left: 8px;
}

.notificationArea:hover .messagesDetails{
    display: block;
}

#securityLogoutOverlay a {
    display: block;
}

#securityLogoutOverlay a:not(:last-of-type) {
    margin-bottom: 10px;
}

#securityLogoutOverlay h2 {
    margin-top: 0;
}

#obelisk1 {
    margin-left: 10px;
    width: 300px;
    background-color: #ecedef;
    box-sizing: border-box;
    border: 1px solid #888888;
    border-bottom-color: rgb(136, 136, 136);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom: none;
    padding: 10px;
    text-align: center;
}

#obelisk2 {
    width: 320px;
    background-color: #ecedef;
    box-sizing: border-box;
    border: 1px solid #888888;
    text-align: center;
    padding: 10px;
}

#obeliskWrapper {
    width: 320px;
    margin: 0 auto;
}

#qrSelectPerson {
    width: 240px;
}

#qrSelectPersonSubmit {
    width: 100%;
    line-height: 18px;
}

#languageDropdown ~ .chosen-container-single .chosen-single div b {
    background: url('/bundles/grapptresource/images/globe.png') no-repeat 0px 3px;
    background-size: 18px;
}

.chosen-container-single .chosen-single div {
    width: 20px !important;
}

.messageAttachmentSelection {
    display: none;
}

.messageAttachmentSelectionLink {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
}

.messageAttachmentSelectionLink:last-of-type {
    margin-bottom: 0 !important;
}

.cookieConsentMargin {
    margin-bottom: 85px;
}

.inline_help.fa-spinner {
    border-bottom: none !important;
}

textarea.customization_input{
    height: 150px !important;
}

.cartCustomizations td{
    border: 0px !important;
}

.customizationValue{
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    padding: 4px !important;
}

.passwordResetting{
    width: 300px;
    margin: 0 auto;
}

.passwordResetting input{
    width: 100%;
    box-sizing: border-box;
}

.resettingLabel{
    margin-top: 8px;
    margin-bottom: 2px;
    font-weight: bold;
}

.resettingInput{
    margin-bottom: 8px;
}

.activeSort {
    color: #00b000;
}

.qrCodeAccess#emergencyPageLogo img {
    height: 80px;
    margin-top: 5px;
}

.qrCodeAccess.menuBottomBar {
    text-align: center;
}

#qrCodeAccessMenuBottomBarWrapper {
    width: 930px;
    margin: 0 auto;
    position: relative;
}

#qrCodeAccessMenuBottomBarWrapper #languageDropdown_chosen {
    position: absolute;
    left: 0;
    top: 35px;
}

#form_captcha {
    display: block;
    margin-bottom: 10px;
}

.captcha_reload {
    display: block;
    margin-bottom: 2px;
}
/*!
 * jquery-confirm v2.0.0 (http://craftpip.github.io/jquery-confirm/)
 * Author: boniface pereira
 * Website: www.craftpip.com
 * Contact: hey@craftpip.com
 *
 * Copyright 2013-2015 jquery-confirm
 * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
 */body.jconfirm-noscroll{overflow:hidden!important}@-webkit-keyframes jconfirm-rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes jconfirm-rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.jconfirm{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999999;font-family:inherit;overflow:hidden}.jconfirm .jconfirm-bg{position:fixed;top:0;left:0;right:0;bottom:0;opacity:0;-webkit-transition:all .4s;transition:all .4s}.jconfirm .jconfirm-bg.seen{opacity:1}.jconfirm .jconfirm-scrollpane{position:fixed;top:0;left:0;right:0;bottom:0;overflow-y:auto}.jconfirm .jconfirm-box{background:white;border-radius:4px;position:relative;outline:0}.jconfirm .jconfirm-box div.closeIcon{height:20px;width:20px;position:absolute;top:12px;right:12px;cursor:pointer;opacity:.6;text-align:center;display:none}.jconfirm .jconfirm-box div.closeIcon:hover{opacity:1}.jconfirm .jconfirm-box div.title{font-size:24px;font-weight:bold;font-family:inherit;padding:10px 15px 5px}.jconfirm .jconfirm-box div.content{padding-top:10px;padding:10px 15px 10px}.jconfirm .jconfirm-box div.content:empty{height:40px;position:relative;opacity:.6}.jconfirm .jconfirm-box div.content:empty:before{content:'';height:20px;width:20px;border:solid 2px #aaa;position:absolute;left:50%;margin-left:-45px;border-radius:20%;-webkit-animation:jconfirm-rotate 1s infinite;animation:jconfirm-rotate 1s infinite}.jconfirm .jconfirm-box div.content:empty:after{content:'loading..';position:absolute;left:50%;margin-left:-15px}.jconfirm .jconfirm-box .buttons{padding:10px 15px}.jconfirm .jconfirm-box .buttons button+button{margin-left:5px}.jconfirm .jquery-clear{clear:both}.jconfirm.rtl{direction:rtl}.jconfirm.rtl div.closeIcon{left:12px;right:auto}.jconfirm.white .jconfirm-bg{background-color:rgba(0,0,0,0.2)}.jconfirm.white .jconfirm-box{box-shadow:0 2px 6px rgba(0,0,0,0.2);border-radius:5px}.jconfirm.white .jconfirm-box .buttons{float:right}.jconfirm.white .jconfirm-box .buttons button{border:0;background-image:none;text-transform:uppercase;font-size:14px;font-weight:bold;text-shadow:none;-webkit-transition:background .1s;transition:background .1s;color:white}.jconfirm.white .jconfirm-box .buttons button.btn-default{box-shadow:none;color:#333}.jconfirm.white .jconfirm-box .buttons button.btn-default:hover{background:#ddd}.jconfirm.black .jconfirm-bg{background-color:rgba(0,0,0,0.5)}.jconfirm.black .jconfirm-box{box-shadow:0 2px 6px rgba(0,0,0,0.2);background:#444;border-radius:5px;color:white}.jconfirm.black .jconfirm-box .buttons{float:right}.jconfirm.black .jconfirm-box .buttons button{border:0;background-image:none;text-transform:uppercase;font-size:14px;font-weight:bold;text-shadow:none;-webkit-transition:background .1s;transition:background .1s;color:white}.jconfirm.black .jconfirm-box .buttons button.btn-default{box-shadow:none;color:#fff;background:0}.jconfirm.black .jconfirm-box .buttons button.btn-default:hover{background:#666}.jconfirm.hololight .jconfirm-bg{background-color:rgba(0,0,0,0.5)}.jconfirm.hololight .jconfirm-box{box-shadow:0 2px 6px rgba(0,0,0,0.4);border-radius:2px;overflow:hidden}.jconfirm.hololight .jconfirm-box div.title{font-weight:inherit;border-bottom:solid 2px #76cfdf;color:#76cfdf}.jconfirm.hololight .jconfirm-box .buttons{border-top:solid 2px #e7e7e7;width:100%;float:none;padding:0}.jconfirm.hololight .jconfirm-box .buttons button{margin:0;border:0;background:#fff;border-radius:0;width:50%;padding:13px;font-size:16px;font-weight:bold;color:#666}.jconfirm.hololight .jconfirm-box .buttons button+button{border-left:solid 2px #e7e7e7}.jconfirm.holodark .jconfirm-bg{background-color:rgba(0,0,0,0.5)}.jconfirm.holodark .jconfirm-box{box-shadow:0 2px 6px rgba(0,0,0,0.4);border-radius:2px;background:#333;overflow:hidden}.jconfirm.holodark .jconfirm-box div.closeIcon{color:white}.jconfirm.holodark .jconfirm-box div.title{font-weight:inherit;border-bottom:solid 2px #76cfdf;color:#76cfdf}.jconfirm.holodark .jconfirm-box div.content{color:white}.jconfirm.holodark .jconfirm-box .buttons{border-top:solid 2px rgba(255,255,255,0.2);width:100%;float:none;padding:0}.jconfirm.holodark .jconfirm-box .buttons button{margin:0;border:0;background:#333;border-radius:0;width:50%;padding:13px;font-size:16px;font-weight:bold;color:#fff;text-shadow:none}.jconfirm.holodark .jconfirm-box .buttons button+button{border-left:solid 2px rgba(255,255,255,0.2)}.jconfirm .jconfirm-box.hilight{-webkit-animation:hilight .82s cubic-bezier(0.36,0.07,0.19,0.97) both;animation:hilight .82s cubic-bezier(0.36,0.07,0.19,0.97) both;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@-webkit-keyframes hilight{10%,90%{-webkit-transform:translate3d(-2px,0,0);transform:translate3d(-2px,0,0)}20%,80%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-8px,0,0);transform:translate3d(-8px,0,0)}40%,60%{-webkit-transform:translate3d(8px,0,0);transform:translate3d(8px,0,0)}}@keyframes hilight{10%,90%{-webkit-transform:translate3d(-2px,0,0);transform:translate3d(-2px,0,0)}20%,80%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-8px,0,0);transform:translate3d(-8px,0,0)}40%,60%{-webkit-transform:translate3d(8px,0,0);transform:translate3d(8px,0,0)}}.jconfirm{-webkit-perspective:400px;perspective:400px}.jconfirm .jconfirm-box{opacity:1;-webkit-transition-property:-webkit-transform,opacity,box-shadow;transition-property:transform,opacity,box-shadow}.jconfirm .jconfirm-box.anim-top,.jconfirm .jconfirm-box.anim-left,.jconfirm .jconfirm-box.anim-right,.jconfirm .jconfirm-box.anim-bottom,.jconfirm .jconfirm-box.anim-opacity,.jconfirm .jconfirm-box.anim-zoom,.jconfirm .jconfirm-box.anim-scale,.jconfirm .jconfirm-box.anim-none,.jconfirm .jconfirm-box.anim-rotate,.jconfirm .jconfirm-box.anim-rotatex,.jconfirm .jconfirm-box.anim-rotatey,.jconfirm .jconfirm-box.anim-scaley,.jconfirm .jconfirm-box.anim-scalex{opacity:0}.jconfirm .jconfirm-box.anim-rotate{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.jconfirm .jconfirm-box.anim-rotatex{-webkit-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.anim-rotatey{-webkit-transform:rotatey(90deg);-ms-transform:rotatey(90deg);transform:rotatey(90deg);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.anim-scaley{-webkit-transform:scaley(1.5);-ms-transform:scaley(1.5);transform:scaley(1.5);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.anim-scalex{-webkit-transform:scalex(1.5);-ms-transform:scalex(1.5);transform:scalex(1.5);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.anim-top{-webkit-transform:translate(0px,-100px);-ms-transform:translate(0px,-100px);transform:translate(0px,-100px)}.jconfirm .jconfirm-box.anim-left{-webkit-transform:translate(-100px,0px);-ms-transform:translate(-100px,0px);transform:translate(-100px,0px)}.jconfirm .jconfirm-box.anim-right{-webkit-transform:translate(100px,0px);-ms-transform:translate(100px,0px);transform:translate(100px,0px)}.jconfirm .jconfirm-box.anim-bottom{-webkit-transform:translate(0px,100px);-ms-transform:translate(0px,100px);transform:translate(0px,100px)}.jconfirm .jconfirm-box.anim-zoom{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.jconfirm .jconfirm-box.anim-scale{-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5)}.jconfirm .jconfirm-box.anim-none{display:none}.jconfirm.supervan .jconfirm-bg{background-color:rgba(54,70,93,0.95)}.jconfirm.supervan .jconfirm-box{background-color:transparent}.jconfirm.supervan .jconfirm-box div.closeIcon{color:white}.jconfirm.supervan .jconfirm-box div.title{text-align:center;color:white;font-size:28px;font-weight:normal}.jconfirm.supervan .jconfirm-box div.content{text-align:center;color:white}.jconfirm.supervan .jconfirm-box .buttons{text-align:center}.jconfirm.supervan .jconfirm-box .buttons button{font-size:16px;border-radius:2px;background:#303f53;text-shadow:none;border:0;color:white;width:25%;padding:10px}
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/bundles/grapptresource/images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/bundles/grapptresource/images/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('/bundles/grapptresource/images/chosen-sprite.png') no-repeat 100% -20px;
  background: url('/bundles/grapptresource/images/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/bundles/grapptresource/images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('/bundles/grapptresource/images/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/bundles/grapptresource/images/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('/bundles/grapptresource/images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */

.chosenIcon-container .chosen-single span {
    /*padding-left : 17px;*/
}

.chosenIcon-container .chosen-single span:before,
.chosenIcon-container .chosen-results li:before{
    position    : absolute;
    content     : attr(data-icon);
    font-family : FontAwesome;
    /*margin-left : -17px;*/
}

.chosenIcon-container .chosen-results li {
    /*padding-left : 22px;*/
}
.topMenu{
    padding: 0;
    margin: 0px;
    list-style: none;
    color: #6d8491;
    font-weight: bold;
    margin-top: 0;
}

.topMenu a{
    color: #6d8491;
}

.topMenu>li:hover{
    color: #000000;
}

.topMenu>li:hover>a{
    color: #000000;
}

ul.topMenu > li{
    float: left;
    margin-right:10px;
    white-space: nowrap;
    cursor: default;
    line-height: 19px;
}

.topMenu>li:last-of-type {
    margin-right: 0;
}

.topMenu > li > ul{
    padding: 0px;
    list-style: none;
    white-space: nowrap;
    line-height: 15px;
}

.topMenu > li > ul {
    display: none;
    position: absolute;
    padding: 4px;
    background-color: rgba(154,176,190,0.9);
    white-space: nowrap;
}

.topMenu > li > ul > li a{
    color: #FFFFFF;
}
.topMenu > li > ul > li{
    margin: 2px 0px 2px 0px;
    white-space: nowrap;
}

.topMenu>li:hover > ul{
    display: block;
}

.menuWrapper{
    position:relative;
}

.menuMiddleBar{
    background-color: #cfd3d6;
    height: 20px;
    border-top: 1px solid #58595b;
    border-left: 1px solid #58595b;
    border-right: 1px solid #58595b;
    border-bottom: 0px;
    position: relative;
    z-index: 100;
    min-width: 946px;
}

.menuBottomBar{
    background: linear-gradient(to bottom, #1b4c9c 0%,#d9dbdf 100%);
    border-bottom: 1px solid #2e5ca4;
    border-left: 1px solid #2e5ca4;
    border-right: 1px solid #2e5ca4;
    border-top: 0px;
    position: relative;
    z-index: 1;
    min-width: 946px;
}

.menuLogo{
    position: absolute;
    top: 36px;
    left: 10px;
    z-index: 200;
}

.menuSlogan{
    position: absolute;
    top: 83px;
    left: 110px;
    z-index: 10;
}

#headerMenuSloganText {
    position: absolute;
    top: 86px;
    left: 120px;
    z-index: 10;
    color: #fff;
    text-shadow: 2px 2px #000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

#headerMenuSloganText span {
    font-size: 18px;
    font-weight: normal;
}

.footerTopBar{
    background: linear-gradient(to bottom, #d9dbdf 0%, #1b4c9c 100%);
    border: 1px solid #58595b;
}

.footerWrapper{
    text-align: center;
    width: 930px;
    padding: 8px;
    margin: 0 auto;
    border-bottom: 1px solid #888888;
    border-left: 1px solid #888888;
    border-right: 1px solid #888888;
    border-radius: 0px 0px 5px 5px;
    background-color: #FFFFFF;
}

.footerWrapper a{
    color: #6d8491;
    text-decoration: none;
}

.footerMenu{
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-weight: bold;
}

.footerMenu>li{
    margin: 2px 10px 2px 0px;
    white-space: nowrap;
    display: inline-block;
}

.footerMenu>li:hover>a{
    color: #000000;
}

.footerMenu > li > ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    white-space: nowrap;
}

.footerMenu > li > ul {
    display: none;
    position: absolute;
    padding: 2px;
    border: 1px solid transparent;
    border-radius: 3px;
    background-color: #EEEEEE;
    white-space: nowrap;
}

.footerMenu > li > ul > li{
    margin: 2px 0px 2px 0px;
    white-space: nowrap;
}

.footerMenu>li:hover > ul{
    display: block;
}

.menuBottomContainer{
    position: absolute;
    right: 0;
    cursor: default;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menuBottomContainer li{
    float: left;
    margin-left: 15px;
    margin-right: 10px;
    position: relative;
}

.menuBottomContainer li ul{
    display: none;
    position: absolute;
    float: left;
    list-style: none;
    background-color: rgba(154, 176, 190, 0.8);
    margin: 0px;
    padding: 0px;
    margin-top: 4px;
}

.menuBottomContainer li:hover ul{
    display: block;
}

.menuBottomContainerOuter{
    width: 938px;
    margin: 0 auto;
    position: relative;
    height: 81px;
    padding-right: 8px;
}

.menuBottomLink{
    padding: 4px;
    border: 1px solid #888888;
    border-bottom: none;
    border-radius: 6px 6px 0px 0px;
    color: #FFFFFF !important;
    font-weight: bold;
}

.menuBottomLink:hover, .menuBottomLinkActive {
    position: relative;
    bottom: 4px;
    padding: 8px 4px;
    color: #fff !important;
}

.menuBottomLinkActive:after {
    background: #fff;
    bottom: -6px;
    content: "";
    display: block;
    height: 2px;
    left: -4px;
    padding: 0 4px;
    position: absolute;
    width: 100%;
}

.menuBottomLink1{
    background-color: #01b50a;
}

.menuBottomLink1Active, .menuBottomLink1Active:hover {
    color: #01b50a !important;
    background-color: #fff;
    border: 4px solid #01b50a;
    border-bottom: 5px solid #fff;
}

.colorBorder1 {
    border-bottom: 4px solid #01b50a !important;
}

.menuBottomLink2{
    background-color: #0000ff;
}

.menuBottomLink2Active, .menuBottomLink2Active:hover {
    color: #0000ff !important;
    background-color: #fff;
    border: 4px solid #0000ff;
    border-bottom: 5px solid #fff;
}

.colorBorder2 {
    border-bottom: 4px solid #0000ff !important;
}

.menuBottomLink3{
    background-color: #fff;
}

.menuBottomLink3Active, .menuBottomLink3Active:hover {
    color: #000000 !important;
    background-color: #fff;
    border: 4px solid #000000;
    border-bottom: 5px solid #fff;
}

.colorBorder3 {
    border-bottom: 4px solid #000000 !important;
}

.menuBottomLink4{
    background-color: #ff0000;
}

.menuBottomLink4Active, .menuBottomLink4Active:hover {
    color: #ff0000 !important;
    background-color: #fff;
    border: 4px solid #ff0000;
    border-bottom: 5px solid #fff;
}

.colorBorder4 {
    border-bottom: 4px solid #ff0000 !important;
}

.menuBottomLink5{
    background-color: #fff;
}

.menuBottomLink5Active, .menuBottomLink5Active:hover {
    color: #000000 !important;
    background-color: #fff;
    border: 4px solid #000000;
    border-bottom: 5px solid #fff;
}

.colorBorder5 {
    border-bottom: 4px solid #000000 !important;
}

.menuMiddleBarContainer{
    width: 930px;
    margin: 0 auto;
    clear:both;
}

.logoContainer{
    width: 930px;
    margin: 0 auto;
    position: relative;
    top: -148px;
}

#menuLinkMyGrappt {
    height: 16px;
    width: auto;
    margin-bottom: -4px;
}
.topMenu{
  font-size: 13px;
}

.footerMenu{
  font-size: 13px;
}

.menuBottomLink{
  font-size: 13px;
}

.menuBottomContainer{
  bottom: 5px;
}
.emergencyContentWrap {
    padding: 8px;
    font-size: 13px;
}

.emergencyContentWrap input[type=text]:read-only {
    border: 0;
    background: none;
    cursor: default;
    font-weight: bold;
}

.emergencyContentWrap input[type=text]:-moz-read-only {
    border: 0;
    background: none;
    cursor: default;
    font-weight: bold;
}

.emergencyPagesListTable, .emergencyPagesListTableIndex {
    width: 100%;
    text-align: left;
}

.emergencyPagesListTable th {
    padding-bottom: 8px;
}

.emergencyPagesListTable a:not(last-of-type) {
    margin-right: 9px;
}

.emergencyPagesListTableNew {
    padding-top: 15px;
}

.emergencyPageListTableQrCodes input[type=text] {
    font-family: "Lucida Console", Monaco, monospace;
    font-weight: normal !important;
}

.emergencyPagesListH1 {
    float: left;
}

#emergencyCreateTable {
    width: 100%;
}

#emergencyCreateTable #form_birthDay, #emergencyCreateTable #form_birthMonth, #emergencyCreateTable #form_birthYear, #emergencyCreateTable #form_houseNumber, #emergencyCreateTable #form_postcode {
    width: 40px;
}

#emergencyCreateTable #form_street, #emergencyCreateTable #form_city {
    width: 214px;
}

#emergencyCreateTable #form_registration, #emergencyCreateTable #form_carModel {
    width: 127px;
}

#emergencyCreateTable textarea:not(#emergencyInformationInputFirstname):not(#emergencyInformationInputLastname) {
    width: 100%;
    height: 15px;
    max-width: 463px;
}

#emergencyCreateTable input {
    width: 266px;
}

#emergencyCreateTable input[type=checkbox] {
    width: 20px;
}

#emergencyCreateTable a {
    font-size: 11px;
    font-weight: normal;
}

.emergencyCreateSave {
    padding-top: 20px;
}

.emergencyCreateSave a {
    font-size: 13px !important;
    font-weight: bold !important;
}

#emergencyPageNavigation {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

#emergencyPageNavigation a {
    width: auto;
    cursor: pointer;
    margin: 0 auto;
    display: inline-block;
    margin: 0 100px;
}

#emergencyPageNavigation img {
    margin-bottom: 4px;
    width: 70px;
}


.emergencyPageWarning {
    text-align: center;
}

.emergencyPageWarning h1 {
    color: red;
}

.emergencyPageWarning a {
    display: block;
    color: #fff !important; 
    font-weight: bold !important; 
    width: 150px; 
    height: 150px;
    margin: 10px auto;
    font-size: 21px !important;
    border-radius: 50%;
    line-height: 1.2;
    padding-top: 51px;
    border: 3px solid red;
}

.emergencyPageWarning a:hover {
    border: 3px solid red;
}

#emergencyPagePersonal {
    width:auto;
    display: table;
}

.emergencyPagePersonalLabel {
    width: 160px;
    display: inline-block;
    vertical-align: top;
}

.emergencyPagePersonalLabel + span {
    width: 304px;
    display: inline-block;
}

#emergencyPagePersonal h3 {
    margin-bottom: 5px;
}

#emergencyPagePrivateWrapper {
    display: none;
    width: 100%; 
}

#emergencyPageMedical {
    width: 400px;
    float: left;
    display: block;
}

#emergencyPageMedical h3:not(:first-of-type) {
    margin-top: 25px;
}

#emergencyPagePersonalContacts {
    width: 400px;
    float: right;
    display: block;
}

#emergencyPageMedicalLink {
    color: red;
}

.emergencyPagesListTableIndex {
    width: 100%;
    text-align: left;
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
}

.emergencyPagesListTableIndex th, .emergencyPagesListTableIndex td {
    border-left: 1px solid grey;
    border-top: 1px solid grey;
    padding: 10px;
    margin: 0;
}

.emergencyPagesListTableIndex input[type=checkbox] {
    margin-left: 0;
}

.emergencyPagesListTableIndex input[type=text]:read-only {
    border: 0;
    background: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px !important;
    color: #6d8491;
}

.emergencyPagesListTableIndex input[type=text]:-moz-read-only {
    border: 0;
    background: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px !important;
    color: #6d8491;
}

.emergencyPagesListTableIndex input[type=text]:read-only:hover {
    color: #000;
}

.emergencyPagesListTableIndex input[type=text]:-moz-read-only:hover {
    color: #000;
}

.saveAssignments {
    margin-left: 30px;
}

.emergencyPagePersonalContactsContact:not(:last-of-type) {
    border-bottom: 1px solid grey;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.toggleQrCodes, .toggleContacts, .toggleFiles {
    cursor: pointer;
    text-decoration: underline;
}

.assignQrCodes, .assignContacts, .assignFiles {
    display: none;
    margin-top: 5px;
}

.emergencyPageCreateSeparator {
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    padding: 0;
    background-color: red;
}

.btn-info {
    color:#fff;
    background-color:#5bc0de;
    border-color:#46b8da;
    cursor: pointer;
    border-radius: 3px;
    padding: 5px;
}

.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active {
    color:#fff;
    background-color:#39b3d7;
    border-color:#269abc;
}

.btn-danger {
    color:#fff;
    background-color:#d9534f;
    border-color:#d43f3a;
    cursor: pointer;
    border-radius: 3px;
    padding: 5px;
}

.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active {
    color:#fff;
    background-color:#d2322d;
    border-color:#ac2925;
}

.jconfirm-box {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 250px !important;
}

.emergencyPageCreateMedicalNotice {
    color: red;
    font-weight: bold;
}

.emergencyPageCreateEmergencyFiles {
    font-weight: bold;
    color: #0000ff;
}

.helpButton {
    background: none !important;
    border-bottom: none !important;
}

.jconfirm-box-container .btn-danger {
    float: right;
}

.jconfirm-box-container .buttons {
    width: 100%;
    box-sizing: border-box;
}

#emergencyPagePersonalLink {
    color: green;
}

#emergencyPageMedical h2 {
    color: red;
}

#emergencyPagePersonal h2 {
    color: green;
}

#emergencyPageContent h2 {
    margin-top: 20px;
}

.emergencyPagesListTableIndex .fa {
    color: #000;
    float: right;
    text-decoration: none;
}

.emergencyPagesListTableIndex th {
    vertical-align: top;
}

.emergencyPagesListTableIndex td input {
    padding: 0;
}

.successMessage {
    color: #01b50a;
    margin-left: 10px;
    margin-top: 3px;
    float: right;
}

.file_selector .fa {
    color: #fff !important;
}

#form_epFiles .checkbox-inline {
    display: block;
}

.personThickboxButtonClearer {
    clear: both;
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #cfd6e3;
}

#userFileSelector #uploadFile {
    padding-left: 0;
}

.removeEpFile{
    background-color: #758a96;
    border: 1px solid #768a96;
    border-radius: 3px;
    box-sizing: content-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 10px !important;
    font-weight: normal;
    line-height: 10px;
    padding: 2px 4px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    margin-left: 4px;
}

.emergencyPageQrCodesIdentifierInput {
    width: 100%;
    box-sizing: border-box;
}

.addLink i {
    color: #fff !important;
}

.emergencyPageVehicleLink {
    display: inline-block;
    width: 200px !important;
    margin-right: 10px;
}

.emergencyPageCreateLink {
    width: 160px;
    height: 25px;
    margin-left: 10px;
}

.attachmentsThickbox {
    width: 500px;
    height: auto;
    position: fixed;
    left: 50%;
    margin-left: -265px;
    border-radius: 5px;
    z-index: 103; /* 1px higher than the overlay layer */
    background-color: #fff;
    padding: 15px;
    overflow-y: auto;
}

.headingIconSmall {
    height: 10px;
    width: auto;
    margin-left: 2px;
}

.emergencyPageCreateTable .headingIconSmall {
    height: 18px !important;
}

.headingIconBig {
    height: 28px;
    width: auto;
    float: right;
    font-size: 32px;
}

.emergencyPageFile {
    font-size: 30px;
    margin-right: 15px;
}

.emergencyPageFileLink {
    display: block;
    position: relative
}

.emergencyPageFileLink div {
    box-sizing: border-box;
    font-size: 20px;
    font-style: normal !important;
}

#emergencyPageContent a, .emergencyPageMainCreate a:not(.button) {
    display: block;
    word-break: break-all;
}

.emergencyPageContentWrapper #languageDropdown_chosen, .emergencyPageContentWrapper #languageDropdown {
    position: absolute;
    left: 17px;
    top: -54px;
    font-size: 16px !important;
    z-index: 1;
}

.emergencyPageContentWrapper #languageDropdown {
    margin-left: 0;
    height: 29px;
    font-size: 18px !important;
}

.emergencyPageContentWrapper #languageDropdown_chosen * {
    font-size: 18px !important;
}

.emergencyPageIdentifierInput {
    opacity: 0.6;
}

#languageDropdown_chosen {
    width: 110px !important;
}

#emergencyPageListWrapperIdentifier, .emergencyPageListWrapperQrCode, .emergencyPageListWrapperContacts {
    overflow: hidden; 
    white-space: nowrap;
}

#emergencyPageListWrapperIdentifier {
    width: 150px; 
}

.emergencyPageListWrapperQrCode {
    width: 180px; 
}

.emergencyPageListWrapperContacts {
    width: 180px; 
}

#mobileEmergencyIconGlobe {
    position: absolute;
    left: 124px;
    top: -54px;
    z-index: 1;
    height: 29px;
}

#emergencyInformationIconPersonal {
    position: absolute;
    width: 50px;
    right: 21px;
}

#emergencyInformationIconMedical {
    float: right;
    width: 50px;
}

#emergencyInformationMedicalNoticeDiv {
    width: 600px;
}

.emergencyInformationInputStreet {
    width: 212px !important;
}

.emergencyPageCreateTable #emergencyInformationIconPersonal, .emergencyPageCreateTable #emergencyInformationIconMedical, .emergencyPageCreateTable #emergencyPageVehicleImg {
    float: none;
    position: absolute;
    right: auto;
    margin-left: -70px;
    margin-top: 16px;
    width: 50px;
    display: inline;
}

.emergencyPageCreateTable #emergencyInformationIconMedical {
    margin-top: 2px;
}

.emergencyPageListWrapperIconColumn {
    position: relative;
}

.emergencyPageListLinkEdit {
    float: left;
}

.emergencyPageQrCodesIconBolt {
    cursor: pointer;
}

#sharedEmergencyDataTable {
    max-height: 254px;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    width: 680px;
}

.emergencyPagePersonalInformationTable {
    display: table;
    table-layout: fixed;
}

.sharedEmergencyDataTd1 {
    width: 217px;
}

.sharedEmergencyDataTd2 {
    width: 252px;
}

.sharedEmergencyDataTd3 {
    white-space: nowrap;
    overflow: hidden;
}
.menuTopBar, .contentWrap, .footerWrapper {
    width: 500px;
}

#emergencyPageLogo {
    width: 61px;
    height: 80px;
}

#emergencyPageLogo img {
    height: 80px;
    margin-top: 5px;
    margin-bottom: -5px;
}

body {
    transform: none !important;
    margin: 5px 0;
}

.menuBottomBar {
    text-align: center;
    min-width: 0 !important;
}

#emergencyPageContent, #emergencyPageContent span {
    font-size: 16px !important;
}

#emergencyPageNavigation img {
    margin-bottom: 0 !important;
    height: 60px;
    width: auto !important;
}

#emergencyPageNavigation a {
    margin: 0 !important;
    font-size: 15px !important;
}

#emergencyPageNavigation a {
    float: left !important;
}

#emergencyPageNavigation a:not(:last-of-type) {
    margin-right: 6px !important;
}

#emergencyPageNavigation {
    margin: 3px 0 !important;
}

#emergencyPageMedical, #emergencyPagePersonalContacts, #emergencyPagePersonal, #emergencyPageVehicle {
    width: 100% !important;
    float: none !important;
}

#emergencyPageMedical, #emergencyPagePersonalContacts, #emergencyPageVehicle {
    display: none;
}

.emergencyPagePersonalLabel {
    width: 180px !important;
}

.jconfirm-box-container .content, .jconfirm-box-container .btn {
    font-size: 16px !important;
}

#emergencyPageContent span {
    font-style: italic;
}

#emergencyPageContent span.emergencyPagePersonalLabel {
    font-style: normal !important;
}