﻿/*Global*/

.pull-right {
    position: relative;
    float: right;
}

body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important;
}
/*Based on bootstrap4 defaults*/
.lang-zh-s body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,'PingFang SC','Microsoft YaHei',sans-serif !important
}

.lang-zh-t body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,'PingFang SC','Microsoft YaHei',sans-serif !important
}

.lang-zh-s {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,'PingFang SC','Microsoft YaHei',sans-serif !important
}


/*Font family defining standards-> font-family:<English Fonts>, <Lang Specific Fonts>, sans-serif;*/
.row-small-gutter {
    margin-left: -7.5px;
    margin-right: -7.5px
}

    .row-small-gutter > * {
        padding-left: 7.5px;
        padding-right: 7.5px
    }

.row-no-gutter {
    margin: 0
}

    .row-no-gutter > * {
        padding: 0
    }

.form-control-feedback.fa {
    line-height: 34px
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    background: #565656;
    border: 0;
}

.navbar-left {
    float: left;
}

.navbar-left > li {
    height: 50px;
}

.navbar-brand {
    padding: 4px 10px 4px 4px;
    border-right: solid 1px #a6a6a6
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
}

.navbar-brand > img {
    width: 120px;
    height: 42px;
    background: transparent url(/Content/images/logo-kube-dark.png) no-repeat 0 0;
    background-size: cover
}

@media (max-width:767px) {
    .navbar-brand {
        height: 55px;
    }

    .navbar-brand > img {
        margin-top: 5px;
    }
}
.navbar-toggle {
    border-radius: 0;
}

a.navbar-link, a.navbar-link:link, a.navbar-link:visited {
    background: none;
    text-decoration: none;
    color: #f5f5f5
}

a.navbar-link:active, a.navbar-link:hover, a.navbar-link:focus {
    color: #fff !important;
    background: #7f7f7f !important;
    border-color: #7f7f7f !important
}

a.navbar-link > .fa {
    line-height: inherit
}

.navbar .dropdown-menu {
    border-radius: 0;
    background-color: #4f4f4f
}

.user-menu > .dropdown-toggle { background-color: #565758; }

.user-menu > .dropdown-toggle > span {
    color: white;
}

.user-menu:hover > a { color: #fff !important; }

.user-menu > .dropdown-menu > .user-body { background-color: grey; }

.navbar-nav > .user-menu > .dropdown-menu > .user-body { color: white; }

.navbar .dropdown-menu a.navbar-link {
    border: 0
}

.page-sidebar .navbar-brand {
    width: 230px;
    padding-left: 45px
}

.page-sidebar .content-wrapper {
    margin-left: 230px;
}

.dropdown-menu > li > a > .glyphicon, .dropdown-menu > li > a > .fa, .dropdown-menu > li > a > .far, .dropdown-menu > li > a > .fas, .dropdown-menu > li > a > .ion {
    margin-right: 10px;
}

.sidebar-wrapper {
    z-index: 1000;
    position: absolute;
    left: 0;
    width: 0;
    top: 50px;
    width: 230px;
    background: #f3f3f3;
    border: solid 1px #ccc;
    border-width: 0 1px 0 0
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-menu > li {
    position: relative;
    margin: 0;
    padding: 0
}

.sidebar-menu > li > a {
    padding: 12px 5px 12px 15px;
    display: block
}

    .sidebar-menu > li > a > .fa, .sidebar-menu > li > a > .far, .sidebar-menu > li > a > .fas, .sidebar-menu > li > a > .glyphicon, .sidebar-menu > li > a > .ion {
        width: 20px
    }

.sidebar-menu > li .label, .sidebar-menu > li .badge {
    margin-top: 3px;
    margin-right: 5px
}

.sidebar-menu li.header {
    padding: 10px 25px 10px 15px;
    font-size: 12px
}

.sidebar-menu li > a > .fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    margin-top: 3px
}

.sidebar-menu li.active > a > .fa-angle-left {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.sidebar-menu li.active > .treeview-menu {
    display: block
}

.sidebar-menu .treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 5px
}

.sidebar-menu .treeview-menu .treeview-menu {
    padding-left: 20px
}

.sidebar-menu .treeview-menu > li {
    margin: 0
}

.sidebar-menu .treeview-menu > li > a {
    padding: 5px 5px 5px 15px;
    display: block;
    font-size: 14px
}

.sidebar-menu .treeview-menu > li > a > .fa, .sidebar-menu .treeview-menu > li > a > .glyphicon, .sidebar-menu .treeview-menu > li > a > .ion {
    width: 20px
}

.sidebar-menu .treeview-menu > li > a > .fa-angle-left, .sidebar-menu .treeview-menu > li > a > .fa-angle-down {
    width: auto
}

.sidebar-menu > li.header {
    background-color: #f8f8f8;
    color: #585858;
    font-size: 14px
}

.sidebar a {
    color: #616161
}

.page-title, .section-title {
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #565656
}

.section-title {
    margin-top: 0
}

.section-title-link {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px
}

.section {
    margin-top: 20px
}

    .section a:hover {
        color: #3c8dbc;
        text-decoration: none
    }

.badge-danger {
    background: #d9534f
}

.section-toc ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section-toc li {
    margin: 4px 0;
    padding: 2px 2px 2px 8px;
}

.section-toc.affix {
    position: fixed;
    top: 0;
    bottom: 20px;
    width: 260px;
    overflow-y: auto;
}

.section-toc li > a {
    color: #5093e1 !important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important
}

#backToTop {
    position: fixed;
    z-index: 9999;
    right: 20px;
    bottom: 40px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    background: #8D95A6;
    color: #fff;
    opacity: .5;
    cursor: pointer
}

    #backToTop > i {
        line-height: inherit;
    }

    #backToTop:hover {
        background: #0A1C40;
        opacity: .7
    }

