<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */
body {
    /*background:url(../images/body-bg.jpg) repeat; */
    /* background: #e0e0e0 !important; */
    background: #f7f2f2 !important;
    padding: 0px;
    margin: 0px;
    font-family: "Trebuchet MS";
    font-size: 12px;
    color: #454545;
}

.main-bg {
    width: 100%;
}

a {
    text-decoration: underline;
    color: #0B4A63;
}

a:hover {
    text-decoration: none;
}

#header {
    width: 100%;
    float: left;
    background: #e0e0e0;
    /* box-shadow: 0 0 20px #000000; */
    z-index: 99999;
    position: sticky;
}

.header-content {
    width: 100%;
    font-size: 30px;
    font-weight: bold;
}

.header-content img {
    vertical-align: middle;
}

.logo {
    font-size: 24px;
    /* text-shadow: 1px 2px 2px #FFF; */
    float: left;
    text-transform: uppercase;
    /* font-family: 'Carter One', cursive; */
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    .logo b {
        display: none;
    }
}

/*.logo{color:#ff9600; font-size:24px;text-shadow:0px 1px 1px #000; float:left;}*/
.user-name {
    font-weight: 500;
    float: right;
    color: rgb(0, 0, 0);
    font-size: 12px;
    max-width: 220px;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}

.user-name img {
    vertical-align: middle;
}

.user-name a {
    margin: 0 5px;
}

.login-content {
    width: 400px;
    margin: 0px auto;
    clear: both;
    padding-top: 70px;
}

.form-box {
    clear: both;
    padding: 0px;
    text-shadow: 0px 1px 1px #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFFFFF;
}

.form-box td {
    padding: 10px 10px;
    line-height: 20px;
}

.form-box-home {
    clear: both;
    padding: 0px;
    text-shadow: 0px 1px 1px #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #eceaea;
}

.form-box-home td {
    padding: 5px 5px;
    line-height: 20px;
}

/*.shaddow{background:url(../images/shaddow.png) no-repeat; width:450px; height:59px; margin:0 auto;}*/
/*.textbox{background:url(../images/textbox-bg.jpg) top repeat-x #FFFFFF; border:1px solid #b9b9b9; padding:3px 5px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; margin-bottom:5px; width:135px; }*/
/*.textbox{border:1px solid #b9b9b9; padding:3px 5px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; margin-bottom:5px; width:135px; }*/
.textbox {
    font-size: 12px;
    color: #454545;
    border: 1px solid #b9b9b9;
    padding: 5px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 5px;
    width: 150px;
}

.textbox-smalls {
    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #454545;
    border: 1px solid #b9b9b9;
    padding: 1px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 5px;
    width: 45px;
    height: 25px;
}

.small-textbox {
    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #454545;
    border: 1px solid #b9b9b9;
    padding: 1px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 5px;
    width: 95px;
}

.textbox-uppercase {
    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #454545;
    border: 1px solid #b9b9b9;
    padding: 1px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 5px;
    width: 115px;
    text-transform: uppercase;
}

.textbox-readonly {
    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #454545;
    border: 1px solid #b9b9b9;
    padding: 1px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 5px;
    width: 115px;
    background-color: #ECEAEA;
}

.textbox-readonly-gray {
    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #454545;
    border: 1px solid #b9b9b9;
    padding: 1px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 5px;
    width: 200px;
    background-color: #ECEAEA;
}

.textbox-medium-readonly {
    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #454545;
    border: 1px solid #b9b9b9;
    padding: 1px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 5px;
    width: 100px;
    background-color: #ECEAEA;
}

.textbox-active {
    border: 1px solid #f77f09;
}

.textarea-large {
    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #454545;
    border: 1px solid #b9b9b9;
    padding: 1px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 5px;
    width: 150px;
}

.medium {
    width: 250px;
}

.large {
    width: 350px;
}

.button {
    background: url(../images/small-button.jpg) repeat-x scroll center center transparent;
    padding: 2px 5px;
    border: 1px solid #676969;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #676969;
    text-shadow: 0px 1px 1px #fff;
    cursor: pointer;
    font-size: 11px;
}

.button-orrange {
    background: url(../images/orrange-button.jpg) repeat-x;
    padding: 2px 5px;
    border: 1px solid #df9200;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #6a4100;
    text-shadow: 0px 1px 1px #f8b954;
    cursor: pointer;
    font-size: 11px;
}

.button-big {
    background: url(../images/buttonbig-bg.jpg) repeat-x top;
    padding: 4px 8px;
    border: 1px solid #da910d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #6a4100;
    text-shadow: 0px 1px 1px #f8b954;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}

.signin {
    float: right;
}

.div-bg {
    background: url(../images/div-bg.jpg) repeat-x;
    height: 2px;
    margin: 5px 0;
}

h2 {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}

h2 img {
    vertical-align: middle;
}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    background: #000000;
    overflow: hidden;
    z-index: 9999;
}

