body {
    background-color: #fff;
}

.text-right {
    text-align: right;
}

textarea {
    resize: vertical;
    max-height: 100px;
    min-height: 100px;
    overflow-x: hidden;
}

.content-wrapper {
    /*background-color: #f4f4f4;*/
    background-color: #fff;
}

th {
    text-align: left;
    font-weight: 100;
}

label {
    font-weight: 200;
}

.btn,
.badge,
.label {
    position: relative;
    overflow: hidden;
}

.btn:after,
.badge:after,
.label:after {
/*    position: absolute;
    top: -50px;
    left: -75px;
    z-index: 2;
    width: 50px;
    height: 155px;
    background: #fff;
    content: "";*/
/*    opacity: .2;
    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    transform: skewX(30deg);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.5, 1);
    -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.5, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.5, 1)*/
}

.btn:hover::after,
.badge:hover::after,
.label:hover::after {
    left: 160%
}

.view-header {
    margin: 10px 0
}

.view-header .header-icon {
    font-size: 60px;
    width: 68px;
    float: left;
    margin-top: -8px;
    line-height: 0
}

.view-header .header-icon {
    color: #558B2F;
}

.dev-page {
    visibility: hidden;
}

.error {
    color: #a81515;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 99%;
    }
}

.form-section {
    margin: 5px 0px 25px 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

table.dataTable th:last-child,
table.dataTable td:last-child {
    border-right-width: 0;
    width: 50px !important;
    text-align: right;
}

table.dataTable th:first-child,
table.dataTable td:first-child {
    border-right-width: 0;
    width: 5px !important;
    text-align: right;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #444;
}

.panel-default > .panel-heading {
    background-color: #fff;
}

.panel-footer {
    background-color: #fff;
}

.sub_header {
    font-size: 18px;
    color: rgb(251, 4, 61);
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 11px 0px;
    cursor: pointer;
}

.display-hide {
    display: none;
}

.main-header .nav {
    display: inline-block;
}

@media (max-width: 991px) {
}

@media (max-width: 768px) {
}

@media (min-width: 768px) {
}

.login-page,
.register-page {
    background: #d2d6de;
    background-image: url(../img/body-bg.png);
}

.content-header {
    position: relative;
    padding: 3px 15px;
    background-color: #fff;
    border-bottom: 1px solid #e1e6ef;
    color:#fff !important;
    background: #337ab7 !important;
}

.content-header hr {
    border-top: 1px solid #ddd
}

.content-header .header-icon {
    font-size: 45px;
    width: 55px;
    float: left;
    line-height: 1;
    margin-right: 10px;
    color: #558B2F;
}

.content-header .header-title {
    margin-left: 55px
}

.content-header .header-title h1 {
    margin: 0;
    font-size: 24px
}

.content-header .header-title small {
    font-size: 13px;
    display: inline-block;
    padding-left: 4px;
    font-weight: 600;
    color: #7a7a7a
}

.header-title .breadcrumb {
    float: right;
    background: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    padding: 7px;
    position: absolute;
    bottom: 10px;
    right: 20px;
    border-radius: 0;
    border: 0;
    font-weight: 600
}

.header-title .breadcrumb > li > a {
    color: #374767;
    display: inline-block
}

.header-title .breadcrumb > li > a > .fa,
.header-title .breadcrumb > li > a > .glyphicon,
.header-title .breadcrumb > li > a > .ion {
    margin-right: 5px
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.sidebar-menu > li {
    position: relative;
    margin: 0;
    padding: 0
}

.sidebar-menu > li > a {
    padding: 12px 5px 12px 15px;
    display: block
}

.sidebar ul li:nth-child(2) a i {
    color: #558B2F
}

.sidebar ul li:nth-child(3) a i {
    color: #cd6724
}

.sidebar ul li:nth-child(4) a i {
    color: #f29824
}

.sidebar ul li:nth-child(5) a i {
    color: #adb7be
}

.sidebar ul li:nth-child(6) a i {
    color: #b348ae
}

.sidebar ul li:nth-child(8) a i {
    color: #cd6724
}

.sidebar ul li:nth-child(9) a i {
    color: #21a788
}

.sidebar ul li:nth-child(10) a i {
    color: #E5343D
}

.sidebar ul li:nth-child(11) a i {
    color: #EF6C00
}

.sidebar ul li:nth-child(12) a i {
    color: #FFB61E
}

.sidebar ul li:nth-child(14) a i {
    color: #428bca
}

.sidebar ul li:nth-child(15) a i {
    color: #D4E157
}

.sidebar ul li:nth-child(16) a i {
    color: #00B8D4
}

.sidebar ul li:nth-child(17) a i {
    color: #64bc36
}


@media (min-width: 768px) {

    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.login-box, .register-box {
    width: 60%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .login-box, .register-box {
        width: 90%;
        margin-top: 20px
    }

    .
}

.info {
    margin: 12px auto;
    width: 100%;
    display: block;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    line-height: 19px;
    text-shadow: 0 1px 0 #fff;
}

.oturum {
    padding-bottom: 20px;
    -webkit-box-shadow: inset 10px 0px 32px -15px rgba(189, 189, 189, 1);
    -moz-box-shadow: inset 10px 0px 32px -15px rgba(189, 189, 189, 1);
    box-shadow: inset 10px 0px 32px -15px rgba(189, 189, 189, 1);
    min-height: 490px;
}

.oturum .input-group {
    margin-top: 15px;
    width: 100%;
}

.oturum input, .oturum select {
    box-shadow: none !important;
}

.oturum .btn-default {
    position: absolute;
    left: 20px;
    top: 45px;
}

.oturum-alani {
    width: 100%;
    display: block;
    margin: 0 auto 0 auto;
}

.footer_login {
    width: 850px;
    margin: 0 auto
}

.login-box {
    border: 1px solid #eee;
    border-radius: 0px;
    min-height: 400px;
    margin: 70px auto 10px auto;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 60%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 60%);
    background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0);
}

.login-box h1 {
    font-size: 20px;
    padding: 50px 0 15px 0;
    text-align: center;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}

.login-box h3 {
    font-size: 14px;
    color: #4a4a4a;
    text-align: center;
    line-height: 22px;
}

.login-box h4 {
    font-size: 13px;
    color: #999;
    text-align: center;
}

.tanitim {
    border-right: 2px dashed #ddd;
    min-height: 490px;
    -webkit-box-shadow: inset -10px 0px 32px -15px rgba(189, 189, 189, 1);
    -moz-box-shadow: inset -10px 0px 32px -15px rgba(189, 189, 189, 1);
    box-shadow: inset -10px 0px 32px -15px rgba(189, 189, 189, 1);
}

.login-page {
    color: #333;
    background: url(../img/bg.png) no-repeat, url(../img/body-bg.png) repeat #fff;
    background-position: top center;
    text-shadow: 0 1px 0 #fff;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 0px 3px;
    font-size: 10px;
    line-height: 1.3;
    border-radius: 0px;
}
.width-100{
    width: 100% !important;
    display: inline-block;
}