/*//////////////////////////////////////////////////
/ FONT DEFINITIONS
//////////////////////////////////////////////////*/
.large {
	font-size: 150% !important;
}


/*//////////////////////////////////////////////////
/ GLOBAL DEFAULTS
/ - PAGE SETUP
/ - sectionLoader FOR PAGE LOCK
/ - API LOGO DEFINITION
/ - POSITIONING FLOATS (MULTIPLE)
/ - DYNAMIC TABLE LOADING MARKERS
/ - FLOAT OFFSETS
//////////////////////////////////////////////////*/
html {
	height: 100%;
}
body {
	min-height: 100%;
}
#sectionLoader {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
}
#sectionLoader i {
	vertical-align: middle;
}
#sectionLoader span {
	font-weight: bold;
	font-size: 125%;
}
.windowMain {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.pageContent {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #4c4f53;
    background: #FFF;
}
.apiconnect_logo {
    max-width: 40%;
}
.retryLoader {
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translateY(-50%);
	transform: translateX(-50%);
	text-align: center;
	background: #fff;
	padding: 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .9);
}
/*////////////////////////////////////////////////*/
.navp-left {
	float: left;
	margin-right: 5px;
}
.navp-right {
	float: right;
	margin-left: 5px;
}
.frmi-left {
	float: left;
	margin-top: -2px;
}
.frmi-right {
	float: right;
	margin-top: -2px;
}
.hrp-left {
	float: left;
	margin-top: -7px;
	margin-right: 5px;
}
.hrp-right {
	float: right;
	margin-top: -7px;
	margin-left: 5px;
}
.tabbtn-right {
	position: absolute;
	right: 15px;
	top: 5px;
}
/*////////////////////////////////////////////////*/
._loadedcontainer_ > #_loaded_ {
    margin-top: 0;
}
._loadedcontainer_ > #_loaded_ ~ #_loaded_ {
    margin-top: 1rem;
}
#_loaded_ {
	border-bottom: 4px solid rgba(0,0,0,.1);
	margin-bottom: 15px;
	padding-bottom: 3px;
}
.btn-specdelete {
	position: absolute;
	right: 17px;
	top: 2px;
	width: 34px;
	height: 34px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
	background: 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 3;
	color: rgba(0, 0, 0, 0.5);
}
.btn-specfavourite {
	position: absolute;
	right: 51px;
	top: 2px;
	width: 34px;
	height: 34px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
	background: 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 3;
	color: rgba(0, 0, 0, 0.5);
}
/*////////////////////////////////////////////////*/
.floatInline {
	line-height: 1.5rem;
}
.floatVoffset1 {
	margin-top: 1px;
}
.floatVoffset2 {
	margin-top: 2px;
}
.floatVoffset4 {
	margin-top: 4px;
}
.floatVoffset6 {
	margin-top: 6px;
}


/*//////////////////////////////////////////////////
/ MAIN WINDOW STRUCTURE
/ - MAIN WINDOW SECTION
//////////////////////////////////////////////////*/
.ascent-selected {
	background: rgba(0,0,0,0.7);
	background: -moz-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.9) 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.9) 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.9) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#e6000000',GradientType=1 ) !important; /* IE6-9 */
}
.mainwinHeading {
	margin-bottom: 10px;
}
.mainwinNavigate {
	position: fixed;
	top: 55px;
	right: 0;
	left: 52px;
	z-index: 1000;
	
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	background: #eff0f0;
	height: 49px;
}
.mainwinContainer {
	position: fixed;
	top: 104px;
	left: 52px;
	right:0;
	bottom:0;
    z-index: 999;
    overflow-x: auto;
    overflow-y: auto;
    background: #FFF;
}


