@font-face
    {
    font-family:'dotsfont';
    src:url('fonts/dotsfont.eot');
    src:url('fonts/dotsfont.eot?#iefix')  format('embedded-opentype'),
        url('fonts/dotsfont.svg#font')    format('svg'),
        url('fonts/dotsfont.woff')        format('woff'),
        url('fonts/dotsfont.ttf')         format('truetype');
    font-weight:normal;
    font-style:normal;
}

html {
	height: 100%;
}
body {
	min-height: 100%;
}
.windowMain {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}
#sectionLoader {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.1);
}
#quicklinkOptions {
	margin-top: -2px;
}

@media (max-width: 667px) {
	.sm-view {
		display:inherit !important;
	}
	.md-view, .lg-view {
		display:none;
	}
	.not-sm-view {
		display:none;
	}
	
}
@media (min-width: 667px) and (max-width: 799px) {
	.sm-view, .lg-view {
		display:none;
	}
	.md-view {
		display:inherit !important;
	}
	.md-right-9 {
		left: 83%
	}
	.md-left-3 {
		right: 17%;
	}
}
@media (min-width: 799px) and (max-width: 1001px) {
	.md-view, .sm-view {
		display:none;
	}
	.lg-view {
		display:inherit !important;
	}
	.lg-right-11 {
		left: 83%
	}
	.lg-left-1 {
		right: 17%;
	}
}


@media (min-width: 1001px) and (max-width: 1201px) {
	.md-view, .sm-view {
		display:none;
	}
	.lg-right-11 {
		left: 83%
	}
	.lg-left-1 {
		right: 17%;
	}
}


@media (min-width: 1201px) {
	.md-view, .sm-view {
		display:none;
	}
	.lg-right-11 {
		left: 91.5%
	}
	.lg-left-1 {
		right: 8.5%;
	}
}

.hidden {
	display: none;
}
.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 {
    position: fixed;
    top: 55px;
    bottom: 0;
    left: 0;
    z-index: 1001;
    overflow-x: hidden;
    overflow-y: auto;
	padding: 0;
	width: 150px;
	box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.4);
}
.mini-sidebar {
    position: fixed;
    top: 4px;
    bottom: 0;
    left: 0;
    z-index: 1001;
    overflow-x: hidden;
    overflow-y: auto;
	padding: 0;
	width: 52px;
	/*width: 45px;*/
	box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.4);
}
.mini-sidebar ul li a b {
	display: none;
	font-weight: normal;
}
.mini-sidebar:hover ul li a b {
	display: inline-block;
}
.mini-sidebar:hover {
	width: 200px;
}

.sidebar a {
	color: rgba(255, 255, 255, 0.8);
}
.sidebar a:hover,.sidebar a:focus {
	color: rgba(255, 255, 255, 1);
}
.mainwinContainer {
	position: absolute; /* used to be fixed */
	top: 104px;
	left: 150px;
	right:0;
	bottom:0;
    z-index: 999;
    overflow-x: auto;
    overflow-y: auto;
    background: #FFF;
}
.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;
}
.modalContent {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #4c4f53;
    background: #FFF;
	border-radius: .3rem;
}
.pageContent {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #4c4f53;
    background: #FFF;
}
.mainwinNavigate {
	position: fixed;
	top: 55px;
	right: 0;
	left: 150px;
	z-index: 1000;

	/*width: 100%;*/
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	background: #eff0f0;
	height: 49px;
}
.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;
}
.sidebarOffset {
	top: 4px;
	right: 0;
	left: 52px;
}
.mainwinHeading {
	margin-bottom: 10px;
}

.inWindow {
	height: 600px;
	width: 1000px;
	z-index: 100000;
	left: 300px;
	top: 200px;
	border:5px solid #333;
}
.inWindow_wrapper {
	position:absolute;
	width: 0px;
}
.inWindow .popupwinContainer, .inWindow .mini-sidebar, .inWindow .popupwinNavigate, .inWindow .popupwinThemebar, .inWindow .detailwinContainer {
	position:absolute !important;
}

