@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Roboto Condensed:300,400,500,700");

@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
body {
  font-family: "Roboto", sans-serif;
  background: #fbfbfb;
}












section {
  margin: 0px 0px 100px 0px;
}

a {
  color: #981e32;
  text-decoration: underline;
  font-weight: bold;
}

a:hover, a:focus, a:active {
  color: #6d0f1e;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.logo {
  float: left;
  margin-right: 2px;
}

.logo img {
  width: 70px;
  height: 39px;
}
.mobile-logo {
  margin:10px;
  float:left;
}
.application-name {
  font-family: 'roboto condensed',sans-serif;
  font-weight: 100;
  font-size: 1.3em;
  margin-top: 6px;
  display: inline-block;
}

.line {
  width: 1px;
  float: left;
  background: #fff;
  height: 35px;
  margin-right: 10px;
  margin-top: 0px;
  padding-top: 0px;
}

.fs-version .app-container {
  float: left;
}

.fs-version .audience {
  position: absolute;
  display: inline-block;
  top: 6px;
  font-weight: 600;
  color: #7a673f;
}

h3 {
  font-weight: 500;
}

h4 {
  font-weight: 100;
}
h5{
  line-height:1.4;
}
.light {
  font-weight: 100;
}

.no-pad {
  padding: 0px!important;
}

.nopad-left {
  padding-left: 0px;
}

.nopad-right {
  padding-right: 0px;
}
.no-border{
  border:0px!important;
}
.btn {
  color: #fff;
  margin: 2px;
  border-radius: 0px;
  padding: 17px 20px;
  border: none;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  text-shadow: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.btn-primary {
  background-color: #2A73CF;
}

.btn-primary:hover {
  background-color: #4c8bdb;
}

.btn-primary:hover:active {
  background-color: #4c8bdb;
}

.btn-warning {
  background: #EAAB00;
}

.btn-warning:hover {
  background: #ffc119;
}

.btn-warning:hover:active {
  background: #ffc119;
}

.btn-danger {
  background: #981e32;
}

.btn-danger:hover {
  background: #be263f;
}

.btn-danger:hover:active {
  background: #be263f;
}

.btn-white {
  background: #fff;
  color: #444;
}

.btn-default {
  background: #868e96;
  color: #fff;
}

.btn-default:hover {
  background: #9fa5ab;
  color: #fff;
}

.btn-default:hover:active {
  background: #9fa5ab;
}

.btn-inactive{
  background:#eee;
  color:#888;
  box-shadow:none;
}

.panel-inactive {
  background:#eee;
}
.btn i {
  margin-left: 5px;
}

#search-results .icon {
  font-size: 3em;
}

#search-results ul li {
  list-style-type: none;
  margin-left: 0px;
}

#search-results ul {
  padding-left: 0px;
}

#search {
  padding: 40px 0px 40px 0px;
}

#search .form-control {
  padding: 20px;
  font-size: 1.2em;
  border-right: 0px;
  box-shadow: none;
}

.keyword {
  color: #981e32;
  font-weight: 700;
}

.total-results {
  margin: 20px 30px 50px 0px;
  font-size: 1.2em;
}

.page-header {
  padding: 100px 0px 40px 0px;
  width: 100%;
  background: #fff;
}

#content {
  margin-top: 50px;
  float: left;
}

.section-title h1 {
  display: inline;
  padding-right: 5px;
}

.navbar {
  background: #981e32;
}

