/* Minification failed. Returning unminified contents.
(9,1): run-time error CSS1019: Unexpected token, found '@import'
(9,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700&subset=latin-ext')'
 */
.homeButtons {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    background: #fff
}

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700&subset=latin-ext');
body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    background: #F5F7FA
}

.col-md-2 {
    padding: 0
}

.shadow {
    webkit-box-shadow: 0 10px 40px 0 rgba(62, 57, 107, .07), 0 2px 9px 0 rgba(62, 57, 107, .06);
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, .07), 0 2px 9px 0 rgba(62, 57, 107, .06)
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="password"],
.ui-autocomplete-input,
textarea,
.uneditable-input {
    color: #555
}

.nav-side-menu {
    overflow: auto;
    font-size: 14px;
    font-weight: 200;
    background-color: #fff;
    border-right: 1px solid #E4E7ED;
    position: fixed;
    top: 0;
    width: 16.7%;
    height: 100%;
    color: #333;
    font-weight: 400;
    overflow-x: hidden;
    z-index: 9;
    -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, .1);
    box-shadow: 1px 0 20px rgba(0, 0, 0, .1)
}

.nav-side-menu .brand {
    background-color: #fff;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #eee
}
.nav-side-menu .brand p.hosgeldinizMesaj {
    line-height: 18px;
    font-size: 16px;
}

.nav-side-menu .toggle-btn {
    display: none
}

.nav-side-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 35px;
    cursor: pointer
}

.nav-side-menu ul:not(collapsed) .arrw:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right
}

.nav-side-menu ul .active {
    border-left: 3px solid #fff;
    background-color: #f5f5f5
}

.nav-side-menu ul .sub-menu li.active {
    color: #ddd;
    background: #f2f2f2
}

.nav-side-menu ul .sub-menu li.active a {
    color: #fff
}

.nav-side-menu ul .sub-menu li {
    background-color: #fff;
    border: 0;
    line-height: 28px;
    border-bottom: 1px solid #eee;
    margin-left: 0;
    padding-left: 20px
}

.nav-side-menu ul .sub-menu li:hover {
    background-color: #f5f5f5
}

/* ekranda meunlerin basindaki ok kaydigi icin kaldirip > isaretine cevirdim
.nav-side-menu ul .sub-menu li:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle
}
*/

.nav-side-menu li {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 35px;
    cursor: pointer;
    padding: 10px 30px 10px 14px
}

.nav-side-menu li:not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right
}

.nav-side-menu li .active {
    border-left: 3px solid #fff;
    background-color: #f5f5f5
}

.nav-side-menu li .sub-menu li.active {
    color: #ddd;
    background: #f2f2f2
}

.nav-side-menu li .sub-menu li.active a {
    color: #fff
}

.nav-side-menu li .sub-menu li {
    background-color: #fff;
    border: 0;
    line-height: 25px;
    padding: 10px 10px 10px 15px;
}

.nav-side-menu li .sub-menu li:hover {
    background-color: #f5f5f5
}

/*
.nav-side-menu li .sub-menu li:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle
}
*/

.nav-side-menu li .sub-menu li a {
    display: inline-block;
    width: 89%;
    max-height: 46px;
    height: auto;
}

.nav-side-menu li a {
    text-decoration: none;
    color: #333;
    display:inline-block;
    width: 100%;
    max-height: 46px;
    height: auto;
}

.nav-side-menu li a i {
    padding-left: 10px;
    width: 20px;
    padding-right: 20px
}

.nav-side-menu li:hover {
    background-color: #fff
}

.nav-side-menu::-webkit-scrollbar-track {
    border-radius: 10px
}

.nav-side-menu::-webkit-scrollbar {
    width: 8px
}

.nav-side-menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: rgba(0, 0, 0, .2)
}

@media (max-width: 767px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px
    }
    .nav-side-menu .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 10!important;
        padding: 3px;
        background-color: #fff;
        color: #000;
        width: 40px;
        text-align: center
    }
    .brand {
        text-align: left!important;
        font-size: 22px;
        padding-left: 5px;
        line-height: 50px!important
    }
    .brand img {
        display: inline-block;
        width: 30%;
        margin: 0!important
    }
    .brand h4 {
        display: inline-block;
        width: 68%;
        vertical-align: middle;
        text-align: center;
        font-size: 18px;
        line-height: 20px
    }
    .toggle-btn {
        margin-top: 40px
    }
    .col-md-10 {
        padding: 0
    }
}

@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block
    }
}

.head {
    width: 100%;
    background: #eee;
    padding: 10px;
}