.prompt_container {
	width: 1000px;
	position: fixed;
	top: 25%;
	left: 50%;
	transform: translate(-50%, -25%);
}
.prompt_toprow {
	margin-bottom: 10px;
}
.prompt_botrow {
	margin-top: 10px;
}
.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;
}
.prompt_content {
    background: #FFF;
	padding: 30px;
}
.prompt_footer {
    color: #FFF;
}
.form-search {
	border-radius: 30px !important;
	background: rgba(255, 255, 255, 0.2);
	color: #ffffff !important;
	box-shadow: none !important;
	border: none !important;
	margin-top: 2px;
	min-width: 250px;
}
.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);
  font-weight: normal;
}
input.form-search:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
input.form-search::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
input.form-search:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.btn-generic {
	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-generic2x {
	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);

}
.btn-search {
	position: absolute;
	right: 0;
	top: 5px;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	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-search {
	border-radius: .25rem !important;
	background: rgba(255, 255, 255, 0.8);
	color: #000 !important;
	box-shadow: none !important;
	min-width: 250px;
}
.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;
	padding-bottom: 5px;
	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);
}
.btn-nav {
	padding-left: 0;
	padding-right: 0;
	color: #333;
	cursor: pointer;
}
.wload {
	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);
}
.table-dblline > td {
	line-height: .9rem;
}
.cell-dblline {
	line-height: .9rem;
}
.cell-tplline {
	line-height: 1.1rem;
}
.table-icon {
	width: 36px;
	text-align: center;
	cursor: pointer;
}
.table-cell {
	width: 75px;
}
.cell-nowrap {
	white-space: nowrap;
}
.table-nopadcell {
	padding: 0 !important;
}
.table-lgcell {
	width: 150px;
}
.table-lgcellx2 {
	width: 300px;
}
.table-1xcell {
	width: 175px;
}
.table-2xcell {
	width: 225px;
}
.navp-left {
	float: left;
	margin-right: 5px;
}
.navp-right {
	float: right;
	margin-left: 5px;
}
.frmi-right {
	float: right;
	margin-top: -2px;
}
.hrp-right {
	float: right;
	margin-top: -7px;
	margin-left: 5px;
}
.multiselect {
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 5px;
	padding: .25rem .75rem 0;
}
.text-grey {
	color: #636c72 !important;
}
.text-faded {
	opacity: 0.8;
}
.text-faded1x {
	opacity: 0.6;
}
.text-faded2x {
	opacity: 0.4;
}
.text-faded3x {
	opacity: 0.2;
}
.text-faded4x {
	opacity: 0.1;
}
.field-faded {
	opacity: 0.4;
}
.blank {
	opacity: 0.4;
}

@media (max-width: 1050px) {
    .prompt_container {
		width: 90%;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
    }
}
@media (max-width: 950px) {
    .prompt_container {
		width: 80%;
	}
}
@media (max-width: 850px) {
    .prompt_container {
		width: 80%;
	}
}



.labelLine {
	line-height: 0.8rem;
}
.checkTable {
	margin-left: 0.2rem;
}
.nopadTable {
	padding: 3px 0 0 0 !important;
	vertical-align: top !important;
}
.fa-stack-marginfix {
	margin-top: -3px;
	
	height: 1em;
	width: 1em;
	line-height: 1em;
}
.fa-stack-offset {
	margin: 40% 0px 0px 50%;
	padding-left: 1.5px;
}
@-moz-document url-prefix() { 
  .fa-stack-offset {
     padding-top: 1px;
  }
}
.fa-stack-underlay {
	margin: 40% 0px 0px 50%;
	font-size: 1.2rem;
}
.fa-stack-text {
	border: 1px #fff solid;
	border-radius: 10px;
	font-size: .8rem;
	line-height: 0.9rem;
	min-width: 17px;
	min-height: 17px;
}
.fa-text {
	font-size: 60%;
}
.fa-sm {
	font-size: 0.6rem;
}
.fa-offset1 {
	padding-left: 1px;
}
.fa-offset2 {
	padding-left: 2px;
}
.fa-offset25 {
	padding-left: 2.5px;
}
.fa-offset3 {
	padding-left: 3px;
}
.fa-offset4 {
	padding-left: 4px;
}
hr {
	border-top: 1px solid rgba(0,0,0,.2);
}
optgroup {
	margin-bottom: 2px;
	background: #ccc;
	padding: 5px;
	font-style: normal;
	font-weight: normal;
}
mark {
	background: yellow;
	border-radius: .25rem;
}

