body{
	font-family: 'Asap', sans-serif;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #71011a !important;
    border-color: #337ab7;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.navbar-right {margin-right: -100px !important;}
.header{
	background: #860D28;
	border-top:10px solid #333;
}
     
.navbar{
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0;
	border: 0;
}

.navbar li a{
	color: #fff;
	line-height: 80px;
	transition:background .6s;
	margin-left: -8px;
	font-size: 12px;
	
}

.nav>li>a:focus, .nav>li>a:hover, .dropdown-menu>li>a:hover {
    text-decoration: none;
    background: rgba(0,0,0,0.2) !important;
    color: #fff;
}
.navbar-nav li li a:hover, .navbar-nav  li.myactive > a {
   /* background: #62b1e5 !important;*/
    background:rgb(183 55 55 / 55%) !important;
    color: #fff;
}

.myactive{
	 background: rgba(0,0,0,0.2) !important;
	 border-bottom: 5px solid #fff;
}

.dropdown-menu{
	font-family: 'Asap', sans-serif;
	 background:#71011A;
}

.dropdown-menu  li a{
	line-height: 25px !important;
	font-size: 13px;
}

.header img[alt="st. joseph indore logo"]{
	padding:  0;
	height:100px;
}

.heading{
	color: #CE143E;
	font-size: 32px;
	text-align: center;
}

.heading_inner
{
    font-size:25px;
    text-align:center;
    color: #CE143E;
    border-bottom:1px solid ;
    display:table !important;
    margin:0 auto !important;
    padding:10px 30px;
    border-radius:5px;
    //background:#CE143E;
    }

.sub-heading{
	color: #545454;
	font-size: 17px;
	text-align: center;
}

.read-more{
	border:1px solid #CE143E;
	color: #CE143E;
	padding: 10px 25px;
	text-align: center;
	transition:background 0.8s;
}

.read-more:hover{
	background: #CE143E;
	color: #fff;
	text-decoration: none;
}

marquee{
	padding:20px 10px;
	margin:20px 0;
}

marquee p.news_scr
{
    text-align:center;
    border-bottom:1px solid rgba(84,84,84,0.2);
    padding-bottom:15px;
    }

marquee .news_scr
{
    text-decoration:none;
    color:#545454;
    font-size:17px;
    text-align:center;
}

marquee a:hover
{
    text-decoration:none;
}


marquee .news_scr:hover
{
    color:#CE143E;  
    text-decoration:none;
    }

.footer{
	padding: 20px 0;
	background: #555;
	color:#fff;
	border-top: 8px #CE143E solid;
}

.footer ul{
	margin-bottom: 0;
}

.footer ul li{
	
	padding:8px 0;
	font-size: 12.5px;
}

.footer ul li a{
	color: #fff;
	
}

.footer-2{
	background: #333;
	padding: 25px 10px 20px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.footer-2 p{
	margin: 0;
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}

.login_but
{
    color:#fff;
    border:1px solid #fff;
    padding:6px;
    margin-top:5px;
    font-weight:600;
    transition:all 0.54s;
}



.login_but:hover
{
    text-decoration:none !important;
    color:#CE143E !important;
    background:#fff;
    border:1px solid #ce143e;
    }


 .login_but:visited
{
    color:#fff;
    text-decoration:none !important;
    }  
    
.login_but:active
{
    color:#CE143E;
    text-decoration:none !important;
    }

.login_form
{
    border:1px solid #CE143E;
    margin-top:20px;
    margin-bottom:50px;
    padding:30px;
    }
.login_form input[type="text"],.login_form input[type="password"],.login_form textarea[name="txtText"],.login_form select
{ 
    width:100%;
    border:1px solid #CE143E;
    padding:2px 3px 2px;
    }

.control-label
{
    background:#CE143E;
   color:#fff;
    padding:3px 0;
}

.login_form input[type="submit"],.login_form input[type="button"]
{
    background:#CE143E;
    color:#fff;
        padding: 3px 38px;
        font-weight:bold;
        border:1px solid #fff;
   
    }

.login_form input[type="submit"]:hover,.login_form input[type="button"]:hover
{
    background:#fff;
    color:#CE143E;
     border:1px solid #CE143E;
   
   }
   
.dashbrd div
{
    background:#CE143E;
    padding:5px;
    color:#fff;
    margin-bottom:10px;
    text-align:center;
    } 
.dashbrd div a
{
   color:#fff; 
    }   
   
.tc-box{
	padding:80px;
}

.tc-box p{
		font-size:14px;
		margin-top: 2px;
		font-size: 15px;
		color:#860D28;
}
.tc-box input[type="text"]{
	border:1px solid #860D28;
	width: 100%;
	border-radius:3px;
	height:26px !important;
	padding-left: 5px;
}
.tc-box .btn-primary{
	background:#860D28;
	border:0;
	border-radius:3px;
	padding:3px 7px;
}

table[border="0"] td
{
    padding:6px 3px;
    }

@media screen and (max-width: 767px){
	.navbar li a{
	   line-height: 20px;
	   text-align: center;
	}
	.header img[alt="st. joseph indore logo"]{
	text-align: center;
	margin: 0 auto;
	}
	.header{
		text-align: center;
	}
	.navbar-toggle{
	background-color: rgb(239, 239, 239);
	
	}
	.navbar-toggle .icon-bar{
	  background-color: #860D28;
	}
	.dropdown-menu{
	font-family: 'Asap', sans-serif;
	 background:#71011A !important;
	}
	.tc-box{
		text-align: center !important;
		margin: 0 auto !important;	
	}
	.tc-box p{
		text-align: center;
	}
	.tc-box input[type="text"]{
		margin-bottom: 15px;
	}

	
}


@media screen and (min-width: 768px) and (max-width: 992px){
	.header img[alt="st. joseph indore logo"]{
	max-width: 70%;
	}

	.navbar li a{
	    font-size: 11px;
	    padding: 8px;
	}
}


/*------- back to top button --------*/

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background:rgb(215, 42, 62) url(../img/cd-top-arrow.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
    
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width:40px;
    right: 30px;
    bottom: 30px;
  }
}

#DataList1
{
    border:1px solid #CE143E;
    }

#DataList1 td img
{
   cursor: pointer;
    }