.navbar a, .navbar a:hover {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-header {
  margin-top: 10px;
}

.nav .open > a, .nav .open > a:focus {
  background: #be263f;
}

.navbar-nav > li > .dropdown-menu a:focus {
  background: #eee;
}

.nav-tabs {
  border-bottom: 2px solid #ddd;
  font-size: .9em;
  text-transform: uppercase;
  font-weight: 700;
}
.large > li{
  font-size:1.2em;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border-width: 0;
}

.nav-tabs > li > a {
  border: none;
  color: #666;
  text-decoration:none;
}

.nav-tabs > li.active > a,
.nav-tabs > li > a:hover {
  border: none;
  color: #981e32 !important;
  background: transparent;
  font-weight: 700;
}

.nav-tabs > li > a::after {
  content: "";
  background: #981e32;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}

.nav-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
  transform: scale(1);
}

.nav > li > a:focus, .nav > li > a:hover {
  background: #be263f;
}

.dropdown-menu {
  right: 0px;
  left: auto;
}

.submenu {
  padding: 0;
}

.submenu li {
  display: block;
  padding: 20px;
}

.submenu li:hover {
  background: #eee;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.submenu li:hover:hover {
  color: #981e32 !important;
}

.submenu li a, .submenu li a:visited {
  color: #444;
  font-weight: 700;
  text-decoration: none;
}

.submenu li a:hover, .submenu li a:visited:hover {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  color: #981e32;
  text-decoration: none;
}

.controls .dropdown-menu {
  padding: 0px;
}

.alert-notifcation {
  float: left;
  width: 100%;
  height: 60px;
  border-left: 5px solid #981E33;
  padding-left: 20px;
  padding-top: 20px;
  font-size: 1.2em;
  font-weight: bold;
  margin: 20px 0px 20px 0px;
  -webkit-box-shadow: #eee 0px 0px 1px;
  -moz-box-shadow: #eee 0px 0px 1px;
  box-shadow: #eee 0px 0px 1px;
}

.notifcation-default {
  float: left;
  width: 100%;
  height: 60px;
  border-left: 5px solid #ccc;
  padding-left: 20px;
  padding-top: 20px;
  font-size: 1.2em;
  font-weight: bold;
  margin: 20px 0px 20px 0px;
}

.alert-notifcation-hide {
  float: left;
}

/**********PANELS**********/
.panel-content {
  padding: 40px 40px 20px 40px;
}
.panel-default>.panel-heading{
  border:0px;
}

.panel-default > .panel-heading {
  border-left: 4px solid #981e32;
  border-bottom:1px solid #eee;
  background: #fff;
  padding: 20px 10px 20px 20px;
}

.panel-body {
  padding: 20px;
}

.panel h3 {
  margin-top: 0px;
}

.panel-title {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: .9em;
  text-transform: uppercase;
}

.panel-footer {
  background: #fff;
  padding: 20px;
  display:inline-block;
  width:100%;
}

.panel-alert {
  position: relative;
  margin: 0px 0px 20px 0px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.panel-body .btn{
  padding:13px 18px;
}

.panel .alert-heading {
  background:#e6e6e6;
  text-align: center;
  color: #666;
}

.panel .alert-icon {
  color: #333;
  padding: 15px 10px 0px 0px;
  display:inline-block;
  font-size:.8em;
}

.panel-inactive .alert-heading .alert-icon{
    color:#888;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.panel-alert .alert-title {
  text-align: center;
  color: #333;
  margin-top: 5px;
  margin-bottom: 10px;
  display:inline-block;
}

.panel-alert p {
  font-size: 1.1em;
  font-weight: 100;
  margin-bottom:20px;
}

.panel-alert .comments {
  padding: 20px;
  border-top: 1px solid #ccc;
}

.panel-alert a {
  color: #981e32;
  text-decoration: underline;
  font-weight: 700;
}

.panel-alert-urgent {
  background-color: #981e32;
  color: #fff;
}

.panel-alert-urgent:hover {
  background-color: #6d0f1e;
  color: #fff;
  cursor: pointer;
}

.footnote {
  display: inline-block;
  width: 100%;
  border-left: 4px solid #888;
  padding: 10px 10px 10px 20px;
  color: #444;
  font-weight: 700;
}

.footnote-info {
  border-color: #2a73cc;
  color: #2a73cc;
}

.alert {
  margin-bottom: 20px;
  font-weight: 100;
  font-size: 1.1em;
}

.alert a {
  color: #fff;
  font-weight: 700;
  margin-left: 10px;
  text-decoration: underline;
}

.alert a {
  color: #fff;
  font-weight: 700;
  margin-left: 10px;
  text-decoration: underline;
}

.alert a:hover {
  opacity: .2;
}

.alert .alert-icon {
  display: block;
  float: left;
  margin-right: 15px;
}

.alert b {
  font-weight: 700;
  text-transform: uppercase;
}

.single-alert-icon{
    font-size:25px !important;
    padding: 13px;
}

.danger .single-alert-icon{
    color: #981e32;
}
.warning .single-alert-icon{
    color: #eab002;
}
.success .single-alert-icon{
    color: #5cb85c
}
.info .single-alert-icon{
    color: #2A73CF
}

.Uploadbtn {
  position: relative;
  overflow: hidden;
  padding: 17px 20px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size:14px;
  color:#fff;
  width:100px;
  text-align:center;
  cursor: pointer;    

}
.Uploadbtn .input-upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
.Uploadbtn span::before{
  font-family:'fontawesome';
  content:"\f093";
  position:absolute;
  left:15px;
  color:#fff;
  margin-right:10px;
}
.Uploadbtn span{
    margin-left: 13px;
}

.single-alert-icon{
  width: 50px;
  float: left;
  height: 100%;
  text-align: center;
}
.single-alert-body{
  padding-top: 11px;
  padding-left: 55px;
  padding-right: 20px;
}
.single-alert-body p{
  margin-bottom:10px;
}
.single-alert span{
  display:inline-block;
  font-size:13px;
  color:#444;
  padding-bottom:5px
}

.single-alert{
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  margin-bottom: 10px;
    border-bottom:1px solid #eee;
}




button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.alert-info {
  background-color: #2a73cc;
  color: #ffffff;
}

.alert-success {
  background-color: #008264;
  color: #ffffff;
}

.alert-warning {
  background: #EAAB00;
  color: #332500;
}

.alert-danger {
  background: #981e32;
  color: #fff;
}
.panel-body .alert-complete{
  text-align:center;
}

.input-group .icon-addon .form-control {
  border-radius: 0;
}

.icon-addon {
  position: relative;
  color: #555;
  display: block;
}

.icon-addon:after,
.icon-addon:before {
  display: table;
  content: " ";
}

.icon-addon:after {
  clear: both;
}

.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon,
.icon-addon.addon-md .fa,
.icon-addon .fa {
  position: absolute;
  z-index: 2;
  left: 10px;
  font-size: 14px;
  width: 20px;
  margin-left: -2.5px;
  text-align: center;
  padding: 10px 0;
  top: 1px;
}

.icon-addon.addon-lg .form-control {
  line-height: 1.33;
  height: 46px;
  font-size: 18px;
  padding: 10px 16px 10px 40px;
}

.icon-addon.addon-sm .form-control {
  height: 30px;
  padding: 5px 10px 5px 28px;
  font-size: 12px;
  line-height: 1.5;
}

.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
  font-size: 18px;
  margin-left: 0;
  left: 11px;
  top: 4px;
}

.icon-addon.addon-md .form-control,
.icon-addon .form-control {
  padding-left: 30px;
  float: left;
  font-weight: normal;
}

.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon {
  margin-left: 0;
  font-size: 12px;
  left: 5px;
  top: -1px;
}

.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
  color: #2a73cc;
}