#quicklinkOptions li:last-child {
    margin-right: 10px;
}

.trow-filter {
	background: linear-gradient(to bottom,#fafafa,#e8ebee) !important;
}
.trow-filter > td {
	border-bottom: 1px #bbb solid;
}

.dropdown-table {
	/*display: block;*/
	margin-bottom: 0;
	white-space: nowrap;
	min-width: 300px;
}
.dropdown-table td, .dropdown-table th {
	padding: .3rem 1.5rem;
}
.dropdown-orb,.dropdown-orl {
	padding-left: .5rem !important;
}
.dropdown-orb,.dropdown-orr {
	padding-right: .5rem !important;
}
.dropdown-orl2x {
	padding-left: 1.0rem !important;
}
.pull-right {
    float: right !important;
}
.filePreview {
	position: absolute;
	top: 4px;
	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 > img {
	width: 100%;
}

/*
////////////////////////////////////////////////////
/ DASHBOARD
////////////////////////////////////////////////////
*/
.dashboardHeading {
	border-color: #383838 !important;
	background: #404040;
	color: #fff;
	padding: 0.2rem 0.5rem;
}
.dashboardContent {
	float: left;
	width: 100%;
	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: auto;
}
.dashboardContent > button {
	font-size: 13px !important;
	padding: .5rem 0.5rem !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;
}

/*
////////////////////////////////////////////////////
/ SORTING
////////////////////////////////////////////////////
*/
.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;
}
.card-accordian {
	position: static;
    display: inline;
    -webkit-box-orient: inline-axis;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

/*
////////////////////////////////////////////////////
/ UPLOAD
////////////////////////////////////////////////////
*/
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.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;
}

.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 */
}

.inputfile {
   opacity: 0;
   position: absolute;
   z-index: -1;
}

.fileuploadimg {
    display: block;
	max-width: 60%;
    margin-left: auto;
    margin-right: auto;
	border-radius: 5px;
}


/*
////////////////////////////////////////////////////
/ OVERRIDES FOR BOOTSTRAP
////////////////////////////////////////////////////
*/
h5 > [data-toggle="collapse"] i:before{   
  content: "\f077";
}

h5 > [data-toggle="collapse"].collapsed i:before{
  content: "\f078";
}


