/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(39,25): run-time error CSS1039: Token not allowed after unary operator: '-Primary-hover-bg-color'
(47,17): run-time error CSS1039: Token not allowed after unary operator: '-Primary-link-color'
(55,32): run-time error CSS1039: Token not allowed after unary operator: '-Transparent70'
(59,21): run-time error CSS1039: Token not allowed after unary operator: '-Primary-link-color'
(80,17): run-time error CSS1039: Token not allowed after unary operator: '-Primary-link-color'
(82,28): run-time error CSS1039: Token not allowed after unary operator: '-Primary-btn-border-color'
(87,32): run-time error CSS1039: Token not allowed after unary operator: '-Transparent50'
(89,32): run-time error CSS1039: Token not allowed after unary operator: '-Primary-border-color'
(92,21): run-time error CSS1039: Token not allowed after unary operator: '-Primary-link-color'
(97,28): run-time error CSS1039: Token not allowed after unary operator: '-Primary-border-color'
(101,21): run-time error CSS1039: Token not allowed after unary operator: '-Primary-button-color'
(121,28): run-time error CSS1039: Token not allowed after unary operator: '-Transparent20'
(124,24): run-time error CSS1039: Token not allowed after unary operator: '-Primary-link-color'
(126,33): run-time error CSS1039: Token not allowed after unary operator: '-Primary-link-color'
(147,24): run-time error CSS1039: Token not allowed after unary operator: '-Primary-border-color'
(192,24): run-time error CSS1039: Token not allowed after unary operator: '-Primary-border-color'
(202,24): run-time error CSS1039: Token not allowed after unary operator: '-Primary-border-color'
(213,24): run-time error CSS1039: Token not allowed after unary operator: '-Primary-border-color'
(224,24): run-time error CSS1039: Token not allowed after unary operator: '-Primary-border-color'
(256,24): run-time error CSS1039: Token not allowed after unary operator: '-Primary-border-color'
(269,17): run-time error CSS1039: Token not allowed after unary operator: '-Primary-a-link-color'
(273,17): run-time error CSS1039: Token not allowed after unary operator: '-Primary-a-link-color'
(279,17): run-time error CSS1039: Token not allowed after unary operator: '-Primary-a-hover-color'
(285,17): run-time error CSS1039: Token not allowed after unary operator: '-Primary-a-link-color'
(291,17): run-time error CSS1039: Token not allowed after unary operator: '-Primary-a-link-color'
(296,17): run-time error CSS1039: Token not allowed after unary operator: '-Primary-a-hover-color'
(311,31): run-time error CSS1039: Token not allowed after unary operator: '-Primary-btn-border-color'
(317,35): run-time error CSS1039: Token not allowed after unary operator: '-Primary-btn-border-color'
(323,31): run-time error CSS1039: Token not allowed after unary operator: '-Primary-btn-border-color'
(329,35): run-time error CSS1039: Token not allowed after unary operator: '-Primary-btn-border-color'
(335,31): run-time error CSS1039: Token not allowed after unary operator: '-Primary-btn-border-color'
(341,35): run-time error CSS1039: Token not allowed after unary operator: '-Primary-btn-border-color'
(389,1): run-time error CSS1019: Unexpected token, found '}'
(417,28): run-time error CSS1039: Token not allowed after unary operator: '-Primary-bg-color'
(477,33): run-time error CSS1039: Token not allowed after unary operator: '-Primary-text-color'
(480,35): run-time error CSS1039: Token not allowed after unary operator: '-Primary-border-color'
(482,32): run-time error CSS1039: Token not allowed after unary operator: '-Primary-border-color'
(492,29): run-time error CSS1039: Token not allowed after unary operator: '-Primary-border-color'
(583,33): run-time error CSS1039: Token not allowed after unary operator: '-Primary-text-color'
(592,33): run-time error CSS1039: Token not allowed after unary operator: '-Primary-text-color'
(601,32): run-time error CSS1039: Token not allowed after unary operator: '-Primary-border-color'
(607,22): run-time error CSS1039: Token not allowed after unary operator: '-Transparent70'
 */
