body{
	background-color: #F5F9FC!important;
	color:#333;
}
/* CONTENT */

#content {
    width: 100%;
	background-color: #EDEDF3;
    min-height: 100vh;
    transition: all 0.3s;
}

.max-width-400{
	max-width: 500px!important;
}

[canvas=container],
[off-canvas] {
    padding: 10px 20px;
}

[class*=js-] {
    cursor: pointer;
}

.fs0875{
	font-size: 0.875rem!important;
}
.fs08125{
	font-size: 0.8125rem!important;
}
.fs05{
	font-size: 0.75rem!important;
}
/*11px*/
.fs06875{
	font-size: 0.6875rem!important;
}
/*10px*/
.fs0625{
	font-size: 0.625rem!important;
}
.marked .btn-outline-warning{
	color:#666;
	background-color:#ffc107;
	border-color:#ffc107;
}
.record:hover{
	background-color:rgba(172,245,255,0.3);
	font-weight: 400;
	color: #000!important;
	outline: 1px solid rgba(0, 123, 255, 0.35) !important;
}
.note:hover{
	background-color:rgba(172,245,255,0.6);
	font-weight: 400;
	color: #000!important;
}
.setInOrder a{
	color:#DDDDDD;
}
.setInOrder a:hover{
	color:#C83E40!important;
}
.text-red{
	color:#FF0004!important;
}
.text-very-light-grey{
	color:#EEE;
}
.text-light-grey{
	color:#CCCCCC;
}
.text-light-grey-hover:hover{
	color:#888888;
}
.bg-grey{
	background-color:#CCCCCC; 
}
.text-grey{
	color:#777;
}
.text-mediumslateblue{
	color:#7B68EE;
}
.bg-mediumslateblue{
	background-color:#7B68EE;
}
.text-orangered{
	color:#FF4500;
}
.bg-orangered{
	background-color:#FF4500;
}
.cursor-pointer{
	cursor: pointer!important;
}
.cursor-text{
	cursor: text;
}
.padding-top-6{
	padding-top:6px;
}
.padding-top-8{
	padding-top:8px;
}
.record-action-active .fa-cog,
.record-action-active .fa-bookmark,
.record-action-active .fa-user-secret{
	filter:drop-shadow(1px 1px 2px rgba(0,0,0,0.3));
}
.editable-input input{
	max-width: 90px;
}
/* jquery ui autocomplete */
.ui-menu-item-wrapper{
	padding: 6px 10px;
	cursor: pointer;
}
.ui-autocomplete {
    position: absolute;
    z-index: 1000;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #ffffff;
    border: none;
}
.ui-autocomplete > li {
  padding: 0;
}
.ui-autocomplete > li.ui-state-focus {
  background-color: #DDD;
}
.ui-helper-hidden-accessible {
  display: none;
}
.select2-results__group{
	font-size: 10px;
	font-weight: normal;
	display: none!important;
}
.bounce {
  display: inline-block;
  position: relative;
  -moz-animation: bounce 0.6s infinite linear;
  -o-animation: bounce 0.6s infinite linear;
  -webkit-animation: bounce 0.6s infinite linear;
  animation: bounce 0.6s infinite linear;
}
@-webkit-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-moz-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-o-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-ms-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}