/*
////////////////////////////////////////////////////
/ OVERRIDES FOR BOOTSTRAP
////////////////////////////////////////////////////
*/
* {
	font-family: calibri;
}
.form-group {
	margin-bottom: 0.5rem;
}
.col-form-label {
	text-align: right;
}
.control-label {
	font-weight: 700;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 100;
    line-height: 1.1;
    color: inherit;
}
.hiddenhr {
    border-top: 1px solid rgba(255,255,255,0) !important;
	clear: both;
}
.sml_hiddenhr {
    border-top: 1px solid rgba(255,255,255,0) !important;
	margin: 3px;
	clear: both;
}
.navbar {
	height: 55px;
}
.nav-pills .nav-link.active {
    color: #fff;
    cursor: pointer;
	border-radius: 0;
	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%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#e6000000',GradientType=1 ); /* IE6-9 */
}
.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link .active {
    color: #fff;
    cursor: pointer;
	border-radius: 0;
	
	background: inherit;
}
.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 */
}
.sidebar-menu > .nav-link {
    color: rgba(255,255,255,0.8);
    cursor: pointer;
	border-radius: 0;
	background: rgba(255,255,255,0.4) !important;
	
	background: -moz-linear-gradient(left, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.4) 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.4) 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.4) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#80ffffff',GradientType=1 ) !important; /* IE6-9 */
}
.sidebar-menu > .nav-link.active {
    color: rgba(255,255,255,0.8);
    cursor: pointer;
	border-radius: 0;
	background: rgba(255,255,255,0.4) !important;
}
.sidebar-menu .nav-link:hover {
	color: rgba(255,255,255,1) !important;
}
.sidebar-menu .dropdown-divider {
	background: rgba(68,64,61,1);
	background: -moz-linear-gradient(left, rgba(68,64,61,1) 0%, rgba(68,64,61,1) 95%, rgba(52,49,46,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(68,64,61,1)), color-stop(95%, rgba(68,64,61,1)), color-stop(100%, rgba(52,49,46,1)));
	background: -webkit-linear-gradient(left, rgba(68,64,61,1) 0%, rgba(68,64,61,1) 95%, rgba(52,49,46,1) 100%);
	background: -o-linear-gradient(left, rgba(68,64,61,1) 0%, rgba(68,64,61,1) 95%, rgba(52,49,46,1) 100%);
	background: -ms-linear-gradient(left, rgba(68,64,61,1) 0%, rgba(68,64,61,1) 95%, rgba(52,49,46,1) 100%);
	background: linear-gradient(to right, rgba(68,64,61,1) 0%, rgba(68,64,61,1) 95%, rgba(52,49,46,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44403d', endColorstr='#34312e', GradientType=1 );
}
.text-muted {
	font-size: 80%;
}
.breadcrumb {
	margin-bottom: 0;
	padding: 6px 5px 6px 0;
}
.breadcrumb .breadcrumb-item a {
	color: #000;
}
.breadcrumb .breadcrumb-item.active a {
	color: #636c72;
}
.nav-tabs {
	margin-bottom: 15px;
}
.table-nomargin {
	margin-bottom: 0;
}
.btn {
	cursor: pointer;
}
.table-hover {
	cursor: pointer;
}
.bg-faded {
	background: rgba(206,206,206,1);
	background: -moz-linear-gradient(left, rgba(206,206,206,1) 0%, rgba(231,231,231,1) 50%, rgba(255,255,255,0.5) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(206,206,206,1)), color-stop(50%, rgba(231,231,231,1)), color-stop(100%, rgba(255,255,255,0.5)));
	background: -webkit-linear-gradient(left, rgba(206,206,206,1) 0%, rgba(231,231,231,1) 50%, rgba(255,255,255,0.5) 100%);
	background: -o-linear-gradient(left, rgba(206,206,206,1) 0%, rgba(231,231,231,1) 50%, rgba(255,255,255,0.5) 100%);
	background: -ms-linear-gradient(left, rgba(206,206,206,1) 0%, rgba(231,231,231,1) 50%, rgba(255,255,255,0.5) 100%);
	background: linear-gradient(to right, rgba(206,206,206,1) 0%, rgba(231,231,231,1) 50%, rgba(255,255,255,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#ffffff', GradientType=1 );
}
.alert-form {
    padding: default;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: .25rem;
    padding-left: 0.7rem;
}
._loadedcontainer_ > #_loaded_ {
    margin-top: 0;
}
._loadedcontainer_ > #_loaded_ ~ #_loaded_ {
    margin-top: 1rem;
}
#_loaded_ {
	border-bottom: 5px solid rgba(0,0,0,.2);
	padding-bottom: 2px;
}
tr.alert-info,tr.alert-success,tr.alert-danger,tr.alert-warning {
	text-align: center;
}
.caret-right.dropdown-toggle::after {
	position: absolute;
	right: .5rem;
	top: 45%;
}
.table-sm td, .table-sm th {
    padding: .3rem .5rem;
}
.btn-light {
	border-color: #adadad;
}
input[type="color"]{
    min-height: 35px;
}

