﻿@charset "UTF-8";
/*Global variables and MIXINS only
    PLEASE DO NOT CREATE STYLES HERE
    Globl Styles are to go into Site.scss
*/
/*Color Variables*/
/*#region Theme Colours*/
/*#endregion*/
/*#region Eye Colours*/
/*#endregion*/
/*Mix Ins - 
 * usage:   .box { @include border-radius(10px); }  
*/
.dox-button, .dox-copy-button, .dox-info-label, .dox-locked-label, .dox-filter-button, .dox-preview-button, .dox-upload-button, .dox-download-button, .dox-expanded-checkbox-button, .dox-expand-checkbox-button, .dox-unselected-checkbox-button, .dox-selected-checkbox-button, .dox-normal-checkbox-button, .dox-active-checkbox-button, .dox-excluded-button, .dox-deselect-button, .dox-select-button, .dox-delete-button, .dox-search-button, .dox-print-button, .dox-add-button, .dox-close-button, .dox-cancel-button, .dox-abort-button, .dox-save-button, .dox-save-all-button, .dox-edit-button, .dox-button-info, .dox-button-success, .dox-button-danger, .dox-button-warning, .dox-default-button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 2px 12px 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: #003471;
  border-color: #003471;
  color: white;
  font-family: inherit;
  margin: 2px 2px 2px 2px;
  min-height: 30px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dox-button:hover, .dox-copy-button:hover, .dox-info-label:hover, .dox-locked-label:hover, .dox-filter-button:hover, .dox-preview-button:hover, .dox-upload-button:hover, .dox-download-button:hover, .dox-expanded-checkbox-button:hover, .dox-expand-checkbox-button:hover, .dox-unselected-checkbox-button:hover, .dox-selected-checkbox-button:hover, .dox-normal-checkbox-button:hover, .dox-active-checkbox-button:hover, .dox-excluded-button:hover, .dox-deselect-button:hover, .dox-select-button:hover, .dox-delete-button:hover, .dox-search-button:hover, .dox-print-button:hover, .dox-add-button:hover, .dox-close-button:hover, .dox-cancel-button:hover, .dox-abort-button:hover, .dox-save-button:hover, .dox-save-all-button:hover, .dox-edit-button:hover, .dox-button-info:hover, .dox-button-success:hover, .dox-button-danger:hover, .dox-button-warning:hover, .dox-default-button:hover {
  background-color: #055CC3;
  text-decoration: none;
}
.dox-button:disabled, .dox-copy-button:disabled, .dox-info-label:disabled, .dox-locked-label:disabled, .dox-filter-button:disabled, .dox-preview-button:disabled, .dox-upload-button:disabled, .dox-download-button:disabled, .dox-expanded-checkbox-button:disabled, .dox-expand-checkbox-button:disabled, .dox-unselected-checkbox-button:disabled, .dox-selected-checkbox-button:disabled, .dox-normal-checkbox-button:disabled, .dox-active-checkbox-button:disabled, .dox-excluded-button:disabled, .dox-deselect-button:disabled, .dox-select-button:disabled, .dox-delete-button:disabled, .dox-search-button:disabled, .dox-print-button:disabled, .dox-add-button:disabled, .dox-close-button:disabled, .dox-cancel-button:disabled, .dox-abort-button:disabled, .dox-save-button:disabled, .dox-save-all-button:disabled, .dox-edit-button:disabled, .dox-button-info:disabled, .dox-button-success:disabled, .dox-button-danger:disabled, .dox-button-warning:disabled, .dox-default-button:disabled {
  background-color: lightgray;
  color: darkgray;
  text-decoration: none;
  border-color: darkgray;
}
.dox-button:disabled:hover, .dox-copy-button:disabled:hover, .dox-info-label:disabled:hover, .dox-locked-label:disabled:hover, .dox-filter-button:disabled:hover, .dox-preview-button:disabled:hover, .dox-upload-button:disabled:hover, .dox-download-button:disabled:hover, .dox-expanded-checkbox-button:disabled:hover, .dox-expand-checkbox-button:disabled:hover, .dox-unselected-checkbox-button:disabled:hover, .dox-selected-checkbox-button:disabled:hover, .dox-normal-checkbox-button:disabled:hover, .dox-active-checkbox-button:disabled:hover, .dox-excluded-button:disabled:hover, .dox-deselect-button:disabled:hover, .dox-select-button:disabled:hover, .dox-delete-button:disabled:hover, .dox-search-button:disabled:hover, .dox-print-button:disabled:hover, .dox-add-button:disabled:hover, .dox-close-button:disabled:hover, .dox-cancel-button:disabled:hover, .dox-abort-button:disabled:hover, .dox-save-button:disabled:hover, .dox-save-all-button:disabled:hover, .dox-edit-button:disabled:hover, .dox-button-info:disabled:hover, .dox-button-success:disabled:hover, .dox-button-danger:disabled:hover, .dox-button-warning:disabled:hover, .dox-default-button:disabled:hover {
  background-color: lightgray;
  color: darkgray;
  text-decoration: none;
}
.dox-button.badge, .badge.dox-copy-button, .badge.dox-info-label, .badge.dox-locked-label, .badge.dox-filter-button, .badge.dox-preview-button, .badge.dox-upload-button, .badge.dox-download-button, .badge.dox-expanded-checkbox-button, .badge.dox-expand-checkbox-button, .badge.dox-unselected-checkbox-button, .badge.dox-selected-checkbox-button, .badge.dox-normal-checkbox-button, .badge.dox-active-checkbox-button, .badge.dox-excluded-button, .badge.dox-deselect-button, .badge.dox-select-button, .badge.dox-delete-button, .badge.dox-search-button, .badge.dox-print-button, .badge.dox-add-button, .badge.dox-close-button, .badge.dox-cancel-button, .badge.dox-abort-button, .badge.dox-save-button, .badge.dox-save-all-button, .badge.dox-edit-button, .badge.dox-button-info, .badge.dox-button-success, .badge.dox-button-danger, .badge.dox-button-warning, .badge.dox-default-button {
  background-color: white;
  color: darkblue;
  font-weight: 100;
}
.dox-button::before, .dox-copy-button::before, .dox-info-label::before, .dox-locked-label::before, .dox-filter-button::before, .dox-preview-button::before, .dox-upload-button::before, .dox-download-button::before, .dox-expanded-checkbox-button::before, .dox-expand-checkbox-button::before, .dox-unselected-checkbox-button::before, .dox-selected-checkbox-button::before, .dox-normal-checkbox-button::before, .dox-active-checkbox-button::before, .dox-excluded-button::before, .dox-deselect-button::before, .dox-select-button::before, .dox-delete-button::before, .dox-search-button::before, .dox-print-button::before, .dox-add-button::before, .dox-close-button::before, .dox-cancel-button::before, .dox-abort-button::before, .dox-save-button::before, .dox-save-all-button::before, .dox-edit-button::before, .dox-button-info::before, .dox-button-success::before, .dox-button-danger::before, .dox-button-warning::before, .dox-default-button::before {
  font-size: larger;
  margin-right: 5px;
  margin-left: -5px;
}
.dox-button.dropdown-toggle, .dropdown-toggle.dox-copy-button, .dropdown-toggle.dox-info-label, .dropdown-toggle.dox-locked-label, .dropdown-toggle.dox-filter-button, .dropdown-toggle.dox-preview-button, .dropdown-toggle.dox-upload-button, .dropdown-toggle.dox-download-button, .dropdown-toggle.dox-expanded-checkbox-button, .dropdown-toggle.dox-expand-checkbox-button, .dropdown-toggle.dox-unselected-checkbox-button, .dropdown-toggle.dox-selected-checkbox-button, .dropdown-toggle.dox-normal-checkbox-button, .dropdown-toggle.dox-active-checkbox-button, .dropdown-toggle.dox-excluded-button, .dropdown-toggle.dox-deselect-button, .dropdown-toggle.dox-select-button, .dropdown-toggle.dox-delete-button, .dropdown-toggle.dox-search-button, .dropdown-toggle.dox-print-button, .dropdown-toggle.dox-add-button, .dropdown-toggle.dox-close-button, .dropdown-toggle.dox-cancel-button, .dropdown-toggle.dox-abort-button, .dropdown-toggle.dox-save-button, .dropdown-toggle.dox-save-all-button, .dropdown-toggle.dox-edit-button, .dropdown-toggle.dox-button-info, .dropdown-toggle.dox-button-success, .dropdown-toggle.dox-button-danger, .dropdown-toggle.dox-button-warning, .dropdown-toggle.dox-default-button {
  margin-left: -4px;
}
.dox-button.btn-lg, .btn-lg.dox-copy-button, .btn-lg.dox-info-label, .btn-lg.dox-locked-label, .btn-lg.dox-filter-button, .btn-lg.dox-preview-button, .btn-lg.dox-upload-button, .btn-lg.dox-download-button, .btn-lg.dox-expanded-checkbox-button, .btn-lg.dox-expand-checkbox-button, .btn-lg.dox-unselected-checkbox-button, .btn-lg.dox-selected-checkbox-button, .btn-lg.dox-normal-checkbox-button, .btn-lg.dox-active-checkbox-button, .btn-lg.dox-excluded-button, .btn-lg.dox-deselect-button, .btn-lg.dox-select-button, .btn-lg.dox-delete-button, .btn-lg.dox-search-button, .btn-lg.dox-print-button, .btn-lg.dox-add-button, .btn-lg.dox-close-button, .btn-lg.dox-cancel-button, .btn-lg.dox-abort-button, .btn-lg.dox-save-button, .btn-lg.dox-save-all-button, .btn-lg.dox-edit-button, .btn-lg.dox-button-info, .btn-lg.dox-button-success, .btn-lg.dox-button-danger, .btn-lg.dox-button-warning, .btn-lg.dox-default-button {
  height: 42px;
}
.dox-button.btn-sm, .btn-sm.dox-copy-button, .btn-sm.dox-info-label, .btn-sm.dox-locked-label, .btn-sm.dox-filter-button, .btn-sm.dox-preview-button, .btn-sm.dox-upload-button, .btn-sm.dox-download-button, .btn-sm.dox-expanded-checkbox-button, .btn-sm.dox-expand-checkbox-button, .btn-sm.dox-unselected-checkbox-button, .btn-sm.dox-selected-checkbox-button, .btn-sm.dox-normal-checkbox-button, .btn-sm.dox-active-checkbox-button, .btn-sm.dox-excluded-button, .btn-sm.dox-deselect-button, .btn-sm.dox-select-button, .btn-sm.dox-delete-button, .btn-sm.dox-search-button, .btn-sm.dox-print-button, .btn-sm.dox-add-button, .btn-sm.dox-close-button, .btn-sm.dox-cancel-button, .btn-sm.dox-abort-button, .btn-sm.dox-save-button, .btn-sm.dox-save-all-button, .btn-sm.dox-edit-button, .btn-sm.dox-button-info, .btn-sm.dox-button-success, .btn-sm.dox-button-danger, .btn-sm.dox-button-warning, .btn-sm.dox-default-button {
  /*height: unset;
  line-height:unset;
  font-size:unset;*/
}

