html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    background: #999;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

button:focus {
    outline: 0 !important;
}

input:focus,
textarea:focus {
    outline: none !important;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
select {
    outline: none !important;
    outline-offset: -2px;
}

html,
body {
    height: 100%;
}

a {
    color: #0a1330;
    text-decoration: none;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

a:hover {
    text-decoration: none !important;
}

.nopadding {
    padding: 0px !important;
}

.left {
    float: left;
}

.system-name {
    font-size: 26px;
    font-weight: 200;
    line-height: 26px;
    color: #015992;
    padding-top: 36px;
    padding-left: 20px;
    letter-spacing: 2px;
}

.login-header {
    padding-top: 30px;
}


.login-icon {
    position: absolute;
    z-index: 1;
    padding-top: 5px;
    padding-left: 8px;
    color: #fff;
}

.login-form {
    padding-top: 15px;
}

.login-form p {
    margin-bottom: 0px;
}

.login-form label {
    font-size: 14px;
    color: #015992;
    font-weight: 400;
    padding-top: 15px;
    letter-spacing: 2px;
}

.kullanici-adi {
    background: none;
    border: none;
    width: 100%;
    background: #c2cad5;
    padding: 6px 3px 6px 30px;
    font-size: 14px;
}

.kullanici-sifre {
    background: none;
    border: none;
    width: 100%;
    background: #c2cad5;
    padding: 6px 3px 6px 30px;
    font-size: 14px;
}

.pass-forget {
    padding: 15px 0px;
}

.pass-forget a {
    font-size: 12px;
}

.giris-button {
    padding-top: 20px;
}

.arabaslik {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0px;
    color: #039;
    padding: 10px 10px 10px 15px !important;
    background: #7abcff;
    background: -moz-linear-gradient(-45deg, #7abcff 0%, #60abf8 44%, #4096ee 100%);
    background: -webkit-linear-gradient(-45deg, #7abcff 0%, #60abf8 44%, #4096ee 100%);
    background: linear-gradient(135deg, #7abcff 0%, #60abf8 44%, #4096ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7abcff', endColorstr='#4096ee', GradientType=1);
}

.bosluk50 {
    width: 100%;
    float: left;
    height: 50px;
}

.login-footer {
    padding-bottom: 10px;
    padding-top: 10px;
}

.belediye-logo {
    width: 80px;
    min-height: 100px;
}

.giris {
    background: #ededed url(images/effect2.png) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100%;
    min-height: 100%;
    position: fixed;
}


.giris-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.giris-container {
    align-items: center;
    background: hsla(0, 0%, 0%, .1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    width: 100%;
}

.giris-box {
    background: #fff;
    max-width: 55%;
}

.header {
    position: fixed;
    width: 100%;
    height: 60px;
    background: #efefef;
    background: -moz-linear-gradient(-45deg, #efefef 0%, #b2b7c4 100%);
    background: -webkit-linear-gradient(-45deg, #efefef 0%, #b2b7c4 100%);
    background: linear-gradient(135deg, #efefef 0%, #b2b7c4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#b2b7c4', GradientType=1);
    z-index: 32;
    /*4 idi*/

}

.logo {
    float: left;
    height: 60px;
}

.logo-text {
    color: #222;
    font-size: 18px;
    line-height: 60px;
    letter-spacing: 1px;
    padding: 0px 20px;
    font-weight: bold;
}

.search {
    float: left;
    height: 60px;
    border-right: 1px solid #d4d4d4;
    padding: 15px 20px;
}

.search-input {
    background: none;
    border: none;
    background: #ecedf1;
    border-radius: 5px;
    padding: 5px 10px;
}

.search-button,
.search-option {
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
}

.top-menu {
    float: left;
    height: 60px;
    border-right: 1px solid #d4d4d4;
}

.navbar-nav>li {
    border-left: 1px solid #d4d4d4;
}

.navbar-nav>li:hover {
    background: #ededed;
}

.navbar-nav>li>a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    color: #666;
    background: none !important;
}

.navbar-nav li a:hover {
    background: none !important;
}

.navbar-nav li a:focus {
    background: none !important;
}

.dropdown-menu li {
    border-bottom: 1px solid #ededed;
    padding: 10px 0px;
}

.dropdown-menu li a:hover {
    color: #999 !important;
}

.dropdown-menu li:last-child {
    border: none;
}

.ekle-item {
    float: left;
    height: 60px;
    border-right: 1px solid #d4d4d4;
    text-align: center;
}

.ekle-item a {
    font-size: 18px;
    line-height: 60px;
    display: block;
    padding: 0px 20px;
    color: #fff;
}

.ekle-item a:hover {
    color: #4887cb;
}

.user-area {
    float: right;
    height: 60px;
    border-left: 1px solid #d4d4d4;
}

.hello {
    float: left;
    height: 60px;
    border-right: 1px solid #d4d4d4;
    line-height: 60px;
    color: #333;
    padding: 0px 20px;
}

.sign-out {
    float: left;
    height: 60px;
    color: #fff;
    line-height: 60px;
    display: block;
    padding: 0px 20px;
}

.sign-out a {
    color: #fff;
}

.sign-out a:hover {
    color: #4887cb;
}

.sidebar {
    background: #0a1330;
    width: 60px;
    position: fixed;
    height: 100%;
    z-index: 3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.side-menu {
    padding-top: 60px;
}

.side-menu ul li {
    text-align: center;
    border-bottom: 1px solid #1e263c;
}

.side-menu ul li a {
    color: #465272;
    display: block;
    line-height: 60px;
    font-size: 16px;
}

.side-menu ul li a:hover {
    color: #fff;
}

.side-content {
    background: #e3ebf2;
    background: -moz-linear-gradient(top, #e3ebf2 2%, #c2c8ce 95%);
    background: -webkit-linear-gradient(top, #e3ebf2 2%, #c2c8ce 95%);
    background: linear-gradient(to bottom, #e3ebf2 2%, #c2c8ce 95%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3ebf2', endColorstr='#c2c8ce', GradientType=0);
    width: 450px;
    position: fixed;
    height: 100%;
    z-index: 2;
    padding-top: 60px;
    margin-left: -950px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: auto;
}

.right-content {
    background: #ededed;
    width: 550px;
    position: fixed;
    height: 100%;
    right: 0px;
    z-index: 31;
    padding-top: 60px;
    margin-right: -550px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: auto;
}

.side-active {
    margin-left: 0px;
}

.right-active {
    margin-right: 0px;
    top: 0px;
}

.menu-active {
    color: #fff !important;
    font-size: 20px !important;
}

.side-header {
    overflow: hidden;
    width: 450px;
    height: 60px;
    background: #189bff;
    background: -moz-linear-gradient(-45deg, #189bff 0%, #1dc5f4 100%);
    background: -webkit-linear-gradient(-45deg, #189bff 0%, #1dc5f4 100%);
    background: linear-gradient(135deg, #189bff 0%, #1dc5f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#189bff', endColorstr='#1dc5f4', GradientType=1);
}

.right-content .side-header {
    overflow: hidden;
    width: 550px;
    height: 60px;
    background: #efefef;
    background: -moz-linear-gradient(-45deg, #efefef 0%, #b2b7c4 100%);
    background: -webkit-linear-gradient(-45deg, #efefef 0%, #b2b7c4 100%);
    background: linear-gradient(135deg, #efefef 0%, #b2b7c4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#b2b7c4', GradientType=1);
}

.side-title {
    color: #666;
    float: left;
    line-height: 60px !important;
    padding-left: 15px;
    font-weight: bold;
}

.kapat {
    color: #fff;
    float: right;
    line-height: 60px;
    padding-right: 30px;
}

.kayit-kapat {
    color: #fff;
    float: right;
    line-height: 60px;
    padding-right: 15px;
}

.guncelleme-kapat {
    color: #fff;
    float: right;
    line-height: 60px;
    padding-right: 15px;
}

.side-cover {
    text-align: center;
    padding-top: 20px;
}

.mecra-ad {
    color: #094f9a;
    letter-spacing: 3px;
    font-size: 18px;
}

.mecra-icon {
    color: #094f9a;
    font-size: 46px;
    margin-bottom: 0px;
}

.mecra-isim {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
}

.mecra-aciklama {
    color: #666;
    font-size: 14px;
}

.kurum-title {
    display: block;
    color: #999;
    margin-top: 20px;
    font-size: 13px;
}

.kurum-no {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #094f9a;
    background: #fff;
    border-radius: 50%;
}

.nav-tabs {
    border: none;
}

.tab3 .nav-tabs li {
    width: 33.33%;
    border: none;
    text-align: center;
    background: #ededed;
    margin-bottom: 0px !important;
}

.tab2 .nav-tabs li {
    width: 50%;
    border: none;
    text-align: center;
    background: #ededed;
}

.nav-tabs li a {
    border: none;
    font-size: 12px !important;
}

.nav-tabs>li>a {
    margin-right: 0px !important;
    color: #999;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: none !important;
    border-radius: 0px;
    font-weight: bold;
    color: #0E74BD !important;
}

.tab-content {
    color: #222;
}

.user {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
    margin: 10px 0px;
    position: relative;
    padding: 0px 20px;
}

.foto {
    font-size: 36px;
    color: #fff;
    background: #c0cdd9;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 80px;
}

.user-foto {
    float: left;
    margin-right: 10px;
}

.user-info {
    float: left;
    padding-top: 2px;
}

.user-name {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
}

.user-role {
    font-size: 12px;
    margin-bottom: 0px;
}

.user-mail {
    font-size: 12px;
    margin-bottom: 0px;
}

.user-phone {
    font-size: 12px;
    margin-bottom: 0px;
}

.user-remove {
    float: left;
    margin-top: 5px;
}

.user-remove a {
    color: #666;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    float: left;
    display: block;
    margin-right: 5px;
}

.new-user {
    background: #52b152;
    background: -moz-linear-gradient(top, #52b152 2%, #008a00 95%);
    background: -webkit-linear-gradient(top, #52b152 2%, #008a00 95%);
    background: linear-gradient(to bottom, #52b152 2%, #008a00 95%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52b152', endColorstr='#008a00', GradientType=0);
    text-align: center;
    line-height: 40px;
    height: 40px;
}

.new-user a {
    color: #fff;
    font-size: 12px;
}

.center {
    text-align: center !important;
}

.yeni-talep {
    background: #52b152;
    background: -moz-linear-gradient(top, #52b152 2%, #008a00 95%);
    background: -webkit-linear-gradient(top, #52b152 2%, #008a00 95%);
    background: linear-gradient(to bottom, #52b152 2%, #008a00 95%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52b152', endColorstr='#008a00', GradientType=0);
    text-align: center;
    line-height: 40px;
    height: 40px;
}

.yeni-talep a {
    color: #fff;
    font-size: 12px;
}

.eyup-tablo {
    font-size: 12px;
    color: #222 !important;
}

.eyup-tablo td {
    text-align: center;
}

.eyup-tablo th {
    text-align: center;
}


table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: #ededed !important;
}

table.dataTable tbody tr {
    background-color: #f5f8fa;
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background: none !important;
}

.mecra-tablo {
    font-size: 12px;
    color: #222;
}

.mecra-tablo td {
    text-align: left;
    padding-left: 3px;
}

.mecra-tablo th {
    text-align: left;
    padding-left: 3px;
}


table.dataTable thead th,
table.dataTable thead td {
    padding: 10px;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 8px 15px;
}

table.dar tbody th,
table.dar tbody td {
    padding: 0px !important;
}

table.dar2 tbody th,
table.dar2 tbody td {
    padding: 2px !important;
}

.mecra-list {
    float: left;
    width: 85%;
    background: #fff;
    height: 40px;
}

.yeni-mecra-ekle {
    float: left;
    width: 15%;
    background: #52b152;
    background: -moz-linear-gradient(top, #52b152 2%, #008a00 95%);
    background: -webkit-linear-gradient(top, #52b152 2%, #008a00 95%);
    background: linear-gradient(to bottom, #52b152 2%, #008a00 95%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52b152', endColorstr='#008a00', GradientType=0);
    text-align: center;
    height: 40px;
}

.yeni-mecra-ekle a {
    background: none;
    border: none;
    line-height: 40px;
    color: #fff;
    text-align: center;
}

.yeni-mecra-ekle a:hover {
    color: #d4d4d4;
}

.mecra-list .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    border-radius: 0px !important;
}

.mecra-list .btn {
    border-radius: 0px !important;
    border: none !important;
    height: 40px;
}

.yeni-mecra-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    border-radius: 0px !important;
}

.yeni-mecra-form .btn {
    border-radius: 3px !important;
    border: none !important;
    height: 40px;

}

.yeni-mecra-form li.input-form input {
    border: none;
    background: #fff;
    border-bottom: 1px solid #d4d4d4;
    width: 100%;
    padding: 5px 10px 5px 10px;
    margin-top: 2px;
    border-radius: 5px;
}

.yeni-mecra-form li.radio-form {
    padding: 15px;
}

.yeni-mecra-form li.radio-form span {
    display: block;
    font-size: 12px;
    color: #666;
}

.yeni-mecra-form li.button-li {
    padding: 15px;
}

.mecra-kayit-icon {
    position: absolute;
    z-index: 1;
    margin-top: 17px;
    margin-left: 16px;
    color: #666;
    font-size: 14px;
}


.ibb-logo {
    position: fixed;
    z-index: 1;
    /*right: 20px;*/
    bottom: 60px;
    width: 80px;
    height: auto;
}

.footer {
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0px;
    background: #45484d;
    background: -moz-linear-gradient(-45deg, #45484d 0%, #000000 100%);
    background: -webkit-linear-gradient(-45deg, #45484d 0%, #000000 100%);
    background: linear-gradient(135deg, #45484d 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=1);
    z-index: 2;
}

.footer-left {
    float: left;
    padding-left: 20px;
}

.footer-left p {
    font-size: 12px;
    color: #fff;
    line-height: 60px;
    float: left;
}

.footer-left a {
    display: block;
    float: left;
    font-weight: bold;
    font-size: 12px;
    padding: 0px 10px;
    line-height: 60px;
    color: #096;
}

.footer-left a:hover {
    color: #fff;
}

.footer-right {
    float: right;
    padding-right: 20px;
    text-align: right;
}

.footer-right p {
    font-size: 12px;
    color: #fff;
    line-height: 60px;
}

.mobil {
    display: none;
}

.gizle-back {
    display: none;
    background: #ededed;
}

.sidebar-gizle {
    margin-left: -60px;
}

.sidebar-goster {
    margin-left: 60px;
    display: block !important;
}

.goster-back {
    margin-left: 60px;
    background: #0a1330;
    color: #fff !important;
    width: 40px;
    line-height: 40px !important;
    height: 40px;
    display: none;
    position: absolute;
    bottom: 30px;
}

.goster-back a {
    font-size: 20px !important;
    line-height: 40px !important;
}

.loginmodal-container {
    padding: 30px;
    max-width: 500px;
    /*350px*/
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.loginmodal-container .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    border-radius: 0px !important;
}

.loginmodal-container .mecra-list .btn {
    border-radius: 0px !important;
    border: none !important;
    height: 40px;
}

.loginmodal-container h1 {
    text-align: center;
    font-size: 1.8em;
}

.loginmodal-container input[type=submit] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.loginmodal-container input[type=text],
.loginmodal-container input[type=password] {
    height: 44px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    /* border-radius: 2px; */
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover,
input[type=password]:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.loginmodal {
    text-align: center;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    height: 29px;
    padding: 0 8px;
}

.loginmodal-submit {
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #4d90fe;
    padding: 17px 0px;
    font-size: 14px;
    width: 75px;
}

.loginmodal-submit:hover {
    /* border: 1px solid #2f5bb7; */
    border: 0px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-color: #357ae8;
}

.loginmodal-container a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}

.login-help {
    font-size: 12px;
}


.dikey .tabs-left,
.tabs-right {
    border-bottom: none;
    padding-top: 2px;
}

.dikey .tabs-left {
    border-right: 1px solid #ddd;
}

.dikey .tabs-right {
    border-left: 1px solid #ddd;
}

.dikey .tabs-left>li,
.tabs-right>li {
    float: none !important;
    margin-bottom: 2px;
}

.dikey .tabs-left>li {
    margin-right: -1px;
}

.dikey .tabs-right>li {
    margin-left: -1px;
}

.dikey .tabs-left>li.active>a,
.dikey .tabs-left>li.active>a:hover,
.dikey .tabs-left>li.active>a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
}

.dikey .tab-pane {
    padding: 15px;
}

.dikey .tabs-right>li.active>a,
.dikey .tabs-right>li.active>a:hover,
.dikey .tabs-right>li.active>a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
}

.dikey .tabs-left>li>a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
}

.dikey .tabs-right>li>a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}

.dikey .tabs-right>li>a:hover {
    color: #666;
}

.dikey .vertical-text {
    margin-top: 48px;
    border: none;
    position: relative;
}

.dikey .vertical-text>li {
    height: 20px;
    width: 120px;
    margin-bottom: 100px;

}

.dikey .vertical-text>li>a {
    border-bottom: 1px solid #ddd;
    border-right-color: transparent;
    text-align: center;
    border-radius: 0px 0px 0px 0px;
    background: #a9b2bb;
    color: #fff;
}

.dikey .vertical-text>li.active>a,
.dikey .vertical-text>li.active>a:hover,
.dikey .vertical-text>li.active>a:focus {
    border-bottom-color: transparent;
    border-right-color: #ddd;
    border-left-color: #ddd;
}

.dikey .vertical-text.tabs-left {
    left: -50px;
}

.dikey .vertical-text.tabs-right {
    right: -50px;
}

.dikey .vertical-text.tabs-right>li {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.dikey .vertical-text.tabs-left>li {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.panel-title a {
    font-size: 12px;
}

.panel-body {
    font-size: 12px;
}

.right {
    text-align: right !important;
}

.mecra-buttons {
    text-align: center;
}

.haritada-goster {
    background: #f5f5f5;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
}

.mecra-duzenle {
    background: #f5f5f5;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
}

.yeni-ariza-ekle {
    background: none;
    border: none;
    background: #ededed;
    border-radius: 3px;
    line-height: 20px;
    color: #090;
}

.ariza-cikar {
    background: none;
    border: none;
    background: #f5f5f5;
    display: inline-block;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.ariza-tablosu {
    font-size: 12px;
}

.ariza-tablosu th {
    color: #222;
    background: #f5f5f5;
    padding: 5px;
}

.ariza-tablosu td {
    color: #222;
    padding: 5px 3px;
    background: #ededed;
    border-bottom: 1px solid #d4d4d4;
}

.yeni-mecra-form {
    margin-top: 10px;
}

.yeni-mecra-form li {
    padding: 5px 10px;
}

.text-form {
    width: 100%;
    min-height: 60px;
    border: 1px solid #d4d4d4;
}

.mavi {
    color: #06C;
}

.yesil {
    color: #096;
}

.turuncu {
    color: #F60;
}

.sari {
    color: #FC0;
}

.kirmizi {
    color: #F00;
}

.kahverengi {
    color: #930;
}

.kayit {
    padding: 15px;
}

.bildirim {
    width: 95%;
    margin: 15px 15px 0px 15px;
    padding: 10px;
    background: #f5f5f5;
    font-size: 12px;
}

.nav-buttons {
    border-radius: 5px;
    text-align: center;
    height: 30px;
    position: absolute;
    left: 10px;
    top: 80px;
}

.nav-buttons a {
    display: inline-block;
    background: #45484d;
    background: -moz-linear-gradient(-45deg, #45484d 0%, #000000 100%);
    background: -webkit-linear-gradient(-45deg, #45484d 0%, #000000 100%);
    background: linear-gradient(135deg, #45484d 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=1);
    line-height: 30px;
    color: #d4d4d4;
    font-size: 14px;
    padding: 4px 7px;
    text-align: center;
    float: left;
    width: 40px;
}

.nav-buttons a:hover {
    background: #096;
    color: #fff;
}

.nav-buttons a:visited {
    color: #fff;
}

/*.nav-buttons a:first-child {border-right:1px solid #333; border-radius:5px 0px 0px 5px;}*/
.nav-buttons a:first-child {
    border-right: 1px solid #333;
    border-radius: 5px 5px 0px 0px;
}

.nav-buttons .active {
    background: #096;
    color: #fff !important;
}

.nav-buttons a:last-child {
    border-left: 1px solid #333;
    border-radius: 0px 0px 5px 5px;
}

.mobil-menu {
    display: none;
}

.kullanici-adi-kisa {
    display: none;
}

@media (min-width: 1500px) and (max-width: 1700px) {
    .giris-box {
        background: #fff;
        max-width: 65%;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .giris-box {
        background: #fff;
        max-width: 80%;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .giris-box {
        background: #fff;
        max-width: 90%;
    }

    .user-area {
        /*display: none;*/
    }

    .kullanici-adi-kisa {
        display: block;
    }

    .kullanici-adi-uzun {
        display: none;
    }

}

@media (min-width: 768px) and (max-width: 979px) {
    .search {
        border-right: 0;
    }

    .user-area {
        /*display: none;*/
    }

    .kullanici-adi-kisa {
        display: block;
    }

    .kullanici-adi-uzun {
        display: none;
    }


    .logo-text {
        display: none;
    }

    .mobil-remove {
        display: none;
    }

    .mobil {
        /*display: block;*/
    }

    /* .alt-bilgi {
        width: 40px;
    } */

    .giris-box {
        background: #fff;
        max-width: 90%;
    }

    .belediye-gorsel {
        height: 400px;
        overflow: hidden;
        background-position: -100px;
    }

    .belediye-gorsel img {
        position: absolute;
        margin-top: -160px;
    }
}

@media (max-width: 767px) {
    /* .side-title { display: none; } */

    .top-menu {
        display: none;
    }

    .mobil-menu {
        display: block;
        position: fixed;
        height: 100%;
        width: 100%;
        background: #efefef;
        background: -moz-linear-gradient(-45deg, #efefef 0%, #b2b7c4 100%);
        background: -webkit-linear-gradient(-45deg, #efefef 0%, #b2b7c4 100%);
        background: linear-gradient(135deg, #efefef 0%, #b2b7c4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#b2b7c4', GradientType=1);
        margin-top: 60px;
        margin-left: -980px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding-left: 20px;
        padding-top: 0px;
    }

    .mobil-menu ul li a {
        padding: 5px 0px;
        border-bottom: 1px solid #fff;
        display: block;
    }

    .mobil-menu ul li ul {
        margin-left: 10px;
    }

    .mobil-menu ul li a {
        font-size: 14px;
        color: #666;
        font-weight: normal;
    }

    .mobil-menu ul li a.dropdown-toggle {
        font-size: 16px;
        font-weight: bold;
        color: #222;
    }


    .menu-active {
        margin-left: 0px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .logo-text {
        display: none;
    }

    .ekle-item {
        display: none;
    }

    .hello {
        display: none;
    }

    .mobil-remove {
        display: none;
    }

    .mobil {
        display: block;
    }

    .user-area {
        border: none;
    }

    /* .alt-bilgi {
        width: 40px;
        bottom: 20px;
    } */


    .right-content {
        width: 100%;
        right: -350px;
        z-index: 32;
        padding-top: 0px;
        margin-top: 60px;
        padding-bottom: 80px;
    }

    .sign-out {
        padding: 0px 15px;
    }

    .logo-text {
        padding: 0px 10px;
    }

    .search {
        padding: 15px 5px;
        border: 0;
    }

    .search-input {
        width: 100px;
    }

    .kapat {
        padding-right: 15px !important;
    }

    .side-header {
        width: 100%;
        /* position: absolute;
        background: transparent !important; */
    }

    .right-content .side-header {
        width: 100%;
    }

    .side-active {
        left: 0px;
        margin-left: 0px;
    }

    .right-active {
        right: 0px;
        margin-left: 0px;
    }

    .footer {
        display: none;
    }

    .mecra-list {
        width: 80%;
    }

    .yeni-mecra-ekle {
        width: 20%;
    }

    .belediye-gorsel {
        display: none;
    }

    .giris-box {
        background: #fff;
        max-width: 90%;
    }

    .system-name {
        font-size: 18px;
        font-weight: bold;
        padding-top: 18px;
        letter-spacing: 0px;
    }

    .belediye-logo {
        width: 50px;
    }

    .gizle-back {
        display: block;
    }

    .navbar-nav>li {
        padding-left: 20px;
        border-left: none;
        margin-right: 40px;
    }
}

@media (max-width: 480px) {
    .side-content {
        width: 100%;
    }

    .alt-bilgi,
    .alt-bilgi img {
        height: 0;
        width: 0;
        border: 0;
    }

    .system-name {
        padding-left: 0px;
    }
}

table.dataTable thead th,
table.dataTable thead td {
    position: sticky;
    top: 0;
    background: #fff;
    border: 0;
    border-top: 1px solid #d4d4d4;
    white-space: nowrap;
    z-index: 2;
}

.kucuk-ekleyici {
    line-height: 0;
}