:root {
    --Primary-text-color: black;
    --Primary-btn-text-color: black;
    --Primary-a-link-color: blue;
    --Primary-link-color: black;
    --Primary-a-hover-color: darkblue;
    --Primary-hover-color: #0060c6;
    --Primary-hover-bg-color: lightgray;
    --Primary-border-color: white;
    --Primary-btn-border-color: lightgray;
    --Primary-bg-color: white;
    --Primary-button-color: white;
    --Logo-red: #ed1c24;
    --Light-gray: #f7f7f9;
    --Transparent20: rgba(255,255,255,0.2);
    --Transparent50: rgba(255,255,255,0.5);
    --Transparent70: rgba(255,255,255,0.7);
}



.container {

    max-width: 100%;
    width: auto;
}


.transparent {
    background: rgba(255,255,255,0.5);
}

.btn {
   
    font-size: 16px;
    background: rgba(255,255,255,0.5);
    border-radius: 3px;
    border-color: lightgray;
    border-color: var( --Primary-hover-bg-color);
    border-width: 1px;
    white-space: nowrap;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    color: black;
    color: var(--Primary-link-color);
    padding: 10px;
    margin: 0px;
    padding-bottom: 2px;
    padding-top:10px;
}

    .btn:hover {
        background-color: var(--Transparent70);
        border: 1px solid white;
        text-decoration: none;
        color: black;
        color: var(--Primary-link-color);
    }
    .btn:active {
        background-color: white;
        color: white;
    }



.sbtn {
    font-size: 14px;
    background: rgba(255,255,255,0.2);
    border-radius: 5px;
    border-width: 2px;
    white-space: nowrap;
    margin-left: 0px;
    margin-right: 0px;
    padding: 6px;
    padding-bottom: 3px;
    font-weight: normal;
    color: black;
    color: var(--Primary-link-color);
    border: 1px solid lightgray;
    border: 1px solid var(--Primary-btn-border-color);
}


    .sbtn:hover {
        background-color: var(--Transparent50);
        border: 1px solid white;
        border: 1px solid var(--Primary-border-color);
        text-decoration: none;
        color: black;
        color: var(--Primary-link-color);
    }

    .sbtn:active {
        border-color: white;
        border-color: var(--Primary-border-color);
        background-color: white;

        color: white;
        color: var(--Primary-button-color);
    }
    

.yeartextbox {

    width: 50px;
}

#kontrolldropdown {
    width: 55px;
    white-space: nowrap;
}

