.textblockedit:hover {
    background-color: rgba(255, 252, 108, 0.5);
    cursor: pointer;
}
/*Bart */

/* Bootstrap CSS */
.btn {
    border-radius: 0px;
    font-size: 18px;
}

.btn-group-sm > .btn, .btn-sm {
    border-radius: 0px;
    font-size: 13px;
    padding: 5px 10px;
}

.btn-info {
    color: #064267;
    background-color: #fff;
    border-color: #e0e4e6;
}

    .btn-info:hover,
    .btn-info.focus, .btn-info:focus, .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .btn-info.dropdown-toggle.focus, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle:hover,
    .btn-info.active, .btn-info:active, .open > .btn-info.dropdown-toggle,
    .btn-info.active:hover, .btn-info:active:hover, .open > .btn-info.dropdown-toggle:hover {
        color: #2460aa;
        background-color: #fff;
        border-color: #e0e4e6;
    }

.btn-primary {
    color: #fff;
    background-color: #2460aa;
    border-color: #2460aa;
}

    .btn-primary:hover,
    .btn-primary.focus, .btn-primary:focus, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover,
    .btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle,
    .btn-primary.active:hover, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle:hover {
        color: #fff;
        background-color: #2869b9;
        border-color: #2869b9;
    }

.btn-secondary {
    color: #fff;
    background-color: #2460aa;
    border-color: #2460aa;
}

    .btn-secondary:hover,
    .btn-secondary.focus, .btn-secondary:focus, .btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary.active:hover, .btn-secondary:active.focus, .btn-secondary:active:focus, .btn-secondary:active:hover, .open > .btn-secondary.dropdown-toggle.focus, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle:hover,
    .btn-secondary.active, .btn-secondary:active, .open > .btn-secondary.dropdown-toggle,
    .btn-secondary.active:hover, .btn-secondary:active:hover, .open > .btn-secondary.dropdown-toggle:hover {
        color: #fff;
        background-color: #1583ba;
        border-color: #1583ba;
    }

hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-top: 2px solid #eaeef0;
}

    hr.small {
        margin-top: 0.3rem;
        margin-bottom: 0.3rem;
        border-top: 1px solid #eaeef0;
    }

    hr.large {
        margin-top: 3rem;
        margin-bottom: 3rem;
        border-top: 2px solid #eaeef0;
    }

.form-control,
.input-group-addon,
.custom-file-control {
    border-radius: 0px;
    border: 1px solid #dadedf;
}

    .form-control.dark,
    .input-group-addon.dark,
    .custom-file-control.dark {
        border: 1px solid #6c8392;
    }

.input-group-addon {
    color: #9da2a4;
}

.form-check-input:only-child {
    position: absolute;
    margin-top: .35rem;
}

.date_combined input {
    float: left;
    border: 0px;
}

.date_combined:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
}


.alert {
    padding: 10px;
    border-radius: 0px;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}

.alternative .form-group {
    border: 2px solid #fff;
    border-radius: 10px;
}

    .alternative .form-group .form-control {
        padding-left: 10px;
    }

    .alternative .form-group .form-control,
    .alternative .form-group .input-group-addon {
        border-radius: 10px;
        background-color: transparent;
        color: #fff;
        border: 0px;
    }

        .alternative .form-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #ccd3d9;
            font-style: italic;
        }

        .alternative .form-group .form-control::-moz-placeholder { /* Firefox 19+ */
            color: #ccd3d9;
            font-style: italic;
        }

        .alternative .form-group .form-control:-ms-input-placeholder { /* IE 10+ */
            color: #ccd3d9;
            font-style: italic;
        }

        .alternative .form-group .form-control:-moz-placeholder { /* Firefox 18- */
            color: #ccd3d9;
            font-style: italic;
        }

.radio.alternative,
.checkbox.alternative {
    padding: 15px 25px;
    margin-bottom: 10px;
    background-color: #eaeef0;
    position: relative;
}

    .radio.alternative:hover,
    .checkbox.alternative:hover {
        background-color: #f4f6f7;
    }

    .radio.alternative label,
    .checkbox.alternative label {
        cursor: pointer;
        padding-left: 30px;
        margin-bottom: 0px;
    }

    .radio.alternative input[type=radio],
    .checkbox.alternative input[type=checkbox] {
        position: absolute;
        left: 20px;
        top: 18px;
        border: 1px solid #064267;
    }

.table {
    margin-bottom: 0px;
}

    .table td, .table th {
        padding: 10px 0px;
    }

    .table.no-border td, .table.no-border th {
        border: 0px;
        padding: 5px 0px;
    }


