﻿/* DEFAULTS
----------------------------------------------------------*/


.mainheader {
    
    background-image: url(../Images/backgrounds/headerBg.jpg); 
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;

    /*
    width: 100%; 
    
    background-color: #DB8703;*/
    
    background: linear-gradient(#FFDE00, #EBEBEB);  
    
    margin-bottom: -5px; 
    margin-top: -5px; 
    margin-left: 0px; 
    margin-right: 0px; 
    
    padding-bottom: 5px; 
    padding-top: 5px; 
}

/*
.custom-nav-container{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
*/
.navbar {   
    position: relative;   
    min-height: 50px;   /*was 50px*/
    margin-bottom: 10px; 
    margin-left: 0px; 
    margin-right: 0px; 
    /*
    padding-left: 10px; 
    margin-bottom: 10px; 
    
    padding-left: 0px !important;
    padding-right: -5px !important;
    */
} 

footer
{   
    width: 100% !important;
    
    background-image: url(../Images/backgrounds/headerBg.jpg); 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    
    width: 100%; 
    color: #404040;/*#FDFDFE;*/ /*#6A3C55;*/ 
    font-variant: small-caps; 
    font-family: Verdana; 
    font-weight: normal; 
    
    background: linear-gradient(#EBEBEB, #FFDE00);  
    border-top: 1px solid #225378;
    
    margin-bottom: 0px;
    margin-top: 20px;
    margin-left: 0px; 
    margin-right: 0px; 
    
    padding-top: 10px;
    padding-bottom: 10px;
}
/*
.mainfooter {
    
    background-image: url(../Images/backgrounds/headerBg.jpg); 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    
    width: 100%; 
    color: #FDFDFE;
    font-variant: small-caps; 
    font-family: Verdana; 
    font-weight: normal; 
    
    margin-top: 20px;
    margin-left: 0px; 
    margin-right: 0px; 
}
*/
body {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-size: 14px;
    line-height: 1.53846154;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif ;/*Helvetica Neue, Helvetica, Arial, Roboto, sans-serif, sans-serif;*/
    -ms-overflow-style: -ms-autohiding-scrollbar
    /*
    color: #D6D6D6;
    background-color: #181818;
    */
}

.bs-example{
    /*margin: 20px;*/
}
    
.img-numbers-md
{ 
    width: 60px;  
    height: 60px;       
}
.img-numbers
{ 
    width: 30px; 
    height: 30px;      
}

.img_plus
{
    height: 25px; 
    width: 25px;
}

.img_contact
{
    height: 100px; 
    width: 100px;
    border-radius: 50%;
    
}

.imgHeader {
  display: block;
  margin-left: auto;
  margin-right: auto;
  
  height: 100px; 
  margin-top: 10px; 
  margin-bottom: 10px;
  
}



/*
Change the background color of the <body> element to "lightblue" when the browser window is 600px wide or less:
https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
https://www.w3schools.com/css/tryit.asp?filename=trycss_mediaqueries_ex1
*/
/* On screens that are 992px wide or less, the background color is blue */
@media screen and (max-width: 992px) {
  body {
    /*background-color: blue;*/
    /*color: white;*/
  }
}

/* On screens that are 600px wide or less, the background color is olive */
@media screen and (max-width: 600px) {
    body {
        /*background-color: olive;*/
        /*color: white;*/
    }
  
    .img_contact
    {
        height: 50px; 
        width: 50px;
        border-radius: 50%;

    }
    .imgHeader
    {
        height: 80px; 
    }

}

@media only screen and (max-width: 401px) {
    .imgHeader
    {
        height: 60px; 
    }
    .img-numbers-md
    { 
        width: 30px;  
        height: 30px;       
    }
    .img-numbers
    { 
        width: 25px; 
        height: 25px;      
    }
    
    .img_contact
    {
        height: 30px; 
        width: 30px;
        border-radius: 50%;

    }
}

.margin5555
{
    margin-top: 10px; 
    margin-bottom: 10px; 
    margin-left: 10px; 
    margin-right: 10px;
}


.alert-box {
        color:#555;
        border-radius:1px;
        font-family:Tahoma,Geneva,Arial,sans-serif;font-size:15px;
        padding:10px 36px;
        margin:10px;
}
.alert-box span {
        font-weight:bold;
        text-transform:uppercase;
}

/*
a:link, a:visited, a:hover
{
    color: #024284 !important;
}
*/
a:hover {   
    color: 026882 !important;
}


p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}
/* HEADINGS   : 
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, h7
{
    text-transform: none;
    font-family: Verdana; 
    font-weight: bolder;
    /*color: #D6D6D6;*/
}




