﻿.navbar-default {
    background-color: #741918;
    font-size: large;
    border-color: #9e2624;
    border-radius: 0;
}

    .navbar-default .navbar-brand,
    .navbar-default .navbar-brand:hover,
    .navbar-default .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            background-color: #9e2624;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #9e2624;
    }

    .navbar-default .navbar-text {
        color: #fff;
    }

    .navbar-default .navbar-toggle {
        background-color: #9e2624;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #9e2624;
        }

.small-image {
    max-height: 75px;
    cursor: pointer;
}



#wrapper {
    padding-left: 70px;
    transition: all .4s ease 0s;
    height: 100%;
}

#sidebar-wrapper {
    margin-left: -170px;
    left: 70px;
    width: 170px;
    background: #222;
    position: fixed;
    height: 100%;
    z-index: 10000;
    transition: all .4s ease 0s;
}

.sidebar-nav {
    display: block;
    float: left;
    width: 170px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#page-content-wrapper {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    height: auto;
}

#wrapper.active {
    padding-left: 170px;
}

    #wrapper.active #sidebar-wrapper {
        left: 170px;
    }

#page-content-wrapper {
    width: 100%;
}

#sidebar_menu li a, .sidebar-nav li a {
    color: #999;
    display: block;
    float: left;
    text-decoration: none;
    width: 170px;
    background: #252525;
    border-top: 1px solid #373737;
    border-bottom: 1px solid #1A1A1A;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    -ms-transition: background .5s;
    transition: background .5s;
}

.sidebar_name {
    padding-top: 25px;
    color: #fff;
    opacity: .7;
}

.sidebar-nav li {
    line-height: 40px;
    text-indent: 20px;
}

    .sidebar-nav li a {
        color: #999999;
        display: block;
        text-decoration: none;
    }

        .sidebar-nav li a:hover {
            color: #fff;
            background: rgba(255,255,255,0.2);
            text-decoration: none;
        }

        .sidebar-nav li a:active,
        .sidebar-nav li a:focus {
            text-decoration: none;
        }

.sidebar-nav > .sidebar-brand {
    height: 65px;
    line-height: 60px;
    font-size: 18px;
}

    .sidebar-nav > .sidebar-brand a {
        color: #999999;
    }

        .sidebar-nav > .sidebar-brand a:hover {
            color: #fff;
            background: none;
        }

#main_icon {
    float: right;
    padding-right: 30px;
    padding-top: 20px;
}

.sub_icon {
    float: right;
    padding-right: 30px;
    padding-top: 10px;
}

.content-header {
    height: 65px;
    line-height: 65px;
}

    .content-header h1 {
        margin: 0;
        margin-left: 20px;
        line-height: 65px;
        display: inline-block;
    }

@media (max-width:767px) {
    #wrapper {
        padding-left: 70px;
        transition: all .4s ease 0s;
    }

    #sidebar-wrapper {
        left: 70px;
    }

    #wrapper.active {
        padding-left: 170px;
    }

        #wrapper.active #sidebar-wrapper {
            left: 170px;
            width: 170px;
            transition: all .4s ease 0s;
        }
}

.panel-artticket-actual {
    color: #ffffff;
    background-color: #741918;
    border-color: #dddddd;
    font-size: 18px;
}

.panel-artticket-body {
    background-color: white;
    color: black;
    font-size: 18px;
}

.artticket-background {
    margin: -20px;
    padding: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: white;
}

    .artticket-background:before {
        z-index: -1;
        position: absolute;
        content: url(../images/sprinters.jpg); /*no-repeat left bottom;*/
        opacity: 0.2;
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: 0 0;
        -ms-background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        background-color:#1f1f1f;

        /*background-size: auto;*/
    }

.delete-message {
    float: right;
    font-weight: 800;
    cursor:pointer;
}

.custom-heading{
    color:white !important;
        background-color: #e807f7 !important;
}

.cancel-operation{
    color:red;
}

.m-bottom-10{
    margin-bottom: 10px;
}

.empty-route{
    color:#e6e5e5;

}
@media (min-width: 768px) {
    .navbar-right {
        margin-right: -5px !important;
    }
}
