﻿.rows
{
clear:both;
}

.columns
{
	float:left;
}
.nav .columns
{
	margin:5px;
}

.right
{
float:right;
}
.clearfix
{
clear:both;
}


#service-panel{
background: #abbabb; /*#CFDFE5;*/ /*#FFD700;*/
padding: 10px;

/*
position: fixed;
right: 0;
top: 0;
*/

/*
  min-height: 20%;
  min-width: 30%;
*/  
min-height: 15%;
/*
width: 50%;  
*/
}
@media screen and (max-width:1024px) { 
	#service-panel{
		width: 100%;  
	}	   
}


#service-panel .close {
  display: block;
  float: right;
  left: 0;
  position: relative;
  top: 0;
      opacity: 0.7;
}

#service-panel .panel {
background-color:#e6eaec;
}
#service-panel .nav>li>a {
    background-color: #cfd9db;
    color: #0000ff;
}

#service-panel .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: #fff !important;
	outline: none;    
}
#service-panel .nav>li>a:focus, .nav>li>a:hover {
    background-color: #eee !important;
	outline: none;    
}


#ajaxBusy
{
background: none repeat scroll 0 0 #FFFFFF;
border: 2px solid rgba(0, 0, 0, 0.15);
height: 50px;
left: 10px;
padding: 10px;
position: fixed;
text-align: center;
top: 5px;
width: 200px;
}
#ajaxBusy > h1 {
  margin: 0;
}


.top 
{
background: none repeat scroll 0 0 #0088CC;
border-radius: 5pc;
bottom: -35px;
height: 70px;
left: 49%;
line-height: 25px;
opacity: 0.7;
position: fixed;
text-align: center;
width: 70px;
cursor:pointer;
}
.top .arrow 
{
border-left: 5px solid #FFFFFF;
border-top: 5px solid #FFFFFF;
  font-size: 30px;
  height: 20px;
margin-left: 23px;
margin-top: 18px;
  width: 20px;
  
    -moz-transform: rotate(45deg); /* Для Firefox */
    -ms-transform: rotate(45deg); /* Для IE */
    -webkit-transform: rotate(45deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* Для Opera */  
  transform: rotate(45deg);
}

.top a
{
	text-decoration:none;
	outline:none;
}


/*-------------*/
.log-panel {
    margin-bottom: 0;
    margin-top: 5px;
/*
background-color: #f5f5f5;
border: 1px solid #ccc;
*/
}
.log-panel .panel-body{
    padding: 5px;
}

.log-panel span a{
text-decoration:none;
outline: none;
}

#log .alert,
#service-panel .alert 
{
margin-bottom: 0;
padding: 10px;
}

#log p,
#service-panel p
{
margin: 0;
}
