﻿.simple_form {
    width: 300px;
    padding:2px;
}

.center_div {
    margin-right: 30%;
}
/*datetime icon*/
time.icon {
    font-size: 1em; /* change icon size */
    display: block;
    position: relative;
    width: 7em;
    height: 7em;
    background-color: #fff;
    margin: 4px auto;
    border-radius: 0.6em;
    box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(0deg) skewY(0deg);
    -webkit-transform-origin: 50% 10%;
    transform-origin: 50% 10%;
}

    time.icon * {
        display: block;
        width: 100%;
        font-size: 1em;
        font-weight: bold;
        font-style: normal;
        text-align: center;
    }

    time.icon strong {
        position: absolute;
        top: 0;
        padding: 0.4em 0;
        color: #fff;
        background-color: #fd9f1b;
        border-bottom: 1px dashed #f37302;
        box-shadow: 0 2px 0 #fd9f1b;
    }

    time.icon em {
        position: absolute;
        bottom: 0.3em;
        color: #fd9f1b;
    }

    time.icon span {
        width: 100%;
        font-size: 2.8em;
        letter-spacing: -0.05em;
        padding-top: 0.8em;
        color: #2f2f2f;
    }

    time.icon:hover, time.icon:focus {
        -webkit-animation: swing 0.6s ease-out;
        animation: swing 0.6s ease-out;
    }

@-webkit-keyframes swing {
    0% {
        -webkit-transform: rotate(0deg) skewY(0deg);
    }

    20% {
        -webkit-transform: rotate(12deg) skewY(4deg);
    }

    60% {
        -webkit-transform: rotate(-9deg) skewY(-3deg);
    }

    80% {
        -webkit-transform: rotate(6deg) skewY(-2deg);
    }

    100% {
        -webkit-transform: rotate(0deg) skewY(0deg);
    }
}

@keyframes swing {
    0% {
        transform: rotate(0deg) skewY(0deg);
    }

    20% {
        transform: rotate(12deg) skewY(4deg);
    }

    60% {
        transform: rotate(-9deg) skewY(-3deg);
    }

    80% {
        transform: rotate(6deg) skewY(-2deg);
    }

    100% {
        transform: rotate(0deg) skewY(0deg);
    }
}

/*chart*/

.show_chart {
    width: auto;
    overflow: scroll;
}

.product_item {
    display: inline-block;
}

.disableWin {
    pointer-events: none;
}

input {
    padding: 5px 10px 5px 10px;
}

select {
    padding: 3px;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color: #000;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    height: 40px;
}

::-webkit-input-placeholder {
    color: #999;
    font-size: 8.5pt;
    line-height: 25px;
}

::-moz-placeholder {
    color: #999;
    font-size: 8.5pt;
    line-height: 25px;
}
/* firefox 19+ */
:-ms-input-placeholder {
    color: #999;
    font-size: 8.5pt;
    line-height: 25px;
}
/* ie */
input:-moz-placeholder {
    color: #999;
    font-size: 8.5pt;
    line-height: 25px;
}

