﻿@import url('/App_Themes/Core/jQueryUI/smoothness/jquery-ui-1.8.1.custom.css');
@import url('/App_ClientScript/CookieCuttr/CookieCuttr.css');

.displayNone
{
    display: none;
}


.clear
{
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}


.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.floatCenter
{
    text-align: center;
}

.floatLeftMargin
{
    margin-left:20px;
    float:left;
}



.panelLoading
{
    clear: both;
    z-index: 100;
    background-color: black;
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    padding: 20px;
    color: White;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    font-size: 1.6em;
    font-weight: bold;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top:200px;
    width: 400px;
    height: 200px;
}

.panelLoading .loadingContent
{
    margin-top: 60px;
}

.panelLoading .loadingGraphic
{
    margin-top: 10px;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}


div#panelLoadingPublic
{
    margin-top:300px;
    width: 200px;
    height: 100px;
}

div#panelLoadingPublic .loadingContent
{
    margin-top:35px;
}

.cc-cookies 
{
    position:relative;
}

/*
Scrollable
*/

div.scrollable
{
    /* required settings */
    position: relative;
    overflow: hidden; /* vertical scrollers have typically larger height than width */
    height: 480px;
    margin-top: 10px;
}
/* root element for scrollable items */div.scrollable div.items
{
    position: absolute; /* this time we have very large space for the height */
    height: 20000em;
}
/* root element for scrollable */
.vertical
{
    /* required settings */
    position: relative;
    overflow: hidden; /* vertical scrollers have typically larger height than width */
    height: 470px;
    border: none;
}
/* root element for scrollable items */
.items
{
    position: absolute; /* this time we have very large space for height */
    margin: 0px;
}
/* the action buttons above the scrollable */
#actions
{
    margin: 0px;
    margin-right: 10px;
}
.disabled
{
    visibility: hidden;
}

img.beta
{
opacity:0.4;
filter:alpha(opacity=40);
margin-left:5px;
}

img.beta:hover
{
opacity:1;
filter:alpha(opacity=100);
}


span.textItemBlock strong
{ 	font-weight:bold;
    display: inline;
    color: inherit;
  	font-size: inherit;    
}

div.dvTestPlatform #dvTestPlatformContainer
{
    position:fixed;
    top:20px;
    left:20px;
	padding:10px;
	background-color: red;	
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
    opacity: 0.3;
    -moz-opacity:0.3;
    font-size:100%;
    font-weight:bold;
    z-index:900;
    width:145px;
    height:16px;
}

div.dvTestPlatform span
{
    position:fixed;
    color: #000000;
    top:20px;
    left:20px;
    z-index:999;
    padding:10px;
    font-size:100%;
    font-weight:bold;
}

.iFramePayment
{
    margin-left:auto;
    margin-right:auto;
    width:100%;
    height:2000px;
    display:block;
}

#overlayContainer
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 65535;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#overlayContainer iframe
{
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}