﻿/*--------------------------------------------------------------------------COMMON---------------------------------------------------------------------------*/
body {
    padding-top: 49px;
    padding-bottom: 2px;
    overflow-x: hidden;
}

.body-content {
    /* Set padding to keep content from hitting the edges */
    padding-left: 15px;
    padding-right: 15px;
}

html, body {
    height: 100%;
}

.btn {
    border-radius: 0;
}

    .btn:focus {
        color: white;
        border-radius: 0;
    }

.center {
    align-items: center;
}

.margin-left-145 {
    margin-left: 145px !important;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.padding-right-10 {
    padding-right: 10px;
}

.middle-screen {
    margin-top: -17em;
    top: 50%;
    position: fixed;
    margin-left: -13em;
    left: 50%;
}

.pointer {
    cursor: pointer;
}

.nopointer {
    cursor: default !important;
}

.not-allowed {
    cursor: not-allowed;
}

.white-space {
    white-space: pre-wrap;
}

.selected-node {
    background-color: #009EF2;
}
/*--------------------------------------------------------------------------TOP MENU-------------------------------------------------------------------------*/
.navbar-inverse .navbar-nav > li > a {
    /*top menu font color*/
    color: white;
}

.navbar-nav > li > a {
    line-height: 7px;
}

.topbar {
    height: 38px;
}

.navbar {
    min-height: 38px;
}

.navbar-inverse {
    background-image: -webkit-linear-gradient(top, #474747 0%, #474747 100%);
    background-image: linear-gradient(to bottom, #474747 0%, #474747 100%);
}

/*--------------------------------------------------------------------------CONTENT--------------------------------------------------------------------------*/

#content {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    padding-top: 65px;
    background-color: #ffffff;
    /*position: relative;
    background-color: #ffffff;*/
}

/*--------------------------------------------------------------------------HOMEPAGE TAB---------------------------------------------------------------------*/
/*----TabContent---*/
.nav-tabs {
    border-bottom: none !important;
}

    .nav-tabs > li {
        margin-bottom: 0;
    }

        .nav-tabs > li > a {
            margin-right: 0;
            padding-left: 32px;
        }

            .nav-tabs > li > a:hover {
                background-color: white;
                color: #026FC1;
                border-right: solid 1px white;
                border-left: solid 1px white;
                border-bottom: solid 1px white;
            }
/*----Home tab-----*/

/*--------------------------------------------------------------------------FAV GRID-------------------------------------------------------------------------*/
.newfavorite {
    /*highlight new fav*/
    font-weight: bold;
}

/*--------------------------------------------------------------------------SIDEBAR--------------------------------------------------------------------------*/
.splitter {
    border-left: solid white 1px;
    height: 100%;
}

/*Advance search*/
.form-control {
    border-radius: 0;
}

/*--------------------------------------------------------------------------LOGIN PAGE-----------------------------------------------------------------------*/
.btn-login {
    background-color: #009EF2;
    color: white;
    width: 100%;
}

.login-page {
    background-color: #00283A;
}

.login-page-section {
    background-color: white;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.modal-header {
    border-bottom: none;
}

.modal-content {
    border-radius: 0;
}

.vertical-align {
    display: flex;
}

.Error {
    color: red;
}

.login-dialog {
    width: 350px !important;
}

.login-info {
    padding-left: 0 !important;
}

.forgot-password-dialog {
    width: 450px !important;
}

.reset-password-confirmation-dialog {
    width: 650px !important;
    height: 100px;
}

/*--------------------------------------------------------------------------SETTING BOX----------------------------------------------------------------------*/
.submit-button {
    background-color: #6B99C1;
    color: white;
    width: 90px;
}

/*--------------------------------------------------------------------------WRAPPING------------------------------------------------------------------------*/
/*Wrapper*/
#wrapper {
    padding-left: 320px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /*height: 100%;*/
}

    #wrapper.toggled {
        padding-left: 250px;
    }

    #wrapper.toggle-wrapper {
        padding-left: 0;
    }

/*Sidebar wrapper*/
#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 320px;
    height: 97%;
    margin-left: -250px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #C2D3E4;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#sidebar-wrapper.toggle-sidebar, .resize-bar.toggle-sidebar {
    width: 0px;
}

.tab-content-header.toggle-mainview {
    padding-right: 0;
    padding-left: 0;
}

.frontpage-customer-area.toggle-sidebar {
    padding-left: 0;
}

