/* Minification failed. Returning unminified contents.
(1476,27): run-time error CSS1030: Expected identifier, found '*'
(1476,28): run-time error CSS1031: Expected selector, found ')'
(1476,28): run-time error CSS1025: Expected comma or open brace, found ')'
(1634,18): run-time error CSS1030: Expected identifier, found ' '
(1634,23): run-time error CSS1031: Expected selector, found ';'
(1634,23): run-time error CSS1025: Expected comma or open brace, found ';'
(1635,20): run-time error CSS1030: Expected identifier, found ' '
(1635,25): run-time error CSS1031: Expected selector, found ';'
(1635,25): run-time error CSS1025: Expected comma or open brace, found ';'
(1636,17): run-time error CSS1030: Expected identifier, found ' '
(1636,22): run-time error CSS1031: Expected selector, found ';'
(1636,22): run-time error CSS1025: Expected comma or open brace, found ';'
(1637,16): run-time error CSS1030: Expected identifier, found ' '
(1637,21): run-time error CSS1031: Expected selector, found ';'
(1637,21): run-time error CSS1025: Expected comma or open brace, found ';'
(1638,13): run-time error CSS1030: Expected identifier, found ' '
(1638,18): run-time error CSS1031: Expected selector, found ';'
(1638,18): run-time error CSS1025: Expected comma or open brace, found ';'
 */
hr {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

ul, ol {
    margin-bottom: 0 !important;
}

.panel {
    margin-bottom: 5px !important;
}

.p-md {
    padding: 10px !important;
}

.ph-md {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

/* Styles for Exceptions
-----------------------------------------------------------
.exception {
    border-radius: 10px 10px 10px 10px; 
    box-shadow: 0 0 20px rgba(64, 61, 61, 0.80);
}
    */

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00 !important;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00 !important;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

    .validation-summary-errors ul {
        list-style-type: none;
        padding-left: 0;
    }

.validation-summary-valid {
    display: none;
}

.aside-collapsed .user-block-info {
    display: none;
}



.offsidebar {
    font-size: 12px !important;
    right: 0 !important;
    margin-top: 55px !important;
}

@media all and (max-width: 768px) {
    .jqx-splitter-splitbar-vertical {
        width: 0 !important;
    }

    .jqx-splitter-collapse-button-vertical {
        width: 0 !important;
    }

    .aside-inner {
        padding-top: 55px !important;
    }

    .content-wrapper > h3 {
        margin-left: -10px !important;
    }
}


@media all and (max-width: 400px) {
    .offsidebar {
        width: 100%;
    }

    #login-container {
        width: 90%;
        left: 5%;
        top: 20px;
        margin-left: 0;
        margin-top: 0;
    }
}

/* Styles for jqwidget helpers
-----------------------------------------------------------*/

.jqx-widget-bootstrap, .jqx-widget-header-bootstrap, .jqx-fill-state-normal-bootstrap,
.jqx-widget-content-bootstrap, .jqx-fill-state-hover-bootstrap, .jqx-fill-state-pressed-bootstrap {
    font-family: "Source Sans Pro", sans-serif !important;
}

.breadcrumb > li + li:before {
    content: none !important;
}

#file-proxy-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -107px;
    z-index: 1101;
}

#edms-search-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -107px;
    z-index: 1101;
}

    #edms-search-panel input.form-control {
        border-radius: 0 !important;
    }

    #edms-search-panel button {
        border-radius: 0 !important;
    }

.edms-dummyLink {
    font-style: italic !important;
}

.edms-file-dropzone {
    position: absolute !important;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100% !important;
    background-color: #1faeff;
    text-align: center;
    font-size: large !important;
    z-index: 5000;
    color: white;
}

.edms-file-preview-container {
    font-size: smaller !important;
}

[data-dz-errormessage] {
    font-size: smaller !important;
    margin-bottom: 0 !important;
}

.selectableListItem {
    height: 30px;
}

