/* IMPORTS        * * * * * * * * * * * * * */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=latin-ext');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');
@import url('https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css');
/* GENERAL        * * * * * * * * * * * * * */

html, body {
   height: 100%;
   font-family: 'Open Sans', sans-serif;
   background-color: #dde6ed;
}

.wrap {
   min-height: 100%;
   height: auto;
}

.wrap>.container {
   padding: 70px 15px 20px;
}

.container-all {
   min-height: 850px;
}

.glyphicon-search {
   color: #fff;
   font-size: 16px;
}

.form-control {
   border-radius: 0px;
   height: 35px;
}

.input-group-addon {
   border-radius: 0px;
   border: 1px solid #336ea8;
   background: #336ea8;
   /* For browsers that do not support gradients */
   background: -webkit-linear-gradient(#336ea8, #6a9ece);
   /* For Safari 5.1 to 6.0 */
   background: -o-linear-gradient(#336ea8, #6a9ece);
   /* For Opera 11.1 to 12.0 */
   background: -moz-linear-gradient(#336ea8, #6a9ece);
   /* For Firefox 3.6 to 15 */
   background: linear-gradient(#336ea8, #6a9ece);
   /* Standard syntax */
}

.col-centered {
   float: none;
   margin: 0 auto;
}

.transited {
   -webkit-transition: all 200ms;
   transition: all 200ms;
}

.custom-combobox {
   position: relative;
   display: inline-block;
}

.custom-combobox-toggle {
   position: absolute;
   top: 0;
   bottom: 0;
   margin-left: -1px;
   padding: 0;
}

.custom-combobox-input {
   margin: 0;
   padding: 5px 10px;
}

.ui-widget.ui-widget-content {
   border: none;
   border-radius: none;
}

.ui-widget.ui-widget-content .ui-menu-item {
   border: none;
   border-radius: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
   background: #eee;
   border: none;
   color: #444;
   padding: 3px 1em 3px .4em;
   margin: 0;
   -webkit-transition: all 200ms;
   transition: all 200ms;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
   max-height: 200px;
   overflow-y: scroll;
}

@media (min-width: 1300px) {
   .container {
      width: 1260px;
   }
}

.error-search-wrapper {
   padding-top: 150px;
   text-align: center;
}

.error-search-wrapper h1 {
   font-size: 43px;
   font-weight: normal;
   text-align: center;
   line-height: 1.2;
   color: #7c7c7c;
   margin-bottom: 20px;
}

.error-search-wrapper p {
   font-size: 18px;
   font-weight: normal;
   text-align: center;
   line-height: 1.2;
   color: #7c7c7c;
   margin-bottom: 40px;
}

.error-search-wrapper img {
   display: inline-block;
   text-align: center;
   margin-bottom: 40px;
}

.error-search-wrapper a {
   font-size: 20px;
   font-weight: normal;
   text-align: center;
   line-height: 1.2;
   color: #da4740;
   margin-bottom: 20px;
}

.requirements-wrapper {
   padding-top: 150px;
}

.requirements-wrapper h1 {
   font-size: 26px;
   font-weight: normal;
   text-align: center;
   line-height: 1.4;
   color: #7c7c7c;
   margin-bottom: 20px;
}

.static-view {
   font-size: 14px;
}

.static-view h1 {
   font-size: 36px;
}

/* MAIN MENU      * * * * * * * * * * * * * */

#main-menu {
   background-color: #fff;
   box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.20);
   position: relative;
}

#main-menu .navbar {
   width: auto;
   height: auto;
   padding: 13px 0 11px 0;
   border: 0px;
   text-align: right;
}

#main-menu .navbar-brand {
   width: auto;
   height: auto;
   padding: 0;
}

/* Header Search    * * */

.header-search-form {
   width: 500px;
   height: auto;
   display: inline-block;
   box-sizing: content-box;
   padding-right: 40px;
   margin-right: 40px;
   position: relative;
   text-align: left;
   vertical-align: middle;
}