/*--------------------------------------------------------------------------RESIZE BAR----------------------------------------------------------------------*/
/*.resize-bar {
    height: 100%;
    cursor: w-resize;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
}

    .resize-bar:active, .resize-bar:hover {
        background-color: #C2D3E4;
        opacity: 0.6;
    }*/

/*--------------------------------------------------------------------------STARTPAGE--------------------------------------------------------------------*/
.startpage-left {
    float: left;
    width: 20%;
    height: 100%;
}

.startpage-middle {
    float: left;
    margin-left: 2%;
    width: 57%;
    height: 100%;
}

.startpage-right {
    float: left;
    margin-left: 1%;
    width: 20%;
    height: 100%;
}

.startpage-menugroup {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    height: auto;
    padding-left: 10px;
    border-top: 2px solid #6caae4;
}

    .startpage-menugroup span {
        line-height: normal;
        vertical-align: middle;
        display: inline-block;
        word-break: break-all;
        padding: 5px 0 0 0;
    }

#start-page .glyphicon {
    color: #075095;
}

.startpage-menuitem-contain {
    border-bottom: 1px solid #d4d4d4;
}

    .startpage-menuitem-contain:last-child {
        border-bottom: none;
    }

.startpage-menuitem {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}

    .startpage-menuitem div {
        line-height: normal;
        vertical-align: middle;
        display: inline-block;
        word-break: break-all;
    }

.startpage-itemcontain {
    height: auto;
}

/*--------------------------------------------------------------------------UNCATEGORY---------------------------------------------------------------------*/
#tabSheetsDoc a, #tabSheetsDoc a:visited, #documentContent a, #documentContent a:visited, #relatedContainer a, #relatedContainer a:visited {
    text-decoration: none;
    color: #2A7FFC;
    cursor: move;
}

.tooltip-inner {
    background-color: #00283A;
    text-align: left;
    max-width: 500px;
}

#searchnormal .tooltip-inner {
    background-color: black;
    text-align: center;
    width: 200px;
}

#searchincontentbuttton .tooltip-inner {
    background-color: black;
    text-align: center;
    width: 210px;
}

#advancesearchbutton .tooltip-inner {
    background-color: black;
    text-align: center;
    width: 115px;
}

#icon-search-top .padding-left {
    padding-left: 4px;
}

.tooltip-element {
    color: gold;
    width: 140px;
    display: table-cell;
}

.comment-tooltip-element {
    width: 105px;
    display: table-cell;
}
.comment-tooltip-body {
    max-height: 300px;
    overflow-x: auto;
    padding: 10px 0px;
}
.comment-tooltip-header {
    padding: 0px 10px;
    font-size: 15px;
}
.comment-tooltip-field {
    font-size: 13px;
    color: gold;
}
.comment-tooltip-padding {
    padding: 10px 10px 0px;
}
.tooltip-detail {
    color: gold;
    max-width: 300px;
    display: table-cell;
}

.grid-tooltip {
    min-width: 35px !important;
    width: 35px !important;
    top: -15px;
    float: right;
}

.angular-ui-tree-nodes {
    padding-left: 20px;
}

.angular-ui-tree-handle {
    font-weight: 100;
    cursor: pointer;
}

.angular-ui-tree-handle.selected-node {
    background: #3d3e40;
}

.angular-ui-tree-node, .angular-ui-tree-placeholder {
    padding: 2px 0px 2px 2px;
}

.tree-node {
    position: absolute;
}

.folder-filter #tree-root ol,
.sidebar-menu #tree-root ol,
.commonTree #tree-root ol {
    list-style: none;
}

.angular-ui-tree-node-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    width: 95%;
}

ol.angular-ui-tree-drag {
    color: #666;
    font-weight: normal;
    font-size: 16px;
    font-family: Calibri, 'Open Sans', Helvetica, Arial, sans-serif !important;
}

#folder-structure-view .angular-ui-tree-handle {
    background: #f8faff;
    border: 1px solid #dae2ea;
    cursor: move;
    color: #7c9eb2;
}

#folder-structure-view .angular-ui-tree-node, #folder-structure-view .angular-ui-tree-placeholder {
    padding: 0;
}

#folder-structure-view .angular-ui-tree-handle:hover {
    color: #438eb9;
    background: #f4f6f7;
    border-color: #dce2e8;
}

#folder-structure-view .angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#folder-structure-view tr.angular-ui-tree-empty {
    height: 100px;
}