.edms-col-file-select {
    cursor: pointer !important;
}

.edms-col-related-document-select {
    cursor: pointer !important;
}

.dx-overlay-wrapper.dx-dropdowneditor-overlay.dx-popup-wrapper.dx-dropdownlist-popup-wrapper.dx-selectbox-popup-wrapper {
    z-index: 5001 !important;
}

.dx-overlay-wrapper.dx-dropdowneditor-overlay.dx-datagrid.dx-popup-wrapper.dx-datebox-wrapper.dx-datebox-wrapper-date.dx-datebox-wrapper-calendar,
.dx-overlay-wrapper.dx-dropdowneditor-overlay.dx-datagrid.dx-popup-wrapper.dx-datebox-wrapper.dx-datebox-wrapper-time.dx-datebox-wrapper-calendar,
.dx-overlay-wrapper.dx-dropdowneditor-overlay.dx-datagrid.dx-popup-wrapper.dx-datebox-wrapper.dx-datebox-wrapper-datetime.dx-datebox-wrapper-calendar,
.dx-overlay-wrapper.dx-dropdowneditor-overlay.dx-datagrid.dx-popup-wrapper.dx-datebox-wrapper.dx-datebox-wrapper-time.dx-datebox-wrapper-rollers {
    z-index: 5001 !important;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
    }

    .modal-preview {
        width: 80%;
    }

    .lead {
        font-size: 18px;
    }
}

.lead {
    margin-bottom: 3px;
}

/*.edms-control-label {
    text-align: left;
    margin-bottom: 0;
    padding-top: 7px;
}*/

.edms-loading {
    z-index: 2000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: black;
    opacity: 0.8;
}

    .edms-loading::after {
        z-index: 1999;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 60px;
        height: 20px;
        margin-left: -30px;
        margin-top: -10px;
        content: 'Loading...';
        background-color: black;
        color: white;
        text-align: center;
    }

.aside-collapsed .wrapper section .content-wrapper .edms-folder-sidebar {
    left: 0;
    min-width: 50px;
}

.edms-folder-sidebar {
    position: absolute !important;
    left: 0;
    top: 1px;
    width: 280px;
    min-width: 50px;
    max-width: 560px;
    height: 100%;
    /*min-height: 100%;*/
    background-color: white;
    border: 1px solid #e5e5e5;
    padding: 40px 10px 10px 10px;
    margin-left: 0;
    overflow: hidden;
    z-index: 1000;
}

.edms-folder-sidebar-fixed {
    top: 55px;
    left: 220px;
    position: fixed !important;
    width: 280px;
    min-width: 50px;
    max-width: 560px;
    height: 100%;
    background-color: white;
    border: 1px solid #e5e5e5;
    padding: 40px 10px 10px 10px;
    margin-left: 0;
    overflow: hidden;
    z-index: 1000;
}

.edms-folder-sidebar-btn-close {
    position: absolute;
    right: 8px;
    top: 5px;
    z-index: 1;
}

.edms-recycle-folder-tree-sidebar-btn {
    position: absolute;
    right: 48px;
    top: 5px;
    z-index: 1;
}

.edms-folder-sidebar-label {
    position: absolute;
    left: 10px;
    top: 5px;
    z-index: 1;
}

.edms-folder-sidebar-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 40px;
    padding-bottom: 10px;
}
.edms-folder-sidebar-content {
    height: 100%;
    overflow: auto;
    padding-bottom: 50px;
}

.edms-folder-sidebar.collapsed {
    left: 0;
    margin-left: -25px;
}

.aside-collapsed .wrapper section .content-wrapper .edms-folder-sidebar.collapsed {
    left: 0;
    margin-left: -175px;
}

/* right sidebar */

