
/**###################################################################################################################**/

/*                               Template üzerinde özelle?tirilmi? classlar ve ekstra stiller                          */

/*#####################################################################################################################*/



/************************************************* GENERAL BEGIN ********************************************************************/

@font-face {
    font-family: CRED;
    src: url('/static_files/font/CREDC___.ttf');
}

/*---------------------- Font Size  BEGIN-------------------*/
body {
    font-size: 11px;
}
/*.svg-background {
    width: 100%;
    height: 100%;
    z-index: -9999;
    position: absolute;
    top: 0;
    overflow: hidden;
    background: url('../images/giris-image/bg.jpg');
}*/
.bg {
    margin-top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url('/static_files/images/giris-image/bgLine.svg');
    opacity: .1;
    top: 0px;
    z-index: 0;
    background-repeat: no-repeat;
}

.login {
    z-index: 99999;
    position: relative;
}
.mleft15{
    margin-left:15px;
}
.lText label {
    position: absolute;
    margin-top: 2px;
    margin-left: 3px;
}
.svg-background {
    background-image: linear-gradient(360deg, #2c2e83, #0da1bf);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    top: 0px;
    background-repeat: no-repeat;
}

.table td, .table thead tr td, .table thead tr th, .table th {
    font-size: 11px;
}

.form-control {
    font-size: 11px;
}

legend {
    font-size: 12px;
}
/* -----------------Font Size END--------------------------*/

.maxWidth100 {
    max-width: 100px !important;
}

.warningIcon {
    color: #f36a5a;
    font-size: 12px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-0 {
    margin-top: 0px;
}

.paddingZero {
    padding: 0px !important;
}

.edit {
    padding: 0 6px !important;
}

.editError {
    padding: 0 6px !important;
    border: 3px solid red !important;
}

.row {
    min-height: 25px;
}


.pr-35 {
    padding-right: 35px;
}


.pr-10 {
    padding-right: 10px;
}

.pl-10 {
    padding-left: 10px;
}


.ml-35 {
    margin-left: 35px;
}

.min-height-65 {
    min-height: 65px;
}


.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}
/*_________________________________________ Form Element General Design - BEGIN ____________________________________________*/

input[type=text], input[type=password], input[type=number], input[type=date], select, textarea {
    height: 20px;
    padding: 0 6px;
    line-height: 16px;
    color: #555;
    display: block;
    font-size: 11px;
    z-index: 0;
    background-color: #fff;
    border: 1px solid #c2cad8;
    border-radius: 4px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width: 100%;
    outline: 0 !important;
    box-shadow: none !important;
    float: left;
    margin-bottom: 5px;
}

textarea {
    min-height: 85px;
    height: 100%;
    resize: none;
}

    input[type=text]:disabled, input[type=password]:disabled, input[type=number]:disabled, select:disabled, textarea:disabled {
        background-color: rgb(235, 235, 228);
        cursor: not-allowed;
        color: #555;
        -webkit-text-fill-color: #555;
        -webkit-opacity: 1;
    }

input[type=file] {
    display: inline;
}

select {
    padding-right: 0px; /*  IE ?Ç?N*/
}

.modal-header {
    background: #f3f5f6;
    padding: 10px;
}

/*_________________________________________ Form Element General Design - END _____________________________________________*/

.portlet.light {
    float: left;
    width: 100%;
 
    /* min-height: 340px;*/
}

.table thead th a, .table th a {
    color: #333 !important;
}

.table thead th, .table th {
    background-color: #eee; /* #f3f4f6*/
}

a, a:hover, a:visited, a:link, a:active {
    color: #ff6600;
    text-decoration: none;
}

#dropdownMenuButtonLang {
    color: #337ab7 !important;
    border: 0 !important;
}

    a:hover {
        text-decoration: underline;
    }

.FieldHeaderRequired {
    color: #CC3300;
}

.FieldHeader {
    color: #696969;
}

/* -----------------------------  LOADING BEGIN -----------------------------*/
LockOff {
    display: none;
    visibility: hidden;
}

.LockOn {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 9999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 200%;
    background-color: #ccc;
    text-align: center;
    padding-top: 20%;
    filter: alpha(opacity=10);
    opacity: 0.10;
}

.LockOnLoading {
    /*background-color: #EAA500;
    height: 20px;
    /*padding: 3px 2px 0 7px;
    font: bold 12px Arial;
    color: #FFFFFF;
    white-space: nowrap;
    width: 95px;
    position: absolute;*/
    color: #6fa7d7;
    z-index: 9999;
    font: bold 14px Arial;
}

.LockOffLoading {
    display: none;
    visibility: hidden;
}

.page-spinner-bar {
    top: 40px;
    width: 100px;
    /*z-index:10000;*/
}

    .block-spinner-bar > div, .page-spinner-bar > div {
        background: #6fa7d7;
        top: 0;
    }
/* -----------------------------  LOADING END -----------------------------*/

/*************************************************************GENERAL END*************************************************/



/********************************************************** FORM  BEGIN ******************************************************/

.form-control {
    height: 20px;
    padding: 0 12px;
}

label {
    margin-bottom: 0px;
}

.form-group {
    margin-bottom: 0px;
}

.form-horizontal .radio {
    padding-top: 2px;
}


.input-group-addon {
    padding: 0px 12px;
    font-size: 11px;
    font-weight: 400;
}

.input-group .form-control {
    z-index: 0;
}

.login .content .form-control {
    height: 34px;
    line-height: 34px;
}

/********************************************************* FORM  END**************************************************/


/******************************************************** HEADER BEGIN ***********************************************************/
.page-header.navbar {
    height: 40px;
    min-height: 40px;
}

    .page-header.navbar .page-logo .logo-default {
        margin: 8px 10px 0 10px !important;
    }

    .page-header.navbar .menu-toggler.sidebar-toggler {
        margin-top: 13px !important;
    }

    .page-header.navbar .top-menu .navbar-nav > li.dropdown {
        height: 40px !important;
        padding: 0px; /*ferhat*/
    }

    .page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
        padding: 8px 10px 0px 5px !important; /* ferhat padding: 8px 10px 0px 10px !important;*/
    }

    .page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-menu:after {
        right: 20px;
    }

.navbar-nav > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 20px !important;
}

    .navbar-nav > li > a:hover {
        background: #f9fafc;
    }

.page-header-fixed .page-container {
    margin-top: 30px;
}

.page-header.navbar .page-top {
    padding: 0 !important;
    display: block !important;
    clear: none !important;
    /*width: initial !important;*/
}

.page-header.navbar .page-top {
    height: 40px !important;
}

.page-header.navbar .menu-toggler.responsive-toggler {
    margin: 12.5px 14px 0 6px;
}



.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > img {
    margin-top: -6px;
    height: 35px;
}

.logout {
    font-size: 15px;
}

.mini-favori-menu {
    float: left;
    display: flex;
    margin-top: 4px;
    margin-left: 10px;
}

    .mini-favori-menu > div {
        margin-right: 2px;
        padding: 2px;
        width: 35px;
        height: 32px;
        border-radius: 4px;
        border: none;
        border: 1px #2196F3 solid;
        margin-left: 2px;
    }

.logo-image {
    background-image: url(../images/BulutTahsilat_LOGO_login.svg);
    background-repeat: no-repeat;
    width: 192px;
    height: 45px;
    background-size: contain;
    margin: auto;
}

.sub-logo-image {
    display: none;
}

.login .logo {
    margin-top: 30px !important;
}


/* HEADER END*/



/************************************************************* MENU BEGIN **********************************************************/

/*.portlet.box > .portlet-title > .tools > a.expand {
          background-image: url(../global/img/portlet-expand-icon.png);
        }
        .portlet.box > .portlet-title > .tools > a.collapse {
          background-image: url(../global/img/portlet-collapse-icon.png);
        }*/

/*.icon-btn {
    width: 130px;
    height: 130px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

    .icon-btn div {
   
        margin-bottom: 0px;
        text-transform: none;
    }


.tabbable-line > .nav-tabs > li.active {
    width: 100%;
}

.tabbable-line {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}*/


.portlet > .portlet-title > .tools > a.expand {
    background: none;
    /* background: none; */
    /* margin: 0px; */
    font-size: 2rem;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 2px;
    color: #2196F3;
}

    .portlet > .portlet-title > .tools > a.expand:hover {
        background: #2196F3;
        color: white;
    }

.portlet > .portlet-title > .tools > a.collapse {
    /*background-image: url(/static_files/assets/global/img/filter-empty.png);*/
    background: none;
    /*background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center center;*/
}

.filter-div-main {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin-bottom: 0px;
}

.selected-filter-div {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 0px !important;
    border-bottom: none !important;
}

.icon-btn {
    width: 130px;
    height: 130px;
    float: left;
    margin-top: 10px;
    border-radius: 1.3rem;
    margin-right: 1.4rem;
    box-shadow: 0px 0px 8px #dedede;
    background: #f7f7f7 !important;
    margin-bottom:15px;
}

    .icon-btn div {
        /*padding: 10px 0px;*/
        margin-bottom: 0px;
        text-transform: none;
    }


