html {
	height: 100%;
}

body {
	min-height: 100%;
	font-size: .75rem;
}

input, select, textarea, a, .input-group-text, .btn {
	font-size: .75rem !important;	
}

input, select, textarea, a, .input-group-text, .btn {
	font-size: .75rem !important;	
}

.bg-public {
	background-image: url("../images/bg.png");
	background-position: center;
}

.navbar a {
	font-size: initial !important;
}
.badge-md {
	font-size: inherit;
	/* 
	font-size: 9px !important;		
	*/
}

.bg-response {
	background-color: #cfd8dc;
}

html, body {
	min-width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.login-wrapper {
	position: absolute;
	top:0px;
	left:0;
	right:0;
	bottom:0px;
}

.card-login {
	z-index: 1000;
}

.btn-xs, .btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 10pt;
    line-height: 1.5;
    margin-bottom: 1px;
 /*   border-radius: 0; */
}

.button-wrapper{
	display: inline-block;
	position: absolute;
	top:0;
	right:0;
	padding-top: 4px;
}

.page-title {
	position: relative;
}

.back-to-top {
	right:0px;
	vertical-align: middle;
	position: fixed;
	bottom: -50px;
	transition: bottom 0.3s;
	z-index: 500;
}

.back-to-top a{
	vertical-align: middle;
	width: 40px;
 	height: 40px;
	text-align: center;
}

.back-to-top svg{
	vertical-align: middle;
	width: 100%;
 	height: 100%;
}

.footer {
	width: 100%;
	background-color: #f0f0f0;
}

div.container-fluid {
	flex: 1 1 auto !important;
	min-height: 0px !important;
}

.table-wrapper {
	flex: 1 1 auto !important;
	overflow: auto !important;
	min-height: 0px !important;
}

.table-responsive {
	max-height: 470px !important;
}

.sortable-header-link {
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	justify-content: center;
  	align-items: center;
  	margin: 0;
  	padding: 0;
}

th.sortable-header{
	position: relative;
	padding-right: 24px !important;
}

div.form-control {
	font-size: 12px;
	white-space:normal;
	overflow-wrap: normal;
	height: auto;
	min-height: 32px;

}

.form-control[readonly]{
	background-color: inherit !important;
}

#file-upload-fullscreen-dropzone {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;

	background: #0097a788;
	z-index: 999999;

	font-size: 4em;
	font-weight: bold;
	color: white;

	text-shadow: 0px 0px 4px #008ba3;

	cursor: grabbing;


	border:8px dashed #005662;
}

#file-upload-dropzone {
	position: relative;
	min-height: 100px;
	background: none;
	cursor: pointer;
	border:1px solid #cccccc;
	border-radius: 4px;
}

#file-upload-dropzone:hover {
	  color: #495057 !important;
	  border-color: #80bdff !important;
	  outline: 0 !important;
	  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
	  border-radius: .25rem !important;
}

#file-upload-dropzone-background {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	color: #d0d0d0;
	background-color: #e8e8e8;
	text-shadow: 2px 2px 2px #ffffff;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -100;
 	-webkit-user-select: none; /* Safari 3.1+ */
  	-moz-user-select: none; /* Firefox 2+ */
  	-ms-user-select: none; /* IE 10+ */
  	user-select: none; /* Standard syntax */
  }

  #file-upload-dropzone-list {
	border:1px solid #cccccc;
	border-radius: 4px;
	min-height: 1.5em;
	margin-top: 4px;
	padding: 8px;
  }

  .file-upload-dropzone-list-field {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

  }

  #file-upload-dropzone-select-btn {
  	position: absolute;
  	top: 0;
  	right: 0;
  }
