
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,700&subset=latin,latin-ext);

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #1C4790;
}

.btn {
    font-size: 1em;
}

.btn-primary {
    color: white;
    background-color: #ADBBCB;
    border: none;
    border-radius: 0;
}

    .btn-primary:hover {
        background-color: #5c9eda; /* #E2C888 */
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1C4790;
    border-color: #1C4790;
}

.nav-item.active a.nav-link {
    color: white;
}

.navbar-dark .navbar-nav .nav-link {
    color: #5c9eda;
}
/*.navbar-dark .navbar-nav .nav-link:hover {
    color: #E2C888;
}*/

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 100px;
    font-size: 1em;
    /*background-color: #F7F7F7;*/
}

hr {
    margin-top: 10px;
    color: #5c9eda;
    opacity: inherit;
    height: 2px !important;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.footer {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    height: auto;
    display: inline-grid;
    font-size: 12px;
    /*line-height: 60px;*/
}


/* Header */
#head {
    background-color: white;
    background-image: url(/images/header_bg.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    height: auto;
}

.my-page-content {
    color: #02000f;
    padding-top: 2em;
}

    .my-page-content a {
        color: #1C4790;
    }

.my-page-content-title {
    color: #5c9eda;
    font-size: 1.3em;
    font-weight: bold;
    padding: 5px 10px;
    background-color: #ececec;
    background-image: linear-gradient(to bottom left, white, #ececec);
}

.my-page-content-header {
}

.my-page-content-header-title {
    font-size: 1.6rem;
    font-weight: bold;
    color: #02000f;
    margin-top: 0;
    display: inline;
}

    .my-page-content-header-title i {
        margin-right: 15px;
    }

    .my-page-content-header-title img {
        width: 32px;
        margin-right: 15px;
        margin-top: -5px;
    }


.navbar {
    border-radius: 0px;
    font-size: 1.2em;
    /*background-color: #ADBBCB !important;*/
    padding: 4px 4px 4px 4px;
    /*margin-left: 5px;*/
}

.nav-link {
    padding-right: 1.5rem !important;
    padding-left: .5rem;
}

    .nav-link:hover {
        color: #5c9eda;
    }

    .nav-link img {
        width: 24px;
        margin-right: 5px;
    }

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: 5px;
}

.select-language {
    float: right;
}

.select-language-image {
    margin-left: 10px;
}

.lang-user-table a {
    color: #02000f;
    /*text-transform: uppercase;*/
    /*font-size: 15px;*/
}

.lang-user-table {
    float: right;
    color: #02000f;
}

.lang-user-table-language {
    /*padding-top: 10px;*/
}


.validation-summary-errors ul {
    list-style: none;
    margin-left: -40px
}

.panel-default {
    border-color: #f5f5f5;
}

    .panel-default > .panel-heading {
        border-color: #f5f5f5;
        font-size: 1.2em;
    }

/* MSa */
#foot, #foot a {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0px;
    color: white;
    /*font-size: 11px;*/
    background-color: #02000f !important;
}

small, .small {
    font-size: 85%;
}

.footRow {
    /*border-bottom: 1px solid darkgrey;
    border-top: 1px solid #3C3C3C;*/
    padding: 5px;
}

