/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */  



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
  background-color: #002244;
  padding: 5px 10px;
  color: white;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

/*set color*/
 
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.mainMenu .root .icn {
	display: none !important;
  }
}

.mainMenu .root .icn {
    position: absolute !important;
    width: 24px !important;
    height: 24px !important;
    margin: auto !important;
    left: 0 !important;
    right: 0 !important;
    margin-top: 10px !important;
    pointer-events: none !important;
}


/*highlight Color 1*/
#breadcrumb li::after, #breadcrumb li:last-child a, .mainMenu .sel, .mainMenu .bc,
.mainMenu .root.hov, .content .stat div, .content .stat div p, .mainMenu .root:hover:before, .content .item.head, .content {
    border-color: #57bfe3 !important;
    color: #57bfe3 !important;
}

.item.head h2, .content .item.head h3{
    border-color: #002244 !important;
    color: #002244 !important;
}
 
.nds button{
    background-color: #002244;
}

.LoginPanel .dnnSecondaryAction {
    background: #d2dfe8;
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 20px;
    transition: all ease-in 200ms;
}

.LoginPanel .dnnPrimaryAction {
    background: #0d458d;
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 20px;
    transition: all ease-in 200ms;
}

.ndLogin .dnnLoginService input {
  width: 250px;
}

#dnn_ctr7915_Login_Login_DNN_cmdCancel{
  display: none;

}

.lim .basket_confirm button {
  display: inline-block !important;
}
/*dnn fix: added in an update.*/


.fu-container.ui-dialog-content.ui-widget-content, .ui-dialog-content.ui-widget-content{
    height: 100% !important;
}

.ndLogin {
  width: 280px!important;
}

@media only screen and (max-height: 800px)
.ndLogin {
  width: 280px !important;
}
}


.LoginPanel .dnnSecondaryAction {
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 20px;
    transition: all ease-in 200ms;
}

.LoginPanel .dnnPrimaryAction {
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 20px;
    transition: all ease-in 200ms;
}

.ndLogin .dnnLoginService input {
  width: 250px;
}

.ndLogin .dnnFormItem:nth-child(4) {
  margin-top: 0 !important;
}

.hiddentable td{
    color: black;
    font-size: 12px;
}

.hiddentable td input{
    margin: 10px !important;
}

.hidden { display: none !important; }

.ndFm input{
  	border: thin solid rgba(0, 0, 0, 0.05);
  	padding: 5px;
}

.CommandButton, .CommandButton a{
  	color: white !important;
}


.ndLogin :nth-child(5).dnnFormItem{
  margin-top: -95px !important;
}


.sidebar ul li ul li a {
	height: auto !important;
}

.ndtable tr.l2 li{
}


.content .head.item{
}

p.info{
  margin: 0 !important; padding: 0;
}

.content ul{
  margin: 0 !important;
}

.dnnFormMessage.dnnFormSuccess{
  display: block !important;
}

a.lim_a{
  color: white !important;
}

#dnn_ctr7915_Login_Login_DNN_cmdCancel{
  display: none;

}

.lim .basket_confirm button {
  display: inline-block !important;
}
/*dnn fix: added in an update.*/


.fu-container.ui-dialog-content.ui-widget-content, .ui-dialog-content.ui-widget-content{
    height: 100% !important;
}

.ndLogin {
  width: 280px!important;
}

@media only screen and (max-height: 800px)
.ndLogin {
  width: 280px !important;
}
}

/*set color*/
 
/*highlight Color 1*/
#breadcrumb li::after, #breadcrumb li:last-child a, .mainMenu .sel, .mainMenu .bc,
.mainMenu .root.hov, .content .stat div, .content .stat div p, .mainMenu .root:hover:before, .content .item.head, .content .item.head h2, .content .item.head h3{
    border-color: #57bfe3 !important;
    color: #57bfe3 !important;
}
 
.nds button{
    background-color: #002244;
}
 
/*table*/
.ndtable th {
    border-bottom: thin solid #f2f2f2;
}
 
.ndtable tr.l1::after, .content .panels .footer a {
    background-color: #002244 !important;
}