#folder-structure-view .group-title {
    background-color: #687074 !important;
    color: #FFF !important;
}

#folder-structure-view .tree-node {
    border: 1px solid #dae2ea;
    background: #f8faff;
    color: #666;
    font-weight: normal;
    font-size: 16px;
    position: static;
}
#folder-structure-view .tree-node .arrow {
    width: 20px;
}
#folder-structure-view .tree-node .arrow:active {
    box-shadow: none;
}

#folder-structure-view .nodrop {
    background-color: #f2dede;
}

#folder-structure-view .tree-node-content {
    margin-bottom: 5px;
}

#folder-structure-view .tree-handle {
    padding: 10px;
    background: #428bca;
    color: #FFF;
    margin-right: 10px;
}

#folder-structure-view .angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#folder-structure-view #tree-root > .angular-ui-tree-nodes {
    padding-left: 0;
}

/**********************************Admin page*************************************/
.admin-container {
    margin: 0px 35px 0px 45px;
    background-color: white;
}

.documentTemplateContainer {
    margin: 15px 15px 10px 50px;
}

.dtpl-square {
    width: auto;
    background-color: white;
    height: 180px;
    margin: 20px 0;
    text-align: center;
    cursor: pointer;
    border: 1px solid #333333;
}

.dtpl-square[disabled='disabled'] {
    background-color: #dddddd;
    cursor: not-allowed;
}

.dtpl-disabled {
    background-color: #dddddd;
    cursor: not-allowed;
}

.nohbfeed {
    height: 75px !important;
}

.filter-element {
    display: inline-block;
    padding-top: 10px;
}
.value-search {
    display: inline-block;
    width: auto !important;
}
/*----------------------------------------------------------------------DOCUMENT TEMPLATE--------------------------------------------------------*/
.documentTemplateTab {
    background-color: #f2f2f2;
    padding: 0px 15px 15px 15px;
    margin-top: 10px;
}

.documentFieldsBody {
    max-height: 500px;
    overflow-x: auto;
    background-color: white;
    padding-left: 0;
    max-height: 250px;
    overflow-y: auto;
}

.df-row {
    min-height: 42px;
    line-height: 18px;
    margin-bottom: 0px;
    border-bottom: 1px solid #dddddd;
    display: flex;
    text-overflow: ellipsis;
    overflow-x: hidden;
}

.df-first {
}

.dfh-col {
    float: left;
}

.dfb-col {
    text-align: left;
    float: left;
}

.df-container {
    margin: 0px 10px;
    padding-bottom: 1px;
}

.dtfe-row {
    white-space: normal;
}

.dtfe-header {
    background-color: #dddddd;
    height: 35px;
    padding: 8px;
}
/*--------------------------------------------------------------------ROLES--------------------------------------------------------------------*/
.rolesContainer,
.meataContainer,
.folderPermissionsContainer {
    margin: 10px 20px 0px 50px;
}

.editRoleContainer {
    margin: -10px 20px 0px 20px;
    /*margin: 0 20px 0px 20px;*/
    background-color: #dddddd;
}

.editRoleHeader {
    padding: 5px 15px 0 15px;
}

    .editRoleHeader .buttons {
        position: absolute;
        z-index: 999;
        right: 65px;
    }

.editRoleBody {
}

.editRoleTab {
    background-color: white;
}

#roleMemberSelectionClear {
    position: absolute;
    right: 15px;
    top: 5px;
    bottom: 1px;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #666666;
}

#roleMemberSelection {
    position: relative;
}

.roleMemberSelection:before {
    content: "\E004";
    font-family: 'Glyphicons';
    font-size: 16px;
    position: absolute;
    top: 11px;
    left: 5px;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    height: 1em;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

#roleMemberSelection input[type=text] {
    padding-left: 25px;
    font-weight: normal;
}

.roleMemberSelection input[type=text] {
    padding-left: 25px !important;
}

#roleMemberSelection .dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 500px;
}

.hp-container {
    margin: 30px 20px 60px 15px;
}

.hp-form {
    padding: 20px 0px 10px 20px;
    background-color: #dddddd;
}

.fdp-container {
    margin: 20px 0px 20px 0px;
    background: #e6e6e6;
    padding: 0px 10px 10px 10px;
    width: 100%;
    float: left;
}