/*//////////////////////////////////////////////////
/ POPPUP WINDOW STRUCTURE
/ - WINDOW ELEMENTS FOR MAIN AND POPUPS
/ - FILEPREVIEW SPECIFICS FOR POPUPS
//////////////////////////////////////////////////*/
.popupwinThemebar {
	position: fixed;
	top: 0;
	left: 0;
	right:0;
	
	background: #eff0f0;
	height: 4px;
}
.popupwinNavigate {
	position: fixed;
	top: 4px;
	right: 0;
	left: 0;
	z-index: 1000;

	/*width: 100%;*/
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	background: #eff0f0;
	height: 49px;
}
.popupwinContainer {
	position: fixed;
	top: 53px;
	left: 52px;
	right:0;
	bottom:0;
    z-index: 999;
    overflow-x: auto;
    overflow-y: auto;
    background: #FFF;
}
.detailwinContainer {
	position: fixed;
	top: 53px;
	left:0;
	right:0;
	bottom:0;
    z-index: 999;
    overflow-x: auto;
    overflow-y: auto;
    background: #FFF;
}
/*////////////////////////////////////////////////*/
.filePreview {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background-color: #FFF;
}
.filePreview_scroll {
    overflow-x: auto;
    overflow-y: auto;
}
.filePreview > iframe {
	width: 100%;
	height: 100%;
	border: 0;
}
.filePreview > .resourcePreviewPre {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
}
.filePreview > img {
	max-width: 100%;
}


/*//////////////////////////////////////////////////
/ MAIN SIDEBAR LAYOUT
/ - WINDOW ELEMENTS FOR MAIN AND POPUP PAGES
//////////////////////////////////////////////////*/
.main-sidebar {
    position: fixed;
    top: 55px;
    bottom: 0;
    left: 0;
    z-index: 1001;
    overflow-x: hidden;
    overflow-y: auto;
	padding: 0;
	/* width: 200px; */
	width: 52px;
	box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.4);
}
.main-sidebar ul li a b {
	font-weight: normal;
}
.main-sidebar:not(.sidebar-static) ul li a b {
	display: none;
}
.main-sidebar:not(.sidebar-static) .main-sidebar-brand {
	display: none;
}
.main-sidebar:hover ul li a b {
	display: inline;
}
.main-sidebar:hover {
	width: auto;
	min-width: 200px;
	overflow-y: auto;
}
.main-sidebar:hover .main-sidebar-brand {
	display: block;
}
.main-sidebardivider {
	border-top: 1px dotted white;
}
.main-sidebarstray {
	background: rgba(0,0,0,0.4);
}


/*//////////////////////////////////////////////////
/ POPPUP SIDEBAR LAYOUT
/ - WINDOW ELEMENTS FOR MAIN AND POPUP PAGES
//////////////////////////////////////////////////*/
.mini-sidebar {
    position: fixed;
    top: 4px;
    bottom: 0;
    left: 0;
    z-index: 1001;
    overflow-x: hidden;
    overflow-y: hidden;
	padding: 0;
	width: 52px;
	box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.4);
}
.mini-sidebar ul li a b {
	font-weight: normal;
}
.mini-sidebar:not(.sidebar-static) ul li a b {
	display: none;
}
.mini-sidebar:hover ul li a b {
	display: inline-block;
}
.mini-sidebar:hover {
	width: auto;
	min-width: 200px;
	overflow-y: auto;
}
.sidebar a {
	color: rgba(255, 255, 255, 0.8);
}
.sidebar a:hover,.sidebar a:focus {
	color: rgba(255, 255, 255, 1);
}


/*//////////////////////////////////////////////////
/ OPTIONS SIDEBAR LAYOUT
/ - WINDOW ELEMENTS FOR MAIN AND POPUP PAGES
//////////////////////////////////////////////////*/
.sidebar-dynamic {
	left: 52px;
}
.mini-sidebar.sidebar-static, .main-sidebar.sidebar-static {
	width: 200px;
}
.mainwinNavigate.sidebar-static, .popupwinNavigate.sidebar-static, .mainwinContainer.sidebar-static, .popupwinContainer.sidebar-static {
	left: 200px;
}


