html, body {
    height: 100%;
    font-family: "BPG Arial", Tahoma;
}
* {
    outline: none!important;
}
.topmenu {
    background: #fff;
}
.topmenu .dropdown-menu > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
}

#slider {
    height: 400px;
    margin-bottom: 50px;
}
.carousel .carousel-indicators {
    bottom: 0px;
}
.carousel .carousel-inner {
    height: 100%;
}
.carousel .carousel-inner .item {
    height: 100%;
}
.carousel .carousel-inner .item > img {
    height: auto;
}
.carousel-caption {
    height: 300px;
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
    padding-bottom: 20px;
}
.carousel-caption .content-wrapper {
    display: table;
}
.carousel-caption .content-wrapper > div {
    display: table-cell;
    vertical-align: middle;
}

.apps .panel {
    margin-bottom: 30px;
}
.apps .panel .app-thumbnail {
    border: 1px solid #ddd;
}

.footer {
    background: #fff;
    border-top: 1px solid #e7e7e7;
}
.footer .container {
    padding: 20px 0;
}
.footer-logo {
    height: 20px;
}

.footer-menu .title {
    text-transform: uppercase;
    color: #555;
}
.footer-menu ul li {
    padding: 5px 0;
}
.footer-menu ul li a {
    text-decoration: none;
    color: #777;
}
.footer-menu ul li a:hover {
    color: #333;
}

.footer-menu-list {
    list-style: none;
}
.footer-menu-list li {
    display: inline-block;
    margin-left: 15px;
}
.footer-menu-list li a {
    text-decoration: none;
    color: #777;
}
.footer-menu-list li a:hover {
    color: #333;
}

.btn-outline {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background-color: transparent;
    text-decoration: none;
    border: 1px solid #fff;
}
.btn-outline:hover {
    color: #555;
    background-color: #fff;
}

.login-container {
    height: calc(100% - 114px);
    background-image: url("/system/view/img/login-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.login-form-wrapper {
    display: table;
    height: 100%;
    width: 400px;
}
.login-form {
    display: table-cell;
    vertical-align: middle;
}
.login-form-inner {
    padding: 40px;
    background-color: #fff;
    border: 10px solid rgba(185, 195, 201, 0.5);
    border-radius: 20px;
    margin-top: -100px;
}

.login-form .alert-box {
    display: none;
}

.nav-usermenu {
    width: 230px;
    text-align: center;
}

.nav-usermenu .thumbnail {
    border: none;
    padding: 15px 20px 0px 20px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
}

.nav-usermenu .thumbnail {
}

.nav-usermenu .thumbnail > img {
    width: 80px;
    height: 80px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.nav-usermenu .thumbnail .language > a {
    display: inline-block;
    margin: 0 3px;
}

.nav-usermenu .thumbnail .language img {
    width: 24px;
    height: 23px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.lang-dropdown img {
    width: 17px;
    height: 17px;
}

.app-detailed {
}

#app-carousel {
    border: 1px solid rgba(0,0,0,0.05);
}
#app-carousel .carousel-control {
    background: none;
}
#app-carousel .carousel-indicators li {
    border-color: #777;
}
#app-carousel .carousel-indicators li.active {
    background-color: #777;
}
#app-carousel .carousel-control .glyphicon {
    opacity: 0;
    background-color: #555;
    text-shadow: none;
    border-radius: 50%;
    padding: 5px;
    width: auto;
    height: auto;
    margin-top: -20px;
    font-size: 24px;
}
#app-carousel:hover .carousel-control .glyphicon {
    opacity: 1;
}
.instruction-acc .panel-heading a{
    color: #000000 !important;
    font-size: 18px;
}
.instruction-acc .panel-heading, .instruction-acc .panel{
    border-radius: 0px;
}
