@charset "UTF-8";



/* GLOBAL SELECTOR & CLASSES */
html{height:100%;}
body { font-family: "Lato", sans-serif; overflow-x: hidden; height:100%;}
#fullcontainer {
   min-height:100%;
   position:relative;
}
a {color: #800080;}
a:hover, a:focus {text-decoration: none; outline: none;}

table {border: 1px solid #feb748; margin-bottom: 20px;}
table.tblstatus {margin-top:8px;border:none; font-size: 0.9em; line-height: 8px;}
th, td {border: none !important; padding: 10px; color:#800080;}
th {background: #feb748; color:#800080; text-transform:uppercase; font-size:.9em; }
table.border {background: #feb748;}
tr.trtop{border-bottom:2px solid #C7ADCE; }

table.tblrego{ width: 100%; line-height: 1em;}
table.tblrego tr:nth-of-type(even) {
      background-color:#F1F1F1;
}

.darkrow
{
    background: #CCCCCC !important;
    font-weight:bold;
}

h1, h2 {color:#800080;	margin: 0 0 10px; text-transform:uppercase;}
h3{ font-size: 16px; border-bottom:2px solid #C7ADCE; font-weight:bold;}
h1.page-title {font-size:24px;}
h1 { font-size: 24px;}
h2 {font-size: 18px; margin-top: 12px;}

h5 {color:#800080;	}
/* Checkboxes and Radio buttons 
--------------------------------------------------
*/
.radio,
.checkbox {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 0px;
}
.radio label,
.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px !important;
  margin-right: 15px;
  font-size: 13px;
}
.radio label:before,
.checkbox label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: 0px;
  background-color: #ffffff;
  border: 1px solid #800080;
}
.radio label {
  margin-bottom: 6px;
}
.radio label:before {
  bottom: 2.5px;
  border-radius: 99px;
  -webkit-transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
}
.radio input[type=radio]:checked + label:before {
  border-width: 5px;
}
.radio input[type=radio] {
  display: none;
}
.radio input[type=radio][disabled] + label {
  opacity: 0.65;
}
.radio.radio-success input[type=radio]:checked + label:before {
  border-color: #10cfbd;
}
.radio.radio-primary input[type=radio]:checked + label:before {
  border-color: #6d5cae;
}
.radio.radio-info input[type=radio]:checked + label:before {
  border-color: #3b4752;
}
.radio.radio-warning input[type=radio]:checked + label:before {
  border-color: #f8d053;
}
.radio.radio-danger input[type=radio]:checked + label:before {
  border-color: #f55753;
}
.radio.radio-complete input[type=radio]:checked + label:before {
  border-color: #48b0f7;
}
.checkbox input[type=radio][disabled] + label:after {
  background-color: #e6e6e6;
}
.checkbox label {
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
  white-space: nowrap;
}
.checkbox label:before {
  top: 1.4px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.checkbox label::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 3.2px;
  top: 2px;
  font-size: 11px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.checkbox label:after {
  border-radius: 3px;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox.checkbox-circle label:after {
  border-radius: 99px;
}
.checkbox.checkbox-circle label:before {
  border-radius: 99px;
}
.checkbox input[type=checkbox]:checked + label:before {
  border-width: 8px;
}
.checkbox input[type=checkbox]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\F00C";
  color: #fff;
}
.checkbox input[type=checkbox][disabled] + label {
  opacity: 0.65;
}
.checkbox input[type=checkbox][disabled] + label:before {
  background-color: #eceff3;
}
.checkbox.right label {
  margin-right: 35px;
  padding-left: 0 !important;
}
.checkbox.right label:before {
  right: -35px;
  left: auto;
}
.checkbox.right input[type=checkbox]:checked + label {
  position: relative;
}
.checkbox.right input[type=checkbox]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\F00C";
  position: absolute;
  right: -27px;
  left: auto;
  color: #feb748;
}
.checkbox.check-success input[type=checkbox]:checked + label:before {
  border-color: #10cfbd;
}
.checkbox.check-primary input[type=checkbox]:checked + label:before {
  border-color: #6d5cae;
}
.checkbox.check-complete input[type=checkbox]:checked + label:before {
  border-color: #48b0f7;
}
.checkbox.check-warning input[type=checkbox]:checked + label:before {
  border-color: #f8d053;
}
.checkbox.check-danger input[type=checkbox]:checked + label:before {
  border-color: #f55753;
}
.checkbox.check-info input[type=checkbox]:checked + label:before {
  border-color: #3b4752;
}
.checkbox.check-success input[type=checkbox]:checked + label::after,
.checkbox.check-primary input[type=checkbox]:checked + label::after,
.checkbox.check-complete input[type=checkbox]:checked + label::after,
.checkbox.check-warning input[type=checkbox]:checked + label::after,
.checkbox.check-danger input[type=checkbox]:checked + label::after,
.checkbox.check-info input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

input[type="checkbox"]
{
    margin-right: 10px;
}

input[type="radio"]
{
    margin-right: 3px;
}

.ui-dialog-content
{
    background: #F7F7F7 !important;
}

.input-group.transparent .input-group-addon {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.07);
}

.clear {clear:both}


.bg-light-grey {background: #f4f4f4}
.bg-orange {background: #feb748 !important;}

.btn-default, button {background: #68217a; color: #FFF; border: 0;}

.btn-primary {background: #c7adce; color: #68217a; border: 0;}
.btn-primary:hover {background: #feb748}
.btn-primary span {color: #FFF;}

.btn-warning {background: #feb748; border: 0;}

.m-b-30 {margin-bottom: 30px;}

.border {border: 1px solid #feb748}

/*HEADER SECTION*/
	
#header {border-top: solid 20px #9354a5; border-bottom: 1px solid #ceaed6;}
#main .container{ margin-bottom:40px;}
#header .container {position: relative;}
#logo-clubs {
	position: absolute;
	left: 0;
	top: -20px;
	width: 450px;
	height:124px;
	padding-top: 12px;
	}
	#logo-clubs img {position: relative; z-index:2;}
#logo-clubs:after {
	content:'';
	position: absolute;
	right: 0;
	top: 0;
	width: 1220px;
	height: 124px;
	background: url(../images/bg_logo-clubs.png) no-repeat;
	}
#logo-umsu {float: right; padding: 14px 0;}
.nav ul {margin: 0; padding: 0;}
.nav li {list-style: none; display:inline-block; position: relative;}
.nav li a {display: block; padding: 0 16px;}

.nav ul li ul {
padding: 10px;
background: #68217a;
position: absolute;
top: 42px;
left: 0;
width: 200px;
z-index: 99999;
}

.nav li li {display: list-item}
.nav li li a {padding: 0;}

.nav ul ul, .nav ul li:hover ul ul, .nav ul ul li:hover ul ul {display: none;}
.nav ul li:hover ul, .nav ul ul li:hover ul, .nav ul ul ul li:hover ul {display: block;}

#top-nav {
	background: #d1ceca url(../images/bg_top-menu.png) right 0 no-repeat; 
	width: 876px; 
	text-align: right; 
	margin: 58px 0 0; 
	padding-right: 64px;
	}
#top-nav li a {color: #68217a; line-height: 38px;}
#top-nav li a:hover {color: #FFF;}
#top-nav li a span {font-size: .6em; line-height: 20px;}

#main-nav {background: #68217a; border-bottom: 4px solid #c7adce; padding: 10px 0 0;}
#main-nav ul {margin: 0 -60px;}
#main-nav li a {color: #FFF; line-height:42px; text-transform:uppercase; padding: 0 60px;}
#main-nav li:hover a {color: #feb748;}
#main-nav ul ul {margin: 0;}
#main-nav li li a {line-height: 1.5em; text-transform: capitalize; padding: 8px 16px; color: #FFF !important; }
#main-nav li li:hover a {background: #feb748; color: #68217a !important;}

/*SEARCH SECTION*/

#search {background: #f4f4f4; padding: 28px 0;}
#search .form-group {display: inline-block; width: 70%;}
#search .form-control {width: 100%;}
#search .btn {width: 150px; color: #FFF; background: #ff6000 ; border: 0;}
#search .btn:hover {background: #68217a}
#search #funding {text-align: right;}

#main {padding: 25px 0 40px;}

/*CONTENT SECTION*/

.content {padding: 20px; border-top: 2px solid #c7adce; margin: 0 0 36px;}

.intro {background: #fff; padding: 30px 20px;}

/*SIDEBAR SECTION*/
#sidebar h3 {
	display:block;
	font-size: 1em;
	text-transform:uppercase;
	color: #68217a;
	margin: 0 0 10px;
	padding: 0 0 10px;
	font-weight: 700;
	 border-bottom: 2px solid #68217a;
	}
#sidebar .list-group {list-style: none;}
#sidebar .widget {color: #68217a}
#sidebar .widget  li {line-height: 1.5em;}

#side-nav {margin: 0 0 32px;}
#side-nav li {margin-bottom: 3px; display:list-item; text-align:center; }
#side-nav li a {
	background: #c7adce;
	line-height:36px;
	color:#68217a;
	text-transform: uppercase;
	font-size: 18px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	#side-nav li a:hover {background: #feb748; color: #FFF;}

.summary ul {color: #68217a;}
.summary li:nth-of-type(even) {background: #f4f4f4;}
.summary .list-group-item {border: 0;}
.summary .badge {
	color: #ff6000;
	background: none;
	font-weight: normal
	}
.summary .completed .badge {color: #feb748}

/*FOOTER SECTION*/

#footer {position:absolute; bottom:0; margin:0; height: 60px; width:100%;background: #68217a; color:#FFF; text-align:center; padding:20px 0;}


/*LOGIN PAGE*/

#login {background: url(../images/bg_login.jpg) center 10px no-repeat; padding:140px 0 80px;}
.login-box {
	width: 698px; 
	background: #FFF;
	margin: 0 auto;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #999;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.45);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.45);
	}
.login-box h2 {
	display:block;
	background: #fba534;
	margin:0 0 20px;
	color: #68217a;
	font-size: 24px;
	text-transform:uppercase;
	text-align: center;
	line-height:48px;
	}
.login-box form {background: #9354a5; margin:36px; padding: 24px 40px; color: #FFF;}
.login-box form p {text-align: center;}
.login-box .form-group {margin: 0 80px 15px;}
.login-box a {color: #feb748;}
.login-box .btn {
	font-size: 30px;
	color:#68217a;
	line-height: 42px;
	padding: 0 64px;
	text-transform:uppercase;
	border: 0;
	margin: 16px 0;
	background: #fdcb0f; /* Old browsers */
	background: -moz-linear-gradient(top,  #fdcb0f 0%, #f5801a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdcb0f), color-stop(100%,#f5801a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdcb0f 0%,#f5801a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdcb0f 0%,#f5801a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdcb0f 0%,#f5801a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdcb0f 0%,#f5801a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdcb0f', endColorstr='#f5801a',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    2px 2px 7px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         2px 2px 7px 0px rgba(0, 0, 0, 0.4);
}

/*CLUB DETAILS FORM*/
#club-details {overflow: hidden;}
#club-details .row:nth-of-type(odd) {background: #FFF;}
#club-details .form-group {margin-bottom: 0; padding:4px 8px;}
label {font-weight:normal; margin: 4px 0}
input[type="text"], input[type="email"], input[type="password"]  {border: 1px solid #feb748; padding:4px 8px !important; height:28px; margin:4px 0;  border-radius: 4px; width :100%}


.search-filter {background: #feb748; padding: 20px; margin: 0 0 16px; border-radius:10px;}
.search-filter  .form-group {margin-bottom: 0; padding: 8px 0;}
.search-filter label {font-size: .85em;}
.search-filter .btn {margin-top: 24px;}


.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {width: 100%;}
.datepicker table tr td, .datepicker table tr th {
	border-radius:0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	}
	
	
	    hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; 
  color: #800080;
}

.error
{
     color:#a94442;
     background: #FF9B9B;
}

.divlate
{
    float:right;
    margin-right: 400px;
    font-weight:bold;
    color:#D8000C;
    font-size: 20px;
    border: 3px solid #D8000C;
    padding: 10px;
    position: relative;
    top: -18px;
}



.infobox
{
    padding:10px;
    background: #E1E1E1;
    width: 100%;
    height: auto;
    border-radius: 10px;
}	

.uploadbg
{
    background: #99FF99;
    border-radius: 10px;
    font-weight: bold;
}