/*//////////////////////////////////////////////////
/ MODAL WINDOW STRUCTURE
/ - WINDOW ELEMENTS FOR MODAL PAGES
//////////////////////////////////////////////////*/
@media (min-width: 768px) {
	.modal-dialog-full {
		position: absolute !important;
		top: 30px !important;
		left: 30px !important;
		right: 30px !important;
		max-width: none !important;
		margin: 0 !important;
	}
	.modal-dialog-med {
		max-width: 66.666667% !important;
	}
	.modal-dialog {
		max-width: 800px;
	}
}
.modalContent {
	padding-bottom: 0px;
}
.modalwinThemebar {
	position: relative;
	top: 0;
	right:0;
	left:0;
	
	background: #eff0f0;
	height: 4px;
}
.modalwinNavigate {
	position: relative;
	top: 0;
	right:0;
	left:0;
	z-index: 1000;

	/*width: 100%;*/
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	background: #eff0f0;
	height: 49px;
}
.modalwinContainer {
	position: relative;
	top: 0;
	left:0;
	right:0;
	bottom:0;
    z-index: 999;
    overflow-x: auto;
    overflow-y: auto;
    background: #FFF;
	border-radius: .3rem;
}


/*//////////////////////////////////////////////////
/ GENERAL STYLING FOR STATIC ELEMENTS
/ - MENU BRANDING ELEMENTS
//////////////////////////////////////////////////*/
.navbar-ascent .navbar-nav .nav-link, .navbar-ascent .navbar-brand {
	color: rgba(255, 255, 255, 0.8);
}
.navbar-ascent .navbar-nav .nav-link:hover, .navbar-ascent .navbar-brand:hover {
	color: rgba(255, 255, 255, 1);
}
.main-sidebar-brand {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 200px;
	padding: 10px 0px 5px 0px;
	font-size: 60%;
	color: #FFF;
	text-align: center;
	background: rgba(0,0,0,0.3);
	z-index: 1005;
	opacity: 0.5;
}
.main-sidebar-nexus {
	max-width: 80px;
}
.main-sidebar-logo {
	max-width: 200px;
	width: 70%;
	margin-bottom: 0.2rem;
}
.main-sidebar-brand:hover {
	opacity: 1;
}
.quicklinkIcon {
	background: rgba(0, 0, 0, 0.1);
	border-radius: 50px;
	padding: 2px 10px 2px 5px !important;
	margin-left: 3px;
}
.quicklinkIcon:hover {
	background: rgba(0, 0, 0, 0.2);
}
#quicklinkOptions {
	margin-top: -2px;
}
#quicklinkOptions li:last-child {
    margin-right: 10px;
}


/*//////////////////////////////////////////////////
/ LOGIN PROMPT WINDOW STRUCTURE
/ - WINDOW ELEMENTS FOR LOGIN PROMPT PAGES
//////////////////////////////////////////////////*/
.prompt_container {
	width: 1000px;
	position: fixed;
	top: 25%;
	left: 50%;
	transform: translate(-50%, -25%);
}
.prompt_toprow {
	margin-bottom: 10px;
}
.prompt_botrow {
	padding-top: 10px;
	padding-bottom: 10px;
	background: linear-gradient(to right, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.6) 100%);
	box-shadow: 0 0 7px rgba(0, 0, 0, .9);
}
.prompt_row {
    box-shadow: 0 0 7px rgba(0, 0, 0, .9);
}
.prompt_advert {
	background: #EEE;
	background-image: url('images/image_intro.png');
    background-size: cover;
    background-repeat: no-repeat;
	min-height: 340px;
}
.prompt_error {
	background-image: url('images/image_error.png');
}
.prompt_messages {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
}
.prompt_message {
	cursor: pointer;
	color: #FFF;
	background: linear-gradient(to right, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.7) 100%);
	border-radius: 3px;
	padding: 0.2rem 0.5rem;
	margin-top: 0.25rem;
}
.prompt_message > span {
	padding-left: 1.15rem;
}
.prompt_message > ul {
	margin-bottom: 0;
	padding-left: 1.75rem;
	display: none;
}
.prompt_content {
    background: #FFF;
	padding: 30px;
	min-height: 340px;
}
.prompt_logo img, .api_logo {
    max-width: 50%;
	max-height: 20vh;
}
.prompt_footer {
    color: #FFF;
}


