.maxWidth{
    display: block;
    min-width: 0;
    max-width: 100%;
    width: calc(100% - 10px);
    box-sizing: border-box;
    margin: 0;
}
.basicly{
    border: none;
    background-color: white;
    border-radius: 2px;
    font-size: 18px;
    line-height: 22px;
    margin: 5px;
    padding: 5px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.basicly.button{
    display:inline-block;
    background-color:#E23B3B;
    color:white;
    font-weight:bold;
    text-shadow:0 1px 2px rgba(0,0,0,0.2);
}
.formBlock{
    position: relative;
    margin: 10px;
    display: block;
    padding: 0;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    box-sizing: content-box;
}
.formBlock .container{
    background-color: white;
    border: 5px solid #E28500;
    border-top: none;
    padding: 5px;
    min-height: 40px;
}
.adderButton{
    background-color:#E69726;
    display:inline-block;
    width:32px;height:32px;
    line-height:22px;
    text-align:center;
    color: white;
    font-weight: bold;
}
.formBlockActions{
    border: 5px solid #E28500;
    border-top: none;
    padding: 5px;
    background-color: #FFCF8B;
    position: relative;
}
.formBlock-removing{
    outline: 3px dashed #666 !important;
}
.formBlock-opens{

}
.formBlock-opens span{
    font-size: 18px;
}
.fb-label{
    font-size: 18px;
    margin: 5px 0 0 5px;
}
#dsMatches{
    text-align: center;
}
.dsMatch{
    font-size: 18px;
    display: inline-block !important;
    vertical-align: top;
    text-align: center;
    padding: 0 !important;
    overflow: hidden;
    position: relative;
}
.dsMatch *{
    padding: 0;
}
.dsMatch .picture{
    width: 180px;
    height: 140px;
    background-size: contain;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center center;
}
.dsMatch table{
    width: 150px;
    border-collapse: collapse;
}
.dsMatch .formBlockHandler{
    background-color: #E23B3B;
    color: white;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.dsParent, .dsChild{
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 10px);
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    color: #fff;
    background-color: #444;
    transition: background-color .1s linear;
}
.dsParent:hover, .dsChild:hover{
    background-color: #E28500;
}
.dsParent{
    text-align: left;
}
.dsChild{
    text-align: right;
}
.formBlockHandler{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    background-color: rgba(0,0,0,0.2);
    color: white;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    border-radius: 2px;
    font-weight: bold;
}
.formBlock-chckList{
    max-height: 300px;
    overflow-y: auto;
}
.formBlock-chckList table{
    max-height: 300px;
    overflow: hidden;
    font-size: 18px;
    background-color: rgba(255,255,255,0.75);
    color: #333;
    font-weight: bold;
    border-collapse: collapse;
    border-radius: 2px;
}
.formBlock-chckList table tr:nth-child(odd){
    background-color: rgba(0,0,0,0.1);
}
.formBlock-chckList table td{
    padding: 5px;
}
.formBlock-select select{
    display: block;
    border: none;
    padding: 5px;
    background-color: white;
    border-radius: 2px;
    font-size: 20px;
}
.formBlock-tags{
}
.tag{
    display: inline-block;
    border: none;
    padding: 5px;
    font-size: 20px;
    line-height: 30px;
    min-height: 30px;
    padding-right: 30px;
    padding-left: 10px;
    margin: 5px;
    background-color: #666;
    color: white;
    cursor:pointer;
    border-radius: 2px;
    background-image: url('resources/remove.png');
    background-size: 20px 20px;
    background-position: calc(100% - 5px) center;
    background-repeat: no-repeat;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.formBlock-platforms table{
    background-color: #eee;
    border-collapse: collapse;
}
.formBlock-platforms table tr:nth-child(even){
    background-color: #ddd;
}
.formBlock-platforms table tr td{
    text-align: center;
}
.formBlock-platforms table tr th{
    padding: 10px;
    color: #E48D12;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0,0,0,0.15);
}
.formBlock-singlePic{
    font-size: 16px;
    color: #333;
    text-align: center;
}
.formBlock-singlePic input{
    margin: 5px;
    border: none;
    border-radius: 2px;
    padding: 5px;
}
.formBlock-singlePic .shownPic{
    position: relative;
    width: 200px;
    height: 120px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('resources/missing_image.png');
}
.droppable{
    border: 2px dashed #666;
}
.formBlock-simText input, .formBlock-simText textarea{
    display: block;
    border: none;
    background-color: white;
    border-radius: 2px;
    box-sizing: border-box;
    margin: 5px;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    padding: 5px;
}
.formBlock-simText .simTextAttrs{
    text-align: center;
}
.selection{
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    margin: 5px;
    background-color: white;
    border-radius: 2px;
    cursor: pointer;
    font-weight: bold;
}
.formBlock-simText input[type=radio]{
    display: none;
}
.selectedLabel{
    background-color: #E69726 !important;
    color: white;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.pictureSelector{
    position: absolute;
    left: 5px;
    top: 5px;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    width: 30px;
    height: 30px;
    border-radius: 2px;
    display: block;
}
.pictureSelector input{
    display: none;
}
.selectedPicture{
    background-color: green;
}
.indicator_public, .indicator_home{
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline;
    vertical-align: top;
    padding-left: 25px;
    line-height: 30px;
    font-size: 20px;
}
.indicator_public{
    background-image: url('resources/sys/workw.png');
}
.indicator_home{
    background-image: url('resources/sys/homew.png');
}

.galleryViewsBar{
    background-color: #333333;
    color: white;
    margin: -5px -5px 0 -5px;
}
.galleryViewContainer{
    display: inline-block;
    cursor: pointer;
}
.galleryViewContainer input[type=radio]{
    display: none;
}
.galleryViewContainer input[type=radio]:checked + label{
    background-color: #76C2C2;
    color: #333;
}
.galleryViewContainer label{
    display: block;
    padding: 5px;
    cursor: pointer;
}
.gotoFile{
    background-color: #666;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 60px;
    left: 0px;
    transition: opacity 0.1s linear;
    opacity: 0.75;
    background-image: url('resources/link.png');
    background-position: center center;
    background-size: auto 80%;
    background-repeat: no-repeat;
    
}
.gotoFile:hover{
    opacity: 1;
}
.galleryBlock{
    position: relative;
}
.galleryBlock .formBlockCloser{
    position: absolute;
    right: 0;
    top: 0;
    line-height: 20px;
    width: 20px;
    font-size: 12px;
    text-align: center;
    background-color: #E23B3B;
    color: white;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.galleryBlock .galleryName{
    border: none;
    border-bottom: 2px solid #E28500;
    font-size: 20px;
    font-weight: bold;
    padding: 0 5px 0 5px;
    margin-bottom: 5px;
    width: calc(100% - 10px);
}
.galleryBlock .galleryDropzone{
    border: 2px dashed #666;
    background-color: rgba(0,0,0,0.2);
    font-size: 20px;
    line-height: 150px;
    text-align: center;
    height: 150px;
}
.galleryBlock .galleryDropzone:after{
    content: 'Húzd ide a fájlokat!';
}
.galleryBlock .galleryDropzone.dropHere{
    color: white;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    background-color: #666;
    border-color: black;
}
.galleryBlock .galleryDropzone.dropHere:after{
    content: 'Engedd el!';
}
.galleryBlock .galleryFiles{
    text-align: center;
}
.galleryFile{
    display: inline-block;
    min-width: 180px;
    vertical-align: top;
    position: relative;
    margin: 5px;
    border: 2px solid #666;
    background-color: #FFCF8B;
}
.galleryFile .formBlockCloser{
    position: absolute;
    right: -5px;
    top: -5px;
    font-size: 12px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    background-color: #E23B3B;
    color: white;
    border-radius: 2px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.galleryFile .galleryFileShortcut{
    width: 100%;
    margin: 0 auto;
    background-size: 30%,cover;
    background-position: center center,center top;
    background-repeat: no-repeat, no-repeat;
    height: 100px;
}
.galleryFile .galleryFileShortcutAlone{
    width: 100%;
    margin: 0 auto;
    background-size: cover !important;
    background-position: center center !important;
    background: no-repeat;
    height: 100px;
}
.galleryFile .galleryFileShortcutContain{
    width: 100%;
    margin: 0 auto;
    background-size: contain !important;
    background-position: center center !important;
    background: no-repeat;
    height: 100px;
}
.galleryFile .galleryFileDescription{
    height: 80px;
}
.galleryFile .galleryFileTitle, .galleryFile .galleryFileDescription{
    width: 180px;
    padding: 5px;
    margin: 0;
    transition: width 0.2s, height 0.2s;
    display: block;
    box-sizing: border-box;
    border: none;
}
.galleryFile .galleryFileTitle{
    border-bottom: 2px solid #ddd;
}
.galleryFile .wider{
    width: 250px;
}
.galleryFile .galleryFileDescription.wider{
    height: 150px;
}


.galleryBlock.itemView .galleryDropzone{
    display: none;
}
.galleryBlock.itemView .galleryFile .galleryFileShortcut,.galleryBlock.itemView .galleryFile .galleryFileShortcutAlone{
    height: 70px;
}
.galleryBlock.itemView .galleryFile{
    min-width: 100px;
}
.galleryBlock.itemView .galleryFile .galleryFileTitle{
    
}
.galleryBlock.itemView .galleryFile .galleryFileDescription{
    display: none;
}

.galleryBlock.galleryView{
    display: inline-block !important;
    border: 2px solid #666666;
    width: 100px;
    background-color: white;
    margin: 5px;
    vertical-align: top;
}
.galleryBlock.galleryView .formBlockCloser{
    top: -10px;
    right: -10px;
}
.galleryBlock.galleryView .galleryFile .formBlockCloser{
    display: none;
}
.galleryBlock.galleryView .galleryName{
    font-size: 16px;
    border-bottom: none;
    width: 90px;
    text-align: center;
    margin: 0;
    display: block;
}
.galleryBlock.galleryView .galleryDropzone{
    display: none;
}
.galleryBlock.galleryView .galleryFiles{
    display: inline-block;
    position: relative;
    height: 50px;
}
.galleryBlock.galleryView .galleryFiles div{
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    margin: 0;
}
.galleryBlock.galleryView .galleryFiles div:first-child{
    z-index: 2;
}
.galleryBlock.galleryView .galleryFile .galleryFileShortcut,.galleryBlock.galleryView .galleryFile .galleryFileShortcutAlone,.galleryBlock.galleryView .galleryFile .galleryFileShortcutContain{
    height: 50px;
}
.galleryBlock.galleryView .galleryFile{
    min-width: 100px;
}
.galleryBlock.galleryView .galleryFile .galleryFileTitle, .galleryBlock.galleryView .galleryFile .galleryFileDescription{
    display: none;
}


.quickMenu{
    position: fixed;
    bottom: 60px;
    left: calc(20% + 10px);
    z-index: 5;
}
.quickMenuContainer{
    position: relative;
    top: 0;
    left: 0;
}
.quickMenuItem, .quickHamburger{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    border-radius: 2px;
    position: absolute;
    z-index: 5;
    transition: bottom 0.2s ease-in-out, left 0.2s ease-in-out;
    box-shadow: 0 1px 0px 1px #888;
}
.quickHamburger{
    bottom: 0;
    left: 0;
    z-index: 6;
}
.hiddenMenuItem{
    left: 0 !important;
    bottom: 0 !important;
}
.formControls{
    position: fixed;
    right: calc(20% + 20px);
    bottom: 55px;
    z-index: 5;
}
.formControlButton{
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 1px 0px 1px #888;
    border-radius: 2px;
    margin: 5px;
}
.formControlButton.save{
    background-image: url('resources/iconset/save.png');
}
.formControlButton.putRight{
    background-image: url('resources/iconset/put_apart.png');
}