body.content-only .navbar {
    display: none;
}
body.content-only .sidebar-menu {
    display: none;
}

.user-info-navbar {
    margin: -15px;
    margin-bottom: 15px;
}

.page-container .main-content {
    padding: 15px;
}

.page-container .main-content .page-title {
    margin: -15px;
}

.panel {
    margin-bottom: 15px;
}

a {
    cursor: pointer;
    text-decoration: none !important;
}

p {
    color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Open Sans, sans-serif;
}

.breadcrumb > li + li:before {
    vertical-align: bottom;
}

.breadcrumb > li {
    vertical-align: middle;
}

.content-container {
    max-width: 1370px;
    margin: 0 auto;
}

.nowrap {
    white-space: nowrap;
}

input[placeholder] {
    text-transform: none;
}

input[type="checkbox"].iswitch {
    margin-right: 0;
    margin-bottom: 0;
}

.sidebar-menu .title {
    font-family: Open Sans, sans-serif;
}

.form-group label,
.form-sub-group label {
    color: #55606e;
}

.form-sub-group {
    margin-bottom: 15px;
}

.form-sub-group label {
    height: 20px;
    line-height: 10px;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
}

.repeater-list .repeater-item:last-child .form-group-separator {
    display: none;
}

.clear {
    clear: both;
}

.user-info-navbar .user-info-menu > li.search-form .search-field,
.navbar.horizontal-menu .navbar-inner > .nav > li.search-form .search-field {
    width: 300px;
}

.iswitch-col {
    width: 30px;
}

.iswitch-inline-label {
    position: relative;
    bottom: 5px;
    margin-bottom: 0;
    padding-right: 5px;
}

.login-page {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    overflow: hidden !important;
    padding: 0;
}

.breadcrumb.auto-hidden-v2 li a {
    max-width: 120px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    line-height: 1.3;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    padding: 1px;
}

.breadcrumb.auto-hidden-v2 li a:hover {
    max-width: 500px;
}

@media (min-width: 1500px) {
    .login-page {
        background-size: cover !important;
    }
}

