﻿
/*.navbar-default {
    border-color: #e7e7e7; 
    background-image: url("../images/logo_bottom_black_redo.png");
}*/

.spin {
    display: block;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
    /*   display: none;
    background-color: black;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5; also -moz-opacity, etc. */
}


html {
    min-height: 100%;
    position: relative;
}

body {
    margin-bottom: 60px;
    padding-top: 50px;
}

path {
stroke-width:3px;
stroke:dimgrey;
}




.bench {
    background-color: #A8A8A8;
    bottom: 0;
    /*
    position: absolute;*/
    position: fixed;
    width: 100%;
    height: 80px;
    z-index: 11;
    display: inline-block;
}

body > .container {
    padding: 60px 15px 75px;
    z-index: 10;
}

.container .text-muted {
    margin: 20px 0;
}

.footer {
    /*background-color: #f5f5f5;*/
    background-image: url("../images/logo_bottom_black_redo2.png");
    bottom: 0;
    /*
    position: absolute;*/
    position: fixed;
    width: 100%;
    height: 60px;
    z-index: 10;
}

.footer > .container {
    padding-left: 15px;
    padding-right: 15px;
}


.logoText {
    text-align: right;
    padding-top: 10px;
    font-size: .75em;
    color: white;
}

    .logoText strong {
        color: white;
        position: fixed;
        font-size: .75em;
        bottom: 10px;
    }


.footer > .row > .logo img {
    height: 60px;
}




/*
    Sidebar
*/
.sidebar {
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
    bottom: 40px;
    display: block;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    /* padding: 20px;*/
    padding: 0 20px 20px 20px;
    position: fixed;
    top: 50px;
    z-index: 1;
}

.sidebarIcons {
    margin-left: 0;
    margin-right: 0;
}

    .sidebarIcons > ul {
        margin-bottom: 20px;
        margin-left: -20px;
        margin-right: -20px;
    }

        .sidebarIcons > ul > li {
            list-style: none;
            display: block;
            position: relative;
        }

            .sidebarIcons > ul > li > a {
                /*padding-left: 5px;
                padding-right: 5px;*/
                padding: 5px;
                color: #337ab7;
                text-align: center;
                font-size: 12px;
            }

                .sidebarIcons > ul > li > a > i {
                    display: inline-block;
                    text-align: center;
                }

                .sidebarIcons > ul > li > a > span {
                    text-align: center;
                }


    .sidebarIcons span {
        display: none;
        min-width: 30px;
    }

.activeFeeder {
font-weight:bold;
}




@media(max-width:768px) {

    .sidebarIcons span {
        display: inline;
    }

    .sidebarIcons > ul > li > a {
        text-align: center;
    }

    .footer > .logoText strong {
        padding-left: 50px;
    }

    .modal-lg {
        width: 100%;
    }

    .modal-lg1 {
        width: 100%;
    }

    .imageCard {
        height: 25px;
    }

    .benchCard
{
        display:inline-block;

    }

    .cardFont { font-size:6px;
    }
}




@media(min-width:769px) {

    .sidebarIcons span {
        display: inline;
    }

    .sidebarIcons > ul > li > a {
        text-align: center;
    }

    .footer > .logoText strong {
        padding-left: 50px;
    }

    /*.footer > .logo{

        display:inline-block;
    }
    .logoText{
        display:inline-block;
    }*/


    .modal-lg {
        width: 1200px;
        min-height: 900px;
    }

    .modal-lg1 {
        width: 1800px;
        min-height: 900px;
    }
     .modal-lg2 {
        width: 1800px;
        min-height: 600px;
    }
    .iframe-min-height{

        min-height:600px;
    }
    .iframe-min-height1{

        min-height:1000px;
    }
    .imageCard {
    height: 45px;
    }
    .cardFont { font-size:7px;
    }
}


@media (min-width: 1900px) and (min-height: 1200px) {

    .modal-lg {
        width: 1500px;
        /*min-height: 1200px;*/
    }

    .modal-body{
        min-height:1000px;
        padding:10px;
        position:relative;

    }

    .modal-body1{
        min-height:1500px;
        padding:10px;
        position:relative;

    }

     .iframe-min-height{

        min-height:1100px;
    }

    .imageCard {
    height: 60px;
    }
    .cardFont { font-size:6px;
    }
}




/*\
 *Employee Table 
 *
 */
.panel {
    border-color: dimgray;
}

.panel-tableHeader {
    text-align: center;
    background-color: #337ab7;
    color: #fff;
    border-color: dimgray;
}

.panel-primary > .panel-heading {
    border-color: dimgray;
}



/*.panel-primary > .panel-heading {
    background-image: -webkit-linear-gradient(top,#001B70 0,#00124e 100%);
    background-image: -o-linear-gradient(top,#001B70 0,#00124e 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#001B70),to(#00124e));
    background-image: linear-gradient(to bottom,#001B70 0,#00124e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff001B70', endColorstr='#ff00124e', GradientType=0);
    background-repeat: repeat-x;
}*/

.angular-google-map-container {
    height: 200px;
}

.toolbar {
    padding-left: 15px;
    padding-right: 15px;
}
