@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700&subset=cyrillic');
html{
	height:100%;
}

body{
	font-family: 'Roboto Slab', serif;
	height:100%;
}
/*
#cy {
  height: 300px;
  width: 100%;
  
}*/

.navbar-toggle{
	background-color:#ccc;
}

.navbar-toggle .icon-bar{
	background-color:#fff;
}


.l-sidebar-wrapper{
	width: 250px;
	z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	    margin-top: 71px;
}

.l-sidebar{
	
	
}


.main-h1,.main-h2{
	font-weight: bold;
    text-transform: uppercase;
    font-size: 64px;
}



.main-h2{
	font-size:36px;
}

.site-index{
	margin-top:100px;
}



.widget{
	
	background: #FFFFFF;
    -webkit-box-shadow: 1px 1px 2px 0 #CCCCCC;
    -moz-box-shadow: 1px 1px 2px 0 #CCCCCC;
    -o-box-shadow: 1px 1px 2px 0 #CCCCCC;
    -ms-box-shadow: 1px 1px 2px 0 #CCCCCC;
    box-shadow: 1px 1px 2px 0 #CCCCCC;
    margin-bottom: 16px;
    padding: 10px;
	
}

#particles-js{
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
}

#particles-js{
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.home-form{
	background:#fff;
}

.home-form .tab-content{
	padding:20px 15px;
	border: 1px solid #ddd;
    border-top: none;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(90, 90, 90, 0.5);
-moz-box-shadow:    0px 3px 5px 0px rgba(90, 90, 90, 0.5);
box-shadow:         0px 3px 5px 0px rgba(90, 90, 90, 0.5);
} 

.navbar-white{
	background-color: #fff;
    border-color: #e7e7e7;
}

.matrix-bg{
	
	
	width: 100%;
    height: 500px;	
	position: relative;
}

.matrix-bg::after {
  content: "";
  background:url(../img/MeditationPosition.png) no-repeat;
  opacity: 0.2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0;   
  background-size:contain;
	background-position:center;
}

.chakras-container{
	width: 200px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
   
    top: -40px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
}

.chakra-img{
	width:50px;
	height:50px;
	position:relative;
	margin:0 auto;
	margin-bottom:20px;
	left:-25px;

	
}
.chakra-img .chakra-circle{
	
	display:block;
	width:50%;
	height:50%;
	border-radius: 50%;
	position: absolute;
	top:0;
	left:25%;
	opacity:0.3;
}
.chakra-img span .gate-point{
	width:2px;
	height:2px;
	border-radius: 50%;
	background:#000;
	    display: block;
	
}


.chakra-img-7{
	background: -moz-radial-gradient(center, ellipse cover, rgba(245,50,252,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(245,50,252,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(245,50,252,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f532fc', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.chakra-img-6{
	background: -moz-radial-gradient(center, ellipse cover, rgba(3,0,188,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(3,0,188,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(3,0,188,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0300bc', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.chakra-img-5{
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,221,218,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,221,218,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(0,221,218,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ddda', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.chakra-img-4{
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,219,10,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,219,10,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(0,219,10,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00db0a', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.chakra-img-3{
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,242,0,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,242,0,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(255,242,0,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.chakra-img-2{
	background: -moz-radial-gradient(center, ellipse cover, rgba(242,161,0,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(242,161,0,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(242,161,0,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2a100', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}



.chakra-img-1{
	background: -moz-radial-gradient(center, ellipse cover, rgba(242,0,0,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(242,0,0,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(242,0,0,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f20000', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}






.tbl-matrix{
	width: 300px;
    height: 300px;
	overflow: hidden;
	position: absolute;
	left: 50px;
    top: 50px;
}

.tbl-matrix  tr td{
	/*border: 1px solid #ddd;*/
	width:5px;
	height:5px;
	font-size:12px;
	text-align:center;
	
	
}
.tbl-matrix  tr td span{
	display:block;
	/*width:100%;
	height:100%;*/
	
	background:#000;
	color:#fff;
	
}


.tbl-matrix thead tr td.td-centers{
	
	background:#fff;
	z-index:10;
	
}

.tbl-matrix  tbody tr:hover {
  background-color: #f4f4f4;
}

.tbl-matrix  tbody td, .tbl-matrix  tbody th {
  position: relative;
}
.tbl-matrix  tbody td:hover::after,
.tbl-matrix  tbody th:hover::after {
  content: "";
  position: absolute;
  background-color: #f4f4f4;
  left: 0;
  top: -5000px;
  height: 10000px;
  width: 100%;
  z-index: -1;
}

.split,.single{
	position:absolute;
	top:0;
	right:0;
	width:10px; 
	height:10px;
	border-radius:5px;
}

.split{
	width:15px;
	height:15px;
}

.split .matrix-cell-color1, .matrix-cell-color2{float:left; width:50%; height:100%; }
.split .matrix-cell-color1{
    border-radius: 10px 0 0 10px;
}	
.split .matrix-cell-color2{
	border-radius: 0 10px 10px 0;
}

.single .matrix-cell-color1{
    border-radius: 20px; width:100%; height:100%; 
}	

.hu-img,.hu-img2{
	width:30%;
	position:relative;
	
}

.hu-img2{
	/*background:url(/yii-app/frontend/web/img/MeditationPosition.png);
	background-repeat:no-repeat;
	background-size:contain;
	    background-position: center;*/
}

.hu-img img{
	width:100%;
}


.hu-img .chakra{
	width:100%;
	height:10%;
	position:absolute;
	top:0;
	left:0;
}

.hu-img .chakra-1{
	height:5%;
	background:rgba(193,57,253,0.3);
}

.hu-img .chakra-2{
	top:5%;
	height:17%;
	background:rgba(0,126,211,0.3);
}	
	
.hu-img .chakra-3{
	top:22%;
	height:8%;
	background:rgba(1,241,255,0.3);
}


.hu-img .chakra-4{
	top:30%;
	height:18%;
	background:rgba(0,255,41,0.3);
}


.hu-img .chakra-5{
	top:48%;
	height:12%;
	background:rgba(253,252,1,0.3);
}


.hu-img .chakra-6{
	top:60%;
	height:15%;
	background:rgba(251,144,4,0.3);
}	
	
.hu-img .chakra-7{
	top:75%;
	height:25%;
	background:rgba(254,12,28,0.3);
}	
	

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrapper-content{
	/*padding-left: 250px;*/
}


.wrap > .container,  .wrap > .container-fluid {
    padding: 70px 15px 20px;
	background:#fff;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.body-content{
	min-height:100%;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}


a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}


.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
