@import "fonts.css";

body{font-size: 0.9rem;}
.btn-sm, .btn-group-sm > .btn{padding: .5rem;}
.table th, .table td{padding: .75rem;}
.btn-sm, .btn-group-sm > .btn{font-size: 11px;}
.floatR{float: right;}
.floatL{float: left;}
.marginB5{margin-bottom: 5px;}
.marginB10{margin-bottom: 10px;}
.marginB15{margin-bottom: 15px;}
.marginB20{margin-bottom: 20px;}
.marginB25{margin-bottom: 25px;}
.marginT5{margin-top: 5px;}
.marginT10{margin-top: 10px;}
.marginT15{margin-top: 15px;}
.marginT20{margin-top: 20px;}
.marginT25{margin-top: 25px;}
.marginL5{margin-left: 5px;}
.marginR5{margin-right: 5px;}
.clear{clear: both;}

/*#logo_yazi {*/
/*    float: left; */
/*    font-size: 24px;*/
/*    !*font-family: 'Montserrata', serif;*!*/
/*    width: 100%;*/
/*    color: #354052;*/
/*}*/

#proje_adi{
    color:#2c3e50!important;

}

#logo_yazi i {
    font-weight: bold;
    font-family: 'Montserrata-Bold', serif;
    font-style: inherit;
} 

.h-90 {
    height: 90%;
}

.mh-100px {
    min-height: 100px;
}

#varlik {
    position: absolute;
    width: 100%;
    display: none;
}

.vticker {
    float: left;
    margin-top: 30px;
    width: 100%;
    padding-left: 14px;
}

.vticker ul {

    height: 20px;

    list-style: none;

    padding: 0;

    float: left;
}

.vticker ul li {
}

/*========================================================
        DARK LAYOUT
=========================================================*/
#dashboard-analytics .img-left {
    position: absolute;
    top: 0;
    left: 0;

    width: 200px;
}

#dashboard-analytics .img-right {
    position: absolute;
    top: 0;
    right: 0;

    width: 175px;
}

#dashboard-analytics .bg-analytics {
    background: -webkit-linear-gradient(332deg, #7367f0, rgba(115, 103, 240, .7));
    background: -moz-linear-gradient(332deg, #7367f0, rgba(115, 103, 240, .7));
    background: -o-linear-gradient(332deg, #7367f0, rgba(115, 103, 240, .7));
    background: linear-gradient(118deg, #7367f0, rgba(115, 103, 240, .7));
}

#dashboard-analytics .bg-analytics .avatar {
    margin-bottom: 2rem;
}

#dashboard-analytics table tr th:first-child,
#dashboard-analytics table tr td:first-child {
    padding-left: 2rem;
}

#dashboard-analytics table tr th:last-child,
#dashboard-analytics table tr td:last-child {
    padding-right: 2rem;
}

#dashboard-analytics table td {
    padding: .75rem;
}

@media only screen and (max-width: 576px) {
    #dashboard-analytics .img-left,
    #dashboard-analytics .img-right {
        width: 140px;
    }
}


/*Kredi Karti*/

.payment-title {
    width: 100%;
    text-align: center;
}

.form-container .field-container:first-of-type {
    grid-area: name;
}

.form-container .field-container:nth-of-type(2) {
    grid-area: number;
}

.form-container .field-container:nth-of-type(3) {
    grid-area: expiration;
}

.form-container .field-container:nth-of-type(4) {
    grid-area: security;
}

.field-container input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.field-container {
    position: relative;
}

.form-container {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: auto auto;
    grid-template-rows: 90px 90px 90px;
    grid-template-areas: "name name" "number number" "expiration security";
    max-width: 500px;
    padding: 20px;
    color: #707070;
}

.form-container label {
    padding-bottom: 5px;
    font-size: 13px;
}

.form-container input {
    margin-top: 3px;
    padding: 15px;
    font-size: 16px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
}

.ccicon {
    height: 38px;
    position: absolute;
    right: 6px;
    top: calc(50% - 10px);
    width: 60px;
}

/* CREDIT CARD IMAGE STYLING */
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

.container2 {
    width: 100%;
    max-width: 400px;
    max-height: 251px;
    height: 54vw;
    padding: 20px;
    margin-top: 25px;
}

#ccsingle {
    position: absolute;
    right: 15px;
    top: 20px;
}

#ccsingle svg {
    width: 100px;
    max-height: 60px;
}

.creditcard svg#cardfront,
.creditcard svg#cardback {
    width: 100%;
    -webkit-box-shadow: 1px 5px 6px 0px #b1b1b1;
    box-shadow: 1px 5px 6px 0px #b1b1b1;
    border-radius: 22px;
}

