
.login_event_statistics{
    display:none;
    margin-top: 70px;
    font-family:'Questrial', sans-serif;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #46b1e1;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}
/** Body */
body {
    margin: 0px;
    padding: 0px;
    display: block;
    min-width: 800px;
}

.input_error{
    border-color:red;
}

.hintMessage{
    background-color: #f30303!important;
    padding-top: 10px;
    padding-bottom:10px;
    text-align: center;
}

.warningMessage{
    background-color: #ff9800!important;
    padding-top: 10px;
    padding-bottom:10px;
    text-align: center;
}

.inline {
    display: inline;
}

.invisible_link{
    text-decoration: none;
}

.block{
    display: block;
}

.hidden {
    display: none !important;
}



/*--------- NAV --------*/


/*--------- Rätsel-Kategorien --------*/
.navigation #quest_category {
    background-image: url(../img/menu/category.png);
}
.navigation #quest_category:hover {
    background-image: url(../img/menu/category-w.png);
}

/*--------- Wegpunkte --------*/
.navigation #wegpunkte {
    background-image: url(../img/menu/wegpunkt.png);
}
.navigation #wegpunkte:hover {
    background-image: url(../img/menu/wegpunkt-w.png);
}

/*--------- Bilder --------*/
.navigation #bilder {
    background-image: url(../img/menu/bilder.png);
}
.navigation #bilder:hover {
    background-image: url(../img/menu/bilder-w.png);
}

/*--------- Import --------*/
.navigation #import {
    background-image: url(../img/menu/importer.png);
}
.navigation #import:hover {
    background-image: url(../img/menu/importer-w.png);
}

/*--------- Events --------*/
.navigation #events {
    background-image: url(../img/menu/event.png);
}
.navigation #events:hover {
    background-image: url(../img/menu/event-w.png);
}

.navigation #eventfeature {
    line-height: 20px;
    height: 20px;
    background: url(../img/menu/bg-texture.png) repeat;
}

.navigation #eventstati {
    line-height: 20px;
    height: 20px;
    background: url(../img/menu/bg-texture.png) repeat;
}

/*--------- Firma --------*/
.navigation #firma {
    background-image: url(../img/menu/firmen.png);
}
.navigation #firma:hover {
    background-image: url(../img/menu/firmen-w.png);
}

/*--------- Accounts --------*/
.navigation #accounts {
    background-image: url(../img/menu/accounts.png);
}
.navigation #accounts:hover {
    background-image: url(../img/menu/accounts-w.png);
}

/*--------- Rätsel --------*/
.navigation #raetsel {
    background-image: url(../img/menu/raetsel.png);
}
.navigation #raetsel:hover {
    background-image: url(../img/menu/raetsel-w.png);
}

/*--------- Redaktionstool --------*/
.navigation #editorstool {
    background-image: url(../img/menu/maccount.png);
}
.navigation #editorstool:hover {
    background-image: url(../img/menu/maccount-w.png);
}

/*--------- Titel in Listen (Eventstati / -features) --------*/
.navigation .subTitle {
    line-height: 20px;
    height: 20px;
    background: url(../img/menu/bg-texture.png) repeat;
}

/*--------- Mein Account --------*/
.navigation a#maccount {
    background-image: url(../img/menu/maccount.png);
    background-repeat: no-repeat;
    background-position: 10px 5px;
    padding: 0;
    color: #4b4b4b;
}

.navigation #maccount li {
    list-style-type: none;
    padding-left: 55px;
}
.navigation #maccount:hover {
    background-image: url(../img/menu/maccount-w.png);
    color: white;
}

/* ---- MAP-----*/
#map_canvas{


}
.mapBox{
    height:300px; 
    width: 100%;
}

.tablecenter{
    margin-left: auto;
    margin-right:auto;
    margin-top: 20px;
    margin-bottom:-10px;
    -moz-box-shadow:  0 0 20px #EEEEEE;
    -webkit-box-shadow:  0 0 20px #EEEEEE;
    box-shadow: 0 0 20px #EEEEEE;
    padding:5px;
}

/* ---- Tabspot creation -------*/

.tabspotCreateWrapper{
    width:900px!important;
    display:block;
}

/* ------- MAIN ------*/

.centered {
    width: 30%;
    margin: 0 auto;
}

.justified {
    text-align: justify;
}

/* ------- Tabelle ------*/
.dataTable {
    display: table;
    width:100%;
}
.dataTableWrapper{
    width:100%;
    overflow-x: scroll;
}

.dataRow {
    display: table-row;

}

.dataHead {
    display: table-cell;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-left-style:none;
    text-align: center;
    background-color: #46b1e1;
    color: white;
    padding: 4px;
}
.dataHead:first-child  {
    border-left-style:solid;
}

.dataCell {
    display: table-cell;
    border-color: #E6E6E6;
    border-style: solid;
    border-width: 1px;
    border-top-style:none;
    border-left-style:none;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
}
.dataCell:first-child  {
    border-left-style:solid;
}

.table-heading{
    font-size: large;
    color:#4b4b4b;
    font-weight: bold;
    margin-right:30px;
    margin-left:5px;
    display:inline;
}
.separatorWrapper{
    background: url(../img/menu/bg-texture.png) repeat;
    margin-top:20px;
    margin-bottom:10px;
    -moz-border-radius: 5px;
    border:solid 1px #E6E6E6;
    border-radius: 5px;
}
.separatorHeading{
    padding: 4px;
    font-size: large;
    font-weight: bold;
}

.separatorSubHeadingTitle{
    padding-left: 4px;
    padding-top: 4px;
    font-weight: bold; 
}
.separatorSubHeading{
    padding: 4px;
    max-width: 800px;
    margin:auto;
    /* mit "bindings.xml#none" deaktivierbar*/
}

.pageTitleWrapper {
    background: url(../img/menu/bg-texture.png) repeat;
    margin-bottom:10px;
    -moz-border-radius: 5px;
    border:solid 1px #E6E6E6;
    border-radius: 5px;
    margin-top:10px;
    width:100%;
}
.pageTitle {
    padding: 4px;
    font-weight: bold;  
    font-size: large;
    text-align: center;
}

.limit {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 200px;
}

.nolimit {
}

.selectedImage{
    border:5px solid #46b1e1!important;
}

.unselectedImage{
    border:solid 5px #FFFFFF;
}

.roundImage{

    /* top-right corner */
    border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;

    /* top-left corner */
    border-top-left-radius:8px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;

    /* bottom-right corner */
    border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;

    /* bottom-left corner */
    border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
}

.roundShadowImage{
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 5px solid #FFFFFF;
    box-shadow: 1px 2.5px 3px 2px rgba(0, 0, 0, 0.1);
}

.circleImage{
    -moz-border-radius: 99px;
    border-radius: 99px;
    -webkit-border-radius: 99px;
}