.login-page .login-container {
    position: absolute;
    top: 50%;
    left: 50%;
    /*+transform: translate(-50%, -50%);*/
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.login-page .login-header {
    text-align: center;
    margin-bottom: 20px !important;
}

.login-page .login-header img {
    max-width: 100%;
}

.login-page .login-form {
    padding: 60px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.login-page .login-form input {
    background-color: #eaedf2 !important;
    height: 50px !important;
    padding-left: 20px;
    padding-right: 20px;
    border: none !important;
    margin-bottom: 15px !important;
    font-size: 15px !important;
    font-weight: normal !important;
}

.login-page .btn {
    padding: 10px !important;
    font-size: 18px;
    border: none;
    text-transform: uppercase;
}

.login-page .btn:hover {
    border: none;
}

.member-form-add-header {
    /*+user-select: none;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.member-form-add-header .action-buttons {
    margin-top: 35px;
}

.member-form-add-header .upload-btn {
    display: inline-block;
    width: 100px;
    height: 100px;
    /*+border-radius: 50%;*/
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    position: relative;
    vertical-align: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.member-form-add-header #file-image {
    right: 0;
    margin: 0;
    bottom: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    cursor: inherit;
    position: absolute;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.profile-img {
    width: 28px;
    height: 28px;
    display: inline-block;
    /*+border-radius: 50%;*/
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    margin-top: -17px;
    top: 9px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 5px;
}

/*select narrow*/

.select.narrow .select2-choice {
    height: 32px;
}

.select.narrow .select2-chosen {
    line-height: 32px;
    height: 32px;
    margin-top: -2px !important;
}

.select.narrow .select2-choice {
}

.select.narrow .select2-choice abbr {
    top: 50%;
    /*+transform: translateY(-50%);*/
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.select.narrow .select2-choice .select2-arrow {
    height: 32px;
}

.select.narrow .select2-choice .select2-arrow b {
    margin-top: -1px;
}

/*table inside table*/

.table-inner {
    width: 100%;
}

.no-margin-sides {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-padding-sides {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-margin-bottom,
.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px !important;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.pb5 {
    padding-bottom: 5px;
}

.pt5 {
    padding-top: 5px;
}

.vtop {
    vertical-align: top;
}

.dropdown-menu.with-shadow {
    box-shadow: 0px 2px 5px -1px #e0dede;
}

.table-overflow {
    overflow: auto;
}

.table-inner td:last-child {
    border-right: none;
}

.table-inner td {
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: center;
    border-right: 1px solid #eee;
    width: 100px;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.table-inner td:hover {
    text-overflow: clip;
    overflow: visible;
}

.table-inner td:hover span {
    background-color: #f5f5f5;
    z-index: 99;
    position: relative;
    display: inline-block;
    padding-right: 5px;
}

.warning .table-inner td:hover span {
    background-color: transparent;
}

tr.disabled td {
    background: #f9f9f9;
}

/*skin*/

.sidebar-menu .main-menu ul {
    bottom: 0 !important;
    top: auto !important;
}

.xe-widget {
    /*+user-select: none;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: default;
}

.xe-widget .xe-label strong {
    /*+user-select: text;*/
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    cursor: text;
    display: inline !important;
}

.xe-widget .xe-label {
    position: relative;
    z-index: 1;
}

.xe-widget .right-corner {
    position: absolute;
    right: 30px;
    bottom: 15px;
}

.xe-widget .no-cap {
    text-transform: none !important;
}

.xe-widget.xe-progress-counter .xe-background {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translate(-40%, 5%);
    -moz-transform: translate(-40%, 5%);
    -ms-transform: translate(-40%, 5%);
    transform: translate(-40%, 5%);
}

.xe-widget.xe-progress-counter.xe-progress-counter-blue {
    background-color: #3894bc;
}

.xe-widget.xe-progress-counter.xe-progress-counter-blue .xe-upper {
    background-color: transparent;
}

.input-daterange input {
    padding: 17px;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.xe-widget.xe-progress-counter .xe-upper .xe-label .num.percentage:before {
    content: "% ";
    font-size: smaller;
}

.panel .panel-options > a,
.panel .panel-heading > .panel-options > a,
.panel .panel-heading > .panel-options > .panel-btn {
    margin: 0;
    height: 31px;
    margin-left: 0px;
}

.panel .panel-heading > .panel-options > .btn-group {
    /*margin-right: 8px;*/
}

.panel .panel-heading > .panel-title {
    margin-top: 4px;
}

.panel .panel-heading > .panel-options form {
    margin: -7px 0px;
}

.panel .panel-heading > .panel-options form button {
    margin: 0px;
}

.panel .panel-heading > .panel-options button {
    margin-left: 7px !important;
}

.panel .panel-heading > .panel-options button.btn-xs {
    height: 22px;
}

.panel-options .radio,
.panel-options .checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
}

.panel-options .no-margin {
    margin-bottom: 0px;
}

.panel-title {
    cursor: default;
}

.page-body.skin-navy .sidebar-menu {
    /*background: #3A4147;*/
    /*background: #22262E;*/
    background: #1b1e24;
    z-index: 20;
}

.page-body.skin-navy .sidebar-menu .main-menu a {
    color: #a2a4ad;
    font-size: 14px;
    border-bottom: 1px solid transparent;
}

.page-body.skin-navy .sidebar-menu .logo-env {
    border-bottom: 1px solid #383e49;
}

@media screen and (max-width: 768px) {
    .sidebar-menu .logo-env .logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

.panel-heading .btn {
    color: #ffffff !important;
}

.panel-heading .btn-gray,
.panel-heading .btn-white {
    color: inherit !important;
}

.members-table thead tr th .tooltip-inner {
    text-transform: none;
    padding: 5px 8px;
}

.members-table tbody tr td.action-links {
    width: auto;
}

thead .btn {
    margin-bottom: 0px;
}

table thead small {
    font-weight: normal;
    color: gray;
    font-size: 0.85em;
}

table thead .select {
    font-weight: normal;
}

.table.table-no-thead-border > thead > tr > th:after {
    display: none !important;
}

.zoomContainer {
    z-index: 99999;
}

/*logo*/

.sidebar-menu .logo p {
    color: white;
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar-menu .logo-env {
    padding: 20px 45px;
}

.sidebar-menu .logo-env img {
    height: 25px;
}

.sidebar-menu .mobile-menu-toggle {
    margin-top: 3px;
}

.sidebar-menu .logo-env .logo-collapsed img {
    height: 28px;
}

/*panel düzenlemeler*/

.droppable-area {
    width: 120px;
    min-height: 120px !important;
    height: 120px;
    line-height: 120px;
    font-size: 13px;
}

.btn-half-block {
    width: 0.5% !important;
}

.sidebar-menu .main-menu a > i {
    width: 20px;
    margin-right: 5px;
    text-align: center;
}

.user-info-navbar .user-info-menu > li > a {
    margin-bottom: 1px;
}

.table td {
    vertical-align: middle !important;
}

.table .action-links button {
    background-color: transparent;
    color: #cc3f44;
    margin-left: -1px !important;
    padding-left: 0px !important;
    font-size: 11px;
    display: block;
    width: 100%;
    text-align: left;
    text-decoration: none;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.table .action-links form {
    display: block;
}

.table .action-links button:hover {
    zoom: 1;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: alpha(Opacity=80);
    filter: alpha(opacity=80);
}

.table.members-table thead th {
    padding-left: 10px;
}

.table .action-links a {
    font-size: 11px;
}

.table .action-links .edit {
    color: #6ba463;
}

.table .action-links .info {
    color: #447ac0;
    padding-left: 2px;
}

.table .action-links a:hover {
    zoom: 1;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: alpha(Opacity=80);
    filter: alpha(opacity=80);
}

.user-info-navbar .user-info-menu > li .dropdown-menu.user-profile-menu li,
.navbar.horizontal-menu
    .navbar-inner
    > .nav
    > li
    .dropdown-menu.user-profile-menu
    li {
    padding: 0px;
}

.user-info-navbar .user-info-menu > li .dropdown-menu.user-profile-menu li a {
    padding: 15px;
}

.select2-drop {
    /*+box-shadow: 0px 4px 5px -3px rgba(75, 75, 75, 0.5) !important;*/
    -moz-box-shadow: 0px 4px 5px -3px rgba(75, 75, 75, 0.5) !important;
    -webkit-box-shadow: 0px 4px 5px -3px rgba(75, 75, 75, 0.5) !important;
    box-shadow: 0px 4px 5px -3px rgba(75, 75, 75, 0.5) !important;
}

.select2-drop.select2-drop-above {
    /*+box-shadow: 0px -4px 5px -3px rgba(75, 75, 75, 0.5) !important;*/
    -moz-box-shadow: 0px -4px 5px -3px rgba(75, 75, 75, 0.5) !important;
    -webkit-box-shadow: 0px -4px 5px -3px rgba(75, 75, 75, 0.5) !important;
    box-shadow: 0px -4px 5px -3px rgba(75, 75, 75, 0.5) !important;
}

.panel.collapsed .panel-heading {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.panel.collapsed {
    padding-bottom: 15px;
}

.panel-heading a,
.panel-heading a:hover,
.panel-heading a:active,
.panel-heading a:focus {
    text-decoration: none;
}

.panel .panel-heading {
    position: relative;
}

.panel .panel-heading .pull-right {
    position: absolute;
    right: 0;
    bottom: 0;
}

.panel .panel-options > .dropdown {
    display: inline-block;
    line-height: 1;
}

.panel .panel-options > a.btn-xs {
    padding: 4px;
}

.panel .panel-options > a {
    padding: 8px;
    margin: -8px;
}

.panel .panel-options > a:hover {
    color: #82cc0a;
}

.panel .panel-options .btn-group > .btn {
    margin-bottom: 0;
    /*margin: -8px;*/
    padding: 8px;
    line-height: 1;
}

.panel .panel-options .btn-group > .btn.dropdown-toggle {
    margin-left: 0 !important;
}

.panel .panel-options .btn-group .dropdown-menu a {
    width: 100%;
}

.panel .panel-options .btn-group .dropdown-menu {
    /*left: -8px;*/
    top: 33px;
}

@media screen and (max-width: 350px) {
    .panel .panel-options .btn-group .dropdown-menu {
        right: auto !important;
        left: 0 !important;
    }
}

.alert a {
    color: inherit;
    text-decoration: underline;
}

.alert.alert-warning {
    color: #3b3621;
}

.form-group .checkbox input {
    top: -9px;
    width: auto;
}

/*page title narrow & nav*/

.page-nav {
    list-style: none;
    margin: 0px;
    padding: 0px 30px 0px 0px;
    line-height: 50px;
    vertical-align: middle;
}

.page-nav > li {
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
}

.page-nav input.form-control {
    width: 150px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
}

.page-nav .btn {
    vertical-align: middle;
    margin-bottom: 0px;
}

.page-title.narrow .title {
    line-height: 50px;
    font-size: 20px !important;
}

.page-title.narrow {
    padding: 10px !important;
}

.page-title .btn.btn-sm {
    padding-top: 6px;
    padding-bottom: 6px;
    margin-left: -5px;
}

.alert + .page-title {
    margin-top: 0px !important;
}

.list-group .list-group-item {
    padding: 13px;
    font-size: 12px;
}

.list-group .list-group-item .list-group-item-heading {
    font-size: 14px;
}

.list-group .list-group-item .list-group-item-text {
    margin-top: 0px;
}

.list-group .list-group-item.active {
    background-color: #99c65b;
    border: 1px solid #bebebe;
    color: #ffffff;
}

.list-group .list-group-item.active .list-group-item-text {
    color: #ffffff;
}

/*belge arşivi*/

.belge-icerik {
    margin-top: 15px;
    font-size: 12px;
    color: #55606e;
}

.belge-onizleme {
    text-align: center;
}

.belge-onizleme img {
    max-width: 100%;
}

/*tarama ekranı*/

.panel-tarama-secenekleri .panel-body {
    padding-top: 5px;
}

.panel-tarama-secenekleri .form-group {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.panel-tarama-secenekleri .form-group .btn {
    margin-bottom: 0px;
}

.table-documents tr {
    cursor: pointer;
}

/*login ekranı*/

.login-page .logo p {
    font-size: 20px !important;
    color: #131415 !important;
}

.login-page .login-form .form-group .btn {
    padding: 0px;
}

.login-page .form-group {
    margin-bottom: 10px !important;
}

/*browse ekranı*/

.panel-title span a {
    color: #919191;
}

.page-title .title .level-up-btn {
    margin-right: 5px;
    padding: 10px;
    padding-left: 0px;
}

.page-title .title .level-up-btn i {
    color: #afafaf;
}

.breadcrumb-heading {
    padding-top: 2px;
    font-size: 14px !important;
}

.breadcrumb {
    margin-bottom: 0;
}

.panel-title.breadcrumb-heading .breadcrumb {
    padding: 0;
}

.directory-list {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.directory-list .document {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    position: relative;
}

.directory-list .document.selected {
    background-color: #e9f4f8 !important;
}

.directory-list .document:hover {
    background-color: #f4f4f4;
}

.directory-list .link {
    display: block;
    width: 100px;
    padding: 5px;
}

.directory-list .preview-link,
.directory-list .details-link {
    position: absolute;
    top: 103px;
    right: 5px;
    margin: 0;
}

.directory-list .title {
    margin-bottom: 5px;
}

.directory-list .thumbnail {
    height: 120px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    font-size: 50px;
    margin: 0;
}

.directory-list .thumbnail > i {
    position: absolute;
    top: 36px;
    left: 24px;
    color: #8dc63f;
}

.thumbnail-container .fa-cog {
    left: 24px;
    color: #8dc63f;
    top: 55px;
    left: 40px;
    position: absolute;
    font-size: 50px;
}

.directory-list .thumbnail > i:not(.fa-spin) {
    top: 50%;
    left: 50%;
    /*+transform: translate(-50%, -50%);*/
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.directory-list .folder .icon i:before {
    content: "\f114";
}

.directory-list .filefolder .icon i:before {
    content: "\f01c";
}

.directory-list .levelup .icon i:before {
    content: "\f060";
}

.directory-list .levelup .icon i {
    font-size: 20px;
    margin-bottom: 15px;
}

.directory-list .title {
    text-align: center;
}

.directory-list .icon {
    text-align: center;
    font-size: 30px;
}

.directory-list .green .icon {
    color: #00b19d;
}

.directory-list .red .icon {
    color: #ff6264;
}

.directory-list .blue .icon {
    color: #6296ff;
}

.directory-list .purple .icon {
    color: #c362ff;
}

.directory-list .empty p {
    margin-top: 20px;
    font-size: 14px;
}

.directory-list .document .addition {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 90px;
    z-index: -1;
}

.directory-list .document .addition:nth-child(1) {
    top: 3px;
    left: 8px;
    z-index: 4 !important;
}

.directory-list .document .addition:nth-child(2) {
    top: 1px;
    left: 11px;
    z-index: 3 !important;
}

.file-upload {
    position: relative;
    overflow: hidden;
    margin: 3px;
}

.file-upload input.btn-upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

table .column_file_folder_name {
    max-width: 250px !important;
}

table .column_file_folder_name > a {
    overflow: hidden;
    text-overflow: ellipsis;
}

/*document list*/

#context-menu .dropdown-menu {
    border-radius: 5px;
    box-shadow: 0px 5px 30px -3px gray;
}

.signature-dropdown-menu {
    border-radius: 5px;
    box-shadow: 0px 5px 30px -3px grey;
}

.document-list .pagination-links {
    text-align: center;
}

.document-list > div {
    padding: 0px;
    height: 170px;
}

.document-list > div:nth-child(even) .document {
    /*background-color: #FBFBFB;*/
}

.document-list .document {
    border: 1px solid transparent;
    margin: 2px;
    max-height: 160px;
}

.document-list .thumbnail-container {
    height: 158px;
    width: 120px;
    position: relative;
    z-index: 1;
    border: 1px solid #dddddd;
}

.document-list .thumbnail-container > a.thumb-anchor {
    display: block;
    width: 100%;
    height: 100%;
}

.document-list .thumbnail-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    /*+transform: translate(-50%, -50%);*/
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.document-list .document:nth-child(even) {
    background-color: #f9f9f9;
}

.document-list .document .media-body {
    vertical-align: middle;
}

.document-list .scroll {
    overflow: auto !important;
}

.document-list .document p {
    margin-top: 0px !important;
    margin-bottom: 0px;
}

.document-list .document p span {
    font-weight: bold;
}

.document-list .thumbnail-container > i {
    position: absolute;
    font-size: 50px;
    top: 55px;
    left: 40px;
    color: #8dc63f;
}

.document-list .document.selected {
    background-color: #e9f4f8 !important;
}

.document-list .document.selected .thumbnail {
    border: 1px solid #18a8df;
}

.document-list .document.selected.locked {
    background-color: #f7e8e8 !important;
}

.document-list .document.selected.locked .thumbnail {
    border: 1px solid #de1818;
}

.document-list .thumbnail-container .addition-count {
    color: #b22e00;
    text-shadow: 0px 0px 2px #ffffff;
    top: auto;
    bottom: 0px;
    left: 3px;
    font-size: 14px;
    position: absolute;
}

.document-list .thumbnail-container .addition-count i {
    font-size: 17px;
    vertical-align: middle;
    position: relative;
    bottom: 2px;
}

.document-list .thumbnail-container .preview-button {
    position: absolute;
    color: #323232;
    text-shadow: 0px 0px 2px #ffffff;
    top: auto;
    bottom: 0px;
    right: 0px;
    left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.05);
}

.document-list .thumbnail-container .preview-button:hover {
    background: rgba(0, 0, 0, 0.15);
}

.document-list .document .goto-button {
    position: absolute;
    bottom: 0;
    left: 4px;
    z-index: 1;
}

.document-list .document-col.document-addition {
    background-color: rgba(227, 232, 0, 0.2);
}

.document-colors {
    position: absolute;
    top: 5px;
    right: 5px;
}

.directory-list .document-colors {
    top: 10px;
    right: 10px;
}

.document-color {
    display: block;
    min-width: 2em;
    min-height: 2em;
    margin-bottom: 2px;
    border: 1px solid #fff;
    font-size: 10px;
    font-weight: normal;
    text-shadow: rgba(0, 0, 0, 0.5) 0 0 2px;
}

.document-color span {
    display: none;
}

.document-colors:hover .document-color span {
    display: block;
}

/*browse folder*/

.table-directory-list .folder-edit {
    display: none;
}

.table-directory-list .column_file_folder_name a {
    display: block;
    margin: -5px;
    padding: 5px;
}

.table-directory-list .action-links > a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 1px;
    vertical-align: bottom;
}

.table-directory-list .action-links > form,
.action-links.action-inline > form {
    display: inline-block;
    width: auto;
}

.table-directory-list .action-links > a,
.action-links.action-inline > a {
    position: relative;
    top: 1px;
}

.table-directory-list .action-links > form button,
.action-links.action-inline > form button {
    display: inline-block;
    width: auto;
}

/*document edit*/

.custom-fields textarea {
    height: 100px;
    max-width: 100%;
    min-width: 100%;
}

/*permissions*/

.table-permissions td > span {
    font-weight: bold;
    color: rgb(120, 120, 120);
}

/*folder list*/

.tree-grid {
    padding-left: 0px;
    border: 1px solid #f5f5f5;
}

.tree-grid,
.tree-grid ul {
    list-style: none;
}

.tree-grid ul {
    padding-left: 15px;
}

.tree-grid li {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid transparent;
}

.tree-grid.hover li:hover {
    background-color: rgba(139, 183, 39, 0.139);
    border-top: 1px solid rgba(138, 182, 39, 0.443);
    border-bottom: 1px solid rgba(138, 182, 39, 0.443);
}

.tree-grid.hover li:hover li {
    border-top: 1px solid rgba(138, 182, 39, 0.217);
    border-bottom: 1px solid transparent;
}

.tree-grid li > div {
    display: inline-block;
    padding: 10px;
}

.tree-grid .right-fixed {
    float: right;
    width: 200px;
}

.tree-grid .right-fixed.lg {
    width: auto;
    padding: 0 !important;
    margin: 0 !important;
}

.tree-grid .right-fixed.lg .cell {
    display: inline-block;
    width: 150px;
    padding: 0 !important;
    margin: 0 !important;
}

.tree-grid .folder-name {
    padding: 0px;
}

.tree-grid a {
    display: block;
    padding: 10px;
}

.tree-grid a:hover {
    color: #648834;
}

.tree-grid .li-head .folder-name {
    padding: 10px;
}

.tree-grid .li-head {
    background-color: #f9f9f9;
    color: black;
}

.tree-grid .li-head:hover {
    background-color: #f9f9f9;
    color: #000000;
    border-top: inherit;
    border-bottom: inherit;
}

.tree-grid.lg .folder-name {
    padding: 8px;
}

.tree-grid.lg .right-fixed {
    position: relative;
    top: 4px;
}

.tree-grid.lg .right-fixed .cell {
    padding: 5px !important;
}

.tree-grid.lg li:hover > .right-fixed,
.tree-grid.lg li:hover > .folder-name {
    background-color: #eeeeee;
    color: #000000;
}

/*Demands*/

.table-demands-list a {
    display: block;
}

.table-demands-list a:hover .fa-stack .fa-stack-2x {
    color: black;
}

.table-demands-list .fa-stack {
    margin-top: 2px;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.table-demands-list .fa-stack .fa-stack-2x {
    font-size: 18px;
    color: #635d5d;
    vertical-align: middle;
}

.table-demands-list .fa-stack .fa-stack-1x {
    font-size: 10px;
    margin-top: 4px;
}

/*DataTable*/

.dt-absolute {
    margin-top: -60px;
    position: relative;
    z-index: 1;
}

.dataTables_wrapper tr .yadcf-filter-wrapper {
    position: relative;
    border-top: none;
    margin-top: 0px;
    margin-left: -10px;
    margin-right: -10px;
    display: block;
    padding: 5px 0 0;
    padding-bottom: 0;
}

.yadcf-filter-wrapper .select2-choice {
    height: 30px !important;
}

.yadcf-filter-wrapper .select2-chosen {
    line-height: 30px !important;
    font-weight: normal !important;
    color: #979898 !important;
    padding-left: 10px !important;
}

.yadcf-filter-wrapper .select2-arrow {
    line-height: 30px !important;
    width: 30px !important;
}

.yadcf-filter-wrapper .select2-search-choice-close {
    top: 8px !important;
    display: none !important;
}

/*Belge önizleme*/

#document-preview-panel .img-responsive {
    margin: 0 auto;
}

/*Belge indirme*/

#document-download-form .radio-btn {
    display: none;
}

/*Document Filter*/

#document-filter,
.general-filter {
    display: none;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 13px;
    padding-bottom: 0;
}

#document-filter .row > div,
.general-filter .row > div {
    margin-bottom: 10px;
}

/*Browser FileFolder*/

#file-folder-search {
    display: none;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 13px;
    padding-bottom: 0;
}

#file-folder-search .row > div {
    margin-bottom: 10px;
    height: 60px;
}

.file-folder-description {
    max-height: 90px;
    overflow: auto;
}

.file-folder-description p + p {
    margin-top: 5px !important;
}

.directory-list-container .file-folder-row.selected {
    background-color: #e2eeec;
    color: #555454;
    /*+user-select: none;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.directory-list-container .file-folder-row.selected:nth-child(even) {
    background-color: #d7e7e4;
    color: #555454;
    /*+user-select: none;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.directory-list-container .file-folder-row.clicked {
    background-color: #e3e3e3;
    color: #555454;
    /*+user-select: none;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.directory-list-container .file-folder-row.selected.clicked {
    background-color: #c2dad7;
    color: #555454;
    /*+user-select: none;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.selection-mode .panel-title .btn {
    margin: -7px 0px 0px;
}

.selection-mode .panel-title {
    height: 18px;
}

/*Field List*/

.sortable .btn {
    height: 35px;
}

.sortable > div {
    margin-bottom: 3px;
}

.sortable .drag-handler {
    cursor: move;
    border-right: none;
}

.sortable .drag-handler:hover {
    background-color: inherit;
}

/*Thumbnail list*/

.thumbnail-list {
    font-size: 0;
}

.thumbnail-list .thumb-item {
    display: inline-block;
    width: 60px;
    height: 100px;
    position: relative;
    border: 1px solid #c3c3c3;
    margin: 5px;
    padding: 5px;
}

.thumbnail-list.file-folders .thumb-item,
.thumbnail-list.file-folders .thumb-add {
    display: inline-block;
    width: 150px !important;
    height: 50px !important;
    position: relative;
    border: 1px solid #c3c3c3;
    margin: 5px;
    padding: 5px;
    vertical-align: top;
}

.thumbnail-list.file-folders .thumb-item > a {
    font-size: 14px;
    text-align: center;
}

.thumbnail-list .thumb-item .thumb {
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.thumbnail-list .thumb-item > span {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    background-color: #ededed;
    font-size: 12px;
}

.thumbnail-list .thumb-item.active > span {
    background-color: #8dc63f;
    color: white;
}

.thumbnail-list .thumb-item > a {
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
}

.thumbnail-list .thumb-add {
    text-align: center;
    font-size: 14px;
}

.thumbnail-list .thumb-add > a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
}

.thumbnail-list .thumb-add > a:hover {
    background-color: #eff2f3;
}

.thumbnail-list .thumb-item > a.item-delete-btn {
    position: absolute;
    font-size: 13px;
    bottom: -3px;
    right: 0;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    color: #e37166;
}

.thumbnail-list .thumb-item {
    position: relative;
}

.viewer-container {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

#viewer {
    width: 100%;
    height: 100%;
    position: absolute;
    max-height: 100vh;
}

.fancybox-container #viewer {
    position: relative;
}

#document-preview-panel {
    max-height: 100vh;
    position: relative;
}

#document-preview-panel #viewer {
    max-height: calc(100vh - 40px);
}

#document-preview-panel .pdf-frame {
    width: 100%;
    /* height: 100%; */
    /* position: absolute; */
    /* max-height: 100vh; */
    height: calc(100vh - 40px);
}

#document-preview-panel.stuck {
    position: fixed;
    top: 0;
    z-index: 999;
}

@media (max-width: 990px) {
    #document-preview-panel.stuck {
        position: relative;
    }
}

#document-preview-panel.panel-no-border.stuck {
    top: 20px;
}

#document-preview-panel.panel-no-border {
    padding: 0;
}

#viewer.fullpage {
    max-height: none;
}

