@import url(/assets/fonts/SiteFont/stylesheet.css);

body {
    font-family: 'open_sansregular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #2a2a2a;
    background-color: #ffffff;
    background-image: url(/assets/images/bg.png);
}

::selection {
    background: #0096db;
    color: #ffffff;
    /* Safari */
}

::-moz-selection {
    background: #0096db;
    color: #ffffff;
    /* Firefox */
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-family: 'open_sansbold', sans-serif;
    font-weight: normal;
}
button:active, button:focus {
    outline: none;
    box-shadow: none;
}
button::-moz-focus-inner {
    border: 0;
    box-shadow: none;
}
.btn.focus, .btn:focus{
    box-shadow: none;
}
.col-lg-6.full-texteer:last-child{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

a {
    color: #0096db;
    text-decoration: underline;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    outline: none;
}
sup.text-normal{
    font-family: 'open_sansregular', sans-serif;
    margin-left: 5px;
}
a:hover,
a:focus {
    color: #2a2a2a;
    text-decoration: none;
    outline: none;
}

.line-grey{
    background-color: #fbfbfb;
}

.line-blue{
    background-color: #0096db;
    color: #ffffff;
}

.tm-logo-container{
    background-color: #ffffff;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.tm-logo-container:hover{
    background-color: #fbfbfb;
}

.nav-header,
.nav-header .navbar ,
.nav-header .navbar-collapse,
.nav-header .navbar-nav,
.nav-header .nav-item,
.nav-header .nav-link{
    height: 100%;
}
.nav-logins .fa {
    color: #0096db;
}
.nav-logins .nav-link{
    padding: 0rem;
    display: inline-block;
    text-decoration: none;
    color: #2a2a2a;
}
.nav-logins .nav-link.register,
.nav-logins .nav-link.login{
    text-decoration: none;
    color: #2a2a2a;
}
.nav-logins .nav-link.register:hover,
.nav-logins .nav-link.login:hover{
    color: #2f5a9a;
}

.nav-header .nav-item{
    position: relative;
    border-right: 1px solid #ffffff50;
}

.nav-header .nav-link{    
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    padding-left: 37px!important;
    padding-right: 13px!important;
    padding-top: 13px;
    text-transform: uppercase;
}

.nav-header .nav-link:hover,
.nav-header .active .nav-link{
    color: #ffffff;
    background-color: #2f5a9a;
}

.nav-header .nav-item .fa-caret-down{
    position: absolute;
    bottom: 5px;
    left: 48%;
    color: #ffffff;
}

.nav-header .nav-item:nth-child(1) .nav-link{
    background-image: url(/assets/images/zaloby-icon.png);
    background-position: 13px center;
    background-repeat: no-repeat;
}

.nav-header .nav-item:nth-child(2) .nav-link{
    background-image: url(/assets/images/flag.png);
    background-position: 13px center;
    background-repeat: no-repeat;
}

.nav-header .nav-item:nth-child(3) .nav-link{
    background-image: url(/assets/images/news.png);
    background-position: 13px center;
    background-repeat: no-repeat;
}

.nav-header .nav-item:nth-child(4) .nav-link{
    background-image: url(/assets/images/information.png);
    background-position: 13px center;
    background-repeat: no-repeat;
}

.nav-header .nav-item:nth-child(5) .nav-link{
    background-image: url(/assets/images/contacts.png);
    background-position: 13px center;
    background-repeat: no-repeat;
}

.photne-header{
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
}
.email-header{
    text-decoration: none;
    color: #2a2a2a;
}
.email-header:hover,
.month-header{
    color: #0096db;
}

header .fa-envelope-o{
    font-size: 18px;
    margin-right: 5px;
    position: relative;
    top: 2px;
    color: #0096db;
}

.dropdown-menu{
    background-color: #0096db;
    border: none;
    border-radius: 0 0 5px 5px;
    margin: 0 0;
}

.dropdown-item{
    color: #ffffff;
    text-decoration: none;
}

.container-section{
    background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
}


.flags-icons{
    display: inline-block;
    background-image: url(/assets/images/flag.png);
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.table td, .table th{
    padding: .75rem .75rem;
}

.links-tender{
    color: #2a2a2a;
    text-decoration: none;
}

.links-tender:hover{
    color: #0096db;
}

.table-hover tbody tr:hover{
    background-color: #0096db10;
}

.number-tender,
.table thead th{
    font-family: 'open_sansbold', sans-serif;
    font-weight: normal;
}

.coperite{
    font-size: 12px;
    line-height: 14px;
}

.default .up-slide{
    opacity: 0;
    visibility: hidden;
}

.fixed .up-slide{
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #0096db;
    color: #ffffff;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
}

.fixed .up-slide:hover{
    background-color: #ffffff;
    color: #0096db;
}

.title-name_zakup{
    font-size: 18px;
    color: #0096db;
}

@media (max-width: 991px) {
 
}

@media (min-width: 992px) and (max-width: 1199px) {
    .g-recaptcha{
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media (max-width: 380px) {
    .g-recaptcha{
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media (min-width: 768px) {
    .navbar-toggler{
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}

@media (max-width: 767px) {
    .navbar-toggler{
        float: right;
        margin-top: 20px;
    }
    .nav-header .nav-item,
    .nav-header .nav-link{
        height: auto;
    }
    .table-tender-list tr{
        border-bottom: 1px dashed #2a2a2a;
    }    
    .table-tender-list tr:last-child{
        border-bottom: none;
    }    
    .table-tender-list tr td{
        border-bottom: 1px solid #2a2a2a10!important;
    }  
    .table-tender-list tr td:last-child{
        border-bottom: none!important;
        padding-bottom: 10px!important;
    }
    .nav-header .nav-link{ 
        padding-top: 13px;
        padding-bottom: 16px;
    }
    .nav-header .nav-item .fa-caret-down{
        left: 95%;
        bottom: auto;
        top: 20px;
    }
    .dropdown-menu{
        background-color: #2f5a9a;
        border-radius: 0;
    }
}

@media (max-width: 575px) {
    .dropdown-item{
        white-space: normal;
    }
}


@media (min-width: 992px) {

    .nav-header{
        margin-left: 15px;
    }

    .nav-header .nav-link{    
        padding-top: 20px;
    }
}

@media (min-width: 1200px) {
    .nav-header .nav-link{    
        padding-top: 23px;
    }
}
