/*
 (c)2013 Jens Heidrich
 for fundraisingforum.de
*/

/*
html,
body {
    height: 100%;
}

#wrap {
    height: auto !important;
    margin: 0 auto -60px;
    min-height: 100%;
}
#footer {
    height: 30px;
}

#footer div p {
    border-top: 1px solid #EEEEEE;
    padding-top: 10px;
}
*/

#cms_toolbar .cms_form-login input[type="text"],
#cms_toolbar .cms_form-login input[type="password"] {
    float: right;
    margin-left: 4px !important;
}

#content p {
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

#content p.right {
    border: 0;
    margin: 0;
}

#content ul li {
    margin-bottom: 0.5em;
}

#countdown {
    float: right;
    margin-top: 50px;
    margin-right: 10px;
}
#footer-wrapper a {color:#ee9b00;}
#footer-wrapper a:hover {text-decoration:underline;}

.breadcrumb{
    padding:8px 15px;
    margin-bottom:20px;
    list-style:none;
    background-color:#f5f5f5;
    border-radius:4px;
}
.breadcrumb>li{
    display:inline-block;
}
.breadcrumb>li+li:before{
    padding:0 5px;
    color:#ccc;
    content:"/\00a0";
}
.breadcrumb>.active{
    color:#999;
}

#content ul.ws-list {
   list-style-type: none;
}

#content ul.ws-list li {
    margin-bottom: 7px;
}

#content dl.nominee dd {
    margin-bottom: 1rem;
}

.orangebg {
    background-color: #ee9b00;
    color: #fff;
    text-align: center;
}

div.ws {
    display: none;
    padding-left: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

div.ws-title {
    font-weight: bold;
}

div.ws-subtitle {
    color: #00000; 
}

span.ws-referent {
    display: block;
    margin-bottom: 20px;
}

div.ws-referent {
    padding-left: 0;
}

div.ws-text {
   margin: 4px 0;
}

div.ws-termin {
    font-weight: bold;   
    line-height: 1.1em;
/*   margin-top: 10px;*/
    margin-bottom: 1rem;
}

.contentmargin-top {
    margin-top: 212px;
}

.center {
    text-align: center;
}

#content a.text {
    color: #555555;
}

#content img.lefted {
    float: left;
}

span.ws-title {
    font-weight: normal;
}

span.sem-title {
    font-weight: normal;
    text-decoration: underline;
}
#addi_place,
#addi_price {
    display: none;
}

#beta {
    background-color: rgba(255, 255, 255, 0.7);
    border: 4px solid #FF0000;
    box-shadow: 8px 8px 20px #000000;
    color: #FF0000;
    font-size: 32px;
    font-weight: bold;
    right: 20px;
    line-height: 120%;
    padding: 10px;
    position: absolute;
    text-align: right;
    top: 200px;
    transform: rotate(-15deg);
    z-index: 10000;
}

/* plugin picture */

span.plugin_picture {
    display: block
}

span.align-right {
    text-align: right;
}
span.align-center {
    text-align: center;
}
span.align-left {
    text-align: left;
}
.wsbg,
.formbg,
.speakerstext {
    /*
    border-right: 2px solid #454545;
    background: transparent url(/static/images/speakers_border.png) top right repeat-y;
    */
    margin-bottom: 14px;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 3px 2px 6px #454545;
}

.wsbg h2 {
    margin-bottom: 1rem;
    font-size: 0.8rem;
    border-bottom: 1px solid #cccccc;
}

.speakerstext h4 {
    margin-bottom: 1rem;
}

.formbg p,
.speakerstext p {
    margin-right: 30px;
    padding-left: 15px;
}

.formbg.nomargin p {
    margin-right: 0;
}

.speakersimage {
    /* padding-top: 50px; */
}

.formbg_right p,
.formbg_right table,
.speakersimage p {
    margin-left: 20px;
}

.speakersimage img {
    border-radius: 4px;
    box-shadow: 3px 2px 6px #454545;
}

#content ul.plain {
    list-style-type: none;
}

#content ul.blank {
    padding-left: 0;
    list-style-type: none;
}

