﻿.logout-panel
{
    float: right;
}

.top-filter-panel, .top-pagesize-panel, .top-language-panel, .top-payout-notification-panel
{
    float: left;
    margin-right: 10px;
}

.top-payout-notification-panel {
    min-width: 50px;
    height: 24px;
    background-image: url(Img/payout_notification_oB_small.png);
    background-position: left center;
    background-repeat: no-repeat;
    display: none;
    animation: payoutFrames 1.5s ease-in-out infinite alternate;
    border-radius: 2px;
    margin-left: 15px;
    margin-right: 15px;
}

.top-payout-notification-panel a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    top: -20px;
}

.top-value-panel {
    margin-left: 25px;
    margin-top: 4px;
    padding-right: 5px;
}

@keyframes payoutFrames {
  from {
      text-shadow: 0 0 0px #383838, 0 0 0px #383838, 0 0 0px #383838, 0 0 0px #383838, 0 0 0px #383838, 0 0 0px #383838, 0 0 0px #383838, 0 0 0px #383838;
      box-shadow:  0 0 0px #383838, 0 0 0px #383838, 0 0 0px #383838, 0 0 0px #383838, 0 0 0px #383838, 0 0 0px #383838, 0 0 0px #383838, 0 0 0px #383838;
  }
  to {
      text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177;
      box-shadow:  0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177;
  }
}

.top-value-panel span {
    font-weight: bold;
}

.tree-usergroup {
    height: 100%;
}