.dox-button-small {
  padding: 0 0 0 10px;
  margin: 0 0px 0 5px;
}

.dox-default-button {
  background-color: lightgray;
  border-color: grey;
  color: black;
  font-weight: bold;
}
.dox-default-button.badge {
  background-color: brown;
  border-color: brown;
  color: #E9DA00;
  font-weight: 100;
}
.dox-default-button:hover {
  background-color: darkgrey;
  border-color: lightgrey;
}

.dox-left-glyph-button {
  padding-top: 3px;
}
.dox-left-glyph-button::before {
  float: left;
  transform: scale(1.25);
  margin-left: 5px;
}

.dox-button-warning {
  color: #ffffff;
  background-color: #e6920d;
  border-color: #b26922;
}
.dox-button-warning:hover {
  background-color: #b26922;
  text-decoration: none;
  color: white;
}
.dox-button-warning.badge {
  background-color: brown;
  border-color: brown;
  color: #d8b40a;
  font-weight: 100;
}

.dox-button-danger {
  color: #ffffff;
  background-color: #cc2424;
  border-color: #cc2424;
}
.dox-button-danger:hover {
  background-color: #b26922;
  text-decoration: none;
  color: white;
}
.dox-button-danger.badge {
  background-color: white;
  border-color: white;
  color: #cc2424;
  font-weight: 100;
}

