﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.dl-horizontal dt {
    white-space: normal;
}

input,
select,
textarea {
    max-width: 280px;
}

.border-right {
    border-right: 1px solid #ccc;
}

.margin-top-20 {
    margin-top: 20px;
}*/

.loading {
    background: rgba(0,0,0,0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99999;
}

    .loading .panel {
        margin-top: 120px;
        width: 400px;
        margin-left: 40%;
    }

.expand, .minimize {
    cursor: pointer;
    font-weight: bold;
    color: #999;
    font-size: 15px;
}

    .expand:hover, .minimize:hover {
        text-decoration: none;
        color: #000080;
    }

/*.logged {
    height: 80px;
}

.navbar {
    height: 80px;
}

.navbar-brand {
    padding-top: 30px;
}

.body-content {
    margin-top: 30px;
}

.nav.navbar-nav li a {
    padding: 30px 15px;
}

.logo {
    display: inline-block;
    cursor: pointer;
    padding: 0;
}*/

.ulDocuments {
    display: none;
    list-style: none;
    padding: 0;
    background: #4a7ebb;
    position: absolute;
}

    .ulDocuments li {
        padding: 5px 0;
    }

#liDocuments:hover > .ulDocuments {
    display: block;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

.ulDocuments li a {
    text-decoration: none;
    color: #fff;
}

    .ulDocuments li a:hover {
        text-decoration: underline;
    }

.navigation__container li:hover {
    background: #4a7ebb !important;
}

    .navigation__container li:hover a {
        color: #fff !important;
    }


.table > thead > tr > th {
    border: 1px solid #000;
    padding: 3px;
}
