ul.jqtree-tree {
    list-style: none outside;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
}

    ul.jqtree-tree.jqtree-dnd {
        touch-action: none;
    }

    ul.jqtree-tree ul.jqtree_common {
        list-style: none outside;
        margin-left: 12px;
        margin-right: 0;
        margin-bottom: 0;
        padding: 0;
        display: block;
    }

    ul.jqtree-tree li.jqtree-closed > ul.jqtree_common {
        display: none;
    }

    ul.jqtree-tree li.jqtree_common {
        clear: both;
        list-style-type: none;
    }

    ul.jqtree-tree .jqtree-toggler {
        border-bottom: none;
        color: #333;
        text-decoration: none;
        vertical-align: middle;
    }

    ul.jqtree-tree .jqtree-toggler:hover {
            color: #000;
            text-decoration: none;
        }

    ul.jqtree-tree .jqtree-toggler.jqtree-closed {
            background-position: 0 0;
        }

    ul.jqtree-tree .jqtree-toggler.jqtree-toggler-left {
            margin-right: 0.5em;
        }

    ul.jqtree-tree .jqtree-toggler.jqtree-toggler-right {
            margin-left: 0.5em;
        }

    ul.jqtree-tree .jqtree-element {
        cursor: pointer;
        position: relative;
        display: flex;
    }

    ul.jqtree-tree .jqtree-title {
        color: #1c4257;
        vertical-align: middle;
        margin-left: 1.5em;
    }

    ul.jqtree-tree .jqtree-title.jqtree-title-folder {
            margin-left: 0;
        }

    ul.jqtree-tree li.jqtree-folder {
        margin-bottom: 4px;
    }

    ul.jqtree-tree li.jqtree-folder.jqtree-closed {
            margin-bottom: 1px;
        }

    ul.jqtree-tree li.jqtree-ghost {
        position: relative;
        z-index: 10;
        margin-right: 10px;
    }

    ul.jqtree-tree li.jqtree-ghost span {
            display: block;
        }

    ul.jqtree-tree li.jqtree-ghost span.jqtree-circle {
            border: solid 2px #0000ff;
            border-radius: 100px;
            height: 8px;
            width: 8px;
            position: absolute;
            top: -4px;
            left: -6px;
            box-sizing: border-box;
        }

    ul.jqtree-tree li.jqtree-ghost span.jqtree-line {
            background-color: #0000ff;
            height: 2px;
            padding: 0;
            position: absolute;
            top: -1px;
            left: 2px;
            width: 100%;
        }

    ul.jqtree-tree li.jqtree-ghost.jqtree-inside {
            margin-left: 48px;
        }

    ul.jqtree-tree span.jqtree-border {
        position: absolute;
        display: block;
        left: -2px;
        top: 0;
        border: solid 2px #0000ff;
        border-radius: 6px;
        margin: 0;
        box-sizing: content-box;
    }

    ul.jqtree-tree li.jqtree-selected > .jqtree-element,
    ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover {
        background-color: #97bdd6;
        background: linear-gradient(#bee0f5, #89afca);
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    }

    ul.jqtree-tree .jqtree-moving > .jqtree-element .jqtree-title {
        outline: dashed 1px #0000ff;
    }

ul.jqtree-tree.jqtree-rtl {
    direction: rtl;
}

ul.jqtree-tree.jqtree-rtl ul.jqtree_common {
        margin-left: 0;
        margin-right: 12px;
    }

ul.jqtree-tree.jqtree-rtl .jqtree-toggler {
        margin-left: 0.5em;
        margin-right: 0;
    }

ul.jqtree-tree.jqtree-rtl .jqtree-title {
        margin-left: 0;
        margin-right: 1.5em;
    }

ul.jqtree-tree.jqtree-rtl .jqtree-title.jqtree-title-folder {
            margin-right: 0;
        }

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost {
        margin-right: 0;
        margin-left: 10px;
    }

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost span.jqtree-circle {
            right: -6px;
        }

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost span.jqtree-line {
            right: 2px;
        }

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost.jqtree-inside {
            margin-left: 0;
            margin-right: 48px;
        }

ul.jqtree-tree.jqtree-rtl span.jqtree-border {
        right: -2px;
    }

span.jqtree-dragging {
    color: #fff;
    background: #000;
    opacity: 0.6;
    cursor: pointer;
    padding: 2px 8px;
}
/* customised dashboard folder css*/
button#goto-parent {
   
    margin-left: 10px;
}
.well.side-folder-block {
    background-color: #f5f5f500;
    border-right: 1px solid #e3e3e3 !IMPORTANT;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    min-height: 380px;
}
ul.jqtree_common.jqtree-tree .jqtree-folder .jqtree-element {
    padding: 4px 10px;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: #000000 !important;
   
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a:hover {
    background: #67328000 !important;
   
}
.navbar-inverse .navbar-search .search-query {
    color: #000000;
    background-color: #ffffff;
    border-color: #096bce;
    margin-left: 25px;
    margin-right: 6px;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #9fcfff;
}
.navbar-inverse .navbar-inner {
    background: #ffffff;
    border: none;
    padding: 4px 0px;
}
#searchfield::-webkit-input-placeholder { /* Edge */
    color: rgb(0, 0, 0);
  }
  
  #searchfield:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(0, 0, 0);
  }
  
  #searchfield::placeholder {
    color: rgb(0, 0, 0);
  }
  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    background: #096bce;
}
.breadcrumb > li {
   
    text-shadow: none;
    color: #fff;
  
}
.breadcrumb {
    background-color: #096bce;
}
ul.breadcrumb li a {
    color: #ffffff;
    text-decoration: none;
}
ul.breadcrumb li a {
    color: #ffffff;
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    color: #c0e1ff;
}
ul.jqtree-tree li.jqtree_common > .jqtree-element:hover {
    background-color: #096bce !important;
    /* color: #ffffff !important; */;
}
.jqtree-element:hover span {
    color: #fff !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #096bce;
}
ul.jqtree-tree li.jqtree_common > .jqtree-element:hover span {
    color: #fff;
}
.navbar .nav > li > a {
   
    color: #404040;
    text-decoration: none;
    text-shadow: none;
}
.navbar .brand {
  
    font-weight: 400;
    color: #096bce;
    text-shadow: none !important;
   
}
.navbar .nav > li > a:hover {
    background: #096bce;
    color: #fff;
}
button#goto-parent {
    color: #fff;
    background: #6E942D;
}
.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
    background-color: #f1f1f1;
}
.navbar.navbar-inverse.navbar-fixed-top .brand {
    display: none;
}
.well.well_doc {
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-height: auto;
}