.header-search-form::after {
   content: "";
   width: 1px;
   height: 40px;
   background-color: #e2e2e2;
   position: absolute;
   top: -3px;
   right: 0;
}

.header-search-form input[type='text'] {
   float: left;
   width: 250px;
   height: 35px;
   padding: 10px;
   border-bottom-left-radius: 4px;
   border-top-left-radius: 4px;
   border-right: none;
   box-shadow: 0px 0px 10px rgba(190, 220, 243, 0);
   color: #808080;
   font-size: 14px;
   outline: none;
   -webkit-transition: all 200ms;
   transition: all 200ms;
}

.header-search-form input[type='text']:hover {
   box-shadow: 0px 0px 10px rgba(190, 220, 243, 0.31);
}

.header-search-form input[type='text']:focus {
   box-shadow: 0px 0px 10px rgba(190, 220, 243, 1);
}

.header-search-form input[type='text'].error {
   border-color: #e96666;
   box-shadow: 0px 0px 10px rgb(243, 190, 190);
}

.header-search-form input[type='text']::-webkit-input-placeholder {
   /* Chrome/Opera/Safari */
   font-size: 14px;
   color: #ccc;
}

.header-search-form input[type='text']::-moz-placeholder {
   /* Firefox 19+ */
   font-size: 14px;
   color: #ccc;
}

.header-search-form input[type='text']:-ms-input-placeholder {
   /* IE 10+ */
   font-size: 14px;
   color: #ccc;
}

.header-search-form input[type='text']:-moz-placeholder {
   /* Firefox 18- */
   font-size: 14px;
   color: #ccc;
}

.header-search-form .ui-widget {
   display: inline-block;
   vertical-align: top;
}

.header-search-form .ui-widget .custom-combobox {}

.header-search-form .ui-widget .custom-combobox input {
   width: 140px;
   height: 35px;
   border: 1px solid #ccc;
   outline: none;
   box-shadow: 0px 0px 10px rgba(190, 220, 243, 0);
   color: #808080;
   font-size: 14px;
   border-radius: 0;
   -webkit-transition: all 200ms;
   transition: all 200ms;
}

.header-search-form .ui-widget .custom-combobox input:hover {
   box-shadow: 0px 0px 10px rgba(190, 220, 243, 0.31);
}

.header-search-form .ui-widget .custom-combobox input:focus {
   border-color: #66afe9;
   box-shadow: 0px 0px 10px rgba(190, 220, 243, 1);
}

.header-search-form .ui-widget .custom-combobox.error input {
   border-color: #e96666;
   box-shadow: 0px 0px 10px rgb(243, 190, 190);
}

.header-search-form .ui-widget .custom-combobox-toggle {
   border-radius: 0;
   width: 35px;
   border: 1px solid #ccc;
   background-color: #f6f6f6;
   border-left: 1px solid #e1e1e1;
   outline: none;
   -webkit-transition: all 200ms;
   transition: all 200ms;
   cursor: pointer;
   text-align: center;
}

.header-search-form .ui-widget .custom-combobox-toggle:active {
   border: 1px solid #ccc;
   border-left: 1px solid #e1e1e1;
   background: #f1f0f0;
   font-weight: normal;
}

.header-search-form .ui-widget .custom-combobox-toggle::before {
   font-family: FontAwesome;
   content: "\f078";
   display: inline-block;
   padding: 10px 0 0 0;
   font-size: 12px;
   color: #bbb;
}

.header-search-form button {
   width: 80px;
   height: 35px;
   background-color: #da4740;
   border-radius: 0;
   border-bottom-right-radius: 4px;
   border-top-right-radius: 4px;
   font-size: 15px;
   color: #fff;
   letter-spacing: 1px;
   border: none;
   outline: none;
   display: inline-block;
   vertical-align: top;
   margin-left: 22px;
}

.header-search-form button:hover {
   background-color: #b53c36;
}

/* HOME SEARCH    * * * * * * * * * * * * * */

.home-search-wrapper {
   padding-top: 150px !important;
}

