/*
    Document   : standard
    Created on : 14-jun-2013, 15:59:52
    Author     : Surya
    Description:
        Main stylesheet
*/
/* FONTS */
@import url('https://fonts.googleapis.com/css?family=Droid+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300&subset=latin,greek,cyrillic');

/* RESET */

* {
    background: transparent;
    border-collapse: collapse;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1.5em;
    /*list-style: none;*/
    margin: 0;
    padding: 0;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
    padding: 0 !important;
    border: 0 none !important;
}

/* GENERAL */

.bottomMargin {
    margin-bottom: 40px;
}

.topMargin {
    margin-top: 40px;
}

.topMarginSmall {
	margin-top: 20px;
}

.bottomPadder {
    padding-bottom: 20px;
}

.center {
    text-align: center;
}

.clear {
    clear: both;
}

.cursorPointer {
    cursor: pointer;
}

.selfclear::after {
    content: "";
    display: table;
    clear: both;
}

.fancy {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #000;
    padding: 10px;
    text-align: left;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.inactiveThumb {
    color: #666;
}

.letterlinks {
    padding: 10px 0;
}

.letterlinks a {
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 3px 5px;
    text-decoration: none;
}

.letterlinks a.active,
.letterlinks a:hover {
    border-color: #ddd;
}

.letterlinks a.active {
    background: #f8f8f8;
}

.message {
    border: 1px solid #a64e48;
    display: none;
}

.noBottomMargin {
    margin-bottom: 0;
}

.rightPadder {
    margin-right: 20px;
}

.showonhover {
    display: none;
    position: absolute;
    z-index: 999;
}

*:hover > .showonhover {
    display: block;
}

.fancy.showonhover {
    min-width: 150px;
}

.hoverRow {
    padding: 5px 0;
}

.hoverRow:hover {
    background: #f8f8f8;
}

.smallFont {
    font-family: 'Droid Sans', sans-serif;
    font-size: 10px;
    font-weight: normal;
}

.strikeThrough {
    text-decoration: line-through;
}

.textAlignRight {
    text-align: right;
}

/* TABLES */

table.innerDividers {
    border-collapse: collapse;
    width: 100%;
}

table.innerDividers td {
    /*border-right: 1px solid #ddd;*/
    border-top: 1px solid #ddd;
    padding: 3px;
}

table.innerDividers tr:first-child td {
    border-top: none;
}

table.innerDividers td:last-child {
    border-right: 0;
}

table.innerDividers a {
    display: block;
}

/* FORMS */

label {
    float: left;
    margin-bottom: 5px;
    padding: 5px 0 6px;
    width: 150px;
}

#popupContent .c6 label {
    width: 100px;
}

input,
select,
textarea {
    margin-bottom: 5px;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="text"],
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    line-height: 1.5em;
    min-width: 100px;
    padding: 4px 5px 5px;
}

input[type="date"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="password"]:disabled,
input[type="text"]:disabled,
select:disabled,
textarea:disabled {
    background-color: #eee;
    color: #999;
}

input[type="checkbox"] {
    margin: 9px 0 0;
}

.button,
input[type="button"],
input[type="submit"] {
    background-color: #369;
    border: 1px solid #369;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    line-height: 1.5em;
    padding: 4px 10px 5px;
    text-decoration: none;
}

.btn-secondary {
    background-color: #f8f8f8;
    border-color: #ddd;
    color: #369;
}

.btn-tertiary {
    background-color: #fff;
    border-color: #fff;
    color: #369;
    padding: 4px 0 5px;
}

.button:hover,
input[type="button"]:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media only screen and (max-width: 420px) {
    .button {
        display: inline-block;
    }

    .forumpostbottom .button {
        display: inline;
    }
}

textarea {
    height: 150px;
}

.frmError {
    background: #a64e48 !important;
    color: #fff !important;
}

.frmErrorMsg {
    color: #a64e48;
}

