html,
body {
    height: 100%;
}

.w100 {
    width: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap>.container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}


/* add sorting icons to gridview sort links */

a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/
    "\e151";
}

a.desc:after {
    content: /*"\e114"*/
    "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    /* background-color: red; */
}

.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
    background-color: #f1f3f1;
}

.zoom-img-1 {
    position: relative;
    display: inline-block;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

.zoom-img-1:hover {
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(7);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(7);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(7);
    transition: all 200ms ease-in;
    transform: scale(7);
}

.form-horizontal,
#forgot-form,
#reset-form {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 4px;
}

.dropdown-menu form button {
    color: #333 !important;
    padding: 0px 0px 0px 7px;
    width: 100%;
    text-align: left;
}

.dropdown-menu form:hover {
    background-color: #f5f5f5;
}

.dropdown-menu form button:hover {
    text-decoration: none !important;
}

.uisort {
    width: 100% !important;
    padding-bottom: 10px !important;
}

.uisort li {
    height: 24px !important;
    font-size: 15px !important;
    line-height: 10px !important;
    margin: 0 3px 3px 0px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: move;
}

.photoswipe-gallery {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-top: 40px;
}

.photoswipe-gallery img {
    width: 100%;
}

.photoswipe-gallery img:hover {
    opacity: 0.9;
}

.photoswipe-gallery a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    display: inline-block;
    text-align: center;
    line-height: 0;
    margin-top: 20px;
    padding-left: 0px;
}

small-img {
    max-height: 90px;
    max-width: 120px;
}

@media only screen and (max-width: 740px) {}

a.photoswipe-gallery__img--main {
    width: auto !important;
    height: auto !important;
}

.photoswipe-gallery figure {
    display: none;
}

.photoswipe-gallery__title {
    line-height: 14px;
    font-size: 14px;
    opacity: 0.8;
    margin-top: 5px;
    width: 100%;
    float: left;
}

.mce-tab {
    display: inline-block;
    border: 1px solid #ccc;
    border-width: 1px 1px 0 0;
    background: #e3e3e3;
    padding: 0px 8px 0px 8px !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    height: 18px !important;
    cursor: pointer;
}

#pages-content_ifr img {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
    max-width: 100%;
}