﻿html{
 height:100%;
 min-height:100%;
 }
body{
 min-height:100%;
 }

body 
{
    font-family:Scada, sans-serif;
    background-color:#001742;
    background:url('../Content/images/background.jpg') no-repeat fixed;
    background-size:cover;
    background-position:center;
}

.navbar, .navbar-inverse, .nav .dropdown ul
{
    background-color:rgba(0,0,0,0.6);
}

.navbar-brand-sfirion
{
    background-image: url("../Content/images/sfirionsoftware_64.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 211px 32px;
    width: 213px;
}

.sfnav
{
    margin-left:10px;
    margin-right:10px;
    background-position:center;
    /*background-image:url("../Content/images/logo_small_fordark.png");*/
    background-repeat:no-repeat;
    /*background-color:#2a2a2a;*/
    background-color:transparent;

    color:white;
}
.navlnk
{ 
    color:#ffffff !important;
}
.navlnk a, .nav .dropdown a, .nav .dropdown ul li a
{ 
    color:#f1f1f1 !important;
}

.navlnk:hover, .nav .dropdown a:hover, .nav .dropdown ul li a:hover
{
    background-color:rgb(187,208,50) !important;
}
.navlnk a:hover, .nav .dropdown a:hover, .nav .dropdown ul li a:hover
{
    color:black !important;
}

.navbar-form input.form-control {
    background-color:rgba(40,40,40,0.2);
    border-color:#676767;
    color:white;
}

.navbar-form button.btn-default {
    background-color:rgba(40,40,40,0.2);
    border-color:#676767;
    color:white;
}
.navbar-form button.btn-default:hover {
    background-color:rgb(187,208,50);
    border-color:#676767;
    color:black;
}

.sfcontainer
{
    position:absolute;
    top:50px;
    left:0px;
    right:0px;
    bottom:20px;
    overflow:auto;
    background-color:#ffffff;
    background-color:rgba(255,255,255,0.9);
}

.sfcontainer-app {
    top:0px !important;
    left:0px !important;
    right:0px !important;
    bottom:0px !important;
    margin:0 !important;
    width:100% !important;
}

.table-files{
    margin-top:20px;
}
.table-files td{
    padding:0 !important;
}
.table-files button{
    margin:0 !important;
}
.table-files h4{
    margin:2px !important;
    text-transform:none;
}

.btn-primary{
    background-color:#033799;
}
.btn-primary:hover{
    background-color:rgb(187,208,50);
    color:#033799;
}

h3 {
    color:#333399;
}
h4 {
    text-transform:uppercase;
}

a
{
    color:#333399;
}

.sffooter
{
    position:absolute;
    left:0px;
    right:0px;
    bottom:0px;
    height:20px;
    overflow:hidden;
    background-color:rgba(0,0,0,0.6);
    color:white;
    line-height:20px;
    padding-right:10px;
    text-align:center;
}

.sffooter > a
{
    color:white;
}
.sffooter > a:hover
{
    color:rgb(187,208,50);
}


@media only screen and (max-width : 800px) 
{
    .media img
    {
        width:128px;
    }

}

big
{
    font-size:large;
}

.label
{
    font-weight:normal;
}

.label > button
{
    background-color:transparent;
    border:0;
    margin:0;
    width:auto;
    min-width:0;
}

.chat-container{
    position:absolute;
    display:block;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.chat-list{
    transition:400ms;
    position:absolute;
    display:block;
    top:0;
    left:-50%;
    bottom:0;
    width:50%;
    background-color:#f1f1f1;
    border-right:1px solid gray;
    overflow-x:hidden;
    overflow-y:auto;
    padding:5px;
}
.chat-list > h4{
    color:#033799;
    font-size:x-large;
}
.chat-list-visible{
    transition:400ms;
    left:0px;
}

.chat-button{
    transition:400ms;
    position:absolute;
    display:block;
    top:45%;
    left:0;
    height:64px;
    line-height:64px;
    background-color:#f1f1f1;
    border-right:1px solid gray;
    border-top:1px solid gray;
    border-bottom:1px solid gray;
}
.chat-button-middle{
    transition:400ms;
    left:50%;
}

.chat-list-item{
    display:block;
    height:auto;
    line-height:24px;
    font-size:large;
    border-top:1px solid #cecece;
    cursor:default;
}
.chat-list-item:hover{
    background-color:rgb(187,208,50);
}

.chat-list-item > span{
    display:none;
}
.chat-list-item-new > span{
    display:inline-block;
}
.chat-list-item > small
{
    color:#cecece;
}

#chatname > span{
    display:none;
}

.chat-area{
    transition:400ms;
    position:absolute;
    display:block;
    width:100%;
    top:0;
    right:0;
    bottom:0;
    background-color:white;
}
.chat-area-shrinked{
    transition:400ms;
    width:50%;
}

.chat-area-head {
    padding:5px;
    position:absolute;
    display:block;
    top:0;
    left:0;
    right:0;
    height:60px;
    line-height:50px;
    text-align:left;
}
.chat-area-head > span {
    font-size:x-large;
}
.chat-area-body {
    padding:5px;
    position:absolute;
    display:block;
    top:60px;
    left:30px;
    right:0;
    bottom:60px;
    line-height:60px;
    overflow-x:hidden;
    overflow-y:auto;
}
.chat-area-foot {
    padding:5px;
    position:absolute;
    display:block;
    bottom:0;
    left:0;
    right:0;
    height:80px;
    /*line-height:60px;*/
}
.chat-message {
    display:block;
}
.chat-message-right {
    display:block;
    text-align:right;
}
.chat-message > div{
    display:inline-block;
    border-radius:14px 14px 14px 1px;
    border:0px solid white;
    background-color:rgb(187,208,50);
    padding-left:5px;
    padding-right:5px;
    height:auto;
    width:auto;
    max-width:100%;
}
.chat-message-right > div{
    display:inline-block;
    border-radius:14px 14px 4px 14px;
    background-color:#033799;
    color:white;
}
.chat-message > div > h5{
    font-weight:bold;
    width:auto;
    margin-bottom:0;
}
.chat-message > div > div{
    text-align:left;
    line-height:24px;
    height:auto;
    width:auto;
    margin-top:5px;
}
.chat-timestamp{
    text-align:right!important;
    font-size:9px;
    line-height:16px!important;
    height:auto;
    width:auto;
}

.red {
    color:red;
}


.sf-record .panel-heading button{
    float:right;
}
.sf-record .panel-heading{
    vertical-align: middle;
}
.sf-record .panel-heading .sf-record-head{
    float:left;
    margin-right: 20px;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
}
.sf-record-desc{
    float: left;
    width: 70%;
}
.sf-record-numbers{
    float: left;
    width: 30%;
}
.sf-record-desc2{
    color: #585858;
}
@media only screen and (max-width : 800px) 
{
    .sf-record-desc, .sf-record-numbers{
        float: left;
        width: 50%;
    }

}


/* Bootstrap Navbar überschreiben für früheren Umbruch auf Collapsed */
@media (min-width: 768px) and (max-width: 1399px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}

.hover-visible-btns button {

    display:none;

}
.hover-visible-btns:hover button {

    display:inline-block;

}

@media print {
    a[href]:after {
        content: none !important;
    }
}