﻿.text-proper {
    text-transform: initial !important;
}

table.dataTable td.sorting_1, table.dataTable td.sorting_2, table.dataTable td.sorting_3, table.dataTable th.sorting_1, table.dataTable th.sorting_2, table.dataTable th.sorting_3 {
    background: transparent !important;
}

.text-gray {
    color: #888;
}

.label-switch {
    padding-left: 0px;
    margin: 5px 0px !important;
    color: #888;
}

.padding-top-zero {
    padding-top: 0px !important;
}

.margin-top-zero {
    margin-top: 0px !important;
}

.padding-bottom-zero {
    padding-bottom: 0px !important;
}

.margin-bottom-zero {
    margin-bottom: 0px !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

.big-font {
    font-size: 21px !important;
    padding-left: 20px;
}

.brand-orange {
    background-color: #e44c1c !important;
}

.brand-dark-blue {
    background-color: #29235c !important;
}

.option-yurtici-aktarim, .option-yurtdisi-aktarim {
    border-bottom: 1px solid #95a5a6;
    margin-bottom: 20px;
}

.long-message {
    white-space: pre-wrap;
    word-break: break-word;
}

.created-at {
    position: absolute;
    right: 40px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    border-bottom: 1px !important;
}

/*#selected_company {
    font-size: 15px;
    padding: 0px 40px 0px 10px;
    height: 40px;
    max-width: 300px;
}*/

    #selected_company option {
        font-size: 17px;
    }

.page-sidebar .page-sidebar-menu li .sub-menu li > a, .page-sidebar .page-sidebar-menu li > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li .sub-menu li > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li > a {
    font-size: 15px !important;
    color: #29235c !important;
}

#sidebar {
    position: fixed;
    width: 25%;
}

    #sidebar #indexes {
        height: 450px;
        overflow-y: auto;
        overflow-x: hidden;
    }

@media (max-width: 1200px) {
    #sidebar {
        position: initial;
        width: initial;
    }

        #sidebar #indexes {
            height: 500px;
            overflow-y: auto;
            overflow-x: hidden;
        }
}

.selected-title {
    border: 1px solid #e9521e;
    padding: 5px 20px;
}

.padding-50 {
    padding: 50px;
}

.task-owner {
    line-height: 41px;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.swal2-popup {
    font-size: 1.6rem !important;
}

.kavram-satir-item {
    padding: 10px 0px;
    margin:0px 5px;
}
.kavram-satir-item:after {
    content: "";
    background: #ddd;
    position: relative;
    bottom: 0;
    width: 98%;
    left: 1%;
    top: 10px;
    height: 1px;
}
    .kavram-body-list {
    min-height: 400px; 
    max-height: 400px; 
    overflow-y: auto;
    }

.select2-dropdown.select2-dropdown--below {
    z-index: 9996;
}
.dropdown.dropdown-user {
    display: table !important;
}
    .dropdown.dropdown-user > div {
        display: table-cell;
        vertical-align: middle;
    }


#selected_company + .select2 {
    min-width: 250px;
}

/*#selected_company {
    max-width: 500px;
    width: 100% !important;
}
*/
/*@media (max-width: 1200px) {
    .top-menu {
        width: auto !important;
    }
}​

 @media (min-width:1201px) and (max-width:1365px) {
    .top-menu {
        width: 1113px !important;
    }
}​*/





/*@media only screen and (max-width: 1024px) {
    .top-menu {
        width: 772px !important;
    }
}

@media only screen and (max-width: 1280px) {
    .top-menu {
        width: 1028px !important
    }
}

@media only screen and (max-width: 1360px) {
    .top-menu {
        width: 1108px !important;
    }
}

@media only screen and (max-width: 1366px) {
    .top-menu {
        width: 1114px !important;
    }
}

@media only screen and (max-width: 1440px) {
    .top-menu {
        width: 1188px !important;
    }
}

@media only screen and (max-width: 1600px) {
    .top-menu {
        width: 1348px !important;
    }
}

@media only screen and (max-width: 1680px) {
    .top-menu {
        width: 1428px !important;
    }
}

@media only screen and (max-width: 1920px) {
    .top-menu {
        width: 1668px !important;
    }
}*/


