@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,100;1,300;1,400;1,500;1,700&display=swap');

/* * {
     border-radius: 0px !important;
	moz-border-radius: 0px !important;
	webkit-border-radius: 0px !important; 
     -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important; 
} */

.select2-results__option {
    font-size: 15px;
}

body {
    /* background-color: #F7F7F7;
    color: #505050; */
    font-family: 'Roboto', arial, sans-serif;
    font-size: 18px;
}

p {
    line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Condensed', arial, sans-serif;
}

h1,
h2,
h3 {
    text-transform: uppercase;
}

article {
    text-align: left;
    padding: 30px 0px 0px;
}

.logo {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.header-top {
    font-size: 0.9em;
    /* text-transform: uppercase; */
    line-height: 36px !important;
    padding-bottom: 0px;
    font-family: 'Roboto Condensed', arial, sans-serif;
}

.header-top .dropdown-menu>li>a {
    padding-left: 15px;
    color: #333;
    text-align: left;
}

.breadcrumb {
    background-color: #e8e8e8;
    padding: 5px 10px;
    border-radius: 4px;
}

.boxDx {
    margin-top: 70px;
}

.box-all-news {
    height: 65vh;
    /* overflow: auto; */
    overflow-y: auto;
    overflow-x: hidden;
    background: #e9f1f5;
}

.anm-card,
.card-header {
    background: #60a3be;
    border: #fff;
    color: white;
}

.anm-card .card-title a {
    /* margin-bottom: .5rem; */
    color: #f5deb3;
}

.img-hover-zoom {
    overflow: hidden;
}

.img-hover-zoom img {
    transition: transform .5s ease;
}

.img-hover-zoom:hover img {
    transform: scale(1.1);
}

.thumbnail .card-body a {
    color: #f5deb3 !important;
}

.thumbnail {
    border-radius: 4px;
}

.thumbnail .caption {
    padding: 7px 5px;
    min-height: 110px;
}

.thumbnail a,
.card-body a {
    text-decoration: none;
    /* color: #ffefd0 !important; */
}

.thumbnail:hover {
    transition: all 0.4s ease-in-out 0s;
}

.thumbnail h2 {
    /* font-size: 17px; */
    padding: 0px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 10px;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(#438dab, 0.78), rgba(0, 0, 0, 0));
    /* background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(151, 151, 151, 0.65), rgba(0, 0, 0, 0)) */
    margin-top: 20px;
    margin-bottom: 20px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #4E99B7;
    border-color: #4E99B7;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #4E99B7;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>li>a,
.pagination>li>span {
    color: #4E99B7;
}

.payment-type .btn.btn-default {
    width: 400px;
    margin-bottom: 10px;
}

.footerMenu {
    background-color: #455159;
    color: #ffffff;
}

.footerMenu a {
    color: #ffffff;
    padding-right: 20px;
    font-size: 14px;
    text-decoration: none;
}

.footer a {
    color: #f3eeee;
}

.footerColumns {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ECEDE7;
    color: #666;
    font-size: 15px;
}

.footerColumns h2 {
    border-bottom: 1px solid #fff;
    padding-bottom: 0px;
    color: #333;
    font-weight: 300;
    font-size: 20px;
}

.footerColumns h3 {
    /* border-bottom: 1px solid #4E99B7; */
    padding-bottom: 0px;
    margin-bottom: 5px;
    color: #333;
    font-weight: 300;
    font-size: 18px;
}

.footerCopy {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #E6E6E6;
    color: #373737;
    border-top: 2px solid #f5f5f5;
}

.footerColumns a {
    color: #666;
    text-decoration: none;
}

.footerColumns a .glyphicon,
.footerColumns .glyphicon,
.footerColumns .fa,
.footerColumns a .fa {
    border: 1px solid transparent;
    border-radius: 15px !important;
    transition: 0.6s ease;
}

.footerColumns .glyphicon:hover,
.footerColumns .fa:hover {
    border: 1px solid #fff;
    background-color: #777;
    color: #fff;
}

.footerColumns h3 {
    border-bottom: 1px transparent solid;
    font-weight: normal;
}

.footerCopy a {
    color: #757474;
}

.bg-info {
    background-color: #eaeaea;
    color: #2f6090;
}

.users {
    margin-top: 15px;
}

.alert {
    margin-top: 15px;
}

.alert-success {
    background-color: rgb(255, 255, 255);
    border: 4px #4CA61E solid;
    font-weight: 700;
    color: #4CA61E;
    text-align: center;
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    float: right;
    position: relative;
    margin-top: -15px;
    right: 0px;
}

.navigation {
    width: 100%;
    height: 46px;
    display: table;
    position: relative;
    font-family: inherit;
    background-color: #fff;
    border-top: 0px solid #e6e6e6;
    border-bottom: 0px solid #e6e6e6;
    margin-bottom: 0px;
    -webkit-box-shadow: 0 4px 4px -2px #dbdbdb !important;
    -moz-box-shadow: 0 4px 4px -2px #dbdbdb !important;
    box-shadow: 0 4px 4px -2px #dbdbdb !important;
}

.navigation-fixed-wrapper {
    width: 100%;
    left: 0;
    z-index: 99999999;
    will-change: unset;
}

.nav-menu {
    margin: 5px 0px;
}

.nav-menu>li>a {
    color: #595959;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', arial, sans-serif;
    font-size: 16px;
    height: 35px;
    padding: 10px 10px;
    font-weight: 600;
    display: flex;
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
    color: #4E99B7;
}

.nav-dropdown {
    box-shadow: 2px 2px 4px #b1b1b1 !important;
}

.nav-dropdown>li>a {
    color: #595959;
    font-size: 15px;
    padding: 10px 20px;
    border-bottom: 1px solid #eadcdb;
    font-family: 'Roboto Condensed', arial, sans-serif;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #4E99B7;
}

.nav-search {
    height: 0px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
    background-color: #e8e8e85e;
    height: 50px;
}

.nav-search-button {
    background-color: transparent;
    margin-top: 12px;
    height: 30px;
    line-height: 0px;
}

.modal {
    margin-top: 7%;
}

.modal-body {
    max-height: calc(100vh - 200px);
    overflow: scroll;
}

.row_gray {
    background: #eceaea;
    padding-top: 30px;
    padding-bottom: 30px;
}

.row_green {
    background: #ecfee6;
    padding-top: 30px;
    padding-bottom: 30px;
}

.row_blue {
    background: #fac4bd;
    padding-top: 30px;
    padding-bottom: 30px;
}

.row_red {
    background: #fac4bd;
    padding-top: 30px;
    padding-bottom: 30px;
}

#iubenda-pp {
    z-index: 99999 !important;
}

.btn-success,
.btn-success:visited,
.btn-success:active,
.btn-success:target {
    color: #fff !important;
    background-color: #6A95A8 !important;
    border-color: #438dab;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover {
    color: #fff !important;
    background-color: #597A88;
    border-color: #597a88;
}

.panel-success>.panel-heading {
    color: #fff !important;
    background-color: #4E99B7;
    border-color: #6bb3d0;
}

.panel-success {
    border-color: #6bb3d0;
}

@media only screen and (max-width: 1200px) {
    .logo {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 992px) {
    .logo {
        height: 60px;
    }
    .thumbnail h2 {
        font-size: 18px;
        padding-top: 12px;
    }
    .thumbnail .caption {
        font-size: 0.9em;
    }
    .thumbnail .col-xs-4 {
        padding-right: 0px;
    }
    .nav-search-button {
        margin-top: 18px;
    }
    .navigation-portrait .nav-search {
        padding: 0px;
        margin-right: 0px;
    }
    .boxDx {
        margin-top: 30px;
    }
    .box-all-news {
        height: auto;
        /* overflow: visible; */
        overflow-y: hidden;
        overflow-x: hidden;
        background: transparent;
    }
}

@media only screen and (max-width: 780px) {
    .navigation {
        width: 100% !important;
        box-shadow: 1px 1px 3px #d1d1d1 !important;
    }
    .thumbnail h2 {
        font-size: 17px;
        padding-top: 7px;
    }
    .thumbnail .caption {
        font-size: 0.84em;
        padding: 5px;
        min-height: 90px;
    }
}

@media only screen and (max-width: 480px) {
    .thumbnail h2 {
        font-size: 16px;
        padding-top: 5px;
    }
    .thumbnail .col-xs-4 {
        padding-right: 0px;
    }
    .thumbnail .col-xs-8 {
        padding-left: 10px;
    }
    .thumbnail a>img,
    .thumbnail>img {
        margin-right: auto;
        margin-left: auto;
    }
    .thumbnail .caption p {
        margin-top: 0px;
    }
    .navigation-fixed-placeholder.visible {
        height: 50px !important;
    }
}