﻿/*Outer div = pagination-container*/
.pagination-container {
    margin: 0px;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*ul is pagination*/
.pagination {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*active is li*/
.active > .cs-pagination {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    color: #ffffff;
    background-color: #e25807;
    border-color: #e25807;
}

.pd-25 {
    padding: 25px !important;
}

.pd-125 {
    padding: 0 12.5px !important;
}

.cs-pagination {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.25rem;
    min-width: 2.25rem;
    padding: 0.5rem;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    position: relative;
    font-size: 0.9rem;
    line-height: 1rem;
    font-weight: 500;
    border-radius: 0.42rem;
    color: #7E8299;
    background-color: #ecf1f6;
    margin: 0 0.1rem;
}

.page-info {
    justify-content: center;
    align-items: center;
    display: flex;
}

.detay-btn {
    padding: 0.20rem 1rem;
}

.sh-field{
    margin: 0 0.5rem;
}

.min-headertitle{
    min-width: 65px;
}

.min-headertitle-100{
    min-width: 100px
}

.checkboxcol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.editcheckbox {
    width: 40%;
    height: 20px;
}

.editinput {
    margin: 0 10px 0 0;
}

.alert-minimalist {
    background-color: rgb(241, 242, 240);
    border-color: rgba(149, 149, 149, 0.3);
    border-radius: 3px;
    color: rgb(149, 149, 149);
    padding: 10px;
}

.alert-minimalist > [data-notify="icon"] {
    height: 50px;
    margin-right: 12px;
}

.alert-minimalist > [data-notify="title"] {
    color: rgb(51, 51, 51);
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.alert-minimalist > [data-notify="message"] {
    font-size: 80%;
}

.chosen-container.chosen-container-single,
.chosen-container.chosen-container-multi {
    width: 100% !important;
}

.updated-val-summary ul {
    list-style-type: none;
    padding-inline-start: 0px;
}

.seperator-style {
    border: 0;
    clear: both;
    display: block;
    width: 100%;
    background-color: rgba(26, 4, 4, 0.20);
    color: rgba(26, 4, 4, 0.20);
    height: 1px;
    margin: 0
}

.login-background {
    background-image: url(../../Content/media/background/bg-2.jpg);
}

.multi-plan-insert-tooltip {
    padding: 0.30rem 0.5rem;
}

.btn-custom {
    color: #ffffff;
    background-color: #fb6e0b;
    border-color: #fb6e0b;
}

.btn-custom:hover{
    color: #ffffff;
}

.btn-ehover:hover {
    color: #FFFFFF !important;
    background-color: #fb6e0b !important;
    border-color: #fb6e0b !important;
}

.btn-ehover svg:hover g [fill]{
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.btn-ehover svg g [fill]{
    fill: #747477;
}

.text-username {
    color: #ff9b75 !important;
}

.btn-detay-cell {
    width: 80px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    align-items: center;
    justify-content: center;
    display: flex;
}

.btn-detay-header{
    width: 80px;
}

.btn-ortak-detay-header{
    width: 80px;
}

.btn-ortak-detay-cell {
    width: 80px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    align-items: center;
    justify-content: flex-end;
    display: flex;
}

.indexheader {
    border-radius: 0.42rem;
    margin-top: 25px;
}

.index-subheader {
    padding: 0px !important;
    margin: 0 25px;
}

.headerimg {
    max-height: 40px;
    align-self: center;
}

.headerarea {
    right: 0px;
    display: flex;
    width: 100%;
}
.filler{
    flex: 1;
}

.signout-form {
    flex: 1;
    /* display: flex; */
    align-items: flex-end;
    justify-content: flex-end;
}

.mobile-right-element {
    flex: 1;
    justify-content: flex-end;
}

.text-gray{
    color: #747477 !important;
}

.tablefill{
    display: flex !important;
}

.rowfill {
    display: flex !important;
}

.cellfill {
    display: flex !important;
    align-items: center;
}

/*td.cellfill {
    border-right: 1px solid #EBEDF3;
}*/

.headerfill{
    display: flex !important;
    flex: 1;
}

.login-textinput {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.border-top-right-radius-0 {
    border-top-right-radius: 0 !important;
}

.border-bottom-right-radius-0 {
    border-bottom-right-radius: 0 !important;
}

.border-bottom-left-radius-0 {
    border-bottom-left-radius: 0 !important;
}

.border-top-left-radius-0 {
    border-top-left-radius: 0 !important;
}

.border-right-radius-0 {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.border-left-radius-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.asideLogout {
    display: flex !important;
}

.static-flex{
    display: flex !important;
}

div.ps ul .asideLogout{
    display: none !important;
}

.viewplan-btn{
    margin: 10px 0.02rem 0px 0.02rem;
}

.dropzone .dz-preview .dz-error-message:after {
    left: 124px !important;
}

.dropzone .dz-preview .dz-error-message {
    width: 250px !important;
    left: -70px !important;
}

.crmrow {
    margin-bottom: 1.15rem !important;
}

.sorticon {
    right: 0px !important;
}

div.blockOverlay {
    z-index: 1000;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(0, 0, 0);
    opacity: 0;
    cursor: wait;
    position: absolute;
}

div.blockMsg {
    z-index: 1011;
    position: fixed !important;
    padding: 0px;
    margin: 0px;
    width: 140px;
    bottom: 83px !important;
    left: 50% !important;
    text-align: center;
    color: rgb(0, 0, 0);
    border: 0px;
    background-color: rgb(255, 255, 255);
    cursor: wait;
}

.expanded-row{
    background-color: #F3F6F9 !important;
}

.paging-area {
    padding: 10px 20px;
    box-shadow: 0px 10px 15px 1px rgb(0 0 0 / 5%);
}

.tablepadding{
    padding-right: 20px;
}

.datatable.datatable-default.datatable-head-custom > .datatable-table > .datatable-head .datatable-row > .datatable-cell.datatable-cell-sorted > span,
.datatable.datatable-default.datatable-head-custom > .datatable-table > .datatable-foot .datatable-row > .datatable-cell.datatable-cell-sorted > span * {
    color: #747477;
}

.datatable.datatable-default > .datatable-table > .datatable-head .datatable-row > .datatable-cell > span > i {
    color: #747477 !important;
}
.actionbutton:hover:not(.btn-text):not(:disabled):not(.disabled) > i,
.actionbutton:focus:not(.btn-text) > i,
.actionbutton.focus:not(.btn-text) > i {
    color: #3699FF;
    border-color: transparent;
}

.mainHeaderMinimizedLogo {
    display: none;
}

.aside-minimize .mainHeaderMinimizedLogo{
    display: block;
}