/* GDG */

#loginBackground {
    /*background-color: #0e311a;*/
    height: calc(100vh - 100px);
    display: flex;
    align-content: center;
    justify-content: center;
}

#loginBackground>div {
    width: 90vw;
    height: 80vh;
    /*width: 733px;*/
    /*height: 363px;*/
    max-width: 90vw;
    margin: auto;
    /*background-color: #00c4a7;*/
    background-repeat: no-repeat;
    background-size: contain;

}


#clear-filter-client,
#clear-filter-category {
    background-color: darkgrey;
    color: white;
    opacity: 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 0.75rem;
    transform: translateX(5px);
    border-radius: 2px;
    cursor: pointer;
}

/* #navigation-bar nav.nav {
    z-index: 9999;
} */


.with-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0;

    background-color: white;
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    color: #4a4a4a;
    max-width: 100%;
    position: relative;
}

.tf-project-card {
    margin: 6px;
}



#loginForm,
#logoutForm,
#changePasswordForm {
    background-color: rgba(255, 255, 255, 1);
    padding: 20px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.47);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.47);
    border: 1px solid rgba(100, 100, 100, .2);
    position: absolute;
    left: auto;
    right: 10px;
    top: 40px;
}

#loginForm .control,
#loginForm .input-group,
#changePasswordForm .control,
#changePasswordForm .input-group {
    margin-bottom: 5px;
    padding: 0;
    height: auto;
}

#loginForm .form-control,
#changePasswordForm .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 2px 5px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#logoutForm a {
    font-size: 12px;
    color: #495057;
}

#logoutForm a:hover {
    color: #495057;
    text-decoration: none;
}


.dropify-wrapper {
    height: 150px;
}

.is-grey {
    background-color: lightgrey;
    color: #fff;
}


.dropify-wrapper input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 5;
}

.ideasStatus {
    background-color: #41b1e8;
}

.devStatus {
    background-color: #e54545;
}


.poStatus {
    background-color: #29a645;
}

.shippedStatus {
    background-color: #e5c357;
}

/*
EDITOR
*/
.medium-toolbar-arrow-under:after {
    border-color: #000 transparent transparent transparent;
    top: 40px;
}

.medium-toolbar-arrow-over:before {
    border-color: transparent transparent #000 transparent;
}

.medium-editor-toolbar {
    background-color: #000;
    border: none;
    border-radius: 50px;
}

.medium-editor-toolbar li button {
    background-color: transparent;
    border: none;
    box-sizing: border-box;
    color: #ccc;
    height: 40px;
    min-width: 40px;
    padding: 5px 12px;
    -webkit-transition: background-color .2s ease-in, color .2s ease-in;
    transition: background-color .2s ease-in, color .2s ease-in;
}

.medium-editor-toolbar li button:hover {
    background-color: #000;
    color: #a2d7c7;
}

.medium-editor-toolbar li .medium-editor-button-first {
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    padding-left: 24px;
}

.medium-editor-toolbar li .medium-editor-button-last {
    border-bottom-right-radius: 50px;
    border-right: none;
    border-top-right-radius: 50px;
    padding-right: 24px;
}

.medium-editor-toolbar li .medium-editor-button-active {
    background-color: #000;
    color: #a2d7c7;
}

.medium-editor-toolbar-form {
    background: #000;
    border-radius: 50px;
    color: #ccc;
    overflow: hidden;
}

.medium-editor-toolbar-form .medium-editor-toolbar-input {
    background: #000;
    box-sizing: border-box;
    color: #ccc;
    height: 40px;
    padding-left: 16px;
    width: 220px;
}

.medium-editor-toolbar-form .medium-editor-toolbar-input::-webkit-input-placeholder {
    color: #f8f5f3;
    color: rgba(248, 245, 243, 0.8);
}

.medium-editor-toolbar-form .medium-editor-toolbar-input:-moz-placeholder {
    /* Firefox 18- */
    color: #f8f5f3;
    color: rgba(248, 245, 243, 0.8);
}

.medium-editor-toolbar-form .medium-editor-toolbar-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #f8f5f3;
    color: rgba(248, 245, 243, 0.8);
}

