/*
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 : 01.02.2016, 14:38:34
    Author     : kuefen
*/

body {
    margin:0;
    padding:0;
    width: 100%;
}

/* ---------------------------------------------------------------------------- */
#PGHeader {
    display: table;
    position:absolute;
    width: 100%;
    height: 80px; 
    top: 0px;
    z-index:10;
    
    background: white; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(top, rgba(48, 48, 48, 0), rgba(48, 48, 48, 0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top,rgba(48, 48, 48, 0), rgba(48, 48, 48, 0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgba(48, 48, 48, 0), rgba(48, 48, 48, 0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(48, 48, 48, 0), rgba(48, 48, 48, 0)); /* Standard syntax (must be last) */
   
    transition: all 0.5s ease;   
}
#PGHeadContent {
	padding-left: 0px;
	padding-right: 0px;
    display: table-cell;
    height: 100%;
    vertical-align: top;    
    text-align: left;
    font-size: 30px;  
    font-weight: bold;
}

#PGMain {
    margin: auto;
    position: absolute;  
    top: 0px;
    bottom: 0px;
    width: 100%;  
    z-index:0;
    
    transition: all 0.5s ease;  
}
#PGCoreContent {
    background: transparent;
    overflow-y: auto;
    margin: auto;
    position: absolute;  
    top: 65px;
    bottom: 30px;
    width: 100%;  
    z-index:0;
    
    transition: all 0.5s ease;  
}
#PGMainNavigation {
    position: absolute;
    left: 0px;
    width: 150px;
    height: 100%;
    z-index:5;
}
#PGAdditionalNavigation {
    position: absolute;
    left: 150px;
    width: calc(100% - 150px);
    height: 30px;
    z-index:5;
}
#PGContent {
    position: absolute;
    top: 30px;
    height: 100%;
  
    overflow: auto;    
    width: calc(100% - 150px);
}
#PGMainBackground {
    position: absolute;
    top: -80px;
    left: 0px;    
    right: 0px;
    bottom: 0px;
    z-index:-5;
}

#PGFooter {
    display: table;
    vertical-align: middle;  
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    z-index:10;
    
    background-color: #dddddd;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #dddddd00); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), #dddddd00); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top,rgba(255, 255, 255, 0), #dddddd00); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #dddddd00); /* Standard syntax (must be last) */

    font-size: 11px;  
    text-align: right;    
    
    transition: all 0.5s ease;  
}
#PGFooterContent {
    display: table-cell;
    padding-right: 10px;
    height: 100%;
    vertical-align: middle;    
    text-align: right;
}

#WrappText {
    transition: all 0.5s ease;  
}

#LGSupport {
    text-align: center;
    transition: all 0.5s ease;
    font-weight: 100;
    font-size: 14px;
    padding:0;
}

#LGAcceptPolicy > label {
    transition: all 0.5s ease;
    font-weight: 100;
    font-size: 14px;
}

.headbutton {
    float: right;
    padding-top: 10px;
    padding-right: 10px
}

/* ---------------------------------------------------------------------------- */
a {
    color: #4E4A6D;
}

a:hover {
    color: #6B6696;
    text-decoration-line: none;
}

a:focus {
    text-decoration-line: none;
}

/* ---------------------------------------------------------------------------- */
a.btn-codas {
    color: #E1DDFF;
	background-color: #4E4A6D;
    border-color: #4E4A6D;
    border-radius: 0px;    
}
a.btn-codas:hover {
	color: #E1DDFF;
    background-color: #6B6696;
    border-color: #6B6696;
    border-radius: 0px;
}

a.btn-codas-bright {
    color: #4E4A6D;
	background-color: #FFFFFF;
    border-color: #4E4A6D;
    border-radius: 0px;    
}
a.btn-codas-bright:hover {
	color: #4E4A6D;
    background-color: #EEEDFF;
    border-color: #4E4A6D;
    border-radius: 0px;
}

button.btn-codas {
    color: #E1DDFF;
	background-color: #4E4A6D;
    border-color: #4E4A6D;
    border-radius: 0px;    
}
button.btn-codas:hover {
	color: #E1DDFF;
    background-color: #6B6696;
    border-color: #6B6696;
    border-radius: 0px;
}

button.btn-codas-bright {
    color: #4E4A6D;
	background-color: #FFFFFF;
    border-color: #4E4A6D;
    border-radius: 0px;    
}
button.btn-codas-bright:hover {
	color: #4E4A6D;
    background-color: #EEEDFF;
    border-color: #4E4A6D;
    border-radius: 0px;
}

/* ---------------------------------------------------------------------------- */

.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}
.Absolute-Center.is-Responsive {
  width: 50%; 
  height: 215px;
  min-width: 220px;
  max-width: 420px;
  padding: 0px;  
}

/* ---------------------------------------------------------------------------- */
.drop-zone {
    border-style: dashed;
    border-color: #eee;
    border-width: 2.5px;    
    border-radius: 4px;
    height: 200px;
    width: 100%;    
    vertical-align: middle;    
    text-align: center;
    padding: 10px;    
}

