/*-----------------------------------LANDING--------------------------*/

.bg-v1 {
    background-color: #5e5751;
    color: white;
}

.bg-v2 {
    background-color: #978b82;
    color: white;
}

.etek {
    font-size: 12px;
    color: #5e5751;
    padding-bottom: 25px;
}

.etek a, .etek span {
    /* color: #5e5751;  */
    color: #00000080;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

.etek2a {
    border-left: 1px solid #5e5751;
}

.row-inline {
    display: inline-block;
    margin: 5px 0px;
}

.gdpr-icon {
    margin-right: 10px;
    vertical-align: middle;
    color: #555555;
}

.gdpr-link {
    clear: initial;
}

/*-------------------------------TAGMANAGER---------------------------*/

.tagmanager-scroll {
    height: calc(100vh - 224px);
    overflow: auto;
}

.tagmanager-left {
    height: calc(100vh - 160px);
    overflow-y: auto;
    overflow-x: hidden;
}

/*-------------------------------DOSYA ARAMA--------------------------*/

.more-button {
    border: 1px solid #96302c;
}

.more-button:hover {
    background: #96302c;
    color: white;
}

.dosyaarama-barhead {
    width: 100%;
    border-bottom: 2px solid #96302c;
    margin-bottom: 5px;
    padding-left: 8px;
    color: #96302c;
    font-weight: 600;
    height: 34px;
}

.dosyaarama-scroll {
    height: calc(100vh - 186px);
    overflow: auto;
}

.dosyaarama-barheadmore {
    /* float: right;
    margin-right: 7.5px; */
    transform: translate(10px, -12%);
}

.row2{
    font-size: medium;
    color: black;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-style:normal;
    font-stretch: expanded;
}


.row3{
    font-size: larger;
    color: black;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-style:normal;
    font-stretch: expanded;
    margin-top: 20px;
    margin-bottom: 10px;
}

.cizgi{
    width: 100%;
    border-style: solid;  
    color: black;  
    border-width: 0.2px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cizgi2{
    width: 100%;
    border-style: solid;  
    color: #0000004f;
    border-width: 0.1px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.va-aciklama {
    margin-top: 20px;
}

.dosyaarama-edit-r1 {
    height: 45px;
}

.dosyaarama-edit-r2 {
    height: calc(100% - 45px);
    overflow-y: auto;
}

.dosyaarama-edit-r2-c1 {
    float: left;
    width: 75%;
    height: 100%;
}

.dosyaarama-edit-r2-c2 {
    float: left;
    border-left: 1px solid #ddd;
    width: 25%;
    height: 100%;
    overflow-y: auto;
}

.dosyaarama-edit-r2-c1-r1 {
    width: 100%;
    height: 20%;
    border-bottom: 1px solid #ddd;
    overflow-y: auto;
}

.dosyaarama-edit-r2-c1-r2 {
    width: 100%;
    height: 80%;
    overflow-y: auto;
}

.dosyaarama-taghavuzu {
    margin-top: 5px;
    border-top: 1px solid #ddd;
    padding-top: 5px;
}

/* --------------------------------ARAMA----------------------------- */

.gallery-Arama {
    height: calc(100vh - 175px);
    overflow-y: auto;
}

.gallery-Arama2 {
    max-height: calc(100vh - 300px);
    min-height: 300px;
    overflow-y: auto;
}

.arama-left {
    height: calc(100vh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
}

.arama-secililer {
    padding: 4px;
}

.arama-sel {
    margin-bottom: 3px;
}

.arama-sel-text {
    font-size: 12px;
    font-weight: bold;
}

.arama-sol {
    margin-left: 5px;
    float: left;
}

.arama-sag {
    float: right;
    /* position: absolute;
    right: 5px;
    top: 2px; */
}

.arama-sag-text {
    position: absolute;
    right: 30px;
    bottom: 4px;
    text-align: right;
}

.dosyaarama-line1 {
    font-weight: 700;
    height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dosyaarama-line2 {
    height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.option-filtered .select2-selection__rendered {
    color: #a32622 !important;
}

/*-------------------upload---------------------------------------------------*/

.file-preview {
    max-height: 600px;
    overflow: auto;
}

.file-drop-zone {
    border: none;
    min-height: 260px;
    border-radius: 0;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

/*----------------------------------------USERS--------------------------------------*/

.user-grid-div {
    height: calc(100vh - 185px);
}

/*----------------------------------------COMPANY--------------------------------------*/

.company-grid-div {
    height: calc(100vh - 185px);
}

/*----------------------------------------IMAGEMANAGER--------------------------------------*/

.imagemanager-grid-div {
    height: calc(100vh - 185px);
}

/*----------------------------------------IMAGETYPEMANAGER--------------------------------------*/

.imagetypemanager-grid-div {
    height: calc(100vh - 185px);
}

/*----------------------------------------APPLICATIONMANAGER--------------------------------------*/

.applicationmanager-grid-div {
    height: calc(100vh - 185px);
}

/*---------------------------------------PERMISSIONMANAGER--------------------------------------*/

.permissionmanager-grid-div {
    height: calc(100vh - 185px);
}

/*--------------------------URUN--------------------------------*/

.urun-commandrow {
    /* border-bottom: 1px solid #cccccc; */
    /* margin-bottom: 10px; */
}

.urun-editor {
    max-height: 500px;
    overflow-y: auto;
    padding: 10px;
}

.urun-left {
    overflow: auto;
    height: 100%;
    color: white;
    border-right: 2px solid #999;
}

.urun-left1 {
    overflow: auto;
    height: 20%;
    color: white;
    border-bottom: 2px solid #999;
}

.urun-left2 {
    overflow: auto;
    height: 80%;
    color: white;
    padding-top: 5px;
}

.urun-right {
    overflow: auto;
    height: 100%;
    color: white;
    padding-left: 15px;
}

.urun-grid-div {
    height: calc(50vh - 120px);
}

.urun-galeri {
    height: calc(50vh - 124px);
    overflow: auto;
}

.urun-galeri2 {
    height: calc(50vh - 155px);
    overflow: auto;
}

.urun-tab a.active {
    border-top: 3px solid var(--maincolor) !important;
}

.easytrans {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
}

.relation-grid-div {
    height: 300px;
}

.wScene {
    height: 60vh;
    padding: 5px;
    border: 1px solid #ddd;
    margin-top: 5px;
    margin-bottom: 5px;
}

#update-bulk-products {
    border-color: #ddd;;   
}

/* --------------------------TAG--------------------------------- */

.div-filter-applied {
    display: inline-block;
    /* background-color: #e0e0e0; */
    /* width: 120px; */
    /* height: 20px; */
    padding: 2px;
    border-radius: 5px;
    margin: 2px;
    padding-right: 5px;
    cursor: pointer;
    color: black;
    border: 1px solid #aaa;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.3) !important;
}

.div-filter-applied-round {
    float: left;
    background-color: white;
    border-radius: 10px;
    width: 16px;
    height: 16px;
    margin: 0px;
    line-height: 15px;
    padding-left: 4px;
    font-size: 9px;
    font-weight: 900;
    color: black;
}

.div-filter-text {
    float: left;
    line-height: 15px;
    vertical-align: middle;
    padding-left: 4px;
    font-size: 11px;
}

.remove-filters {
    background: #a32622;
    border-color: #851a16;
    color: #fff;
}

.div-filter-applied:hover>.div-filter-applied-round {
    color: white;
    background-color: #555555;
}

.myhover:hover {
    color: black;
}

.jstree-anchor {
    width: 100%;
}

/* ----------------------notfound----------------------------------- */

.notfounddv {
    display: table;
    width: 100%;
    height: 100%;
}

.notfound {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

/*----------------------------------------RECORDMANAGER--------------------------------------*/

.recordmanager-grid-div {
    /* height: calc(100vh - 185px); */
}

/*---------------------------------------- XLSX IMPORT/EXPORT --------------------------------------*/

.xlsx-button {
    display: block;
    text-align: center;
    margin-top: 4px;
    padding: 5px 0px;
    cursor: pointer;
}

.tile-h {
    height: 247px;
}
.tile-progress {
    background-color: #303641;
    color: #fff;
}
.tile-progress {
    background: #00a65b;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.tile-progress .tile-header {
    min-height: 150px;
    padding: 15px 20px;
    padding-bottom: 40px;
}
.tile-progress .tile-progressbar {
    height: 2px;
    background: rgba(0, 0, 0, 0.18);
    margin: 0;
}
.tile-progress .tile-progressbar span {
    background: #fff;
}
.tile-progress .tile-progressbar span {
    display: block;
    background: #fff;
    width: 0;
    height: 100%;
    -webkit-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -moz-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -o-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.tile-progress .tile-footer {
    padding: 20px;
    text-align: right;
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0 0 3px 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 3px 3px;
    -moz-background-clip: padding;
    border-radius: 0 0 3px 3px;
    background-clip: padding-box;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.tile-progress.tile-red {
    background-color: #f56954;
    color: #fff;
}
.tile-progress {
    background-color: #303641;
    color: #fff;
}
.tile-progress.tile-blue {
    background-color: #0073b7;
    color: #fff;
}
.tile-progress.tile-aqua {
    background-color: #00c0ef;
    color: #fff;
}
.tile-progress.tile-green {
    background-color: #00a65a;
    color: #fff;
}
.tile-progress.tile-cyan {
    background-color: #00b29e;
    color: #fff;
}
.tile-progress.tile-purple {
    background-color: #ba79cb;
    color: #fff;
}
.tile-progress.tile-pink {
    background-color: #ec3b83;
    color: #fff;
}


.row {
    align-content: flex-start;
}