body {
	padding-top: 60px;
	color: #777;
    font-family: 'Fira', sans-serif;
    font-size: 15px;
   
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}
@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.color {
	color: #777;
}

.sharp {
  border-radius:0 !important;
}

.form-group.required .control-label:after {
  content:"*";
  color:red;
  font-style: oblique;
}

.panel-footer-danger {
	color: #A94442;
	background-color: #F2DEDE;
	border-color: #EBCCD1
}

.btn-xxl {
    padding: 25px 25px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-wrap {
    white-space: normal;
    word-wrap: break-word;
}

.btn-clear {
	background: transparent;
	border: none;
}

.btn-clear:hover,.btn-clear:focus,.btn-clear:active,.btn-clear.active,.open .dropdown-toggle.btn-clear{
	color:#333;
}

.btn-clear:active,.btn-clear.active,.open .dropdown-toggle.btn-default{
	background-image:none
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn-clear.disabled,.btn-clear[disabled],fieldset[disabled] .btn-clear,.btn-clear.disabled:hover,.btn-clear[disabled]:hover,fieldset[disabled] .btn-clear:hover,.btn-clear.disabled:focus,.btn-clear[disabled]:focus,fieldset[disabled] .btn-clear:focus,.btn-clear.disabled:active,.btn-clear[disabled]:active,fieldset[disabled] .btn-clear:active,.btn-clear.disabled.active,.btn-clear[disabled].active,fieldset[disabled] .btn-clear.active{
	background: transparent;
	border: none;
}

.btn-clear .badge{
	color:#fff;
}

.header {
    font-family: 'Unica One', cursive;
    font-size: 4em;
    padding-bottom: 20px;
    border-bottom: 1px solid #0073aa;
}

.item {
	display:table;
}

div.lcp_catlist {
	clear: both;
	/*width:100%;*/
    margin: auto;
    float: none;
}

.lcp_catlist a {
	font-family: "Unica One", cursive;
}
	
.lcp_catlist a:first-of-type {
    width: 100%;
    max-width:535px;
	height: 330px;
    position: absolute;
    line-height: 100%;
    font-size: 40px;
    text-align: center;
    color: #fff;
	padding-top: 100px;
	text-decoration: none;
}
	
.lcp_catlist a:first-of-type:link {
    background: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2) ), rgba(0,0,0,0);
}
	
.lcp_catlist a:first-of-type:hover {
    background: rgba(0, 115, 170, 0.71);
}
	
.lcp_catlist div{
	list-style-type: none;
    word-break: normal;
    text-align: center;
    float: left;
    width: 100%;
    max-width:535px;
    height: 330px;
   
    overflow: hidden;
}

.lcp_catlist div:nth-child(odd) {
     margin: 10px 10px 10px 0px;
}

.lcp_catlist div:nth-child(even) {
     margin: 10px 0px 10px 0px;
}


ng-hide {
	display: none;
}

