.presNavStrip .rtsLink {
      height: 39px !important;
}

.presNavStrip .rtsSelected {
      margin-bottom: -1em;
}

.rtsTop .rtsLevel1 .rtsUL {
 margin-bottom: 0 !important; 
}
#Tabs ul {
padding: 0px;
margin: 0px;
margin-left: 10px;
list-style-type: none;
}
#Tabs ul li {
display: inline-block;
clear: none;
float: left;
height: 24px;
}

#Tabs ul li a {
position: relative;
margin-top: 16px;
display: block;
margin-left: 6px;
line-height: 24px;
padding-left: 10px;
background: #f6f6f6;
z-index: 9999;
border: 1px solid #ccc;
border-bottom: 0px;

/* The following four lines are to make the top left and top right corners of each tab rounded. */
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
/* end of rounded borders */

width: 130px;
color: #000000;
text-decoration: none;
font-weight: bold;
}

#Tabs ul li a:hover {
text-decoration: underline; // a very simple effect when hovering the mouse on tab
}

#Tabs #Content_Area { // this is the css class for the content displayed in each tab
padding: 0 15px;
clear:both;
overflow:hidden;
line-height:19px;
position: relative;
top: 20px;
z-index: 5;
height: 150px;
overflow: hidden;
}


[id*=wcbForm] .Single-Row-TextBox {
	line-height: 1.43 !important;
	height: 5em !important;
	padding-top: .5em !important;
}

[id*=hlReturnUrl] .FormButton, [id*=hlReturnUrl] a.FormButton {
     color: #fff !important;
}

[id*=hlReturnUrl] .FormButton, [id*=hlReturnUrl] a.FormButton:hover {
     color: #B22028 !important;
}

[SubEvent] input[type=checkbox] ~ label:before {
    position: absolute;
    display: inline-block;
    top: 0;
}
[SubEvent] input[type=checkbox] ~ label:before {
    position: absolute;
    display: inline-block;
    top: 0;
}

a#PreviousButton {
    color: #39639a !important;
}

a#PreviousButton:hover {
    color: #fff !important;
}

.No-Bootstrap-Col {
     width: 15% !important; 
}

.SMALL-RIGHT-PADDING {
    display: grid !important; 
}

.MegaMenu .Wrapper-SubMenu[depthlevel="1"], .MegaMenu .Wrapper-SubMenu[depthlevel="1"]:first-child {
    min-width: 700px;
}

.MegaMenu .Wrapper-SubMenu[depthlevel="1"].expanded {
    padding-right: .5em !important;
}

#padded {
  padding-right: 30px;
}

#back {
	background-color: #fafafa;
   padding-left: 20px;
   padding-right: 20px;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

  #gridpad {
    padding-right:20px;
  }

.left {
  padding-left: 30px;
  }

  .centered {
	margin: auto;
    width: 50%;
}

  .block {
  background-color: rgb(7,77,113,0.4)
  padding: 20px;
  }

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.dnnFormPopup.dnnClear.dnnFormPopupExtended.ui-draggable {
    top: 25% !important;
    left: 35% !important;
  position: fixed !important;
}

div.ui-dialog-titlebar > .ui-dialog-titlebar-close {
    background: #585858 url(../../../../../images/closeBtn.png) no-repeat !important;
    background-position: 4px 4px !important;
}

.dnnFormPopupExtended, .ui-widget-content {
    top: 25% !important;
    left: 35% !important;
    position: fixed !important;
}