#pagename p {
    color: #000000;
    font-size: 20px;
    padding-top: 40px;
    text-align: center;
}

#globalWrapper .headerPage div.slogan,
#globalWrapper .headerPage div.slogan > p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 2.5em;
    font-weight: 800;
    line-height: 1.80769em;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(11, 11, 11, 0.5);
}

/* workshop-forms */
form label {
    font-weight:bold;
}

th.permissionradio > ul > li > label {
    white-space: nowrap;
    margin-left: -20px;
    text-align: left;
    font-weight: normal;
}

form fieldset {padding:1.4em;margin:0 0 1.2em 0;border:1px solid #ccc;}
form legend {font-weight:bold;font-size:1.2em;}
form input input textarea, select {margin:0.5em 0;border:1px solid #bbb;}
form input input textarea:focus, select:focus {border:1px solid #666;}
form input input {width:300px;padding:5px;}
form input {font-size:1.2em;}
form textarea {width:390px;height:250px;padding:5px;}
/*
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
*/
form th, form td {
    padding-bottom: 4px;
}

form th {
    text-align: right;
    vertical-align: middle;
    padding-right: 4px;
}

form tr.checkbox th {
    vertical-align: top;
}

form tr.checkbox td label{
    font-weight: normal;
}

form tr.required th label::after {
    content: "*";
}

.top,
tr.tr-top {
    vertical-align: top;
}

tr.tr-top input {
    margin-top: 0;
}

#overlay {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
}

#vform {
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    padding: 1%;
    background-color: #fafafa;
    border: 1px solid rgba(242,205,12,1);
}

#content form ul.errorlist {
    float: right;
    list-style-type: none;
    color: #ee9b00;
    margin-bottom: 0;
}

#content form.voting ul.errorlist {
    float: none;
}

#content form ul.errorlist li {
    margin: 0.2em 0;
}

tr.error td input {
    border: 1px solid #ee9b00;
}

form tr td.right {
    text-align: right;
    border: 0;
    float: none;
    margin: 0;
}

form table.fixed-input-width-400 input,
form table.fixed-input-width-400 textarea {
    width: 400px;
    padding: 0px;
}

#content table.scope ul {
    list-style: none;
    padding-left: 20px;
}

#content table.scope th {
    vertical-align: top;
    text-align: left;
}

#content table.programm td {
    vertical-align: top;
}

/*
#content table.scope li > label {
    display: block;
    text-indent: -21px;
}
*/

/* updates new theme 2017 */
/* TODO: remove bloat before */


.logoBig #mainMenu ul ul {
    width: 250px;
    background-color: #ffffff;
    border: 1px solid #666666;
    top: 38px;
}

#mainMenu ul ul a {
    color: #666666;
}

#mainMenu > select.responsive-nav > option.active {
    background-color: #ff6600;
    color: #ffffff;
}

.navbar .brand {
    padding-top: 0;
    padding-bottom: 0.3em;
}

.logoBig #mainHeader nav#mainMenu {
    margin-bottom: 0.2em;
}
.logoBig ul.socialNetwork {
    float: none;
}

#mainMenu ul li ul::before {
    color: #666666;
    font-size: 24px;
}

#mainMenu ul li a {
    font-size: 1em;
}

#mainMenu > ul > li > a {
    padding-left: 5px;
    padding-right: 5px;
}

#pageMenu {
    display: block;
}

#mainHeader .navbar .nav > li > a {
    background-color: #ffffff;
    color: #ff6600;
    border-width: 1px;
    border-style: solid;
    border-color: #ff6600;
}

#mainHeader .navbar .nav > li > a.active {
    background-color: #ff6600;
    color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #ffffff;
}

div.nominee header.imgWrapper {
    text-align:center;
}

div.nominee header.imgWrapper > h4.place {
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    padding: 10px 0;
}

div.pricetext {
    padding-bottom: 10px;
}

div.nominee header.imgWrapper > h5.price {
    text-align: center;
    font-size: 1.2em;
    padding: 0 0 10px 0;
}