#viewer canvas {
    background-color: white !important;
}

/*Inventories*/

.inventory-row.selected {
    background-color: #e2eeec !important;
    color: #555454;
    /*+user-select: none;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.inventory-row.clicked {
    background-color: #bfd2cf !important;
    color: #555454;
    /*+user-select: none;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Preview Mode */

body.view-mode-preview .document-preview {
    width: calc(100% - 375px);
    height: calc(100vh - 70px);
    display: inline-block;
    position: absolute;
}

body.view-mode-preview .document-preview.floating {
    position: fixed;
    top: 50px;
}

body.view-mode-preview .document-list {
    float: right;
    width: 300px;
    display: inline-block;
}

body.view-mode-preview .document-list > .document-col {
    width: 100% !important;
}

.preview-mode-only,
.grid-mode-only {
    display: none;
}

body.view-mode-preview .preview-mode-only,
body.view-mode-grid .grid-mode-only {
    display: inherit;
}

body.view-mode-preview .document-list-container .pagination-links {
    float: right;
    width: 300px;
}

.document.preview-active {
    background-color: rgba(27, 30, 36, 0.05);
    border: 1px solid rgba(27, 30, 36, 0.15);
    /*margin: -1px;*/
}

.panel-heading.floatable,.floatable {
    background-color: white;
}

.floatable.stuck {
    position: fixed;
    top: 0px;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 425px) {
    .panel .panel-heading > .panel-options {
        float: left;
        margin-top: 5px;
        display: block;
        width: 100%;
    }
    .panel .panel-options .btn,
    .panel .panel-options .btn-group {
        width: 100%;
        margin-top: 2px !important;
    }
    .floatable.stuck {
        position: relative;
    }
}

/* UI Fixes */

@media screen and (min-width: 769px) {
    .sidebar-menu.collapsed .main-menu {
        flex: 1;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .sidebar-menu.collapsed .main-menu > li {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        max-height: 100px;
    }
    .sidebar-menu.collapsed .main-menu > li > a:hover {
        background-color: rgba(39, 54, 70, 0.3);
    }
    .sidebar-menu.collapsed .main-menu > li > a {
        width: 100%;
        height: 100%;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .sidebar-menu.collapsed .main-menu > li > a > span {
        display: block;
        text-align: center;
        padding: 0;
        font-size: 12px;
        padding-top: 5px;
    }
    .sidebar-menu.collapsed .sidebar-menu-inner {
        position: fixed;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.member-form-add-header {
    margin-bottom: 15px;
}

#viewer .nav-link {
    font-size: 3em !important;
    margin-left: 0.5em;
    cursor: pointer;
}

#viewer .nav-link:hover {
    color: #000;
}

#viewer .nav-link.disabled {
    color: #eee;
    cursor: auto;
}

.tag-panel .color-chooser {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tag-panel .color {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 100%;
    vertical-align: bottom;
}

.tag-panel .color-chooser .color {
    cursor: pointer;
}

.tag-panel .color-chooser .color.selected {
    padding: 10px;
    margin-top: 0;
}

.tag-panel .color-cell {
    width: 50px;
    text-align: center;
}

.tag-panel .color-cell .color {
    padding: 10px;
}

.tag-panel .action-links {
    width: 150px;
}

/*summernote-fix*/

.note-editor .panel-heading .btn {
    color: black !important;
    border: 1px solid #cfcfcf;
}

.note-editor {
    padding: 0;
    margin: 0;
}

.file-folders-tied .active {
    color: #40bbed;
}

.pagination > li form {
    float: left;
}

.pagination > li input[type="text"] {
    position: relative;
    padding: 6px 12px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    margin-left: -1px;
    text-align: center;
}

.pagination > li input[type="text"]:focus {
    outline: 0 none;
}

#form-document-search .instant-search,
#form-document-search .instant-search > * {
    position: relative;
}

#form-document-search .instant-search:before {
    background-color: #f5f5f5;
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    z-index: 0;
}

#form-instant-search li.no-padding.no-border input[type="text"] {
    font-size: 12px;
    height: 39px;
    padding: 10px 15px;
}

