
@font-face {
    font-family: 'Ek Mukta'; src: url('../fonts/EkMukta-Light.ttf');
    font-weight: 200;
}

html, body {
    height: 100%;
}

body{
    font-family:'Ek Mukta',sans-serif !important;font-size:1.6em !important;color:#5e5e5e !important
}

a {
    color: #a91c47;
    text-decoration: underline;
}

a.showhover:hover + span.tooltip {
    opacity:1;
}

h1 {
    font-weight:200;
}

h3 {
    font-weight:300;
}

h3,h1 {
    color:#5e5e5e;
}

hr {
    border-top: 1px solid #a91c47;
}

table th a {
    color: #5e5e5e;
}

table{
    font-size:.9em;
    background-color:#e1e2e3;
    border-collapse:collapse;
    outline:1px solid #bfc5ca;
}
table tbody{
    border-bottom:20px solid #e3e3e5;
    border-right:solid 1px #e1e2e3;
    border-left:solid 1px #e1e2e3;
}
table thead{
    border-top:20px solid #e1e2e3;
    border-right:solid 1px #e1e2e3;
    border-left:solid 1px #e1e2e3;
}
table thead th{
    font-weight:600
}

th a, td a {
    text-decoration: none
}

td:empty {
    display: none;
}

td a.showTooltip:hover {
    text-decoration: none
}

div.i8n {
    float: right;
    padding-top: 15px;
}

.createLink {
    line-height: 79px;
}

.datepicker{
    margin-top: 35px;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin-left: 10px;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin input[type="text"] {
    margin-bottom: 25px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 25px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.glyphicon-info-sign {
    color: #DFDFDF;
}

.logo{
    position: absolute;
    left: 5px;
}

.main.container {
    position: relative;
    margin-bottom: 75px;
    margin-top: 75px;
}

.main h1{
    padding-top: 70px;
}

.pagination {
    margin: 0;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #a91c47;
    border-color: #a91c47;
}

.pagination>li>a, .pagination>li>span {
    color: #a91c47;
}

.text-right {
    text-align: right;
}

.navigator {
    padding-left: 0px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.upload {
    margin-left: 30px;
    margin-top: 30px;
}

/* Footer */

.footer {
    border-top: 1px solid #e7e7e7;
    background: #f8f8f8;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 10px;
    padding: 5px;
    height: 50px;
    position: absolute;
    width: 100%;
    font-size: 11px;
    color: #777;
    position: fixed;
    z-index: 99;
}

.footer .container {
    line-height: 40px;
}

.footer ul {
    float: right;
}

.footer li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}

.navbar-default {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
}

.margin-top {
    margin-top: 15px;
}

#signIn2 {
    padding-left: 20px;
    margin-bottom: 25px;
}

/* Bootstrap.css ueberschreiben START*/
a.btn-primary {
    text-decoration: none;;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited
{
    background-color:#a91c47;
    border-color:#a91c47;
}
.btn-lg, .btn {
    border-radius: 0px;
}
.btn-lg {
    font-size: 16px;
    line-height: 0.9;
}

.form-control {
    border-radius: 0px;
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:300px;
}

.tab-content {
    min-height: 100%;
    padding: 20px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