.fullWidth {
    width: 60%;
    width: calc(100% - 150px);
}

#popupContent .c6 .fullWidth {
    width: calc(100% - 100px);
}

/* GRID TWEAKS */

#jsPopup3 .popupGridWrapper {
    margin-left: -20px;
    margin-right: -20px;
}

@media all and (max-width: 1349px) {
    .c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
        padding-left: 19px;
        padding-right: 19px;
    }

    .row .row {
        margin: 0 -19px;
    }

    .bottomPadder {
        padding-bottom: 38px;
    }

    .rightPadder {
        margin-right: 19px;
    }
}

@media all and (max-width: 1299px) {
    .c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
        padding-left: 18px;
        padding-right: 18px;
    }

    .row .row {
        margin: 0 -18px;
    }

    .bottomPadder {
        padding-bottom: 36px;
    }

    .rightPadder {
        margin-right: 18px;
    }
}

@media all and (max-width: 1249px) {
    .c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
        padding-left: 17px;
        padding-right: 17px;
    }

    .row .row {
        margin: 0 -17px;
    }

    .bottomPadder {
        padding-bottom: 34px;
    }

    .rightPadder {
        margin-right: 17px;
    }
}

@media all and (max-width: 1199px) {
    .c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
        padding-left: 16px;
        padding-right: 16px;
    }

    .row .row {
        margin: 0 -16px;
    }

    .bottomPadder {
        padding-bottom: 32px;
    }

    .rightPadder {
        margin-right: 16px;
    }
}

@media all and (max-width: 1149px) {
    .c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row .row {
        margin: 0 -15px;
    }

    .bottomPadder {
        padding-bottom: 30px;
    }

    .rightPadder {
        margin-right: 15px;
    }
}

@media all and (max-width: 1099px) {
    .c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
        padding-left: 14px;
        padding-right: 14px;
    }

    .row .row {
        margin: 0 -14px;
    }

    .bottomPadder {
        padding-bottom: 28px;
    }

    .rightPadder {
        margin-right: 14px;
    }
}

@media all and (max-width: 1049px) {
    .c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
        padding-left: 13px;
        padding-right: 13px;
    }

    .row .row {
        margin: 0 -13px;
    }

    .bottomPadder {
        padding-bottom: 26px;
    }

    .rightPadder {
        margin-right: 13px;
    }
}

@media all and (max-width: 999px) {
    .c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
        padding-left: 12px;
        padding-right: 12px;
    }

    .row .row {
        margin: 0 -12px;
    }

    .bottomPadder {
        padding-bottom: 24px;
    }

    .rightPadder {
        margin-right: 12px;
    }
}

@media all and (max-width: 949px) {
    .c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
        padding-left: 11px;
        padding-right: 11px;
    }

    .row .row {
        margin: 0 -11px;
    }

    .bottomPadder {
        padding-bottom: 22px;
    }

    .rightPadder {
        margin-right: 11px;
    }
}

@media all and (max-width: 900px) {
    html {
        font-size: 90%;
    }

    .c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row .row {
        margin: 0 -10px;
    }

    .bottomPadder {
        padding-bottom: 20px;
    }

    .rightPadder {
        margin-right: 10px;
    }
}

a {
    color: #369;
    text-decoration: none;
}

ul {
    list-style: disc;
    margin-left: 1.5em;
}

[class^="icon-"] {
    text-decoration: none !important;
}

/* MAIN LAYOUT */

html {
    background: #fff;
    color: #333;
    font-family: 'Droid Sans', sans-serif;
    font-size: 10pt;
    min-height: 101%;
}

h1,
h2,
.tabletitle {
    font-family: 'Open Sans', 'Droid Sans', sans-serif !important;
    font-weight: 300;
    letter-spacing: 0.05em;
}

h2 {
    font-size: 1.6em;
}

h1 + h2.subTitle {
    margin: -1.675em 0 1.675em;
    text-align: center;
}

