﻿.navegation nav {
    background: #060554;
    background: linear-gradient(90deg,#060554 0%, #0d2f90 80%);
    background: -webkit-linear-gradient(90deg,#060554 0%, #0d2f90 80%);
    background: -moz-linear-gradient(90deg,#060554 0%, #0d2f90 80%);
}

.navegation nav ul li {
    list-style: none;
}

.footer {
    line-height: 60px;
    color: #fff;
    background: #13171A;
    text-align: center;
}

.footer .row a {
        text-decoration: none;
        color: #fff;
        font-size: 14px;
}

.bootstrap-select > .btn {
    max-height: 37px !important;
}

.bootstrap-select > .btn > .filter-option {
    max-height: 25px !important;
}

body {
    margin: 0 !important;
    padding: 0 !important;
}

.select-language-partial {
    padding: 10px 4px;
}



/*CSS Generics*/
.font-bold {
    font-weight: bold;
}

.fontsize18 {
    font-size: 18px;
}

.question-circle {
    cursor: pointer;
    font-size: 35px;
    color: #163861
}
.fontsize20 {
    font-size: 20px;
}

.border-radius100 {
    border-radius: 100px;
}

.pointer {
    cursor: pointer;
}

.fontsize16 {
    font-size: 16px;
}
.font-weight300 {
    font-weight: 300;
}

.box-shadow1 {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.colorset {
    color: #10439C
}


.bgtable {
    background: #0d2d8d
}

.mbt_100 {
    margin-bottom: -10px;
}.mbt_40 {
    margin-bottom: -40px;
}

select.browser-default {
    display: block;
    padding: 10px 4px;
}