@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,700,700i';

body, input {
    font-family: "Open Sans", Arial, serif;
}

body {
    padding-top: 120px;
    padding-bottom: 30px;
}

.auth-page {
    background: url("img/bg_login.jpg") no-repeat;
    -ms-background-size: cover;
    background-size: cover;
}

.auth-form {
    padding-top: 50px;
}

    .auth-form input[type=email],
    .auth-form input[type=text],
    .auth-form input[type=password] {
        margin-bottom: 40px;
        font-size: 18px;
        padding: 0 0 5px;
    }

    .auth-form h1 {
        font-size: 40px;
        color: #fff;
        font-weight: 300;
        letter-spacing: 10px;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 70px;
    }

.auth-page .form-control {
    border: none;
    border-bottom: 2px solid #4f5051;
    color: #a9a9a9;
    background: transparent;
    -ms-border-radius: 0;
    border-radius: 0;
}

    .auth-page .form-control.input-validation-error {
        border-color: #d2322d !important;
    }

.auth-page label.error {
    display: none;
}

.auth-page .form-control:hover,
.auth-page .form-control:focus {
    border-color: #00aeef;
    box-shadow: none;
}

.auth-page .btn {
    background: #fff;
    color: #006c93;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    margin: 10px 0 30px;
}

.auth-page p {
    color: #fff;
}

.auth-page .btn:hover {
    color: #333;
}

.create-account {
    display: table;
    margin: 0 auto 30px;
    font-size: 16px;
}

.error-summary {
    color: #d2322d;
    padding: 10px 0;
}

.auth-page h2,
.auth-page h3 {
    color: #fff;
}

.by {
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    padding-top: 50px;
}

    .by a {
        display: table;
        margin: 10px auto 5px;
    }

.nav-admin {
    background-color: #000;
    font-size: 18px;
}

.user-menu {
    font-size: 15px;
}

    .user-menu img {
        display: table;
        width: 50px;
        height: 50px;
        -ms-border-radius: 25px;
        border-radius: 25px;
        margin-bottom: 10px;
        margin: 0 auto 10px;
    }

.search {
    clear: both;
}

.navbar-toggle {
    float: left;
    margin: 24px 15px 0;
    outline: none;
}

.navbar-toggle {
    background-color: #000 !important;
    border: none;
}

    .navbar-toggle .icon-bar {
        width: 30px;
        height: 4px;
    }

.navbar-brand {
    display: none;
}

.main {
    padding: 0 10px 0 20px;
}

    .main h1 {
        font-size: 18px;
        position: relative;
        margin-bottom: 40px;
    }

    .breadcrumb-custom {
        background-color: transparent;
    }
    
    .breadcrumb-custom > li {
        
    }
    .breadcrumb-custom > li a {
        color: #000;
    }
.switch-table {
    font-size: 22px;
    position: absolute;
    top: 0;
    /*top: 117px;*/
    right: 10px;
    display: block;
}

    .switch-table .control-buttons {
        /* position: absolute; */
        /* display: block; */
        /* top: 117px; */
    }

    .switch-table a {
        margin: 10px;
        text-decoration: none;
    }
        /*.switch-table .control-buttons a {
        display: block;
        position: relative;
        margin: 10px;
        text-decoration: none;
        z-index: 2;
    }
    @media(max-width: 768px) {
        .switch-table .control-buttons{
            top: 650px;
            text-align: right;
            margin-left: 225px;
        }
        .switch-table .control-buttons a {
            display: inline-block;
            margin: 5px;
        }
    }*/

        .switch-table a.active {
            text-decoration: none;
            color: #000;
        }

        .switch-table a:hover,
        .switch-table a:focus {
            text-decoration: none;
        }

.bar-tools {
    position: relative;
    margin: 40px 0 20px;
    min-height: 40px;
}

.btn-dark {
    background: #000;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #fff !important;
    padding: 10px 40px;
    border: 1px solid #000;
}

    .btn-dark:hover {
        color: #000 !important;
        background: #fff;
    }

