/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19/12/2017, 12:26:29 AM
    Author     : Richard.Sandford
*/

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* SCROLL BARS

::-webkit-scrollbar              
::-webkit-scrollbar-button       
::-webkit-scrollbar-track        
::-webkit-scrollbar-track-piece  
::-webkit-scrollbar-thumb        
::-webkit-scrollbar-corner       
::-webkit-resizer

Each can have the following States
:horizontal
:vertical
:decrement
:increment
:start
:end 
:double-button
:single-button
:no-button
:corner-present
:window-inactive

*/

/* Let's get this party started */
/* ::-webkit-scrollbar {
    width: 15px;
} */

/* Track */
/* ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
} */

/* Handle */
/* ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(33, 150, 243);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
} */

/* ::-webkit-scrollbar-thumb:window-inactive {
    background: rgb(33, 150, 243, 0.5);
} */

span:hover>div {
    color: #1d7233;
    background: #c6b4e44d;
    /* text-decoration: underline; */
}

pre {
    display: block;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 12px;
    font-family: monospace;
}

a:link {
    text-decoration: none;
    color: #1a504c;
}

a:visited {
    /* background: green; */
    color: #258093;
}

a:hover,
a:active {
    text-decoration: underline;
    /* color: #fff300; */
    opacity: 0.7;
    /* text-decoration: underline; */
}

/* table {
    width: 100%;
    animation: fadeEffect .5s;
    border-collapse: collapse;
    background: transparent;
}

th {
    background: lightsteelblue;
    color: black;
}

td {
    overflow-x: hidden;
    max-width: 0;
    padding: 0;
} */

.headline {
    color: white;
    padding: 5px;
    font-size: 120%;

    vertical-align: top;
    overflow: hidden;
    min-width: 96px;
    line-height: 36px;
    padding: 0 24px;
    font-size: 14px;
    color: white;
    text-align: center;
    text-decoration: none;

    text-shadow: 0 1px #0d4d09;
    background-color: #bb7b0c;
    border-color: #147b0e #11640b #11640b;

    background-clip: padding-box;
    border: 1px solid;

    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
}

/* tr:nth-child(even) {background-color: #eaeaea99;} */

col.hover,
tbody tr:hover {
    background-color: rgba(92, 0, 203, 0.2) !important;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

h2 {
    /* margin: 0; */
    /* padding: 0; */
    /* font-weight: bolder; */
    /* font-style: italic; */
}

h3 {

    font-weight: bold;
    padding: 5px;
}

h4 {

    padding: 10px;
}

h5 {

    padding-left: 30px;
    font-weight: bold;
}

.gui.header_upper {
    border: solid 1px #000;
    text-shadow: 0px 1px #fdfdfd;
    /* font-size: large; */
    background: rgb(232, 232, 232);
    /* border-color: #94c591 #b91b73 #545454; */
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
}

.header_left {
    white-space: nowrap;
    overflow: hidden;
}

.header_middle {
    white-space: nowrap;
    overflow: hidden;
}

.header_right {
    white-space: nowrap;
    overflow: hidden;
}

.flexnone {
    flex: none !important;
}

.flexcontent {
    flex: content;
}

.flexauto {
    flex: auto;
}

.firstpage {}

section {
    /* background: #fdfdfd; */
    padding: .5em;
    /* border: #bcbcbc; */
    /* border-style: solid; */
    /* border-width: 1px; */
    /* margin: 5px; */
    display: block;
    flex: auto;
}

/* Bordered form */
form {
    padding: 0px;
    border: 0px solid #f1f1f1;
}

/* Set a style for all buttons */
button {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
    background-color: #4CAF50;
    color: white;
    /* font-size: 12px; */
    border: none;
    cursor: pointer;

    transition: opacity .3s ease-out;
    border-radius: 4px;
    text-shadow: 0 1px #154c86;
    background-clip: padding-box;
    border: 1px solid;
    border-color: #1c65b2 #18589c #18589c;

    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
    min-height: 1rem;
}

button.grey {
    background-color: #666;
}

button.red {
    background-color: #9e1b1b !important;
}

button.grey,
button.back {
    background-color: #868686 !important;
}

button[type=reset] {
    background-color: #b46827 !important;
}

button.green,
button[type="submit"] {
    background-color: #4CAF50 !important;
}

button.blue {
    background-color: #247edd !important;
}

button.darkblue {
    background-color: #0f177b !important;
}

button.orange,
button.goback {
    background-color: #d99b35 !important;
}

/* Add a hover effect for buttons */
button:hover {
    /* opacity: 0.8; */
    /* background-color: #904f49; */
    /* font-weight: bolder; */

    cursor: pointer;
}

button:disabled,
button[disabled] {
    background-color: #5f5f5f !important;
    color: #9a9a9a !important;
}

.crumb {
    background-color: #ffffff80;
    border: 1px solid #8094a5;
    z-index: 2;
    display: inline-block;
    width: auto;
    height: 23px;
    padding: 0px 8px 5px 8px;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    text-overflow: ellipsis;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    text-align: center;
}

.crumb:hover {
    background-color: #ffffff;
    -webkit-transition: font-size .5s ease-out;
    -moz-transition: font-size .5s ease-out;
    -o-transition: font-size .5s ease-out;
    transition: background-color .5s ease-out;
}

.small {
    display: inline-block;
    height: auto;
    padding: 1px;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    text-overflow: ellipsis;
}

.tiny {
    display: inline-block;
    width: auto;
    height: auto;
    padding: .3em;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    text-overflow: ellipsis;
    font-size: .8em;
}

/* style all input elements with a required attribute */
input:required {
    /* box-shadow: 4px 4px 20px rgba(76, 175, 80, 0.85); */

}

/**
 * style input elements that have a required
 * attribute and a focus state
 */
input:required:focus {
    border-top: 1px solid green;
    outline: none;
    border-bottom: 1px solid green;
}

/**
 * style input elements that have a required
 * attribute and a hover state
 */
input:required:hover {
    opacity: 1;
}

/* Add padding to containers */
.container {
    padding: 6px;
}

/* gradientbox */
.gradientbox {
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,dbdee3+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #dbdee3 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffffff 0%, #dbdee3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 0%, #dbdee3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
            endColorstr='#dbdee3', GradientType=0);
    /* IE6-9 */
}