/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    /* the screen as a whole */
    /*max-width: 1202px !important;  
    min-height:690px ;
    border: 1px solid #E1E1E8;
    padding: 5px 15px 15px 10px;
    background-color: #fff;    
    margin-left: auto;
    margin-right: auto;*/
    max-width: 100% !important;
    min-height: 690px;
    border: 1px solid #E1E1E8;
    padding: 5px 5px 5px 5px;
    /*background-color: #fff;*/
    background-color: #fff;
    margin-left: 0px;
    margin-right: -0px;
}


/* the main content block in the master page */
/*
.main
{ 
     margin-top:2% !important;  
     margin-left:auto;
    margin-right:auto;
    width: 100% !important;
    min-height: 553px;
}
*/
.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}


/* TAB MENU     
----------------------------------------------------------*/
/*
.menu
{
   margin-left:2%;
   margin-right:2%;
   width: 96% !important;
   height:30px !important;
   background-color: #6E6E6E;
   border-radius: 5px;
}
.menuItems
{  
    max-height:30px !important; 
}
*/
.loginPnl 
{
    position:absolute;
    margin-bottom:10% !important;
    display:block;
    background-color:#636363 !important;
    border-radius: 5px;
}
.loginDiv
{
    position:inherit;
    display:block; 
    color:white;
    vertical-align:middle;
    text-align:right;   
    font-size:11px; 
    color: White;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: -10px;
}
.loginDiv2
{
    color:white !important;
    vertical-align:middle !important;
    text-align:right !important;   
    font-size:11px !important; 
}

.div-header
{
 background-color:#0086D4 !important;    
 }

div.menu ul li, div.menu ul li 
{
    background-color: #6E6E6E;
    color:  White;
    vertical-align:middle;
    width: auto;
    padding-left:10px;
    padding-right:10px;
}

.controls {
    border-radius: 100px;
}
.tr-controls
{
   height:40px !important;
   vertical-align:middle;     
}
.priview
{
   height:26px !important;
   font-size: 1.1em;
}
.priviewData
{
   height:26px !important;
   font-size: 1.1em;
}
.title
{
    width: 99%;
    padding-left:10px;
    height: 40px;
    color:White;
    background-color: #6E6E6E;
}
.disclamer
{
    font-size:medium  !important;    
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}
 
.inputExt 
{
    width: 100%;
}


div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    width: 100%;
    color:White;
    background-color: #475c87 ;
}
.banner
{
    padding: 10px 5px 10px 0px;
    margin: 0px auto;
}

.steps
 {
    text-align:right;
    margin-right:10px;
    font-size: x-large;
    font-style:italic;    
 }
.loginDisplay a:link
{
    color: white !important;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: small;
    color: Red;
}

.bold
{
    font-weight: bold;
}


.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* Project spesific  
----------------------------------------------------------*/

fieldset.STATS
{
	background-color	: #EBEBEB ;
	width				: 99% ;
	padding-top			: 10px ;	
	padding-bottom		: 5px ;

	margin-left			: 0px ;
	margin-right		: 0px ;
	margin-top			: 0px ;	
	margin-bottom		: 3px ;
	
	vertical-align		: top ;
	border-left-color   : #005c6d ;
	border-right-color  : #005c6d ;
	border-bottom-color : #4B9296 ;
	border-top-color    : #4B9296 ;
}

fieldset.STATS2
{
	background-color	: #EBEBEB ;
    
    padding : 0px 0px 0px 0px ;
    margin  : 0px 5px 0px 0px ;
	
}

label.LabelText
{
	font-size: 8.5pt;
	height: 15px;
	vertical-align: middle;
	font-family: Verdana;
	color: navy;
}
label.Mandatory
{
	font-size: 8.5pt;
	vertical-align: middle;
	font-family: Verdana;
	color: #cc0000;
	font-weight: bold;
	text-align: right;
}

