/******* General Styles - Begin********/
html {
    /*background: url('../img/bg.jpg') no-repeat center center fixed;*/
    background: #e5e5e5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body {
    margin: 0 auto;
    padding: 0;
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    background: transparent !important;
}

#dashboard{
    margin: 15px 41px 0 41px;
    min-width: 600px;
}

#header{
    min-width: 600px;
    margin: 15px 36px 0 36px;
}

#header ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

#header ul li{
    float:left;
}

#header ul li a{
    display: block;
    height: 45px;
    width: 45px;    
    background: url('../img/alpha-30.png');
    margin-right: 2px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
}

#header ul li#logout a{
    background: url('../img/alpha-30-red.png') ;
}

#header ul li a:hover{
    background: #ECB500;
}
#header ul li#logout{
    float:right;
}

.app-container{
    padding-left: 10px;
    padding-right: 10px;
}

a.app{
    background: url('../img/alpha-30.png');
    border: 0;
    border-radius: 0;
    color: #FFF;

}

a.app span.app-icon{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: -40px;
}

a.app span.app-name{
    font-size: 14pt;
    letter-spacing: 1px;
    word-break: break-all;
    white-space:nowrap;
    text-align: center;
    color: #FFF;
    display:block;
    overflow: hidden;
    height: 25px;
}

a.app:hover{
    background: #ECB500;
    text-decoration: none;
}

#app-frame-container{
    background: #FFF;
    margin: 0px 41px 0 41px;
    position: fixed;
    z-index: 1001;
    display: none;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}
#app-frame-container ifram{
    border: 0;
}

#home{
    padding: 0 !important;
}
#home span{
    width: 45px;
    height: 45px;
    display: block;
    background: url('../img/hs-nav-logo.png') no-repeat center center;
}

.responsibility{
    position: relative;
    float: right;
    margin-right: 5px;
}

.tab-container{
    border-radius: 0;
    border-top: 0;
}

@media(min-width: 1300px){
    .col-lg-3{
        width: 20%;
    }
}

@media (min-width: 1600px){
    .col-lg-3 {
        width: 16.66667%;
    }
}

.loader{
    background: url('../img/ajax-loader.gif') no-repeat center center;
}

.loader:before{
    visibility: hidden;
}

.top-most{
    z-index: 99999 !important;
}
#profile-image{
    padding-top: 0 !important;
}
#profile-image span{
    background-size: 45px 45px;
    display: block;
    height: 100%;
}