﻿/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    padding-top: 40px;
    padding-bottom: 10px;
}
/*
#slides_control > div {
    height: 200px;
}

#slides_control {
    position: absolute;
    width: 400px;
    left: 50%;
    top: 20px;
    margin-left: -200px;
}
*/

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

.text-muted {
    margin: 20px 0;
}

.form-login {
    max-width: 330px;
    padding: 0px 15px 5px 15px;
    margin: 0 auto;
}

    .form-login .form-login-heading {
        margin-bottom: 10px;
    }

    .form-login .form-control {
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 16px;
    }

        .form-login .form-control:focus {
            z-index: 2;
        }

    .form-login input[type="password"] {
        margin-top: 5px;
        margin-bottom: 5px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.evenrow {
    background-color: #f9f9f9;
}

.highlight {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}

.blinking {
    animation: blinkingText 0.8s infinite;
}

@keyframes blinkingText {
    0% {
        color: red;
    }

    49% {
        color: transparent;
    }

    50% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: black;
    }
}

.navbar {
    background-color: #004225;
    border-color: #004225;
    color: white;
    font-size: 14.5pt;
    font-family: Open Sans,sans-serif;
    font-weight: 700;
    height: 60px;
}

    .navbar .navbar-nav > li > a {
        color: white;
    }

.menuItem {
    float: left;
    background-color: #004225;
    color: #fff;
    cursor: pointer;
    width: 110px;
    height: 60px;
    line-height: 60px;
    font-family: Open Sans,sans-serif;
    font-size: 14.5pt;
    color: #fff;
    font-weight: 700;
}


.shaddow {
    -webkit-box-shadow: 5px 5px 13px 2px rgba(158,158,158,0.53);
    box-shadow: 5px 5px 13px 2px rgba(158,158,158,0.53);
}

.dis {
    color: orangered;
}

.clip {
    text-overflow: clip;
}

.ellipsis {
    text-overflow: ellipsis;
}

.modal-backdrop {
    background-color: black;
    opacity: 0.75;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.modal-xlg {
    width: 1200px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1200px;
        margin: 1.75rem auto;
    }
}

.btn-catalog {
    color: black;
    background-color: white;
    border-color: #ccc;
    min-width: 150px;
    text-align: left;
}

.curve-corner {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.modal-footer {
    background-color: #d9d9d9;
}

.modal-header {
    background-color: #004225;
    color: white;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #f5d531;
    border-color: transparent;
    cursor: default;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #ffffff;
    background-color: #f5d531;
    border-color: transparent;
}

.pagination > .active > a, .pagination > .active > span {
    color: #fff;
}

.pagination > li > a, .pagination > li:first-child > a, .pagination > li:last-child > a, .pagination > li > span, .pagination > li:first-child > span, .pagination > li:last-child > span {
    border-radius: 3px;
}

.pagination > li > a, .pagination > li > span {
    margin-left: 4px;
    background-color: #048bcc;
    color: #ffffff;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 7px 12px;
    border: 1px solid #ffffff;
    line-height: 1.42857143;
    text-decoration: none;
    color: #ffffff;
    background-color: #048bcc;
    margin-left: -1px;
}

.pagination {
    align-content: center;
}

.fixed-Header {
    table-layout: fixed;
    overflow-y: auto;
    position: sticky;
    top: -5px;
    background: white;
}

.btn-width {
    min-width: 100px;
    text-align: left
}

.caret {
    text-align: right;
    float: right;
    /*Chrome IE fix*/
    margin-top: 8px;
}
.div-padding {
    padding-top: 5px;
    padding-bottom: 5px;
}

.center-content {
    display: block;
    margin: 0 auto;
}

.card-extended {
    width: 15rem;
    margin-right: 5px;
    margin-top: 5px;
}

.card-tile-custom {
    padding-left: 5px;
    background-color: #687275;
    color: white;
}

.card-margin {
    margin-top: 5px;
}

.cursor-pointer {
    cursor: pointer
}

.small-text {
    font-size: small;
}

.larger-text {
    font-size: larger;
}

.header-div {
    background-color: lightgrey;
    height: 25px;
    width: 100pc;
    margin-bottom: 5px;
    margin-top: 5px;
}

.warning {
    color: orangered;
}

.dropdown-submenu {
    position: relative;
}

.floatRight {
    float: right;
}

.errormess{
    color:orangered;
}

.padtop{
    margin-top:5px;
}
.strong{
    font-weight:900;
}
/*.dropdown-submenu > a:after {
        content: "\f0da";
        
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
    float: right;
}*/
