﻿@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all);

/* kendo */
/* reset everything to the default box model */

*, :before, :after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.daterangepicker * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* set a border-box model only to elements that need it */

.form-control, /* if this class is applied to a Kendo UI widget, its layout may change */
.container,
.container-fluid,
.row,
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.k-grid.k-widget {
    overflow-x: auto;
}

/* tooltip */

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff !important;
    color: #222;
    opacity: 1 !important;
}

/* end Kedno*/

/* spinner */
.throbber-header {
    font-size: 42px;
    font-weight: 100;
    color: #fff;
}

.throbber {
    display: none;
}

    .throbber .curtain {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #3e4d45;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .throbber .curtain-content {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

        .throbber .curtain-content div {
            text-align: center;
            padding: 10px;
            color: #FFF;
        }

.spinner svg {
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-animation: spinner-rotate 1.333s linear infinite;
    animation: spinner-rotate 1.333s linear infinite;
}

.spinner-container.active > .spinner, .spinner.active {
    background-color: transparent;
    border: none;
    display: inline-block;
}

.spinner {
    position: relative;
    text-align: center;
    vertical-align: middle;
    display: none;
}

    .spinner circle {
        fill: transparent;
        stroke: #ff9800;
        stroke-linecap: round;
        stroke-dasharray: 200.96;
        stroke-dashoffset: 58px;
        -webkit-animation: spinner-dash 1.333s linear infinite,spinner-colors 10.644s linear infinite;
        animation: spinner-dash 1.333s linear infinite,spinner-colors 10.644s linear infinite;
    }


.spinner-container {
    position: relative;
    display: none;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}


html.ie .spinner circle {
    stroke-dashoffset: 80px
}

@keyframes spinner-dash {
    0% {
        stroke-dashoffset: 58px
    }

    50% {
        stroke-dashoffset: 200.96px
    }

    100% {
        stroke-dashoffset: 58px
    }
}

@-webkit-keyframes spinner-dash {
    0% {
        stroke-dashoffset: 58px
    }

    50% {
        stroke-dashoffset: 200.96px
    }

    100% {
        stroke-dashoffset: 58px
    }
}

@keyframes spinner-rotate {
    50% {
        transform: rotate(600deg)
    }

    100% {
        transform: rotate(720deg)
    }
}

@-webkit-keyframes spinner-rotate {
    50% {
        transform: rotate(600deg)
    }

    100% {
        transform: rotate(720deg)
    }
}

@keyframes spinner-rotate-ie {
    50% {
        transform: rotate(360deg)
    }

    100% {
        transform: rotate(720deg)
    }
}

@keyframes spinner-colors {
    0% {
        stroke: #3f51b5
    }

    20% {
        stroke: #09b7bf
    }

    40% {
        stroke: #90d36b
    }

    60% {
        stroke: #f44336
    }

    80% {
        stroke: #f90
    }

    100% {
        stroke: #3f51b5
    }
}

@-webkit-keyframes spinner-colors {
    0% {
        stroke: #3f51b5
    }

    20% {
        stroke: #09b7bf
    }

    40% {
        stroke: #90d36b
    }

    60% {
        stroke: #f44336
    }

    80% {
        stroke: #f90
    }

    100% {
        stroke: #3f51b5
    }
}


/* validator */

.field-validation-error, .validation-summary-errors {
    color: red;
}



.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

select.form-control {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-group input[type=checkbox] {
    margin-top: 10px;
}

.form-group.upload-thumbnail-size img {
    max-height: 150px;
    max-width: 150px;
}

.k-grid label.mt-checkbox.mt-checkbox-outline {
    margin-top: 6px;
    padding-left: 20px;
}

.mt-checkbox, .mt-radio {
    margin-top: 6px;
}

a span.username {
    color: #a4aebb;
}

.page-header-inner {
    padding: 0px 10px 0px 0px;
}

.k-grid .k-grid-header .k-header .k-link {
    height: auto;
}

.k-grid .k-grid-header .k-header {
    white-space: normal;
}


.feeds li .col1 {
    padding-top: 10px;
    padding-bottom: 10px;
}


.feeds li .col2 > .date {
    padding-top: 15px;
    color: #337ab7;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
}

.mce-container label {
    max-width: inherit;
}

.page-header.navbar .page-logo .logo-default {
    margin: 2px 0 0;
}

.page-footer .page-footer-inner a {
    color: white;
    text-decoration: initial;
}

.page-footer .page-footer-inner {
    float: left;
}

.page-sidebar .page-sidebar-menu .sub-menu li > .sub-menu > li > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li > .sub-menu > li > a {
    padding-left: 40px;
}

.page-sidebar .page-sidebar-menu .sub-menu li > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li > a {
    padding: 6px 15px 6px 23px;
}

.portlet.light > .portlet-title > .caption > small {
    font-weight: normal;
    margin-left: 10px;
    margin-right: 5px;
}

    .portlet.light > .portlet-title > .caption > small > i {
        margin-right: 5px;
    }

    .portlet.light > .portlet-title > .caption > small > a:hover {
        text-decoration: none;
    }

/* Checkboxes in admin area */

.mt-checkbox.mt-checkbox-outline:hover > input:not([disabled]):checked ~ span, .mt-checkbox.mt-checkbox-outline:hover > input:not([disabled]) ~ span, .mt-checkbox.mt-checkbox-outline > input:checked ~ span, .mt-checkbox.mt-checkbox-outline > input:focus ~ span, .mt-checkbox.mt-checkbox-outline > span, .mt-checkbox.mt-radio-outline:hover > input:not([disabled]):checked ~ span, .mt-checkbox.mt-radio-outline:hover > input:not([disabled]) ~ span, .mt-checkbox.mt-radio-outline > input:checked ~ span, .mt-checkbox.mt-radio-outline > input:focus ~ span, .mt-checkbox.mt-radio-outline > span, .mt-radio.mt-checkbox-outline:hover > input:not([disabled]):checked ~ span, .mt-radio.mt-checkbox-outline:hover > input:not([disabled]) ~ span, .mt-radio.mt-checkbox-outline > input:checked ~ span, .mt-radio.mt-checkbox-outline > input:focus ~ span, .mt-radio.mt-checkbox-outline > span, .mt-radio.mt-radio-outline:hover > input:not([disabled]):checked ~ span, .mt-radio.mt-radio-outline:hover > input:not([disabled]) ~ span, .mt-radio.mt-radio-outline > input:checked ~ span, .mt-radio.mt-radio-outline > input:focus ~ span, .mt-radio.mt-radio-outline > span {
    background-color: #ffffff;
}


.treeview .list-group-item {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.treeview span.indent {
    margin-left: 10px;
    margin-right: 10px;
}

.treeview span.icon {
    width: 12px;
    margin-right: 5px;
}

.treeview .node-disabled {
    color: silver;
    cursor: not-allowed;
}

.treeview .list-group-item span.pull-right {
    margin-left: auto;
}

/* label icon*/
.help.icon-question {
    padding-left: 3px;
}


@media only screen and (min-device-width : 375px) and (max-device-width : 767px) {
    .form-horizontal .form-body.col-md-6.advanced-filter {
        padding: 0;
    }

    .col-md-4.col-sm-4.text-right {
        text-align: left;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .form-horizontal .form-body.col-md-6.advanced-filter {
        padding: 0;
    }

        .form-horizontal .form-body.col-md-6.advanced-filter:first-child {
            padding-top: 20px;
        }

        .form-horizontal .form-body.col-md-6.advanced-filter:nth-child(2) {
            margin-left: 33.33333%;
        }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .form-horizontal .form-body.col-md-6.advanced-filter:nth-child(2) {
        margin-left: 0;
        padding-top: 20px;
    }
}

@media (min-width: 992px) {
    .page-content-wrapper .page-content {
        padding: 5px 20px 10px;
    }
}

.page-content-white .page-content .page-bar {
    border-bottom: 0px;
}

.k-input.text-box {
    padding: 6px 12px;
}

textarea.form-control.k-input {
    padding: 6px 12px;
}

.k-grid label input[type=checkbox] {
    position: unset;
    width: 0;
    height: 0;
}

/*typeahead*/
.tt-query,
.tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 5px;
    line-height: 30px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
}

.tt-query {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.tt-menu {
    width: 422px;
    background-color: lightgray;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    max-height: 500px;
    overflow-y: auto;
}

.twitter-typeahead, .tt-hint, .tt-input, .tt-menu {
    width: 100%;
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 10px;
    line-height: 24px;
    margin: 2px;
    background-color: white;
    cursor: pointer;
}

    .tt-suggestion.tt-is-under-cursor {
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion p {
        margin: 0;
    }

.admin-search-input-container {
    display: flex;
    max-width: 500px;
    width: auto;
}

#searchInput {
    margin: 10px;
}

.AllowedTokens {
    height: 200px;
    overflow: scroll;
    overflow-x: hidden;
    padding: 3px;
    margin-top: 5px;
}

.AllowedTokens .btn {
    margin: 2px;
}

.mt-5 {
    margin-top: 5px;
}

@media screen and (max-width: 1300px) {
    #searchInput {
        width: 100%;
        max-width: 500px;
    }
}

@media screen and (max-width: 769px) {
    .popup .mt-mobile-10 {
        margin-top: 10px;
    }
}

.tmAllignment {
    padding: 6px 12px;
}

/* ADMIN - Meta Tag Product Pictures */
.column-count-3 {
    column-count: 3;
}
.class-name-ckbox {
    /* margin-bottom: 1em; */
}
.popup-container {
    background-color: white;
}
h2.popup-title {
    margin: 0 0 2rem 0;
    border-bottom: 1px solid #e7ecf1;
    padding: 2rem;
}

/* Fix for automation tool to upload new pictures to products - add image button file upload */
.qq-uploader input[type="file"] {
    position: relative!important;
    display: inline-block!important;
    width: 100%;
    height: 45px;
}