.tabbable-line > .nav-tabs > li.active {
    width: 100%;
}

.tabbable-line {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}


/*  -------------------------     SubMenuGroup Header Begin   ---------------------*/

.bbColor0 {
    border-bottom: 1px solid #FF0F00 !important;
}

.bbColor5 {
    border-bottom: 1px solid #FF6600 !important;
}

.bbColor2 {
    border-bottom: 1px solid #F8FF01 !important;
}

.bbColor8 {
    border-bottom: 1px solid #04D215 !important;
}

.bbColor3 {
    border-bottom: 1px solid #0D8ECF !important;
}

.bbColor7 {
    border-bottom: 1px solid #0D52D1 !important;
}

.bbColor4 {
    border-bottom: 1px solid #2A0CD0 !important;
}

.bbColor1 {
    border-bottom: 1px solid #8A0CCF !important;
}

.bbColor6 {
    border-bottom: 1px solid #CD0D74 !important;
}

.bbColor9 {
    border-bottom: 1px solid #754DEB !important;
}

.bbColor10, legend { /* legend for test*/
    border-bottom: 1px solid #a4bed0 !important;
}

.subMenuTitle {
    font-weight: 400;
}

.heigth-30 {
    height: 30px;
}
/*  -------------------------     SubMenuGroup Header End   ----------------------*/
/* MENU  END*/




/*   ------------------------------------------------------------- CUSTOM STYLE ----------------------------------------------------*/

/************************************************** Amount TextBox Custom Style BEGIN ****************************************************/

.textBoxLira {
    float: left;
    width: 60% !important;
    padding: 0px !important; /* ESKISI 5px*/
    text-align: right;
}

.textBoxKurus {
    float: left;
    width: 30% !important;
    padding: 0px !important; /* ESKISI 5px*/
    text-align: left;
}

.textBoxVirgul {
    float: left;
    width: 5px;
    margin-top: 10px;
    text-align: center;
    padding: 0px !important;
}

/* Amount TextBox Custom Style END*/


/****************************************************  GRDIDVIEW - BEGIN *************************************/


/* ---------------------    Grid Pager  START ---------------------------*/

.pagination-detail > span {
    line-height: 34px;
    margin-right: 5px;
}