.dox-button-success {
  color: #ffffff;
  background-color: #158049;
  border-color: #006933;
}
.dox-button-success:hover {
  background-color: #006933;
  text-decoration: none;
  color: white;
}
.dox-button-info {
  color: #ffffff;
  background-color: #21a9e1;
  border-color: #21a9e1;
}

/*#region dox edit button*/
.dox-edit-button {
  background: #074FA4;
  border-color: whitesmoke;
  color: white;
}
.dox-edit-button::before {
  font-family: "Glyphicons Halflings";
  content: "✏";
  color: white;
  left: -15px;
}
.dox-edit-button:hover {
  background: #00418D;
  text-decoration: none;
  color: white;
}

/*#endregion*/
/*#region dox save button*/
.dox-save-button, .dox-save-all-button {
  color: #ffffff;
  background-color: #158049;
  border-color: #006933;
}
.dox-save-button:hover, .dox-save-all-button:hover {
  background-color: #006933;
  text-decoration: none;
  color: white;
}
.dox-save-button::before, .dox-save-all-button::before {
  font-family: FontAwesome;
  content: "\f00c";
  left: -15px;
}

.dox-save-all-button::before {
  content: "\f019";
  content: "\f046";
}

/*#endregion*/
/*#region dox abort button*/
.dox-abort-button {
  background-color: #fad839;
  border-color: #fad839;
  color: brown;
}
.dox-abort-button:hover {
  background-color: goldenrod;
}
.dox-abort-button:before {
  font-family: FontAwesome;
  content: "\f0e2";
  left: -15px;
}