.image-source-link {
    color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.plant_list {
    display: list-item;
    padding: 5px;
    margin: 0 auto;
    font-size: 10pt;
}

    .plant_list img {
        display: block;
        margin: 0 auto;
    }

.gallery_img {
    width: 100px;
    height: 80px;
    position: relative;
    overflow: hidden;
    float: left;
    border-radius: 5px;
}

    .gallery_img img {
        width: 100px; /* Do not scale the image */
        object-position: center; /* Center the image within the element */
    }

mfp-gallery-box {
    position: absolute;
    padding-right: 10px;
}


.avatar {
    width: 35px;
    height: 35px;
    position: relative;
    overflow: hidden;
    float: left;
    border-radius: 5px;
}

    .avatar img {
        object-fit: 35px; /* Do not scale the image */
        object-position: center; /* Center the image within the element */
    }

.avatar_comment {
    object-fit: none; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    width: 60px;
    height: 60px;
    padding-right: 2px;
    float: left;
}



.comment_title {
    text-transform: uppercase;
    font-size: 9pt;
}

.comment_box {
    padding-bottom: 15px;
}

#newspaper-b {
    border-collapse: collapse;
    border-color: #B7DDF2;
    border-style: none;
    border-width: 1px;
    width: 100%;
    margin: 0;
    text-align: left;
    padding: 2px;
}

    #newspaper-b th {
        background: none repeat scroll 0 0 #EBF4FB;
        border-color: lightgray;
        font-weight: bold;
        padding: 15px 10px 10px;
        font-size: 11pt;
    }

    #newspaper-b tbody tr td {
        background: none repeat scroll 0 0 #FFFFFF;
        font-size: 10pt;
    }

    #newspaper-b td {
        border-bottom: 1px dashed #ccc;
        color: #000000;
        padding: 10px;
    }

    #newspaper-b tbody tr:hover td {
        background: none repeat scroll 0 0 #eee;
        color: #000000;
    }

    #newspaper-b tbody tr.selected td {
        background: none repeat scroll 0 0 #FFCF8B;
        color: #000000;
    }

#newspaper-c {
    font: 8.5pt Arial;
    margin: 0px;
    text-align: left;
    border-collapse: collapse;
    border: 1px solid gray;
}

    #newspaper-c th {
        padding: 2px;
        font-weight: normal;
        font-size: 10pt;
        text-align: center;
        color: #484a4a;
        text-transform: uppercase;
        border-right: 1px dashed gray;
        border-top: 1px solid gray;
        border-left: 1px dashed gray;
        border-bottom: 1px dashed gray;
    }

    #newspaper-c td {
        padding: 5px 10px;
        color: gray;
        border: 1px dashed gray;
    }

#newspaper-d {
    font: 10pt Arial;
    margin: 0px;
    text-align: left;
    border-collapse: collapse;
    border: 1px solid gray;
}

    #newspaper-d th {
        padding: 5px;
        font-weight: normal;
        font-size: 12pt;
        text-align: center;
        color: White;
        font-weight: bold;
        background-color: #77bb3f;
        border: 1px solid gray;
    }

    #newspaper-d td {
        padding: 5px 10px;
        color: black;
        text-align: center;
        border: 1px solid gray;
    }

#newspaper-e {
    font: 10pt Arial;
    margin: 0px;
    text-align: left;
    border-collapse: collapse;
    border: 1px solid #E8E8E8;
}

    #newspaper-e th {
        padding: 5px;
        font-weight: normal;
        font-size: 12pt;
        text-align: center;
        color: White;
        font-weight: bold;
        background-color: #D8D8D8;
        border: 1px solid #E8E8E8;
    }

    #newspaper-e td {
        padding: 5px 10px;
        color: black;
        text-align: center;
        border: 1px solid #E8E8E8;
    }

.panel-1 {
    border-color: #ddd;
}

    .panel-1 > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-1 > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-1 > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-1 > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-2 {
    border-color: #ebccd1;
}

    .panel-2 > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-2 > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-2 > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-2 > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.panel-3 {
    border-color: #d6e9c6;
}

    .panel-3 > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-3 > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-3 > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-3 > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-4 {
    border-color: #bce8f1;
}

    .panel-4 > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-4 > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-4 > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-4 > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.comment-top {
    padding: 0 0 0em;
    font-size: 11pt;
}
/*----*/
.number h3 {
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.3em;
}

    .number h3 a {
        text-decoration: none;
        color: #000;
    }

        .number h3 a:hover {
            color: #5261ac;
        }

.number p {
    font-size: 1em;
    color: #494949;
    line-height: 1.8em;
    padding: 1.2em 0 1em;
}

    .number p span {
        padding: 0.3em 0 0;
        display: block;
    }

