﻿.red {
    border: 1px solid red;
}

.blue {
    border: 1px solid blue;
}

.yellow {
    border: 1px solid yellow;
}

.pink {
    border: 1px solid pink;
}

.green {
    border: 1px solid green;
}

.brown {
    border: 1px solid brown;
}

.violet {
    border: 1px solid violet;
}

.container {
    width: 1265px !important;
    margin: 20px auto;
    padding: 0;
}

.header-title {
    background-color: #fff;
    margin-bottom: 12px;
}

h3 {
    padding: 0;
    margin: 14px 0;
    text-transform: uppercase;
    font-weight: 400;
    color: #1683c6;
    letter-spacing: 0.04em;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

h3 span {
    font-weight: 700;
}

.content-body {
    background-color: #fff;
    height: 800px;
    min-height: 800px;
}

.content-body li {
}

.row {
    /*margin: 0 0px;*/
}

.list-inline {
    margin-left: 0px;
    padding-top: 20px;
}

.e-training-home li:first-child {
    margin-left: 20px;
    background-image: url(images/basic-training-active.png);
    background-repeat: no-repeat;
    border-radius: 6px;
    width: 395px;
    height: 395px;
    max-width: 395px;
}

.e-training-home li:nth-child(2) {
    /*background-image: url(images/advanced-training-locked.png);
    background-repeat: no-repeat;*/
    border-radius: 6px;
    width: 395px;
    height: 395px;
    max-width: 395px;
}

.e-training-home li:last-child {
    background-image: url(images/bank-training-locked.png);
    background-repeat: no-repeat;
    margin-right: 20px;
    border-radius: 6px;
    width: 395px;
    height: 395px;
    max-width: 395px;
}

.e-training-home li.advanced-training-login {
    background-image: url(images/advanced-training-active.png);
    background-repeat: no-repeat;
}

.e-training-home li.advanced-training-locked {
    background-image: url(images/advanced-training-locked.png);
    background-repeat: no-repeat;
}

.e-training-home li.bank-training-login {
    background-image: url(images/bank-training-active.png);
    background-repeat: no-repeat;
}

.e-training-home li.bank-training-locked {
    background-image: url(images/bank-training-locked.png);
    background-repeat: no-repeat;
}

.e-training-home h2 {
    padding: 0;
    margin: 0 auto;
    color: #fff;
    font-weight: normal;
    font-size: 35px;
    font-family: 'Roboto', 'OpenSansBold', Helvetica, Arial, sans-serif;
    margin-top: 175px;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.5);
}

.e-training-home span {
    font-weight: 700;
}

.glyphicon {
    font-size: 40px;
    color: #fff;
}

.e-training-home button {
    border-color: #fff !important;
    border-radius: 8px;
    color: #fff !important;
    font-weight: 700;
    letter-spacing: 1px;
    height: 29px;
    border: 1px solid #fff !important;
    font-size: 19px;
    margin-top: 8px;
}

.e-training-home .log-in {
    border: 1px solid #aace3a !important;
    color: #aace3a !important;
    margin-top: 52px;
}

.e-training-home .log-in:hover {
    border:none !important;
    color: #fff !important;
    background-color: #aace3a !important;
}

.e-training-home li.basic-training {
    
}

.e-training-home .btn {
    padding: 0 20px;
    line-height: normal;
}

.e-training-home .below {
    margin-top: 75px;
}

.e-training-home .progress-bars {
  
}

.e-training-home .progress-bars li:first-child, .e-training-home .progress-bars li:nth-child(2), .e-training-home .progress-bars li:last-child {
    background-image:none;
    height: unset;
    background-color: #e0e0e0;
    padding: 3px;
}

.e-training-home .progress-bars .progress {
    height:unset;
    background-color: #797979;
    border-radius: 6px;
}

.e-training-home .progress-bars .progress-zero {
        height: unset;
        background-color: none;
        border-radius: 6px;
}

.e-training-home .progress-bars .progress-bar.progress-bar-success {
    background-color: #aace3a;
    height: 10px;
}

.e-training-home .percent-label {
    color: #797979;
}

.e-training-home .percent-label .list-inline {
    padding-top:0px;
}

.e-training-home .percent-label li:first-child, .e-training-home .percent-label li:nth-child(2), .e-training-home .percent-label li:last-child {
    background-image: none;
    font-weight: 700;
}