/*Home & All Forms*/
.formitem-lock {
    padding: 8px;
    color: #999;
    font-size: 18px;
}

/*.formitem-body {
    display: block;
    height: 75px;
    padding: 15px;
    overflow: hidden;
    font-weight: 700;
    color: #333;
    word-break: break-word;
}*/

.formitem-body {
    display: block;
    padding: 10px;
    overflow: hidden;
    font-weight: 500;
    word-break: break-word;
    height: 50px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important;
    color: #696969;
    font-size: 15px;
}

.fontcolor-blue {
    color: #696969;
    font-weight:500;
}


.ellipsis {
    overflow: hidden;
    height: 50px;
    /*	line-height: 25px; */
    padding: 10px 3px 3px 10px;
    color: #696969;
}

    .ellipsis:before {
        content: "";
        float: left;
        width: 5px;
        height: 50px;
    }

    .ellipsis > *:first-child {
        float: right;
        width: 100%;
        margin-left: -5px;
    }

    .ellipsis:after {
        content: "\02026";
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        float: right;
        position: relative;
        top: -30px;
        left: 98%;
        width: 3em;
        margin-left: -3em;
        padding-right: 5px;
        text-align: right;
        background-size: 100% 100%;
        /* 512x1 image, gradient for IE9. Transparent at 0% -> white at 50% -> white at 100%.*/
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
        background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
        background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
        background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
        background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    }

.formitem-footer {
    height: 35px;
    padding: 10px 10px;
    color: #a6a6a6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.formitem.panel {
    border-color: #eaeaea;
    background: #fafafa;
    margin-bottom: 10px;
    position: relative;
    box-shadow: 1px 2px 2px rgba(0,0,0,.05)
}