.nav .nav-tabs > li > a:focus, .nav > li > a:hover {
  background: transparent;
}

.card-group .card {
  display: table-cell;
  vertical-align: top;
}

.card {
  float: left;
  margin-bottom: 20px;
  border-radius: .25rem;
  width: 100%;
  border: 1px solid #ddd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.card:hover, .card:active {
  background: #fefefe;
  box-shadow: 0 14px 20px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

.card-block {
  padding: 20px 20px 0px 20px;
  text-align: left;
}

.card-title {
  padding-top: 20px;
  margin-bottom: .75rem;
}

.card-titlea:link, .card-titlea:hover {
  text-decoration: none;
}

.card-block .card-text {
  color: #444;
  padding: 0px 20px 20px 0px;
  font-weight: 100;
  font-size: 1.2em;
}

.detail {
  color: #777;
  border-top: 1px solid #eee;
  padding: 10px 20px 30px 0px;
}

.detail a {
  margin-left: 5px;
  font-size: 1em;
  color: #444;
  font-weight: normal;
}

.detail aa:link, .detail a a:hover {
  color: #444 !important;
  font-weight: normal;
}

.card-button {
  background: #fff;
  padding-bottom: 10px;
  float: left;
  display: inline-block;
}

.card-block-actions button {
  height: 40px;
  width: 40px;
  opacity: 1;
  color: #ccc;
  border: 0px;
  box-shadow: none;
  background: none;
  background: #eee;
  border-radius: 200px;
}

.card-block-actions button:hover {
  cursor: pointer;
  color: #ccc;
}

.card-block-actions .add:hover {
  background: #2a73cc;
  color: #fff;
}

.card-block-actions .close:hover {
  background: #981e32;
  color: #fff;
}

.card-block-actions {
  position: absolute;
  width: 100%;
  top: 5px;
  right: 5px;
}

.card #vertical-dropdown {
  font-size: 1.2em;
  background: none;
  border: 0px;
  float: right;
  margin: 0px;
  padding: 0px;
  width: 40px;
  height: 40px;
  opacity: 1;
}

