@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700italic,700,800italic,800|Open+Sans+Condensed:300,300italic,700|PT+Sans:400,400italic,700,700italic|PT+Sans+Caption:400,700|PT+Sans+Narrow:400,700&subset=all);
/* -- Commons ------------------------------------- */

a:hover {
	text-decoration: none;
}

.position-fixed {
  position: fixed;
}

.normal {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.center {
	text-align: center !important;
}

.no-margin,.nomargin {
	margin: 0 !important;
}

.no-padding,.nopadding {
	padding: 0 !important;
}

.padded {
	padding:6px;
}
 
.offset {
	margin: 10px;
}
.offset-bottom {
	margin-bottom: 10px;
}
.row.offset-bottom {
	margin-bottom: 20px;
}
.offset-top {
	margin-top: 10px;
}
.row.offset-top {
	margin-top: 20px;
}
.offset-left {
	margin-left: 10px;
}
.offset-right {
	margin-right: 10px;
}

.no-icon i,.noicon i {
	display:none;
}

.nowrap {
	white-space: nowrap;
}

.halfalfa {
	opacity: .7;
}

.inner,
.inner:link {
	text-decoration: none;
	border-bottom: 1px dotted;
	cursor: pointer;
}
.inner:hover {
	border-bottom: 1px dashed;
	cursor: pointer;
	text-decoration: none;
}

.hover-visible {
	visibility: hidden;
}
div:hover .hover-visible {
	visibility: visible;
}


.censored {
	background-color: #22262e;
	color: #22262e;
	border-radius: 3px
}
div:hover .censored {
	background-color: #22262e;
	color: #fff;
}

.card-id,
.id {
	background: #eee;
	color: #666;
	font-size: 90%;
	padding: 4px 2px;
	border-radius: 5px;
}
.on {
	border-color: darkgreen;
}
.id:before {
	content: "#";
}

.undelined {
	border-bottom: 1px solid gray;
	text-decoration: none;
}

.highlighted {
	background-color: antiquewhite;
	border-radius: 4px;
}

ul.list-scroll {
	display: block;
	max-height: 400px;
	overflow: auto;
}

.datepicker-narrow .btn-sm {
	padding: 3px 5px 3px;
}
.datepicker-narrow table {
	margin: auto;
}

a.filterby, 
a.filterby:link,
a.filterby:hover,
a.filterby:visited 
 {
	text-decoration: none;
	border-bottom: 1px dotted darkblue;
}


.panel.well table {
	margin: auto;
}

/* ------------------------------------------------ */

/* -- Forms ------------------------------------- */

.input-number {
  width: 6em;
  display: inline-block;
}

.form 
{
	
}

.form section
{
	margin: 0 0 10px;
}

.form .label-below,
.form .label 
{
	font-size: 100%;
	font-weight: normal;
	color: #333;
	padding: 0;
	margin: 0;
	display: block;
	text-align: left;
}
.form .label-below {
	margin: 0 0 0;
}

.form-control .icon-addon {
	margin: -7px -13px;
	padding: 0;
}

.login-form {
  position: fixed;
  top: 10%;
  margin: auto;
  width: 100%;
  z-index: 10000;
  background-color: #eee
}

.pin-input {
	text-align: center;
	font-size: 26px;
	line-height: 36px;
	letter-spacing: .3em;
}
/* ------------------------------------------------ */

/* -- Sizes ------------------------------------- */
.big {
	font-size: 150%;
	line-height: 100%;
}

.large {
	font-size: 200%;
	line-height: 100%;
	padding-bottom: .5em;
}

.wide {
	width: 400px;
}

.fullwidth {
	width: 100%;
}

.huge {
	font-size: 100px;
	line-height: 100px;
}

input.huge {
	font-size: 100px;
	line-height: 100px;
	height: 80px;
}

.small {
	font-size: 80%;
}

.mini {
	font-size: 70%;
	line-height: 70%;
}

.micro {
	font-size: 50%;
}

/* ------------------------------------------------ */

/* -- Links ------------------------------------- */
a.camouflage:link,
a.camouflage:visited {
 	opacity: 0.4;
}

a.camouflage:hover,
a.camouflage:focus {
 	opacity: 1;
}
/* ------------------------------------------------ */



/* -- Sliders ------------------------------------- */
.noUi-target {
	margin: 10px;
}
.noUi-horizontal .noUi-handle {
	width: 24px;
	height: 18px;
	left: -9px;
	top: 2px;
}
.smart-form .noUi-horizontal .noUi-handle {
	top: -5px;
}
.noUi-handle:before,
.noUi-handle:after {
	content: "";
	display: block;
	position: absolute;
	height: 8px;
	width: 1px;
	background: #E8E7E6;
	left: 10px;
	top: 5px;
}
.noUi-handle:after {
	left: 13px;
}
.noUi-handle:hover {
	background-color: #F2FAFF;
}
/* ------------------------------------------------ */

/* -- Progress bars ------------------------------- */
.progress-hint {
	font-size: 80%;
	margin: -20px 0 30px;
	clear: both;
}
/* ------------------------------------------------ */

/* -- Form elements ------------------------------------- */
input[type="text"].form-control {
	padding: 0 5px 0 -5px;
}

.inline-group label {
	margin-right: 30px;
	display: inline-block;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	 position: relative; 
    margin-left: -15px;
}

.select2-container-multi .select2-choices .select2-search-field input {
	 font-family: inherit; 
}

.modal-body .ui-select-choices{
	margin-top: 31px;
}

.modal-body .input-lg .ui-select-choices{
	margin-top: 44px;
}

.addon-lg .ui-select-choices {
	margin-top: 45px;
}

.modal-body .ui-select-placeholder,
.modal-body .ui-select-match-text{
  display: inline-block;
}
.modal-body .ui-select-bootstrap .ui-select-toggle>.caret {
/*  margin-top: -5px;
  color: transparent;
  border: 0;*/
}

.modal-body .ui-select-container.ui-select-multiple{
  width: 100%;
  
}

/* ------------------------------------------------ */


/* -- Time ------------------------------------- */
.time-ago,
.time {
	font-style: italic;
	opacity: 0.7;
}

/* ------------------------------------------------ */

/* -- Prices ------------------------------------- */
.money {
	display: inline-block;
	width: 90px;
	border: 1px solid darkgreen;
	padding: 4px 10px 4px 10px;
	text-align: right;
	color: green;
	font-size: 140%;
	background-color: #fff;
}
.money-minus {
	border-color: darkred;
	color: red;
	background-color: #fff;
}
.money:after {
	padding-left: 2px;
	font-family: "PT Sans" !important;
	content: "⃏";
}
.rub,
.price {
	/*font-family: "PT Sans" !important;*/
	letter-spacing: -.05em;
	font-weight:400;
		/*font-size: 120%;*/
	/*line-height: 120%;*/
}

.rub:after,
.price:after {
	padding-left: 2px;
	font-family: "PT Sans" !important;
	content: "⃏";
}

/* ------------------------------------------------ */

/* -- Blocks -------------------------------------- */
.block-tabs-right {
}

	/**
	 * Lesson-block
	 */
	.lesson-block {
		
	}
	.classs-block {
		width: 220px;
		border-radius: 7px;
		background-color: rgb(250,250,250);
	}
	.item-block h4,
	.item-block h3,
	.item-block h2{
		padding: 0;
		margin: 0;
		line-height: 16px;
	}
	.classs-block .audience,
	.lesson-block .visits{
		padding: 0;
		margin: 0;
		float: right;
		font-size: 200%;
	}
/*
	.ticket-snippet {
		width: 240px;
		min-height: 320px;
	}

	.the-price {
		padding: 10px;
	}

	.ticket-snippet {
		width: 240px;
		background: url(../img/ticket-bg.png) repeat top center lightblue;
		margin: 10px auto;
		border-radius: 15px;
	}

	.ticket-snippet .panel-heading{
		color: #fff;
		  padding: 20px 10px;
		  font-size: 130%;
	}
	.ticket-snippet-mini {
		width: auto;
		max-width: 240px;
	}
	.ticket-snippet.inactive {
		opacity: .6;
	}

	.ticket-snippet .ticket-features {
		background: #FAFAFA;
		padding: 20px 15px;
		font-size: 13.5px;
	}
*/
	.ticket-block {
		display:  inline-block;
		margin: 10px;
		padding: 4px 10px;
		border: 1px solid #525252;
		border-radius: 4px;
		color: #fff;
		background-color: #525252;
		font-size: 14px;
	}

	.ticket-block.active {
		background-color: #356e35;
		border-color: #356e35;
	}

	.ticket-block.frozen {
		background-color: #57889c;
		border-color: #57889c;
	}

	.ticket-block.expired {
		background-color: #4c4f53;
		border-color: #4c4f53;
	}

	.ticket-block.future {
		background-color: #568a89;
		border-color: #568a89;
	}


/* ------------------------------------------------ */

/* -- Avatar ----------------------------------- */
.avatar-xxs {
	overflow: hidden;
	width: 20px;
	height: 20px;
	margin: 2px;
	border: 0px solid lightslategrey;
}
.avatar-xs {
	overflow: hidden;
	width: 40px;
	height: 40px;
	margin: 2px;
	border: 0px solid lightslategrey;
}
.avatar-s {
	overflow: hidden;
	width: 60px;
	height: 60px;
	margin: 2px;
	border: 0px solid lightslategrey;
}
.avatar-m {
	overflow: hidden;
	width: 80px;
	height: 80px;
}
.avatar-l {
	overflow: hidden;
	width: 100px;
	height: 100px;
}

/* ------------------------------------------------ */

/* -- Classs Block ----------------------------------- */

.classs-snippet {
	width: auto;
	color: #57889C;
	display: block;
    width: 200px;
    margin: 0 10px 10px 0;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.classs-snippet .classs-info {
	margin-left: 50px;
}
.classs-snippet.noavatar .classs-info {
	margin-left: 0;
}


.classs-snippet img{
	margin: 2px 10px 0 0;
	float: left;
}

.classs-snippet h3 {
	margin: 0;
    font-size: 13pt;	
    line-height: 14pt;
}

.classs-snippet .status {
	color: #777;
	margin: -2px 0 0 ;
}

a.classs-snippet:link,
a.classs-snippet:hover,
a.classs-snippet:visited, 
.classs-snippet a:link,
.classs-snippet a:hover,
.classs-snippet a:visited {
	color: #57889C;
	font-weight: normal;
	text-decoration: none;

}

.classs-block img {
	float: right;
}

/* ------------------------------------------------ */

/* -- Teacher Block ----------------------------------- */


.teacher-block img {
	border: 0;
}

/* ------------------------------------------------ */

/* -- Client Block ----------------------------------- */

.card {
	background-color: #57889c;
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

.client-snippet {
	width: auto;
	min-width: 200px;
	margin: 0 20px 20px 0;
}

.client-snippet a {
	height: 40px;
	display: block;
	margin-left: 50px;
	padding: 4px 0;
}

.client-snippet.noavatar a,
.client-block.noavatar a {
	margin-left: 0;
}

.client-snippet a:link,
.client-snippet a:hover,
.client-snippet a:visited,
.client-block a:link,
.client-block a:hover,
.client-block a:visited {
	color: #57889C;
	font-weight: normal;
	text-decoration: none;
}

.client-block .status,
.client-snippet .status {
	margin: 0 0 0 25px;
	font-size: 80%;
	color: gray;
	display: none;
	font-weight: normal;
}

.client-snippet.noavatar .status,
.client-block.noavatar .status {
	margin: 0;
}
.client-snippet .status,
.client-block:hover .status {
	display: block;
}

.client-block img {
	border: 0;
}

/* ------------------------------------------------ */

/* -- Searches ------------------------------------- */
.search-filter {}

.search-filter .pagination {
	margin: 10px 0 0;
}

.search-results {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	display: block;
}
.search-results li.search-results-item {
	list-style: none;
	padding: 0;
	margin: 0 10px 10px 0;
	display: block;
	vertical-align: top;
}

.search-results-blocks {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	display: block;
}
.search-results-blocks li.search-results-item {
	list-style: none;
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline-block;
	vertical-align: top;
}

.class-snippet {
	min-width: 250px;
	margin: 0 10px 10px;
	white-space: nowrap;
}

.class-snippet img{
	margin: 0 10px 0 0;
}

/* ------------------------------------------------ */


/* -- Classes ------------------------------------- */
.class-widget {

}

.index {
	display: block;
	width: 100px;
	padding: 10px;
	text-align: center;
}

/* ------------------------------------------------ */

/* -- Animations ---------------------------------- */


.ng-leave 	{ z-index:9999; }
.ng-enter 	{ z-index:8888; }

/* page specific animations ------------------------ */

/* home -------------------------- */
.ng-leave         {
    -webkit-transform-origin: 0% 0%;
	-webkit-animation: slideInRight 1s both ease-in;
	-moz-transform-origin: 0% 0%;
	-moz-animation: slideInRight 1s both ease-in;
	transform-origin: 0% 0%;
	animation: slideInRight 1s both ease-in;
}
.ng-enter 		{  
    -webkit-animation:slideInRight 0.5s both ease-in;
	-moz-animation:slideInRight 0.5s both ease-in;
	animation:slideInRight 0.5s both ease-in;    
}

/* slide in from the right */
@keyframes slideInRight {
	from 	{ transform:translateX(100%); }
	to 		{ transform: translateX(0); }
}
@-moz-keyframes slideInRight {
	from 	{ -moz-transform:translateX(100%); }
	to 		{ -moz-transform: translateX(0); }
}
@-webkit-keyframes slideInRight {
	from 	{ -webkit-transform:translateX(100%); }
	to 		{ -webkit-transform: translateX(0); }
}
/* ------------------------------------------------ */


/* -- Clockpicker --------------------------------- */
.clockpicker-popover {
	z-index: 1100;
}
/* ------------------------------------------------ */


/* -- Profiles --------------------------------- */
.balance-frame {
	height: 100%;
	overflow: auto;

}
/* ------------------------------------------------ */

/* -- Transaction ------------------------------------- */
.bill .modal-body {
padding: 10px;
}
.bill .amount {
	background-color: #333;
	color: #fff;
	padding: 10px 30px;
	width: 100%;
	display: block;
	margin: 20px 0 0;
	font-size: 300%;
}
.bill .modal-title{
	line-height: 1;
}
/* ------------------------------------------------ */

/*
------------ 
 */

.icon-addon .select2-container .select2-choice {
	display: block;
	height: 30px;
	padding: 0px 0px 0px 8px;
	overflow: hidden;
	position: initial;
	border: none;
	white-space: nowrap;
	line-height: 30px;
	color: #444;
	text-decoration: none;
	background-clip: padding-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	margin-top: -6px;
}

.icon-addon .select2-drop {
	margin-top: -27px;
	padding: 0px;
	margin-left: -31px;
	width: 101%;
	position: absolute;
	z-index: 9999;
	top: 100%;
	background: #fff;
	color: #000;
	border: 1px solid #ccc;
	border-top: 0;
	-webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
	box-shadow: 0 4px 5px rgba(0,0,0,.15);
}


/* Todo  */
.todo li  {
	background: none;
}
.todo-complete .checkbox input+i:after {
	color: gray;
}
.todo-complete .checkbox input:checked+i {
	border-color: gray;
}
.todo li .handle {
	border: none;
	width: 50px;
	display: block;
}

/* Tags */
tags-input .tags {
  margin: -7px 0 0 -5px;
  height: 30px;
  padding: 0;
  border: 0px;
  box-shadow: none;
  font-size: 16px;
}

.icon-addon label.glyphicon-refresh {
    position: absolute;
    top: 10px;
    margin: 0;
    z-index: 2;
    left: 8px;
}

.todo>li>p {
    min-height: 0;
}

.smart-style-1 .project-context>:first-child ,
.project-context>:first-child {
    text-shadow: none;
    text-transform: none;
}
.form-control.input-lg {
    padding: 10px 0 !important;
}

.smart-form .checkbox input[type=text],
 .smart-form .radio input[type=text] {
    position: relative;
    left: 0;
    top: -4px;
    float: left;
}

.highcharts-container {
	background-image: none !important;
}