/*//////////////////////////////////////////////////
/ SEARCH ELEMENTS STRUCTURE
/ - SEARCH FORM ELEMENTS
/ - SEARCH BUTTON STRUCTURE
//////////////////////////////////////////////////*/
.form-searchopts {
	border-radius: 30px 0 0 30px !important;
	background: rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.9) !important;
	box-shadow: none !important;
	border: none !important;
	border-right: 1px solid rgba(255, 255, 255, 0.3) !important;
	margin-top: 2px;
	padding-right: 10px !important;
}
.form-searchopts:focus {
	background: rgba(255, 255, 255, 0.2);
	color: #ffffff !important;
	box-shadow: none !important;
	border: none !important;
	border-right: 1px solid rgba(255, 255, 255, 0.5) !important;
}
.form-search {
	border-radius: 0 30px 30px 0 !important;
	background: rgba(255, 255, 255, 0.2);
	color: #ffffff !important;
	box-shadow: none !important;
	border: none !important;
	margin-top: 2px;
	min-width: 250px !important;
}
.form-search:focus {
	background: rgba(255, 255, 255, 0.2);
	color: #ffffff !important;
	box-shadow: none !important;
	border: none !important;
}
input.form-search::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
  font-weight: normal !important;
}
input.form-search:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}
input.form-search::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}
input.form-search:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}
/*////////////////////////////////////////////////*/
.btn-search {
	position: absolute;
	right: 0;
	top: 5px;
	height: 30px;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	border: none;
	background: 0 0;
	-webkit-border-radius: 0 30px 30px 0;
	-moz-border-radius: 0 30px 30px 0;
	border-radius: 0 30px 30px 0;
	z-index: 3;
	color: rgba(255, 255, 255, 0.7);
}
.btn-search:hover {
	color: rgba(255, 255, 255, 1);
}
.popup-searchopts {
	border-radius: .25rem !important;
	background: rgba(255, 255, 255, 0.8);
	color: #000 !important;
	box-shadow: none !important;
}
.popup-search {
	border-radius: .25rem !important;
	background: rgba(255, 255, 255, 0.8);
	color: #000 !important;
	box-shadow: none !important;
	min-width: 250px !important;
}
.popup-search:focus {
	background: rgba(255, 255, 255, 0.8);
	color: #000 !important;
	box-shadow: none !important;
}
input.popup-search::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: normal;
}
input.popup-search:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
input.popup-search::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
input.popup-search:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.popbtn-search {
	position: absolute;
	right: 0;
	top: 5px;
	height: 30px;
	padding-top: 3px !important;
	padding-bottom: 5px !important;
	border: none;
	background: 0 0;
	-webkit-border-radius: 0 .25rem .25rem 0;
	-moz-border-radius: 0 .25rem .25rem 0;
	border-radius: 0 .25rem .25rem 0;
	z-index: 3;
	color: rgba(0, 0, 0, 0.5);
}
.popbtn-search:hover {
	color: rgba(0, 0, 0, 1);
}


