@charset "UTF-8";
@import url("/assets/common/css/font.css");

* {
    font-family: Noto Sans KR;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
}

.mocean_vehicle_list {
    position: absolute;
    top: 41px;
    width: 800px;
}

.green-arrow-up {
    position: relative;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #028b2b;
}

.red-arrow-down {
    position: relative;
    top: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #e91b1b;
}

.conditionalFormatting {
    background: white !important;
}

.bt_coldChainButton{
    position: absolute;
    left: 130px;
    width: 80px;
    height: 20px;
    padding-top: 0px;
    text-align: center;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #fff;
    outline: none;
    border: 0px solid;
    border-radius: 3px;
    background-color: #6DEBAE;
}

.bt_coldChainButton:disabled {
    color: #83999D;
    background-color: #4A6B71;
}