.fdp-button {
    padding: 7px;
    border-radius: 0;
    float: right;
    margin-top: 10px;
    margin-bottom: 0px;
}

.fdp-tree {
    z-index: 9999;
    opacity: 500;
    height: 500px;
    overflow: auto;
    margin-top: 2px;
    color: #666666 !important;
    width: 100%;
    background-color: white;
}

.fdp-header {
    position: inherit;
    padding: 10px 50px 0px 0px;
    margin: 0px 20px 0px 23px;
    display: -webkit-box;
}

.fdp-title {
    display: -webkit-box;
}

.mtdtp {
    color: #666666 !important;
    width: 100%;
    background-color: white;
    margin: 10px;
    padding: 0px 30px 0 30px;
    overflow-x: auto;
}

.ddp-tree {
    z-index: 9999;
    opacity: 500;
    max-height: 300px;
    overflow: auto;
    margin-top: 2px;
    color: #666666 !important;
    background-color: white;
    margin: 10px;
}

.ddp-container {
    margin: 20px 0px 20px 0px;
    background: #e6e6e6;
    padding: 0px 15px 50px 25px;
    width: 100%;
    float: left;
}

/*-------------------------------------------------------------------------*/

/*-----------------------------------------NEWS MANAGEMENT--------------------------------------*/
.news-management-container,
.news-list-management-container,
.update-news-category-container,
.update-news-container {
    margin: 10px 20px 0px 50px;
}

    .news-list-management-container .status-filter {
        height: 34px;
        width: 150px;
        padding: 6px 12px;
        font-size: 14px;
    }

/*---------------------------------------END NEWS MANAGEMENT-------------------------------------*/

/*-----------------------------------------DEPARTMENT MANAGEMENT--------------------------------*/
.departmentHomeContainer {
    margin: 10px 25px 10px 65px;
}

.departmentHomeHeader {
    margin: 10px 10px 13px 2px;
}

.departmentInfoContainer {
    margin: 10px 50px 10px 50px;
    display: block;
}

.departmentInfoForm {
    background-color: #c0c0c0;
    padding: 20px 20px 20px 20px;
    display: inline-block;
    height: 100%;
    width: 100%;
}

.dptInfo {
    padding: 10px;
    padding-right:30px;
}

.dpt-contact {
    padding: 10px 10px 10px 0px;
    display: inline-block;
}

#newsCategorySelectionClear {
    position: absolute;
    right: 15px;
    top: 5px;
    bottom: 1px;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #666666;
}

#newsCategorySelection {
    position: relative;
}

.editDepartmentTab {
    background-color: #dddddd;
    margin-left: -1px;
}
.departmentInfoBody .editDepartmentTab {
    background-color: white;
}

.ct-groupAddress {
    border: 1px solid #c0c0c0;
    padding: 17px;
}

#countrySelectionClear {
    position: absolute;
    right: 45px;
    top: 5px;
    bottom: 1px;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #666666;
}

#countrySelection {
    position: relative;
}

.countrySelection:before {
    content: "\f0ac";
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    top: 11px;
    left: 10px;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    height: 1em;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

#countrySelection input[type=text] {
    padding-left: 10px;
    font-weight: normal;
}

.countrySelection input[type=text] {
    padding-left: 30px !important;
}

.countryButton {
    position: absolute;
    right: 0;
    top: 5px;
}

.positionContainer {
    margin: 10px 0px;
    background-color: white;
    padding: 15px;
}

#positionSelectionClear {
    position: absolute;
    right: 40px;
    top: 0px;
    bottom: 1px;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #666666;
}

#positionSelection {
    position: relative;
}

.positionSelection:before {
    content: "\f041";
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    top: 5px;
    left: 5px;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    height: 1em;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

#positionSelection input[type=text] {
    padding-left: 40px;
    font-weight: normal;
}

.positionSelection input[type=text] {
    padding-left: 60px !important;
}

.edpc {
    width: 100%;
    padding: 20px 0px 20px 0px;
    margin: 10px 0px 10px 0px;
}

.edpf {
    background-color: white;
    padding: 30px 0px 80px 0px;
}

.edpc-header {
    background-color: #cccccc;
    padding: 13px 13px 13px 13px;
    position: relative;
    display: inline-block;
    width: 95%;
    margin-left: 3%;
}

.edpc-title {
    height: 50px;
    padding: 13px 13px 13px 13px;
    position: relative;
}

.edpc-content {
    position: relative;
}

