/**
 * Bootstrap fixes
 */

@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);

.jumbotron, .panel, .btn-toolbar {
    margin-bottom: 21px;
}

.jumbotron p,
.jumbotron dl {
    margin-top: 15px;
    margin-bottom: 15px;
}

.nav-justified > li {
    vertical-align: middle;
}

.btn-toolbar.text-center > .btn-group {
    float: none;
}

.progress {
    height: 43px;
    margin-top: 0;
    margin-bottom: 0;
}

.mfp-content {
    width: auto;
    max-width: 800px;
    margin: 20px auto;
}

.mfp-close-btn-in .mfp-close {
    top: 8px;
    right: 5px;
    color: inherit;
}

/**
 * Bundle style
 */

.jumbotron .img-responsive {
    min-width: 50%;
}

.info {
    font-weight: 600;
}

.info strong {
    font-size: 33px;
    line-height: 1.2;
}

.info small {
    font-weight: 400;
}

.info .media-body {
    line-height: 1.2;
}

.jumbotron .info strong {
    line-height: 0;
}

.cells {
    text-align: left;
    margin: 0 auto;
    padding: 0;
    width: 30em;
}

.cells > li {
    width: 10%;
    text-align: center;
    margin: 0 -0.3%;
    padding: 0.5em;
}

.cells .cell {
    width: 2em;
    height: 2em;
    position: relative;
    display: inline-block;
    line-height: 1.9;
    padding: 0;
}

.cells .cell > i {
    position: absolute;
    top: -0.3em;
    right: -0.6em;
}

.border-left {
    border-left: 2px solid #dce4ec;
}

.border-right {
    border-right: 2px solid #dce4ec;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
    height: 465px;
}

form.config-exam {
    margin: 20px 0 20px 20px;

    ul {
        list-style-type: none;
        padding: 0;

    }
}

.ta-c {
    text-align: center;
}

.action-flag i.fa-flag {
    color: #e74c3c;
}

.vcenter a.btn {
    width: 280px;
    margin-top: 200px;
}

a.action-select-answer {
    color: #062ba4;
    &:hover {
        color: #062ba4;
    }
}

.panel-success {
    border-color: #062ba4;
}

.panel-success>.panel-heading {
    background-color: #dce4ec;
    border-color: #062ba4;
    color: #0b0b0b;
}

td.tdwarning {
    color: #f39c12;
}
td.tdsuccess {
    color: #00a65a;
}
td.tddanger {
    color: #d9534f;
}
table.table.legend {
    width: 600px;
    margin: 50px 0;
}
.navbar-header {
    width: 100%;
}

.right-part {
    float: right;
}

.left-part img {
    max-height: 50px;
    margin-top: 5px;
    float: left;
}

.navbar-default .navbar-brand.brand-title {
    margin-left: 0px;
    padding-top: 10px;

}

.navbar-default .navbar-brand.brand-title .header-sign-tools-text {
    font-family: 'Montserrat', sans-serif;
}

.navbar-default .navbar-brand.brand-title .header-sign-brand-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

footer p {
  font-size: 12px;
  padding-top: 5px;
  color: white;
}