/*******************
RESET
*******************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)*/
/* line 10, reset.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, #trigger, .switchable, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*********************
        BAS  
*********************/

h1{
  font-size: 1.2em;
  color: white;
  padding: 100px 0 30px 0;
}
h2{
  font-size: 1.5em;
  color: white;
}
h3{
  font-size: 1.3em;
  color: white;
}
h4{
    font-size: 1.125em;
    color: white;
}
a, a:hover, a:active, a:visited{
    color: #E82C0C;
    text-decoration: none;
}
/* För sticky footer */
html{
    position: relative;
    min-height: 100%;
    max-width: 100%;
}
/* Fixerar menyn i överkant, sticky footer och sätter font */
body{
    width: 100%;
    max-width: 100%;
    height: 100%;
    font-family: "Gruppo", sans-serif;
    font-size: 0.975em;
    font-weight: 100;
    line-height: 1.3em;
    color: white;
    background-color: rgba(25, 45, 46, 0.6);
    margin: 0px auto;
    padding: 0 0 40px;
}

/*Sätter opaciteten på bakgrundsbilden utan att påverka texten som ligger över. http://stackoverflow.com/questions/7241341/can-i-set-an-opacity-only-to-the-background-image-of-a-div */
.container-cover{
    position: relative;
    z-index: 1;
}
.container-cover:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../bilder/tbana.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0.3;
}
nav{
    height: 60px;
    background: rgba(25, 45, 46, 0.7);
}
.nav-item{
    font-size: 1.125em;
    color: #E82C0C;
}
nav .dropdown-menu{
    background-color: black;
}
nav .navbar-inner{
    filter: none;
}
nav .navbar-brand{
    margin-top: 0px;
    padding-top: 0px;
}
.logga {
    max-width: 30%;
}
.navbar-toggler{
    display: none;
}
.navbar-toggler-icon{
    display: none;
}

/*********************
        SEKTIONS  
*********************/

#section1, #section2, #section3, .admin{
    min-height: 100vh;
    width: 100%;
    padding: 0;
}
.first-section, .third-section{
    min-height: 92vh;
    width: 100%;
    padding: 0;
}
.first-section p, .second-section p, .third-section p{
    padding-top: 4px;
}
.first-section{
    background-color: #192d2e;  
}
.second-section{
    width: 80%;
    height: 600px;
    background-color: #192d2e; 
    padding: 50px 0;
    margin-top: 30px;
}
.third-section{
    width: 80%;
}
.third-section h2{
    padding-top: 20px;
}

/*********************
        SEKTION 1  
*********************/

.center, .left, .right{
    max-height: 420px;
    min-height: 150px;
    padding-top: 30px;
}
.left table{
    margin-top: 2.667em;
}
.left th{
    line-height: 1.3em;
    color: white;
    font-weight: 300;
    padding-bottom: 0.625em;
}
.left td{
    line-height: 1.5em;
    font-weight: 100;
}
#right{
    
    min-height: 300px;
}
label, #trigger, .switchable{
    font-size: 1.4em;
    color: white;
    padding-bottom: 3px;
    margin-top: 1.250em;
}
.venuelabel{
    display: none;
}
#trigger, .switchable{
    background-color: white;
    color: black;
    border: 1px solid #E82C0C;
    padding-top: 3px;
    
}
#venues{
    max-width: 400px;
    
}
.switchable{
    max-width: 80%;
    min-width: 80%;
    text-transform: uppercase; /* Bootstraps text-uppercase funkade inte här, så skapar versaler i css*/
    padding-top: 3px;
    
}
#map{
    width: 100%;
    max-height: 390px;
    min-height: 300px;
}

/*********************
        SEKTION 2  
*********************/

.list{
    width: 100%;
    height: 500px; 
    overflow: auto;     
}
.lista{
    width: 76%;
    height: 500px;
}
.lista th{
    line-height: 1.3em;
    color: white;
    font-weight: 700;
    padding-top: 1.2em;
}
.lista td{
    line-height: 1.5em;
    font-weight: 100;
}

/*********************
        SEKTION 3  
*********************/

.login{
    max-width: 40%;
    height: 320px;
    background-color: #192d2e;
    padding-top: 40px;
    line-height: 1.3em;
}
.login .form-control{
    width: 200px;
    margin: 0px auto;
    margin-bottom: 8px;
}
.log{
    font-family: "Gruppo", sans-serif;
    margin-top: 20px;
    background-color: #E82C0C;
}
.login h2{
    padding-bottom: 10px;
}

/*********************
        ADMIN  
*********************/

.admin{
    height: 100%;
    width: 90%;
    max-width: 1100px;
    background-color: white;
    color: #192d2e;
    font-size: 11px;
    margin-top: 200px;
    padding-top: 20px;
}
.admin h2{
    padding-bottom: 15px;
    color: #192d2e;
}
.admin table input{
    line-height: 1.3em;
}
.add{
    padding: 40px 0 40px 200px;
}
.add table td{
    font-size: 14px;
    line-height: 1.3em;
    padding: 3px;
}
input::placeholder{
    font-family: "Gruppo", sans-serif;
    color: #C0C0C0;
}
.add .btn{
    font-family: "Gruppo", sans-serif;
    line-height: 1.3em;
    color: white;
    background-color: #E82C0C;
    margin-top: 10px;
}
.info{
    padding: 25px 0 0 90px;
}
.info h3{
    padding: 20px 0 5px 0;
    color: #192d2e;
}
ol{
list-style: decimal inside;
    }
.info a{
    font-size: 1.125em;
}
.edit table th{
    line-height: 1.3em;
    padding: 4px;
}
.edit table td{
    padding: 4px;
}
.edit table tr{
    padding: 5px;
}
.edit tr:nth-child(odd){
    background-color: white;
}
.edit tr:nth-child(even){
    background-color: rgba(25, 45, 46, 0.1);
}
.edit .btn{
    background: none;
    border: none;
    padding: 0px;
    color: #E82C0C;
}
.change{
    font-family: "Gruppo", sans-serif;
    padding: 30px 0;
    margin-left: 420px;
}
.change .btn{
    font-family: "Gruppo", sans-serif;
    color: white;
    padding: 5px;
    background-color: #E82C0C;
    margin-top: 6px;
}

/*********************
        FOOTER  
*********************/

footer{
    background-color: #192d2e;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 100%;
}
footer p{
    color: #E82C0C;
    font-size: 0.625em;
    padding-top: 0.375em;
}

/* MEDIA QUERIES bl.a. för att göra texten responsiv. http://stackoverflow.com/questions/19070463/using-bootstrap-but-text-not-responsive Steve Tarver*/
/* xs < 768 */
@media screen and (max-width: 767px){

    body{
        font-size: 0.75em;
    }
    label, #trigger, .switchable{
        font-size: 1.3em;
    }
    th{
        font-size: 0.938em;
  }
}
/* sm */
@media screen and (min-width: 768px){
  
    body{
        font-size: 0.938em;
    }
    h1{
        font-size: 2.5em;
        padding-top: 150px;
    }
    .left{
        padding-top: 30px;
    }
}
/* md */
@media screen and (min-width: 992px){
 
    body{
        font-size: 1em;
    }
    #section1{
        padding-top: 60px;
    }
    #section2, #section3{
        padding-top: 100px;
    }
    .second-section{
        width: 600px;
    }
    h1{
        font-size: 3em;
        padding: 150px 0 70px 0;
    }
    .left{
        padding-top: 70px;
    }
    .center{
        padding: 50px 20px 0 0;
    }
    .right{
        padding-right: 30px;
    }
    .lista{
        padding: 20px 0 20px 90px;
    }
}

