﻿input[type="text"], input[type="password"], textarea, select {
    outline: none;
}

.loading {
    font-family: Tahrir;
    direction: rtl;
    font-size: 19px;
    width: 100%;
    text-align: center;
    position: relative;
    top: 30%;
}

html, body {
    height: 100% !important;
    background-color: #000;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay-ad {
    height: 100%;
    width: 100%;
    display: table;
}

.wrapper {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.mono-parent, .man-parent, .mono-top {
    display: block;
    text-align: center;
}
.mono-top-img {
    width: 200px;
/*    visibility: hidden;*/
}
.mono {
/*    visibility: hidden;*/
    display: inline-block;
    background-color: #000;
    width: 400px;
    text-align: right;
    padding: 10px;
    border-radius: 5px;
    margin-top: 25px;
    color: #e2e2e2;
    direction:rtl;
}

.man {
    width: 394px;
/*    visibility: hidden;*/
    margin-top: 25px;
    display: inline-block;
    position: relative;
}

.btn-parent {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}


.ticketnumber {
    font-family: Arial;
    width: 100%;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #000;
    font-family: Arial;
    padding-right: 50px;
    text-transform: uppercase;
    border: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    direction: rtl;
    font-family: Tahrir;
}

    .ticketnumber:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }
.ticketnumberfocus {
    font-family: Arial;
    direction: ltr;
    padding-right: 0px;
    padding-left: 10px;
}

.ticketnumberbtn {
    position: absolute;
    right: -4px;
    top: 0px;
    font-size: 20px;
    width: 45px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #c00404;
    height: 45px;
    line-height: 45px;
}
.ticketnumberhelp {
    background-color: #0c8007;
    color: #fff;
    padding: 5px;
    position: absolute;
    top: 45px;
    width: 254px;
    right: -4px;
    font-size: 10px;
    display:none;
}
.btn-parent .wm-track-btn-white {
/*    background-color: #000 !important;*/
/*    visibility: hidden;*/
    padding: 2px 25px;
    margin-right: 5px;
}
.wm-header-one {
    position: fixed;
    z-index: 3000;
    width: 100%;
    top: 0px;
}
@media (max-width: 480px) {
    .mono {
        width: 300px;
    }

    .man {
        width: 294px;
    }
}