.alert-sml {
  margin-bottom: 1px;
  height: 30px;
  line-height:30px;
  padding:0px 10px;
  margin-left: 20px;
}
.form-control-success, .form-control-warning {
	padding-right: 0;
}
.no-padding-bottom {
	padding-bottom: 0px !important;
}

.form-group {
	margin-bottom: 0.4rem;
}
.form-control {
	padding:.4rem .75rem
}
.form-control-sm {
	padding:.25rem .5rem
}
.col-form-label {
    padding-top: calc(.2rem - 1px * 2);
    padding-bottom: calc(.2rem - 1px * 2);
}
.form-control-static {
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.4rem;
}
._loadedcontainer_ > #_loaded_ ~ #_loaded_ {
    margin-top: 0.5rem;
}
hr {
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}
.detailwinContainer  .btn, .popupwinContainer  .btn, #sectionModal  .btn, .pageContent .btn {
	padding: .4rem 0.7rem;
}
.btn.popbtn-search {
	padding-top: 6px;
    top: 2px;
}
.table td, .table th {
    border-top: 1px solid #c4c4c4;
}
.table thead th {
    border-bottom: 2px solid #c4c4c4;
}
.list-group {
	margin-bottom: 4px;
}

.no-padding-bottom {
	padding-bottom: 0px !important;
}

.no-padding {
	padding: 0px !important;
}

.navbar-toggler-icon {
	top: 2px;
	position: relative;
}

@media (max-width: 1400px) {
	.table-sm td, .table-sm th {
		padding: .1rem .2rem;
	}
	.form-control.form-control-sm, .input-group-addon-sm {
		padding: .2rem .375rem;
	}
}
@media (max-width: 776px) {
	span.text_title {
		font-size: 0;
	}
}
@media (max-width: 676px) {
	.popupwinNavigate .breadcrumb {
		display:none;
	}
}
@media (min-width: 799px) {
	#navbarsMain_menu {
		display:none;
	}
}
@media (max-width: 799px) {
	.input-group-addon-sm {
		display:none;
	}
	.main-sidebar  {
		display:none;
	}
	.mainwinNavigate {
		left:0px;
	}
	.mainwinContainer {
		left:0px;
	}
	button.navbar-toggler {
		margin-right: auto!important;
	}
	#navbarsMain {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		width: 100%;
	}
	.dropdown-toggle::after {
		content:none;
	}
	#navbarsMain .navbar-nav {
		float:right;
	}
	.navbar-toggleable-md .navbar-nav .dropdown-menu {
	    position: absolute;
	}
	.navbar-toggler-icon {
		color:rgba(255, 255, 255, 0.8);
	}
	.navbar-brand {
		display:none;
	}
	.navbar-toggleable-md .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.nav_quicklinks {
		display:none;
	}
	.mini-sidebar {
		display:none;
		position: fixed;
		top: 53px;
		bottom: initial;
		left: 0;
		z-index: 1001;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 0;
		width: initial;
		box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.4);
		
		min-width: 10rem;
		padding: .5rem 0;
		margin: .125rem 0 0;
		font-size: 1rem;
		color: #292b2c;
		text-align: left;
		list-style: none;
		background-color: #fff;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		border: 1px solid rgba(0,0,0,.15);
		border-radius: .25rem;
		
		overflow: auto;
		max-height: calc(100vh - 55px);
		list-style: outside none none;
		background: rgb(64, 64, 64) none repeat scroll 0% 0%;
	}
	.mini-sidebar.themeSide > ul.nav {
		background: inherit !important;
	}
	.mini-sidebar ul li a b {
		display: initial;
		font-weight: initial;
	}
	.mini-sidebar:hover ul li a b {
		display: initial;
	}
	.mini-sidebar:hover {
		width: initial;
	}
	
	.popupwinContainer, .sidebarOffset {
		left:0px;
	}
	.pageContent > div.row {
		clear:both;
	}
	.col-form-label {
		text-align:left;
	}
	.form-control-static {
		text-align: left;
	}
	.form-search, .popup-search {
		min-width: 15px;
	}
	.modal-dialog {
		max-width:90%;
	}
	.form-control.form-control-sm {
		padding: .1rem .2rem;
	}
	#quicklinkOptions.navbar-nav .nav-link {
		padding-right: 0.5em;
		padding-left: 0.5em;
	}
}
.prompt_logo_small {
	display:none;
}

