﻿body {
    border-top: 7px solid #f05423;
    background: #2a2a2a;
}

h3 {
    font-size: 22px;
}

a {
    text-decoration: none;
    color: #333;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    background: none !important;
    pointer-events: none !important;
    -webkit-appearance: none !important;
    display: none !important;
}


.table td, .table th {
    vertical-align: middle;
}

.hideonpc{
    display: none;
}

.logobg {
    background: #000;
    padding: 40px 0;
}

.loginform {
    /*background-image: linear-gradient(90deg, #f05423, #ffa43f);*/
    background: #fff;
    border-radius: 100px 0 0;
    margin: 0 auto;
    width: 50%;
    text-align: center;
    padding: 50px 20px;
    margin-bottom: 100px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,.2);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,.2);
}

.menuclick a {
    background-image: linear-gradient(90deg, #f05423, #ffa43f);
    border-radius: 15px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
    .menuclick a:hover {
        -webkit-box-shadow: 0px 0px 20px 0px rgba(171,171,171,1);
        -moz-box-shadow: 0px 0px 20px 0px rgba(171,171,171,1);
        box-shadow: 0px 0px 20px 0px rgba(171,171,171,1);
    }

.menu_icon {
    width: 30px;
    margin-right: 10px;
}

.logout img {
    width: 40px;
    margin-right: 10px;
}

    .logout:hover {
        text-decoration: none;
    }

.logininfo {
    float: right;
    padding-right: 20px;
    padding-top: 10px;
}

.logininfo a {
    color: #333333;
    text-decoration: none !important;
}

.posta {
    background: #3ea6ff;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    display: inline-block;
    width: 100px;
}

    .newmessage::before{
        content: "!";
        background: #e61717;
        padding: 2px 7px 2px 8px;
        border-radius: 50%;
        font-size: 9px;
        font-weight: bold;
        margin-top: -2px;
        margin-left: -14px;
        position: absolute;
    }
    

.messagebox {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-left: -40px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 13px #f6f6f6;
}

.purple .messagebox {
    background: #643e74;
    color: #fff !important;
}

    .purple .messagebox p, .purple .messagebox p strong, .purple .messagebox span, .purple .messagebox small {
        color: #fff !important;
    }

span.multi-select-button {
    width: 300px;
}

.messagebox p {
    color: #989898;
}

#content .container {
    margin-top: 50px;
}

.subscribe-title {
    color: #333;
    font-weight: bold;
    text-decoration: none !important;
    font-size: 14px;
}

.btn-blog {
    background: #f05423;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 24px;
    font-size: 12px;
    margin-top: 15px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    margin-top: 8px;
    padding-right: 22px;
}
/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container, .dropdown-container2 {
    display: none;
}

.dataTables_wrapper .dataTables_processing {
    top: 0 !important;
    width: 100% !important;
    height: 98.5% !important;
}
    .sidenav {
    height: 100%;
    width: 220px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #353535;
    overflow-x: hidden;
    border-top: 7px solid #f05423;
}

    .sidenav a {
        padding: 10px 8px 10px 20px;
        text-decoration: none;
        font-size: 14px;
        color: #ffffff;
        display: block;
        border-bottom: 1px solid #464646;
    }

        .sidenav a:hover, .sidenav a:focus {
            color: #f1f1f1;
            background-color: #464646;
        }

        .sidenav > a:nth-child(2):hover, .sidenav > a:nth-child(2):focus {
            border-left: 5px solid #e80000;
        }

        .sidenav > a:nth-child(3):hover, .sidenav > a:nth-child(3):focus {
            border-left: 5px solid #00abe8;
        }

        .sidenav > a:nth-child(5):hover, .sidenav > a:nth-child(5):focus {
            border-left: 5px solid #a40c0c;
        }

        .sidenav > a:nth-child(6):hover, .sidenav > a:nth-child(6):focus {
            border-left: 5px solid #89bf46;
        }

        .sidenav > a:nth-child(7):hover, .sidenav > a:nth-child(7):focus {
            border-left: 5px solid #9706bb;
        }

.main {
    margin-left: 160px; /* Same as the width of the sidenav */
    font-size: 28px; /* Increased text to enable scrolling */
    padding: 0px 10px;
}

.addPage {
    margin: 50px 0 30px;
    float: right;
}

.greenthick {
    color: #f05423;
    font-weight: bold;
    font-size: 24px;
}

    .greenthick:hover, .greenthick:focus {
        text-decoration: none;
        font-size: 26px;
    }

.redX {
    color: #d9534f;
    font-weight: bold;
    font-size: 24px;
    -moz-transition: 0.1s linear;
}

    .redX:hover, .redX:focus {
        color: #d9534f;
        font-weight: bold;
        font-size: 26px;
        text-decoration: none;
    }

.hobtable thead {
    background-color: #f05423;
    color: #ffffff;
    border: none;
}

    .hobtable thead tr th {
        padding: 15px 15px;
        font-weight: normal;
        border: none;
    }
.btn-login {
    background-color: #ffffff !important;
    border: 1px solid #fff;
    padding: 10px 40px;
    font-size: 14px;
    color: #444444;
}
.btn-login:hover {
    background-color: #018fa5 !important;
    color: #fff;
}

.btn-success {
    background-color: #f05423 !important;
    border: none !important;
    padding: 10px 20px;
}

    .btn-success:hover {
        background-color: #f05423 !important;
    }

#btn_vis {
    background-color: #ce1720;
    color: #fff;
    margin-top: 10px;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

    #btn_vis:hover {
        background-color: #ff2a56;
    }

#bttn_vis {
    background-color: #ce1720;
    color: #fff;
    margin-top: 10px;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

    #bttn_vis:hover {
        background-color: #ff2a56;
    }

#btttn_vis {
    background-color: #ce1720;
    color: #fff;
    margin-top: 10px;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

    #btttn_vis:hover {
        background-color: #ff2a56;
    }

#tinymce {
    border-top: none;
    background: #ffffff !important;
}

#workeddays {
    margin-top: 20px !important;
    max-height: 250px;
    overflow-y: scroll;
}

    #workeddays table {
        background: #f3f3f3;
        padding: 0 20px 20px;
    }

.popover__title {
    font-size: 14px;
    text-decoration: none;
    text-align: center;
}

.popover__wrapper {
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 5px;
}

.popover__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -10px;
    top: 50px;
    z-index: 99999;
    font-size: 14px;
    transform: translate(0,10px);
    background-color: #ffffff;
    padding: 1rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: auto;
}

    .popover__content:before {
        position: absolute;
        z-index: -1;
        content: '';
        right: calc(50% - 10px);
        top: -8px;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #ffffff transparent;
        transition-duration: 0.3s;
        transition-property: transform;
    }

.popover__wrapper:hover .popover__content {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(0,-20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popover__message {
    text-align: center;
    margin-bottom: 0;
}

.explain {
    font-size: 14px;
    font-style: italic;
}

@media screen and (max-width: 768px) {
    .loginform {
        width: 100%;
    }
}

@media screen and (max-height: 450px) {
        .sidenav {
            padding-top: 15px;
        }

            .sidenav a {
                font-size: 18px;
            }
    }

    .btn {
        font-size: 14px;
    }

    table {
        font-size: 13px;
    }

    /* Suvisiace - produkty (Admin zona)*/
    .related_prod_wrapper {
        display: inline-block;
        padding: 3px 10px;
        color: black;
        border: 1px solid black;
        margin-top: 5px;
        border-radius: 5px;
        margin-right: 5px;
    }

        .related_prod_wrapper i {
            cursor: pointer;
            margin-left: 10px;
        }
