html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

#brandImageContainer {
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.08);
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
}

.sidebar-wrapper {
    width: 220px;
    left: -220px;
}

.brand-left {
    width: 230px;
}

.top-menu-offset {
    height: 80px;
    margin: 0 !important;
}

.brand-img {
    padding: 10px 10px 10px 25px;
}

    .brand-img img {
        padding: 10px;
    }


#pinned-nav {
    position: absolute;
    top: 70px;
    width: 63px;
    padding: 0;
    min-height: calc(100% - 70px);
    background-color: #292929 !important;
}

@media only screen and (max-width: 768px) {
    #pinned-nav {
        width: 56px !important;
    }
}

.navbar {
    padding: 5px !important;
}

a.navbar-toggler {
    margin-top: 2px;
    width: 2.5em !important;
}

a span.navbar-toggler-icon {
    width: 1.7em !important;
    height: 2em !important;
}

#pinned-nav .bg-dark {
    background-color: #292929 !important;
}

.sidebar-item a {
    cursor: pointer;
}

.file-list {
    font-size: 14px;
}

    .file-list .row {
        padding: 2px 5px 2px 15px;
        color: #333;
    }

    .file-list a:hover {
        text-decoration: none;
        background-color: rgb(209, 209, 209);
    }

    .file-list .muted {
        color: rgb(107, 107, 107);
    }

    .file-list .title {
        font-weight: 600;
        padding-left: 10px;
    }

    .file-list i {
        font-size: 20px;
        font-weight: normal;
    }

.page-content.pt-2 {
}

.pt-2 .container {
    max-width: 100%;
}

#toggle-sidebar {
    border: 0;
    background: #fff !important;
}

    #toggle-sidebar .fa-caret-left {
        transform: rotateZ(180deg);
        position: absolute;
        left: 0;
        top: 33%;
        color: #616670;
    }

.toggled #toggle-sidebar .fa-caret-left {
    transform: rotateZ(0deg);
}

.sidebar-bg .navbar {
    top: 7px;
    left: 5px;
}

.text-mute {
    font-size: 14px;
    color: #888 !important;
    text-transform: lowercase;
    text-decoration: none !important;
}

.menu-editor-form {
    margin-left: -10px;
    display: none;
}

#myEditor .menu-editor-form {
    display: block;
}

#myEditor .list-group-item {
    padding-top: 0 !important;
    padding-bottom: 5px !important;
    padding-left: 10px;
}

#myEditor .txt {
    padding-top: 7px;
    display: inline-block;
    cursor: text;
}

#myEditor .preview {
    cursor: pointer;
    color: #bbb;
    font-size: 14px;
    padding: 0 20px 0 20px;
    display: inline-block;
}

#myEditor .list-group-item .list-group-item {
    background: #dce9fd;
}

    #myEditor .list-group-item .list-group-item .list-group-item {
        background: #b9d2fb;
    }

        #myEditor .list-group-item .list-group-item .list-group-item .list-group-item {
            background: #97bcf8;
        }

            #myEditor .list-group-item .list-group-item .list-group-item .list-group-item .list-group-item {
                background: #74a5f6;
            }

                #myEditor .list-group-item .list-group-item .list-group-item .list-group-item .list-group-item .list-group-item {
                    background: #518ff4;
                }

@media screen and (min-width: 600px) {
    .mt10 {
        /*padding: 5px !important;*/
        margin: 15px 25px !important;
        width: 200px !important;
    }

    .btn-new-list {
        margin-top: -5px;
    }
}

@media screen and (max-width: 600px) {
    .mt10 {
        /*padding: 0px !important;*/
        margin: 15px 2px !important;
        width: 100px !important;
    }

    .btn-new-list {
        margin-top: -3px;
    }
}

.btn-new-list {
    float: right;
    padding: 0.25rem 0.75rem !important;
}

.card-header {
    height: 48px;
    background-color: rgb(238, 244, 253) !important;
    border-bottom: 1px solid rgb(238, 244, 253) !important;
}

.card {
    border: 1px solid rgb(238, 244, 253) !important;
}

.btn-icon-only {
    display: inline-block;
    position: relative;
    padding: 0 !important;
    width: 29px;
    height: 29px;
    border-radius: 50%;
}

    .btn-icon-only.red:hover {
        border-color: #f4516c !important;
        color: #ffffff !important;
        background-color: #f4516c !important;
    }

    .btn-icon-only.blue:hover {
        border-color: #34b2e3 !important;
        color: #ffffff !important;
        background-color: #34b2e3 !important;
    }

    .btn-icon-only i {
        line-height: 0;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.btn-icon-only {
    color: #000 !important;
}

td, th {
    vertical-align: middle !important;
}

thead[data-test="table-foot"] {
    display: none;
}

.pagination, .dataTables_filter {
    float: right !important;
}

.table td {
    padding: 0.40rem !important;
}

.lists-table .table thead > tr > th:nth-child(1) {
    width: 80%;
}


.lists-table .table thead > tr > th:nth-child(2) {
    text-align: center;
}

.lists-table .table tbody > tr > td:nth-child(2) {
    text-align: center;
}

.bs-select select {
    margin-left: 0 !important;
}


.pull-left {
    float:left !important;
}

.pull-right {
    float: right !important;
}

.modal-header {
    background-color: rgb(238, 244, 253) !important;
}
.modal-footer {
    padding: 15px;
    justify-content:unset !important;
    display:block !important;
}
.form-check-label {
    cursor: pointer;
}
.btn-sign-in {
color: #fff !important;
background-color: #007bff !important;
border-color: #007bff !important;
}
.sortableListsOpener {
    display:none !important
}
.modal-header.doc-search-header {
    background-color:white !important;
}
.min-width-100 {
    min-width:100px !important;
}
.tooltip {
    z-index: 1051 !important; /*z-index:( z-index of modal popup + 1 );*/
}
.special-btn-style {
    /*border-radius: 50% !important;
    background-color: #f8f9fa00 !important;
    border-color: #f8f9fa00 !important;*/
}

.mt20
{
    margin-top:20px !important;
}
.mb20
{
    margin-bottom:20px !important;
}


.team-list .title
{
    font-size:16px;
}



.modal-dialog {
    max-width: 80% !important;
    min-width: 500px !important;
    width: 100% !important;
}

.btn-team .dropdown-toggle-split
{
    max-width:40px;
}

.pr0 { padding-right:0 !important; }
.pl0 { padding-left:0 !important; }

.btn-label {
    background: #fff !important;
    border-top: solid 2px #f8f9fa !important;
    border-bottom: solid 2px #f8f9fa !important;
}
.btn-nohover {
    background: #f8f9fa !important;
    border-color: #f8f9fa !important;
}
.btn-label-group {
    border:solid 1px #eee !important;
    border-radius:0.25em;
}
.m15 { margin:15px;}

.fileUploader
{
    width:250px !important;
}
.m0 {
    padding:0 !important;
    margin:0 !important;
}