.inlineImage {
    margin: 0;
}

.lijst {
    width: 100%;
}

.lijst tr {
    border-top: 1px solid #ddd;
}

.lijst tr:first-child {
    border-top: none;
}

.lijst th,
.lijst td {
    padding: 2.5px 5px 2.5px 0;
    position: relative;
}

.lijst th:last-child,
.lijst td:last-child {
    padding-right: 0;
}

.lijst th {
    font-weight: bold;
    text-align: left;
}

.lijst th:last-of-type {
    min-width: 25%;
    position: relative;
}

.lijst th .fancy.sortOptions {
    font-size: 0.6em;
    min-width: 120px;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 200;
}

.lijst th .fancy.sortOptions ul {
    display: none;
    list-style: none;
    margin: 0;
}

.lijst th .fancy.sortOptions:hover ul {
    display: block;
}

.lijst .countcol {
    white-space: nowrap;
    width: 5%;
}

.lijst .iconcol {
    white-space: nowrap;
}

.lijst .secondcol {
    width: 35%;
}

@media only screen and (max-width: 420px) {
    .lijst td a {
        padding-top: 3px;
        padding-bottom: 3px;
    }
}

#topMenuWrapper,
#footer {
    background: #333;
    color: #fff;
}

#topMenuWrapper a,
#footer a {
    color: #ddd;
    text-decoration: none;
}

#topMenuWrapper a:hover,
#footer a:hover {
    color: #fff;
}

.blockLink {
    display: block;
}

.blockLink:hover {
    background-color: #f8f8f8;
}

.pageLogo {
    max-height: 150px;
}

.optionDropdown {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-weight: normal;
    padding: 0 3px;
    position: absolute;
    right: 0;
    top: 4px;
    width: 100px;
    z-index: 10;
}

.deleteLine {
    position: relative;
}

.deleteLine:hover {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: -6px;
    padding: 5px;
    z-index: 100001;
}

.deleteBucket {
    background-color: #f8f8f8;
    display: none;
    position: absolute;
    margin-top: -13px;
    padding: 3px;
    right: 0px;
    top: 50%;
}

.deleteLine:hover .deleteBucket {
    display: block;
}

.hiddenOnLoad,
.hiddenByDefault {
    display: none;
}

*:hover > .hiddenByDefault {
    display: block;
}

/* STATS */

.statsOverlayNr {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 1.2em;
    padding: 3px 10px;
    position: absolute;
    top: 0;
}

/* HEADER */

#header {
    background-color: #369;
    color: #fff;
}

#outdatedBrowser {
    background-color: #d04e3d;
    color: #fff;
    padding: 20px;
}

#headerLogo {
    max-width: calc(100% - 230px);
    position: absolute;
}

#smallHeaderLogo {
    max-height: 56px;
}

#headerSearchForm {
    float: right;
    margin-bottom: 16px;
    margin-right: 20px;
    margin-top: 15px;
    min-width: 190px;
}

#headerSearchField {
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

#headerSearchButton {
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    font-family: "fontello";
}

#askToAcceptCookies {
    background-color: #5c5874;
    padding: 20px;
}

#askToAcceptCookies a {
    color: #fff;
}

#avs {
    max-height: 90px;
    overflow: hidden;
}

#avsBottomLink {
    font-size: 10px;
    text-align: right;
}

#ab {
    background: #f00;
    color: #fff;
    display: none;
    padding: 20px;
}

/* MENUS */

.inlineMenuWithSubmenu li {
    display: inline-block;
}

.inlineMenuWithSubmenu a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
}

.inlineMenuWithSubmenu ul {
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 4px 4px;
    display: none;
    margin: 0;
    overflow: hidden;
    position: absolute;
    text-align: left;
    z-index: 999;
}

.inlineMenuWithSubmenu li:hover ul {
    display: block;
    z-index: 999;
}

