body::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb{
    background-color: rgba(255, 67, 80, 0.26);
    outline: 1px solid slategrey;
}

body::-webkit-scrollbar{
    width: 8px;
}

.bodyClass{
    background: #f1f4f5;
}

#loading-indicator{
    position: fixed;
    top:0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    text-align: center;
    z-index: 100000000000000000000000000000000000;
    opacity: .8;
}

#loading-indicator-image{
    position: relative;
    margin-right: auto;
    margin-left: auto;
    top: 300px;
}

.validationError{
    vertical-align: bottom;
    text-align: center;
    width: 100%;
    display: block;
    padding: 5px;
    background-color: #f2dede;
    color: #505050;
}

.validationSpanError{
    background-color: white;
}

.validationAppError{
    vertical-align: bottom;
    text-align: center;
    /* width: 100%; */
    display: block;
    padding: 5px;
    background-color: #fcdbdd;
    color: #505050;
}

.validationAppSpanError{
    background-color: white;
}

.main-a-href{
    text-decoration: none;
    color: #0cbadf !important;
    cursor: pointer;
}

.main-a-href:hover{
    text-decoration: underline !important;
}

.divInputIcon{
    position: absolute;
    margin-top: 7px;
    margin-left: 10px;
    z-index: 1000;
}

.divInputIconApp{
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    z-index: 1000;
}

.control-label{
    margin-top: 12px;
    font-size: 0.99rem;
    color: black;
    font-weight: normal;
}

.form-horizontal .row{
    margin-top: -5px;
}

.form-section-first{
    display: block;
    padding-bottom: 2px;
    border-bottom: #dddddd 1px dotted;
}

.form-section{
    margin-top: 20px;
    display: block;
    padding-bottom: 2px;
    border-bottom: #dddddd 1px dotted;
}

.form-actions{
    margin-top: 30px;
}

.k-button{
    text-transform: none;
}

input[type='text']{
    width: 100%;
    height: 40px !important;
}

input[type='email']{
    width: 100%;
    height: 40px !important;
}

input[type='password']{
    width: 100%;
    height: 40px !important;
}

button{
    width: 100%;
}

.social{
    text-align: center;
}

/* Dialog Ekranları */
.k-dialog a.k-dialog-action.k-dialog-close{
    padding: 0;
}

/* General template */
.mitralozNotification{
    width: 600px;
    height: 60px;
}

.mitralozNotification h3{
    margin-top: 10px;
    margin-bottom: 0;
    color: #292829;
    font-size: 14px;
    padding: 2px 10px 2px;
}

.mitralozNotification p{
    color: #262626;
    font-size: 16px;
    font-style: italic;
    padding: 2px 10px 5px;
    line-height: 12px;
}

.mitralozNotification span{
    float: left;
    margin: 0 10px 10px 10px;
}


/* Info template */
.k-notification-info.k-group{
    background: rgba(0%,0%,0%,.7);
    color: #fff;
}

/* Error template */
.k-notification-error.k-group{
    background: rgba(100%,0%,0%,.7);
    color: #ffffff;
}

/* Warning template */
.k-notification-warning.k-group{
    background: rgba(255, 0, 205, 0.7);
    color: #ffc8cd;
}

/* Success template */
.k-notification-upload-success.k-group{
    background: rgba(0%,60%,0%,.7);
    color: #fff;
}