*
{
   font-family: 'Poppins', sans-serif;
}



body, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
{
	font-family: 'Poppins', sans-serif;
}

p
{
	font-size:1.5rem;
	color:black;
}

/* ACA */

/* Topbar */

#topbar
{
    background-color:#004b98;
    padding:26px 0px 15px;
}

#topbar .topcontacts, #topbar .topsocials
{
	padding-left:0px;
	padding-top: 35px;
}

#topbar .topcontacts li, #topbar .topsocials li
{
	list-style-type:none;
	padding:0px 12px;
	display:inline;
}

#topbar .topcontacts li a, #topbar .topsocials li a, #topbar a
{
   	color:#fff;
	text-decoration:none;
}
#topbar .fa
{
	color:#004b98;
	background:#fff;
	font-size:12px;
	padding:5px;
	border-radius:50%;
}

#topbar .fa:hover
{
	color:#fff;
	background-color:#0073ff;
}

#topbar .topsocials
{
	float:left;
}

#topbar .topsocials li
{
   padding:0px 2px;
}
#topbar .fa-facebook
{
	padding:5px 8px;
}

#topbar .fa-user
{
	padding:5px 7px;
}

#topbar .fa-phone, #topbar .fa-instagram, #topbar .fa-linkedin
{
	padding:5px 6px;
}

 #topbar p
{
	font-size:20px;
} 

#topbar .login
{
	padding-left:9px;
}

#topbar .login a
{
	text-decoration:none;
	color:#000;
}

.mobile_login
{
	display:none !important;
}

.headerlivescore-logo
{
	padding-top:15px;
}

/* Menu */

.menu .search-container {
  float: right;
  margin-left: 5px;
}

.menu input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
}

.menu .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.menu .search-container button:hover {
  background: #ccc;
}

