﻿
.rz-util-box {

    height: 65px;
    /*border-bottom: thin solid #ccc;*/
}  
.rz-table-dd-sm {
  width: 125px;
  float: right;
  text-align: center;
  background: #fff;
  height: 35px;
  font-size: 12px;
  margin-top: 5px;
  margin-right: 10px; 
  padding-top: 10px;
  border: thin solid #CACACA;
  cursor:pointer;    
}
    
  .rz-table-dd-sm:hover {

    background: #0964ca;
    color: #fff;
    cursor:pointer;
}    
  #rz-table-dd-sm {

  display: none;
  background: #FFF;
  text-align: left;
  border: thin solid #CACACA;
  margin-top: 7px;
  margin-left: 0px;
  list-style: none;
  z-index: 100;
  position: relative;
  width: 125px;

}
    


  .rz-table-dd-sm-li {

  padding: 10px;
  margin-left: -40px;
  list-style: none;
  border-bottom: thin solid #ECEEEF;
  color:#003366;
}    
    
  .rz-table-dd-sm-li:hover {

    background: #0964ca;
    color: #fff;


}

  .rz-table-dd-sm:hover ul#rz-table-dd-sm {
    
    display: block;
    list-style: none;
    box-shadow: 0 10px 8px -6px #000;

}

.rz-table-dd-sm-check{
	color:#013467;
	background-color:#c8dbea;
    box-sizing: border-box;
	text-align:center;
	padding:6px;
	text-decoration:none;
	text-transform:uppercase;
    cursor: pointer;
    margin-left: 10px;

}

  .hide{ display: none;}

  .jobCaption {
      padding: 30px 5px 30px 5px;
      background-color: #ebebed;
      border: 10px solid #ffffff;
  }

  .rz-table-dd-sm-li span {
      display: inline
  }

@media (min-width: 1024px) {
    .panel {
        width: 190px;
        margin-left: 10px;
	}
    .panel .image-holder img {
        width: 200px;
        height: 115px;
    }
}

@media (max-width: 1023px) {
    .panel .image-holder {
        width: 60px;
        margin-right: 0 !important;
    }
    .panel .image-holder img {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 767px) {
    .job-search-form select {
        width: 95%;
    }
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e8eaec;
    margin: 1em 0;
    padding: 0; 
}

  