﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,600,400&subset=latin,cyrillic);

.desc p {
    margin: 4px 0 !important;
    font-size: 12px;
}
.left-side {
    width: 300px;
    background: #ffffff;
    position: fixed;
	/*position: absolute;*/
    l/*eft: 0;
    top: 0;*/
    z-index: 100;
}
.right-side {
    height: 100%;
    position: relative;
    margin: 0 0 0 300px;
    background: #f2f2f2;
}
.data {
    background: #fff;
    padding: 5px 0
}
.calendar .btn-group {
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 240px;
}
.events {
    width: 95%;
    bottom: 0;
    margin: 10px 0 0 15px ;
    /*position: absolute;*/
    position: relative;	
    top: 0;
    height: 90%;
    padding: 10px;
}
.list {
    overflow-y: auto;
}
.calendar {
    -webkit-box-shadow: 0 0 7px 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 7px 2px rgba(0,0,0,0.2);
    bottom: 0;
      left: 0;
      margin: 30px auto 0;
      position: absolute;
      top: 0;
      right: 0;
    width: 250px;
    height: 450px;
    z-index: 1000;
}
@media (max-height: 600px) {
  .ci-logo {
    display: none;
  }
}
.datepicker .active {
    background: red !important;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.datepicker .today {
    background: #777 !important;
    -webkit-border-radius:15px;
-moz-border-radius: 15px;
border-radius: 15px;
    color: #eeeeee !important;
}
.calendar #day {
    font-size: 14px;
    text-align: center;
    background: #eee;
    padding: 5px 0;
    color: #777;
    text-transform: uppercase;
}

.spinner {
  width: 80px;
    padding: 11px 0;
  background-color: #fff;
    font-size: 50px !important;
   
    margin: 0 auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.calendar #month {
    font-size: 16px;
    color: #33b5e5;
    text-align: center;
    margin: 7px 0;
    text-transform: lowercase;
}
.calendar #num {
    font-size: 72px;
    color: #33b5e5;
    text-align: center;
    font-weight: 600;
    line-height: 100%;
}
.calendar #year {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin: 7px 0;
}

.calendar .c {
    margin: 0 auto;
}
.datepicker {
    margin: 0 auto;
    padding-top: 10px !important
}

.list .event {
    border-bottom: 1px solid #fff;
    margin-top: 10px;
}
.level {
    padding: 10px 20px;
    font-family: Open Sans;
    font-weight: 600;
    background: #333;
    color: #fff;
    margin: 0 0 10px;
}
.list .title:hover b {
    opacity: 1 !important;
}
.list .info {
    margin-top: 5px;
    font-weight: normal;
    margin-left: 5px;
}
.list .info .text-muted {
    color: #777
}
.list .desc {
    font-weight: normal;
    margin-top: 10px;
    margin-left: 5px;
}
.list .date {
    background: #33b5e5;
    font-family: 'Open Sans';
    text-align: center;
    width: 80px;
    font-size: 12px;
    line-height: 120%;
    padding: 7px 0;
    float: left;
    color: #fff;
    margin-right: 5px;
    -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.list .item {
    font-family: 'Open Sans';
    font-weight: 600;
    line-height: 120%;
    font-size: 13px;
    margin: 0 0 0 175px;
}
.list .item a.title {
    color: #333;
    font-size: 14px;
    display: block;
    padding: 2px 5px;

}
.list .title {
    text-decoration: underline;
}
.list .title:hover {
    background: #fff;
    text-decoration: none;
}

@media (max-width: 767px) {
	.list .date {
		/*float:none;*/
		margin-bottom:10px;
	}
	
	.list .date-block {
		/*float:left;*/
	}

	.list .item {
		margin: 0 0 0 0px;
	}	
}

@media (max-width: 600px) {
	.left-side {
	position: relative;
	margin: 0 auto;
	}
	
	.calendar {
		position:relative;
	}
	
	.right-side {
		margin: 0 0 0 0px;
	}
}