﻿
/**###################################################################################################################**/

/*                               Template üzerinde özelleştirilmiş classlar ve ekstra stiller                          */

/*#####################################################################################################################*/



/************************************************* GENERAL BEGIN ********************************************************************/


/*---------------------- Font Size  BEGIN-------------------*/
body {
    font-size: 11px;
}

.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--------------------------*/

.infoColor {
    margin-top: 2px;
    color: rgb( 92, 151, 191) !important;
    font-size: 15px;
}


.warningIcon {
    color: #f36a5a;
    font-size: 12px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-5 {
    margin-top: 5px;
}

.paddingZero, .no-padding {
    padding: 0px;
}

.edit {
    padding: 0 6px !important;
}

.editError {
    padding: 0 6px !important;
    border: 3px solid red !important;
}

.row {
    min-height: 25px;
}


.pr-35 {
    padding-right: 35px;
}

.ml-35 {
    margin-left: 35px;
}

.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;
    }

.pgr { /*bir bakışta sayfalama görünümü için manuel işlemler */
    margin-top: -20px;
}

.mh-15 {
    min-height: 15px !important;
}

/*_________________________________________ Form Element General Design - BEGIN ____________________________________________*/

input[type=text], input[type=password], input[type=number], select, textarea {
    height: 20px;
    padding: 0 6px;
    line-height: 20px;
    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: 35px;
    height: 100%;
    resize: vertical;
}

    input[type=text]:disabled, input[type=password]:disabled, input[type=number]:disabled, select:disabled, textarea:disabled, button:disabled, button:disabled:hover {
        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*/
    padding-left: 2px; /*TEST*/
}

input[type=radio], input[type=checkbox] {
    margin-right: 5px;
    vertical-align: text-bottom;
}

/*_________________________________________ 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;
}

    a:hover {
        text-decoration: underline;
    }

.FieldHeaderRequired {
    color: #CC3300;
}

.FieldHeader {
    color: #696969;
}

/* -----------------------------  LOADING BEGIN -----------------------------*/
LockOff {
    display: none;
    visibility: hidden;
}

.LockOn {
    display: block;
    visibility: visible;
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    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 {
    font-size: 11px;
    font-weight: 400;
    padding: 0px;
    float: left;
    width: 25px;
    height: 20px;
    padding-top: 5px;
}



.input-group .form-control {
    z-index: 0;
}

.login .content .form-control {
    height: 34px;
    line-height: 34px;
}

/********************************************************* FORM  END**************************************************/


/******************************************************** HEADER BEGIN ***********************************************************/

:root {
    --safe-top: env(safe-area-inset-top, 0px);
    --safe-right: env(safe-area-inset-right, 0px);
    --safe-bottom: env(safe-area-inset-bottom, 0px);
    --safe-left: env(safe-area-inset-left, 0px);
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--safe-top);
    pointer-events: none;
    z-index: 2000;
}

.page-header.navbar {
        height: 40px !important;
    min-height: calc(40px + var(--safe-top)) !important;
    padding-top: var(--safe-top) !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
}

    .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;
    }

    .page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
        padding: 8px 10px 0px 5px !important;
    }

    .page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-menu:after {
        right: 20px;
    }

    .page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-menu:before {
        border-bottom: 0px;
    }

.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.navbar .page-logo {
    height: 40px;
}

.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;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle > i {
    color: #ff6600;
    padding: 14px 0px;
    margin: 0px 8px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle:hover,
.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle:active,
.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle:visited,
.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle:focus {
    background: transparent;
}

.logout {
    font-size: 15px;
}

/* Bildirimler*/
.notification-icon {
    font-size: 30px;
    color: #7FB0DA;
}
/*---------*/

.mini-favori-menu {
    float: left;
    display: flex;
    margin-top: 4px;
    margin-left: 10px;
}

    .mini-favori-menu > div {
        margin-right: 2px;
        padding: 2px;
        border: 1px #3598dc solid;
        border-radius: 2px;
        box-shadow: 0 1px 2px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.18);
    }
