/*
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 : 25.07.2017, 09:07:17
    Author     : bt240134
*/

/*
                         Background Color   Border             Cursor
  Buttons grün:          #008B00    #FFFFFF 1px Solid #000000  pointer
  Buttons grün disabled:                                       not-allowed
  Buttons grau:          #48535A    #FFFFFF 1px Solid #000000  pointer
  Buttons grau disabled:                                       not-allowed
  Buttons weiß:          #FFFFFF    #000000 1px Solid #000000  pointer
  Buttons weiß disabled: #FFFFFF    #000000 1px Dashed #000000 not-allowed
  Titelleisten lila:     #7D58A2    #FFFFFF 1px Solid #000000  -
*/


@media screen, handheld {

  * {
    margin: 0;
    padding: 0;
  }

  html, body, img, fieldset {
    border: 0 solid;
  }

  .wholewidth {
    width: 90vw;
  }
  body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000;
    /*text-align: center;*/
    margin: 0 5vw;
    width: 90vw;
  }

  h2 {
    font-size: 1em;
    margin: 20px 0 10px 0;
    color: #48535A;
    /*padding: 0 10px;*/
  }
  
  #v2 {
    color: #333;
    /*background-color: #FF80CD;*/
    padding-top: 70px;
  }
	
	.blink {
		-webkit-animation: blink .75s linear infinite;
		-moz-animation: blink .75s linear infinite;
		-ms-animation: blink .75s linear infinite;
		-o-animation: blink .75s linear infinite;
		 animation: blink .75s linear infinite;
		 font-weight: bold;
		 font-size: 120%;
	}
	@-webkit-keyframes blink {
		0% { opacity: 1; }
		50% { opacity: 1; }
		50.01% { opacity: 0; }
		100% { opacity: 0; }
	}
	@-moz-keyframes blink {
		0% { opacity: 1; }
		50% { opacity: 1; }
		50.01% { opacity: 0; }
		100% { opacity: 0; }
	}
	@-ms-keyframes blink {
		0% { opacity: 1; }
		50% { opacity: 1; }
		50.01% { opacity: 0; }
		100% { opacity: 0; }
	}
	@-o-keyframes blink {
		0% { opacity: 1; }
		50% { opacity: 1; }
		50.01% { opacity: 0; }
		100% { opacity: 0; }
	}
	@keyframes blink {
		0% { opacity: 1; }
		50% { opacity: 1; }
		50.01% { opacity: 0; }
		100% { opacity: 0; }
	}
	
  #v2_test {
    color: #333;
    /*background-color: #FF80CD;*/
    padding-top: 70px;
  }

  .dialog,
  .dialogmiddle {
    border:1px solid gray;
    /*background-color:#f0f0ed;*/
    /*background-color:#C99857;*/
    background-color: #7F8990;
    /*color: #EBEBE4;*/
    color: #FFFFFF;
/*    padding: 10px;
    margin: 10px;*/
  }
  
  .accordion-body > .dialog {
    border:1px solid black;
  }
  
  .accordion-body p {
    padding: 10px 0px;
    text-align: left;
  }
  
  .innerdialog {
/*    background-color:#FFFFFF;*/
    margin-left: 0px;
    border: 1px solid;
  }

  .dialog td {
    /*font-size: 0.8em;*/
    white-space: nowrap;
    padding: 3px 10px;
    vertical-align: top;
  }

  .dialogmiddle td {
    /*font-size: 0.8em;*/
    white-space: nowrap;
    padding: 3px 10px;
    vertical-align: middle;
  }