.accordion {
    width: 100%;
    /* max-width: 360px; */
    /** margin: 30px auto 20px; 
    background: #B278C04D;
    background: linear-gradient(to bottom, #ffffff 0%,#849b91 100%);*/
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 2px 2px 1px #45454533;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion .submenu .link {
    background: #77777775;
    color: #cccccc;
}

.accordion li:last-child .link {
    border-bottom: 1px solid #000;
}

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {}

.accordion li.open i {
    color: #ff0000;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/
.submenu {
    display: none;
    background: #444359;
    /* font-size: 11px; */
}

.submenu li {
    cursor: pointer;
    /* border-bottom: 1px solid #4b4a5e; */
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #333333;
    padding: 5px;
    /* padding-left: 42px; */
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover {
    background: #b63b4d;
    color: #FFF;
    text-shadow: none;
    opacity: unset;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 7/02/2018, 4:15:23 PM
    Author     : Richard.Sandford
*/
.overflow-y {
    overflow-y: auto;
}

.doublecol {
    column-count: 2;
    column-rule-style: solid;
    column-gap: 40px;
}

.cc {
    padding: 5px 10px 5px 10px;
}

.cc p {
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 1em;
}

.cc ul:not(.no-bullets):not(.no_bullets)>li {
    list-style-type: none;
    margin-left: 0;
    padding-left: 6px;
}

.cc ul {
    margin: 4px 0 4px 26px;
    margin-left: 26px;
}

.cc ol {
    margin-left: 50px;
    padding: 0;
    vertical-align: baseline;
}

.cc li {
    /* font: 200 15px/1.5  Verdana, sans-serif;
  border-bottom: 1px solid #ccc;*/
    padding: 6px;
}

.cc li:last-child {
    border: none;
}

.cc li a {
    text-decoration: none;
    display: inline-block;
    -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
    -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
    -o-transition: font-size 0.3s ease, background-color 0.3s ease;
    -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
    transition: font-size 0.3s ease, background-color 0.3s ease;
}

.cc li a:hover {
    font-weight: bold;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }

}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
/* .close {
    color: orange;
    float: right;
    font-size: 28px;
    font-weight: bold;
} */

/* .close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
} */

/* The menu icon animated */
.menuicon {
    display: inline-block;
    cursor: pointer;
    left: 255px;
    position: absolute;
    float: right;
    top: 0;
}

.menuicon>.menuiconbar1,
.menuiconbar2,
.menuiconbar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change .menuiconbar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .menuiconbar2 {
    opacity: 0;
}

.change .menuiconbar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

/**
* EXAMPLE HTML: .dot status indicator 
*
    <span class="dot"><span class="dot-inner"></span></span>
*/
.dot {
    overflow: hidden;
    border-style: solid;
    border-width: 2px;
    border-color: #666;
    /* padding-top: 6px;
    padding-left: 6px; */
    width: 1rem;
    height: 1rem;
    display: inline-block;
    border-radius: 50%;
    /* margin: 0.2em 0.4em 0.2em 0; */
    vertical-align: middle;
    line-height: 32px;
    background: #cccccc;
    -webkit-box-shadow: inset 0 -6px 6px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    box-shadow: inset -6px -6px 6px rgba(0, 0, 0, 0.3), inset 3px 3px 6px rgba(255, 255, 255, 0.3);
}

.dot-inner {
    background: white;
    opacity: 0.35;
    /* filter: alpha(opacity=35); */
    -webkit-box-shadow: 0px 0px 6px 3px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 6px 3px rgba(255, 255, 255, 1);
    border-radius: 50%;
    overflow: hidden;
    width: 6px;
    height: 6px;
    display: block;
    line-height: 0;
}

.dot-small {
    height: 16px;
    width: 16px;
}

.dot-tiny {
    height: 8px;
    width: 8px;
}

.dot-red {
    background: #990000;
}

.dot-green {
    background: #009900;
}

.dot-yellow {
    background: #999900;
}

/** add more colors here if you need **/

/**
* EXAMPLE: ON-OFF SWITCH HTML
*
    <div class="onoffswitch">
        <input type="checkbox" name="onoffswitch" class="onoffswitch-checkbox" id="myonoffswitch" checked>
        <label class="onoffswitch-label" for="myonoffswitch">
            <span class="onoffswitch-inner"></span>
            <span class="onoffswitch-switch"></span>
        </label>
    </div>
*/
.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #34A7C1;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.thinboarder {
    border-style: solid;
    border-width: 1px;
}

.vertical-text {
    transform: rotate(90deg);
    transform-origin: left top 0;
}

.success {
    background-color: #4CAF50;
}

/* Green */
.info {
    background-color: #D9E6C3;
}

.warning {
    background-color: #ff9800;
}

/* Orange */
.danger {
    background-color: #f44336;
}

/* Red */
.other {
    background-color: #e7e7e7;
    color: black;
}

/* Gray */



.scroll-y {
    overflow-y: auto;
    overflow-x: hidden;
}

.fullheight {
    height: 100%;
}

#pullout-panel:hover {
    /* left: 0px; */

}

