html,
body {
    height: 100%;
}



.nav>li>a {
	margin: 0 !important;
	padding: none !important;
}

.nav-sm .nav.side-menu li a {
    text-align: center!important;
    font-weight: 400;
    font-size: 10px;
    padding: 2px 5px;
}
.nav-sm .nav.side-menu li a i {
    font-size: 20px!important;
    text-align: center;
    width: 100%!important;
}

hr {
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.modal.fade .modal-dialog, .modal.fade.in
{
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}

.alert h4{
    display: none;  
}

body.blank {
    display: flex;
    padding: 40px 0;
}

.tabs-krajee.tab-sideways .nav-tabs > li {
    width: 140px;
    margin-bottom: 120px;
}
.tab-sideways .nav-tabs{
    margin-top: 71px;
}
.tabs-krajee.tabs-left.tab-sideways .tab-content {
    margin-left: 45px;
}

.tabs-left.tab-sideways .nav-tabs > li.active > a, .tabs-left.tab-sideways .nav-tabs > li.active > a:hover, .tabs-left.tab-sideways .nav-tabs > li.active > a:focus {
    font-weight: bold;
    color: #2A3F54 !important;
}
.tabs-krajee.tab-sideways .nav-tabs > li > a:hover {
    color: #2A3F54 !important;
}

.tabs-krajee.tab-sideways .nav-tabs > li > a{
     color: #aaa !important;
}

.tabs-left .tab-content {
    border: none !important;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

body.blank .wrap {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 400px;
    margin: -40px auto;
    padding: 15px;
}

body.blank .wrap > div {
    width: 100%;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}


/* FRAME */

.content-tabs {
    border-bottom: solid 1px #e4eaec;
    position: relative;
    height: 42px;
    background: #fafafa;
    line-height: 41px;
}

.content-tabs .roll-nav,
.page-tabs-list {
    position: absolute;
    width: 43px;
    height: 41px;
    text-align: center;
    color: #777;
    z-index: 2;
    top: 0;
}

.content-tabs .roll-left {
    left: 0;
    border-right: solid 1px #e4eaec;
}

.content-tabs .roll-right {
    right: 0;
    border-left: solid 1px #e4eaec;
}

.content-tabs button {
    background: #fff;
    border: 0;
    height: 41px;
    width: 40px;
    outline: none;
}

.content-tabs button:hover {
    background: #eee;
}

nav.page-tabs {
    margin-left: 40px;
    width: 100000px;
    height: 41px;
    overflow: hidden;
    background: #FFFFFF;
}

nav.page-tabs .page-tabs-content {
    float: left;
}

.page-tabs a {
    display: block;
    float: left;
    border-right: solid 1px #e4eaec;
    padding: 0 15px;
    color: #777;
}

.page-tabs a:hover,
.content-tabs .roll-nav:hover {
    color: #777;;
    background: #eee;
    cursor: pointer;
}

.page-tabs a i {
    color: #777;
    padding-left: 6px;
}

.page-tabs a.active,
.page-tabs a.active:hover,
.page-tabs a.active i,
.page-tabs a.active i:hover {
    background: #eee;
    color: #777;
}

.roll-right.J_tabRight {
    right: 140px;
}

.roll-right.btn-group {
    right: 60px;
    width: 80px;
    padding: 0;
}

.roll-right.btn-group button {
    width: 80px;
}

.roll-right.J_tabExit {
    background: #fff;
    height: 41px;
    width: 60px;
    outline: none;
}

.hr-line-dashed {
    border-top: 1px dashed #e4eaec;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;
}

/* Tabs */

.tabs-container .panel-body {
    background: #fff;
    border: 0;
    border-radius: 2px;
    padding: 20px;
    position: relative;
}

.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
    border: 0;
    border-bottom-color: transparent;
    background-color: #fff;
}

.tabs-container .nav-tabs > li {
    float: left;
    margin-bottom: -2px;
}

.tabs-container .tab-pane .panel-body {
    border-top: none;
}

.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
    border: 0;
    border-bottom-color: transparent;
}

