﻿.logo {
    width: 180px;
    height: 83px;
    background-image: url(../img/logo.png);
}

.button {
    padding: 10px 17px;
    background-color: #29a4ed;
    color: white;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
}

.input {
    font-family: 'robotolight';
    border-color: silver;
    border-style: solid;
    border-width: 1px;
    padding: 2px 0 0 4px;
    line-height: 26px;
    width: 30px;
}

.button:hover {
    opacity: 0.5;
}

.set > div {
    padding: 5px 0 15px 0;
}

.radioselect {
    white-space: nowrap;
}

    .radioselect > div {
        padding: 5px 12px;
        border: 1px solid #e3e4e5;
        border-left-width: 0px;
        display: inline-block;
        cursor: pointer;
    }

        .radioselect > div:first-child {
            border-left-width: 1px;
            border-bottom-left-radius: 5px;
            border-top-left-radius: 5px;
        }

        .radioselect > div:last-child {
            border-bottom-right-radius: 5px;
            border-top-right-radius: 5px;
        }

    .radioselect .on {
        background-color: #e3e4e5;
        border-color: #e3e4e5;
    }

.listselect {
    border-color: silver;
    padding: 4px;
    font-family: inherit;
    font-size: 15px;
}

.checkselect > div {
    padding: 5px 12px;
    border: 1px solid #e3e4e5;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
}

.checkselect .on {
    background-color: #e3e4e5;
    border-color: #e3e4e5;
}

.menuicon {
    background-color: #e3e4e5;
    border-radius: 15%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 45%;
    display: inline-block;
    width: 34px;
    height: 34px;
    cursor: pointer;
    opacity: 0.85;
}

    .menuicon.inactive {
        cursor: default;
    }

    .menuicon:hover {
        opacity: 0.5;
    }

.icon01 {
    background-image: url(/img/icons/icon01.png) !important;
}

.icon02 {
    background-image: url(/img/icons/icon02.png) !important;
}

.icon03 {
    background-image: url(/img/icons/icon03.png) !important;
}

.icon05 {
    background-image: url(/img/icons/icon05.png) !important;
}

.icon06 {
    background-image: url(/img/icons/icon06.png) !important;
}

.icon07 {
    background-image: url(/img/icons/icon07.png) !important;
}

.icon09 {
    background-image: url(/img/icons/icon09.png) !important;
}

.icon15 {
    background-image: url(/img/icons/icon15.png) !important;
    font-size: 22px;
    padding: 0 0 0 26px;
    background-size: 16%;
    background-position: 0 38%;
}

.icon10 {
    background-image: url(/img/icons/icon10.png) !important;
    background-position: 12% 50%;
    background-repeat: no-repeat;
    background-size: 9%;
    padding-left: 38px;
}

.icon04 {
    background-position: 50% 50%;
    background-image: url(/img/icons/icon04.png) !important;
    background-repeat: no-repeat;
    background-size: initial;
    top: 0;
    left: 0;
}

#preview {
    display: none;
    position: relative;
    width: 95%;
    min-width: 200px;
    max-width: 270px;
    height: 240px;
    float: right;
}

    #preview .contain {
        background-color: rgba(255,255,255,.04);
        background-blend-mode:exclusion;
        top: 0;
        height: 100%;
        width: 100%;
        background-position: center top;
        display: none;
        opacity: 0.8;
    }

.iconps {
    display: inline-block;
    width: 36px;
    height: 30px;
    background-position: 50% 50%;
    background-image: url(/img/icons/icon12.png);
    background-repeat: no-repeat;
    background-size: 52%;
    vertical-align: middle;
    cursor: pointer;
    opacity: 0.7;
}

    .iconps:hover {
        opacity: 0.5;
    }

.iconpsdel {
    background-image: url(/img/icons/icon02.png) !important;
    background-size: 48%;
}

#pslist {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: right;
    right: -1%;
}

    #pslist select:disabled {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

.adjust > div, .bold > div {
    background-repeat: no-repeat;
    background-size: initial;
    background-position: 50% 50%;
}

    .adjust > div:first-child {
        background-image: url(/img/icons/iconleft.png) !important;
    }

    .adjust > div:last-child {
        background-image: url(/img/icons/iconright.png) !important;
    }

    .adjust > div:nth-child(2) {
        background-image: url(/img/icons/iconcenter.png) !important;
    }

