﻿.hideOverflow
{
    overflow:hidden;
}

.inline
{
    display:inline;
}

.blueText
{
    color:Blue;
    font-weight:bold;
}


.pageContent .rfdValidationSummaryControl ul
{
    margin-left:30px !important;
    padding-left:inherit !important;
    min-height:inherit !important;
    color:inherit !important;
    background:none !important;
}

.RadListBox .rlbList
{
    list-style : none !important;
    list-style-image : none !important;
    list-style-position : outside !important;
    list-style-type : disc !important;
}

.RadScheduler .rsAdvancedEdit label
{
    padding:0 !important;
}


table label
{
  width:inherit !important;
  float:none !important;
}


.RadTabStrip .rtsLevel a {   
   text-decoration: none !important;   
}

.RadListBox .rlbList label
{
    padding:0 !important;
}

html .RadAsyncUpload {
    width: 100%;
}

html .RadAsyncUpload .ruFakeInput  {
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: -o-calc(100% - 80px);
    width: calc(100% - 80px);
}


html .RadAsyncUpload .ruFileWrap {
    display: block;
}
 

.rspSlideContainer
 { 
     border: 1px solid black !important;
 }


.rspPaneTabContainer
{
    border-width:1px 0 1px 1px !important;
}

.windowContent
{
	padding: 20px;
    width:960px;
}

h4
{
    margin-bottom:10px !important;
    border-bottom: none !important;
    font-size:large !important;
    clear:both;
}

h5
{
    margin-bottom:10px !important;
    border-bottom: none !important;
    font-size:medium !important;
    clear:both;
}

.clearFiltersBtn {
    background: url(images/icons/clear-filters..png);
    height: 30px;
    width: 30px;
}
.listBoxCategory{ font-weight:bold;}
.rightImage{float:right;}
.toolTip{ padding:5px 5px 5px 5px;}
.toolTipEdit{ float:right;}
.toolTipHeader{ }
.toolTipHeading{ font-weight:bold; line-height:32px; font-size:medium; float:left;}
.helpIconLeft {float:left; padding-right: 5px; padding-top:10px; width:16px;}
.helpIcon {float:left; padding-right: 3px;}

.subHeading{ font-weight:bold; font-size:large;}

.overlay{position: fixed;z-index: 98;top: 0px;left: 0px;right: 0px;bottom: 0px;  background-color: #aaa;  filter: alpha(opacity=80);  opacity: 0.8;}
.overlayContent{z-index: 99;margin: 250px auto;width: 80px;height: 80px;}
.overlayContent h2{  font-size: 18px;  font-weight: bold;  color: #000;}
.overlayContent img{width: 80px;height: 80px; background-color:White;}

.featured
{
    width:960px;
    border:1px solid #E0E0E0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.featured p
{
    padding-left:6px;
    padding-right:6px;
}

.featured ul
{
    margin-bottom:0;
    padding:5px 5px 5px 5px; 
    list-style-type:none;
}

.featured ul li
{
    padding-bottom:10px;
}


.PasswordStrenthBase {
    display: inline-block;
    font: 12px/18px "segoe ui",arial,sans-serif;
    height: 20px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 121px;
    color: #fff;
    border: 1px solid #333;
}

.L0 {
    border: 0 none;
}

.L1 {
    background-color: #ff3933;
}

.L2 {
    background-color: #ff6633;
}

.L3 {
    background-color: #ff3399;
}

.L4 {
    background-color: #cccc33;
}

.L5 {
    background-color: #33cc00;
}