INPUT.disabled_small
{
	color: #0A666D;
	font-family: Verdana;
	background-color: #d3d3d3;
	width: 150px;
}
INPUT.disabled_medium
{
	color: #0A666D;
	font-family: Verdana;
	background-color: #d3d3d3;
	width: 200px;
}

INPUT.SmallReadonly
{
	height: 15px;
	width: 60px;
	background-color:Silver ;
}

INPUT.MediumReadonly
{
	height: 15px;
	width: 100px;
	background-color:Silver ;
}

TD.SubHeaderSTATS
{
	color			: White;
	border-top		: 1px outset #0A666D;
	border-bottom	: 1px outset #0A666D;
	border-left		: 0px outset #0A666D;
	border-right	: 0px outset #0A666D;	
	margin-top		: 0px ;
	margin-bottom	: 0px ;
	margin-left		: 0px ;
	margin-right	: 0px ;
		
	padding-bottom	: 5px ;
	padding-top		: 2px ;
	padding-left	: 30px ;	
	font-weight		: bold ;
	font-size		: 14px ;
 	margin-left		: 0px;		
	font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align  : middle ; 

	/* filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#0A666D', EndColorStr='#96c9c8'); */
	background-color : #006E8D ; 
}

TD.ButtonBarSTATS
{
	color			: White;
	border-top		: 1px outset #92A2C0;
	border-bottom	: 1px outset #92A2C0;
	border-left		: 0px outset #92A2C0;
	border-right	: 1px outset #92A2C0;	
	margin-top		: 2px;
	margin-bottom	: 2px;
	padding-bottom	: 2px;
	padding-top		: 2px;
	font			: 10pt;
	font-weight		: bold;
	font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	background-color : #5898ad ;
}

legend 
{
    background:#5898ad; 
    color:#fff; 
    padding:0 10px; 
    margin:-10px 0 0 -10px; 
    font-weight:bold; 
    border:1px solid #fff; 
    border-color:#e5e5c3 #505014 #505014 #e5e5c3;

    width           : 99% ;
	font-weight		: bold ;
	font-size		: 14px ;
    font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align  : middle ;     
   }

section
{
    margin-top: 10px ;
    padding: 1px 0px 0px 1px ;
}

.body_footer{
    min-height: 24px;
    bottom: 0px;
    width:93%;
      margin-left:3%;
  margin-right:3%;
    display:inline-block;
    background: #dcddde; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RjZGRkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U3ZThlOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #dcddde 0%, #e7e8e9 50%, #f5f5f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcddde), color-stop(50%,#e7e8e9), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #dcddde 0%,#e7e8e9 50%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #dcddde 0%,#e7e8e9 50%,#f5f5f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #dcddde 0%,#e7e8e9 50%,#f5f5f5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #dcddde 0%,#e7e8e9 50%,#f5f5f5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcddde', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-8 */
    color: #585858;
}
.body_footer > .footer_left{
    display:block;
    float:left;
    font-size:15px;
    color:#aaaaaa;
    font-style: italic;
    width: 33%;
    padding: 2px 5px;
}
.footer table {
     text-align: center;
    
}
.footer table td {
    text-align: center;
}

.no_table
{
    width:100%;
     padding: 0px !important;
  border-top: none !important;
}

.no_table thead > tr > th,
.no_table tbody > tr > th,
.no_table tfoot > tr > th,
.no_table thead > tr > td,
.no_table tbody > tr > td,
.no_table tfoot > tr > td {
  padding: 0px !important;
  border-top: none!important;
}
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;    
}

