@import "reset.css";
/* =LESS MIXINS
===========================================*/
/* =DEFAULTS
===========================================*/
.break {
  clear: both;
  height: 0px;
  overflow: hidden;
}
a {
  cursor: pointer;
  color: #15739d;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  text-decoration: underline;
  color: #0c94d1;
}
body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 140%;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  margin: 0;
  color: #666666;
}
p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
  margin: 0 0 20px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: Roboto, Arial, sans-serif;
  margin: 0;
  line-height: 100%;
}
h1 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 2px dotted #ddd;
}
h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
h3 {
  font-size: 29px;
  color: #8e8e8e;
  letter-spacing: -1px;
  margin-bottom: 15px;
}
h4 {
  font-size: 20px;
  margin-bottom: 3px;
  color: #b3001c;
}
h5 {
  font-size: 12px;
  line-height: 130%;
}
h6 {
  font-size: 10px;
  margin-bottom: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: underline;
  color: #0088CC;
}
ul {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
}
li {
  line-height: 100%;
  margin-bottom: 5px;
}
big {
  font-size: 120%;
}
small {
  font-size: 80%;
}
/*Custom bulleted list
======================================*/
ul.bulleted {
  list-style-type: none;
  margin-left: 0;
}
ul.bulleted li {
  margin-left: 10px;
  padding-left: 12px;
}
/* Unstyled list
=======================================*/
ul.unstyled {
  list-style-type: none;
  margin-left: 0;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style-type: none;
}
ul.inline li,
ol.inline li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
/* Definition list
========================================*/
dl dt {
  font-size: 110%;
  font-weight: bold;
}
dl dd {
  margin: 0 0 10px 0;
}
img {
  max-width: 100%;
  height: auto;
}
/*Floated images
==========================================*/
img.align-center {
  clear: both;
  margin: 20px auto;
  display: block;
  padding: 2px;
  border: 1px solid #444;
}
/* Default table formatting
============================================*/
table {
  width: 100%;
}
table th,
table td {
  padding: 5px 10px;
  font-size: 14px;
  text-align: left;
}
table th {
  border-width: 2px;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 2px solid #000;
}
table img {
  vertical-align: middle;
}
table tr:last-child th,
table tr:last-child td {
  border-bottom: none;
}
/* Separator line  HR
=======================================*/
hr {
  height: 0;
  background: none;
  border: none;
  border-bottom: 1px dashed #444;
  margin: 30px 0;
  clear: both;
  width: 100%;
}
hr.small {
  margin: 5px 0;
}
hr.blank {
  border: none;
}
/* =FORM DEFAULTS
===========================================*/
.form-row {
  margin-bottom: 15px;
  clear: both;
  *zoom: 1;
}
.form-row:before {
  content: '';
  display: block;
}
.form-row:after {
  content: '';
  display: table;
  clear: both;
}
.form-row.half-row {
  width: 50%;
  float: left;
  clear: none;
}
.form-row.final {
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
.form-col {
  float: left;
}
label {
  margin-right: 10px;
}
label.control-label {
  margin-right: 0;
  display: block;
  font-weight: bold;
}
form.horizontal .form-row {
  padding-left: 170px;
}
form.horizontal label.control-label {
  display: inline-block;
  float: left;
  margin-left: -170px;
  margin-right: 20px;
  width: 150px;
}
small.note {
  font-size: 70%;
  font-weight: normal;
  color: #ccc;
  position: relative;
  top: -4px;
  display: block;
  line-height: 100%;
}
span.error {
  font-size: 12px;
  font-weight: normal;
  color: #c0392b;
  display: block;
}
input[type=text],
input[type=password],
select,
textarea {
  width: 280px;
  margin: 0;
  margin-right: 20px;
  outline: 0;
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ccc;
  background: #fff;
  margin-bottom: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: inset 0 0 3px #cccccc;
  -moz-box-shadow: inset 0 0 3px #cccccc;
  -webkit-box-shadow: inset 0 0 3px #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type=text].large,
input[type=password].large,
select.large,
textarea.large {
  width: 580px;
}
input[type=text].medium,
input[type=password].medium,
select.medium,
textarea.medium {
  width: 130px;
}
input[type=text].small,
input[type=password].small,
select.small,
textarea.small {
  width: 80px;
}
input[type=text].x-small,
input[type=password].x-small,
select.x-small,
textarea.x-small {
  width: 55px;
}
input[type=text].xx-small,
input[type=password].xx-small,
select.xx-small,
textarea.xx-small {
  width: 30px;
}
input[type=text].block,
input[type=password].block,
select.block,
textarea.block {
  width: 100%;
}
input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  border: 1px solid #3497cb;
}
input.flat,
input.flat:focus {
  border: none;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type=checkbox],
input[type=radio] {
  vertical-align: middle;
  position: relative;
  margin: 0;
  top: -2px;
  *overflow: hidden;
}
input.error,
select.error,
textarea.error {
  border: 1px solid #FF0033;
  color: #de002c;
  background: #fff1f4;
}
input.error:focus,
select.error:focus,
textarea.error:focus {
  border: 1px solid #5897FB;
  background: #fff;
}
input.transparent-input,
select.transparent-input,
textarea.transparent-input {
  background: transparent;
  border: 1px solid #4b4b4b;
  color: #ccc;
}
textarea {
  resize: vertical;
}
.req:after {
  content: "*";
  font-weight: bold;
  color: #c0392b;
}
/* =DEFAULT BUTTONS
===========================================*/
input[type=button],
.btn,
button {
  border: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  padding: 3px 10px;
  cursor: pointer;
  color: #ffffff;
  background: #2f9fe0;
  border: 1px solid #1d84bf;
  position: relative;
  white-space: nowrap;
  outline: none;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
}
input[type=button]:hover,
.btn:hover,
button:hover {
  background: #1d84bf;
  border-color: #166593;
  color: #fff;
  text-decoration: none;
}
input[type=button]:active,
.btn:active,
button:active {
  margin-bottom: -1px;
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.2), inset 0 -3px 5px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 1px 1px rgba(255,255,255,0.2), inset 0 -3px 5px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,0.2), inset 0 -3px 5px rgba(0,0,0,0.3);
}
.btn-danger {
  background: #c0392b;
  border: 1px solid #ab3326;
}
.btn-danger:hover {
  background: #962d22 !important;
  border-color: #6d2018;
}
.btn-secondary {
  background: #95a5a6;
  border: 1px solid #87999a;
}
.btn-secondary:hover {
  background: #798d8f;
  border-color: #617374;
}
.btn-warning {
  background: #f39c12;
  border: 1px solid #e08e0b;
}
.btn-warning:hover {
  background: #c87f0a;
  border-color: #976008;
}
.btn-success {
  background: #00a924;
  border: 1px solid #00901f;
}
.btn-success:hover {
  background: #007619;
  border-color: #00430e;
}
input[type=button].btn-big,
.btn.btn-big,
button.btn-big {
  font-size: 18px;
  line-height: 100%;
  padding: 8px 20px;
}
input[type=button].btn-medium,
.btn.btn-medium,
button.btn-medium {
  font-size: 12px;
  line-height: 100%;
  padding: 8px 20px;
}
input[type=button].btn-small,
.btn.btn-small,
button.btn-small {
  font-size: 12px;
  line-height: 120%;
  padding: 3px 10px;
  font-weight: normal;
}
input[type=button].btn-mini,
.btn.btn-mini,
button.btn-mini {
  font-size: 10px;
  line-height: 100%;
  padding: 2px 4px;
  vertical-align: middle;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.disabled,
.disabled:active,
.disabled:focus,
*:disabled {
  background: #eee !important;
  background-image: none !important;
  color: #999 !important;
  border: none !important;
  box-shadow: "none !important";
  -moz-box-shadow: "none !important";
  -webkit-box-shadow: "none !important";
  cursor: not-allowed !important;
}
input[readonly="readonly"],
inoput:focus[readonly="readonly"] {
  background: #fafafa;
  border: 1px solid #ddd  !important;
}
.action-message {
  padding: 15px;
  margin-bottom: 15px;
  border-width: 1px;
  border-style: solid;
  *zoom: 1;
}
.action-message:before {
  content: '';
  display: block;
}
.action-message:after {
  content: '';
  display: table;
  clear: both;
}
.action-message.error {
  background: #fff1f3;
  color: #ff0000;
  border-color: #ff8193;
}
.span2-with-sep {
  width: 465px;
  margin-bottom: 20px;
  padding-right: 19px;
  float: left;
  margin-right: 20px;
  border-right: 1px solid #f8ebff;
}
.span2-with-sep.last {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.success-color {
  color: #00a924;
}
.warning-color {
  color: #f39c12;
}
.danger-color {
  color: #c0392b;
}
.container {
  width: auto;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  background: #bebebe;
  color: #666666;
}
#overlay {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header {
  position: relative;
  padding: 0 10px;
  background: #333;
  line-height: 50px;
  color: #eee;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
#header * {
  margin-bottom: 0;
}
#header .logout {
  margin-left: 30px;
}
#header a {
  color: #34aee4;
}
#logo {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
}
#logo img {
  height: 30px;
  vertical-align: middle;
}
#logo span {
  font-size: 20px;
  color: #888;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #ccc;
  vertical-align: middle;
}
.left-col,
.right-col {
  min-height: 600px;
}
.left-col {
  width: 220px;
  position: absolute;
  *zoom: 1;
}
.left-col:before {
  content: '';
  display: block;
}
.left-col:after {
  content: '';
  display: table;
  clear: both;
}
.right-col {
  clear: both;
  margin-left: 221px;
  background: #eee;
  padding-top: 15px;
  min-height: 900px;
  *zoom: 1;
}
.right-col:before {
  content: '';
  display: block;
}
.right-col:after {
  content: '';
  display: table;
  clear: both;
}
.panel {
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-width: 3px;
  position: relative;
  width: 100%;
  padding: 20px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  *zoom: 1;
}
.panel:before {
  content: '';
  display: block;
}
.panel:after {
  content: '';
  display: table;
  clear: both;
}
.main-menu {
  margin: 0;
  padding: 0;
  margin-bottom: 0px;
}
.main-menu > li {
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
}
.main-menu > li > a {
  display: block;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  position: relative;
}
.main-menu > li > a i {
  color: #fff;
  margin-right: 10px;
  margin-left: -5px;
}
.main-menu > li > a:hover {
  background: #444;
  color: #fff;
  text-decoration: none;
}
.main-menu > li > a.active {
  background: #444;
  color: #fff;
}
.main-menu > li > a.active:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: -1px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #eee transparent transparent;
}
.main-menu ul {
  display: none;
  background: #555;
  padding: 10px 0;
}
.main-menu ul li {
  margin-bottom: 5px;
}
.main-menu ul li a {
  display: block;
  padding: 2px 5px 2px 0;
  margin-left: 15px;
  color: #ddd;
  font-size: 13px;
}
.main-menu ul li a:hover {
  color: #fff;
  padding-left: 15px;
}
.main-menu ul li a.active {
  border-bottom: 1px solid #ccc;
  color: #fff;
}
.widget {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-width: 3px;
  margin-bottom: 10px;
  padding-top: 10px;
}
.widget i {
  display: block;
  font-size: 50px;
  color: #2f9fe0;
  float: left;
  text-align: center;
  margin-left: 10px;
  width: 25%;
}
.widget span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  clear: both;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}
.widget p {
  background: #aaa;
  color: #fff;
  padding: 2px;
  margin: 0;
  text-transform: uppercase;
}
.pagination {
  border-top: 1px dotted #ddd;
  padding-top: 10px;
}
.pagination li {
  float: left;
  margin: 0;
  margin-right: 3px;
}
.pagination a {
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 8px;
  border: 1px solid #ddd;
  line-height: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pagination a:hover {
  background: #ddd;
  text-decoration: none;
}
.pagination a.active {
  background: #15739d;
  color: #fff;
  border-color: #15739d;
}
.pagination a.disabled {
  color: #eee;
  boder-color: #eee;
  background: #fefefe;
}
.table th.sorting {
  cursor: pointer;
  padding-right: 12px;
  background: url(../images/sort-both.png) no-repeat right 8px;
}
.table th.sorting.asc {
  background: url(../images/sort-asc.png) no-repeat right 8px;
}
.table th.sorting.desc {
  background: url(../images/sort-desc.png) no-repeat right 8px;
}
.table tr:nth-child(2n+1) td {
  background: #ededed;
}
.table tr:hover td {
  background: #fdffbe;
}
h1 + span.error {
  margin-top: -20px;
  margin-bottom: 20px;
}
fieldset {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fafafa;
}
fieldset legend {
  font-size: 20px;
  font-weight: bold;
  padding: 3px 20px;
}
.toggle-filters.active i:before {
  content: "\f077";
}
.filters {
  display: none;
}
.row {
  *zoom: 1;
  margin-bottom: 15px;
}
.row:before {
  content: '';
  display: block;
}
.row:after {
  content: '';
  display: table;
  clear: both;
}
.main-image-container {
  position: relative;
}
.main-image-container .download-icons {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
  background: rgba(255, 255, 255, 0.4);
  padding: 0 5px;
}
.main-image-container .download-icons a {
  display: inline-block;
  margin: 2px 0;
}
/* =OVERRIDE EXCEPTIONS
===========================================*/
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.clear-both {
  clear: both;
}
.hidden {
  display: none;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.relative {
  position: relative;
}
.disabled {
  cursor: not-allowed;
}
* .last {
  margin-right: 0;
}
#errorMessagesContent {
  max-height: 450px;
  max-width: 600px;
  overflow: auto;
}
