﻿/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.card-header {
    font-weight: bold;
}

.observation_closed {
    color: #0c50ff;
}

.deactive_ship {
    color: #f73939 !important;
    text-shadow: 1px 1px 1px #ccc;
    font-size: 1.0em;
    margin: 6px;
}
.active-menu {
    background-color: #3c8dbc;
}
.isComplete {
    background-color: #9CCC65;
}
.isInProgress {
    background-color: #FFEE58;
}
.toast {
    background-color: #030303;
    max-width: 500px !important;
}
.toast-success {
    background-color: #28a745 !important;
}
.toast-error {
    background-color: #dc3545 !important;
}
.toast-info {
    background-color: #212121 !important;
}
.toast-warning {
    background-color: #ffc107 !important;
}
#toast-container > div {
    font-size: 15px !important;
    opacity: .9 !important;
    box-shadow: none !important;
}
.alert-success {
    color: #ffffff !important;
    background-color: #3c8dbc !important;
    border-color: #3c8dbc !important;
}
.btn-filter-all {
    color: #fff !important;
    background-color: #212121 !important;
    border-color: #212121 !important;
}
.btn-filter-1 {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}
.btn-filter-2 {
    color: #fff !important;
    background-color: #337f27 !important;
    border-color: #337f27 !important;
}
.anotherclass {
    background-color: lightcoral;
}
.edit_ship {
    color: skyblue !important;
    text-shadow: 1px 1px 1px #ccc;
    font-size: 1.0em;
}

a:hover {
    cursor: pointer;
}

.image-thumb, .image-thumb img {
    position: relative;
}

.image-fav {
    display: none;
    position: absolute;
    right: -1px;
    top: -5px;
    width: 9px;
    height: 25px;
    color: red;
}

.image-thumb:hover .image-fav {
    display: block;
}

#snackbar {
    background-color: #333; /* Black background color */
    border-radius: 2px; /* Rounded borders */
    bottom: 30px; /* 30px from the bottom */
    color: #fff; /* White text color */
    left: 50%; /* Center the snackbar */
    margin-left: -125px; /* Divide value of min-width by 2 */
    min-width: 250px; /* Set a default minimum width */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    text-align: center; /* Centered text */
    visibility: hidden; /* Hidden by default. Visible on click */
    z-index: 1; /* Add a z-index if needed */
}

    /* Show the snackbar when clicking on a button (class added with JavaScript) */

    #snackbar.show {
        /* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
However, delay the fade out process for 2.5 seconds */
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
        visibility: visible; /* Show the snackbar */
    }

.deactive_ship_tr {
    background-color: #ffafaf;
}

.highlight {
    background-color: rgba(141, 188, 125, 0.24);
}

[hidden] {
    display: none !important;
}

.label {
    font-size: 15px;
    font-weight: 400;
}

.data_media p {
    border: 1px solid grey;
    text-align: center;
}

#gotColumns label {
    margin-right: 10px;
}

.view_report {
    color: blue !important;
}

.residual {
    color: black;
    font-weight: bold;
}

    .residual option[value="1"] {
        background: #fff2cc !important;
    }

    .residual option[value="2"] {
        background: #ffe69a !important;
    }

    .residual option[value="3"] {
        background: yellow !important;
    }

    .residual option[value="4"] {
        background: orange !important;
    }

    .residual option[value="5"] {
        background: red !important;
    }

.criteria {
    color: black;
    font-weight: bold
}

    .criteria option[value="1"], td[data-cnumber="1"] {
        background: red !important;
    }

    .criteria option[value="2"], td[data-cnumber="2"] {
        background: orange !important;
    }

    .criteria option[value="3"], td[data-cnumber="3"] {
        background: yellow !important;
    }


    .criteria option[value="4"], td[data-cnumber="4"] {
        background: lightblue !important;
    }

    .criteria option[value="5"], td[data-cnumber="5"] {
        background: lightgray !important;
    }

    .criteria option[value="6"], td[data-cnumber="6"] {
        background: lightgray !important;
    }


    .criteria option[value="7"], td[data-cnumber="7"] {
        background: rgb(148, 148, 148) !important;
    }

    .criteria option[value="8"], td[data-cnumber="8"] {
        background: white !important;
    }




td[data-number="1"] {
    background: #fff2cc !important;
}


td[data-number="2"] {
    background: #ffe69a !important;
}

td[data-number="3"] {
    background: yellow !important;
}

td[data-number="4"] {
    background: orange !important;
}

td[data-number="5"] {
    background: red !important;
}

.observations {
    width: 300px;
}

.td_orange {
    background-color: orange;
}

.td_dark_orange {
    background-color: darkorange;
}

.td_red {
    background-color: red;
}

.table thead th {
    background-color: #3c8dbc !important;
    color: black;
}

#ship_table_report1 > table > tbody > tr:last-child {
    background: #c6ced4;
    font-weight: bold;
}

#ship_table_risk > table > tbody > tr:last-child {
    background: #c6ced4;
    font-weight: bold;
}

#ship_table_risk_all > table > tbody > tr:last-child {
    background: #c6ced4;
    font-weight: bold;
}

#ship_table_report_all > table > tbody > tr:last-child {
    background: #c6ced4;
    font-weight: bold;
}

td.jqplot-table-legend-label {
    font-weight: bold;
    padding-right: 10px;
}

.ship_detail_anchor {
    color: #000000 !important;
}

#ship_pie_all_fleet .jqplot-data-label {
    font-weight: bold !important;
    color: black !important;
}

#table_vendors_schedule tbody td:hover {
    background-color: #c6ced4;
}

.title_div {
    font-weight: bold;
    text-decoration: underline;
    font-size: 18px;
}

.hide_select {
    display: none !important;
}

