html, body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 100vh;
    font-weight: 400 !important;
    position: relative;
    color: #333;
    font-size: 13px;
    line-height: 1.42857;
}

*::-webkit-input-placeholder {
    color: #bbb;
    text-overflow: ellipsis;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #bbb;
    text-overflow: ellipsis;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #bbb;
    text-overflow: ellipsis;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #bbb;
    text-overflow: ellipsis;
}

[contenteditable=true]:empty:before {
    content: attr(placeholder);
    display: block; /* For Firefox */
}

[contenteditable] {
    -webkit-user-select: text;
    user-select : text;
}

input[placeholder] {
    text-overflow: ellipsis;
    color: #bbb;
}

input[type=text]::-ms-clear {
    display: none;
}
a {outline:0 none !important; text-decoration: none;}
a:hover, a:focus {text-decoration: none;}
:focus {outline: 0;}
.clearfix {clear: both;}
.inline {display: inline;}

.inline-block-m {
    display: inline-block;
    vertical-align: middle
}

.inline-block-m-cont:after {
    display: inline-block;
    height: 100%;
    content: '';
    width: 0;
    vertical-align: middle;
}

.inline-block-m-cont > .inline-block-m {
    max-width: 100%;
}

.break-all-word {
    word-break: break-all;
}
.no-padding {padding: 0 !important;}

.no-margin {margin: 0 !important;}
.no-left-padding {padding-left: 0!important;}
.no-right-padding {padding-right: 0!important;}
.no-top-padding {padding-top: 0!important;}
.no-right-margin {margin-right: 0 !important;}
.no-bottom-margin {margin-bottom: 0 !important;}
.text-center {text-align: center;}
.no-wrap {white-space: nowrap;}

@media screen and (max-width: 767px) {
    .text-left-xs {
        text-align: left;
    }
}

.not-selectable,
.not-selectable * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.col-offset-240 {padding-left: 240px;}

.has-caret:after {
    padding-left: .25em;
    display: inline-block;
    font-family: FontAwesome;
    content: '\f0d7';
    font-size: .9em;
}
.no-text-overflow {white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}

input[readonly],
input[disabled],
textarea[disabled],
select[disabled] {
    opacity: .7;
    cursor: pointer;
}

.disabled {
    opacity: .7;
}

.bold {
    font-weight: bold;
}

#notice-tooltip {display: none; background: #fff; position: absolute; top:0px; left: 0px; z-index: 999; border: 1px solid #b5b5b5; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); border-radius: 5px; padding: 5px 10px; width: 180px; text-align: center;}
#notice-tooltip b {font-weight: 400;}
#notice-tooltip:after, #notice-tooltip:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#notice-tooltip:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
#notice-tooltip:before {
    border-color: rgba(181, 181, 181, 0);
    border-top-color: #b5b5b5;
    border-width: 9px;
    margin-left: -9px;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 5px;
    color: #555;
    display: inline-block;
    font-size: 13px;
    margin: 0 0 20px;
    outline: medium none;
    padding: 10px;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
}

#container {height: 100vh}
.fill {padding-top: 50px; height: 100vh}
.dropdown-menu {border-radius: 0px; font-size: 13px; border: 1px solid #B5B5B5; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
.folders-in-root .dropdown-menu {width: 120px; min-width: auto; right: 6px}
.dropdown-menu.dropdown-menu-right::before {
    border-bottom: 7px solid #b5b5b5;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    right: 4px;
    position: absolute;
    top: -7px;
}
.dropdown-menu.dropdown-menu-right::after {
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    right: 5px;
    position: absolute;
    top: -6px;
}

.dropdown-menu.dropdown-menu-float-right:after, .dropdown-menu.dropdown-menu-float-right:before {
    right: 100%;
    top: 14px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.dropdown-menu.dropdown-menu-float-right:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px;
}
.dropdown-menu.dropdown-menu-float-right:before {
    border-color: rgba(181, 181, 181, 0);
    border-right-color: #b5b5b5;
    border-width: 7px;
    margin-top: -7px;
}


.dropdown-menu.left-aligned-menu:after, .dropdown-menu.left-aligned-menu:before {
    left: 100%;
    top: 14px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.dropdown-menu.left-aligned-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 6px;
    margin-top: -6px;
}
.dropdown-menu.left-aligned-menu:before {
    border-color: rgba(181, 181, 181, 0);
    border-left-color: #b5b5b5;
    border-width: 7px;
    margin-top: -7px;
}

.dropdown-menu.bottom-aligned-menu:after, .dropdown-menu.bottom-aligned-menu:before {
    left: 100%;
    top: auto;
    bottom: 14px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.dropdown-menu.bottom-aligned-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 6px;
    margin-top: -6px;
}
.dropdown-menu.bottom-aligned-menu:before {
    border-color: rgba(181, 181, 181, 0);
    border-left-color: #b5b5b5;
    border-width: 7px;
    margin-top: -7px;
}

.user-controls .dropdown-menu.dropdown-menu-right {
    margin-top: 8px;
    right: -.7em;
}

.breadcrumb-and-buttons .buttons a.br-btn {
    float: right;
    padding-right: 18px;
    color: #777777;
}

.breadcrumb-and-buttons .buttons a.br-btn:not(.disabled):hover,
.breadcrumb-and-buttons .buttons a.br-btn:not(.disabled):hover i {
    color: #fff;
    background-color: #6EA1E7;
}

.breadcrumb-and-buttons .dropdown-menu.dropdown-menu-right{margin-top: -6px; margin-right: 4px;}
.breadcrumb-and-buttons .buttons {line-height: 35px; font-size: 13px; }
.breadcrumb-and-buttons .buttons b{font-weight: 500;}
.breadcrumb-and-buttons .buttons b.due-date-text{margin-right: 20px;}

.breadcrumb-and-buttons h2 .dropdown {
    margin: 0 5px;
    padding: 0;
    color: #000;
    font-weight: 500;
    display: inline-block;
}

.breadcrumb-and-buttons .buttons .dropdown {
    margin: 0;
    padding: 0;
    float: left;
    color: #000;
    font-weight: 500;
}

.breadcrumb-and-buttons h2 .dropdown li a, .breadcrumb-and-buttons .buttons .dropdown li a {
    color: #000;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breadcrumb-and-buttons h2 .dropdown li.active .fa, .breadcrumb-and-buttons .buttons .dropdown li.active .fa {
    color: #6ea1e7;
}

.breadcrumb-and-buttons h2 .dropdown li,
.breadcrumb-and-buttons .buttons .dropdown li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    white-space: nowrap;
}

.breadcrumb-and-buttons .buttons .dropdown li {
    display: block;
    height: 35px;
}



/* dropwdown 2 */

.breadcrumb-and-buttons .dropdown-menu2 {
    display: none;
    position: absolute;
    transform: translateX(50%);
    right: 50%;
    top: 100%;
    margin: 0;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #b5b5b5;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    max-width: 250px;
    z-index: 999;
    line-height: 24px;
    font-size: 13px;
    padding: 1px 0;
}