div.nominee header.imgWrapper > h4.gold {
    background: linear-gradient(45deg,  rgba(242,205,12,1) 0%,rgba(255,255,255,1) 56%,rgba(242,215,0,1) 96%);
}
div.nominee header.imgWrapper > h4.gold:before{
  background: linear-gradient(45deg,  rgba(242,205,12,1) 0%,rgba(255,255,255,1) 56%,rgba(242,215,0,1) 96%);
  border: 1px solid rgba(242,205,12,1);
  }

div.nominee header.imgWrapper > h4.gold:after{
  background: linear-gradient(45deg,  rgba(242,205,12,1) 0%,rgba(255,255,255,1) 56%,rgba(242,215,0,1) 96%);
  border-top: 1px solid rgba(255,255,255,0.3);
  border-left: 1px solid rgba(255,255,255,0.3);
  border-bottom: 1px solid rgba(242,205,12,0.3);
  border-right: 1px solid rgba(242,205,12,0.3);
  box-shadow: inset 0px 0px 2px 2px rgba(150, 150, 150, .05);
  }
div.nominee header.imgWrapper > h4.silver {
    background: linear-gradient(45deg,  rgba(160,160,160,1) 0%,rgba(232,232,232,1) 56%,rgba(160,160,160,1) 96%);
}
div.nominee header.imgWrapper > h4.silver:before{
  background: linear-gradient(45deg,  rgba(181,181,181,1) 0%,rgba(252,252,252,1) 56%,rgba(232,232,232,1) 96%);
  border: 1px solid rgba(181,181,181,1);
  }


div.nominee header.imgWrapper > h4.silver:after{
  background: linear-gradient(45deg,  rgba(181,181,181,1) 0%,rgba(252,252,252,1) 56%,rgba(232,232,232,1) 96%);
  border-top: 1px solid rgba(255,255,255,0.3);
  border-left: 1px solid rgba(255,255,255,0.3);
  border-bottom: 1px solid rgba(160,160,160,0.3);
  border-right: 1px solid rgba(160,160,160,0.5);
  box-shadow: inset 0px 0px 2px 2px rgba(150, 150, 150, .05);
  }
div.nominee header.imgWrapper > h4.bronze {
    background: linear-gradient(45deg,  rgba(223,182,103,1) 0%,rgba(249,243,232,1) 56%,rgba(231,192,116,1) 96%);
}
div.nominee header.imgWrapper > h4.bronze:before{
  background: linear-gradient(135deg,  #d19c35 0%,#f7e6c5 50%,#e8b558 100%);
  border: 1px solid #e6b86a;
  }

div.nominee header.imgWrapper > h4.bronze:after{
  background: linear-gradient(45deg,  rgba(223,182,103,1) 0%,rgba(249,243,232,1) 56%,rgba(231,192,116,1) 96%);
  border-top: 1px solid rgba(255,255,255,0.3);
  border-left: 1px solid rgba(255,255,255,0.3);
  border-bottom: 1px solid rgba(209,156,53,0.3);
  border-right: 1px solid rgba(209,156,53,0.5);
  box-shadow: inset 0px 0px 2px 2px rgba(153, 106, 26, .05);
  }
div.nominee header.imgWrapper > h4.other {
    background-color: rgba(255,255,255,1);
}

.boxWrapper h2 {
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    overflow: hidden;
}

.boxTextWrapper {
    height: 250px;
    min-height: 250px;
    max-height: 250px;
    overflow: hidden;
}

/* https://stackoverflow.com/a/10810201/11033695 */
.modal {
    position: fixed;
    top: 3%;
    right: 3%;
    left: 3%;
    width: auto;
    margin: 0;
}

.modal-body {
    height: 60%;
    max-height: 600px;
    padding: 15px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/* captcha */
input#id_captcha_1 {
    width: auto;
}

/* media */
@media(max-width: 978px) {
  .navbar .brand {
      float: none;
  }
}
@media(min-width: 979px) {
  .logoBig {
    padding-top: 122px;
  }
  #pageMenu {
      display: none;
  }
}

@media(max-width: 768px) {
  #cms_toolbar .cms_toolbar {
    padding-bottom: 4px !important;
    height: auto !important;
  }
  .modal-body {
    max-height: 350px;
  }
}