.well.well_version {
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-height: auto;
}
.well.well_rev {
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-height: auto;
}
.well.well_appr {
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-height: auto;
}
.table .folder td:first-child {
    text-align: center;
}
.folder img {
    width: 30px;
}
#viewfolder-table.table th, #viewfolder-table.table td {
    vertical-align: middle;
}
table#viewfolder-table th {
    background: #ededed;
    border: none;
    padding: 10px 0px;
}
/* end dashboard folder css*/
/* login page css*/

.well.login-block i {
    font-size: 36px;
    background: #096bce;
    border-radius: 100%;
    color: #fff;
    height: 90px;
    width: 90px;
    display: inline-block;
    line-height: 90px;
    margin-bottom: 0px;
    position: relative;
    margin-top: -43px;
    top: -20px;
}
.well.login-block {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.21);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.21);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.21);
    border-right: none !important;
    text-align: center;
    min-height: auto;
    padding-bottom: 35px;
    border-radius: 10px;
}
.well.login-block .controls {
    margin: auto;
}
.well.login-block  label {
    display: none;
}
.well.login-block .controls input {
    width: 80%;
    height: 30px;
    background: #d4e9ff;
    color: #000;
    border: none;
    border-left: 3px solid #096bce;
}
.well.login-block .btn-primary {
    background: #096bce;
    outline: none;
    box-shadow: none;
    border: none;
    padding: 9px 45px;
}
.login-page {
    padding: 120px 0px;
}
h1.login-title {
    font-size: 27px;
    margin-top: 0px;
}