.footer-content {
    width: 100%;
    padding: 0;
    color: #ffffff99;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    height: 27px;
}

.required {
    color: #cc0000;
    padding-left: 2px;
}

.left {
    float: left;
}

.right {
    float: right;
}

#content {
    width: 99%;
    float: left;
    clear: both;
    padding: 10px 10px;
    background: #eceaea;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#left-panel {
    width: 200px;
    float: left;
    padding: 0px 0px;
    margin: 0px 10px 0 0;
}

#right-content {
    float: left;
    width: 98%;
    /*background:url(../images/header-bg.jpg) repeat;*/
    background: #4495B5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 12px 12px;
}

#right-content h2 {
    color: #FFFFFF;
    text-shadow: 0 1px 1px #000000;
    padding-bottom: 10px;
}

.menu-bg {
    position: sticky;
    top: 0;
    z-index: 9999;
}

/*.menu a{color:#FFFFFF; text-shadow: 0 1px 1px #000000; text-transform:uppercase; text-decoration:none; font-weight:bold; font-size:11px; margin:0 25px;}
.menu a:hover{color:#FF9600; text-shadow: 0 1px 1px #000; text-transform:uppercase; text-decoration:none; font-weight:bold; font-size:11px; margin:0 25px;}
.menu img{vertical-align:middle;}*/

.button_approval {
    background: url(../images/small-button.jpg) repeat-x scroll center center transparent #00FF00;
    padding: 2px 5px;
    border: 1px solid #676969;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0px 1px 1px #fff;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold
}

.button_hold {
    background: url(../images/small-button.jpg) repeat-x scroll center center transparent #990000;
    padding: 2px 5px;
    border: 1px solid #676969;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FF0000;
    text-shadow: 0px 1px 1px #fff;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold
}

.menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu li {
    float: left;
    color: #FFFFFF;
    text-shadow: 0 1px 1px #000000;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    margin: 0px 3px 0 0;
    position: relative;
}

.menu li.sub li a {
    /*background:url(../images/menu-border.jpg) repeat-x bottom #2e2e2e;*/
    background: #2B7C9B;
    width: 178px;
    padding: 0px 10px;
    color: #fff;
    text-shadow: 0 1px 1px #000;
    border-bottom: 1px solid #fff;
}

.menu li.sub li a:hover {
    color: #ff9600;
    text-shadow: 0 1px 1px #000;
    background: #003A50;
}

.menu li a {
    display: block;
    color: #fff;
    font-family: arial, sans-serif;
    text-shadow: 0 1px 1px #000000;
    font-size: 11px;
    line-height: 24px;
    text-decoration: none;
    padding: 3px 20px;
    /*background:url(../images/menu-div.jpg) no-repeat right center;*/
    /* border-right:1px solid #000; */
}

.menu li {
    border-right: 1px solid #000;
    background: #003A50;
    background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#2C7D9C), to(#003A50));
    background-image: -webkit-linear-gradient(top, #2C7D9C 0%, #003A50 100%);
    background-image: -moz-linear-gradient(top, #2C7D9C 0%, #003A50 100%);
    background-image: -ms-linear-gradient(top, #2C7D9C 0%, #003A50 100%);
    background-image: -o-linear-gradient(top, #2C7D9C 0%, #003A50 100%);
    /* background-image: -linear-gradient(top, #2C7D9C 0%, #003A50 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2C7D9C ', endColorstr='#003A50 ', GradientType=0);

}

.menu li:last-child {
    border-right: none;
}

.menu :hover {
    color: #FF9600;
}

.menu :hover&gt;a {
    color: #FF9600;
}

.menu ul,
.menu :hover ul ul {
    position: absolute;
    left: -9999px;
    width: 128px;
    z-index: 99999;
}

.menu :hover ul {
    left: 0px;
    top: 24px;
}

/*background:url(transparent.gif);} */
/* the background image is for IE7 */
.menu :hover ul :hover ul {
    padding: 0 3px;
    left: 125px;
    top: -3px;
}


#home {
    width: 98%;
    float: left;
    padding: 10px 10px;
}

#home ul {
    float: left;
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
}

#home li {
    float: left;
    margin: 30px 50px;
    text-align: center;
    list-style: none;
}

#home li a {
    text-decoration: none;
    color: #ffffff;
    text-shadow: 0 1px 1px #000;
    font-size: 18px;
    text-transform: uppercase;
}

#home li a:hover {
    color: #FF9600;
    text-shadow: 0px 1px 1px #000;
}