.card-info {
  color: #2a73cc;
  border-left: 10px solid #2a73cc;
  font-weight: normal;
}

.card-info a:link {
  color: #2a73cc;
  text-decoration: none;
}

.card-title .card-info {
  color: #2a73cc;
}

.card-title .card-infoa:link {
  color: #2a73cc;
}

.card-success {
  color: #008264;
  border-left: 10px solid #008264;
}

.card-red {
  color: #981e32;
  border-left: 10px solid #981e32;
}

.card-title .card-success {
  color: #008264;
}

.card-title .card-successa, .card-title .card-successa:hover {
  text-decoration: none;
}

.card-warning {
  color: #EAAB00;
  border-left: 10px solid #EAAB00;
}

.card-title .card-warning {
  color: #EAAB00;
}

.card-warning-dark {
  color: #DC8823;
  border-left: 10px solid #DC8823;
}

.card-title .card-warning-dark {
  color: #DC8823;
}

.card-cover .card-warning-dark {
  padding: 0px;
  text-align: left;
}

.card-secondary-dark {
  color: #700f59;
  border-left: 10px solid #700f59;
}

.card-title .card-secondary-dark {
  color: #700f59;
}

.card-secondary-dark {
  padding: 0px;
  text-align: left;
}

.card-info-dark {
  color: #0d47a1;
  border-left: 10px solid #0d47a1;
}

.card-title .card-info-dark {
  color: #0d47a1;
}

.card-info-dark {
  padding: 0px;
  text-align: left;
}

.card-default-add {
  color: #868e96;
  background: #868e96;
}

.card-title .card-default-add {
  color: #868e96;
}

.card-cover .card-default-add {
  background: #868e96;
  padding: 0px;
  text-align: left;
}

.card-default-add {
  background: #868e96;
  padding: 0px;
  text-align: left;
}

.card-gold {
  color: #c09551;
  border-left: 10px solid #c09551;
}

.card-title .card-gold {
  color: #c09551;
}

.tab-nav > li > a::after {
  background: #21527d none repeat scroll 0% 0%;
  color: #fff;
}

.tab-pane {
  padding: 15px 0;
}

.tab-content {
  padding: 20px 20px 20px 20px;
  border: 1px solid #ddd;
  background: #fff;
}


.tab-content p {
  display: block;
  font-weight: normal;
  letter-spacing: 0.01em;
  margin: 0px 0px 10px 0px;
  font-style: normal;
  white-space: normal;
  color: #575a5d;
}

.dropdown, .dropup {
  float: right;
}

.dropdown-menu > li > a.username {
  font-family: "Roboto", sans-serif;
  color: #981e32;
  font-weight: 700 !important;
  font-size: 1.2em;
}

.pulse {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
  animation: pulse 2s infinite;
}