.loader {
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	width: 200px;
	height: 36px;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.form-group {
	margin-bottom: 8px;
}

.alert {
	padding: 7px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.scrollbar {
    height: auto;
    overflow-x: hidden;
}

/* Fix for Bootstrap 3 with Angular UI Bootstrap */

.modal { 
	display: block;
}

/* Custom dialog/modal headers */

.dialog-header-error { background-color: #d2322d; }
.dialog-header-wait { background-color: #428bca; }
.dialog-header-notify { background-color: #eeeeee; }
.dialog-header-confirm { background-color: #333333; }
	.dialog-header-error span, .dialog-header-error h4,
	.dialog-header-wait span, .dialog-header-wait h4,
	.dialog-header-confirm span, .dialog-header-confirm h4 { color: #ffffff; }

/* Ease Display */

.pad { padding: 25px; }

/* CSS */
td.vcenter {
   vertical-align: middle;
   text-align:center;
}

td.center {
	vertical-align: middle;
}

.st-sort-ascent:before {
    content: '\25B2';
}

.st-sort-descent:before {
    content: '\25BC';
}

.pagination {
	margin: 5px 0px;
}

.calendar-weekend button span {
    background-color: red;
    border-radius: 2px;
    color: black;
  }

.calendar-closed button span {
    background-color: lightslategray;
    border-radius: 2px;
    color: black;
}

.timepicker {
    display: inline-block;
}

.timepicker-left {
    padding-right: 8px;
}

.timepicker-right {
    padding-left: 16px;
}

.timepicker a {
    padding: 0;
    font-size: 25px;
}

.timepicker a span {
    vertical-align: middle;
}


.timepicker tr:nth-child(even) td:nth-child(odd){
    /*width: 40px !important;*/
}

.timepicker tr:nth-child(even) td:nth-child(even){
    padding: 0px 4px;
    text-align: center;
    font-weight: bold;
}

.timepicker tr:nth-child(even) td:nth-child(odd) input{
    height: 35px;
    padding: 5px;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.row.equalheights {
  overflow: hidden; 
}
.row.equalheights > [class*="col-"]{
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}


.market-update-gd {
    float: left;
    text-align: center;
    padding-bottom: 1em;
    padding-top: 1em;
}

.market-update-block {
    padding: 1em 0em;
    background: #999;
    min-height: 200px;
}
.market-update-block h3 {
    color: #fff;
    font-size: 2.5em;
    margin-top: 10px;
    font-family: 'Carrois Gothic', sans-serif;
    text-shadow: -1px 0 #777, 0 1px #777, 1px 0 #777, 0 -1px #777;
}
.market-update-block h4 {
	font-size: 1.2em;
    color: #fff;
    margin: 0.3em 0em;
   font-family: 'Carrois Gothic', sans-serif;
}
.market-update-block p {
    color: #fff;
    font-size: 0.8em;
}

.market-update-block.clr-block-image {
    background-image: url("/img/card_background.jpg");
    background-size: cover;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}

.market-update-block.clr-block-image:hover {
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}

.market-update-block.clr-block-3 {
    background:#337AB7;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}

.market-update-block.clr-block-3:hover {
    background:#193d5b;
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}

.market-update-block.clr-block-disabled {
    background:#9d9d9d;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}

.market-update-block.clr-block-disabled:hover {
    background:#9d9d9d;
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}

.market-update-footer {
    padding: 5px;
    margin: 1px;
    background-color: #F5F5F5;
}

.market-update-left {
    padding-bottom: 0.8em;
    min-height: 150px;
}
.market-update-right {
    padding: 0px;
}

.market-update-right p{
	font-size: 1em;
    margin-top: 0px;
}

@media (max-width:991px){
    .market-update-gd {
        float: left;
        text-align: center;
    }	
}
    
    @media (max-width: 767px) {
    div.tickets.col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }
}

.footer {
   /* min-height: 221px;
    margin-bottom: 0px;
    margin-top: 30px;*/
/*    position: absolute;
    bottom: 0;
    width: 100%;
    height: 243px;*/
}

.footer {
    position: absolute;
    margin-top: 30px;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 240px;
}

.tickets {
    width: 100%;
}

/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */

/* Common styles for all types */
.bs-callout {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  border-radius: 3px;
}

/* Tighten up space between multiple callouts */
.bs-callout + .bs-callout {
  margin-top: -5px;
}

/* Variations */
.bs-callout-danger {
  border-left-color: #ce4844;
}
.bs-callout-danger h4 {
  color: #ce4844;
}
.bs-callout-warning {
  border-left-color: #aa6708;
}
.bs-callout-warning h4 {
  color: #aa6708;
}
.bs-callout-info {
  border-left-color: #1b809e;
}
.bs-callout-info h4 {
  color: #1b809e;
}



@media (max-width: 767px) {
    div.tickets.col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }
}


/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    text-align:left;
    margin-right:-4px;
    overflow:hidden;
    height:330px;
}
.col-min {
    /* custom min width */
    min-width:200px;
}
.col-max {
    /* custom max width */
    max-width:535px;
}

@media (min-width: 992px) {
    .col-centered {
        margin: 10px;
    }
}

@media (max-width: 1200px) {
    .col-max {
        max-width: 400px;
        margin-right: 0px;
        width: 98%;
    }
}

@media (min-width: 1201px) {
    .col-max {
        max-width: 535px;
    }
}