/*  .dialog td:first-child {
    padding: 3px 0px;
  }*/
  
  .dialog th,
  .dialogmiddle th,
  .t-data-grid th,
  span.lila,
  div.lila {
    /*font-size: 0.8em;*/
    font-weight: bold;
    background-color: #372050;
    color: white;
    padding: 0.5em;
    text-align: left;
  }
  
  td.separator {
    font-weight: normal;
    background-color: #cc82cc;
    color: #000000;
    padding: 0.2em;
    text-align: center;
  }

  #logo {
    margin-right: 60px;
    float: left;
    width: 221px;
    height: 68px;
    font-size: 0.8em;
  }

  table.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  #button {
    margin-left: 10px;
    float: right;
    height: 68px;
  }

  .qq-uploader {
    background-color: #48535A;
    color: #FFFFFF;
    font-size: 0.8em;
    font-weight: bold;
    border: 0px !important;
  }
  
  .qq-upload-button-hover {
    /*border: 3px solid #48535A !important;*/
    color: #48535A !important;
    background-color: #EBEBE4 !important; 
    border: 3px solid #EBEBE4 !important;
  }
  a.qq-upload-button.btn {
    text-decoration: none;
  }
  
  .qq-upload-button {
    width: 100% !important;
    color: #FFFFFF !important;
    background-color: #48535A !important;
    border: 3px solid #48535A !important;
    -webkit-border-top-left-radius: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    -moz-border-top-left-radius: 0px !important;
    -moz-border-top-right-radius: 0px !important;
  }
  
  .qq-upload-button:hover {
    /*border-width: 0px !important;*/
    border: 3px solid #48535A !important;
    color: #48535A !important;
    background-color: #EBEBE4 !important; 
    -webkit-border-top-left-radius: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    -moz-border-top-left-radius: 0px !important;
    -moz-border-top-right-radius: 0px !important;
  }
  
  .qq-upload-list {
    display: none ;
  }
  
  .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }

  button.command,
  html input[type="button"].command,
  input[type="reset"].command,
  input[type="submit"].command,
  div.commandbutton, span.commandbutton {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #48535A;
    border: 3px solid #48535A;
    color: #EBEBE4;
    /*font-size: 0.9em;*/
    font-weight: bold;
    margin: 2px 0px;
    padding: 4px 10px;
    cursor: pointer;
    text-align: left;
  }

  select.command {
    background-color: #372050;
    color: #ffffff;
    font-weight: bold;
    margin: 2px 0px;
    padding: 4px 10px;
    text-align: left;
  }

  span.command, td>div.command {
    background-color: #372050;
    color: #ffffff;
    font-weight: bold;
    margin: 2px 0px;
    padding: 4px 10px;
    text-align: left;
  }

  select.group, button.group,
  html input[type="button"].group,
  input[type="reset"].group,
  input[type="submit"].group,
  div.groupbutton {
    width: 100%;
  }
  
  span.group {
    width: 100%;
    display: table-cell;
  }
  
  td>div.group {
    width: 100%;
  }
  
  button.command:hover,
  html input[type="button"].command:hover,
  .inputlabel:hover,
  input[type="reset"].command:hover,
  input[type="submit"].command:hover,
  div.commandbutton:hover {
    border: 3px solid #48535A;
    color: #48535A;
    background-color: #EBEBE4;
  }


  button.navcommand,
  html input[type="button"].navcommand,
  input[type="reset"].navcommand,
  input[type="submit"].navcommand {
    background-color: #009260;
    border: 3px solid #009260;
    color: #FFFFFF;
    /*font-size: 0.9em;*/
    font-weight: bold;
    /*margin: 2px 0px;*/
    padding: 4px 10px;
    cursor: pointer;
    text-align: left;
  }

  button.navcommand:hover,
  html input[type="button"].navcommand:hover,
  .inputlabel:hover,
  input[type="reset"].navcommand:hover,
  input[type="submit"].navcommand:hover {
    border: 3px solid #48535A;
    color: #EBEBE4;
    background-color: #009260;
  }

  button.tabactive,
  html input[type="button"].tabactive,
  input[type="reset"].tabactive,
  input[type="submit"].tabactive {
    background-color: #7F8990;
    border: 1px solid #7F8990;
    color: #FFFFFF;
    border-radius: 5px 5px 0px 0px;
    /*font-size: 0.9em;*/
    font-weight: bold;
    margin: 0px 0px;
    padding: 4px 10px;
    cursor: pointer;
    text-align: left;
  }

  button.tabinactive,
  html input[type="button"].tabinactive,
  input[type="reset"].tabinactive,
  input[type="submit"].tabinactive {
    background-color: #CCCCCC;
    border-top: 1px solid #7F8990;
    border-left: 1px solid #7F8990;
    border-right: 1px solid #7F8990;
    border-bottom: 1px solid #CCCCCC;
    color: #000000;
    /*font-size: 0.9em;*/
    /*font-weight: bold;*/
    border-radius: 5px 5px 0px 0px;
    margin: 0px 0px;
    padding: 4px 10px;
    cursor: pointer;
    text-align: left;
  }

  div.accordion-header-open {
    background-color: #48535A;
    border: 3px solid #48535A;
    color: #EBEBE4;
    /*font-size: 0.9em;*/
    font-weight: bold;
    cursor: pointer;
    background-image:none;
    margin:0; 
    padding:.5em .5em .5em 2.2em;
    position: relative;
    font-weight: bold;
  }

  div.accordion-header-open:hover {
    border: 3px solid #48535A;
    color: #48535A;
    background-color: #EBEBE4;
  }

  div.accordion-header-closed {
    background-color:#48535A;
    background-image:none;
    color: #EBEBE4;
  /*  border-top-right-radius:4px;
    border-top-left-radius:4px;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px;*/
    border:3px solid #48535A;
    margin:0; 
    padding:.5em .5em .5em 2.2em;
    position: relative;
    font-weight: bold;
  }

  div.accordion-header-closed:hover {
    border: 3px solid #48535A;
    color: #48535A;
    background-color: #EBEBE4;
  }

  .accordion-body {
    border-top:0;
    overflow:auto;
    background-color:#7F8990;
    background-image:none;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px;
    border-left:1px solid #aaaaaa;
    border-right:1px solid #aaaaaa;
    border-bottom:1px solid #aaaaaa;
    padding:1em 2.2em
  }

  .accordion-icon-open {
    position: absolute;
    left: .5em;
    background-image:url("/portal/assets/meta/f701212b/ubt/layout/images/ui-icons_454545_256x240.png");
    background-position:-32px -16px;
    
    top: 50%;
    margin-top: -8px;
    height: 16px;
    width: 16px;
    filter: invert(100%);
  }

  .accordion-icon-open:hover {
    filter: invert(0%);
  }

  .accordion-icon-closed {
    position: absolute;
    left: .5em;
    background-image:url("/portal/assets/meta/f701212b/ubt/layout/images/ui-icons_454545_256x240.png");
    background-position:-64px -16px;
    top: 50%;
    margin-top: -8px;
    height: 16px;
    width: 16px;
    filter: invert(100%);
  }

  .accordion-icon-open:hover {
    filter: invert(0%);
  }

  .inputlabel {
    background-color: #48535A;
    border: 1px solid #372050;
    color: #FFFFFF;
    /*font-size: 0.9em;*/
    font-weight: bold;
    margin: 2px 0px;
    padding: 4px 10px;
    cursor: pointer;
    width:100%;
  }

  span>button.command {
    background-color: #00d2a0;
    border: 1px dotted #00a270;
    color: #000;
    /*font-size: 0.9em;*/
    font-weight: bold;
    margin: 2px 0px;
    padding: 4px 10px;
    cursor: not-allowed;
  }

  span>button.command:hover {
    background-color: #00d2a0;
    border: 1px dotted #00a270;
    color: #000;
    /*
    font-size: 0.9em;
    font-weight: bold;
    margin: 2px 0px;
    padding: 4px 10px;
    cursor: not-allowed;*/
  }

  span>button.userorg {
    border:1px dotted black;
    cursor: not-allowed;
  }

  button.userorg {
    background-color:white;
    color:#006600;
    border:1px solid black;
/*    font-size:0.8em;*/
    font-weight: bold;
    margin: 2px 0px;
    padding: 4px 10px;
    cursor: pointer;
  }

  button.userorgroot {
    background-color:white;
    color:#48535A;
    border:1px solid black;
/*    font-size:0.8em;*/
    font-weight: bold;
    margin: 2px 0px;
    padding: 4px 10px;
  }

 button.small,
  html input[type="button"].small,
  .inputlabelsmall,
  input[type="reset"].small,
  input[type="submit"].small,
  div.smallbutton, span.smallbutton {
/*    margin: 2px 0px;
    padding: 2px 6px;*/
    font-size: 0.8em;
    font-weight: normal;
  }

 .upper {
    text-transform: uppercase;
  }

 .buttonBlock .upper {
    text-transform: uppercase;
    background-color: #009260;
    color: #FFFFFF;
  }

 .errorBlock {
    background-color: red;
    color: #FFFFFF;
  }

  .upper input {
    text-transform: uppercase;
  }

  button.left {
    text-align: left;
  }

  span button.small {
    margin: 2px 0px;
    padding: 2px 6px;
    font-size: 0.8em;
    font-weight: normal;
  }

  button.group {
    width: 100%;
  }
  
  table.group {
    width: 100%;
  }
  
  td.group {
    padding: 0px;
    width: 100%;
  }

  button img {
    vertical-align: middle;
  }

  footer {
    font-size: smaller;
  }

  #logofooter {
    margin-right: 0px;
    float: left;
    height: 68px;
    text-align: left;
  }

  .buttonfooter {
    margin-left: 0px;
    float: right;
    height: 68px;
    /*font-size: 0.7em;*/
  }

  div.catheader {
    background-color: #372050;
    color: white;
    font-weight: bold;
    padding: 5px 15px;
    margin-bottom: 5px;
    text-align: left;
  }

  div.catbox {
    min-width: 350px;
  }

  div.cat2box {
/*    width: 100%;
    clear: both;*/
  }

  div.catleft {
    float: left;
    margin: 0 10px;
		overflow: auto;
  }

  div.catright {
    float: left;
    margin: 0 10px;
		overflow: auto;
  }

  div.catmiddle {
    float: left;
    margin: 0 10px;
		overflow: auto;
  }
  
  .catbox ul {
    padding-left: 0px;
    list-style-type: none;
  }

  .veryimportant {
    color: red;
    /*font-weight: bolder;*/
  }

  .invisible {
    visibility:hidden;
  }
  
  .autocomplete {
    background-image: url("/portal/assets/meta/d8dd4769/ubt/layout/images/search-icon.png");
    background-repeat: no-repeat;
    background-position: right;
    background-color:   #ffffff;
  }

  .autocomplete:disabled {
    background-image: url("/portal/assets/meta/d8dd4769/ubt/layout/images/search-icon.png");
    background-repeat: no-repeat;
    background-position: right;
    background-color:   #f0f0f0;
  }

  input.vorsicht {
    background-image: url("/portal/assets/meta/36ccbe6d/ubt/layout/images/101.png");
    background-repeat: no-repeat;
    background-position: right;
    background-color:   yellow;
  }

  button.vorsicht:hover {
    background-image: url("/portal/assets/meta/36ccbe6d/ubt/layout/images/101.png");
    background-repeat: no-repeat;
    background-position: right;
    background-color: yellow !important;
  }

  div.grayBlock, td.grayBlock, tr.grayBlock {
    text-align: left;
    background-color: lightgrey;
    padding: 10px;
  }
  
  div.buttonBlock, td.buttonBlock, tr.buttonBlock, table.buttonBlock {
    text-align: left;
    /*background-color: lightgrey;*/
    padding: 10px;
  }
  
  tr.border {
    border-top: 1px solid black;
    border-bottom:  1px solid black;
  }

  input.buttonBlock {
    /*font-size: 0.8em;*/
    padding: 2px 10px;
  }

  button.buttonBlock {
    /*font-size: 0.8em;*/
    padding: 2px 10px;
  }

  p.buttonBlock {
    font-size: 0.8em;
    font-weight: bold;
    margin: 5px 0px 0px 0px;
    line-height: 0;
  }

  #orgtree ul {
    margin-top: 8px;
    margin-right: 0;
    margin-bottom: 8px;
    margin-left: 10px;
    padding-left: 10px;
    list-style-image: none;
    list-style-type: none;
  }
  #orgtree li {
    background: transparent;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 10px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 10px;
  }
  
  span>a, span>a:link, span>a:active, span>a:visited {
    text-decoration: underline;
  }
  
  span.t-tree-label>a, span.t-tree-label>a:link, span.t-tree-label>a:active, span.t-tree-label>a:visited {
    text-decoration: none;
  }
  
  a, a:link, a:active, a:visited {
    text-decoration: none;
    background: transparent;
    color: #48535A;
  }
  
  tr.lightyellow {
    background-color: #f2efba !important;
    color: #000000;
  }

  tr.altering:nth-child(even) {
    background-color: #e0e0e0;
    color: #000000;
  }
  
  tr.altering:nth-child(odd) {
    background-color: #fff;
    color: #000000;
  }
  
  table.teldata {
    border: 1px solid #e0e0e0;
  }
  
  table.teldata td {
    padding: 3px 10px;
    text-align: left;
    vertical-align: top;
  }
  
  DIV.ubt-error h4 {
      padding: 2px;
      display: block;
      margin: 0px;
      background-color: red;
      color: white;
      font-weight: bold;
  }
  
  DIV.ubt-error button.close {
    display: none;
  }

  DIV.ubt-error UL {
    color: red;
    background-color: white;
  }
  
  DIV.ubt-error LI {
    margin-left: 20px;
  }
  
  DIV.ubt-error {
      border: 1px solid red;
      padding: 0px;
      margin: 4px 0px;
  }
  
  DIV#alerts {
    font-size: larger;
  }

  .red-date {
    background-color: red;
    font-weight: bold;
    color: white;
  }

  .yellow-date {
    color:   black;
    font-weight: bold;
    background-color: yellow;
  }

  .green-date {
    background-color: green;
    font-weight: bold;
    color: white;
  }
  
  table.t-data-grid td {
    vertical-align: middle;
  }
  
  .ui-widget-content {
    /*background-color: #f2ece3;*/
    background-color: #7F8990;
    background-image: none;
  }
  .ui-state-active {
    /*background-color: #e6e6e6;*/
    background-color: #48535A;
    background-image: none;
  }

  .ui-widget {
    font-size: 1em;
  }
	
	.bold {
		font-weight: bold;
	}

}
@media only screen and (max-width: 767px) {
  .wholewidth {
    width: 100vw;
  }
  body {
    width: 100vw;
  }

}