/* end login page css*/
/*  footer page css*/
.footer-dms {
    background: #3f3f3f;
}
.alert-info {
    color: #ffffff;
    background-color: transparent;
    border: none;
    text-align: center;
    text-shadow: none;
    margin-bottom: 0px;
    padding: 12px 0px;
}

/* end footer page css*/
/* menu btn css*/
.inner-page-dms .navbar-inner {
    /* background-color: transparent !IMPORTANT; */
    background: transparent;
    border: none !important;
    box-shadow: none !important;
}
.inner-page-dms .nav li a {
    border-radius: 30px;
    margin-right: 10px;
    color: #fff;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 4px 15px;
    background-image: -moz-linear-gradient( 90deg, rgb(9,107,206) 0%, rgb(84,169,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(9,107,206) 0%, rgb(84,169,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(9,107,206) 0%, rgb(84,169,255) 100%);
}
/* end menu btn css*/
img.slide-folder {
    width: 35px;
}
span.jqtree-title.jqtree_common.jqtree-title-folder.droptarget img {
    display: none;
}
ul.jqtree-tree .jqtree-element {

    align-items: center;
}
img.sub-folder-small {
    width: 23px;
    margin-right: 7px;
}
.controls .btn-primary i {
    font-size: 19px;
    margin-right: 5px;
}
.controls .btn-primary {
    background: #096bce;
    border: none;
    border-radius: 20px;
    padding: 8px 22px;
    font-size: 15px;
}
.navbar img {
    width: 300px;
    position: relative;  
}
.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
    border: 1px solid #096bce;
}
.inner-page-dms .nav li {
    margin-top: 10px;
}
ul.action-list {
    margin: 0px;
}
ul.action-list li a span {
    text-shadow: none;
    font-size: 12px;
    padding: 3px 0px;
    display: inline-block;
}
ul#docinfotab li a {
    padding: 8px 10px;
    cursor: pointer;
    display: inline-block;
}
ul#docinfotab li a:hover {
    background: #096bce;
}
/* form css*/
.dms-form {
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 21%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.21);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 21%);
    border: none;
    border-radius: 10px;
}
.well.dms-form.add-folder-form {
    width: 500px;
    margin: auto;
    padding: 25px 38px;
}
.well.dms-form .control-group .control-label {
    width: 100%;
    display: block;
    text-align: left;
}
.well.dms-form .control-group .controls {
    margin-left: 0px;
}
.well.dms-form .control-group .controls input {
    width: 96%;
    height: 30px;
    background: aliceblue;
    color: #000;
    border: 1px solid #096bce;
    border-left: 3px solid #096bce;
    outline: none;
}
.well.dms-form .controls textarea {
    width: 96%;
    background: aliceblue;
    color: #000;
    border: 1px solid #096bce;
    outline: none;
    
}
.well.dms-form .control-group .controls select {
    width: 98%;
    background: aliceblue;
    color: #000;
    height: 40px;
    border: 1px solid #096bce;
    border-left: 3px solid #096bce;
    padding: 4px 6px;
    outline: none;
    
}
.well.dms-form.add-folder-form .control-group .controls select{
margin-bottom:10px;
}
.add-folder-block .controls {
    text-align: center;
}
.well.dms-form.add-folder-form .control-group .controls {
    text-align: left;
}
.add-folder-block .controls {
    text-align: center;
    margin-left: 0px;
}
.add-folder-block .controls .btn-primary {
    background: #096bce;
    border: none;
    border-radius: 5px;
    padding: 8px 22px;
    font-size: 15px;
    margin-top: 15px;
}
.dms-form-block {
    margin: 30px 0px !important;
}
.add-folder-block .controls .btn-primary:hover {
    background: #014c99;
}
.well.well_rev input {
    background: transparent !important;
    border: none !important;
}
.well.well_doc .selection .select2-selection--multiple input {
    background: transparent !important;
    border: none !important;
}
.dms-form .select2-container--default .select2-selection--multiple {
    width: 98%;
    height: 40px;
    background: aliceblue;
    color: #000;
    border: 1px solid #096bce;
    border-left: 3px solid #096bce;
    padding: 0px 6px;
    outline: none;
}

