﻿html, body {
    height: 100%;
}

#holder {
    min-height: 100%;
    position: relative;
}

#container {
    padding-bottom: 5px;
}

#logo {
    padding-right: 15px;
}

#location-map {
    height: 250px;
}

footer {
    height: 40px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #424242;
    /*background:linear-gradient(rgba(30,30,30, 0.8), rgba(30,30,30, 0.8)),url('images/edstar/explosion_banner.png');*/
    color: white;
    text-align: center;
}

.user_name {
    font-size: 14px;
    font-weight: bold;
}

.comments-list .media {
    border-bottom: 1px dotted #ccc;
}

.navbar {
    margin-bottom: 0px !important;
}

.footer-content {
    padding: 10px;
}

    .footer-content a {
        color: #FFF;
        font-weight: bold;
    }

.navbar-nav {
    margin-top: 20px;
    text-transform: uppercase;
}

.navbar-default {
    background-image: none !important;
    background-color: white !important;
    border: none !important;
    box-shadow: 0px 1px 1px -1px rgba(211, 209, 207, 0.99);
}

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        background-color: #424242;
        color: white;
        background-image: none;
        box-shadow: none;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 29px 10px;
        font-family: 'Open Sans Light', Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 100;
        min-height: 22px;
        line-height: 22px;
        letter-spacing: -0.3px;
    }

        .navbar-default .navbar-nav > li > a:hover {
            background-color: #424242;
            color: white;
        }

        .navbar-default .navbar-nav > li > a:before {
            content: '';
            width: 1px;
            height: 100%;
            position: absolute;
            background: #ebebeb;
            top: 0;
            left: 0;
        }

.navbar-header {
    margin-top: 15px;
    border-right: 1px solid #ebebeb;
}

.userMenu {
    background-color: #263697;
}

.subMenu {
    background-color: #d7d7d6;
}

.userMenu a {
    color: white !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #424242 !important;
    color: white !important;
    background-image: none !important;
}

.dropdown-menu > li > a {
    color: #424242 !important;
    padding: 10px;
}

    .dropdown-menu > li > a:hover {
        background-image: none !important;
        background-color: #424242 !important;
        color: white !important;
    }

.home-banner {
    overflow: visible;
    min-height: 350px;
    background: url('images/edstar/banner.png');
}

.welcome-box {
    width: 40%;
    margin-left: 30px;
    padding-top: 30px;
    color: white;
}

.welcome-body a {
    color: white;
    background-color: #263697;
    padding: 7px;
    text-decoration: none;
}

    .welcome-body a:hover {
        background-color: #424242;
    }

.welcome-content {
    /*background-color: #FFF;*/
    padding: 10px;
}

.welcome-footer {
    background-color: #263697;
    width: 100%;
    color: white;
    font-size: 16px;
    padding: 10px;
}

.jumper-box {
    /*padding-top:10px;*/
}

.jumper-content {
    background-color: #FFF;
    height: 220px;
}

.jumper-image {
    /*height: 250px;*/
    width: 100%;
    height: auto;
}

.zoom-on-hover {
    position: relative;
    border: 1px solid #333;
    margin: 2%;
    margin-bottom: 0;
    overflow: hidden;
}

    .zoom-on-hover img {
        max-width: 100%;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .zoom-on-hover:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.jumper-footer {
    background-color: #263697;
    width: 96%;
    color: white;
    font-size: 16px;
    padding: 10px;
    margin: 2%;
    margin-top: 0;
    display: inline-block;
}

.content-section {
    padding: 10px;
    margin: 10px;
}

.header-section {
    /*padding-bottom:10px;*/
}

h1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.breadcrumb {
    background-color: #424242;
    border-radius: 0;
}

    .breadcrumb li a {
        color: white;
        text-decoration: none;
    }

    .breadcrumb a.active {
        color: #263697 !important;
    }

.panel-default > .panel-heading {
    /*background-color: #d7d7d6;*/
    border-radius: 0;
    color: #777;
    padding: 0;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: #FFF;
}

.panel {
    border: none;
}

.panel-title {
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #444;
    max-width: 65%;
}

.panel-heading label {
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
}

.panel-default > .panel-heading > .form-control {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    box-shadow: none;
    border-radius: 0;
}

.panel-button {
    /*background-color: #263697;*/
    background-color: #337ab7;
    border: 0;
    height: 100%;
    padding: 10px 25px;
    border-right: 1px solid #ebebeb;
    color: white;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
    /*min-width:160px;*/
    border-radius: 3px;
}

.alert input[type="submit" i] {
    padding: 8px 25px;
}

/*.panel-body .panel-button{
    padding:8px 25px;
}*/

.panel-body {
    /*min-height:230px;*/
}

.panel-button:hover {
    background-color: #d7d7d6;
    color: #777;
}

.alert {
    border-radius: 0;
}

.alert-danger {
    background-image: none;
}

.alert-warning {
    background-image: none;
}

.k-header {
    background-color: #d7d7d6 !important;
    color: #777 !important;
}

#itemsTable th {
    border-bottom: 1px solid #d7d7d6;
    padding-right: 5px;
    padding-bottom: 5px;
}

#itemsTable {
    width: 100%;
}




@media only screen and (max-width: 767px) {
    .navbar-default .navbar-nav > li > a {
        padding: 5px 5px;
        font-size: 12px;
    }

    .userMenu {
        width: 100%;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #FFF;
    }
}


@media only screen and (min-width: 991px) and (max-width: 1367px) {

    .jumper-image {
        height: 300px;
    }
}

@media only screen and (max-width: 800px) {

    .jumper-image {
        height: 500px;
    }
}


@media only screen and (max-width: 1399px) {
  #grid > .k-grouping-header {
    display: none;
     
    /* the following styles are required to fool
    jQuery's size measurement algorithms for hidden elements */
    height: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
  }

 
  .k-grid td {
    padding: .460em 0.643em;
}
    .panel-title {
        display: none;
    }

    .home-banner {
        min-height: 150px;
        background-position-y: -150px;
    }

    .panel-default > .panel-heading {
        border: hidden;
    }

    .panel {
        margin-bottom: 0px;
    }

    .panel-body {
        padding: 0px;
        padding-top: 5px;
    }

    .content-section {
        margin-top: 0;
        padding-top: 0;
    }

    .breadcrumb {
        margin-bottom: 5px;
    }

  

    h1 {
        font-size: 21px;
    }

    body {
        font-size: 12px;
    }



    .km-pane, .km-pane-wrapper, .km-root {
        width: 95%;
        height: 60%;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
    }
}


.nav.navbar-nav.dropdown-menu > li {
    float: none !important;
}

    .nav.navbar-nav.dropdown-menu > li > a {
        color: #777 !important;
        padding: 10px;
        display: block !important;
    }

    .nav.navbar-nav.dropdown-menu > li.active > a {
        color: white !important;
        background-image: none;
        background-color: #424242;
    }

/*Validation Tooltips*/

.required {
    position: relative;
    display: inline;
    top: 0.5em;
}

.required span {
    content: '';
    /*position: absolute;*/
    width: 200px;
    color: white;
    background: red;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    z-index: 999;
    border: 1px solid rgba(225, 58, 58,1);
    padding: 0.8em;
}

.required span:after {
    content: '';
    position: absolute;
    bottom: 180%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-bottom: 8px solid red;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    font-size: 14px;
}
.required span:before {
    content: "\f071\00a0";
    color: white;
    font-size: 18px;
}