.drop-zone-image {
    background-image: url('../img/arrow.png');
    width: 55px;
    height: 55px;
    margin: 10px auto;  
}
.drop-zone-text {
    font-size: 20px;
    font-weight: 500;
    color: #ccc;
}

/* ---------------------------------------------------------------------------- */

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  /*left: -9999px;*/
  display: none;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 2px;
  width: 17px; height: 17px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 3px; left: 4px;
  font-size: 18px;
  line-height: 0.8;
  color: #635C9E;
  transition: all .2s;
}
[type="checkbox"][class*="proposed"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 3px; left: 4px;
  font-size: 18px;
  line-height: 0.8;
  color: #ADABAB;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}

/* hover style just for information */
label:hover:before {
  border: 1px solid #4778d9!important;
}

/* ---------------------------------------------------------------------------- */
.btn-group-vertical > .btn {
    margin-bottom: 2px;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-radius: 0px;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-radius: 0px;
}
.btn-group > .btn:first-child:not(:last-child) {
    border-radius: 0px;
}
.btn-group > .btn:last-child:not(:first-child) {
    border-radius: 0px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

/* ---------------------------------------------------------------------------- */
@media (max-height: 360px) {
    #PGMain {
        top: 0px;
    }
    
    #PGHeader {
        top: -100px;
    }
}

@media (max-height: 290px) {
    #LGSupport {
        visibility: hidden;
    }    
}

@media (max-width: 590px) {   
    #WrappText {
        font-size: 0;
    }
    
    #LGAcceptPolicy > label {
        font-weight: 100;
        font-size: 10px;
    }       
}

@media (max-height: 280px) {
    #PGMain {        
        bottom: 0px;
    }
        
    #PGFooter {
        top: 100%;
        height: 0%;        
    }    
    #PGFooterContent {
        display: none;
    }
    
}

body.dark
{
    color: #e9e9e9;
}

body.bright
{
    color: #00441d;
}

.dark #uwmlogo
{
    content:url(/img/logo_inv.png)
}

.bright #uwmlogo
{
    content:url(/img/logo.png)
}

.dark .uwmlogo
{
    content:url(/img/logo_inv.png)
}

.bright .uwmlogo
{
    content:url(/img/logo.png)
}

.dark #PGMain
{
    overflow-x:hidden; 
    overflow-y:hidden; 
    background: linear-gradient(rgba(48,48,48,0), rgba(48,48,48,0)), transparent url(/img/slate.png) no-repeat scroll 0% 0% / 100% 100%; 
    background-color: transparent;    
}

.bright #PGMain
{
    overflow-x:hidden; 
    overflow-y:hidden; 
    background: linear-gradient(rgba(48,48,48,0), rgba(48,48,48,0)), transparent url(/img/slate_inv.png) no-repeat scroll 0% 0% / 100% 100%; 
    background-color: transparent;    
}

/* ---------------------------------------------------------------------------- */
a {
    color: #00a345;
}

a:hover {
    color: #00c954;
    text-decoration-line: none;
}

a:focus {
    text-decoration-line: none;
}

/* ---------------------------------------------------------------------------- */
a.btn-codas {
    color: #e9e9e9;
	background-color: #00a345;
    border-color: #b1e3c6;
    border-radius: 0px;    
}
a.btn-codas:hover {
    color: #a7a7a7;
	background-color: #00c954;
    border-color: #e0ffed;
    border-radius: 0px;
}

a.btn-codas-bright {
    color: #4E4A6D;
	background-color: #FFFFFF;
    border-color: #4E4A6D;
    border-radius: 0px;    
}
a.btn-codas-bright:hover {
	color: #4E4A6D;
    background-color: #EEEDFF;
    border-color: #4E4A6D;
    border-radius: 0px;
}

button.btn-codas {
    color: #e9e9e9;
	background-color: #00a345;
    border-color: #b1e3c6;
    border-radius: 0px;    
}
button.btn-codas:hover {
    color: #3d3d3d;
	background-color: #00c954;
    border-color: #e0ffed;
    border-radius: 0px;
}
button.btn-codas:disabled {
    color: #6d6d6d;
	background-color: #2b2b2b;
    border-color: #141414;
    border-radius: 0px;    
}

button.btn-codas-bright {
    color: #4E4A6D;
	background-color: #FFFFFF;
    border-color: #4E4A6D;
    border-radius: 0px;    
}
button.btn-codas-bright:hover {
	color: #4E4A6D;
    background-color: #EEEDFF;
    border-color: #4E4A6D;
    border-radius: 0px;
} 

.dark #pathLogoText
{
    fill: #e6e6e6;
}

.dark #pathYellow
{
    fill: #a2a2a2;
}

.dark #pathRed
{
    fill: #fdfdfd;
}

.dark #pathViolett
{
    fill: #e6e6e6;
}

.dark #pathMotto
{
    fill: #e6e6e6;
}

.dark #pathCR
{
    fill: #e6e6e6;
}

.dark .modal-content
{
    background-color: #3d3d3d;
}

.bright .modal-content
{
    background-color: #ffffff;
}