.ndtable tr.l1::after {
	margin-right: 13px;
  font-family: Open Sans, Arial, Lucida Grande, sans-serif !important;
    width: 60px !important;
    content: 'Lesdata' !important;
    font-size: 12px !important;
	}
 
table button, .lim_a {
    background-color: #002244 !important;
}
 
/*highlight Color 2*/
.sidebar ul li ul li a.active, .sidebar ul li a:hover, .sidebar li:hover:before, .sidebar li a.active, .sidebar ul li ul li a:hover,{
    color: #57bfe3 !important;
    border-color: #57bfe3 !important;
}
 
 .sidebar ul li ul li a, .sidebar ul li ul li a,{
     border-color: #002244 !important;
 }
 
 
/*navGradient*/
.navBar {
  background: #002244 !important;
}
 
/*display: none if an image overlay is unwanted*/
.navBar:before{
    display: none;
}
/*only the first color should be changed (same as navbar background)*/
.navBar #triangle {
  border-color: #002244 transparent transparent transparent;
}
 
/*set fonts*/
html, body, h1, h2, h3, h4, h5, p{
    font-family: Open Sans, Arial,Lucida Grande,sans-serif; !important;
    /*color: #002244 !important;*/
}

h2{
  color: #002244 !important;
}
 
 
#yt_container{ position: relative; width: calc(100% + 80px); margin-left: -40px; height: 300px; top: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
#yt_bg{ width:100%; height:300px; }

.footer, .lim {
    /*background: #002244;*/
}
.lim .basket_block_title {
  color: #d2dfe8 !important;
  font-weight: bold;
}

.header h2 a {
    color: #002244;
}


.sidebar ul li a {
    color: #002244;
}

.riTextBox { height: 27px !important;
}
.rcCalPopup {
  margin-left: 10px !important;
}

.form {
  margin-bottom: 100px !important;
}

#dnn_dnnLOGO_hypLogo img {
  width: 8%;
  height: auto !important;
  float: left;
}

.companytxt {
   margin-top: 30px;
   margin-left: 50px;
}

.dnnFormSuccess {
  color: black !important;
}

.textWrap h3 {
  line-height: 15px !important;
}


.content .item{
  margin: 10px 0;
}

.ndtblock {
  padding: 0 !important;
}

.ndtblock .item {
	background-color: white !important;
	border: none !important;
}
	
.ndtblock .item h2{
color: #002244 !important;
}
.ndtblock .item h3{
color: #002244 !important;
}

.ndtblock .item .tableMI{
color: #002244 !important;
}

.aspNetDisabled { color: #4B4B4B; background-color: #FFFFFF; border: 0px !important; padding: 0px !important; }

#dnn_ctr_EditUser_cmdDelete { display:none }
#dnn_ctr_EditUser_adminTabNav {display:none }


textarea {
    margin-left: 10px !important;
    width: 167px;
}

.raDiv, .RadAjax .raColor {
    width: 50vw !important;
    height: 75vh !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

#SideNav li a {
    color: #002244;
}

#profileImg img {
    background-image: url('/Portals/294/LOGO%20SPV%202019.jpg?ver=2020-06-09-130728-880&timestamp=1591700866751') !important;
}

.imgR {
  display: none;
}

.sobaChildItem ul { 
   list-style-type: disc !important;
   list-style-position: inside !important; 
  margin-top: -10px !important;
}

.sobaChildItem ul li {
  line-height: 15px;
}

.CommandButton2 {
    background-color: #002244;
    padding: 5px 10px;
    color: white !important;
  border-radius: 10px;
}

#MainNav li a {
font-size: 11px;
}

.basket_confirm button {
  display: none !important;
}

.basketconfirm_confirm {
    font-size: 12px !important;
    padding-right: 10px !important;
    background-color: rgb(0, 130, 74) !important;
    border: 0;
    padding: 10px 15px !important;
    color: white;
    border-radius: 10px;
}

.hiddentable td {
    color: black;
    font-size: 12px;
    vertical-align: middle;
}



