/* CSS remake by JP (No Excuse Art) - Collectives */ 

body {
	background-color: #d1d1d1;
	font-family: 'Roboto', sans-serif;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	/* font-family: 'Roboto', sans-serif; */
	/* font-size: 16px; */
}
a:visited {
	color: #FFFFFF;	text-decoration: none;

}
a:hover {
	color: #FFFFFF;	text-decoration: none;

}
a:active {
	color: #FFFFFF;	text-decoration: none;

}
.menuu {
	font-family: Verdana, 'Roboto', sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
.sitemasp {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #262626;
	text-indent: 0px;
	padding-left: 20px;
}
.menuuCopy {
	font-family: 'Roboto', sans-serif;
	font-size: 8px;
	color: #CAD5D5;
	text-align: center;
}
.copouright {
font-family: Verdana, 'Roboto', sans-serif;
font-size: 9px;
color: #AEDDE1;
font-size: 16px;
font-family: 'Roboto', sans-serif;
font-weight: 400;
color: #262626;
margin: 0;
padding: 0;
/*width: 100%;*/
background-color: #d1d1d1;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: none;
font-smoothing: antialiased;
text-rendering: ;
padding: 10px 8%;
}
.menuutITLE {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #262626;
	text-align: center;
	font-weight: bold;
	text-indent: 5px;
	margin: 5px;
	padding-bottom: 10px;
}
input {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #262626;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin: 2px;
	padding: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #fff;
	height: 40px;
	border-radius: 5px;
	width: -webkit-fill-available;
}
textarea {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #006699;
	background-color: #F6F6F6;
	margin: 2px;
	padding: 2px;
	text-decoration: underline;
	border: 1px dotted #0099CC;
}
form {
	display: inline;
}
.formmm {
font-style: normal;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #262626;
    margin: 0;
    padding: 0;
    /*width: 100%;*/
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
	color: #262626;
}

td.formmm a span.formmm {
    /* align-content: end; */
    /* text-align: right; */
    font-size: 13px;
    right: 0px;
   /* margin-left: 75%;*/
    text-decoration: underline;
	float: right;
    margin-right: 1%;
}

td.formmm a span.formmm:hover {
    color: #ffc740;
}

.feedback {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #536573;
	text-indent: 0px;
	margin: 0px;
	padding: 5px;
}
.textss {
	font-family: Verdana, 'Roboto', sans-serif;
	font-size: 11px;
	color: #3F466B;
	text-align: justify;
	font-weight: normal;
	text-indent: 1px;
	margin: 1px;
}
.poeminfo{
display:none;

}
.poemblock{
display:block;
}
.indexxx {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	color: #5A6872;
	text-align: left;
	font-weight: normal;
	text-indent: 0px;
	margin: 1px;
	vertical-align: 0%;
	letter-spacing: 0em;
	word-spacing: 1em;
}


table#Table_01 {
    width: 100%;
    height: 100%;
    background: #f3f3f2;
}

.logo_table img {
    width: initial;
    height: auto;
    margin-left: 15.6%;
    margin-top: 1px;
}

table#Table_01 > table {
    width: 30%!important;
}

table#Table_01.header_table table.logo_table {
    background: #262626;
}

table.left_content {
    margin-top: 4.8%;
}

table.form_table {
    margin-top: 3%;
	margin-bottom:3%;
}

table.statusTable {
    margin-left: 10px;
}

table.statusTable td:first-child {
    font-weight: 600;
}

table.statusTable td:last-child {
    font-style: italic;
}

table.search_table table.statusTable {
    margin-left: 10px;
	width: 98%;
}

input[type="submit"] {
    font-size: 16px;
    line-height: 1.42857143;
    background-image: none;
    border-radius: 0px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
    padding: 9px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 40px;
    color: #333;
    background-color: #ffc740;
    border-color: #adadad;
    font-weight: 500;
}

input[type="submit"]:hover {background-color: #e6e6e6;}

input:focus, input:focus-within, input:focus-visible {
    border-color: #ffc740!important;
    border: 3px solid #ffc740!important;
}

.header-lang a {
    /* border: 0; */
    padding: 0 20px;
    margin: 0;
    /* outline: none; */
    /* height: 40px; */
    /* line-height: 40px; */
    font-weight: 600;
    letter-spacing: 2px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    /* font-size: 14px !important; */
    display: inline-block;
    /* padding: 6px 12px; */
    /* margin-bottom: 0; */
    /* font-size: 14px; */
    /* font-weight: 400; */
    /* line-height: 1.42857143; */
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* background-image: none; */
    /* border: 1px solid transparent; */
    /* border-radius: 4px; */
	font-family: 'Roboto', sans-serif;
}

a.btn.btn-border:hover {
    border: 1px solid #ffc740;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
    width: 27px;
    height: 21px;
    line-height: 21px;
    background-color: #ffc740;
    color: black!important;
    text-align: center;
}

table#Table_01.header_table table.logo_table {
    max-height: 110px;
}

table#Table_01.footer_table {
    background: #d1d1d1;
}

td.sitemasp a {
    margin-left: 10px;
    padding: 0px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #FFF;
    position: relative;
}

.smallertd {font-size: 14px;}

td.sitemasp:hover a::after, td.sitemasp.actived a::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #ffc740;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 50%;
    margin-left: 35%;
}

td.menuutITLE ul li a:hover span.sitemasp {
    color: #333!important;
    text-decoration: underline;
}

td.menuutITLE i {
    color: #262626;
    /* font-weight: 600; */
    font-size: 18px;
	margin-right: 5px;
}

td.menuutITLE li:hover i {
    color: #ffc740;
}


table.search_table .statusTable td, table.search_table  .statusTable th {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
	border: 1px solid #262626;
    padding: 5px;
}

