﻿/* HTML */

html,
body {
    height: 100%;
    font-family: verdana;
    width: 670px;
    margin-left: 5px;
    margin-right: 5px;
}
.container{
    width: 660px;
}
.index-title{
    color: #00347B;
}

.btn-primary, .btn-primary.focus, .btn-primary:hover {
    background: linear-gradient(to bottom, rgba(67,98,189,1) 0%,rgba(18,52,128,1) 100%);
}

    .btn-primary:hover {
        background-color: #FF7D00;
        background-image: url('/Resources/Images/menu_hoverlink_mask.png');
        background-repeat: repeat-x;
        border-color: #FF7D00;
    }

body {
    display: none;
    overflow-x: hidden;
}

.navbar-design {
    background-image: none;
    background-color: #191818;
}

a {
    color: #333;
}

    a:hover {
        color: #23527c;
        text-decoration: none;
    }

li.text-bold {
    padding-left: 15px;
}

#resources a:not(.btn),
#newsDetails a:not(.btn) {
    text-decoration: underline;
    color: blue;
}

iframe.iframe {
    border: 0;
    width: 100%;
}

@media (min-width: 1400px) {
    .container {
        width: 80%;
    }
}

@media (min-width: 768px) {
    div.form-group label {
        text-align: right;
    }
}

@media (min-width: 768px) and (max-width: 1366px) {
    .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;
    }
}

.text-bold {
    font-weight: bold !important;
}

.text-shorten {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 128px;
}

#validity-check-element {
    display: none;
}

/* make analyte header with name fixed on page and let body scroll */
@media only screen {
    #analytedetailsbody {
        height:auto;
        overflow-y: auto;
        width: 100%;
    }
}

/* Wrapper */
.wrapper {
    height: auto;
    margin: 65px auto -20px;  /*-160 so button 'toon meer' is visible?*/
    min-height: 100%;
}

#button-divrow{
    height: 60px;
}

.wrapper .fa-caret-right {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

    .wrapper a[aria-expanded=true] span.fa-caret-right {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    /* Main Menu */

    .wrapper ul.nav.nav-stacked > li {
        border-bottom: 1px solid #ddd;
        margin-top: 0;
    }

        .wrapper ul.nav.nav-stacked > li:last-child {
            border: 0;
        }

    .wrapper li > a {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .wrapper .main-menu a {
        color: #333 !important;
    }

        .wrapper .main-menu a:hover {
            color: #23527c !important;
        }

    .wrapper .main-menu .brand-logo {
        -moz-filter: alpha(opacity=9);
        filter: alpha(opacity=9);
        float: left;
        height: 40px;
        margin: 6.25px 15px 0 5px;
        opacity: 0.9;
        width: 80px;
    }

    .wrapper .main-menu .navbar-brand {
        font-size: 16px;
    }

    .wrapper .main-menu .navbar-right {
        margin-right: 0;
    }

/*************
*** HEADER ***
*************/

#HeaderNavbar li ul {
    display: none;
}

#HeaderNavbar li ul {
    position: absolute;
    z-index: 1000;
}

#HeaderNavbar li:hover > ul {
    display: block;
}

    #HeaderNavbar li:hover > ul li {
        position: relative;
    }

        #HeaderNavbar li:hover > ul li ul {
            left: 100%;
            top: 0;
        }

.wrapper .header a {
    color: #333 !important;
}

    .wrapper .header a:hover {
        color: #23527c !important;
    }

.wrapper .header .header-logo {
    background: url("../Resources/Images/Header.jpg") no-repeat center;
    background-size: cover;
    border-radius: 10px 10px 0 0;
    height: 200px;
    width: auto;
}

@media (max-width: 767px) {
    .wrapper .header .header-logo {
        display: none;
    }

    .wrapper .header .navbar-default {
        border-radius: 0px;
    }

    .wrapper {
        margin-top: 55px;
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin: 0;
    }

    .container {
        padding: 0;
    }
}

.wrapper .header .navbar-default {
    border-radius: 0 0 10px 10px;
}