@media (max-height: 550px) {
	.prompt_row h4, .prompt_logo {
		display:none;
	}
	.prompt_logo_small {
		display:block;
	}
	.prompt_logo_small img {
		height: 80px;
	}
}
@media (max-height: 450px) {
	.prompt_logo_small img {
		height: 50px;
	}
}
@media (max-width: 667px) {
	.prompt_container {
		overflow: auto;
		width: 100%;
		height: 100vh;
	}
	.row.prompt_row {
		margin-left:10px;
		margin-right:10px;
	}

	.prompt_advert {
		display:none;
	}
	.btn:not(.btn-show-full) {
		width: 43px;
		text-overflow: clip;
		white-space: nowrap;
		overflow: hidden;
		color: transparent;
	}
	.btn.btn-secondary:not(.btn-show-full)  {
		width: 47px;
	}
	.btn:not(.btn-show-full) span, .btn:not(.btn-show-full) i, .btn:not(.btn-show-full) div {
		color: initial;
	}
	.dashboardContent > button.btn:not(.btn-show-full) {
		width: 35px;
	}
	.dashboardContent > button.btn:not(.btn-show-full) {
		color: transparent;
	}
	.form-search, .popup-search {
		min-width: 20px;
	}
	.form-control-static {
		padding-left: 20px;
	}

	#quicklinkOptions {
		display:none;
	}
	.progression_detail {
		display:none;
	}
	.pageContent .shiftInteractionIcons i.btn.btn-secondary {
		width: 20px;
	}
}
@media (max-width: 400px) {
	.form-search, .popup-search {
		min-width: 10px;
	}

}
@media (min-width: 667px) {
	#navbarsMain .sidebar:not(.dropdown-menu) {
		display:none;
	}
}



.btn-search {
	position: absolute;
	right: 0;
	top: 5px;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	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;
}
.btn-search, .btn-search i, .btn-search:not(.btn-show-full), .btn-search:not(.btn-show-full) i{
	color: rgba(255, 255, 255, 0.7);
}
.btn-search:hover, .btn-search:not(.btn-show-full):hover {
	color: rgba(255, 255, 255, 1);
}
.popbtn-search:not(.btn-show-full), .popbtn-search:not(.btn-show-full) i  {
	color: rgba(0, 0, 0, 0.5);
}
.popbtn-search:not(.btn-show-full):hover {
	color: rgba(0, 0, 0, 1);
}

input.passwordfield {
	-webkit-text-security: disc;
	font-family: dotsfont !important;
	font-size: 0.6em;
	line-height: 1rem;
}
/*
////////////////////////////////////////////////////
/ AUTOCOMPLETE
////////////////////////////////////////////////////
*/
.autocomplete {
	position: relative;
	display: inline-block;
	width: 100%;
}
.autocomplete-items {
	position: absolute;
	border: 1px solid #5cb3fd;
	z-index: 99;
	top: 100%;
	left: 0;
	right: 0;
	
	border-radius: .25rem;
	padding: 1px;
	background-color: #fff;
}
.autocomplete-items div {
	padding: .5rem .75rem;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:last-child {
	border-bottom: 0px !important;
}
.autocomplete-items div:hover {
	background-color: #e9e9e9;
}
.autocomplete-active {
	background-color: DodgerBlue !important;
	color: #ffffff;
}
