body{
	padding-top: 55px;
}

body.back-blue {
	padding-top: 100px;
	background-color: lightblue;
}

.bg-dev-highlight {
    background-color: darkgray;
}

#loading-button{
	position: fixed;
	top: 3px;
	width: 100%;
	z-index: 9999;
}

#mantel{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	z-index: 2;
	opacity: 0.4;
	filter: alpha(opacity = 50);
}

#blink-logo-cont{
	position: absolute;
	top: 210px;
	left: 0;
	width: 100%;
	text-align: center;
}

#blink-logo{
	width: 100%;
	max-width: 650px;
}

@media (min-device-width : 768px){
	#cont-logo{
		width: 220px;
		height: auto;
		display: inline-block;
		text-align: center;
	}
}

@media (max-device-width : 767px){
	#cont-logo{
		width: 150px;
		height: auto;
		display: inline-block;
		text-align: center;
	}
}

#img-logo{
	width: 100%;
}

.sep-row{
	padding-top: 20px;
	padding-bottom: 20px;
}

.col-img{
	text-align: center;
}

.col-img img{
	width: 100%;
	max-width: 400px;
	margin-top: 10px;
}

.card.back-grey{
	background-color: lightgrey;
}

.fa-user{
	font-size: 20px;
}

.check-dash{
	background-color: cornflowerblue;
}

.dropdown-menu{
    overflow-y: auto;
}

.long_dropdown{
	height: 600px;
    z-index: 9999;
}

.dropdown-header{
	color: #adb5bd;
	font-style: italic;
	font-size: .75rem;
}

#menu .dropdown-item:not(.demo-disabled):hover, .clickable:hover{
	cursor: pointer;
}

#menu .demo-disabled{
	color: #adb5bd;
	font-style: italic;
}

#menu .clicked{
	background-color: lightblue;
}

#menu .devDisplay{
	color: lightsteelblue;
}

#menu .supAdminDisplay{
	color: palevioletred;
}

.modal-open {
	overflow-y: auto;
}

.unboxed {
	outline:none !important;
	border-style: none;
	box-shadow: none;
}

.form-group.required label:after {
  content:"*";
  color:red;
}

.required-select {
	border-color: red;
}

/*table.header-fixed tbody {
	display:block;
	max-height:700px;
	overflow-y:scroll;
}

table.header-fixed thead, table.header-fixed tbody tr {
	display:table;
	width:100%;
	table-layout:fixed;
}*/

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
	background-color: #b8daff;
	cursor: pointer;
}

.table-sortable > thead > tr > th {
	cursor: pointer;
	position: relative;
}

th.title_detail:before{
	color: olive;
	font-family: monospace;
	content: 'i';
	width: px;
	height: 16px;
	position: absolute;
	left: 0px;
	top: 8px;
	border: #b3d7ff 1px solid;
	border-width: 0px 2px 19px 3px;
	border-radius: 6px;
}

p.title_detail:before{
	color: olive;
	font-family: monospace;
	content: 'i';
	width: px;
	height: 16px;
	position: absolute;
	left: 10px;
	border: #b3d7ff 1px solid;
	border-width: 0px 2px 19px 3px;
	border-radius: 6px;
}

.table-sortable > thead > tr > th:after,
.table-sortable > thead > tr > th:after,
.table-sortable > thead > tr > th:after {
	content: ' ';
	position: absolute;
	height: 0;
	width: 0;
	right: 10px;
	top: 16px;
}

.table-sortable > thead > tr > th:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #ccc;
	border-bottom: 0px solid transparent;
}

.table-sortable > thead > tr > th:hover:after {
	border-top: 5px solid #888;
}

.table-sortable > thead > tr > th.asc:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 0px solid transparent;
	border-bottom: 5px solid #333;
}
.table-sortable > thead > tr > th.asc:hover:after {
	border-bottom: 5px solid #888;
}

.table-sortable > thead > tr > th.desc:after {    
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #333;
	border-bottom: 5px solid transparent;
}

a.remove_role:hover {
	cursor: pointer;
}

#notification {
	position: absolute;
	top: 3px;
	left: 155px;
	z-index: 9999;
}

.col-red {
	color: red;
}

.col-orange {
	color: orange;
}

.col-green {
	color: MEDIUMSEAGREEN;
}

.col-act {
	color: steelblue;
}

.col-pre {
	color: #856404;
}

.col-lim {
	border-left: steelblue solid 3px;
}

.italic_gray {
	color: lightgray;
	font-style: italic;
}

.bold_style {
	font-weight: bold;
}

.has_code {
	color: lightseagreen;
	font-weight: bold;
}

#data-dropper {
	width: 100%;
    height: 200px;
}

.img-modal {
    margin-bottom: 20px;
    border-style: dotted;
    border-color: grey;
    border-width: thin;
}

.img-modal-full {
    width: 100%;
}

.img-modal-20p100 {
    width: 20%;
}

.img-modal-30p100 {
    width: 30%;
}

.img-modal-40p100 {
    width: 40%;
}

.img-modal-50p100 {
    width: 50%;
}

.op-img-modal {
	margin: 0px 15px;
	font-size: 24px;
	background-color: lightgray;
}

.tooltip.show p {
   text-align:left;
}