.margin-bottom8 {
    margin-bottom: 8px;

}
.li {
    font-size: 1.0vw;
    background-color: var(--Transparent20);
    border-radius: 3px;
    border-color: black;
    border-color: var(--Primary-link-color);
    text-decoration-color:  black;
    text-decoration-color: var(--Primary-link-color);
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

select {
    height: 30px;
    width: 65px !important;
    padding: 2px;
    padding-top: 0px;
    padding-right: 0px !important;
    border-radius: 4px;
    border-width: 1px;
    border-color: white;
    border-color: var(--Primary-border-color);
    border-style: solid;
}
.pages> select {
    height: 30px;
    width: 55px !important;
}
.years > select {
    height: 30px;
    width: 65px !important;
}
.email {
    max-width: 160px;
    align-self: center;
        padding-left: 2px;
}
.Password {
    max-width: 160px;
    align-self: center;
    padding-left: 2px;
}
.name {
    max-width: 160px;
    align-self: center;
  
       
}
.RightBig {
    float:right;

}
.number {
    max-width: 260px !important;
    align-self: center;
 

}

input[type=number] {
    max-width: 260px;
    padding: 5px;
    height: 30px;
    border-radius: 4px;
    border-width: 1px;
    border-color: white;
    border-color: var(--Primary-border-color);
    border-style: solid;
}
input[type=email] {
    max-width: 260px;
    padding: 5px;
    height: 30px;
    border-radius: 4px;
    border-width: 1px;
    border-color: white;
    border-color: var(--Primary-border-color);
    border-style: solid;
}

input[type=password] {
    max-width: 260px;
    padding: 5px;
    height: 30px;
    border-radius: 4px;
    border-width: 1px;
    border-color: white;
    border-color: var(--Primary-border-color);
    border-style: solid;
}
input[type=text] {
    max-width: 260px;
    align-self: center;
    padding: 5px;
    height: 30px;
    border-radius: 4px;
    border-width: 1px;
    border-color: white;
    border-color: var(--Primary-border-color);
    border-style: solid;
}

.genderdropdown {
    min-width: 100px;
    padding-right: 25px;
    padding-left: 0px;
    height: 30px;
    padding-top: 0px;
}
.agedropdown {
    min-width:100px;
    
    padding-right: 15px;
}
.dl-horizontal dt {
    white-space: normal;
}

img {
    max-width: 100%;
    max-height: 100%;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select
 {
    max-width: 380px;
    border-radius: 4px;
    border-width: 1px;
    border-color: white;
    border-color: var(--Primary-border-color);
    border-style: solid;
}
textarea {
    max-width: 500px;
    width:500px;
    height: 400px;
    max-height: 400px;
    resize: none;
}

table> a:link {
    color: blue;
    color: var(--Primary-a-link-color) ;
}
table > a:visited {
    color: blue;
    color: var(--Primary-a-link-color);
}

table> a:hover {

    color: darkblue;
    color: var(--Primary-a-hover-color);
    text-decoration: none;
}
/* unvisited link */
a:link {
    color: blue;
    color: var(--Primary-a-link-color);
}

/* visited link */
a:visited {
    color: blue;
    color: var(--Primary-a-link-color);
}
/* mouse over link */
a:hover {
    color: darkblue;
    color: var(--Primary-a-hover-color);
    text-decoration: none;
}

label {
    margin-bottom: 0px;
}

/* selected link */
a:active {
    /*color: white;*/
}
.delete {
    color: red;
    text-shadow: 3px 3px lightgray;
    text-shadow: 3px 3px var(--Primary-btn-border-color);
}

    .delete:hover {
        color: darkred;
        text-shadow: 2px 2px lightgray;
        text-shadow: 2px 2px var(--Primary-btn-border-color);
    }

.edit {
    color: forestgreen;
    text-shadow: 3px 3px lightgray;
    text-shadow: 3px 3px var(--Primary-btn-border-color);
}

    .edit:hover {
        color: darkgreen;
        text-shadow: 2px 2px lightgray;
        text-shadow: 2px 2px var(--Primary-btn-border-color);
    }

.details {
    color: blue !important;
    text-shadow: 3px 3px lightgray;
    text-shadow: 3px 3px var(--Primary-btn-border-color);
}

    .details:hover {
        color: darkblue !important;
        text-shadow: 2px 2px lightgray;
        text-shadow: 2px 2px var(--Primary-btn-border-color);
    }
svg > g > g:last-child {
    pointer-events: none
}

.remove {
    border-color: red;
    background-color: red;
    color: white;
}

.cancel {
    border-color: green;
    background-color: green;
    color: white;
}

html, body {
    font-family: 'Martel Sans', sans-serif;
}

    body:before {
        content: "";
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -10;
        background: url('../img/wallpaper-bg-cp-sharp.png') no-repeat fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100%;
        width: 100%;
        min-width: fit-content;
        margin: 0px;
        padding: 0px;
        margin-left: 0px;
        padding-top: 5px;
        font-size: 16px;
        background-size: cover;
        font-weight: normal;
        line-height: 1.5;
    }
}
#navdivider {
    background-color: transparent;
    border-color: transparent;
}
#maindiv {
    align-self: center;
    align-content: center;
    width: auto;
    min-width: 300px;
    margin: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-right: 0px;
    background: rgba(255,255,255,0.4);
    padding: 20px;
    padding-top: 0px;
}