.no-border {
    border: 0 none !important;
}

#form-document-search .form-sub-group textarea {
    height: 32px;
    min-height: 32px;
    resize: vertical;
}

.ui-resizable-handle.ui-resizable-e {
    background: #ccc;
    cursor: col-resize;
    margin-bottom: 20px;
    right: -3px;
    width: 6px;
}

.ui-resizable-handle.ui-resizable-s {
    background: #ccc;
    cursor: row-resize;
    width: 100%;
}

.col-flex {
    flex: 1;
}

@media (min-width: 992px) {
    .flex-md {
        display: flex;
    }
}

@media (max-width: 991px) {
    .flex-md .ui-resizable {
        width: auto !important;
    }
    .flex-md .ui-resizable .ui-resizable-handle {
        display: none !important;
    }
}

.nav.nav-tabs > li.open > a {
    border: 0;
    background-color: #fff;
}

.floating-label {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.floating-label:hover {
    white-space: normal;
    overflow: auto !important;
}

.page-container .sidebar-menu .sidebar-menu-inner .logo-env {
    padding-bottom: 15px;
    padding-top: 15px;
}

@media all and (max-width: 599px) {
    .fancybox-custom-layout .fancybox-caption {
        display: none;
    }
}

@media all and (min-width: 600px) {
    .fancybox-custom-layout p {
        color: #6c6f73;
    }
    /* Change color for backdrop */
    .fancybox-custom-layout .fancybox-bg {
        /*background: #fcfaf9;*/
        background: rgba(0, 0, 0, 0.4);
    }
    .fancybox-custom-layout.fancybox-is-open .fancybox-bg {
        opacity: 1;
    }
    /* Move caption area to the right side */
    .fancybox-custom-layout .fancybox-caption {
        background: #f1ecec;
        bottom: 0;
        left: auto;
        padding: 30px 20px;
        right: 44px;
        top: 0;
        width: 256px;
    }
    .fancybox-custom-layout .fancybox-caption h3 {
        color: #444;
        font-size: 21px;
        line-height: 1.3;
        margin-bottom: 24px;
    }
    .fancybox-custom-layout .fancybox-caption a {
        color: #444;
    }
    /* Remove gradient from caption*/
    .fancybox-custom-layout .fancybox-caption::before {
        display: none;
    }
    /* Adjust content area position */
    .fancybox-custom-layout .fancybox-stage {
        right: 300px;
    }
    /* Align buttons at the right side  */
    .fancybox-custom-layout .fancybox-toolbar {
        background: #3b3b45;
        bottom: 0;
        left: auto;
        right: 0;
        top: 0;
        width: 44px;
    }
    /* Remove background from all buttons */
    .fancybox-custom-layout .fancybox-button {
        background: transparent;
    }
    /* Navigation arrows */
    .fancybox-custom-layout .fancybox-navigation a {
        padding: 0;
    }
    .fancybox-custom-layout .fancybox-navigation a:not(.disabled) {
        color: #333;
    }
    /* Reposition right arrow */
    .fancybox-custom-layout .fancybox-button--arrow_right {
        right: 308px;
    }
}

#skitt-ui {
    bottom: 35px;
    left: auto;
    overflow: hidden;
    right: 35px;
}