/*//////////////////////////////////////////////////
/ GENERAL FORM ELEMENT STRUCTURE
/ - PASSWORD FONT AND COLOUR FIELD OVERRIDES
/ - MULTISELECT TOGGLES
/ - GENERIC HR & OPTGROUP
/ - DASHED FORM SECTIONS
/ - HR SPACING ELEMENTS
/ - FILE UPLOAD CSS FOR DRAG AND DROP SUPPORT
//////////////////////////////////////////////////*/
input[type="color"]{
    min-height: 35px;
}
/*////////////////////////////////////////////////*/
pre.forceWrap {
	overflow-x: auto;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: anywhere;
}
pre.noMargin {
	margin-bottom: 0;
}
/*////////////////////////////////////////////////*/
.multiselect {
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 5px;
	padding: .5rem .75rem .5rem .75rem;
	position: relative;
	width: 100%;
}
.multiselect_toggle {
	position: absolute;
	right: 5px;
	top: 5px;
}
/*////////////////////////////////////////////////*/
optgroup {
	margin-bottom: 2px;
	background: #ccc;
	padding: 5px;
	font-style: normal;
	font-weight: normal;
}
hr {
	border-top: 1px solid rgba(0,0,0,.2);
}
/*////////////////////////////////////////////////*/
.popout-content {
	background: rgba(248,248,248,1);
	border-radius: 0;
	padding: 20px 15px 0px 15px;
	margin: 0px -15px;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}
