﻿body, html {
    padding: 0;
    background-color: #fff !important;
    height: 100%;
}

.main-container {
    padding: 10px;
    height: 100%;
}


#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

    #colorbox:focus {
        outline: 0;
    }

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}

.cboxIframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/* =============================================================================
   Colorbox theme for Cakifo
   ========================================================================= */
#cboxOverlay {
    background: #000000;
    background-color: rgba(0, 0, 0, 0.9);
    background-image: -webkit-radial-gradient(ellipse, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.9));
    background-image: -moz-radial-gradient(ellipse, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.9));
    background-image: -o-radial-gradient(ellipse, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.9));
    background-image: radial-gradient(ellipse, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.9));
    background-repeat: no-repeat;
}

#cboxContent {
    padding: 0;
    border: 10px solid rgba(0, 0, 0, 0.15);
    font-size: 14px;
    font-size: 1.4rem;
    background: #fff;
    background-clip: padding-box;
    border-radius: 8px;
}

#cboxTitle,
#cboxCurrent,
#cboxClose {
    margin: 14px 15px 5px 0;
}

#cboxTitle {
    font-weight: bold;
    text-align: center;
}

    #cboxTitle:empty {
        margin-right: 0;
    }
/**
 * Colorbox buttons
 */

#cboxClose {
    border-radius: 50%;
    padding: 0;
    text-indent: -9999px;
}

/* Close and slideshow buttons */
#cboxClose {
    width: 24px;
    height: 24px;
    background-color: #efefef;
    background-image: -webkit-linear-gradient(top, #f9f9f9, #e0e0e0 100%);
    background-image: linear-gradient(to bottom, #f9f9f9, #e0e0e0 100%);
    border: 1px solid #cfcfcf;
}

    #cboxClose:hover {
        border-color: #a9a9a9;
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    }

/* Move the close button to the right and add a × symbol */
#cboxClose {
    position: absolute;
    top: -24px;
    right: -24px;
}

    #cboxClose:after {
        content: '\00D7';
        position: absolute;
        top: -6px;
        left: 5px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.6;
        font-weight: bold;
        color: #4b4b4b;
        text-indent: 0;
    }

    #cboxClose:hover:after {
        color: #5abe87;
    }

div.tab-pane {
    padding: 10px;
}