#inner-main {
    width: 98%;
    float: left;
    padding: 10px 10px;
}

#inner-main ul {
    float: left;
    width: 880px;
    margin-left: 0px;
}

#inner-main li {
    float: left;
    margin: 30px 25px;
    text-align: center;
    list-style: none;
}

#inner-main li a {
    text-decoration: none;
    color: #ffffff;
    text-shadow: 0 1px 1px #000;
    font-size: 18px;
}

#inner-main li a:hover {
    color: #FF9600;
    text-shadow: 0px 1px 1px #000;
}

.red-color td {
    background: #FFE4E4 !important;
}

.danger-color td {
    background: #EFC7C7 !important;
}

.danger-color,
.danger-color td {
    border-top: 1px solid red !important;
    border-bottom: 1px solid red !important;
}

.white-color td {
    background: #fff !important;
}

.kar-hide {
    display: none !important;
}

.running-truck {
    background: url('../images/running-truck.png') no-repeat;
    padding: 4px 16px !important;
}

.ready-truck {
    background: url('../images/ready.png') no-repeat;
    padding: 4px 11px !important;
}

.repair-truck {
    background: url('../images/repair.png') no-repeat;
    padding: 4px 11px !important;
}

.no-driver {
    background: url('../images/no-driver.png') no-repeat;
    padding: 4px 11px !important;
}

.none {
    background: url('../images/none.png') no-repeat;
    padding: 4px 11px !important;
}

.accident {
    background: url('../images/accident.png') no-repeat;
    padding: 4px 12px !important;
}

.waiting-for-unload {
    background: url('../images/waiting-for-unload.png') no-repeat;
    padding: 4px 12px !important;
}

.waiting-for-load {
    background: url('../images/waiting-for-load.png') no-repeat;
    padding: 4px 23px !important;
}

.bg-1 td {
    background: #E1F5FF !important;
}

.bg-2 td {
    background: #FFFBE1 !important;
}

.bg-3 td {
    background: #FFE1F0 !important;
}

.bg-4 td {
    background: #E1FFF8 !important;
}

.bg-5 td {
    background: #EAEAEA !important;
}

/* Nav Menu style strt */

