@charset "utf-8";
@import url('../fonts/fonts.css');
* {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: Rubik,sans-serif;
}
/**LOGIN**/
@import url//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
.main{
  background: #0d4c6f; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  #0d4c6f 1%, #8291c2 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#0264d6), color-stop(100%,#1c2b5a)); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  #0d4c6f 1%,#8291c2 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  #0d4c6f 1%,#8291c2 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  #0d4c6f 1%,#8291c2 100%); /* IE10+ */
  background: radial-gradient(ellipse at center,  #0d4c6f 1%,#8291c2 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d4c6f', endColorstr='#8291c2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  height:calc(100vh);
  width:100%;
}
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}
#body {
  color: #606468;
  font: 87.5%/1.5em 'Open Sans', sans-serif;
  margin: 0;
}
a {
	color: #eee;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
  color: #fff;
}
input {
	border: none;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	padding: 0;
	-webkit-appearance: none;
  cursor: pointer;
}
p {
	line-height: 1.5em;
}
.clearfix {
  *zoom: 1;
  &:before,
  &:after {
    content: ' ';
    display: table;
  }
  &:after {
  clear: both;
  }
}
.Login {
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
}


/* ---------- LOGIN ---------- */
#login #frmLogin{
	width: 250px;
}
#login, .logoACC{
    display:inline-block;
    width:40%;
}
#login{
border-right:1px solid #fff;
  padding: 0px 22px;
  width: 59%;
}
.logoACC{
color:#fff;
font-size:50px;
  line-height: 125px;
}
#login #frmLogin span.fa {
	background-color: #fff;
	border-radius: 3px 0px 0px 3px;
	color: #000;
	display: block;
	float: left;
	height: 50px;
    font-size:24px;
	line-height: 50px;
	text-align: center;
	width: 50px;
}
#login #frmLogin input {
	height: 50px;
}
fieldset{
    padding:0;
    border:0;
    margin: 0;
}
#login #frmLogin input[type="text"], input[type="password"] {
	background-color: #fff;
	border-radius: 0px 3px 3px 0px;
	color: #000;
	margin-bottom: 1em;
	padding: 0 16px;
	width: 200px;
}
#login #frmLogin input[type="button"] {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #fff;
  color: #14374d;
  font-weight: bold;
  /* margin-bottom: 2em; */
  text-transform: uppercase;
  padding: 5px 10px;
  height: 30px;
}
#login #frmLogin input[type="button"]:hover {
	background-color: #1b2b81;
  color: #fff;
}
#login > p {
	text-align: center;
}
#login > p span {
	padding-left: 5px;
}
.middle {
  display: flex;
  width: 600px;
}
/**END LOGIN**/
/**NAVBAR CUPON**/
.wrapper .navbarCupon {
  background-color: #c1c1c1 !important;
}
/**FIN NAVBAR**/
/**NAVBAR**/
.navbar,
.navbar .dropdown .dropdown-menu {
  background-color: #0d4c6f !important;
}
.navbar .dropdown .dropdown-menu a:hover {
  color: #000;
  font-weight: 600;
}
.navbar #logoACCMenu {
  height: 90px;
  width: 90px;
  margin-left: 50px;
}
.navbar .collapse .navbar-nav a {
  font-size: 18px;
  color: #fff;
  font-family: Raleway, sans-serif;
}
.navbar .collapse .navbar-nav a:hover {
  background-color: #fff;
  color: #000;
  font-weight: 600;
  font-family: Raleway, sans-serif;
  border-radius: 5px;
}
/**FIN NAVBAR**/
/**CONTENEDOR**/
.wrapper {
  margin-top: 130px;
}
/**FIN CONTENEDOR**/
/**SECCION DEPORTES**/
.tableCourse tr th,
.tableCourse tr td {
  font-size: 12px;
}
/**/
.tableSeguros tr td {
  font-size: 13px;
}
/*----------------------------------
	Sidebar
----------------------------------*/
#sidebar {
	/*background-color: #e7eef1;*/
	color: #000;
  padding-left: 25px;
	transition: all 0.3s;
}
#sidebar.active .alert {
    display: none !important;
}
#sidebar.active {
	text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
	display: none;
}
#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
    color: #000;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.8em;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}


#sidebar ul.components {
    padding: 20px 0;
  /*  border-bottom: 1px solid #0084B5;*/
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #0084B5;
    background: #fff;
    text-decoration: none;

}

#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #000;
    /*background: #0084B5;*/
}

a[data-toggle="collapse"] {
    position: relative;
}

#sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-40%);
}

ul ul a {
    font-size: 1em !important;
    padding-left: 30px !important;
    /*background: #0084B5;*/
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}


a.article,
a.article:hover {
    background: #0084B5 !important;
    color: #000 !important;
}
/*TABLA EVENTOS*/
.section_event table tbody tr td {

}