.table-custom tr td {
    border-width: 2px;
    font-size: 14px;
}

.table-custom tr th {
    border-width: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: 400;
}

.table-custom tr:first-child td {
    border-top: 0px;
}

.table.text-align-center th,
.table.text-align-center td {
    text-align: center;
}

.nav-tabs {
    border-bottom: 0px;
}

    .nav-tabs .nav-item {
        margin-bottom: 0px;
        float: none;
        display: inline-block;
    }

        .nav-tabs .nav-item + .nav-item {
            margin-left: .5rem;
        }

    .nav-tabs .nav-link {
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        color: #064267;
        background-color: #eaeef0;
        padding: 20px 30px;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        border: 0px;
    }

        .nav-tabs .nav-link.active {
            color: #064267;
            background-color: #fff;
        }

    .nav-tabs.alternate {
    }

        .nav-tabs.alternate .nav-link {
            color: #85898a;
            background-color: #fff;
        }

            .nav-tabs.alternate .nav-link:hover {
                color: #666;
            }

            .nav-tabs.alternate .nav-link.active:hover {
                opacity: 1;
            }

            .nav-tabs.alternate .nav-link.active {
                border-top-right-radius: 0px;
                border-top-left-radius: 0px;
                color: #fff;
                background-color: #2460aa;
            }

.modal-dialog {
    margin-top: 15%;
}

.modal-content {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.modal-title {
    color: #064267;
}

.modal-header,
.modal-footer {
    border: 0px;
}

.modal-header {
    padding: 30px 30px 10px 30px;
}

.modal-body {
    padding: 0px 30px 20px 30px;
}

.modal-footer {
    padding: 15px 30px;
}


/* elements */


a {
    color: #2460aa;
}

    a.hover_underline:hover {
        text-decoration: underline
    }

    a:hover,
    a:focus,
    a:active {
        text-decoration: none
    }

*:active,
*:focus {
    outline: 0px;
    text-decoration: none;
}

a.text_white:focus, a.text_white:hover {
    color: #eaeef0;
    outline: 0px;
}

.no-styling {
    border: 0px;
    background-color: transparent;
}

.hide {
    display: none;
}

.text_standard {
    color: #666 !important;
}

.text_white {
    color: #fff;
}

.text_dark_blue {
    color: #2460aa;
}

.text_light_blue {
    color: #068dcf;
}

.text_light_grey {
    color: #85898a !important;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.text-italic {
    font-style: italic;
}

.text-underline {
    text-decoration: none;
    border-bottom: 2px solid #fff;
    white-space: nowrap;
}

.text-shadow {
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.text-shadow-large {
    text-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.font-size-s {
    font-size: 14px;
    line-height: 20px;
}

.font-size-m {
    font-size: 18px;
    line-height: 28px;
}

.font-size-l {
    font-size: 28px;
    line-height: 38px;
}

.font-size-xl {
    font-size: 38px;
    line-height: 44px;
}


@media only screen and (max-width: 767px) {

    .font-size-xl {
        font-size: 28px;
        line-height: 32px;
    }
}

.font-weight-bold {
    font-weight: 700;
}

.margin-none {
    margin: 0px;
}

.margin-bottom-s {
    margin-bottom: 10px;
}

.margin-bottom-m {
    margin-bottom: 30px;
}

.margin-bottom-l {
    margin-bottom: 50px;
}

.margin-bottom-xl {
    margin-bottom: 80px;
}

.margin-top-s {
    margin-top: 10px;
}

.margin-top-m {
    margin-top: 30px;
}

.margin-top-l {
    margin-top: 50px;
}

.margin-top-xl {
    margin-top: 80px;
}


.padding-s {
    padding: 20px 0px;
}

.padding-m {
    padding: 50px 0px;
}

.padding-l {
    padding: 80px 0px;
}

.padding-xl {
    padding: 120px 0px;
}

.background-image-cover {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.background-image-overlay:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color: rgba(36, 96, 170,0.9);
}

.background-image-overlay-black:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color: rgba(0, 0, 0, 0.2);
}

.background-standard {
    background-color: #fff !important;
}

.background-alternate {
    background-color: #eaeef0 !important;
}

.background-dark-blue {
    background-color: #2460aa !important;
}

.block {
    position: relative;
}

.content_block {
    display: block;
    background-color: #fff;
    padding: 20px;
}

    .content_block.medium_padding {
        padding: 30px;
    }

    .content_block.large_padding {
        padding: 50px;
    }

.box_shadow {
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
}



.bring-to-front {
    position: relative;
    z-index: 1;
}

.no-padding {
    padding: 0 !important;
}
