@charset "utf-8";

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

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

a:hover {
    text-decoration: none;
}

#header {
    width: 100%;
    float: left;
}

.header-content {
    width: 96%;
    margin: 0 2%;
    font-size: 30px;
    padding: 15px 0px;
    font-weight: bold;
    /* margin-left:25px;*/
}

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

.logo {
    color: #267029;
    font-size: 24px;
    /* text-shadow: 1px 2px 2px #FFF; */
    float: left;
    text-transform: uppercase;
    font-family: system-ui;
    font-weight: bold;
}

/*.logo{color:#ff9600; font-size:24px;text-shadow:0px 1px 1px #000; float:left;}*/
.user-name {
    float: right;
    color: #820802;
    font-size: 12px;
    text-shadow: 1px 1px 1px #FFF;
    padding-top: 15px;
}

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

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

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

.login-content .form-box td {
    background-color: white;
}

.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;
    background: #b2d5b3;
    text-shadow: none;
}

.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-family: "Trebuchet MS";
    font-size: 11px;
    color: #454545;
    border: 1px solid #b9b9b9;
    padding: 5px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 5px;
    /* width: 115px; */
}

.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: 5px 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 {
    width: 100%;
    float: left;
}

.footer-content {
    width: 90%;
    padding: 10px 0;
    color: #333;
    margin: 0 auto;
}

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

.left {
    float: left;
}

.right {
    float: right;
}

#content {
    width: 100%;
    float: left;
    clear: both;
    /* padding: 10px 10px; */
    /* background: #eceaea; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 5px solid #267029;
}

.header_css {
    /* width: 100%; */
    color: #FFFFFF;
    background: #1f6a86;
    font-size: 24px;
    text-align: center;
    border: solid 3px #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 10px #00000080;

}

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

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

#right-content h2 {
    color: #000000;
    text-shadow: 0 1px 1px #000000;
    padding-bottom: 10px;
    /* background: #b2d5b3;
    padding: 10px; */
}

.div_hw {
    /* height: 100px; */
    width: min-content;
    /* float: left; */
    /* margin-left: 40px; */
    /* margin-top: 30px; */
    /* border-radius: 5px 20px; */
}

.menu-bg {
    /*background:url(../images/header-bg.jpg) repeat ;*/
    background: #003A50;
    background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#2C7D9C), to(#003A50));
    background-image: -webkit-linear-gradient(top, #1c6a1f 0%, #4f8d52 100%);
    background-image: -webkit-linear-gradient(top, #1c6a1f 0%, #4f8d52 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);
    width: 100%;
    margin: 0 0%;
    padding: 3px 5px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    height: 30px;
    border-top: 1px solid #003A50;
}

/*.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 0px 0 0;
    position: relative;
}

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

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

.menu li a {
    display: block;
    color: #fff;
    font-family: arial, sans-serif;
    text-shadow: 0 1px 1px #000000;
    font-size: 14px;
    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, #1c6a1f 0%, #4f8d52 100%);
    background-image: -webkit-linear-gradient(top, #1c6a1f 0%, #4f8d52 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>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;
}

.img_size {
    width: 70px;
    height: 70px;
    background-color: white;
    padding: 10px;
    border-radius: 20px;
    box-shadow: -5px 5px 10px #00000080;
    border-top: 5px solid;
    margin-bottom: 10px;
    border-top: 5px solid #90c191;
}

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

#home ul {
    float: left;
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

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

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

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

#home .img_size:hover {
    color: #FF9600;
    text-shadow: 0px 1px 1px #000;
    border-top: 5px solid #FF9600;
    box-shadow: 0 -5px 10px #00000080;
}

#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;
}