.medium-editor-toolbar-form .medium-editor-toolbar-input:-ms-input-placeholder {
    color: #f8f5f3;
    color: rgba(248, 245, 243, 0.8);
}

.medium-editor-toolbar-form a {
    color: #ccc;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

.medium-editor-toolbar-form .medium-editor-toolbar-close {
    margin-right: 16px;
}

.medium-editor-toolbar-anchor-preview {
    background: #000;
    border-radius: 50px;
    padding: 5px 12px;
}

.medium-editor-anchor-preview a {
    color: #ccc;
    text-decoration: none;
}




.editable.form-control {
    height: auto !important;
}

.bigInput {
    font-size: 2em;
    color: darkgreen;
    font-weight: bold;
}

.greenInput {
    color: darkgreen;
}

h1.tf-tittle.font-color-black,
.font-color-black {
    color: #000 !important;
}

#reorderTabContent {
    margin-bottom: 0;
    padding-bottom: 50px;
}


/*
Images
*/
.mfp-bg {
    background: rgb(221, 222, 236);
    opacity: 0.8;
}



.dropify-wrapper {
    width: 100% !important;
    height: 100% !important;
    min-height: 200px;
}

.dropify-wrapper .dropify-message {
    min-height: 200px !important;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    padding-top: 60px;
}




.wrapper-main-image-preview,
.wrapper-square-image-preview,
.wrapper-portrait-image-preview,
.wrapper-panoramic-image-preview {
    width: 100%;
    /* whatever width you want */
    display: inline-block;
    position: relative;
}

.wrapper-main-image-preview:after,
.wrapper-square-image-preview:after,
.wrapper-portrait-image-preview:after,
.wrapper-panoramic-image-preview:after {
    display: block;
    content: '';
}

.wrapper-main-image-preview:after {
    padding-top: 50%;
}

.wrapper-square-image-preview:after {
    padding-top: 100%;
}

.wrapper-portrait-image-preview:after {
    padding-top: 200%;
}

.wrapper-panoramic-image-preview:after {
    padding-top: 33%;
    /*25%;*/
}

#main-image-preview,
#square-image-preview,
#portrait-image-preview,
#panoramic-image-preview {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}


#main-image-preview>img,
#square-image-preview>img,
#portrait-image-preview>img,
#panoramic-image-preview>img {
    width: 100%;
    height: auto;
}

.center-popup {
    position: relative;
    background: #fff;
    width: 90%;
    max-width: 960px;
    min-width: 670px;
    height: 90%;
    margin: 20px auto;
    border-radius: 5px;
    border-top: 5px solid rgba(25, 49, 125, 1);
    padding: 25px;
}


.image-container-div {
    margin-top: 20px;
}

.entity-image-preview,
.entity-images-preview,
.image-preview {
    width: 100%;
    height: auto;
    background-color: rgba(244, 248, 251, 1);
    ;
    border: solid 1px rgba(244, 248, 251, 1);
    ;
    overflow: hidden;
    display: block;
    cursor: pointer;
    margin: auto;
    /*min-height: 204px;*/
}

.entity-images-preview .list-group-item {
    width: 25%;
    display: inline-block;
}

.entity-images-preview .list-group {
    margin-bottom: 0;
    flex-direction: row;
    flex-wrap: wrap;
}


.entity-images-preview {
    min-height: 40px;
}

.drag-and-drop-image-zone {
    width: 100%;
    height: auto;
    background-color: #FFF;
    box-sizing: border-box;
    box-shadow: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(121, 121, 121);
    border-radius: 5px;
}

.entity-image-preview img,
.entity-images-preview img,
.image-preview img {
    width: 100%;
}

.image-preview.image-list {
    /*width: 100%!important;
    height: auto!important;*/

    width: auto !important;
    height: 100% !important;
}

.image-overlay-message {
    width: 100%;
    height: 100%;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 20%;
}

.variants-preview {
    border: solid 1px rgba(244, 248, 251, 1);
    overflow: hidden;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 2em;
    background-color: rgba(244, 248, 251, 1);
    font-size: 13px;
}


.variants-preview-left {
    float: left;
    width: 75%;
}

.variants-preview-right {
    float: left;
    width: 22.5%;
}

