/**
 * @package     Joomla
 * @subpackage  Career
 * @author      ARTIO LTD, info@artio.net, http://www.artio.net
 * @copyright   Copyright (C) 2014 ARTIO LTD. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

.upload_result {
  color: #9D261D;
  display: block;
  padding: 0 0 20px;
}

.image {
  border: 1px solid gray;
  cursor: pointer;
  display: inline-block;
  padding: 2px 10px 10px 2px;
}

.control-groups .control-group {
  float: left;
  margin-right: 9px;
  width: 220px;
}

.control-groups.members3 .control-group {
  width: 106px;
}

.control-groups.members3 .control-group .radio {
  padding: 0;
}

.radioset {
  display: inline-block;
  margin-bottom: 9px;
  margin-left: 15px;
  vertical-align: middle;
}

.radioset input {
  margin: 0 5px 0 0 !important;
}

.radioset label {
  display: inline-block;
}

ul.legend {
  overflow: hidden;
  display: block;
  width: 100%;
  list-style: none outside none;
  margin: 35px 0 50px;
}

ul.legend li {
  display: inline-block;
  line-height: 13px;
  margin: 0;
  padding: 3px 0;
}

ul.legend li.odd {
  float: left;
  width: 49%;
}

ul.legend li.even {
  float: right;
  width: 49%;
}

ul.legend li.first {
  padding-left: 0;
}

ul.legend li.last {
  border: medium none;
}

ul.legend li.selected {
  font-weight: bold;
}

.form-batch {
  margin-bottom: 30px;
}

.form-batch label {
  margin: 0 5px 5px 15px;
  vertical-align: bottom;
}

.form-batch label:first-child {
  margin-left: 0;
}

.form-batch fieldset.radio label {
  margin: 0;
}

#career-employer-images .image {
  display: inline-block;
  width: 100px;
  height: 100px;
  padding: 10px;
  vertical-align: top;
  text-align: center;
}

#career-employer-images .image img {
  max-width: 85%;
}

.month {
  float: left;
  width: 100%;
  margin: 10px 0 10px 0;
}

.month h3.name {
  margin: 0 2px 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0;
  background-color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-size: 15px;
  color: #666;
  line-height: 25px;
}

.month h3.name span.prev {
  float: left;
  width: 31px;
  height: 25px;
  text-align: center;
  line-height: 25px;
}

.month h3.name span.next {
  float: right;
  width: 31px;
  height: 25px;
  text-align: center;
  line-height: 25px;
}

.month .day.full {
  background-color: red;
}

.month-calendar {
  display: table;
  width: 100%;
  border-spacing: 2px;
}

.month-calendar .row-month {
  display: table-row;
}

.month-calendar .row-month .day {
  display: table-cell;
  height: 25px;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0;
  background-color: #ddd;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  color: #666;
}

.month-calendar .row-month .day.full {
  border-color: #f36900;
  background-color: #f36900;
}

.month-calendar .row-month .day a {
  display: block;
  width: auto;
  height: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  line-height: 25px;
}

.month-calendar .row-month .day a:hover {
  color: #fff;
}

.actions {
  float: none;
}

.navigator{}

.navigator .prev {
  float: left;
}

.navigator .next {
  float: right;
}

.batch-add-offers textarea {
  height: 166px !important;
  width: 350px;
}

.batch-add-offers .control-groups {
  margin-bottom: 20px;
}