.js .modal-size-mini{
    max-width:400px;
    height:auto;
}

.js .modal-size-medium{
    max-width:800px;
}

.mod-timeline .vis.timeline .item.box.action-item {
    cursor:auto;
}

.mod-timeline .vis.timeline .item.box.action-item .content h3 {
    cursor:pointer;
}

.js .mod-modal.mod-action-item {
    max-width:800px;
}

.js .mod-modal .mod-modal-content {
    overflow: auto;
}

.faux-image-container {
    color: #323a45;
    width: 100%;
    max-height: 64px;
    height: 65px;
    border: 1px dashed #dee1e3;
    border-radius: 2px;
    margin-bottom: 3px;
    margin-right: 3px;
    font-size: 14px;
    font-family: signika_negativelight, Tahoma, Verdana, Segoe, sans-serif;
    position: relative;
    text-align: center;
}

.faux-image-container img{
    max-width: 57px;
}

.grid-row.edit-row:hover {
    background: rgb(250, 250, 250);
    cursor: pointer;
}

.profile-img-container{
    height: 70px;
    width: 70px;
    float: left;
    border-radius: 0;
    overflow: hidden;
    margin-right:10px;
}

.profile-img{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    max-width: 70px;
    max-height: 70px;
    height: auto;
    width: auto;
}

@media screen and (max-width: 768px){
    .profile-data{
        width:auto;
    }
    .profile-img-container{
        margin-right:0;
    }
}

button, .button {
    font-family: signika_negativelight, Tahoma, Verdana, Segoe, sans-serif;
}

table td, table th {
    background: #FFF;
}

.js .mod-modal.modal-profile{
    height:auto;
}

.mod-header {
    background-image: none;
}

.charcounter span {
    float: right;
    margin-top: 11px;
    margin-right: 5px;
}

.charcounter h4 {
    float: left;
}

.faux-input-file .progressbar{
    background-color: #324795;
    height: 5px;
    bottom: 0;
    position: absolute;

}

.faux-input-file {
    overflow: hidden;
}

.faux-input-file > img {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    left: 0;
}

.logo-event{
    max-width:100%;
}


.faux-input-file .add-btn {
    border: 1px solid #323a45;
    border-radius: 1.6em;
    content: '\e805';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    height: 1.6em;
    width: 1.6em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1.5em;
    margin: -.8em -.8em 0 0;
    position: absolute;
    top: 50%;
    right: 50%;
}

.edit-row.active {
    border: 1px solid #324795;
    border-radius: 4px;
}

button.btn-green, .button.btn-green {
    color: white;
    background: green;
    border-color: green;
}
button.btn-green:hover, .button.btn-green:hover {
    color: green;
    background: white;
}

.chosen-container {
    vertical-align: baseline;
}

.chosen-container-single .chosen-single {
    overflow: visible;
    border: 1px solid #dee1e3;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
}

.chosen-disabled {
    opacity: 1.0 !important;
    cursor: default;
}
.chosen-disabled .chosen-single {
    cursor: not-allowed;
    background-color: rgb(225, 225, 225);
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: not-allowed;
    background-color: rgb(225, 225, 225);
}

.js a.chosen-single {
    color: black !important;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #324795;
    background-image: none;
    color: #fff;
}

.shopping-cart {
    padding-left: 15px;
}

a.button {
    padding: 0 0;
}

table.articleList thead {
    border-bottom: 2px solid #ccc;
}

#discountRow {
    border-top: 2px solid grey;
    padding-top: 7px;
}

p{
    margin-bottom:0.8em;
}

table.articleList tbody:nth-child(even) > tr > td{
    background-color:#F4F4F4;
    border:0;
}

table.articleList tfoot {
    border-top: 2px solid #ccc;
}

.faux-input-file .wrapper {
    height: 100%;
}

.faux-input-file img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    z-index: 1;
}

.faux-input-file input[type="file"] {
    position: absolute;
    z-index: 2;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    top: 0px;
    margin: 0;
    padding: 0;
}

.hide-on-small, .hide-on-medium {
    width: 320px;
    overflow: hidden;
}

.profile-data {
    padding: 10px 20px 10px 20px;
}

.select-counter {
    font-size: 14px;
    float: right;
}

/* Tiny MCE Fixes*/

.mce-btn button {
    min-width: 0px;
}

/* Youtube Thumbnail */
.youtube-thumb {
    position: relative;
}
.youtube-thumbnail-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/assets/img/gfx/play.png") center center no-repeat;
    cursor: pointer;
}
.youtube-video-modal {
    position: absolute;
    left: 50%;
    margin-left: -260px;
    top: 182px;
    background: #fff;
}
.youtube-modal-close {
    background: #565758;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    color: white;
    display: block;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    padding: 0;
    right: -10px;
    top: -10px;
    height: 30px;
    width: 30px;
    z-index: 3;
    content: "";
}
.youtube-modal-close:hover {
    text-decoration: none;
}

/* Welcome header */
#welcome-heading {
    width: 105%;
}

/* Data upload */
#shopping-data-upload {
    display: none;
}
#shopUploadData .faux-input-file input[type="file"] {
    left: 0;
}

/* Product catalogue fields */
#products-catalogue-fields {
    margin-top: 15px;
}

/* Modal info message */
.modal-info-message {
    margin: 15px 10px;
    background-color: #ddd;
    padding: 15px;
    font-weight: bold;
    border: 1px solid #aaa;
    display: none;
}

/* General */
.clearfix {
    clear: both;
}

#list-products .catalogue-flag-text {
    display: none;
}
#list-products .show-catalogue .product-title {
    position: relative;
    top: -8px;
}
#list-products .show-catalogue .catalogue-flag-text {
    display: block;
    position: relative;
    top: -14px;
}

.mod-footer .copy-right {
    padding: 10px 25px;
    line-height: 1;
}

.footer-logo{
    vertical-align: top;
}

.MultiCheckBox {
    z-index: 999999;
    border:1px solid #e2e2e2;
    padding: 5px;
    border-radius:4px;
    cursor:pointer;
}

.MultiCheckBox .k-icon{
    font-size: 15px;
    float: right;
    font-weight: bolder;
    margin-top: -7px;
    height: 10px;
    width: 14px;
    color:#787878;
}

.MultiCheckBoxDetail {
    z-index: 9999999999999999;
    background-color: white;
    display:none;
    position:absolute;
    border:1px solid #e2e2e2;
    overflow-y:hidden;
}

.MultiCheckBoxDetailBody {
    overflow-y:scroll;
}

.MultiCheckBoxDetail .cont  {
    clear:both;
    overflow: hidden;
    padding: 2px;
}

.MultiCheckBoxDetail .cont:hover  {
    background-color:#cfcfcf;
}

.MultiCheckBoxDetailBody > div > div {
    float:left;
}

.MultiCheckBoxDetail>div>div:nth-child(1) {

}

.MultiCheckBoxDetailHeader {
    overflow:hidden;
    position:relative;
    height: 28px;
    background-color:#3d3d3d;
}

.MultiCheckBoxDetailHeader>input {
    position: absolute;
    top: 4px;
    left: 3px;
}

.MultiCheckBoxDetailHeader>div {
    position: absolute;
    top: 5px;
    left: 24px;
    color:#fff;
}