.ClassicRow
{
    margin-top: 3px; 
    margin-bottom: 3px; 
}
.labelstyles {
color:#999999 !important; 
font-family: Tahoma;
font-size:1.2em;
}
#data {text-transform: lowercase;}
.loginForm {
    border: none 0px #FFFFFF;
    float: left;
    width: 55%;
    min-height:1px;
}
.uicontroller {
 
  padding: 5px;
  margin: 3px;
  min-width:400px;
  min-height:20px;
}
.uicontroller small {
  color: #99c;
}
.texttransform {
padding-top:5px;
color:#777777 !important; 
font-family: Tahoma;
font-size:1.2em;
}
.boxedtheme {
 border:1px #ccc solid !important; 
 background-color:#efefef !important;

}
.boxedheading {
 background-color: #FFFFFF !important; 
 border-bottom: 2px solid #efefef !important;
}
.contentseparator {
     border-bottom:1px solid #efefef !important;
     border-top:none !important;
     border-right:none !important; 
     border-left:none !important;
     margin-right:15px !important;
}
.manmessages {
color: red !important; 
background-color: #efefef; 
border-radius: .5em;
padding-left:4px;
}

/*
    Start of Panel styling
 */
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table {
  margin-bottom: 0;
}

.panel > .panel-body + .table {
  border-top: 1px solid #dddddd;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primarymain {
  border-color: #efefef !important;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}


.panel-headings {
  margin: 0px 0px 0 0px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  /*border-bottom:6px solid #428bca;*/
  border-bottom:6px solid #efefef;
  margin-bottom:5px;
  color:#777;
  font-family:Calibri;
  font-size:1.6em;
  font-weight:bold;
}
/*
    End of Panel styling
 */

/*  Begin Tooltip Styling   */
p.tooltip span {
    font-size: 10px;
    position:absolute;
    z-index: 999;
    white-space:nowrap;
    bottom:9999px;
    left: 50%;
    background:#000;
    color:#e0e0e0;
    padding:0px 7px;
    line-height: 24px;
    height: 24px;
     
    opacity: 0; 
    transition:opacity 0.4s ease-out; 
    }       
     
p.tooltip span::before {
    content: "";
    display: block;
    border-left: 6px solid #000000;
    border-top: 6px solid transparent;
    position: absolute;
    top: -6px;
    left: 0px;
    }
     
p.tooltip:hover span {
    opacity: 1;
    bottom:-35px;
    }
/*  End Tooltip Styling   */

/**Details styles*/
.list-group-item .list-group-text-items,
.list-group-item:hover .list-group-text-items,
.list-group-item:focus .list-group-text-items {
  color: #000;
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events:all;
}
.modal-body1 {
  position: relative;
  padding: 20px;
   
}


/*  
    ---------------------------------------------------------------------
    Developer defined
    ---------------------------------------------------------------------
*/

.spacedTop {
    margin-top:10px;

}


/*
    ----------------------------------------------------------------------
    Stats Website footer
    ----------------------------------------------------------------------
 */
/** footer_links **/
.footer_links {
    margin-bottom: 10px;
    
    
}

.footer_cols {
    /*background-image: url("img/footer_links_bg.png");
    background-repeat: repeat-x;
    background-position: left top; */
    background-color:#f5f5f5;
    background-image:linear-gradient(to bottom, #666666, #464545);    
    background-repeat:repeat-x;
    -khtml-border-radius:5px; 
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
    padding:5px 0;
    /* height:400px; */
}

.footer_cols h4 {
    color: #FFFFFF;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
}
.footer_cols ul {
    padding:0 5px;
    margin: 0;
    list-style-type: none;
}

.footer_cols ul li a:link,.footer_cols ul li a:visited {
   color: #ccc;
   text-shadow:0 1px 0 #000000;
   /*font-size:12px;*/
}
.footer_cols .span2 {
    margin-top: 10px;
    margin-bottom: 10px;    
}

.footer_cols .textwidget {
    border-left: 1px solid #878787;
    height: 260px;
}

/*User defined content*/


/**
 * The dnd-list should always have a min-height,
 * otherwise you can't drop into it once it's empty
 */
.questRules ul[dnd-list] {
    min-height: 42px;
    padding-left: 0px;

}

/**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */
.questRules ul[dnd-list] .dndPlaceholder {
    display: block;
    background-color: #ddd;
    min-height: 42px;
    
}

#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}





/*End user Defined*/


.errors {
    color: red;
    margin: 4px; 
    font-size: 9pt;
    font-weight: normal; 
    /*font-style: italic;*/
}


#span {
    color: red;
    margin: 4px;
    font-size: 10pt;  
} 


.div-scroll {
    height: 250px;
    width: 350px;
    position: relative;
    overflow-y: scroll;
}






.scrollToTop {
    width: 100px;
    height: 130px;
    padding: 10px;
    text-align: center;
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 35%;
    right: 20px;
    display: none;
    background: url('../Images/arrow_up.png');
    background-size: 80px 80px;
    background-repeat: no-repeat;
}

.scrollToTop:hover {
    text-decoration: none;
}

.scrollToBottom {
    width: 100px;
    height: 130px;
    padding: 10px;
    text-align: center;
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    top: 35%;
    right: 20px;
    display: none;
    background: url('../Images/arrow_down.png');
    background-size: 80px 80px;
    background-repeat: no-repeat;
}

.scrollToBottom:hover {
    text-decoration: none;
}

.requiredinput {

    width: 90px !important;
    font-size: 9pt !important;
    height: 34px;
    padding: 6px;
    background-color: pink ; border: 2px solid red; color: black
}

.requiredinput:focus {
    border: 1px solid red;
    outline: none;
}
.tooltiptext {
        visibility: hidden;
    width: 120px;
    background-color: pink;
    color:Black;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
      
    position: absolute;
    z-index: 1;
}

.requiredinput:hover .tooltiptext {
    opacity: 1;
    visibility: visible;

}



.errors {
    color: red;
    margin: 4px;
    font-size: 10pt;
    font-weight: normal;
}

#span {
    color: red;
    margin: 4px;
    font-size: 10pt;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.RoundCorners {
    border-radius: 50px;
}

.RoundCornersTxtArea {
    border-radius: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.RoundCornersQ {
    border-radius: 50px;
    max-width: 340px;
}

.RoundCornersTxtAreaQ {
    border-radius: 50px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 340px;
}





.boldFields {
    font-weight: bold;
}




/*Scrollable columns*/
/*.MyDiv {
    width: 48%;
    overflow-x: scroll;
    margin-left: 50%;
    padding-left: 10px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
}

.tdQuestions {
    position: absolute;

    width: 48%;
    left: 1%;
    top: auto;
    text-align: left;
    height: auto;
}*/
.MyDiv {
    /*width: 48%;*/
    width: 58%;
    overflow-x: scroll;
    /*margin-left: 15em;    */
    /*margin-left: 50%;*/
    margin-left: 40%;
    padding-left: 10px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
}



table th, td {
    /*border: 1px solid  #808080;*/
    padding: 20px;
}





/*
NBNB
At At 20210526
*/








.otherLinks{
    
    border-radius: 10px;
    border: 1px solid #6A3C55; 
}


/*
https://www.cssmatic.com/box-shadow
https://css-tricks.com/almanac/properties/b/box-shadow/
*/

.filtersDates
{
    -webkit-box-shadow: 4px 4px 5px 1px rgba(148,150,147,1);
    -moz-box-shadow: 4px 4px 5px 1px rgba(148,150,147,1);
    box-shadow: 4px 4px 5px 1px rgba(148,150,147,1);
     
    border-radius: 10px;
    /*border: 1px solid #6A3C55;  */
    
    margin-bottom: 10px; 
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    /*background-color: white;*/
}

.featureList
{
    -webkit-box-shadow: 4px 4px 5px 1px rgba(148,150,147,1);
    -moz-box-shadow: 4px 4px 5px 1px rgba(148,150,147,1);
    box-shadow: 4px 4px 5px 1px rgba(148,150,147,1);
    
    text-align: center; 
    border-radius: 10px;
    /*border: 1px solid #6A3C55;  */
    
    margin-bottom: 10px; 
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    /*background-color: white;*/
}


.featureListHot
{        
    /*color: #e8031a;*/
    
    font-family: Verdana; 
    color: #1277A2;
    font-weight: bolder;
    background: linear-gradient(#e8031a, #FFDE00);
    text-align: center; 
}

.featureListCold
{
    /*color: #0375e8;   */
    
    font-family: Verdana; 
    color: #1277A2;
    font-weight: bolder;
    background: linear-gradient(#0375e8, #EBEBEB);
    text-align: center; 
}


label.error
{
    color: red;/*darkmagenta;*/ /* red;*/
    /*font-style: italic;*/
    margin: 4px;
}
.errors
{
    color:   red;/*darkmagenta;*/ /* red;*/
    font-style: italic;
    margin: 4px;
    font-size: 9pt;    
    line-height: 1.6em;
}

.loginStatus{
    float: right; 
    font-size: 9.5pt; 
    color: darkgreen; 
    font-family: Comic Sans MS;
    font-style: normal;
}

/*
http://www.ajaxload.info/   to generate gif.   Google: jquery processing spinner example
http://www.w3schools.com/jquery/ajax_ajaxcomplete.asp
*/
.wait_loading{
    display:none;
    width:50px;
    height:50px;
    border:0px solid black;
    position:absolute;
    padding:2px; 
    top:50%;
    left:50%;  
    /*background-color: #404040;*/ /*#dca7a7;*/ 
    /*color:  whitesmoke;*/
    border-radius: 10px;
}


.minDrawDateColor
{
    color: darkred;
}

.marqueeProp {
    
    background-color: none; /* #2aabd2;*/ 
    border-radius: 5px; 
    font-weight: normal;
    font-size: 10.5pt;
    
    border: 1px solid #ccc;
    padding: 5px 5px 5px 5px;
    
    /*color: #fff;*/ 
    /*text-shadow:   #ccc 1px 1px 1px, #ccc -1px 1px 1px;*/
    text-align: center;
        
    width: 100%;
} 

/*For <div id='winSize'>*/
#winSize {
    position: fixed;
    bottom: 1%;
    right: 1%;
    border: rgba(0,0,0,0.8) 3px solid;
    background: rgba(0,0,0,0.6);
    padding: 5px 10px; 
    color: #fff;
    text-shadow: #000 1px 1px 1px,#000 -1px 1px 1px;
    z-index: 9999;
    
    
}

/*
ProgressBar
*/
.ui-progressbar {
    position: relative;
    height: 5px;
    background-color: darkred;
    color: darkred;
}

.progress-label {
    position: absolute; 
    left: 50%;
    top: 4px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}
 
 
#circle {
    width: 30px;
    height: 30px; 
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 4px solid #CE9A29;  /*#9C02CE;*/
    background:  #FFF202;
    /*color: whitesmoke;*/
    /*color:  #DBD021;*/
    /*color: whitesmoke;*/
    font-weight: bolder;
    text-decoration: none;
    line-height: 25px;
    text-align: center;
    
   
}

#circle1 {
    width: 30px;
    height: 30px; 
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 4px solid #3791DD;  /*#9C02CE;*/ 
    background:  #FFF202;
    /*color: whitesmoke;*/ 
    /*color:  #DBD021;*/
    /*color: whitesmoke;*/
    font-weight: bolder;
    text-decoration: none; 
    line-height: 25px;
    text-align: center;
    
}

.NoTextDecor{
    text-decoration: none; 
}

.clock{
    float: right; 
    font-variant: small-caps; 
    font-family: Verdana; 
    font-weight: normal; 
    font-size: 8.5pt;
}
 


/*-----------------------------------------------------------
Bootstrap   5F0000
------------------------------------------------------------
*/
  

.listHeaderLotto 
{
    font-family: Verdana; 
    color: #1277A2;
    font-weight: bolder;
    background: linear-gradient(#A59001, #FFDE00);
    text-align: center; 
}

.listHeaderPowerball
{
    font-family: Verdana; 
    color: #FFDE00; 
    font-weight: bolder;
    /*background-color: #1bafef;*/
    background: linear-gradient(#1277A2, #1bafef);
    text-align: center; 
} 

.listHeaderPowerballNums 
{
    font-family: Verdana;  
    color: #1bafef;  
    font-weight: bolder;
    background-color: #1F4EA3;
}

.mixmaxdates
{
    font-weight: normal;
    font-variant: small-caps; 
    font-family: Verdana; 
}

.activeTab{
    background-color: #CBC9C9;
    /*color: #FCB901;*/
}

.activeTabLi
{
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
}

.div-scrollable{
    
    width: 100%;
    position: relative;
    overflow-y: scroll;
    overflow-x: scroll;
}

.img-navbarbrand
{
    width: 50px;
}