﻿.head-title {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    font-weight: bold;
    color: #444;
    margin-top: 18px;
}

    .head-title > a {
        color: inherit;
        font-size: inherit;
    }

        .head-title > a:hover {
            color: inherit;
        }

    .head-title > a {
        color: inherit;
        font-size: inherit;
    }

        .head-title > a:hover {
            color: inherit;
        }
        
       
        
#paginator > nav {
    display:block;
    max-width:260px;
    margin-left:auto;
    margin-right:auto;
}
    #paginator > nav > ul {
        margin: 0px;
    }

#paginator a {
    color: #b2b2b2;
}

#paginator .active > a {
    background: #eee;
    border: 1px solid #ddd;
    color: #858585;
}

/*on success/fail pages*/
.sticker
{
    background: #fff;
    text-align: center;
    color: #444;
}

.sticker > img
{
    width: 80%;
    max-width: 500px;
    margin-top: 20vh;
}

.container-user
{
    width: 90%;
    max-width: 450px;
    padding: 30px 30px;
    background: #fff;
    margin: 30px auto;
}

/*media*/
@media(min-width:992px) {
}

@media(max-width:991px) {
}

@media(max-width:600px) {
    .sticker > img
    {
        width: 100%;
        max-width: 600px;
        margin-top: 20vh;
    }
}

#ty {
    text-align: center;
    padding: 50px;
    background: #fff;
    margin: 50px auto;
    max-width: 700px;
    width: 80%;
}

#ty .image {
    /*margin-top: 50px;*/
    padding: 0px 50px 50px 50px;
}

#ty .text {
    font-size: 14pt;
    color: #3d3d3d;
}

#ty .important {
    color: #e73744;
    font-style: italic;
    font-size: 30pt;
}

#ty img {
    max-width: 600px;
    width: 100%;
    height: 100%;
}

#ty .message {
    padding: 20px 20px 0px 20px;
    color: #ee9448;
}

#ty .text .link {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    border-bottom: 1px dotted black;
}

.sticker > a
{
    color: inherit;
    border-bottom: 1px dotted;
    text-decoration: none;
    font-size: 18px;
}

.no-select-a a
{
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted;
}