.Apl_btn
{
	background-image: linear-gradient(to right, #2a5dc1, #ad7062f5);
    border-radius: 16px;
    vertical-align:middle;
	margin-top:8px;
}


.Apl_btn a
{
   padding: 2px 15px !important;
}

.Apl_btn span
{
	padding-right:6px;
}

.num_list
{
	padding-left:0px;
}

.num_list li
{
	font-size:1.5rem;
	padding:6px 0px;
}

#header
{
	background-color:#004b98;
    padding:12px 0px;
}
.navbar-nav>li>a 
{
    /* padding-top: 10px;
    padding-bottom: 10px;  */
	line-height:2;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.4rem;
	padding: 10px 15px;
}

.navbar
{
	margin-bottom: 0px;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover
{
	background-color: transparent;
}

.btn-top
{
	background-color: #4a90e2;
	font-size: 14px;
	color:#fff;
	padding: 2px 8px;
	text-transform: uppercase;
	border-radius:24px;
	/*  margin-top:12px;  */
}

.btn-watch
{
	background-color: #cc0202;
	font-size: 14px;
	color:#fff;
	padding: 2px 8px;
	text-transform: uppercase;
	border-radius:24px;
	margin-left:5px;
	/*  margin:12px 5px 0px 12px;  */
}

.navbar-toggle .icon-bar
{
	/* background-color:#cc0202; */
	background-color:#ffffff;
}

.dropdown-menu>li>a
{
   text-transform: uppercase;
   padding:6px 12px;
}

.dropdown-menu>li>a:hover
{
   background-color:#004b98;
   color:#fff;
   padding:6px 12px;
}

.podmenu li
{
   display:inline-block;
}	

.podmenu 
{
	float:right;
}

.podmenu>li>a
{
    position: relative;
    display: block;
    padding: 5px;
    line-height: 3;
	
}	

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  width:262px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 262px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  left: 100%;
  margin-top: -1px;
  top:0;
}

.dropdown-content ul
{
	padding-left:0px;
}

.dropdown-content ul li
{
   list-style-type:none;
   padding:5px;
}

.dropdown-content .sub-inner-dropdown .divider
{
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
	padding: 0px;
}	

.dropdown-content .sub-inner-dropdown li a
{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
	text-transform:uppercase;
	text-decoration:none;
}

.dropdown-content .sub-inner-dropdown li a:hover {background-color: #004b98;color:#fff;}

.dropdown-submenu:hover .dropdown-content {display: inline;}

#mobile-menu
{
	display:none;
}

/* Banner */

/*#banner
{
	background: url(../img/Banner.jpg) no-repeat;
    background-size: cover;
    position: relative;
    height: 75vh;
    width: 100%;
    display: table;
    overflow: hidden;
	background-position:center center;
	vertical-align:middle;
}*/

#banner .carousel-control.right, #banner .carousel-control.left
{
	background:transparent;
}

#banner .carousel-caption
{
	top:35%;
}

#banner .banner-heading h1
{
	/*padding-top:100px;*/
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
	font-size:45px;
	text-shadow: 2px 2px 4px #000000;
}

/* Heading Title  */

.section-title h2
{
	font-size:32px;
	font-weight:700;
	color:#2260ac;
	padding:10px 0px;
	margin-top:0px;
}

.border
{
	border-bottom:1px solid #2260ac;
}

/*  Featured Matches  */

#featured-matches
{
    padding-top:25px;
}

#featured-matches .section-title h2
{
   padding:0px;
}

.featuredm-box
{
	background:transparent;
	border:none;
	box-shadow:none;
	
}

.matches-box
{
	box-shadow: 2px 5px 20px #00000024;
	padding:25px 25px 12px;
}

#featured-matches .featuredm-box td
{
	border:none;
	/*font-weight:700;*/
	color:#000000;
	font-size:1.5rem;
	padding:2px 0px;
}

#featured-matches .table
{
	margin-bottom:0px;
}

.spe-red
{
	color:#d94e58;
	font-weight:bold;
}

.spe-blue
{
	color:#2260ac;
	font-weight:bold;
}

.pad-top
{
	padding-top:45px;
}

.img-box
{
	padding:0px;
	box-shadow:2px 5px 20px #00000024;
	background: #fff;
}

.text
{
   padding:5px 20px 12px !important;
}

.text h3
{
	font-size:20px;
	font-weight:700;
	color:#2260ac;
}

.bottom-heading
{   
	border:1px solid #c9c4c4;
}

.bottom-heading p
{
	padding-left:20px !important;
}

.bottom-heading p
{
	font-size:1.6rem;
	font-weight:700;
	color:#2260ac;
	margin-bottom:0px;
	padding:5px 0px;
}

.arrow-right
{
	background:#036;color:#fff;padding:5px 12px;
}

/* Teams thumbnails */

#thumbnails
{
	margin-bottom:22px;
}

.team-box
{
  position: relative;
  text-align: center;
  color: white;
  padding:0px;
  cursor: pointer;
}
.team-left
{
  position: absolute;
  bottom: 0px;
  left: 5px;
  background-color:#2260ac;
  color:#fff;
  padding:6px 14px;
}

.team-left h3
{
  margin:0px;
  font-size:2.1rem;
  font-weight:700;
}

.smallfont
{
  font-size:1.2rem;
  padding-bottom:16px;
  border-bottom:2px solid #2260ac;
}


/* Latest Videos  */


#videos
{
	background-color:#f2f2f2;
}

#videos .section-title h2
{
	padding:15px 0px;
}

.videos-box
{
	padding:0px;
	background-color:#fff;
}

.videos-box p
{
	padding:6px 0px;
	font-size:1.2rem;
}

.videor-top
{
	padding-top:15px;
}

.watch-btn, .register-btn, .schedule-btn, .tournament-btn, .news-bttn, .tender-bttn
{
	background-color:#2260ac;
	border:1px solid #2260ac;
	color:#fff;
	padding:2px 12px;
	margin:5px 0px;
	font-weight:normal;
}

.news-bttn
{
	margin-top:45px;
	padding:12px 24px;
	border-radius:5px;
}

.tender-bttn, .schedule-btn
{
	padding:12px 24px;
	border-radius:5px;
}

.register-btn
{
	font-size:2.4rem;
	padding:0px 12px;
	margin-top:65px;
}

.schedule-btn
{
	border-radius:5px;
	float:right;
	margin-right:35px;
	
}

.signup-btn
{
	background-color:#fff;
	color:#2260ac;
	font-size:2rem;
	border:1px solid #fff;
	border-radius:5px;
	font-weight:600;
	margin-left:12px;
	padding:5px 12px;
}

.watch-btn a, .register-btn a, .schedule-btn a, .tournament-btn a, .tournaments_box a, .news-bttn a, .tender-bttn a
{
	color:#fff !important;
	text-decoration:none;
}

.signup-btn a
{
	color:#2260ac; !important;
	text-decoration:none;
}

#videos .viewmore, #gallery .viewmore
{
	color:#2260ac;
	text-decoration:none;
	float:right;
	font-size:1.5rem;
	padding-top:14px;
}
#videos .viewmore a, #gallery .viewmore a
{
	color:#2260ac;
	text-decoration:none;
}

.video-banner
{
	background: url(../img/ccpl-auction3.jpg) no-repeat;
    background-size: cover;
    position: relative;
    height: 56vh;
    width: 100%;
    display: table;
    overflow: hidden;
	background-position:center center;
	vertical-align:middle;
	margin-left: 0px;
	color:#fff;
	margin-bottom:15px;
	margin-top:12px;
}

.space
{
	padding:25px;
	top:21%;
	position:absolute;
}

.video-banner p
{
	color:#fff;
	font-size:2.5rem;
	margin:0px;
}

/* Team Matches */

.indiateam-box
{
	background-color:#fff;
	padding:10px;
}

.indiateam-box p
{
	font-size:1.2rem;
}

.indiateam-box .table>tbody>tr>td 
{
	border:none;
	padding:0px;	
}


.indiateam-matches
{
	padding:0px 15px;
}

.indiateam-box .table
{
	margin-bottom:0px;
}

.teams
{
   font-size:1.2rem;
   font-weight:900;   
}

.indiateam-box .team_india
{
   padding-left:0px;
}

.indiateam-box .team_india li
{
	display:inline-block;
	padding:0px 1px;
	vertical-align: middle;
}

.result_title
{
	font-size:1.2rem;
	font-weight:800;
}

.score-right
{
	text-align:right;
	font-size:1.2rem;
	font-weight:800;
}

.btn-grp
{
	padding-left:0px;
	margin:0px;
}

.btn-grp li
{
	list-style-type:none;
	display:inline;
}

.btn-grp li a
{
	text-decoration:none;
	color:#444;
}

.group-btn
{
	background-color: #fff;
	border:1px solid #d9d9d9;
	padding:5px 15px;
	/* box-sizing:content-box; */
	text-align:center;
	color:#444;
	border-radius:5px;
	width: 49%;
}

.fa-angle-right, .fa-angle-left
{
	background-color:#2260ac;
	padding:5px 9px;
	border-radius:50%;
	color:#fff;
}

/*  Cricket Matches  */

.newsimg-box
{
	padding:0px;
	background-color:#fff;
	position: relative;
    text-align: center;
    color: white;
	border-radius:15px;
}

.newsimg-box img
{
	border-radius:15px;
}

.news-left
{
    position: absolute;
    bottom: 8px;
    left: 16px;
}

.news-left h3, .news-left p
{
	font-size:1.6rem;
	color:#fff;
	/* font-weight:600;  */
	text-align:left;
}

.news-left p
{
	font-size:1.2rem;
}

/* Sponsors  */

#sponsors, #gallery, #awards, #newsletter
{
	background-color:#f2f2f2;
	padding-bottom:15px;
}

.sponsorimages
{
	padding-left:0px;
}
.sponsorimages img
{
    border:1px solid #d9d9d9;
    border-radius:12px;	
}
.sponsorimages li
{
	width:19%;
	padding:5px;
	list-style-type:none;
	display:inline-flex;
}

/*  Gallery  */

#gallery .gh-img
{
	padding:15px 0px;
}


/* Awards  */

#awards
{
	padding-bottom:45px;
}

.awardsimg
{
	background-color:#fff;
	box-shadow: 2px 5px 20px #00000024;
	padding:25px 15px;
	border-radius:15px;
}
.awardsimg h3
{
	font-size:2.1rem;
	font-weight:800;
}

/* Sign Up */

#newsletter
{
	padding:0px;
}

#newsletter .signup-letter
{
	background: url(../img/banner-inner.jpg) no-repeat;
    background-size: cover;
    position: relative;
	background-position:center center;
	vertical-align:middle;
}
#newsletter .signup-letter h2
{
	color:#2260ac;
	font-weight:700;
	font-size:2.2rem;
	padding:45px 15px;
}

/* Sidebar */

.round-btns li
{
   width:50%;
   border-radius: 25px;
}

.round-btns li a
{
	text-align:center;
	font-weight:700;
	border-radius: 25px;
	padding:6px;
	color:#000;
}

.round-btns
{
	background: #d9d9d9;
    border-radius: 25px;
    margin:12px 5px;
	box-shadow: 2px 5px 20px #00000024;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
{
	background-color:transparent;
	border:none;
	background-color:#ffffff;
	color:#d94e58 !important; 
	font-weight:700;
}

.fixtures-box, .top-runsbox, .home_pdf
{
	background-color:#fff;
	border-radius:15px;
	margin-top:25px;
	padding:2px 0px;
	box-shadow: 2px 5px 20px #00000024;
}

.tab-pane
{
	padding:5px 12px !important;
}

.fixtures-title
{
	font-size:1.5rem;
	padding:5px 0px;
}
.fixtures-description
{
	font-size:1.2rem;
}
.fixtures-table
{
	margin-bottom:0px;
}

.fixtures-table>tbody>tr>td
{
	padding:2px;
	border:none;
}

.b-bottom
{
	padding:8px 0px;
	border-bottom:1px solid #b9b9b9cf;
}

.fixtures-box .spe-blue
{
	text-align:center;
	margin-bottom:0px;
	padding:9px 0px 2px;
	text-transform:uppercase;
}

.fixtures-box .spe-blue a
{
   color:#2260ac !important;
}

.pdf_Title
{
   padding:15px;
}

.pdf_Title a
{
   text-decoration: none;
   color: #000;   
}

.pdf_click
{
	color:red;
	font-size:16px;
}

/* Top Runs */

.top-runsbox .round-btns li
{
	width:50%;
}

.top-runsbox .aca-btns li
{
	width:20% !important;
}

.top-runsbox .runs_title, .fixtures-box .runs_title
{
	padding:12px 15px 0px;
}

.top-runsbox p
{
   margin-bottom:0px;	
}

.top-runsbox .fixtures-table>tbody>tr>td  
{
	vertical-align:middle;
}

.top-runsbox .fa-user
{
	border:1px solid #2260ac;
	border-radius:50%;
	padding:15px 18px;
	color:#2260ac;
	margin-right:12px;
}

.score_list
{
	padding-left:0px;
	vertical-align:middle;
}

.score_list li
{
	list-style-type:none;
	display:inline-block;
}

.score_highlight
{
	font-size:25px;
	font-weight:700;
	margin-right:12px;
	vertical-align: bottom;
}

.xsmall_size p
{
	font-size:1.2rem;
}

.player_name
{
	font-weight:700;
	padding:5px 5px 8px;
	text-align:left;
	font-size:1.4rem;
}

/* Footer  */

#footer
{
    background: #002855;
    padding: 46px 0 22px 0px;
}

#footer h4, #footer h5 {
    font-weight: 500;
    color: #fff;
    margin-bottom: 4px;
	font-size: 24px;
    line-height: 29px;
}

#footer ul
{
	padding-left:0px;
}

#footer ul li
{
	list-style-type:none;
}

#footer ul li a {
    font-size: 16px;
    line-height: 35px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

#footer ul li a .fa-angle-right {
    margin-right: 8px;
	background-color:#002855;
}

.fa-angle-right:before {
    content: "\f105";
}


/* Copyright */

#copyright
{
	background-color:#fff;
	padding-top:15px;
}

#copyright p
{
	font-size:1.2rem;
}

#copyright .footersocials
{
	padding-left:0px;
	float:right;
}
#copyright .footersocials li
{
	list-style-type:none;
	display:inline;
	padding:5px 2px;
}

#copyright .footersocials .fa
{
	padding:5px;
	border:1px solid;
	border-radius: 15px;
}

#copyright .footersocials .fa-facebook
{
	padding:5px 7px;
	border-radius:15px;
}

#copyright .footersocials li a
{
	text-decoration:none;
}
	

.mobile-view
{
	display:none;
}


#gallery .Galleryphotos_Box
{
	height: 285px;
	margin-bottom: 26px;
}

/* Registration Page */

#players h2
{
	padding-bottom:25px;
}


/* About Us Page */

#inner-banner
{
	background-color: #2260ac;
	padding: 10px 0px 18px;
}

#inner-banner .banner-heading h1
{
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
	font-size:32px;
	/* text-shadow: 2px 2px 4px #000000; */
}

#history-aca
{
   padding:15px 0px 25px;
   text-align:justify;
}

#history-aca h2
{
   text-align:center;	
}

#aca_committee
{
	padding-bottom:15px;
}



#aca_committee h3, #Constitution_aca h3, #secretary h3, #international_matches h3, #tournaments h3, .section-title h3
{
	font-size:25px;
	font-weight: 700;
	color: #2260ac;
	padding-left:15px;
	margin:12px 0PX;
}

#aca_committee h4, .tournament-title 
{
	font-size:15px;
	font-weight: 600;
    color: #000;
    margin: 0px;
}



#aca_committee p
{
	padding:0px;
}

#aca_committee .small_title
{
	font-size:14px;
	font-weight: 700;
	color: #2260ac;
}

.fa-user
{
	font-size:24px;
	border:1px solid;
	padding:8px 12px;
	border-radius:50%;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
  margin:15px 0px;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card_box {
  padding: 15px 16px;
}

.committee_table>tbody>tr>td, .committee_table>tbody>tr>th
{
  border: 1px solid #ddd;
  vertical-align:middle;
  padding:5px 25px;
}

.committee_table>tbody>tr>td>h4
{
	margin:6px 0px !important;
}

.user_col
{
	width:25%;
	text-align:center;
}

.p_top
{
	padding-top:32px;
}

.td_list
{
	padding-left:32px;
}

.td_list li
{
   list-style-type:none;
   list-style-image:url(../img/arrow.png);
   padding:5px 12px;
   font-size:1.5rem;
}

#Constitution_aca h2
{
	padding:20px 0px;
}
#Constitution_aca h4, #secretary h4
{
    font-size: 15px;
    /* font-weight: 600; */
    color: #000;
}

.sec_td
{
    width:42%;	
}

#international_matches
{
	padding:25px 0px 32px;
}

.small_font
{
	font-size:12px;
	padding:0px 15px;
	color: #df5e02;
    font-weight: bold;
}

/* Tournaments */

.section_pad
{
	padding:25px 0px;
}

#tournaments .title_p
{
	font-size:22px;
	font-weight:600;
	text-align:center;
}

.tournaments_box
{
   padding:15px;
}

.tournament-title 
{
	color: #2260ac;
	text-align:center;
}

.tournament-btn
{
	margin:15px 0px  0px;
}

.tournament_table
{
	margin-top:15px;
}

.tournament_table>thead>tr>th
{
	color:#2260ac;
}
.player_Name, .district_Name
{
	font-weight:600;
}

.play
{
	background-color:#80cb80;
}
.no_play
{
	background-color:#fbfb15bf;
}

.not_registered
{
	background-color:#df5e02;
}

.btn-list-tournamnet
{
	padding-left:0px;
	text-align:center;
}

.btn-list-tournamnet li
{
	list-style-type:none;
	display:inline-block;
	margin:0px 5px;
}

.tr_head
{
	font-size:18px;
	font-weight:600;
}

.pdf-btn
{
	padding:5px 95px;
	margin-bottom:15px;
}


.g-img
{
	margin-top:25px;
}


/* side menu tabs  */


.inner-tabs-menu li
{
  list-style-type:none;
  padding: 10px 15px;
}

.inner-tabs-menu li a
{

	text-decoration:none;
	
}

.side_menu_tabs
{
	box-shadow: 0px 0px 10px 0px #c9c9c994;
	padding:0px; 
	background:#f2f2f2;
}

.side_menu_tabs li a
{
   color:#444;
   border-bottom: 1px solid #00000029;
   text-decoration:none;
}

/*.side_menu_tabs>li>a:hover, .inner-tabs-menu>li:hover
{
	background-color:#004b98;
	color:#fff;
}*/

.side_menu_tabs>li>a:hover, .inner-tabs-menu>li:hover
{
	background-color:#d0dbe9;
	color:#004b98;
}


.inner-tabs-menu>li>a:hover
{
	color:#004b98;
}

.inner-tabs-menu li:hover 
{
	background-color:#d0dbe9;
	color:#004b98;
}

.side-toggle .icon-bar
{
	background-color:#004b98;
}

.player_Name a, .td_list li a
{
	color:#444;
}


/*  News Home  */


.News_Heading {
  padding: 2px 16px;
  font-weight:bold;
}

.well-box
{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  
}

#Gallerypage
{
	padding:45px 0px;
}

.News_Box, .Galleryphotos_Box {
  position: relative;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  height: 285px;
  background-color: #fff;
  padding:0px;
  border-radius:0px;
}
.Galleryphotos_Box
{
	height: 350px;
}

.news_image, .Galleryphotos_image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.icon_middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  
}

.News_Box:hover .news_image {
  opacity: 0.6;
}

.News_Box:hover .icon_middle {
  opacity: 1;
}

.news_text, .gallery_tag_line {
  background-color: #fff;
  color: #2260ac;
  font-size: 16px;
  padding: 15px;
}

.news_text a, .gallery_tag_line a
{
	text-decoration: none;
	color: #000;
}

.fa-link {
  color: blue;
  background:#fff;
  padding:15px;
  border-radius:50%;
  font-size:12px;
}

.Galleryphotos_Box:hover .Galleryphotos_image {
  opacity: 0.6;
}

.Galleryphotos_Box:hover .icon_middle {
  opacity: 1;
}


/*  Hall Of Fame  */

#hall_of_fame .modal_box
{
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
	padding:15px 6px;
}

#hall_of_fame .modal_box .h3_heading
{
	font-size: 16px;
	font-weight: 700;
    color: #2260ac;
	text-align:center;
}

#hall_of_fame .modal_box .role_player
{
	font-size: 15px;
    color: #2260ac;
	text-align:center;
}

.modal_header_bg
{
	background-color: #f1f1f1;
	padding:25px;
}

.status_title
{
	width:25%;
}

.modal_header_table>tbody>tr>td
{
	border-top:none;
	padding:3px 0px;
}

.modal_stats_body
{
	margin:25px;
}

.stats_table
{
	border:1px solid #b9b0b0;
}

.stats_table>thead>tr
{
	background-color: #ddd;
}

.stats_table>tbody>tr>td, .stats_table>thead>tr>th
{
   padding:5px;
   text-align:center;
}

.modal_h4
{
	background-color: #004b98;
	color:#fff;
	width:100%;
	padding:5px 14px;
	border-radius:5px;
	margin: 0px 0px 12px 0px;
}

.modal_close-btn
{
	background-color:red;
	color:#fff;
	border:1px solid red;
}

.modal_header_bg .close {
    margin-top: -2px;
    background: #000000;
    padding: 5px 9px;
    border-radius: 50%;
    color: #fff;
    opacity: 1;
}

#hall_of_fame .modal_box:hover
{
	background: #004b98;
}

#hall_of_fame .modal_box:hover .h3_heading
{
	color:#fff;
}

#hall_of_fame .modal_box:hover .role_player
{
	color:#fff;
}

.hallfame_prev
{
	left: 0px;
    text-align: left;
    position: absolute;
    vertical-align: middle;
    top: -55px;
    border: none;
    padding: 0px;
    z-index: 9999;
    background: transparent;
}

.hallfame_next
{
	right: 0px;
    text-align: right;
    position: absolute;
    top: -55px;
    border: none;
    padding: 0px;
    z-index: 9999;
    background: transparent;
}

.modalbox_img
{
	padding:35px 0px;
}

.mailids a
{
	text-decoration:none;
	color:#444;
}

.tender-img
{
	margin-top: 65px;
	margin-bottom: 35px;
	background-color: #0479d9;
	padding:45px 15px;
}

#Gallerypage h3
{
	padding: 25px 15px 5px;
    margin: 0px;
}


/* Contact Us Page  */

.single-contact-box {
    text-align: center;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 11px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 11px 3px rgb(0 0 0 / 27%);
    padding: 30px;
    margin-bottom: 30px;
    max-height: auto;
    height: auto;
    color: #454545;
}

.single-contact-box i {
    line-height: 50px;
    width: 50px;
    height: 50px;
    border: 1px dashed #2260ac;
    border-radius: 50%;
    font-size: 20px;
    display: inline-block;
    color:  #2260ac;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 5px;
}

.single-contact-box h3 {
    font-size: 1.6em;
    color: #2260ac;
    font-weight: bold;
    padding: 10px 0px;
    margin: 0px;
    text-transform: uppercase;
}

.ScrollStyle
{
	max-height: 450px;
    overflow-y: scroll;
} 


.single-contact-box a
{
	color: #000;
	text-decoration:none;
}

.constitution_h3
{
    padding-top:46px;	
}

.constitution_h3 h3
{
	font-size:25px;
}


/*  Match Centre page  */

#matchcenter_tabs li select
{
	width: 100%;
	border: 1px solid #000;
	padding: 5px;
}

.match_centre_box
{
	background-color: #f2f2f2;
	padding: 25px;
	height: 225px;
	margin: 45px 0px;
}

.match_centre_box .small_font
{
	padding: 70px 0px 0px;
}

.match_centre_box img
{
	padding: 45px 0px;
}

.match_centre_box .schedule-btn
{
	float: none;
	margin-right: 0px;
}

.team_name
{
	font-size: 16px;
	text-align: center;
}

.matchcentre_score, .live_scorebox p, .over
{
	text-align: center;
}


.result_box
{
	background: #1c1c1c;
	padding: 5px;
	margin: 15px 45px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.specolor_red
{
	background-color: #FB1807;
}

#matchcenter_tabs li
{
  padding:15px;
  background:none;
}

.rounded_listbtn
{
	border:1px solid #000;
	border-radius:12px;
	margin-bottom: 35px;
}

.m_box
{
	height: 285px;
}

.panel-default
{
	border-color: #fff !important;
}

.panel
{
	border: unset !important;
}

.panel-group h4
{
	font-size: 20px;
	font-weight: 700;
	color: #2260ac;
}


/*  Andhra women U-19 Team Page  */

.andhrateam_box
{
	padding: 25px;
	height: 225px;
	margin: 32px 0px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.andhrateam_box .small_font 
{
	padding: 65px 0px 0px;
}

.andhrateam_box img 
{
	padding: 35px 0px;
}

#andhrateam .banner-heading h1
{
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	color: #2260ac;
	text-transform: uppercase;
}

.aca-bcci-top
{
	padding-top: 45px;
}


@media (max-width: 768px)
{
	.match_centre_box, .m_box, .andhrateam_box
	{
		height: auto;
	}
	
	.team_logo
	{
	   width: 100px;
	   height: auto;
	   margin-bottom: 15px;
	}
	
	.match_centre_box img
	{
	   padding: 20px 0px;
	}
	
}



/* ACA */


@media only screen and (max-width: 767px)
{
	
	.navbar-nav .open .dropdown-menu>li>a
	{
		color:#fff;
	}
	
	.mobile-sub-menu li
	{
		padding:10px 5px;
		color:#fff;
		list-style-type:none;
	}
	
	.mobile-sub-menu li a
	{
		color:#fff;
		text-decoration:none;
		text-transform:uppercase;
	}
	
	.mobile_login, #mobile-menu
	{
		display:block !important;
	}
	
	#topbar .topsocials
	{
		padding-top:6px;
	}
	
	.menu .search-container 
	{
       float: left;
       margin-left: 15px;
    }
	
	.desktop_view, .topsocials, #desktop_submenu
	{
		display:none;
	}
	
	#banner .banner-heading h1
	{
		font-size:25px;
	}
	
	#banner .carousel-caption
    {
	    top:0;
    }
	
	.video-banner
	{
		height:45vh;
		background-position:left left;
	}
	
	.matches-box, .awardsimg
	{
	    margin:2px;
	}
	
	.m_top, #sponsors .section-title h2
    {
	    margin-top:25px;
    }
	
	#newsletter .signup-letter h2
	{
		font-size:2rem;
	}
	
	.signup-btn
	{
		margin:12px 0px;
	}
	
	.slick-prev-testi, .slick-next-testi, .fa-angle-right, .fa-angle-left, .desktop-view
	{
		display:block;
	}
	
	.sponsorimages li
	{
		width:49%;
		padding:15px;
	}
	
	.mobile-view
	{
		display:block;
		line-height:4;
	}
	
	.tab-pane
	{
		padding-top:25px;
		padding-bottom:0px;
	}
   
	.video-box, .mtoday-box
    {
       height:auto;
	}		
	
	.mob-top
	{
		padding-top:15px;
	}
	
	.btn-watch
	{
		margin:0px;
	}
	
	.fa-envelope
	{
		margin-top:24px;
	}
	
	.side_menu_tabs
	{
	   margin-bottom:35px;	
	}
	
	#footer ul li a .fa-angle-right
	{
		display:inline;
	}
	
	.register-btn
	{
		margin-top:45px;
	}
	
	.mob_video
	{
		padding-top:25px;
	}	
	
	.News_Box, .Galleryphotos_Box
	{
		height:auto;
		margin-top:25px;
	}
	
	.icon_middle
	{
		top:45%;
	}
	
	.modalbox_img, .constitution_h3
	{
		padding: 15px 0px;
	}
	
	.modal_close-btn
	{
		float:left !important;
	}
	
	.tender-img
	{
		margin-top:25px;
	}
	
	.modal_header_bg .close
	{
		display:none;
	}
	
	#gallery .Galleryphotos_Box
	{
		margin-bottom: 46px;
		margin-top: 5px;
	}
	
	.aca-bcci-top
	{
		padding-top: 15px;
	}
} 



@media only screen and (min-width:770px) and (max-width:990px)
{
	.match_centre_box .small_font
	{
		display: none;
	}
	
	.match_centre_box
	{
		height: 295px;
	}
}



/* Slick Slider for Homepage */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev {
  left: -50px;
    text-align: left;
    position: absolute;
    vertical-align: middle;
    top: 60px;
	    border: none;
    padding: 0px;

}

.slick-next {
  right: -50px;
    text-align: right;
    position: absolute;
    top: 60px;
	border: none;
    padding: 0px;
}

.slick-prev:before, .slick-next:before {
  color: #09529b !important;
}

.slick-next-testi
{
    right: 0px;
    text-align: right;
    position: absolute;
    top: 25px;
	border: none;
    padding: 0px;
	z-index:9999;
	background: transparent;
}
.slick-prev-testi
{
	left: 0px;
    text-align: left;
    position: absolute;
    vertical-align: middle;
    top: 25px;
	border: none;
    padding: 0px;
	z-index:9999;
	background: transparent;
}

.slick-next1
{
    right: 0px;
    text-align: right;
    position: absolute;
    top: 75px;
	border: none;
    padding: 0px;
	z-index:9999;
	background: transparent;
}
.slick-prev1
{
	left: 0px;
    text-align: left;
    position: absolute;
    vertical-align: middle;
    top: 75px;
	border: none;
    padding: 0px;
	z-index:9999;
	background: transparent;
}

.slick-prev2
{
	left: 0px;
    text-align: left;
    position: absolute;
    vertical-align: middle;
    top: 92px;
	border: none;
    padding: 0px;
	z-index:9999;
	background: transparent;
}

.slick-next2
{
    right: 0px;
    text-align: right;
    position: absolute;
    top: 92px;
	border: none;
    padding: 0px;
	z-index:9999;
	background: transparent;
}

.slick-prev-testi:before, .slick-next-testi:before {
  color: #09529b !important;
}



/* @group Blink */
.blink {
 -webkit-animation: blink .75s linear infinite;
 -moz-animation: blink .75s linear infinite;
 -ms-animation: blink .75s linear infinite;
 -o-animation: blink .75s linear infinite;
 animation: blink .75s linear infinite;
}
@-webkit-keyframes blink {
 0% { opacity: 1; }
 50% { opacity: 1; }
 50.01% { opacity: 0; }
 100% { opacity: 0; }
}
@-moz-keyframes blink {
 0% { opacity: 1; }
 50% { opacity: 1; }
 50.01% { opacity: 0; }
 100% { opacity: 0; }
}
@-ms-keyframes blink {
 0% { opacity: 1; }
 50% { opacity: 1; }
 50.01% { opacity: 0; }
 100% { opacity: 0; }
}
@-o-keyframes blink {
 0% { opacity: 1; }
 50% { opacity: 1; }
 50.01% { opacity: 0; }
 100% { opacity: 0; }
}
@keyframes blink {
 0% { opacity: 1; }
 50% { opacity: 1; }
 50.01% { opacity: 0; }
 100% { opacity: 0; }
}
/* @end */


.maxtch-box
{
	height: 250px;
    border: 1px solid #f1f1f1;
    margin: 5px 5px 20px 5px;
    padding: 7px 15px;
    border-radius: 5px;
    box-shadow: 4px 4px #f5f0f052;
    /* display: table; */
    overflow: hidden;
	cursor:pointer;
}
.maxtch-box:hover
{
    background: #9b9c9d08;
}

.maxtch-box strong, .maxtch-box b
{
	color:#585353  !important;
	
}
.match-title
{
	height: 50px;
    border-bottom: 1px solid #babaff;
}
.match-title h4
{
	font-size: 16px !important;
    color: #878787 !important;
	
}
.match-details
{
	height: 120px;
}
.media-body, .media-left, .media-right
{
	vertical-align:middle !important;
}
.match-details .media-body h5
{
	font-size: 12px;
}
.match-details .pmd-card-media .media-right span
{
	background: black;
    padding: 2px;
    border-radius: 5px;
    color: white;
	font-size:10px;
}


.match-details .pmd-card-media .media-right span.info-live
{
	background: red !important;
   
}
.match-details .team-name
{
	font-size: 14px !important;
    margin: 0px !important;
	
}
.match-details .score
{
	font-size: 12px !important;
}
.matchsummary
{
	
	padding: 10px;
    border-top: 1px solid #c1c1c1;
	    font-size: 12px;
	
}