.inlineMenuWithSubmenu ul li {
    display: block;
}

#mainMenu {
    font-size: 1.1em;
    padding: 5px 0;
}

#mainMenu a,
#topMenu a {
    color: #fff;
}

#topMenu a:hover {
    background-color: #555;
}

#topMenu ul {
    background-color: #333;
}

#topMenu .unreadMessages {
    background-color: #d04e3d;
    border-radius: 4px;
    margin: 3px 0;
    padding: 2px 10px;
}

#topMenu [class^="icon-"] {
}

@media only screen and (max-width: 420px) {
    #topMenu {
        margin: 0;
        padding: 0;
    }
}

#mainMenu {
    text-align: center;
}

#mainMenu a:hover {
    background-color: #1a354f;
}

#mainMenu li ul {
    background-color: #369;
}

#mobileMenuTrigger {
    color: #fff;
    font-size: 1.2em;
    padding: 3px 10px;
    text-decoration: none;
}

#mobileMenu {
    display: none;
}

.mobileMenu a {
    display: inline-block;
    padding: 6px 0;
}

/* MAIN CONTENT */

h1 {
    font-size: 4em;
    text-align: center;
    padding: 0.3em;
}

h1,
h1 * {
    color: inherit;
    text-decoration: none;
}

.listcleanblock th,
h4 {
    font-size: 1.3em;
    font-weight: inherit;
    padding-bottom: 0.3em;
}

.listcleanblock th,
.listcleanblock .title {
    border-bottom: 1px solid #eee;
    margin-bottom: 0.5em;
}

.listcleanblock .title:empty {
    display: none;
}

/* STRIPS */

.aangekondigd {
    color: #f00;
    font-size: 0.7em;
}

/*
 * stripThumbs
 * based on http://jsfiddle.net/thefrontender/KQ36Z/2/
 */

.squareImage,
.stripThumb {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    height: 0;
}

.squareImage {
    padding-bottom: 100%;
}

.stripThumb {
    padding-bottom: 133.3333%; /* We enforce aspect-ratio here, 2:3 for this example */
}

.squareImageInnerWrapper,
.stripThumbInnerWrapper {
    /*
     * this block will take up the full height and width of the containing
     * block which enforces an aspect ratio
     *
     * we set font-size to zero to remove inline-block spacing
     */
    display: block;
    font-size: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}

.squareImageInnerWrapper:before,
.stripThumbInnerWrapper:before {
    /*
     * set an inline element that has full height of container and
     * vertical alignment set to middle
	 *
	 * the following image will align to this
     */
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    background: red;
}