.formslist-formitem-footer:after {
    background-color: #dadada;
    background-image: linear-gradient(90deg,#dadada,#bfbfbf);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 3px;
    width: 100%;
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0
}

.featured-formitem-footer:after {
    background-color: #f2e399;
    background-image: linear-gradient(90deg,#f2e399,#fe8f7e);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 3px;
    width: 100%;
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0
}

.externallink-footer:after {
    background-color: #c4dce2;
    background-image: linear-gradient(90deg,#dedede,#a0c3ff);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 3px;
    width: 100%;
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0
}

.footer-title {
    display: inline-block;
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.footer-pin {
    display: inline-block;
    float: right;
}

.formitem-v0 .formitem-body:before {
    display: inline-block;
    margin-right: 4px;
    font-weight: 400;
    color: red;
    content: "(V 0)"
}

/*my tasks & my submissions*/
.section-mytasks .form-group, .section-mysubmissions .form-group {
    margin-bottom: 0;
}

.forms-count {
    margin-bottom: 8px;
}

.forms-count .formitem {
position: relative;
margin: 0;
padding: 8px 0;
border-bottom: solid 1px #EDEDED;
}

.forms-count .formitem-empty {
    position: relative;
    margin: 0;
    padding: 8px 0;
    font-size:medium;
}

.formitem-empty .ng-scope {
    color: #a6a6a6 !important;
}

.forms-count .formitem:before {
    position: absolute;
    left: -4px;
    top: -1px;
    color: #a6a6a6;
    display: inline-block;
    content: url(/Content/images/mySubs_24x24.png);
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-top: 10px;
    transform: scale(.5);
}

.forms-count .formitem-count {
float: right;
width: 50px;
text-align: right;
}

.forms-count .formitem-body, .forms-count .formitem-footer, .forms-count .formitemMyTasks-body {
    margin: 0 54px 0 20px;
    padding: 0;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.formitemMyTasks-body > a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #696969;
    font-weight: 500;
}

.paginate-list {
    margin: 0 0 4px 0;
}

.paginate-list a {
display: inline-block;
min-width: 20px;
text-align: center;
margin: 0 2px;
}

.paginate-list a > * {
    display: inline-block;
    min-width: inherit;
    font-weight: normal;
}

.paginate-disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.8;
    color: #000;
}

.forms-count .formitemMyTasks {
    position: relative;
    margin: 0;
    padding: 8px 0;
    border-bottom: solid 1px #EDEDED;
}

    .forms-count .formitemMyTasks:before {
        position: absolute;
        left: -4px;
        top: -1px;
        color: #a6a6a6;
        /*fontawesome fa-file-text-o*/
        display: inline-block;
        /*font: normal normal normal 14px/1 FontAwesome;
	content: "\f0f6";
	*/
        content: url(/Content/images/myTasks_24x24.png);
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        padding-top: 10px;
        transform: scale(.5);
    }

.section-mytasks .formitemMyTasks-body:before {
}

.section-searchcontrol {
    margin-top: 0
}

/*Theme Blue*/
.theme-blue .navbar {
    background-color: #275588
}

.theme-blue a.navbar-brand {
    border-right: solid 1px #8AAEBE
}

.theme-blue .navbar-brand img {
    background-image: url(/Content/images/logo-kube-dark.png)
}

.theme-blue a.navbar-link, .theme-blue a.navbar-link:link, .theme-blue a.navbar-link:visited {
    color: #f5f5f5
}

.theme-blue a.navbar-link:active, .theme-blue a.navbar-link:hover, .theme-blue a.navbar-link:focus {
    color: #fff !important;
    background: #0084CC !important;
    border-color: #0084CC !important
}

.theme-blue .navbar .dropdown-menu {
    background-color: #13597F
}

.theme-blue .section-featured .formitem.panel {
    background-color: #0778B4;
    color: #fff;
}

.theme-blue .section-featured .formitem-body {
    color: #fff
}

.theme-blue .section-featured .formitem-footer {
    color: #f5f5f5
}

.theme-blue .section-featured .formitem-footer:after {
    background: none;
}

/*Theme Orange*/
.theme-orange .navbar {
    background-color: #FF7700
}

.theme-orange a.navbar-brand {
    border-right: solid 1px #FFDBAB
}

.theme-orange .navbar-brand img {
    background-image: url(logo-kube-purewhite.png)
}

.theme-orange a.navbar-link, .theme-orange a.navbar-link:link, .theme-orange a.navbar-link:visited {
    color: #f5f5f5
}

.theme-orange a.navbar-link:active, .theme-orange a.navbar-link:hover, .theme-orange a.navbar-link:focus {
    color: #fff !important;
    background: #F79D12 !important;
    border-color: #F79D12 !important
}

.theme-orange .navbar .dropdown-menu {
    background-color: #CC6100
}

/*Pagination CSS*/
.paginate-disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

.home-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
}

.btn-disable {
    cursor: not-allowed;
    pointer-events: none;
}

#backToTop > i {
    line-height: inherit;
}

/*to rotate pushpin icon*/
.gly-rotate-45 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.5);
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
    display: inline-block;
}

.main-header {
    max-height: none;
    border-bottom: thin solid rgb(204, 204, 204);
}

.main-header .logo {
    background-color: #fff !important;
    color: #424242 !important;
    font-size: 16px !important;
}

.main-header .logo, .skin-blue .main-header .navbar {
    background-color: #565758;
    color: #fff;
}

.main-header .navbar .sidebar-toggle, .skin-blue .main-header .navbar .nav > li > a {
    color: #fff;
}

.open {
    background-color: #85b5e0;
}

.wrapper, .main-sidebar, .left-side, .sidebar-menu > li.header,
.sidebar-menu > li:hover > a, .sidebar-menu > li.active > a {
    background-color: #fff;
    border-top-color: #e4e4e4;
    color: #616161;
}

.main-footer {
    background-color: #ecf0f5;
}

.content-wrapper {
    /*box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.3);*/
}

.main-sidebar {
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
}

.sidebar-menu > li.header {
    background-color: #f8f8f8;
    color: #585858;
    font-size: 14px;
}

.sidebar a {
    color: #616161;
}

.sidebar-menu > li > a {
    background-color: #fff;
    border-top: 1px dotted #e4e4e4;
    border-bottom: 1px dotted #e4e4e4;
    padding: 5px 8px 8px 10px;
}

.logo-name {
    font-family: Tahoma;
    font-size: 16px;
}

aside {
    background-color: #f3f3f3 !important;
    border-color: #ccc;
    border-style: solid;
    border-width: 0 1px 0 0;
}

.content-wrapper, .right-side {
    background-color: #fff;
}

.sidebar-menu > li.selected > a {
    background-color: #ece9e9;
    color: #424242;
}

.ui-select-lbl {
    white-space: normal;
    cursor: default;
    word-wrap: break-word;
    font-style: italic;
    font-size: 11px;
}

.ui-select-choices-row.disabled, .ui-select-choices-row.disabled > .ui-select-choices-row-inner {
    background-color: #fff9d7 !important;
}