html {
    height: 100%;
}

body {
    position: relative;
    min-height: 100%;
}

.page__container {
    padding-top: 45px;
    padding-bottom: 70px;
}

.organizations-list {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.organizations-list .row {
    border-bottom: 1px solid #ddd;
    padding-top: 5px;
    padding-bottom: 5px;
}

.organizations-list .row:last-child {
    border-bottom: none;
}

.organizations-list .row:nth-child(even) {
    background-color: #efefef;
}

.organizations-list .row.sub {
    display: none;
}

.organizations-list .row .buttons a {
    margin-left: -1px;
    margin-right: -1px;
}

.media-archive-list > .row {
    border-bottom: 1px solid #ddd;
    padding-top: 5px;
    padding-bottom: 5px;
}

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

.media-archive-list > .row:last-child {
    border-bottom: none;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.drop-zone {
    padding: 7px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    text-align: center;
    background-color: #f5f5f5;
    border: 4px dashed #fff;
}

.images-zone {
    margin-bottom: 10px;
}

.images-list .col-md-2:nth-child(6n):before, .images-list .col-md-2:nth-child(6n):after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.images-list .col-md-2:nth-child(6n+1) {
    clear: left;
}
.images-list .single-image .thumbnail {
    position: relative;
}

.images-list .single-image .thumbnail .overlay {
    font-size: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 100%;
}

.images-list .single-image .thumbnail .overlay:hover {
    background: rgba(0, 0, 0, 0.5);
}

.images-list .single-image .thumbnail .overlay:hover div {
    display: block;
}

.images-list .single-image .thumbnail .overlay div {
    display: none;
    cursor: pointer;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    color: #fff;
}

.images-list .single-image .thumbnail .overlay div a {
    color: #fff;
}

a.fancy-check-box {
    cursor: pointer;
}

.fancycheckboxes {
    max-width: 100vw;
    width: 1170px;
    height: 100%;
    overflow: hidden;
}

.fancycheckboxes .modal-header {
    height: 10%;
}

.fancycheckboxes .modal-header h3 {
    margin: 0;
}

.fancycheckboxes .modal-footer {
    height: 10%;
    padding-top: 1%;
    padding-bottom: 1%;
}

.fancycheckboxes-items-container {
    height: 80%;
    overflow-y: scroll;
}

.fancycheckboxes-items-container:before, .fancycheckboxes-items-container:after {
    display: block;
    content: '';
    clear: both;
}

.fancycheckboxes-group {
    float: left;
    width: 30%;
    padding-left: 14px;
    padding-right: 5px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

.fancycheckboxes-group h4 {
    margin-left: -14px;
}

.fancycheckboxes-group > .fancycheckboxes-group {
    float: none;
    width: 100%;
}

.fancycheckboxes-group .more {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f9f9f9;
    padding-right: 5px;
    padding-top: 5px;
    cursor: pointer;
}

.fancycheckboxes-group:nth-child(3n+1) {
    clear: left;
}

.fancycheckboxes-item {
    vertical-align: top;
}

.fancycheckboxes-item label {
    vertical-align: top;
    max-width: 90%;
}

/*# sourceMappingURL=main.css.map */
