﻿
.navbar {
    background-color: #08ABB8; /*#545454;*/
   
}
.navbar-app {

}

.navbar-header {
    background-color: #08ABB8; /*#545454;*/
}



.container-fluid-bar {
        background-color: #08ABB8; /*#545454*/;
    }

.dropdown-menu ul.menu {
    list-style: none;
    padding-right: 100px;
    
}

.user-info {
    background: none;
}
#mybody {
    background: none;
}


/* Login Page ================================== */
.login-page {
    background-color: #e9e9e9;
    padding-left: 0;
    max-width: 856px;
    margin: 5% auto;
    overflow-x: hidden;
}

.login-page-p {
    background-color: #e9e9e9;
    padding-left: 0;
    max-width: 856px;
    /***new***/
    margin: 8% auto;
    /***new***/
    margin-left: 3%;
    overflow-x: hidden;
}

 .login-page .login-box .msg {
        color: #555;
        margin-bottom: 30px;
        text-align: center;
    }

    .login-page .login-box a {
        font-size: 14px;
        text-decoration: none;
        color: #00BCD4;
    }

    .login-page .login-box .logo {
        margin-bottom: 20px;
    }

        .login-page .login-box .logo a {
            font-size: 36px;
            display: block;
            width: 100%;
            text-align: center;
            color: #fff;
        }

        .login-page .login-box .logo small {
            display: block;
            width: 100%;
            text-align: center;
            color: #fff;
            margin-top: -5px;
        }



.form-group .form-line-login {
    display: block;
    width: 100%;
    height: 40px;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-group .form-line-login:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 0;
        bottom: -1px;
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -moz-transition: 0.25s ease-in;
        -o-transition: 0.25s ease-in;
        -webkit-transition: 0.25s ease-in;
        transition: 0.25s ease-in;
        border-bottom: 2px solid #1f91f3;
        border-right: 2px solid #1f91f3;
    }

/***TABELLE*/
th {
    color: #ce1d0f;
    text-decoration: none;
    text-align: center
}

    th a {
        color: #ce1d0f;
        text-decoration: none;
        text-align: center
    }

        th a:hover {
            color: #ff1d0f;
            text-decoration: none;
            text-align: center
        }

    th.secondary {
        color: #337ab7;
        text-decoration: none;
        text-align: center
    }

.center {
    text-align: center;
}

a.docuware {
    color: #fff;
    text-decoration: none;
    text-align: center
}
a.docuware:hover {
    color: #fff;
    text-decoration: none;
    text-align: center
}

a.linkdoc {
    color: #1f49ca;
    text-decoration: none;
    text-align: center;
}

a.linkdoc:hover {
        color: #1f91f3;
        text-decoration: none;
        text-align: center;
    }


td{
    font-size:0.9em;
}

button.myheader {
    cursor: default;
}
/*
a.btn {
    color: #fff;
    text-decoration: none;
    text-align: center
}
a.btn:hover {
    color: #fff;
    text-decoration: none;
    text-align: center
}
a.btn:visited {
        color: #fff;
        text-decoration: none;
        text-align: center
    }
*/

.inputfile {
    
    border: 0px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}

a.excel {
    color: #222;

}
a.excel:hover {
    color: #222;
    text-decoration: none;
    text-align: center

}


a.linktel {
    text-decoration: none;
}

    a.linktel:hover {
        color: #1f91f3;
        text-decoration: none;
    }

    a.linktel:visited {
        color: #1f91f3;
        text-decoration: none;
    }

a.guida {
    color: #098720; /* #56c2c7;*/
    text-decoration: none;
    font-weight: bold;
    border: dotted;
    padding: 10px;
    padding-top: 12px;
    padding-bottom: 7px;
}
    a.guida:hover {
        color:darkseagreen;
        text-decoration: none;
    }

    a.guida:visited {
        color: #098720;
        text-decoration: none;
    }


    label.denuncia{
        font-size:0.9em;
    }


a.denuncialink {
    color: darkorange; /* #56c2c7;*/
    text-decoration: none;
    font-weight: bold;
    /*border: dotted;
    padding: 10px;
    padding-top: 12px;
    padding-bottom: 7px;*/
}

    a.denuncialink:hover {
        color: darkorange;
        text-decoration: none;
    }

    a.denuncialink:visited {
        color: orange;
        text-decoration: none;
    }