.edms-folder-sidebar-right {
    position: absolute !important;
    right: 0;
    top: 1px;
    width: 280px;
    min-width: 50px;
    max-width: 560px;
    height: 100%;
    /*min-height: 100%;*/
    background-color: white;
    border: 1px solid #e5e5e5;
    padding: 40px 10px 10px 10px;
    margin-left: 0;
    overflow: hidden;
    z-index: 1000;
}

.edms-folder-sidebar-right-fixed {
    top: 55px;
    right: 220px;
    position: fixed !important;
    width: 280px;
    min-width: 50px;
    max-width: 560px;
    height: 100%;
    background-color: white;
    border: 1px solid #e5e5e5;
    padding: 40px 10px 10px 10px;
    margin-left: 0;
    overflow: hidden;
    z-index: 1000;
}

.edms-folder-sidebar-right-btn-close {
    position: absolute;
    top: 5px;
    z-index: 1;
}

.edms-folder-sidebar-right-label {
    position: absolute;
    top: 5px;
    z-index: 1;
}

.edms-folder-sidebar-right-inner {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 40px;
    padding-bottom: 10px;
}

.edms-folder-sidebar-right-content {
    height: 100%;
    overflow: auto;
}

.edms-folder-sidebar-right.collapsed {
    right: 0;
    margin-left: -25px;
}

.aside-collapsed .wrapper section .content-wrapper .edms-folder-sidebar-right.collapsed {
    right: 0;
    margin-left: -175px;
}
/* right sidebar */
.wrapper {
    overflow-y: hidden !important;
}

.panel.panel-default {
    border-top-width: 1px !important;
}


.dx-master-detail-cell {
    padding-top: 15px !important;
}

    .dx-master-detail-cell h5 {
        padding-top: 0;
        margin-top: 0;
    }


.content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}

    .content-wrapper > h3, .content-wrapper > .content-heading {
        margin-bottom: 10px;
        padding-bottom: 10px;
        padding-top: 10px;
        font-size: 20px;
        color: #808080;
    }

    .content-wrapper > .content-heading {
        min-height: 44px;
    }

        .content-wrapper > .content-heading .btn-sm {
            padding-bottom: 3px;
        }

.panel-body {
    padding: 10px;
}

.panel-heading {
    padding: 10px 10px 0 10px;
}


    /* .panel heading'lerin hepsine clearfix'den gelecek özellikler de veriliyor. sanki her panel heading e de bir clearfix yazılmış gibi */
    .panel-heading:after {
        clear: both;
    }

    .panel-heading:before,
    .panel-heading:after {
        content: " ";
        display: table;
    }

    .panel-heading h4, .panel-heading h5 {
        margin-top: 0;
        margin-bottom: 0;
    }

h4, .h4 {
    font-size: 16px;
    font-weight: normal;
}


.content-wrapper > .content-heading > .breadcrumb {
    padding: 0 0 0 5px;
}

.content-wrapper > h3 > .btn-group {
    margin-top: -3px;
}

.cloud-link-icon {
   -webkit-text-stroke-color: #fff;
   -webkit-text-stroke-width: 1.2px;
   color: transparent;
}

.cloud-link-icon:hover {
   -webkit-text-stroke-color: #337ab7;
   -webkit-text-stroke-width: 1.2px;
   color: transparent;
}

.breadcrumb button.btn-link {
    padding: 0 6px 0 0;
    font-size: 14px;
}

.dropdown-menu > li > a {
    padding: 2px 10px;
}

.breadcrumb .navigation-button {
    padding: 0 8px;
    margin: 0 5px;
}

ul.dropdown-menu {
    padding-left: 5px;
}

/*.sidebar {
    margin-right: 0;
    overflow:visible;
}*/



.modal-header {
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: move;
}


.form-horizontal .form-group {
    margin: 0 0 8px 0;
}

/*.form-horizontal .form-group label {
    padding-left: 0;
}*/

.form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1;
    border-radius: 3px;
}

.selectable-item-table > thead > tr {
    background-color: #dff0d8;
}

    .selectable-item-table > thead > tr > th {
        padding: 5px 8px !important;
    }