.galleryimage{
    cursor: pointer;
}

.dataCell img {
    max-width: 100px;
}

.table-next, .table-back,.table-minmaxize {
    font-size: 18px;
    width: 100px;
    background-color: #46b1e1;
    line-height: 40px;
    padding: 2px 5px 2px 5px;
    margin: 0 10px 0 0;
    color: white;
    border-radius: 5px;
    border: 3px solid #ffffff;
    text-decoration: none;
}

.table-next:hover, .table-back:hover, .nav-button:hover,.table-minmaxize:hover {
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}

.table-minmaxize{
    width:50px;
    line-height: 20px;
    float:left;
}

.nav-input{
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    padding: 5px 5px 2px 5px;
    margin: 0 2px 0 0;
    max-width: 400px;
}

.nav-button {
    font-size: 14px;
    width: 100px;
    background-color: #46b1e1;
    line-height: 40px;
    padding: 4px 5px 4px 5px;
    margin: 0 0 0 10px;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    border:solid 3px #FFFFFF;
    text-decoration: none;
}


.nav-of-page{
    line-height: 40px;
    padding: 0px 5px 2px 2px;
}

/* ---- Button ---- */
.button, .staticButton,.languageAddButton{
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    padding: 3px;
    margin: 5px 5px;
    background-color: white;
    border: solid 3px #708090;
    color: black;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    line-height: 20px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
    white-space: nowrap;
}

.button:hover {
    border: inset;
    background-color: #0489B1;
    cursor: pointer;
}

.button a ,.staticButton a,.languageAddButton a{
    text-decoration: none;
}

/*---- language add button ----*/

.languageAddButton, .languageDeleteButton,.languageAddButtonLarge, .languageDeleteButtonLarge,.flatimagebutton{
    float:left;
    margin:-1px 0 0 0;
    width:30px !important;
    height:30px!important;
    background-image: url(/img/menu/language_add.png);
    background-position: 3px 3px;
    background-repeat: no-repeat;background-size: 20px auto;
    border: solid 1px #708090!important;
}

.languageDeleteButton,.languageDeleteButtonLarge{
    background-image: url(/img/menu/language_delete_white.png);  
    background-color: #F87079!important;
    margin-left: 60px;
}

.languageAddButton,.languageAddButtonLarge{
    background-image: url(/img/menu/language_add_white.png);  
    background-color: #46b1e1!important;
    margin-left: 60px;
}

.languageAddButton:hover,.languageDeleteButton:hover,.languageAddButtonLarge:hover, .languageDeleteButtonLarge:hover,.flatimagebutton:hover {
    border: 1px inset !important;
    cursor: pointer;
}

.languageDeleteButton:hover, .languageDeleteButtonLarge:hover{
    background-color: #E2555F!important;
}

.languageAddButton:hover,.languageAddButtonLarge:hover{
    background-color: #38A6D9!important;
}

.languageAddButtonLarge, .languageDeleteButtonLarge,.flatimagebutton{
    width:40px !important;
    height:40px!important;
    background-size: 30px auto;
}

.flatimagebutton{
    background-position: 4px 4px;
    background-color: #fafcfd; 
}

/*---- solution delete button ----*/

.solution_btn_delete{
    color:#f87079;
    margin-left:10px;
    position:absolute;
    cursor: pointer;
}
.solution_btn_delete:hover{
    color:#c02749;
}
/*---- empty data text ----*/
.empty_data_text{
    border-top: 1px solid #ccc;
    color: red;
    margin: auto;
    padding-top: 10px;
    width: 50%;
}

/*--- map Pos Button for tabspot createation -----*/
.mapPosButton{
    background-image: url(/img/menu/gps.png); 

}




/*--- form chosen -----*/

.formElement .chosen-container {
    width: 78% !important;
}

#event_selector,#user_selector{
    width: 250px !important;
}


#questForm .chosen-container {
    padding-right: 0px!important;
}

/*---- image button ----*/
.imagebutton,.imagebuttonform,.imagebuttonLarge{
    display: inline-block;
    padding: 3px;
    margin: 5px 5px;
    background-color: white;
    border: solid 3px #708090;
    cursor:pointer;
    text-align: center;
    vertical-align: bottom;
    border-radius: 4px;
    width: 80px; height: 80px; 
    line-height: 80px;
    background:#28303B url(../img/menu/Loesungsbilder.png) 0px no-repeat;
    background-position: top; 
    text-decoration:none;
}

.imagebuttonLarge{
    width: 150px; 
    height: 150px; 
    line-height: 145px!important;
    background-size: 110px!important;
    background-position: center 10px!important;
    margin:20px;
}
.imagebuttoncaption,.imagebuttoncaptionLarge {
    display:inline-block;
    vertical-align: bottom;
    line-height: 12px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: white;
    padding-bottom:5px;
    text-align: center;

}

.imagebuttoncaptionLarge{
    line-height: 15px;
    font-size: 15px;
}

.imagebutton:hover,.imagebuttonform:hover {
    border: inset;
    border-color: grey;
    cursor: pointer;
}

.imagebuttonform{
    width:40px;height:40px;
    line-height: 40px;
    background:#28303B url(../img/menu/Loesungsbilder.png) 0px no-repeat;
}

.imagebutton-event-add{
    background:#46b1e1 url(../img/menu/event_add_white.png) 0px no-repeat;
    background-position: top;
    background-size: 60px;
}

.imagebutton-quickstart{
    background:#46b1e1 url(../img/menu/quickstart_white.png) 0px no-repeat;
    background-position: top;
    background-size: 60px;
}

.imagebutton-quest-create{
    background:#46b1e1 url(../img/menu/quest_create_white.png) 0px no-repeat;
    background-position: top;
    background-size: 60px;
}

.imagebutton-spot-create{
    background:#46b1e1 url(../img/menu/spot_create_white.png) 0px no-repeat;
    background-position: top;
    background-size: 60px;
}

.imagebutton-quizz-create{
    background:#46b1e1 url(../img/menu/quizz_white.png) 0px no-repeat;
    background-position: top;
    background-size: 60px;
}
.imagebutton-waypoint-create{
    background:#46b1e1 url(../img/menu/waypoint_create_white.png) 0px no-repeat;
    background-position: top;
    background-size: 60px;
}

.imagebutton-help-tutorials{
    background:#46b1e1 url(../img/menu/tutorial_white.png) 0px no-repeat;
    background-position: top;
    background-size: 60px;
}

.imagebutton-help-listing{
    background:#46b1e1 url(../img/menu/listing_white.png) 0px no-repeat;
    background-position: top;
    background-size: 60px;
}

