/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 40px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 40px;
    background-color: #f5f5f5;
}

#wrap {
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto 50px;
    /* Pad bottom by footer height */
    padding: 0 0 0;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 20px 15px;
}

.container .text-muted {
    margin: 10px 0;
}

.footer > .container {
    padding-left: 15px;
    padding-right: 15px;
}

code {
    font-size: 80%;
}

.navbar-default .navbar-brand {
    color: #428bca;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #2d6ca2;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal-big {
    width: 900px; /* your width */
}

.wnam_box {
    content: "Example";
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    background-color: red;
    border: 1px solid #DDD;
    color: #9DA0A4;
    -webkit-border-radius: 4px 0 4px 0;
    -moz-border-radius: 4px 0 4px 0;
    border-radius: 4px 0 4px 0;
}

.progress {
    position: relative;
}

.progress span {
    position: absolute;
    display: block;
    width: 100%;
    color: black;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.ex-tooltip {
    position: absolute;
    background: #EEE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    -webkit-box-shadow: 0 1px 3px #000;
    -moz-box-shadow: 0 1px 3px #000;
    -ms-box-shadow: 0 1px 3px #000;
    -o-box-shadow: 0 1px 3px #000;
    box-shadow: 0 1px 3px #000;
    border-collapse: separate;
    display: none
}

.page-header {
    margin-top: 0;
	align-items: center;
}

.truncate-170 {
    width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.truncate-200 {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.default-mark {
    position: absolute;
    top: 18px;
    left: 185px;
    opacity: .8;
    color: #333;
}

.default-mark2 {
    position: absolute;
    top: 18px;
    left: 165px;
    opacity: .8;
    color: #333;
}

.progress-bar-gray {
      background-color: gray !important;
}
.progress-bar-green {
      background-color: green !important;
}
.progress-bar-lightgreen {
      background-color: lightgreen !important;
}
.progress-bar-gold {
      background-color: gold !important;
}
.progress-bar-coral {
      background-color: coral !important;
}
.progress-bar-lightgray {
      background-color: lightgray !important;
}
.progress-bar-lightblue {
      background-color: lightblue !important;
}
.asession {
  white-space: pre;
  overflow-wrap: normal;
  overflow-x: scroll;
  font-family: monospace; 
  font-size: small; 
}

.panel-body.-hide {display:none;}
.panel-label {
    display: inline-block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 100% 45%;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M480-344 240-584l56-56 184 184 184-184 56 56-240 240Z'/%3E%3C/svg%3E");
    padding-right: 24px;
}
.panel-label:hover {
    opacity: 0.8
}
.panel-label.-active {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M480-528 296-344l-56-56 240-240 240 240-56 56-184-184Z'/%3E%3C/svg%3E");
}
.wnam-disabled {
  color : #C0C0C0;
}

.dataTables_filter.-extension {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.dataTables_filter.-extension label {
  margin: 0;
  width: auto;
  max-width: unset;
}

.dataTables_filter.-extension .form-control:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: unset;
}

.dataTables_filter.-extension .input-group-addon {
  width: unset;
}

@media screen and (max-width: 767px) {
  .dataTables_filter.-extension {
    justify-content: flex-start;
  }
}