.breadcrumb-and-buttons .dropdown-menu2.scrollable > ol {
    max-height: 320px;
    overflow-y: auto;
}

.breadcrumb-and-buttons .dropdown:hover > li > .dropdown-menu2 {
    display: block;
}

.breadcrumb-and-buttons .dropdown-menu2 > ol > li {
    padding: 3px 20px;
}

.breadcrumb-and-buttons .dropdown-menu2 > ol > li:hover {
    background: #F5F5F5;
}

.breadcrumb-and-buttons .dropdown-menu2 > ol {
    padding: 5px 0;
}
/* end dropdown 2*/


.breadcrumb-and-buttons h2 .dropdown:hover ul,
.breadcrumb-and-buttons .buttons .dropdown:hover ul {
    display: block;
}
.breadcrumb-and-buttons h2 .dropdown ul,
.breadcrumb-and-buttons .buttons .dropdown ul
{
    display: none;
    margin: 0;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #b5b5b5;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    width: 190px;
    z-index: 999;
    font-weight: 400;
    line-height: 24px;
    font-size: 13px;
    padding: 5px 0;
    position: absolute;
    max-height: 320px;
    transform: translateX(50%);
    right: 50%;
    top: 100%;
}

.breadcrumb-and-buttons .buttons .dropdown ul {
    top: 35px;
}

.breadcrumb-and-buttons h2 .dropdown ul.scrollable {
    max-height: 320px;
    overflow-y: auto;
}

.breadcrumb-and-buttons h2 .dropdown ul .fa,
.breadcrumb-and-buttons .buttons .dropdown ul .fa {
    float: left;
    margin-right: 10px;
    line-height: 24px;
    padding: 0px;
    border: none;
}

.breadcrumb-and-buttons h2 .dropdown ul::after,
.breadcrumb-and-buttons h2 .dropdown ul::before,
.breadcrumb-and-buttons .buttons .dropdown ul::after,
.breadcrumb-and-buttons .buttons .dropdown ul::before,
.breadcrumb-and-buttons .dropdown-menu2:after,
.breadcrumb-and-buttons .dropdown-menu2:before
{
    bottom: 100%;
    right: 50%;
    transform: translateX(50%);
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.breadcrumb-and-buttons h2 .dropdown ul::after,
.breadcrumb-and-buttons .buttons .dropdown ul::after,
.breadcrumb-and-buttons .dropdown-menu2:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
}

.breadcrumb-and-buttons h2 .dropdown ul::before,
.breadcrumb-and-buttons .buttons .dropdown ul::before,
.breadcrumb-and-buttons .dropdown-menu2:before
{
    border-color: rgba(181, 181, 181, 0);
    border-bottom-color: #b5b5b5;
    border-width: 9px;
}

.breadcrumb-and-buttons h2 .dropdown ul li,
.breadcrumb-and-buttons .buttons .dropdown ul li {
    padding: 3px 20px;
}

.breadcrumb-and-buttons h2 .dropdown ul li:hover,
.breadcrumb-and-buttons .buttons .dropdown ul li:hover {
    background: #F5F5F5;
}

.breadcrumb-and-buttons h2 .caret {
    padding: 0;
    float: none;
}

.breadcrumb-and-buttons h2 .delimiter {
    padding-left: 5px;
}

.folders-in-root .dropdown-menu.dropdown-menu-right{top: 24px}