.bold > div {
    background-image: url(/img/icons/iconbold.png) !important;
}

.mainmenu > div {
    position: relative;
}

.mainmenu a {
    padding: 10px 20px;
}

.mainmenu .caret {
    background-image: url(/img/icons/carettop.png) !important;
    background-position: 50% 100%;
    bottom: -18px;
    height: 150%;
}

.mainmenu .login {
    background-image: url(/img/icons/login.png) !important;
    background-position: 90% 50%;
    padding: 10px 30px 10px 20px;
}

.mainmenu .logout {
    background-image: url(/img/icons/logout.png) !important;
    background-position: 90% 50%;
    padding: 10px 30px 10px 20px;
}

.tickets > div {
    cursor: pointer;
    margin-bottom: 4px !important;
    margin: 2%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 30%;
    border-radius: 10px;
    color: white;
    background-color: #01a0ff;
    font-size: 16px;
    max-width: 200px;
    box-shadow: 0px 0px 30px -10px rgba(34, 60, 80, 0.2) inset;
    -moz-box-shadow: 0px 0px 30px -10px rgba(34, 60, 80, 0.2) inset;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(34, 60, 80, 0.2) inset;
}

    .tickets > div > div:nth-child(2) {
        padding: 8%;
        position: relative;
    }

    .tickets > div > div:nth-child(3) {
        padding: 0%;
        font-size: 16px;
        position: relative;
        font-weight: bold;
    }

        .tickets > div > div:nth-child(3) > span {
            padding: 5px 8px;
            background-color: rgb(1,128,204);
        }

    .tickets > div > div:nth-child(4) {
        padding: 4%;
        font-size: 38px;
        line-height: 150%;
    }

        .tickets > div > div:nth-child(4) > span {
            vertical-align: text-bottom;
            font-size: 16px;
            font-weight: normal;
        }

    .tickets > div > div:nth-child(5) {
        height: 0px;
        background-color: white;
        border-top: 2px dashed #01a0ff;
        border-bottom: 2px dashed #01a0ff;
    }

    .tickets > div > div:nth-child(6) {
        padding: 8%;
    }

    .tickets > div:hover {
        margin-bottom: 0px !important;
    }

        .tickets > div:hover > div:nth-child(5) {
            height: 4px !important;
        }

.tickets .outimg {
    background-image: url(/img/mletterw.png);
    right: -5%;
    background-size: 130%;
    top: -10%;
    background-position: 0% 0%;
    opacity: 0.15;
    width: 100%;
}


.profile {
    background-color: rgb(241,241,241);
    padding: 25px;
    position: relative;
    overflow: hidden;
}

    .profile .tablerow {
        width: 60%;
        padding-top: 15px;
    }

        .profile .tablerow > div > div {
            padding: 10px 0;
            border-bottom: 1px solid #c7c7c7;
        }

            .profile .tablerow > div > div:nth-child(even) {
                text-align: right
            }

        .profile .tablerow > div:nth-last-child(1) > div {
            border-bottom: none;
        }

.tarifs {
    padding: 2%;
    border: 2px dashed #e1e1e1;
    border-radius: 10px;
    width: 96%;
}

    .tarifs .tablerow {
        width: 100%;
    }

        .tarifs .tablerow > div:nth-child(even) {
            background-color: rgb(241,241,241);
        }

        .tarifs .tablerow > div:nth-child(1) {
            font-weight: bold;
        }

        .tarifs .tablerow > div > div {
            padding: 10px;
            text-align: center;
        }

.about {
    background-color: rgb(241,241,241);
    padding: 25px;
    position: relative;
    overflow: hidden;
}

    .about > div:nth-child(even) {
        width: 60%;
        padding: 15px 0 25px;
    }

    .about > div:nth-last-child(2) {
        padding: 15px 0 0;
    }

    .about > div.regular {
        font-size: 22px;
    }

    .about > div.outimg {
        background-image: url(/img/mletter.png);
        right: -2%;
        background-size: 80%;
        top: 5%;
        background-position: 100% 0%;
        opacity: 0.2;
        width: 40%;
    }