.well.well_appr input {
    background: transparent !important;
    border: none !important;
}
.dms-form .controls .input-append .btn {
    margin-left: 5px;
    position: relative;
    top: 4px;
    text-shadow: none;
    padding: 5px 10px;
}
.well_doc .control-group .controls select {
  
    margin-bottom: 10px;
}
.well.dms-form .control-group .controls input[readonly]
{
    background: aliceblue !important;
}
.dms-form span.select2-selection.select2-selection--single {
    width: 98%;
    height: 40px;
    background: aliceblue;
    color: #000;
    border: 1px solid #096bce;
    border-left: 3px solid #096bce;
    padding: 5px 6px;
    outline: none;
}
.dms-form .select2-selection--single .select2-selection__arrow b {
    border-color: #000000 transparent transparent transparent;
   left: 0px;
   
}
.dms-form .select2-container--default .select2-selection--single .select2-selection__arrow {
   
    top: 7px;
    right: 4px;
   
}
.add-document-block .controls {
    text-align: center;
    margin-left: 0px;
}

.dms-form .controls {
    text-align: left;
}
.well.dms-form.edit--folder-form {
    width: 500px;
    margin: auto;
    padding: 25px 38px;
}
.well.dms-form.edit-folder-form .control-group .controls select {
    margin-bottom: 10px;
}
.edit-folder-block .controls {
    text-align: center;
    margin-left: 0px;
}
.dms-form-block .controls .btn-primary {
    background: #096bce;
    border: none;
    border-radius: 5px;
    padding: 8px 22px;
    font-size: 15px;
    margin-top: 15px;
}
.well.dms-form.edit-folder-form {
    width: 600px;
    margin: auto;
}
.edit-folder-block {
    margin: 80px 0px 80px !important;
}
.update-form .selection ul li input {
    background: transparent !important;
    border: none !important;
}
.well.dms-form.update-form {
    width: 600px;
    margin: auto;
}
.update-document-block .controls {
    text-align: center;
    margin-left: 0px;
}
.well.dms-form .controls {
    text-align: left;
}
.well.dms-form.edit-document-form {
    width: 600px;
    margin: auto;
}
.edit-document-form .controls select {
    margin-bottom: 10px;
}
.edit-document-block .controls {
    text-align: center;
    margin-left: 0px;
}
.input-append .btn {
    background: #096bce;
    color: #fff;
}
.dms-form .input-append .btn {
    background: #096bce;
    color: #fff;
}
.dms-form .controls .input-append .btn:hover {
    color: #000;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
}
.well.warning.dms-form.move-document-form {
    width: 600px;
    margin: auto;
}
.well.warning.dms-form.move-document-form .control-group .controls input {
    width: auto;
}
.well.warning.dms-form.move-document-form .controls {
    text-align: center;
}
.move-document-form .control-group .control-label {
    text-align: center !important;
}
.move-document-block .controls {
    text-align: center;
    margin-left: 0px;
}
.well.dms-form.set-expires-form {
    width: 600px;
    margin: auto;
}
.set-expires-block .controls {
    text-align: center;
    margin-left: 0px;
}
.dms-form-block.set-expires-block {
    margin: 100px 0px 100px !important;
}
main.container-fluid.inner-page-dms .alert-warning {
    text-align: center;
}

