/* Fonts are set in basestyle.css */

input[type=file] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchbar {
    height: 40px;
    width: 70%;
    padding: 0 20px;
    align-items: center;
    cursor: pointer;
    border: none
}
.searchbar input {
    margin-left: 15px;
    height:38px;
    width:100%;
    border:none;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #f0f0f0;
}

#body-row {
    margin-left: 0;
    margin-right: 0;
}

#sidebar-container {
    /*background-color: #2e3192;*/
    padding: 0;
    left: 0;
    top: 0px;
    height: 100vh;
    z-index: 999;
    margin-top: -80px;
    position: sticky;
    position: -webkit-sticky;
    overflow: auto;
}

.navbar-custom {
    position: relative;
    left: 0;
    z-index: 9999;
    height: 80px;
    /*background-color: #f2f2f8;*/
    width: 100%;
    padding: 0px;
}

.padding-top-80 {
    padding-top: 80px !important;
}

.padding-top-100 {
    padding-top: 100px !important;
}

.padding-top-200 {
    padding-top: 200px !important;
}

/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
    width: 230px;
}

.sidebar-collapsed {
    width: 60px;
}

/* Menu item*/
#sidebar-container a {
    height: 50px !important;
    /*color: #f2f2f8 !important;*/
    /*background-color: #2e3192 !important;*/
    text-underline: none !important;
}

/* Closed submenu icon */
#sidebar-container .list-group-item[aria-expanded="false"] .submenu-icon::after {
    content: " \f060";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}

/* Opened submenu icon */
#sidebar-container .list-group-item[aria-expanded="true"] .submenu-icon::after {
    content: " \f061";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}

.logo {
    width: 230px;
    display: flex;
    display: -webkit-flex;
    height: 100%;
}

.logo a {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
}

.logo img {
    align-items: center;
    display: flex;
    display: -webkit-flex;
    align-self: center;
}

.collapse-icon {
    position: absolute;
    top: 80px;
    background-color: transparent !important;
    border: none;
}

.navbar-nav a {
    /*color: #2e3192 !important;*/
    text-underline: none !important;
    text-decoration: none!important;
}
.sidemenu-left a{
    text-decoration: none!important;
}
.navbar-nav a:visited{
    text-decoration: none!important;
}
.sidemenu-header span.fas, .sidemenu-header span.fa, .sidemenu-footer span.fas, .sidemenu-footer span.fa {
    width: 20px;
}

/*.color-sign-out {*/
/*    background-color: #1d1f72 !important;*/
/*}*/

/*.color-bg-menuitem {*/
/*    background-color: #3d409a !important;*/
/*}*/

/*.color-bg-menuitem:hover {*/
/*    background-color: #5e61ab !important;*/
/*}*/

.side-menu-img-small {
    width: 70px;
}

/* breadcrumb*/
.breadcrumb {
    background-color: transparent;
    margin-bottom: 0px;
}

/*.breadcrumb a {*/
/*    color: #2e3192 !important;*/
/*}*/

/*.breadcrumb a:hover {*/
/*    color: #6887ff !important;*/
/*}*/

.breadcrumb i {
    font-size: 18px;
}

/*.file-view a, .search-view a {*/
/*    color: lightgrey !important;*/
/*}*/

/*.file-view a.active, .search-view a.active {*/
/*    color: #2e3192 !important;*/
/*}*/

/*.breadcrumb-item{*/
/*    word-break: break-all;*/
/*}*/

.flex-container {
    padding: 0 0 0 15px;
    margin: 0;
    list-style: none;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -js-display: flex;
    flex-wrap: wrap;
}

.wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.view-groot.flex-item {
    width: 210px;
    margin: 10px;
    position: relative;
}
.view-groot.flex-item.folder-item:not(.special-folder-item) {
    height: 300px;
}
.view-groot.flex-item .flex-item-container {
    width: 210px;
    height: 300px;
    /*background: #f2f2f8;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    padding: 5px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}

.view-groot.flex-item .flex-item-container-file {
    width: 210px;
    height: 300px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    background-color: white;
}

.view-klein.flex-item {
    width: 140px;
    margin: 10px;
    position: relative;
}
.view-klein.flex-item.folder-item:not(.special-folder-item) {
    height: 200px;
}
.view-klein.flex-item h3 {
    font-size: 14px;
}

.view-klein.flex-item .flex-item-container {
    width: 140px;
    height: 200px;
    /*background: #f2f2f8;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    padding: 5px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}

.view-klein.flex-item .flex-item-container-file {
    width: 140px;
    height: 200px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}

.view-klein.flex-item .img-overview, .view-mini.flex-item .img-overview{
    overflow: hidden;
    top: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    flex-direction: column;
}

.view-klein.flex-item .img-overview img, .view-mini.flex-item .img-overview img {
    position: relative;
    top: 60%;
}

.view-klein.flex-item p, .view-mini.flex-item p {
    margin-bottom: 0px;
}

.view-mini.flex-item {
    width: 70px;
    margin: 10px;
    position: relative;
}

.view-mini.flex-item h3 {
    font-size: 12px;
}

.view-mini.flex-item .flex-item-container {
    width: 70px;
    height: 100px;
    /*background: #f2f2f8;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    padding: 5px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}

.view-mini.flex-item .flex-item-container-file {
    width: 70px;
    height: 100px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    background-color: white;
    overflow-y:hidden;
}
.view-mini.flex-item .flex-item-text {
    display: none;
}

.view-mini .titel-tile {
    padding-top:15px;
}

.quickfolders.flex-item {
    margin: 10px;
    position: relative;
    color: white;
}

/*.quickfolders.flex-item .flex-item-container {*/
/*    !*background: #befbdc;*!*/
/*    -webkit-border-radius: 10px;*/
/*    -moz-border-radius: 10px;*/
/*    border-radius: 10px;*/
/*    position: relative;*/
/*    padding: 5px;*/
/*    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);*/
/*}*/

/*.quickfolders.flex-item .documents-in-folder, .quickfolders.flex-item .files-in-folder {*/
/*    color: #2e3192;*/
/*}*/

/*.dossiertemplate.flex-item {*/
/*    width: 210px;*/
/*    margin: 10px;*/
/*    position: relative;*/
/*    color: white;*/
/*}*/

/*.dossiertemplate.flex-item .flex-item-container {*/
/*    width: 210px;*/
/*    height: 300px;*/
/*    !*background: #cde4ff;*!*/
/*    -webkit-border-radius: 10px;*/
/*    -moz-border-radius: 10px;*/
/*    border-radius: 10px;*/
/*    position: relative;*/
/*    padding: 5px;*/
/*    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);*/
/*}*/

/*.dossiertemplate.flex-item .documents-in-folder, .dossiertemplate.flex-item .files-in-folder {*/
/*    color: #2e3192;*/
/*}*/

/*.sort-1-9 {*/
/*    color: lightgrey !important;*/
/*}*/

/*.sort-az {*/
/*    color: lightgrey !important;*/
/*}*/

/*.sort-az.active {*/
/*    color: #2e3192 !important;*/
/*}*/

/*.sort-1-9.active {*/
/*    color: #2e3192 !important;*/
/*}*/

/*.color-dark-blue {*/
/*    color: #2e3192 !important;*/
/*}*/

.tandwiel, .locked {
    /*color: #2e3192;*/
    font-size: 18px;
}

.tandwiel-dropdown .tandwiel {
    padding: 0.1rem 0.5rem;
    outline: none;
}

.titel-tile {
    /*color: #2e3192;*/
    font-size: 1rem;
    padding-top: 30px;
    padding-left: 5px;
    font-weight: 600;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.titel-tile i {
    font-size: 1rem;
}
#searchresults .titel-tile {
    padding-top: 10px;
}

.titel-tile .dossiername {
    border-top-width: 1px;
    border-top-style: solid;
    /*border-color: #2e3192;*/
    margin-top: 5px;
    padding-top: 5px;
    font-size: 0.9rem
}
.view-klein .titel-tile .dossiername {
    height: 23px;
    overflow: hidden;
}

.flex-item-footer a {
    /*color: #2e3192;*/
    font-size: 14px;
}

.flex-item-footer a i {
    font-size: 14px;
}

.itemcontainer.flex-item {
    display: flex;
    flex-direction: column;
}
.flex-item-text {
    /*color: #2e3192;*/
    font-size: 12px;
    font-weight: 600;
    flex-grow: 1;
    width: 100%;
}

/*.flex-item-text a {*/
/*    color: #2e3192;*/
/*}*/

.bol-add {
    width: 100px;
    height: 100px;
    /*background-color: #7274b5;*/
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    outline:none;
}
.bol-add.flipoutpos {
    right: 470px;
}
.bol-add:focus{
    outline:none;
}
.bol-add ul:focus{
    outline:none;
}
.bol-add ul li:focus{
    outline:none;
}
.bol-add ul a:focus{
    outline:none;
}

.bol-add i.plus, .bol-add i.filter {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    align-self: center;
    align-item: center;
    /*color: white;*/
    font-size: 40px;
    height: 100%;
}

.bol-add i.plus:before, .bol-add i.filter:before {
    align-items: center;
    display: flex;
    display: -webkit-flex;
}

.bol-add .dropdown-toggle::after {
    display: none;
}

.dropdown-test {
    transform: none !important;
    position: absolute !important;
    top: -425px !important;
    border: none;
    background-color: transparent;
    min-width: auto;
    left: auto !important;
    right: 0px !important;
}

.dropdown-test .dropdown-item-bol {
    /*background-color: #2e3192;*/
    /*color: white;*/
    margin-bottom: 5px;
    padding: 15px 20px;
    float: right;
    width: 100%;
    bottom: 0;
}

/*.dropdown-test .dropdown-item-bol:hover {*/
/*    background-color: #3d409a;*/
/*}*/

.dropdown-test .dropdown-item-bol i {
    font-size: 18px;
    width: 30px;
    margin-right: 10px;
    text-align: center;
}

/*.documents-in-folder {*/
/*    color: #2e3192;*/
/*}*/

/*.files-in-folder {*/
/*    color: #2e3192;*/
/*}*/

.btn-informatie {
    /*color: #2e3192;*/
    font-size: 18px;
    padding: 0px;
    display: flex;
    display: -webkit-flex;
}

.btn-informatie:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*.btn-informatie:hover {*/
/*    color: #2e3192;*/
/*}*/

/*.view-groot .modal-header, .view-klein .modal-header, .view-list .modal-header, .quickfolders .modal-header, .dossiertemplate .modal-header, .custom-modal .modal-header {*/
/*    background-color: white;*/
/*    color: #2e3192;*/
/*}*/

.view-groot .modal-header .close, .view-klein .modal-header .close, .view-list .modal-header .close, .quickfolders .modal-header .close, .dossiertemplate .modal-header .close, .custom-modal .modal-header .close {
    /*color: #2e3192;*/
    opacity: 1;
    box-shadow: none;
    text-shadow: none;
}

.view-groot .modal-header .close:focus, .view-klein .modal-header .close:focus, .view-list .modal-header .close:focus, .quickfolders .modal-header .close:focus, .dossiertemplate .modal-header .close:focus, .custom-modal .modal-header .close:focus {
    box-shadow: none;
    outline: none;
}

/*.view-groot .modal-body, .view-klein .modal-body, .view-list .modal-body, .quickfolders .modal-body, .dossiertemplate .modal-body, .custom-modal .modal-body {*/
/*    color: black;*/
/*}*/

.view-list {
    width: 100%;
}

.verticale-align {
    vertical-align: middle;
}

.dropdown-right {
    right: 0 !important;
    left: auto !important;
    transform: none !important;
}

.tandwiel-dropdown .dropdown-toggle::after {
    display: none;
}

.tandwiel-dropdown .nav-item {
    position: inherit;
    display: inline-block;
}
.list-icon .tandwiel-dropdown .nav-item {
    position: relative;
}

.tandwiel-dropdown .dropdown-menu {
    top: 30px !important;
}
.mobile-crumb-actions .tandwiel-dropdown .dropdown-menu {
    right: 10px !important;
}
.crumb-actions .tandwiel-dropdown .dropdown-menu {
    top: 40px !important;
    right: 10px !important;
}

/*.dropdown-item {*/
/*    color: #2e3192;*/
/*}*/


.history-toggle {
    padding: 0px;
}

.history-toggle:after {
    display: none;
}

.view-list .dropdown-toggle::after {
    display: none;
}

/*a:not([href]):not([tabindex]) {*/
/*    color: #2e3192;*/
/*}*/


.table th, .table td {
    border-top-width: 0;
    vertical-align: middle;
    /*border-top-style: solid;*/
    /*border-color: #f2f2f8;*/
    /*color: #2e3192;*/
}

.collapse-icon {
    padding: 0px;
}

.mail-attachment {
    /*color: #2e3192;*/
}
.photonote-content {
    /*color: #2e3192;*/
}

.fa-paperclip {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.paperclip-number {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: inline;
    text-align: center;
    font-size: 14px;
    align-self: center;
    justify-content: center;
    align-items: center;
    margin-left: -5px;
}

/*.dropdown-item:hover, .dropdown-item:focus {*/
/*    background-color: #f2f2f8;*/
/*    color: #2e3192;*/
/*}*/

.dropdown-divider {
    margin: 0;
}

.tandwiel-dropdown .dropdown-menu {
    padding: 0px;
}

.help-text-view {
    position: absolute;
    right: 0px;
    height: 100px;
    background-color: yellow;
    width: 40px;
}

.menu-item-left {
    width: 30px;
    text-align: center;
    /*display: flex;*/
}

.folder-options {
    padding: 0px;
    margin: 0px;
}

.folder-options .nav-pills {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 0px;
    border-bottom: 1px solid #dee2e6;
}

.folder-options .nav-pills li {
    background-color: white;
}

.folder-options .nav-pills li a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
    /*color: #2e3192;*/
}

.folder-options .nav-pills .nav-link.active {
    /*background-color: white;*/
    /*color: #2e3192;*/
    font-weight: 600;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    /*border-color: #2e3192;*/
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 1rem;
    margin-right: 1rem;
}

/*.active svg, .active svg g {*/
/*    stroke: #2e3192;*/
/*}*/

.btn-add {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*background-color: #2e3192;*/
    /*color: white;*/
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.btn-add:hover {
    /*color: white;*/
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}

.btn-add:focus {
    box-shadow: none;
}

.modal-footer .btn-add, .modal-footer .btn-white {
    padding-left: 20px;
    padding-right: 20px;
}

.modal-content input {
    border-radius: 5px;
    outline:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
    border-style: solid;
    /*border-color: #ced4da;*/
    padding: 5px 10px;
}
.modal-content img {
    max-width: 100%;
}
.modal-content #separator, .settings .separator{
    width: 50px;
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    /*border-color: #ced4da;*/
    margin-left:20px;
    border-radius: 5px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.settings .dateformat{
    width: 200px;
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    /*border-color: #ced4da;*/
    margin-left:20px;
    border-radius: 5px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-delete {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
    color: red;
    font-weight: 600;
    border: 1px solid red;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.btn-delete:hover {
    background-color: red;
    color: white;
}

.btn-white {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*background-color: white;*/
    /*color: #2e3192;*/
    font-weight: 600;
    border-width: 1px;
    border-style: solid;
    /*border-color: #2e3192;*/
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    padding-left: 10px;
    padding-right: 10px;
}

/*.btn-white:hover {*/
/*    border-color: #2e3192;*/
/*    background-color: #2e3192;*/
/*    color: white;*/
/*}*/

.switch input {
    display: none;
}

.switch {
    display: inline-block;
    width: 40px;
    height: 20px;
    /*margin-top: 8px;*/
    /*margin-bottom: 8px;*/
    margin-right: 8px;
    transform: translateY(50%);
    position: relative;
}

.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    box-shadow: 0 0 0 2px lightgrey, 0 0 4px lightgrey;
    cursor: pointer;
    border: 4px solid transparent;
    overflow: hidden;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    /*background: #2e3192;*/
    border-radius: 20px;
    transform: translateX(-20px);
    transition: .5s;
}

input:checked + .slider:before {
    transform: translateX(20px);
    /*background: white;*/
}

/*input:checked + .slider {*/
/*    box-shadow: 0 0 0 2px #2e3192, 0 0 2px #2e3192;*/
/*    background-color: #2e3192;*/
/*}*/

.input-filename {
    padding-left: 10px;
    padding-right: 10px;
    width: 100px;
}

/*.bg-lightgrey {*/
/*    background-color: #f2f2f8;*/
/*}*/

/*.dropdown-test a:hover {*/
/*    color: white;*/
/*}*/

/*.dropdown-test a:focus {*/
/*    background-color: #2e3192;*/
/*    color: white;*/
/*}*/

.icon-link {
    /*color: #2e3192;*/
    font-size: 16px;
}

.modal-content {
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    word-break: break-word;
    /*min-height: 670px;*/
}

.modal-content .alert-custom {
    /*background-color: #f2f2f8;*/
    box-shadow: none;
}

.bol-1-item .dropdown-test {
    top: -75px !important;
}

.navbar-custom .nav-link i {
    padding-right: 8px;
}

.tags-info p.tags-info-active {
    /*background-color: #2e3192 !important;*/
    /*color: white !important;*/
    border-width: 1px !important;
    border-style: solid !important;
    /*border-color: #2e3192 !important;*/
}

.tags-info p.toggle-tag {
    /*background-color: white;*/
    border-width: 1px;
    border-style: solid;
    /*border-color: #2e3192;*/
    /*color: #2e3192;*/
    cursor: pointer;
}

.tags-info p {
    border-width: 1px;
    border-style: solid;
    /*border-color: #f2f2f8;*/
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    padding: 3px 20px;
    /*color: #2e3192;*/
    /*background-color: #f2f2f8;*/
    display: inline-block;
    margin-right: 10px;
    font-weight: 500;
    position: relative;
    font-size: 14px;
}

.tags-info i {
    padding-left: 10px;
}


.alert-custom {
    /*background-color: #fff4b8;*/
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}

/*.alert-custom a {*/
/*    color: #2e3192;*/
/*}*/

.alert-custom a:hover {
    text-decoration: none;
}

.nav-pills-permissions a {
    color: darkgray;
}

.pollSlider {
    position: fixed;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    width: 400px;
    right: 0px;
    margin-right: -400px;
    z-index: 9999;
    color: white;
    top: 160px;
}

.rotate {
    border: none !important;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.rotate.down {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*b {*/
/*    color: #2e3192;*/
/*}*/

#folder-info {
    background-color: rgba(242, 242, 248, 0.1);
    border: none;
    padding-left: 0px;
    /*color: #2e3192;*/
}

#folder-info:focus {
    box-shadow: none;
}


.linkto {
    position: absolute;
    top: 30px;
    left: 0;
    height: 90%;
    width: 100%;
    bottom: 30px;
}

/*.list-group-item.active {*/
/*    background-color: #5e61ab !important;*/
/*}*/

/*.list-group-item.active {*/
/*    border-color: #2e3192;*/
/*}*/

.custom-radio-input input {
    display: none;
}

.custom-radio-input input:checked ~ label {
    /*border-color: #2e3192;*/
}

.custom-radio-input label {
    border-width: 1px;
    border-style: solid;
    /*border-color: #f2f2f2;*/
    width: 100%;
    position: relative;
}
.custom-radio-input input:checked ~ label:before {
    content: "\f058" !important;
    /*color: #2e3192;*/
    font-size: 20px;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-weight: 900;
    top: -14px;
    right: -10px;
    background-color: white;
    border-radius: 50%;
    height: 1em;
    width: 1em;
}

.custom-radio-input input ~ label {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-width: 2px;
    border-style: solid;
    width: auto;
}
/*.custom-radio-input input ~ label svg{*/
/*    !*fill:#ced4da;*!*/
/*    width: 30px;*/
/*    cursor: pointer;*/
/*}*/
/*.custom-radio-input input ~ label svg:hover{*/
/*    fill: #6887ff !important;*/
/*}*/


.emailBody img{
    max-width: 100%;
}

.breadcrumb a:after {
    display: none;
}

.custom-search input.form-control {
    border-right: none;
}
.custom-search .form-control {
    width: 400px;
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
}

.filterzone .tag-filter {
    width: 250px;
    border-radius: 5px !important;
    display: inline-block;
}

.custom-search .input-group-text {
    background-color: transparent;
    border-left: none;
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.search-filters h3, .search-view h3 {
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
    width: 180px;
}
.search-filters-overview h3 {
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;

}

.border-bottom-blue {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    /*border-color: #2e3192;*/
}

.create-quickfolder {
    position: absolute;
    right: 0;
    bottom: 15px;
}
#contextMenu .create-quickfolder {
    position: relative;
    right: unset;
    bottom: unset;
}

/*.create-quickfolder a {*/
/*    color: #2e3192;*/
/*}*/

.split-screen {
    height: 50%;
    position: fixed;
    bottom: 0;
    background-color: white;
    right:0;
    left:0;
    z-index: 1000;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
    overflow-y: scroll;
}
.body-sidebar-collapsed .split-screen {
    left: 60px;
}
.body-sidebar-expanded .split-screen {
    left: 230px;
}

.flex-1 {
    flex: 1;
}

.modal-backdrop {
    z-index: 9999;
}
.modal {
    z-index: 10000;
}

.hidden {
    display: none !important;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

.link-folder, .folder-text-zone, .link-document {
    position: absolute;
    padding: 0 10px;
    left: 0;
    right: 15px;
    width: 100%;
    top: 40px;
    bottom: 30px;
    background-color: transparent;
    z-index: 2;
    /* Following line is testing and needs to be verified */
    overflow: hidden;
}
.view-klein .link-folder, .view-klein .folder-text-zone, .view-klein .link-document {
    top: 30px;
}

.view-mini .link-document {
    top:15px;
    bottom:15px;
}
/*.folder-text-zone {*/
/*    position: absolute;*/
/*    left: 10px;*/
/*    right: 10px;*/
/*    top: 30px;*/
/*    bottom: 40px;*/
/*    background-color: transparent;*/
/*    z-index: 2;*/
/*    overflow: hidden;*/
/*}*/

.tooltip {
    z-index: 100000000;
}

.folder-options .tab-content h3 {
    font-size: 14px;
    font-weight: 600;
    /*color: #2e3192;*/
}

/*.modal-footer p {*/
/*    color: #2e3192;*/
/*}*/
/*.text-blue{*/
/*    color:#2e3192;*/
/*}*/

.table-permissions thead th{
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}

.table-permissions tbody td div{

    display: flex;
    justify-content: center;
}
.table-permissions tbody th{
    font-weight: 500;
    font-size: 14px;
}
#pills-contact .switch{
    margin-top:0px;
    margin-bottom: 0px;
    transform: none;
}

.byf_loading {
    display: inline-block;
    width: 85px;
    height: 85px;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    /*border-top-color: #2e3192;*/
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}
.emailitem{
    background-color: #fff;
}
#body-row{
    background-color: #fff;
}

#filelist.listview {
    padding: 0;
}

tr.itemcontainer:hover { cursor: pointer }
tr.itemcontainer.headerrow:hover { cursor: default !important }
tr.itemcontainer.headerrow { font-weight: bold }
.filelist-container .itemcontainer td{
    -ms-word-break: break-all;
    word-break: break-all;
    vertical-align: middle;
}
.filelist-container .itemcontainer td .mac-selector-icon {
    display: inline-block;
}
.shared-colored { font-weight: bold !important; }
.itemcontainer .list-type{
    width: 40px;
    font-size: 0.75rem;
    position: relative;
    text-align: center;
}
.itemcontainer .list-type i{
    font-size: 1.5rem;
    display: inline-block;
}
.itemcontainer .list-type img{
    display: none;
}
.itemcontainer .list-subitems{
    width: 40px;
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
}
.itemcontainer.headerrow .list-subitems{
    font-size: 16px;
}
.itemcontainer .list-icon{
    width: 40px;
    text-align: center !important;
}
.list-actions {
    width: 170px;
    text-align: right;
    position: relative;
    padding-right: 30px !important;
}
.list-actions i {
    margin-left: 10px;
}
.itemcontainer .list-date{
    width: 140px;
    font-size: 12px;
}
.itemcontainer td{
    padding: 1rem .75rem;
}

.table thead th { border: none; }
.table thead tr, .table tbody tr { border-bottom: 1px solid #f0f0f0 !important; }
.table tbody tr, .table div.row { border-bottom: 1px solid #f0f0f0 !important; }

.coloredliststyle #filelist .table tr.itemcontainer.headerrow { font-weight: 600 }
.coloredliststyle #filelist .table thead td { color: #333 !important; font-family: 'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif;}
.coloredliststyle #filelist .table thead tr, .coloredliststyle #filelist .table tbody tr { background-color: white; border-bottom: 1px solid #e6e6e6 !important; }
.coloredliststyle #filelist .table thead tr td, .coloredliststyle #filelist .table tr td .list-link { font-size: 14px !important; }
.coloredliststyle #filelist .table tbody td { color: grey !important; font-family: 'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif; }
.coloredliststyle #filelist .table tbody td a.list-link { color: #333 }
.coloredliststyle #filelist .table tbody td.list-type i { display: none }
.coloredliststyle #filelist .table tbody td.list-type img { display: inline-block }
.coloredliststyle #filelist .table tbody td.list-actions a { color: #333 !important }

#page-container .pf{
    margin:75px auto;
}
.file-preview-drop{
    right:0!important;
    left:-150px!important;
    transform: translate3d(0px, 40px, 0px)!important;

}

.microsoftLoginButton{
    display:block;
    margin: 1rem auto;
    padding-top:2rem;
    padding-bottom:2rem;
}

#loginAsAdmin, #microsoftLogin{
    text-align:center;
}

/* 2FA encima-security view custom css */
/*#totpSecurity .btn-primary, #totpSecurity .btn-default{*/
/*     background-color:#2e3192;*/
/*    color: #fff;*/
/*}*/

#totpSecurity #infoArea, #totpSecurity > div, #totpSecurity #passwordArea, #totpSecurity #qrArea {
    padding-left: 0;
}

#twofaZone .flex-container {
    padding-left: 0;
}

#totpSecurity .page-header{
    display: none;
}