.nav-bg {
    background: linear-gradient(#003b93 0%, #00b4ff 100%);
    box-shadow: 0 5px 10px #00000050;
}

.nav-bg .dropdown-menu {
    background: #ffffff;
}

.nav-bg .dropdown-menu a {
    color: rgb(0 0 0 / 80%);
    width: auto;
}

.navbar-nav li {
    border-right: 1px solid rgb(255, 255, 255);
}

@media only screen and (max-width: 600px) {
    .navbar-nav li {
        border-right: none;
    }
}

.navbar-nav li:last-child {
    border-right: none !important;
}

.nav-bg .dropdown-menu a:hover {
    color: #ffffff !important;
    background: linear-gradient(#003b93 0%, #00b4ff 100%);
}

.nav-bg .dropdown-menu a:active {
    color: #ffffff;
    background: linear-gradient(#003b93 0%, #00b4ff 100%);
}

.nav-bg .second .dropdown-menu[data-bs-popper] {
    background: linear-gradient(#d16b00 0%, #ffa200 100%);
}

.nav-bg .head {
    text-align: center;
    padding: 0%;
}

@media only screen and (max-width: 600px) {
    .nav-bg .head {
        padding: .5rem;
    }
}

.navbar-nav .nav-link {
    color: white;
    /* font-weight: bold; */
}

.nav-link:focus,
.nav-link:hover {
    color: white;
}

.head:focus,
.head:hover {
    color: white !important;
}

.dropend .dropdown-toggle {
    color: salmon;
    margin-left: 1em;
}

.dropdown-item:hover {
    background-color: lightsalmon;
    color: #fff;
    width: auto;
}

/* .dropdown .dropdown-menu {
    display: none;
} */

.dropdown:hover&gt;.dropdown-menu,
.dropend:hover&gt;.dropdown-menu,
.dropstart:hover&gt;.dropdown-menu {
    display: block;
    /* margin-top: .125em; */
    /* margin-left: .125em; */
}

@media (min-width: 992px) {

    .navbar-expand-lg .navbar-nav .dropdown-menu,
    .first {
        position: absolute;
        /* right: 0;
        left: auto; */
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        right: 0;
        left: auto;
    }
}

@media screen and (min-width:992px) {
    .dropend:hover&gt;.dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
        width: max-content;
    }

    .dropend .dropdown-toggle {
        margin-left: 0em;
    }
}

@media screen and (min-width:992px) {
    .dropstart:hover&gt;.dropdown-menu {
        position: absolute;
        top: 0;
        right: 100%;
        width: max-content;
    }

    .dropend .dropdown-toggle {
        margin-right: 0em;
    }
}

@media screen and (min-width:769px) {

    /* .dropend:hover&gt;.dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
        width: max-content;
    } */
    .dropend:hover&gt;.dropdown-menu .dropdown-menu[data-bs-popper] {
        position: relative;
        left: auto;
        right: 100%;
        width: max-content;
    }

    .dropend .dropdown-toggle {
        margin-left: 0em;
    }
}

@media screen and (min-width:769px) {

    /* .dropstart:hover&gt;.dropdown-menu {
        position: absolute;
        top: 0;
        right: 100%;
        width: max-content;
    } */
    .dropstart:hover&gt;.dropdown-menu .dropdown-menu[data-bs-popper] {
        position: relative;
        top: 0;
        right: auto;
        left: 0;
        width: 100%;
    }

    .dropend .dropdown-toggle {
        margin-right: 0em;
    }
}

.navbar-expand-lg .navbar-nav .dropdown-menu .second {
    position: absolute;
    top: 40px;
    right: 3em;
    left: auto;
    overflow: auto;
    max-height: 30vh;
    max-width: 350px;
}

.second .dropdown-menu {
    height: 30vh;
}

/* Nav Menu style end */

/* Login style start */

.login-bg {
    height: 100vh;
}

@media only screen and (max-width: 600px) {
    .login-bg {
        height: 100vh;
        background: linear-gradient(200deg, #003b93 0%, #00b4ff 100%) !important;
    }
}

.login-card-bg {
    display: grid;
    /* height: 70vh; */
    background-color: #ffffff;
    color: black;
    z-index: 999;
    box-shadow: -30px 30px 50px #00000070;
    border-radius: 100px;
    border: 0;
}

.login-bg-img {
    background-image: linear-gradient(#003b93cc 50%, #00b3ffcc 100%), url('../images/login-asset.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100%;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.login-logo {
    width: 100px !important;
}

.login-title {
    font-size: 3em;
    font-weight: 700;
}

.login-btn {
    width: 25%;
    background: linear-gradient(200deg, #003b93 0%, #00b4ff 100%);
    border-radius: 1rem !important;
    /* box-shadow: 0px 25px 30px #0061b599; */
    box-shadow: 0px 10px 10px #0061b599;
}

.login-btn:hover {
    box-shadow: none;
}

.logout_icon {
    font-size: 36px;
    color: #2e3296;
}

.logout_icon:hover {
    color: #000000;
    text-shadow: 0 0 10px #009eec;
    -webkit-text-stroke: 1px #009eec;
    transition: all 0.3s ease;
}

@media only screen and (max-width: 600px) {
    .login-card-bg {
        border-radius: 30px;
    }

    .login-bg-img {
        display: none;
    }
}

/* Login style end */

/* ======= icon-card ======== */
.card-bg {
    width: 150px;
    /* background: linear-gradient(#858585 0%, #e0e0e0 100%); */
    background: linear-gradient(#9a9a9a 0%, #f7f3f3 100%);
    border-radius: 20px;
    padding: 1rem;
}

.card-bg:hover {
    background: linear-gradient(#003b93 0%, #00b4ff 100%);
}

.card-bg:hover a {
    color: white;
}

.card-bg img {
    width: 70px;
    height: 70px;
    background: #eaf8ff;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 30%);
    border-radius: 20px;
    padding: 0.5rem;
}

.card-bg a {
    color: black;
    text-decoration: none !important;
}

.icon-card {
    display: grid;
    align-items: center;
    background: #fff;
    /* padding: 30px 20px; */
    border: 1px solid #e2e8f0;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 15%);
    border-radius: 20px;
}

.icon-card.icon-card-2 {
    display: block;
}

.icon-card.icon-card-2 .progress {
    height: 7px;
}

.icon-card.icon-card-2 .progress .progress-bar {
    border-radius: 4px;
}

.icon-card .icon {
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem;
    background: rgba(74, 108, 247, 0.1);
    color: #4a6cf7;
    font-weight: 700;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .icon-card .icon {
        margin-right: 10px;
    }
}

.icon-card .icon {
    background: #00aefa15;
    color: #2e3296;
}

@media only screen and (max-width: 600px) {
    .navbar-toggler-icon {
        filter: invert(1);
    }
}

.navbar-toggler {
    border: var(--bs-border-width) solid rgb(255 255 255) !important;
}

.nav-tabs {
    background: #f5f5f5;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.nav-tabs .nav-link {
    color: black !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: white !important;
    background: linear-gradient(#003b93 0%, #00b4ff 100%);
}

/* width */
::-webkit-scrollbar {
    width: 7px;
    border-radius: 100px 100px 100px 100px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb:vertical {
    background: #008edd;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}</pre></body></html>