﻿/* -------------------------------------------------------
--- Codify Ltd. Sti
--- http://codify.istanbul
--------------------------------------------------------*/

/*#region --- GENERAL ---*/
html { overflow: hidden; position: fixed; }
body { overflow-y: scroll !important; background-color: #EDEDED; overflow: hidden; position: fixed; }

/* AutoFill Input Background Color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active { -webkit-box-shadow: 0 0 0 1000px #FFF inset !important; }

/* Animation Check */
.circle-loader { margin: 0 0 30px 10px; border: 2px solid rgba(0, 0, 0, 0.2); border-left-color: #5cb85c; animation-name: loader-spin; animation-duration: 1s; animation-iteration-count: infinite; animation-timing-function: linear; position: relative; display: inline-block; vertical-align: top; }
.circle-loader,
.circle-loader:after { border-radius: 50%; width: 8em; height: 8em; }
.load-complete { -webkit-animation: none; animation: none; border-color: #5cb85c; transition: border 500ms ease-out; }
.checkmark { display: none; }
.checkmark.draw:after { animation-duration: 800ms; animation-timing-function: ease; animation-name: checkmark; transform: scaleX(-1) rotate(135deg); }
.checkmark:after { opacity: 1; height: 4em; width: 2em; transform-origin: left top; border-right: 2px solid #5cb85c; border-top: 2px solid #5cb85c; content: ""; left: 2em; top: 4em; position: absolute; }

@keyframes loader-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes checkmark {
    0% { height: 0; width: 0; opacity: 1; }
    20% { height: 0; width: 2em; opacity: 1; }
    40% { height: 4em; width: 2em; opacity: 1; }
    100% { height: 4em; width: 2em; opacity: 1; }
}

/* Control Warning */
.control-warning { border-style: solid; border-color: #FF0000 !important; }
.control-warning:focus { border-color: rgba(104, 8, 8, 0.6) !important; }
.control-warning-tab { color: #FF0000 !important; }
.control-warning-star { color: #CC0000; }

/* Load Bar */
.load-bar { height: 4px; width: 100%; position: absolute; overflow: hidden; background-color: #f3f3f3; z-index: 1; display: none; }
.load-bar:before { display: block; position: absolute; content: ""; left: -200px; width: 200px; height: 4px; background-color: #cb3e3a; animation: loading 2s linear infinite; }

/* Custom Scrollbar */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #CECECE; }
::-webkit-scrollbar-thumb:hover { background: #CCC; }

/* Placeholder */
::placeholder { color: #D0D0D0; opacity: 1; }
::-webkit-input-placeholder { color: #D0D0D0; }
::-moz-placeholder { color: #D0D0D0; }
:-ms-input-placeholder { color: #D0D0D0; }
:-moz-placeholder { color: #D0D0D0; }

@keyframes loading {
    from { left: -200px; width: 30%; }
    50% { width: 30%; }
    70% { width: 70%; }
    80% { left: 50%; }
    95% { left: 120%; }
    to { left: 100%; }
}

/* Tooltip */
.v-tooltip { position: absolute; background-color: #F0F0F0; color: #555; padding: 6px 8px; max-width: 500px; z-index: 999999999999; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0px 2px 1px 0px rgba(48,48,48,0.3); -moz-box-shadow: 0px 2px 1px 0px rgba(48,48,48,0.3); box-shadow: 1px 2px 2px 0px rgba(48,48,48,0.3); }
.v-tooltip:after { content: ''; position: absolute; margin: auto; left: 0px; right: 0px; top: -10px; bottom: auto; border-style: solid; margin: auto; width: 0px; border-bottom-width: 10px; border-right-width: 10px; border-left-width: 10px; border-top-color: transparent; border-right-color: transparent; border-bottom-color: #E9E9E9; border-left-color: transparent; }

/* Form */
form { border-radius: 4px; }
.disabled-area { width: 100%; height: 100%; background-color: #52525221; z-index: 9999999999; position: absolute; top: 0%; left: 0%; }

/*#endregion*/

/*#region --- HEADER ---*/
/*#endregion*/

/*#region --- GLOBAL --- */

/* Avatar */
.avatar { border-radius: 50%; width: 100px; height: 100px; background-position: center; background-size: cover; margin: auto auto 10px auto; }

/* Article Body */
.main { position: relative; cursor: default; padding: 5px; }
.main .main-title { background: transparent; box-shadow: none; margin-bottom: 5px; }
.main .main-title span { color: #555; font-size: 20px; font-family: 'Roboto', Arial; font-weight: 300; }
.main .main-title a { color: #555; padding: 5px 10px; display: inline-block; transition: .5s; border-radius: 4px; }
.main .main-title a:hover { color: #111; background-color: #cccccc; }
.main .main-title a i { margin-right: 5px; }
.main .main-body { padding: 20px; }
.main .main-loading { position: absolute; width: 100%; height: 100%; opacity: 1; background-color: #ededed; z-index: 999999999999; top: 0px; left: 0px; }

/* Form */
form { background-color: #FFF; }
.popup-form-loading { position: absolute; width: 100%; height: 100%; z-index: 999; padding: 50px; font-size: 20px; text-align: center; background-color: #FFF; text-align: center; }

/* Datepicker */
.ui-datepicker { z-index: 999999999999 !important; }
.ui-datepicker .ui-widget-content { border-color: #ccc; }
.ui-datepicker .ui-widget-header { border: 0px; background: #ebebeb; }
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default { border: 0px; background: #f3f3f3; }
.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-widget-content .ui-state-highlight,
.ui-datepicker .ui-widget-header .ui-state-highlight { background: #dddcdc; }
.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active { background: #5186b3; color: #FFF; }

/* Dropdown Autocomplete */
.dropdown-autocomplete { position: relative; }
.dropdown-autocomplete input { position: relative; z-index: 2; font-style: normal; }
.dropdown-autocomplete .not-select { font-style: italic; }
.dropdown-autocomplete i { position: absolute; text-align: center; padding: 12px; display: inline-block; top: 0px; right: 0px; z-index: 3; color: #ccc; font-size: 18px; }
.dropdown-autocomplete select { display: none; }
.dropdown-autocomplete .autocomplete-menu { position: absolute; background-color: #FFF; border: 1px solid #5186b3; width: 100%; margin-top: -1px; z-index: 100; max-height: 200px; overflow-y: auto; overflow-x: hidden; display: none; }
.dropdown-autocomplete .autocomplete-menu ul li { display: block; padding: 0px 5px; background-color: #FFF; color: #111; text-decoration: none; }
.dropdown-autocomplete .autocomplete-menu ul li.active,
.dropdown-autocomplete .autocomplete-menu ul li:hover { background-color: #1e90ff; color: #FFF; }

/* Checkbox */
.check-box { cursor: pointer; padding: 9px 12px; color: #555; background-color: #fff; border: 0px; border-bottom: 1px solid #ccc; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
.check-box:hover { border-color: #5186b3; outline: 0; -webkit-box-shadow: none; box-shadow: none; }
.check-box label { margin-bottom: 1px; margin-left: 5px; color: #555; cursor: pointer; }
.check-box i { float: left; padding: 3px; margin-right: 5px; color: #dd0d16; width: 16px; text-align: center; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; display: inline-block; }
.check-box i.fa-times { color: #cfcdcd; }
.check-box-default { display: inline-block; border-color: transparent; -webkit-box-shadow: none; box-shadow: none; padding: 5px 0px; }
.check-box-default:hover { border-color: transparent; }
.check-box-default i { border: 1px solid #ccc; width: 30px; padding-top: 6px; padding-bottom: 6px; }
.check-box-default:hover i { border-color: #5186b3; }
.check-box-default label { margin-top: 3px; }

/* Checkbox List */
.check-box-list { padding: 28px 12px 7px 12px; color: #555; background-color: #fff; border: 0px; border-bottom: 1px solid #ccc; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
.check-box-list > label { display: block; }
.check-box-list .check-box { margin-right: 20px; }
.check-box-list.form-group-small { padding: 21px 9px 4px 9px; }
.check-box-list.form-group-small .check-box { margin-right: 10px; }
.check-box-list.form-group-small .check-box i { margin-right: 2px; }
.check-box-list .check-box-list-body { overflow: auto; }
.check-box-list .check-box-list-body.check-box-list-vertical .check-box { display: block; }
.check-box-list .check-box-list-body.check-box-list-vertical .check-box:last-child { margin-bottom: 4px; }

/* Checkbox - Switch Button */
.check-box-switch { padding: 16px 13px !important; }
.check-box-switch label { margin-left: 0px; color: #999; font-weight: normal; margin-bottom: 0px; padding-right: 15px; font-family: 'Roboto', Arial; font-weight: 400; width: auto; text-overflow: ellipsis; white-space: nowrap; }
.check-box-switch .check-box-switch-body { position: relative; width: 42px; height: 22px; border-bottom: 0px; }
.check-box-switch .check-box-switch-body [type="checkbox"] { opacity: 0; width: 0; height: 0; }
.check-box-switch .check-box-switch-body .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; }
.check-box-switch .check-box-switch-body .slider:before { position: absolute; content: ""; height: 16px; width: 16px; left: 3px; bottom: 3px; background-color: white; -webkit-transition: .4s; transition: .4s; }
.check-box-switch .check-box-switch-body [type="checkbox"]:checked + .slider { background-color: #419641; }
.check-box-switch .check-box-switch-body [type="checkbox"]:focus + .slider { box-shadow: 0 0 1px #419641; }
.check-box-switch .check-box-switch-body [type="checkbox"]:checked + .slider:before { -webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px); }
.check-box-switch .check-box-switch-body .slider.round { border-radius: 34px; }
.check-box-switch .check-box-switch-body .slider.round:before { border-radius: 50%; }

/* Rounded sliders */
.slider.round { border-radius: 34px; }

.slider.round:before { border-radius: 50%; }

/* About */
.about .logo-customer { height: 50px !important; }
.about .logo-vira { height: 50px !important; }
.about .logo-codify { height: 30px !important; }

/* Box Cube */
.box-cube { width: 100%; min-height: 95px; display: table; text-decoration: none !important; transition: .3s; margin-bottom: 1px; }
.box-cube:hover { background-color: #d5d5d5; }
.box-cube:hover * { color: #555; }
.box-cube-cell { display: table-cell; vertical-align: middle; padding: 15px 10px; }
.box-cube-cell:first-child { width: 1%; }
.box-cube-cell i { display: block; text-align: center; font-size: 25px; margin: 0px 0px 0px 10px; }
.box-cube-yellow { background-color: #ffd923; }
.box-cube-yellow * { color: #a48a05; }
.box-cube-gray { background-color: #ebebeb; }
.box-cube-gray * { color: #999; }
.box-cube-blue { background-color: #79a8cf; }
.box-cube-blue * { color: #ebeef2; }
.box-cube-red { background-color: #bd0909; }
.box-cube-red * { color: #f5d0d0; }
.box-cube-green { background-color: #6cb56c; }
.box-cube-green * { color: #095f09; }

/* Param Query Grid Card */
.pq-grid-card { background: transparent !important; border: 0px !important; }
.pq-grid-card .pq-grid-cont-inner { width: 100% !important; }
.pq-grid-card div.pq-header-outer { display: none; }
.pq-grid-card div.pq-grid-bottom { background: transparent; border: 0px; }
.pq-grid-card div.pq-grid-footer { border: 0px; text-align: center; }
.pq-grid-card .pq-grid-top { display: none; }
.pq-grid-card div.pq-vscroll { display: none !important; }
.pq-grid-card div.pq-hscroll { display: none !important; }
.pq-grid-card table.pq-grid-table { display: block; width: 100%; }
.pq-grid-card table.pq-grid-table > tbody { display: block; width: 100%; padding: 5px 15px; }
.pq-grid-card table.pq-grid-table > tbody > tr { display: table; border: 1px solid #d0d0d0; width: 100%; margin-bottom: 10px; -webkit-box-shadow: 0 1px 2px 0 rgba(50,50,52,.2); -moz-box-shadow: 0 1px 2px 0 rgba(50,50,52,.2); box-shadow: 0 1px 2px 0 rgba(50,50,52,.2); -webkit-transition: .5s; -moz-transition: .5s; transition: .5s; }
.pq-grid-card table.pq-td-border-bottom > tbody > tr > .pq-grid-cell { border: 0px; padding: 10px 10px; }
.pq-grid-card tr.pq-grid-oddRow > td { background: #FFF; }
.pq-grid-card .pq-state-select { background: #FFF !important; }

/* Param Query Grid Big Data */
[data-grid-type="BigData"] .pq-page-placeholder span { display: none; }

/* Param Query Search Bar */
.pq-grid-main .pq-search { padding: 5px 5px 0px 5px; }
.pq-grid-main .pq-search > .tbl-cell { padding: 0px; }
.pq-grid-main .pq-search > .tbl-cell:first-child { padding-right: 0px; }
.pq-grid-main .pq-search [type="text"] { width: 100%; height: 32px; border: 1px solid #E5E5E5; border-right: 0px; padding: 4px 6px; color: #555; transition: .3s; border-top-left-radius: 4px; border-bottom-left-radius: 4px; outline: none; }
.pq-grid-main .pq-search [type="text"]:focus { border-color: #C0C0C0; }
.pq-grid-main .pq-search button { border: 1px solid #E5E5E5; border-radius: 0px; padding: 5px 12px; background-color: #FFF; transition: .5s; border-top-right-radius: 4px; border-bottom-right-radius: 4px; }
.pq-grid-main .pq-search button i { color: #C0C0C0; }
.pq-grid-main .pq-search button:hover { background-color: #dc0d16; }
.pq-grid-main .pq-search button:hover i { color: #FFF; }

/* Main Menu Bar - Icon Number */
.mm-iconbar a { display: block; position: relative; color: #555 !important; }
.mm-iconbar a > span { display: inline-block; position: absolute; bottom: -5px; left: 0px; right: 0px; margin: auto; font-weight: bold; color: #555; font-size: 12px; }
.mm-iconbar a > .active { color: #eb4946; }

/* Card */
.card { box-shadow: 0 1px 4px 0 rgba(0,0,0,.14); border: 0; border-radius: 4px; color: #333; background: #fff; width: 100%; box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12); position: relative; display: block; background-color: #fff; }
.card h3 { display: block; font-size: 18px; font-weight: normal; color: #000; background-color: #FFF; white-space: nowrap; padding: 8px 16px; margin: 0px; font-family: 'Roboto', Arial; font-weight: 400; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom: 1px solid #EDEDED; }
.card h4 { display: block; font-size: 14px; font-weight: normal; color: #C0C0C0; margin: 0px 0px 5px 0px; white-space: nowrap; font-family: 'Roboto', Arial; font-weight: 300; width: 100%; text-overflow: ellipsis; overflow: hidden; margin: 8px 0px 3px 8px; }
.card .card-value-big { font-size: 22px; color: #333; font-weight: 400; font-family: 'Roboto', Arial; white-space: nowrap; margin: 0px 0px 5px 8px; display: block; }
.card .card-icon { display: block; text-align: center; font-size: 25px; padding: 0px 10px; width: 80px; }
.card .card-table label { padding: 0px 5px; color: #C0C0C0; white-space: nowrap; }
.card .card-table span { display: inline-block; padding: 0px 5px; }
.card-margin-bottom { margin-bottom: 20px; }

.card .card-status { background-color: #E5E5E5; border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.card .card-icon { color: #999; }
.card-info .card-status { background-color: #1ba3fe; }
.card-info .card-icon { color: #FFF; }
.card-warning .card-status { background-color: #fc9005; }
.card-warning .card-icon { color: #FFF; }
.card-success .card-status { background-color: #51ab55; }
.card-success .card-icon { color: #FFF; }
.card-error .card-status { background-color: #eb4946; }
.card-error .card-icon { color: #FFF; }

.card .card { box-shadow: none; margin-bottom: 0px; border-radius: 0px; }

/* Big Button */
.btn-big { display: block; padding: 5px 0px; margin: 10px 0px; text-decoration: none !important; text-align: center; transition: .5s; }
.btn-big:hover { background-color: #EDEDED; }
.btn-big i { display: inline-block; padding: 21px 20px; text-align: center; font-size: 20px; border-radius: 50%; background-color: #C0C0C0; color: #FFF; margin-bottom: 12px; }
.btn-big span { display: block; padding: 0px 5px 0px 5px; text-align: center; color: #555; font-size: 16px; font-family: 'Roboto', Arial; font-weight: 500; }
.btn-big-orange i { background-color: #FF9800; }
.btn-big-blue i { background-color: #2196F3; }
.btn-big-teal i { background-color: #39BBB0; }
.btn-big-light-green i { background-color: #8BC34A; }
.btn-big-red i { background-color: #FF5652; }
.btn-big-blue-grey i { background-color: #607D8B; }

/* DataTable (GridSimple) */
table.dataTable { width: 100% !important; }
table.dataTable.no-footer { border-bottom: 1px solid #EDEDED; }
[data-role="gridsimple"] .table > tbody > tr > td,
[data-role="gridsimple"] .table > tfoot > tr > td { padding: 8px 16px; font-family: 'Open Sans', Arial; font-weight: 300; border-color: #EDEDED; color: #555; }
[data-role="gridsimple"] .table > thead > tr > th { padding: 8px 16px; white-space: nowrap; padding: 12px 16px; font-family: 'Roboto', Arial; font-weight: 500; color: #555; border: 0px; }
[data-role="gridsimple"] .bottom .dataTables_info { display: inline-block; padding: 12px 10px; }
[data-role="gridsimple"] .bottom .dataTables_paginate { float: right; padding: 7px 10px; }
[data-role="gridsimple"] .bottom .dataTables_paginate .paginate_button { display: inline-block; background: #F0F0F0; color: #999; border-radius: 50%; padding: 5px 0px; min-width: 30px; text-align: center; text-decoration: none; margin-left: 3px; transition: .5s; cursor: pointer; border: 0px !important; }
[data-role="gridsimple"] .bottom .dataTables_paginate .paginate_button.current,
[data-role="gridsimple"] .bottom .dataTables_paginate .paginate_button:hover { background: #777; color: #FFF !important; }

/* Quickly Filter Buttons */
.quickly-filter-buttons { padding: 16px 0px 0px 0px; }
.quickly-filter-buttons button,
.quickly-filter-buttons a { margin: 0px 4px 8px 4px; border-radius: 20px; background: transparent; text-shadow: none; -webkit-box-shadow: none; box-shadow: none; padding: 8px 24px; border: 1px solid transparent !important; }
.quickly-filter-buttons .btn-primary { background-color: #dc0d16; font-weight: 400; }
.quickly-filter-buttons .btn-default { border-color: #dc0d16 !important; }
.quickly-filter-buttons .btn-default:hover { background-color: #dc0d16; color: #FFF; }

/* Summer Note */
.note-editor .btn { background-color: #FFF; }
.note-editor .btn-default:hover,
.note-editor .btn-default:focus { background-color: #B0B5B9; color: #FFF; }

/* Grid Opener Button Menu */
.grid-button-list { position: relative; }
.grid-button-list-ul { position: absolute; display: none; top: 30px; left: -11px; z-index: 1000; background-color: #FFF; border: 1px solid #ededed; -webkit-box-shadow: 0px 2px 7px -3px rgba(0,0,0,0.75); -moz-box-shadow: 0px 2px 7px -3px rgba(0,0,0,0.75); box-shadow: 0px 2px 7px -3px rgba(0,0,0,0.75); }
.grid-button-list-ul li { display: block; padding: 0px; }
.grid-button-list-ul li .btn-simple { padding: 10px !important; margin: 0px !important; border-radius: 0px !important; text-align: left; width: 100%; background-color: #FFF; border-bottom: 1px solid #ededed; }
.grid-button-list-ul li .btn-simple i { margin-right: 5px; width: 15px; text-align: center; }
.grid-button-list-ul li .btn-simple:hover { background-color: #de1922; color: #FFF; }
.pq-grid .overflow-inherit { overflow: inherit !important; }

/* Nav Tab Header */
.nav-tab-header { position: relative; }
.nav-tab-header .nav-tab-right-panel { position: absolute; right: 8px; top: 8px; }

/* Select 2 */
.form-group-big .select2 { width: 100% !important; margin-top: 27px; }
.form-group-big .select2 .select2-selection { border: 0px; border-bottom: 1px solid #CCC; border-radius: 0px; outline: none; }
.form-group-big .select2 .select2-selection .select2-selection__arrow b { margin-top: -8px; margin-left: -12px; border-color: #CCC transparent transparent transparent; border-width: 8px 7px 0 7px; }
.select2-container--open b { border-color: #dd0d16 transparent transparent transparent !important; }
.select2-container--default .select2-search--dropdown .select2-search__field { outline: none !important; border-color: #CCC; }
.select2-container--default .select2-selection--single .select2-selection__rendered { padding-right: 31px; font-family: 'Open Sans', Arial; padding-left: 10px; font-weight: 100; }
.select2-container { z-index: 999999999; }
.select2-dropdown { border-color: #CCC; }

/* Buy Form */
.buy-form .credit-card { border-radius: 6px; background-color: #E0E0E0; padding-top: 18px; }
.buy-form .credit-card .credit-card-line { background-color: #000; padding: 15px; }
.buy-form .credit-card .credit-card-body { padding: 5px 10px; }
.buy-form .credit-card .credit-card-body .tbl { margin-top: 16px; }
.buy-form .credit-card .credit-card-body .tbl .tbl-cell { vertical-align: bottom; }
.buy-form .credit-card .credit-card-body .credit-card-number { font-weight: bold; }
.buy-form .credit-card .credit-card-body .credit-card-date { display: block; font-size: 12px; }
.buy-form .credit-card .credit-card-body .credit-card-name { display: block; font-size: 12px; text-overflow: ellipsis; width: 140px; overflow: hidden; white-space: nowrap; }
.buy-form .credit-card .credit-card-body .credit-card-type img { width: 60px; }
.buy-form .credit-card-month-year .tbl .tbl-cell { width: 30%; vertical-align: bottom; }
.buy-form .credit-card-month-year .tbl .tbl-cell:nth-child(2) { width: 40%; padding: 0px 15px 0px 15px; }

/* Card Search */
.card-search [type="text"] { border: 0px; padding: 10px; outline: none; width: 100%; border-radius: 4px; }
.card-search [type="button"] { border: 0px; width: 40px; height: 40px; border-radius: 4px; outline: none; }

/* POAS Status */
.poas-status { }
.poas-status i { top: calc(50% - 7px); left: 14px; content: ''; display: block; width: 15px; height: 15px; border-radius: 50%; background-color: #E9E9E9; margin-right: 5px; }
.poas-status span { display: block; }
.poas-status.poas-status-green i { background-color: #5cb85c; }
.poas-status.poas-status-orange i { background-color: #ff6a00; }
.poas-status.poas-status-red i { background-color: #dc0d16; }

/* Dashboard */
.dashboard .table-double-data td label { display: block; margin-bottom: 4px; font-size: 18px; }
.dashboard .table-double-data td span { display: block; font-size: 14px; color: #C0C0C0; }
.dashboard .total-result { margin: auto; }
.dashboard .total-result label { display: block; color: #C0C0C0; font-size: 14px; }
.dashboard .total-result span { display: block; color: #333; font-size: 20px; }
.dashboard .total-result i { display: inline-block; font-style: normal; color: #333; font-size: 18px; margin-top: 24px; padding: 0px 10px; }
.dashboard .total-result .total-income span { color: #105a37; white-space: nowrap; font-weight: bold; }
.dashboard .total-result .total-expenses span { white-space: nowrap; }
.dashboard .total-result .total-expenses-red span { color: #b92d4e; }
.dashboard .total-result .total-expenses-blue span { color: #405981; }
.dashboard .total-result .total-expenses-dizel span { color: #5b6063; }
.dashboard .total-result .total-expenses-benzin span { color: #458495; }
.dashboard .card .nav-tabs > li > a { color: #333; }
.dashboard .card .nav-tabs { background-color: #FFF; }

/* Filter Button (For Grid) */
.btn-filter-menu { border: 1px solid #e5e5e5; padding: 5px 12px !important; margin-left: 4px; border-radius: 4px; }
.ddl-filter .dropdown-menu { left: auto; right: 0px; padding: 0px; }
.ddl-filter .dropdown-menu .btn-filter-process { color: #dd0d16; border-radius: 4px; }
.ddl-filter .dropdown-menu .btn-filter-process i { color: #dd0d16; transition: .3s; }
.ddl-filter .dropdown-menu .btn-filter-process:hover { color: #FFF; }
.ddl-filter [type="text"] { border-right: 1px solid #e5e5e5 !important; border-radius: 4px; }

/* Advantage */
.advantage { border: 1px solid #d9c41e; background-color: #f6f1cc; color: #635800; text-align: center; padding: 15px 30px; }

/* Payment Agreement */
a.payment-agreement { display: block; margin-top: 0px; margin-left: 5px; font-size: 12px; }
.agreement-image { width: 50%; margin: 0 auto; display: block; margin-top: 15px; }

/*#endregion*/

/*#region --- MM MENU ---*/
/* General */

/* User Paid Transfer İnformation */
.transfer-informations { padding: 20px; }

/* Copy To Clipboard In User Paid Form */
.copy-to-clipboard { float: right; margin: 1px 15px; cursor: pointer; }
.transfer-text { display: inline-block; float: right; }

/* AUTO UPPERCASE */
[data-isupper="true"] { text-transform: uppercase; }

/* Cursor */
[data-trigger] { cursor: pointer; }

.mm-menu_iconbar-40 .mm-iconbar { background-color: #FFF; }
.mm-iconbar { color: rgba(255,255,255,.5); }
.mm-menu_shadow-page:after { box-shadow: none; }
.mm-panels > .mm-panel > .mm-listview { display: block !important; }
.mm-content-icon { display: inline-block; margin-right: 12px; color: #C0C0C0; width: 20px; text-align: center; }
.mm-navbar__breadcrumbs { overflow: hidden; }

/* MMenu Button */
#mmenu-button { display: none; z-index: 501; position: fixed; top: 0px; left: 0px; background-color: #FFF; border: 1px solid #D0D0D0; padding: 10px 12px; transition: .3s; border-top: 0px; border-left: 0px; -webkit-box-shadow: 0.5px 0.5px 2px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0.5px 0.5px 2px 0px rgba(0,0,0,0.1); box-shadow: 0.5px 0.5px 2px 0px rgba(0,0,0,0.1); text-decoration: none; }
#mmenu-button i { display: block; color: #999; transition: .3s; width: 16px; text-align: center; font-style: normal; }
#mmenu-button:hover { background-color: #999; }
#mmenu-button:hover i { color: #FFF; }
.mm-listitem > a, .mm-listitem > span { padding: 16px 10px 16px 20px; }
.mm-menu_selected-hover .mm-listitem > a.mm-btn_fullwidth:hover + span,
.mm-menu_selected-hover .mm-listitem > a:not(.mm-btn_fullwidth):hover { background: rgba(165, 165, 165, 0.1); }
.mm-counter { color: #777; }

/* Current Menu */
.mm-menu { background: #FFF; }
.mm-menu .mm-listitem_selected > a:not(.mm-btn_next),
.mm-menu .mm-listitem_selected > span { background: #ebebeb; }
.mm-page { min-height: initial !important; height: 100%; }
.mm-listitem:after { border-width: 0px; }
.mm-listitem .mm-btn_next:before { border-left-width: 0px; }

/* Menu Counter */
.mm-counter + .mm-btn_next:not(.mm-btn_fullwidth) { width: 55px; }
.mm-counter + .mm-btn_next:not(.mm-btn_fullwidth) + a,
.mm-counter + .mm-btn_next:not(.mm-btn_fullwidth) + span { margin-right: 55px; }
.mm-listitem > a,
.mm-listitem > span { font-family: 'Roboto', Arial; font-weight: 500; }
.mm-btn_next:after { right: 11px; }
.mm-btn_next:after,
.mm-btn_prev:before { width: 5px; height: 5px; }
.mm-counter { right: 30px; }

/* Menu Size */
.mm-wrapper_sidebar-expanded-25:not(.mm-wrapper_sidebar-closed) .mm-slideout { width: 66%; -webkit-transform: translate(23.33333%,0) !important; -ms-transform: translate(23.33333%,0) !important; transform: translate(23.33333%,0) !important; -webkit-transform: translate3d(23.33333%,0,0) !important; transform: translate3d(23.33333%,0,0) !important }
.mm-wrapper_sidebar-expanded-25 .mm-menu_sidebar-expanded { width: 15% !important }
.mm-wrapper_sidebar-expanded-30:not(.mm-wrapper_sidebar-closed) .mm-slideout { width: 80%; -webkit-transform: translate(25.03014%,0) !important; -ms-transform: translate(25.03014%,0) !important; transform: translate(25.03014%,0) !important; -webkit-transform: translate3d(25.03014%,0,0) !important; transform: translate3d(25.03014%,0,0) !important }
.mm-wrapper_sidebar-expanded-30 .mm-menu_sidebar-expanded { width: 20% !important }
.mm-wrapper_sidebar-expanded-35:not(.mm-wrapper_sidebar-closed) .mm-slideout { width: 56%; -webkit-transform: translate(43.84615%,0) !important; -ms-transform: translate(43.84615%,0) !important; transform: translate(43.84615%,0) !important; -webkit-transform: translate3d(43.84615%,0,0) !important; transform: translate3d(43.84615%,0,0) !important }
.mm-wrapper_sidebar-expanded-35 .mm-menu_sidebar-expanded { width: 25% !important }

/* Remove MMenu Anim */
.mm-menu * { -webkit-transition: none 0.0s ease; -moz-transition: none 0.0s ease; -ms-transition: none 0.0s ease; -o-transition: none 0.0s ease; }

/* Language */
.btn-menu-language { display: block; cursor: default; }
.btn-menu-language select::-ms-expand { display: none; }
.btn-menu-language select { border: 0px; width: auto; height: 100%; -webkit-appearance: none; -moz-appearance: none; text-indent: 1px; text-overflow: ''; text-align: center; cursor: pointer; }

/* Card Select */
.card-select-delete .btn { display: none; margin-left: 15px; }

/* Small Menu */
/*.mm-menu_offcanvas { width: 80%; min-width: 140px; max-width: 300px; }*/

/* Visible Content */
/*.mm-wrapper_blocking { overflow: visible; }
.mm-wrapper_blocking body { overflow: visible; }
.mm-wrapper_blocking .mm-page__blocker { display: none; }
.mm-wrapper_opened { overflow-x: hidden; }*/

/* Sub Menu Button */
/*.mm-counter + .mm-btn_next:not(.mm-btn_fullwidth) { width: 75px }
.mm-counter + .mm-btn_next:not(.mm-btn_fullwidth) + a, .mm-counter + .mm-btn_next:not(.mm-btn_fullwidth) + span { margin-right: 75px }
.mm-counter + .mm-btn_fullwidth + a, .mm-counter + .mm-btn_fullwidth + span { padding-right: 75px }*/

/* Menu Text */
.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * { color: rgba(0,0,0,.7); }
.mm-navbar a, .mm-navbar a:hover { color: rgba(0,0,0,1); }

@media all and (min-width:550px) {
    /* Small Menu*/
    /*.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout { -webkit-transform: translate(300px,0); -ms-transform: translate(300px,0); transform: translate(300px,0); -webkit-transform: translate3d(300px,0,0); transform: translate3d(300px,0,0) }*/
}

@media (max-width: 550px) {
    #mmenu-button { display: inline-block; }
    .main-title { text-align: right; }
    /* Visible Content */
    /*.mm-menu_offcanvas { max-width: none; }
    .mm-wrapper_blocking { overflow: hidden; }
    .mm-wrapper_blocking body { overflow: hidden; }
    .mm-wrapper_blocking .mm-page__blocker { display: block; }*/
}
/*#endregion*/

/*#region --- CONTEXT MENU ---*/
@font-face { font-family: "context-menu-icons"; font-style: normal; font-weight: normal; src: url("../fonts/context-menu-icons.eot?1s39y"); src: url("../fonts/context-menu-icons.eot?1s39y#iefix") format("embedded-opentype"), url("../fonts/context-menu-icons.woff2?1s39y") format("woff2"), url("../fonts/context-menu-icons.woff?1s39y") format("woff"), url("../fonts/context-menu-icons.ttf?1s39y") format("truetype"); }

.context-menu-list { border-radius: 0px; }
.context-menu-item span { font-weight: normal; }
.context-menu-icon::before { color: #5186b3; }
.context-menu-icon.context-menu-icon--fa::before { color: #5186b3; font-family: 'Font Awesome 5 Free'; font-weight: 900; }
.context-menu-item.context-menu-hover { color: #fff; background-color: #5186b3; }
/*#endregion*/

/*#region --- JCONFIRM ---*/
.jconfirm .jconfirm-box div.jconfirm-title-c { font-size: 18px; line-height: 8px; }
.jconfirm.jconfirm-white .jconfirm-box,
.jconfirm.jconfirm-light .jconfirm-box { border-radius: 0px; }
.jconfirm-popup-body .jconfirm-box { padding: 0px; }
.jconfirm-popup-body .jconfirm-box div.jconfirm-content-pane { margin-bottom: 0px; }
.jconfirm-popup-body .jconfirm-box div.jconfirm-title-c { padding: 15px; }
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title { font-weight: 400; font-family: 'Open Sans', Arial; }
.jconfirm .jconfirm-box.jconfirm-type-blue { border-top: 7px solid #999; -webkit-animation-name: none; animation-name: none; }

.jconfirm .card { box-shadow: none; border: 0; border-radius: 0px; color: inherit; background: transparent; width: inherit; background-color: transparent; margin-bottom: 0px; }
/*#endregion*/

/*#region --- RICH TEXTAREA ---*/
.note-editor { border-radius: 0px; }
.note-editor.note-frame { border-color: #ccc; }
/*#endregion*/

/*#region --- ACE EDITOR ---*/
.ace_editor { border-radius: 0px; }
/*#endregion*/

/*#region --- PQ GRID ---*/
div.pq-grid { border: 0px; padding-top: 10px; }
div.pq-grid-top { background: transparent; }
div.pq-toolbar { border: 0px; border-bottom: 1px solid #E5E5E5; }
div.pq-grid .pq-toolbar .btn { background: transparent; }
div.pq-grid .pq-toolbar .btn:hover { color: #777; }
.card .pq-grid { border-radius: 4px; }
.pq-collapse { display: none; }
.pq-grid-title-row div.pq-td-div { padding: 10px !important; font-size: 14px; }
table.pq-td-border-right > tbody > tr > .pq-grid-cell { border-right-color: transparent; padding: 10px; font-size: 14px; transition: .5s; font-weight: 300; font-family: 'Open Sans', Arial; }
tr.pq-grid-row > td { background-color: transparent; }
div.pq-grid .pq-grid-center .btn { padding: 7px 6px; margin: -6px -4px -4px -4px; min-width: 30px; border-radius: 50%; }
div.pq-grid .pq-grid-center .btn-success { background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%); background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641)); background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-color: #3e8f3e; }
div.pq-grid .pq-grid-center .btn-primary { background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%); background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88)); background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-color: #245580; }
div.pq-grid .pq-grid-center .btn-default { text-shadow: 0 1px 0 #fff; background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%); background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0)); background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-color: #dbdbdb; border-color: #ccc; }
div.pq-grid .pq-grid-center .btn-danger { background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%); background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a)); background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-color: #b92c28; }
div.pq-grid .pq-grid-center .btn-info { background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%); background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2)); background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-color: #28a4c9; }
.pq-grid button.ui-button-icon-only { border-radius: 3px; }
.pq-grid table.pq-grid-table td.pq-last-frozen-col { border-right: 0px; }

tr.pq-grid-header-search-row div.pq-td-div { padding: 4px 8px; }
.pq-grid .pq-search-txt { border: 1px solid #CCC; margin: 0px; padding: 2px 4px; border-radius: 5px; /*border-radius: 20px;*/ font-weight: 300; font-family: 'Open Sans', Arial; padding: 1px 5px; color: #2D2D2D; }
.pq-grid div.pq-header-outer { background: transparent; border-color: #E9E9E9; padding-bottom: 0px; }
.pq-grid-header td.pq-col-sort-asc,
.pq-grid-header td.pq-col-sort-desc { background: none; }
.pq-grid .ui-state-highlight,
.pq-grid .ui-widget-content .ui-state-highlight,
.pq-grid .ui-widget-header .ui-state-highlight { font-weight: 400 !important; }

tr.pq-grid-oddRow > td { background-color: transparent; }
.pq-grid *:focus { outline: 0px; }
.pq-state-select { background: #F5F5F5 !important; }
.pq-grid div.pq-grid-bottom { border: 0px; background: transparent; }
.pq-grid div.pq-grid-footer { border: 0px; padding: 8px 5px 8px; }
.pq-grid span.pq-separator { border: 0px; }
.pq-grid button.ui-button-icon-only { width: auto; padding: 7px 5px; border-radius: 50%; text-align: center; }
.pq-pager .pq-page-placeholder,
.pq-pager input,
.pq-pager span,
.pq-pager select { font-weight: 300; font-family: 'Open Sans', Arial; }
.pq-pager input,
.pq-pager select { border: 1px solid #E5E5E5; padding: 4px 6px; color: #555; transition: .3s; border-radius: 20px; height: auto; }
.pq-grid-cont .pq-grid-norows { padding: 20px; }

.pq-grid .pq-grid-header table.pq-no-wrap > tbody > tr > .pq-grid-cell,
.pq-grid .pq-grid-header table.pq-no-wrap > tbody > tr > .pq-grid-col { background-color: #FFF; border: 0px; }
.pq-grid td.pq-grid-col { border-right: 1px solid transparent; border-top: 1px solid transparent; }
.pq-grid .pq-grid-header .pq-grid-col-resize-handle:after { display: inline-block; height: inherit; content: ''; background-color: transparent; width: 1px; }
.pq-grid .pq-grid-header .pq-grid-col-resize-handle:hover:after { background-color: #CFCFCF; }

div.pq-editor-inner > .pq-cell-editor { width: 100%; border: 0px; background-color: transparent; font-size: 14px; color: #111; padding: 2px 12px; margin-top: 4px; font-family: 'Open Sans', Arial; outline: hidden; }
div.pq-editor-inner > .pq-cell-editor { padding: 0px 0px 0px 0px; margin: 8px 0px 0px 3px; }

/* Scroll H */
.pq-sb-horiz-wt div.left-btn { background: none; background-color: #cecece; height: 10px; }
.pq-sb-slider-h { height: 10px; }
.pq-sb-slider-h .horiz-slider-left,
.pq-sb-slider-h .horiz-slider-right,
.pq-sb-horiz-wt .pq-sb-slider-h .horiz-slider-bg,
.pq-sb-slider-h .horiz-slider-center { display: none; }
.pq-sb-slider { background: none; background-color: #cecece; }
div.pq-hscroll { height: 10px; }
.pq-sb-horiz-wt div.right-btn { background: none; background-color: #cecece; height: 10px; }

/* Scroll V */
.pq-sb-vert-wt { width: 10px; background: none; }
.pq-sb-vert-wt div.top-btn { background: none; background-color: #cecece; width: 10px; }
.pq-sb-vert-wt div.bottom-btn { background: none; background-color: #cecece; width: 10px; }
.pq-sb-slider * { display: none; }
.pq-sb-vert-wt .pq-sb-slider .vert-slider-bg { display: block; background: none; width: 10px; }

/*#endregion*/