#wrapper {
    min-width: 296px;
    width: auto;
    max-width: 70%;
    margin: 0 auto;
    padding: 2px;
    margin-top: 0px;
    background: rgba(255,255,255,0.4);
    border: 2px solid white;
    border: 2px solid var(--Primary-bg-color);
    border-radius: 10px;
}

#navWrapper {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0 auto;
    background: rgba(255,255,255,0.4);    
}

div {
    /*border: 1px solid Red;*/
}
.firstmenu{
    padding-left: 0px;

}
.navbar {
    border: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    align-items: flex-start;
    padding-left: 0px;
    max-height: 38px;
    height: 38px;
}
.navbar-header .navbar-brand {
    background-IMAGE: url('../img/NyaLogo-CLEAN.PNG');
    border-radius: 10px;
    width: 240px;
    height: 100px;
    padding-bottom: 0px;
    margin-left: 0px;
    padding: 0px;
    }

.pagination.container {
    margin-right: 20px;
}

button:focus {
    outline: 0px dotted;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 0px;
    outline: 0px auto -webkit-focus-ring-color;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.0rem rgba(0,123,255,.25);
}
.table td {
    vertical-align: middle;
 
    margin-top: 3px;
    margin-bottom: 3px;
    text-decoration-color: black;
    text-decoration-color: var(--Primary-text-color);
    /*border-bottom-color: #eabb91;*/
    border-bottom: 1px solid white; 
    border-bottom: 1px solid var(--Primary-border-color); 
    border-top: 1px solid white;
    border-top: 1px solid var(--Primary-border-color);
}

.table th {
    vertical-align: middle;
    margin-top: 3px;
    margin-bottom: 3px;
    border: 0;
    /*border-top-color: #eabb91;*/
    border-bottom: 1px white;
    border-bottom: 1px var(--Primary-border-color);
}

.vertical-center {
  
    display: flex;
    align-items: center;
}

.table {
    vertical-align: middle;
    margin-top: 3px;
    margin-bottom: 3px;
    max-width: 700px;
    align-self: center;
    /*border-bottom: 1px solid #eabb91;
    border-bottom: 1px solid var(--Primary-border-color);*/
    background: rgba(255,255,255,0.2);
}

.kontrollTag {
    max-width: 50px !important;

}

#Lotterytable {
    margin-left: 10px;
    align-self: center;
    max-width: 80%;
}
    #Lotterytable td:first-child {
        white-space: nowrap;
    }
#ControllTable {
    margin-left: 10px;
    max-width: 50%;
    
}
    #ControllTable tr:last-child > td{
    border-bottom: 0px;
} 
    #ControllTable td:nth-child(4) {
    text-align: end;
    padding-right: 15px;
}  
    #ControllTable th:nth-child(4) {
    text-align: end;
    padding-right: 15px;
}
    #ControllTable td:nth-child(1) {
    width: 20%;
} 
    #YearTable {
    margin-left: 10px;
    max-width: 50%;
}
    #YearTable td:nth-child(3) {
    text-align: end;
    white-space:nowrap;
} 
    #YearTable td:nth-child(1) {
    width: 20%;

} 
    #Usertable {
    max-width: 90%;
} 
    #Usertable td:last-child {
        white-space: nowrap;
    }
        #Usertable td:first-child {
            white-space: nowrap;
        }
        
    #LotteryText {
    white-space: nowrap;
} 
    .AllCorrectCheckbox {
    margin-top: -5px;
    height: 20px;
    width: 20px;

} .Under18Checkbox {  
    margin-top: -10px;
    height: 20px;
    width: 20px;
}
  p {
    margin-top: 3px;
    margin-bottom: 3px;
    text-decoration-color: black;
    text-decoration-color: var(--Primary-text-color);
    text-align: center;
    vertical-align: middle;
} 
  .psmall {
      font-size:12px;
    margin-top: 3px;
    margin-bottom: 3px;
    text-decoration-color: black;
    text-decoration-color: var(--Primary-text-color);
    text-align: center;
    vertical-align: middle;
}
  hr {
    margin: 0px;
    padding: 5px;
    background-color: transparent;
    border-top: 1px solid white;
    border-top: 1px solid var(--Primary-border-color);

    height: 1px;
}
  .dropdown-menu {
    padding: 6px;
    background: var(--Transparent70);
}
.dropdown-item:hover {
    background: white;
} 
  #AnsChart {
    width: 50%;
    height: auto;
    padding-right: 0px;
}
  #UsersChart {
    width: 50%;
    height: 400px;
    padding-right: 0px;
}
  .form-control {
    align-self: center;
    padding-left: 2px;
}
  .bold {
      font-weight: bold;
      
  }

