@charset "UTF-8";

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('league_gothic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body,html{
    background-image: url(../gfx/linen.jpg);
    margin: 0;
    padding: 0;
    color: #222;
    font-family: 'LeagueGothicRegular';
}

a{
    text-decoration: none;
    color: #222;
}
a:hover{
    color: #dadada;
}
p{
    padding:0;
    margin:0;
}
small{
    font-size: 12px;
}
table,tr,td,th{
    border-spacing: 0;
    border-collapse: collapse;
}
td{
    vertical-align: top;
}
.monit,
.error{
    padding: 12px;
    margin: 0;
    text-align: center;
    background-color: #ffffff;
    font-weight: bold;
    font-family:Arial;
    font-size: 12px;
}
.error{
    color: #ff0000;
    border: 1px solid #ff0000;
}
.monit{
    color: green;
    border: 1px solid green;
    border-top: none;
}
.hideMe{
    border-top: none;
}
.image{
    border: 5px solid #ffffff;
    margin: 0 5px 5px 0;
    float: left;
    height: 50px;
    width: auto;
}
.userContainer{
    padding: 5px;
    margin: 0 4px 4px 0;
}
.fileContainer{
    padding: 5px;
    margin: 0 0 4px 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.userContainer:hover,
.fileContainer:hover{
    background-image: url(../gfx/zaciemnienie.png);
}
.userContainer .imageContainer,
.fileContainer .imageContainer{
    background-color:#ffffff;
    float: left;
    padding: 3px;
    margin: 0 5px 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.userContainer img,
.fileContainer img{
    border: 0;
    margin: 0;
    height: 30px;
    width: 30px;
}
.userContainer .name,
.fileContainer .name{
    font-size: 16px;
    color: #ffffff;
}
.fileContainer .size{
    font-size: 14px;
    color: #999999;
}
.getAllFiles,
.deleteAllFiles{
    color: #ff0000;
    font-size: 13px;
    float: right;
    margin: 0 2px 0 0;
}
.fileContainer a{
    color: #ff0000;
    font-size: 14px;
}
.usersInfoBar,
.filesInfoBar{
    padding: 5px 0 10px 0;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #999999;
    color:#999999;
    font-size: 14px;
}
.myTitle{
    margin:0;
    padding:0;
    text-shadow: 0px 1px 1px #4d4d4d;
    font-family: 'LeagueGothicRegular';
    font-size: 80px;
    position: relative;
    text-align: center;
    color: #222222;
}

.loggedAs{
    font-size: 25px;
    position: absolute;
    top: 10px;
    right: 0;    
}

a.menuElem{
    margin:0 0 3px 0;
    padding:5px 10px 5px 10px;
    text-shadow: 0px 1px 1px #4d4d4d;
    color: #999999;
    display:block;
    background-color: #222;
    font: 30px 'LeagueGothicRegular';
}
a.active{
    color: #ffffff;
}
input.myInput{
    padding: 8px;
    text-align: center;
    font-size: 20px;
    margin: 5px;
}
input[type='submit']{
    padding: 5px 8px;
    color: #222;
    font: 20px 'LeagueGothicRegular';
}
#content{
    margin: 0;
    padding: 0 0 0 10px;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Arial';
}
#content.c_files{
    width: 80%;
    margin:0 auto 0 auto;
    padding: 0;
    font-family: 'LeagueGothicRegular';
}
.icons{
    display: inline-block;
    float: right;
}
.icons img{
    width:17px;
    height: auto;
}
/*zmiana widoku listy plikow---------------------*/
.big_list .fileContainer{
    width:100%;
}
.big_list .imageContainer img{
    width:70px;
    max-width: 120px;
    height:70px;
}
.big_list .fileContainer span{
    display: block;
    word-wrap: break-word;
}
.big_list .fileContainer .icons{
    float: none;
}
/*-----------------------------------------------*/
.small_images .fileContainer{
    width:auto;
}
.small_images .imageContainer img{
    width:72px;
    height:60px;
    float: none;
}
.small_images .fileContainer span{
    display: block;
    text-align: center;
}
.small_images .fileContainer .name,
.small_images .fileContainer .size{
    display: none;
}
.small_images .fileContainer .icons{
    display:block;
}
/*-----------------------------------------------*/
.big_images .fileContainer{
    width:auto;
}
.big_images .imageContainer img{
    width:175px;
    height:150px;
    float: none;
}
.big_images .fileContainer span{
    display: block;
    text-align: center;
}
.big_images .fileContainer .name,
.big_images .fileContainer .size{
    display: none;
}
.big_images .fileContainer .icons{
    display:block;
}
/*-----------------------------------------------*/
.users{

}
.rightCol,
.leftCol{
    display: inline-block;
    vertical-align: top;
}
.leftCol{
    width: 60%;
}
.rightCol{
    width: 39%;
    border-left: 1px solid #999999;
}
#myLightbox{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../gfx/zaciemnienie.png);
    display: none;
}
#myLightbox .myLightboxMonit{
    margin: 3% 3% 0 3%;
    padding: 20px;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#myLightbox .myLightboxMonit .close{
    text-align: right;
    cursor: pointer;
}
#myLightbox .myLightboxMonit .message{
    color: #000000;
    margin: 0;
    font-size: 20px;
    font-family: arial;
}
.cleaner{
    clear: both;
}