body {
}

.grid-style-noborder {
    border: 0 solid #d4d4d4;
    width: 100%;
    height: 400px
}

.ibox-content {
    min-height: 95px !important;
    padding: 15px 5px 5px 5px;
}

ul.notes li div {
    width: 150px;
    height: 150px;
}

.fixed-nav.skin-1 .navbar-fixed-top {

}

.skin-1 .nav > li > a {

}

.navbar-form-custom .form-control:read-only {

}

.skin-1 .nav-header {

}

.skin-1 .nav-header {
    padding: 5px 5px 5px 5px !important;
}

.skin-1 .navbar-minimalize {
    background: #0179b0 !important;
    border-color: #0179b0 !important;
}

.navbar-header h1 {
    font-size: 21px;
    padding: 0 0 0 10px;
}

.book-card {
    width: 112px;
    height: 150px;
    margin: 10px;
}

.loginscreen h3, .loginscreen p {
    color: #FFFFFF;
}

.slick-prev:before, .slick-next:before {
    color: #0179b0 !important;
}

ul.notes li p.bottom {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: inherit;
    width: 100px;
    height: 20px;
    margin: 0;
}

ul.notes li p.bottom a {
    float: right;
    width: 20px;
    display: block;
    text-align: right;
}

ul.notes li div a {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
}

.disable-link {
    pointer-events: none;
    cursor: default;
}

.inactive {
    opacity: 0.3;
}

.inactive-layout {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: red;
}

.active-layout {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #0179b0;
}

.book-layout:hover {
    opacity: 0.9;
    background: rgba(200, 200, 200, 0.3);
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
    opacity: 1;
}

body.fixed-nav #wrapper .navbar-static-side,
body.fixed-nav #wrapper #page-wrapper {
    margin-top: 0px !important;
}

.top-navigation .wrapper.wrapper-content {
    padding: 20px 0;
}

.p-lg {
    padding: 20px;
}

.angular-ui-tree-handle {
    background: none repeat scroll 0 0 #d2d2d2;
    border: 1px dashed #e7eaec;
    color: inherit;
    padding: 0;
    font-weight: normal;
}

.angular-ui-tree-handle:hover {
    font-weight: bold;
    cursor: pointer;
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 1px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.group-title {
    background-color: #687074 !important;
    color: #FFF !important;
}

.tree-node {
    background: none repeat scroll 0 0 #d2d2d2;
    border: 1px dashed #e7eaec;
    color: inherit;
    padding: 5px 0;
    border-radius: 3px;
}

.tree-node .btn {
    min-width: 22px;
    margin-right: 4px;
}

.tree-node-content {
    margin: 5px 5px 5px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tree-handle {
    background: none repeat scroll 0 0 #adadad;
    border: 1px dashed #e7eaec;
    color: inherit;
    width: 10px;
    height: 65px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
}

.angular-ui-tree-handle:hover {
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 1px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
}

.company_card {
    width: 100px;
    height: 100px;
    float: left;
    margin: 10px;
    border: solid #666666 1px;
    text-align: center;
    padding-top: 20px;
}