table.search_table .statusTable th {
    background-color: #ffc740;
}

table.search_table .statusTable tr td a:hover {
    color: #3c763d;
    text-decoration: underline;
   /* font-weight: 600;*/
}

table.search_table span.sitemasp {
    font-weight: 600;
    font-size: 17px;
}

table.search_table .statusTable tr td input[type=radio], table.search_table .statusTable tr td input[type=checkbox] {
    width: 25px;
}

td.search_btns {
    width: 100%;
    display: flex;
}

td.search_btns label, td.search_btns > input {
    display: inline;
    width: 49%;
    clear: both;
}

td.search_btns > input {
    margin: 8px;
}

td.search_btns > input:hover {
    background-color: #ffc740;
    color: #fff;
}

td.auth_btns {
    /* display: flex; */
    text-align: center;
    margin: 0px auto;
}

td.auth_btns label {
    display: inline-block;
    width: 48%;
    padding: 5px;
}

.trans_table td {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

td.b2cimg {
	background-repeat: no-repeat;
    background-size: cover;
    background-position-x: left;
	background-image: url('images/B2C_LiveTracking.jpg');
	background-position-y: bottom;
}

td.b2bimg {
	background-repeat: no-repeat;
    background-size: cover;
    background-position-x: left;
	background-image: url('images/B2B_LIVETRACKING.jpg');
	background-position-y: bottom;
}

#site-footer .wrapper{
	padding: 0px;
}
#site-footer .footer-top{
	padding: 30px 0;
}
#site-footer .footer-top .top-logo{
	margin: -40px 20px 0 0;
	float: left;
}
#site-footer .footer-top .top-menu{
	margin-bottom: 30px;
}
#site-footer .footer-top .top-menu ul li{
	margin-left: 10px;
}
#site-footer .footer-top .top-menu ul li a{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 600;
	position: relative;
}
#site-footer .footer-top .top-menu ul li a:after{
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #262626;
}
#site-footer .footer-top .top-menu ul li:hover a:after{
	width: 50%;
}
#site-footer .footer-top .top-menu ul li:first-child{
	margin-left: 0;
}
#site-footer .footer-top .top-newsletter{
	position: relative;
}
#site-footer .footer-top .top-newsletter button,
#site-footer .footer-top .top-newsletter input[type="text"]{
	display: inline-block;
	height: 40px;
	font-size: 13px;
	border: 1px solid #c0c0c0;
	background-color: #cacaca;
}
#site-footer .footer-top .top-newsletter button{
	width: 40px;
	position: absolute;
	top	: 0;
	right: 0;
}
#site-footer .footer-top .top-newsletter input[type="text"]{
	width: 240px;
	padding: 10px 50px 10px 10px;
	-webkit-box-shadow: 1px 1px 0px 0px rgba(218, 218, 218, 1);
	-moz-box-shadow: 1px 1px 0px 0px rgba(218, 218, 218, 1);
	box-shadow: 1px 1px 0px 0px rgba(218, 218, 218, 1);
}
#site-footer .footer-top .top-newsletter button:hover,
#site-footer .footer-top .top-newsletter button:focus{
	outline: none;
	background-color: #c1c1c1;
}
#site-footer .footer-top .top-newsletter input[type="text"]:hover,
#site-footer .footer-top .top-newsletter input[type="text"]:focus{
	outline: none;
	background-color: #e8e8e8;
}
#site-footer .footer-middle,
#site-footer .footer-bottom{
	padding: 20px 0;
}
#site-footer .footer-middle{
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

#site-footer p, #site-footer ul li {
    font-size: 14px!important;
    /* font-weight: 600; */
}

.social-icons li{
	margin-left: 10px;
	width: 30px;
	height: 30px;
	float: left;
	list-style: none;
}
.social-icons li a{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 13px;
	background-color: #FFF;
	color: #262626;
	padding: 10px;
}
.social-icons li a:hover{
	color: #FFF;
}
.social-icons li a.facebook:hover{
	background-color: #204385;
}
.social-icons li a.twitter:hover{
	background-color: #2aa9e0;
}
.social-icons li a.google:hover{
	background-color: #d3492c;
}
.social-icons li a.linkedin:hover{
	background-color: #02669a;
}
.social-icons li a.youtube:hover{
	background-color: #d3492c;
}
.social-icons li:first-child{
	margin-left: 0;
}
.social-icons.social-grey li a{
	background-color: #f3f3f2;
}
.social-icons.inline{
	display: inline-block;
}
.address-list li{
	line-height: 30px;
	margin-bottom: 10px;
}
.address-list li .fa{
	width: 20px;
	text-align: center;
	margin-right: 5px;
}
.address-list.nav-default li{
	margin-right: 15px;
	margin-bottom: 0;
	float: left;
	list-style: none;
}
.address-list.nav-default li:last-child{
	margin-right: 0;
	margin-bottom: 0;
}

ul.address-list {
    /* margin-left: 0px!important; */
    padding-left: 0px;
}

ul.address-list li a, .poweredby a {
    color: #333;
}

.poweredby a:hover {
    color: #d20101;
}

ul.address-list li a:hover {
    color: #ffffff;
}

table.form_table span.sitemasp {
    padding: 0px 5px;
}



label {
display: initial;}

@media only screen and (max-width: 968px) {
#site-footer .footer-top {display:none;}
table.left_content span.sitemasp {
    padding-left: 0px;
    padding-right: 5px;
}
td.sitemasp {
    padding-left: 5px;
}
}

@media only screen and (max-width: 768px) {
	td.right_image {display:none;}
	.sitelang{float:right;}
	td.formmm a span.formmm {margin-left:50%;}
	td.sitemasp a {margin-left:1px;}
	input {max-width: 90%;}
	.poweredby {float:none;}
}


