@import url('rammetto-one.css');
@import url('montserrat.css');
@import url('cwtex-hei.css');

* {
    font-family: 'Montserrat', 'cwTeX Hei' !important;
    font-weight: normal;
}

body {
    height: 100%;
    margin: 0px;
    text-align: center;
}


    body .ui-body-c {
        font-family: 'Montserrat';
        font-weight: normal;
        font-size: 12pt;
        text-shadow: 0 0px 0px #111;
        background-color: black;
    }

video {
    width: 100%;
    border: solid 1px #888;
    background-color: black;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

input[type=search] {
    border: solid 1px #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: white;
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.fa-logo {
    float: left;
}

.fa-text {
    float: left;
    font-size: 1.2em;
}

.fa-truncate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fa-menu {
    float: right;
}

.fa-fore {
    height: 100%;
    background-image: url('../img/bg.png');
    width: 100%;
}

.fa-back {
    display: none;
}

.fa-logout {
    display: none;
    cursor: pointer;
}

.fa-search {
    display: none;
    cursor: pointer;
}

.fa-search-bar {
    display: none;
    background-color: black;
    margin: 0;
    border: solid 1px #888;
    padding-left: 10px;
}

.fa-video {
    width: 100%;
    border: solid 1px #888;
}

.fa-video-title {
    float: left;
    padding: 10px;
}

.fa-video-count {
    color: red;
}

.fa-video-list {
    padding: 5px;
    margin: 5px;
    border: solid 1px #CCC;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 0px 5px #666;
    -webkit-box-shadow: 0 0px 5px #666;
    box-shadow: 0 0 5px #666;
    display: none;
    cursor: pointer;
    text-align: left;
}

.fa-video-passive {
    border-bottom: solid 1px #CCC;
    background-color: #EEE;
    text-align: left;
    padding: 10px;
}

.fa-video-active {
    border: 1px solid #666;
    background: rgb(255, 153, 0, 0);
    color: #fff;
    text-shadow: 0 1px 1px #111;
    font-weight: normal;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#222));
    background-image: -webkit-linear-gradient(#444, #222);
    background-image: -moz-linear-gradient(#444, #222);
    background-image: -ms-linear-gradient(#444, #222);
    background-image: -o-linear-gradient(#444, #222);
    background-image: linear-gradient(#444, #222);
    text-align: left;
    padding: 10px;
}

.fa-dark-stripes {
    background-image: url('../img/dark_stripes.gif');
}

.fa-login {
    display: none;
    width: 300px !important;
    text-align: center;
    color: white;
    background-color: #444;
    width: auto;
    border: solid 1px #CCC;
    border-radius: .8em;
    -webkit-border-radius: .8em;
    font-size: 10pt;
    min-width: 250px;
    text-shadow: 0 0px 0px #111;
    -moz-box-shadow: 0px 0px 30px #777;
    -webkit-box-shadow: 0px 0px 30px #777;
    position: fixed;
    z-index: 99;
    text-align: center;
    background-image: url('../img/dark_stripes.gif');
}

.fa-login-header {
    background-color: #222;
    background-image: url('../img/dark_stripes.gif');
}

.fa-login-footer {
    padding: 0px;
    font-size: 14pt;
    background-color: #222;
    background-image: url('../img/dark_stripes.gif');
}

.fa-login-username {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 10px;
    font-family: 'FontAwesome', 'Rammetto One', 'cwTeX Hei' !important;
}

.fa-login-password {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 10px;
    font-family: 'FontAwesome', 'Montserrat', 'cwTeX Hei' !important;
}

.fa-login-confirm {
    border: none;
    cursor: pointer;
    background: url('../img/login.png') no-repeat;
}

.fa-login-text {
    font-size: 14px;
}

.fa-popup {
    width: 200px;
    border: 1px solid #000;
    border-right: none;
    background: rgba(0, 0, 0, .7);
    margin: -1px 0;
    text-align: center;
}

.fa-popup-header {
    color: white;
    background-color: black;
    text-align: left;
    height: 30px;
    padding-top: 5px;
}

.fa-popup-category {
    width: 100%;
    text-align: left;
    overflow-y: scroll;
}

.fa-popup-footer {
    color: white;
    background-color: black;
    text-align: center;
    height: 30px;
    padding-top: 5px;
}

.fa-popup-passive {
    border-bottom: 1px solid #666;
    background: rgb(0, 0, 0, .8);
    color: #fff;
    text-shadow: 0 1px 1px #111;
    font-weight: normal;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#222));
    background-image: -webkit-linear-gradient(#444, #222);
    background-image: -moz-linear-gradient(#444, #222);
    background-image: -ms-linear-gradient(#444, #222);
    background-image: -o-linear-gradient(#444, #222);
    background-image: linear-gradient(#444, #222);
    text-align: left;
    padding: 10px;
    -moz-opacity: 0.6;
    opacity: 0.6;
    cursor: pointer;
}

.fa-popup-active {
    font-family: 'cwTeX Hei';
    border-bottom: 1px solid #666;
    background: rgb(255, 153, 0, 0);
    color: #fff;
    text-shadow: 0 1px 1px #111;
    font-weight: normal;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb03c), to(#ff9900));
    background-image: -webkit-linear-gradient(#ffb03c, #ff9900);
    background-image: -moz-linear-gradient(#ffb03c, #ff9900);
    background-image: -ms-linear-gradient(#ffb03c, #ff9900);
    background-image: -o-linear-gradient(#ffb03c, #ff9900);
    background-image: linear-gradient(#ffb03c, #ff9900);
    text-align: left;
    padding: 10px;
    cursor: pointer;
}

.header {
    height: 30px;
    line-height: 30px;
    font-family: 'cwTeX Hei';
    border-bottom: 1px solid #666;
    background: rgb(255, 153, 0, 0);
    color: #fff;
    text-shadow: 0 1px 1px #111;
    font-weight: normal;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb03c), to(#ff9900));
    background-image: -webkit-linear-gradient(#ffb03c, #ff9900);
    background-image: -moz-linear-gradient(#ffb03c, #ff9900);
    background-image: -ms-linear-gradient(#ffb03c, #ff9900);
    background-image: -o-linear-gradient(#ffb03c, #ff9900);
    background-image: linear-gradient(#ffb03c, #ff9900);
    text-align: left;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.footer {
    height: 20px;
    line-height: 20px;
    font-family: 'cwTeX Hei';
    border-bottom: 1px solid #666;
    background: rgb(255, 153, 0, 0);
    color: #fff;
    text-shadow: 0 1px 1px #111;
    font-weight: normal;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb03c), to(#ff9900));
    background-image: -webkit-linear-gradient(#ffb03c, #ff9900);
    background-image: -moz-linear-gradient(#ffb03c, #ff9900);
    background-image: -ms-linear-gradient(#ffb03c, #ff9900);
    background-image: -o-linear-gradient(#ffb03c, #ff9900);
    background-image: linear-gradient(#ffb03c, #ff9900);
    text-align: center;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.mask {
    background: #000;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-bottom,
.ui-corner-tl,
.ui-corner-tr,
.ui-corner-bl,
.ui-header,
.ui-btn-corner-all,
.ui-listview-filter .ui-btn-corner-all,
#restau_infos .ui-btn-corner-all,
#contact_buttons .ui-btn-corner-all,
#notation .ui-btn-corner-all {
    -moz-border-radius: .3em;
    border-radius: .3em;
    -webkit-border-radius: .3em;
}

#popup-popup {
    right: 0 !important;
    left: auto !important;
}

@media (max-width: 415px) {
    .fa-text {
        width: 120px;
    }

    .fa-login {
        width: 96% !important;
    }
}