.home-search-wrapper h1 {
   font-size: 43px;
   font-weight: normal;
   text-align: center;
   line-height: 1.2;
   color: #7c7c7c;
   margin-bottom: 20px;
}

.home-search-wrapper .search-form {
   text-align: center;
   margin-bottom: 10px;
}

.home-search-wrapper .search-form div {
   display: inline-block;
   vertical-align: top;
}

.home-search-wrapper input[type='text'] {
   float: left;
   width: 470px;
   height: 54px;
   padding: 15px 0 15px 20px;
   border: none;
   outline: none;
   border-bottom-left-radius: 10px;
   border-top-left-radius: 10px;
   box-shadow: 0px 0px 10px rgba(190, 220, 243, 0);
   color: #808080;
   font-size: 18px;
}

.home-search-wrapper input[type='text'].error {
   box-shadow: 0px 0px 10px rgba(255, 0, 0, 0.4);
}

.home-search-wrapper input[type='text']:hover {
   box-shadow: 0px 0px 10px rgba(190, 220, 243, 0.31);
}

.home-search-wrapper input[type='text']:focus {
   box-shadow: 0px 0px 10px rgba(190, 220, 243, 1);
}

.home-search-wrapper input[type='text']::-webkit-input-placeholder {
   /* Chrome/Opera/Safari */
   font-size: 18px;
   color: #ccc;
   line-height: 1.2;
}

.home-search-wrapper .custom-combobox-input::-ms-clear {
   display: none;
}

.home-search-wrapper .custom-combobox-input:invalid {
   box-shadow: none;
}

.home-search-wrapper .custom-combobox-input {
   height: 54px;
   border: none;
   outline: none;
   padding: 0 15px;
   vertical-align: top;
   width: 215px;
   background-color: #f4f4f4;
   cursor: pointer;
   margin-right: -4px;
   color: #75acd3;
   font-size: 15px;
   border-radius: 0;
}

.home-search-wrapper .custom-combobox.error {
   box-shadow: 0px 0px 10px rgba(255, 0, 0, 0.4);
}

.home-search-wrapper .custom-combobox-toggle {
   border-radius: 0;
   width: 35px;
   right: -5px;
   border: none;
   background-color: #f6f6f6;
   border-left: 1px solid #e1e1e1;
   outline: none;
   -webkit-transition: all 200ms;
   transition: all 200ms;
   cursor: pointer;
}

.home-search-wrapper .custom-combobox-toggle:active {
   border: none;
   border-left: 1px solid #e1e1e1;
   background: #f1f0f0;
   font-weight: normal;
}

.home-search-wrapper .custom-combobox-toggle::before {
   font-family: FontAwesome;
   content: "\f078";
   display: inline-block;
   padding: 20px 0px 0 0;
   font-size: 13px;
   color: #bbb;
}

.home-search-wrapper .search-form input[type='text']::-webkit-input-placeholder {
   /* Chrome/Opera/Safari */
   font-size: 18px;
   color: #ccc;
   line-height: 1.2;
}

.home-search-wrapper .search-form input[type='text']::-moz-placeholder {
   /* Firefox 19+ */
   font-size: 18px;
   color: #ccc;
   line-height: 1.2;
}

.home-search-wrapper .search-form input[type='text']:-ms-input-placeholder {
   /* IE 10+ */
   font-size: 18px;
   color: #ccc;
   line-height: 1.2;
}

.home-search-wrapper .search-form input[type='text']:-moz-placeholder {
   /* Firefox 18- */
   font-size: 18px;
   color: #ccc;
   line-height: 1.2;
}

.home-search-wrapper .search-form button {
   width: 160px;
   height: 54px;
   background-color: #da4740;
   border-radius: 0;
   border-bottom-right-radius: 10px;
   border-top-right-radius: 10px;
   font-size: 20px;
   color: #fff;
   letter-spacing: 1px;
   border: none;
   outline: none;
}

.home-search-wrapper .search-form button:hover {
   background-color: #b53c36;
}

/* TIPS ITEMS */

.tips-container {
   justify-content: center;
}