.user-panel
{
    float: left;
    width: calc(100% - 10px);
    color: #fff;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 5px;
    background: #383838; /* Old browsers */
    background: -moz-linear-gradient(top,  #383838 0%, #303030 50%, #272727 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #383838 0%,#303030 50%,#272727 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #383838 0%,#303030 50%,#272727 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#272727',GradientType=0 ); /* IE6-9 */
}

.verlauf-panel
{
    float: left;
    width: calc(100% - 5px);
    height: 24px;
	line-height: 24px;
    border-bottom: 6px solid #ddd;
    background: #383838;
    background: -moz-linear-gradient(top, #383838 0%, #303030 50%, #272727 100%);
    background: -webkit-linear-gradient(top, #383838 0%,#303030 50%,#272727 100%);
    background: linear-gradient(to bottom, #383838 0%,#303030 50%,#272727 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#272727',GradientType=0 );

	color: #aaa;
	padding-left: 5px;
	font-size: 12px;
}

.error-panel
{
    float: left;
    cursor: pointer;
    z-index: 10001;
    position: absolute;
    line-height: 25px;
    padding-right: 10px;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.error-panel .errorOuter
{
    color: #ffff00;
    width: 500px;
    position: absolute;
    left: calc(50% - 250px);
    top: 30%;
    text-align: center;
    font-size: 20px;
}

.errorInner {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    background: #000;
    padding: 20px 0;
    border-radius: 6px;
}

.errorInner .fa {
    position: absolute;
    right: -10px;
    top: -15px;
    color: #fff;
    font-size: 30px;
}

.dropdown-control
{
    float: left;
    color: Black;
    z-index: 2;
    line-height: 20px;
}

.dropdown-control { width: 210px; }
.dropdown-control > .dropdown-choice { width: 206px; }

.header-panel .dropdown-control[data-typ="groupFilter"] { width: 200px; }
.header-panel .dropdown-control[data-typ="pageSize"] { width: 50px; }

.header-panel .dropdown-control[data-typ="groupFilter"] > .dropdown-choice { width: 196px; height: 200px; max-height: 999999999px; overflow: hidden; }
.header-panel .dropdown-control[data-typ="pageSize"] > .dropdown-choice { width: 46px; }

.header-panel .dropdown-control[data-typ="Language"] { width: 200px; }
.header-panel .dropdown-control[data-typ="Language"] > .dropdown-choice { width: 196px; max-height: 999999999px;}

.header-panel .dropdown-control[data-typ="Currency"] { width: 200px; }
.header-panel .dropdown-control[data-typ="Currency"] > .dropdown-choice { width: 196px; max-height: 999999999px;}

.dropdown
{
    width: 20px;
    height: 100%;
    border-left: 2px solid #337ab7;
    border-top: 0px;
    border-bottom: 0px;
    float: right;
    background: url(Img/arrow_down.gif) left center no-repeat;
    background-size: contain;
}

.dropdown-active-enter > .dropdown
{
    background: url(Img/arrow_left.gif) left center no-repeat;
    background-size: contain;
}

.dropdown-active
{
    cursor: pointer;
    height: 24px;
    background: #3b8bd1;
    color: #000;
    line-height: 24px;
    border-radius: 3px;
    font-weight: bold;
    overflow: hidden;
    background: #f2f6f8;
    background: -moz-linear-gradient(top, #f2f6f8 0%, #d8e1e7 50%, #e0eff9 100%);
    background: -webkit-linear-gradient(top, #f2f6f8 0%,#d8e1e7 50%,#e0eff9 100%);
    background: linear-gradient(to bottom, #f2f6f8 0%,#d8e1e7 50%,#e0eff9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 );
}

.dropdown-active-enter, .dropdown-active:hover
{
}

.dropdown-active > span
{
    display: inline-block;
    margin-left: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 27px);
}

.dropdown-choice
{
    position: absolute;
    display: none;
    border: 2px solid black;
    z-index: 2;
    background-color: White;
    max-height: 175px;
    overflow-y: auto;
}

.dropdown-entry
{
    width: 100%;
    float: left;
    cursor: pointer;
    z-index: 2;
    white-space: nowrap;
    overflow: hidden;
}

.dropdown-entry:hover
{
    background-color: #ddd;
}

.dropdown-entry.checked, dropdown-entry.checked:hover
{
    background-color: #ddd;
}

.dropdown-entry > span
{
    margin-left: 5px;
    display: inline-block;
    white-space: nowrap;
}



/* GroupFilter Dropdown Spezifische Anpassungen */

div[data-postback="group_filter_tree"]
{
    float: left;
    height: 100%;
    width: 100%;
}

.groupfilter-ok-button, .groupfilter-cancel-button
{
    min-width: 75px;
    margin-top: 3px;
    margin-left: 5px;
}

.dropdown-active span[class~="dropdown-icon"]
{
    background-size: contain;
    background-position: 0px -2px;
    background-repeat: no-repeat;
    width: 16px;
    height: 14px;
    margin-left: 3px;
    margin-right: 3px;
    display: inline-block;
    margin-bottom: 2px;
    padding-bottom : 2px;
}

.dropdown-active span[class~="dropdown-title"]
{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    max-width: 140px;
}

.usergroup-content-panel
{
    width: 100%;
    height: calc(100% - 72px);
    overflow: auto;
    line-height: initial;
}

.usergroup-bottom-panel
{
     width: 100%;
     height: 72px;
     border-top: 2px solid black;
}

.usergroup-bottom-panel input[type="button"] {
    margin-bottom: 0px;
    width: calc(100% - 34px);
    margin-left: 17px;
}

.username-text
{
    margin-left: 20px;
}



/* USER-CONTROL*/

.top-usercontrol-panel{
    float: left;
    margin-right: 10px;
    background-image: url('Img/arrow_down.gif');
    padding-right: 35px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    line-height: 24px;
    background-color: #f0ad4e;
    border-radius: 3px;
    font-weight: bold;
    background-color: #f0ad4e;
    border-radius: 3px;
	position: relative;
}

.top-usercontrol-panel:hover {
    background-image: url('Img/arrow_left.gif');
}

.cloneLogoutBtn.top-usercontrol-panel {
    background-image: none;
    padding-right: 0;
	padding: 0 10px;
    background-color: #999;
}

.cloneLogoutBtn.top-usercontrol-panel:hover {
    background-image: none;
	background-color: #666;
}

.cloneLogoutBtn.top-usercontrol-panel a {
	color: #fff;
	text-decoration: none;
    min-width: 80px;
    display: block;
    text-align: center;
}

.user-actions {
    display: inline-block;
    position: relative;
    line-height: 25px;
    cursor: pointer;
    border-left: 2px solid #fff;
    z-index: 999;
    background-color: #f0ad4e;
}

.top-usercontrol-panel .user-actions {
    padding: 0px;
    left: calc(50% - 90px);
    position: absolute;
    width: 180px;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
	border: 2px solid #fff;
}

.top-usercontrol-panel .user-actions div:hover {
    background: #666;
}

.user-actions > div > a
{
    color: White;
    text-decoration: none;
    display: block;
    width: calc(100% - 25px);
    height: 100%;
    line-height: 35px;
    padding-left: 25px;
}

.top-usercontrol-panel:hover .user-actions {
  display: block;
  opacity: 1;
  visibility: visible;
}

.top-usercontrol-panel:hover {
    cursor: pointer;
}

.user-action-logout {
    border-top: 2px solid white;
}



/* PopUp */

div[data-action="popup"] > table
{
   margin-top: 10px;
   margin-left: 10px;
}

div[data-action="popup"] input[type="submit"]{ margin-right: 5px; margin-top: 5px; margin-bottom: 5px; }
div[data-action="popup"] input[type="text"], div[data-action="popup"] input[type="password"] { width: 196px; float: left; }

div[data-action="popup"] .dropdown-control[data-typ="Language"] > .dropdown-choice { max-height: 150px;}
div[data-action="popup"] .dropdown-control[data-typ="Currency"] > .dropdown-choice { max-height: 150px;}

/* LOGIN History */

.grid-cell-history-date { min-width: 140px; }
.grid-cell-history-ip { min-width: 200px; }
.grid-cell-history-status { min-width: 200px; }

div[data-typ="Login_History"] .grid-row, div[data-typ="Login_History"] .grid-row-alternate { cursor: default; }

.grid-cell-history-status { padding: 0px !important;}
.grid-cell-history-status div { display: block; padding-left: 3px; padding-right: 3px; }

.grid-cell-history-status div[data-typ="1"] { background-color: #90EE90; }
.grid-cell-history-status div[data-typ="2"], .grid-cell-history-status div[data-typ="3"] { background-color: #FA8072; }

div[data-action="popup"] input[type="text"].setting-url-input {
    width: 315px;
}