/* #endregion*/
/*#region dox cancel button*/
.dox-cancel-button {
  background-color: #FD2B2B;
  border-color: #b91414;
  color: white;
}
.dox-cancel-button:hover {
  background-color: brown;
  text-decoration: none;
  color: white;
}
.dox-cancel-button::before {
  font-family: FontAwesome;
  content: "\f0e2";
  left: -15px;
}

/*#endregion*/
/*#region dox close button*/
.dox-close-button {
  background-color: #d03604;
  border-color: firebrick;
  color: white;
}
.dox-close-button::before {
  font-family: FontAwesome;
  content: "\f052";
  left: -15px;
}
.dox-close-button:hover {
  background-color: rgb(182, 47, 3);
  text-decoration: none;
  color: white;
}

/*#endregion*/
.dox-add-button {
  color: #ffffff;
  background-color: #e6920d;
  border-color: #b26922;
}
.dox-add-button:hover {
  background-color: #b26922;
  text-decoration: none;
  color: white;
}
.dox-add-button::before {
  font-family: "Glyphicons Halflings";
  content: "+";
  left: -25px;
}

.dox-print-button {
  color: #ffffff;
  background-color: #088243;
  border-color: #158049;
}
.dox-print-button:hover {
  background-color: #066f39;
  text-decoration: none;
  color: white;
}
.dox-print-button::before {
  font-family: "Glyphicons Halflings";
  content: "\e045";
  left: -25px;
}

