﻿.navbar-nav > li > a, .navbar-brand {
    padding-top: 13px !important;
    padding-bottom: 0 !important;
    height: 43px;
}

.navbar {
    min-height: 43px !important;
    /*background-color: #055bb5 !important;
    border-color: #156bc5 !important;*/
}

.navbar-toggle {
    padding: 0 0;
    margin-top: 13px;
    margin-bottom: 0;
}

.navbar-brand {
    padding-top: 10px !important;
    color: #e6e6e6 !important;
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: underline !important;
    }

.navbar-inverse .navbar-nav > li > a {
    color: #e6e6e6 !important;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: underline !important;
}

.footer-nav {
    padding-right: 19px !important;
    padding-bottom: 5px !important;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    line-height: 156%;
    overflow-y: scroll;
    /*overflow: hidden;
    height: 100%;*/
}

/*#categories-div-id {
    position: absolute;
    top: 43px;
    bottom: 50px;
    left: 0;
    width: 22%;
    overflow-y: scroll;
}

#bookmarks-div-id {
    position: absolute;
    top: 43px;
    bottom: 50px;
    right: 0;
    overflow-y: scroll;
    width: 78%;
}*/

section {
    padding-top: 50px;
    margin-top: -50px;
}

.h3 {
    margin-top: 10px;
    padding-bottom: 6px;
}

.col-hr {
    padding-top: 1px;
    padding-bottom: 1px;
}

/*.h3-a {
    margin-top: 10px;
    padding-bottom: 2px;
    border-bottom: 5px solid #ff6a00;
    display: inline-block;
}

.h3-b {
    margin-top: 10px;
    padding-bottom: 2px;
    border-bottom: 5px solid #286090;
    display: inline-block;
}

.h3-c {
    margin-top: 10px;
    padding-bottom: 2px;
    border-bottom: 5px solid #5cb85c;
    display: inline-block;
}*/

.short-div {
    padding-left: 2px;
    padding-right: 30px;
}

.star-div {
    padding-left: 2px;
}

.star-icon {
    vertical-align: top;
    padding-right: 8px;
    color: #ffcb00;
}

.star-text {
    vertical-align: top;
    padding-bottom: 4px;
}

.star-button {
    padding-top: 18px;
    padding-left: 12px;
    padding-bottom: 8px;
}

.app-button {
    padding-top: 10px;
}

.icon-colour {
    font-size: 16px;
    color: #286090;
}

.detail-list {
    padding-left: 20px;
}

.detail-list li {
    margin-bottom: 4px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.bold {
    font-weight: bold;
}

table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after {
    position: relative;
    bottom: 0px;
    left: 0px;
    display: inline;
    font-size: 80%;
}

.radio-padding {
    padding-left: 20px;
    padding-top: 5px;
}

.break-word {
    word-wrap: break-word;
    max-width: 1px;
}

.toolbar-padding {
    padding-bottom: 10px;
}

.sort-icon {
    font-size: 13px;
}

.blue-icon {
    color: #337ab7;
}

/* XModal */
.xmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1050; /* Sit on top */
    padding-top: 10px; /* Location of the box */
    padding-right: 10px;
    padding-left: 10px;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.xmodal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border-radius: 6px;
    max-width: 600px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.5s;
    animation-name: animatetop;
    animation-duration: 0.5s
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.xmodal-times {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding-top: 8px;
}

.xmodal-times:hover,
.xmodal-times:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.xmodal-header {
    padding: 3px 15px;
    padding-bottom: 2px;
    color: white;
    border-radius: 6px 6px 0px 0px;
}

.xmodal-body {
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}

.xmodal-footer {
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 15px;
    text-align: right;
    border-radius: 0 0 6px 6px;
}

.level1 td:first-child {
    padding-left: 31px;
}

.level2 td:first-child {
    padding-left: 61px;
}

.level3 td:first-child {
    padding-left: 91px;
}

.expanded .toggle-ex-col {
}

.collasped .toggle-ex-col {
}

.toggle-ex-col {
    display: inline-block;
    padding-right: 3px;
}

.fa-select {
    font-family: "Font Awesome 5 Free", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn-transparent {
    color: #333;
    background-color: transparent;
    border-color: transparent !important;
    color: #337ab7 !important;
    vertical-align: baseline;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
}

    .btn-transparent:hover {
        color: #23527c !important;
        background-color: transparent;
    }

.padded-link {
    padding-left: 3px;
    padding-right: 3px;
}

.cell-left {
    padding-left: 5px !important;
}

.cell-right {
    padding-right: 5px !important;
}

.dropdown-left-manual {
    right: 0;
    left: auto;
    padding-left: 1px;
    padding-right: 1px;
}

::-ms-clear {
    display: none;
}

.form-control-clear {
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
}

.small-info {
    padding-top: 5px;
}
