/**
 * All your custom CSS should go into this file
 */

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin: 70px auto;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
  /* Set the fixed height of the footer here */
    height: 40px;
    background-color: #2c3e50;
    padding-top: 10px;
    z-index: 1002;
}

#album_images img.thumb {
    width: 100%;
}

#album_images > div {
    padding: 15px;
}

#album_images > div > div {    
    border: 2px solid #2c3e50;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#album_images > div > div .thumb{   
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#album_images .deleted_image > div{
    border: 2px solid #e43725 !important;
}

.list p{
    margin:7px;
}

.tools-btn a
{
    margin-top: 7px;
    line-height: 16px;
    padding: 0px 5px 2px 5px;
}
.list {
    border-top: 1px solid #2c3e50;
}

a:last-child .list {
    border-bottom: 1px solid #2c3e50;    
}

a:nth-child(odd) .list {
    background-color: #f9f9f9;
}

a .list:hover {
    background-color: #ecf0f1;
}

.row > .list:last-child {
    border-bottom: 1px solid #2c3e50;    
}

.row > .list:nth-child(odd) {
    background-color: #f9f9f9;
}

.row > .list:hover {
    background-color: #ecf0f1;
}

.thumb-wrapper {
    position: relative;
}

.thumb-wrapper img.thumb {
    background-image: url(../../images/icons/picture.png);
    background-repeat: no-repeat;
    background-position: center;
}

p.tools{
    background-color: #2c3e50;
    margin: 0;
    text-align: right;
    padding: 3px;
    display: none;
    position: absolute;
    text-decoration: none;
    width: 100%;
    bottom: 0;
}

@media (min-width:768px){

.navbar {
    min-height: 40px;
}

.navbar-brand {
    height: 40px;
    padding: 8.5px 15px 10.5px;
}

.navbar-nav>li>a {
    padding-top: 9.5px;
    padding-bottom: 9.5px;
}
}

.admin {
    background-color: #18bc9c !important;
}

.deleted_album {
    background-color: #e43725 !important;
}

.footer p{
    color: #fff;
}

.loading_image_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    
}

.loading_image_wrapper img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border: 3px solid #2c3e50;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
}

.overlay {
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-image: url('../img/overlay.png');
    background-repeat: repeat;
    display: none;
    z-index: 1001;
}

.help_popover {
    z-index: 1002 !important;
    position: relative;
}