.bar-tools-right {
    position: absolute;
    top: 0;
    width: 50%;
    right: 10px;
    font-size: 16px;
}

    .bar-tools-right ul {
        display: block;
        width: 100%;
        margin: 0;
        text-align: right;
        list-style: none;
        padding: 0;
        font-size: 15px;
    }

    .bar-tools-right li {
        display: inline-block;
        width: 100%;
        margin: 0;
    }

    .bar-tools-right a {
        color: #000;
    }

        .bar-tools-right a .fa-ellipsis-h {
            font-size: 20px;
            position: relative;
            top: 3px;
            font-weight: bold;
        }

    .bar-tools-right > ul > li > div,
    .bar-tools-right > ul > li > a,
    .bar-tools-right > ul > li > span {
        display: inline-block;
        /* float: left; */
        margin: 0 2%;
        position: relative;
    }

        .bar-tools-right > ul > li > div:hover > a, .bar-tools-right > ul > li > div:focus > a, .bar-tools-right > ul > li > span:hover a, .bar-tools-right > ul > li > span:focus a {
            color: #428bca;
            text-decoration: underline;
            cursor: pointer;
        }

.alert {
    text-align: center;
    -ms-border-radius: 0;
    border-radius: 0;
}

.alert-info {
    text-align: center;
    background: #f5fcfe;
    color: #006c93;
    border-color: #006c93;
}

    .alert-info .close {
        color: #006c93;
        -ms-opacity: 1;
        opacity: 1;
    }

.alert-success {
    text-align: center;
    background: #dcffdd;
    color: #468847;
    border-color: #468847;
}

    .alert-success .close {
        color: #468847;
        -ms-opacity: 1;
        opacity: 1;
    }

.alert-warning {
    text-align: center;
    background: #fff8ed;
    color: #c09853;
    border-color: #c09853;
}

    .alert-warning .close {
        color: #c09853;
        -ms-opacity: 1;
        opacity: 1;
    }

.alert-danger {
    text-align: center;
    background: #ffebeb;
    color: #b94a48;
    border-color: #b94a48;
}

    .alert-danger .close {
        color: #b94a48;
        -ms-opacity: 1;
        opacity: 1;
    }

.alert-info:before {
    content: "\f274";
    font-family: FontAwesome;
}

#navbar {
    padding-left: 0;
}

.products .thumbnail {
    margin: 15px 0;
    padding: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    position: relative;
}

.table-header {
    padding: 15px;
    width: 100%;
    font-size: 0;
    background-color: #eeeeee;
    -webkit-box-shadow: 0 0 2px 2px #eeeeee;
    -moz-box-shadow: 0 0 2px 2px #eeeeee;
    box-shadow: 0 0 2px 2px #eeeeee;
}

    .table-header .header-offset {
        display: inline-block;
        width: 15%;
        padding: 0 15px;
        margin: 0;
    }

    .table-header .header-holder {
        display: inline-block;
        width: 85%;
    }

        .table-header .header-holder > * {
            display: inline-block;
            width: 25%;
            font-size: 14px;
            vertical-align: middle;
            padding-left: 6.3%;
        }

    .table-header.product-table-header .header-holder > * {
        width: 16.66%;
    }

.img-holder {
    width: 100%;
    margin: 0;
    height: 212.39px;
    overflow: hidden;
}

    .img-holder img {
        width: 100%;
    }

.checkbox-rounded {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    width: 3rem;
    height: 3rem;
    background: transparent;
    -ms-border-radius: 50px;
    border-radius: 50px;
    margin: 0 0 6% 5%;
    /*-webkit-box-shadow: inset 0px 0px 2px 1px rgba(143,130,143,1);
    -moz-box-shadow: inset 0px 0px 2px 1px rgba(143,130,143,1);
    box-shadow: inset 0px 0px 2px 1px rgba(143,130,143,1);*/
}

    .checkbox-rounded.checkbox-relative {
        position: relative;
        margin: 0;
        padding: 0;
        display: inline-block;
    }

.checkbox-relative + span {
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
}

@media (max-width: 992px) {

    .checkbox-rounded {
        width: 5rem;
        height: 5rem;
        margin: 0 0 3% 3%;
    }

    .switch-to-table .checkbox-rounded {
        width: 3rem;
        height: 3rem;
        margin: 0 0 3% 3%;
    }
}