.wrapper .header .navbar-right {
    margin-right: 0;
}

.wrapper .header > .container > .navbar > .container {
    width: auto;
}

.navbar-default .navbar-nav > li > a {
    color: #333 !important;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #222 !important;
    }

/* Breadcrumbs */

.wrapper .breadcrumbs .breadcrumb {
    background-color: transparent;
    padding: 0 15px;
}

/* Content */

.wrapper .content {
    display: none;
}

    .wrapper .content a {
        text-decoration: none;
    }

    .wrapper .content .alert {
        margin: 0;
    }

    .wrapper .content dl {
        margin-bottom: 0;
        margin-top: 0;
    }

    .wrapper .content table {
        margin-bottom: 0;
    }

        .wrapper .content table td {
            vertical-align: middle;
        }

@media (max-width: 1366px) {
    .wrapper .content .panel-body a,
    .wrapper .content .panel-body .form-group a {
        margin: 2px 0;
    }
}

.wrapper .content .validation-summary-valid.alert-danger {
    display: none;
}

.wrapper .content .validation-summary-errors ul {
    padding-left: 15px;
}

.wrapper .content span.field-validation-error {
    display: block;
    margin-top: 5px;
}

/* Pusher */

.wrapper .pusher {
    height: 100px;
}

/*************
*** FOOTER ***
*************/

.footer {
    height: 25px;
    padding: 25px 0;
}

/*****************
*** STATISTICS ***
*****************/

.wrapper .content .statistics {
    margin: 15px auto;
    width: 100%;
}

.wrapper .content .panel-body a,
.wrapper .content .panel-body .form-group a {
    margin: 0 !important;
}

/**************
*** WYSIWYG ***
**************/

.mce-reset .mce-upload-file-wrapper {
    margin: 10px;
}

.sk-rotating-modal {
    background: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

    .sk-rotating-modal .sk-rotating-plane {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -20px;
        margin-top: -20px;
    }

/****************
*** RESOURCES ***
****************/

#resources {
    list-style: none;
    padding: 0;
}

    #resources li::before {
        font-family: FontAwesome;
        content: '\f0c6';
    }

    #resources li {
        padding: 5px 0;
    }

/************
*** PAGES ***
************/

span.indent {
    width: 16px;
    display: inline-block;
    margin-left: 5px;
}

    span.indent:last-child::after {
        font-family: FontAwesome;
        content: '\f112';
        display: inline-block;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

#pagesDetails div.title span:nth-child(even),
#newsDetails div.title span:nth-child(even) {
    color: #23527c;
    font-weight: bold;
}

#text-small {
    font-size: xx-small;
}

/***************
*** SIDEMENU ***
***************/

.nested-list-item {
    padding-left: 40px;
}

/* CSS for hover image popups */
.tooltip-link {
    color: #0000EE;
}

.tooltip img {
    max-height: 300px;
}

.tooltip-inner {
    background: #F2F2F2;
    padding: 5px;
}

/***************
*** SIDEMENU ***
***************/

@media(max-width:991px) {
    .alphabeticalList {
        width: 100%;
        line-height: 35px;
    }

        .alphabeticalList a {
            padding: 2px 4px;
        }
}

#action-selection {
    font-size: 16px !important;
    padding: 5px;
    border-radius: 0;
    margin-top: 10px;
}

#laboratory-selection {
    font-size: 16px !important;
    padding: 5px;
    border-radius: 0px;
    margin-top: 10px;
}

#searchfor-bepaling {
    border: none;
    font-size: 16px;
    border-radius: 0px;
    margin-bottom: 15px;
    padding: 5px;
    border: 1px solid rgb(169, 169, 169);
}

#searchfor-datum {
    border: none;
    font-size: 16px;
    border-radius: 0px;
    margin-bottom: 15px;
    padding: 5px;
    border: 1px solid rgb(169, 169, 169);
}