.imagebutton-waypoint-edit{ 
    background:#46b1e1 url(../img/menu/Wegpunkte.png) 0px no-repeat;
    background-position: top;
    background-size: 60px;
}
.imagebutton-waypointorder-edit{ 
    background:#46b1e1 url(../img/menu/multi_single_route2.png) 0px no-repeat;
    background-position: top;
    background-size: 60px;
}
.imagebutton-event_observation{ 
    background:#46b1e1 url(../img/menu/eventueberwachung2.png) 0px no-repeat;
    background-position: top;
    background-size: 60px;
}
.imagebutton-event_socialwall{ 
    background:#46b1e1 url(../img/menu/socialwall.png) 0px no-repeat;
    background-position: top;
    background-size: 60px;
}
.imagebutton-event_relocate{ 
    background:#46b1e1 url(../img/menu/event_relocate.png) 0px no-repeat;
    background-position: top;
    background-size: 60px;
}

.imagebutton-event_team-tracking{ 
    background:#46b1e1 url(../img/menu/livemap.png) 0px no-repeat;
    background-position: top;
    background-size: 60px;
}
.imagebutton-reset{
    background:#46b1e1 url(../img/menu/Reset.png) 0px no-repeat;
    background-position: top; 
    background-size: 60px;
}
.imagebutton-overview{
    background:#46b1e1 url(../img/menu/Raetseluebersicht.png) 0px no-repeat;
    background-position: top;
    background-size: 60px;
}
.imagebutton-teams{
    background:#46b1e1 url(../img/menu/teamuebersicht.png) 0px no-repeat;
    background-position: top; 
    background-size: 60px;
}
.imagebutton-photographers{
    background:#46b1e1 url(../img/menu/photographers.png) 0px no-repeat;
    background-position: top; 
    background-size: 60px;
}
.imagebutton-publicgallery{
    background:#46b1e1 url(../img/menu/publicgallery.png) 0px no-repeat;
    background-position: top; 
    background-size: 60px;
}
.imagebutton-roadbook{
    background:#46b1e1 url(../img/menu/roadbook.png) 0px no-repeat;
    background-position: top;
    background-size: 60px;
}
.imagebutton-solutiongallery{
    background:#46b1e1 url(../img/menu/Loesungsbilder.png) 0px no-repeat;
    background-position: top;
    background-size: 60px;
}
.imagebutton-galleryallimages{
    background:#46b1e1 url(../img/menu/galleryallimages.png) 0px no-repeat;
    background-position: top;
    background-size: 60px;
}
.imagebutton-galleryreportedimages{
    background:#46b1e1 url(../img/menu/galleryverifyimages.png) 0px no-repeat;
    background-position: top;
    background-size: 60px;
}
.imagebutton-eventgallery{
    background:#46b1e1 url(../img/menu/Eventgalerie.png) 0px no-repeat;
    background-position: top;  
    background-size: 60px;
}
.imagebutton-archivedgalleries{
    background:#46b1e1 url(../img/menu/archived_photos.png) 0px no-repeat;
    background-position: top;  
    background-size: 60px;
}


.imagebutton-trials{
    background:#46b1e1 url(../img/menu/loesungsversuche_alle.png) 0px no-repeat;
    background-position: top;
    background-size: 60px;
}
.imagebutton-team-create{
    background:#46b1e1 url(../img/menu/team_hinzufuegen.png) 0px no-repeat;
    background-position: top;
    background-size: 60px;
}
.imagebutton-input-terminal{
    background:#46b1e1 url(../img/menu/emergency-exit.png) 0px no-repeat;
    background-position: top; 
    background-size: 60px;
}
.imagebutton-highscore{
    background:#46b1e1 url(../img/menu/event_highscore.png) 0px no-repeat;
    background-position: top;
    background-size: 60px;
}
.imagebutton-highscore-extended{
    background:#46b1e1 url(../img/menu/statistik.png) 0px no-repeat;
    background-position: top;
    background-size: 60px;
}

.imagebutton-eventreview{
    background:#46b1e1 url(../img/menu/Eventstatistik.png) 0px no-repeat;
    background-position: top;
    background-size: 60px;
}
.imagebutton-operator{
    background:#46b1e1 url(../img/menu/operator_anlegen2.png) 0px no-repeat;
    background-position: top;
    background-size: 60px;
}
.imagebutton-event-delete{
    background:#46b1e1 url(../img/menu/event_delete.png) 0px no-repeat;
    background-position: top;
    background-size: 60px;
}

.imagebutton-event-update{
    background:#46b1e1 url(../img/menu/event_update.png) 0px no-repeat;
    background-position: top;
    background-size: 60px;
}

.imagebutton-quizz-event-create{
    background:#46b1e1 url(../img/menu/tab_quizz.png) 0px no-repeat;
    background-position: top;
    background-size: 60px;
}

.imagebutton-add-external-spots{
    background:#46b1e1 url(../img/menu/raetsel_extern2.png) 0px no-repeat;
    background-position: top;
    background-size: 60px;
}

.imagebutton-eventdata-create{
    background:#46b1e1 url(../img/menu/Eventabhaengige_Daten.png) 0px no-repeat;
    background-position: top;
    background-size: 60px;
}
.imagebutton-qr-create{
    background:#46b1e1 url(../img/menu/zugaenge_anlegen3.png) 0px no-repeat;
    background-position: top;
    background-size: 60px;
}
.imagebutton-qr-show{
    background:#46b1e1 url(../img/menu/qr_code_show.png) 0px no-repeat;
    background-position: top;
    background-size: 60px;
}
.imagebutton-no-emergency{
    background:#46b1e1 url(../img/menu/no_emergency.png) 0px no-repeat;
    background-position: top;
    background-size: 60px;
}
.imagebutton-points-hide{
    background:#46b1e1 url(../img/menu/Punkte_unsichtbar_schalten.png) 0px no-repeat;
    background-position: top;   
    background-size: 60px;
}
.imagebutton-points-show{
    background:#46b1e1 url(../img/menu/Punkte_sichtbar_schalten.png) 0px no-repeat;
    background-position: top; 
    background-size: 60px;
}
.imagebutton-event-paused{
    background:#46b1e1 url(../img/menu/pause_event.png) 0px no-repeat;
    background-position: top;   
    background-size: 60px;
}
.imagebutton-event-resume{
    background:#46b1e1 url(../img/menu/resume_event.png) 0px no-repeat;
    background-position: top; 
    background-size: 60px;
    border-color: red;
}
.imagebutton-players-hide{
    background:#46b1e1 url(../img/menu/players_hide.png) 0px no-repeat;
    background-position: top;   
    background-size: 60px;
}
.imagebutton-players-show{
    background:#46b1e1 url(../img/menu/players_show.png) 0px no-repeat;
    background-position: top; 
    background-size: 60px;
}
.imagebutton-gps-download{
    background:#46b1e1 url(../img/menu/gps_download.png) 0px no-repeat;
    background-position: top; 
    background-size: 60px;
}
.imagebutton-branding{
    background:#46b1e1 url(../img/menu/event_branding_white.png) 0px no-repeat;
    background-position: top; 
    background-size: 60px;
}
.imagebutton-opcontrol{
    background:#46b1e1 url(../img/menu/opcontrol_white.png) 0px no-repeat;
    background-position: top; 
    background-size: 60px;
}
.imagebutton-quizzie-edit{
    background:#46b1e1 url(../img/menu/quizzi_edit_white.png) 0px no-repeat;
    background-position: top; 
    background-size: 60px;
}
.imagebutton-taskanalysis{
    background:#46b1e1 url(../img/menu/event_statistik_white.png) 0px no-repeat;
    background-position: top; 
    background-size: 60px;
}
.imagebutton-leaderboard{
    background:#46b1e1 url(../img/menu/leaderboard_white.png) 0px no-repeat;
    background-position: top; 
    background-size: 60px;
}