form.remove-document-form {
    text-align: center;
    margin-bottom: 330px;
}
.transfer-document-form {
    width: 600px;
    margin: auto;
}
.transfer-document-block .controls {
    text-align: center;
    margin-left: 0px;
}
.transfer-document-block {
    margin: 90px 0px 190px !important;
}
.document-acess-form {
    width: 600px;
    margin: auto;
}
.document-acess-block .controls {
    text-align: center;
    margin-left: 0px;
}
.doc-acess-det .alert-info {
    background: #096bce;
    color: #fff0f0;
}
.doc-acess-det {
    text-align: center;
}
.usr-mgr-form .selection input {
    background: transparent !important;
    border: none !important;
}
.usr-mgr-form .controls input[type="checkbox"] {
    /* display: inline-block; */
    width: 34px !important;
}
.usr-mgr-block .controls {
    text-align: center;
    margin-left: 0px;
}
form.form-horizontal.dms-form.user-mgr-bb {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 30px;
}
a.btn.dropdown-toggle {
    background: #096bce;
    color: #fff;
    text-shadow: none;
}
.dropdown-toggle .caret {
    border-top: 4px solid #ffffff;
}
.btn-group.open .btn.dropdown-toggle {
    background-color: #dfdfdf;
    color: #096bce;
    border: none;
}
.btn-group.open .dropdown-toggle .caret {
    border-top: 4px solid #096bce;
}
.inner-page-dms .dropdown-menu li a {
    background-image: none;
    color: #000;
}
.inner-page-dms .dropdown-menu li a:hover {
    display: block;
    border-radius: 0;
    margin-right: 0px;
    color: #fff;
}
li.dropdown.open .dropdown-toggle {
    color: #000 !important;
    background-color: #e5e5e5 !important;
}
.grp-mgr-block .controls {
    text-align: center;
    margin-left: 0px;
}
.grp-mgr-bb.dms-form {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 30px;
}
.dms-form input[type="checkbox"] {
    width: 34px !important;
}
.grp-mgr-block2 .controls {
    text-align: center;
    margin-left: 0px;
}
table.table.dms-table tr td {
    padding: 8px 0px !important;
    vertical-align: baseline;
}
.dms-table .btn.btn-danger {
    padding: 5px 9px;
    font-size: 14px;
    text-shadow: none;
}
.dms-table .btn.btn-secondary {
    padding: 5px 9px;
    font-size: 14px;
    text-shadow: none;
}
.dms-table tr td:last-child {
    text-align: right;
}
table.table.dms-table tr td:first-child i {
    color: #096bce;
    font-size: 17px;
}
.folder-acess-block1 .controls {
    text-align: center;
    margin-left: 0px;
}
.folder-acess-block2 .controls {
    text-align: center;
    margin-left: 0px;
}
.folder-acess-block3 .controls {
    text-align: center;
    margin-left: 0px;
}
.span6.ml-0 {
    margin-left: 0;
}

