﻿html {
    background-color: #F7FBFE;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../Content/bg.jpg);
    /*
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2C416A), to(#032039));
    background-image: -webkit-linear-gradient(top, #2C416A, #032039);
    background-image: -moz-linear-gradient(top, #2C416A, #032039);
    background-image: -ms-linear-gradient(top, #2C416A, #032039);
    background-image: -o-linear-gradient(top, #2C416A, #032039);
    background-image: linear-gradient(to bottom, #2C416A, #032039);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#2C416A, endColorstr=#032039);
    background-attachment: fixed;
        */
}
body {
    background-color:transparent;
}
.bodycontent {
    font-size: 1em;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 10px 10px;
    /*background: #fff;*/
    border: none;
    margin-bottom: 0px;
    /*    border-radius: 14px;
    margin-bottom: 35px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    */
}
    .line {
        width: 100%;
        height: 1px;
        border-bottom: 1px dashed #ddd;
        margin: 40px 0;
    }

.wrapper {
    display: flex;
    align-items: stretch;
    perspective: 1500px;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    padding-top: 75px;
    min-height: 100vh;
    transition: all 0.3s;
    width: 100%;
}


.navbar-header {
    width: 100%;
}

.navbar-logo {
    max-height: 50px;
}

.fl {
    float: left
}

.fr {
    float: right
}

.cb {
    clear: both
}
/*
.navbar-header h1 {
    text-align: center;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    display: inline-block;
    text-align: center;
    position: absolute;
    width: calc(100% - 165px);
    line-height:45px;
}
    */
.contentbg {
    background: #E2F3FF;
}
.footer {
    padding: 15px 10px;
    background: #E2F3FF;
    border: none;
    border-radius: 14px;
    margin-bottom: 35px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.ltr {
    direction:ltr;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {


    .navbar-logo {
        max-height:20px;
    }
    #lbl_username {
        font-size:12px;
    }
}

.container-2 {
    margin-top: 120px
}



.navbar-brand {
    float: right;
}

.titleholder h1 {
    background-color: darkblue;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    text-align: center;
}

.sublogo {
    margin-top: 0;
}

#statusHolder {
    font-size: 1.5em;
    font-weight: 600;
}


/* fixed hamburger !!*/
.navbar-header {
    float: none;
}

.navbar-toggle {
    display: block;
}

.navbar-collapse.collapse {
    display: none !important;
}

.navbar-nav {
    float: none !important;
}

    .navbar-nav > li {
        float: none;
    }

.navbar-collapse.collapse.in {
    display: block !important;
    
}
.navbar-collapse {
    background-color: #fff;
}
/* end fixed hamburger !!*/
/*cusomize hamburger icon */
.navbar-toggle {
    margin-top: 2px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 45px;
    border-color: black;
    /*background-color: white;*/
}

    .navbar-toggle .icon-bar {
        background-color: black
    }