.imagebutton-external-quizzies{
    background:#46b1e1 url(../img/menu/quizzi_edit_external_white.png) 0px no-repeat;
    background-position: top; 
    background-size: 60px;
}

.imagebutton-finishedEditing{
    background:#46b1e1 url(../img/menu/finishEditing.png) 0px no-repeat;
    background-position: top; 
    background-size: 60px;
}
.imagebutton-plusgrey{
    background:white url(../img/menu/plus_grey.png) 0px no-repeat;
    background-position: top; 
    background-size: 60px;
}

.imagebutton-minusgrey{
    background:white url(../img/menu/minus_grey.png) 0px no-repeat;
    background-position: top; 
    background-size: 60px;
}


.espotoblue{
    background-color: #46b1e1;
    color: white;
}

.espotodarkblue{
    background-color: #0489B1!important;
    color: white;
}

.espotodarkdarkblue{
    background-color: #107290!important;
    color: white;
}

.espotogrey {
    background-color: #BBBBBB!important;
    color: #FFFFFF;
}
.espotogrey:hover {
    background-color: #939697!important;
    color: #FFFFFF;
}

.espotolightgrey {
    background-color: #EEEEEE!important;
}

.espotored{
    background-color: #C02749!important;
    color: white;
}
.espotored:hover{
    /*background-color: #939697!important;*/
}

.qr-rowwrapper{
    background-color: #F2F2F2;
    padding-top: 7px;
    padding-bottom: 7px;
    background: url(../img/menu/bg-texture.png) repeat;
    -moz-border-radius: 5px;
    border:solid 1px #E6E6E6;
    border-radius: 5px;
    margin-top:10px;
}

.dark {
    background-color: black;
    color: #c6c6c6;
    border: 1px inset grey;
    padding: 5px;
}

/*remove 96% ?*/
.content {
    text-align: left;
    /*width: 96%;*/
    /*padding: 2%;*/
}

/* ------- Buttons ------ */
.wrapper-button {
    /* max-width = 2x button width */
    min-width: 700px;
    display: inline-block;
    vertical-align: top;
}

.wrapper-button .button {
    width: 150px;
    height: 48px;
    margin: 5px;
}
.wrapper-button >h3{
    margin-bottom:0px;
}

/* ------- Form ------*/


#formWrapper {
    display: inline-block;
    /*min-width: 40em;*/
    background-color: #FDFDFD;
    border-radius: 5px;
    margin-top: 80px;
    text-align: left;
    font-size: 13px;
}

#formWrapper img {
    vertical-align: middle;
}

.formTitleWrapper{
    margin-top: -80px!important; 
    margin-left: -15px!important; 
    margin-right: -15px!important; 
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.098);
    /*box-shadow: 0px 0px 5px rgb(221, 221, 221); */
    /*background: url(../img/menu/bg-texture.png) repeat;*/
    background-color: #FFFFFF;
    margin-bottom:25px;
    -moz-border-radius: 3px;
    /*border:solid 1px #E6E6E6;*/
    border-radius: 3px;
    line-height: 40px;
}

#microevent_update_wrapper{
    margin-top: 100px!important; 
}

#microevent_update_wrapper .formTitleWrapper{
    margin-top: -100px!important; 
}

.formTitle,.formsubTitle{
    color: #333333;
    font-size: large;
    font-weight: bold;
    padding: 4px;
    text-align: center;
}
.formsubTitle{
    text-align:left;
    font-size: medium;
}
.formsubTitleWrapper{

}


.formElement {
    /*width: 90%;*/
    margin: 10px auto;
}

#formWrapper form,.formWrapper{
    border-radius: 10px;
    display: inline;
    margin: 10px auto;
    padding: 5px;
}

#formWrapper div label, #formWrapper #form dl dt label,.formWrapperLabel{
    float: left;
    margin: 2px 15px 0 10px;
    text-align: left;
    vertical-align: top;
    width: 140px;
    white-space: nowrap;
}
#formWrapper #form dl dt{
    margin: 10px auto;
}

.formWrapper div {
    margin-bottom: 3px;
}


#formWrapper input,
#formWrapper textarea,
#formWrapper select,
.formWrapperInput,
.formWrapperOutput,
#formWrapper .wysiwyg-container{
    background-color: #FAFCFD;
    border-radius: 5px;
    display: inline-block;
    padding: 4px;
    width: 77%;
    border: 1px solid #CCCCCC;
    resize:vertical;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    color:#444444;
}

.formFieldRequired{
    background: #e67f7f!important;
}

.wysiwyg-container {
    background-color: #ffffff;
}

#formWrapper  input[type="file"] {
    font-size: 12px !important;
}

.formWrapperOutput{
    border:none;
    background-color: #FFFFFF;
}

#formWrapper input[readonly="readonly"], #formWrapper input[readonly],#formWrapper textarea[readonly="readonly"], #formWrapper textarea[readonly]
{
    border: 0px;
}
#formWrapper select{
    width: 78%!important;
}

#formWrapper select {
    -webkit-appearance: none;
    overflow: auto;
}

#formWrapper input[type="submit"], #formWrapper .inputButton,.inputButton{
    background-color: #46B1E1;
    border:0px;
    color: #FFFFFF;
    height: 30px;
    margin: 2%;
    border-radius: 5px;
    padding:4px;
    max-width: 96%;
    text-align: center;
    width: 100%!important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    /*line-height: 30px;*/
    cursor: pointer;
}
#formWrapper input[type="submit"]:hover,#formWrapper .inputButton:hover,.inputButton:hover{
    background-color: #0489B1;
}

.inputButton{
    box-shadow: 2px 2px 1px #ccc;
}
.inputButton:hover{
    box-shadow: none;
    background-color: #3F9FCA!important;
}

.folang{
    background-color: #F1F1F1 !important;
    border: 2px solid #708090;
    color: #000000;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 5px 5px 5px 145px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 80.5% !important;
    cursor: pointer;
}

#formWrapper input[type="image"] {
    width: auto;
}

.formHelperExplanation,.help-explanation{
    color: #808080;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    font-size: small;
    width: 800px;
}

