

html{margin:0px;padding:0px;
background-image: url('pic/bg.jpg');
background-size:cover;
background-repeat:no-repeat;
min-width: 1100px;
}

body{  
	    font-family: Raleway,Helvetica Neue,Helvetica,Arial,sans-serif;
	margin: 0px;
  padding: 0px;
  background-color: rgba(0,0,0,0.6);
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  min-width: 1100px;
}

.table{
	    color: #6a6c6f;
}

#page{
background-color: #edf0f5;
  width: 1100px;
  margin: auto;
  position: relative;
}

#content{
background-color:rgb(255,255,255);
overflow: auto;
width:840px;
height:100%;


padding-bottom:50px;
    margin: 10px 10px 10px 0px;
    -webkit-box-shadow: 0 1px 2px #ccc;
    box-shadow: 0 1px 2px #ccc;
    padding: 10px;
}

.menu{
	   background-color: rgb(255,255,255);
    width: 230px;
    height: 100%;
    overflow: auto;
    float: left;
    -webkit-box-shadow: 0 1px 2px #ccc;
    box-shadow: 0 1px 2px #ccc;
    margin: 10px 10px 10px 10px;
}
#menu{
 
}
#menu a{
color: rgb(100,100,100);
border-radius: 0px;
}
#menu a:hover{
color: #188ae2;
background-color: rgba(237, 240, 245, 0.5);
}
#menu a:focus{
color: #188ae2;
background-color: rgba(237, 240, 245, 0.5);
}

.nav-stacked>li+li{
	margin-top:0px;
}

.sub_window{
width:760px;
height: 50px;
background-color: rgba(255,255,255,0.95);
margin:auto auto;
text-align:center;
box-shadow: 0px 0px 0px 6px #337ab7;
position:absolute;
top:480px;
font-size:36px;
font-weight: bold;
color: rgb(60,60,60);

}

.main_window{
width:760px;
height: 430px;
background-color: rgba(255,255,255,0.95);
margin:auto auto;
text-align:center;
box-shadow: 0px 0px 0px 6px #337ab7;
position:relative;
top:100px;

}

.main_window h1{
font-size:36px;
padding-top:15px;
color:#5cb85c;
}

.main_window h3{
color:#5bc0de;
}


.table td{
padding:2px!important;
font-size:12px;
}

.table th{
padding:2px!important;
font-size:12px;
}

.order{
    float: left;
    width: 250px;
    clear: both;
    padding: 10px 5px;
    border: 1px solid rgb(200,200,200);
    border-radius: 5px;
    margin: 15px 298px;
    text-align: center;
	display:none;
	}
	
	
	/* КНОПКИ */
	
.btn-blue{

color:#fff;
background-color:#188ae2;
 border-color: #188ae2;
}
.btn-blue:hover{
	color:#fff;
    background-color: #1576c2;
    border-color: #1268ab;
}

.btn-red{
color:#fff!important;
border:none!important;
background-color:rgb(231, 76, 60);
border-bottom:solid 4px rgb(192, 57, 43)!important;
}
.btn-red:hover{
background-color:rgb(192, 57, 43);
}

.btn-sky{
color:#fff!important;
border:none!important;
background-color:#89C4F4;
border-bottom:solid 4px #22A7F0!important;
}
.btn-sky:hover{
background-color:#22A7F0;
}

.btn-green{
color: #fff;
    background-color: #10c469;
    border-color: #10c469;
}
.btn-green:hover{
color: #fff;
    background-color: #0da357;
    border-color: #0b8b4b;
}

.btn-yellow{
color:#fff!important;
border:none!important;
background-color:rgb(241, 196, 15);
border-bottom:solid 4px rgb(243, 156, 18)!important;
}
.btn-yellow:hover{
background-color:rgb(243, 156, 18);
}


.btn-orange{
color:#fff!important;
border:none!important;
background-color:rgb(230, 126, 34);
border-bottom:solid 4px rgb(211, 84, 0)!important;
}
.btn-orange:hover{
background-color:rgb(211, 84, 0);
}

.btn-white{
color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-white:hover{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.limited{
	border-bottom: dashed 1px rgba(52,152,219,1);
	cursor: -webkit-grab;
	cursor: pointer; 
	color: rgba(52,152,219,1);
	font-size: 12px; 
	float: left; 
	font-weight: bolder; 
	font-weight: bold;
	position: relative;
    max-width: 52px;
    max-height: 20px;
    min-width: 20px;
    min-height: 14px;
    overflow: hidden;
	text-align: center;
}

@keyframes fadeOutSuccess {
	0% { background-color: rgba(46,204,113,1);}
	100% { background-color: rgba(46,204,113,0);}
}
@keyframes fadeOutFail {
	0% { background-color: rgba(231,76,60,1);}
	100% { background-color: rgba(231,76,60,0);}
}

.popup{
box-shadow: 0px 0px 0px 770px rgba(0,0,0, 0.5);
    display: none;
    text-align: center;
    position: absolute;
    top: 144px;
    left: 300px;
    width: 500px;
    background-color: rgb(240,240,240);
    z-index: 100;
    padding: 20px;
    border: solid 2px rgb(200,200,200);
    }
    
   .green-checked>.active{
	   background-color:rgb(39, 174, 96);
	    
    }
    
    
    
    .navbar-white{
	    margin: 0px 0px;
    border-radius: 0px;
    background-color: rgb(255,255,255);
    }
    
    
     .navbar-blue{
	    margin: 0px 0px;
    border-radius: 0px;
    background-color: #188ae2;
    }
    
    .nav>li>a{
	    color:#fff;
	    text-shadow: none;
    }
    
    .nav>li>a:hover{
    background-color: rgba(255, 255, 255, 0.07);
	}
	.nav>li>a:focus{
    background-color: rgba(255, 255, 255, 0.07);
	}
	
	
	.table-striped>tbody>tr:nth-of-type(odd){
		    background-color: #edf0f5;
	}


.block-white{
	background-color: rgb(255,255,255);
    -webkit-box-shadow: 0 1px 2px #ccc;
    box-shadow: 0 1px 2px #ccc;
    margin: 10px 10px 10px 10px;
}
    
    
.logo60 {
    width: 60px;
    height: 60px;
    background-image: url('//kahoxa.ru/img/logo/iconStiker180.png');
    background-size: cover;
    margin: 30px 0px 30px 50px;
}

.text-logo {
    color: rgb(194, 225, 18);
    font-size: 26px;
    font-weight: bold;
    font-family: tahoma;
    float: left;
    margin: 46px 20px 20px 5px;
}


.profile-mini{
	display: block;
    padding: 10px;
    height: 90px;
}


.profile-mini>.photo{
	width:50px;
	height:50px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	border-radius: 50px;
	overflow:hidden;
	margin: 10px;
	float:left;
}

.profile-mini>.name{
display: flex;
    padding: 10px;
    font-weight: 500;
    color: #6a6c6f;
    }
    
   .profile-mini>.balance{ 
    display: flex;
    padding: 0px 0px 10px 10px;
    color: #6a6c6f;
    }
    
    
    #news{
	    margin: 50px 0px 10px 0px;
	    padding:10px 5px;
	    font-size: 12px;
    }
    
    .text-green{
	    color:rgb(50,200,50);
    }
    
    
.icon_money{
		height:35px;
	}