﻿html, body {
    margin: 0px;
    height: 100%;
    background-color: #000000;
}
.hand-cursor{
    cursor:pointer;
}

.navbar-color {
    background: linear-gradient(to bottom, #001933 0%, #000066 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax {
    /* The image used */
    background-image: url("../images/parallax/FRONTPAGE2.jpg");
    /* Set a specific height */
    max-width:100%;
    height: auto;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax2 {
    /* The image used */
    background-image: url("../images/parallax/FRONTPAGE.jpg");
    /* Set a specific height */
    max-width: 100%;
    height: auto;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax3 {
    /* The image used */
    background-image: url("../images/parallax/dawn.jpg");
    /* Set a specific height */
    max-width: 100%;
    height: auto;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax4 {
    /* The image used */
    background-image: url("../images/parallax/dawn.jpg");
    /* Set a specific height */
    max-width: 100%;
    height: 860px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.front-page {
    max-width: 100%;
    height: auto;
    background: linear-gradient(to top right, #ff6699 0%, #3333ff 100%);
    padding: 50px;
}
.front-borders{
    padding-left:10px;
    padding-right:10px;
    padding-top:20px;
    padding-bottom:20px;
}
.banner {
    max-width: 100%;
    height: auto;
    background-color:#ffffff;
    /*background: linear-gradient(to bottom, #000066 0%, #3366ff 100%);*/
    padding: 50px;
}
.banner-header {
 /*   background: linear-gradient(to left, #669999 0%, #0033cc 100%);*/
    height: auto; 
}

.background-face {
    background-color: #6610f2;
}

/* LOG IN SCREEN BACKGROUND */
.login-background {
    background-image: url("../images/parallax/FRONTPAGE.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    height: 100vh;
}

.signup-background {
    background-image: url("../images/parallax/FRONTPAGE.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    height: 860px;
}

.forgot-background {
    background-image: url("../images/parallax/FRONTPAGE.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    height: 860px;
}

/* INPUTS TYPES */
.button-label {
    font-family: tahoma, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #ffffff;
    /* width:150px;
    height:50px;*/
}
.button-label2 {
    font-family: tahoma, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #ffffff;
    /*width: 120px;
    height: 35px;*/
}
.button-label4 {
    font-family: tahoma, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 10px;
    color: #ffffff;
    /*width: 120px;
    height: 35px;*/
}
.button-label5 {
    font-family: tahoma, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 8px;
    color: #ffffff;
    /*width: 120px;
    height: 35px;*/
}
.button-label3 {
    font-family: tahoma, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #ffffff;
    /*width: 200px;
    height: auto;*/
}

.button-link {
    border-style:none;
    background-color:#ffffff;
    font-family: tahoma, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: blue;
    text-decoration:underline;
    text-align:left;
}


/* SUPPORT BUTTON */
.button-support-new {
    border-radius: 20px 20px 20px 20px;
    border-width: 0px;
    border-style: none;
    background-color: #cef4fc;
    font-family: tahoma, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    color: #0aa1c0;
    width: 100px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
}
.button-support-open {
    border-radius: 20px 20px 20px 20px;
    border-width: 0px;
    border-style: none;
    background-color: #cee2fe;
    font-family: tahoma, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    color: #0a58ca;
    width: 100px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
}
.button-support-inreview {
    border-radius: 20px 20px 20px 20px;
    border-width: 0px;
    border-style: none;
    background-color: #fff2cd;
    font-family: tahoma, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    color: #cc9a05;
    width: 100px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
}
.button-support-pend {
    border-radius: 20px 20px 20px 20px;
    border-width: 0px;
    border-style: none;
    background-color: #f8d6d9;
    font-family: tahoma, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    color: #b02a37;
    width: 100px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
}
.button-support-cancel {
    border-radius: 20px 20px 20px 20px;
    border-width: 0px;
    border-style: none;
    background-color: #e5e5e5;
    font-family: tahoma, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    color: #000000;
    width: 100px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
}
.button-support-resolved {
    border-radius: 20px 20px 20px 20px;
    border-width: 0px;
    border-style: none;
    background-color: #d1e7dc;
    font-family: tahoma, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    color: #146c43;
    width: 100px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
}

/* DATA GRID BUTTONS */
.button-left-view {
    border-radius: 20px 0px 0px 20px;
/*    border-color: #0DCAF0;
    border-width: 0.25px;
    background-color: #cef4fc;
    height: 30px;
    font-family: tahoma, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 8pt;
    color: #0DCAF0;
    width: 100%;*/
}


.button-open {
    background-color: #0dcaf0;
    font-family: tahoma, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12pt;
    color: #ffffff;
}
.button-underreview {
    background-color: #ffc107;
    font-family: tahoma, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12pt;
    color: #ffffff;
}
.button-cancel {
    background-color: #dc3545;
    font-family: tahoma, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12pt;
    color: #ffffff;
}
.button-pend {
    background-color: #d63384;
    font-family: tahoma, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12pt;
    color: #ffffff;
}
.button-resolve {
    background-color: #198754;
    font-family: tahoma, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12pt;
    color: #ffffff;
}

.status-banner-default {
    border-style: solid;
    border-width: 0.25px;
    background-color: #0dcaf0;
    padding: 1px;
    border-radius: 20px;
    font-family: tahoma, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 8pt;
    color: #ffffff;
    width: 100%;
    height: 15%;
    text-align: center;
}
.status-banner-open {
    border-style: solid;
    border-width: 0.25px;
    background-color: #0d6efd;
    padding: 1px;
    border-radius: 20px;
    font-family: tahoma, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 8pt;
    color: #ffffff;
    width: 100%;
    height: 15%;
    text-align: center;
}

.status-banner-review {
    border-style: solid;
    border-width: 0.25px;
    background-color: #ffc107;
    padding: 1px;
    border-radius: 20px;
    font-family: tahoma, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 8pt;
    color: #ffffff;
    width: 100%;
    height: 15%;
    text-align: center;
}

.status-banner-pend {
    border-style: solid;
    border-width: 0.25px;
    background-color: #dc3545;
    padding: 1px;
    border-radius: 20px;
    font-family: tahoma, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 8pt;
    color: #ffffff;
    width: 100%;
    height: 15%;
    text-align: center;
}

.status-banner-closed {
    border-style: solid;
    border-width: 0.25px;
    background-color: #000000;
    padding: 1px;
    border-radius: 20px;
    font-family: tahoma, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 8pt;
    color: #ffffff;
    width: 100%;
    height: 15%;
    text-align: center;
}

.status-banner-resolved {
    border-style: solid;
    border-width: 0.25px;
    background-color: #198754;
    padding: 1px;
    border-radius: 20px;
    font-family: tahoma, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 8pt;
    color: #ffffff;
    width: 100%;
    height: 15%;
    text-align: center;
}

.status-tag-default {
    border-radius: 5px;
    background-color: #0bb5d8;
    font-family: Tahoma, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10pt;
    color: #ffffff;
    width: 100%;
    height:30px;
    padding:10px;
}

/* FOOTER */
.footer-background {
    background-color: #000000;
/*    background: linear-gradient(to bottom, #000000 0%, #003399 100%);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    padding: 50px;
}


/* LOGIN PAGES */
.login{
    border-width:1px;
    border-style:solid;
    border-radius: 5px 5px 5px 5px;
}


/* MODAL STYLES */
.modal-background {
    position: fixed; /* Stay in place */
    z-index: 1040; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


/* LIVE STREAM BACKGROUNDS */
.livestream-banner {
    background: linear-gradient(to bottom right, #3333cc 0%, #009999 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.livestream-banner-fresh {
    background: linear-gradient(to bottom right, #3333cc 0%, #009999 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* PRODUCT UPDATE BACKGROUNDS */
.productupdate-banner {
    background: linear-gradient(to bottom right, #3333cc 0%, #009999 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* PUBLIC DOWNLOAD PAGE */
.background-panel{
    background-color:#dedede;
    border-radius: 5px 5px 5px 5px;
    border-right:solid;
    border-bottom:solid;
    border-width:2px;
}

.component-panel {
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    border-width: 0px;
}
.component-panel-shadow {
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    border-width: 0px;
}
.generic-panel {

    border-radius: 10px 10px 10px 10px;
    border-width: 0px;


}

/* KNOWLEDGE BASE CONTROSL */
.kb-textfield {
    border-color: #b6d3fe;
    border-style: solid;
    border-width: 3px;
    height: 60px;
    width: 100%;
    border-radius: 30px 30px 30px 30px;
    font-family: tahoma, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12pt;
    color: #808080;
}
.kb-support_btn {
    font-family: tahoma, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 12pt;
    color: #ffffff;
    height:50px;
}
.kb-searchgrid-btn {
    border-radius: 30px 30px 30px 30px;
    height: 30px;
    font-family: tahoma, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 8pt;
    color: #ffffff;
}