.selectable-item-table > tbody > tr > td {
    padding: 1px 8px !important;
}

.selectable-item-table tr > td:nth-of-type(1), .selectable-item-table tr > th:nth-of-type(1) {
    width: 30px;
    border-right: 1px solid #cccccc;
}

/*.flexpaper_note .ui-resizable-e {
    right: -5px !important;
    background-color: transparent;
}*/

.ui-resizable-e {
    right: -4px !important;
    background-color: lightgray;
}
.ui-resizable-w {
    left: -4px !important;
    background-color: lightgray;
}

.ui-autocomplete {
    z-index: 9999 !important;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
}

.ui-autocomplete li {
    padding: 5px;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.nav-tabs > li > a {
    font-weight: bold;
    color: #515253;
    background-color: #edf1f2;
    margin: 0;
    border: 1px solid #dde6e9;
    border-radius: 0;
    padding: 5px 10px !important;
}

.input-group .btn {
    font-size: 14px;
    border-color: #dde6e9;
    padding: 3.5px 10px !important;
}

.edms-drive-dropzone {
    position: absolute;
    width: calc(100% - 92px);
    height: calc(100% - 144px);
    background-color: #1faeff;
    z-index: 5000;
    color: white;
}

    .edms-drive-dropzone::after {
        position: absolute;
        width: 50px;
        height: 50px;
        left: calc(50% - 25px);
        top: calc(50% - 25px);
        content: "\f0ee";
        font-family: FontAwesome;
        font-size: xx-large;
        text-decoration: inherit;
    }

.edms-drive-zipped-folder-dropzone {
    position: absolute;
    width: calc(100% - 92px);
    height: calc(100% - 144px);
    background-color: #1faeff;
    z-index: 5000;
    color: white;
}

    .edms-drive-zipped-folder-dropzone::after {
        position: absolute;
        width: 50px;
        height: 50px;
        left: calc(50% - 25px);
        top: calc(50% - 25px);
        content: "\f0ee";
        font-family: FontAwesome;
        font-size: xx-large;
        text-decoration: inherit;
    }



.wizard, .tabcontrol {
    overflow: visible;
}

    .wizard > .content {
        overflow: visible;
        min-height: unset !important;
    }

        .wizard > .content > .body {
            float: none;
            position: relative;
            padding: 0;
        }

/*.topnavbar .navbar-header .brand-logo {
    display: block;
    padding: 15px 15px;
}*/

.dx-tile {
    border-radius: 3px;
    border: 1px dashed #cccccc;
    background-color: #fefefe;
}

    .dx-tile label.checkbox, .dx-tile .c-checkbox > span {
        margin: 0;
    }

.inline-label {
    margin-bottom: 0;
    font-weight: normal;
}

label.inline-label input[type=checkbox] {
    position: relative;
    vertical-align: middle;
    bottom: 1px;
}

.input-group-addon {
    padding-left: 10px;
}


.tileSelectionMode .dx-tile {
    border: 1px dashed #66b3e0;
    background-color: #fafafa;
}

.tileSelectionMode .selected {
    border: 1px solid #66b3e0;
}

.edms-tile-selected {
    border: 2px solid #337ab7;
}

.edms-tile-unselected {
    border: 2px solid rgba(211,211,211,.6);
}

.edms-tile-icon-div {
    height: 65px;
    padding: 5px;
    background-repeat: no-repeat;
    background-size: 65px 55px;
    background-position: top;
}

.wrapper > section.nosidebar {
    margin-left: 0;
}

.nounderline:hover, .nounderline:focus {
    text-decoration: none;
}

.dx-command-select {
    width: 30px !important;
    min-width: 30px !important;
}

.btn-round {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

    .btn-round.btn-lg {
        width: 48px;
        height: 48px;
    }

    .btn-round.btn-sm {
        width: 34px;
        height: 34px;
    }

    .btn-round.btn-xs {
        width: 24px;
        height: 24px;
    }

.btn-gray {
    color: #ffffff;
    background-color: #232735;
    border-color: transparent;
}

.tile-view-selection {
    background-color: #fefefe;
    margin-left: 5px;
    margin-right: 5px;
}

    .tile-view-selection .label-info {
        font-size: 12px;
    }

    .tile-view-selection .checkbox-inline {
        padding-left: 3px;
    }

    .tile-view-selection .c-checkbox span.fa {
        margin-left: 0;
    }

.edms-tile-checkbox-overlay {
    position: absolute;
    left: 3px;
    top: 3px;
    z-index: 1;
}

.edms-tile-share-overlay {
    position: absolute;
    right: 20px;
    top: 3px;
    z-index: 1;
}

.edms-tile-info-overlay {
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 1;
}

.edms-tile-image-overlay {
    position: absolute;
    width: 100%;
    height: 65px;
    left: 0;
    top: 15px;
}

.edms-tile-title-overlay {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 6px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
}


.select2MultiselectContainer > .select2-container--below {
    max-height: 300px;
    overflow-y: auto;
}

.input-group .form-control.waiting {
    z-index: unset !important;
}

.edms-drive-quota {
    cursor: pointer;
}

@media (max-width:767px) {
    .edms-drive-quota {
        float: left;
        width: 100%;
    }
}

@media (min-width:768px) {
    .edms-drive-quota {
        float: right;
        width: 100px;
        margin: 5px;
    }
}

audio {
    display: block;
    width: 100%;
}

video {
    display: block;
    width: 100%;
    height: 82vh;
}


/* modal div'lerde dx grid kullanılınca delete confirmation dialog altta kalmasın diye */
.dx-overlay-wrapper {
    z-index: 2000 !important;
}

.rules-group-header label:not(.active) {
    background-color: darkgray;
}

.rule-operator-container {
    width: 120px;
}

    .rule-operator-container select {
        width: 100% !important;
    }

@media (max-width:767px) {
    .content-wrapper {
        padding-left: 10px !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .breadcrumb > li.visible-sm {
        display: inline-block !important;
    }
}

.login-container {
    padding-top: 100px;
}

@media(max-height:500px) {
    .login-container {
        padding-top: 15px;
    }
}

.loginPageText {
    background-color: #555555;
    opacity: 0.85;
}

#reviewCyclesDiv thead tr {
    background-color: #dff0d8;
}

#reviewCyclesDiv td {
    padding: 1px 8px 1px 8px !important;
}

#reviewCyclesDiv th {
    padding: 5px 8px 5px 8px !important;
}