.tabs-container .nav-tabs {
    border-bottom: 0;
}

.tabs-container .tab-pane .panel-body {
    border-top: none;
}

.tabs-container .tabs-left .tab-pane .panel-body,
.tabs-container .tabs-right .tab-pane .panel-body {
    border-top: 0;
}

.tabs-container .nav-tabs > li a:hover {
    background: transparent;
    border-color: transparent;
}

.tabs-container .tabs-below > .nav-tabs,
.tabs-container .tabs-right > .nav-tabs,
.tabs-container .tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tabs-container .tabs-left .panel-body {
    position: static;
}

.tabs-container .tabs-left > .nav-tabs,
.tabs-container .tabs-right > .nav-tabs {
    width: 20%;
}

.tabs-container .tabs-left .panel-body {
    width: 80%;
    margin-left: 20%;
}

.tabs-container .tabs-right .panel-body {
    width: 80%;
    margin-right: 20%;
}

.tabs-container .tab-content > .tab-pane,
.tabs-container .pill-content > .pill-pane {
    display: none;
}

.tabs-container .tab-content > .active,
.tabs-container .pill-content > .active {
    display: block;
}

.tabs-container .tabs-below > .nav-tabs {
    border-top: 1px solid #e4eaec;
}

.tabs-container .tabs-below > .nav-tabs > li {
    margin-top: -2px;
    margin-bottom: 0;
}

.tabs-container .tabs-below > .nav-tabs > li > a {
    border-radius: 0 0 4px 4px;
}

.tabs-container .tabs-below > .nav-tabs > li > a:hover,
.tabs-container .tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #e4eaec;
    border-bottom-color: transparent;
}

.tabs-container .tabs-left > .nav-tabs > li,
.tabs-container .tabs-right > .nav-tabs > li {
    float: none;
}

.tabs-container .tabs-left > .nav-tabs > li > a,
.tabs-container .tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-container .tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
}

.tabs-container .tabs-left > .nav-tabs > li > a {
    margin-right: -2px;
    border-radius: 4px 0 0 4px;
}

.tabs-container .tabs-left > .nav-tabs .active > a,
.tabs-container .tabs-left > .nav-tabs .active > a:hover,
.tabs-container .tabs-left > .nav-tabs .active > a:focus {
    border-color: #e4eaec transparent #e4eaec #e4eaec;
    *border-right-color: #ffffff;
}

.tabs-container .tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
}

.tabs-container .tabs-right > .nav-tabs > li > a {
    margin-left: -2px;
    border-radius: 0 4px 4px 0;
}

.tabs-container .tabs-right > .nav-tabs .active > a,
.tabs-container .tabs-right > .nav-tabs .active > a:hover,
.tabs-container .tabs-right > .nav-tabs .active > a:focus {
    border-color: #e4eaec #e4eaec #e4eaec transparent;
    *border-left-color: #ffffff;
    z-index: 1;
}

/* jsTree */

.jstree-open > .jstree-anchor > .fa-folder:before {
    content: "\f07c";
}

.jstree-default .jstree-icon.none {
    width: 0;
}

.content-footer {
    background: #fff;
    padding: 15px;
    color: #444;
    border-top: 1px solid #d2d6de;
}

.content-page{
    -webkit-transition: -webkit-transform .3s ease-in-out,margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,margin .3s ease-in-out;
    transition: transform .3s ease-in-out,margin .3s ease-in-out;
    z-index: 820;
    background-color: #eee;
    min-height: 100vh;
    padding: 10px;
}

.layui-layer-btn .layui-layer-btn0{
    background-color: #62a8ea;
    border-color: #62a8ea;
}

.layui-layer-btn a {
    height: 28px;
    margin: 5px 5px 0;
    padding: 15px 12px;
    line-height: 0;
    border: 1px solid #dedede;
    border-radius: 3px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
}

.layui-layer-btn a{
    color: #76838f;
}