/* # Tag Stilleri */

.tags-section {
    color: #354552;
    margin-top: -14px;
}

.headline {
    border-bottom: 3px solid #f4f4f4;
    padding: 20px 10px;
    line-height: 1.4;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
}

.tag {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 6px;
    font-size: 13px;
    margin-right: 10px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 10px;
    background: #e5f3f4;
}

.tag:last-child {
    margin-right: 0;
}

.tag i {
    color: rgba(0, 0, 0, 0.2);
    margin-left: 5px;
    margin-top: 1px;
}

.tag > i:hover {
    color: black;
}

.tag.green,
.tag.clarifai {
    background: #f0faf2;
}

.add-tag-section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.tag-panel-right {
    float: right;
    font-size: 14px;
    padding-right: 28px;
}

.tag-panel-right i {
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 25px;
}

html .select2-container.select2-container-multi .select2-choices {
    padding-top: 3px;
    padding-left: 5px;
    padding-bottom: 2px;
}

.modal-backdrop {
    position: fixed;
}

[v-cloak] {
    display: none;
}

.font-monospace {
    font-family: monospace;
}

.content-only .main-content {
    padding: 0;
}

.panel.content-panel-only {
    background-color: #f0ecec;
    border: none;
    padding: 0;
}

.cbp_tmtime {
    padding-right: 8% !important;
}
