/* You can add global styles to this file, and also import other style files */
body {
    background-color: #ece6e0;
}

.modal {
    top: 170px;
}

.modal-body,
.modal-header,
.modal-footer {
    background-color: #ece6e0;
}

.modal-header {
    border-bottom: 1px solid #bbb;
}

    .modal-header h4 {
        font-weight: 300;
    }

    .modal-header .close {
        font-size: 33px;
    }

        .modal-header .close:hover {
            color: #000;
        }

.simple-notification.bare {
    background-color: #eee;
    color: #000;
}

.simple-notification.info {
    background: #343A40 !important;
    border: 1px solid #ccc;
}

.modal-footer {
    border-top: 1px solid #bbb;
}

.logo {
    text-align: center;
}

h1 {
    text-align: center;
    font-weight: 300;
}

h3 {
    font-weight: 300;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.alert {
    padding: 5px 15px;
    margin: 0 !important;
}

.open > .dropdown-menu.open {
    display: block;
}

.btn-fip {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    width: 300px;
    color: #eee;
    background: none;
    border: 1px solid #bdbdbd;
    border-radius: 0;
}

    .btn-fip:hover {
        color: #fff;
        border: 1px solid #fff;
    }

    .btn-fip:active {
        color: #fff!important;
        border: 1px solid #fff!important;
    }

button:hover,
a:hover {
    cursor: pointer;
}
.btn-fip-dark {
    background: #555;
    color: #eee;
}

    .btn-fip-dark:hover {
        background: #333;
        color: #fff;
    }

button[disabled] {
    cursor: default !important;
}

.thead-inverse th {
    background-color: #343A40;
}

.center {
    text-align: center;
}

.no-border {
    border: none;
}

.status-dot {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 15px;
}

    .status-dot.green {
        background: green;
    }

    .status-dot.red {
        background: red;
    }

    .status-dot.yellow {
        background: orange;
    }

::-webkit-input-placeholder {
    text-align: center;
}

:-moz-placeholder {
    /* Firefox 18- */
    text-align: center;
}

::-moz-placeholder {
    /* Firefox 19+ */
    text-align: center;
}

:-ms-input-placeholder {
    text-align: center;
}

.bs-callout {
    padding: 20px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

.bs-callout-default {
    border-left-color: #777;
}

    .bs-callout-default h4 {
        color: #777;
    }

.bs-callout-primary {
    border-left-color: #428bca;
}

    .bs-callout-primary h4 {
        color: #428bca;
    }

.bs-callout-success {
    border-left-color: #5cb85c;
}

    .bs-callout-success h4 {
        color: #5cb85c;
    }

.bs-callout-danger {
    border-left-color: #d9534f;
}

    .bs-callout-danger h4 {
        color: #d9534f;
    }

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

    .bs-callout-warning h4 {
        color: #f0ad4e;
    }

.bs-callout-info {
    border-left-color: #5bc0de;
}

    .bs-callout-info h4 {
        color: #5bc0de;
    }


.mlr-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.mlr-1 {
    margin-left: 1px;
    margin-right: 1px;
}

.mlr-2 {
    margin-left: 2px;
    margin-right: 2px;
}

.mlr-3 {
    margin-left: 3px;
    margin-right: 3px;
}

.mlr-4 {
    margin-left: 4px;
    margin-right: 4px;
}

.mlr-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.mlr-6 {
    margin-left: 6px;
    margin-right: 6px;
}

.mlr-7 {
    margin-left: 7px;
    margin-right: 7px;
}

.mlr-8 {
    margin-left: 8px;
    margin-right: 8px;
}

.mlr-9 {
    margin-left: 9px;
    margin-right: 9px;
}

.mlr-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.mlr-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.mlr-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.mlr-25 {
    margin-left: 25px;
    margin-right: 25px;
}

.mlr-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.mt-0 {
    margin-top: 0px;
}

.mt-1 {
    margin-top: 1px;
}

.mt-2 {
    margin-top: 2px;
}

.mt-3 {
    margin-top: 3px;
}

.mt-4 {
    margin-top: 4px;
}

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

.mt-6 {
    margin-top: 6px;
}

.mt-7 {
    margin-top: 7px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-9 {
    margin-top: 9px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-1 {
    margin-bottom: 1px;
}

.mb-2 {
    margin-bottom: 2px;
}

.mb-3 {
    margin-bottom: 3px;
}

.mb-4 {
    margin-bottom: 4px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-6 {
    margin-bottom: 6px;
}

.mb-7 {
    margin-bottom: 7px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-9 {
    margin-bottom: 9px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-0 {
    margin-left: 0px;
}

.ml-1 {
    margin-left: 1px;
}

.ml-2 {
    margin-left: 2px;
}

.ml-3 {
    margin-left: 3px;
}

.ml-4 {
    margin-left: 4px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-6 {
    margin-left: 6px;
}

.ml-7 {
    margin-left: 7px;
}

.ml-8 {
    margin-left: 8px;
}

.ml-9 {
    margin-left: 9px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}
/*# sourceMappingURL=styles.css.map */




.login-selection {
    height: 350px;
    background: #343A40;
    margin-top: 50px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .login-selection > div {
        margin: auto;
    }

.login-selection-title {
    font-size: 18px;
    color: #fff;
    line-height: 75px;
}

button:hover {
    color: #eee;
}

.login-box > div {
    text-align: center;
}



.btn-fip {
    padding: 30px 40px;
}

.bg-dark {
    background-color: #343a40 !important;
}

/*body #gritter-notice-wrapper {*/
/*    min-width: 301px;*/
/*    max-width: 500px;*/
/*    width: auto;*/
/*}*/

/*body .gritter-item-wrapper {*/
/*    background: rgba(50, 50, 50, 0.92);*/
/*    background-image: none !important;*/
/*    box-shadow: 0 2px 10px rgba(50, 50, 50, 0.5);*/
/*}*/

/*    body .gritter-item-wrapper.gritter-info {*/
/*        background: rgba(49, 81, 133, 0.92);*/
/*    }*/

/*    body .gritter-item-wrapper.gritter-error {*/
/*        background: rgba(153, 40, 18, 0.92);*/
/*        animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;*/
/*    }*/

/*    body .gritter-item-wrapper.gritter-success {*/
/*        background: rgba(89, 131, 75, 0.92);*/
/*    }*/

/*    body .gritter-item-wrapper.gritter-warning {*/
/*        background: rgba(190, 112, 31, 0.92);*/
/*    }*/

/*    body .gritter-item-wrapper.gritter-label {*/
/*        background: #333;*/
/*        width: auto;*/
/*    }*/

/*    body .gritter-item-wrapper.gritter-light {*/
/*        background: rgba(245, 245, 245, 0.95);*/
/*        border: 1px solid #BBB;*/
/*    }*/

/*body .gritter-info.gritter-light {*/
/*    background: rgba(232, 242, 255, 0.95);*/
/*}*/

/*body .gritter-error.gritter-light {*/
/*    background: rgba(255, 235, 235, 0.95);*/
/*}*/

/*body .gritter-success.gritter-light {*/
/*    background: rgba(239, 250, 227, 0.95);*/
/*}*/

/*body .gritter-warning.gritter-light {*/
/*    background: rgba(252, 248, 227, 0.95);*/
/*}*/

/*body .gritter-info.gritter-light .gritter-item {*/
/*    color: #4a577d;*/
/*}*/

/*body .gritter-error.gritter-light .gritter-item {*/
/*    color: #894a38;*/
/*}*/

/*body .gritter-success.gritter-light .gritter-item {*/
/*    color: #416131;*/
/*}*/

/*body .gritter-warning.gritter-light .gritter-item {*/
/*    color: #946446;*/
/*}*/

/*body .gritter-top, body .gritter-bottom, body .gritter-item {*/
/*    background-image: none;*/
/*}*/

/*body .gritter-close {*/
/*    background-image: none;*/
/*    border: 2px solid transparent;*/
/*    border-radius: 16px;*/
/*    color: #555;*/
/*    height: 18px;*/
/*    left: auto;*/
/*    line-height: 17px;*/
/*    right: 3px;*/
/*    text-align: center;*/
/*    width: 18px;*/
/*    text-indent: initial;*/
/*}*/

/*    body .gritter-close:before {*/
/*        content: "\f00d";*/
/*        font-family: FontAwesome;*/
/*        font-size: 16px;*/
/*    }*/

/*body .gritter-info .gritter-close {*/
/*    color: #ffa500;*/
/*}*/

/*body .gritter-error .gritter-close, body .gritter-success .gritter-close, body .gritter-warning .gritter-close {*/
/*    color: #fff;*/
/*}*/

/*body .gritter-close:hover {*/
/*    color: #555 !important;*/
/*}*/

/*body .gritter-title {*/
/*    text-shadow: none;*/
/*}*/

/*body .gritter-light .gritter-item, body .gritter-light .gritter-bottom, body .gritter-light .gritter-top, body .gritter-light .gritter-close {*/
/*    background-image: none;*/
/*    color: #444;*/
/*}*/

/*body .gritter-light .gritter-title {*/
/*    text-shadow: none;*/
/*}*/

/*body .gritter-light .gritter-close:hover {*/
/*    color: #8a3104 !important;*/
/*}*/

/*body .gritter-item {*/
/*    padding: 0;*/
/*}*/

/*body .gritter-item-wrapper {*/
/*    background: #fff;*/
/*}*/

/*body .gritter-top,*/
/*body .gritter-bottom {*/
/*    display: none;*/
/*}*/

/*body .gritter-title {*/
/*    !*padding: 10px;*!*/
/*    display: none;*/
/*}*/

/*body .gritter-error .gritter-title {*/
/*    background: rgba(153, 40, 18, 0.92);*/
/*    color: #fff;*/
/*}*/

/*body .gritter-success .gritter-title {*/
/*    background: rgba(89, 131, 75, 0.92);*/
/*    color: #fff;*/
/*}*/

/*body .gritter-warning .gritter-title {*/
/*    background: rgba(190, 112, 31, 0.92);*/
/*    color: #fff;*/
/*}*/

/*body #gritter-notice-wrapper {*/
/*    width: auto;*/
/*    min-width: 301px;*/
/*    max-width: 500px;*/
/*}*/

/*body .gritter-item {*/
/*    display: table;*/
/*    width: 100%;*/
/*}*/

/*    body .gritter-item .gritter-with-image {*/
/*        width: 100%;*/
/*        background-color: #fff;*/
/*        min-height: 80px;*/
/*    }*/

/*        body .gritter-item .gritter-with-image p {*/
/*            color: #333;*/
/*            padding: 10px;*/
/*            min-height: 40px;*/
/*            display: table-cell;*/
/*            font-size: 13px;*/
/*            white-space: pre-line;*/
/*        }*/

/*    body .gritter-item i {*/
/*        font-size: 35px;*/
/*        display: table-cell;*/
/*        vertical-align: middle;*/
/*        padding: 0 10px 0 10px;*/
/*        cursor: pointer;*/
/*        text-align: center;*/
/*        width: 50px;*/
/*    }*/

/*body .gritter-item {*/
/*    padding: 0;*/
/*}*/

/*body .gritter-item-wrapper {*/
/*    background: #fff;*/
/*}*/

/*body .gritter-top,*/
/*body .gritter-bottom {*/
/*    display: none;*/
/*}*/

/*body .gritter-title {*/
/*    !*padding: 10px;*!*/
/*    display: none;*/
/*}*/

body .gritter-error .gritter-top,
body .gritter-error .gritter-item,
body .gritter-error .gritter-bottom{
    background: rgba(153, 40, 18, 0.92);
    color: #fff;
}

body .gritter-close{
    left: auto!important;
    right: 3px!important;
}

body .gritter-item p{
    font-size: 14px;
}

body .gritter-success .gritter-top,
body .gritter-success .gritter-item,
body .gritter-success .gritter-bottom
{
    background: rgba(89, 131, 75, 0.92);
    color: #fff;
}

/*body .gritter-warning .gritter-title {*/
/*    background: rgba(190, 112, 31, 0.92);*/
/*    color: #fff;*/
/*}*/

/*body .gritter-item {*/
/*    display: table;*/
/*    width: 100%;*/
/*}*/

/*    body .gritter-item .gritter-with-image {*/
/*        width: 100%;*/
/*        background-color: #fff;*/
/*        min-height: 80px;*/
/*    }*/

/*        body .gritter-item .gritter-with-image p {*/
/*            color: #333;*/
/*            padding: 10px;*/
/*            min-height: 40px;*/
/*            display: table-cell;*/
/*            font-size: 13px;*/
/*        }*/

/*    body .gritter-item i {*/
/*        font-size: 35px;*/
/*        display: table-cell;*/
/*        vertical-align: middle;*/
/*        padding: 0 10px 0 10px;*/
/*        cursor: pointer;*/
/*        text-align: center;*/
/*        width: 50px;*/
/*    }*/

.overlay {
    background: #111;
    opacity: 0.5;
    filter: Alpha(Opacity=50);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.overlay-message {
    position: relative;
    padding: 40px;
    background: #000;
    color: #fff;
    width: 50%;
    top: -100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#validating,
#activating{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#validating .overlay-message,
#activating .overlay-message{
    top: 40%;
}



.tt-menu {
    background-color: #fff;
}

.tt-suggestion {
    padding: 10px;
    cursor: pointer;
}

.tt-cursor {
    background-color: #ddd;
}


.input-container {
    flex-basis: 15%;
    margin-bottom: 10px;
    margin-right: 10px;
}

.input-group-text{
    width: 40px;
}

#report-form .d-flex .form-group {
    flex-basis: 20%;
    margin: 0 10px;
}

@media (max-width: 1200px) {
}


@media (max-width: 992px) {
    .input-container {
        flex-basis: 31% !important;
        text-align: center;
    }
    #report-form .d-flex .form-group {
        flex-basis: 100%;
    }

}


@media (max-width: 768px) {
    .input-container {
        flex-basis: 100% !important;
        text-align: center;
    }
}


@media (max-width: 576px) {
    .input-container {
        flex-basis: 100% !important;
        text-align: center;
    }

    table thead {
        display: none;
    }

    table td {
        display: flex;
    }

        table:not(.no-labels) td::before {
            content: attr(label);
            font-weight: bold;
            width: 120px;
            min-width: 120px;
        }
}