.head .navi {
    width: 100%;
    font-size: 35px;
    line-height: 50px;
}

.head .navi a {
    font-size: 35px;
    color: inherit;
    text-decoration: none;
    margin-right: 20px;
}

.head .bc {
    width: 100%;
    text-align: right;
    font-size: 14px;
    line-height: 50px;
}

.home {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 10px 20px;
    color: #fff
}

.homeMesaj {
    display: block;
    width: 100%;
    margin: 20px 0 100px 0; 
    padding: 25px;
    background: #fff; 
}

.homeMesaj p {
    font-family: 'Poppins', sans-serif !important;
}

.home .col-md-3 {
    float: left;
    margin-bottom: 10px;
    padding: 5px;
    font-weight: 500
}

.home .col-md-12 .box {
    display: block;
    width: 100%;
    padding: 0 10px;
    height: 85px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 40px 0 rgba(62, 57, 107, .07), 0 2px 9px 0 rgba(62, 57, 107, .06);
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, .07), 0 2px 9px 0 rgba(62, 57, 107, .06)
}

.home .col-md-12 .box a {
    display: block;
    width: 100%;
    height: 85px;
    line-height: 85px;
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    text-align: center;
}
.yeni {
    background-image: -webkit-gradient(linear, left top, right top, from( #ff976a), to( #ffc2a4));
    background-image: -webkit-linear-gradient(left, #ff976a 0, #ffc2a4 100%);
    background-image: -moz-linear-gradient(left, #ff976a 0, #ffc2a4 100%);
    background-image: -o-linear-gradient(left, #ff976a 0, #ffc2a4 100%);
    background-image: linear-gradient(to right, #ff976a 0, #ffc2a4 100%);
    background-repeat: repeat-x;
    color: #fff
}
.kentUser {
    background-image: -webkit-gradient(linear, left top, right top, from( #10c888), to( #5ce0b8));
    background-image: -webkit-linear-gradient(left, #10c888 0, #5ce0b8 100%);
    background-image: -moz-linear-gradient(left, #10c888 0, #5ce0b8 100%);
    background-image: -o-linear-gradient(left, #10c888 0, #5ce0b8 100%);
    background-image: linear-gradient(to right, #10c888 0, #5ce0b8 100%);
    background-repeat: repeat-x;
    color: #fff
}

.kentBorcOdeme {
    background-image: -webkit-gradient(linear, left top, right top, from( #bf360c), to( #ff5722));
    background-image: -webkit-linear-gradient(left, #bf360c 0, #ff5722 100%);
    background-image: -moz-linear-gradient(left, #bf360c 0, #ff5722 100%);
    background-image: -o-linear-gradient(left, #bf360c 0, #ff5722 100%);
    background-image: linear-gradient(to right, #bf360c 0, #ff5722 100%);
    background-repeat: repeat-x;
    color: #fff;
}

.sorgulamalar {
    background-image: -webkit-gradient(linear, left top, right top, from( #9c27b0), to( #e94dd5));
    background-image: -webkit-linear-gradient(left, #9c27b0 0, #e94dd5 100%);
    background-image: -moz-linear-gradient(left, #9c27b0 0, #e94dd5 100%);
    background-image: -o-linear-gradient(left, #9c27b0 0, #e94dd5 100%);
    background-image: linear-gradient(to right, #9c27b0 0, #e94dd5 100%);
    background-repeat: repeat-x;
    color: #fff
}

.beyan {
    background-image: -webkit-gradient(linear, left top, right top, from( #1e88e5), to( #64b5f6));
    background-image: -webkit-linear-gradient(left, #1e88e5 0, #64b5f6 100%);
    background-image: -moz-linear-gradient(left, #1e88e5 0, #64b5f6 100%);
    background-image: -o-linear-gradient(left, #1e88e5 0, #64b5f6 100%);
    background-image: linear-gradient(to right, #1e88e5 0, #64b5f6 100%);
    background-repeat: repeat-x;
    color: #fff
}

.tarifeler {
    background-image: -webkit-gradient(linear, left top, right top, from( #7cb342), to( #aed581));
    background-image: -webkit-linear-gradient(left, #7cb342 0, #aed581 100%);
    background-image: -moz-linear-gradient(left, #7cb342 0, #aed581 100%);
    background-image: -o-linear-gradient(left, #7cb342 0, #aed581 100%);
    background-image: linear-gradient(to right, #7cb342 0, #aed581 100%);
    background-repeat: repeat-x;
    color: #fff
}

.basvurular {
    background-image: -webkit-gradient(linear, left top, right top, from( #0097A7), to( #4DD0E1));
    background-image: -webkit-linear-gradient(left, #0097A7 0, #4DD0E1 100%);
    background-image: -moz-linear-gradient(left, #0097A7 0, #4DD0E1 100%);
    background-image: -o-linear-gradient(left, #0097A7 0, #4DD0E1 100%);
    background-image: linear-gradient(to right, #0097A7 0, #4DD0E1 100%);
    background-repeat: repeat-x;
    color: #fff
}

.mezarlik {
    background-image: -webkit-gradient(linear, left top, right top, from( #1565C0), to( #42A5F5));
    background-image: -webkit-linear-gradient(left, #1565C0 0, #42A5F5 100%);
    background-image: -moz-linear-gradient(left, #1565C0 0, #42A5F5 100%);
    background-image: -o-linear-gradient(left, #1565C0 0, #42A5F5 100%);
    background-image: linear-gradient(to right, #1565C0 0, #42A5F5 100%);
    background-repeat: repeat-x;
    color: #fff;
}

.evrak {
    background-image: -webkit-gradient(linear, left top, right top, from( #ff976a), to( #ffc2a4));
    background-image: -webkit-linear-gradient(left, #ff976a 0, #ffc2a4 100%);
    background-image: -moz-linear-gradient(left, #ff976a 0, #ffc2a4 100%);
    background-image: -o-linear-gradient(left, #ff976a 0, #ffc2a4 100%);
    background-image: linear-gradient(to right, #ff976a 0, #ffc2a4 100%);
    background-repeat: repeat-x;
    color: #fff
}

.login {
    display: block;
    width: 100%;
    margin: 20px 0 100px 0;
    padding: 10px;
    background: #fff
}

.sayfalarBaslik {
    background-image: -webkit-gradient(linear, left top, right top, from( #880E4F), to( #EC407A));
    background-image: -webkit-linear-gradient(left, #880E4F 0, #EC407A 100%);
    background-image: -moz-linear-gradient(left, #880E4F 0, #EC407A 100%);
    background-image: -o-linear-gradient(left, #880E4F 0, #EC407A 100%);
    background-image: linear-gradient(to right, #880E4F 0, #EC407A 100%);
    background-repeat: repeat-x;
    color: #fff
}

.login .form-group {
    margin-bottom: 10px
}

.login button {
    width: 49%;
    margin-top: 10px;
    height: 50px;
    font-size: 18px
}

.register, .forgot,.update, .sayfalar{
    display: block;
    width: 100%;
    margin: 20px 0 100px 0;
    padding: 10px;
    background: #fff; 
}
.sayfalar {
    margin-bottom: 100px;
}
.register .form-group, .forgot .form-group, .update .form-group {
    margin-bottom: 10px
}

.register .tab-content, .forgot .tab-content, .update .tab-content {
    margin-top: 20px
}

.register button, .forgot button, .update button {
    width: 48.6%;
    margin-right: 1%;
    height: 40px;
    font-size: 18px;
}
.forgot button {
    width: 31.8%;
    margin-right: 1%;
    height: 40px;
    font-size: 18px;  
}
.forgot button:nth-child(3), .forgot button:nth-child(4) {
    font-size: 14px;
}


.register button:last-child, .forgot button:last-child, .update button:last-child {
    margin-right: 0
}

.sorgu {
    display: block;
    width: 100%;
    margin: 20px 0 100px 0; 
    padding: 10px;
    background: #fff
}

.sorgu .desc {
    width: 100%;
    margin-top: 10px;
}

.sorgu .desc ul {
    padding: 30px 0 0
}

.sorgu .desc ul li {
    display: block;
    list-style: none;
    height: 30px;
    border-bottom: 1px solid #eee;
    line-height: 30px
}

.sorgu .desc ul li label {
    font-weight: 600;
    width: 150px;
    margin-bottom: 0
}

.sorgu .desc ul li:last-child {
    border: 0
}

.sorgu .toplam {
    width: 100%;
    margin-top: 30px
}

.sorgu .toplam label {
    font-weight: 600
}

.sorgu .buttons ul {
    padding: 0
}

.sorgu .buttons ul li {
    float: left;
    list-style: none;
    margin-right: 10px
}

.modal .tab-content {
    margin-top: 30px
}

.modal .card {
    margin-bottom: 5px
}

.modal .card .card-header h6.mb-0 a {
    text-decoration: none;
    color: #333
}

.emlak {
    display: block;
    width: 100%;
    margin: 20px 0 100px 0; 
    padding: 10px;
    background: #fff
}

.emlak .table-responsive {
    margin-top: 30px
}

.bilgiEdinme {
    display: block;
    width: 100%;
    margin: 20px 0 100px 0; 
    padding: 10px;
    background: #fff
}

.bilgiEdinme p {
    text-indent: 30px
}

.ebys {
    display: block;
    width: 100%;
    margin: 20px 0 100px 0; 
    padding: 10px;
    background: #fff
}

.ebys ul {
    padding: 30px 0 0
}

.ebys ul li {
    display: block;
    list-style: none;
    height: 30px;
    border-bottom: 1px solid #eee;
    line-height: 30px
}

.ebys ul li label {
    font-weight: 600;
    width: 150px;
    margin-bottom: 0
}

.ebys ul li:last-child {
    border: 0
}

.beyanlar {
    display: block;
    width: 100%;
    margin: 20px 0 100px 0; 
    padding: 10px;
    background: #fff
}

.beyanlar .table-responsive {
    margin-top: 30px
}

.beyanlar ul {
    padding: 0
}

.beyanlar ul li {
    display: block;
    list-style: none;
    height: 30px;
    border-bottom: 1px solid #eee;
    line-height: 30px
}

.beyanlar ul li label {
    font-weight: 500;
    width: 250px;
    margin-bottom: 0
}

.beyanlar ul li:last-child {
    border: 0
}

.beyanlar .buttons {
    margin-top: 20px
}

.sorgulama {
    display: block;
    width: 100%;
    margin: 20px 0 100px 0; 
    padding: 10px;
    background: #fff
}

.sorgulama .table-responsive {
    margin-top: 30px
}

.sorgulama ul {
    padding: 0
}

.sorgulama ul li {
    display: block;
    list-style: none;
    height: 30px;
    border-bottom: 1px solid #eee;
    line-height: 30px
}

.sorgulama ul li label {
    font-weight: 500;
    width: 250px;
    margin-bottom: 0
}

.sorgulama ul li:last-child {
    border: 0
}

.footer {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 99;
    height: 50px;
    line-height: 50px;
}

.form-group {
    margin-bottom: 5px;
}

.inputBuyuk {}

.inputKucuk {}

.inputTarih {}

.inputTelefon {}

.inputSayi {
    text-align: right;
}
.inputSayi::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-align: left;
}
.inputSayi::-moz-placeholder { /* Firefox 19+ */
  text-align: left;
}
.inputSayi:-ms-input-placeholder { /* IE 10+ */
  text-align: left;
}
.inputSayi:-moz-placeholder { /* Firefox 18- */
  text-align: left;
}

/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */
.classYeniX,
.classKayitX,
.classListeX,
.classIlkX,
.classOncekiX,
.classSonrakiX,
.classSonX,
.classIptalX,
.classCikisX,
.classExcelX,
.classYazdirX,
.classAramaX,
.classBilgiX,
.classBulutX,
.classEkleX,
.classCikarX,
.classDosyaEkleX,
.classGeriDonX,
.classGirisX,
.classGozatX,
.classHesaplaX,
.classLoginX,
.classKameraX,
.classOnayX,
.classPostaX,
.classSepetX,
.classServisX,
.classSilX,
.classTumBeyanlarX,
.classSorgulaX,
.classKapaliX,
.classAcikX,
.classTemizleX,
.classOdemeX,
.classBosX,
.classYonlendirX,
.classVazgecX,
.classDuzenleX,
.classSmsX,
.classSecX{
    padding-left: 12px!important;
    position: relative!important;
    top: 1px!important;    
}

.btnYeni{}.classYeniX,.classYeniX:hover {
    background-image: url(/BelsoftUI/Images/btnYeni.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;    
}
.btnKayit{}.classKayitX,.classKayitX:hover {
    background-image: url(/BelsoftUI/Images/btnKayit.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.btnListe{}.classListeX,.classListeX:hover {
    background-image: url(/BelsoftUI/Images/btnListe.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.btnIlk{}.classIlkX,.classIlkX:hover {
    background-image: url(/BelsoftUI/Images/btnIlk.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.btnOnceki{}.classOncekiX,.classOncekiX:hover {
    background-image: url(/BelsoftUI/Images/btnOnceki.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;    
}
.btnSonraki{}.classSonrakiX,.classSonrakiX:hover {
    background-image: url(/BelsoftUI/Images/btnSonraki.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.btnSon{}.classSonX,.classSonX:hover {
    background-image: url(/BelsoftUI/Images/btnSon.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.btnIptal{}.classIptalX,.classIptalX:hover {
    background-image: url(/BelsoftUI/Images/btnIptal.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.btnCikis{}.classCikisX,.classCikisX:hover {
    background-image: url(/BelsoftUI/Images/btnCikis.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.btnExcel{}.classExcelX,.classExcelX:hover {
    background-image: url(/BelsoftUI/Images/btnExcel.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.btnYazdir{}.classYazdirX,.classYazdirX:hover {
    background-image: url(/BelsoftUI/Images/btnYazdir.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.btnArama{}.classAramaX,.classAramaX:hover {
    background-image: url(/BelsoftUI/Images/btnArama.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.btnBilgi{}.classBilgiX,.classBilgiX:hover {
    background-image: url(/BelsoftUI/Images/btnBilgi.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.btnBulut{}.classBulutX,.classBulutX:hover {
    background-image: url(/BelsoftUI/Images/btnBulut.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.btnEkle{}.classEkleX,.classEkleX:hover {
    background-image: url(/BelsoftUI/Images/btnEkle.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;    
}
.btnCikar{}.classCikarX,.classCikarX:hover {
    background-image: url(/BelsoftUI/Images/btnCikar.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.btnDosyaEkle{}.classDosyaEkleX,.classDosyaEkleX:hover {
    background-image: url(/BelsoftUI/Images/btnDosyaEkle.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;    
}
.btnGeriDon{}.classGeriDonX,.classGeriDonX:hover {
    background-image: url(/BelsoftUI/Images/btnGeriDon.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.btnGiris{}.classGirisX,.classGirisX:hover {
    background-image: url(/BelsoftUI/Images/btnGiris.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.btnGozat{}.classGozatX,.classGozatX:hover {
    background-image: url(/BelsoftUI/Images/btnGozat.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.btnHesapla{}.classHesaplaX,.classHesaplaX:hover {
    background-image: url(/BelsoftUI/Images/btnHesapla.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;    
}
.btnLogin{}.classLoginX,.classLoginX:hover {
    background-image: url(/BelsoftUI/Images/btnLogin.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.btnKamera{}.classKameraX,.classKameraX:hover {
    background-image: url(/BelsoftUI/Images/btnKamera.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.btnOnay{}.classOnayX,.classOnayX:hover {
    background-image: url(/BelsoftUI/Images/btnOnay.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;    
}
.btnPosta{}.classPostaX,.classPostaX:hover {
    background-image: url(/BelsoftUI/Images/btnPosta.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;    
}
.btnSepet{}.classSepetX,.classSepetX:hover {
    background-image: url(/BelsoftUI/Images/btnSepet.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;    
}
.btnServis{}.classServisX,.classServisX:hover {
    background-image: url(/BelsoftUI/Images/btnServis.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.btnSil{}.classSilX,.classSilX:hover {
    background-image: url(/BelsoftUI/Images/btnSil.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.btnTumBeyanlar{}.classTumBeyanlarX,.classTumBeyanlarX:hover {
    background-image: url(/BelsoftUI/Images/btnTumBeyanlar.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.btnSorgula{}.classSorgulaX,.classSorgulaX:hover {
    background-image: url(/BelsoftUI/Images/btnSorgula.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;    
}
.btnKapali{}.classKapaliX,.classKapaliX:hover {
    background-image: url(/BelsoftUI/Images/btnKapali.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;    
}
.btnAcik{}.classAcikX,.classAcikX:hover {
    background-image: url(/BelsoftUI/Images/btnAcik.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.btnTemizle{}.classTemizleX,.classTemizleX:hover {
    background-image: url(/BelsoftUI/Images/btnTemizle.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.btnOdeme{}.classOdemeX,.classOdemeX:hover {
    background-image: url(/BelsoftUI/Images/btnOdeme.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.btnBos{}.classBosX,.classBosX:hover {
    background-image: url(/BelsoftUI/Images/btnBos.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.btnYonlendir{}.classYonlendirX,.classYonlendirX:hover {
    background-image: url(/BelsoftUI/Images/btnYonlendir.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.btnVazgec{}.classVazgecX,.classVazgecX:hover {
    background-image: url(/BelsoftUI/Images/btnVazgec.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.btnDuzenle{}.classDuzenleX,.classDuzenleX:hover {
    background-image: url(/BelsoftUI/Images/btnDuzenle.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.btnSms{}.classSmsX,.classSmsX:hover {
    background-image: url(/BelsoftUI/Images/btnSms.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.btnSec{}.classSecX,.classSecX:hover {
    background-image: url(/BelsoftUI/Images/btnSec.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