.checkbox-rounded label {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 1px;
    left: 1px;
    cursor: pointer;
    -ms-border-radius: 50%;
    border-radius: 50%;
    box-shadow: inset 0 0 1px 1px #474747;
}

    .checkbox-rounded label:after {
        content: '';
        width: 55%;
        height: 35%;
        position: absolute;
        top: 23%;
        left: 23%;
        border: 3px solid #fcfff4;
        border-top: none;
        border-right: none;
        background: transparent;
        -ms-opacity: 0;
        opacity: 0;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .checkbox-rounded label:hover::after {
        -ms-opacity: 0.3;
        opacity: 0.3;
    }

.checkbox-rounded input[type=checkbox] {
    visibility: hidden;
}

    .checkbox-rounded input[type=checkbox]:checked + label {
        background-color: #00a1e1;
    }

        .checkbox-rounded input[type=checkbox]:checked + label:after {
            -ms-opacity: 1;
            opacity: 1;
        }

.btn-edit {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.product-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.73);
    text-align: center;
    font-weight: 300;
    padding: 5px;
    top: auto;
    color: #000000;
    z-index: 2;
}


    .product-info .title {
        overflow: hidden;
        font-size: 20px;
        font-weight: 300;
        margin: 0;
    }

    .product-info .model {
        font-size: 16px;
        font-weight: 300;
        color: #69696c;
    }

    .product-info .brand {
        display: none;
    }

    .product-info a {
        display: none;
        border: 1px solid #bcbcbc;
        -ms-border-radius: 5px;
        border-radius: 5px;
        padding: 5px 0;
        margin: 6px 15px;
        font-size: 12px;
    }

        .product-info a:hover {
            background: #bcbcbc;
            color: #000 !important;
            text-decoration: none;
        }

    .product-info .date {
        display: none;
        font-size: 12px;
        margin-bottom: 5px;
    }