#form #solutions{
    margin-top:10px;
    border-top:1px #EEE solid ;
    border-bottom:1px #EEE solid ;
}

.solutions_item_wrapper{
    padding:5px 10px 5px 10px;
    border-top:1px #EEE solid ;
}

.solutions_item_wrapper:nth-child(2n+1){
    background-color: #f6f4f0;
}

.solution_input{
    max-width:500px;
}

.solutionTypeItem, .checkinTypeItem,.waypointTypeItem,.teamPictureItem,.votingTypeItem{
    float:left;
    text-align:center;
    padding: 5px !important;
    margin:3px!important;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:solid 1px #FFFFFF;
}

.checkinTypeItem{
    width:13%;
}
.waypointTypeItem,.teamPictureItem{
    max-height: 65px;
}
.waypointTypeItem > div{
    min-height: 32px;
}
.solutionTypeItem,.votingTypeItem{
    width:15%;
}

.solutionTypeItem:hover,.checkinTypeItem:hover,.waypointTypeItem:hover,.teamPictureItem:hover,.votingTypeItem:hover{
    cursor: pointer;
    border:solid 1px #0489B1;
}

.solution_item{
    padding-bottom:15px;padding-top:5px;
}

.solutions_item_translation{
    padding-bottom:5px;padding-top:0px;
}

.typeiconWrapper,.checkinTypeWrapper{
    overflow-x: auto;
    max-height: 160px;
    max-width: 80%;
    overflow-y: auto;
}
.typeiconWrapper{
    border:1px solid #cccccc;
    border-radius: 5px;
}

.fieldErrorMsg {
    padding-left: 5px;
    color: darkred;
}

.msg_data_success{
    font-size: large;
    text-align: center;
    color:#e62040;
    padding: 5px;
}

/* ---- Login ----- */
.loginContainerWrapper{
    position: absolute;
    width: 100%;
    z-index: 1000 !important;
    top:25%;
}
.loginSupporterContainerWrapper{
    width:100%;
    padding-top:100px;
    padding-bottom:20px;
}
.loginSupporterContainer{
    color: rgb(0, 0, 0); 
    width: 500px; /*292*/
    margin: auto; 
    border: 1px solid rgb(216, 216, 216); 
    padding: 10px; 
    text-align: left;
    background: white;
}
.loginContainerNavBar{
    left: 0;
    position: fixed;
    right: 0;
    top:0;
    z-index: 1030!important;
    min-height:64px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    background-color: #333;
}
.loginContainer,.errorContainer {
    font-family: 'Questrial', sans-serif;
    margin: 50px auto;
    text-align: center;
    background: url(../img/menu/bg-texture.png) repeat;
    border-top: 5px solid #BE152D;
    border-bottom: 5px solid #BE152D;
}
.loginContainer{
    width: 320px;  
    margin:auto;
    padding-top: 1px;
    background:#edeff2;
}

.loginContainer form {
    text-align: left;
    margin: 5px;
    padding: 110px 5px 5px 5px;
    background: rgba(255, 255, 255, 0.8) url("../img/login/espoto_logo_with_title.png") no-repeat scroll center 20px;
}

.loginEuLogo {
    float: left;
    width: 100px;
    height: 70px;
    padding-right: 10px;
    /*<img width="120px" src="/img/eu_logo.jpg">*/
    background: url(../img/login/eu_logo.jpg);
    background-size: 100px;
    background-repeat: no-repeat;
}

.loginContainer #resetSubmitButton, .loginContainer form #submitButton{
    border-width: 1px;
}

.errorContainer{
    font-size: medium;
    max-width: 80%;
    min-width: 320px;
    padding: 10px;
}

.notAllowedContainer{
    background:#FFFFFF;
}

.loginWrapper{
    margin-top: 10px;
    margin-left: 120px;
    width:750px;
}
.loginText{
    color:#46b1e1;
    background: url(../img/menu/bg-texture.png) repeat;
    border:solid 1px #E6E6E6;
    border-radius: 5px;
    padding-left:10px;
    padding-bottom:10px;
    font-family: 'Questrial',sans-serif;
}

.loginBoxBackground{
    margin-top: 0px;
    background-image: url('/img/login/espoto-partnertreffen-bg.jpg');
    background-attachment: scroll;
    background-position: center center;
    background-repeat: repeat;
    background-color: #cccccc;
}

.loginBoxBackground-Image2{
    background-image: url('/img/login/espoto-partnerteffen-bg6.jpg');
}

.loginText>div>span{
    font-size:large;
}

.loginText>div{
    font-size:larger;
    font-weight: bold;
}
.loginText>div:first-child{
    padding-top:10px;
}
.loginText>p{

    font-size:14px;
}

.loginTextHeader{
    color: #FFFFFF;
    text-align: center;
    background: #C02749;
    font-size: large;
    font-weight: bold;
    border-radius: 2px;
    margin-bottom:10px;
    padding:5px;
}

.loginImage{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.loginImageWrapper{
    margin-top:15px;
}

.login-error {
    margin: 4px 0 4px 40px;
    font-size: 14px;
    font-weight: bold;
    color: #790000;
}

.loginContainer form #submit-element {
    display: block;
    text-align: left;
}

.shadowedBox{
    box-shadow: 0 1.5px 2px 2px rgba(0, 0, 0, 0.2);
}

#submit, #submitButton ,#resetSubmitButton{
    font-family: 'Questrial', sans-serif;
    width: 202px;
    line-height: 30px;
    /*background-color: #c02749;*/
    background-color:#BE152D;
    border: #ffffff 3px solid;
    border-radius: 5px;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

#resetSubmitButton{
    font-size: 15px;
    width:170px;
}

#submit:hover, #submitButton:hover {
    text-decoration: none;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}

.loginContainer form #submitButton:hover,.loginContainer form #resetSubmitButton:hover{
    border: inset 1px lightgray!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.loginContainer form #resetButton ,.loginContainer form #resetBackButton{
    border: solid 1px lightgray;
    padding: 8px;
    vertical-align: middle;
    width: 27px;
    border-radius: 3px;
    font-weight: bold;
    text-decoration: none;
    color: black;
    cursor: pointer;
}
.loginContainer form #resetButton{
    padding-top:10px;
    padding-bottom:7px;
}
.loginContainer form #resetButton:hover ,.loginContainer form #resetBackButton:hover {
    border: inset 1px lightgray;
    box-shadow:none;
    -moz-box-shadow: none;
    -webkit-box-shadow:none;
}

.loginContainer form #submitButton{
    /*border-left-width: 0px;*/
    width: 175px;
}

.loginContainer form #password, .loginContainer form #email, .loginContainer form #password_reset_email, .loginContainer form #confirm_password{
    border: 1px solid lightgray;
    line-height: 20px;
}