#generatecard {
    cursor: pointer;
    float: right;
    font-size: 12px;
    color: #fff;
    padding: 2px 4px;
    background-color: #909090;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

/* CHANGEABLE CARD ELEMENTS */
.creditcard .lightcolor,
.creditcard .darkcolor {
    -webkit-transition: fill .5s;
    transition: fill .5s;
}

.creditcard .lightblue {
    fill: #03A9F4;
}

.creditcard .lightbluedark {
    fill: #0288D1;
}

.creditcard .red {
    fill: #ef5350;
}

.creditcard .reddark {
    fill: #d32f2f;
}

.creditcard .purple {
    fill: #ab47bc;
}

.creditcard .purpledark {
    fill: #7b1fa2;
}

.creditcard .cyan {
    fill: #26c6da;
}

.creditcard .cyandark {
    fill: #0097a7;
}

.creditcard .green {
    fill: #66bb6a;
}

.creditcard .greendark {
    fill: #388e3c;
}

.creditcard .lime {
    fill: #d4e157;
}

.creditcard .limedark {
    fill: #afb42b;
}

.creditcard .yellow {
    fill: #ffeb3b;
}

.creditcard .yellowdark {
    fill: #f9a825;
}

.creditcard .orange {
    fill: #ff9800;
}

.creditcard .orangedark {
    fill: #ef6c00;
}

.creditcard .grey {
    fill: #bdbdbd;
}

.creditcard .greydark {
    fill: #8a8a8a;
}

/* FRONT OF CARD */
#svgname {
    text-transform: uppercase;
}

#cardfront .st2 {
    fill: #FFFFFF;
}

#cardfront .st3 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 600;
}

#cardfront .st4 {
    font-size: 54.7817px;
}

#cardfront .st5 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardfront .st6 {
    font-size: 33.1112px;
}

#cardfront .st7 {
    opacity: 0.6;
    fill: #FFFFFF;
}

#cardfront .st8 {
    font-size: 24px;
}

#cardfront .st9 {
    font-size: 36.5498px;
}

#cardfront .st10 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 300;
}

#cardfront .st11 {
    font-size: 16.1716px;
}

#cardfront .st12 {
    fill: #4C4C4C;
}

/* BACK OF CARD */
#cardback .st0 {
    fill: none;
    stroke: #0F0F0F;
    stroke-miterlimit: 10;
}

#cardback .st2 {
    fill: #111111;
}

#cardback .st3 {
    fill: #F2F2F2;
}

#cardback .st4 {
    fill: #D8D2DB;
}

#cardback .st5 {
    fill: #C4C4C4;
}

#cardback .st6 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardback .st7 {
    font-size: 27px;
}

#cardback .st8 {
    opacity: 0.6;
}

#cardback .st9 {
    fill: #FFFFFF;
}

#cardback .st10 {
    font-size: 24px;
}

#cardback .st11 {
    fill: #EAEAEA;
}

#cardback .st12 {
    font-family: 'Rock Salt', cursive;
}

#cardback .st13 {
    font-size: 37.769px;
}

/* FLIP ANIMATION */
.container2 {
    perspective: 1000px;
}

.creditcard {
    width: 100%;
    max-width: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;
}

.creditcard .front,
.creditcard .back {
    position: absolute;
    width: 100%;
    max-width: 400px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    color: #47525d;
}

.creditcard .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.creditcard.flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.credit-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.tabs {
    display: flex;
}

.tabs > .tab {
    display: flex;
    cursor: pointer;
    width: 200px;
    height: 200px;
    position: relative;
}

.tab > .tab-input {
    width: 0;
    height: 0;
    margin: 0;
    display: none;
}

.tab > .tab-box {
    padding: .5rem;
    width: 100%;
    text-align: center;
    transition: 0.5s;
    border: 2px solid rgb(202, 202, 202);
}

.tab > .tab-input:checked + .tab-box:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    right: 0;
    bottom: 0;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent #7367f0 transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #007bff #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.tab > .tab-input:checked + .tab-box {
    background: #ccc;
    border-color: #7367f0;
}

.tab > .tab-input:checked + .tab-box:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f00c';
    position: absolute;
    right: 3px;
    bottom: 0;
    font-weight: 900;
    color: #fff;
}


/*Kredi Karti*/


.hesap-hareket th, .table-hover-animation td {
    border: 1px solid #f8f8f8;
}


#evraklar .btn {
    width: 23%;
}


.file_manager .file {
    position: relative
}

.file_manager .file:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-in-out
}