#paging-select-menu {
    margin-bottom: 20px;
    background-color: #191818;
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-selection a {
    padding: 15px 20px 15px 20px;
    font-size: 20px;
    font-weight: 900;
    color: white;
}

.selected-page {
    border: 2px solid #C22439;
    color: grey;
    border-radius: 90px;
    background-color: #222222;
}

/***************
*** SIDEMENU ***
***************/

.inner-page-design {
    min-width: 90%;
    width: 90%;
}

#logging-index {
    position: relative !important;
}

#total-foundings {
    position: absolute;
    width: 120px;
    height: 120px;
    background-color: #C22439;
    right: 0;
    top: 0;
}

    #total-foundings > h1 {
        color: white;
    }

    #total-foundings > h4 {
        color: white;
    }

#ChangeLaboratoryContainer {
    margin-top: 50px;
}

    #ChangeLaboratoryContainer .panel {
        border-radius: 0px;
    }

        #ChangeLaboratoryContainer .panel .panel-heading {
            border-radius: 0px;
            border: none;
        }

        #ChangeLaboratoryContainer .panel .panel-body {
            border-radius: 0px;
            border: none;
        }

        #ChangeLaboratoryContainer .panel select {
            border-radius: 0px;
        }

.index-title span {
    border: 2px solid grey;
    padding: 10px;
    border-radius: 90px;
    color: grey;
}

.breadcrumbs {
    padding-left: -15px;
}

.container {
    padding-left: 10px;
}
.form-control, .input-group .form-control {
    border-radius: 0px;
    width: 300px;
    
}
#SearchIndex {
    width: 262px;
}
.col-lg-3 {
    width: 300px;
    display: inline;
    margin-left: 10px;
}
.col-sm-12
{
    display: inline;
    width: 300px;
}

input-group-addon {
    margin-left: 10px;
}

.text-imput-index {
    margin-bottom: 20px;
}

    .text-imput-index h4 {
        margin-left: 25px;
        bottom: 4px;
        display: inline;
        width: 200px;
    }

.form-top {
    margin-top: 60px;
}

.detail-panel-design {
    background-image: none !important;
    background-color: #00347B !important;
}

    .detail-panel-design h4 {
        color: white;
        margin: 0;
    }

.first-table-row-design {
    background-color: #E9E9E9;
    border-bottom: 4px solid lightgrey;
}

.detail-panel-design-red > .info-button {
    text-align: right;
}

.tooltip-inner {
    background-color: #222222;
}



.add-new-analyte-button {
    background-color: #FFAA31;
    color: white;
    padding: 22px 25px 22px 25px;
    font-size: 20px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 90px;
    border: 2px solid #FFAA31;
    transition: 0.3s;
}

    .add-new-analyte-button:hover {
        background-color: white;
        color: #FFAA31;
    }

.modal-dialog {
    margin-top: 30px !important;
}

.modal-body > img {
    max-height: 80vh !important;
}

.width-design {
    width: 100%;
}

.wrapper .content table td {
    vertical-align: unset;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        text-align: left;
    }
}

.bufferrow {
    padding-bottom: 8px;
    padding-top: 0px;
    margin: 0px;
}

.dl-horizontal dd {
    max-width: 80%;
    word-wrap: normal;
}

.dl-horizontal dt, .dl-horizontal dd {
    padding-bottom: 2px;
}

div div#validity-checkNameDepartment-element {
    display: none;
}

ul#validity-checkNameDepartment .department {
    width: 300px;
    display: inline-block;
}

.plaintext {
    font-family: 'Courier New';
    font-size: 12px;
}

@media print {

    .plaintext {
        font-family: 'Courier New';
        font-size: 12px;
    }

    #sticky-buttons {
        display: none
    }

    html, body {
        font-size: 12px;
    }

    #analytedetails dl.dl-horizontal dd {
        display: inline;
        margin: 0;
    }

        #analytedetails dl.dl-horizontal dd:after {
            display: inline;
            content: '';
        }

    #analytedetails dl.dl-horizontal dt {
        display: block;
        min-width: 100px;
    }
}