/*#totpSecurity .alert-info{*/
/*    background-color:#f2f2f8;*/
/*    border-color:#f2f2f8;*/
/*}*/

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen
and (min-width: 1024px)
and (max-height: 1366px)
and (-webkit-min-device-pixel-ratio: 1.5) {
}


#modalNewSketch .modal-content{
    min-height:310px;
}

.flex-item-container-file img{
    max-width: 80%;
    max-height: 80%;
    background-color:white;
}


#signature-form{
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}

.signature-preview{
    padding: 10px;
    margin: 10px 0;
    /*background-color: #f2f2f8;*/
}

#pills-shareditems .table-shared-withs>tbody>tr{
    background-color: transparent;
}

#pills-shareditems .table-shared-withs>tbody>tr.auditItem>td{
    border: none;
    font-size: small;
    padding-left: 40px!important;
}

/*#pills-shareditems .table-shared-items>tbody>tr .table-shared-withs>tbody>tr>td{
    border-color: #f2f2f8;
}
#pills-shareditems .table-shared-items>tbody>tr:nth-child(4n+2) .table-shared-withs>tbody>tr>td{
    border-color: white;
}*/

#pills-shareditems .table-shared-withs>tbody>tr.shared-with-item>td{
    font-weight:bold;
}

/*.sharing-tab .table-shared-withs>tbody>tr:nth-child(2n+1){*/
/*    background-color: #f2f2f8;*/
/*}*/
/*.sharing-tab .table-shared-withs>tbody>tr:nth-child(2n){*/
/*    background-color: white;*/
/*}*/
.sharing-tab .table-shared-with-item>tbody>tr>td {
    border: none;
}

.sharing-tab .table-shared-with-item>tbody>tr.audits>td{
    border: none;
    font-size: small;
    padding-left: 40px!important;
}
.sharing-tab .table-shared-with-item>tbody>tr>td .no-chevron{
    padding-left: 25px;
}
.workspace-split-screen, .searchworkspace-split-screen{
    overflow-y: scroll;
    height: calc(50% - 80px);
    position: fixed;
}
.body-sidebar-collapsed .workspace-split-screen, .body-sidebar-collapsed .searchworkspace-split-screen{
    width: calc(100% - 60px);
}
.body-sidebar-expanded .workspace-split-screen, .body-sidebar-expanded .searchworkspace-split-screen{
    width: calc(100% - 230px);
}
.workspace-split-screen-listloader{
    bottom: calc(50% + 30px)!important;
}
.show-templates, .hide-templates{
    cursor: pointer
}

.foldersettings-content {
    min-height: 500px;
}
.item-name-row {
    position: relative;
    cursor: pointer;
}
.secondary-browse-info {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    border: 1px solid lightgrey;
    z-index: 1000;
    padding:5px;
}

.secondary-browse-info i {
    padding: 2px;
    font-size: 14px;
}
#secondary-browse-info-text {
    font-size: 14px!important;
}