body{
    background-image: url(../img/background.jpg);
    background-attachment: fixed;
}
@media only screen and (min-width: 767px) {
    .paddingSeparator {
        margin-top: 60px;
    }
}
.navbar {
    border: 1px #990000 solid;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}
.file_upload_simple {
    line-height: 10px !important;
    height:18px !important;
    width:200px !important;
    margin: 20px;
}
.dropdown-backdrop {
    position:static;
}
.myDialogHide {
    display:none;
}
.myTooltipWide {
    min-width: 380px;
}
.wrapper {
    padding:0px 30px;
    color:#ccc;
    background-image: url(../img/contentbg.png);
    border: 1px #990000 solid;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-box-shadow: 10px  10px 15px #000;
    -webkit-box-shadow: 10px 10px 15px #000;
}
.ui-dialog-titlebar-close {
  visibility: hidden;
}

.hero-unit {
    color:#ccc;
    text-align: center;
    background-image: url(../img/contentbg.png);
    border: 1px #990000 solid;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-box-shadow: 10px  10px 15px #000;
    -webkit-box-shadow: 10px 10px 15px #000;

}
footer {
    color:white;
}

.mydatacontainer {
    padding:20px;
    background-color:gray;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-box-shadow: 10px  10px 15px #000;
    -webkit-box-shadow: 10px 10px 15px #000;
}

.imgBox {
    border:1px solid black;
    background-color: #ababab;
    padding: 5px;
    margin-bottom: 2px;
    min-height:250px;
}

.imgBox ul {
    color:black;
}
.imgBox ul a {
    color: #990000;
}
.imgBox ul a:hover {
    color: #ce0000;
}

.imgContainer {
    display:inline-block;
    width:168px;
    height:108px;
    background-color: #cfcfcf;
    padding:5px 1px;
    border-radius: 10px;
    text-align: center;
}
.imgContainer img {
    max-width: 160px;
    max-height: 100px;
}
.container-hover {
    border:3px solid red !important;
    padding:3px;
}
.folderUpOneLevelDrop {
    display:none;
    position:absolute;
    top:50px;
    background-color: white;
    width:300px;
    height:60px;
    padding:3px;
    border:3px solid white;
    font-size: 20px;
    padding-top:20px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}
@media only screen and (max-width: 1200px) {
    .imgContainer {
        width:130px;
        height: 90px;
    }
    .imgContainer img {
        max-width: 120px;
        height: 80px;
    }
    .imgBox {
        min-height: 230px;
    }
}
@media only screen and (max-width: 979px) {
    .paddingSeparator {
        padding-top: 0px;
    }
    .imgContainer {
        width:100px;
    }
    .imgContainer img {
        max-width: 90px;
    }
    .imgBox {
        min-height: 100px;
    }
    .imgName {
        width:200px;
    }
}
.imgBox ul {
    margin-left: 5px;
}
.imgBox ul li {
    list-style-type: none;
}
.imgName {
    width:100%;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.imgBox ul li a {

}
.imgDisplay {
    background-color: transparent;
}
.imgDisplay img {
    /*max-width: 700px;*/
}
.imgDisplay ul {
    /*margin-top: 20px;*/
}
.imgDisplay ul li {
    list-style-type: none;
}
.imgDisplay .imageOptions {
    margin-top:15px;
    margin-bottom: 30px;
}
.imgDisplay .imageOptions li {
    display:inline-block;
    list-style-type: none;
}
@media only screen and (max-width: 500px) {
    .imgDisplay {
        padding:5px;
        margin: 0;
    }
    .imgDisplay img {
        width:100%;
    }
    .imgDisplay input {
        width:50%;
    }
}
@media only screen and (max-width: 768px) {
    /*.imgBox { display:none; }*/
    .imgBox ul {
        display:inline-block !important;
        vertical-align: middle;
    }
}
.embedLinksToggleBtnContainer {
    display:none;
}
@media only screen and (max-width: 600px) {
    .embedLinks {
        display:none;
    }
    .embedLinksToggleBtnContainer {
        display:block;
    }
}
.paginationContainer {
    text-align: center;
    display: block;
    /*width:400px;*/
    width:100%;
    margin: 0 auto;
    position: relative;
    text-align: center;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

ul.pagination {
    margin-left: 5px;
    display:inline-block;
}
ul.pagination li {
    display:inline-block;
    list-style-type: none;
    padding: 0 5px;
    margin: 0 1px;
    border: 2px solid #666;
    border-radius: 2px;
    background-color: #aaa;
    min-width: 20px;
}
ul.pagination li a {
    font-weight: bold;
    display: block;
    min-width: 20px;
}
ul.pagination .current {
    border-color: #990000;
    color: #fff !important;

}
ul.pagination li:first-child {
    position:absolute;
    left:0;
}
ul.pagination li:last-child {
    position:absolute;
    right:0;
}
@media only screen and (max-width: 500px) {
    ul.pagination li {
        padding: 0 1px;
        margin: 0 1px;
        border: 1px solid #666;
        min-width: 10px;
    }
    ul.pagination li a {
        display: block;
        min-width: 10px;
    }
}
#editor {
    position: relative;
    background-color: #666;
    border: 1px solid #000;
    background-repeat: no-repeat;
    margin: 0 auto;
}
#crop_area {
    width: 50px;
    height: 50px;
    background-image: url(../img/crop_area.png);
    background-repeat: repeat;
    background-color: transparent;
    float: left;
    cursor: move;
}
#blur_area {
    width: 50px;
    height: 50px;
    background-image: url(../img/crop_area.png);
    background-repeat: repeat;
    background-color: transparent;
    float: left;
    cursor: move;
}
#pixelate_area {
    width: 50px;
    height: 50px;
    background-image: url(../img/crop_area.png);
    background-repeat: repeat;
    background-color: transparent;
    float: left;
    cursor: move;
}
.undoBtn {
    /*display:none;*/
}
.buttonsAfterEdit {
    display:none;
}
#uploadPage {
    position:relative;
}
#uploadPage .small {
    margin-top: 50px;
    font-size: 12px;
}
.uploadPageDarken {
    display:none;
    position: absolute;
    top:0;
    left:0;
    background-color: black;
    opacity: 0.8;
    width:100%;
    height:100%;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}
.uploadPageDarken div {
    display: none;
    padding-top: 100px;
    color:#f00;
    font-size: 30px;
    font-weight: bold;
}