/* HEADER END*/



/************************************************************* MENU BEGIN **********************************************************/

.portlet > .portlet-title > .tools > a.expand {
    background-image: url(/static_files/assets/global/img/filter-filled.png);
      background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0px;
    padding: 15px;
        }

.portlet > .portlet-title > .tools > a.collapse {
    background-image: url(/static_files/assets/global/img/filter-empty.png);
       background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0px;
    padding: 15px;
}

.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-right: 10px;
    margin-top: 10px;
}

    .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: 50% !important;
    padding: 0px !important; /* ESKISI 5px*/
    text-align: right;
    min-width: 40px;
}

.textBoxKurus {
    float: left;
    width: 30% !important;
    padding: 0px !important; /* ESKISI 5px*/
    text-align: left;
    min-width: 20px;
}

.textBoxKurusDigit {
    float: left;
    width: 40% !important;
    padding: 0px !important; /* ESKISI 5px*/
    text-align: left;
    min-width: 20px;
}

.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;
    }

    .customTabPanel > div > span > span > span {
        margin-top: 10px;
    }

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-dialog {
    width: 70%;
    max-width: 800px;
}

/*.modalcontainer {
    width: 700px;
    max-width: 700px;
    min-width: 700px;
    height: 100%;
    max-height: 500px;
    background: white;
    position: fixed;
    top: 100px;
    overflow: auto;
}

.modalbody {
    padding: 15px;
    text-align: left;
}
 .modaltitle {
    font-weight: 400;
}

 .modalheader {
    background: #f3f5f6;
    padding: 10px;
    text-align: left;
}*/
/* ****************************************** 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;
}

 .smallwarning {
padding:7px !important;
 margin:2px !important; 
    font-weight: bold;
}



.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;
}



.requiredField {
    margin-top: -5px;
    margin-bottom: 5px;
    float: left;
}

.requiredFieldPhone {
    top: -20px;
    margin-bottom: 5px;
    position: relative;
}

.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;
    }

.btn-warning{
    color:white !important;
}
.login .content .form-title {
    font-weight: 400;
}


.RouteLink {
    text-decoration: none !important;
   text-align:center;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    line-height:35px;
}

    .RouteLink:hover, .RouteLink:active, .RouteLink:focus {
        background: #ddd;
    }

    .RouteLink > i {
        text-decoration: none;
        font-size: 25px;        
    vertical-align:middle;
    }

    .RouteLink:nth-child(1) > i {
        color: lightseagreen;
    }

    .RouteLink:nth-child(2) > i {
        color: blueviolet;
    }

    .RouteLink:nth-child(3) > i {
        color: cornflowerblue;
    }
    
.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;
}

.portlet > .portlet-title > .caption > i {
    float: left;
    margin-top: 4px;
    display: inline-block;
    font-size: 25px;
    margin-right: 5px;
    color: #0094ff;
}
/***************************** 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: #f8f8f8;
}

    .page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-menu > li:last-child > a:hover {
        background: #e8e8e8;
    }

.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%;
}
/*.btn-group { z-index: 1}*/

/*-------------------------*/



.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;
}

.margin-left-10 {
    margin-left: 10px;
}

.maxFontStyle {
    font-size: 10px;
    white-space: nowrap;
}

.PopUpTable table > tbody > tr > td {
    padding: 2px;
}

/* ajaxtoolkit auto complete */
.autocomplete_completionListElement {
    background-color: white;
    list-style: none;
    padding-left: 2px;
    padding-right: 2px;
    border: 1px solid #c2cad8;
    max-height: 250px;
    overflow: auto;
}

.autocomplete_highlightedListItem {
    background-color: #bcf0f5;
    color: black;
}

.autocomplete_listItem {
    background-color: white;
    color: black;
}
/*----------------------*/
.pos-fixed {
    position: fixed !important;
}

.total-row {
    font-weight: bold;
    background: #efefef;
}

    .total-row > td {
        font-size: 12px;
        white-space: nowrap;
    }

.full-width {
    width: 100%;
    float: left;
}

