﻿.loading-indicator {
    height: 100px;
    width: 100px;
    background: url( '../img/loading.gif' );
    background-repeat: no-repeat;
    background-position: center center;
}

.loading-indicator-overlay {
    background-color: #FFFFFF;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}
/*.ui-datepicker {
    z-index:999 !important;
}
.ms-container {
    width:100% !important;
}
}*/
.logo-yani-yazisi {
    color: #fff !important;
    font-size: 18px;
    font-weight: 100;
    padding-top: 2px;
    padding-left: 5px;
    margin-top: 6px;
    font-family: 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
}

.navbar-brand {
    font: 0/0 a !important;
    color: transparent !important;
    text-shadow: none !important;
    background-color: transparent !important;
    border: 0 !important;
    background: no-repeat center center;
    background-size: auto 20px;
}

#page-heading h1 {
    margin: 0;
    padding: 20px 20px 10px 20px;
    float: left;
    line-height: 28px;
    font-weight: 300;
    font-size: 30px;
}

.dropdown-menu.language-select {
    padding: 0px 15px 0;
    width: 40px;
}

    .dropdown-menu.userinfo:before,
    .dropdown-menu.language-select:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .dropdown-menu.language-select:after {
        clear: both;
    }

    .dropdown-menu.language-select:before,
    .dropdown-menu.language-select:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .dropdown-menu.language-select:after {
        clear: both;
    }

    .dropdown-menu.language-select ul {
        padding-left: 0;
    }

    .dropdown-menu.language-select li {
        list-style: none;
    }

    .dropdown-menu.language-select h5 {
        margin: -2px 0 -2px 0;
    }

    .dropdown-menu.language-select li.username {
        margin: 0 -15px;
        padding: 0 10px 10px;
        border-bottom: 1px solid #d2d3d6;
    }

        .dropdown-menu.language-select li.username:before,
        .dropdown-menu.language-select li.username:after {
            content: " ";
            /* 1 */
            display: table;
            /* 2 */
        }

        .dropdown-menu.language-select li.username:after {
            clear: both;
        }

        .dropdown-menu.language-select li.username:before,
        .dropdown-menu.language-select li.username:after {
            content: " ";
            /* 1 */
            display: table;
            /* 2 */
        }

        .dropdown-menu.language-select li.username:after {
            clear: both;
        }

        .dropdown-menu.language-select li.username a {
            padding: 0 5px;
        }

        .dropdown-menu.language-select li.username .pull-left img {
            width: 30px;
            border-radius: 1px;
        }

        .dropdown-menu.language-select li.username .pull-right {
            width: 128px;
        }

            .dropdown-menu.language-select li.username .pull-right small {
                color: #808080;
            }

                .dropdown-menu.language-select li.username .pull-right small span {
                    color: #4f8edc;
                }

    .dropdown-menu.language-select .languages-link ul {
        display: block;
        position: relative;
        border: none;
        background: transparent;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .dropdown-menu.language-select .languages-link ul li {
            margin: 0 -15px;
        }

            .dropdown-menu.language-select .languages-link ul li a {
                white-space: inherit;
                width: 158px;
            }

            .dropdown-menu.language-select .languages-link ul li.divider {
                margin: 5px -15px;
            }

        .dropdown-menu.language-select .languages-link ul i.pull-right {
            margin-top: 2px;
        }


.hizli_menu {
    border-right: 1px solid #27292d;
}




.has-error {
    color: #a81515;
}

.has-error {
    border-color: #a81515;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error:focus {
        border-color: #7b0f0f;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e73c3c;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e73c3c;
    }

    .has-error .input-group-addon {
        color: #a81515;
        border-color: #a81515;
        background-color: #fdf2f2;
    }

.has-success {
    color: #527f26;
}

.has-success {
    border-color: #527f26;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success:focus {
        border-color: #39581a;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #85c744;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #85c744;
    }

    .has-success .input-group-addon {
        color: #527f26;
        border-color: #527f26;
        background-color: #ebf6e1;
    }

.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

    .btn-file > input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(-300px,0) scale(4);
        -webkit-transform: translate(-300px,0) scale(4);
        font-size: 23px;
        height: 100%;
        width: 100%;
        direction: ltr;
        cursor: pointer;
    }

@-moz-document url-prefix() {
    .btn-file > input {
        transform: none;
    }
}

.fileinput {
    margin-bottom: 9px;
    display: inline-block;
}

    .fileinput .form-control {
        padding-top: 7px;
        padding-bottom: 5px;
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
        cursor: text;
    }

    .fileinput .thumbnail {
        overflow: hidden;
        display: inline-block;
        margin-bottom: 5px;
        vertical-align: middle;
        text-align: center;
    }

        .fileinput .thumbnail > img {
            max-height: 100%;
        }

    .fileinput .btn {
        vertical-align: middle;
    }

.fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists {
    display: none;
}

.fileinput-inline .fileinput-controls {
    display: inline;
}

.fileinput-filename {
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
}

.form-control .fileinput-filename {
    vertical-align: bottom;
}

.fileinput.input-group {
    display: table;
}

.fileinput-new.input-group .btn-file, .fileinput-new .input-group .btn-file {
    border-radius: 0 4px 4px 0;
}

    .fileinput-new.input-group .btn-file.btn-xs, .fileinput-new .input-group .btn-file.btn-xs, .fileinput-new.input-group .btn-file.btn-sm, .fileinput-new .input-group .btn-file.btn-sm {
        border-radius: 0 3px 3px 0;
    }

    .fileinput-new.input-group .btn-file.btn-lg, .fileinput-new .input-group .btn-file.btn-lg {
        border-radius: 0 6px 6px 0;
    }

.form-group.has-warning .fileinput .fileinput-preview {
    color: #8a6d3b;
}

.form-group.has-warning .fileinput .thumbnail {
    border-color: #faebcc;
}

.form-group.has-error .fileinput .fileinput-preview {
    color: #a94442;
}

.form-group.has-error .fileinput .thumbnail {
    border-color: #ebccd1;
}

.form-group.has-success .fileinput .fileinput-preview {
    color: #3c763d;
}

.form-group.has-success .fileinput .thumbnail {
    border-color: #d6e9c6;
}

.input-group-addon:not(:first-child) {
    border-left: 0;
}