.file_manager .file .image, .file_manager .file .icon {
    height: 150px;
    overflow: hidden;
    background-size: cover;
    background-position: top
}

.file_manager .file .hover {
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
    transition: all 0.2s ease-in-out
}

.file_manager .file a:hover .hover {
    display: block;
    transition: all 0.2s ease-in-out
}

.file_manager .file .icon {
    padding: 15px 10px;
    display: table;
    width: 100%;
    text-align: center
}

.file_manager .file .icon i {
    display: table-cell;
    vertical-align: middle;
    color: #757575
}

.file_manager .file .file-name {
    padding: 10px;
    border-top: 1px solid #eceff1
}

.file_manager .file .file-name small .date {
    float: right
}

@media only screen and (max-width: 992px) {
    .file_manager .nav-tabs {
        padding-left: 0;
        padding-right: 0
    }

    .file_manager .nav-tabs .nav-item {
        display: inline-block
    }
}


/*========================================================
        DARK LAYOUT
=========================================================*/
.dropzone {
    min-height: 350px;

    border: 2px dashed #7367f0;
    background: #f8f8f8;
}

.dropzone .dz-message {
    font-size: 2rem;

    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;
    height: 300px;
    margin-top: -30px;

    text-align: center;

    color: #7367f0;
}

.dropzone .dz-message:before {
    font-family: 'feather';
    font-size: 80px;
    font-weight: normal;
    line-height: 1;

    position: absolute;
    z-index: 2;
    top: 48px;
    left: 50%;

    display: inline-block;

    width: 80px;
    height: 80px;
    margin-left: -40px;

    content: '\e864';
    text-indent: 0;

    color: #7367f0;

    -webkit-font-smoothing: antialiased;
}

.dropzone .dz-preview {
    background: transparent;
}

.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
    /*background-image: url('../../../images/dropzone/spritemap.png');*/
}

.dropzone .dz-preview .dz-error-message {
    top: 0;
    left: 0;

    min-width: 113px;
}

.dropzone .dz-preview .dz-remove {
    font-size: 1.1rem;
    line-height: 2rem;

    color: #ea5455;
}

.dropzone .dz-preview .dz-remove:before {
    font-family: 'feather';
    font-weight: normal;
    line-height: 1;

    z-index: 2;

    display: inline-block;

    content: '\e8f6';
    text-indent: 0;

    -webkit-font-smoothing: antialiased;
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: none;

    color: #e42728;
}

@media (max-width: 576px) {
    .dropzone .dz-message:before {
        top: 7.14rem;
    }
}

.dropdown-menu-left {
    left: -16px !important;
}

.borclar .borclar-data-table tr {
}

.borclar .borclar-data-table th {
    padding: 8px 3px;
    border: 1px solid #848484;
    text-align: center;
    vertical-align: inherit;
    position: relative;
    font-size: 9px;
}

.borclar .borclar-data-table th:after, .borclar .borclar-data-table th:before {
    display: none
}

.borclar .borclar-data-table td {
    border: 1px solid #848484;
    font-size: 10px;
}

.borclar .borclar-data-table table {
}

.borclar .borclar-data-table.dataTable {
    border: none;
}

.borclar .borclar-data-table tbody tr:last-child td {
    font-weight: bold;
    color: #000000 !important;
    /* background: rgba(255, 159, 67, .15) !important; */
}

.borc-dropdown {
    left: -5px !important;
}


.ui-menu .ui-menu-item div {
    font-size: 18px!important;
    padding: 2px 5px;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1510 !important;
    float: left;
    display: none;
    min-width: 160px;
    width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}
.ui-menu-item > div.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}
.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #28cc81;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.main-menu.menu-light .navigation > li.active > a {
    background: -webkit-linear-gradient(118deg, #1b6ca2, rgba(52, 152, 219,0.52));
    background: -moz-linear-gradient(118deg,#1b6ca2, rgba(52, 152, 219,0.52));
    background: -o-linear-gradient(118deg, #1b6ca2, rgba(52, 152, 219,0.52));
    background: linear-gradient(118deg,#1b6ca2, rgba(52, 152, 219,0.52));
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-menu.menu-light .navigation > li ul .active {
    background: -webkit-linear-gradient(118deg, #1b6ca2, rgba(52, 152, 219,0.52));
    background: -moz-linear-gradient(118deg, #1b6ca2, rgba(52, 152, 219,0.52));
    background: -o-linear-gradient(118deg, #1b6ca2, rgba(52, 152, 219,0.52));
    background: linear-gradient(118deg,#1b6ca2, rgba(52, 152, 219,0.52));
    -webkit-box-shadow: none;
    box-shadow: none;
}