.squareImageInnerWrapper img,
.stripThumbInnerWrapper img {
    /*
     * make sure the image stays vertically aligned, and allow it to resize
    */
    display: inline-block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.squareImage figcaption,
.stripThumb figcaption {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #fff;
    display: none;
    left: 0;
    padding: 5px;
    position: absolute;
    right: 0;
    text-align: left;
}

.squareImage figcaption.show,
.squareImage:hover figcaption,
.stripThumb figcaption.show,
.stripThumb:hover figcaption {
    display: block;
}

a.belowImage {
    display: block;
    text-decoration: none;
}

.missingData {
    background-color: #f00;
    color: #fff;
}

.mature {
    filter: blur(10px);
}

.matureIndicator {
    position: absolute;
    top: 0;
    left: 0;
}

/*
 * scores with stars
 */

.fiveStarsBack {
    background-image: url('../images/fiveStarsBack.png');
    display: inline-block;
    height: 20px;
    position: relative;
    width: 100px;
}

.fiveStarsFront {
    background-image: url('../images/fiveStarsFront.png');
    display: inline-block;
    height: 20px;
    position: absolute;
}

.slideshow ul {
    margin: 0;
    overflow: hidden;
}

ul.bjqs-controls {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9999;
}

ul.bjqs-controls.v-centered li a {
    color: #fff;
    font-family: 'fontello';
    font-size: 3em;
    position: absolute;
}

@media only screen and (max-width: 420px) {
    ul.bjqs-controls.v-centered li a {
        font-size: 2em;
    }
}

ul.bjqs-controls.v-centered li.bjqs-next a {
    right: 0;
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
    left: 0;
}

ul.bjqs-controls.v-centered li.bjqs-next a:before {
    content: '\e766';
}

ul.bjqs-controls.v-centered li.bjqs-prev a:before {
    content: '\e765';
}

ul.bjqs-controls.v-centered li a {
    display: block;
    padding: 10px;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 0 #376a9d, -1px 1px 0 #376a9d, -1px -1px 0 #376a9d, 1px -1px 0 #376a9d,
    2px 2px 0 #376a9d, -2px 2px 0 #376a9d, -2px -2px 0 #376a9d, 2px -2px 0 #376a9d,
    1px 0px 0 #376a9d, -1px 0px 0 #376a9d, 0px -1px 0 #376a9d, 0px 1px 0 #376a9d,
    2px 0px 0 #376a9d, -2px 0px 0 #376a9d, 0px -2px 0 #376a9d, 0px 2px 0 #376a9d,
    0 0 8px rgba(0, 51, 102, 0.75);
}

ul.bjqs-controls.v-centered li a:hover {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
}

/* sidebar */

aside h4 {
    margin-top: 20px;
}

aside h4:first-child {
    margin-top: 0;
}

aside ul li {
    list-style: disc;
}

/* FOOTER */

#footer {
    border-top: 5px solid #369;
    padding: 0.3em 0.6em;
}

#socialLinks {
    font-size: 2em;
    text-align: center;
}

/* ADVANCED AUTOCOMPLETE */

.advancedAutocomplete {
    position: relative;
}

.advancedAutocomplete .fancy.grid {
    display: none;
    position: absolute;
    top: 0;
    z-index: 150000;
}

.advancedAutocomplete .fancy.grid input {
    width: 100%;
}

/* AUTOCOMPLETE */

.autocomplete {
    position: absolute;
    border: 1px solid #cdcdcd;
    border: 1px solid #eee;
    background: #fff;
    margin: 0;
    padding: 5px;
    z-index: 1999;
}