.comment {
    float: left;
}

    .comment li {
        display: inline-block;
    }

        .comment li span, .comment li a {
            display: inline-block;
            font-size: 1.12em;
            color: #494949;
            text-decoration: none;
            padding: 0 1em 0 0;
        }

            .comment li a i {
                background: url(../images/img-sprite.png)no-repeat -77px -101px;
                width: 22px;
                height: 22px;
                display: inline-block;
                margin: 0 10px 0 0;
                vertical-align: middle;
            }

a.more {
    float: right;
    display: block;
    font-size: 1.2em;
    color: #494949;
    text-decoration: none;
}

    a.more:hover, .comment li a:hover {
        color: #ec098d;
    }

.movie {
    padding: 0.5em 0;
}

.feb b {
    background: #f78f1d;
    color: #ebebeb;
    font-size: 2.7em;
    padding: 0 14px;
    display: block;
}

.feb label {
    background: #00aedb;
    color: #fff;
    font-size: 1.7em;
    padding: 0px 10px;
    margin: 0 0 0 13%;
    display: block;
}

.number {
    position: relative;
    margin: 0em 0 2em;
}

.feb {
    position: absolute;
    top: 1%;
    left: -13%;
}
/*----*/
.stories {
    position: relative;
    display: inline;
}

    .stories span {
        position: absolute;
        width: 263px;
        background: #5261ac;
        color: #fff;
        padding: 10px 20px;
        font-size: 1.35em;
        font-weight: 700;
        display: block;
        line-height: 1em;
        text-transform: uppercase;
    }

        .stories span:before {
            content: '';
            position: absolute;
            top: -30%;
            left: 78%;
            width: 0;
            height: 0;
            border-top: 72px solid #FFFFFF;
            border-right: 47px solid transparent;
            transform: rotate(90deg);
        }

.grid-men {
    float: left;
    width: 29%;
}

.men-grid {
    float: right;
    width: 71%;
}

    .men-grid h5 {
        font-size: 1.02em;
        font-weight: 600;
        line-height: 1.4em;
        padding: 0 0 0.2em;
    }

        .men-grid h5 a {
            color: #00aedb;
            text-decoration: none;
        }

            .men-grid h5 a:hover {
                color: #ec098d;
            }

    .men-grid p {
        font-size: 0.9em;
        color: #494949;
        line-height: 1.8em;
    }

.men {
    padding: 1em 0;
    border-bottom: 1px solid #E8E6E6;
}

    .men:nth-child(3) {
        border-bottom: none;
    }

.story {
    padding: 0 0 1em;
    height: 59px;
}

.top-men {
    padding: 4em 0 0.5em;
}
/*----*/
.cd-tabs-navigation {
    width: 360px;
}

    .cd-tabs-navigation li {
        float: left;
        list-style: none;
    }

    .cd-tabs-navigation a {
        position: relative;
        display: block;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 1.4em;
        color: #fff;
        background: #ec098d;
        padding: 10px 16px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
    }

        .cd-tabs-navigation a.fashion1 {
            background: #f78f1d;
        }

        .cd-tabs-navigation a.fashion2 {
            background: #00aedb;
        }

        .cd-tabs-navigation a.selected i {
            background: url(../images/ar2.png)no-repeat 0px 8px;
            width: 16px;
            height: 16px;
            display: inline-block;
            position: absolute;
            bottom: -7px;
            margin: 0 auto;
            left: 48%;
        }

.cd-tabs-content li {
    display: none;
}

    .cd-tabs-content li.selected {
        display: block;
        -webkit-animation: cd-fade-in 0.5s;
        -moz-animation: cd-fade-in 0.5s;
        animation: cd-fade-in 0.5s;
    }
/*----*/
.top-comment-left {
    float: left;
    width: 13%;
}

    .top-comment-left span {
        color: #494949;
        font-size: 8pt;
        font-weight: 400;
        float: left;
    }



.top-comment-right {
    float: left;
    width: 84%;
    margin-left: 1em;
    font-size: 9pt;
}