.change #pullout-panel {
    left: 0px;
}

#pullout-panel.show {
    left: -5px;
}

#pullout-panel a.controller {
    position: absolute;
    right: 5px;
    top: 5px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    color: black;
    font-weight: bold;
}

#pullout-panel.show a.controller {
    -webkit-transform: rotate(180deg);
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #fff;
    color: #444;
}

/* .ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    text-shadow: none;
    font-size: 16px;
    background: purple;
    color: white;
    text-shadow: 3px 3px 2px #9341a2;
    font-weight: bolder;
} */

ul>div.ui-accordion .ui-accordion-header {
    font-size: 1em;
    background: #999097;
}

ul>div.ui-accordion .ui-accordion-header+ul.submenu {
    background: #e3e3e3;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    /* text-shadow: none; */
    /* font-size: 16px; */
    background: purple;
    color: white;
    text-shadow: 1px 1px 2px #010101;
    font-weight: bolder;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
}

.ui-accordion .ui-accordion-content {
    padding: 1em 5px;
    /* border-top: 0; */
    overflow: auto;
    text-shadow: none;
    /* border-color: purple;
    border-width: 0 0px 6px;     */
}

.page_title {
    background: #5169b0;
    border: #ffffff6e 1px solid;
    border-radius: 5%;
    text-align: center;
    text-shadow: 1px 2px 2px black;
    text-transform: uppercase;
    color: white;
}