.Contactform {
    max-width: 500px;
    width: 500px;

}
/* Imported 
    @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
    /*---Media Queries --*/
@media (max-width: 992px) {
    .firstmenu {
            padding-left: 0px;
        }
        body , html {
            padding-top: 0px;
            margin-top: 0px;
            font-size: 14px;

        }

        .container {
            margin-left: 0px;
            padding-left: 0px;
            margin-right: 0px;
            max-width: 100%;
            width: auto;
        }
        textarea {
            max-width: 500px;
            width: 500px;
            height: 400px;
            max-height: 400px;
        }
    table {
        max-width: 90%;
        font-size: 16px;
        text-align: center;
    }

    .table th {
        padding: 5px;
        padding-top: 10px;
    }
    .psmall {
        font-size: 10px;

    }


    .btn {
        font-size: 16px;
        border-radius: 3px;
        white-space: normal;
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0px;
        margin-right: 0px;
    }

    .sbtn {
        font-size: 14px;
        margin-right: 0px;
    }

    .navbar-header {
        padding-left: 0px;
        padding-right: 0px;
        max-width: 992px;
        min-width: 100%;
        width: 100%;
        height: 100px;
        margin-bottom: 0px;
     
    }

        .navbar-header .navbar-brand {
            background-repeat: no-repeat;
            background-position: center;
            padding-left: 0px;
            padding-right: 0px;
            max-width: 992px;
            min-width: 100%;
            width: 10%;
            height: 100px;
            background-color: #ed1c24;
        }

    #navWrapper {
        margin: 0 auto;  
  
  
        max-width: 992px;
        min-width: 100%;
        width: auto;
    }

    #maindiv {
        align-content: center;
        width: 100%;
        padding: 2px;
        padding-right: 0px;
        margin: 0px;
        margin-right: 0px;
        padding-top: 85px;
    }

    #wrapper {
        align-content: center;
        width: auto;
        max-width: 992px;
        min-width: 100%;
        margin: 0 auto;
        padding: 0px;
        margin-top: 0px;
    }

    .navbar-brand {
        width: 100%;
        max-width: 992px;
        min-width: 100%;
    }

    .div {
        padding: 0%;
        margin: 0%;
    }

    .dropdown-toggle {
        width: auto;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }


    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .navbar-collapse:before {
        justify-content: left;
        content: "";
    }

    .navbar {
        padding: 0px;
        padding-bottom: 0px;    }
    #AnsChart {
        
        width: 100%;
        height: auto;
        padding-right: 0px;
    }
    #UsersChart {
    
        width: 100%;
        height: auto;
        padding-right: 0px;
    }
        #PieChart {
            width: 100%;
            height: auto;
            padding-right: 0px;
        }
        #MalesChart {
            width: 100%;
            height: auto;
            padding-right: 0px;
        }
        #FemalesChart {
            width: 100%;
            height: auto;
            padding-right: 0px;
        }
        #OthersChart {
            width: 100%;
            height: auto;
            padding-right: 0px;
        }


        .row {
            margin: 0px;
        }

    .col {padding-left: 5px}

        #ControllTable {
            margin-left: 10px;
            max-width: 80%;
        }
        #YearTable {
            margin-left: 10px;
            max-width: 80%;
        }
} @media (max-width: 768px) {

      //(-------------------------------------------------------------------------------------------------------------------)
      //(-------------------------------------------------------------------------------------------------------------------)
} @media (max-width: 576px) {
    .autohide {
        display: none;
    }
    .psmall {
        font-size: 8px;
    }
    textarea {
        max-width: 500px;
        width: 90%;
        height: 400px;
        max-height: 400px;
    }
    .btn {
    margin: 0px;
    padding:5px;
        font-size: 14px;
    }

    .table td {
        vertical-align: middle;
        margin: 0px;
        padding: 0px;
        max-width: 576px;
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 14px;
        margin-left: 0px;
        padding-right: 0px;
    }

        .table td:nth-child(5) {
            white-space: nowrap;
        }

        .table td:nth-child(6) {
            white-space: nowrap;
        }

    p {
        margin-left: 0px;
    }

    .navbar-header .navbar-brand {
        background-repeat: no-repeat;
        background-position: center;
        padding-left: 0px;
        padding-right: 0px;
        max-width: 576px;
        width: inherit;
        height: 100px;
        margin-bottom: 0px;
        background-color: #ed1c24;
    }

    #navWrapper {
        width: 100%;
        max-width: 576px;
        min-width: 300px;
    }

    #wrapper {
        align-content: center;
        width: 100%;
        max-width: 576px;
        min-width: 300px;
        margin: 0 auto;
        padding: 0px;
        
    }

    .navbar-brand {
        width: 100%;
        max-width: 576px;
        min-width: 300px;
    }

    #Lotterytable td{
        font-size: 12px;
        width: 90%;
        padding-right: 2px;
        padding: 2px;
        margin-left: 2px;
        align-self: center;
        max-width: 90%;
    }  
    #Lotterytable {
        font-size: 12px;
        width: 100%;
        padding-right: 2px;
        padding: 2px;
        margin-left: 2px;
        align-self: center;
        max-width: 100%;
    }

        #Lotterytable td:first-child {
            white-space:normal;
        }
    #Usertable {
        max-width: 100%;
        margin-left: 2px;
    } 
    #ControllTable {
        margin-left: 10px;
        max-width: 90%;
    }
    #YearTable {
        margin-left: 10px;
        max-width: 90%;
    }
    /*---Firefox Bug Fix --*/
    .carousel-item {
        transition: -webkit-transform 0.5s ease;
        transition: transform 0.5s ease;
        transition: transform 0.5s ease, -webkit-transform 0.5s ease;
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
    }

    /*--- Fixed Background Image --*/
    figure {
        position: relative;
        width: 100%;
        height: 60%;
        margin: 0 !important;
    }

    .fixed-wrap {
        clip: rect(0, auto, auto, 0);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #fixed {

        position: fixed;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        will-change: transform;
    }
    /*--- Bootstrap Padding Fix --*/
    [class*="col-"] {
        /*padding: 1rem;*/
    }
    .RightBig {
        float: right;
    }
}
@media (max-width: 330px) {

    textarea {
        max-width: 250px;
        width: 90%;
        height: 250px;
        max-height: 250px;
    }
    .btn {
        margin-left: 3px;
        padding: 2px;
        font-size: 14px;
    }
    .hidesmallest {
        display:none

    }
    .sbtn {
        margin-left: 0px;
        padding: 5px;
        font-size: 14px;
    }

    #ControllTable {
        margin-left: 5px;
        max-width: 100%;
    }

        #ControllTable tr:last-child > td {
            border-bottom: 0px;
        }

        #ControllTable td:nth-child(4) {
            text-align: end;
            padding-right: 5px;
        }

        #ControllTable th:nth-child(4) {
            text-align: end;
            padding-right: 5px;
        }

        #ControllTable td:nth-child(1) {
            width: auto;
        }

    #YearTable {
        margin-left: 0px;
        max-width: 100%;
    }
}


    /*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/