.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 233, 233, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(233, 233, 233, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 233, 233, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(233, 233, 233, 0.4);
    box-shadow: 0 0 0 0 rgba(233, 233, 233, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(233, 233, 233, 0);
    box-shadow: 0 0 0 10px rgba(233, 233, 233, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(233, 233, 233, 0);
    box-shadow: 0 0 0 0 rgba(233, 233, 233, 0);
  }
}

.notification {
  display: inline-block;
  position: absolute;
  padding: 4px;
  border-radius: 0.2em;
  font-size: .6em;
  background: #2a73cc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  top: 6px;
  right: 6px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 1.1;
  background: #0089F0;
  color: #fff;
  font-size: .9em;
}

.notification::before,
.notification::after {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.has-notifications .badge {
  background: #0089F0 !important;
  margin-right: 5px;
}

.navbar {
  min-height: 0;
  margin-bottom: 0px;
}

.navbar a {
  text-decoration: none;
}

.navbar-toolbar .dropdown-menu > li > a:hover {
  background: #fff;
}

.profile-dropdown {
  color: #981e32;
  padding: 14px 120px 14px 25px;
  min-height: 75px;
}

.nav > li {
  position: relative;
  display: block;
}

.navbar-right {
  float: right !important;
  margin-right: -15px;
}

.navbar-toolbar .avatar {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 55px;
  height: 55px;
  overflow: hidden;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.navbar-toolbar .username {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #981e32;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
  margin: 15px 0px 15px 0px;
}

.navbar-toolbar > li > a {
  display: block;
  height: 60px;
  padding: 20px 25px;
  line-height: 20px;
}

.navbar-toolbar > li {
  float: left;
}

.navbar-toolbar > li > .dropdown-menu {
  width: 240px;
  padding: 0;
  border-color: #ddd;
  z-index: 777;
}

.navbar-toolbar > li > .dropdown-menu > li > a {
  padding: 19px 16px;
  line-height: 20px;
  border-bottom: 1px solid #f5f7f9;
  font-size: 1.1em;
  font-weight: 100;
}

.navbar-toolbar > li > .dropdown-menu > li > a:hover, .navbar-toolbar > li > .dropdown-menu > li > a:focus {
  background: #eee;
}

.navbar-toolbar > li > .dropdown-menu .fa {
  font-size: 1.2em;
  color: #444;
  padding-right: 5px;
}

.navbar-toolbar .dropdown-toggle .fa {
  font-size: 1.8em;
}

.fs-version {
  background-color: #DED0AC;
}

.fs-version .application-name {
  color: #000;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.controls {
  float: right;
  width: 100px;
}

.controls button:hover {
  color: #981e32;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.panel-separator{
  margin:0 16px;
}
.panel #vertical-dropdown {
  background: none;
  border: 0px;
  float: right;
  margin: 0px;
  padding: 0px;
  width: 40px;
  opacity: .5;
}

#vertical-dropdown:hover {
  opacity: 1;
  color: #2a73cc;
}

.glyphicon {
  margin-right: 5px;
}

.thumbnail {
  margin-bottom: 20px;
  padding: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#navbar .list-group{
  margin-bottom:0px;
}
#navbar .list-group-item {
  padding: 19px 16px;
    line-height: 20px;
    border-bottom: 1px solid #f5f7f9;
    font-size: 1.25em;
    font-weight: 100;
}

.item.list-group-item {
  float: none;
  width: 100%;
  background-color: #fff;
  margin-bottom: 10px;
}

.item.list-group-item:nth-of-type(odd):hover, .item.list-group-item:hover {
  background: #428bca;
}

.item.list-group-item .list-group-image {
  margin-right: 10px;
}

.item.list-group-item .thumbnail {
  margin-bottom: 0px;
}

.item.list-group-item .caption {
  padding: 9px 9px 0px 9px;
}

.item.list-group-item:nth-of-type(odd) {
  background: transparent;
  padding: 0px;
  border: 0px;
}

.item.list-group-item:before, .item.list-group-item:after {
  display: table;
  content: " ";
}

.item.list-group-item img {
  float: left;
}

.item.list-group-item:after {
  clear: both;
}

.list-group-item-text {
  margin: 0 0 11px;
}

#accordion .panel-title {
  font-size: 1.1em;
  color: #981e32;
  text-transform: none;
  background: #fff;
  padding: 10px;
}

