/*
    ==============================
    === DEFAULT ELEMENT DESIGN ===
    ==============================
*/

/*
    ----- Basic Page -----
*/

html{
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 17px;
    margin-bottom: 2.3em;
    padding-bottom: 0;
    background: #44a3e1; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(-35deg, #44a3e1, #9bc5e5); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(-35deg, #44a3e1, #9bc5e5); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(-35deg, #44a3e1, #9bc5e5); /* For Firefox 3.6 to 15 */
    background: linear-gradient(-35deg, #44a3e1, #9bc5e5); /* Standard syntax */
}

/*
    ----- Font -----
*/

font {
    color: #ffffff;
    font-family: 'Noto Sans', sans-serif;
    font-size: 17px;
}

/*
    ----- Divs -----
*/

/*
    ----- Buttons -----
*/

button {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
    background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
    background-color:#ffffff;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    cursor:pointer;
    color:#666666;
    font-family: 'Noto Sans', sans-serif;
    font-size:15px;
    font-weight:bold;
    padding:2px 15px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffffff;
}

button:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
    background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
    background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
    background-color:#f6f6f6;
}

button:active {
    position:relative;
    top:1px;
}

/*
    ----- Inputs -----
*/

input {
    border-color:#cccccc;
    padding:3px 7px;
    font-size:15px;
    border-radius:7px;
    box-shadow: 0px 0px 2px 0px rgba(66,66,66,.75);
    text-shadow:0px 0px 0px rgba(42,42,42,.75);
    font-weight:normal;
    font-family: 'Noto Sans', sans-serif;
    border-width:2px;
    border-style:hidden;
}

input:focus {
    outline:none;
}

textarea {
    border-color:#cccccc;
    padding:3px 7px;
    font-size:15px;
    border-radius:7px;
    box-shadow: 0px 0px 2px 0px rgba(66,66,66,.75);
    text-shadow:0px 0px 0px rgba(42,42,42,.75);
    font-weight:normal;
    font-family: 'Noto Sans', sans-serif;
    border-width:2px;
    border-style:hidden;
}

textarea:focus {
    outline:none;
}

/*
    Horizontal Line
*/

hr {
    font-size: 7px;
}

/*
    ==============================
    === GENERAL DESIGN CLASSES ===
    ==============================
*/

.header {
    text-align: center;
}

.content {
    text-align: left;
}

.footer {
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2.3em;
    margin: 0;
    padding: 0;
}

.centercontent {
    text-align: center;
}

.leftcontent {
    text-align: left;
}

.rightcontent {
    text-align: right;
}

/*
    ----- Fonts -----
*/

.font_error {
    font-weight: bold;
    color: #d41616;
}

.font_heading {
    font-weight: bold;
}

/*
    ----- Buttons -----
*/

.button_giant {
    height: 50px;
    width: 280px;
    margin-top: 10px;
    margin-bottom: 10px;
    display:block;
}

.button_standard {
    height: auto;
    width: auto;
}

/*
    ----- Tables -----
*/

.table_page-navigation {
    width: 100%;
    /*border: 1px solid black;*/
    border-collapse: collapse;
}

/*
    ----- Layouts -----
*/

/*  Two Columns */

.div_twocolumns-enclosure {
    width: 100%;
    height: auto;
}

.div_twocolumns-left {
    display: inline-block;
    height: 100%;
    width: 35%;
    margin-left: 9%;
    vertical-align: top;
    text-align: right;
}

.div_twocolumns-right {
    display: inline-block;
    height: 100%;
    width: 35%;
    margin-right: 9%;
    vertical-align: top;
}

/*  Center Block */

.div_centerblock {
    width: 45%;
    height: auto;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

/*  Div with full width */

.div_fullwidth {
    width: 100%;
}

/*
    =====================================
    === PAGE-SPECIFIC DESIGN ELEMENTS ===
    =====================================
*/

/*
    ----- ROOTDIR Mainpage -----
*/

/*  Column Navigation */
#pub_main_twocolumns-left {
    text-align: right;
    padding-right: 5%;
}

/*  Column Notifications */
#pub_main_twocolumns-right {
    text-align: left;
    padding-left: 5%;
}

#pub_main_div-notifications {
    background-color: lightblue;
    background: rgba(173, 216, 230, 0.5);
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/*  Navigation-Buttons */
#pub_main_button-navigation {
    display: block;
    float: center;
    white-space: pre;
}

/* Notification-Font*/
#pub_main_font-notification-date {
    font-size: 8px;
    color: #666666;
}
#pub_main_font-notification-message {
    font-size: 12px;
    color: #666666;
}

/*
    ----- ROOTDIR NewTicket -----
*/
#pub_newticket_textarea-message {
    width: 100%;
}
#pub_newticket_input-name-topic {
    width: 100%;
}
/*
    ----- ROOTDIR ShowTicket -----
*/
/*
    ----- MANAGEMENT Login -----
*/
/*
    ----- MANAGEMENT Logout -----
*/
/*
    ----- MANAGEMENT Mainpage -----
*/
/*
    ----- MANAGEMENT Tickets -----
*/

#mgmt_ticket_listing-table {
    width: 100%;
    border: 1px solid black;
    border-collapse: collapse;
}

#mgmt_ticket_listing-element {
    border: 1px solid black;
}

#mgmt_ticket_listing-header {
    border: 2px solid black;
    font-weight: bold;
}

/*
    ----- MANAGEMENT Notifications -----
*/
/*
    ----- MANAGEMENT Users -----
*/









.bottom{ 
    height: 50px; 
    position: fixed; 
    bottom: 0%;
    width: 100%; 
    background-color: #FFFFFF; 
    opacity: 1;
}


.shadow {
    color: #ffffff;
    text-shadow: rgba(0,0,0,0.2) 2px 1px 0px;
}

.noborder {
    margin: 0;
    padding: 0;
}

.center {
    text-align: center;
}

#header_div {
    min-width: 200px;
    width: max-content;
    /*outline-color: red;
    outline-style: dashed;
    outline-width: 2px;*/
    text-align: left;
    margin-right: auto;
    margin-left: auto;
}
#header_div-topright {
    position: absolute;
    top: 4px;
    right: 4px;
    text-align: right;
    vertical-align: top;
}
#header_div-topleft {
    position: absolute;
    top: 4px;
    left: 4px;
    text-align: left;
    vertical-align: top;
}
#header_div_div {
    vertical-align: middle;
    display: inline-block;
}
#header_div_div_image {
    position: relative;
    left: 0px;
    top: 0px;
}
#header_div_div_title {
    font-weight: bold;
    text-shadow: rgba(0,0,0,0.2) 2px 1px 0px;
    color: #ffffff;
    font-size: 2.5em;
    letter-spacing: 2px;
}
#header_div_div_subtitle {
    text-shadow: rgba(0,0,0,0.2) 2px 1px 0px;
    color: #ffffff;
    font-size: 1.5em;
    letter-spacing: 1.5px;
}
#header_div-welcome {
    padding-top: 10px ;
    padding-bottom: 10px;
    color: #ffffff;
    font-size: 18px;
}

/*div {
    outline-color: gray;
    outline-style: dashed;
    outline-width: 1px;
}*/

#header_div_icon {
    width: auto;
    max-height: 50px;
}
#body_div {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 15px;
    width: auto;
}
#text_white {
    color: #ffffff;
}
