/* common css for nummer and login */

@font-face {
    font-family: "EurostileTBlack";
    src: url("EurostileT-Blac.otf") format("opentype");
}

body {
    background-color: #d8d8d8;
    text-align: center;
    color: gray;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

img {
    vertical-align: middle;
}

h1,
h2 {
    font-size: 100%;
}

h1 {
    padding-bottom: 20px;
}

a {
    /*text-decoration: none;*/
    color: gray;
}

#inputfield {
    position: relative;
    border: none;
    color: gray;
    font-size: 20px;
    text-align: center;
    width: 100px;
}

select {
    line-height: 20px;
    height: 35px;
    font-size: 16px;
    border-radius: 4px;
    color: inherit;
    margin-bottom: 5px;
    background-color: white;
}

#submitbtn {
    position: relative;
    border: none;
    width: 58px;
    height: 39px;
}

.wide span {
    display: block;
}

.icon-button span {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -2px;
    margin-bottom: -2px;

    background-size: 42px;

    padding-left: 42px;
    padding-right: 42px;

    background-repeat: no-repeat;
    background-position: left center;
    text-align: center;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 4px;

    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
}

a.button {
    text-decoration: none;
    text-align: center;
}

a.button > span {
    padding-left: 5px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    background-color: #fff;
}
a.button > span:hover {
    background-color: #ffffff;
}

a.TaCT > span,
a.JukeBox > span {
    background-image: url("../images/android.png") !important;
}

a.Launcher > span,
a.Launcher-sentinel-saturn > span,
a.Launcher-sentinel-mediamarkt > span {
    background-image: url("../images/ic_launcher.png") !important;
}

a.NoTeS > span,
a.NoTeS10 > span {
    background-image: url("../images/windows.png") !important;
}

a.SmarTS-Core > span,
a.SmarTS > span {
    background-image: url("../images/smarts-core.png") !important;
}

a.beeceen > span {
    background-image: url("../images/beeceen_icon_92px_shadow.png") !important;
}

a.SmarTS-Gallery > span {
    background-image: url("../images/smarts-gallery.png") !important;
}

a.MultiChannel > span {
    background-image: url("../images/multichannel.png") !important;
}

a.docs > span {
    background-image: url("../images/docs.png") !important;
}

a.mp4 > span {
    background-image: url("../images/mp4.svg") !important;
}

table.mgmtTable td,
table.mgmtTable th {
    padding-left: 5px;
    padding-right: 15px;
}

table.mgmtTable tr.even {
    background-color: #ffffff;
}

.msg {
    text-align: left !important;
    color: green;
}

.errorMsg {
    text-align: left !important;
    color: red;
}
