/*!
 * Start Bootstrap - Simple Sidebar (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

 body {
    overflow-x: hidden;
    /*background: #f4f4f4;*/
 }
 h3 {
     font-family: 'Montserrat', sans-serif;
 }

/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 350px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 350px;
    width: 0;
    height: 100%;
    margin-left: -350px;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /*border-right: 5px solid #fff;*/
    font-family: "Inconsolata","Courier New",monospace;
    font-size: 16px;
}
#sidebar-content{
    padding: 15px 30px;
}
#sidebar-content h3{
    font-size: 30px;
}
#sidebar-content .srtUpload{
    margin: 30px 0;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
#sidebar-content .srtUpload .errors{
    color: red;
}
#sidebar-content .form-group{
    padding: 0 15px 15px 15px;
    border: 2px dashed #ddd;
    background: #fafafa;

}
#sidebar-content h3, #sidebar-content ul.examples{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#sidebar-content ul.examples{
    border-top: 1px dotted #ccc;
    list-style: none;
    padding: 0;
}
#sidebar-content ul.examples li{
    border-bottom: 1px dotted #ccc;
    padding: 4px 0px;
}
#sidebar-content ul.examples li:hover{
    background: #fff;
}
#sidebar-content ul.examples li p{
    margin-bottom: 0;
    color: #605e69;
    font-size: 17px;
    line-height: 18px;
}
#sidebar-content ul.examples li span{
    font-size: 13px;
    color:#b4bdc8;
}
#sidebar-content .srtUpload input[type=file], #sidebar-content .srtUpload button{
    display: inline-block;
}

#sidebar-content .srtUpload button{
    border-radius: 20px;
    border: 0;
    color: #fff;
    background: #3FB0DC;
    text-transform: uppercase;
}

#wrapper.toggled #sidebar-wrapper {
    width: 350px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
@media(max-width:767px) {
    #sidebar-wrapper{
        position: unset;
        z-index: unset;
        left: 0;
        margin-left: 0;
        width: 100%;
    }
    #sidebar-content h3{
        text-align: center;
    }
}
@media(min-width:768px) {
    #wrapper {
        padding-left: 350px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 350px;
        overflow-x: hidden;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}
.moviepage, .nav-holder{
    max-width: 700px;
}
.nav-holder{
    /*padding-bottom: 15px;*/
    padding-top: 15px;
    overflow: auto;
}
.graphcontainer .info{
    padding: 30px 15px 15px 15px;
    font-size: 18px;
    line-height: 34px;
    font-weight: 300;
}
.graphcontainer{
    background: #fff;
    padding: 15px 15px 30px 15px;
    margin-bottom: 60px;
    border: 1px solid #e3e3e3;
    max-width: 700px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