.loginContainer label {
    color: #4b4b4b;
    font-size: 20px;
    margin: 0 0 0 40px;
}

#email, #password, #pincode ,#password_reset_email, #confirm_password{
    margin: 0 0 0 0;
    width: 200px;
}

#pincode{
    border: 5px solid;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius:2px;
    border-color: #C02749;
}

#password-label {
    margin: 10px 0 0 0;
}


.whiteShadowedText
{
    color: black;
    text-shadow:1px 1px 1px #FFF;  
}

.dialogWrapper {
    position: fixed;
    overflow: auto;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 99999999;
    font-family: 'Questrial', sans-serif;
}

.dialogWrapper #dialog {
    z-index: 1001;
    min-width: 300px;
    max-width: 800px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 5% auto;
    padding: 15px;
    border-radius: 7px;
    border: 5px solid #c02749;
}

.eventPreparationDialog #dialog{
    max-width: 1100px;
}

.eventPreparationDialog .formElement .chosen-container {
    width: 99% !important;
    margin-top: 5px;
}

.eventPreparationDialog .wysiwyg-container{
    margin-top:5px;
    width: 99% !important;
}

#dialog {
    font-size: 18px;
    color:#4b4b4b;
}

.dialogWrapper #dialog #form {
    display: table;
    width:100%;
}
.dialogWrapper #dialog #form >div {
    display: table-row;
    width:100%;
}

#dialog label,#dialog_error label {
    display: table-cell;
    width: 180px;
    margin: 2px 15px 0 10px;
    line-height: 18px;
    vertical-align: middle;
}

#dialog input,
#dialog textarea,
#dialog select,
#dialog_error input,
#dialog_error textarea,
#dialog_error select{
    display: table-cell;
    line-height: 18px;
    padding: 4px;
    width:97%;
    margin-top:5px;
    resize:vertical;
}

#dialog #solution_0{
    margin: 10px 0 10px 0;
    border: dotted 2px #cccccc;
}

#dialog #form_okay,
#dialog #form_dismiss,
#dialog #save,
#dialog #dismiss,
#dialog #dontAskAgain,
#dialog_error #form_okay,
#dialog_error #form_dismiss,
#dialog_error #save,
#dialog_error #dismiss{
    line-height: 30px;
    background-color: #c02749;
    border-top: #ffffff 3px solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    color: white;
    font-family: 'Questrial', sans-serif;
    font-size:18px;
    padding:0 20px;
    margin-top: 10px;
    width:49%;
}

#dialog #dontAskAgain{
    width: 98.5%;
}

#dialog #form_okay:hover,
#dialog #form_dismiss:hover,
#dialog #save:hover,
#dialog #dismiss:hover,
#dialog_error #form_okay:hover,
#dialog_error #form_dismiss:hover,
#dialog_error #save:hover,
#dialog_error #dismiss:hover{
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}


.wrapper-overview {
    display: inline-block;
    width: 1300px;
    overflow-x: visible;
}

.quest-overview-item {
    float: left;
    display: inline-block;

    width: 97%;
    min-height: 260px;

    padding: 5px;
    margin: 10px;

    border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #9f9691;
}

.quest-overview-item.without-quest {
    min-width: 430px;
    min-height: 220px;
}

.quest-overview-item-part {
    display: inline-block;
    vertical-align: top;
}

.quest-overview-item-part a {
    text-decoration: none;
}

.quest-overview-item ul {
    list-style: none;
    text-align:left;
}

.quest-overview-item ul li{
    padding:5px;
    border-top: 1px solid #EEEEEE;
}
.quest-overview-item ul li:hover{
    background-color: #F6F6F6;
}

.quest-overview-item ul li img {
    vertical-align: middle;
}

.team-overview-item {
    float: left;
    display: inline-block;

    min-width: 260px;
    min-height: 260px;

    padding: 5px;
    margin: 10px;

    border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #9f9691;
    box-shadow: 5px 5px #909497;
}

.team-overview-item-part {
    display: inline-block;
    vertical-align: top;
}

.team-overview-item ul {
    list-style: none;
}

.solved {
    background-color: lightgreen;
}

.quest-not-started {
    background-color: white;/*background-color:#c4c4c4;*/
}

.quest-in-progress,.gamelog-open {
    background-color: #FFEEAA;
}

.quest-fuzzled,.gamelog-wrong {
    background-color: #ffc2c2;
}

.quest-solved,.gamelog-correct {
    background-color: #a6ffa6;
}

.gamelog-outoftime {
    background-color: #FE2EF7;
}

.quest-aquired {
    background-color: #B8DDEE;
}

.row-marked {
    background-color: #A2D8F0!important;
}
.row-error{
    background-color: #c02749;
}

/** Team */
.team_has_no_account{
    background-color: #ff9800;
}

/** Test-Account colors*/
.account-before-get-expired{
    background-color: #FFA754;
}

.account-expired{
    background-color: #FB6764;
}

/*Invoice colors*/

.invoice-warning{
    background-color: #f89c9a !important;
}

.invoice-complaint{
    background-color: #f8c290;
}

.invoice-draft{
    background-color: white;
}
.invoice-sent{
    background-color: rgb(240, 240, 145);
}

.invoice-ignore{
    text-decoration: line-through;
    text-decoration-color: rgba(0, 0, 0, 0.4); 
}

.invoice-completed{
    background-color: rgb(150, 241, 169);
}


/*Billing colors*/

.billing-created{
    background-color: #FB6764;
}

.billing-is-testaccount{
    background-color: #fb64e0;
}

.billing-is-kids-event{
    background-color: #c4cbff;
}

.billing-sent{

    background-color: #FFA754;
}
.billing-paid{
    background-color: #6BFA8F;
}
.billing-goodwill{
    background-color: #6BFA8F;
}

.billing-creating{
    background-color: white;
}

/* Accordion */

.ui-accordion-header-icon.ui-icon{
    background-image: url(../img/ui-icons_888888_256x240.png);
    background-position: -32px -16px;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
    margin-top: 6px;
    position: absolute;
    margin-left:-20px;
}
.ui-accordion-header-icon.ui-icon.ui-icon-plus {
    background-position: -32px -16px;
}
.ui-accordion-header-icon.ui-icon.ui-icon-minus{
    background-position: -64px -16px;  
}

.ui-accordion-header-icon.ui-icon.ui-icon-none{
    display:none;
}
.accordionHeader{
    padding-left:20px;
}

.accordionHeader.ui-state-hover{
    border-color:#CFCFCF;
    box-shadow: 1px 1px 1px #888;
}

/*Tool box*/

.toolboxWrapper,.formsubTitleWrapper{
    background-color: #F2F2F2;
    margin-top:10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:solid 1px #E6E6E6;
    margin-bottom:15px;
    background: url(../img/menu/bg-texture.png) repeat;
    min-width: 650px;
    box-shadow: 1px 1px 1px #ccc;
    outline: 0;
}
.batchFunctionWrapper{
    padding-left:20px;
    display: inline-block;
    margin-right:0px;
}