.my-filter {
    padding: 15px;
    /*background-image: linear-gradient(white, #E2C888);*/
    background-image: linear-gradient(to bottom left, white, #ececec);
    border: 1px solid #ececec;
    /*border: solid 1px #E2C888;*/
    margin-bottom: 10px;
}

    .my-filter label {
        padding-top: 5px;
    }

.my-table {
    padding: 2px 2px 0px 2px;
    margin-bottom: 10px;
}

    .my-table p {
        margin: 0 0 0 3px;
    }

    .my-table .my-row {
        margin-bottom: 2px;
        display: flex;
        flex-wrap: wrap;
        background-color: white;
        padding: 5px;
        border: 1px solid #f7f7f7;
        /*padding: 10px 0;*/
    }

        .my-table .my-row:hover {
            padding: 5px 4px;
            border-left: 2px solid #ADBBCB;
            border-right: 2px solid #ADBBCB;
            background-image: linear-gradient(to bottom right, white, #f7f7f7);
            background-color: #f7f7f7;
        }

    .my-table .my-row-sum {
        background-image: linear-gradient(to bottom left, white, #ececec);
        font-size: 1.3em;
        color: #5c9eda;
        margin-top: 10px;
        margin-bottom: 2px;
        display: flex;
        flex-wrap: wrap;
        padding: 5px;
        border: 1px solid #f7f7f7;
    }
    .my-table .my-row-bg {
        margin-bottom: 2px;
        display: flex;
        flex-wrap: wrap;
        background-color: white;
        padding: 5px;
        border: 1px solid #f7f7f7;
        background-image: linear-gradient(to bottom left, white, #ececec);
    }

    .my-table-white {
        background-color: white;
    }

.my-cell {
    padding: 5px;
}

.my-cell-center {
    text-align: center;
}

.my-cell .my-label {
    font-size: 14px;
    /*margin-right: 10px;*/
}

    .my-cell .my-label .my-data {
        margin-left: 10px;
    }

.my-cell-info {
    padding: 5px;
    color: white;
    background-color: #1C4790;
}

.my-cell .my-data {
    font-size: 14px;
    font-weight: bold;
}

.my-cell .my-data-lg {
    font-size: 1.1rem;
    font-weight: bold;
}

.my-counter-menu {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: 10%;
    left: 80%;
    font-size: .8rem;
    font-weight: 700;
    background: #E2C888;
    color: #1C4790;
    text-decoration: none;
    border: 2px solid white;
}

.my-counter {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: .8rem;
    font-weight: 700;
    background: #E2C888;
    color: white;
    text-decoration: none;
    border: 2px solid #E2C888;
}

.my-counter-title {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: .8rem;
    font-weight: 700;
    background: #E2C888;
    color: white;
    text-decoration: none;
    border: 2px solid white;
    margin-right: 5px;
}

@media screen and (min-width: 992px) {
    .my-news {
        border-left: 1px solid #5c9eda;
    }
}

.my-news .my-news-title {
    color: #5c9eda;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #f7f7f7;
    background-image: linear-gradient(to bottom left, white, #ececec);
    padding: 11px 15px;
    border-bottom: 1px solid transparent;
    border-bottom-color: transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #f5f5f5;
}

    .my-news .my-news-title img {
        width: 24px;
        margin-right: 10px;
    }

.my-news .my-news-row {
    margin-bottom: 2px;
    display: flow-root;
    flex-wrap: wrap;
    background-color: white;
    padding: 10px 2px;
    border: 1px solid #f7f7f7;
}

    .my-news .my-news-row:hover {
        padding: 10px 0px;
        border-left: 3px solid #ADBBCB;
        border-right: 3px solid #ADBBCB;
        background-image: linear-gradient(to bottom right, white, #f7f7f7);
        background-color: #f7f7f7;
    }

.my-news .my-news-row-date {
    /*font-weight: bold;*/
    font-size: 15px;
    color: #5c9eda;
    font-weight: bold;
}

.my-news .my-news-row-title {
    margin-left: 5px;
    color: #5c9eda;
    font-weight: bold;
}

.my-news .my-news-row-content {
    font-size: 0.8rem;
}

.my-news .my-news-row-content-more {
    font-size: 0.8rem;
    margin-bottom: 0;
}

    .my-news .my-news-row-content-more a {
        color: #5c9eda;
    }


.my-news-detail {
}

    .my-news-detail .my-news-row-date {
        font-weight: bold;
        font-size: 1.2em;
    }

    .my-news-detail .my-news-row-title {
        margin-left: 5px;
        color: #1C4790;
    }

    .my-news-detail .my-news-row-content {
        font-size: 1em;
    }

.my-news-row-dwn {
}

.my-news-row-dwn-row {
    font-size: 13px;
}


.my-docs {
}

    .my-docs p {
        margin: 0 0 3px;
    }

    .my-docs .my-docs-row {
        margin-bottom: 2px;
        display: flex;
        flex-wrap: wrap;
        background-color: white;
        padding: 5px;
        border: 1px solid #f7f7f7;
    }

        .my-docs .my-docs-row:hover {
            padding: 5px 3px;
            border-left: 3px solid #E2C888;
            border-right: 3px solid #E2C888;
            background-image: linear-gradient(to bottom right, white, #f7f7f7);
            background-color: #f7f7f7;
        }

    .my-docs .my-docs-row-date {
        /*font-weight: bold;*/
        font-size: 14px;
        color: #E2C888;
    }

    .my-docs .my-docs-row-title {
        margin-left: 5px;
        color: #1C4790;
    }

    .my-docs .my-docs-row-content {
        font-size: 12px;
    }

    .my-docs .my-docs-row-content-more {
        font-size: 12px;
        margin-bottom: 0;
    }

        .my-docs .my-docs-row-content-more a {
            color: #E2C888;
        }

    .my-docs .my-docs-data {
        font-size: 14px;
        font-weight: bold;
    }


.my-panel-title, .my-panel-title a {
    color: #5c9eda !important;
    font-size: 1.3rem;
    font-weight: bold;
}

    .my-panel-title a:hover, .my-panel-title a:visited, .my-panel-title a:focus {
        color: #5c9eda !important;
        text-decoration: none;
    }

    .my-panel-title a.collapsed i {
        transform: none;
    }

    .my-panel-title i {
        transform: rotate(90deg);
    }

.panel-default > .panel-heading {
    background-image: linear-gradient(to bottom left, white, #ececec);
    font-size: 1.3em;
}

.panel-total-count {
    font-size: 1.5rem;
    font-weight: bold;
}