.dms-table-block.table-condensed th, .dms-table-block.table-condensed td {
    padding: 8px 7px;
}
.dms-table-block.table-condensed th, .dms-table-block.table-condensed td {
    padding: 8px 7px;
    /* background: #ededed; */
    border-bottom: 1px solid #afaeae;
}
.dms-table-block button.btn.btn-primary.btn-mini.btn-sm {
    padding: 5px 19px;
    font-size: 14px;
    text-shadow: none;
}
.dms-table-block button.btn.btn-danger.btn-mini.btn-sm {
    padding: 5px 19px;
    font-size: 14px;
    text-shadow: none;

}
table.dms-table-block {
    margin: 30px auto !important;
    text-align: center;
}
table.dms-table-block td select {
    height: 40px;
    background: aliceblue;
    color: #000;
    border: 1px solid #096bce;
    border-left: 3px solid #096bce;
    padding: 5px 6px;
    margin-bottom: 0px;
    outline: none;
}
.span4.pdf-frame iframe {
    display: none;
}
ul#settingstab li.active a {
    background: #52a8ff;
}
ul#settingstab li a {
    border-radius: 0px;
    padding: 10px 17px;
    background: #096bce;
    color: #fff;
    cursor: pointer;
    border: none;
}
.dms-form-det .well{
    webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 21%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.21);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 21%);
    border: none;
    border-radius: 10px;
    text-align: left;
}
.dms-form-det .well input {
    width: 96%;
    height: 30px;
    background: aliceblue;
    color: #000;
    border: 1px solid #096bce;
    border-left: 3px solid #096bce;
    outline: none;
}
.dms-form-det  textarea {
    width: 96%;
    background: aliceblue;
    color: #000;
    border: 1px solid #096bce;
    outline: none;
}
.dms-form-det input[type="checkbox"] {
    /* display: inline-block; */
    width: 34px !important;
}
.dms-form-det select {
    width: 98%;
    background: aliceblue;
    color: #000;
    height: 40px;
    border: 1px solid #096bce;
    border-left: 3px solid #096bce;
    padding: 4px 6px;
    outline: none;
}
.settings-form-block  .btn-primary
{
    background: #096bce;
    border: none;
    border-radius: 5px;
    padding: 8px 22px;
    font-size: 15px;
    margin-top: 15px;
}
.settings-form-block  .btn-primary i {
    font-size: 19px;
    margin-right: 5px;
}
.settings-form-block {
    text-align: center;
    margin-left: 0px;
}

/* end form css*/
/* admintools css*/
div#admin-tools a {
    color: #1575d6;
    text-shadow: none;
    border: 1px solid #1575d6;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.11);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.11);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.11);
    background: #deeeff;
    margin-bottom: 23px;
    
}
div#admin-tools a:hover {
    background-image: -moz-linear-gradient( 90deg, rgb(9,107,206) 0%, rgb(84,169,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(9,107,206) 0%, rgb(84,169,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(9,107,206) 0%, rgb(84,169,255) 100%);
    color: #fff;
    border: none;
    transition: 0.3s;
}

/* end admintools css*/
/* my documents css*/
legend {
    background: #096bce;
    color: #fff;
    font-size: 18px;
    padding-left: 9px;
    border-bottom: none;
    margin-top: 35px;
}
table.table.table-condensed tr th {
    background: #e3e3e3;
}
.inner-page-dms {
    min-height: 556px;
}
/* end my documents css*/
/* admin css*/
.well.dms-form.admin-dms-form input {
    width: 96%;
    height: 30px;
    background: aliceblue;
    color: #000;
    border: 1px solid #096bce;
    border-left: 3px solid #096bce;
    outline: none;
}
.dms-form.admin-dms-form  .input-append .btn {
    background: #096bce;
    color: #fff;
    line-height: 30px;
}
.dms-form.admin-dms-form input.btn.btn-primary {
    height: auto !important;
    padding: 7px 15px;
    width: auto !important;
    display: block;
    margin-top: 22px;
}
.well.dms-form.admin-dms-form 
 input[type="checkbox"] {
    width: 34px !important;
    position: relative;
    margin-right: 5px;
}
.well.dms-form.admin-dms-form.chck-align .checkbox {
    display: flex;
    align-items: center;
}
table.table.table-condensed.admin-table-design tr th {
    background: #e3e3e3;
    padding: 8px 0px;
}
.table-condensed.admin-table-design th, .table-condensed.admin-table-design td {
    padding: 5px 5px;
    vertical-align: middle;
}
.admin-table-design.table-condensed td:last-child {
    text-align: right;
}
.admin-table-design .btn-mini {
    padding: 5px 8px;
    font-size: 15px;
    margin-right: 5px;
}


.default-key-block .controls {
    text-align: center;
    margin-left: 0px;
}
.user-default-key-bb
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 30px;
}
.categories-bb
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 30px;
}
.categories-block .controls {
    text-align: center;
    margin-left: 0px;
}
.attr-form-bb
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 30px;
}
.attr-mgr-block .controls {
    text-align: center;
    margin-left: 0px;
}
.well.dms-form.timeline-form .controls {
    margin: auto;
}
.static-files-box ul li {
    padding: 4px 0px 4px 30px;
    margin-top: 8px;
}