#tips-items {
   color: #da4740;
}

#tips-items .tips-title {
   display: inline;
   font-weight: bold;
   font-size: 14px;
   text-align: center;
   padding: 0px 30px;
   margin: 10px 20px 10px 0;
}

@media (max-width: 768px) {
   #tips-items .tips-container {
      flex-direction: column;
   }
   #tips-items .tips-title {
      border: none;
   }
   #tips-items .tips-list {
      justify-content: center;
   }
}

#tips-items .tips-title .glyphicon {
   font-size: 20px;
   vertical-align: top;
}

#tips-items ul li {
   padding: 12px 9px 9px 9px;
   font-size: 14px;
   cursor: pointer;
   -webkit-transition: 150ms ease-in-out;
   transition: 150ms ease-in-out;
}

/* Banner    * * */

.home-search-wrapper .banner {
   margin: 100px 0 100px 0;
   text-align: center;
}

.home-search-wrapper .banner>div {
   display: inline-block;
}

.banner iframe {
   background-color: #e2e9ee;
   border: 1px solid #f4f4f469;
}

.ga-banner-holder {
   display: inline-block;
}

/* FOOTER         * * * * * * * * * * * * * */

footer {
   width: auto;
   padding: 11px 0;
   background-color: #56636d;
   color: #fff;
}

footer p {
   font-size: 13px;
   color: #fff;
   margin: 0;
   padding: 0;
}

footer p a {
   color: #fff;
   border-bottom: 1px solid rgba(255, 255, 255, 0);
   padding-bottom: 3px;
   text-decoration: none;
   -webkit-transition: all 200ms;
   transition: all 200ms;
}

footer p a:hover {
   color: #fff;
   text-decoration: none;
   border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer ul {
   display: inline-block;
   margin: 0;
   padding: 0;
   list-style-type: none;
}

footer ul li {
   display: inline-block;
   font-size: 13px;
}

footer ul li a {
   color: #fff;
   text-decoration: none;
   border-bottom: 1px solid rgba(255, 255, 255, 0);
   -webkit-transition: all 200ms;
   transition: all 200ms;
}

footer ul li a:hover {
   color: #fff;
   text-decoration: none;
   border-bottom: 1px solid rgba(255, 255, 255, .2);
}

footer .nav-link {
   padding: 0.5rem 0.7rem;
}



/* MODAL          * * * * * * * * * * * * * */

.modal-dialog {
   max-width: 860px;
   width: auto;
}

.modal-header {
   text-align: left;
   border-bottom: 3px solid #dde6ed;
   padding: 20px 20px 15px 15px;
}

.modal-title {
   font-size: 20px;
   color: #7c7c7c;
   font-weight: 600;
   display: inline-block;
}

.modal-header .close {
   width: 30px;
   height: 30px;
   background-color: #dde6ed;
   border-radius: 50%;
   margin: 0;
   padding: 0;
   font-size: 27px;
   color: #7c7c7c;
   text-align: center;
   line-height: 1;
   opacity: 1;
   outline: none;
   border: none;
}

.modal-header .close span {
   display: inline-block;
   position: relative;
   top: -1px;
}

.modal-header .close:hover {
   opacity: 0.8;
}

.modal-body p {
   font-size: 15px;
   font-weight: normal;
   line-height: 1.5;
}

.modal-body p:not(.text-center) {
   text-align: left;
}

.modal-body p.text-center {
   font-size: 16px;
}

pre {
   text-align: initial!important;
}

/* TRACKNG PAGE   * * * * * * * * * * * * * */

.title-wrapper {
   width: calc(100% + 30px);
   margin-left: -15px;
   margin-right: -15px;
   background-color: #75acd3;
   padding: 15px 0;
   min-height: 60px;
   line-height: 0;
}

.title-wrapper>.container {
   position: relative;
}

.title-wrapper h1.title {
   font-size: 22px;
   color: #fff;
}

.title-wrapper h1.title b {
   margin: 0 15px 7px 0;
   display: inline-block;
}

.title-wrapper h1.title span {
   display: inline-block;
   opacity: 0.8;
   margin-right: 16px;
   padding: 6px 6px 6px 7px;
   /* background-color: #8db7d4;
   border: 1px solid #9bc4e2; */
   border-radius: 4px;
   font-size: 19px;
   max-width: 390px;
}

.title-wrapper>.container>.banner {
   float: right;
}

.tracking-activity-wrapper {
   position: relative;
   background-color: #fff;
   margin: 25px 0;
   padding: 20px;
   box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.22);
   border-radius: 1px;
}

