﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);

body,
input,
textarea,
.mbr-company .list-group-text {
    font-family: 'Roboto Condensed', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Montserrat', sans-serif !important;
}

body, h6 {
    font-size: 1.5rem;
}

body {
}

.ui-widget.ui-widget-content * {
    font-family: 'Roboto Condensed', sans-serif !important;
}

.ui-menu-item {
    background-color: #ccc;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
.login {
    max-width: 340px;
}

[type="submit"] {
    cursor: pointer;
}

.navbar-nav {
    margin-right: 10px;
}

@media screen and (max-width: 1024px) {
    .navbar-nav {
        margin-right: 0px;
    }
}

.text-center {
    text-align: center;
}

button.new {
    background-color: #ffb500;
    margin-bottom: 8px;
}

    button.new:hover {
        background-color: #ffd400;
    }

.inherit {
    width: inherit !important;
    display: inline;
    margin-bottom: 10px;
}

.border {
    border: solid 1px #e2e2e2;
    padding: 3px 3px 3px 3px;
    margin: 3px 0px 3px 0px;
}

.pagination {
    margin: 0;
}

    .pagination > li:first-child a, .pagination > li:last-child a, .pagination > li:nth-child(1) a, .pagination > li:nth-last-child(1) a {
        background-color: #dcfbfe;
    }

    .pagination > li > a, .pagination > li > span {
        border-color: #12794a;
        cursor: pointer;
    }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        border-color: #12794a;
    }

        .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
            background-color: #00c068;
        }

.footer-count {
    position: relative;
    top: 1px;
    padding: 6px 6px 6px 6px;
    display: inline-block;
}

.content-wrapper {
    background-color: #f7f7f7;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999000;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

.spin-animate {
    border-radius: 50%;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0%; {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.form-control {
    border-radius: 5px;
    background-color: #fff;
}

    .form-control[disabled] {
        border-radius: 5px;
        background-color: #ccc;
    }

    .form-control:focus {
        background-color: #fefefe;
    }

.input-sm {
    border-radius: 0px;
}

.control-label {
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 3px;
}

.bordered {
    background-color: #eaeaea;
    border: solid 1px #d1cfcf;
    padding: 3px 3px 3px 3px;
    min-height: 32px;
    border-radius: 5px;
    font-weight: bold;
}

.centerd {
    margin: 4px auto 4px auto;
}

.full {
    width: 100%;
}

.content-header {
    padding: 15px 0px 5px 0px;
}

.clear-fix {
    float: none;
    clear: both;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}

.date .form-control {
    height: 36px;
}

.sortorder:after {
    content: '\25b2';
}

.sortorder.reverse:after {
    content: '\25bc';
}

.centered {
    display: block;
    margin: 2px auto 2px auto;
}

.flex-container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.padding {
    padding: 2px 5px 2px 5px;
}

.sidebar-menu li.header {
    padding: 5px 10px 5px 10px;
    color: #000;
    background-color: rgba(138, 164, 175, 0.50);
}

.edit {
    background-color: #ffd95d;
}

.delete {
    background-color: #ff6c67;
}

.special {
    background-color: #e1c0fe;
}

.greenie {
    background-color: #6af5b5;
}

.search {
    background-color: #96f7d3;
}

.margin-top {
    margin-top: 5px;
}

.border-panel {
    padding: 5px 5px 5px 5px;
    margin: 5px 0px 5px 0px;
    border-radius: 10px;
    border: solid 2px rgb(204 204 204 / 0.41);
}

.modal {
    overflow: visible !important;
    position: absolute !important;
}

.form-text {
    margin-top: 10px;
}

.submitted.ng-valid {
    background-color: rgb(254 252 185 / 0.00) !important;
}

.submitted.ng-invalid, .invalidEntry.ng-valid {
    background-color: #fefcb9 !important;
}

.tinymargin {
    margin-top: 4px;
    margin-bottom: 4px;
}

[ng-message], .validation-message {
    color: red;
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.validation-message {
    display: none;
}

.note {
    color: #1b064f !important;
}

.date {
    width: 130px;
}

[ng-message], .validation-message {
    color: red;
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.small-red {
    font-size: 95%;
    color: #ff0000;
}