.orgp-col {
    width: 16%;
    float: left;
}

.edpc-p {
    max-height: 250px;
    overflow: auto;
    margin-right: 20px;
}
/*-----------------------------------------END DEPARTMENT MANAGEMENT--------------------------------*/
/*-----------------------------------------EMPLOYEES MANAGEMENT--------------------------------------*/
.employeeContainer {
    margin: 10px 25px 10px 25px;
}


.staff-dpt {
    width: 30% !important;
}

.emp-contact {
    padding: 10px 10px 10px 0px;
    margin-left: -13px;
}

#roleSelectionClear {
    position: absolute;
    right: 40px;
    top: 5px;
    bottom: 1px;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #666666;
}

#roleSelection {
    position: relative;
}

#roleSelection .dropdown-menu{
    max-height: 200px;
    min-width: 500px;
     overflow-x: auto;
     position: fixed;
     top: 183px !important;
     width: 90%;
     left: inherit !important;
     right: 30px;
}

.roleSelection:before {
    content: "\f084";
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    top: 11px;
    left: 5px;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    height: 1em;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

#roleSelection input[type=text] {
    padding-left: 40px;
    font-weight: normal;
}

.roleSelection input[type=text] {
    padding-left: 60px !important;
}
.btn-width-hearing{
   width: 170px !important;
}
#positionSelection .dropdown-menu {
    max-height: 200px;
     overflow-x: auto;
     position: fixed;
     top: 177px !important;
     width: 95%;
     left: inherit !important;
     right: 15px;
}

input[type=text]::-ms-clear {
    display:none !important;
}
input::-ms-reveal {
    display: none !important;
}
/*-----------------------------------------END EMPLOYEES MANAGEMENT--------------------------------------*/

/*--------------------------------------------------------------------------MEDIA--------------------------------------------------------------------------*/

.navbar-user-name, #settings_menu {
    display: inline-block;
    word-break: unset;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* ----------- Galaxy Tab 10.1 ----------- */
/* Portrait and Landscape */
@media (min-device-width: 800px) and (max-device-width: 1280px) {
    .mobile-vertical-scroll {
        width: 1500px;
        overflow-x: auto;
    }

    #icon-search-top .tooltip {
        display: none !important;
    }
    .navbar-user-name {
        max-width: 200px;
    }
}

@media (max-width: 1336px) {
    .staff-dpt {
        width: 90% !important;
    }
}
/* ----------- iPad mini ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .mobile-vertical-scroll {
        width: 1500px;
        overflow-x: auto;
    }

    #icon-search-top .tooltip {
        display: none !important;
    }
    .employeeContainer #searchDepartments{
        width: 85% !important;
    }
    .employeeContainer .firstname{
        margin-left: 0 !important;
    }
    .employeeContainer .p5{
        width: 200px;
        margin-top: 3px;
        margin-left: 2px !important;

    }

    .departmentHomeContainer {
        margin: 10px 10px 10px 25px;
    }
    .topbar-left{
        padding:0 !important;
    }

     .np-doc-warper
    {
        padding: 1px 0 0 20px !important;
    }
    .np-doc-col-info{
        width: 340px !important;
    }
    .np-doc-col-label{
        width: 135px !important;
    }
     .tab-padding-tablet{
        padding:0 15px 0 20px !important;
    }
   .btn-width-hearing{
        width: 180px !important;
    }
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .angular-ui-tree-node-name {
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        overflow: hidden;
        width: 95%;
    }
    .employeeContainer #searchDepartments{
        width: 80% !important;
    }
    .employeeContainer .p5{
        width: 140px;
        margin-top: 3px;
        margin-left: 2px !important;

    }
    .departmentInfoContainer{
        margin: 10px !important;
    }
    .department-width-text{
        width: 46% !important;
    }
    .editRoleContainer{
        margin: 10px;
    }
    .rolewidthtablet{
        width: 50% !important;
    }
    .widthtablet{
        width: 33.33333333333333%;
    }
    .meataContainer .dtpl-square{
        padding-left: 10px;
        padding-right: 10px;
        height: 180px;
    }
    #docMetaTags .col-sm-3 {
        width: 40%;
    }
    .np-doc-warper
    {
        padding: 1px 0 0 20px !important;
    }
    .np-doc-col-info{
        width: 350px !important;
    }
    .np-doc-col-label{
        width: 140px !important;
    }
    .tab-padding-tablet{
        padding:0 15px 0 20px !important;
    }
    .hearing-button .col-sm-3{
        width: 40% !important;
    }
    .prhearingtablet{
        padding-right: 15px !important;
    }

    .btn-width-hearing{
        width: 180px !important;
    }
}

/* ----------- Galaxy Tab under 7.7 ----------- */
/* Portrait and Landscape */
@media (min-device-width: 600px) and (max-device-width: 1024px) {
    .mobile-vertical-scroll {
        width: 1500px;
        overflow-x: auto;
    }

    #icon-search-top .tooltip {
        display: none !important;
    }
}

