﻿/*.btn-primary, .btn-primary:hover {
    background: #bb162f;
    color: white;
    font-weight: normal;
    text-shadow: none;
    padding-top: 10px;
    padding-bottom: 10px;
}*/

.btn-default, .btn-default:hover {
    background: #bb162f;
    color: white;
    font-weight: normal;
    text-shadow: none;
}

    .btn-default.morepadding, .btn-default.morepadding:hover {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .btn-default:hover .title, .btn-primary:hover .title {
        text-decoration: underline;
    }

    .btn-default .title, .btn-primary .title {
        margin-left: 5px;
        font-size: 20px;
    }

.btnWelcomeBg {
    border: none;
    background-color: white;
    color: #00293f;
    padding: 5px 20px;
    border-radius: 3px;
    float: right;
    margin-right: 15px;
    text-align: center;
    font-weight: bold;
}

.btn-welcome, .btn-welcome:hover {
    background-color: rgba(0,118,163, 0.7);
    color: white;
    padding: 5px 20px;
    border: none;
}

    .btn-welcome:hover {
        text-decoration: underline;
    }

#html5-watermark {
    display: none !important;
}


.whiteBgWithBlueBorder {
    background-color: #fff;
    border: 1px solid #2d92b6;
    margin-top: -1px;
    z-index: 0;
}

    .whiteBgWithBlueBorder, .modal-body, .whiteBgWithBlueBorder p, .modal-body p, .whiteBgWithBlueBorder a, .modal-body a {
        color: #2d92b6;
    }

        .whiteBgWithBlueBorder h2, .modal-body h2 {
            color: black;
        }

        .whiteBgWithBlueBorder a, .modal-body a {
            text-decoration: underline;
        }

.cc-revoke, .cc-window {
    z-index: 1035 !important;
    font-size: 14px !important;
    font-family: 'DINBEK' !important;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 -1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 -1px 5px rgba(0, 0, 0, .075);
}

    .cc-window.cc-banner {
        padding: 8px 1.8em !important;
    }

.cc-theme-classic .cc-btn:last-child {
    min-width: 100px !important;
}

.cc-window a {
    color: rgb(131, 131, 145);
    text-decoration: underline;
    font-weight: bold;
}

    .cc-window a.cc-btn {
        text-decoration: none;
    }
/* */



.top-tirnak {
    margin-right: 20px;
    margin-top: -20px;
}

.alt-tirnak {
    margin-left: 20px;
    margin-bottom: -20px;
}

.btn-orange, .btn-orange:hover {
    padding-left: 25px;
    padding-right: 25px;
    box-shadow: none;
    background-color: #f1624d;
    border-color: #f1624d;
    color: #fff0f5;
}