.autocomplete li {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.autocomplete li.selected {
    background: #cdcdcd;
    background: #eee;
}

/* FORUM */

.newpost .forumpost {
    -moz-box-shadow: inset 0px 0px 3px 1px #ff0000;
    -webkit-box-shadow: inset 0px 0px 3px 1px #ff0000;
    box-shadow: inset 0px 0px 3px 1px #ff0000;
}

.forumpost {
    margin-bottom: 30px;
}

.forumpostmessage {
    margin-right: 181px;
    min-height: 120px;
    padding-left: 10px;
    text-align: justify;
    vertical-align: top;
}

.forumpostmessage img {
    display: inline;
    max-width: 98%;
    margin: 0;
}

@media only screen and (max-width: 420px) {
    .forumpostmessage {
        margin-right: 0;
        padding-right: 10px;
    }
}

.forumquotecontainer {
    border: 1px solid #cdcdcd;
    border: 1px solid #eee;
    margin: 10px;
    padding: 10px;
}

.forumpostbottom .button,
.forumreply,
.threadStart {
    text-align: center;
}

.forumposterdata {
    border-left: 1px solid #cdcdcd;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    vertical-align: top;
    width: 150px;
}

.forumpostbottom {
    background: -moz-linear-gradient(top, rgba(238, 242, 245, 0) 0%, rgba(238, 242, 245, 1) 39%, rgba(239, 242, 245, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(238, 242, 245, 0)), color-stop(39%, rgba(238, 242, 245, 1)), color-stop(100%, rgba(239, 242, 245, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(238, 242, 245, 0) 0%, rgba(238, 242, 245, 1) 39%, rgba(239, 242, 245, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(238, 242, 245, 0) 0%, rgba(238, 242, 245, 1) 39%, rgba(239, 242, 245, 1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(238, 242, 245, 0) 0%, rgba(238, 242, 245, 1) 39%, rgba(239, 242, 245, 1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00eef2f5', endColorstr='#eff2f5', GradientType=0); /* IE6-9 */
    background: linear-gradient(top, rgba(238, 242, 245, 0) 0%, rgba(238, 242, 245, 1) 39%, rgba(239, 242, 245, 1) 100%); /* W3C */
    border-bottom: 1px solid #cdcdcd;
    border-bottom: 1px solid #eee;
    margin: 0 0 -10px;
    padding: 10px;
    text-align: right;
}

@media only screen and (max-width: 420px) {
    .forumpostbottomRow {
        padding: 0 0 6px;
    }
}

#postMarkupAuteurWindow,
#postMarkupBoldWindow,
#postMarkupImageWindow,
#postMarkupItalicWindow,
#postMarkupLinkWindow1stStep,
#postMarkupLinkWindow2ndStep,
#postMarkupReeksWindow,
#postMarkupUitgeverWindow,
#postMarkupUnderlineWindow {
    display: none;
}

/* JS MODALS V3 */

#jsPopup3 {
    display: none;
    z-index: 99998;
}

#popupBackground {
    background: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

#popupContent {
    background: #fff;
    bottom: 0;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 20px;
    position: fixed;
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    top: 0;
    width: 0;
    z-index: 100000;
}

#jsPopup3 .button.option {
    display: inline-block;
    margin: 0 20px 0;
    text-align: center;
    width: 132px;
}

#jsPopup3 .button.option .icon {
    display: block;
    font-size: 2em;
}

/* USER COLLECTION */

.collectionRow {
    position: relative;
}

.collectionRow .delFromCollection {
    float: right;
    text-decoration: none;
}

.collectionRow label {
    width: 110px;
}

.collectionRow input[type="date"],
.collectionRow input[type="email"],
.collectionRow input[type="number"],
.collectionRow input[type="password"],
.collectionRow input[type="text"],
.collectionRow select,
.collectionRow textarea {
    min-width: 80px;
    width: calc(100% - 110px);
}

.collectionRow .deleted {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    bottom: 0px;
    color: #fff;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.collectionRow .deleted div {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.collectionRow .saving {
    background-color: red;
}

.collectionRow .saved {
    background-color: green;
}

.collectionRow .saving,
.collectionRow .saved {
    border-radius: 4px;
    bottom: 0px;
    color: #fff;
    display: none;
    left: 0;
    padding: 2px 5px;
    position: absolute;
    white-space: nowrap;
}

.collectionRow .ajaxBorder {
    background-color: transparent;
    border: 3px solid green;
    border-radius: 3px;
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/* PAGINATION */

.pagination {
    text-align: center;
}

.pagination a {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 2px 5px;
    text-decoration: none;
}

.pagination a:hover {
    background-color: #f8f8f8;
}

.pagination a.current {
    background-color: transparent;
    border-color: transparent;
    cursor: default;
}

/* AJAX */

#loadingImg {
    display: inline;
}

.tabs {
    border-bottom: 1px solid #369;
    display: flex;
    list-style: none;
    margin: 0 0 20px;
}

.tabs::after {
    clear: both;
}

.tabs .tab {
    border-right: 1px solid #ddd;
    cursor: pointer;
    display: inline-block;



    color: #369;
    padding: 4px 11px 5px;
    text-decoration: none;
}

.tabs .tab:hover {
    background-color: #f8f8f8;
    color: #369;
}

.tabs .tab.active {
    background-color: #369;
    color: #fff;
}

.tabs .tab:first-child {
    border-left: 1px solid #ccc;
}

.tabs .tab:last-child::after {
    clear: both;
}

.tabContent {
    clear: both;
}