/* Sticky footer styles
-------------------------------------------------- */

html, body {
  height: 100%;
  margin: 0;
  overflow: hidden;
}

body{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.full-height {
  height: 100%;
  background: yellow;
}

.scrollable {
  overflow-y: scroll;
}

.notscrollable {
  height:150px;
  overflow-y: hide;
}

.modal {
  overflow-y:auto;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

p {
    text-indent: 10px;
    text-align: justify;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.langDIV {
    -ms-flex: 0 0 21px;
    flex: 0 0 21px;
    vertical-align: top;
}

.stick-at-bottom {
    position: absolute;
    bottom: 0
}

/* Standard GUI BOX */
.gui_box {
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #FFFFFF;
    width: calc(100% - 2px);
    margin-bottom: 10px;
    max-width: 900px;
}

.gui_warning {
    background: #ffdddd;
}

.gui_note {
    background: #fff6de;
}

.gui_warning .gui_box_titlebar {
    background-color: #dc6060;
    background-image: linear-gradient(-45deg, transparent 30%, #dc0000 50%, transparent 90%);
    color: white;
}

.gui_note .gui_box_titlebar {
    background-color: #dcdc00;;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, .3) 10%, transparent 10%, transparent 20%,
        rgba(255, 255, 255, .3) 20%, rgba(255, 255, 255, .3) 30%, transparent 30%, transparent 40%,
        rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .3) 50%, transparent 50%, transparent 60%,
        rgba(255, 255, 255, .3) 60%, rgba(255, 255, 255, .3) 70%, transparent 70%, transparent 80%,
        rgba(255, 255, 255, .3) 80%, rgba(255, 255, 255, .3) 90%, transparent 90%, transparent 100%,
        rgba(255, 255, 255, .4) 100%, transparent);
    color: white;
}

.gui_box_titlebar {
    border-radius: 5px 5px 0px 0px;
    font-size: 16px;
    width: 100%;
    height: 32px;
    padding-bottom: 0px;
    float: left;
    margin-bottom: 7px;
    font-weight: 600;
    text-align: center;
}

.spacer_box {
    padding: 10px;
    margin-bottom: 3px;
}

.spacer_box_title {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    margin-bottom: 0px;
}


#toast-container{position:sticky;z-index:1055;bottom:0}#toast-wrapper{position:absolute;bottom:0;right:0;margin:5px}#toast-container>#toast-wrapper>.toast{min-width:150px}#toast-container>#toast-wrapper>.toast>.toast-header strong{padding-right:20px}

/* hide up/down arrows ("spinners") on input fields marked type="number" */
.no-spinners {
  -moz-appearance:textfield;
}

.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}



.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.leftimg {
    float:left;
    margin: 7px 7px 7px 0;
}

.rightimg  {
    float: right;
    margin: 7px 0 7px 7px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle.btn-md {
    width: 50px;
    height: 50px;
    padding: 2px 2px;
    border-radius: 25px;
    font-size: 20px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
