/**
 * Technocamps system stylesheet
 *
 * @author Andy Harbach <andy@snowdoniait.com>
 * @copyright (c) 2021, Snowdonia IT Services
 */

.privacy_dialog {
    max-height: 90%;
    overflow: auto;
}

.bold{
    font-weight: bold;
}

.site_logo{
    max-height: 50px;
}

header div.logo {
    width: 100%;
    height: 100px;
    background: url('/images/branding/logo_top.png') center center no-repeat;
    background-size: contain;
}

div.striped:nth-child(even){
    background: lightgoldenrodyellow;
}

div.striped:nth-child(odd){
    background: lightgrey;
}

#loader_image {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 90%;
    background: url('/images/ajax-loader.gif') 50% 50% no-repeat rgb(249,249,249);
    display: none;
}

.table_left_fixed > thead > tr > th:first-child,
.table_left_fixed > tbody > tr > td:first-child,
.table_left_fixed > tfoot > tr > th:first-child
{
    position: sticky;
    position: -webkit-sticky;
    left: 0px;
    z-index: 1;
    background-color: #DDDDDD;
}

.form-inline{
    display: inline-block;
}

.delete_box{
    float: left;
    margin:0 7px 20px 0;
    width: auto;
}

.middle{
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
}

h1{
    font-size: 2.0em;
}

h2{
    font-size: 1.5em;
}

.dmy_input{
    width: 20%;
    display: inline;
}

.hidden{
    display: none;
}

.table-non-responsive{
    overflow-x: visible;
    overflow-y: visible;
}

.col{
    margin-top: auto;
    margin-bottom: auto;
}

.event_actions{
    display: none;
}

.action_success{
    background-color: lightgreen;
}

.action_failure{
    background-color: yellow;
}