#reviewCyclesDiv tr th:first-child,
#reviewCyclesDiv tr th:last-child {
    width: 33px !important;
}

#collaborationsDiv thead tr {
    background-color: #dff0d8;
}

#collaborationsDiv td {
    padding: 1px 8px 1px 8px !important;
}

#collaborationsDiv th {
    padding: 5px 8px 5px 8px !important;
}

#collaborationsDiv tr th:first-child,
#collaborationsDiv tr th:last-child {
    width: 33px !important;
}

#workflowDiv thead tr {
    background-color: #dff0d8;
}

#workflowDiv td {
    padding: 1px 8px 1px 8px !important;
}

#workflowDiv th {
    padding: 5px 8px 5px 8px !important;
}

#workflowDiv tr th:first-child,
#workflowDiv tr th:last-child {
    width: 33px !important;
}


.dx-state-disabled {
    opacity: 1 !important;
}

#bulk-upload-create-form fieldset {
    border-bottom: none;
    margin-bottom: 0;
}

.underline {
    text-decoration: underline;
}

.edms-annotation {
    border-left: solid 3px yellow;
}

.edms-select2-validation-error {
    border: 1px solid #f00 !important;
    background-color: #fee !important;
    border-radius: 4px;
}

.edms-selected-annotation {
    border: 5px solid steelblue !important;
    border-radius: 1px;
}

