﻿body {
    font-family: PT Sans,arial,sans-serif;
}

a {
    color: #333;
    font-weight: 600;
    font-family: PT Sans,arial,sans-serif;
    font-size: 16px;
}

a:hover {
    color: #658ac0;
}

div.g5-container {
    padding-top: 10px;
}

@media screen and (max-width: 800px) {
    div.g5-container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}


.g5-header-bank-title {
    margin-top: 20px;
    font-weight: bold;
    font-size: 22px;
    color: #12408c;
}

.g5-footer {
    margin-bottom: 15px;
    margin-top: 10px;
}

.g5-footer-link {
    color: rgb(55, 60, 165);
    font-family: Tahoma;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}

.g5-copyright {
    color: rgb(159, 159, 159);
    font-family: Tahoma;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}

.g5-header-links {
    margin-top: 25px;
    padding-left: 0px;
}

.g5-header-link {
    color: #12408c;
    font-family: Tahoma;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    padding-left: 0;
    text-align:right;
}

.g5-header-doccount {
    margin-bottom: 10px;
}

.g5-empty-list-text {
    margin-bottom: 40px;
}

div.g5-show-pages {
    display: inline-block;
}

div.g5-show-pages > div.bootstrap-select {
    width: 80px !important;
}

div.bootstrap-select .dropdown-toggle, .g5-searchfield {
    border-radius: 0;
    border-color: #d1ddec;
    background-color:white;
}

.g5-zeropadding {
    padding: 0px;
}

div.g5-maincontainer {
     background-color: #ffffff;
     padding: 8px;
}

.g5-verticalmiddle {
     vertical-align: middle !important;
}

/*common styles*/

/*Document page*/
.g5-documentpage-caption {
    font-size: 125%;
    margin: 20px 0px;
}
.g5-documentpage-pagerselect {
    width: 80px;
}
.g5-documentpage-image {
     border: 1px solid #000;
}
/*Document page*/

/*Main page*/
div.bootstrap-select button {
    background-image: none;
}

div.bootstrap-select button:hover, div.bootstrap-select button:focus {
    background-color: #fff;
}

.g5-mainpage-searchpanel {
    border-color: #d1ddec;
    border-radius: 0px;
}

    .g5-mainpage-searchpanel card-title {
        background-color: #fff;
        border-color: #d1ddec;
        background-image: none;
        font-family: Tahoma;
        font-size: 18px;
        border-radius: 0px;
    }

.g5-mainpage-searchpanel card-body {
    background-color: #fff;
}

.g5-mainpage-resultpanel {
    border-radius: 0px;
    border-color: #d1ddec;
}

    .g5-mainpage-resultpanel card-title {
        background-image: none;
        background-color: #fff;
        border-color: #d1ddec;
        font-family: Tahoma;
        font-size: 18px;
        border-radius: 0px;
    }

.search-button, .clear-button, .search-button:hover, .clear-button:hover {
    width: 100px;
    background: #d2476b;
    color: white;
    transition: all 0.2s ease-in-out;
}

span.g5-from-text, span.g5-to-text {
    float:left;
    display:inline-block;
    padding-top: 7px;
}

label.g5-exact-check-label {
    font-weight:normal;
}

input[type="checkbox"].g5-exact-check {
    padding-top: 0px;
}

div.g5-from-text-container {
    width: auto;
    min-width: 29px;
    padding:5px 11px;
    display:inline-block;
}

.g5-formlabel {    
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}

table.g5-resultlist > thead > tr > th:last-child {
    text-align: center;
}

table.g5-resultlist > tbody > tr > td:last-child {
    width: 140px;
}

table.g5-resultlist a {
    font-size: 14px;
}

div.g5-mainpage-searchformbuttons {
    padding-right: 15px;
    padding-left: 15px;
}
/*Main page*/

.g5-searchfield {
    color: #333;
    font-size: 14px;
    height:34px;
}

/*bootstrap  overrides*/
.pagination > .active > a, .pagination > .active > span {
    background-color: rgb(118, 122, 203);
    border-color:  rgb(118, 122, 203);
}

.pagination > .active > a:hover {
    background-color: rgb(118, 122, 203);
    border-color:  rgb(118, 122, 203);
}

.pagination > li > a, .pagination > li > span {
    color: rgb(55, 60, 165);
}

.pagination > li > a:hover, .pagination > li > span:hover {
    color: rgb(55, 60, 165);
}

div.bootstrap-select > div > ul > li > a:focus {
     outline: none;
}  
/*bootstrap  overrides*/

/*common styles*/
.form-control {    
    border-color: #d1ddec;
}

.form-control:focus {
    border-color: #54429d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(84,66,157, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(84,66,157, .6);
}

.form-control button {
    min-height:34px;
}

.btn.dropdown-toggle:focus {
    outline: 0;
    border-color: #54429d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(84,66,157, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(84,66,157, .6);
}

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}

.g5-from, .g5-to {
    min-width: 80px;
}

.arrow-back-img {
    height: 22px;
}