.folders-in-root .dropdown-menu.dropdown-menu-right.bottom-aligned-menu,
.notepads .folders-in-root .dropdown-menu.dropdown-menu-right.bottom-aligned-menu {
    top: 0;
    margin-top: -2px;
    transform: translateY(-100%);
}
.folders-in-root .dropdown-menu.dropdown-menu-right.bottom-aligned-menu:before {position: absolute; bottom: -15px; top: auto; left: auto; margin-left: -8px; width: 0; height: 0; border-top: 7px solid #b5b5b5; border-right: 7px solid transparent; border-left: 7px solid transparent;}
.folders-in-root .dropdown-menu.dropdown-menu-right.bottom-aligned-menu:after {position: absolute; bottom: -12px; top: auto; left: auto; margin-left: -8px; width: 0; height: 0; border-top: 6px solid #fff; border-right: 6px solid transparent; border-left: 6px solid transparent;}

header {height: 50px; width: 100%; position: fixed; top: 0px; left: 0px; z-index: 999;}
header .navbar-brand {height: 50px; line-height: 45px; padding: 0px 15px; position: fixed; z-index: 3; left: 50px;}
header .navbar-brand .logo {
    width: 160px;
    height: 45px;
    background: none transparent center/contain no-repeat;
}
header .bar-wrapper {float: right; text-transform: uppercase; padding: 0px 20px; margin: 12px 0px 0 0; border-left: 1px solid #888C93;}
header .bar-wrapper b {color: #fff; font-weight: normal; margin-left: 10px;}
header .bar-wrapper .bar {border-radius: 2px; height: 5px; width: 100%; margin-top:5px;}
header .bar-wrapper .bar .bar-inner  {border-radius: 2px; height: 5px;}
header .user-controls {float: right; padding: 0px 20px; margin: 10px 0px 0px 0px; /*border-left: 1px solid #888C93;*/}
header .user-controls span.role {color:#888C93; opacity: 0.5;}
header .user-header-avatar {float: right;}
header .avatar-container {color: #fff; font-size: 13px;font-weight: 600; height: 30px; line-height: 30px; width: 30px;  text-align: center; border-radius: 50%; margin-top: 10px; overflow: hidden}
header .avatar-container img {width: 30px; height: 30px; display: block; border-radius: 50%;}

header .free-space-icon {
    margin-right: 20px;
    margin-top: 10px;
    font-size: 21px;
    line-height: 30px;
    float: right;
    color: white;
    opacity: .85;
}

header .free-space-icon:hover {
    opacity: 1;
}

.sidebar {height: 100%; float:left; z-index: 998; position: relative;}
.sidebar .pages-buttons {height: 100%; width: 50px; float: left;}
.sidebar .pages-buttons a{line-height: 70px; color: #fff; font-size: 21px; text-decoration: none; display: block; width: 50px; text-align: center;}
.sidebar .pages-buttons a.active {color: #6EA1E7;}

.sidebar .pages-buttons .bottom-aligned {position: absolute; bottom: 0px;}

header .sidebar-menu-hide {color: #fff; cursor: pointer; display: block; position: fixed; font-size: 21px; line-height: 50px; text-align: center; width: 50px; z-index: 4;}
header .sidebar-menu-hide i {opacity: 0.2;}
header .sidebar-menu-hide:hover i { opacity: 0.5;}

.anonymous header .navbar-brand {
    left: 0;
}

.dirs {float:left; width: 190px; height: 100%; overflow: hidden; z-index: 998; position: relative;}

.root-menu {
    padding-left: 20px;
    margin: 0;
    height: 100%;
    line-height: 1;
}
.root-menu li {list-style-type: none; position: relative;}
.root-menu .item>a {text-decoration: none; line-height: 25px; overflow: hidden; display: block;}
.root-menu .item>a .fa {font-size: 14px; float: left; margin-left: 1px; margin-right: -2px; line-height: 25px; min-width: 20px; }


.root-menu .item>.fa.fa-bars {display: none; color: #bbb; font-size: 14px; position: absolute; right: 11px; top: 5px; cursor: pointer;}
.root-menu .item:hover>.fa.fa-bars {display: block; }

.root-menu .item>.loading-icon {display: none; color: #bbb; font-size: 14px; position: absolute; right: 11px; top: 5px; }
.root-menu .item.loading>.loading-icon {display: block; }
.root-menu .item:hover>.loading-icon {display: none !important }

.root-menu .root > .fa.fa-bars {
    display: none;
    color: #4d555f;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 18px;
    cursor: pointer;
}
.root-menu .root:hover>.fa.fa-bars {display: block; }
.root-menu .root>.fa.fa-bars:hover {color: #777;}

.root-menu .root.first-menu-item {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    padding-right: 10px;
    margin: 21px 0;
}

.root-menu .root.first-menu-item .js-item-menu-btn {float: right;}

.root-menu .root.first-menu-item > .dropdown-menu {
    right: 0.25em;
}

.drop-active {font-weight: bold !important;}


.root-menu .item .folder-name input.group-rename {float: left; margin: 0; padding: 0 5px; width: 70%; height: 25px; line-height: 25px;}

.root-menu .item .folder-name .js-group-name {max-width: calc(100% - 50px);}
.root-menu .item.empty-group .js-users-count {display: none;}

.root-menu .root > a {
    font-size: 17px;
    text-decoration: none;
    font-weight: bold;
    display: block;
    float: left;
}
.root-menu .root > a.root-dir {width: calc(100% - 40px);}
.root-menu .folders-in-root {overflow-y: auto; overflow-x: hidden; position: relative; padding-left: 0}
.root-menu .folders-in-root li {line-height: 38px; font-size: 13px; width: 100%; display: block; }

.root-menu .root .root-plus-btn {
    background: #6ea1e7 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    float: left;
    font-size: 14px;
    line-height: 12px;
    margin-left: 5px;
    padding: 3px;
}


.dirs .root-menu .folders-in-root .item > .child-dir {
    padding-left: 30px;
}

.dirs .root-menu .folders-in-root .folder-item {
    position: relative;
    padding-left: 10px;
}

.dirs .root-menu .folders-in-root .folder-item > .expand-folder {
    line-height: normal;
    position: absolute;
    left: 0;
    top: 6px;
    cursor: pointer;
}

.dirs .root-menu .folders-in-root .folder-item.has-child > .expand-folder,
.dirs .root-menu .folders-in-root .folder-item.expanded-folder.has-child > .expand-folder.fa-caret-down {
    display: block;
}

.dirs .root-menu .folders-in-root .folder-item.expanded-folder.has-child > .expand-folder.fa-caret-right,
.dirs .root-menu .folders-in-root .folder-item.has-child > .expand-folder.fa-caret-down,
.dirs .root-menu .folders-in-root .folder-item > .expand-folder {
    display: none;
}

.dirs .root-menu .folders-in-root .folder-item > .child-dir{
    padding-left: 2px;
}

.dirs .root-menu .folders-in-root .child-dir > li {
    line-height: 25px;
    padding-left: 16px;
}

.dirs .root-menu .folders-in-root .child-dir > .folder-item > a > .fa-folder-open,
.dirs .root-menu .folders-in-root .child-dir > .folder-item > a > .fa-folder {
    line-height: 25px;
    font-size: 14px;
}

.dirs .root-menu .folders-in-root .child-dir > .folder-item > a {
    padding-right: 25px;
}

.dirs .root-menu .folders-in-root .child-dir > .folder-item > .fa-bars {
    position: absolute;
    right: 11px;
    color: #bbb;
    top: 0;
    line-height: 2;
    display: none;
    cursor: pointer;
}
.dirs .root-menu .folders-in-root .child-dir > .folder-item:hover > .fa-bars {
    display: block;
}

.dirs .root-menu .folders-in-root .child-dir > .folder-item > a > .fa-folder-open {
    color: #6ea1e7;
}

.dirs .root-menu .folders-in-root .child-dir > li > .expand-folder {
    cursor: pointer;
    line-height: inherit;
    position: absolute;
    left: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.root-menu .item.active>a .fa {color: #6ea1e7;}

.notepads .root-menu .item > a {max-width: 90%;}
.notepads .root-menu .item > a .fa-sticky-note {display: inline-block;}
.notepads .root-menu .item.active > a .fa-sticky-note {color: #6ea1e7;}


.dirs .bottom-aligned {bottom: 0px; position: absolute; width: 100%; padding: 15px 25px 15px 20px;}
.dirs .bottom-aligned:hover{color: #333;}
.dirs .bottom-aligned .fa {font-size: 14px; display: block; float: left; margin-right: 12px; line-height: 28px;}
.dirs .bottom-aligned #trash-clear-btn {float: right; margin-top: -16px;}

.fa.orange-btn {color: #FF6407 !important;}
.breadcrumb-and-buttons {position: relative; z-index: 996; height: 35px;}

.breadcrumb-and-buttons h2 {
    font-size: 13px;
    line-height: 35px;
    margin: 0;
    white-space: nowrap;
    font-weight: normal;
    text-overflow: ellipsis;
    position: relative;
    overflow-x: hidden;
}

.breadcrumb-and-buttons h2.has-menu {
    overflow-x: visible;
}

.breadcrumb-and-buttons h2 > span {
    padding-left: 30px;
    padding-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.breadcrumb-and-buttons h2 > a {
    color: #000;
    font-weight: 500;
    max-width: 30ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}

.breadcrumb-and-buttons h2:after {
    background: linear-gradient(to right, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 1) 100%);
    z-index: 1;
    width: 9ch;
    right: 0;
    height: 35px;
    position: absolute;
    top: 0;
    content: '';
}

.breadcrumb-and-buttons.no-fadeout h2:after {
    display: none;
}
.breadcrumb-and-buttons h2 > a.no-trunk {
    width: auto !important;
    max-width: none;
}

.breadcrumb-and-buttons .buttons > .item {
    margin-right: 18px;
}
.page-folder_preview .sidebar-menu-hide {display: none;}
.page-folder_preview header .navbar-brand {left: 0px;}

.breadcrumb-and-buttons .buttons {float: right; position: relative; z-index: 2}
.breadcrumb-and-buttons .buttons .dropdown{float: left;}
.breadcrumb-and-buttons .buttons .fa { font-size: 13px; line-height: 35px; padding: 0 1em; border-left: 1px solid #DDDDDD; color: #777777; cursor: pointer; float: left; margin: 0px;}
.breadcrumb-and-buttons .buttons .fa.fa-file-o {padding-right:28px; line-height: 35px; height: 35px; display: block; width: 100%;}
.breadcrumb-and-buttons .buttons .fa.disabled {opacity: 0.5;}
.breadcrumb-and-buttons .buttons .fa.permanent-disabled {opacity: 0.5;}
.breadcrumb-and-buttons .buttons .caret {position: absolute;right: 10px;top: 16px;}
.breadcrumb-and-buttons .buttons .view-mode {font-size: 14px; line-height: 35px; padding: 0 2em; vertical-align: top;}
.breadcrumb-and-buttons .buttons .view-mode.active {background: #DDDDDD;}
.breadcrumb-and-buttons .buttons .fa:hover {color: #fff; background: #6EA1E7;}
.breadcrumb-and-buttons .buttons .fa.disabled:hover {color: #777777; background: none; cursor: default;}
.breadcrumb-and-buttons i {font-style: normal; margin-left: 5px;}

.breadcrumb-and-buttons .buttons #download-logs-btn {border-left: none;}

.users-page .breadcrumb-and-buttons .buttons .fa {float: right;}
.users-page .breadcrumb-and-buttons .buttons .fa:hover {color: #fff;}

.users-page .breadcrumb-and-buttons .buttons .fa.disabled {color: #777; opacity: 0.5;}
.users-page .users-count {position: absolute; right: 20px; top: 5px; }

.page-buttons {padding: 20px 0px;}
.page-buttons .blue-button { border-radius: 5px; display: block;  float: left;  font-weight: 500;  line-height: 24px;  margin-right: 20px; padding: 3px 20px; text-align: center; min-width: 160px; font-size: 13px; }
.page-buttons .white-button {border-radius: 5px; display: block;  float: left;  font-weight: 500;  line-height: 24px;  margin-right: 20px; padding: 3px 20px; text-align: center; background: #fff none repeat scroll 0 0; border: 2px solid #ddd !important;  color: #bbb;   font-size: 13px;   font-weight: 500; min-width: 160px;}
.page-buttons .white-button:hover {color: #777; border: 2px solid #777 !important;}

.page-buttons .buy-users-button {border-radius: 5px; display: block;  float: right;  font-weight: 500;  line-height: 24px;  margin-right: 20px; padding: 3px 20px; text-align: center; background: #212A37 none repeat scroll 0 0; border: 2px solid #212A37;  color: #bbb;   font-size: 13px;   font-weight: 500; min-width: 160px;}

.page-buttons .buy-users-button:hover {color: #888C93;}


.items-count {text-align: right; color: #BBBBBB; font-weight: 400; padding-top: 6px; padding-right: 32px;}

.branding .items-count {position: absolute; right: 0px;}

.bounding-box {background-size: contain; position: absolute; background-position: center; background-repeat: no-repeat; height: 100%; width: 100%;}

.item .rename-item {
    line-height: 21px;
    color: #555;
    margin: 0px;
    padding: 0px 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 12px;
}

.nice-checkbox {
    display: none;
}

.nice-checkbox + label {
    font-weight: normal;
    margin: 0;
}

.nice-checkbox + label i.fa {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.nice-checkbox + label i.fa:before {
    font-family: FontAwesome;
    content: '\f096';
    margin-right: 0.5em;
}

.nice-checkbox:checked + label i.fa:before {
    content: '\f046';
    margin-right: 0.3571em;
}

/**** DESKTOP PAGE ***/

.desktop-container {
    height: calc(100% - 35px);
    overflow: hidden;
    padding: 20px 20px 20px 30px;
    position: relative;
    background: url("../images/desktop_background.jpg");
}
/**** DESKTOP PAGE END***/


/****  Search results box ***/
.search-results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10000;
    min-width: 160px;
    padding: 5px 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.search-results > ul {
    max-height: 400px;
    overflow-y: auto;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    list-style-type: none;
}

.search-results > ul > li {
    padding: 0 20px 0 10px;
}

.search-results > ul > li:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.search-results > ul > li > a {
    color: inherit;
    display: block;
}

.search-results > ul > li:hover {
    background-color: #f5f5f5;
}

.search-results > ul > li > a > .item-icon {
    float: left;
    font-size: 14px;
    line-height: 26px;
    margin-right: .5em;
    vertical-align: middle;
}

.search-results > ul > li > a > .search-result {
    line-height: 2;
}
/** end search results **/

.lightbox {
    display: none;
}


.lightbox .lightbox-overlay {
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999;
}

.lightbox .lightbox-container {
    width: 790px;
    position: fixed;
    top: 15%;
    left: 50%;
    /*margin: auto;*/
    margin-left: -375px;
    right: 0;
    z-index: 999;
    padding: 0px;
    overflow: hidden;
    max-height: 80%;
    border-radius: 5px;
    box-shadow: 0px 5px 20px 0px rgba(135,135,135,1);
}

.lightbox .lightbox-header {
    font-size: 24px;
    line-height: 50px;
    padding: 0px 25px;
    position: relative;
    border-bottom: 1px solid #dcdcdc;
}

.lightbox .lightbox-header h2 {
    font-size: 18px;
    line-height: 50px;
    margin: 0px;
    font-weight: 400;
    color: #fff;
    padding-right: 20px;
}


.lightbox-close-btn {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    color: #000;
    display: block;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 15px;
    width: 20px;
}

.lightbox .lightbox-body {
    padding: 15px 25px;
    font-size: 13px;
    color: #333;
    line-height: 38px;
}

.lightbox .lightbox-buttons
{
    padding: 15px 25px;
    border-top: 1px solid #ddd;
    position: relative;
}


.lightbox .lightbox-body.with-scrollable-content
{
    padding: 20px 10px 20px 25px;
}

.lightbox .lightbox-body label {
    font-weight: 400;
    float: left;
    min-width: 200px;
    margin: 0px;
}

.lightbox .lightbox-body .prop-value {
    color: #999;
}

.lightbox .lightbox-body .h-spacer {height: 5px; }

.lightbox .lightbox-body input[type="text"], .lightbox .lightbox-body input[type="password"] {
    border: 1px solid #cccccc;
    border-radius: 5px;
    color: #555;
    line-height: 35px;
    height: 35px;
    padding: 0 10px;
    width: 100%;
    max-width: 500px;
}
.lightbox .lightbox-body input[type="checkbox"] {
    display: block;
    float: left;
    line-height: 30px;
    margin-right: 10px;
    margin-top: 12px;
}

.lightbox .lightbox-body select {
    width: 100%;
    padding: 0 10px;
    line-height: 32px;
    height: 32px;
    color: #555;
    margin-bottom: 10px;
}
.lightbox .lightbox-body select.spinner-units {width: 80px;}
.lightbox .lightbox-body select.small {width: 20%;}
.lightbox .lightbox-scrollable-content {padding: 0;}
.lightbox .lightbox-field-cell:nth-child(n) {padding-left: 0px;}
.lightbox .lightbox-field-cell:nth-child(2n) {padding-right: 0px;}
.lightbox .lightbox-field-cell.slider-cell {height: 70px; }

.lightbox .checkboxes label {
    float: none;
    min-width: 45px;
}
.lightbox .table-padding > *:first-child{
    padding: 0 5px 0 0;
}
.lightbox .table-padding > *:not(:first-child):not(:last-child){
    padding: 0 5px;
}
.lightbox .table-padding > *:last-child{
    padding: 0 0 0 5px;
}

.lightbox h3.lightbox-subheader {
    border-bottom: 1px solid #dcdcdc;
    line-height: 38px;
}

#lightbox-buy-users.lightbox .lightbox-container{
    left: 0;
    right: 0;
    margin: auto;
    width: 750px;
}
#lightbox-buy-users.lightbox .lightbox-body label{
    min-width: initial;
}

.lightbox .non-shareable-item {
    margin: -20px -25px 10px -25px;
    position: relative;
    line-height: 30px;
    color: #bbb;
    background-color: #e2ecfa;
    padding-left: 25px;
    padding-right: 25px;
    font-size: small;
}

.lightbox .non-shareable-item > .fa-eye-slash {
    padding-right: 15px;
}

.lightbox .non-shareable-item > .fa-cog {
    position: absolute;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    color: #777;
    top: 0;
    right: 22px;
}

.lightbox .lightbox-header .header-prefix {
    margin-right: 0.5em;
}

.lightbox .lightbox-body input.shorten-btn {background: #46556C; color: #fff; width: 125px; text-align: center; height: 42px; line-height: 21px; border-radius: 2px; font-weight: normal; margin: 0px; float: right;}

.lightbox .question {
    /*background: url("../images/question-mark.png") no-repeat scroll center center rgba(0, 0, 0, 0);*/
    line-height: 15px;
    margin-left: 5px;
    margin-right: 20px;
    padding: 1px 0px;
    color: #999;
}
.lightbox .question:hover {text-decoration: underline !important;}

.lightbox .prop-value input {
    margin-right: 10px;
}

.lightbox .prop-value textarea {margin: 5px 0px 0px 0px}

.lightbox #prop-file-price {
    width: 80px;
}

.lightbox #prop-file-password {
    width: 180px;
    padding: 0px 10px;
}

.lightbox #prop-file-url {
    width: 414px;
    padding: 0px 20px;
}

.lightbox .float-left-first {
    padding-right: 35px;
}

/*.lightbox .pull-left .question {
    margin-right: 0px;
    float: right;
    display: block;
    height: 20px;
    margin-top: 12px;
}*/

.lightbox textarea {
    padding: 5px 10px;
    color: #999;
    height: 60px;
    font-size: 13px;
    line-height: 24px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    width: 500px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    margin-bottom: 0px; margin-top: 5px;
}

.lightbox input[type="button"],.lightbox input[type="submit"] {
    border-radius: 5px;
    display: block;
    float: left;
    font-weight: 500;
    line-height: 24px;
    margin-right: 20px;
    padding: 3px 20px;
    text-align: center;
    font-size: 13px;
}

.lightbox input[type=text], .lightbox input[type=password] {
    font-size: 13px;
    margin-bottom: 10px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
}


.lightbox textarea, .lightbox input[type="text"], .lightbox input[type="password"] {
    background-color: #fff;
    border: 1px solid #ccc;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.lightbox textarea:hover,
.lightbox input[type="text"]:hover,
.lightbox input[type="password"]:hover,
.lightbox textarea:focus,
.lightbox input[type="text"]:focus,
.lightbox input[type="password"]:focus,
.lightbox select:hover,
.lightbox select:focus,
.my-profile input[type="text"]:focus,
.my-profile select:focus,
.my-profile input[type="text"]:hover,
.my-profile select:hover,
.branding input[type="text"]:focus,
.branding input[type="text"]:hover,
input[type="number"]:focus,
input[type="number"]:hover
{
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

input[type="number"] {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 0 0 10px;
    line-height: 2;
    max-width: 100%;
}

.cancel-btn {background: #fff; border: 2px solid #ddd !important;  font-weight: 500; color: #ddd; }
.cancel-btn:hover {border: 2px solid #777 !important; color: #777; cursor: pointer }

.lightbox .tip {
    display: none;
    left: 100px;
    opacity: 0.9;
    position: absolute;
    top: 300px;
    z-index: 999;
}

.lightbox .tip .text {
    background-color: #000;
    color: #b4b4b4;
    padding: 10px;
    font-size: 12px;
    line-height: 16px;
}

.lightbox .tip .text h3 {
    font-size: 12px;
    margin: 0px;
    padding: 0;
    line-height: 18px;
    font-weight: bold;
}

.lightbox .tip .corner {
    display: block;
    height: 6px;
}

.lightbox hr {display: block; height: 1px; margin: 20px 0px; width: 100%; background: #dcdcdc; border: none; clear:both;}

#file-folder-move .lightbox-body, #file-folder-copy .lightbox-body {
    padding: 0px;
}

.lightbox .move-copy-folders-list {
    max-height: 400px;
    overflow: hidden;
}

.lightbox .move-copy-folders-list ul, .lightbox .user-access-folders-list ul {
    margin: 0px;
    padding: 0px;
}

.lightbox .move-copy-folders-list li, .lightbox .user-access-folders-list li {
    list-style-type: none;
    padding: 0px 0px 0px 25px;
    line-height: 30px;
}
.lightbox .move-copy-folders-list li:hover, .lightbox .user-access-folders-list li:hover {background: #F7F7F7;}

.lightbox .user-access-folders-list>ul>li {padding: 0px;}

.lightbox .move-copy-folders-list li:last-child, .lightbox .user-access-folders-list li:last-child {
    border: none;
}

.lightbox .move-copy-folders-list li .checkbox, .lightbox .user-access-folders-list li .checkbox {
    cursor: pointer;
    font-size: 13px;
    line-height: 30px;
    margin-right: 10px;
    display: block;
    margin-top: 0px; margin-bottom: 0px;
}

.lightbox .move-copy-folders-list li>.fa-dot-circle-o, .lightbox .user-access-folders-list li>.fa-dot-circle-o{display: none;}
.lightbox .move-copy-folders-list li.selected>.fa-dot-circle-o, .lightbox .user-access-folders-list li.selected>.fa-dot-circle-o{display: block;}
.lightbox .move-copy-folders-list li.selected>.fa-circle-o, .lightbox .user-access-folders-list li.selected>.fa-circle-o{display: none;}

.lightbox .move-copy-folders-list .one-folder .fa {color: #777; float:left;}

.lightbox .move-copy-folders-list i.expand, .lightbox .user-access-folders-list i.expand {
    cursor: pointer;
    font-size: 13px;
    line-height: 30px;
    margin-right: 10px;
    display: block;
}
.lightbox .user-access-folders-list i.expand {float: left;}
.lightbox .move-copy-folders-list i.expanded-i, .lightbox .user-access-folders-list i.expanded-i {display: none; font-size: 13px;line-height: 30px; margin-right: 10px; vertical-align: middle;}

.lightbox .move-copy-folders-list .expanded > i.expand, .lightbox .user-access-folders-list .expanded > i.expand {display: none;}

.lightbox .move-copy-folders-list .expanded > i.expanded-i, .lightbox .user-access-folders-list .expanded > i.expanded-i {display: block;}

.lightbox .move-copy-folders-list .no-subfolders > i.expand, .lightbox .user-access-folders-list .no-subfolders > i.expand {
    font-size: 0px;
}
.lightbox .move-copy-folders-list .folder-title, .lightbox .user-access-folders-list .folder-title {
    color: #777;
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    max-width: 300px;
    overflow: hidden;
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lightbox .move-copy-folders-list .fa-folder-o, .lightbox .user-access-folders-list .fa-folder-o,
.lightbox .move-copy-folders-list .fa-hdd-o, .lightbox .user-access-folders-list .fa-hdd-o {
    font-size: 24px;
    line-height: 30px;
    margin-right: 10px;
    vertical-align: middle;
}

.lightbox .user-access-folders-list .checkboxes {float: right;}
.lightbox .user-access-folders-list .checkboxes a.checkbox {color: #333; font-size: 13px;  line-height: 22px;  padding: 0 0px 0 20px;  width: auto;}
.lightbox .user-access-folders-list .checkboxes a.checkbox span {background: #fff; padding: 5px; line-height: 22px;}


/*HORIZONTAL SLIDER STYLES*/
#space_slider, #bandwidth_slider,#edit_space_slider, #edit_bandwidth_slider, #user_space_slider, #user_bandwidth_slider {
    float: left;
    margin-bottom: 20px;
    margin-top: 10px;
    margin-left: 10px;
    width: 250px;
    font-size: 1em;
}
#user_bandwidth-slider-label {width: auto !important;}
.ui-slider-horizontal {
    border: medium none;
    border-radius: 5px;
    height: 5px;
    position: relative;
}

.slider-label {
    color: #555;
    line-height: 31px;
    margin-left: 20px !important;
    margin-bottom: 30px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #e6e6e6;
    border: 1px solid #d3d3d3;
    color: #555;
    font-weight: 400;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.6em;
    margin-top: -0.1em;
}
.ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.2em;
    position: absolute;
    width: 1.2em;
    z-index: 2;
}
.ui-state-default {
    border: medium none !important;
    height: 16px !important;
    top: -3px !important;
    width: 17px !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 2px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 2px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 2px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 2px;
}
.jslider-scale {
    border-bottom: 1px solid #dfdfdf;
    position: relative;
    top: 15px;
}
.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}
.ui-slider .ui-slider-range {
    background-position: 0 0;
    border: 0 none;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
    border-radius: 2px 0px 0px 2px;
}
.jslider-scale {
    border-bottom: 1px solid #dfdfdf;
    position: relative;
    top: 15px;
    color: #222;
}

.ui-slider .jslider-scale span {
    border-left: 1px solid #cfcfcf;
    font-size: 0;
    height: 5px;
    position: absolute;
    top: 0;
    color: #222;
}
.ui-slider .jslider-scale ins {
    color: #8f8f8f;
    font-size: 9px;
    left: 0;
    position: absolute;
    text-decoration: none;
    top: 4px;
    white-space: nowrap;
}
#bandwidth_slider_value label, #user_bandwidth_slider_value label {min-width: 10px;}
#bandwidth_slider_value span, #user_bandwidth_slider_value span {line-height: 31px; float: left;}
/*END HORIZONTAL SLIDER STYLES*/


/* SETTINGS START */

span.trial {color: orange !important;}
.suspended {color: red !important;}

.error-color {
    color: red;
}

.gray-color {
    color: #999;
}

.settings .plan-badge {padding-left: 0px;}

.settings .plan-badge .box {
    background: #F7F7F7;
    padding: 20px 10px;
    border-radius: 5px;
    color: #bbb;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    min-height: 150px;
}
.settings .plan-badge .box .fa {color: #6EA1E7; font-size: 42px; line-height: 100px; display: block; width: 65px; text-align: center; border-right: 1px solid #ddd; float: left; margin-right: 15px; }
.settings .plan-badge .box h3 {font-size: 20px; font-weight: 500; margin: 8px 0px; color: #333;}
.settings .plan-badge .box b {font-weight: 500; color: #333;}

.settings .chart-head {padding-left: 0px; margin-top: 30px;}
.settings .chart-head .box {background: #F7F7F7; padding: 10px 15px; border-radius: 5px; color: #bbb; font-size: 13px; font-weight: 400; line-height: 18px; position: relative;}
.settings .chart-head .box h3{font-size: 20px; font-weight: 500; margin: 0px 0px 8px 0px; color: #333;}

.settings .chart-head .chart {
    height: 300px;
    padding-top: 30px;
    position: relative;
}

#chartjs-tooltip {
    opacity: 0;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    color: white;
    padding: 3px;
    border-radius: 3px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.chartjs-tooltip-key{
    display:inline-block;
    width:10px;
    height:10px;
}

@media screen and (max-width: 320px) {
    .popup-message {
        max-width: 320px;
    }
    header .navbar-brand {
        padding-left: 0 !important;
    }

}



@media screen and (max-height: 310px) {

    .sidebar .pages-buttons a {
        line-height: 30px;
    }
}

@media screen and (min-height: 311px) and (max-height: 320px) {

    .sidebar .pages-buttons a {
        line-height: 35px;
    }
}

@media screen and (min-height: 321px) and (max-height: 380px) {

    .sidebar .pages-buttons a {
        line-height: 40px;
    }
}


@media screen  and (min-height: 381px) and (max-height: 440px) {

    .sidebar .pages-buttons a {
        line-height: 45px;
    }
}


@media screen  and (min-height: 441px) and (max-height: 600px) {

    .sidebar .pages-buttons a {
        line-height: 60px;
    }
}

@media screen  and (max-width: 959px) {
    .lightbox .lightbox-container {
        width: 100%;
        left: unset;
    }
}



.popup-message {
    left: 0;
    right: 0;
    padding: 10px 15px;
    border-radius: 5px;
    position: fixed;
    top: 10px;
    max-width: 500px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 999;
    background: #F7F7F7;
    margin: auto;
}

.popup-message .popup-content {
    margin-left: 30px;
}

.popup-message .message {
    font-size: 14px;
}

.popup-message .title {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: normal;
}

.popup-message > .fa {
    font-size: 24px;
}

.branding .ava-container {background: #F2F2F2; border-radius: 5px; padding:15px; position: relative; margin-bottom: 20px;}
.branding .ava-container .fa-user {font-size: 64px; color: #fff; background: #A9A9A9; width: 110px; height: 110px; border-radius: 55px; display: none; text-align: center; line-height: 110px; margin: 0 auto;}
.branding .logo-container img {width: 160px; display: block; margin: 10px auto;}
.branding .favicon-container img {width: 16px; height: 16px; display: block; margin: 0 auto;}
.branding .ava-container .notice {text-align: center; margin-top: 15px; display: block; color: #777;}
.branding .ava-container.default-avatar .fa-user{display: block;}
.branding .ava-container .fa-trash-o, .branding .ava-container .fa-upload { position: absolute; top: 10px; right: 10px; font-size: 16px; color: #777; opacity: 0.5; cursor: pointer; }
.branding .ava-container .fa-trash-o:hover, .branding .ava-container .fa-upload:hover {opacity: 1;}
.branding .ava-container .fa-trash-o {display: block;}
.branding .ava-container .fa-upload {display: none;}
.branding .ava-container.default-avatar .fa-trash-o {display: none;}
.branding .ava-container.default-avatar .fa-upload {display: block;}
.branding .ava-container input[type=file] {display: none;}
.branding .ava-container h3 {text-align: center;}
.branding h3 {
    color: #777777;
    font-size: 13px;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.branding p {max-width: 500px; color: #777}
.branding p b {font-weight: 500;}
.branding .color-field {width: 80px; margin-right: 10px; height: 32px !important; line-height: 32px !important;}
.branding .colorpicker_parent {display: block; float: left;}

.branding .used-domain {
    color: #E82110;
    font-size: 11px;
}
.branding input[type="text"]{
    border: 1px solid #cccccc;
    border-radius: 5px;
    color: #555;
    height: 35px;
    line-height: 35px;
    max-width: 500px;
    padding: 0 10px;
}

.settings .settings-row {
    border-bottom: 2px solid #dddddd;
    color: #bbb;
    cursor: pointer;
    padding: 0px;
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
}

.payment-methods .settings-row {min-width: 800px;}


.settings .settings-row:hover{background: #f7f7f7;}

.settings .heading-row {
    cursor: default !important;
    line-height: 20px;
}

.settings .heading-row h3 {
    float: left;
    font-size: 13px;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
    color: #000;
    width: 100%;
    display: block;
    font-weight: 700;

}

.page-settings .profile-options .default_file_perm label {
    margin-left: 0;
}

.page-settings .profile-options .default_file_perm > .btn-group-vertical {
    width: 100%;
}

.page-settings .subdomain {
    color: #777;
    margin-bottom: 15px;
}

.page-settings .subdomain input[type=text] {
    padding-right: 3px;
    text-align: right;
    width: 16em;
}

.settings-row .settings-row-logtype {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#tab-profile-content .datepicker-wrapper {position: relative;}
#tab-profile-content .datepicker-wrapper:after {
    top: 8px;
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f073";
    color: #2EA2CC;
    display: inline-block;
    right: 8px;
    font-size: 18px;
}

#activity-logs-form label {width: 150px; margin-right: 15px; font-weight: 400; line-height: 24px;}
#activity-logs-form input[type=text], #activity-logs-form select {width: 150px; margin-right: 15px; margin-bottom: 0px; float: left; }
#activity-logs-form select {height: 36px; line-height: 36px;}
#activity-logs-form .datepicker-wrapper {
    position: relative;
    float: left;
}
#activity-logs-form .datepicker-wrapper input {float: none;}
#activity-logs-form .datepicker-wrapper:after {
    top: 9px;
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f073";
    color: #2EA2CC;
    display: inline-block;
    right: 24px;
    font-size: 18px;
}

#activity-logs-form .ui-datepicker td span, .ui-datepicker td a {width: auto !important; height: auto !important;}

#activity-logs-form .label-input-cont {float: left; padding-bottom: 10px;}
#activity-logs-form .label-input-cont label {display: block; }

.activity-logs-table .user-name > div,
.activity-logs-table .file-name > div,
.activity-logs-table .details > div {
    max-width: 32ch;
}
/* SETTINGS END */

/* MONTHSELECTOR */
.monthselector-wrap {position: absolute; right: 10px; top: 22px;}

.monthselector-wrap .monthselector-input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #777777;
    font-size: 12px;
    font-weight: 500;
    height: 27px;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: auto;
}
.monthselector-next-btn, .monthselector-prev-btn {color: #777; cursor: pointer; border: 1px solid #ddd; text-align: center; font-size: 18px; line-height: 25px; font-weight: 500; width: 25px; background: #fff;vertical-align: middle;}
.monthselector-next-btn:hover, .monthselector-prev-btn:hover {color: #dddddd;}
.monthselector-next-btn:active, .monthselector-prev-btn:active {background: #777777;}
.monthselector-next-btn {border-left: 0px; border-radius: 0 5px 5px 0;}
.monthselector-prev-btn {border-right: 0px; border-radius: 5px 0px 0px 5px;}
.chartjs-tooltip-section {float: right; margin-left: 20px; margin-top: 10px;}
/* MONTHSELECTOR END */

#login-form-container label {
    font-weight: normal;
    vertical-align: middle;
    /*margin: 0 5px;*/
    cursor: pointer;
}

.page-login .form-col, .page-forgot .form-col, .page-password_reset .form-col, .page-settings .form-col {position: relative; height: 100%;}
#login-content {position: relative; height: 100%;}
#login-form-container {position: relative; height: 100%;}

#login-form {
    padding: 35px 0;
    border-radius: 5px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: block;
}

#login-form img {
    margin: 0px auto 25px auto;
    display: block;
    max-width: 70%
}

#login-form input[type=text], #login-form input[type=password] {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    padding: 8px 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

#login-form input[type=text]:hover, #login-form input[type=password]:hover, #login-form input[type=text]:focus, #login-form input[type=password]:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

#login-form .btn {
    padding: 7px 0px;
    margin: 10px auto;
    display: block;
    border: none;
}

#login-form .btn-secondary {
    background: none !important;
}

#login-form .popup-message {
    transform: translateY(-150%);
    -webkit-transform: translateY(-150%);
    -moz-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    padding: 10px 15px;
    border-radius: 5px;
    position: absolute;
    z-index: 999;
    max-width: none
}
#login-form .centered {margin: 0 auto; float: none;}
/*LOGIN END*/


.ellipsis_overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    display: block;
}

.editing-item {
    padding: 0 5px;
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow-x: hidden;
}

/* Root menu search field */
.items-search-container {
    position: relative;
    /*padding: 5px;*/
	box-shadow: 0 1px 5px rgba(0,0,0,0.15);
}

.items-search-container > .search-field {
    margin: 0;
    height: 35px;
    position: relative;
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 20px;
    border-radius: 0;
}

.items-search-container > .search-icon {
    bottom: 0;
    position: absolute;
    right: 10px;
    height: 14px;
    top: 0;
    margin: auto;
    color: #e4e4e4;
    cursor: pointer;
}

/* TABS */
.item-tabs {
    height: 50px;
    overflow: hidden;
    padding-right: 10px;
}

.item-tabs > ul {
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 22px;
    padding-left: 0;
    display: block;
    overflow: hidden;
}

.item-tabs > ul > li {
    float: left;
    padding-right: 16px;
    position: relative;
    line-height: 26px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    margin-right: 2px;
    border-radius: 4px 4px 0 0;
    width: 220px;
}

.item-tabs > ul > li:not(.active) {
    background-color: #5c84b7;
    border: 1px solid #5c84b7;
}

.item-tabs > ul > li:not(.active):hover {
    background-color: #6ea1e7;
    border: 1px solid #6ea1e7;
}

.item-tabs > ul > li:not(.active) > .tab-title {
    color: #fff;
}

.item-tabs > ul > li.active {
    border-bottom-color: transparent;
}

.item-tabs > ul > li.active > .tab-title {
    font-weight: bold;
}

.item-tabs > ul > li > .tab-title {
    color: #333;
    padding: 0 10px;
    font-size: 12px;
}

.item-tabs > ul > li > .fa {
    top: 0;
    line-height: 26px;
    right: 5px;
    color: #e4e4e4;
    position: absolute;
}
.item-tabs > ul > li > .fa:hover {
    color: #fff;
}

.item-tabs > ul > li.active > .fa {
    color: #999;
}

.item-tabs > ul > li.active > .fa:hover {
    color: #777;
}

.item-tabs > ul > li.tab-loaded > .fa-refresh {
    display: none;
}

.item-tabs > ul > li.tab-loaded > .fa-times {
    display: inline-block;
}

.item-tabs > ul > li > .fa-times {
    display: none;
}

.tabs-container {
    height: calc(100% - 35px);
    position: relative;
}

.tabs-container > .scroll-content {
    width: 100%;
    height: 100%;
}

.tabs-container .tab-content {
    height: 100%;
    position: relative;
    padding: 20px 15px 20px 30px;
}

.tabs-container .tab-content.no-scroll {
    overflow: hidden;
}

.tabs-container .tab-content.scrollable {
    overflow-y: auto;
}

/* Tabs end*/

/* User without session*/
.anonymous .hidden-anonymous {
    display: none !important;
}
/* scrollbar */
.ps-container.ps-theme-od > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    height: 5px;
    border-radius: 0;
    background-color: #a5a5a5;
}

.ps-container.ps-theme-od > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    width: 5px;
    border-radius: 0;
    background-color: #a5a5a5;
}

.ps-container.ps-theme-od.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-theme-od.ps-active-y > .ps-scrollbar-y-rail {
    opacity: 1;
    z-index: 9999;
}

.ps-container.ps-theme-od.ps-active-y > .ps-scrollbar-y-rail {
    width: 5px;
}

.ps-container.ps-theme-od.ps-active-x > .ps-scrollbar-x-rail {
    height: 5px;
}

.ps-container.ps-theme-od:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y,
.ps-container.ps-theme-od:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
    background-color: #a5a5a5;
}

@media only screen and (max-device-width: 1024px)
{
    /*.breadcrumb-and-buttons{height: 70px;}
    .breadcrumb-and-buttons h2 {float: none; max-height: 35px;}*/
    .breadcrumb-and-buttons .buttons .view-mode {
        padding: 0 1em;
    }
}



.blue-button:hover {
    cursor: pointer;
}

.blue-button {
    border-radius: 5px;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    margin-right: 20px;
    min-width: 160px;
    padding: 3px 20px;
    text-align: center;
}

.blue-button-narrow {
    min-width: 120px;
}

/*Tooltips*/
/*.plan-container .tooltip {
    opacity: 1;
}*/

.tooltip-inner {
    border: 1px solid #ddd;
    color: #777;
    background-color: #fff;
    border-radius: 0.4em;
    box-shadow: 0px 5px 9px 0px rgba(40, 40, 40, 0.25);
    text-align: left;
    max-width: 300px;
}

.tooltip.top .tooltip-arrow,
.tooltip.bottom .tooltip-arrow {
    border: 0;
    margin-left: -8px;
}

.tooltip .tooltip-arrow:after,
.tooltip .tooltip-arrow:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tooltip.bottom .tooltip-arrow:after {
    top: -10px;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #DDD;
    border-right: 8px solid transparent;
}

.tooltip.bottom .tooltip-arrow:before {
    z-index: 1;
    top: -9px;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #FFF;
    border-right: 8px solid transparent;
}

.tooltip.top .tooltip-arrow:after {
    top: -6px;
    border-right: 8px solid transparent;
    border-top: 8px solid #ddd;
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.tooltip.top .tooltip-arrow:before {
    z-index: 1;
    top: -7px;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid transparent;
}
/* Tables */
table.od-table > thead > tr > th,
table.od-table > tfoot > tr > th {
    text-transform: uppercase;
    font-weight: bold;
}

table.od-table > tbody > tr > td,
table.od-table > tbody > tr > th,
table.od-table > tfoot > tr > td,
table.od-table > thead > tr > td,
table.od-table > thead > tr > th {
    border-bottom: 2px solid #ddd;
}

table.od-table.gray-table > tbody > tr > td,
table.od-table.gray-table > tbody > tr > th {
    border-bottom-color: #ddd;
    color: #bbb;
    line-height: 24px;
}

table.od-table.va-middle > tbody > tr > td {
    vertical-align: middle;
}

table.od-table.with-hover > tbody > tr:hover {
    background: #f7f7f7;
}

.spin-loading {
    display: none;
    position: fixed;
    opacity: .25;
    top: 50%;
    left: 50%;
    z-index: 2
}

.spin-loading.abs {
    position: absolute;
    transform: translate3d(-50%,-50%,0);
}

/* Animations */
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.pulse-anim {
    -webkit-animation: pulse1 1s linear infinite;
    -moz-animation: pulse1 1s linear infinite;
    -ms-animation: pulse1 1s linear infinite;
    animation: pulse1 1s linear infinite;
}

@keyframes pulse-anim {
    0% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }

}

@-moz-keyframes pulse-anim {
    0% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes pulse-anim {
    0% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes pulse-anim {
    0% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.pulse-animation {
    -webkit-animation: pulse-anim 1s linear infinite;
    -moz-animation: pulse-anim 1s linear infinite;
    -ms-animation: pulse-anim 1s linear infinite;
    animation: pulse-anim 1s linear infinite;
}

.spinner-rotate::after{
    content: "\f110";/*fa fa-spinner*/
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);

    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

.rotate-fast-animation {
    -webkit-animation: spin 1.25s linear infinite;
    -moz-animation: spin 1.25s linear infinite;
    animation: spin 1.25s linear infinite;
}

@keyframes flash-keyframes {
    0% {
        background-color: rgba(226,236,250, 1.0);
    }
    50% {
        background-color: rgba(226,236,250, 0);
    }
    100% {
        background-color: rgba(226,236,250, 1.0);
    }
}
.fa-spin {
    filter: blur(0);
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(153, 153, 153, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}