.variants-preview #main-image-preview img,
.variants-preview #square-image-preview img,
.variants-preview #portrait-image-preview img,
.variants-preview #panoramic-image-preview img {
    box-sizing: border-box;
    border: 1px solid #bbb;
    height: auto;
    float: left;
    width: 100% !important;
}

.variants-preview #panoramic-image-preview {

    margin-top: 20px;
}

.dropify-wrapper .dropify-preview .dropify-render img {
    width: 100%;
    height: auto;

}

/*

#main-image-preview,
.main-image-preview{
    width: 290px;
    height: 144px;
}

#square-image-preview,
.square-image-preview{
    width: 171px;
    height: 171px;
}

#portrait-image-preview,
.portrait-image-preview{
    width: 119px;
    height: 234px;
}

#panoramic-image-preview,
.panoramic-image-preview{
    width: 290px;
    height: 72px;
}
*/

.panoramic-image-preview.image-list {
    margin-top: 10px;
}

.images-count-preview {
    position: absolute;
    opacity: 1;
    z-index: 7;
    top: 15px;
    right: 20px;
    background: rgba(150, 150, 150, .5);
    border: 2px solid #FFF;
    /*text-transform: uppercase;*/
    font-size: 11px;
    padding: 4px 8px;
    font-weight: 700;
    color: #FFF;
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
}


.external-resource-file-container {
    width: 400px;
    height: 200px;
}

.mfp-close-btn-in .mfp-close {
    color: #FFF;
    opacity: 1;
}

.image-variation-container {
    background-color: #e4e4e4;
    overflow: hidden;
    padding: 10px;
    border-top: solid rgb(121, 121, 121) 1px;
    box-sizing: border-box;
    max-width: 940px;
}

.image-container-left {
    float: left;
    width: 75%;
}

.image-container-right {
    float: left;
    width: 22.5%;
}


.image-container-left img,
.image-container-right img {
    box-sizing: border-box;
    border: 1px solid #bbb;
    height: auto;
    float: left;
}


.image-container-left .main-img {
    width: calc(66% - 10px);
}

.image-container-left .quad-img {
    width: 32%;
    margin-left: 10px;
}

.image-container-left .pano-img {
    width: calc(100% - 10px);
    margin-top: 10px;
}

.image-container-right .vert-img {
    width: 100%;
}

.image-size-recomendations {
    float: right;
    font-size: 12px;
    color: #999999;
}

.image-steap-2 {
    display: none;
}

.image-list-preview {
    width: 150px;
    height: 75px;
    background-color: lightgrey;
}

.regenerate-image-button {
    width: 100%;
    background-color: rgba(22, 155, 213, 1);
    border: none;
    border-radius: 5px;
    color: #FFF;
    padding: 5px;
    margin-top: 5px;
    text-align: center;
}

.fa-pencil-square {
    font-size: 20px;
}

.mini-color-preview {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: block;
    float: left;
    background-color: transparent;
    border: 1px solid #E3E3E3 !important;
}

.mini-color-preview.no-input-color-picker,
.new-no-input-color-picker {
    cursor: pointer;
}

tr.main-format,
.table-hover>tbody>tr.main-format:hover {
    background-color: #999 !important;
    color: #FFF !important;
}

/*spectrum colorpicker*/
.sp-container {
    font-family: 'Roboto', sans-serif !important;
    background-color: #FFFFFF !important;
    border: 1px solid #E3E3E3 !important;
    border-width: 1px !important;
    border-radius: 4px !important;
}

.sp-container button {
    background-image: none !important;
    padding: 10px !important;
}



.btn-border {
    border: 1px solid #cccccc;
}


.checkList2cols {
    column-count: 2;
}

.checkList2cols .radio,
.checkList2cols .radio+.radio {
    display: block;
    margin-left: 0;
}



.select2 {
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: darkgreen;
    font-weight: 400;
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: darkgreen;
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    font-weight: 400;
    outline: none;

}

select2-selection__clear {
    display: none !important;
}

.select2-results__option {
    padding: 3px;
    user-select: none;
    -webkit-user-select: none;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    outline: none;
}

.select2:focus {
    outline: none;
}


.red-zone {
    background-color: darkred;

}

li.red-zone {
    margin-right: 20px;

}