/*
  div.chosen-container {
  	width: 100% !important;
  	padding: 0 !important;
  	margin: 0 !important;
  	display: block !important;
  }

  ul.chosen-choices {
  	margin: 0 !important;
    display: block !important;
    width: 100% !important;
    min-height: calc(1.5em + .75rem + 2px) !important;
    padding: .375rem .75rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background: #fff;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
  }

  ul.chosen-choices {
	background-image:none !important;
	background: #fff !important;
	-webkit-box-shadow: none !important;
		box-shadow: none !important;
  }

  div.chosen-container-active {
	  color: #495057 !important;
	  background-color: #fff !important;
	  border-color: #80bdff !important;
	  outline: 0 !important;
	  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
	  border-radius: .25rem !important;
  }


  ul.chosen-choices:invalid:focus, ul.chosen-choices.is-invalid:focus {
	  border-color: #dc3545 !important;
	  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
  }

*/

.nc-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.nc-left{
	flex-basis: 75%;
	flex-grow: 1;
	margin: 1px;
	padding: 4px;
	border: 1px solid rgb(222, 226, 230);
	border-radius: .25rem;
}

.nc-right{
	flex-basis: 24%;
	margin: 1px;
	padding: 4px;
	border: 1px solid rgb(222, 226, 230);
	border-radius: .25rem;
}

.target-select {
	display: block;
	height: 300px;
	scroll-behavior: smooth;
	overflow-y: scroll;

}

.indent-1{
	text-indent: 30px;
}

.indent-2{
	text-indent: 60px;
}

.indent-3{
	text-indent: 90px;
}

.indent-4{
	text-indent: 120px;
}

.indent-5{
	text-indent: 150px;
}

.indent-6{
	text-indent: 180px;
}

.indent-7{
	text-indent: 210px;
}

.indent-8{
	text-indent: 240px;
}

.indent-9{
	text-indent: 270px;
}

.indent-10{
	text-indent: 300px;
}

.print-frame {
	position: relative;
	display: block;
	width: 210mm;
	height: 297mm;
	border: none;
}

.print-modal {
	/*
	min-width:210mm !important;
	*/
	max-width: 212mm;
}


.dropdown-submenu {
  position: relative;
  padding: 4px 24px;
}

.dropdown-submenu a, .dropdown-submenu a:link, .dropdown-submenu a:visited {
	color: rgb(33, 37, 41);
	text-decoration: none;
}

.dropdown-submenu .dropdown-toggle {
	padding: 0px 0px 0px 0px;
}


.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
}

/*

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

*/

 /* rotate caret on hover */
/*
.dropdown-submenu.show a::after {
    transform: rotate(-90deg);
}
*/
.dropdown-submenu:hover > div {
	display: block;
}

.row-max-300 {
	min-width: 400px;
	max-width: 460px;
	max-height: 240px;
	overflow-y: auto;
}

#wait-msg-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2000;
}

#wait-msg-container {
	width: 100%;
	height: 100%;
	display: flex;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
}

#wait-msg {
	padding: 4px;
}

#wait-msg-wrapper, #wait-msg, #wait-msg-icon {
	display: inline-block;
}

.msg-circle-icon1 {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(0,255,255,0.9);
    opacity: .9;
    border-right: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 35px #00e5ff;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -moz-animation: spinPulse 1s infinite ease-in-out;
    -webkit-animation: spinPulse 1s infinite linear;
}

.msg-circle-icon2 {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(0,255,255,0.9);
    opacity: .9;
    border-left: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 15px #00e5ff;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    top: -40px;
    -moz-animation: spinoffPulse 1s infinite linear;
    -webkit-animation: spinoffPulse 1s infinite linear;
}

@-moz-keyframes spinPulse {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #00e5ff;
    }

    50% {
        -moz-transform: rotate(145deg);
        opacity: 1;
    }

    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    };
}

@-moz-keyframes spinoffPulse {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    };
}

@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #00e5ff;
    }

    50% {
        -webkit-transform: rotate(145deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(-320deg);
        opacity: 0;
    };
}

@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    };
}

.rating-star .fa-star {
  text-shadow: 4px 4px #404040;
  filter: drop-shadow(1px 1px 1px #404040);
}

.rating-star input {
 	display: none;
}

.rating-star input + label{
  color: #ffe400;
  font-size: 1.5rem;
  margin-right: 8px;
  cursor: pointer;
}

.rating-star input:checked + label ~ label {
  color: #838383;
}

.rating-star label:active {
  transform: scale(0.5);
  transition: 0.3s ease;
}

