/* Fjerne text-shadow */

body .ui-body-c, body .ui-overlay-c
{
    text-shadow:0 0 0;
}

/* Header */

.ui-header{
    background-image: url("../images/top_logo.svg");
    background-repeat:no-repeat;
    background-position: center;
    height: 20px;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*.ui-bar-a {
    background:#666;
}*/

/* Slider */

.ui-slider-track {
    height: 3px;
    margin-left: 15px !important;
    background-color: #c55f27 !important;
    border-color: transparent !important;
}

.ui-btn.ui-slider-handle {
    border-radius: 50%;
    background-image: url("../images/handle-white.svg");
    background-size: 14px 14px;
    background-repeat:no-repeat;
    background-position: center;
    /*    background-color: #6a404e !important;
        border-color: #6a404e !important;*/
}

/* Button */

.ui-btn-left {
    background-color: transparent !important;
} 

.ui-btn-right {
    padding-left: 1.4em;
}



/*.ui-btn:hover{
    color: #6a404e !important;
}*/

/* Fjerne button-shadow */
.ui-shadow {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

/* Sorterings-ikon */	

.ui-icon-myicon:after {
    background-image: url("../images/sort-white.svg");
    /* Make your icon fit */
    background-size: 14px 14px;
}

.topbtn{
    background-color: transparent !important;
    border-color: transparent !important;
}

.closebtn {
    padding-left: 0em !important;
}
/* Øl-liste */

.listnumber {
    float:left;
    font-size:32px;
    font-weight:normal;
    text-align: center;
    width: 1em;
    margin-left: -5px;
    color: #c55f27;
    padding-top: 6px;
}

.listitem {
    margin-left:40px;
}

.ui-icon-mylistarrow:after {
    background-image: url("../images/carat-r-rust.svg");
    background-size: 14px 14px; 
    margin-top: -18px
        /*  background-position: center center;
            background-repeat: no-repeat;  */
}

/* Bryggeri */

.breweryname {
    font-size:12px;
    font-weight: bold;

	margin-left: 10px;

}

.brewerydivider {
    background-color: #c55f27 !important;
    font-size:14px;
    font-weight: normal !important;
    color: #ffb500 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;    
}
.ui-li-divider {
    background-color: #c55f27 !important;
    font-size:14px;
    font-weight: normal !important;
    color: #ffb500 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;    
}

/* Øl */

.beername, h2 {
    font-weight:normal;
    font-size: 20px;
}

.beername {
	margin-left: 10px;

}

.beeritem {
    margin-left:50px;
}

.beernumber {
    float:left;
    font-size:28px;
    width: 50px;
    text-align: center;
    padding-top: 6px;
}

.beerinfo {
    font-size:11px;
    font-weight:normal;
    color: #c55f27;
    margin-top: 2px;

	margin-left: 10px;
}

.beerinfo_bold, .beertext_bold {
    font-weight: bold;
    margin-top: 10px;
}

.beertext, p {
    font-size:12px;
    /*font-weight:normal;*/
    line-height: 20px;
    color: #c55f27; 
    margin: 15px;
}

.beermaintype {
    font-size:14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.beertypebox {
    background-color: #fccf5f;
    margin-top: 10px;
    padding-top: 10px;
    font-size:12px;
    /*font-weight:normal;*/
    line-height: 20px;
    color: #c55f27; 
}

.beerfavorite {
    width: 14px;    
    height: 14px;
    float: right;
    background-image: url("../images/heart-orange.svg");
    background-size: 14px 14px;
    background-repeat:no-repeat;  
    display: none;

}

.settdisplayblock {
    display: block;
}

/* Avstemming */

/* Boks rundt de tre stemme-sliderne */
.votebox {
    background-color: #fccf5f;
    margin-top: 10px;
    padding-top: 10px;
}

/* Stemmekategorier */
.votelabels {
    font-weight: bold !important;
    font-size: 12px !important;
    color:#c55f27 !important;
}

.myvote{
    font-size: 11px !important;
    float: right;
    clear: both;
    margin-top: -20px;
    line-height: 10px;
    text-align: center;
    /*margin-right: -10px;*/
}

/* Stemme-tall til høyre for slidere */

.feedbackboks {
    width: 28px;
    height: 28px;
    padding: 0px;
    margin-top: 2px;
    margin-left: 8px;
    border-width: 1px;
    border-radius: 50%;
    border-style: solid;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    text-align: center !important;
    vertical-align: bottom;
    -webkit-transition: border-color 0.5s, background-color 0.5s,-webkit-transform 0.5s; 
    transition: border-color 0.5s, background-color 0.5s, transform 0.5s;

}

.feedbackboks-unvoted {
    background-color: transparent;
    border-color: transparent;   
}

.feedbackboks-voted {
    background-color: #ffb500;
    border-color: #ffb500;   
}

/* Ikke i bruk?
.feedbackboks_input {
    width: 100% !important;
    text-align: center !important;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 4px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-width: 0px;
    border-style: solid;
    outline: 0;
} */

.enSlider {
    width: 85% !important;
}

.enboks {
    width: 15% !important;
}

/* Hide the number input */
.fjerneInputBoks {
    display: none !important;
}





/* Bunnlinje i øl-lista med karakterer  */

.voteinfo {
    margin-top: 10px;
    margin-left: -56px;
    margin-right: -50px; 
    /*padding-left:58px;*/

    padding-left:68px;

    font-size:11px;
    font-weight:normal;
    color: #c55f27;
    border-top-color: #EEE;
    border-top-style: solid;
    border-top-width: 0px;
    width:120%;
    background-color: #fccf5f;
    text-shadow: 0px 0px 0px #000000;
}

.bunnpaddingNull {
    padding-bottom: 0px;
}

/* bunnlinjestyler slutt */

/* Prefs-panel */
.panel-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.panel-wrapper {
    position: fixed;
    left: 0;
    bottom: -200px;
    overflow: hidden;
    width: 100%;
    font-family: sans-serif;
    padding: 0px;
    background-color:rgba(255,0,0,0.0);
    z-index: 1000000;

}

.panel-content {
    overflow: hidden;
    width: 90%;
    height: 180px;
    /* background-color: #dadada transparent; */
    vertical-align: middle;
    alignment-adjust: central; 
    margin-left: 5%;
    margin-right: 5%;
    padding:0px;
}
.bottom-button {
    width: 100%;
    height: 40px;
    margin-bottom: 3px;

    border: 0px;
    background-color: #FCE6B0;

    font-size: 14px;
    font-weight: bold;
}
#avbryt-button {
    margin-top: 3px;
    background-color: #eaeaea;
}

#modalbakgrunn {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000000;
    z-index: 99999;
    opacity:0;
    display: none;
}

#modalbutton {
    opacity: 0;
    height: 100%;
    width: 100%;
}
/* prefs-panel slutt */

/* liten boks som viser at stemmer er lagret. */
#lagretmelding {
    background-color: #fafafa;
    display: none;
    opacity: 0;
    position: fixed;
/*    top:50%; */
    top: 150px;
    right: 48%;
    z-index: 99999;
}
/* boks slutt */


@media all and (min-width: 600px) {

    .enSlider {
        width: 93% !important;
    }

    .enboks {
        width: 7% !important;
    }    
}

@media all and (min-width: 1000px) {

    .enSlider {
        width: 96% !important;
    }

    .enboks {
        width: 4% !important;
    }    
}