/*chart özelleştirme*/
.graphcolumn {
    margin-right: 10px;
}

.graphline {
    margin-left: 10px;
}

.amcharts-export-menu .export-main:hover {
    padding-bottom: 0px;
}

.amcharts-export-menu-top-right {
    top: -30px;
}
/*----------------*/

/* MIN WIDTH CLASSLARI*/
.min-w50 {
    min-width: 50px !important;
}

.min-w75 {
    min-width: 75px !important;
}

.min-w80 {
    min-width: 80px !important;
}
.min-w90 {
    min-width: 90px !important;
}

.min-w100 {
    min-width: 100px !important;
}

.min-w150 {
    min-width: 150px !important;
}

.min-w170 {
    min-width: 170px !important;
}

.min-w200 {
    min-width: 200px !important;
}

.min-w250 {
    min-width: 250px !important;
}

.min-w300 {
    min-width: 300px !important;
}
.min-w380 {
    min-width: 380px !important;
}
.min-w400 {
    min-width: 400px !important;
}


/*----------------------*/

.responsiveTable {
    overflow-x: visible;
}

    .responsiveTable::-webkit-scrollbar-track {
        background-color: #efefef;
    }

    .responsiveTable::-webkit-scrollbar {
        width: 10px;
        height: 10px;
        background-color: #bbb;
    }

    .responsiveTable::-webkit-scrollbar-thumb {
        background-color: #bbb;
    }

/******************************/

.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li > a {
    min-height: 34px !important;
}


/* Özel olarak gris 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;
}
/*----------------------------*/


/*   bildirimler versiyon 2*/
.dropdown-list-container {
    display: none;
    position: fixed;
    left: calc(100% - 285px);
    top: 45px;
}

    .dropdown-list-container.left {
        left: calc(100% - 310px);
    }

.scroller {
    max-height: 300px;
    min-height: 50px;
    overflow: auto;
}

    .scroller::-webkit-scrollbar-track {
        background-color: lightgray;
    }

    .scroller::-webkit-scrollbar {
        width: 10px;
        height: 10px;
        background-color: lightgray;
    }

    .scroller::-webkit-scrollbar-thumb {
        background-color: gray;
        border-radius: 5px;
    }

.notification-edit > li > a:hover {
    cursor: default;
    background: transparent !important;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu:after, .page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu:before {
    border-bottom: 0px;
}

.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;
}

li.dropdown:active {
    background: #f9fafc;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list > li > a {
    line-height: 19px;
    font-size: 12px;
}

    .page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list > li > a.low {
        padding: 5px 10px;
    }
/*----------------------*/


/* **************************************** 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%;
    }

    .page-header.navbar .page-top {
        width: auto;
        position: absolute;
        right: 30px;
    }

    .dropdown-list-container {
        position: absolute;
        top: 35px;
        left: -155px;
    }

        .dropdown-list-container.left {
            left: -180px;
        }
}

@media screen and (max-width: 768px) {
     .page-header.navbar .menu-toggler {
        padding: 10px 12px !important; 
        margin: 0 !important;
        height: auto !important;
    }

    .highslide-html-content {
        width: 500px;
    }

    .paginationLeft, .paginationRight {
        width: 100%;
    }

    .mini-favori-menu {
        display: none;
    }

    .page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu > li > a {
        padding-right: 13px;
    }
}

@media screen and (max-width: 610px) {
    .page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu {
        max-width: 200px;
    }

    .breadCrumbDiv {
        height: auto;
    }
}

@media (max-width: 480px) {
    .login .content {
        padding: 30px;
        width: 90%;
    }

    .highslide-html-content {
        width: 250px;
    }

    .username, .firmcode {
        display: none;
    }
}



/* **************************************** MEDIA SCREN - END *************************************/


/* STİL VERİLMEYİP JAVASCRİPT İÇİN KULLANILAN CLASSLAR */

.gridviewScroll, .freezeColumn1, .freezeColumn2, .freezeColumn3 {
}
/****************************************************/
