html,body{
	background-color: #fff!important;
	min-height:100vh;
	margin:0;
	padding:0;
}
h1{
  color:#eb6402;
  font-size: 1.8em;
  margin:14px 0;
}

.judges-list{
	list-style: number outside;
}

.judges-list li{
	color:#ff0000;
	font-weight:600;
	margin:5px 0px;
}

.judges-list li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF !important;
	font-weight:400 !important;

}

.sub-heading{
  color:#eb6402;
  font-size: 1.4em;
  margin:14px 0 !important;
  padding-bottom:5px;
  border-bottom:1px solid rgb(50,84,201) !important;
}


.sub-sub-heading{
  color:#eb6402;
  font-size: 1.2em;
  margin:20px 0 !important;
}

ul.causelist{
list-style:disc !important;
}

ul.causelist li{
list-style:disc !important;
font-size:14px;
}




p{
  margin:5px 0!important;
}

.Table
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  /*display: table;*/
  width:100%;
  font-size: 12px;
  color:#0000FF;
}

.border-yes{
  border: 1px solid #84C0FD;
}

.no-left-border{
  border-left: none !important;
}

.no-bottom-border{
  border-bottom: none !important;
}


.text-head{
 color:#0000FF;
 text-align: center !important; 
}

.jimg{
  width:70%;
  padding: 5px;
}

@media (max-width: 540px){
  .text-head{
     display: none!important;
  }
  .row-border{
    border: 1px solid #84C0FD;
  }
  .border-yes{
     border: none !important;
  }

  .no-left-border{
     border-left: 1px solid #84C0FD;
  }
}


.pre-header {
border-bottom: 1px solid #eee;
margin-bottom: 0px;
font-family: Verdana, Arial;
}

.pre-header h2{
  color:#eb6402;
   font-size: 1.8em;
  margin:0px 0;
}

.header {
font-family: Verdana, Arial;
border-radius: 0;
margin-bottom: 20px;
z-index: 999;
}

.footer {
font-family: Verdana, Arial;
border-radius: 0;
margin-bottom: 20px;
z-index: 999;
background-color:#fff !important;

}

.main .container {
position: relative;
}

.main h6{
color:#eb6402;
}

.main ul{
font-size: 9pt!important;
list-style: none;
font-family: Verdana, Arial;

} 

#sidemenu{
/*background-color: #d3dbe373;*/
/*background-color: #d3dbe396;*/
border: 6px solid #d3dbe396;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
margin-bottom: 20px;
}

#sidemenu ul li {
content:' > '!important;
color: #e62156;
/*border-bottom: 2px solid #fff;*/
border-bottom: 1px solid #d2d2d2;
/*margin-bottom: 2px;*/
margin-left: -30px;
margin-right: 10px;
padding: 5px 5px 4px 5px;

}

#sidemenu ul li a{
  padding-left: 6px;
}

#sidemenu ul li:last-child {
border-bottom: none!important;
}

#sidemenu ul li:before {
content:'> '!important;
}

.bg-tmb{
background-color: #007bff2b;
}

.right-sidebar{
border: 6px solid #d3dbe373;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
text-align:center;
padding: 10px 10px;
margin-bottom: 20px;
}

#sidebar{
padding:15px 0px;
/*background-color: #ffffff42;*/

}

.main ul > li.active > a,
.main ul > li > a:hover,
.main ul > li > a:focus,
.main ul > li.open > a,
.main ul > li.open > a:hover,
.main ul > li.open > a:focus {
color: #eb6402;
text-decoration: none;
}  

.nav-link{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #0000FF!important;
/*color: #fff!important;*/
font-size: 9pt;
} 

.nav-link:hover {
color: #eb6402!important;
/*color: #ddd!important;*/
text-decoration: none;
}

.navbar ul li .nav-link { 
display: inline-block; 
padding: 5px 4px 5px;
} 

.navbar ul li:after {
content:'|';
color:#ff0000;
font-size: 9pt;
}

/*.navbar ul li:first-child:before {
content:'|';
color:#ff0000;
font-size: 9pt;
}*/


.navbar ul li:last-child:after {
content: none!important;
color:#e34f00;
}

.btn-default{
border: 1px solid #00000024!important;
}


/* footer Navigation */
.footer-navigation {
font-family: Verdana, Arial;
text-decoration: none;
color: #0000FF;
font-size: .7rem;
padding: 0;
float: left;
text-align:center!important;
border:6px solid #d3dbe373;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;

}
.footer-navigation ul {
margin: 0;
padding: 0px;
list-style: none;
font-family: Verdana, Arial;
text-align:center;
background-color: #fff!important;
}
.footer-navigation > ul > li {
display: inline-block;
}

.footer-navigation > ul > li:after {
content:'|';
color:#ff0000;
}

.footer-navigation > ul > li:last-child:after {
content: none!important;
color:#e34f00;
}
.footer-navigation > ul > li > a { 
color: #0000FF;
display: inline-block; 
padding: 5px 4px 5px;
}

.footer-navigation ul > li.active > a,
.footer-navigation ul > li > a:hover,
.footer-navigation ul > li > a:focus,
.footer-navigation ul > li.open > a,
.footer-navigation ul > li.open > a:hover,
.footer-navigation ul > li.open > a:focus {
color: #eb6402;
text-decoration: none;
}
.footer-navigation ul > li.active > a {
border-bottom: 2px solid #e64f00;
}

.search{
width:150px;
}

@media (max-width: 800px){
  .navbar ul li:first-child:before {
    content:none;
  }
  .navbar ul li:after {
    content:none;
  }
}

@media print {    
  .no-print, .no-print * {
       display: none !important;
  }
  .pagebreak {
     page-break-after:always;
  }
  .jimg{
     width:180px;
  }
  .text-head,p,li{
    color:#000;
  }
  .row-print-margin{
     margin: 10px 0;
  }
  .border-yes{
     border: 1px solid #000;
  }
  
}

table-bordered td, .table-bordered th {
    border: 1px solid #84c0fd !important;
}

.table td, .table th{
	border: 1px solid #84c0fd !important;
}