body {
    font-size: 13px;
}

.portlet.box.default {
    border: 1px solid #ddd;
}

.portlet.box.default>.portlet-title, .portlet.default, .portlet>.portlet-body.default {
    background: linear-gradient(to right, #002953, #004080);
    border-radius: 0 0 0 0 !important;
}

.portlet.box.default>.portlet-title>.caption, .portlet.box.default>.portlet-title>.caption>i {
    color: #fff;
    margin-left: 20px;
}

.tab-min-height {
    min-height: 530px;
}

.row-margin {
    margin: 15px 0 15px 0;
}

.pager {
    background: linear-gradient(to right, #dadada, #f2f2f2);
    margin: 5px -15px -15px -15px;
}

.pager.pager-top {
    background: linear-gradient(to right, #fff, #fff);
    margin: -25px -15px 0 -15px;
}

hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border-top: 2px solid #ddd;
}

.subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #555;
    background-color: #ccc;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 2px 10px 2px 10px;
}

.img-round {
    background-color: #fff;
    padding: 0;
    width: 125px;
}

a > img.img-round:hover {
    background-color: #ddd !important;
}

a > img.img-round.active {
    background-color: #ccc !important;
}

.img-subtext {
    font-size: 13px;
    font-weight: 600;
    color: #1c61b0;
    text-align: center;
    margin: 5px 0 5px 0;
}

.form-group {
    margin-bottom: 5px;
}

.input-group {
    margin-top: 3px;
}

.input-group-addon {
    padding: 6px 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 6px;
    width: 45%;
}

.default-input {
    text-align: left !important;
    margin-bottom: 5px !important;
}

@media (min-width: 768px) {
    .border-right-color {
        border-right: 2px solid #eee;
    }
}

@media (min-width: 768px) {
    .border-right-transparent {
        border-right: 2px transparent;
    }
}

@media (min-width: 768px) {
    .border-left-color {
        border-left: 2px solid #eee;
    }
}

@media (min-width: 768px) {
    .border-left-transparent {
        border-left: 2px transparent;
    }
}

.thead-border-left {
    border-left: 3px solid #e7ecf1;
}

.table thead tr th {
    font-size: 12px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 2px;
    border-top: none;
}

.btn-next {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: #002953 !important;
    text-transform: uppercase;
    border: 2px solid #fff !important;
    border-radius: 30px !important;
    padding: 7px 7px 7px 17px !important;
    margin: 10px 20px 10px 15px;
}

.btn-previous {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: #002953 !important;
    text-transform: uppercase;
    border: 2px solid #fff !important;
    border-radius: 30px !important;
    width: 60px;
    padding: 7px 7px 7px 7px !important;
    margin: 10px 15px 10px 20px;
}

.btn-next:hover, .btn-previous:hover {
    border-color: #ccc !important;
}

.btn-link-offerte {
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
    color: #fff;
    background-color: #002953 !important;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #fff !important;
    border-radius: 30px !important;
    padding: 6px 15px 6px 15px;
    margin: 10px 0 4px 0;
}

.btn-link-offerte:hover {
    border-color: #ccc !important;
}

.btn-divider {
    font-size: 14px;
    display: inline-block;
    font-weight: 300;
    color: #555;
    text-align: left;
    background-color: #ccc !important;
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    width: 80%;
    padding: 7px 7px 7px 7px;
    margin: 15px 5px 15px 5px;
}

.btn-divider:hover {
    background-color: #002953 !important;
}

.btn-calculate {
    background-color: #f07975 !important;
}

.button-block-divider {
    background: linear-gradient(to right, #f3f3f3, #f3f3f3);
    margin: 5px -15px 30px -15px;
    text-align: center;
}

.fa-adjust {
    line-height: 9px !important;
}

.glyphicon-adjusted {
    margin: 0 5px;
}

a:hover {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

a:focus {
    cursor: pointer;
    color: #fff;
}

.error {
    color: #e74c3c;
    font-size: 13px;
}

.tooltip-inner {
    max-width: 250px !important;
    text-align: left;
    background-color: #002953;
    border-radius: 5px !important;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.tooltip.top .tooltip-arrow{
    border-top:5px solid #002953;
}

.tooltip.left .tooltip-arrow{
    border-left:5px solid #002953;
}

.tooltip.bottom .tooltip-arrow{
    border-bottom:5px solid #002953;
}

.tooltip.right .tooltip-arrow{
    border-right:5px solid #002953;
}

.font-grey-tooltip {
    color: #858585;
}

.col-12 {
    width: 100%;
}
.col-11-5 {
    width: 95.833333333%;
}
.col-11 {
    width: 91.666666666%;
}
.col-10-5 {
    width: 87.5%;
}
.col-10 {
    width: 83.333333333%;
}
.col-9-5 {
    width: 79.166666666%;
}
.col-9 {
    width: 75%;
}
.col-8-5 {
    width: 70.833333333%;
}
.col-8 {
    width: 66.666666666%;
}
.col-7-5 {
    width: 62.5%;
}
.col-7 {
    width: 58.333333333%;
}
.col-6-5 {
    width: 54.166666666%;
}
.col-6 {
    width: 50%;
}
.col-5-5 {
    width: 45.833333333%;
}
.col-5 {
    width: 41.666666666%;
}
.col-4-5 {
    width: 37.5%;
}
.col-4 {
    width: 33.333333333%;
}
.col-3-5 {
    width: 29.166666666%;
}
.col-3 {
    width: 25%;
}
.col-2-5 {
    width: 20.833333333%;
}
.col-2 {
    width: 16.666666666%;
}
.col-1-5 {
    width: 12.5%;
}
.col-1-25 {
    width: 10.416666666%;
}
.col-1 {
    width: 8.333333333%;
}
.col-0-5 {
    width: 4.166666666%;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-45 {
    margin-bottom: 45px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}