.dox-search-button {
  background: #003471;
  border-color: #003471;
  color: white;
}
.dox-search-button:hover {
  text-decoration: none;
  color: white;
}
.dox-search-button::before {
  font-family: "Glyphicons Halflings";
  content: "\e003";
  color: white;
  left: -15px;
}

.dox-delete-button {
  background: #d11919;
  border-color: brown;
  color: white;
}
.dox-delete-button:hover {
  text-decoration: none;
  color: white;
  background-color: darkred;
}
.dox-delete-button::before {
  font-family: "Glyphicons Halflings";
  content: "\e020";
  color: white;
  left: -15px;
}

.dox-select-button {
  background: #3e6800;
  border-color: #0b8245;
  color: white;
}
.dox-select-button:hover {
  text-decoration: none;
  color: white;
  background: #6eb00f;
  border-color: #0c522e;
}
.dox-select-button::before {
  font-family: FontAwesome;
  content: "\f046";
  color: white;
  margin-left: -3px;
  margin-right: 7px;
}
.dox-select-button :focus {
  color: white;
  background-color: blueviolet;
}

.dox-deselect-button {
  background: rgba(223, 221, 200, 0.44);
  border-color: #d7d0b5;
  color: #666060;
}
.dox-deselect-button:hover {
  text-decoration: none;
  color: black;
  background: #a1aba6;
  border-color: darkgrey;
}
.dox-deselect-button::before {
  font-family: FontAwesome;
  content: "\f096";
  color: #857f7f;
  margin-left: -3px;
  margin-right: 7px;
}

.dox-excluded-button {
  background: #ff4941;
  border-color: #4b4848;
  color: #ffeded;
}
.dox-excluded-button:hover {
  text-decoration: none;
  color: #fadede;
  background: #d14747;
  border-color: #4d1515;
}
.dox-excluded-button::before {
  font-family: FontAwesome;
  content: "\f057";
  color: white;
  margin-left: -3px;
  margin-right: 7px;
}

.dox-active-checkbox-button {
  background-color: cornflowerblue;
  color: black;
  padding-top: 5px;
  border: 2px lightgray ridge;
}
.dox-active-checkbox-button::before {
  left: -25px;
  font-size: larger;
  font-family: FontAwesome;
  content: "\f205";
}
.dox-active-checkbox-button:hover {
  text-decoration: none;
  color: black;
  background-color: rgba(100, 147, 255, 0.45);
}

.dox-normal-checkbox-button {
  padding-top: 5px;
  color: black;
  border: 2px lightgray groove;
  background-color: lightgray;
}
.dox-normal-checkbox-button::before {
  left: -25px;
  font-size: larger;
  font-family: FontAwesome;
  content: "\f204";
}
.dox-normal-checkbox-button:hover {
  text-decoration: none;
  color: black;
  background-color: darkgray;
}

.dox-selected-checkbox-button {
  background-color: green;
  color: white;
  padding-top: 5px;
  border: 2px lightgray ridge;
}
.dox-selected-checkbox-button::before {
  left: -25px;
  font-size: larger;
  font-family: FontAwesome;
  content: "\f046";
}
.dox-selected-checkbox-button:hover {
  text-decoration: none;
  color: white;
  background-color: #374e2c;
}

.dox-unselected-checkbox-button {
  background-color: #26905e;
  padding-top: 5px;
  color: white;
  border: 2px lightgray groove;
}
.dox-unselected-checkbox-button::before {
  left: -25px;
  font-size: larger;
  font-family: FontAwesome;
  content: "\f096";
}
.dox-unselected-checkbox-button:hover {
  text-decoration: none;
  color: white;
  background-color: green;
}

.dox-expand-checkbox-button {
  background-color: darkgray;
  color: black;
  padding: 1px 5px 1px 15px;
  border: 2px lightgray ridge;
}
.dox-expand-checkbox-button::before {
  left: -25px;
  font-size: larger;
  font-family: FontAwesome;
  content: "\f065";
}
.dox-expand-checkbox-button:hover {
  text-decoration: none;
  color: black;
  border: 2px darkgray groove;
  background-color: lightgray;
}