.right-comment h5 {
    color: #58585c;
    text-transform: uppercase;
    font-size: 11pt;
    font-weight: 600;
}

.right-comment span {
    color: #494949;
    font-size: 8pt;
    font-weight: 400;
    float: left;
}

.top-comment-right p {
    font-size: 11pt;
    padding: 0.4em 0;
    border-bottom: 1px solid #E8E6E6;
}

.comments-top-top {
    margin: 1.5em 0;
}

a.reply {
    text-decoration: none;
    font-size: 1.2em;
    color: #5261ac;
    float: right;
}

    a.reply:hover {
        color: #f78f1d;
    }

/*table*/

/*
Theme: blue like ice
Author: Erik Ginnerskov
Web site: http://hjemmesideskolen.dk/
*/

.table_1 {
    background: #99f;
    color: #fff;
    text-align: left;
    font-size: 12px;
    border-spacing: 4px;
}

    .table_1 a, table, tbody, tfoot, tr, th, td {
        font-family: Verdana, arial, helvetica, sans-serif;
    }

.table_1, {
    border-left: 3px solid #567;
    border-right: 3px solid #000;
    padding: 3px;
}

    .table_1 a {
        text-decoration: none;
        background: inherit;
        color: #ccf;
        font-weight: bold;
    }

        .table_1 a:link {
            text-decoration: none;
        }

        .table_1 a:visited {
            background: inherit;
            color: #66c;
            text-decoration: line-through;
        }

        .table_1 a:hover {
            background: inherit;
            color: #eef;
            position: relative;
            top: 1px;
            left: 1px;
            text-decoration: none;
        }

    .table_1 caption {
        border-top: 1px solid #ddf;
        border-left: 1px solid #ddf;
        border-right: 1px solid #669;
        border-bottom: 1px solid #669;
        text-align: left;
        padding: 3px;
        color: #ccf;
        background: #99f;
        font-family: georgia, "times new roman", serif;
        font-size: 20px;
        font-weight: bold;
    }

.table_1, td, th {
    margin: 0px;
    padding: 3px;
    border-left: 1px solid #ddf;
    border-right: 1px solid #669;
    border-bottom: 1px solid #669;
}

td, th {
    border-top: 1px solid #ddf;
    border-left: 1px solid #ddf;
    border-right: 1px solid #669;
    border-bottom: 1px solid #669;
}

tr.odd {
    color: inherit;
    background: #88e;
}

.table3 {
    text-align: left;
    border-spacing: 0px;
    border: none;
    font-size: 11pt;
    font-style: normal;
    color: #FB7E00;
    padding-right: 1.0em;
    color: #25c1e2;
    font-style: normal;
    background-color: #fff;
}

.table2 {
    text-align: left;
    border-spacing: 0px;
    border: none;
    width: 100%;
}


    .table2 table, tbody, tfoot, tr, th, td {
        font-family: Arial, Helvetica, sans-serif;
        color: #55595C;
        border: none;
    }

        tbody td {
        }

    .table2 caption {
        padding: .4em 0;
        font-style: normal;
        color: #FB7E00;
    }







tbody tr:hover th {
    background-color: #fff7f0;
    color: #fff !important;
}

.table2 .odd th, table .odd td {
    background-color: #DDDDDD;
}

thead th {
    background-image: url(http://www.ad-plus.de/table/verlauf_schwarz.gif);
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    color: #fff;
}

tfoot {
    background-image: url(http://www.ad-plus.de/table/verlauf_schwarz.gif);
}

    tfoot th, tfoot td {
        color: #fff;
    }

tbody th {
    padding-right: 1.0em;
    color: #25c1e2;
    font-style: normal;
    background-color: #fff;
}

td {
    color: #723900;
    padding-right: 0.5em;
}

tbody tr.odd {
}

tbody tr:hover td {
    background-color: #fff7f0;
}

tbody tr:hover td, tbody tr:hover th {
    color: #000 !important;
}