#accordion .panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #EEEEEE;
}

#accordion .panel-body {
  padding: 40px;
  font-size: 1.1em;
  line-height: 1.5em;
  color: #444;
}

#accordion .panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #FAFAFA;
}

#accordion .panel-title {
  font-size: 1.2em;
}

#accordion .panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
}

#accordion .more-less {
  float: right;
  color: #666;
}

#accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EEEEEE;
}

#calendar {
  width: 100%;
  margin: 0 auto;
  margin-top: 2%;
  margin-bottom: 2%;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  color: #555;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#calendar h1 {
  background: #981e32;
  padding: 20px;
  font-size: 140%;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  cursor: default;
  margin-bottom: 0px;
}

#calendar table {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-spacing: 0;
  border-radius: 0 0 5px 5px;
  width: 100%;
}

#calendar td {
  width: 38px;
  height: 38px;
  background: #fff;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 6px;
  cursor: pointer;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
}

#calendar td:hover:not(.current) {
  background: #eee;
}

#calendar .lastmonth,
#calendar .nextmonth,
#calendar .nextmonth ~ * {
  background: #fff;
  color: #999;
}

#calendar .current {
  background: #981e32;
  font-family: 'robot',sans-serif;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#calendar .hastask {
  font-weight: 700;
}

#calendar tr:last-of-type td:first-of-type {
  border-radius: 0 0 0 5px;
}

#calendar tr:last-of-type td:last-of-type {
  border-radius: 0 0 5px 0;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background: none;
  font-family: 'roboto condensed',sans-serif;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}


form{
  padding:10px;
  background:#fff;

}

.form-group label:not(.error) {
  font-size: 10.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 500;
}

