﻿body {
    /*background: url(https://www.ssgacademy.com/assets/images/etraining/bg-login.png) repeat-x #27a0b4;*/
    padding: 0;
    margin: 0;
    background-color: #FFF;
    overflow-x:hidden;

}

.logo img {
    max-width: 250px;
    width: 100%;
}

.login-page .login-page-header {
    padding: 50px 40px 20px;
    background-color: #FFF;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.pageTitle {
    float: none !important;
    margin: 20px auto 10px;
    text-align: left;
}

.page {
    background-color: white;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    margin-top: -1px;
}

.container-footer {
    padding-left: 30px;
    padding-right: 30px;
}

.navbar-default {
    border: none;
    background-color: #252942;
}

    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a:link,
    .navbar-default .navbar-nav > li > a:active {
        color: white;
        background-color: transparent;
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: white;
            border-bottom: 2px solid white;
            padding-bottom: 5px;
            background-color: transparent;
        }

.nav > li > a,
.nav > li > a:link,
.nav > li > a:hover,
.nav > li > a:focus {
    color: white;
    padding: 15px;
}

    .nav > li > a:focus,
    .nav > li > a:active,
    .nav > li > a:hover {
        background: inherit !important;
        color: red;
    }

footer {
    background-color: #252942;
}

    footer > .container-fluid {
        padding: 0px;
    }

.footer-bottom .links {
    margin-top: 5px;
}

.footer-bottom .logo img {
    margin-right: 20px;
    max-width: 120px;
}

.footer-top {
    background-color: #ededed;
    padding: 25px 0 25px;
    margin-top: 40px;
}

    .footer-top li {
        list-style: none;
        text-align: left;
    }

        .footer-top li.title {
            font-size: 16px;
            color: #863e86;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .footer-top li a:link, .footer-top li a:hover, .footer-top li a:active, .footer-top li a:visited {
            font-size: 12px;
            line-height: 12px;
        }

    .footer-top .flag {
        margin-right: 5px;
    }

    .footer-top .span3, .footer-top .span2 {
        text-align: center;
    }

.footer-bottom {
    background-color: #252942;
    color: #8d8d8d;
    font-size: 11px;
    padding: 25px 0 25px;
}

    .footer-bottom a:link, .footer-bottom a:hover, .footer-bottom a:active, .footer-bottom a:visited {
        color: #8d8d8d;
    }



.card {
    background: #eee;
    padding: 3em;
    line-height: 1.5em;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    border-radius: 8px;
}

    .panel p {
        padding: 10px;
        margin: 0px;
    }

.panel-title {
    padding: 10px 0px;
    border-radius: 0px 8px 0px 0px;
    font-size: 16px;
    color: white;
    background-color: #252942; /*#02028a;*/
    padding-left: 15px;
}

.btn-samsung {
    background-color: #252942;
    color: white;
    border-color: white;
}

    .btn-samsung:hover {
        color: #252942;
        background-color: #fff;
        border-color: #ccc;
    }


/*Icone in input text*/
.inner-addon {
    position: relative;
}

    .inner-addon .glyphicon {
        position: absolute;
        padding: 15px;
        pointer-events: none;
    }

.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

.left-addon input {
    padding-left: 40px;
}

.right-addon input {
    padding-right: 40px;
}
/*FINE - Icone in input text*/

.form-control {
    width: 100% !important;
    min-width: 95%;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px;
}

.btn {
    white-space: normal;
}

@media screen and (max-width: 1024px) {
    /*
    .btn-block {
        font-size: 5vw;
        text-align: center;
    }
    */
}

.errore {
    color: red;
}

.lb-sm {
    font-size: 12px;
}

.lb-md {
    font-size: 16px;
}

.lb-lg {
    font-size: 20px;
}

.iCheck label {
    width: 80%;
    margin-left: 10px;
}