.tracking-activity-wrapper .heading-box {
   text-align: left;
   margin-bottom: 20px;
   vertical-align: top;
}

.tracking-activity-wrapper .status-box {
   height: auto;
   display: inline-block;
   vertical-align: top;
}

.tracking-activity-wrapper .status-box p, .tracking-activity-wrapper .details-box p {
   font-size: 22px;
   font-weight: bold;
   margin: 0 0 10px 0;
}

.tracking-activity-wrapper .status-box .status {
   height: 68px;
   background-color: #444;
   color: #fff;
   box-shadow: 1px 1px 0.6px rgba(0, 0, 0, 0.57);
   border-radius: 3px;
}

.tracking-activity-wrapper .status-box .status>p {
   font-size: 22px;
   font-weight: bold;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 68px;
}

.tracking-activity-wrapper .status-box .status.delivered {
   background-color: #da4740;
}

.tracking-activity-wrapper .status-box .status.transit {
   background-color: #ced5dd;
   color: #515151;
}

.tracking-activity-wrapper .details-box {
   height: auto;
   /* border-right: 1px solid #ccc;
   border-left: 1px solid #ccc; */
   display: inline-block;
   vertical-align: top;
}

.tracking-activity-wrapper .details-box .details {
   width: 100%;
   height: auto;
   text-align: left;
}

.tracking-activity-wrapper .details-box .details>div {
   width: 49%;
   height: auto;
   display: inline-block;
}

.tracking-activity-wrapper .details-box .details>div>p {
   font-size: 16px;
   font-weight: normal;
   margin: 0 0 3px 0;
}

.tracking-activity-wrapper .toggle-box {
   height: auto;
   display: inline-block;
   vertical-align: top;
   padding-left: 15px;
   text-align: center;
   vertical-align: top;
}

.tracking-activity-wrapper .toggle-box button {
   height: 68px;
   width: 100%;
   background-color: #da4740;
   border: none;
   outline: none;
   /* padding: 20px 25px 20px 44px; */
   color: #fff;
   font-size: 18px;
   font-weight: bold;
   border-radius: 3px;
   box-shadow: 1px 1px 0.6px rgba(0, 0, 0, 0.57);
   background-position: 10px 17px;
   background-repeat: no-repeat;
}

@media (min-width: 768px) {
   .tracking-activity-wrapper .toggle-box button {
      width: 90%;
   }
}
@media (max-width: 768px) {
   .tracking-activity-wrapper .toggle-box button {
      background-image: url(../img/file-icon.png);
   }

   .tracking-activity-wrapper .toggle-box button[data-target="#shippment-activity"] {
      background-image: url(../img/map-icon.png);
   }
}

@media (min-width: 1200px) {
   .tracking-activity-wrapper .toggle-box button {
      background-image: url(../img/file-icon.png);
   }

   .tracking-activity-wrapper .toggle-box button[data-target="#shippment-activity"] {
      background-image: url(../img/map-icon.png);
   }
}

.tracking-activity-wrapper .toggle-activity {
   width: 100%;
   height: auto;
   background-color: #75acd3;
   display: inline-block;
   padding: 1px;
   vertical-align: top;
}

.tracking-activity-wrapper .toggle-activity .map-wrapper #map {
   width: 100%;
   height: 500px;
}

.tracking-activity-wrapper .toggle-activity .map-wrapper p, .tracking-activity-wrapper .toggle-activity .shippment-activity p {
   font-size: 22px;
   color: #fff;
   text-align: center;
   padding: 10px;
   margin: 0;
}

