﻿.help-inline {
    padding-top: 5px;
    font-style: italic;
}

span.help-tooltip {
    line-height: 30px;
    cursor: pointer;
}

.form-group span.desc {
    line-height: 35px;
}

.break-word {
    word-wrap: break-word;
}

.zorunlu {
    color: crimson;
    margin-left: 3px;
}

/*.ui-autocomplete*/
.ui-autocomplete {
    z-index: 99 !important;
}

.ui-menu-item:hover, .ui-menu-icon {
    color: black !important;
}
/* /.ui-autocomplete /*/
.label-middle {
    margin-bottom: 0;
    padding-top: 7px;
}

input[type=checkbox] + label {
    margin-left: 5px;
}

.td-edit {
    text-align: center;
}

    .td-edit .btn {
        width: 100px;
        /*text-transform:none;*/
        margin-bottom: 3px;
    }

thead {
    background: rgba(0,0,0,0.40);
}



.desc {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0px;
    font-size: 11px;
    font-style: italic;
    line-height: 1.5;
}

.no-padding {
    padding: 0px !important;
}

table.no-padding td {
    padding: 0px !important;
}

.reset-margin {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

input.text-right::-webkit-outer-spin-button,
input.text-right::-webkit-inner-spin-button {
    margin-left: 5px;
}

input[type=number].text-right {
    -moz-appearance: textfield;
}

.dropdown-menu > form > .dropdown-item:hover, .dropdown-menu > .dropdown-item:hover, .dropdown-menu > div > .dropdown-item:hover {
    background-color: #f5f5f5;
    color: #333;
    cursor: pointer;
}

.table-responsive {
    overflow-y: visible !important;
}

.no-bootstap-table {
    border-spacing: 2px;
    border-color: grey;
}

    .no-bootstap-table th, .no-bootstap-table td {
        padding: 0 !important;
        border: 2px solid transparent !important;
    }

    .no-bootstap-table tbody tr {
        background-color: transparent !important;
    }

        .no-bootstap-table tbody tr:hover {
            background-color: transparent !important;
        }

label.col-form-label {
    /*white-space: nowrap;*/
}

/*label.chk span {
    display: none;
}

.icheck-nolabel > input:first-child:active {
    transform: none !important;
    -ms-transform: none !important;
    opacity: 1 !important;
    transition: none !important;
}*/


/* Responsive: */

.text-right-md {
    text-align: right;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */

    .text-right-md {
        text-align: left;
    }
}
.col-md-1 button[name=btnSave], .col-md-1 button[name=btnSave2] {
    min-width: 100px;
}
.col-md-2 button[name=btnSave], .col-md-2 button[name=btnSave2] {
    min-width: 250px;
}
.col-md-3 button[name=btnSave], .col-md-3 button[name=btnSave2] {
    min-width: 300px;
}
.col-md-4 button[name=btnSave], .col-md-4 button[name=btnSave] {
    min-width: 400px;
}

.lobibox-notify-msg{
    max-height:300px !important;
}