.batchFunction{

}

.exportFunctionWrapper {
    padding-left:20px;
    display: inline-block;
    margin-right:10px;
}

.exportFunction{
    /*border-left: 1px solid #E6E6E6;*/
    padding-left:10px;
}

.navigationWrapper {
    padding-left:25px;
}

/** Search box */

.searchFormWrapper {
    background-color: #F2F2F2;
    margin-top:10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:solid 1px #E6E6E6;
    margin-bottom:15px;
    background: url(../img/menu/bg-texture.png) repeat;
    box-shadow: 1px 1px 1px #ccc;
}

.searchForm{
    margin: 0 auto;
    max-width: 800px;
    min-width: 650px;
    padding-left:20px;
}



.info a {
    display: inline-block;
    padding: 1px;
    margin: 5px 5px;
    margin-bottom: 5px;
    background-color: white;
    border: outset;
    color: black;
    text-decoration: none;
    text-align: center;
}

.info div {
    border: 1px solid black;
    margin: 2px;
}

.info .information {
    background-color: #33CC66;
}

.info .warnings {
    background-color: orange;
}

.info .errors {
    background-color: red;
}

.selected{
    background-color: #C02749;
    color: white;
}

#createwaypoints th{
    text-align: left;
}

#createwaypoints input[type="button"]{
    margin-left: 10px;
    margin-right: 10px;
}

/* Image Caption*/
dl.img_caption {float: left; margin:10px 10px 10px 0;}
dl.img_caption dd {margin:0; font-family: Arial,Helvetica,sans-serif;font-size: 1em;text-align: center;}



.h250{
    height:250px;
}

.h200{
    height:200px;
}
.h150{
    height:150px;
}
.h100{
    height:100px;
}
.w200{
    width:200px;
}
.m-t-80{
    margin-top:80px;
}

#tableQuestTransfer{
    width:80%;
    border:0;
    margin-left:auto;
    margin-right:auto;
}

#tableQuestTransfer td{
    padding:5px;
    vertical-align: top;
}


.solution_label{
    width: 14%!important;
    float:left;
}

.solution_label_correct{
    width: 10%!important;
    text-align:center!important;
    float:left;
    margin-top: 5px !important;
}

.solution_translation_drop{
    max-width: 10%!important;
    margin-left:20px;
    margin-right:56px;
    float:left;
}

.quest_translation_drop{
    float:left;
}

.quest_data_box,.waypoint_data_box,.quest_answers_box,.ar_data_box{
    padding-top: 20px;
}
.quest_data_box:nth-child(2n),.waypoint_data_box:nth-child(2n),.quest_answers_box:nth-child(2n),.ar_data_box:nth-child(2n){
    background-color: #f6f4f0;
}

.quest_data_box,.waypoint_data_box,.quest_answers_box,.ar_data_box{
    border-top:3px solid #eee;
    border-bottom:3px solid #eee;
}

.solution_input{
    width: 50%!important;
    float:left;
}

.solution_input_correct{
    width: 5%!important;
    text-align:center!important;
    float:left;
    margin-top: 5px !important;
}

.noBorder{
    border: none!important;
}

.roundWrapper{
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:solid 1px #E6E6E6;
}

.noHeader{
    box-shadow: none!important;
}

.clicked{
    border: 1px solid #0489B1;
}

/* Support Center*/
.help-title,.help-title-video{
    text-align: left;
    font-size: large;
    font-weight:bold;
    color:#4B4B4B;
}

.help-title-video{
    margin: 30px 10px 10px;
    text-align: center;
    font-size:30px;
}

.help-title-video-pdf{
    margin-top:15px;
}

.help-title-video-pdf img:focus {
    outline: 0;
}

.help-title-video-pdf-download{
    color:#666666;
}

.video_item_wrapper{
    box-shadow: 0 0 5px rgb(221, 221, 221);
    padding: 10px;
    margin:20px;
}

.help-explanation{
    text-align:left;
}

.help-table{
    border-collapse: collapse;
    margin:5px auto;
}

.help-table tr:nth-child(2n+1) {
    background-color: #F6F4F0;
}

.help-table td {
    border: 1px solid #D4D4D4;
    padding: 7px 5px;
    vertical-align: top;
}

.help-table th {
    background-color: #555555;
    border: 1px solid #555555;
    color: #FFFFFF;
    padding: 3px;
    vertical-align: top;
}

.help-table a{
    color:#555555;
}

/*Maps*/
.mapFullscreenButtonWrapper{
    overflow: hidden;
}
.mapFullscreenButton{
    font-family: Arial,sans-serif;
    font-size: 12px;
    height: 16px;
    margin-top: 0.5px;
    padding: 2px 1px 1px;
}

.mapFullscreenButton:hover{
    background-color: #EBEBEB;
}

.mapFullscreenButtonWrapper{
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
}

.mapIndoorFloorSwitchWrapper{

}

.mapIndoorFloorSwitchBtn,.mapIndoorFloorSwitchInput{
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    background-color:white;
    cursor: pointer;
    text-align: center;
    padding:5px;
}

.mapIndoorFloorSwitchBtn{
    width:50px;
}

.mapIndoorFloorSwitchBtn:hover{
    background-color: #EBEBEB;
}

.mapIndoorFloorSwitchInput{
    margin-top:5px;
    margin-bottom:5px;
    min-width: 50px;
}

.mapContainer{
    width: 110px; 
    z-index: 1; 
    margin: 5px;
    cursor: pointer;
    text-align: left;
    z-index: 0;
}

.mapDropDownControl{
    direction: ltr; 
    overflow-x: hidden; 
    overflow-y: hidden; 
    text-align: left; 
    position: relative; 
    font-family: Arial, sans-serif; 
    -webkit-user-select: none; 
    font-size: 11px; 
    padding-top: 1px; 
    padding-right: 3px; 
    padding-bottom: 1px; 
    border-top-width: 1px; 
    border-right-width: 1px; 
    border-bottom-width: 1px; 
    border-left-width: 1px; 
    border-top-style: solid; 
    border-right-style: solid; 
    border-bottom-style: solid; 
    border-left-style: solid; 
    border-top-color: rgb(113, 123, 135); 
    border-right-color: rgb(113, 123, 135); 
    border-bottom-color: rgb(113, 123, 135); 
    border-left-color: rgb(113, 123, 135); 
    border-image: initial; 
    -webkit-box-shadow: rgba(0, 0, 0, 0.398438) 0px 2px 4px; 
    box-shadow: rgba(0, 0, 0, 0.398438) 0px 2px 4px; 
    color: rgb(0, 0, 0); 
    padding-left: 6px; 
    font-weight: bold; 
    background-image: initial; 
    background-attachment: initial; 
    background-origin: initial; 
    background-clip: initial; 
    background-color: rgb(255, 255, 255); 
    background-position: initial initial; 
    background-repeat: initial initial;     
    z-index: 2;
}   

