/* RESET GENERICO */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    outline: 0;
    frameborder: 0;
}

body {
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: none;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
    color: inherit;
}

h1 {
    font-size: 22px;
}

strong {
    font-weight: 700;
}

ul, li {
    list-style: none;
}

img {
    max-width: 100% !important;
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 580px) {
    .container-fluid {
        padding: 0;
    }
}

/*------------------------------------*\
   NAVBAR
\*------------------------------------*/

.navbar {
    -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.6);
}

.navbar-brand {
    height: auto;
    padding: 5px;
    margin-top: 5px;
    margin-left: 0px !important;
}

.navbar-brand img {
    height: 35px;
    width: auto;
    display: inline-block;
}

.navbar-brand .claim {
    padding-left: 5px;
}

@media (min-width: 768px) {
    .navbar-right.others {
        padding-top: 5px;
        padding-right: 15px;
    }
}

@media (max-width: 380px) {
    .navbar-brand .claim {
        font-size: 13px;
    }
}

.navbar-default .navbar-toggle {
    border: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: rgb(0, 117, 214);
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: rgb(0, 117, 214);
}

/*------------------------------------*\
   Custom
\*------------------------------------*/

.main-wrapper {
    margin-top: 100px;
    margin-bottom: 100px;
}

a.btn-scroll-top {
    position: fixed;
    z-index: 1000;
    bottom: 3%;
    right: 3%;
    width: 40px;
    height: 40px;
    background-color: rgb(0, 117, 214);
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

a.btn-scroll-top:hover {
    background-color: rgb(57, 165, 255);
}

a.btn-scroll-top img {
    display: block;
    width: 60%;
    margin: 0 auto;
    margin-top: 8px;
}

.download-container .main-wrapper .download {
    margin-bottom: 90px;
}

.download-container .main-wrapper .download:last-of-type {
    margin-bottom: 50px;
}

.container-fluid.download .info-version {
    background-color: #fcf0c2;
    padding: 20px;
    color: #333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*=======*/
.title {
    border-bottom: 1px solid;
    margin-bottom: 40px;
    padding-bottom: 5px;
    color: rgba(110, 112, 128, 1);
    border-color: rgba(110, 112, 128, 1);
}

.head-inl {
    width: auto;
    display: inline-block;
}

.title .ico {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: no-repeat center center;
    background-size: cover;
    float: right;
}

.download .btn {
    width: auto;
    margin-left: 7px;
    color: #fff;
    background-color: rgb(0, 117, 214);
    font-size: 20px;
    padding: 10px 20px;
    border: 1px solid rgb(170, 170, 170);
    border-radius: 9px;
    display: table;
}

/*** add .more-buttons via JS in case of multiple download button***/
.download .btn.moreButtons {
    margin: 0 auto;
}

.download .btn:hover, .download .btn:focus {
    background-color: rgb(57, 165, 255);
    color: #fff;
}

.download .btn > div {
    display: table-cell;
    vertical-align: middle;
}

.download .btn .txt {
    padding-right: 20px;
    margin-top: 2px;
    text-align: left;
    line-height: 15px;
}

.download .btn .txt .small {
    font-size: 14px;
}

.download .btn .icon-btn {
    background: url("../../img/controller/tutorial/ico-downloadWht.svg") no-repeat center center;
}

.download .btn .icon-btn {
    width: 40px;
    height: 40px;
    text-align: right;
    background-size: cover;
}

@media (max-width: 767px) {
    .download-btn {
        margin-bottom: 40px;
    }

    .download-btn .btn {
        margin: 0 auto;
    }
}

@media (max-width: 400px) {
    .download-btn { padding: 0;}
    .download-btn .btn {
        padding:10px;
    }
    .download .btn .txt {
        font-size: 16px;
    }
    .download .btn .txt .small {
        font-size: 12px;
    }
}

/*=======*/
.step-box {
    margin-bottom: 70px;
}

.step {
    width: auto;
    height: 30px;
    /*** background-color: #ededed; */
    background-color: #ffba3b;
    display: table;
    padding: 5px 20px;
    font-weight: 500;
}

.step-box .text {
    padding: 5px 0;
    font-weight: 400;
}

.step-box .text strong {
    text-transform: uppercase;
}

/*=====  Footer  =====*/
footer {
    width: 100%;
    background-color: rgba(0, 117, 214, 0.4);
    padding: 5px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.footer-central-links {
    display: table;
    width: 100%;
}

.footer-central-links a {
    display: inline-block;
    width: 60px;
    opacity: 1;
    vertical-align: middle;
}

.footer-central-links a:hover {
    opacity: 0.7;
}

.footer-central-links img {
    width: 35px;
}

@media only screen and (max-width: 520px) {
    .footer-central-links a {
        opacity: 1;
    }
}




.download-container .main-wrapper .maintenance {
    margin-bottom: 10px;
}

.download-container .main-wrapper .maintenance .info-version {
    background-color: #f2dede;
    color: #a94442;
    border: 1px solid #ebccd1;
}