.tracking-activity-wrapper .toggle-activity .map-wrapper #map .infowindow {
   max-width: 210px;
   text-align: left;
   padding: 10px;
}

.tracking-activity-wrapper .toggle-activity .map-wrapper #map .infowindow p {
   color: #444;
   font-size: 13px;
   text-align: left;
   margin: 0 0 10px 0;
   padding: 0;
   line-height: 1.4;
   font-weight: normal;
}

.tracking-activity-wrapper .toggle-activity .map-wrapper #map .infowindow p.title {
   font-size: 14px;
   font-weight: bold;
}

.tracking-activity-wrapper .toggle-activity .map-wrapper #map .infowindow p span {
   color: #da4740;
   font-weight: bold;
   padding: 0 0px 0px 0;
   display: block;
}

.tracking-activity-wrapper .toggle-activity .shippment-activity {}

.tracking-activity-wrapper .toggle-activity .shippment-activity #shippment-feed {
   width: 100%;
   max-height: 500px;
   overflow-y: auto;
}

.tracking-activity-wrapper .toggle-activity .shippment-activity #shippment-feed .data {}

.tracking-activity-wrapper .toggle-activity .shippment-activity #shippment-feed .data>p {
   text-align: left;
   background-color: #ced6dc;
   font-size: 16px;
   color: #515151;
   font-weight: bold;
   margin: 0;
   padding: 15px 15px 13px 15px;
}

.tracking-activity-wrapper .toggle-activity .shippment-activity #shippment-feed .data ul.list-group {
   margin: 0;
   padding: 0;
}

.tracking-activity-wrapper .toggle-activity .shippment-activity #shippment-feed .data ul.list-group li {
   font-size: 14px;
   color: #515151;
   border: none;
   border-bottom: 2px solid #ced6dc;
   border-radius: 0;
}

.tracking-activity-wrapper .toggle-activity .shippment-activity #shippment-feed .data ul.list-group li:last-child {
   border: none;
}

.tracking-activity-wrapper .banner {
   display: inline-block;
   vertical-align: top;
   margin-left: 25px;
}

.tracking-activity-wrapper .tr-source-info {
   font-size: 16px;
   color: #a7a7a7;
   margin: 10px 0 0 0;
   padding: 0;
   font-weight: 300;
}

/* BANNER         * * * * * * * * * * * * * */

.banner-row {
   padding: 20px 0px 10px 0px;
}

.banner-row iframe {
   border: 1px solid #a5a5a5;
   background-color: #ddd;
}

.box720x90, .box300x250, .box160x600 {
   border: none;
}

.home-banner {
   margin-top: 100px;
}

/* ERROR PAGE*/

.developer-wrapper {
   padding-top: 150px;
   text-align: center;
}

.developer-wrapper a {
   color: #da4740;
}

/* RESPONSIVITY   * * * * * * * * * * * * * */

@media screen and  (max-width: 554px) {
   .home-search-wrapper {
      width: 537px;
   }
}
@media screen and (max-width: 992px) {
   .home-search-wrapper input[type='text'] {
      width: 310px;
   }
}

@media screen and (max-width: 768px) {
   .home-search-wrapper h1 {
      font-size: 32px;
      margin-bottom: 40px;
   }
   .home-search-wrapper input[type='text'] {
      width: 230px;
   }
   .home-search-wrapper .custom-combobox-input {
      width: 156px;
   }
   .home-search-wrapper .search-form button {
      width: 120px;
      font-size: 19px;
   }
   .home-search-wrapper .search-form input[type='text']::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      font-size: 15px;
   }
   .home-search-wrapper .search-form input[type='text']::-moz-placeholder {
      /* Firefox 19+ */
      font-size: 15px;
   }
   .home-search-wrapper .search-form input[type='text']:-ms-input-placeholder {
      /* IE 10+ */
      font-size: 15px;
   }
   .home-search-wrapper .search-form input[type='text']:-moz-placeholder {
      /* Firefox 18- */
      font-size: 15px;
   }
}