.hero {
    position: relative;
    background-color: #659EC7;
    min-height: 100px !important;
    width: 100% !important;
    text-align: center;
}

    .hero:after {
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -10px;
        content: '';
        width: 0;
        height: 0;
        border-top: solid 10px #659EC7;
        border-left: solid 10px transparent;
        border-right: solid 10px transparent;
    }

.bg-warning {
    background-color: #000000 !important;
}

.mr-5 {
    font-size: 20px;
}

.img-fixed-css {
    width: 100px;
    height: 100px;
}

.bold_figcaption {
    font-weight: bold;
}

.span_pending {
    background-color: #ead728;
    padding: 3px;
    border-radius: 25px;
}

.span_completed {
    background-color: #43de00;
    padding: 3px;
    border-radius: 25px;
}

.light_grey {
    color: black !important;
}

.is_black {
    color: black !important;
}

#table_resilience td {
    color: lightgray;
}

.small_date {
    font-size: 12px;
    font-weight: 700;
}

.hidden_card {
    display: none;
}

* {
    font-family: 'Segoe UI', sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
}

.jqplot-y2axis-label {
    right: -8px !important;
}

@-webkit-keyframes yellow-fade {
    from {
        background: #a0a0a0;
    }

    to {
        background: rgb(33, 37, 40);
    }
}

@-moz-keyframes yellow-fade {
    from {
        background: #a0a0a0;
    }

    to {
        background: rgb(33, 37, 40);
    }
}

@keyframes yellow-fade {
    from {
        background: #a0a0a0;
    }

    to {
        background: rgb(33, 37, 40);
    }
}

.info {
    -webkit-animation: yellow-fade 3s ease-in-out 0s;
    -moz-animation: yellow-fade 3s ease-in-out 0s;
    -o-animation: yellow-fade 3s ease-in-out 0s;
    animation: yellow-fade 3s ease-in-out 0s;
}

@import url("http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,400italic");

@import url("//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css");

.event-list {
    list-style: none;
    font-family: 'Lato', sans-serif;
    margin: 0px;
    padding: 0px;
}

    .event-list > li {
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 0px 5px rgb(51, 51, 51);
        box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
        padding: 0px;
        margin: 0px 0px 20px;
        color: white;
    }

        .event-list > li > time {
            display: inline-block;
            width: 100%;
            color: rgb(255, 255, 255);
            background-color: #555e71;
            padding: 5px;
            text-align: center;
            text-transform: uppercase;
        }

        .event-list > li:nth-child(even) > time {
            background-color: #555e71;
        }

        .event-list > li > time > span {
            display: none;
        }

        .event-list > li > time > .day {
            display: block;
            font-size: 56pt;
            font-weight: 100;
            line-height: 1;
        }

        .event-list > li time > .month {
            display: block;
            font-size: 30pt;
            font-weight: 900;
            line-height: 1;
            margin-top: 10px;
        }

        .event-list > li > img {
            width: 100%;
        }

        .event-list > li > .info {
            padding-top: 5px;
            text-align: center;
        }

            .event-list > li > .info > .title {
                font-size: 17pt;
                font-weight: 700;
                margin: 0px;
            }

            .event-list > li > .info > .desc {
                font-size: 13pt;
                font-weight: 300;
                margin: 0px;
            }

            .event-list > li > .info > ul,
            .event-list > li > .social > ul {
                display: table;
                list-style: none;
                margin: 10px 0px 0px;
                padding: 0px;
                width: 100%;
                text-align: center;
            }

        .event-list > li > .social > ul {
            margin: 0px;
        }

            .event-list > li > .info > ul > li,
            .event-list > li > .social > ul > li {
                display: table-cell;
                cursor: pointer;
                color: rgb(30, 30, 30);
                font-size: 11pt;
                font-weight: 300;
                padding: 3px 0px;
            }

                .event-list > li > .info > ul > li > a {
                    display: block;
                    width: 100%;
                    color: rgb(30, 30, 30);
                    text-decoration: none;
                }

            .event-list > li > .social > ul > li {
                padding: 0px;
            }

                .event-list > li > .social > ul > li > a {
                    padding: 3px 0px;
                }

                .event-list > li > .info > ul > li:hover,
                .event-list > li > .social > ul > li:hover {
                    color: rgb(30, 30, 30);
                    background-color: rgb(200, 200, 200);
                }


@media (min-width: 768px) {
    .event-list > li {
        position: relative;
        display: block;
        width: 100%;
        height: 120px;
        padding: 0px;
    }

        .event-list > li > time,
        .event-list > li > img {
            display: inline-block;
        }

        .event-list > li > time,
        .event-list > li > img {
            width: 120px;
            float: left;
        }

        .event-list > li > .info {
            background-color: rgb(33, 37, 40);
            overflow: hidden;
        }

        .event-list > li > time,
        .event-list > li > img {
            width: 120px;
            height: 120px;
            padding: 0px;
            margin: 0px;
        }

        .event-list > li > .info {
            position: relative;
            height: 120px;
            text-align: left;
            padding-right: 40px;
        }

            .event-list > li > .info > .title,
            .event-list > li > .info > .desc {
                padding: 0px 10px;
            }

            .event-list > li > .info > ul {
                position: absolute;
                left: 0px;
                bottom: 0px;
            }

        .event-list > li > .social {
            position: absolute;
            top: 0px;
            right: 0px;
            display: block;
            width: 40px;
        }

            .event-list > li > .social > ul {
                border-left: 1px solid rgb(230, 230, 230);
            }

                .event-list > li > .social > ul > li {
                    display: block;
                    padding: 0px;
                }

                    .event-list > li > .social > ul > li > a {
                        display: block;
                        width: 40px;
                        padding: 10px 0px 9px;
                    }
}