.form-group-default label {
  margin: 0;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.form-group-default .form-control {
  border: none;
  height: 25px;
  min-height: 25px;
  padding: 0;
  margin-top: -4px;
  background: none;
}

.form-control {
  background-color: #fff;
  background-image: none;
  font-family: Arial,sans-serif;
  -webkit-appearance: none;
  color: #2c2d2f;
  outline: 0;
  height: 35px;
  padding: 9px 12px;
  line-height: normal;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  min-height: 35px;
  -webkit-transition: all 0.12s ease;
  transition: all 0.12s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
}

form {
  margin-bottom: 40px;
}

.checkbox label, .radio label {
  min-height: 30px;
  font-size: 1.1em;
}

.icon-addon label {
  color: #ccc;
}

.event-card {
  display: inline-block;
  margin: 0 0 1em;
  width: 100%;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  /*border: 1px solid rgba(0, 0, 0, 0.15);*/
  /*box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.18);*/
  padding: 5% 5% 0 5%;
  position: relative;
}

.event-card p.card-tag {
  background-color: grey;
  color: white;
  margin-top: 0;
  padding: 2% 0 2% 7%;
  width: 80%;
  text-transform: uppercase;
  position: relative;
  font-size: 16px;
  z-index: 99;
}

.card-calendar {
  padding: 0;
}

.card-calendar p.card-tag .fa {
  margin-right: 5%;
  text-align: center;
  float: left;
}

.card-calendar .more-concerts .card-tag {
  margin-bottom: 1em;
  background-color: #dc4225;
  color: white;
  margin-left: 20%;
  line-height: 2.5;
  padding-left: 1.5em;
}

.event-card div.calendar-item:not(:last-of-type) {
  border-bottom: 1px dotted grey;
}

.calendar-item {
  padding: 10px 10px 20px 10px;
  display: inline-block;
  width: 100%;
}

.calendar-item .event-date {
  float: left;
  padding-top: 1%;
  margin: 0;
  max-width: 23%;
  text-align: center;
  width: 10%;
}

.calendar-item .event-date .date-only {
  display: block;
}

.calendar-item .event-date .month,
.calendar-item .event-date .day,
.calendar-item .event-date .time {
  display: block;
  text-align: center;
}

.calendar-item .event-date .month {
  text-transform: uppercase;
  line-height: 1em;
}

.calendar-item .event-date .day {
  font-size: 1.8em;
  font-weight: bold;
  color: #981e32;
}

.calendar-item .event-date .time {
  font-size: .9em;
}

.calendar-item .event-info {
  border-left: 2px solid #981e32;
  max-width: 50%;
  padding-left: 2%;
  float: left;
}

.calendar-item .event-info a h3 {
  color: #981e32;
  margin-top: 0;
  font-size: 1.1em;
  margin-bottom: 4px;
  font-weight: 700;
  text-decoration: none !important;
  margin-top: 10px;
}

.calendar-item .event-info p {
  font-size: .9em;
  margin-bottom: 0px;
  margin-top: 4px;
  line-height: 1.5;
}

.calendar-item .event-date,
.calendar-item .event-info p {
  color: #4d4d4d;
}

.list-group-item:first-child {
  border-radius: 0px;
}

a.list-group-item:hover, button.list-group-item:hover {
  cursor: pointer;
}

a.list-group-item, button.list-group-item {
  text-decoration: none;
  font-weight: normal;
}

.table {
  font-family: "Roboto", sans-serif;
}

.table > thead {
  padding: 20px;
}

.table > tbody > tr > td {
  padding: 10px;
}

.table > thead > tr > th {
  color: #981e32;
}

.navbar .fs-version {
  background: #981e32;
}

.navbar .fs-version a, .navbar .fs-version a:hover {
  color: #981e32;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fs-version .navbar-toolbar > li > .dropdown-menu > li > a {
  color: #444;
}

.page-header.fs-version {
  background: #f5f4f3 !important;
}

.navbar .fs-version {
  background: #DED0AC !important;
  color: #000;
}

.fs-version .line {
  background: #000;
}

.nav .fs-version > li > a:focus, .nav .fs-version > li > a:hover {
  background: #981e32;
  color: #fff;
}

.nav.fs-version > .open > a {
  background: #981e32;
  color: #fff;
}

.nav.fs-version > .open > a:focus {
  background: #981e32;
  color: #fff;
}

.navbar.fs-version a:hover {
  color: #fff;
}

.navbar-toolbar .fs-version > li > .dropdown-menu > li > a:hover, .navbar-toolbar > li >
.dropdown-menu > li > a:focus {
  color: #000;
}





.big {
  font-size: 1.2em;
}

.small {
  font-size: .7em;
}

.square {
  width: .7em;
  height: .7em;
  margin: .5em;
  display: inline-block;
}


.dropdown .btn-default{
  background:#eee;
  box-shadow:none;
  color:#666;
  padding:10px;
}

.user-sidebar .panel-body {
  padding:40px 15px;
}



@media (max-width: 768px) {
  .navbar-toggle {
    font-size: 1.5em;
    margin-top: 0px;
    color: #fff;
  }
  .navbar-toolbar > li > a {
    padding: 20px;
  }
  .navbar-header{
    margin-top:0px;
  }
  .section-title {
    margin: 20px 0px 20px 0px;
  }
  .page-header {
    padding: 0px;
    margin-top:10px;
  }
  .page-header .section-title h1 {
    font-size: 1.8em;
  }
  .panel-body {
    padding: 0px;
  }
  .panel-alert p{
    font-size:1em;
  }
  .main-search {
    margin-top: 20px;
  }
  .card-block .card-text {
    padding-bottom: 20px;
    font-size: 1em;
    color: #444;
  }
  .card-block .card-texta:link {
    color: #444;
  }
  .card-title {
    font-size: 1.2em;
  }
  .event-date {
    width: 20%;
  }
  #search-results .icon {
    font-size: 2em;
    padding: 5px;
    text-align: center;
  }
  .panel .alert-heading{
    padding: 0px 0px 0px 10px;
    text-align:left;
  }
  .panel .alert-icon{
    font-size:.6em;
  }
  .panel-body .alert-complete{
    float:left;
  }
  .tab-content{
    padding:0px 5px 0px 5px;
  }
  .table{
    display:block;
  }
  .breadcrumb {
    padding:20px 0px 0px 0px;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    font-size: 1.4em;
  }
}


.PointerClass{
  cursor: pointer;
}