.products .thumbnail {
    background: #000;
}

    .products .thumbnail:hover .product-info {
        background: transparent;
    }

        .products .thumbnail:hover .product-info * {
            color: #bcbcbc;
            /* border: 1px solid; */
        }

        .products .thumbnail:hover .product-info .title {
            color: #fff;
        }

    .products .thumbnail:hover img {
        -ms-opacity: 0.5;
        opacity: 0.5;
    }

    .products .thumbnail .product-info * {
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .products .thumbnail .product-info *,
    .products .thumbnail img {
        -ms-transition: color 0.5s ease;
        -o-transition: color 0.5s ease;
        -webkit-transition: color 0.5s ease;
        transition: color 0.5s ease;
    }

    .products .thumbnail:hover .brand,
    .products .thumbnail:hover a,
    .products .thumbnail:hover .date {
        display: block;
        width: 80%;
        margin: 3% auto 0;
    }

    .products .thumbnail.choosing-mode {
        background: #FFF;
    }

        .products .thumbnail.choosing-mode .product-info {
            background: transparent;
            bottom: 40%;
        }

            .products .thumbnail.choosing-mode .product-info * {
                color: #FFF;
            }

            .products .thumbnail.choosing-mode .product-info .title {
                color: #000;
                font-size: 20px;
                font-weight: 500;
            }

        .products .thumbnail.choosing-mode img {
            -ms-opacity: 0.5;
            opacity: 0.5;
        }

        .products .thumbnail.choosing-mode .product-info * {
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .products .thumbnail.choosing-mode .product-info *,
        .products .thumbnail.choosing-mode img {
            -ms-transition: color 0.5s ease;
            -o-transition: color 0.5s ease;
            -webkit-transition: color 0.5s ease;
            transition: color 0.5s ease;
        }

        .products .thumbnail.choosing-mode .brand,
        .products .thumbnail.choosing-mode a,
        .products .thumbnail.choosing-mode .date {
            display: none;
        }

.products .product-description {
    display: none;
}

.switch-to-table {
    display: inline-block;
    font-size: 0;
    width: 100%;
    height: 234px;
    background-color: #fff;
    /*border: 1px solid #ddd;*/
    margin-bottom: 1%;
    -webkit-box-shadow: 0 0 1px 1px #d7d7d7;
    -webkit-box-shadow: 0 0 1px 1px rgba(215,215,215,0.7);
    -moz-box-shadow: 0 0 1px 1px #d7d7d7;
    -moz-box-shadow: 0 0 1px 1px rgba(215,215,215,0.7);
    box-shadow: 0 0 1px 1px #d7d7d7;
    box-shadow: 0 0 1px 1px rgba(215,215,215,0.7);
}

    .switch-to-table > * {
        font-size: 14px;
    }

    .switch-to-table .thumbnail {
        display: inline-block;
        background-color: transparent;
        border: none;
        width: 15%;
        padding: 15px 15px 15px 0;
        margin: 0;
        position: relative;
    }

    .switch-to-table .checkbox-rounded {
        bottom: 15px;
    }

    .switch-to-table .product-info {
        top: 35%;
        right: 15px;
        bottom: unset;
        color: #fff;
        background-color: transparent;
    }

.products .switch-to-table .product-description {
    display: inline-block;
    width: 85%;
    margin: 0;
    font-size: 0;
    /* vertical-align: top; */
}

.switch-to-table .product-description > * {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    font-size: 14px;
    padding-left: 6.3%;
}

.switch-to-table .product-description.product-page > * {
    width: 16.66%;
}

.options-holder {
    position: relative;
}

    .options-holder .options-header {
        display: block;
        width: 25%;
        margin: auto;
        text-align: center;
        color: #000;
        position: relative;
    }

        .options-holder .options-header:hover,
        .options-holder .options-header:focus {
            cursor: pointer;
            /*color: #d7d7d7;*/
        }

        .options-holder .options-header > i {
            font-size: 8px;
            display: block;
            width: 100%;
            line-height: 125%;
        }

.options-header:hover .options-body,
.options-header:focus .options-body {
    display: block;
}

.options-body {
    display: none;
    position: absolute;
    text-align: left;
    width: 300%;
    top: 0;
    right: 0;
    margin-top: -50%;
    z-index: 10;
    background-color: #fff;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 23px 0;
    -webkit-box-shadow: 0 0 10px 6px #d7d7d7;
    -webkit-box-shadow: 0 0 10px 6px rgba(215,215,215,0.7);
    -moz-box-shadow: 0 0 10px 6px #d7d7d7;
    -moz-box-shadow: 0 0 10px 6px rgba(215,215,215,0.7);
    box-shadow: 0 0 10px 6px #d7d7d7;
    box-shadow: 0 0 10px 6px rgba(215,215,215,0.7);
}

    .options-body .option {
        display: block;
        width: 100%;
        padding: 4% 14%;
        color: inherit;
    }

        .options-body .option:hover,
        .options-body .option:focus {
            background-color: #eee;
            text-decoration: none;
            color: inherit;
        }

        .filter-link .options-body {
            padding: 20px 10px;
        }

.validation-summary-errors ul {
    padding: 0;
    list-style: none;
}


.td-btn-action {
    width: 300px;
    text-align: right;
}

.btn-dark:focus {
    color: #fff;
}

input.form-control,
select.form-control,
textarea.form-control {
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid #000;
    color: #000;
    padding: 9px 15px;
    height: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

textarea.form-control {
    resize: none;
    height: 200px;
}

.nopadding {
    padding: 0 !important;
}

.width100 {
    width: 100%;
}

.auth-form .form-control:-moz-placeholder {
    color: #4f5051;
}

.auth-form .form-control::-moz-placeholder {
    color: #4f5051;
}

.auth-form .form-control:-ms-input-placeholder {
    color: #4f5051;
}

.auth-form .form-control::-webkit-input-placeholder {
    color: #4f5051;
}

.form-control:-moz-placeholder {
    color: #000;
}

.form-control::-moz-placeholder {
    color: #000;
}

.form-control:-ms-input-placeholder {
    color: #000;
}

.form-control::-webkit-input-placeholder {
    color: #000;
}

input.error {
    border-color: red;
}

label.error {
    color: red;
    font-weight: 300;
    font-size: 12px;
    display: block;
    position: relative;
    top: 2px;
    left: 2px;
}

.dnd-zone {
    border: 2px dashed #d4d4d4;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background-image: url(img/upload.png);
    -ms-background-position: 50% 100px;
    position: relative;
    background-position: 50% 100px;
    -ms-background-size: 100px;
    background-size: 100px;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
}

.dropzone {
    height: 400px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 50px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.custom-file-input-file-name {
    visibility: hidden;
}

.drag-label {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 210px;
    font-weight: 300;
    font-size: 25px;
    color: #000;
    z-index: 0;
}

.dnd-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    z-index: 3;
}

.dropzone ul {
    list-style: none;
    overflow: auto;
    height: 100%;
    margin: 0;
    padding-left: 10px;
}

    .dropzone ul li {
        background: #e0e0e0;
        background: rgba(224, 224, 224, 0.78);
        display: table;
        padding: 3px 9px;
        margin-bottom: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
    }

.loadingoverlay_progress_wrapper {
    -webkit-flex: none !important;
    -ms-flex: none !important;
    -o-flex: none !important;
    flex: none !important;
    position: absolute !important;
    bottom: 0;
}

.loadingoverlay_progress_bar {
    background: #4ecbff !important;
}

.loadingoverlay_progress_text {
    color: #fff !important;
}

#product_modal .thumbnail {
    border-color: transparent;
}

#product_modal .pagination {
    display: inline;
}

#product_modal .Tokenize {
    display: block;
}