#delete-reorder {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: -1px;
    padding: 0.5em 1em;
    vertical-align: top;
    background-color: darkred;
    border-color: darkred;
    color: #fff;
    z-index: 1;
}


.swal-button--reorder,
.swal-button--project {
    background-color: darkred;
}

.swal-button--reorder:hover,
.swal-button--project:hover,
.swal-button--reorder:not([disabled]):hover,
.swal-button--project:not([disabled]):hover {
    background-color: red;
}

.btnThumbnail i {
    opacity: 0;
}

.btnThumbnail.current i,
.btnThumbnail:hover i {
    opacity: 1;
}

.tf-thumbnail {
    width: 150px;
    height: 111px;
}


.button.is-small.controlTitle,
.button.is-small.controlTitle:hover,
.button.is-small.controlTitle:active,
.button.is-small.controlTitle:focus {
    background-color: lightgrey;
    font-weight: bold;
    color: white;
    border-color: white;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    height: 1.85em;
    margin-top: 0.25em;
    cursor: default;
    outline: none;
    box-shadow: none;
    margin-right: 1px;

}

.button.is-small.controlTitleEnd,
.button.is-small.controlTitleEnd:hover,
.button.is-small.controlTitleEnd:active,
.button.is-small.controlTitleEnd:focus {
    background-color: lightgrey;
    font-weight: bold;
    color: white;
    border-color: white;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    height: 1.85em;
    margin-top: 0.25em;
    cursor: default;
    outline: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0.35em;
    margin-left: 0;
}

.field.has-addons .control {
    margin: 0 1px
}


.button.is-small.minimal {
    height: 1.85em;
    margin-top: 0.20em;
}

.field.has-addons .control.roundedLeft .button {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}


.field.has-addons .control.roundedRight .button {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 0;
}


.controlTitleEnd #clear-filter-client,
.controlTitleEnd #clear-filter-category {
    background-color: black;
    color: white;
    opacity: 0;
    display: inline-block;
    width: 13px;
    height: 13px;
    line-height: 10px;
    text-align: center;
    font-size: 0.75rem;
    transform: translateX(2px);
    cursor: pointer;
    border-radius: 50%;
    font-weight: 400;
}

.select.is-small.tunned {
    border-radius: 5px;
    font-size: 0.75rem;
    margin-left: -3px;
    margin-right: -3px;
}

.select.is-small.tunned.active select {
    color: white;
    background-color: black;
    border-radius: 5px;
}

.select.is-small.tunned.active select:after {
    color: white;
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 5px;
}


.lastActionDiv {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url("../images/lastActionBg.jpg");
    background-color: rgb(255, 0, 0);
    background-position: center bottom;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid rgba(100, 100, 100, .5);
    vertical-align: middle;
}

.noData {
    background-image: none;
    background-color: transparent;

}


#tfLabel {
    display: inline-block;
    cursor: pointer;
}


td.vMiddle {
    vertical-align: middle !important;
}

.column.tabStyle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.column.tabStyle .tabs {
    transform: translateY(13px);
}

.column.tabStyle .tabs ul {
    justify-content: flex-end;
}


.tabStyle .tabs.is-toggle li a,
.tabStyle .tabs.is-toggle li:first-child a,
.tabStyle .tabs.is-toggle li:last-child a {
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid black !important;
}

.tabStyle .tabs.is-toggle li.is-active a {
    background-color: rgb(255, 255, 255);
    border-color: rgb(219, 219, 219);
    color: rgb(140, 0, 14);
    border-bottom: 1px solid white !important;
}


.tabStyle #orders .is-active {
    font-weight: bold;
}

.columns.reorderTabContent.tabStyle,
#reorderTabContent.tabStyle {
    border-top: 1px solid rgb(0, 0, 0);
    margin-bottom: 50px;
    padding-bottom: 0;
    border-bottom: 1px solid black;
}

.tabStyle .tf-section .tf-archived,
.tabStyle .tf-section .tf-archived {
    top: calc(-.8em + 22px) !important;
}




@media screen and (min-width: 1384px) {
    .container {
        max-width: 1344px !important;
        width: 1344px !important;
    }
}


@media screen and (max-width: 1024px) {
    .checkList2cols {
        column-count: 1;
    }

}