.app-icons {
    min-height: 360px;
    padding: 20px;
    display: inline-block;
    text-align:center;
}
a.app-icon {
    display: inline-block;
}
a.app-icon .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    /* border:#fff 2px solid; */
    text-align:center;
    font-size:46px;
    border-radius:15px !important;
    margin: 10px;
    background: #08c;
    color:#FFF;
}
a.app-icon p {
    font-size:14px;
    margin:0;
    padding:0;
    height:20px;
    line-height:20px;
    color:#FFF;
    text-align:center;
}
.app-icon:hover {
    color:#FFF;
    opacity: 0.7;
    text-decoration: none;
}
a.app-icon.disabled .icon {
    background:gray;
    opacity:0.5;
}
a.app-icon.disabled:hover {
    opacity: 1;
    cursor:not-allowed;
}
.header {
    padding: 20px;
    margin-top: 60px;
    text-align: center;
}
a.app-icon .icon.icon-red {
    background: red;
}
a.app-icon .icon.icon-green {
    background: green;
}
a.app-icon .icon.icon-blue {
    background: blue;
}
a.app-icon .icon.icon-black {
    background: black;
}
a.app-icon .icon.icon-white {
    background: purple;
}
a.app-icon .icon.icon-orange {
    background: orange;
}
a.app-icon .icon.border-dashed {
    border:#fff 2px dashed;
}
.height-100-percent {
    height: 100%;
}
.login .content {
    background: rgba( 0,0,0,0.6);
    color:#fff;
    z-index:1;
    min-width: 320px;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 800px) {
    .login .content{
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
.login-image {
    text-align:center;
    background-color:#fff;
    border-radius: 50% !important;
    width: 100px;
    height: 100px; 
    line-height: 130px; 
    margin:0 auto;
}
.login-image i {
    color:#000;
    font-size:64px;
}
.navbar {
    border-radius:0;
}
.navbar-brand {
    line-height: 50px;
    padding: 5px 15px 5px 15px;
}
.min-height-600 {
    min-height: 600px;
}
.min-height-800 {
    min-height: 800px;
}
.min-height-1024 {
    min-height: 1024px;
}
.padding-bottom-footer {
    padding-bottom: 160px !important;
    position: relative;
}
.footer-city {
    /* height: 125px; */
    width: 100%;
    position: absolute;
    bottom: 35px;
    left:0px;
    margin-bottom: 20px;
    /* background: url('/static/img/footer-city.png'); */
}
.footer {
    width: 100%;
    background: #2f353b!important;
    text-align:center;
    height: 35px;
    line-height: 35px;
    padding:0;
    position: absolute;
    bottom: 0px;
    left:0px;
    color:#fff;
}
nav {
    height: 50px;
    line-height: 50px;
}
.dropdown-user a.dropdown-toggle {
    padding:0 10px 0 10px;
    height: 49px;
    line-height: 50px;
    color:#fff;
    border:0;
    color: #c6cfda;
    margin-right: 15px;
    font-size: 13px;
    font-weight: 300;
}
.dropdown-user a.dropdown-toggle:hover, .dropdown-user a.dropdown-toggle:focus {
    background: #364150!important;
    color: #c6cfda;
}
.dropdown-user li {
    height: 34px;
    line-height: 34px;
    
}
.text-white {
    color:#fff;
}
.vertical-align-baseline {
    vertical-align: -webkit-baseline-middle;
}
.footer-city .ezline_logo{
    position: relative;
    bottom: 0px;
    /* top: -60px; */
}