﻿@font-face {
    font-family: 'Helvetica 45 Light';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica 45 Light'), url('fonts/HelveticaNeue-Light.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Light';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Light'), url('fonts/Roboto-Light.woff') format('woff');
}


.main-jumbotron {
    font-family: 'Roboto Light';
    background-image: url('../Images/jumbotron_type_1.png'), url('../Images/Darajat_II_Aerial_20_Mar_2005.jpg');
    /*background-image: url('../Images/jumbotron_type_1.png'), url('../Images/SIG-banner-HERO.jpg');*/
    background-position: left center, center right;
    background-repeat: no-repeat;
    background-color: #a3a3a3;
    background-size: cover, 500px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    color: white;
    padding-left: 0px;
}

    .main-jumbotron h1,
    .main-jumbotron h2,
    .main-jumbotron h3,
    .main-jumbotron h4,
    .main-jumbotron h5 {
        color: white;
    }

body {
    background-color: #f0f0f0;
}

.body-login {
    background: url('../Images/SIG-banner-HERO.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
}
.layer {
    background-color: rgba(243, 243, 243, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.panel-logo {
    background-color: rgba(243, 243, 243, 0.5);
   width:100%;
   height:100px;

}

#seg_content {
    min-height: 450px;
}

#company_logo {
    margin-top: 15px;
}

    #company_logo img {
        height: 75px;
    }

#navbar-main {
    border-bottom: 2px solid #ff9900;
    margin-bottom: 0px;
}

    #navbar-main.navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0px;
    }

    #navbar-main .navbar-header {
        overflow: hidden;
    }

    #navbar-main .navbar-brand {
        padding: 0px;
        width: 70px;
    }

    #navbar-main .dropdown .dropdown-menu {
        background-color: #666;
    }

    #navbar-main .dropdown .dropdown-header {
        color: #b0b0b0;
    }

    #navbar-main .dropdown .dropdown-menu li.divider {
        background-color: #b0b0b0;
    }

    #navbar-main .dropdown.open {
    }

    #navbar-main .dropdown .dropdown-menu > li > a {
        padding-top: 4px;
        padding-bottom: 4px;
        color: white;
        background-color: transparent;
    }

    #navbar-main .dropdown .dropdown-menu > li:hover > a {
        background-color: #f1780c;
        transition: background-color ease 0.2s;
    }

    #navbar-main .navbar-header img {
        margin-top: 2px;
    }

    #navbar-main .navbar-brand {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #navbar-main .navbar-nav > li:hover {
        background-color: #f7f7f7;
        transition: background-color ease 0.4s;
    }

    #navbar-main.navbar-fixed-top .navbar-brand {
        height: 48px;
    }

.app-title {
}

    .app-title h1 {
        font-family: 'Roboto Light';
        display: inline-block;
        color: #7f7f7f;
        margin-bottom: 0px;
    }

    .app-title p, .app-title i {
        color: #ee8f01;
        margin-top: 0px;
        font-style: italic;
    }

    .app-title a:hover {
        text-decoration: none;
    }

h1, h2, h3, h4, h5 {
    font-family: 'Helvetica 45 Light';
}


/* nav full width dropdown */
#navbar-main .nav > li.dropdown-full-width > .dropdown-menu > li {
    display: table-cell;
}

    #navbar-main .nav > li.dropdown-full-width > .dropdown-menu > li ul {
        list-style: none;
        padding-left: 0px;
        text-align: left;
    }

        #navbar-main .nav > li.dropdown-full-width > .dropdown-menu > li ul li a {
            display: block;
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 4px;
            padding-bottom: 4px;
            color: white;
            background-color: transparent;
            text-decoration: none;
        }

        #navbar-main .nav > li.dropdown-full-width > .dropdown-menu > li ul li:hover a {
            text-decoration: none;
            background-color: #f1780c;
            transition: background-color ease 0.2s;
        }

#navbar-main .nav > li.dropdown.dropdown-full-width {
    position: static;
}

    #navbar-main .nav > li.dropdown.dropdown-full-width .dropdown-menu li {
        display: block;
    }

    #navbar-main .nav > li.dropdown.dropdown-full-width .dropdown-menu {
        width: 100%;
    }

@media (min-width: 768px) {
    #navbar-main .navbar-brand.shrink {
        padding: 0px;
        font-size: 0px;
        color: white;
        width: 0px;
    }

    #navbar-main.navbar-fixed-top .navbar-nav > li > a {
        padding-top: 16px;
        padding-bottom: 15px;
        transition: all ease 0.3s;
    }

    #navbar-main .navbar-collapse {
        padding-left: 0px;
    }

    #navbar-main ul.navbar-nav > li:first-child {
        border-left: 1px solid #d7d7d7;
    }

    #navbar-main ul.navbar-nav > li {
        border-right: 1px solid #d7d7d7;
    }

    .app-title {
        margin-top: 12px;
    }
}

@media (max-width: 767px) {

    #navbar-main .dropdown-full-width .dropdown-header {
        padding: 5px 15px;
    }

    #navbar-main .navbar-nav li a,
    #navbar-main .navbar-nav li.dropdown-header {
        text-align: center;
    }

    #navbar-main .navbar-brand {
        padding-left: 15px;
        display: none;
    }

    #company_logo {
        text-align: center;
    }

    .app-title {
        border-top: 1px solid #dfdfdf;
        text-align: center;
        margin-top: 20px;
        padding-bottom: 20px;
        background-color: #f7f7f7;
    }
}

@media (min-width: 992px) {
    .app-title {
        padding-left: 60px;
    }
}

@media (min-width: 1200px) {
    .app-title {
        padding-left: 40px;
    }
}


footer {
    color: #555;
    border-top: 2px solid #d7d7d7;
    font-size: .9em;
}

    footer p {
        margin: 5px auto;
        text-align: center;
    }

    footer .footer-text {
        padding: 30px 0;
    }

    footer .footer-bar {
        margin-top: 10px;
        display: table;
        width: 100%;
    }

        footer .footer-bar .orange,
        footer .footer-bar .cream,
        footer .footer-bar .gray {
            padding: 2px;
            display: table-cell;
        }

        footer .footer-bar > div > div > div {
            height: 15px;
        }

        footer .footer-bar .orange,
        footer .footer-bar .cream {
            width: 10%;
        }

            footer .footer-bar .orange > div {
                background-color: #ff6500;
            }

            footer .footer-bar .cream > div {
                background-color: #f0c789;
            }

        footer .footer-bar .gray > div {
            background-color: #555555;
        }

textarea.msd-elastic {
    resize: none;
    min-height: 45px;
}

.validation-summary-errors,
.validation-summary-errors ul {
    padding: 0;
    margin: 0;
    list-style:none;
}

.table.table-primary tfoot tr th,
.table.table-primary tfoot tr td {
    background-color: #ddd;
    color: #555;
}

