﻿* {
    font-family: 'NotoSans', 'Arial Unicode MS Regular', sans-serif;
}

body {
    font-family: 'NotoSans', 'Arial Unicode MS Regular', sans-serif;
    font-size: 1.2vw;
    line-height: 1.5vw;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'NotoSansBold', 'Arial Unicode MS', Arial, sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 4.6vw;
    line-height: 5.8vw;
}

h2 {
    font-size: 4vw;
    line-height: 5.2vw;
}

h3 {
    font-size: 3.2vw;
    line-height: 4.4vw;
}

h4 {
    font-size: 2vw;
    line-height: 2.5vw;
}

h5 {
    font-size: 1.5vw;
    line-height: 1.95vw;
}

h6 {
    font-size: 1.2vw;
    line-height: 1.75vw;
}

/*Header Customization*/
.navbar-inverse {
    background-color: #333;   
}

.navbar-inverse .navbar-brand {
    color: #ffe600;
    top: -5px;
    left: 25px;
    position: absolute;
    padding: 20px 20px;
}

/*Top level nav*/
.navbar-inverse .navbar-nav li a {
    font-size: 100%;
    color: #c0c0c0;
    padding: 21px 20px;
}

    .navbar-inverse .navbar-nav li a:hover {
        border-bottom: 1px solid #ffe600;
        text-decoration: none;
        color: #c0c0c0;
        background-color: #000;
    }

/*Top level nav, clicked*/
    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        color: #FFF27F;
        background-color: #000;
    }

dropped {
    border-bottom: 0px;
}

.dropdown-menu {
    background-color: #000;

}

.dropdown-toggle{
    font-weight:200;
}

.navbar-inverse .navbar-nav li > .dropped {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}


.navbar-inverse .navbar-nav li a .dropped {
    font-size: 10px;
    color: #c0c0c0;
    font-size: 150%;
    padding: 10px 20px;
    padding-bottom: 30px;
}


/*Sidebar Specific*/
.sidebarNav {
    background-color: white;
    border: none;
    list-style: none;
}

.sidebarNav li a {
    color: #999999;
    display: block;
    text-decoration: none;
    padding: 1em;
    font-size: 120%;
}

    .sidebarNav li a:hover {
        color: #fff;
        background-color: gray;
        text-decoration: none;
    }

    .sidebarNav li a:active,
    .sidebarNav li a:focus {
        background-color: gray;
        text-decoration: none;
        color: #fff27f;
    }

.sidebarNav .sidebarBrand {
    margin-left: -.5em;
    font-size: large;
    color: white;
}

    .sidebarNav .sidebarBrand a {
        color: white;
    }

        .sidebarNav .sidebarBrand a:hover {
            color: #fff;
            background: none;
        }

.sidebarNavSecondLevel {
    list-style: none;
    margin-left: -2.5em;
}

/**/

.hovereffect {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-bottom: 25px;
}

    .hovereffect .overlay {
        width: 100%;
        height: 20%;
        position: absolute;
        overflow: hidden;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0,0,0,0.6);
        transition: .5s ease;
    }

    .hovereffect img {
        width: 100%;
        display: block;
        position: relative;
        -webkit-transition: all .4s linear;
        transition: all .4s linear;
    }

    .hovereffect .text {
        padding: 5%;
    }

    .text ul li {
        text-decoration: none;
        list-style: none;
    }

    .hovereffect a {
        text-decoration: none;
    }


    .hovereffect:hover .overlay {
        height: 100%;
    }
a:hover {
    text-decoration: none
}
/*Home Page Specific*/
.image {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
}

.image1 {
    background-image: url(https://images.unsplash.com/photo-1524524783719-d1b63414e92c?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=8c6c421ec0b5b8df68f4afa5b4385249&auto=format);
}

.image2 {
    background-image: url(https://images.unsplash.com/photo-1524602997322-c1900e093d3d?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=78cf1823c6207694975281c8c84e14f2&auto=format);
}

.image3 {
    background-image: url(https://images.unsplash.com/photo-1524512266937-18b73dfa3355?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=800019f3cdae2088f6f1a09ddb8a4def);
}

.image4 {
    background-image: url(https://images.unsplash.com/photo-1524647369304-3668939f4fe0?ixlib=rb-0.3.5&s=9a24662195786dc2a60e7784c922b1c4);
}

.imageArda {
    margin: auto 0;
    height: 80vh;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/Images/2018-04-30_16-27-02.png');

}

.imageLogo {
    margin: auto 0;
    height: 80vh;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/Images/ardaLogo.png');

}

.jumbotron {
    color: #FFF27F;
    background-color: #6F7171;
}



/*LOGIN PAGE SPECIFIC*/

.form-control{

    color: #646464;
}

.btn-primary {
    color: #000;
    margin-bottom: 10px;
}

.panel-primary{

    border-color: #CCC;

}

/*Graph Filters*/
#SideBar_ddlFilter1 {
    width: 12em;
}

#SideBar_ddlFilter2 {
    width: 12em;
}

#SideBar_ddlFilter3 {
    width: 12em;
}

#SideBar_ddlFilter4 {
    width: 12em;
}

#SideBar_ddlFilter5 {
    width: 12em;
}

.GraphGridView{
    
    border: 0 solid white;
    margin-left: 20px;
    width: 78%;
}

.GraphGridView th{

    text-align: left;
    background-color: #FFF;
    color: #6F7171;
    font-size: 18px;
    text-decoration: underline;
    border: none;   
}


.GraphGridView td {
    text-align: left;
    padding: 10px 0px 0px 10px;
}