@media (max-width:980px) {
    .sidebar-toggle.display--non {
        display: block !important;
    }

    #sidebar-wrapper.toggle-sidebar,
    #sidebar-wrapper.show {
        width: 320px;
    }

    #wrapper,
    #wrapper.toggled {
        padding-left: 0;
    }

        #sidebar-wrapper,
        #wrapper.toggled #sidebar-wrapper,
        .resize-bar {
            width: 0;
        }

    #page-content-wrapper {
        padding: 20px;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }

    #sidebar-header .navbar-toggle {
        display: block;
        position: absolute;
        left: 10px;
    }

    .tab-content-header {
        position: fixed;
        width: 100%;
        padding-right: 0px !important;
    }

    #resizeBar.toggle-sidebar {
        width: 328px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    #sidebar-wrapper {
        height: 93%;
    }

    #icon-search-top .tooltip {
        display: none !important;
    }
}

@media(min-width:1400px) {
    .navbar-left {
        width: 50% !important;
    }
}

@media(max-width:1400px) {
    .navbar-user-name {
        max-width: 250px;
    }

    .navbar-left {
        width: 45% !important;
    }
}

@media(max-width:1200px) {
    .navbar-user-name {
        max-width: 200px;
    }
    .navbar-left {
        width: 300px !important;
    }
}

@media(max-width:900px) {
    .navbar-user-name {
        max-width: 100px;
    }
    
    .navbar-right {
        max-width: 275px;
       
    }
}

@media(max-width:770px) {
    .navbar-user-name {
        display: none;
    }
}

@media(max-width:440px) {
    .nav-tabs > li[id=master-tab] > a:hover,
    .nav-tabs > li[id=master-tab].active > a,
    .nav-tabs > li[id=master-tab].active > a:focus {
        /*logo_white*/
        /*OUS_color_54x54*/
        background: url('/Custom/Startpage/logo_white.png') no-repeat;
        background-color: white;
    }

    .custom-logo {
        /*logo_blue*/
        /*OUS_white_54x54*/
        background: url('/Custom/Startpage/logo_blue.png') no-repeat;
        width: 80px;
    }

    #master-tab > a, #master-tab.active > a, #master-tab > a:hover {
        background-position: 10px 6px;
    }
}



.flex__pannel {
    display: flex;
}

    .flex__pannel.row__direction {
        flex-direction: row;
    }

    .flex__pannel.column__direction {
        flex-direction: column;
    }

.flex__stretch {
    flex: 1;
}



.angular-ui-tree-node-name {
    width: 100%;
}

.permission__group {
    display: flex;
    flex-direction: row;
    width: 50vw;
}

.deviation-department .permission__group {
    width: 20vw;
}

.permission__group__header {
    width: calc(50vw + 12px);
    padding-right: 13px;
}

.deviation-department .permission__group__header {
    width: calc(20vw + 12px);
}

.permission__item {
    flex: 1;
    padding: 0 !important;
    text-align: center;
}

    .permission__item input[type=checkbox] {
        margin-top: 8px;
    }

.folder__permission .permission__group:not(.permission__group__header) .permission__item:nth-child(7),
.rm__permission .permission__group:not(.permission__group__header) .permission__item:nth-child(5) {
    border-right: 1px solid #ddd;
}

.tree__group {
    flex: 1;
    padding-top: 5px !important;
}

.angular-ui-tree-node-name {
    display: flex !important;
}

.invisibility {
    visibility: hidden;
}

.tc-default {
    padding-bottom: 7px;
}

.fdp-tree {
    overflow-y: scroll;
}


table[id=deviationDepartmentPermissionsBox] tr, .folder__permission li, .rm__permission li {
    border-top: 1px solid #ddd;
}

ng-form{
    display: block;
}

#searchReport [ng-dropdown-multiselect] a {
    color: #333 !important;
}