/*  break points styles  */
@media only screen and (max-width : 2200px){
    #profil table th,
    #profil table td{
       padding:10px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px){
    #profil table th,
    #profil table td{
       padding:0px;
    }
}
 
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){

}
 
/* Small Devices, Tablets */
@media only screen and (max-width : 768px){
  
}
 
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px){

}
 
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){

}

.panel-box .layout-main-content-box{
   margin-top:15px;
   margin-bottom:15px;
   min-height:480px;
}

/* registry  */
#registry label{
	float:left;
	width:100px;
}
#registry input{
	margin-bottom:6px;
}
#registry #user-form{
  float: left;
  width: 48%;
}
#registry #address-form{
  float: right;
  width: 48%;
}
#registry #company-form {
    clear: both;
}
#registry input[type=submit]{
	float:right;
	margin-right:215px;
	margin-top:50px;
}
#registry .btn-default{
  clear:both;
  float:right;
}
#registry ul{
	margin-left:100px;
	margin-bottom:10px;
	color:#FF0000;
}
#registry label[for=czy_firma]{
  display:none;
}

/* login */
#login input[type=submit]{
	margin-left:140px;
}
#login form{
	margin:0 auto;
	width:242px;
	float:left;
}
#login input[type=submit]{
	margin-top:6px;
}
#login label span{
	width:56px;
}
#login .info{
	margin-left:40px;
	float:left;
}
#login .info>span{
	display:block;
	font-size:16px;
}
#login .box{
	margin:0 auto;
	width:630px;
}

/* profil */
#profil{
  overflow-x:auto;
}
#profil>h1>.underline{
  margin-top:10px;
  margin-bottom:10px;
}
#profil .order{
  width:auto !important;
}
#profil .navigation{
	text-align:center;
}
#profil .navigation ul{
	margin:0 auto;
	margin-bottom:40px;
}
#profil .navigation li{
	display:inline;
	font-size:15px;
	text-transform:uppercase;
	padding:0px 20px;
}
#profil .navigation li a:hover, #profil .navigation li .active{
	color:#ACC507;
}
#profil table tr{
  border:none !important;
}
#profil .list table{
	width:100%;
	margin:20px 0px;
}
#profil .list table .col{
	text-align:left;
}
#profil .paginator{
	float:right;
}
#profil .btn-default{
  float:right;
  margin-top:10px;
}
.login-box button[type=submit]{
  margin-top:20px;
}
/*
.login-box a:hover{
  color:#7ca6d1;
}
*/
.login-box .login-facebook{
  margin-top:20px;
}