.pagination-detail {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* --------------------   Grid Pager  END -------------------------*/


/* --------------------   Sorting Column  BEGIN -------------------------*/
.sortrow, .sortaltrow {
    background-color: #f3f4f6;
}
/* ---------------------   Sorting Column  END ---------------------------*/

/****************************************************  GRDIDVIEW - END *************************************/


/*****************************************  TAB PANEL  - BEGIN ***************************************/
.customTabPanel {
}

.ajax__tab_header {
    border-bottom: 1px solid #ddd;
    padding: 3px 0px;
}

.ajax__tab_tab {
    color: #333 !important;
    text-decoration: none !important;
}

.ajax__tab_active {
    background: 0 0;
    border-bottom: 4px solid #36c6d3;
    position: relative;
}

.customTabPanel > div > span {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
}

    .customTabPanel > div > span:hover {
        background: 0 0;
        border-bottom: 4px solid #9fe4ea;
        position: relative;
    }

legend {
    padding-top: 15px;
    font-weight: 400;
}

/*****************************************  TAB PANEL  - END ***************************************/


/* ****************************************** MODAL - BEGIN ***************************************/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modal-header {
    background: #f3f5f6;
    padding: 10px;
    text-align: left;
}

.modal-title {
    font-weight: 400;
}

.modal-header .close {
    margin-top: 8px;
    margin-right: 5px;
}

.modal-body {
    max-height: 550px;
    overflow-y: auto;
    overflow-x: auto; /* ?hidden*/
    text-align: left;
}

    .modal-body th a:hover {
        text-decoration: none;
    }

.modal-dialog {
    width: 70%;
    max-width: 800px;
}

.modal-dialog-Iban {
    width: 70%;
    max-width: 1100px;
}

.modal-dialog-subFirm {
    width: 35%;
    max-width: 1100px;
}

/* ****************************************** MODAL - END ***************************************/



/******************************************************** AmChart Pie BEGIN *******************************************/
.amcharts-pie-slice {
    transform: scale(1);
    transform-origin: 50% 50%;
    transition-duration: 0.3s;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    cursor: pointer;
    box-shadow: 0 0 30px 0 #000;
    border: 3px solid white;
}

    .amcharts-pie-slice:hover {
        transform: scale(1.1);
        filter: url(#shadow);
    }
/******************************************************** AmChart Pie END *******************************************/


.highslide-maincontent {
    display: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.img20 {
    width: 20px;
}


.creditCardNumber {
    width: 25%;
    padding-right: 5px;
    float: left;
    min-width: 30px;
}

    .creditCardNumber > input[type=text] {
        padding: 0 2px;
    }

.bgGrayWh {
    background-color: #F0F0F0;
    padding-top: 5px;
    margin-bottom: 10px;
}

.print-icon {
    font-size: 15px;
}

.window-open-icon {
    font-size: 15px;
}

.add-icon {
    font-size: 14px;
    /*color: #36c6d3;*/
    vertical-align: middle;
}

    .add-icon:hover {
        color: #2bb8c4;
    }

.delete-icon {
    font-size: 14px;
    color: #ed6b75;
    vertical-align: middle;
}

    .delete-icon:hover {
        color: #ea5460;
    }

.subMenuGroupButton {
    padding: 0px 5px !important;
}


.radioButtonList tr > td {
    padding-right: 10px;
}

.text-wrap {
    white-space: normal;
}

.payment-detect-message { /* SA/PaymentInfo.aspx */
    font-size: 13px;
    font-weight: 600;
    margin: 5px 0;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.table td, .table thead tr td, .table thead tr th, .table th {
    font-size: 11px;
}

.overflow-hidden {
    overflow-x: hidden;
    overflow-y: hidden;
}

.gridviewScroll, .freezeColumn1, .freezeColumn2, .freezeColumn3, .freezeColumn4 {
}

.green {
    color: #36c6d3;
}

    .green:hover {
        color: #2bb8c4;
    }

.red {
    color: #ed6b75;
}

    .red:hover {
        color: #ea5460;
    }

.font-size-16 {
    font-size: 16px;
}

.font-size-14 {
    font-size: 14px;
}

.break-word {
    word-wrap: break-word;
}

.commissionEditDiv {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
}

.dealerlistBox {
    width: 40%;
    display: inline-block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.dealerSelecter {
    height: 200px;
    padding-top: 65px;
    text-align: center;
    width: 10%;
    display: inline-block;
    float: left;
}

.page-header.navbar.navbar-fixed-top {
    z-index: 8000;
}


.mt-element-ribbon .ribbon {
    position: absolute;
    top: 0;
    left: 85px;
}



.padding-top-0 {
    padding-top: 0px !important;
}

.page-title {
    padding-bottom: 0px;
    padding-top: 5px !important;
}

.breadCrumbDiv {
    margin-top: 9px;
    float: left;
    line-height: 0px;
    height: 20px;
}

.modal-title {
    font-weight: 400;
}

.requiredField {
    margin-top: -5px;
    margin-bottom: 5px;
    float: left;
}

.requiredFieldPhone {
    margin-top: -20px;
    margin-bottom: 5px;
    float: left;
}

.login-form-footer {
    width: 50%;
    float: left;
}

    .login-form-footer label, .login-form-footer div a {
        color: white;
        font-size: 11px;
    }

body {
    background: #eee !important;
}

.page-sidebar .page-sidebar-menu > li > a > .title, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > .title {
    font-size: 12px;
    font-weight: 400;
}

.page-head .page-title > h1 {
    font-size: 16px;
}

.page-head .page-title { /* Yukarudaki stil ile ba?lant?l?*/
    padding: 10px 0 10px;
}

.btn-default, .btn-default:focus, .btn-default:visited {
    color: #3598dc;
    background-color: #fff;
    border-color: #3598dc;
}

    .btn-default:hover, .btn-default:active {
        background-color: #3598dc !important;
        color: #fff !important;
    }

.login .content .form-title {
    font-weight: 400;
}


.modal-header .close {
    margin-top: 8px;
    margin-right: 5px;
}


/***************************** RIBBON  BEGIN   *********************************/
.mt-element-ribbon .ribbon.ribbon-vertical-right {
    clear: none;
    float: right;
    margin: -2px 10px 0 0;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 0;
    padding-right: 2px;
    width: 30px;
    text-align: center;
}

.mt-element-ribbon .ribbon {
    position: absolute;
    top: 0;
    left: 95px;
}

    .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-bookmark:after {
        border-left: 15px solid;
        border-right: 15px solid;
        color: #c8d046; /* Bir alttaki class ile ba?lant?l? / ribbon rengi */
    }

    .mt-element-ribbon .ribbon.ribbon-color-primary > .ribbon-sub {
        background-color: #c8d046; /* Bir üstteki class ile ba?lant?l? / ribbon rengi */
    }
/***************************** RIBBON  END   *********************************/

/*  DropDownMenu  - User */
.page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu {
    max-width: 400px;
    width: auto;
}

    .page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu > li {
        float: left;
        width: 100%;
    }

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-menu > li > a {
    font-size: 12px;
    cursor: default;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-menu > li:last-child > a {
    cursor: pointer;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-menu > li:last-child > a {
    background: #5d7586;
}

    .page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-menu > li:last-child > a:hover {
        background: #566b79;
    }

.breadcrumb .fa {
    color: #ff6600;
    margin: 0 2px 0 2px;
}

.username {
    font-family: "Open Sans", sans-serif;
    color: rgb(127, 176, 218);
    display: inline-block;
    font-weight: 600;
    font-size: 10px;
    display: block;
    margin-top: -2px;
}

.firmcode {
    font-family: "Open Sans", sans-serif;
    color: rgb(127, 176, 218);
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    margin-top: 9px;
}

/*-----------------------*/


/* Chart  Currency Button */
.chart-outer {
    position: relative;
}

.currency-outer {
    position: absolute;
    top: 10px;
    width: 100%;
    text-align: left;
    left: 0px;
}

.currency-inner {
    position: relative;
    width: 100%;
    z-index: 1;
}
/*.btn-group { z-index: 1}*/

/*-------------------------*/

.excelDownloadButton {
    height: 27px;
    width: 27px;
    border: 1px solid #ccc !important;
    background: #fff !important;
    color: #636363 !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    font-size: 14px !important;
    margin-left: 5px;
}

    .excelDownloadButton:hover, .excelDownloadButton:active, .excelDownloadButton:focus {
        border-color: #adadad !important;
        box-shadow: 0px 3px 6px rgba(0,0,0,0.2), 0px 3px 6px rgba(0,0,0,0.26) !important;
        background: #636363 !important;
        color: #fff !important;
    }

.specialTable {
    border-collapse: collapse;
    border-style: hidden;
    width: 100%;
    margin-top: 3px;
}

    .specialTable td {
        background-color: #E9F6FD !important;
    }

    .specialTable td, table th {
        border: 3px solid white;
        padding: 3px;
    }

.portlet-bordered {
    /*border: 1px solid #e7ecf1 !important;*/
    padding: 20px;
    min-height: 400px;
    box-shadow: none;
}

.portlet-new-title {
    min-height: 40px;
    /*border-bottom: 1px solid #eee;*/
}

.portlet-new-caption {
    font-size: 14px;
    margin-bottom: 10px;
}

.portlet-title-balance {
    /*background-color: #E9EDEF;*/
    float: left;
    /*padding: 10px 0px;*/
    width: 100%;
}

.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li > a {
    min-height: 34px !important;
}
/* Özel olarak grid sayfalama (Ul - li siz)*/

.paginationLeft {
    float: left;
}

.paginationRight {
    float: right;
    white-space: nowrap;
    margin-top: 5px;
}

.paginationLeft > table > tbody > tr > td > a {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -2px;
}

.paginationLeft > table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    background-color: #337ab7;
    color: #fff;
    border: 1px solid #ddd;
    margin-left: -2px;
}

.paginationLeft > table > tbody > tr > td:first-child > a, .paginationLeft > table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.paginationLeft > table > tbody > tr > td:last-child > a, .paginationLeft > table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.maxFontStyle {
    font-size: 10px;
    white-space: nowrap;
}

.small-btn {
    padding: 2px 10px !important;
}

.small-btn-grid {
    padding: 2px 10px !important;
    color: white !important;
    margin-right: 0 !important;
    font-size: 11px !important;
}

.small-btn-outline-grid {
    padding: 2px 10px !important;
    margin-right: 0 !important;
    font-size: 11px !important;
}
/*----------------------------*/

/* timeline    */

.timeline {
    position: relative;
    padding: 21px 0px 10px;
    margin-top: 4px;
    margin-bottom: 30px;
}

.timeline-page-header {
    padding-bottom: 1px;
    margin: 0 0 20px;
    border-bottom: 0px;
}

.timeline:before {
    background-color: white;
}

.timeline .line {
    position: absolute;
    width: 4px;
    display: block;
    background-color: skyblue;
    top: 0px;
    bottom: 0px;
    margin-left: 30px;
}

.timeline .separator {
    border-top: 1px solid currentColor;
    padding: 5px;
    padding-left: 40px;
    font-style: italic;
    font-size: .9em;
    margin-left: 30px;
}

.timeline .line::before {
    top: -1px;
}

.timeline .line::after {
    bottom: -1px;
}

.timeline .line::before,
.timeline .line::after {
    content: '';
    position: absolute;
    left: -4px;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background-color: skyblue;
}

.timeline .panel {
    position: relative;
    margin: 10px 0px 21px 70px;
    clear: both;
}

    .timeline .panel::before {
        position: absolute;
        display: block;
        top: 8px;
        left: -24px;
        content: '';
        width: 0px;
        height: 0px;
        border: inherit;
        border-width: 12px;
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

    .timeline .panel .panel-heading {
        padding: 8px 15px;
    }

    .timeline .panel .list-group .list-group-item {
        padding: 5px 15px;
        border-bottom: 11px;
    }

.timeline .panel {
    border: 11px;
}

    .timeline .panel .panel-heading.icon * {
        font-size: 13px;
        /*vertical-align: central;*/
        line-height: 40px;
        font-style: normal;
    }

    .timeline .panel .panel-heading.icon {
        position: absolute;
        left: -59px;
        display: block;
        width: 40px;
        height: 40px;
        padding: 0px;
        border-radius: 50%;
        text-align: center;
        background-color: skyblue;
    }

    .timeline .panel .panel-heading .panel-title {
        font-size: 12px;
    }




/* MIN WIDTH CLASSLARI*/
.min-w50 {
    min-width: 50px !important;
}

.min-w60 {
    min-width: 60px !important;
}

.min-w75 {
    min-width: 75px !important;
}

.min-w80 {
    min-width: 80px !important;
}

.min-w100 {
    min-width: 100px !important;
}

.min-w135 {
    min-width: 135px !important;
}

.min-w150 {
    min-width: 150px !important;
}

.min-w175 {
    min-width: 175px !important;
}

.min-w200 {
    min-width: 200px !important;
}

.min-w300 {
    min-width: 300px !important;
}

.min-w400 {
    min-width: 400px !important;
}

.mini-favmenu {
    position: relative;
}

/* **************************************** FAVORI MENU - BEGIN *************************************/

.favmenu-remove {
    position: absolute;
    top: 5px;
    z-index: 1;
    width: 33px;
    text-align: center;
    background: rgba(243, 106, 90, 0.5);
    height: 30px;
    padding: 4px;
    margin-left: -2px;
    font-weight: bold;
    color: white !important;
    display: none;
    font-size: 15px;
}

    .favmenu-remove i {
        color: white !important;
        font-size: 15px;
    }

.nav-Button {
    padding: 2px !important;
    width: 35px;
    height: 32px;
    top: 4px;
    background: #fff;
    box-shadow: none !important;
    border: 1px #58d0cc solid;
    padding-top: 6px !important;
}

.favmenu-img {
    width: 24px;
    left: 3px;
    position: relative;
    top: 4px;
    height: auto !important;
}

/* **************************************** FAVORI MENU - END *************************************/



/* *************************************  SANAL POS  BEGIN  ***************************************/

.cardtype {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

    .cardtype > img {
        width: 34px;
    }

.pos {
    position: absolute;
    left: 0;
    margin-top: 95px;
    margin-left: 45px;
}

.card {
    position: absolute;
    left: 0;
    margin-left: 213px;
    width: 64px;
    margin-top: 114px;
}

.card-label {
    position: absolute;
    left: 0;
    margin-left: 193px;
    margin-top: 116px;
    color: white;
    font-weight: bold;
    font-size: 9px;
    text-align: right;
    width: 87px;
    line-height: 1.1;
}


.amount-label {
    position: absolute;
    left: 0;
    margin-left: 27px;
    margin-top: 140px;
    color: white;
    font-weight: bold;
    font-size: 8px;
    font-family: CRED;
    width: 105px;
    text-align: right;
}

.currency-label {
    font-size: 11px;
}

/* *************************************  SANAL POS  END ***********************************************/


@media (min-width: 992px) {

    .toltipMobile {
        display: none !important;
        padding: 2rem;
    }

    .toltipdevam {
        color: white !important;
    }
}


@media (min-width: 1200px) {
    .toltipMobile {
        display: none !important;
        padding: 2rem;
    }

    .toltipdevam {
        color: white !important;
    }
}

/* **************************************** MEDIA SCREN - BEGIN *************************************/
@media screen and (max-width: 991px) {
    .dealerSelecter {
        width: 100%;
        display: block;
    }

    .dealerlistBox {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .commissionEditDiv {
        width: 100%;
    }

    .modal-body {
        max-height: 500px;
    }

    .page-header.navbar .page-top {
        width: auto;
        position: absolute;
        right: 30px;
    }

    .divTemplate {
        display: none;
    }

    .hidePreview {
        display: none;
    }

    .special-gsm {
        width: unset !important;
    }
    .newRight {
        position: relative !important;
        float: left !important;
        left: 30px !important;
        margin-bottom: 12px !important;
        right: 0px !important;
    }
    .leftNoneNew {
        left: 15px !important;
    }
}

@media screen and (max-width: 768px) {
    .page-header.navbar .menu-toggler {
        margin: 0px !important;
        padding: 20px !important;
        height: auto !important;
    }

    .btn-payTrans {
        font-size: 13px !important;
    }

    .youTubeVideo {
        width: 100% !important;
        height: 260px !important;
    }

    .padding2rem {
        padding: 0px !important;
    }

    .cubeBg {
        padding: 15px !important;
    }

    .demoInnerBG {
        margin-top: 20rem !important;
    }

    .arrowAnimate {
        display: none !important;
    }

    .tipText {
        text-align: center !important;
        padding-left: 0px !important;
    }

    .loginTop {
        margin-top: 3% !important;
    }

    .login {
        margin-top: 35%;
    }


    .icon-btn {
        margin-right: 8px !important;
    }

    .dark-push {
        width: 94% !important;
        max-width: 100%;
        /*left: 0px !important;*/
        height: auto;
        top: 22px !important;
        margin-top: 15px;
    }

    .multiselect-custom-ul {
        max-width: 100%;
        overflow: auto;
    }

    .modal-dialog {
        width: 93%;
        left: 10px;
        margin: 0px;
    }

    .highslide-html-content {
        width: 500px;
    }

    .paginationLeft, .paginationRight {
        width: 100%;
    }

    .page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu > li > a {
        padding-right: 13px;
    }

    .mini-favmenu {
        position: absolute;
        top: 40px;
        width: 100%;
        padding: 10px;
        background: white;
        border-top: 1px solid #ccc;
    }

    .favmenu-remove {
        top: 15px;
        height: 30px;
        width: 33px;
        font-size: 22px;
        padding: 0px;
    }

    .favmenu-img {
        width: 26px;
    }


    .mini-favori-menu > div {
        margin-right: 5px;
    }

    .clearfix-custom {
        height: 55px;
    }

    .divTemplate {
        display: none;
    }

    .hidePreview {
        display: none;
    }

    .special-gsm {
        width: unset;
    }
    .newRight {
        position: relative !important;
        float: left !important;
        left: 30px !important;
        margin-bottom: 12px !important;
        right: 0px !important;
    }
    .leftNoneNew {
        left: 15px !important;
    }
}

@media screen and (max-width: 610px) {
    .page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu {
        max-width: 200px;
    }

    .divTemplate {
        display: none;
    }

    .hidePreview {
        display: none;
    }

    .special-gsm {
        width: unset;
    }
    .newRight {
        position: relative !important;
        float: left !important;
        left: 30px !important;
        margin-bottom: 12px !important;
        right: 0px !important;
    }
    .leftNoneNew {
        left: 15px !important;
    }
}

@media (max-width: 480px) {
    .newRight {
        position: relative !important;
        float: left !important;
        left: 30px !important;
        margin-bottom: 12px !important;
        right: 0px !important;
    }
    .pfBoardBg {
        min-width: 100% !important;
    }
    .yeniModalPf {
        position: fixed;
        top: 0;
        margin-left: 1%;
        margin-top: 31%;
    }
    .pfBoardBg {
        background-image: url(../images/tanitim/pf-banner-pop-light-param.png);
        min-height: 575px;
        border-radius: 2rem;
        min-width: 883px;
        border: none;
        background-repeat: no-repeat;
        background-position: top left !important;
    }

    .pfBoardBgDark {
        min-width: 100% !important;
    }
    .leftNoneNew{
        left:15px !important;
    }
    .login .content {
        background: rgba(255, 255, 255, 0.1);
        width: 340px !important;
        margin: 0 auto;
        padding: 13px 40px 20px !important;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        border-radius: 7px;
    }
    .portlet.light{
        margin-top:2rem;
    }

    #eft {
        margin-bottom: 25px !important;
    }

    .login .logo {
        margin-top: 5px !important;
    }

    .highslide-html-content {
        width: 250px;
    }

    .username, .firmcode {
        display: none;
    }

    .divTemplate {
        display: none;
    }

    .hidePreview {
        display: none;
    }

    .special-gsm {
        width: unset;
    }

    .tutarSmall {
        text-align: left !important;
    }
    .p-left-0 {
        padding-left: 0px !important;
    }
}

/*@media (min-width: 366px) {
    .page-header.navbar .page-logo {
        height: 0px;
    }
}

@media (max-width: 365px) {

    .page-header.navbar .page-top {
        margin-top: -35px;
        width: 100% !important;
    }
}*/



/* **************************************** MEDIA SCREN - END *************************************/





/*======================================= YEN? LOG?N =================================================*/

@media (max-width: 480px) {
    .login .content .form-control {
        width: 100% !important;
        margin-left: -2px !important;
    }

    .input-icon > i {
        left: 6px !important;
    }

    .btn-login {
        width: 100% !important;
        margin-left: -2px !important;
    }

    .login-form-footer {
        padding-left: 1rem !important;
    }

        .login-form-footer.text-right {
            width: 42% !important;
            float: right !important;
            padding-left: 0px !important;
        }

    .dark-push .modal-body {
        max-height: 100% !important;
        background: #424344 !important;
        padding: 0 !important;
    }

    .divTemplate {
        display: none;
    }

    .hidePreview {
        display: none;
    }

    .special-gsm {
        width: unset;
    }
    .p-left-0 {
        padding-left: 0px !important;
    }
    .portlet.light {
        margin-top: 2rem;
    }
    .pfBoardBg {
        min-width: 100% !important;
    }

    .pfBoardBgDark {
        min-width: 100% !important;
    }
    .yeniModalPf {
        position: fixed;
        top: 0;
        margin-left: 1%;
        margin-top: 31%;
    }
}

.login .content .form-control {
    height: 34px;
    /* line-height: 34px; */
    margin-bottom: 13px;
    background: none !important;
    border: 1px solid #fff;
    color: white;
    border-radius: 6rem;
}



.mt-checkbox, .mt-radio {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding-top: 2px;
}

.btn-login {
    border-radius: 6rem !important;
    box-shadow: 0px 4px 30px rgba(0,0,0,0.4) !important;
    background: #0072bc;
    border: none;
}



.radius-6 {
    border-radius: 6rem !important;
}


/*=======================================****=================================================*/
/*payment status*/
.paymentStatusEslesmeYapilamadi {
    background: #f8d7da;
    padding-left: 4px !important;
    padding-right: 4px !important;
}



.paymentStatusEslesmeYapildi {
    background: #fff3cd;
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.paymentStatusIptalEdildi {
    background: #cce5ff;
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.paymentStatusTamamlandi {
    background: #d4edda;
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.paymentStatusHeader {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.imgUserPhoto {
    border-radius: 6rem;
}

.onoffswitchThemeChangeSwitch .onoffswitch-inner:after {
    /* content: "PAS?F"; */
    content: "";
    padding-right: 5px;
    background-color: #505050 !important;
    color: white;
    text-align: right;
}


ul.dropdown-menu.dropdown-menu-default a {
    color: #485a6a !important;
}

ul.dropdown-menu.dropdown-menu-default {
    background: #fff !important;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu .dropdown-menu-list > li a:hover, .page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu.dropdown-menu-default > li a:hover {
    background: #f2f6f9;
    color: #5b9bd1 !important;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-menu > li:last-child > a {
    background: #fff;
    color: #485a6a !important;
}

.close {
    background-image: url(/static_files/assets/global/img/remove-icon-small-b.png) !important;
}

.portlet {
    box-shadow: none !important;
}

li.dropdown.dropdown-user.dropdown-dark img {
    border-radius: 6rem;
}

.changegreen {
    color: #4CAF50;
}

.changeblue {
    color: #2196F3;
}

.changered {
    color: #EA5460;
}

.changeorange {
    color: #fff3cd;
}

.changeorangetext {
    color: #FF9900;
}

.changegreenBG {
    background: #d4edda;
}

.changeblueBG {
    background: #cce5ff;
}

.changeredBG {
    background: #f8d7da;
}

.changeorangeBG {
    background: #fff3cd;
}

.chartBankPaymentReport {
    font-size: 9px;
}

.treeviewNodeStyle {
    color: black !important;
    padding: 1px 1px 1px 1px;
    font-weight: normal;
}

.treeviewParentNode {
    color: #ff5200 !important;
    padding: 1px 1px 1px 1px;
    font-weight: bolder;
    font-size: 12px;
}

.treeviewNodeStyle:hover, a.treeviewNodeStyle:hover, .treeviewNodeStyle:link:hover, a.treeviewNodeStyle:link:hover {
}

.treeviewHoverNodeStyle {
    color: #CC3300 !important;
    padding: 1px 1px 1px 1px;
}

    .treeviewHoverNodeStyle:hover, a.treeviewHoverNodeStyle:hover, .treeviewHoverNodeStyle:link:hover, a.treeviewHoverNodeStyle:link:hover {
        color: #CC3300 !important;
        border: solid 1px #71a9ff;
        background-color: #c6ddff;
        padding: 1px 1px 1px 1px;
    }

.treeviewSelectedNodeStyle {
    display: block;
    text-decoration: none;
    color: #CC3300 !important;
    border: solid 1px Transparent;
    padding: 1px 1px 1px 1px;
    font-weight: bolder;
}

    .treeviewSelectedNodeStyle:hover, a.treeviewSelectedNodeStyle:hover, .treeviewSelectedNodeStyle:link:hover, a.treeviewSelectedNodeStyle:link:hover {
        color: #CC3300 !important;
        border: solid 1px #71a9ff;
        background-color: #c6ddff;
        padding: 1px 1px 1px 1px;
    }

.efilter {
    border: 1px solid #2196F3;
    font-size: 2rem;
    padding: 0;
    width: 37px;
    height: 30px;
    background: none;
}

.portlet > .portlet-title > .tools > a.collapse {
    background: #2196F3 !important;
    color: #fff !important;
    font-size: 2rem;
    text-align: center;
    width: 35px;
    height: 35px;
    padding: 3px;
}

.efilter:hover {
    background: #2196F3;
    color: #fff !important;
}

.newIconsUser {
    font-size: 7rem;
    margin-top: 51px;
    opacity: .5;
    color: #6771dc;
}

.onlineBankTable td {
    text-align: right;
}

td.tableTextLeft {
    text-align: left;
    font-size: 14px;
}

.numberBalanceCurrency {
    font-size: 2.5rem !important;
    text-align: right;
}

.margin-right-17 {
    margin-right: 17px;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 9px;
    background-origin: content-box;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' focusable='false' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='42.583px' height='25.843px' viewBox='0 0 42.583 25.843' enable-background='new 0 0 42.583 25.843' xml:space='preserve'%3E%3Cpath fill='%232196F3' d='M19.637,25.157L0.686,6.206c-0.914-0.914-0.914-2.396,0-3.31l2.21-2.21c0.912-0.913,2.391-0.914,3.306-0.004 l15.09,15.02l15.09-15.02c0.915-0.91,2.393-0.909,3.306,0.004l2.21,2.21c0.914,0.914,0.914,2.396,0,3.31L22.947,25.157 C22.033,26.071,20.551,26.071,19.637,25.157z'/%3E%3C/svg%3E");
    padding-right: 5px;
    padding-left: 10px !important;
}

.caret {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' focusable='false' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='25.877px' height='25.843px' viewBox='0 0 25.877 25.843' enable-background='new 0 0 25.877 25.843' xml:space='preserve'%3E%3Crect x='19.367' fill='%232196F3' width='6.51' height='6.444'/%3E%3Crect x='19.367' y='9.666' fill='%232196F3' width='6.51' height='6.444'/%3E%3Crect x='19.367' y='19.398' fill='%232196F3' width='6.51' height='6.444'/%3E%3Crect x='9.667' y='19.398' fill='%232196F3' width='6.509' height='6.444'/%3E%3Crect x='9.667' y='9.666' fill='%232196F3' width='6.509' height='6.444'/%3E%3Crect y='19.398' fill='%232196F3' width='6.508' height='6.444'/%3E%3C/svg%3E") !important;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 9px;
    background-origin: content-box;
    padding-right: 5px;
}

/*input[type="checkbox"] {
    margin-right: 4px;
}*/

td label {
    padding-left: 3px;
    position: relative;
    top: -3px;
}

.multiselect-custom-ul {
    min-width: 100%;
    overflow: auto;
}

.dealerlistBox select {
    background-image: none;
}

.btn-success {
    color: white !important;
}

.numberBalanceCurrency a {
    color: #ff6600 !important;
}

i.delete-icon {
    color: white;
}

input[type=text]:disabled, input[type=password]:disabled, input[type=number]:disabled, select:disabled, textarea:disabled {
    background-color: rgb(235, 235, 228);
    cursor: not-allowed;
    color: #555;
    -webkit-text-fill-color: #555;
    -webkit-opacity: 1;
    background-image: none;
}

.imgUp {
    position: relative;
    top: 8px;
}

.favmenu-update {
    background: linear-gradient(-90deg, #3cabd8, #5dd7c9);
    color: white !important;
}

.highslide img {
    border: none !important;
    border-radius: 6rem;
}

#grids {
    width: 100%;
    overflow: auto;
}

.dark-push {
    width: 70%;
    max-width: 100%;
    left: 350px;
    height: auto;
    top: 0px;
    margin-top: 15px;
}

    .dark-push .modal-body {
        max-height: 100% !important;
        background: #424344 !important;
        padding: 0 !important;
    }

    .dark-push .modal-title {
        background: #323232 !important;
        color: white !important;
        border-bottom: 1px solid #323232 !important;
    }

    .dark-push .modal-header {
        background: #323232 !important;
        border-bottom: 1px solid #323232 !important;
    }

    .dark-push .modal-footer {
        background: #323232 !important;
        border-top: 1px solid #323232 !important;
    }

.dark-push-primary {
    background: none;
    color: #2196F3;
}

.dark-push-danger {
    color: #ea5460;
    background: none;
}

.GridRowCheckBox input, .paymentStatusHeader input {
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.dropdown-favorite-add {
    color: #2196F3 !important;
}

a.dropdown-favorite-remove {
    color: #e91e42 !important;
}

.highslide-image {
    border: none !important;
    background: white !important;
}

.yeniGirisContent {
    width: 450px !important;
    padding: 40px 60px 40px !important;
    border-radius: 2rem !important;
    background: rgba(255, 255, 255, 0.22) !important;
    z-index: 99999999;
}

.yeniGiris {
    opacity: .9;
    margin-bottom: 7px;
}

.yeniButonGiris {
    margin-top: 15px;
    margin-bottom: 11px;
    background-image: linear-gradient(45deg, #0aa9c3, #2f237d);
    height: 41px !important;
}

    .yeniButonGiris:active {
        background-image: linear-gradient(45deg, #0aa9c3, #2f237d);
    }

.yeniGirisInput {
    height: 41px !important;
}

.requiredField {
    color: #ca0000 !important;
    display: inline;
    font-weight: bold;
}

.yeniGirisInput::placeholder {
    color: white;
}

.remindLaterGsm {
    color: white !important;
}

.login .girisTitle {
    margin-bottom: 10px !important;
}

.rdnLabel > label {
    bottom: 3px;
    position: relative;
    left: 3px;
}

.firmbanklistcheckbox {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.widthMailPopup {
    width: 78% !important;
}

.min-height-17 {
    min-height: 17px;
}

.timeType {
    font-size: 12px;
    color: #000;
}

.scroller {
    max-height: 300px;
    min-height: 50px;
    overflow: auto;
}

.new-notification-bubble {
    height: 15px;
    width: 15px;
    background: #f56c7e;
    background-image: none\9;
    position: absolute;
    top: 0px;
    left: 20px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .17), 0 1px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .17), 0 1px 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .17), 0 1px 1px rgba(0, 0, 0, .2);
    border-radius: 50%;
    font-weight: bold;
    cursor: pointer;
    display: inline;
    margin-top: -6px;
}

.position {
    width: 330px !important;
    /*height:auto;*/
    top: 28px;
    left: calc(100% - 332px);
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external {
    background: #e3e6f0;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external {
    display: block;
    overflow: hidden;
    padding: 15px;
    letter-spacing: .5px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: unset !important;
    border-color: unset !important;
}

.align-center {
    text-align: center;
}

/*<!-- Bildirim -->*/
/*.bildirim{
    background:#fff !important;
}
ul.dropdown-menu-default.notification-edit.bildirim li>a {
    color: #485a6a !important;
    text-decoration: none;
}
li.bildirim_b a {
    font-weight: bold !important;
    font-size: 15px !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: #e7e7e7;
    color: #485a6a !important;
}

li.altList a {
    text-decoration: none;
}
li.altList {
    padding-left: 1rem !important;
    padding-right: 1rem !important;

}
.bildirim li {
    padding-bottom: 7px !important;
    color: #485a6a !important;
}*/

/*.bildirimList{
    font-size: 1.2rem !important;
    padding-left: 2rem !important;
    padding-bottom:5px !important;
    padding-top:5px !important;
}*/

/*.tumunuOkudum a{
    text-decoration:none;
    color:#ff6600;
}*/
.bildirimList a {
    overflow: hidden;
    line-height: 19px;
    font-size: 12px;
    border-bottom: 1px solid #EFF2F6 !important;
    color: #888;
    display: block;
    clear: both;
    font-weight: 300;
    line-height: 20px;
    white-space: normal;
    font-size: 13px;
    padding: 16px 15px 18px;
    text-shadow: none;
    text-decoration: none !important;
}

.bildirimList:hover {
    background: #f2f6f9 !important;
    color: #5b9bd1 !important;
}

li.bildirim_b a {
    background: #e7e7e7 !important;
    font-weight: bold !important;
    font-size: 1.5rem !important;
}

.width_50 {
    width: 50px;
}

li.bildirim_b a {
    cursor: pointer !important;
    font-size: 1.3rem !important;
    text-decoration: none !important;
}

.bildirimScroll {
    overflow: auto;
    max-height: 400px;
    height: 400px;
    list-style: none;
    padding: 0px;
    margin-bottom: 39px;
}

.scroller::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: lightgray;
}

.scroller::-webkit-scrollbar-thumb {
    background-color: gray;
    border-radius: 5px;
}

.scroller::-webkit-scrollbar-track {
    background-color: lightgray;
}

.tumunuOkudum {
    position: absolute;
    bottom: 0;
    background: #eee !important;
    width: 100%;
    padding: 1rem;
    text-align: center;
}

li.bildirimList.okunmamis {
    background: #cc5a69;
}

    li.bildirimList.okunmamis a {
        color: #fff !important;
    }

    li.bildirimList.okunmamis i {
        color: #fff !important;
    }

ul.bildirimScroll li {
    border-bottom: 1px solid #e7ecf1;
}

li.bildirimList.okunmamis:hover {
    background: #fff !important;
    color: #cc5a69 !important;
}

.scale-up-center {
    -webkit-animation: scale-up-center 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite both;
    animation: scale-up-center 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite both;
}

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media screen and (max-width: 667px) {
    .dark-push .modal-body {
        background: #d7d7d7 !important;
        overflow: auto !important;
        max-height: 198px !important;
    }
    .pfBoardBg {
        min-width: 100% !important;
    }
    .yeniModalPf {
        position: fixed;
        top: 0;
        margin-left: 1% !important;
        margin-top: 31%;
    }
    .pfBoardBg {
        background-image: url(../images/tanitim/pf-banner-pop-light-param.png);
        min-height: 575px;
        border-radius: 2rem;
        min-width: 883px;
        background-position: left;
        border: none;
        background-repeat: no-repeat;
        background-position: top left !important;
    }

    .pfBoardBgDark {
        min-width: 100% !important;
    }
}

@media (max-width: 480px) {
    .dark-push .modal-body {
        max-height: 100% !important;
        background: #424344 !important;
        padding: 0 !important;
    }
}

.changepaymenttype {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    width: 28em;
    height: 18em;
    margin-top: -9em;
    margin-left: -15em;
}

.cariListDel {
    position: absolute;
    float: right;
    right: -51px;
    bottom: 25px;
}

.hCariButon {
    float: right;
    position: relative;
    bottom: 2px;
    padding: .5rem;
    font-size: 11px;
}

.phoneText {
    width: 175px;
    top: 0;
    margin-left: 3.4rem;
    margin-top: 15rem;
    bottom: 0px;
    height: 160px;
    padding: 1rem;
    color: white;
    overflow: auto;
    background: rgba(204, 204, 204, 0.58);
    border-radius: 1rem;
}

.organizator {
    position: absolute;
    top: 0;
    margin-top: 7.5rem;
    margin-left: 9.1rem;
    color: white;
    font-weight: bold;
}

.watch {
    top: 0;
    position: absolute;
    margin-top: 3.7rem;
    margin-left: 3.3rem;
    font-weight: bold;
    color: white;
    font-size: 10px;
}

.mailTemplateBox {
    padding: 2rem;
    color: black;
    margin-top: 3rem;
    background: #fff;
    box-shadow: 0px 0px 20px 0px #ccc;
    text-align: center;
    min-height: 220px;
    border-radius: 2rem;
}

.mailTheme {
    position: absolute;
    z-index: 1;
    width: 140px;
    margin-top: 6rem;
    margin-left: 15rem;
}

.phonePreview {
    background-image: url(../../static_files/images/phone.png);
    height: 492px;
    background-repeat: no-repeat;
    min-width: 270px;
}

.language {
    width: 53px !important;
    border: none;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 10px;
    padding-left: 10px !important;
}

#Layer_1 > g {
    fill: #fff;
}

.incomingPayment {
    height: 170px;
    border-radius: 6px;
    background: linear-gradient(-90deg, #3cabd8, #5dd7c9);
}

.preAuthorization {
    height: 170px;
    border-radius: 6px;
    background: linear-gradient(45deg, rgba(0, 175, 228, 0.55), #0368bf);
}



.canvasDiv {
    border-radius: 6px;
}

.outgoingPayment {
    height: 170px;
    border-radius: 6px;
    background: linear-gradient(-90deg, #f987ae, #fa9b7b);
}

.totalPayment {
    height: auto;
    border-radius: 6px;
    background: linear-gradient(-90deg, #977ff7, #ed89ea );
    height: 170px;
}

.Userr {
    font-size: 3rem;
    color: #fff;
    padding-left: 19px;
    letter-spacing: 2px;
}

.UserrVpos {
    font-size: 1.7rem;
    color: #fff;
    padding-left: 19px;
    letter-spacing: 2px;
}

span.IconB1 {
    font-size: 7rem;
    color: #fff;
    opacity: 0.5;
}

.eskiOran {
    font-weight: 500;
    color: #f2f2f2;
    letter-spacing: 1px;
    padding-left: 34px;
    font-size: 1.5rem;
}

.label_mobilLegend {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
}

.label_mobilLegendVos {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}

.col-right {
    text-align: right;
}

#chartdiv {
    width: 100%;
    height: 600px;
}

#divChart1 {
    width: 100%;
    height: 600px;
}

.ddlstyle {
    height: 23px;
    position: relative;
    top: 3px;
    border-color: #3598dc;
}

.noneBoxShadow {
    box-shadow: none !important;
}

a.btn-primary:hover {
    color: white !important;
}

a.btn-primary {
    color: white;
}

.languageButton:hover {
    background: none !important;
}

.languageButton i {
    color: #337ab7 !important;
}

.dropdown-menuNew a {
    text-decoration: none;
    color: #337ab7;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-menu:after {
    right: 80px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 26px;
    display: inline-block !important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #eee;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0,0,0,.2);
    content: '';
    display: none !important;
}

.defValue {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    font-weight: 500;
    margin-top: -2px !important;
}

.mb5 {
    margin-bottom: 5px;
}
/*#divFirmPopupButtons {
    white-space: nowrap; 
    float: right;
}
.divFirmPopupButtons0 {
float:left !important;
}*/


.label_tWhite_bedgeNWar {
    border-color: #60cdd9 !important;
    box-shadow: none;
    border: 1px solid;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    color: white !important;
    background: #26c4cc;
    border-radius: 1rem;
}

.label_tWhite_bedgeMasterpass {
    border-color: #f79e1b !important;
    box-shadow: none;
    border: 1px solid;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    color: white !important;
    background: #f79e1b;
    border-radius: 1rem;
}

.label_tWhite_bedgeNSuc {
    border-color: #dfaa8a !important;
    box-shadow: none;
    border: 1px solid;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    color: white !important;
    background: #ffa03b;
    border-radius: 1rem;
}

.havaleAdet {
    text-align: right;
    font-weight: bold;
    font-size: 1.5rem;
}

.eft {
    box-shadow: 0px 0px 15px 0px #e3e0e0;
    padding: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 1rem;
    min-height: 170px;
}

.pTop25 {
    padding-top: 25px;
}

.havaleTutar {
    text-align: right;
    font-size: 2.5rem;
    padding-top: 15px;
}

.pTop15 {
    padding-top: 15px;
}

.mTransferBox {
    box-shadow: 0px 0px 15px 0px #e3e0e0;
    padding: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 1rem;
    min-height: 170px;
    padding-bottom: .7rem;
}

.bankBox {
    width: 110px;
    height: 55px;
    box-shadow: 0px 0px 5px 0px #ccc;
    border-radius: .5rem;
    margin-top: -28px;
    padding: .5rem;
    box-shadow: 0px 0px 9px 0px #979797;
}

.bankDangerB {
    background: #ff4444;
    text-align: center;
}

.ibanNumaras? {
    font-size: 1.3rem;
    font-weight: normal;
}

.hesapAd? {
    font-size: 1.3rem;
    font-weight: bold;
}

.bankLogo {
    padding-top: 7px;
}

.tutarSmall {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: right;
    padding: 0px;
    margin: 0px;
}

.tSmall {
    font-size: 1.4rem;
    padding: 0px;
    margin: 0px;
    text-align: right;
}

.pTop10 {
    padding-top: 10px;
}

.progress {
    border-radius: 3px !important;
    background-color: #959595;
    margin-bottom: 3px;
}

.progress-bar-danger {
    background-color: #ff4444;
}

.iconDangerT {
    color: #ff4444;
    font-size: 2.7rem;
}

.iconSuccessT {
    color: #10d247;
    font-size: 2.7rem;
}

.bankSuccessB {
    background: #10d247;
    text-align: center;
}

.bankNullB {
    background: #959595;
    text-align: center;
}

.bankWaitingB {
    background: #ff6600;
    text-align: center;
}

.iconNullT {
    color: #ff9344;
    font-size: 2.5rem;
}

.progress-bar-success {
    background-color: #10d247;
}

.progress-bar-bilinmeyen {
    background-color: #959595 !important;
}

.oranYüzde {
    position: absolute;
    float: right;
    right: 0;
    margin-top: -14px;
    font-size: .9rem;
    width: 14px;
}

.toplamText {
    position: relative;
    float: left;
    padding-right: 11px;
}

.karsilananText {
    position: relative;
    float: left;
}

.bankCompletedSuccess {
    background: #5eadff;
    text-align: center;
}

.bankCompletedFail {
    background: #ff8300;
    text-align: center;
}

.mTransferBoxCompleted {
    box-shadow: 0px 0px 15px 0px #e3e0e0;
    padding: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 1rem;
    min-height: 125px;
    padding-bottom: .7rem;
}

.demoInnerBG {
    max-width: 350px;
    background: #2b9de2;
    box-shadow: 0px 0px 10px 0px #282828;
    width: 350px;
    margin-top: -23px;
}

.MasterpassDemo a {
    z-index: 9999999;
    background-color: #fff;
}
.ProductDemo a {
   /* z-index: 9999999;
    background-color: #fff;
    border: 3px solid #8e44ad !important;*/
}


.tooltip {
    z-index: 9999999;
}

.bg-blur {
    position: absolute;
    height: 1000px;
    width: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
}

.btn-payTrans {
    background: #8560a8 !important;
    color: white !important;
    letter-spacing: 1;
}

.btn-payTrans-line {
    background: none !important;
    color: #8560a8 !important;
    border-color: #8560a8;
    letter-spacing: 1;
}

.padding2rem {
    padding: 2rem;
}

.payTransBaslik {
    font-weight: bold;
    font-size: 4rem;
}

.headMetin {
    font-size: 1.5rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cubeBg {
    background-image: url('../images/cubeBg.svg');
    background-repeat: no-repeat;
    background-size: contain;
    padding: 4rem;
    padding-left: 4rem;
}

.baslikTwo {
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.5;
}

.ptop80 {
    padding-top: 80px;
}

.ptop50 {
    padding-top: 50px;
}

.video {
    box-shadow: 0px 0px 15px 0px #ccc;
    border-radius: 1rem;
    margin-top: 20px;
}

.text-right {
    text-align: right;
}

.arrowShadow {
    box-shadow: 0px 0px 10px 0px #e1a0ff;
    padding: .4rem;
    border-radius: .5rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    color: #e1a0ff;
    font-size: 2rem;
}

.text-left {
    text-align: left;
}

.demoArrowBG {
    border-right-color: #2c93d1 !important;
    display: none !important;
}

.tipText {
    text-align: left;
    font-style: italic;
    margin: 0rem;
    font-size: 2rem;
    padding-top: 0;
    padding-bottom: 11px;
    padding-left: 23px;
}

.arrow1 {
    animation: slide1 1s ease-in-out infinite;
    margin-left: 9px;
    font-size: 3.5rem;
}

@keyframes slide1 {
    0%, 100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(10px, 0);
    }
}

.MasterpassDemoZindex a {
    z-index: 9;
}

.ProductDemoZindex a {
    z-index: 9;
}

.btn-payTrans:hover {
    box-shadow: 0px 0px 15px 0px #8560a8 !important;
}

.greenButton:hover {
    box-shadow: 0px 0px 20px 0px green !important;
}

.toltipMobile {
    padding: 2rem !important;
}

a.toltipdevam {
    color: white !important;
    font-size: 1.5rem;
    border: 1px solid;
    padding: .8rem;
    border-radius: .5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border-color: #fff;
}

.youTubeVideo {
    width: 640px;
    height: 360px;
}

.dangerIcon {
    color: #e31d2d;
    font-size: 14px;
}

.coins {
    color: #ffc107;
}

.masterTab {
    width: auto;
    border: 1px solid;
    padding: .4rem;
    border-radius: .5rem;
    background: #eaeaea;
    border-color: #ccc;
    padding-left: 1rem;
    position: relative;
}

.taksitBtn {
    padding-top: 3rem !important;
}

.taksit-div .btn.focus, .taksit-div .btn:focus, .taksit-div .btn:hover {
    color: #fff !important;
}

.selectedDivCardMasterpass {
    background-color: #a3a7ac !important;
    color: white;
}

.whiteText {
    color: white !important;
}

.blackText {
    color: black !important;
}

.mpSelect {
    padding-left: 0px;
    background-color: #e6e6e6;
    height: 40px;
    margin: auto;
    padding-top: 10px;
}

.ibanBtn {
    position: absolute;
    float: right;
    right: 15px;
    padding: 1px;
    background: #eee;
    border: 1px solid #ccc;
    padding-left: 6px;
    padding-right: 8px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-bottom: 1px;
    color: #ff6600;
}

.card-type-logo {
}

    .card-type-logo > img {
        width: 45px;
    }

@media screen and (min-device-width: 992px) and (max-device-width: 1414px) {

    .card-type-logo > img {
        width: 25px !important;
    }
}

@media screen and (min-device-width: 611px) and (max-device-width: 1200px) {
    .yeniModalPf {
        position: fixed;
        top: 0;
        margin-left: 1% !important;
        margin-top: 9%;
    }

}

@media screen and (min-device-width: 1201px) and (max-device-width: 1600px) {
    .yeniModalPf {
        position: fixed;
        top: 0;
        margin-left: 35% !important;
        margin-top: 9%;
    }
}



.cstDropBtn {
    height: 20px;
    padding: 0 6px;
    color: #555;
    display: block;
    font-size: 11px;
    background-color: #fff;
    border: 1px solid #c2cad8;
    border-radius: 4px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width: 100%;
    outline: 0 !important;
    box-shadow: none !important;
    float: left;
    margin-bottom: 5px;
    padding-right: 0px; /*  IE ?Ç?N*/

    background-position: right center;
    background-repeat: no-repeat;
    background-size: 9px;
    background-origin: content-box;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' focusable='false' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='42.583px' height='25.843px' viewBox='0 0 42.583 25.843' enable-background='new 0 0 42.583 25.843' xml:space='preserve'%3E%3Cpath fill='%232196F3' d='M19.637,25.157L0.686,6.206c-0.914-0.914-0.914-2.396,0-3.31l2.21-2.21c0.912-0.913,2.391-0.914,3.306-0.004 l15.09,15.02l15.09-15.02c0.915-0.91,2.393-0.909,3.306,0.004l2.21,2.21c0.914,0.914,0.914,2.396,0,3.31L22.947,25.157 C22.033,26.071,20.551,26.071,19.637,25.157z'/%3E%3C/svg%3E");
    padding-right: 5px;
    padding-left: 10px;
}

.cstDropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    user-select: none;
}

.cstDropdown-content {
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: -1;
    width: 100%;
    border: 1px solid #c2cad8;
    margin-top: 20px;
    min-width: calc(100vw*0.35);
    overflow-x: unset;
    overflow-y: auto;
    max-height: 300px;
}

    .cstDropdown-content .selected {
        font-weight: 600;
        background-color: #F9F9F9;
    }

    .cstDropdown-content table {
        color: #555;
        font-size: 12px;
        text-decoration: none;
        cursor: pointer;
        width: 100%;
        margin: 0;
        line-height: 34px;
    }

        .cstDropdown-content table tr:last-child {
            border-bottom: 1px solid #EAEAEA;
        }

        .cstDropdown-content table table td:first-child {
            width: 50%;
        }

        .cstDropdown-content table table tr:not(:first-child) {
            line-height: 18px !important;
        }

        .cstDropdown-content table table td:first-child {
            text-align: left;
            padding-left: 5px;
        }

        .cstDropdown-content table table tr:not(:first-child) td:nth-child(2) {
            width: 20%;
            text-align: left;
            font-weight: 600;
            padding-left: 5px;
        }

        .cstDropdown-content table table tr:not(:first-child) td:last-child {
            width: 20%;
            text-align: right;
            padding-right: 5px;
        }

    .cstDropdown-content tr:hover {
        background-color: #F9F9F9;
    }

    .cstDropdown-content table td:first-child {
        text-align: center;
    }

    .cstDropdown-content .subInfo {
        font-size: 11px;
        line-height: 14px;
    }

    .cstDropdown-content tr td .divider {
        background-image: linear-gradient(transparent 5%, #EAEAEA 5% 95%, transparent 95% );
        overflow: hidden;
        width: 0.2%;
    }

.cstSearchText i {
    position: absolute;
    float: right;
    right: 3px;
    top: 3px;
    background: #fff;
    padding: 0.1rem;
    width: 19px;
    padding-left: 0.4rem;
}


@media(max-width:1350px ) and (min-width:992px) {
    .cstDropdown-content {
        min-width: calc(100vw*0.4);
    }
}

@media (max-width:475px) {
    .cstDropdown-content table {
        font-size: 10px;
    }
}

@media (max-width:991px) {
    .cstDropdown-content {
        max-width: calc(100vw - 50px);
    }
}

.userOtpPopupHeader {
    color: #333;
    font-size: 12px;
}

.userOtpPopupContent {
    color: #333;
}


.cstSearchText{
    display:block;
    position:sticky;
    top:0;
}
.cstSearchText input {
    border-radius: 0px !important;
    border: 0 !important;
    border-bottom: 1px solid #c2cad8 !important;
}

.newExcelBtn {
    text-align: center;
    width: 155px;
    text-wrap: balance;
    padding: 1rem !important;
    font-size: 12px !important;
    text-transform: math-auto !important;
    min-height: 122px;
    margin-right: 14px;
    border-radius: 0.5rem !important;
    padding-top: 17px !important;
}

.newRight {
    padding-top: 10px;
    position: absolute;
    float: right;
    right: 2px;
}



.tools {
    margin-top: -6px;
    margin-right: 0px !important;
}

.caption {
    margin-left: 0px !important;
}

.tools i {
    font-size: 14px;
    padding: 0;
    margin: 0;
    position: relative;
    top: -8px;
    margin: 0 !important;
}

.efilter {
    width: 22px !important;
    height: 22px !important;
}

a.aspNetDisabled.btn.small-btn-outline-grid {
    margin-left: 15px;
}

.tools {
    padding-right:15px !important;
}


.bg_dark{
    background:#fff !important;
}

a.btn-on {
   	color:#fff !important;
       font-size:14px !important;
       text-align:right;
}

#demoExit{
    text-align:right;
    margin-right:8px;
}

.arrowAnimate {
    text-align:left;
}

.userIconColor{
    color:#333 !important;
}

.pfBoardBg {
    background-image: url(../images/tanitim/pf-banner-pop-light-param.png);
    min-height: 558px;
    border-radius: 2rem;
    background-color: rgb(0 0 0 / 14%);
    min-width: 883px;
    background-position:left;
}

.pfCampainText {
    max-width: 475px;
    color: #8e74b5;
    padding-left: 1rem;
    padding-top: 4rem;
}
h2.pfCtitle {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 2rem;
}
h4.pfLtitle {
    font-size: 15px;
    line-height: 1.5;
    padding-top: 2rem;
}
h3.pfTtitle {
    width: 286px;
    font-weight: bold;
    font-size: 20px;
    padding-top: 2rem;
}

.pfFooterBtn {
    margin-top: 1rem;
    float: right;
}

a.btn.btn-closed {
    background: #dd2e2e;
    border-radius: .5rem !important;
    color: #fff !important;
    width: 114px;
    height: 40px;
    text-align: center;
    text-transform: none !important;
    font-size: 15px !important;
    box-shadow: 1px -2px 15px 2px #dd2e2e !important;
    margin-right: 19px;
}

a.btn.btn-next {
    background: #56036f;
    border-radius: .5rem !important;
    color: #fff !important;
    width: 114px;
    height: 40px;
    text-align: center;
    text-transform: none !important;
    font-size: 15px !important;
    box-shadow: 1px -2px 15px 2px #56036f !important;
    margin-right: 19px;
}

.animatedArrow {
    margin-left: 4rem;
    max-height: 30px !important;
}
.arrow {
    transform: translate(-50%, -50%);
    transform: rotate(90deg);
    cursor: pointer;
}

    .arrow span {
        display: block;
        width: 0.8vw;
        height: 0.8vw;
        border-bottom: 5px solid #8e44ad;
        border-right: 5px solid #8e44ad;
        transform: rotate(45deg);
        margin: -10px;
        animation: animate 2s infinite;
    }


        .arrow span:nth-child(2) {
            animation-delay: -0.2s;
        }

        .arrow span:nth-child(3) {
            animation-delay: -0.4s;
        }

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

.btnCloud {
    background: #fff;
    padding: 1.5rem;
    border-radius: 1rem;
    max-width: 205px;
    margin-top: -146px;
    margin-left: 10px;
    box-shadow: 4px 7px 10px 3px rgb(85 85 85 / 46%);
}
h3.pfCloudTitleB {
    font-size: 13px;
    font-weight: bold;
    color: #8e74b5;
    text-decoration: underline;
    font-family: sans-serif;
}

h3.pfCloudTitleL {
    font-size: 14px;
    font-weight: bold;
    color: #8e74b5;
    text-align: left;
    font-family: sans-serif;
}

.arrow {
    top: 7px;
    position: absolute;
    left: 49px;
}

.btnNewPurple {
    border: none;
}

.yeniModalPf {
    position: fixed;
    top: 0;
    margin-left: 29%;
    margin-top: 9%;
}


/* ############################################## SKELETON UI BEGIN ############################################## */

.skeletonOnload {
    background-image: -webkit-linear-gradient(left, #b3b3b3 0px, #d0d0d0 40px, #b3b3b3 80px) !important;
    background-image: -o-linear-gradient(left, #b3b3b3 0px, #d0d0d0 40px, #b3b3b3 80px) !important;
    background-image: linear-gradient(90deg, #b3b3b3 0px, #d0d0d0 40px, #b3b3b3 80px) !important;
    background-size: 250px !important;
    -webkit-animation: shine-loading-image 2s infinite ease-out !important;
    animation: shine-loading-image 2s infinite ease-out !important;
}

.skeletonSubText {
    width: 250px !important;
    height: 29px !important;
    margin-top: 20px !important;
    margin-left: 20px !important;
    background: #999 !important;
    background-image: -webkit-linear-gradient(left, #999 0px, #777 40px, #999 80px) !important;
    background-image: -o-linear-gradient(left, #999 0px, #777 40px, #999 80px) !important;
    background-image: linear-gradient(90deg, #999 0px, #777 40px, #999 80px) !important;
    background-size: 250px !important;
    border-radius: 6px !important;
    -webkit-animation: shine-loading-container-items 2s infinite ease-out !important;
    animation: shine-loading-container-items 2s infinite ease-out !important;
}


@-webkit-keyframes shine-loading-image {
    0% {
        background-position: -32px;
    }

    40%, 100% {
        background-position: 208px;
    }
}


@keyframes shine-loading-image {
    0% {
        background-position: -32px;
    }

    40%, 100% {
        background-position: 208px;
    }
}

@-webkit-keyframes shine-loading-container-items {
    0% {
        background-position: -100px;
    }

    40%, 100% {
        background-position: 140px;
    }
}

@keyframes shine-loading-container-items {
    0% {
        background-position: -100px;
    }

    40%, 100% {
        background-position: 140px;
    }
}
/* ############################################## SKELETON UI END ############################################## */

/* ############################################## UCFilters CSS START ############################################## */
#filterPopup {
    display: none;
    border-radius: 1rem;
    position: absolute;
    background: #ffffff;
    border: 1px solid #dddd;
    padding: 1.25rem;
    z-index: 1000;
    right: 0px;
    transform: translateX(-10px);
    width: 300px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 3.25rem;
}

#filterBottomArea {
    margin-top: 1rem;
    padding-top: 1.25rem;
    border-top: 1px solid #dddd;
    border-radius: 12px;
}

.filter-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    border-bottom: 1px solid #dddd;
    font-size: 1rem;
}

    .filter-label,
    .filter-item span {
        flex-grow: 1;
        text-align: center;
        font-size: small;
        font-weight: 500;
        color: #333;
        cursor: pointer;
    }

.filter-edit {
    flex-grow: 1;
    text-align: center;
    font-size: 14px;
    padding: 3px;
    display: none;
}

.btn-save {
    display: none;
}

.filter-item .fa {
    cursor: pointer;
    font-size: 18px;
    color: #666;
    transition: color 0.3s ease, transform 0.2s ease;
}

    .filter-item .fa:hover {
        color: #000;
        transform: scale(1.2);
    }

.filter-item .fa-star {
    color: goldenrod;
    font-size: 20px;
}

.filter-icon {
    float: right;
    background: #2196F3 !important;
    color: #fff !important;
    text-align: center;
    border-radius: 2rem;
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
}

.modal-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    z-index: 9999;
    width: 480px;
}

/*    .modal-header {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }*/

.modal-close {
    position: absolute;
    top: 0.5rem;
    right: 0.75rem;
    cursor: pointer;
    font-size: 1.25rem;
    color: #666;
}

    .modal-close:hover {
        color: #000;
    }

.dynamic-date-group {
    margin-bottom: 1rem;
}

    .dynamic-date-group label {
        display: block;
        margin-bottom: .25rem;
        font-weight: 500;
    }

    .dynamic-date-group select {
        margin-right: .5rem;
        width: 45%;
    }

    .dynamic-date-group input[type=text] {
        width: 15%;
    }

    .dynamic-date-group input[disabled] {
        background-color: #dbdbdb;
    }

    .dynamic-date-group input::placeholder {
        color: #999;
        font-style: italic;
    }

.preview-label {
    width: 40%;
}
/* ############################################## UCFilters CSS END ############################################## */