#product_modal .TokensContainer {
    border-color: #000;
    height: auto;
    min-height: 40px;
}

    #product_modal .TokensContainer .Placeholder {
        padding: 6px 0 0 15px;
        color: #858585;
    }

.relative {
    position: relative;
}

.edit-product {
    background: url("img/prod_edit.png") no-repeat;
    display: block;
    width: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
    -ms-background-size: cover;
    background-size: cover;
    -ms-background-position: 0 -95px;
    position: absolute;
    background-position: 0 -95px;
}

.edit .edit-product {
    -ms-background-position: 0 0;
    background-position: 0 0;
}

.modal-thumb-remove {
    background: url(img/trash.png) no-repeat;
    width: 22px;
    height: 29px;
    display: block;
    -ms-background-size: cover;
    background-size: cover;
    position: absolute;
    bottom: 7px;
    right: 7px;
    display: none;
}

.edit .modal-thumb-remove {
    display: block;
}

.product-form select,
.product-form input,
.product-form textarea,
.product-form div.Tokenize {
    display: none !important;
}

.product-form.edit select[name=collection],
.product-form.edit input,
.product-form.edit textarea,
.product-form.edit div.Tokenize {
    display: block !important;
}

.product-form label[for=defaultImage] {
    display: none;
}
.product-form.edit label {
    display: none;
}
.product-form.edit label[for=defaultImage] {
    display: block;
}
.product-form .checkbox + span {
    display: none;
}
.product-form.edit .checkbox + span {
    display: inline-block;
}

.pointer {
    cursor: pointer;
}

.product_modal_hint .modal-body {
    background: url(img/hint_bg.png) no-repeat;
    -ms-background-size: 70px auto;
    background-size: 70px auto;
    -ms-background-position: center 10px;
    background-position: center 10px;
    padding: 100px 110px 50px;
}

.hint-link {
    margin-right: 20px;
    text-decoration: none !important;
}

.product_modal_hint .modal-body b {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
}

.product_modal_hint .modal-body i {
    display: block;
    text-align: center;
    font-style: normal;
}

.product_modal_hint .modal-body .btn-dark {
    display: table;
    margin: 20px auto 0;
}

.small-hint {
    display: block;
    font-weight: 300;
    font-size: 12px;
    padding: 5px 5px 0;
}

input[type="file"].form-control-file {
    display: inline-block;
    margin: 0 10px;
    display: none;
}

.switch-to-table .img-holder {
    overflow: inherit;
    height: inherit;
}

.form-control-file-div {
    display: inline-block;
    margin-left: 20px;
}

    .form-control-file-div a {
        margin-right: 20px;
        /* vertical-align: top; */
    }

    .form-control-file-div span {
        display: inline-block;
        max-width: 200px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
        top: 6px;
    }

.move-link .options-body {
    width: 250px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

.move-link .options-body input {
    background: url("img/search.png") no-repeat 98% center;
        width: 100%;
        border: 1px solid #999;
    -ms-border-radius: 3px;
    border-radius: 3px;
        padding: 5px;
        font-size: 12px;
    -ms-background-size: 15px;
    background-size: 15px;
}

.move-link .options-body ul {
        text-align: left;
        margin: 10px 0 0;
        border-top: 1px solid #999;
        max-height: 200px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .move-link .options-body li {
        padding: 2px;
        font-size: 12px;
    }

.width100px {
    width: 100px;
}

.input-group-addon {
    background: #000;
    border-color: #000;
    color: #fff;
}

@media screen and (max-width: 1200px) {
    .img-holder {
        height: 168.95px;
    }

    .switch-to-table {
        height: 195px;
    }
}

@media screen and (max-width: 991px) {
    .img-holder {
        height: 935.58px;
    }

    .switch-to-table {
        height: 150px;
    }
}

@media screen and (max-width: 767px) {
    .img-holder {
        height: 119.3vw;
    }

    .switch-to-table {
        height: 20vw;
    }
}
