/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 17. 9. 2023, 15:08:16
    Author     : Reboot
*/

.grecaptcha-badge {
    visibility: hidden;
}
html, body {
    font-size: 16px;
    background-color: white;
}

h1, h2, h3 {
    color: #c01f2e !important;
}

hr {
    border-top: 2px dashed #c01f2e;
}

#sw-logo {
    display: none;
}
.wm-p-header-image {
    display: none;
}
.nav-container {
    display: none;
}
.wm-l-mobile-header, .wm-l-mobile-header .span12 {
    display: none;
}
.content {
    max-width: 1600px;
}

.naviMenu ul li:before, .wm-p-file .in:before {
    display: none ;
}
.naviMenu ul {
    list-style: none outside none ;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-right: 50px;
}
.naviMenu li {
    list-style-type: none !important;
    float: left;
}
.naviMenu li a {
    display: block;
    padding-right: 10px;
    padding-left:  10px;
    padding-bottom: 0 !important;
    background-color: transparent;
    color: #c01f2e;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
}
.naviMenu li a:hover {
    color: #c01f2e;
    text-decoration: underline;
}

.content table tbody>tr:nth-child(2n+1)>td, .content table tbody>tr:nth-child(2n+1)>th {
    padding: 20px;
}

.tlacitko ul li:before, .wm-p-file .in:before {
    display: none;
}
.tlacitko ul {
    list-style: none outside none;
    margin-left: 0 !important;
}
.tlacitko a {
    width: 100%;
    min-width: 190px;
    max-width: 200px;
    background: none repeat scroll 0 0 #c01f2e;
    color: #ffffff;
    border: 1px solid #c01f2e;
    display: block;
    font-size: 100%;
    padding: 9px;
    text-decoration: none !important;
    text-align: center;
}
.tlacitko a:hover {
    background: #ffffff;
    border: 1px solid #c01f2e;
    color: #c01f2e;
    text-decoration: none !important;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #c01f2e;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}
#myBtn:hover {
    background-color: #555;
}
.footer_widgets{
    margin-top:25px;
}
.footer{
    background-color: #c01f2e;
}
.footer_menu ul, .contact_us ul{
    list-style-type: none;
}
.footer_payment ul{
    list-style-type: none;
}
.footer_payment ul li{
    float: left;
    padding: 10px;
}
.footer-link{
    color: white;
}
.widget_menu h3{
    color: white !important;
    font-weight: bold;
}
.contact_us{
    color: white;
}
.contact_us a{
    color: white;
    font-weight: bold;
}
.copyright_area{
    color:white;
    padding-top:10px
}
.footer_sponsor{
    padding-top:10px
}
.footer_sponsor  a{
    color:white;
    font-weight: bold;
}
.wm-p-html {
    margin-bottom: 0px;
}
.content{
    padding-top:20px;
    padding-bottom: 20px;
}