.dox-expanded-checkbox-button {
  padding: 1px 5px 1px 15px;
  color: black;
  border: 2px lightgray groove;
  background-color: lightgrey;
}
.dox-expanded-checkbox-button::before {
  left: -25px;
  font-size: larger;
  font-family: FontAwesome;
  content: "\f066";
}
.dox-expanded-checkbox-button:hover {
  text-decoration: none;
  color: black;
  border: 2px lightgray ridge;
  background-color: darkgrey;
}

.dox-download-button {
  background: #003471;
  border-color: #003471;
  color: white;
}
.dox-download-button:hover {
  text-decoration: none;
  color: white;
}
.dox-download-button::before {
  font-family: "Glyphicons Halflings";
  content: "\e166";
  color: white;
  left: -15px;
}

.dox-upload-button {
  background: #003471;
  border-color: #003471;
  color: white;
}
.dox-upload-button:hover {
  text-decoration: none;
  color: white;
}
.dox-upload-button::before {
  font-family: "Glyphicons Halflings";
  content: "\e167";
  color: white;
  left: -15px;
}

.dox-preview-button {
  background: #158049;
  border-color: #003471;
  color: white;
}
.dox-preview-button:hover {
  text-decoration: none;
  color: white;
}
.dox-preview-button::before {
  font-family: "Glyphicons Halflings";
  content: "\e095";
  color: white;
  left: -15px;
}

.dox-filter-button {
  color: white;
}
.dox-filter-button:hover {
  text-decoration: none;
  color: white;
}
.dox-filter-button::before {
  font-family: "Glyphicons Halflings";
  content: "\e138";
  color: white;
  left: -15px;
}

.dox-info-label, .dox-locked-label {
  color: firebrick;
  background-color: transparent;
  cursor: default;
  border-color: firebrick;
  display: inline-flex;
}
.dox-info-label::before, .dox-locked-label::before {
  left: -15px;
  font-size: larger;
}
.dox-info-label:hover, .dox-locked-label:hover {
  text-decoration: none;
  background-color: transparent;
  color: firebrick;
}

.dox-locked-label::before {
  font-family: FontAwesome;
  content: "\f023";
  color: rgb(255, 171, 19);
  left: -15px;
}
/* When we want to include a form-control and an undo/cancel button, where the button should overlap the form-control,
	we put both inside of a div where that div is relatively positioned.
	Then we mark the button to be absolutely positioned with right:0px, top:0px, bottom:0px  (effectively 100%)
*/
div.form-control-with-button {
  position: relative;
}

div.form-control-with-button button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 35px;
}

div.form-control-with-button .form-control {
  max-width: calc(100% - 35px);
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.btn-wrap {
  white-space: normal;
}

/*outline buttons*/
.btn-outline {
  background-color: transparent;
  color: inherit;
  transition: all 0.5s;
}
.btn-outline :hover {
  color: #fff;
}
.btn-outline:disabled {
  background-color: transparent;
  color: darkgrey;
  cursor: not-allowed;
}

.btn-primary.btn-outline {
  color: #428bca;
}

.btn-success.btn-outline {
  color: #5cb85c;
}

.btn-info.btn-outline {
  color: #5bc0de;
}

.btn-warning.btn-outline {
  color: #f0ad4e;
}

.btn-danger.btn-outline {
  color: #d9534f;
}

.small-btn-caption {
  font-size: xx-small;
  text-align: center;
  margin-left: -9px;
  margin-right: -9px;
  white-space: normal;
}

.dox-copy-button {
  color: #ffffff;
  background-color: #158049;
  border-color: #006933;
}
.dox-copy-button:hover {
  background-color: #006933;
  text-decoration: none;
  color: white;
}
.dox-copy-button::before {
  font-family: FontAwesome;
  content: "\f0c5";
  left: -15px;
}

/*.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}*/
