
 /*
*******************************************
 File: login.css


********************************************

 created on: 29.03.2018
 Encoding: UTF-8
 Project: AdminTool
 Autor: Hiesmayr Franz

*/

/******************* login ****************************************************/

#logInWrapper{
    display: none;
    overflow: auto;
    overflow-x: hidden;
    height: 100%;
    min-height: 100%;
    width: 100%;
    background: #eeeeee; /* Old browsers */
    background: -webkit-linear-gradient(top, #eeeeee 1%,#ffffff 93%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eeeeee 1%,#ffffff 93%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@media only screen
and (max-device-height : 1042px) {

    #logInWrapper{
        background: #eeeeee;
    }

}

#logIn{
    border: 1px solid rgba(26, 32, 55, 1);
    border-radius: 6px;
    box-shadow: 0 0 9px 0px rgb(100, 100, 100);
    margin-left: auto;
    margin-right: auto;
    max-width: 340px;
    min-width: 257px;
    width: 100%;
    font-size: 20px;
    position: relative;
    background-color: rgba(26, 32, 55, 1);
    z-index:10;
}

#logIn label{
    display: inline-block;
    min-width: 100px;
}

input.logInpt:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 100px white inset;
}
/* no zoom on mobil if minimum 16px*/
#loginForm input.logInpt {
    font-size: 16px;
}

.logInLab{
    display: block;
    background-color: rgb(230,230,230);
    color: rgb(160,160,165);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 40px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    padding-top: 4px;
    float: left;
}

.logInInpD{
    text-align: center;
}

.inputDivCont{
    position: relative;
    left: 50%;
    float: left;
}

.inputDiv.logInInpD{
    margin: 5px auto 10px auto;
    position: relative;
    left: -50%;
    float: left;
}

.userLab{
    background-image: url("../svg/user.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 19px 19px;
}

.passwLab{
    background-image: url("../svg/lock.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}

input.logInpt.text-input{
    border: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
/*    position: relative;
    top: -1px;
    left: -8px;*/
    padding-left: 5px;
    border-left: 1px solid rgb(150,150,150);
    display: block;
    float:left;
}

#headLogIn{
    margin: 30px auto 18px auto;
    text-align: center;
    font-size: 16px;
    color: rgba(255,255,255,0.4);
}

#headLogIn>span{
    margin-top: 20px;
    display: inline-block;
}

#logIn img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

#loginForm{
    margin: 20px 15px;
}

#userPassword{
    top: -11px;
}

#divLoginButton{
    text-align: center;
    margin-top: 25px;
}

#loginButton{
    margin: 30px auto 15px auto;
    font-size: 18px;
}

#loginErrorCont{
    margin: 0px 5px;
}

.jqx-notification-container{
    z-index: 9999999;
}

.loginExtra{
    margin-top: 10px;
    color: #FFFFFF;
    font-family: arial;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    text-align: center;
    display: inline-block;
    position: relative;
    top: 10px;
}



@media screen and (max-width: 490px) {
    .heigSize {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.onlineImg{
    position: relative;
    top: 1px;
}

.devTypeStd {
    font-size: 16px;
    text-align: center;
    width: 100%;
}

.stdGaImg{
    margin: 0px 0px 2px 4px;
}

.posWideLabel{
    display: inline-block;
    width: 200px;
    text-align: right;
    margin-top: 30px;
}

@media screen and (max-width: 490px) {
    .posWideLabel {
        text-align: left;
        padding-left: 10px;
    }
}

.modButLine{
    margin-top: 5px;
}

.modFixButLine{
    position: absolute;
    bottom: 7px;
    right: 5px;
}

.modButLineH{
    margin-top: 10px;
}

#posSelLoc{
    margin-top: 2px;
    margin-left: 3px;
    /*display: block;*/
}

#posSelOldVal{
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 242px;
    display: block;
}

@media only screen and (max-width: 418px) {
    #posSelLoc, #posSelOldVal{
        margin-left: 67px;
    }
    .resetTop{
        top: 1px !important;
    }
    .resetMargBot{
        margin-bottom: 0px !important;
    }

    .setRight{
        text-align: right;
    }
}

#selectLocSav{
    margin-right: 5px;
}



/*********** customer location tv device site *********************************/

#tvSelLoc, #streaTvSelLoc{
    margin-top: 5px;
}

.setSign{
    color:rgb(60, 60, 60);
}

.setFlagSign{
    margin-top: 22px;
    display: inline-block;
}

/*********** customer terminal device site *********************************/

.cusBetOf{
    margin-left: 2px !important;
    margin-bottom: 5px !important;
}

#termSelLoc{
    margin-top: 3px;
}

/********* POS Devices Customer ***********************************************/


/********* alias user sites ***************************************************/

#cusUserPeView{
    position: relative;
    height: 100%;
    width: 100%;
    padding: 10px 10px 10px 10px;
}

#cusUserAmView{
    position: relative;
    height: 100%;
    width: 100%;
    padding: 10px 10px 10px 10px;
}

/************************* tablets ********************************************/

#tablSelLoc {
    margin-top: 3px;
}

@media only screen and (max-width: 418px) {
    #tablSelLoc, #termSelLoc, #tvSelLoc, #streaTvSelLoc{
        margin-left: 87px;
    }
}
 /*
*******************************************
 File: layout.css


********************************************

 created on: 29.03.2018
 Encoding: UTF-8
 Project: AdminTool
 Autor: Hiesmayr Franz

*/

/************** layout ********************************************************/

html{
    min-height:100%;
    height: 100%;
    padding:0;
    margin:0;
    overflow: hidden;
}

body{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    width: 100%;
    min-height:100%;
    height: 100%;
    padding:0;
    margin:0;
    background-color: black;
    position: absolute;
    top: 0px;
    left: 0px;

}


.mettalic.jqx-fill-state-normal-dsbluepre{
    color: #000000;
    background: #c8c8c8; /* Old browsers */
    background: -moz-linear-gradient(top, #c8c8c8 0%, #cdcdcd 4%, #d7d9d8 10%, #d8dcdb 12%, #e3e9e9 16%, #eef7f6 23%, #f3fcfb 27%, #f4fdfc 32%, #eaf0f0 49%, #c9caca 66%, #bcbcbc 72%, #b6b6b6 76%,
    #a2a9ac 89%, #969ea1 95%, #65646a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c8c8c8 0%,#cdcdcd 4%,#d7d9d8 10%,#d8dcdb 12%,#e3e9e9 16%,#eef7f6 23%,#f3fcfb 27%,#f4fdfc 32%,#eaf0f0 49%,#c9caca 66%,#bcbcbc 72%,#b6b6b6 76%,#a2a9ac
    89%,#969ea1 95%,#65646a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c8c8c8 0%,#cdcdcd 4%,#d7d9d8 10%,#d8dcdb 12%,#e3e9e9 16%,#eef7f6 23%,#f3fcfb 27%,#f4fdfc 32%,#eaf0f0 49%,#c9caca 66%,#bcbcbc 72%,#b6b6b6 76%,#a2a9ac
    89%,#969ea1 95%,#65646a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
