@charset "UTF-8";

a.dash-item{
	color: #333;
	border: 2px solid;
	border-radius: 10px;
	font-weight: bold;
	font-size: 24px;
	min-height: 50px;
	display: block;
	text-align: center;
	padding: 15px;
	margin-bottom: 25px;
	text-decoration: none;
}
a.dash-item:hover, a.dash-item:active{
	text-decoration: none;
	color: #f60;
	background: #eee;
}
a.dash-item .glyphicon{
	font-size: 2em;
}
.grid-view .summary{ text-align: right; }
.grid-view thead {
	background-color: #fff;
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin .7s infinite linear;
    -moz-animation: spin .7s infinite linear;
}

/*notifications*/
.notifications {
  position: fixed;
  z-index: 9999;
}
.notifications.bottom-right {
  right: 10px;
  bottom: 25px;
}

.notifications > div {
  position: relative;
  margin: 5px 0px;
}
.notifications a.close{
  margin-left: 10px;
}
/* jquery ui */
.ui-autocomplete { position: absolute; cursor: default; max-height: 200px; overflow:auto; z-index: 3100;}
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
/* Component containers
----------------------------------*/
.ui-widget-content { border: 1px solid #dddddd; background: #DBEAF9; color: #362b36; }
.ui-menu { list-style:none; padding: 2px; margin: 0; display:block; outline: none; }
.ui-menu .ui-menu-item a { display: block; padding: 2px 5px; color: #14487E; font-size: 1em;}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a:hover { background: #14487E; color: #fff;  text-decoration: none; }
.ui-widget :active { outline: none; }

/*pluploader*/
#filelist { font-size: 1.2em; border: 1px solid #ddd; min-height: 30px; border-radius: 4px; }
#filelist .qf { position: relative; }
#filelist .qf span { position: relative; z-index: 2; }
#filelist .pb { height: 100%; background: #FCD27C; width: 0; position: absolute; }

@media (max-width: 767px){
	#yw0 tfoot tr { border: none; }
	#yw0 tfoot td{
		padding-left: 0;
		overflow: auto;
	}
}