﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);

/* Misc */
input[type=button], input[type=submit]  { -webkit-appearance: none; -webkit-border-radius: 0; }
::-webkit-input-placeholder { color: #000000; }
:-moz-placeholder { color: #000000; opacity: 1; }
::-moz-placeholder { color: #000000; opacity: 1; }
:-ms-input-placeholder { color: #000000; }
/**:focus { outline: none; }*/

/* Colors */
.bluebg { background-color: #277e9e; }
.bluetxt { color: #277e9e; }
.turkisbg { background-color: #c3e4e9; }
.turkistxt { color: #c3e4e9; }
.purplebg { background-color: #7c5192; }
.purpletxt { color: #7c5192; }
.graybg { background-color: #c6cacc; }
.graytxt { color: #c6cacc; }
.lightgraybg { background-color: #f2f4f5; }
.lightgraytxt { color: #f2f4f5; }
.lightergraybg { background-color: #fbfbfb; }
.lightergraytxt { color: #fbfbfb; }
.redbg { background-color: #ec1c24; }
.redtxt { color: #ec1c24; }
.whitebg { background-color: #fff; }
.whitetxt { color: #fff; }

/* Temp */
.border { border: solid 1px red; }

/* Main */
* { border: 0px; margin: 0px; padding: 0px; }
html { -webkit-text-size-adjust: 100%; }
body { font-family: 'Open Sans'; font-weight: 400; color: #000000;}
body:after { content: 'desktop'; display: none; }
@media (max-width:991px) { body:after { content: 'tablet'; } }
@media (max-width:766px) { body:after { content: 'mobile'; } }
.left { float: left; }
.right { float: right; }
.clr { clear: both; }
.point { cursor: pointer; }
ul, ol{ margin: 1em 0; padding: 0 0 0 40px; }
.img-responsive { width: 100%; display: block; }
.vdo-responsive { width: 100%; display: block; }
.img-hidden { visibility: hidden; }
.anchor { padding-top: 40px; margin-top: -40px; }
.maxlines { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; }
.equal { overflow: hidden; }
.equal [class*="col-"]{ margin-bottom: -99999px; padding-bottom: 99999px; }
.flex, .flex > div[class*='col-'] { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
@media (max-width:766px) { .flex, .flex > div[class*='col-'] { display: block; } }
.container-fluid { max-width: 1140px; }
.container-fluid.full { max-width: 100%; }
.spacer { margin-top: 40px; }
.spacer-small { margin-top: 10px; }
.line { height: 1px; background-color: #d1d1d1; }
.pointer { cursor: pointer; }
*[hidden] { display: none; }
.row.nopad div[class*='col-']:first-child { padding-left: 0px; }
.row.nopad div[class*='col-']:last-child { padding-right: 0px; }
@media (max-width:766px) { 
	.row.nopad div[class*='col-'] { padding: 0px; }
}

@media (max-width:991px) { }
@media (max-width:766px) { }
@media (max-width:320px) { }



/* Form */
.input-validation-error { border-color: #f9e3e5; background-color: #f9e3e5; }
.field-validation-error { color: #8b2326; }
input[type=text], select, input[type=email], input[type=password], textarea { resize: none; height: 35px; margin-right:5px; padding-left: 10px; margin-top: 8px; color: #000000; font-size: 14px; border: solid 1px #d1d1d1; border-radius: 4px; }
input[type=submit] { display: inline-block; padding: 0px 40px; background-color: #ec1c24; color: #fff; height: 35px; margin-top: 8px; border-radius: 4px; }
input[type=submit]:hover { background-color: #f85157; color: #fff; }
input[type=text]:focus, select:focus {
    border: 1px solid #666;
}

.inputLineSpacer {
    display: block;
    height: 8px;
}

.fieldLabel {
    font-weight:bold;
    font-size: 11pt;
}

/*body {
    margin: 10px;
    font-family: Arial,Verdana;
    color: #333333;
    font-size: 12pt;
}*/

.exceptionDiv {
    border: 2px solid red;
    text-align: center;
    color: #7e1616;
    padding: 12px;
}

.topHeader {
    width: 100%;
}

.topLogo {
    float: right;
    max-height: 75px;
}

.topEventName {
    float: left;
}

.inputBody {
    width: 100%;
}

.inputPinDiv {
    border: 1px solid gray;
    padding: 12px;
}

.inputMasterDataDiv {
    /*border: 1px solid gray;*/
    padding: 12px;
    margin-bottom:5px;
}

.inputMasterTitle {
    font-weight: bold;
    font: x-large;
    margin-bottom: 15px;
}

.inputMasterText {
    margin-bottom: 15px;
}

.inputIntroTextDiv {
    border: 1px solid gray;
    padding: 12px;
    text-align: center;
    margin-bottom: 12px;
}

.inputSPDiv {
    border: 1px solid gray;
    padding: 12px;
}

.inputShowKnownFriendInfo {
    border: 1px solid gray;
    padding: 12px;
    margin-bottom: 12px;
}

.sektionDataDiv {
    height: 650px; 
    overflow: auto;
}

.wrongFriendIDDiv {
    border: 1px solid gray;
    padding: 12px;
    margin-bottom: 12px;
    font-weight: 700;
    text-align: center;
}

.bottomBar {
    width: 100%;
}

.error {
    color: red;
    font-weight: 600;
}

.navButton {
    /*background-color: dodgerBlue !important;
    color: white;
    font-weight: 700;
    padding: 8px;
    border: 1px solid black;
    float: left;
    margin-right: 12px;*/
}

.navButtonOK {
    background-color: green !important;
    /*color: white;
    font-weight: 700;
    padding: 8px;
    border: 1px solid black;
    float: left;
    margin-right: 12px;*/
}

.navPlaceRight {
    float: right;
}





/*@media screen and (min-width: 522px)*/ 
@media screen and (min-width: 606px) 
{
    .phoneSearchBtn {
        vertical-align: middle;
        margin-top: 10px;
        margin-left: 165px;
    }
}

/*@media screen and (max-width: 522px)*/
@media screen and (max-width: 606px) 
{
    .phoneSearchBtn {
        vertical-align: middle;
        margin-top: 10px;
        /*margin-left: 165px;*/
    }
}


.bottomDiv {
    border: 1px solid gray;
    padding: 12px;
    margin-top: 12px;
}

.bottomAddressDiv {
}

.masterDataInputField {
    width: 100%;
    max-width: 400px;
    color: black;
    /*border-color: #EEEEEE;
            border-radius: 3px;
            padding: 3px;*/
}

.masterDataInputFieldFull {
    width: 100%;
    max-width: 600px;
    color: black;
    height: 60px;
    /*border-color: #EEEEEE;
            border-radius: 3px;
            padding: 3px;*/
}

.masterDataDropDownList {
    width: 100%;
    max-width: 412px;
    /*border-color: #EEEEEE;
            border-radius: 3px;
            padding: 3px;*/
}

.webQuestionInputField {
    width: 100%;
    max-width: 400px;
    /*border-color: #EEEEEE;
            border-radius: 3px;
            padding: 3px;*/
}

.field-container {
    margin-bottom: 8px;
}

.infoCoordinator {
    margin-bottom:12px;
    margin-top:12px;
}

/* Bar */
.topbar {
    padding: 12px

}

.Bar-container, .Bar-panel {
    margin-bottom: 12px;
}

.Bar-panel {
    margin-top: 16px;
    margin-bottom: 16px
}

.Bar-light-grey, .Bar-hover-light-grey:hover, .Bar-light-gray, .Bar-hover-light-gray:hover {
    color: #000 !important;
    background-color: #613DE6 !important;
    height: 28px;
}
.Bar-round-xlarge {
    border-radius: 16px
}

.Bar-round-xxlarge {
    /*border-radius: 32px*/
}

.Bar-red, .Bar-hover-red:hover {
    /*padding-left: 4px;*/
    text-align: center;
    color: #fff !important;
    background-color: #EC1C24 !important;
    height: 24px;
    padding-top: 4px;
}

.BarNavButton {
    height: 28px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-top: 0px !important;
}

.navleft {
    float: left;
}

.navcenter {
    float: inline-start;
}

.navright{
    float: right;
}

.notesDropZone {
    display: inline-block;
    width: 600px;
    text-align: center;
    margin-left: 5px;
    height: 60px;
    border: 1px solid lightgray;
    position: absolute;
}

.notesDropFup {
    display: inline-block;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.notesDropFupCoverText {
    width: 100%;
    height: 100%;
    /* padding-top: 20px; */
    text-align: center;
    display: inline;
    top: 9px;
    position: relative;
    font-style: italic;
    color: #3B5F7B;
}

.notesDropFupContainer {
    top: -45px;
    position: relative;
    height: 65px;
}

.GridviewDiv {
    font-size: 62.5%;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helevetica, sans-serif;
    color: #303933;
}