.popout-content.md-defaultwhite .md-form {
	background: #fff;
}
.popout-content-left {
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(248,248,248,1) 100%);
	border-radius: 0 1rem 1rem 0;
	border-right: 1px solid #cecece;
}
.popout-content-right {
	background: -moz-linear-gradient(left, rgba(248,248,248,1) 0%, rgba(255,255,255,0) 100%);;
	border-radius: 1rem 0 0 1rem;
	border-left: 1px solid #cecece;
}
.popout-content-rounded {
	border-radius: 1rem;
	border: 1px solid #cecece;
}
/*////////////////////////////////////////////////*/
.btn-dashed {
	border: 1px dashed #000 !important;
}
.btn-nolrpad {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/*////////////////////////////////////////////////*/
.hiddenhr {
    border-top: 1px solid rgba(255,255,255,0) !important;
	clear: both;
}
.med_hiddenhr {
    border-top: 1px solid rgba(255,255,255,0) !important;
	margin: 6px;
	clear: both;
}
.sml_hiddenhr {
    border-top: 1px solid rgba(255,255,255,0) !important;
	margin: 3px;
	clear: both;
}
/*////////////////////////////////////////////////*/
.switchcur {
	cursor: pointer;
}
.inputfile {
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .3rem 0;
	width: inherit;
}
.inputfile + label {
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 0;
	z-index: -1;
}
.no-js .inputfile + label {
	display: none;
}
.inputfile + label svg {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	fill: currentColor;
	margin-top: -0.25em;
	/* 4px */
	margin-right: 0.25em;
	/* 4px */
}
.form_fileupload, progress {
    width: 100%;
}
.div_fileupload {
    position: relative;
}
.fileuploadimg {
    display: block;
	max-width: 60%;
    margin-left: auto;
    margin-right: auto;
	border-radius: 5px;
}


/*//////////////////////////////////////////////////
/ ADDITIONAL TEXT COLOURING
/ - FADED OPACITY
//////////////////////////////////////////////////*/
.opa-8 {
	opacity: 0.8 !important;
}
.opa-6 {
	opacity: 0.6 !important;
}
.opa-4 {
	opacity: 0.4 !important;
}
.opa-2 {
	opacity: 0.2 !important;
}
.opa-1 {
	opacity: 0.1 !important;
}
mark {
	background: yellow;
	border-radius: .25rem;
}


/*//////////////////////////////////////////////////
/ TABLE ELEMENT STRUCTURE
/ - DOUBLE LINE HEIGHTS BOTH FULL TABLE ROW AND PER CELL
/ - TABLE STATIC WIDTHS
//////////////////////////////////////////////////*/
.labelLine, .labelLine > td {
	line-height: 0.9rem;
}
.table-white {
	background: #fff;
}
.table-icon {
	width: 36px;
	text-align: center;
	cursor: pointer;
}
.table-lgicon {
	width: 42px;
	text-align: center;
	cursor: pointer;
}
.table-indent {
	width: 5px;
}
.table-nomargin {
	margin-bottom: 0;
}
.table-fullwidth {
	width: 100%;
}
.table-nopadcell {
	padding: 0 !important;
}
.table-lowpadcell {
	padding: 3px !important;
}
.cell-nowrap {
	white-space: nowrap;
}
.table-perc25 {
	width: 25%;
}
.table-perc50 {
	width: 50%;
}
.table-perc75 {
	width: 75%;
}
.table-cell50 {
	width: 50px;
	max-width: 50px;
}
.table-cell75 {
	width: 75px;
	max-width: 75px;
}
.table-cell100 {
	width: 100px;
	max-width: 100px;
}
.table-cell125 {
	width: 125px;
	max-width: 125px;
}
.table-cell150 {
	width: 150px;
	max-width: 150px;
}
.table-cell175 {
	width: 175px;
	max-width: 175px;
}
.table-cell200 {
	width: 200px;
	max-width: 200px;
}
.table-cell225 {
	width: 225px;
	max-width: 225px;
}
.table-cell300 {
	width: 300px;
	max-width: 300px;
}
.table-cell50.strict, .table-cell75.strict, .table-cell100.strict, .table-cell125.strict, .table-cell150.strict, .table-cell175.strict, .table-cell200.strict, .table-cell225.strict, .table-cell300.strict {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.checkTable {
	margin-left: 0.2rem;
}
.nopadTable {
	padding: 3px 0 0 0 !important;
	vertical-align: top !important;
}
.trow-filter {
	background: linear-gradient(to bottom,#fafafa,#e8ebee) !important;
}
.trow-filter > td, .trow-filter > th {
	z-index: 999;
	background: inherit;
	border-bottom: 1px #bbb solid;
}
thead > tr > td, thead > tr > th {
	z-index: 999;
}
thead > tr > th {
	border-bottom: 2px solid white !important;
}

/*//////////////////////////////////////////////////
/ LINE DIVIDER TITLE
/ - ONLY USED ON LOGIN PAGE AT THIS TIME
//////////////////////////////////////////////////*/
.dividetitle {
  display: flex;
  align-items: center;
  text-align: center;
}
.dividetitle::before,
.dividetitle::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid rgba(0,0,0,.2);
}
.dividetitle:not(:empty)::before {
  margin-right: .25em;
}
.dividetitle:not(:empty)::after {
  margin-left: .25em;
}

/*//////////////////////////////////////////////////
/ SORTING TABLE EFFECTS
/ - FOR USE ON MAIN PAGES ONLY AT THIS TIME
//////////////////////////////////////////////////*/
.sortTable {
  margin-top: 4px;
  color: #fff;
  float: right;
  margin-left: 4px;
}
th:hover > .sortTable {
  color: #999;
}
.sorted {
	background-color: rgba(0,0,0,.7) !important;
}


/*//////////////////////////////////////////////////
/ PROGRESSION TRACKING STRUCTURE
/ - NOT ALL AREAS IN USE, TO BE EXPANDED IN FUTURE
//////////////////////////////////////////////////*/
.list-group {
	border: 1px solid rgba(0,0,0,0.2);
	padding: 2px;
	border-radius: .35rem;
}
.list-group.list-warning {
	border: 1px solid #f0ad4e !important;
}
.list-group.list-danger {
	border: 1px solid #d9534f !important
}
.list-group.list-success {
	border: 1px solid #5cb85c !important
}
.list-group.list-info {
	border: 1px solid #5bc0de !important
}
.list-group-item-headonly {
	border-radius: .25rem !important;
	margin-bottom: 0px;
}
.prog-icon {
	width: 36px;
	text-align: left;
	cursor: pointer;
	vertical-align: top;
	padding-top: 0;
}
.prog-opt {
	margin-top: 4px;
}
.prog-hr {
	margin-top: 0.2rem;
	margin-bottom: 0.1rem;
}
.prog-pad {
	padding: 0.175rem 0.3rem 0.175rem 0.3rem;
}
.prog-nopad {
	padding: 0;
}
.prog-hover {
	cursor: pointer;
}


/*//////////////////////////////////////////////////
/ DASHBOARD AND INSIGHT STRUCTURE
/ - NOT ALL AREAS IN USE, TO BE EXPANDED IN FUTURE
//////////////////////////////////////////////////*/
#section_workspaceDashboard > article > div {
	background: #ffffff;
	margin-bottom: 15px;
}
.dashboardHeading {
	border-color: #383838 !important;
	background: #404040;
	color: #fff;
	padding: 0.2rem 0.5rem;
	
	cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}
.btn-tableinline {
	font-size: 80% !important;
	padding: .25rem 0.5rem !important;
}
.dashboardContent {
	float: left;
	width: 100%;
	height: 300px;
	min-height: 300px;
	max-height: 300px;
	position: relative;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0;
	border-width: 1px 1px 2px;
	border-style: solid;
	border-top: none;
	border-right-color: #CCC !important;
	border-bottom-color: #CCC !important;
	border-left-color: #CCC !important;
	padding: 13px 13px 0;
	overflow-x: hidden;
	overflow-y: auto;
	
	font-size: 90% !important;
}
.dashboardContent button {
	font-size: 90% !important;
	padding: .3rem 0.5rem !important;
}
.dashboardContent > div {
	font-size: 90% !important;
}
.dashboardContent > div {
	font-size: 90% !important;
}
.dashboardContent > button .fa-stack-underlay {
	font-size: 1rem !important;
}
.dashboardContent > button .fa-xs {
	font-size: .6em !important;
}
.dashboardPreview_default {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 125px;
	background-color: rgba(0,0,0,0.1);
	text-align:center;
}
.dashboardRefresh {
	cursor: pointer;
}

#section_workspaceInsight > article > div {
	background: #ffffff;
	min-height: 55px;
}
.insightHeading {
	border-color: #383838;
	background: #404040;
	color: #fff;
	padding: 10px;
	margin-bottom: 15px;
	overflow: hidden;
	
	cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}