.NDform input[type="text"], .NDform textarea, .NDform select {
  width: 100% !important;
  padding: 5px;
  border: 1px solid #838383 !important;
-webkit-box-shadow: inset 2px 2px 2px 0px rgba(230,230,230,1);
-moz-box-shadow: inset 2px 2px 2px 0px rgba(230,230,230,1);
box-shadow: inset 2px 2px 2px 0px rgba(230,230,230,1);
  border-radius: 5px;
}

.NDform textarea {
  margin-top: 15px;
  overflow: hidden; 
}

.NDform select {
  width: 105% !important;
  margin-left: 8px;
}

.NDform label {
  font-size: 10pt !important;
}

.tac {
  color: #5c7b86 !important;
}


.NormalRed {
  margin-left: 15px;
}

input.NormalTextBox {
  margin-top: 0 !important;
}

.NDform h4 {
  color: #002244 !important;
}

.NDform label > a {
  color: #002244 !important;
}

table .algvw {
  margin-left: -175px;
}

.FormSoba main ul li>label {
    display: block;
    color: #002244 !important;
    margin: 10px 0 0 0;
    font-weight: normal;
    font-size: 11px;
    margin-top: 20px;
}

.FormSoba input[type=text], .FormSoba input[type=phone], .FormSoba input[type=number], .FormSoba select {
  width: 100% !important;
}

.FormSoba input[type=file]+label, .FormSoba .button {
    display: block;
    width: 100%;
    line-height: 30px;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    border: 2px solid #002244 !important;
    color: #002244;
    background-color: #fff;
    position: relative;
    cursor: pointer;
}

.FormSoba input[type=button] {
  background-color: #002244 !important;
    border: 2px solid #002244 !important;
}

.FormSoba input[type=file]+label:hover, .FormSoba .button:hover {
    color: #002244;
    border-color: #002244 !important;
    transition: all ease-in 150ms;
}

.FormSoba input[type=button]:hover {
    background-color: #002244 !important;
    border-color: #002244 !important;
    transition: all ease-in 150ms;
}

.FormSoba input[type=text], .FormSoba input[type=phone], .FormSoba input[type=number], .FormSoba select {
    outline: none !important;
    border: none;
    width: 100%;
    display: block;
    border-bottom: 2px solid rgba(0,130,74,.3) !important;
    box-sizing: border-box;
    height: 40px;
    color: rgba(23,36,64,.7);
    -moz-transition: border ease-in 100ms;
    -o-transition: border ease-in 100ms;
    -webkit-transition: border ease-in 100ms;
    transition: border ease-in 100ms;
    font-weight: 700;
    font-size: 14px;
}

.FormSoba main ul li>label.error-message {
    margin-top: 0;
    font-weight: 700;
    color: #ff5858 !important;
}

.FormSoba main label.error-message {
    color: #ff5858 !important;
}

.FormSoba input[type=text]:active, .FormSoba input[type=phone]:active, .FormSoba input[type=number]:active, .FormSoba select:active {
    border-bottom: 2px solid rgba(0,130,74,.3) !important;
}

.FormSoba h2 {
    margin-top: 30px !important;
}

.FormSoba main .field-label span {
    font-size: 14px !important;
    font-weight: 700;
    vertical-align: center !important;
    line-height: 14px !important;
    margin-left: 5px !important;
}

.FormSoba main input[type=checkbox]+label, .FormSoba main input[type=radio]+label {
    color: #002244 !important;
    margin-top: 0;
	font-size: 12px;
}

.FormSoba #101250 input[type=radio]+label {
	display: block;
}

.FormSoba main {
  color: white !important;
}

.FormSoba main ul li>label.error {
    color: #ff5858 !important;
}

.edt_addnew a {
	position: absolute;
	top: 53px;
	color: white !important;
	background-color: #00824a;
	border-radius: 5px;
	padding: 5px 10px;
}

.FormSoba main input[type=radio]+label {
  display: block !important;
}
.ipDatepicker .years.days td, .ipDatepicker .months.days td, .ipDatepicker .days.days td {
  background-color: lightgrey !important;
}






























