/* Overwrite Bootstrap styles */
body {
  font-family: "Roboto",Helvetica,Arial,sans-serif; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.1; }

a {
  color: #333;
  text-decoration: none; }

input, select, textarea, table, td, th, p, a, button, ul, li, span.add-on {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important; }

.btn {
  background-color: #e5e5e5;
  background-image: none;
  filter: none;
  border: 0;
  padding: 7px 14px;
  color: #333333;
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none; }

.btn-default {
  color: #333;
  background: #fff;
  border-color: #ccc; }

.btn-primary {
  color: #fff;
  background: #e7151a !important;
  border-color: transparent; }

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus, .btn-primary:hover {
  color: #fff;
  background: #980e11 !important;
  border-color: #5b080a; }

.label-primary {
  background-color: #e7151a; }

.readMore {
  color: #004f8b;
  font-weight: 700; }

/******************************************************************************
GLOBAL STYLE
*******************************************************************************/
body {
  background: #f1f1f1; }

.childContent {
  padding-top: 20px;
  padding-bottom: 30px; }

.marginTop5 {
  margin-top: 5px; }

/* typography */
.title-xl, .title-lg, .title-medium, .title-sm {
  font-family: "Roboto",Helvetica,Arial,sans-serif !important; }

.title-xl {
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 40px; }

.title-lg {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 6px;
  margin-top: 0; }

.title-medium {
  font-size: 17px;
  margin-bottom: 15px;
  margin-top: 0; }

.title-sm {
  font-size: 14px;
  margin-bottom: 10px; }

.redBorder {
  height: 2px;
  border-left: 30px solid #ef3e44;
  margin-bottom: 20px; }

/* .end typography */
/* input */
/***
Input icons
***/
/* input with right aligned and colored icons */
.input-icon input {
  padding-right: 25px !important; }

.input-icon .input-info,
.input-icon .input-error,
.input-icon .input-warning,
.input-icon .input-success {
  display: inline-block !important;
  position: relative !important;
  top: 7px;
  right: 25px !important;
  font-size: 16px; }

/* input with left aligned icons */
.input-icon.right {
  position: relative; }

.input-icon.right i {
  color: #ccc;
  display: block !important;
  position: absolute !important;
  z-index: 1;
  margin: 9px 10px 4px 2px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
  right: 0; }

.input-icon.right input {
  padding-right: 33px !important; }

/* /.input */
/* preHeader */
.preHeader {
  background: #bfcbfd; }

.preHeader .container > .row > div > ul {
  margin-top: 0;
  margin-bottom: 0; }

.preHeader .container > .row > div > ul > li {
  border-right: 1px solid #fafafa;
  padding: 0 9px; }

.preHeader .container > .row > div > ul > li:first-child {
  border-left: 1px solid #fafafa; }

.preHeader .container > .row > div > ul > li > a {
  color: #08000c;
  font-size: 13px;
  height: 30px;
  line-height: 30px; }

.preHeader .container > .row > div > ul > li > a:hover {
  color: #fff; }

.preHeader .container > .row > div > ul li.socialList > a {
  font-size: 16px; }

.notification {
  padding-right: 18px !important; }

.notification > a .fa {
  font-size: 20px; }

.badge {
  background: #ec3236;
  position: absolute;
  top: 2px;
  right: 3px;
  font-weight: 300;
  font-size: 11px;
  z-index: 1;
  padding: 2px 5px; }

.preHeader .pull-right > li > .dropdown-menu, .preHeader .nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto; }

/* header - logo */
header .navbar .brand {
  padding: 25px 15px; }

header .brand > img {
  height: 27px; }

/* .end header - logo */
/* header - top menu */
header .navbar .nav > li > a {
  text-shadow: none;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto",Helvetica,Arial,sans-serif !important;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px; }

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
  color: #ec3236;
  background-color: transparent; }

header .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  box-shadow: none;
  color: #ec3236;
  background-color: transparent; }

.navbar .btn, .navbar .btn-group {
  margin-top: 5px; }

/* .end header - top menu */
/* side */
.sideBlock {
  background: #fff; }

.sideTitle {
  font-size: 17px;
  font-family: "Roboto",Helvetica,Arial,sans-serif !important;
  margin: 0;
  padding: 10px 15px;
  -webkit-box-shadow: inset 6px 0 0 0 #ef3e44;
  box-shadow: inset 6px 0 0 0 #ef3e44;
  border: 1px solid #dedede;
  border-bottom: none;
  line-height: 14px; }

.sideBlockContent {
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #dedede; }

.statistic {
  margin-bottom: 25px; }

/* .end side */
/* sideBanner */
.sideBanner {
  margin-bottom: 15px; }

/* .sideBanner */
/* footer */
footer {
  background: #f1f1f1;
  padding: 40px 0; }

.footer-heading {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Roboto",Helvetica,Arial,sans-serif !important;
  margin-bottom: 25px; }

footer ul.footerList li {
  padding-left: 15px;
  background: url(../img/bullet-circle.png) 0 8px no-repeat;
  margin-bottom: 10px; }

footer ul.downloadApp li {
  margin-bottom: 10px; }

/* .end footer */
/* copyright */
.copyright {
  background: #bfcbfd;
  color: #08000c;
  padding: 20px 0;
  font-size: 13px; }

.copyright ul {
  margin-bottom: 0; }

/* breadcrumbs */
/* .end breadcrumbs */
/******************************************************************************
HOME STYLE
*******************************************************************************/
/* homeMapSearchWrapper */
.homeMapSearchWrapper {
  position: relative;
  height: 475px;
  overflow: hidden; }

.homeMap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.homeSearch {
  margin-top: 36px;
  z-index: 2;
  position: relative; }

.homeSearch .nav {
  margin-bottom: 0; }

.homeSearch .nav-tabs > li {
  width: 50%; }

.homeSearch .nav-tabs > li.active > a {
  background: rgba(52, 73, 94, 0.9);
  color: #fff !important; }

.homeSearch .nav-tabs > li > a {
  background: #28353d;
  margin: 0;
  border: none;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto",Helvetica,Arial,sans-serif !important; }

.homeSearch .nav-tabs > li > a > .fa {
  font-size: 20px; }

.homeSearch .nav-tabs > li.active > a, .homeSearch .nav-tabs > li.active > a:hover, .homeSearch .nav-tabs > li.active > a:focus {
  color: #555;
  background: rgba(52, 73, 94, 0.9);
  border: none; }

.homeSearch .tab-content {
  background: rgba(52, 73, 94, 0.9);
  padding: 20px;
  color: #fff; }

/* homeContent */
.homeContent {
  background: url(../img/home-content.jpg) 0 0 no-repeat #f1f1f1;
  border-top: 1px solid #ccc;
  background-size: contain; }

/* jobList */
.jobList {
  margin-bottom: 0; }

.jobList > li {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  padding: 15px; }

/* roundAva */
.roundAva {
  width: 64px;
  height: 64px;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  display: block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

.roundAva > span {
  padding-top: 10px;
  display: block; }

.roundAva small {
  font-size: 13px; }

.jobList > li:nth-child(n+0) .roundAva {
  background: #f3d046; }

.jobList > li:nth-child(2n+0) .roundAva {
  background: #3eccca; }

.jobList > li:nth-child(3n+0) .roundAva {
  background: #f3a560; }

.jobList .media {
  overflow: hidden; }

.jobList .media a:hover {
  text-decoration: none; }

.jobListRight a {
  color: #004f8b; }

.jobListRight a.btn {
  color: #004f8b;
  border: 1px solid #004f8b;
  background: transparent !important;
  border-radius: 5px !important;
  text-transform: uppercase;
  font-size: 11px; }

.jobListRight a.btn:hover {
  background: #f1f1f1 !important; }

.jobListRight a.btn i {
  font-size: 14px; }

.jobList > li:hover {
  -webkit-box-shadow: inset 6px 0 0 0 #ef3e44;
  box-shadow: inset 6px 0 0 0 #ef3e44; }

.jobList .pull-left {
  margin-right: 25px; }

.jobList .media .media-object {
  width: 64px;
  height: 64px;
  margin-bottom: 3px; }

.jobList .media-body a {
  color: #004f8b; }

.jobList .media-heading {
  font-size: 16px;
  font-family: "Roboto",Helvetica,Arial,sans-serif !important;
  margin-top: 3px; }

.jobList .media-heading a {
  color: #333; }

.jobList .media-heading span {
  font-family: "Roboto",Helvetica,Arial,sans-serif !important;
  font-weight: 300;
  color: #999; }

.jobList .media-body a .fa {
  color: #333; }

.jobInfoOut {
  background: #D6E2EA;
  padding: 10px 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-bottom: 30px; }

.jobInfoOut > ul {
  margin: 0; }

.jobInfoOut ul li a {
  color: #004f8b; }

.jobInfoOut ul li a.btn {
  color: #333; }

.jobInfoOut ul li a.btn-primary {
  color: #fff; }

.jobInfo {
  font-size: 13px; }

.jobInfo .fa {
  color: #999; }

.jobListMore {
  border: none;
  margin-bottom: 30px;
  border-bottom: 5px solid #eeeeee; }

/* horFullWidth */
.horFullWidth {
  margin-bottom: 30px;
  display: block; }

.horFullWidth img {
  width: 100%; }

/* categorized */
.categorized {
  background: #fff;
  padding: 30px 20px;
  border-bottom: 5px solid #eeeeee;
  margin-bottom: 30px; }

.categorized ul li {
  padding-left: 12px;
  background: url(../img/bullet-square.png) 0 8px no-repeat;
  margin-bottom: 12px; }

.categorized ul li a {
  color: #004f8b;
  margin-right: 3px; }

.categorized ul li span {
  font-size: 13px; }

/* homeNewsWrapper */
.homeNewsWrapper {
  background: #fff;
  margin-bottom: 30px;
  border-bottom: 5px solid #eee;
  padding: 20px 15px; }

.homeNewsWrapper .media-object {
  width: 278px; }

.homeNewsWrapper .media-body {
  display: inline; }

.homeNewsWrapper .media-heading {
  margin-bottom: 10px; }

.homeNewsWrapper .media-heading a {
  font-size: 17px;
  font-family: "Roboto",Helvetica,Arial,sans-serif !important;
  line-height: 1.3; }

.homeNewsWrapper .media-heading .label {
  font-size: 11px;
  font-weight: 400;
  margin-left: 5px; }

.homeNewsWrapper .media-body p {
  font-size: 13px;
  color: #666; }

.homeNewsRelated li {
  padding-left: 12px;
  background: url(../img/bullet-square.png) 0 8px no-repeat;
  margin-bottom: 5px; }

/* horizonBanner */
.horizonBanner {
  padding: 40px 0;
  background: #fff; }

/* parallax rankink*/
.parallax-window {
  min-height: 370px;
  background: transparent; }

.ranking .title-medium {
  color: #fff;
  margin-top: 40px; }

.ranking ul li {
  margin-bottom: 12px; }

.ranking ul li a {
  font-size: 14px;
  color: #fff; }

.ranking ul li .rank {
  font-size: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  border: 1px solid #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 6px; }

/* partner */
.partner {
  padding-bottom: 30px;
  padding-top: 30px;
  background: #fff; }

.partner .redBorder {
  background: #eee; }

.partner .item {
  text-align: center;
  padding: 10px;
  margin: 0 5px; }

.partner .item img {
  width: 164px; }

#partner.owl-theme .owl-controls {
  top: -85px; }

#partner.owl-theme .owl-controls {
  position: absolute;
  right: 0; }

#partner.owl-theme .owl-controls .owl-buttons div {
  background: #fff;
  border: 1px solid #898989;
  color: #333;
  padding: 6px 10px;
  border-radius: 0; }

/******************************************************************************
JOB CATEGORY PAGE STYLE
*******************************************************************************/
/* panel buttons */
.panel.box {
  border: 1px solid #dadada;
  border-top: 0;
  margin-bottom: 30px; }

.panel.box > .panel-body {
  background-color: #fff;
  padding: 20px; }

.panel.box > .panel-title {
  margin-bottom: 0px;
  padding: 8px 10px;
  color: #fff; }

.panel.box > .panel-title {
  background-color: #28353d; }

.panel.box .form .form-actions, .panel.solid .form .form-actions {
  margin-left: -20px !important;
  margin-right: -20px !important;
  margin-bottom: -20px !important; }

.form form {
  margin: 0px !important;
  padding: 0px !important; }

/* Pagination */
.resultPagination {
  padding: 15px;
  background: #fff;
  margin-bottom: 5px;
  border-bottom: 1px solid #eee; }

.resultPagination .input-prepend {
  margin: 0; }

.resultPagination select {
  font-size: 12px !important;
  width: auto; }

.resultPagination .pagination {
  margin: 0; }

/******************************************************************************
JOB DETAILS PAGE STYLE
*******************************************************************************/
#countdown_dashboard {
  margin-bottom: 60px; }

.countDown .days_dash .digit, .countDown .hours_dash .digit, .countDown .minutes_dash .digit, .countDown .seconds_dash .digit {
  color: #28353d; }

.dash {
  height: 114px;
  background: transparent url("../img/dash.png") 0 0 no-repeat;
  float: left;
  margin-left: 21px;
  position: relative;
  line-height: 1.35; }

.dash .digit {
  font-size: 55pt;
  font-weight: bold;
  float: left;
  width: 55px;
  text-align: center;
  color: #000;
  position: relative;
  font-family: "Roboto",Helvetica,Arial,sans-serif !important; }

.dash_title {
  position: absolute;
  display: block;
  bottom: 0px;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  margin-left: 10px;
  text-transform: uppercase;
  letter-spacing: 2px; }

/* card */
.card .nav-tabs {
  border-bottom: 2px solid #DDD; }

.card .nav-tabs > li.active > a,
.card .nav-tabs > li.active > a:focus,
.card .nav-tabs > li.active > a:hover {
  border-width: 0; }

.card .nav-tabs > li > a {
  border: none;
  color: #666;
  position: relative;
  font-family: "Roboto",Helvetica,Arial,sans-serif !important; }

.card .nav-tabs > li.active > a,
.card .nav-tabs > li > a:hover {
  border: none;
  color: #ec3236 !important;
  background: transparent; }

.card .nav-tabs > li > a::after {
  content: "";
  background: #ec3236;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0); }

.card .nav-tabs > li.active > a::after,
.card .nav-tabs > li:hover > a::after {
  transform: scale(1); }

.card .tab-nav > li > a::after {
  background: #21527d none repeat scroll 0% 0%;
  color: #fff; }

.card .tab-content {
  padding: 5px 20px 20px 20px; }

.card {
  background: #FFF none repeat scroll 0% 0%;
  margin-bottom: 30px; }

/* form view */
.form-view {
  margin-bottom: 50px; }

.form-view a {
  color: #004f8b; }

.controls .text {
  display: block;
  margin-top: 7px;
  font-weight: 400;
  font-size: 14px; }

.form-view .control-group {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 5px; }

.form-view .control-group:last-child {
  border-bottom: none; }

.form-view .control-label {
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px; }

.card .alert {
  margin-bottom: 50px; }

/* cargoInfo */
.cargoInfoList > li {
  margin-bottom: 20px; }

.cargoInfo {
  background: #f5f5f5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px; }

.cargoInfo .control-group {
  margin-bottom: 0; }

.cargoInfo .control-label {
  font-weight: 700;
  text-align: left;
  width: auto;
  margin-bottom: 0; }

.cargoInfo .controls {
  margin-left: 5px;
  float: left; }

.cargoInfo a {
  color: #004f8b; }

.cargoInfo .controls a {
  margin-top: 6px;
  display: inline-block; }

/* tags */
ul.tags {
  margin-bottom: 50px; }

/* comments */
.comment .media img {
  height: 54px;
  position: relative;
  top: 3px;
  width: 54px; }

.comment .media-heading {
  font-size: 15px;
  font-family: "Roboto",Helvetica,Arial,sans-serif !important;
  position: relative; }

.comment .media-heading a {
  color: #004f8b; }

.comment .media-heading span {
  color: #777777;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 3px; }

.comment textarea {
  width: 96%;
  max-width: 96%; }

/* documents */
/* bids list */
.information-bidding {
  background: #f5f5f5;
  padding: 5px 10px;
  margin-bottom: 20px; }

.information-bidding .value {
  font-weight: 700;
  margin-left: 5px; }

/* company info tab  */
.supportIcon img {
  width: 118px; }

/******************************************************************************
COMPANY DETAILS PAGE STYLE
*******************************************************************************/
.topCompanyZone {
  background: #fff;
  margin-bottom: 30px; }

.fb {
  background: #435e9c;
  color: white;
  height: 175px;
  background-size: cover !important;
  position: relative; }

.companyDetailsNav {
  margin-bottom: 0;
  margin-left: 155px !important; }

.companyDetailsNav li a {
  height: 40px;
  display: block;
  line-height: 39px; }

.companyDetailsNav li a:hover {
  color: #ec3236;
  text-decoration: none; }

.companyDetailsNav li.active a {
  font-weight: 700;
  -webkit-box-shadow: inset 0 -4px 0 0 #ec3236;
  box-shadow: inset 0 -4px 0 0 #ec3236; }

.line {
  outline: 1px solid black; }

.profilePhoto {
  border: 3px solid lightgrey;
  display: block;
  left: 20px;
  margin-top: 85px;
  padding: 1px;
  width: 112px;
  height: 112px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left; }

.topCompanyInfo {
  position: absolute;
  bottom: 0;
  left: 160px;
  width: calc(100% - 180px); }

.topCompanyName {
  font-family: "Roboto",Helvetica,Arial,sans-serif !important;
  font-size: 26px;
  max-width: 500px;
  float: left;
  margin-right: 10px; }

.panel2 {
  background: #fff;
  margin-bottom: 20px; }

.panel2-title {
  background: #f8f8f8;
  border: 1px solid #fff;
  padding: 8px 14px; }

.panel2-body {
  padding: 15px; }

/* sideNews */
.sideNews .media {
  margin-bottom: 10px; }

.sideNews .media-object {
  width: 80px; }

.sideNews .media-body {
  display: inline; }

.sideNews .media-heading a {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35; }

/******************************************************************************
NEWS CATEGORY PAGE STYLE
*******************************************************************************/
.newsWrapper {
  background: #fff; }

.newsList > li {
  border-bottom: 1px solid #eee;
  padding: 15px; }

.newsList .media-heading {
  font-size: 20px;
  font-family: "Roboto",Helvetica,Arial,sans-serif !important; }

.newsList .media-body {
  display: inline; }

.newsList .media-body p {
  font-size: 13px;
  color: #666; }

/* Evisa*/
.imgBanner {
  border: 0;
  height: 120px;
  width: 100%;
  right: 0;
  left: auto; }

h1.portlet-title {
  font-size: 20px !important; }

.datalist-polyfill {
  list-style: none;
  display: none;
  background: white;
  box-shadow: 0 2px 2px #999;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  max-height: 300px;
  overflow-y: auto; }

.datalist-polyfill:empty {
  display: none !important; }

.datalist-polyfill > li {
  padding: 3px;
  font: 13px "Lucida Grande", Sans-Serif; }

.datalist-polyfill__active {
  background: #3875d7;
  color: white; }