.well.dms-form.static-box-permission ul li:nth-child(2n) {
    background: #d9d9d9;
}
.well.dms-form.static-box-permission ul li {
    padding: 4px 4px;
    background: #ededed;
    margin: 3px 0px;
}
.well.dms-form.static-box-permission ul {
    margin-bottom: 25px;
}

.well.dms-form.chart-list a {
    padding: 5px 4px;
    display: block;
    margin: 4px 0px;
    text-decoration: none;
}
.well.dms-form.chart-list a:hover {
    background: #096bce;
    color: #fff;
}
.chart-details-block table tr td {
    padding: 8px 3px;
    font-size: 15px;
}
.search-form .select2-container--default .select2-search--inline .select2-search__field {
    background: transparent !IMPORTANT;
    border: none !important;
    outline: 0 !IMPORTANT;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.dms-form-block.search-block .accordion .control-group .controls input {
    width: 96%;
    height: 30px;
    background: aliceblue;
    color: #000;
    border: 1px solid #096bce;
    border-left: 3px solid #096bce;
    outline: none;
}
.dms-form-block.search-block .control-group .controls select {
    width: 98%;
    background: aliceblue;
    color: #000;
    height: 40px;
    border: 1px solid #096bce;
    border-left: 3px solid #096bce;
    padding: 4px 6px;
    outline: none;
}
.dms-form-block.search-block .select2-container--default .select2-selection--multiple {
    width: 98%;
    height: 40px;
    background: aliceblue;
    color: #000;
    border: 1px solid #096bce;
    border-left: 3px solid #096bce;
    padding: 0px 6px;
    outline: none;
}
.dms-form-block.search-block .controls .input-append .btn {
    margin-left: 5px;
    position: relative;
    top: 4px;
    text-shadow: none;
    padding: 5px 10px;
}
.dms-form-block.search-block .selection input {
    background: transparent !important;
    border: none !important;
}
.dms-form-block.search-block .accordion-toggle
{
    min-height: 20px;
    padding: 19px;
    margin-bottom: 0px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.dms-form-block.search-block .accordion-group {
    border: none;
}
.dms-form-block.search-block .accordion-toggle {
   
    padding: 10px 10px;
  
}
.dms-form-block.search-block .accordion-inner
{
    min-height: 20px;
    padding: 19px;
   
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
a.brand.home-icon {
    padding: 5px 14px 5px 4px;
    }
    a.brand.home-icon img {
     width: auto !important;
     height: auto !important;
     padding-right: 0px;
    }
    img.home-img {
        width: auto !important;
        height: auto !important;
        padding-right: 0px !important;
        position: relative;
        top: -5px;
    }
    .folder_level_2 {
        margin-left: 0px !important;
    }
    .folder_level_2 .sub-folder-small {
        width: 35px;
    }

.mh-align {
        min-height: 311px !important;
    }
    table.dms-table-block button i {
        margin-right: 4px !important;
    }
    table.dms-table-block button {
    display: flex;
    align-items: center;
}
    
@media only screen and (max-width: 1199px) { 
    .navbar img {
        width: 215px;
    }
}
@media only screen and (max-width: 991px) { 
    .navbar img {
        width: 300px;
    }
    .header-search-block {
        border: none !important;
    }
    .navbar-inverse .navbar-search .search-query {
     
        margin-left: 0px;
    }
}
@media only screen and (max-width:767px) { 
    .navbar img {
        width: 300px;
    }
}
@media only screen and (max-width: 575px) { 
    .navbar img {
        width: 216px;
    }
}