.non-bootstrap-dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 114;
}

.edms-navbar {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    font-size: 14px;
}

    .edms-navbar li {
        position: relative;
        color: white;
        float: left;
        text-align: match-parent;
    }

        .edms-navbar li a {
            padding-top: 17px;
            padding-bottom: 17px;
            line-height: 15px;
            position: relative;
            display: block;
            padding: 20px 10px;
            color: white;
        }


.modal-body {
    overflow-y: auto;
    padding: 10px 15px 15px 15px;
}

.modal-fixed-height {
    overflow-y: scroll !important;
    margin:10px 1px;
    max-height: calc(100vh - 100px);
}

.panel.panel-flat {
    display: unset;
}

.edms-dropdown-menu {
    overflow-y: auto;
}

    .edms-dropdown-menu > li > a {
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

tr.dx-datagrid-filter-row > td.dx-editor-cell input {
    color: red;
}

.select2-property-option {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.edms-table-with-fixed-header {
    display: none;
    min-width: 300px;
    max-width: 300px;
}

    .edms-table-with-fixed-header > thead {
        background-color: #fff;
        overflow-y: hidden;
    }

        .edms-table-with-fixed-header > thead > tr > th > div {
            width: 301px;
        }

    .edms-table-with-fixed-header > tbody > tr > td {
        vertical-align: top;
    }

        .edms-table-with-fixed-header > tbody > tr > td > table {
            min-width: 300px;
            max-width: 300px;
            font-size: smaller;
        }

.doc-property-table > tbody > tr > td:first-child {
    min-width: 100px;
    max-width: 100px;
    overflow-x: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.doc-property-table > tbody > tr > td:nth-child(2) {
    min-width: 200px;
    max-width: 200px;
    overflow-x: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .doc-property-table > tbody > tr > td:nth-child(2):hover {
        -ms-text-overflow: unset;
        -o-text-overflow: unset;
        text-overflow: unset;
        white-space: normal;
    }


.edms-table-with-fixed-header-container {
    font-size: 12px;
    width: 100%;
    overflow-x: visible;
}

/*.dx-datagrid .dx-loadpanel-content {
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    -o-transform: unset !important;
    -webkit-transform: unset !important;
    /*transform: unset !important;*/
    /*left: 50vw !important;
    margin-left: -100px !important;*/
    /*transform: translate(50%, 50%) !important;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}*/

.dx-widget.whirl:after {
    left: 50vw !important;
    top: 80px !important;
}

.input-group.input-group-lg span.twitter-typeahead .form-control {
    font-size: 14px;
}

.document-search-label {
    font-size: 100%;
    text-transform: uppercase;
    
}

.document-search-label a {
    color:red;
}


.scroll-button {
    position: fixed; /* Fixed/sticky position */
    bottom: 50px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 7px; /* Some padding */
    border-radius: 5px; /* Rounded corners */
}

.scroll-tag-button {
    background: #fafafa;
    border-radius: 4px;
    font-size: 8pt;
    font-family: arial;
    font-weight: bold;
    color: #7f7f7f;
    text-decoration: none;
    text-shadow: 0px 1px 0px #fff;
    border: 1px solid #a7a7a7;
    /*width: 145px;*/
    margin: 0px auto;
    /*margin-top:100px;*/
    /*box-shadow: 0px 2px 1px white inset, 0px -2px 8px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);*/
    -webkit-transition: box-shadow 0.5s;
}

    .scroll-tag-button i {
        float: right;
        margin-top: 2px;
    }
/*.scroll-tag-button:hover{
		box-shadow: 0px 2px 1px white inset, 0px -2px 20px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
	}*/
/*.scroll-tag-button:active{
		box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5) inset, 0px -2px 20px white, 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 2px 10px rgba(0, 0, 0, 0.1);
		background:-webkit-linear-gradient(top, #d1d1d1 0%,#ECECEC 100%);
	}*/


.to-top-button {
    color: black;
    background: white;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px solid gray;
    float: right;
    margin-top: 2%;
    font-family: serif;
}

.sidebar-list-bullet-text {
    padding-left: 2%;
}

.sidebar-list-bullet-img {
    padding-bottom: 1%;
}

.sidebar-list-bullet {
    display: inline-block;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
}

.goto-box {
    float: right;
    margin-right: 3%;
    max-width: 3.3em;
    margin-top: 1px;
}

.font-changed-before {
    font-weight: bold;
    color: #810b0b;
}

.font-changed-after {
    font-weight: bold;
    color: #36778c;
}

.goto-page-input {
    width: 3em;
    text-align: center;
}

.modal-max-height {
    max-height: calc(100vh - 160px);
}


.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 0px !important; /*1px solid #fbd850*/;
    background: #0088cc !important; /*#ffffff url(/edms/Content/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x*/;
    font-weight: bold;
    color: #f00 !important; /*#eb8f00;*/
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-focus {
    border: none !important; /*1px solid #fbd850*/;
    background: white !important; /*#ffffff url(/edms/Content/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x*/;
    font-weight: bold;
    color: #fff !important; /*#eb8f00;*/
}

.ui-widget-content {
    border: 1px solid #dddddd;
    /*background: none !important;*/
    /*background: #eeeeee url(/edms/Content/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;*/
    color: #333333;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #fff !important;
	background: #fdf5ce url(/edms/Content/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fff !important;
	background: #ffffff url(/edms/Content/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #eb8f00;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #fbcb09;
	background: #e5e5e5 !important; /*#fdf5ce url(/edms/Content/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;*/
	font-weight: bold;
	color: #0088cc !important;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #fff !important;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #ffffff url(/edms/Content/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #0088cc !important;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #fff !important;
	text-decoration: none;
}

.ui-accordion .ui-accordion-content {
    padding: 1em !important;
    border-top: 0;
    overflow: auto;
}

.custom-item {
    position: relative;
    min-height: 30px;
}

.custom-item > img {
    position: absolute;
    left: 1px;
    top: 50%;
    margin-top: -12.5px;
    height: 30px;
    margin-left: 5px;
}

.custom-item-login {
    position: relative;
    min-height: 30px;
}

    .custom-item-login > img {
        position: absolute;
        left: 1px;
        height: 30px;
        margin-left: 5px;
    }

.sb-lang {
    margin-top: 12px !important;
    background: 0 0 !important;
    border: none !important;
}

.dropDownButtonIcon {
    color: #fff;
    margin-top: 10px;
    font-size: 14px !important;
}

.custom-item-login .lang-name {
    padding-left: 45px;
    text-indent: 0;
    line-height: 29px;
    font-size: 14px;
}

.custom-item .lang-name {
    display: inline-block;
    padding-left: 45px;
    text-indent: 0;
    line-height: 29px;
    font-size: 14px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0px !important;
    background: #f6f6f6 url(/edms/Content/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #1c94c4;
}

.ui-state-active .ui-icon {
     background-image: url(/edms/Content/images/ui-icons_ef8c08_256x240.png); 
}

.ui-state-default .ui-icon {
    background-image: url(/edms/Content/images/ui-icons_ef8c08_256x240.png) !important;
}.vertically-centered {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.datepicker > div {
  display: inherit;
}
/*bootstrap-datetimepicker'da datepicker içindeki kolonlar display:none geliyor.Sorun bootstrap-editable.css'den kaynaklanıyor. Bunun önlenmesine yarıyor.*/

button.close-fix
{
    /*DMSSU-155*/
    position: absolute;
    right:20px;
    top:10px;
    padding: 0 0 15px 15px !important;
}
/*DMSPR-163: 6.madde için yapıldı. geçici bir çözüm. 
Modal-2'yi resizable olmayan bir şekilde açarsak scroll barı istemiyoruz. 
Fakat devşirilen modal-body classında da (overflow-y) bu var. 
Ve bunun da elbet başk bir amacı vardır. bu yüzden de burada important olarak 
unset olarak overflow-y veriyoruz. bunu da verdiğimiz yer generic.modal'ın içinde*/
.add-scroll-for-modals-without-a-resize-option{
    overflow-y:unset !important;
}

@media only screen and (min-width: 1000px) {
    .tbf {
        display: none;
    }
}

@media print {
    body *:not(.printable *) {
        display: none;
    }
}

@media only screen and (max-height:200px) {
    .aboutEDMS {
        display: none;
    }
}
.aside-collapsed .aboutEDMS {
    display: none;
}

.aboutEDMS {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 99.7%;
    text-align: center;
    padding-top: 4px;
    border-top: 1px solid #d8cbcb7a;
}

    .aboutEDMS span {
        display: inline-block;
        font-size: smaller;
        width: 100%;
    }

.g-recaptcha-outer {
    text-align: center;
    background: #f9f9f9;
    border: 1px solid #dde6e9;
    border-radius: 4px;
    margin-bottom: 5px;
}

.g-recaptcha-inner {
    width: 165px;
    height: 74px;
    overflow: hidden;
    margin: 0 auto;
}

.g-recaptcha {
    position: relative;
    left: -2px;
    top: -1px;
}

.wrapunbreakabletext {
    overflow-wrap: break-word;
}

.dx-icon-filter {
    color:red !important;
}

.dx-datagrid-filter-panel-text {
    color: red !important;
}

.headset_fa6 {
    fill: #ffffff;
    margin-top:3px;
}

    .headset_fa6:hover {
        fill: #5d9cec;
    }

.dx-list-select-all {
    display: none;
}

.navbar-padding-edit li a {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

/*small or zoomed screens*/
@media screen and (min-width: 1028px) and (max-width: 1114px) {

    .grid-content-format {
        display: inline-grid !important;
    }
}

/*small or zoomed screens*/
@media screen and (max-width: 1027px) {

    .grid-content-format {
        display: none !important;
    }
}

[class="dx-header-filter"] {
    /* only apply to an element if the element has a class and the only class is 'dx-header-filter'. */
    color: red !important;
}

/*.left-preview-button {
    left: 1%;
    opacity: inherit;
}

.right-preview-button {
    right: 1%;
    opacity: inherit;
}

.left-carousel-button {
    position: absolute;
    left: 0%;
    width: 40%;
    height: 90%;
    opacity: .0;
    z-index: 99;
    transition: opacity .0s ease-out;
    -moz-transition: opacity .0s ease-out;
    -webkit-transition: opacity .0s ease-out;
    -o-transition: opacity .0s ease-out;
}

.right-carousel-button {
    position: absolute;
    opacity: .0;
    right: 0%;
    width: 40%;
    height: 90%;
    opacity: .0;
    z-index: 99;
    transition: opacity .0s ease-out;
    -moz-transition: opacity .0s ease-out;
    -webkit-transition: opacity .0s ease-out;
    -o-transition: opacity .0s ease-out;
}

.left-carousel-button:hover {
    opacity: 1;
    transition: opacity .15s ease-out;
    -moz-transition: opacity .15s ease-out;
    -webkit-transition: opacity .15s ease-out;
    -o-transition: opacity .15s ease-out;
}

.right-carousel-button:hover {
    opacity: 1;
    transition: opacity .15s ease-out;
    -moz-transition: opacity .15s ease-out;
    -webkit-transition: opacity .15s ease-out;
    -o-transition: opacity .15s ease-out;
}

.no-selection {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
-moz-user-select: none; /* mozilla browsers */
-khtml-user-select: none; /* webkit (konqueror) browsers */
-ms-user-select: none; /* IE10+ */
-o-user-select: none;
user-select: none;


