.master {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 1280px;
}

.master-header,
.master-project {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    min-width: calc(100% - 80px);
}

.master-project {
    background: #212A30;
}

.master-project {
    top: 60px;
    box-sizing: content-box;
    margin-left: 40px;
    margin-right: 40px;
    background-color: #666;
    height: 40px;
    z-index: 1;
}

.master-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
    min-width: 1280px;
    border-bottom: 10px solid;
    z-index: 999999;
}

.master-menu {
    position: absolute;
    left: 0;
    top: 60px;
    bottom: 0;
    width: 40px;
    border-right: 1px solid #D3D3D3;
    z-index: 999999;
    background-color: #ffffff;
}

.master-content {
    position: absolute;
    top: 100px;
    left: 40px;
    right: 40px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    bottom: 20px;
    overflow: hidden;
}

.master-content.collapse {
    left: 220px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.master-news {
    position: absolute;
    top: 60px;
    bottom: 0;
    right: 0;
    width: 40px;
    border-left: 1px solid #E6E6E6;
    z-index: 99999;
}

.master-news section {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.master-project__select {
    color: #fff;
    position: absolute;
    left: calc(100% - 363px);
    top: 0;
    font-size: 14px;
    background: transparent;
    width: 350px;
    border: none;
}

.master__content-title {
    position: relative;
    color: #fff;
    font-size: 20px;
    left: 8px;
    line-height: 40px;
    margin: 0;
    display: inline-block;
}

.master-project>.row {
    margin: 0;
}

.master__icon {
    background-repeat: no-repeat;
    width: 20px;
    height: 25px;
    background-position: 50% center;
    display: inline-block;
}

.master__icon.master__icon--edit {
    background-image: url("../../img/add-white.png");
    position: relative;
    top: 5px;
}

.master__icon.master__icon--list {
    background-image: url("../../img/list.png");
    position: relative;
    top: 4px;
}

.master__icon.master__icon--kb {
    background-image: url("../../img/kb.png");
}

.master__icon.master__icon--kb--md {
    background-image: url("../../img/kb-md.png");
    position: relative;
    top: 5px;
}

.master__icon.master__icon--fsc {
    background-image: url("../../img/fsc.png");
}

.master-project__select .k-dropdown-wrap.k-state-default {
    background: transparent;
    border: none;
}

.master-project__select .k-state-hover .k-input,
.master-project__select .k-state-focused .k-input,
.master-project__select .k-state-active .k-input,
.master-project__select .k-input {
    color: #fff;
    text-align: center;
}

.master-project__select .k-icon.k-i-arrow-s {
    background-position: -132px 0px;
    vertical-align: initial;
}

.master-content.master-content-portal {
    top: 60px;
}

.linkConfidentialCase {
    position: fixed;
    top: -400000px;
}

.case__confidential-link {
    text-decoration: underline;
    color: blue;
}

.case__confidential-link:hover {
    cursor: pointer;
}

.upload-success .k-icon.k-i-close {
    position: absolute;
    right: 16px;
    top: 12px;
    background-position: -46px -14px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    padding: 2px;
}

.upload-success .k-icon.k-i-close:hover {
    cursor: pointer;
}