.mapDropDownArrow{
    -webkit-user-select: none; 
    border-width: 0px; 
    border-style: initial; 
    border-color: initial; 
    border-image: initial; 
    padding: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    margin-left: 0px; 
    position: absolute; 
    right: 6px; 
    top: 50%;
    margin-top: -2px; 
    width: 7px; 
    height: 4px; 
}

.mapDropDownOptionsDiv{
    background-color: white; 
    z-index: 0; 
    padding-top: 2px; 
    border-right-width: 1px; 
    border-bottom-width: 1px; 
    border-left-width: 1px; 
    border-right-style: solid; 
    border-bottom-style: solid; 
    border-left-style: solid; 
    border-right-color: rgb(113, 123, 135); 
    border-bottom-color: rgb(113, 123, 135); 
    border-left-color: rgb(113, 123, 135); 
    border-image: initial; 
    border-top-width: 0px; 
    border-top-style: initial; 
    border-top-color: initial; 
    -webkit-box-shadow: rgba(0, 0, 0, 0.398438) 0px 2px 4px; 
    box-shadow: rgba(0, 0, 0, 0.398438) 0px 2px 4px; 
    position: relative; 
    text-align: left; 
    display: none;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.mapDropDownItemDiv{
    font-family: Arial, sans-serif; 
    -webkit-user-select: none; 
    font-size: 13px; 
    padding-top: 2px; 
    padding-right: 5px; 
    padding-bottom: 3px; 
    padding-left: 5px; 
    background-color: rgb(255, 255, 255); 
    color: black;       
}
.mapDropDownItemDiv:hover, .checkboxContainer:hover{
    background-color: rgb(235, 235, 235);       

}
.mapDropDownControl:hover{
    background: -webkit-linear-gradient(top,rgb(255,255,255),rgb(230,230,230));
}
.mapSeparatorDiv{
    margin-top: 1px; 
    margin-right: 0px; 
    margin-bottom: 1px; 
    margin-left: 0px; 
    border-top-width: 1px; 
    border-top-style: solid; 
    border-top-color: rgb(235, 235, 235); 
}
.maploadingMaskDiv{
    height:20px;
    padding:5px;
}
.mapCheckboxContainer{
    font-family: Arial, sans-serif; 
    -webkit-user-select: none; 
    font-size: 11px; 
    padding-top: 1px; 
    padding-bottom: 3px; 
    padding-left: 5px; 
    direction: ltr; 
    text-align: left; 
    background-color: rgb(255, 255, 255); 
    white-space: nowrap; 
    padding-right: 8px; 
    color: rgb(0, 0, 0); 
}
.mapCheckboxIsSelected{
    background:#CCCCCC;
}
.mapCheckboxSpan{
    box-sizing: border-box; 
    position: relative; 
    line-height: 0; 
    font-size: 0px; 
    margin-top: 0px; 
    margin-right: 5px; 
    margin-bottom: 0px; 
    margin-left: 0px; 
    display: inline-block; 
    background-color: rgb(255, 255, 255); 
    border-width: 1px; 
    border-style: solid; 
    border-color: initial; 
    border-image: initial; 
    border-top-left-radius: 1px; 
    border-top-right-radius: 1px; 
    border-bottom-right-radius: 1px; 
    border-bottom-left-radius: 1px; 
    width: 13px; 
    height: 13px; 
    vertical-align: middle; 
    -webkit-box-shadow: none; 
    box-shadow: none; 
    border-color: rgb(198, 198, 198);       
}


.blankDiv{
    position: absolute; 
    left: 1px; 
    top: -2px; 
    width: 13px; 
    height: 11px; 
    overflow-x: hidden; 
    overflow-y: hidden; 
    display: none; /*when = block -> this is the "check" symbol*/ 
}

.mapBlankImg{
    position: absolute; 
    left: -52px; 
    top: -44px; 
    -webkit-user-select: none; 
    border-width: 0px; 
    border-style: initial; 
    border-color: initial; 
    border-image: initial; 
    padding: 0px; 
    margin: 0px; 
    -webkit-user-drag: none; 
    width: 68px; 
    height: 67px; 
}

.mapBlankDiv {
    display: none;
    height: 11px;
    left: 1px;
    overflow: hidden;
    position: absolute;
    top: -2px;
    width: 13px;
}

.mapCheckboxLabel{
    vertical-align: middle; 
    cursor: pointer;
}

.mapBox label,#map_canvas label{
    float:none!important; 
}

/*Permission*/

#permission_wrapper h3{
    color:#333333;
}
.permission_box{
    border-radius: 5px;
    -moz-border-radius: 5px;
    color: #333;
    border: 1px solid rgb(221, 221, 221);
    overflow: hidden;
}

.permission_dataCell {
    border-color: #E6E6E6;
    border-style: none solid solid none;
    border-width: 1px;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
}

.permission_dataCell:hover{
    background: #E6E6E6;
}

.permission_box_inner{
    float:left;
    height:600px;
    overflow-y:auto;
    overflow-x: hidden;

}

/*Tooltip for div elements not menu*/
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
    background:white;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #555555;
    padding: 10px;
    text-align: center;
    font-size: medium;
    font-family: Arial,Helvetica,sans-serif;
}

.ui-tooltip-arrow:after{
    background: white;
}

.ui-tooltip-arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.ui-tooltip-arrow.top {
    top: -16px;
    bottom: auto;
}
.ui-tooltip-arrow.left {
    left: 20%;
}
.ui-tooltip-arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
}
.ui-tooltip-arrow.top:after {
    bottom: -20px;
    top: auto;
}

/** Phto swipe */
.pswp{
    z-index: 999999999!important; 
}

/** Release notes **/
.releasenotes{
    text-align: left;
}

.releasenotes ul li{
    padding:5px;
}

/** Read more list:*/
#list_read_more{
    display:none;
}

.rotated180 {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -moz-transform: rotate(180deg); /* Firefox */
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
    -o-transform: rotate(180deg); /* Opera */
}

/** Voting images */

.votingThumbs{

}

.votingStars{

}

.votingSmileys{

}

/** Audio fix */
video::-internal-media-controls-download-button,audio::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure,audio::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel,audio::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

/** Image uploader */
.deleteImage, .deleteImage > *{
    cursor: pointer!important;
}

.dropzone .dz-preview.dz-image-preview:hover .dz-details img, .dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img{
    cursor: pointer;
}

.defaultBackground{
    background: url(/img/login/moodimage_cms.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                          supported by Chrome and Opera */
}

.img_full_with{
    max-width:600px;/** scale down html inserted fullsize images*/
}

.dialogInFront{
    z-index:999999999!important;
}