.insightHeading.iinfo {
	background: #0058a5 !important;
}
.insightHeading.igood {
	background: #87c342 !important;
}
.insightHeading.iwarning {
	background: #f4902e !important;
}
.insightHeading.ialert {
	background: #e20b16 !important;
}
.insightHeading.icritical {
	-webkit-animation: criticalAlert linear 1.5s infinite;
	animation: criticalAlert linear 1.5s infinite;
}
@-webkit-keyframes criticalAlert {
	0% { background: #e20b16; } 
	50% { background: #9d040c; } 
	100% { background: #e20b16; }
}
@keyframes criticalAlert {
	0% { background: #e20b16; } 
	50% { background: #9d040c; } 
	100% { background: #e20b16; }
}
.insightContent {
}
.insightBody {
	float: right;
	text-align: right;
	font-size: 24px;
	line-height: 19px;
}
.insightTitle {
}
.insightPreview_default {
	padding-top: 15px;
	background-color: rgba(0,0,0,0.1);
	text-align:center;
	
	height: 63px;
	min-height: 63px;
	max-height: 63px;
	padding: 20px 10px 10px 10px;
	margin-bottom: 15px;
}


/*//////////////////////////////////////////////////
/ DROPDOWN MENU TABLE STRUCTURE
/ - ALL DROPDOWN MENUS SHOULD USE THIS STRUCTURE FOR CONSISTENCY
//////////////////////////////////////////////////*/
.dropdown-table {
	margin-bottom: 0;
	white-space: nowrap;
	min-width: 300px;
}
.dropdown-table td, .dropdown-table th {
	padding: .3rem 1.5rem;
}
@media (min-width: 768px) {
	.quicklink-menu {
		white-space: nowrap;
	}
	.quicklink-cell {
		display: inline-block;
		vertical-align: top;
	}
	.quicklink-table {
		width: 300px;
	}
}
@media (max-width: 768px) {
	.quicklink-menu {
		max-height:1300%;
		overflow-y:auto;
	}
}
.dropdown-height75 {
	max-height: 75vh;
	overflow-y: auto;
}

/*//////////////////////////////////////////////////
/ EXTENSIONS FOR BOOTSTRAP
/ - EXTRA BG COLOURS
//////////////////////////////////////////////////*/
.bg-faded {
	background: rgba(206,206,206,1); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(206,206,206,1) 0%, rgba(255,255,255,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(206,206,206,1) 0%,rgba(255,255,255,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(206,206,206,1) 0%,rgba(255,255,255,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.bg-fadedsuccess {
	background: rgba(92,184,92,1); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(92,184,92,1) 0%, rgba(255,255,255,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(92,184,92,1) 0%,rgba(255,255,255,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(92,184,92,1) 0%,rgba(255,255,255,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cb85c', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.bg-fadedwarning {
	background: rgba(255,243,205,1); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,243,205,1) 0%, rgba(255,255,255,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,243,205,1) 0%,rgba(255,255,255,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,243,205,1) 0%,rgba(255,255,255,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff3cd', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.bg-fadeddanger {
	background: rgba(248,215,218,1); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(248,215,218,1) 0%, rgba(255,255,255,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(248,215,218,1) 0%,rgba(255,255,255,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(248,215,218,1) 0%,rgba(255,255,255,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d7da', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.bg-fadedinfo {
	background: rgba(91,192,222,1); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(91,192,222,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(91,192,222,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(91,192,222,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bc0de', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.bootstrap-notify {
	max-width: 480px;
}

/*//////////////////////////////////////////////////
/ EXTENSIONS FOR RESOURCE CENTRE
//////////////////////////////////////////////////*/
.resourceItem {
	width: 250px; 
	max-width: 250px; 
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
}
.resourceTags {
	margin-top: 3px;
}
.resourceContent {
	background: #f8f8f8;
}
.resourceContent > table {
	background: #fff;
}
.resourceFile {
	padding-top: .7rem !important;
}
.resourceThumbcontainer {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 1.25rem !important;
	padding-right: 1.25rem !important;
}
.resourceThumb {
	cursor: pointer;
}
.resourceThumb:hover {
	color: #212529;
	background-color: rgba(0,0,0,.075);
}
.resourceThumb img {
	max-width: 100%;
	margin-top: 6px;
	margin-bottom: 4px;
}
.resourceThumb i {
	font-size: 375%;
	margin-top: 7px;
	margin-bottom: 4px;
}
.resourceThumb small {
	position: absolute;
	left: 1px;
	right: 1px;
	bottom: 0;
	background: rgba(0,0,0,0.1);
	border-radius: 4px;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
}
.resourceThumb {
	position: relative;
	text-align: center;
	padding-bottom: 14px;
	margin-bottom: 4px;
	border-radius: 4px;
}
.resourcePreviewTop > .form-control {
	border-radius: 4px 4px 0 0 !important;
	border-color: #343a40 !important;
}
.resourcePreviewBox {
	border: 1px solid #343a40;
	border-top: 0;
	border-radius: 0 0 4px 4px;
}
.resourcePreviewBox > audio, .resourcePreviewBox > video, .resourcePreviewBox > iframe, .resourcePreviewBox > .resourcePreviewPre, .resourcePreviewPre > pre > audio, .resourcePreviewPre > pre > video {
	border-radius: 0 0 4px 4px;
	width: 100%;
}
.resourcePreviewBox > img {
	border-radius: 0 0 4px 4px;
	max-width: 100%;
}
.resourcePreviewCell {
	display: block;
	border: 0;
}
.resourcePreviewLoader {
	padding: 7px;
	color: #bbb;
}
.resourcePreviewPre {
	padding: 7px;
	background: #ededf0;
}
.resourcePreviewPre > pre {
	background: #fff;
	padding: 5px;
	border-radius: 4px;
	margin-bottom: 0;
	overflow: hidden;
}
#resourcePreview {
	height: 40px;
}
