
body {
  background: -webkit-linear-gradient(90deg, #16222A 10%, #3A6073 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #16222A 10%, #3A6073 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #16222A 10%, #3A6073 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #16222A 10%, #3A6073 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #16222A 10%, #3A6073 90%); /* W3C */
  font-family: 'Raleway', sans-serif;
}

p {
    color:#CCC;
}

.spacing {
    padding-top:7px;
    padding-bottom:7px;
}

.middlePage {
    width: 380px;
    height: 500px;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.logo {
    color:#CCC;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.spinner_1 {
	background-color:#9FC0FF;
	border:2px solid #3B5998;
	float:left;
	height:30px;
	margin-left:5px;
	width:8px;
        opacity:0.1;
	-webkit-transform:scale(0.7);
	-webkit-animation-name: facebook;
 	-webkit-animation-duration: 1s;
 	-webkit-animation-iteration-count: infinite;
 	-webkit-animation-direction: linear;
 	-webkit-animation-delay: .5s;	
	}

.spinner_1 {
  display: inline-block;
  opacity: 0;
  width: 0;

  -webkit-transition: opacity 0.25s, width 0.25s;
  -moz-transition: opacity 0.25s, width 0.25s;
  -o-transition: opacity 0.25s, width 0.25s;
  transition: opacity 0.25s, width 0.25s;
}

.has-spinner.active {
  cursor:progress;
}

.has-spinner.active .spinner_1 {
  opacity: 1;
  width: auto; /* This doesn't work, just fix for unkown width elements */
}

.has-spinner.btn-mini.active .spinner_1 {
    width: 10px;
}

.has-spinner.btn-small.active .spinner_1 {
    width: 13px;
}

.has-spinner.btn.active .spinner_1 {
    width: 16px;
}

.has-spinner.btn-large.active .spinner_1 {
    width: 19px;
}

.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: grey;
}
.panel-heading a.collapsed:after {
    content:"\e080";
}
.spinner {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: lightgrey
                url('/img/pIkfp.gif') 
                50% 50% 
                no-repeat;
    opacity: 0.6;
    pointer-events: none;
}
.spinner_2 {
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    text-align:center;
    z-index:1234;
    overflow: auto;
    background: lightgrey
                url('/img/pIkfp.gif')
                50% 50%
                no-repeat;
    opacity: 0.6;
    pointer-events: none;
}
.spinner_3 {
    z-index:12340;
    background: lightgrey
                url('/img/pIkfp.gif')
                50% 50%
                no-repeat;
    opacity: 0.6;
}


.userstat {
    padding:0px 10px;
}

/*----*/
.login-box{
  position:relative;
  margin: 10px auto;
  width: 400px;
  height: 380px;
  background-color: #fff;
  padding: 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.33);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.33);
  box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.33);
}
.lb-header .active{
  color: #029f5b;
  font-size: 18px;
}
.social-login{
  width: 100%;
  height:auto;
  padding: 10px 0 15px 0;
  border-bottom: 1px solid #eee;
}
.social-login a{
  position:relative;
  float: left;
  width:100%;
  text-decoration: none;
  color: #fff;
  border: 1px solid rgba(0,0,0,0.05);
  padding: 12px;
  border-radius: 2px;
  font-size: 13px;
  text-transform: uppercase;
  margin: 3px 3%;
  text-align:center;
}
.social-login a i{
  position: relative;
  float: left;
  font-size: 25px;
  width: 20px;
  top: 2px;
}
.social-login a:first-child{
  background-color: #49639F;
}
.social-login a:last-child{
  background-color: #45688E;
}

.social-login a.facebook{
  background-color: #49639F;
}
.social-login a.vk{
  background-color: #45688E;
}

.simg {
  height: 200px;
  margin: 10px;
}

.pri_info{
  background-color: #006064;
  text-align:center; 
}

.badge-notify-m{
   background:red;
   position:absolute;
}
.badge-notify{
   background:red;
   position:relative;
}
/**/
.scrollup {
   width: 40px;
   height: 40px;
/*   opacity: 0.3; */
   position: fixed;
   bottom: 50px;
   right: 100px;
/*   display: none;  */
   text-indent: -9999px;
   background: url('/img/icon_top.png') no-repeat;
}

.scrollup_add {
   position: fixed;
   bottom: 50px;
   right: 150px;
}

/*  */
.btn-circle {
  width: 49px;
  height: 49px;
  text-align: center;
  padding: 5px 0;
  font-size: 20px;
  line-height: 2.00;
  border-radius: 30px;
}

.btn-circle-micro {
  width: 19px;
  height: 19px;
  text-align: center;
  padding: 1px 0;
  font-size: 13px;
  line-height: 0.1;
  border-radius: 30px;
}

.btn-circle-sm {
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 2px 0;
  font-size: 20px;
  line-height: 1.65;
  border-radius: 30px;
}

.btn-circle-lg {
  width: 79px;
  height: 79px;
  text-align: center;
  padding: 13px 0;
  font-size: 30px;
  line-height: 2.00;
  border-radius: 70px;
}

.modal.modal-wide .modal-dialog {
  width: 90%;
}
.modal-wide .modal-body {
  overflow-y: auto;
}

span.head_2 {
    padding: 10px;
    cursor: pointer;
}

span.head_2:hover  {
	color: rgb(221, 75, 57) !important;
}



/*  */

