﻿html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p,
img, strong, em,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas,
footer, header, nav, section, dialog {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    font-size: 13px;
    background: transparent;
}

.KenestoDrive .Dependencies div,
.KenestoDrive .Dependencies p,
.KenestoDrive .Dependencies li,
.KenestoDrive .Dependencies ul,
.KenestoDrive .Dependencies a,
.KenestoDrive .Dependencies label,
.KenestoDrive .Dependencies span:not(.title),
.KenestoDrive .Dependencies th,
.KenestoDrive .Dependencies td {
    font-size: 14px !important;
}

@media only screen and (max-width: 1060px) {
    html, body, div, span, iframe,
    h4, h5, h6, p,
    img, strong, em,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas,
    footer, header, nav, section,
    .noData, .dataTables_emptyl {
        font-size: 11px;
    }
    /*special cases*/
    #postLicenseNotification p {
        font-size: 13px !important;
    }

    label, .chBox label {
        font-size: 11px !important;
    }

    #postLicenseNotification p {
        margin-top: 20px;
        float: none;
    }

    #AddSubWfStage2 table td {
        font-size: 13px;
    }

    #importBomFile {
        left: 440px;
        top: 5px;
    }

    .OrgDomainLi span {
        font-size: 11px !important;
    }

    body.KenestoDrive label,
    body.KenestoDrive li,
    body.KenestoDrive th,
    body.KenestoDrive span:not(.ui-dialog-title):not(.title),
    body.KenestoDrive div,
    body.KenestoDrive p {
        font-size: 13px !important;
    }
}

input::-moz-focus-inner {
    border: 0;
}

nav ul, ul {
    list-style: none;
}

p {
    position: relative;
    margin: 10px 0;
}

strong {
    font-weight: 600;
}

legend {
    position: relative;
    top: 5px;
}

a {
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
    background: transparent;
    cursor: pointer;
    color: #0077dd;
    text-decoration: none;
}

#AddCustomAttributesFormPanel > div a {
    margin: 5px 0;
    font-weight: 600;
    display: inline-block;
}

.ui-widget-content a:not(.jstree-anchor) {
    color: #0077dd !important;
}

a:link, a:visited, a:hover, a:active, a:focus, input, select {
    outline: 0px;
}

a:visited {
    color: #0077dd;
}

a:not(.disabled):not(.jstree-anchor):hover,
a:not(.disabled):hover strong,
#modal a:not(.jstree-anchor):hover,
#modal a:hover strong,
#modal .su-hover > a {
    color: #0077dd;
    text-decoration: underline;
}

h1 {
    color: #223344;
    font-size: 24px;
    font-weight: normal;
    margin: 0px 0 20px 0;
}

h2, h3 {
    color: #223344;
    font-size: 24px;
    font-weight: normal;
    clear: both;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    padding-bottom: 5px;
}

h2 {
    margin-bottom: 10px;
}

h3 {
    color: #223344;
    font-size: 14px;
}

#content h3 {
    font-size: 18px;
    margin: 10px 0px 0px 0px;
    font-family: 'Open Sans', sans-serif;
}

h4, h5, h6 {
    color: #333333;
    font-size: 13px;
}

h4 {
    margin: 5px 0;
}

form h4 {
    clear: both;
    margin-bottom: 10px;
    line-height: 22px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

    table.flotingTable {
        table-layout: auto;
    }

body {
    background-color: #fff;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 18px;
    margin: 0px;
    padding: 0px;
    /*overflow-y: scroll; */
}

ol {
    list-style-type: decimal;
    margin-left: 20px;
}

    ol ol {
        list-style-type: lower-alpha;
    }

    ol li {
        line-height: 28px;
    }

html, body.loggedIn {
    height: 100%;
}

body.loggedOut, body.plugins {
    height: 100%;
    height: auto !important;
    background-color: #7699BE;
}

    body.plugins.signUp, body.plugins.loggedIn {
        background-color: white;
    }

body.signUp {
    height: 100%;
    height: auto !important;
}

.btn_set input[type=button],
.btn_set input[type=submit],
.DTTT_button span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    border: 1px solid #dfdfdf;
    background: #fff;
    color: #666;
}

    .btn_set input[type=button]:hover,
    .btn_set input[type=submit]:hover,
    .DTTT_button span:hover {
        border-color: #000;
        color: #000;
        background-color: #fff;
    }

textarea,
input {
    font-family: 'Open Sans', sans-serif !important;
}

.Terms #main {
    top: 0;
}

.dashboard #main {
    background-color: Red;
    position: absolute; /* global messages */
}

.externalUser #main, .noMainMenu #main {
    top: 42px;
}

.noMainMenu #formTitle {
    margin-top: 0;
}

.sideBar {
    overflow: hidden;
    background-color: #f4f4ef;
    position: fixed;
    right: 0px;
    top: 41px;
    border-left: 1px solid #c8d2dc;
    z-index: 1998;
    width: 260px;
    transition: width 0.5s ease, border 0.5s ease;
}

    .sideBar.collapse {
        width: 0;
        border: 0px solid #c8d2dc;
    }

        .sideBar.collapse #contactsArea {
            display: none;
        }

aside .header {
    height: 38px;
    background-color: #f7f7f3;
    text-align: center;
    border-bottom: 1px solid #c8d2dc;
    cursor: pointer;
    overflow: hidden;
}

aside .header,
li.header {
    padding: 0 10px;
}

aside .header {
    width: 240px;
}

.header i.icn {
    margin-top: 12px;
}

.hasLogo {
    overflow: hidden;
}

#content {
    width: 100%;
    height: 100%;
}

.Terms #content {
    padding: 40px 0px 0px 0px;
}

header .topHeader {
    width: 100%;
    background-color: #000;
    height: 42px;
    /*z-index: 1001;
	position: relative;*/
}

    header .topHeader.IM {
        background-color: #D6F0FF;
    }
    header .bottomHeader {
        border-bottom: 1px solid #C8D2DC;
        float: left;
        width: 100%;
        background: -moz-linear-gradient(top, #edeef0 0%, #dee2e7 100%);
        background: -webkit-linear-gradient(top, #edeef0 0%,#dee2e7 100%);
        max-height: 64px;
    }

header nav {
    clear: both;
    height: 42px;
    background-color: #fff;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
    z-index: 1000;
}

#menu {
    margin: -1px 0px 0px 0px;
    text-align: left;
    z-index: 300;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.companyLogo {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    position: relative;
    top: -3px;
    right: 5px;
    margin: 0 0 0 5px !important;
    text-align: center;
    height: 30px;
}

/* Login Display */
#logindisplay {
    display: block;
    text-align: right;
    color: #333;
    z-index: 1002;
    width: 124px;
}

.informationLink {
    position: relative;
    float: left;
    margin-top: 14px;
    z-index: 700;
}

.externalUser .informationLink {
    margin-top: 18px;
    position: absolute;
    right: 100px;
    float: none;
}

#logindisplay li:first-child {
    display: block;
    cursor: pointer;
    width: 124px;
    height: 20px;
    text-overflow: ellipsis;
    position: relative;
}

    #logindisplay li:first-child span:last-child {
        white-space: nowrap;
        display: block;
        text-overflow: ellipsis;
        max-width: 105px;
        overflow: hidden;
        cursor: default;
        color: #666;
    }

#logindisplay:hover {
    background: #fff;
    -moz-box-shadow: 0 1px 2px 0 #888888;
    -webkit-box-shadow: 0 1px 2px 0 #888888;
    box-shadow: 0 1px 2px 0 #888888;
}

#logindisplay li {
    display: none;
    text-align: left;
    color: #0077DD;
    line-height: 18px;
    clear: both;
    margin-left: 0px;
    padding: 0 2px;
}

#logindisplay:hover li:first-child span:last-child {
    color: #0077DD;
}

#logindisplay li a {
    display: block;
    text-decoration: none;
    padding: 0 3px;
}

    #logindisplay li a:hover {
        color: #fff;
        background-color: #0077DD;
    }

#logindisplay:hover li {
    display: block;
}

#logindisplay a:link {
    text-decoration: none;
}

#logindisplay a:visited {
    text-decoration: underline;
}

#logindisplay a:hover {
    text-decoration: none;
}

/* Menu */
#menu > li:not(.wsDropDown) {
    float: left;
    display: table;
    text-align: center;
    margin-top: 1px;
    margin-right: 1px;
    height: 42px;
    position: relative;
}

#menu > li:hover {
    /*background-color: #f9fbfc;*/
}

#menu > li.lastItem {
    float: right;
    cursor: pointer;
    position: absolute;
    right: 0;
    background-color: transparent;
}

    #menu > li.lastItem:after {
        display: none;
    }

#menu > li a,
#menu > li.ws-label span {
    font-size: 14px;
    padding: 0 0.8em; /* equals 10px with borders */
    font-weight: 400;
    text-decoration: none;
    color: #0a3a60;
    border: 1px solid transparent;
    display: block;
    vertical-align: middle;
    line-height: 40px;
    font-style: normal;
}

    #menu > li a:before {
        content: '';
        width: 0%;
        height: 3px;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        opacity: 0;
        background: #ff6a00;
        pointer-events: none;
        -webkit-transition: width .35s, opacity .1s;
        transition: width .35s, opacity .1s;
    }

#menu > li:hover a:before {
    width: 100%;
    opacity: 1;
    text-decoration: none;
}

#menu > li.Workspaces {
    margin-right: 6px;
}

    #menu > li.Workspaces a {
        padding: 0 5px;
    }

#menu li.everything {
    width: 185px;
    cursor: pointer;
    text-align: left !important;
    line-height: 38px;
    padding: 0 0 0 15px;
    display: none;
}

#menu li.goBack {
    margin: 8px 5px 0px 17px;
    height: 11px;
    padding: 5px 5px 2px 5px;
    border: 1px solid #dfdfdf;
}

#menu li.goBack span, #menu li.addNewWorkspace span {
        font-size: 13px !important;
}
#menu li.goBack:hover, #menu li.addNewWorkspace:hover {
        cursor: pointer;
        border: 1px solid #000;
    }
#menu li.addNewWorkspace {
    /*margin: 8px 5px 0px 5px;
    height: 11px;
    padding: 5px 5px 2px 5px;*/
    border: 1px solid #dfdfdf;
    margin: 8px 8px 0 3px !important;
    border: 1px solid #dfdfdf;
    cursor: pointer;
    height: auto !important;
    line-height: 10px;
    padding: 5px;
}

li.everything span,
li.everything a {
    font-weight: 600 !important;
    /*text-transform: uppercase;*/
    padding: 0 !important;
}

    li.everything span.ttl {
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 130px;
        /*text-transform: uppercase;*/
    }

.wsDropDown .wraper {
    margin: 8px 5px 0 0px;
}

nav .mLayer {
    background-color: transparent;
    height: 38px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.sidePanelTitle {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 36px;
}

.everything i.icn {
    margin: 14px 10px 0 0px;
}

.everything i.icn-wkSpace-16 {
    margin: 12px 5px 0 0px;
}

.everything i.icn-rpt-16,
.everything i.icn-admin-16 {
    margin: 10px 5px 0 0px;
}

.everything ul i.icn {
    margin-left: 11px;
}

.everything li.workspace i.icn {
    margin-top: 9px;
}

.everything li.AddWorkspace i.icn {
    margin-top: 11px;
}

#menu li a:hover {
    color: #333;
}

#menu > li.currTab {
    height: 42px;
}

#menu li.currTab a {
    /*background-color: #fff;
    color: #333333;*/
    color: #ff6a00;
    font-weight: 600;
    text-decoration: none;
}

    #menu li.currTab a:hover {
        color: #0a3a60;
    }

    #menu li.currTab a:before {
        width: 100%;
        opacity: 1;
    }



#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

.everything ul {
    overflow: hidden;
    position: absolute;
    top: 38px !important;
    background-color: #F4F6F8;
    width: 198px;
    border: 0px solid transparent;
    z-index: 2003;
    border: 1px solid #E6E6E6;
    border-left: none;
    left: -200px;
    transition: left 0.3s ease;
}

li.everything:hover ul,
li.everything.hover ul {
    left: 0;
}

.everything.expand ul {
    height: 200px;
    border: 1px solid #E6E6E6;
    border-left: none;
    border-top: none;
}

.everything li {
    background-color: transparent;
    text-align: left;
    margin: 0px auto;
    float: none !important;
    width: 190px;
    border-bottom: 1px solid #c8d2dc;
    box-shadow: 0 1px 0 #FFFFFF;
}

    .everything li:last-child, .everything li.noBorder {
        border-bottom: none !important;
        box-shadow: none !important;
    }

    .everything li.Reports {
        border-top: 1px solid #c8d2dc;
    }

    .everything li.viewAll a {
        margin-left: 11px;
        color: #0077DD !important;
    }

#menu li.everything li:after {
    /*border-bottom: 1px solid #DDE5EC!important;
    box-shadow: 0 1px 0 #FFFFFF;
	width: 200px!important;
	height: 0!important;
	display: block;
	position: absolute;*/
    display: none;
}

.everything ul li.workspace,
.everything ul li.AddWorkspace {
    padding-left: 25px;
}

#menu li.everything li a {
    color: #333333;
    display: block;
    line-height: 36px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
    text-transform: uppercase;
}

li.everything li a:hover {
    color: #0066cc !important;
}

#menu li.everything li.workspace a {
    text-transform: none;
}

.everything li.workspace a,
.everything li.AddWorkspace a {
    text-transform: capitalize;
    width: 140px !important;
    line-height: 32px !important;
}

li.everything li a .action {
    text-transform: capitalize;
    color: #0077DD;
}

#menu .everything li.currTab {
    height: 38px;
}

    #menu .everything li.currTab a {
        background: none;
    }

.everything li a:hover {
    color: #333;
}

#plmSearch {
    height: 30px;
    margin: 0 auto;
    position: fixed;
    top: 6px;
    text-align: left;
    /*width: 100%;*/
    z-index: 2010;
    left: 100px;
    right: 100px;
}

    #plmSearch form {
        width: 377px;
        position: relative;
        margin: 0 auto;
    }

@media (max-width: 1625px) {
    #plmSearch form {
        margin-right: 515px;
    }
}

#plmSearch .search_wrapper {
    height: 30px;
    background: #5c5c5c;
}

.search_wrapper ul.customDropdownList {
    padding-right: 5px;
    margin: 0;
}

.search_wrapper input[type="text"] {
    height: 21px;
    left: 110px;
    position: absolute;
    top: 2px;
    width: 100px;
    z-index: 50;
    background: #ffffff;
}

#plmSearch .search_wrapper input[type="text"] {
    height: 30px;
    left: 120px;
    position: absolute;
    top: 0;
    width: 225px;
    z-index: 50;
    background: none;
    color: #fff;
}

.search_wrapper input[type="submit"],
.search_wrapper input.lsb[disabled][type="submit"] {
    background-position: -73px -91px !important;
    background-color: transparent;
    border: 0 solid transparent !important;
    cursor: pointer;
    height: 16px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 8px;
    text-indent: -9999px;
    top: 7px;
    width: 16px;
    z-index: 300;
}

.search_wrapper input[type="button"]:hover {
    background-position: -108px -280px !important;
}

.search_wrapper input {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

.search_wrapper select {
    width: 90px !important;
    cursor: pointer;
    color: #0077DD;
    border: none;
}

.scrollableContainer ul#familyCodeSubMenu {
    position: fixed;
    border-bottom: 0px solid transparent;
    top: 69px;
}

.Home .fake, .Organizations .fake {
    z-index: 3;
}
/* LOADER */
/*.externalUser .fake {top: 50px;}*/
.loadingPage, .loadingObjectPreview {
    /*background-image: url(themes/base/images/30.gif);
    width: 56px; height: 14px;*/
    background-image: url(themes/base/images/loader.gif);
    width: 43px;
    height: 11px;
    background-position: 0px 0px;
    position: absolute;
    margin: 0 auto;
    top: 14px;
    background-repeat: no-repeat;
    z-index: 1300;
    left: 50%;
    margin-left: -24px;
}

#uploadToOnshape .loadingPage {
    /*background-image: url(themes/base/images/30.gif);
    width: 56px; height: 14px;*/
    background-image: url(themes/base/images/loader.gif);
    width: 43px;
    height: 11px;
    background-position: 0px 0px;
    position: absolute;
    margin: 0 auto;
    top: 190px;
    background-repeat: no-repeat;
    z-index: 1300;
    left: 50%;
    margin-left: -24px;
}

#embeddedViewerContainer .loadingPage {
    background-image: url(themes/base/images/loadingViewerGrey1.gif);
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1300;
    margin-left: -16px;
}


/*end of LOADER*/

.promo {
    float: right;
    margin: 12px 14px 0 0;
}

.Organizations .loadingPage {
    float: none;
}

.loadingDocuments {
    /*background-image: url(themes/base/images/processing_wide_dark.gif);*/
    background-image: url(themes/base/images/buttonLoader.gif);
    background-position: 0px 0px;
    float: left;
    margin-left: 10px;
    background-repeat: no-repeat;
    width: 56px;
    height: 14px;
    margin-top: 3px;
    display: none;
}

ul#customizedTabs li.buttonTab {
    float: left;
    position: relative;
    margin-left: 5px;
}

#customizeTabsSection {
    position: absolute;
    z-index: 700;
    display: block;
    color: #333333;
    width: 200px;
}

    #customizeTabsSection li.errorPlaceHolder div.error {
        position: relative;
        color: #BB0022;
        font-weight: bold;
        display: none;
    }

    #customizeTabsSection ul {
        background: #fdfdfd;
        z-index: 500;
        top: 0px;
        color: #666;
        background-color: #fff;
        width: 194px;
        padding: 0px;
        float: left;
        list-style-type: none;
        margin: 0px;
        line-height: 18px;
        border: 1px solid #ccc;
    }

        #customizeTabsSection ul li {
            clear: both;
            overflow: hidden;
            background: none;
            border: 1px solid transparent;
            text-align: left;
            margin: -1px !important;
            padding: 4px 8px;
            position: relative;
            float: none;
        }

            #customizeTabsSection ul li.hidden {
                display: none;
            }

            #customizeTabsSection ul li span.lbl {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                width: 135px;
                float: left;
                display: block;
            }

    #customizeTabsSection .addTab span {
        color: #666;
        cursor: pointer;
    }

    #customizeTabsSection .addTab:hover span {
        color: #000;
    }

    #customizeTabsSection .addTab span:not(.icn) {
        line-height: 20px;
    }

    #customizeTabsSection ul li a {
        padding: 0 !important;
        display: none;
        width: 16px;
    }

    #customizeTabsSection ul li:hover a {
        display: block;
    }

    #customizeTabsSection ul li:hover {
        background-color: #fff;
        cursor: pointer;
        border: 1px solid #000;
    }

    #customizeTabsSection li .icn {
        margin: 1px 0 0 0;
    }

    #customizeTabsSection ul li .deleteSubTab {
        right: 5px;
        position: absolute;
        float: none;
    }

    #customizeTabsSection ul li .editSubTab {
        right: 25px;
        position: absolute;
        float: none;
    }
    /*#customizeTabsSection ul li:first-child:hover {background-color: transparent;}*/
    #customizeTabsSection .icn.icn-add-16 {
        margin: 5px 5px 0 0;
    }

    #customizeTabsSection ul li.errorPlaceHolder:hover,
    #customizeTabsSection ul li.formButtonsPlaceHolder:hover {
        background-color: transparent;
        cursor: default;
    }

    #customizeTabsSection ul li input[type="checkbox"] {
        float: left;
        margin: 2px 4px 0px 1px;
    }

.loggedIn header {
    padding: 0;
    min-width: 964px;
    width: 100%;
    position: fixed;
    z-index: 1200;
}

.logos {
    height: 42px;
}

    .logos li {
        display: table-cell;
        vertical-align: middle;
        height: 42px;
        position: relative;
    }

        .logos li:before {
            border-left: 1px solid #eee;
            content: '  ';
            position: absolute;
            height: 26px;
            top: 8px;
            left: 5px;
        }

        .logos li a {
            height: 42px;
            cursor: pointer;
        }

        .logos li:nth-child(2) {
            padding-left: 14px;
        }

        .logos li:first-child:before {
            display: none;
        }

    .logos img {
        padding-right: 15px;
        padding: 6px 15px 0 15px;
        cursor: pointer;
    }

.plugins .logos img {
    cursor: default;
}

.logos #companyLogo {
    padding-top: 3px;
}

    .logos #companyLogo img {
        cursor: default;
        border: 1px solid #eee;
        border-radius: 4px;
        padding: 2px;
    }


/* Toolbar */
#toolBar {
    height: 25px;
    position: fixed;
    z-index: 2005;
    top: 8px;
    right: 0;
    z-index: 2500;
}

.toolBarItem {
    margin: 3px 12px 0 0;
    max-height: 20px;
}

    .toolBarItem:not(.dropDown):hover :not(a) span {
        color: #ffaa00 !important;
    }

    .toolBarItem.dropDown:hover {
        padding-bottom: 10px;
    }

    .toolBarItem:not(.dropDown) span {
        color: #ffffff;
        cursor: pointer;
        display: inline-block !important;
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.IM .toolBarItem:not(.dropDown) span {
    color: black !important;
}
        .toolBarItem.installDrive a {
        text-decoration: none;
        display: block;
    }

        .toolBarItem.installDrive a span {
            font-size: 11px;
            max-width: 120px;
        }

    .toolBarItem a:hover {
        color: #fff;
    }

    .toolBarItem .comment a:hover {
        color: #0077dd;
    }

    .toolBarItem.installDrive .tooltip {
        border: 1px solid #fa6800;
        border-radius: 0;
        font-weight: 600;
        font-style: normal;
        font-size: 12px;
        letter-spacing: -0.3px;
        color: #fa6800;
        background: #fff;
        width: 225px;
        margin-top: 10px;
        padding: 5px 7px;
        left: 100px;
    }

    .toolBarItem.dropDown.on .dropDown-toggle:after {
        content: '';
        display: block;
        width: 40px;
        height: 30px;
        position: absolute;
        top: 4px;
        margin-left: -10px;
    }

/* Breadcrumbs */
#MvcSiteMap {
    clear: both;
    font-size: 13px;
    color: #0a3a60;
    min-height: 18px;
    margin: 10px 0 12px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-weight: 600;
    /*-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}

.externalUser #MvcSiteMap {
    min-height: 0;
}

.Workspaces-main #MvcSiteMap {
    display: none;
}


#MvcSiteMap a {
    color: #0a3a60;
    text-decoration: none;
    cursor: pointer;
}

    #MvcSiteMap a:hover {
        text-decoration: underline;
    }

#MvcSiteMap span {
    color: #0a3a60;
    text-decoration: none;
    cursor: default;
    font-size: 13px;
}

/* Menu Scrollable */
.scrollableContainer {
    width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    margin: -24px 0px 0px 0px;
    height: 22px;
    position: fixed;
    z-index: 2;
    left: 0px;
    /*background-color: #f5f6f7;
    border-bottom: 1px solid #C8D2DC; 
    -moz-box-shadow:    0 2px 4px 0 #DAE4EE;
    -webkit-box-shadow: 0 2px 4px 0 #DAE4EE;
    box-shadow:         0 2px 4px 0 #DAE4EE; */
}

.scrollable {
    position: relative;
    overflow: hidden;
    /*width: 94%;        */
    width: 95%;
    height: 23px;
    float: left;
    top: -1px;
}

    .scrollable .items {
        width: 20000em !important;
        position: absolute;
        top: 0px !important;
    }

.items li {
    float: left;
}

.scrollableContainer .browse, .scrollableContainer .fakebrowse {
    float: left;
    height: 18px;
    position: relative;
    width: 18px;
    overflow: hidden;
    z-index: 350;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f4f6f8 100%) no-repeat #f4f6f8; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f6f8)) no-repeat #f4f6f8; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f4f6f8 100%) no-repeat #f4f6f8; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f4f6f8 100%) no-repeat #f4f6f8; /* Opera11.10+ */
    background: linear-gradient(top, #ffffff 0%,#f4f6f8 100%) no-repeat #f4f6f8; /* W3C */
}

    .scrollableContainer .browse.right {
        background-position: -430px -179px;
        margin-left: 2px;
    }

    .scrollableContainer .browse.left {
        background-position: -450px -179px;
        margin-right: 0;
        margin-left: 0px;
        z-index: 1000;
    }

    .scrollableContainer .browse.right:hover {
        background-position: -430px -197px;
    }

    .scrollableContainer .browse.left:hover {
        background-position: -450px -197px;
    }

    .scrollableContainer .browse.right.disabled {
        background-position: -430px -215px;
        display: none !important;
    }

.scrollableContainer .fakebrowse {
    background-position: -430px -215px;
    margin-left: 2px;
    display: none !important;
}

.scrollableContainer .browse.left.disabled {
    background-position: -450px -215px;
}

/* Footer */
footer {
    text-align: center;
    line-height: 27px;
    clear: both;
    position: relative;
    top: 93px;
    width: 100%;
    /*min-width: 964px;*/
    height: 27px;
    border-top: 1px solid #ddd;
    margin: 0 auto;
}

    /*.Home footer {
    position:relative;
}*/
    footer ul {
        float: left;
        padding: 0px 10px;
        width: -moz-calc(100% - 20px);
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
    }

    footer li.sep {
        color: #666;
        margin: 0px 5px;
    }

    footer li a,
    footer span,
    footer li {
        text-decoration: none;
        font-size: 12px;
    }

        footer li a:hover,
        footer li span:hover {
            text-decoration: underline;
        }

        footer li a:link,
        footer li a:visited,
        footer li a:hover,
        footer li a:active,
        footer span {
            color: #666;
            cursor: pointer;
        }

.copy {
    color: #666;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    border-left: 0px solid transparent;
    float: left;
}

/* Modal */
.loggedIn .ui-widget-overlay, .loggedOut .ui-widget-overlay {
    background-color: #000;
    background-image: none;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 400;
    opacity: 0.25;
    filter: alpha(opacity=25);
}

.ui-dialog {
    background: #fff;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    padding: 20px 40px 8px 40px !important;
    border: 1px solid #666 !important;
}

.addDependenciesModalContainer,
.chooserModal,
.viewRevisionsModalContainer {
    padding: 20px 10px 8px 10px !important;
    left: 0 !important;
    border: 1px solid transparent !important;
}

.editDocumentDependenciesContainer {
    padding: 20px 10px 8px 10px !important;
}

.genForm.editDocumentDependencies .field-validation-error {
    margin: 3px 0 0 0;
}

.addDependenciesModalContainer + .ui-widget-overlay,
.chooserModal + .ui-widget-overlay,
.viewRevisionsModalContainer + .ui-widget-overlay {
    display: none;
}

.addDependenciesModalContainer .ui-dialog-titlebar,
.chooserModal .ui-dialog-titlebar,
.viewRevisionsModalContainer .ui-dialog-titlebar {
    cursor: default !important;
}

.ui-dialog.extraWideModal {
    padding: 15px 40px 8px 40px !important;
}

.ui-dialog .ui-widget-header {
    background: none !important;
    border: 0px solid transparent !important;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0px !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    margin: 0px !important;
    right: -35px !important;
    top: -10px !important;
}

.addDependenciesModalContainer.ui-dialog .ui-dialog-titlebar-close,
.chooserModal.ui-dialog .ui-dialog-titlebar-close,
.viewRevisionsModalContainer.ui-dialog .ui-dialog-titlebar-close,
.editDocumentDependenciesContainer.ui-dialog .ui-dialog-titlebar-close {
    right: -5px !important;
}

.ui-dialog .ui-dialog-titlebar-close.ui-state-hover {
    background: none;
}

.ui-dialog h3, .ui-dialog .close {
    display: none;
}

.close {
    position: absolute;
}

.ui-dialog .ui-dialog-title {
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: 600;
    /*line-height: 60px;*/
    line-height: 32px;
    margin: 0 !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 500px;
    /*  max-width:90%; */
}

.ui-dialog label {
    color: #666;
}

.wideModal.ui-dialog .ui-dialog-title {
    max-width: 700px;
}

.wideModal.sharedExternal .ui-dialog-title {
    float: none;
}

.ui-dialog .ui-widget-content {
    border: 1px solid transparent !important;
}

.ui-dialog .ui-dialog-content {
    padding: 0px !important;
}

.uploadToOnshape .ui-dialog-title {
    float: none;
}

#modal .genForm, #modal .genFormH, #modal .aboutDialog {
    width: 500px;
    float: left;
}

.KenestoDrive .wide_900 #modal .genForm {
    width: auto;
    margin-top: 0;
}

#RegistrationlPanel.genForm, #escalationsTask.genForm {
    width: 700px;
}

#modal .genForm {
    margin-top: 13px;
}

    #modal .genForm.addDependenciesModal,
    #modal .genForm.chooserModal,
    #modal .genForm.moveAssetsModal,
    #modal .genForm.addExistingModal {
        margin-top: 20px;
    }

        #modal .genForm.addDependenciesModal .error,
        #modal .genForm.chooserModal .error,
        #modal .genForm.moveAssetsModal .error,
        #modal .genForm.addExistingModal .error {
            min-height: 18px;
            top: -5px;
            position: absolute;
        }
/*#modal .genForm.addDependenciesModal,
#modal .genForm.moveAssetsModal {margin-top: 20px;}
#modal .genForm.addDependenciesModal .error,
#modal .genForm.moveAssetsModal .error {
    min-height: 18px;
    top: -5px;
    position: absolute;
}*/
#modal .sharedExternal.genForm {
    margin-top: 0;
}

#modal .genForm form {
    float: left;
    width: 100%; /*overflow: hidden;*/
}

#modal .genForm p {
    line-height: 18px;
    margin: 0px;
    float: left;
    width: 100%;
}

#modal #folderContainer .formRow.chBox {
    padding-left: 110px;
    padding-bottom: 15px;
}

#modal .genForm .approvalStep p {
    margin-bottom: 10px;
}

#exportForm.genForm {
    width: 850px;
}

#modal .genForm #AddCustomAttributesFormPanel p {
    margin-top: 10px;
}

#modal .genForm #changeOwnerForm p,
#modal .genForm #createNewUserForm p,
#modal .genForm #addExistingDocumentPanel p,
#modal .genForm #getCompleteBackForm p,
#modal .genForm #insertTemplateForm p {
    margin-bottom: 10px;
    clear: both;
}

#modal .genForm #addExistingDocumentForm p,
#modal .genForm #documentForm p,
#modal .genForm #addExistingPartForm p {
    margin-bottom: 10px;
}

#modal .genForm #insertTemplateForm .btn_set {
    margin-bottom: 15px;
}

#modal #documentsApproverForm .genForm {
    width: 700px;
}

#modal .genForm #HowToCreateTask p {
    float: none
}

#modal #insertTemplateForm .customDropdownList ul {
    width: 390px;
    max-width: none;
}

#modal .genForm #addExistingPartForm p {margin-bottom: 10px;}
#modal .genForm #insertTemplateForm .btn_set {margin-bottom: 15px;}
#modal #documentsApproverForm .genForm {width: 700px;}

#modal .genForm #HowToCreateTask p {float: none}
#modal #insertTemplateForm .customDropdownList ul { width: 390px; max-width: none;}
#borwserAlert .modalContent {
    display: none;
    float: left;
    margin: 22px 0px;
}

.wideModal #assetForm.shareAsset,
#wsForm.shareWorkspace,
#wsShareForm.shareAsset,
.wideModal.ui-dialog.sharedExternal {
    width: 700px;
}

#wsShareForm {
    margin-top: 0px !important;
}

 #wsShareForm .wsOwner {
        margin-bottom: 45px !important;
  }

.KenestoDrive .wideModal #assetForm.shareAsset,
.KenestoDrive .wideModal.ui-dialog.sharedModal {
    width: 890px;
}

.genForm.wideForm {
    width: 700px !important;
}

.genForm .box {
    max-height: 350px;
    overflow-y: auto;
}

.wideModal.ui-dialog.sharedExternal .btn_set {
    z-index: 1;
}

/*Custom cases for modal to avoid some content to be cut due to overflaw:hidden*/

.externalUser #modal:after {
    content: " ";
    display: block;
    clear: both;
}

.externalUser #modal #RegistrationlPanel + iframe {
    display: block;
}

.ui-dialog.posTopLeft {
    /*left: 20px !important;
    top: 90px !important;*/
    padding: 10px !important;
}

    .ui-dialog.posTopLeft .ui-dialog-titlebar-close {
        right: 0 !important;
        top: 0px !important;
    }

    .ui-dialog.posTopLeft .formContentContainer {
        border: none !important;
        margin: 0 !important;
    }

    .ui-dialog.posTopLeft .formsdetails {
        margin: -20px 0 0 0 !important;
        border: none !important;
        padding: 0 10px !important;
    }

/*.Library #routeForm.genForm form,
 .Processes #modal .genForm form,*/
/*.Processes .ui-dialog .ui-dialog-content, 
 .Tasks .ui-dialog .ui-dialog-content, 
 .Library .ui-dialog .ui-dialog-content,
 .Documents .ui-dialog .ui-dialog-content,
 .Discussions .ui-dialog .ui-dialog-content{
     overflow: visible!important;
 }*/



.ui-dialog .ui-dialog-content {
    overflow: visible !important;
}

.ui-dialog:not(.posTopLeft):before,
.KenestoDrive .Versions:before
/*, .KenestoDrive .Dependencies:before*/ {
    content: " ";
    position: absolute;
    height: 66px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F6F6F6;
}

.ui-dialog.confirmDialog:before {
    height: 55px;
    border-top: 1px solid #e6e6e6;
}

.reportModal .ui-dialog:before,
.viewerOverlay .ui-dialog:before {
    display: none;
}

/*.Library #routeForm.genForm form{width: 96%;}*/

.ToEmailsContainer {
    clear: both;
}

.ui-dialog.confirmDialog {
    padding-top: 0 !important;
}

    .ui-dialog.confirmDialog .ui-dialog-buttonpane {
        padding: 0;
    }

        .ui-dialog.confirmDialog .ui-dialog-buttonpane button {
            padding: 0;
            border: 1px solid #dfdfdf;
            background: #fff;
            color: #666;
            height: 27px;
            min-width: 74px;
        }

        .ui-dialog.confirmDialog .ui-dialog-buttonpane .ui-state-hover,
        .ui-dialog.confirmDialog .ui-dialog-buttonpane .ui-state-focus {
            border: 1px solid #000 !important;
            color: #000;
        }

    .ui-dialog.confirmDialog .ui-button-text {
        padding: 0;
        font-size: 13px;
        line-height: 26px;
    }

/*
#reassignTask.genForm label,
#sendTask.genForm label {width: 70px; }

#reassignTask.genForm input[type="text"],
#sendTask.genForm input[type="text"] {
    width: 208px;    
}
*/

.viewerOverlay .ui-dialog {
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0,0,0,0.65) !important;
    /*background-color:#fff;*/
    border: none !important;
    padding: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    position: fixed;
}

.viewerOverlay .ui-widget-content {
    background-image: none;
}

.viewerOverlay .ui-dialog-titlebar {
    width: 16px;
    height: 16px;
    position: absolute !important;
    top: 4px;
    right: 10px;
    z-index: 1;
}

.viewerOverlay .ui-dialog-title {
    display: none !important;
}

.viewerOverlay .ui-dialog .ui-dialog-titlebar-close {
    position: absolute !important;
    display: block;
    z-index: 100;
    right: auto !important;
    top: 9px !important;
    background: none;
}

    .viewerOverlay .ui-dialog .ui-dialog-titlebar-close .icn_close {
        background-position: -75px -236px;
    }

    .viewerOverlay .ui-dialog .ui-dialog-titlebar-close.ui-state-hover .icn_close {
        background-position: -75px -183px;
    }

.viewer-header {
    width: 100%;
    background-color: #000;
    height: 42px;
}

    .viewer-header .logo {
        padding: 9px 15px 0 15px;
    }

    .viewer-header #documentName {
        position: absolute;
        left: 12.5%;
        margin-left: 0px;
        line-height: 40px;
        color: #fff;
        max-width: 420px;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.viewer-container {
    margin: 0 auto;
    text-align: center;
}

.viewer-actions {
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -42px;
    top: 13px;
}

.viewer-paging {
    float: right;
    margin: 14px 40px 0 0;
}

.viewer-actions li {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.viewer-paging li:nth-child(3) {
    margin: -3px 5px;
}

.viewer-paging li {
    float: left;
}

    .viewer-paging li i,
    .viewer-actions li i {
        /*border:1px dotted #fff;*/
        text-indent: -99999px;
    }

    .viewer-paging li span {
        line-height: 16px;
        color: #fff;
    }

.viewer-container iframe,
.viewer-container #iframeLoading {
    width: 75%;
    bottom: 5px;
}

.viewer-container #iframeLoading {
    /*background: #fff;*/
    background: #989898;
    position: absolute;
    top: 42px;
    margin: 0 12.5%;
}

.nav-btn {
    width: 20px;
    height: 54px;
    border: none;
    background: #000;
    position: fixed;
    margin-top: -27px;
    top: -moz-calc(50% + 21px);
    top: -webkit-calc(50% + 21px);
    top: calc(50% + 21px);
    padding: 1px 4px;
}

    .nav-btn.fl {
        left: 10px;
    }

    .nav-btn.fr {
        right: 10px;
    }

    .nav-btn:focus {
        outline: 0;
    }

#reassignTask.genForm ul.tagit input[type="text"],
#sendTask.genForm ul.tagit input[type="text"] {
    width: 50px !important;
}

.formRow.multiClmn .wraper,
.formRow.multiClmn #DueDate,
.formRow.multiClmn #PlannedStartDate,
.formRow.multiClmn input[type="text"] {
    width: 146px !important;
}

.formRow.multiClmn label._2nd {
    width: auto !important;
    margin: 0 8px 0 15px;
}

.tmh {
    position: relative;
    padding-right: 5px;
}

.tm {
    font-size: 12px;
    line-height: normal;
}

.tmh .tm {
    position: absolute;
}
/* Modal #loader */
.loading, .overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 2022;
}

.KenestoDrive .loading {
    z-index: 4000;
}

.loading div.preloaderBG, .overlay div.preloaderBG {
    background-color: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 800;
    opacity: 0.25;
    filter: alpha(opacity=25);
}

.overlay div.preloader {
    display: none;
}

.contentLoader {
    background-image: url(themes/base/images/processing_32.gif);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-color: #fff !important;
    position: absolute;
    z-index: 10000;
    top: 0px;
    left: 0px;
}

.objectContent div.preloader,
.loading div.preloader {
    background-image: url(themes/base/images/loader.gif);
    background-color: transparent;
    background-position: center 99px;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 900;
    opacity: 1;
    filter: alpha(opacity=100);
}

.KenestoDrive .preloader {
    top: -50px;
}

.wf.loading div.preloader {
    background-position: center 99px;
}
/* AJAX .preloading */
.preloading {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    display: none;
}

    .preloading div.preloaderBG {
        background-color: #ffffff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        z-index: 800;
        opacity: 0.2;
        filter: alpha(opacity=20);
    }

    .preloading div.preloader {
        background-image: url(themes/base/images/processing_32.gif);
        background-position: center center;
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: 900;
    }

.close .preloading div.preloader {
    background-image: none;
}

/* Global Messages & Errors*/
#GlobalMessage {
    text-align: center;
    position: fixed;
    left: 50%;
    top: 85px;
    z-index: 2002;
}

    #GlobalMessage a {
        color: #fff;
        text-decoration: underline;
    }

.KenestoDrive #GlobalMessage {
    top: 0;
}
/*.KenestoDrive .error { 
    position: absolute;
    top: 60px;
}*/
.KenestoDrive .addDependenciesModal .error,
.KenestoDrive .viewRevisionsModal .error {
    position: absolute;
    top: -6px;
}

.KenestoDrive .addDependenciesModal .btn_set {
    margin-right: 20px;
}

.KenestoDrive .addRevisionModal .error {
    top: -8px;
}

.KenestoDrive .editDocumentDependencies .error {
    position: initial;
}

.KenestoDrive .byLbl + .error {
    top: 80px;
}

.KenestoDrive #dependenciesTable .error {
    top: 0;
}

.externalUser #GlobalMessage {
    top: 42px;
}

    .externalUser #GlobalMessage + h1 {
        margin-top: 30px;
    }

.byLbl {
    position: relative;
    top: -20px;
    font-family: inherit;
    font-size: 12px !important;
    font-weight: 600;
}

.ResultMessage {
    background-color: #3290F1;
    border: 0;
    color: #fff;
    font-weight: normal;
    z-index: 1002;
    padding: 5px 20px 5px 10px;
    position: relative;
    left: -50%;
    font-size: 11px;
}

.KenestoDrive .ResultMessage {
    font-size: 12px !important;
}

.warningMsg {
    background: #FFF6CC;
    padding: 5px;
    border: 1px solid #F3B939;
    margin: 10px 0 20px 0;
}

.ResultMessage,
.multiSelect .error:not(:empty) {
}


#modal .ResultMessage {
    z-index: 1004;
    left: 0px;
    padding: 0px 0px 8px 0px;
}

.error {
    font-style: italic;
    color: #D40022;
    margin-bottom: 5px;
}

.toolBarItem .error:empty {
    margin-bottom: 0;
}

.multiSelect .error {
    margin-bottom: 0;
}

.error .ResultMessage {
    width: auto;
    font-style: italic;
    font-weight: normal;
    color: #D40022;
    background-color: transparent;
    box-shadow: 0px 0px 0px 0px transparent;
    border: 0px solid transparent;
    text-align: left;
    float: left;
}

.ResultMessage.errorMsg {
    background-color: #FC0000;
}


.error .ResultMessage span {
    display: none;
}

#comments .error {
    position: relative;
    top: 0px;
    left: 43px;
    width: auto;
    float: left;
}

    #comments .error .ResultMessage,
    #comments .error {
        background-color: #FC0000;
        color: #fff;
        font-style: normal;
        font-size: 13px;
    }

        #comments .error .ResultMessage span.icn_dismiss_th {
            top: 3px;
            right: 10px;
        }

#comments .ResultMessage {
    z-index: 1004;
    left: 0px;
    padding: 5px 25px 5px 10px;
    background-color: #efefef;
    border: 1px solid #D40022;
    border-top: 1px solid transparent;
    width: -moz-calc(100% - 32px);
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px);
}

#comments .error .ResultMessage span {
    display: block;
}

.ResultMessage span.icn_dismiss_th {
    margin: 4px -6px 0px 0px;
    position: absolute;
    top: 0px;
    right: 10px;
}

.ResultMessage ul {
    list-style-type: none;
    margin: 0px 5px 0px 0px;
    padding: 0px;
    top: 0px;
    line-height: 26px;
}

    .ResultMessage ul li {
        line-height: 16px;
        text-align: left;
    }

.ResultMessage p {
    line-height: 16px;
    margin: 0px 5px 0px 0px !important;
}

/* Field Validation Error */
.field-validation-error {
    display: block;
    clear: both;
    float: left;
    font-style: italic;
    color: #D40022;
}

    .field-validation-error:first-letter {
        text-transform: uppercase;
    }

.sideBar .field-validation-error {
    width: 100%;
}

.genForm .field-validation-error {
    margin-left: 110px;
}

.attributes .field-validation-error {
    margin-left: 130px;
}

#bomForm.genForm .field-validation-error {
    margin-left: 160px;
}

.genForm .icn_calendar .field-validation-error {
    margin-left: auto;
    width: 220px;
}

.genForm #ExportFormDataForm .field-validation-error {
    margin-left: 0px;
}

.formsdetails .field-validation-error {
    margin-left: 80px;
}

.fileValidator .field-validation-error {
    margin-top: 20px;
}

.field-validation-valid {
    display: none;
}

.Preferences .field-validation-error {
    margin-left: 120px;
}

#wfAttributesEdit .field-validation-error {
    margin-left: 160px;
}

.Preferences fieldset label {
    line-height: 28px;
}


.input-validation-error, .inputError {
    background-color: #FFFFFF;
    border: 1px solid #D40022 !important;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
    display: none;
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors ul {
    background: #BB0022;
    list-style: none;
}

.validation-summary-errors li {
    color: #fff;
    display: inline;
    padding-left: 10px;
}

.loggedOut .validation-summary-errors li, .signUp .validation-summary-errors li {
    display: block;
}

#createNewOrganizationForm .field-validation-error,
#editOrganizationForm .field-validation-error,
#createNewCompanyForm .field-validation-error {
    margin-left: 110px;
}


#createNewCompanyForm .field-validation-error,
#editCompanyForm .field-validation-error {
    margin-left: 125px;
}
.OrgDomainLi span.field-validation-error {
    margin: 0px;
}

.OrgDomainLi .field-validation-error span {
    clear: both;
    color: #D40022;
    cursor: default;
    display: block;
    float: left;
    font-size: 13px;
    font-style: italic;
    text-decoration: none;
}

#editCompanyForm .field-validation-error span {
    font-size: 13px;
}

.SubMenu .OrgDomainLi .field-validation-error span {
    margin-left: 110px !important;
}

.anchorGroup {
    float: right;
}

.OrgDomainLi .anchorGroup {
    line-height: 28px;
}

#routeForm .icn_calendar .field-validation-error {
    position: absolute;
    top: 25px;
    width: 340px !important;
}
/*.OrgDomainLi .anchorGroup:first-child > .addAnchor {
    border-right: none;
 }
 .OrgDomainLi .anchorGroup:nth-child(2) > .addAnchor {
    border-right: 1px solid red;
 }*/
.OrgDomainLi .field-validation-error span {
    margin: 0px;
}

#addExistingPartSection .genForm .field-validation-error {
    left: 156px !important;
    width: 314px !important;
}

.genForm #addNewListItemForm .field-validation-error {
    margin-left: 140px;
}
/* Form Elements */
fieldset {
    margin: 10px 0;
    padding: 0 0 20px 0;
}

legend {
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
}

label {
    font-weight: 600;
}

select {
    border: 1px solid #CCCCCC;
    color: #444444;
    padding: 2px;
}

input[type="text"],
input[type="search"],
input[type="url"],
input[type="email"],
input[type="select"],
input[type="search"] {
    display: block;
}

input[type="radio"] {
    margin: 0px 4px 3px 1px;
    float: left;
}

    input[type="radio"]:focus {
        outline: none;
    }

input[type="file"] {
    margin: 0px 6px 3px 0px;
}

select {
    display: block;
    color: #333333;
}

textarea {
    width: 99%;
    display: block;
    overflow: auto;
    min-height: 75px;
    resize: vertical;
    margin: 0px;
}

input[type="text"],
input[type="search"],
input[type="url"],
input[type="email"],
input[type="password"],
textarea {
    border: 1px solid #bebdbd;
    padding: 4px 0px 4px 5px;
    color: #666;
    width: 300px;
    margin: 0px;
    float: left;
}

.sectionFilter input[type="text"],
.sectionFilter input[type="search"] {
    padding: 4px 19px 4px 5px;
}

::-webkit-input-placeholder {
    color: #acacac;
}

::-moz-placeholder {
    color: #acacac;
}

:-moz-placeholder {
    color: #acacac;
}

:-ms-input-placeholder {
    color: #acacac !important;
}

input::-ms-clear {
    display: none;
}

input[disabled], select[disabled], .disabled:not(.formRow):not(.chat):not(.icn):not(.moduleHolder),
.disabledField span,
.wraper.disabled var {
    background-color: #f7f7f7;
    color: #888888 !important;
    cursor: default;
}

.disabled strong {
    color: #999 !important;
}

a.disabled,
.actions li[disabled] {
    border: 1px solid #ccc;
    background-color: transparent !important;
    color: #ccc;
    -webkit-transition: color .5s, background-color .5s;
    -moz-transition: color .5s, background-color .5s;
    -o-transition: color .5s, background-color .5s;
    transition: color .5s, background-color .5s;
}

a[disabled]:hover {
    text-decoration: none !important;
}

.actions li a[disabled],
.actions li.moreActionsBtn[disabled] {
    background-color: #f7f7f7 !important;
}

.disabled input[disabled] {
    border: 0px solid transparent;
}

input[disabled][type="submit"],
input[disabled][type="button"],
.wait input[disabled] {
    background-image: url('themes/base/images/buttonLoader.gif') !important;
    /*background-size: 60px 30px;*/
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    opacity: 0.8;
}

#addNewPartForm input[disabled][type="button"],
#savePreferencesForm input[disabled][type="button"]
#settingsForm input[disabled][type="button"] {
    cursor: default;
}

    #addNewPartForm input[disabled][type="button"]:hover,
    #savePreferencesForm input[disabled][type="button"]:hover,
    #settingsForm input[disabled][type="button"]:hover {
        border: 1px solid #dfdfdf;
    }

.actions li[disabled] {
    background-image: none !important;
}

    .actions li[disabled] a, .actions li[disabled] a:hover {
        color: #999999;
    }

a.disabled {
    border: none;
}

table td input[type="radio"] {
    float: none;
    margin: 2px auto 0 2px;
}

.formSection { /*border-top: 1px solid #ccc;*/
    margin-bottom: 10px;
}

.genForm fieldset {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

#completeRoute.genForm fieldset > div:first-child {
    width: 500px;
    overflow: hidden;
}

.KenestoDrive {
    width: 780px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
    /*.KenestoDrive .genForm .box {
    max-height: 146px;
    overflow-y: auto; 
}*/

    .KenestoDrive #sharedTable tbody {
        max-height: 146px;
        overflow-y: auto;
        overflow-x: hidden;
        display: block;
        width: 890px;
    }

    .KenestoDrive .sharedExternal #modal .genForm {
        min-height: 301px;
    }

    .KenestoDrive .sharedExternal .genForm fieldset {
        margin-top: 0px;
    }

    .KenestoDrive .sharedExternal .genForm .tagit {
        max-height: 50px;
    }

    .KenestoDrive .sharedExternal #assetForm .error {
        margin-bottom: 0px
    }

    .KenestoDrive .sharedExternal .toggleContent {
        margin-bottom: 0;
        min-height: 180px;
    }

    .KenestoDrive.DependenciesModal {
        margin-top: 5px;
    }

    .KenestoDrive.wide {
        width: 900px;
    }

    .KenestoDrive #GlobalMessage {
        position: fixed;
    }
/*.ui-dialog.sharedExternal #assetForm,*/
.ui-dialog.sharedExternal #wsShareForm {
    min-height: 300px;
}

.DependenciesModal .ui-dialog.sharedExternal #assetForm {
    height: 290px;
}

.ui-dialog.sharedExternal .byLbl {
    top: -5px;
}

.ui-dialog.sharedExternal .warningMsg {
    margin: 20px 0 10px;
}

.sharedExternal .genForm fieldset {
    margin-top: 13px;
}

.ui-dialog.sharedExternal,
.ui-dialog.dependenciesContainer {
    border: none !important;
    padding-bottom: 80px !important;
}

.KenestoDrive .ui-dialog.sharedExternal.wide_900,
.KenestoDrive .ui-dialog.dependenciesContainer.wide_900 {
    padding: 0 !important;
    width: 900px;
}

.wide_30 {
    width: 30%;
}

.wide_35 {
    width: 35%;
}

.wide_40 {
    width: 40%;
}

.wide_45 {
    width: 45%;
}

.sharedExternal .th-separator {
    padding: 0 0 0 3px !important;
    width: 3px;
}

.sharedExternal .toggleContent {
    margin-bottom: 0;
    min-height: 200px;
}

.sharedExternal .btn_set {
    position: absolute;
    bottom: 7px;
    right: 40px;
}

.KenestoDrive .Versions,
.KenestoDrive .Revisions {
    /*padding: 20px 10px 80px 10px;*/
    margin: 0 0 77px 10px;
    padding: 20px 10px 0 0;
    /*height: 270px;
    overflow: auto;*/
}

.KenestoDrive .Dependencies {
    margin: 0 0 77px 10px;
    padding: 0px 10px 0 0;
}

    .KenestoDrive .Versions .title,
    .KenestoDrive .Dependencies .title {
        display: block;
        margin-top: 13px;
        line-height: 32px;
        font-size: 15px;
        font-weight: 600;
    }

    .KenestoDrive .Dependencies .title {
        font-size: 16px !important;
    }

    .KenestoDrive .Dependencies .title,
    .KenestoDrive .Revisions .title {
        margin-top: 25px;
    }

    .KenestoDrive .Versions #versionsTable, .KenestoDrive .Versions .actionStatus,
    .KenestoDrive .Dependencies #dependenciesTable, .KenestoDrive .Dependencies .actionStatus,
    .KenestoDrive .Dependencies #revisionsTable,
    .KenestoDrive .Dependencies #referencedByTable,
    .KenestoDrive .Revisions #dependenciesTable, .KenestoDrive .Revisions .actionStatus {
        position: relative;
    }

.KenestoDrive .Versions .table {
    height: 190px;
}
/*.KenestoDrive #dependenciesTable .table {
    overflow: auto;
    height: 171px;
}*/
.KenestoDrive #revisionsTable .table {
    overflow: auto;
    height: 213px;
}

.KenestoDrive .Dependencies #referencedByTable .table {
    height: 213px;
}

.KenestoDrive .Versions .table .bottom,
.KenestoDrive .Dependencies .table .bottom,
.KenestoDrive .Revisions .table .bottom {
    bottom: 0;
}

.KenestoDrive .Versions .btn_set,
.KenestoDrive .Dependencies .btn_set,
.KenestoDrive .Revisions .btn_set {
    float: right;
    position: absolute;
    bottom: 7px;
    right: 10px;
}

.KenestoDrive .genForm .dataTables_filter input {
    width: 189px;
}

.genForm .routeStep fieldset {
    width: 90% !important;
}

.genForm legend {
    clear: both !important;
    display: block !important;
    float: none !important;
    margin-right: -20px !important;
    width: 330px;
}

.genForm h3 {
    font-weight: normal;
    margin: 20px 0 40px 0;
    top: 0;
}

.genForm label {
    line-height: 20px;
    padding: 0px;
    font-weight: 400;
    width: 110px;
    float: left;
}

.KenestoDrive .genForm .multiselectToggle + label,
.KenestoDrive .genForm #dependenciesTable table label, .KenestoDrive .genForm #revisionsTable table label {
    float: none;
}

label[data-styleparams="noWidth"] {
    float: none;
}

.genForm input[type="text"],
.genForm input[type="url"],
.genForm textarea {
    width: 382px;
}

#addExistingDocumentPanel.wideLabel input[type="text"] {
    width: 372px;
}

.genForm .lonelyfield textarea {
    width: 494px;
}

.genForm #dependenciesSearch {
    width: 494px;
    border-radius: 3px 3px 3px 3px;
    padding: 3px 0 3px 3px;
    min-height: 24px;
}

textarea.hasome {
    color: #999;
    font-style: italic;
}
/*
.chBox input[type="checkbox"] {  
  margin: 1px 4px 3px 1px;
  float: left;  
}

.chBox label {font-weight: normal; width: auto;}
*/
.chBox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 10px;
    font-size: 13px;
}

.chBox.disabled label {
    cursor: default;
    color: #000;
}

.reportContent .radb label {
    padding-left: 20px;
}

.radb label,
.tblchBox label,
.ITEM_SELECTED label{
    position: relative;
    content: " ";
    width: 18px !important;
    height: 18px;
    cursor: pointer;
    border: 1px solid transparent;
}

.radb input[type=radio],
.tblchBox input[type=checkbox],
.chBox input[type=checkbox],
.ITEM_SELECTED input[type=checkbox] {
    display: none;
}

.chBox label:before,
.radb label:before,
.tblchBox label:before,
.ITEM_SELECTED label:before {
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    background-color: #fff;
    border: 1px solid #000;
    /*border: 1px solid #8A8989*/;
}

#entityFieldsBox .chBox label:before {
    top: 6px;
}

.ColVis_collection .chBox label:before {
    top: 1px;
}


.tblchBox label:before,
.ITEM_SELECTED label:before {
    left: -7px;
    bottom: auto;
    top: 0px;
}

.ITEM_SELECTED label:before{
    /*left: 0px;*/
    top: 1px;
}

.dataTables_scrollBody .ITEM_SELECTED label:before,
.genForm .ITEM_SELECTED label:before,
.genForm .ITEM_SELECTED label:before {
    left: 0px;
}

.dataTables_scroll .dataTables_scrollBody .ITEM_SELECTED label:before {
    left: -7px;
}

.KenestoDrive #dependenciesTable .ITEM_SELECTED label:before {
    left: -6px;
}

#FinishSubWfStage1 thead th:first-child label:before {
    top: 2px;
}

.chBox div label:before,
.chBox ul label:before {
    display: none;
}

.radb label:before {
    border-radius: 50%;
}

.chBox label {
    margin-bottom: 10px;
    font-weight: 400;
}

li.chBox label {
    margin-bottom: 0;
    line-height: 16px !important;
}

.radb :checked + label:before, .radb.slctd label:before {
    /*content: "\2022";
    color: #2487EC;
    text-align: center;
	font-size: 23px;
    line-height: 13px;*/
    background-position: -723px -39px;
}

.chBox :disabled + label:before,
.radb :disabled + label:before,
.dsbl .radb label:before,
.ITEM_SELECTED *:not(.multiselectToggle):disabled + label:before{
    border: 1px solid #000;
    opacity: 0.3;
    cursor: default;
}


.dsbl .radb label {
    cursor: default;
}

.chBox :checked ~ label:before,
.tblchBox :checked + label:before,
.ITEM_SELECTED :checked + label:before {
    background-image: url(themes/base/images/icons_set.png);
    background-position: -741px -39px;
    content: " ";
}

.ColVis_collection .chBox :checked ~ label:before {
    top: 1px;
}

.chBox.disabled label:before {
    color: #999;
    border: 1px solid #999;
}

.chBox.indeterminate :checked ~ label:before {
    content: '\2014' !important;
    color: #000 !important;
    line-height: 12px !important;
    font-weight: bold;
    font-size: 11px !important;
    background-image: none;
}

td .radb label,
td .chBox label {
    float: none;
    margin-left: -10px;
    width: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    border: 1px solid transparent;
}

#sharedTable .radb label:before,
#sharedTable .chBox label:before {
    position: relative;
    vertical-align: middle;
    margin-right: 0px;
    margin-top: -3px;
}

#sharedTable .chBox label {
    top: -4px;
}

#sharedTable td .radb label, #sharedTable td .chBox label {
    margin: 7px 0 0 0 !important;
}

.callout .formRow {
    margin: 15px 0px 0px 0px;
}

    .callout .formRow label {
        font-size: 11px;
        color: #333333;
        font-style: normal;
    }

.wraper, .formRow .ko_wraper {
    display: block;
    float: left;
    width: 190px;
    min-height: 16px;
    line-height: 14px;
    background-color: #fff;
    border: 1px solid #bebdbd;
    color: #333;
    padding: 4px 2px;
}

.Library .sectionFilter .wraper {
    width: 220px;
}

#workspacesList.wraper {
    border: 1px solid #000;
}

.ko_wraper {
    position: relative;
}

    .ko_wraper.s {
        width: 130px !important;
    }

    .ko_wraper.disabled {
        background-color: #f7f7f7;
    }

/*custom cases for wrapper*/
.addContactsPanel::after {
    height: 267px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.addContactsPanel .wraper {
    float: right;
    padding: 0px 3px;
    width: 179px;
    margin-right: 40px;
}

.addContactsPanel .formRow input {
    float: right;
    width: 180px;
    margin-right: 40px;
}

.wraper.import {
    width: 90px;
}

.import li .icn {
    margin: 3px 3px 0 0;
    float: left;
}

.sectionFilter .wraper {
    padding: 4px 2px;
}

.contactForm {
    background-color: #F5F5F5;
    margin: 8px 0;
    padding: 15px 0;
}

.downloadTypeContainer .wraper {
    width: 250px;
}

.disabledField .wraper, .disabled.wraper {
    background-color: #f7f7f7;
}

.wraper.primaryFilter.disabled .icn {
    display: none;
}

.wraper.primaryFilter.disabled:hover,
.wraper.primaryFilter.disabled:hover var {
    background: #fff !important;
}

    .wraper.primaryFilter.disabled:hover .icn {
        display: block;
    }

.wraper select {
    border: none !important;
    width: 100%;
    margin: 0 !important;
    padding: 0;
    display: inline;
}

.formRow {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

#userEdit #actions {
    margin-top: 7px;
}

.dragbox .editMode .formRow {
    margin-bottom: 11px;
}

.optionRow.embeded {
    /*border: 1px solid red;
    float: right;*/
    margin: 5px 0 0 0;
    clear: both;
}

    .optionRow.embeded label {
        font-size: 13px;
        /*width: 160px!important;*/
    }

    .optionRow.embeded .wraper {
        /*width: 151px!important;*/
    }

.license .formRow {
    z-index: 100;
}

#LicenseExpiredPanel .formRow {
    margin-top: 18px;
}

.routeStepOptions.formRow {
    margin: 6px 0;
}

    .routeStepOptions.formRow label {
        margin-top: 3px;
    }

.routeStepOptions .wraper {
    margin: -3px auto 0 auto;
}

#activateAccount .formRow {
    margin-bottom: 10px;
}

    #activateAccount .formRow.mobileNumber {
        overflow: initial;
    }

#activateAccount .mobileNumber .country-list {
    width: 280px;
}

.Organizations .formRow.userRegistered {
    margin-bottom: 38px;
}

.formRow .noteBox {
    background-color: #F5F6F7;
    color: #999999;
    margin: 0 0 10px 110px;
    float: left;
    width: 378px;
    border-radius: 3px;
    padding: 2px 5px;
}

    .formRow .noteBox span {
        margin: 0px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 378px !important;
        color: #333333;
    }

    .formRow .noteBox #templateData {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 280px;
    }

p.templateDataBox span {
    display: block;
    line-height: 1.5;
}

.formRow label {
    float: left;
    line-height: 25px;
    width: 110px;
}

#licencesTabResult .formRow > label {
    line-height: 28px;
}

#licencesTabResult .chBox label {
    line-height: 15px;
    margin-top: 2px;
}

#licencesTabResult .formatExmple {
    margin-top: 2px;
    display: inline-block;
}

#addExistingDocumentPanel.wideLabel .formRow label {
    width: 120px;
}

.formRow strong {
    line-height: 25px;
}

.formRow .ui-autocomplete strong {
    line-height: inherit;
}

.formsdetails .attribute strong,
.aboutDialog .formsdetails .attribute span {
    line-height: normal;
}

.listFieldset label {
    width: auto;
}

.reportCriteria .formRow label {
    width: auto;
}

.loggedOut .formRow label, .signUp .formRow label {
    width: auto;
}

.loggedOut #activateAccount .formRow label, .signUp #activateAccount .formRow label:not(.sta) {
    width: 120px;
}

.loggedOut #activateAccount .btn_set input, .signUp #activateAccount .btn_set input {
    font-size: 13px;
}

.loggedOut .formRow span, .signUp .formRow span {
    line-height: 20px;
}

.genForm .formRow label,
#newProcessForm.genForm .formRow span,
#collaborateDocumentForm .formRow span.selectedContacts {
    line-height: 28px;
}

#ownerChangePanel .formRow label {
    width: 125px;
}

#ownerChangePanel.genForm input[type="text"] {
    width: 367px;
}

.genForm #postExternalRegistration .formRow label {
    line-height: 16px;
    width: 90%;
}

.genForm .formRow .label {
    float: left;
    max-width: 370px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.genForm .formRow span.label {
    line-height: 22px;
}

.formRow.chBox label,
.formRow.longLbl label {
    width: auto;
    line-height: 16px;
}

.extraWideModal.ui-dialog {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.extraWideModal .ui-dialog-titlebar-close {
    display: none;
}
.extraWideModal #modal .genForm { width: 1000px; margin-top: 45px;}
#modal .genForm.workspaceDetailes {
    width: 700px;
}

.extraWideModal #modal .genForm {
    width: 1000px;
    margin-top: 45px;
}

.extraWideModal #logo {
    height: 83px;
    position: absolute;
    text-align: center;
    top: -48px;
    left: -42px;
    width: 1083px;
    background: #18385D;
}

    .extraWideModal #logo > img {
        margin: 11px 0 0 2px;
    }
/* new logo */
.extraWideModal section {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
}

    .extraWideModal section h1 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .extraWideModal section h2 {
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .extraWideModal section p {
        font-size: 24px;
        color: #444;
        float: none !important;
    }

.extraWideModal #moduleSettings {
    margin-left: -18px;
    width: 936px;
}

.extraWideModal .moduleHolder {
    margin-right: 22px;
}

    .extraWideModal .moduleHolder:last-child {
        margin-right: 0;
    }

    .extraWideModal .moduleHolder .AddOn-cntr {
        margin-bottom: 0;
    }

.extraWideModal .icn30 {
    cursor: pointer !important;
}

.extraWideModal #moduleSettings {
    margin-bottom: 10px;
}

    .extraWideModal #moduleSettings > div {
        width: 750px;
        margin: 0 auto;
        float: none;
    }

#moduleSettings .hint {
    position: absolute;
    top: 120px;
    display: none;
    text-align: left;
    left: -10px;
    font-weight: 600;
    padding: 0px 9px 0px 9px;
    margin-top: 10px;
    color: #000;
}

.extraWideModal #moduleSettings .hint {
    width: 100%;
    text-align: center;
    left: -9px;
    top: 100px;
    padding: 30px 9px 11px 9px;
}

#moduleSettings .hint .title {
    font-weight: bold;
}

.extraWideModal #moduleSettings .hint .title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

#moduleSettings .hint .hintForDisabled {
    margin-top: 10px;
}

#moduleSettings .hint .enablingModule {
    box-shadow: 2px 2px 4px 0px #C8D2DC;
    border-radius: 0px 0px 3px 3px;
    background-color: #fff6cc;
    border: 1px solid #C8D2DC;
    font-weight: normal;
    border-top: 1px solid #D0DAE5 !important;
    padding: 5px 7px;
    margin: 10px auto;
    text-align: center;
}

.SettingsContainer .hint .enablingModule {
    margin: 10px 0 20px 0 !important;
}

    .SettingsContainer .hint .enablingModule .email {
        text-align: center;
    }

#moduleSettings .hint .email {
    display: block;
}

#moduleSettings .moduleHolder:hover .hint {
    display: block;
}

.extraWideModal .explanation {
    margin: 14px 0 0 5px;
    color: #555;
    font-size: 12px;
}

#settingsForm #moduleSettings .modules {
    min-width: 997px;
}

.extraWideModal #moduleSettings .modules {
    width: 936px;
    min-width: initial !important;
}

#moduleSettings .disabled label {
    cursor: default;
}

.extraWideModal .disabled .icn30 {
    cursor: default !important;
}

#moduleSettings {
    padding: 0;
    margin-bottom: 43px;
}

.Organizations .GeneralTabs,
.Admin .GeneralTabs {
    min-width: 1004px;
}

#moduleSettings .chBox label {
    width: 15px;
    padding: 0;
    margin-right: 8px;
}

#moduleSettings .modules {
    clear: both;
}

.modules .warning .chBox label:after, .modules .warning .chBox label:after {
    border: 1px solid #c00 !important;
}

.modules .warning .warningMsg {
    display: block;
}

.modules .warningMsg {
    display: none;
    color: red;
    font-weight: bold;
    background: none;
    border: none;
    padding: 0;
}

.modules .warning > .warningMsg {
    position: absolute;
    top: 130px;
    left: 0px;
    display: none;
}

.modules .warning:hover > .warningMsg {
    display: block;
}

#moduleSettings #selectAll {
    width: 200px;
    float: left;
    margin-top: 4px;
}

#moduleSettings .chBoxControls {
    margin: 0px 0 15px 0;
}

#selectAll label {
    width: 90px;
    margin-bottom: 10px;
}

#selectAll .chBox {
    line-height: 25px;
    font-weight: 600;
}

    #selectAll .chBox label {
        margin-top: 5px;
    }

.moduleHolder > label {
    width: 88px;
    cursor: pointer;
}

.moduleHolder .AddOn-cntr {
    padding: 0;
    width: 88px;
    height: 88px;
    margin-right: 0;
}

    .moduleHolder .AddOn-cntr strong {
        font-size: 11px;
        display: block;
        position: relative;
        top: 1px;
        left: -5px;
        color: #666;
        line-height: 16px;
    }

.moduleHolder.disabled .AddOn-cntr strong {
    color: #888 !important;
}

.moduleHolder .AddOn-cntr .chBox + strong {
    display: inline;
}

#settingsForm .btn_set input[data-inactive="inactive"],
#updateOrganizationModulesForm .btn_set input[data-inactive="inactive"] {
    background: #F5F6F8 !important;
    border: 1px solid #c8d2dc;
    cursor: default;
    color: #888;
}

.moduleHolder {
    float: left;
    margin-right: 20px;
    height: 95px;
    /*position: relative;*/
}

    .moduleHolder.disabled {
        background-color: transparent;
    }

    .moduleHolder:last-child {
        margin-right: 0;
    }

    .moduleHolder .chBox {
        float: left;
        margin: -20px 7px 0 0px !important;
        position: relative;
        top: 23px;
        left: -1px;
        width: 90px !important;
    }

        .moduleHolder .chBox input[type=checkbox] + label:after {
            content: "";
            display: block;
            width: 88px;
            height: 88px;
            position: absolute;
            top: 26px;
            border: 1px solid #bbb;
        }

        .moduleHolder .chBox input[type=checkbox]:checked + label:after {
            border: 1px solid #000;
        }

        .moduleHolder .chBox:hover input[type=checkbox] + label:after {
            border: 1px solid #000;
        }

    .moduleHolder.disabled .chBox input[type=checkbox] + label:after {
        border: 1px solid #bbb;
    }

    .moduleHolder .chBox input[type=checkbox]:checked ~ strong,
    .moduleHolder .chBox:hover strong {
        color: #000;
    }

    .moduleHolder .icn30 {
        margin: 38px auto 30px auto;
        height: 30px !important;
        display: block;
        position: relative;
    }

.formRow p {
    margin-bottom: 10px;
}

.formRow ul {
    list-style-type: none;
}

    .formRow ul li {
        clear: left;
        float: left;
        margin: 0px 0px 5px 0px;
    }

.filter label {
    width: 400px !important;
    margin-bottom: 10px;
}

#newWorkspaceForm .formRow ul {
    list-style-type: none;
    margin: 0px;
}

#newWorkspaceForm .tagit {
    width: 382px;
}

.formRow ul li.OrgDomainLi {
    margin-bottom: 4px;
}

#createRouteForm .formRow input[type="text"], #createRouteForm .formRow textarea {
    width: 312px;
}

#createRouteForm .formRow .wraper {
    /*width: 216px;*/
    /*width:146px;*/
    width: 205px;
}

#createRouteForm .chBox input[type="checkbox"] {
    margin: 1px 4px 3px 1px;
}

#editUserForm input[type="text"] {
    width: 215px;
}

#editFormForm label {
    width: 100px;
}

#partAttributeForm label, #wfAttributeForm label {
    font-weight: bold;
    width: 160px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#taskAttributesEdit .field-validation-error {
    margin-left: 160px;
}

#bomForm label { /*width: 140px;width: auto;*/
    margin-right: 10px;
}

#addNewBomItemForm label,
#addBomItemDialog label,
#editBomItemForm label {
    width: 150px;
}

#bomForm input[type="text"],
#bomForm textarea {
    width: 354px;
}

#addNewBomItemForm input[type="text"],
#addNewBomItemForm textarea,
#addBomItemDialog input[type="text"],
#editBomItemForm input[type="text"],
#editBomItemForm textarea {
    width: 300px;
}

#processMonthlyThroughputForm input[type="text"],
#processesByTimeForm input[type="text"],
#processStepsByTimeForm input[type="text"] {width: 98%;}
#savePreferencesForm label {width: 120px; font-weight: normal;}
#savePreferencesForm .chBox label {width: auto;} 
#savePreferencesForm .radioB label {width: auto; line-height: 16px;} 
#savePreferencesForm .smsFields label { width: 100px; line-height: 28px; } 
#savePreferencesForm .telephoneHolder input[type="text"] {width: 149px; padding-left: 45px; border: 0px solid transparent;}
#changePasswordForm .formRow label {width: 160px;}
#editCompanyForm .formRow label, #createNewCompanyForm .formRow label {
    width: 125px;
}

#createNewCompanyForm .formRow.isVar label, #editCompanyForm .formRow.isVar label {
    width: 200px;
}
#loadFromFileForm .listNumberItemSection.multiple.formRow label {width: 92px;}
#AddCustomAttributesFormPanel .attributeSet input {width: 200px;}
#AddCustomAttributesFormPanel .attributeSet label {width: 50px;}
#AddCustomAttributesFormPanel .attributeSet .wraper {width: 130px;}
#AddCustomAttributesFormPanel .attributeSet label[for*="SelectedType"] {margin-left: 20px;}
#addExistingDocumentForm .wraper { min-width: 250px; width: auto;}
#addExistingDocumentForm .text {min-width: 230px; line-height: 16px; padding: 2px 3px;}
#DueDate, #PlannedStartDate {width: 189px!important;}
#sharedTable .expirationDate {width: 99px!important;}
#settingsForm .formRow input[type="text"] {width: 420px;}
#insertTemplateForm .formRow .wraper {width: 308px;}
#insertTemplateForm #chooseTemplateBox .wraper {width: 382px;}
.genForm #newAssetDialog .grp input[type="text"] {
    width: 340px !important;
}

.externalUser #completeRouteForm textarea {
    width: 100% !important;
}

#org legend {
    margin: 10px 0px;
    float: left;
}

#usersTabResult legend {
    margin-bottom: 10px;
    float: left;
}
#org fieldset,
#plugins .storage-form {
    float: left;
    border: 1px solid #ccc;
    margin: 0px 0px 30px 10px;
    min-height: 360px;
    padding: 0px 10px;
    width: -moz-calc(50% - 32px);
    width: calc(50% - 32px);
    width: -webkit-calc(50% - 32px);
}

    #org fieldset:first-child {
        margin: 0 10px 30px 0;
    }

#plugins input[type="text"],
#plugins input[type="password"],
#plugins .wraper {
    width: 200px
}

#plugins .formRow label {
    width: 120px
}

#plugins label.encrypt-check {
    float: none
}

#org .wraper {
    width: 200px
}

#org input[type="text"],
#org input[type="url"] {
    width: 200px;
}

#org input[type="password"] {
    width: 55%;
    float: right;
    margin-bottom: 10px;
}

#org select,
#backRoute .genForm select {
    width: 100%;
    border: none;
    padding: 0;
}

.OrgDomainLi {
    float: left;
    clear: left;
}
.OrgDomainLi:not(:last-child){ margin: 0px 0 10px 0; }
.OrgDomainLi label {width: 110px; height: 20px;}
.OrgDomainLi span {
    margin-left: 5px;
    line-height: 21px;
    color: #0077DD;
    cursor: pointer;
    font-size: 11px;
}
.OrgDomainLi span:hover {
    text-decoration: underline;
} 
.OrgDomainLi span.domainSeperator {display: none;}
section.license fieldset, section.moduleSettings fieldset {padding: 0px 10px;}
div.license fieldset {padding: 0;}
section.license fieldset:nth-child(2) {margin-top: 0;}
section.license label, div.license label {width: 175px;}
section.license input[type="text"], div.license input[type="text"],
section.license .wraper {
    width: 170px;
}

section.license #ByDate {
    float: left;
    margin: 3px 5px 0 0;
}

.chkBoxLabel {
    width: 170px;
    overflow: hidden;
    float: left;
}

    .chkBoxLabel label {
        width: 140px !important;
    }

.lblHolder {
    width: 175px;
    float: left;
    margin-top: 5px;
}

label[for="IsLimitedByDate"] {
    line-height: 15px;
}

textarea:disabled {
    background-color: #f7f7f7;
}

.Organization .genForm label {
    line-height: 25px !important;
}

.genForm #notificationSelection label {
    clear: none;
    width: 440px !important;
    margin-bottom: 0px;
}

#notificationSelection input[type="checkbox"] {
    float: left;
}

#editSnapshotForm fieldset {
    margin: 0;
}

.genForm #createNewCompanyForm input[type="text"],
.genForm #editCompanyForm input[type="text"] {
    width: 230px;
}

.genForm #createNewCompanyForm input[type="url"],
.genForm #editCompanyForm input[type="url"] {
    width: 230px;
}

.textAreaHolder {
    height: auto;
}

    .textAreaHolder textarea {
        float: right !important;
        width: 300px !important;
    }

.attributes .textAreaHolder textarea {
    float: left !important
}

.checkboxWrapper label {
    width: auto !important;
}

/* Datepicker */
#ui-datepicker-div {
    clip: auto !important;
}

input.datepicker, input.hasDatepicker {
    cursor: pointer;
    background: transparent !important;
    z-index: 4;
}

    input.datepicker[disabled] {
        cursor: default;
        background-color: #f7f7f7 !important;
    }

#finishRouteForm .date input.datepicker,
#createRouteForm .date input.datepicker,
#editActivityDetailsForm .date input.datepicker,
#newTaskForm .date input.datepicker,
#editTaskForm .date input.datepicker,
.date .datepicker {
    width: 216px;
}

.date .icon {
    background-position: -4px -252px;
    float: left;
    margin: 6px 0 0 5px;
}

/* Autocomplete */
.ui-menu {
    padding: 3px !important;
    border-radius: 0px !important;
}

.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background-image: none !important;
    background-color: #F2F8FD;
    border: 1px solid transparent !important;
}

.ui-jqgrid-htable th.ui-state-hover {
    border: none !important;
}

.ui-autocomplete.ui-widget-content {
    border: 1px solid #bebdbd !important;
    border-top: 0px solid transparent;
    padding: 0 !important;
    /*top: 6px!important;
    left: 110px!important;*/
    /*width: inherit!important;
	position: static!important;
	margin: 0!important;
	box-shadow: none!important*/
}
    /*#reassignTaskForm .ui-autocomplete.ui-widget-content { top: 6px!important; left: 110px!important; }*/


    .ui-autocomplete.ui-widget-content li.ui-menu-item {
        margin: -1px !important;
        padding: 1px 1px 1px 1px;
        border: 1px solid transparent;
        border-radius: 0;
    }

        .ui-autocomplete.ui-widget-content li.ui-menu-item:hover {
            border: 1px solid #000 !important;
        }

        .ui-autocomplete.ui-widget-content li.ui-menu-item a {
            border-radius: 0;
            padding: 0;
        }

            .ui-autocomplete.ui-widget-content li.ui-menu-item a:hover,
            .ui-autocomplete.ui-widget-content li.ui-menu-item a:hover strong {
                background: none;
                color: #0077DD !important;
            }

.ui-autocomplete {
    box-shadow: none !important;
}

.ui-widget-content a.disabled, .ui-widget-content a.disabled:hover,
.ui-widget-content a.disabled strong, .ui-widget-content a.disabled:hover strong {
    color: #888888 !important;
}

.ui-menu .ui-menu-item.documentList a span.name {
    float: left;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
}

.tagit ul li {
    margin: 0 !important;
}

ul.tagit li.tagit-choice {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 160px;
    overflow: hidden;
}

.tagit span.item {
    float: left;
    height: 21px;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    white-space: nowrap;
}

.tagit .ui-autocomplete span.item {
    margin-right: 5px;
}

.tagit .icn {
    margin: 4px 0 0 4px;
}

    .tagit .icn.icn_group_th {
        margin: 2px 0 0 4px;
        float: left;
        background-position: -757px -19px;
    }

.tagit .ui-autocomplete li:hover .icn.icn_group_th {
    background-position: -757px -37px;
}

.tagit .ui-menu-item a {
    clear: both;
}

.ui-autocomplete .ui-menu-item a {
    padding: 1px 6px 2px 6px !important;
}

.tagit.ToEmails {
    width: 317px !important;
}

.tagit .ui-menu {
    width: 220px !important
}

.tagit {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    padding: 1px 0 2px 0px !important;
    border: 1px solid #bebdbd !important;
}

.ui-menu li.exstItem {
    max-width: 384px !important;
}

    .ui-menu li.exstItem a {
        white-space: nowrap;
        text-overflow: ellipsis !important;
        overflow: hidden;
        padding-left: 0 !important;
    }
/* Captcha */
.CaptchaContainer .field-validation-error,
.CaptchaContainer .visualCaptcha-explanation:not(.visualCaptcha-hide),
.CaptchaContainer .accessibility-description {
    background-color: #FC0000;
    padding: 6px 10px 6px 10px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    float: none;
    text-align: center;
    position: relative;
    display: block !important;
}

.CaptchaContainer .visualCaptcha-explanation:not(.visualCaptcha-hide),
.CaptchaContainer .accessibility-description {
    background-color: #ff6a00;
    margin-top: 1px;
    width: auto;
}

.CaptchaContainer .accessibility-description {
    width:
}

.visualCaptcha-hide {
    display: none !important;
}

.CaptchaContainer .field-validation-valid:not(.field-validation-error) {
    height: 30px;
    display: block !important;
}

.visualCaptcha-possibilities {
    margin-top: 13px;
}

    .visualCaptcha-possibilities a {
        display: block;
        font-size: 24px;
    }

    .visualCaptcha-possibilities .img {
        padding: 2px;
        margin-right: 9px;
        border: 1px solid #ffffff;
        display: inline-block;
    }

        .visualCaptcha-possibilities .img img {
            width: 24px;
            height: 24px;
            transition: all 200ms;
            -webkit-transition: all 200ms;
        }

    .visualCaptcha-possibilities .visualCaptcha-selected {
        border: 1px solid #000;
    }

.visualCaptcha-button-group {
    position: relative;
    float: right;
    top: -31px;
}

    .visualCaptcha-button-group div {
        float: left;
        position: relative;
    }

        .visualCaptcha-button-group div img {
            width: 0;
            height: 0;
            display: block;
            padding: 14px;
        }

        .visualCaptcha-button-group div a {
            border: 1px solid #ccc;
            overflow: hidden;
            display: block;
        }

            .visualCaptcha-button-group div a:hover {
                border: 1px solid #000;
            }

.visualCaptcha-refresh-button {
    margin-right: 8px;
}

.visualCaptcha-button-group a:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("themes/base/images/icons_set.png") !important;
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: -1;
}

.visualCaptcha-accessibility-wrapper {
    height: 75px;
}

    .visualCaptcha-accessibility-wrapper .accessibility-description {
        position: absolute;
        left: 0;
        right: 0;
    }

    .visualCaptcha-accessibility-wrapper .audioField {
        position: relative;
        top: 44px;
        width: 196px !important;
        padding: 5px 3px !important;
    }


/* Tooltip */
div > .tooltip, li > .tooltip, a > .tooltip, span > .tooltip {
    margin-top: 7px;
    visibility: hidden;
    opacity: 0;
    margin-left: 10px;
    min-width: 150px;
    max-width: 360px;
    -webkit-transition-property: opacity, visibility;
    -webkit-transition-duration: 0.5s, 0.3s, 0.5s, 0.3s;
    -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    -moz-transition-property: opacity, visibility;
    -moz-transition-duration: 0.5s, 0.5s;
    -moz-transition-timing-function: ease-in-out, ease-in-out;
    -o-transition-property: opacity, visibility;
    -o-transition-duration: 0.5s, 0.3s, 0.5s, 0.3s;
    -o-transition-timing-function: ease-in-out, ease-in-out;
    transition-property: opacity, visibility;
    transition-duration: 0.5s, 0.3s, 0.5s, 0.3s;
    transition-timing-function: ease-in-out, ease-in-out;
}

div:hover > .tooltip, li:hover > .tooltip, a:hover > .tooltip, span:hover > .tooltip,
a .tooltip:hover, span .tooltip:hover, li .tooltip:hover, div .tooltip:hover {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    display: inline;
    -webkit-transition-property: opacity, visibility;
    -webkit-transition-duration: 0.4s, 0.4s;
    -webkit-transition-timing-function: ease-in-out, ease-in-out;
    -moz-transition-property: opacity, visibility;
    -moz-transition-duration: 0.4s, 0.4s;
    -moz-transition-timing-function: ease-in-out, ease-in-out;
    -o-transition-property: opacity, visibility;
    -o-transition-duration: 0.4s, 0.4s;
    -o-transition-timing-function: ease-in-out, ease-in-out;
    transition-property: opacity, visibility;
    transition-duration: 0.4s, 0.4s;
    transition-timing-function: ease-in-out, ease-in-out;
}

.tooltip, .activityTooltip {
    background: #FFF6CC;
    border: 1px solid #3C88D6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 7px 7px 7px;
    margin-left: 10px;
    position: absolute;
    font-size: 11px;
    text-decoration: none;
    font-style: italic;
    line-height: 1.2;
    color: #777;
    /*text-shadow: 1px 1px 0 rgba(255,255,255,0.75);  */
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1), inset 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1), inset 0 1px 0 #fff;
    -o-box-shadow: 0 1px 3px rgba(0,0,0,0.1), inset 0 1px 0 #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1), inset 0 1px 0 #fff;
    z-index: 1000;
    font-weight: normal;
}
/*Activity instructions*/
.activityTooltip {
    padding: 3px;
    line-height: 1.2;
    font-size: 11px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #B5B5B5;
    color: #777777;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    z-index: 200;
    max-width: 200px;
    font-style: normal;
}

.activityTooltip {
    min-width: 50px;
}

.tooltip.right {
    top: -20px;
    left: -180px;
    width: 150px;
}

.tooltip.left {
    top: -20px;
    width: 150px;
}

li.listDrop .tooltip.left {
    left: 80px;
}

.tooltip em,
.activityTooltip em { /* Triangle */
    background: #FFF6CC;
    border: 0;
    border-top: 1px solid #3C88D6;
    border-right: 1px solid #3C88D6;
    width: 10px;
    height: 10px;
    margin-left: 15px;
    margin-top: -16px;
    display: block;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-box-shadow: inset -1px 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -o-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    *display: none !important;
    *display: none;
}

.activityTooltip em {
    margin-top: -9px;
    background: #fff;
    border-top: 1px solid #B5B5B5;
    border-right: 1px solid #B5B5B5;
}

.tooltip.right em {
    margin-left: 152px;
    margin-top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.tooltip.left em {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    margin-left: -13px;
    margin-top: 5px;
}

.actionsMenu em {
    width: 10px;
    height: 10px;
    position: absolute;
    background: #fff;
    border: 0;
    border-top: 1px solid #B5B5B5;
    border-right: 1px solid #B5B5B5;
    margin-left: auto;
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    top: 50%;
    margin-top: -5px;
    left: -7px;
}

.doumentsTt em {
    width: 10px;
    height: 10px;
    position: absolute;
    background: #F5F6F8;
    border: 0;
    border-top: 1px solid #B5B5B5;
    border-right: 1px solid #B5B5B5;
    margin-left: auto;
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    top: 85%;
    margin-top: -5px;
    left: -7px;
}

.doumentsTip {
    margin-right: 4px;
}

.showLeft .actionsMenu em {
    right: -7px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.tooltip.bottom em {
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    margin-left: -13px;
    margin-top: 5px;
}

.tooltip.off {
    left: -9999px !important;
}

a.clickable .tooltip {
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    max-width: 330px;
    padding: 5px;
    background-color: #fff;
}

.ui-dialog .ui-widget-content a.clickable:hover {
    text-decoration: none;
    color: #0077DD !important;
}

a.clickable .tooltip em {
    background-color: #fff;
}

a.clickable.show .tooltip {
    visibility: visible;
    opacity: 1;
}

a.clickable .tooltip.bottom {
    left: -65px;
    bottom: 25px;
}

    a.clickable .tooltip.bottom em {
        bottom: -7px;
        margin-left: 50px;
    }

a.clickable .tooltip.top {
    left: -152px;
    top: 15px;
}

    a.clickable .tooltip.top em {
        margin-left: 145px;
        top: 10px;
    }

a.clickable {
    margin: 3px 0 0 5px;
    min-width: 70px;
    position: relative;
    display: block;
    float: left;
    font-style: italic;
}

    a.clickable .tooltip .data {
        font-size: 11px;
    }

/* callout */
.tooltip.callout {
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 #C8D2DC;
}

.tooltip.left.callout {
    width: 240px;
    top: 0px;
    margin-top: 0px;
    margin-left: -70px;
}

.tooltip.top.callout {
    width: 240px;
    z-index: 1002;
    position: fixed;
}

.tooltip.callout em {
    width: 20px;
    height: 20px;
}

.tooltip.left.callout em {
    margin-left: -26px;
    margin-top: 2px;
}

.tooltip.top.callout em {
    margin-top: -26px;
}

.tooltip.callout {
    color: #333333;
    padding: 15px 25px 15px 15px;
    visibility: visible;
    opacity: 1;
    position: relative;
    float: right;
}

    .tooltip.callout .icn_dismiss {
        position: absolute;
        right: 4px;
        top: 3px;
    }

    .tooltip.callout .data {
        font-size: 16px;
    }
/* Walk Me Player */
.listDrop dl {
    min-width: 210px !important;
}

#walkMeMenu dt {
    color: #444;
    margin: 20px 0 12px 0;
    padding-left: 10px;
    font-weight: 600;
    line-height: 18px;
    height: 40px;
    line-height: 40px;
    background-color: #F5F6F8;
}

    #walkMeMenu dt:first-child {
        padding-top: 0px;
        margin-top: 0;
        border: none;
    }

#walkMeMenu dl dd {
    cursor: pointer;
    line-height: 18px;
}

    #walkMeMenu dl dd:last-child {
        margin-bottom: 15px !important;
    }
    /*.toolBarItem:hover #walkMeMenu dl dd span {text-decoration: none !important;}*/
    #walkMeMenu dl dd span {
        color: #888;
    }

    #walkMeMenu dl dd:hover span {
        color: #000;
        font-weight: 600;
    }

    #walkMeMenu dl dd:hover span {
        /*color: #fff!important;*/
    }

#walkMeMenu dl span:hover {
    color: #000 !important;
}

#walkMeMenu .icn_up + span {
    /*color: #ffffff;*/
}

.ui-effects-transfer {
    background: #FFF6CC;
    border: 1px solid #0077DD;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    z-index: 999999;
}

.balloonCloseButtonEmulator {
    color: #3D3D3D;
    font-weight: normal;
    height: 18px !important;
    position: absolute;
    right: 5px;
    top: 1px;
}

/* Flat Layout */
body.flat, body.flat #main {
    background-color: #f6f6f6;
}

    body.flat .formsdetails {
        background-color: #ffffff;
    }

    body.flat .formContentContainer {
        background-color: #ffffff;
    }



/* listfilter */
.filterContainer {
    position: relative;
}

#content .filter {
    float: right;
    position: absolute;
    right: 0px;
    z-index: 1000;
}

.filter .list {
    background-color: #ffffff;
    float: left;
    padding: 0px 5px;
    margin: -1px 5px 0px 5px;
    border: 1px solid #E0E0E0;
    cursor: pointer;
    border-radius: 2px;
}

.filter .term {
    background-color: #ffffff;
    float: left;
    width: 134px;
}

.filter .options {
    background-color: #ffffff;
    border-top: 1px solid #e0e0e0;
    float: left;
    clear: both;
    display: none;
    margin-top: 4px;
    padding: 4px 0px;
    width: 134px;
}
    /*.filter .icn_down {display: none;}*/

    .filter .options li {
        border-radius: 2px;
    }

        .filter .options li:hover {
            background-color: #0077DD;
        }

            .filter .options li:hover a {
                color: #fff;
                text-decoration: none;
            }

.filter .term:hover a {
    text-decoration: none;
}

.sideBar .filter {
    float: left;
    position: absolute;
    z-index: 1000;
}

    .sideBar .filter .list {
        background-color: #ffffff;
        float: left;
        padding: 0px 3px;
        margin: -1px 5px 0px 0px;
        border: 1px solid #E0E0E0;
        cursor: pointer;
        border-radius: 2px;
    }

    .sideBar .filter .term {
        background-color: #ffffff;
        float: left;
        width: 160px;
    }

    .sideBar .filter .options {
        background-color: #ffffff;
        border-top: 1px solid #e0e0e0;
        float: left;
        clear: both;
        display: none;
        margin-top: 4px;
        padding: 4px 0px;
        width: 146px;
    }

.filter .options .icn_down {
    display: none;
}

.sideBar .filter .options li {
    border-radius: 2px;
}

    .sideBar .filter .options li:hover {
        background-color: #0077DD;
    }

        .sideBar .filter .options li:hover a {
            color: #fff;
            text-decoration: none;
        }

.sideBar .filter .term:hover a {
    text-decoration: none;
}

.noIcon {
    padding-left: 17px;
}

/* Functional Selectors */
.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.clear {
    clear: both;
}

.floatLeft {
    float: left !important;
}

.floatRight {
    float: right !important;
}

.bold {
    font-weight: bold;
}

.posRel {
    position: relative;
}

.unsubscribePage {
    background-color: #7699BE;
}

.unsubscribe {
    padding: 20px 40px 10px 40px;
    background-color: #fff;
    margin: -150px auto 0 -280px;
    top: 50%;
    left: 50%;
    display: block;
    width: 480px;
    position: absolute;
    border: 1px solid #000;
}

    .unsubscribe:not(.successful):before {
        content: " ";
        position: absolute;
        height: 66px;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #F6F6F6;
    }

    .unsubscribe .title {
        display: block;
        color: #000;
        display: block;
        font-size: 15px;
        font-weight: 600;
        line-height: 32px;
    }

    .unsubscribe fieldset {
        padding: 0;
        margin: 10px 0 7px 0;
    }

    .unsubscribe p {
        overflow: hidden;
        color: #666;
        font-weight: normal;
    }

        .unsubscribe p:not(.strong) {
            margin: 0;
        }

    .unsubscribe .strong {
        font-weight: 600;
        color: #666;
    }

    .unsubscribe .confirm {
        padding: 0px 10px;
        line-height: 28px;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid #dfdfdf;
        background: #fff;
        color: #666;
        margin-top: 60px;
        float: right;
    }

        .unsubscribe .confirm:hover {
            border: 1px solid #000;
            background-color: #fff;
            color: #000;
        }

.highlight {
    background-color: #FFF6CC !important;
}

.dropDown {
    cursor: pointer;
}

    .dropDown:not(.toolBarItem) {
        position: relative;
    }

.dropDown-container {
    display: none;
    width: 330px; /*276px*/
    background: #fff;
    border: 1px solid #c8d2dc;
}

    .dropDown-container.mf2 {
        width: 330px;
    }

.notifications-c.dropDown-container {
    width: 330px;
}

.settings-c.dropDown-container {
    /*max-width:150px;*/
}

.activated .dropDown-container,
.toolBarItem:hover .dropDown-container {
    display: block;
    position: absolute;
    top: 30px;
    right: 6px;
    left: auto;
    cursor: default;
}

.dropDown .hdr {
    line-height: 38px;
    height: 40px;
    background-color: #F5F6F8;
    padding: 0 6px 0 10px;
}

    .dropDown .hdr strong {
        color: #333;
    }

.inComing-container {
    width: 276px;
    background: #fff;
    display: block;
    position: absolute;
    top: 25px;
    right: 0;
    left: auto;
    /*border: 1px solid #ccc;*/
    overflow: hidden;
}

#allRead {
    display: block;
    line-height: 0;
    padding: 5px;
    border: 1px solid #dfdfdf;
}

    #allRead:hover {
        border: 1px solid #000;
    }

    #allRead.disabled {
        border: 1px solid #dfdfdf;
    }

.icnTb {
    width: 19px;
    height: 19px;
    background: #fff;
    display: inline-block;
    text-align: center;
    font-style: normal;
    color: #000;
    font-size: 14px;
}

.icn-contact:before {
    content: '\260E';
}

.icn-notification:before {
    content: '\2709';
}

.activated .icnTb:before {
    color: #ffa901;
}

.popUpNote {
    position: absolute;
    width: 330px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccc;
    /*right:-40px;*/
    padding: 7px 0;
    margin: 0;
    top: 25px;
}

    .popUpNote strong {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        width: 94%;
    }

    .popUpNote i.close {
        width: 16px;
        height: 16px;
        line-height: 16px;
        content: "\f00d";
        display: block;
        position: absolute;
        right: 5px;
        top: 0px;
        font-family: FontAwesome;
        text-align: center;
        border-radius: 50%;
        font-style: normal;
    }

i.close:hover {
    background: #eee;
}

.mf2Menu li a {
    text-indent: -10000px;
    display: block;
}

.mf2Menu li {
    overflow: hidden;
    height: 47px;
    background-repeat: no-repeat;
    margin: 0px 10px !important;
    padding: 4px 0;
    border: 0 solid transparent;
    border-top: 1px dotted #C3C1C2;
    transition: border-left 0.2s ease;
}

.mf2Menu span {
    height: 47px;
    width: 177px;
    display: block;
    float: left;
    margin-left: -10px;
}

.mf2Menu li:first-child {
    border-top: none;
    margin: 0;
}

.mf2Menu li a {
    display: block;
    width: inherit;
    height: inherit;
}

.firstTimeInstructions {
    max-width: 500px;
    margin-bottom: 30px;
    line-height: 2.2;
}

    .firstTimeInstructions .btn {
        border: 1px solid #000;
        display: inline;
        float: none;
        height: 11px;
        padding: 6px 4px 0px 4px;
        cursor: initial;
    }

        .firstTimeInstructions .btn .icn {
            cursor: initial;
        }

/*.popUpNote._hide{
    top:-2000px;
}*/
/*
Small enteties, Assests
*/

/* MEDIA QUERIES */

@media only screen and (max-width: 1240px) {
    #customizedTabs {
        right: 1px;
    }
}

@media (max-width: 1160px) {
    /*table.empty {
		table-layout: auto;
	}*/
    /*#templatesTableContainer table.empty  {
        table-layout: auto!important;
	}*/
    /*th[data-priority="3"],*/
    /* td.dp1,
    th.dp1,*/
    body:not(.KenestoDrive) .dataTables_wrapper thead .sorting:after {
        display: none;
        visibility: hidden;
    }
    /*table.empty th{
		width: auto;
		/*border-top:1px solid #ccc;*/
}
/*table.empty td {
		width: auto;
		
	}
	table.empty th._16{
		width: 16px!important;
	}*/
.module .dataTables_filter {
    display: none;
}

}

@media screen and (max-width: 1060px) {
    /*.dataTables_wrapper .toolBar {
		height: 24px;
		overflow: hidden;
		width: -moz-calc(100% - 180px);     
		width: -webkit-calc(100% - 180px);
		width: calc(100% - 180px);
	}*/

    .formRow.multiClmn .wraper,
    .formRow.multiClmn #DueDate,
    .formRow.multiClmn #PlannedStartDate,
    .formRow.multiClmn input[type="text"] {
        width: 151px !important;
    }

    .sectionFilter {
        /*loat:none;*/
    }
        /*body:not(.Discussions) .dataTables_filter,
	body:not(.Lists) .dataTables_filter {
	    clear: both;
	    overflow: auto;
	    margin-bottom: 5px;
	} */
        .sectionFilter .actions {
            /*clear:both;*/
            float: none;
        }

        .sectionFilter .wraper {
            margin-bottom: 5px;
        }

    #menu li a {
        padding: 0 0.6em;
        font-size: 12px;
    }

    .sidePanelTitle {
        font-size: 12px;
    }

    .reportContent dd .wraper, .reportContent dd input {
        width: 160px !important;
    }

    .reportContent input.datepicker {
        background-position: 145px -16px !important;
    }

    .reportContent dt {
        width: 50px;
    }

    .dataTables_filter {
        margin-bottom: 5px;
        /*overflow: auto;*/
    }

    .dragbox .table .bottom {
        width: 100%;
        left: 0;
    }

    .dlgCnt {
        max-width: 600px !important;
    }

    #entitiesBox .disabled {
        overflow: hidden;
    }
}

@media only screen and (max-width: 1060px) {

    section.l_clmn, section.r_clmn {
        width: 47%;
        clear: none !important;
    }

    #reportsList .rptThmb:nth-child(4n) {
        margin-right: 0;
    }

    .viewOnlyMode .workflowContainer {
        width: 100%;
    }

    .highlightedContent {
        width: 96.7%;
    }

    .externalUser .highlightedContent {
        width: 97.6%;
    }

    .tabContainer #notesTabResult {
        width: 98%;
    }

    .tabContainer {
        width: 98%;
    }

    .GeneralTabs .dataTables_wrapper {
        width: 100%;
    }

    .detailsPart table.activityTable td {
        padding: 6px;
    }



    .listDrop.chL li.Layout3:after,
    .listDrop.chL li.Layout4:after,
    .listDrop.chL li.Layout5:after {
        content: " ";
        width: inherit;
        background: rgba(204, 204, 204, 0.2);
        display: block;
        height: inherit;
    }

    .dragbox #selectorContainerWidget {
        width: 178px;
    }
}

@media (max-height:880px) {

    .startBox li:nth-child(-n+3) {
        margin-bottom: 20px;
    }

    .startBox {
        margin-top: -120px;
    }
}

@media (max-height:660px) {

    .startBTN {
        width: 70px;
        height: auto;
    }

        .startBTN span {
            font-size: 10px;
            line-height: 24px;
        }

    .startBox li {
        margin-left: 20px;
        overflow: hidden;
    }

        .startBox li:nth-child(1) {
            margin-left: 48px;
        }

        .startBox li:nth-child(4) {
            margin-left: 0px;
            clear: both;
        }

        .startBox li:nth-child(-n+3) {
            margin-bottom: 20px;
        }

    .startBox {
        margin-left: -178px;
        margin-top: -104px;
    }

    .startBTN var {
        top: 30px;
    }


    /*
	[dashboard]
	*/
    #dash {
        width: 416px;
        height: 200px;
    }

        #dash li {
            width: 90px;
            height: 90px
        }

            #dash li span {
                font-size: 11px;
                line-height: 24px;
            }

            #dash li .icn_dash_64 {
                margin-top: 5px;
            }
    /*
	[/dashboard]
	*/
}

@media (max-height:600px) {
    .startBTN {
        width: 70px;
        height: auto;
    }

        .startBTN var {
            top: 26px;
        }

    .startBox li {
        margin-left: 10px;
    }

    .startBTN span {
        font-size: 10px;
        line-height: 24px;
    }

    .startBox li:nth-child(1) {
        margin-left: 0px;
    }

    .startBox li:nth-child(4) {
        margin-left: 10px;
        clear: none;
    }

    .startBTN .icn_48 {
        margin: 7px auto;
    }

    .startBox {
        margin-left: -289px;
        margin-top: -40px;
        width: auto;
    }
    /*
[dashboard]
	*/
    #dash {
        width: 678px;
        height: 92px;
    }

        #dash li:nth-child(4) {
            margin-right: 10px;
        }

        #dash li:nth-child(5) {
            clear: none;
        }

        #dash li {
            margin-bottom: 0;
            margin-right: 10px;
            width: 74px;
        }
}

@media (max-width: 995px) {
    #menu li.addNewWorkspace {
     display:none;
    }
}


@media screen and (max-width: 992px) {
}
    @media screen and (max-width: 1092px) {
        #workspacesList.wraper {
            width: 106px !important;
        }

        #menu > li.Workspaces {
            margin-right: 2px;
        }

        .toggleWorkspaceOptions {
            position: relative;
            margin: 8px 0px 0 3px !important;
            border: 1px solid #dfdfdf;
            cursor: pointer;
            height: auto !important;
            line-height: 10px;
            padding: 5px;
        }

        #plmSearch form {
            margin-right: 355px;
            width: 270px;
        }
    }

    @media screen and (min-width: 1080px) {
        .toggleWorkspaceOptions {
            position: relative;
            margin: 8px 15px 0 3px !important;
            border: 1px solid #dfdfdf;
            cursor: pointer;
            height: auto !important;
            line-height: 10px;
            padding: 5px;
        }
    }



    th.clmnPermissions .thData {
        width: 100% !important;
    }

    #escalationsTask .error {
        height: 20px;
        margin-top: -15px;
        margin-bottom: -5px;
    }

    #escalationsTask .ResultMessage {
        padding: 0;
    }

    #escalationsTask .formRow {
        margin: 15px 0;
    }

    #escalationsTask .wraper {
        width: 45px;
        margin-right: 6px;
    }

    #escalationsTask.genForm label {
        width: auto;
        margin-right: 6px;
    }

    #escalationsTask .Assignee {
        width: 308px;
        float: right;
        margin-top: -3px;
    }

        #escalationsTask .Assignee .tagit-new {
            width: 50px;
            height: 18px;
        }


    .toggleWorkspaceOptions:hover, .toggleWorkspaceOptions.activated {
        border: 1px solid #000;
    }

    .toggleWorkspaceOptions {
        font-size: 13px !important;
    }

    #workspaceOptions {
        cursor: default;
        position: absolute;
        left: -1px;
        top: 29px;
        padding: 15px;
        border: 1px solid #c8d2dc;
        z-index: 1200;
        background: #fff;
        width: 276px;
    }

    .active #workspaceOptions {
        display: block;
    }

    #workspaceOptions .option {
        position: relative;
        float: left;
        width: 90px;
        height: 90px;
        margin: 0;
        border: 1px solid transparent;
        text-align: center;
        line-height: 13px;
        font-weight: 600;
    }

        #workspaceOptions .option:hover {
            border: 1px solid #000;
            cursor: pointer;
        }

        #workspaceOptions .option.disabled {
            color: #ccc !important;
            background: #fff;
            border: 1px solid transparent;
            font-weight: normal;
        }

        #workspaceOptions .option:hover .icn {
            cursor: pointer;
        }

        #workspaceOptions .option .tooltip {
            display: none;
        }

        #workspaceOptions .option.disabled:hover .tooltip {
            display: block;
        }

        #workspaceOptions .option.disabled:hover .tooltip,
        #workspaceOptions .option.disabled .tooltip {
            position: absolute;
            width: 160px !important;
            left: -50px;
            top: 82px;
            background: #fff;
            border: 1px solid #000;
            margin: 0;
            padding: 10px;
            border-radius: 0;
            font-size: 12px;
            font-style: normal;
            font-weight: 600;
            text-align: left;
        }

    #workspaceOptions .tooltip:hover {
        display: none !important;
    }

    #workspaceOptions .option .icn_medium {
        margin: 13px auto 8px;
    }

    #workspaceOptions .option .optionName {
        display: inline-block;
        font-size: 12px;
        width: 100%;
    }

    span.workspaceColor {
        position: absolute;
        top: 32px;
        left: 41px;
        display: block;
        width: 7px;
        height: 7px;
        border: 1px solid transparent;
    }

    .WHITE .workspaceColor {
        background-color: #FFFFFF;
        border-color: #000;
    }

    .RED .workspaceColor {
        background-color: #FF6666;
    }

    .ORANGE .workspaceColor {
        background-color: #FFB400;
    }

    .GREEN .workspaceColor {
        background-color: #66CC66;
    }

    .YELLOW .workspaceColor {
        background-color: #FFFF33;
    }

    .BLUE .workspaceColor {
        background-color: #3399FF;
    }

    .PURPLE .workspaceColor {
        background-color: #9966CC;
    }

    .GRAY .workspaceColor {
        background-color: #c4def5;
    }


    .workspaceSelected .addNewWorkspace,
    .workspaceSelected .addReport {
        display: none;
    }

    .noWorkspaceSelected .addExistingDocument,
    .noWorkspaceSelected .shareWorkspace,
    .noWorkspaceSelected .editWsDetails,
    .noWorkspaceSelected .deleteWorkspace,
    .noWorkspaceSelected .wsChangeOwner {
        display: none;
    }

    span.indenter {
        float: left;
        padding-right: 2px !important;
    }

    ul.tagit li.tagit-choice {
        padding: 2px 32px 2px 4px !important;
    }

        ul.tagit li.tagit-choice a.tagit-close {
            padding: 1px 1px 2px 3px !important;
            /*right: 2px!important;*/
        }

    ul.tagit li.tagit-new {
        padding: 2px 4px 2px 0 !important;
    }

    #docTags.tagit {
        padding: 1px 0px 2px 0px !important;
    }

    #workspacesList.GRAY {
        border-color: #9ecffa;
    }

    #workspacesList.RED {
        border-color: #FF6666;
    }

    #workspacesList.ORANGE {
        border-color: #FFB400;
    }

    #workspacesList.GREEN {
        border-color: #66CC66;
    }

    #workspacesList.YELLOW {
        border-color: #FFFF33;
    }

    #workspacesList.BLUE {
        border-color: #3399FF;
    }

    #workspacesList.PURPLE {
        border-color: #9966CC;
    }

    #workspacesList li.customDropdownOption .icn:not(.icn_plus),
    #workspacesList .selectedItem .icn:not(.icn_plus):not(.icn_down) {
        background-image: none !important;
    }

    #partTabResult > div > div > ul.icnContainer,
    #partTabResult > div:not(.customObjectActions) > ul.icnContainer {
        position: absolute;
        top: 24px;
        left: 422px;
    }

    #partTabResult .toolBar #customObjectActions {
        position: absolute;
        top: 4px;
        left: 422px;
    }

    #userExternalTab-attachments #attachmentsTabResult ul.icnContainer,
    #userExternalTab-links #linksTabResult ul.icnContainer,
    #userExternalTab-form #formsTabResult #processFormActions,
    .externalUser #formsTabResult > #processFormActions {
        position: absolute;
        top: 46px;
        left: 224px;
    }

    .externalUser #documentTab-documents #processAttachmentActions {
        left: 218px;
    }

    #partsTabResult #processPartActions,
    #documentTab-customObjects #customObjectActions,
    #discussionsTab-people > div:first-child:not(#sharedUsersTabResult),
    #discussionsTab-workspaces > div:first-child:not(#workspacesTabResult),
    #documentTab-sharedUsers > div:first-child:not(#sharedUsersTabResult),
    #tasksTabResult > #customObjectActions,
    #documentTab-workspaces > div:first-child:not(#workspacesTabResult),
    #documentTab-documents > #processAttachmentActions,
    #documentTab-links > #processLinkActions,
    #documentTab-dependencies > #dependenciesActions,
    #documentTab-revisions > #revisionsActions,
    #attachmentsTabResult > #processAttachmentActions,
    #dependenciesTabResult ul,
    #linksTabResult > #processLinkActions,
    #formsTabResult > #processFormActions,
    #processTab-workspaces > div:first-child:not(#workspacesTabResult),
    #processTab-users > div:first-child:not(#usersTabResult),
    .Companies #usersTabResult ul.icnContainer,
    #processTab-forms #activityFormActions /*,
body.Organizations .sectionFilter ul*/,
    #processTab-customObjects #customObjectActions,
    #processTab-sharedUsers > div ul.icnContainer,
    #processesTabResult #processActions {
        position: absolute;
        top: 46px;
        left: 422px;
    }

.companyContent #subCompaniesActions {
    position: absolute;
    top: 43px;
    left: 422px;
}
    .KenestoDrive #documentTab-dependencies > #dependenciesActions,
    .KenestoDrive #documentTab-revisions > #revisionsActions {
        position: absolute;
        top: 49px;
        left: 220px;
        z-index: 1;
    }

    .viewRevision {
        position: absolute;
        top: 0;
        left: 232px;
    }
    /*.viewRevisionsModal .downloadRevision { top: 22px; }*/

    .downloadRevision .icn {
        /*margin-top: 2px;
    float: left;
    margin-right: 4px;*/
    }

    #dependenciesTabResult ul.workflow {
        left: 0;
    }

    .groupDetails .dateTableCategories {
        position: relative;
        top: 24px;
        left: 422px;
        float: left;
    }

    #dependenciesTabResult ul {
        top: 45px;
    }

    body.Organizations .sectionFilter ul.icnContainer,
    body.StorageProviders .sectionFilter ul.icnContainer {
        position: absolute;
        top: 40px;
        left: 239px;
    }

    /*body.Organizations .dataTables_filter { float: left; }*/

    .ui-autocomplete.ui-menu .ui-menu-item .icn_file {
        position: relative;
        top: 2px;
        left: 3px;
    }

    .ui-autocomplete.ui-menu .ui-menu-item .icn_folder {
        position: relative;
        top: 2px;
        left: 4px;
        margin-top: 0;
    }

    .ui-autocomplete.ui-menu .ui-menu-item:not(.exstItem) a {
        padding: 3px 6px 2px 6px !important;
    }

    .Documents .ui-autocomplete.ui-menu .ui-menu-item:not(.exstItem) a {
        padding: 2px 6px 1px 6px !important;
    }

    .dragbox table tbody tr:nth-child(odd) {
        background: #F6F6F6;
    }

    .dragbox table td.icnClmn {
        padding-left: 8px;
    }

    .dragbox table td.clmnName {
        padding-left: 28px;
    }

    .dragbox table td.icnClmn {
        padding-left: 8px;
    }

#permDocumentContainer var,
#taskTitle var,
#discussionTitle var,
#workflowTitle var,
#partTitle var,
#templateTitle var,
#reportTitle var,
#contactTitle var,
#groupHeader var,
#companyTitle var,
#workflowTemplateTitle var,
#workspaceTemplateTitle var,
#dropboxDocumentTitle var,
#customObjectTitle var,
#organizationTitle var,
#formTitle var,
#folderTitle var,
#userTitle var,
#searchTitle var,
#workspaceTitle var,
#changePasswordTitle var,
#documentTitle var {
    font-weight: bold;
    font-size: 16px;
}

#permDocumentContainer .icn,
#taskTitle .icn,
#discussionTitle .icn,
#workflowTitle .icn,
#partTitle .icn,
#templateTitle .icn,
#reportTitle .icn,
#contactTitle .icn,
#groupHeader .icn,
#companyTitle .icn,
#workflowTemplateTitle .icn,
#worksapceTemplateTitle .icn,
#dropboxDocumentTitle .icn,
#customObjectTitle .icn,
#organizationTitle .icn,
#formTitle .icn,
#folderTitle .icn,
#userTitle .icn,
#searchTitle .icn,
#workspaceTitle .icn,
#changePasswordTitle .icn,
#documentTitle .icn {
    cursor: default;
}

#permDocumentContainer,
#permWorkspaceTemplateContainer,
#discussionTitle,
#taskTitle,
#discussionTitle,
#workflowTitle,
#partTitle,
#templateTitle,
#reportTitle,
#contactTitle,
#groupHeader,
#companyTitle,
#workflowTemplateTitle,
#dropboxDocumentTitle,
#customObjectTitle,
#organizationTitle,
#formTitle,
#folderTitle,
#userTitle,
#searchTitle,
#workspaceTitle,
#changePasswordTitle,
#documentTitle {
    background-color: #f6f6f6;
    margin: -10px -12px 0 -17px;
    padding: 10px 0 0 17px;
}

.Organizations #userTitle {
    margin-top: -5px;
}

#companyTitle {
    position: relative;
}

#folderTitle {
    margin-bottom: 10px;
}

.externalUser #folderTitle {
    margin: 2px -12px 0 -17px;
}

.externalUser.externalFolder #MvcSiteMap {
    margin-bottom: 0;
}

    .Organizations #userTitle {
        margin-top: -5px;
    }

    #companyTitle {
        position: relative;
    }

    #folderTitle {
        margin-bottom: 10px;
    }

    .externalUser #folderTitle {
        margin: 2px -12px 0 -17px;
    }

    .externalUser.externalFolder #MvcSiteMap {
        margin-bottom: 0;
    }

    .externalUser.externalFolder .actions {
        margin: 12px 0 8px 0 !important
    }

    #folderTitle:before {
        content: "";
        height: 32px;
        background: #f6f6f6;
        display: block;
        position: absolute;
        left: -17px;
        right: -12px;
        top: 80px;
        z-index: -100;
    }

    .Companies #main.admin #companyTitle::before {
        content: "";
        height: 40px;
        background: #f6f6f6;
        display: block;
        position: absolute;
        left: -17px;
        right: -12px;
        bottom: -10px;
        z-index: -100;
    }

    .workspaceTitle {
        margin: -30px 0 5px 0;
        font-weight: bold;
    }

        .workspaceTitle var {
            position: relative;
            bottom: 5px;
        }

    #changePasswordTitle {
        margin-bottom: 40px;
    }

    .flat #formTitle {
        margin: -30px -12px 20px -17px;
    }

    #permProcessActionsContainer {
        position: relative;
        z-index: 100;
    }

    #attachBOMFile #singleFileSelector a,
    #importBomFile #singleFileSelector a,
    #importUsers #singleFileSelector a {
        border: none;
        padding: 0;
        line-height: 28px;
    }

    .moreActionsBtn {
        color: #666;
        z-index: 100;
        width: 55px;
        text-align: left;
    }

        .moreActionsBtn.activated {
            color: #000;
            border: 1px solid #000;
            z-index: 1001;
        }

        .moreActionsBtn .icn_down {
            margin-top: 7px;
        }

    li:hover > .moreActionsBtn {
        color: #000;
    }

    .actions li.moreActionsBtn {
        padding: 4px 8px 4px 5px;
    }

    .moreActionsBtn .dropDown-container {
        left: -1px;
        top: 28px;
        background: #FDFDFD !important;
        width: 200px;
    }

        .moreActionsBtn .dropDown-container var {
            color: #666 !important;
            float: none !important;
        }

    li.moreActionsBtn .dropDown-container ul li {
        border: 1px solid transparent !important;
        margin: -1px !important;
        float: none !important;
        text-align: left;
        padding: 0 !important;
        float: none !important;
        clear: both !important;
    }

        li.moreActionsBtn .dropDown-container ul li:hover {
            background: #FFF !important;
            color: #000;
            border: 1px solid #000 !important;
        }

    .disabled .moreActionsBtn,
    .disabled .moreActionsBtn span,
    .moreActionsBtn.disabled span {
        color: #ccc;
        cursor: default !important;
    }

        .disabled .moreActionsBtn:hover {
            border: 1px solid #dfdfdf !important;
            color: #ccc !important;
            cursor: default !important;
        }

    li.moreActionsBtn .dropDown-container ul li:hover var {
        color: #000 !important;
    }

    .dropDown-container ul:not(.mf2Menu):not(.contactList):not(.listDrop) li:hover {
        background: #FFF !important;
    }

    .moreActionsBtn li a {
        float: none !important;
        padding: 10px 20px !important;
    }

        .moreActionsBtn li a var {
        }

    #addFormToProcessPanel .order-1 ul {
        width: 220px;
    }

    .groupTag:after, li[data-altparam="group"]:after {
        background-position: -757px -19px !important;
        width: 16px !important;
        height: 16px !important;
        top: 3px !important;
    }

    #editUserForm #userEdit {
        margin-top: 30px;
    }

    .Organizations #editUserForm #userEdit {
        margin-top: 0px;
    }

.externalUser #folderDocumentsTable .dataTables_filter{
    /*position: absolute;
    top: 120px;*/
    margin-bottom: 5px;
}

    .Settings .SettingsContainer {
        margin-top: 65px;
    }

    #workspaceTitle {
        margin-top: 3px;
        margin-bottom: 10px;
    }

.workspaceDetailes #workspaceTitle {
    background-color: white !important;
    margin-top: -40px;
    margin-bottom: 20px;
}
    .externalFolder #main.expand:before, .externalFolder #folderTitle:before {
        height: 0;
    }

    .externalHeaderHolder {
        background: #f6f6f6;
        margin: 0 -12px 10px -17px;
        padding: 0px 12px 10px 17px;
    }

    .activitySummary.Contacts {
        margin-top: 46px;
    }

    .activitySummary span {
        display: block;
        font-size: 12px;
    }

    .activitySummary .title {
        font-weight: 800;
    }

    .activitySummary .stats {
        color: #666;
        font-weight: 600;
    }

    .activitySummary .activityIcon {
        border: 1px solid #999;
        width: 90px;
        height: 90px;
        margin-right: 20px;
    }

        .activitySummary .activityIcon .icn30 {
            margin: 30px auto;
        }

    #modal .btn_container.form {
        position: relative;
        top: -10px;
        left: -4px;
        width: 200px;
    }

    .formContentContainer .actions {
        margin-left: 2px;
    }

    .addColon:after {
        content: ":";
    }

    td.FILE_SIZE {
        text-transform: uppercase;
    }

    #viewerFrame .ControlLink {
        color: red !important;
        text-decoration: none;
    }

    .modalFromEmbeddedViewer {
        width: auto;
        height: 200px;
        border: 1px solid red;
        position: absolute;
        top: 10px;
        background: #fff;
    }

    .externalUser #companyLogo #logo {
        margin: 11px 0 0 15px;
    }

    .externalUser #partAttributes .formRow span {
        display: inline-block;
        overflow: hidden;
    }

        .externalUser #partAttributes .formRow span:first-child {
            font-weight: bold;
            width: 130px;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

    .externalUser .ui-jqgrid-hbox {
        background: transparent;
    }

    .externalUser .ui-state-default.ui-jqgrid-hdiv {
        border: 0px solid transparent !important;
        background: transparent;
    }

    .externalUser .ui-jqgrid-htable thead .ui-state-default,
    .externalUser .ui-jqgrid-htable thead .ui-widget-content .ui-state-default,
    .externalUser .ui-jqgrid-htable thead .ui-widget-header .ui-state-default,
    .externalUser .ui-jqgrid-htable thead .ui-state-hover,
    .externalUser .ui-jqgrid-htable thead .ui-widget-content .ui-state-hover {
        border-left: 1px solid #fff !important;
        border-right: 1px solid #fff !important;
        background: transparent !important;
        color: #fff;
    }

    .externalUser .ui-jqgrid-htable thead th {
        border-top: 1px solid #7397BB !important;
    }

    .externalUser .ui-jqgrid-htable thead #Bom_PartNumber {
        border-left: 1px solid #7397BB !important;
    }

    .externalUser .ui-jqgrid table th {
        padding: 2px 4px 3px 4px !important;
    }

    .externalUser .ui-jqgrid thead tr:hover {
        border: none;
        background: #7397BB !important;
    }

    .externalUser table#Bom tr {
        border: 0 !important;
    }

    .externalUser .ui-jqgrid-bdiv {
        margin-top: 0 !important;
    }

    .externalUser .ui-jqgrid tr.jqgrow:not(.ui-state-highlight):nth-child(2n) {
        background: #F6F6F6;
    }

    .externalUser .ui-jqgrid tr.jqgrow:hover,
    .externalUser .ui-jqgrid tr.jqgrow.ui-state-highlight {
        background: #fdf0cb !important;
    }

    .externalUser .ui-jqgrid table td {
        padding: 6px 5px !important;
        color: #666;
    }

        .externalUser .ui-jqgrid table td .tree-wrap {
            top: -1px;
            margin-right: 3px;
        }

    .externalUser .ui-jqgrid thead .s-ico {
        display: block !important;
        float: right;
        margin-right: 0px;
    }

        .externalUser .ui-jqgrid thead .s-ico span {
            padding: 1px;
        }

        .externalUser .ui-jqgrid thead .s-ico .ui-state-disabled {
            display: none;
        }

        .externalUser .ui-jqgrid thead .s-ico .ui-icon-asc,
        .externalUser .ui-jqgrid thead .s-ico .ui-icon-desc {
            width: 16px;
            height: 16px;
            content: '';
            margin: 0;
            background: url('themes/base/images/ui-icons_ffffff_256x240.png') no-repeat 0 0 transparent;
            cursor: pointer;
            float: right !important;
            position: relative !important;
        }

            .externalUser .ui-jqgrid thead .s-ico .ui-icon-asc.ui-state-disabled + .ui-icon-desc.ui-state-disabled {
                display: block;
                opacity: 1;
                background-position: -66px 0 !important;
            }

            .externalUser .ui-jqgrid thead .s-ico .ui-icon-desc:not(.ui-state-disabled) {
                background-position: -1px -16px !important;
            }

            .externalUser .ui-jqgrid thead .s-ico .ui-icon-asc:not(.ui-state-disabled) {
                background-position: -66px -16px !important;
            }

    #load_Bom.loading {
        top: -210px;
        left: 50%;
        margin-left: -22px;
        width: 0;
        height: 0;
        padding: 0;
        border: 0;
        visibility: collapse;
    }

        #load_Bom.loading:after {
            content: "";
            display: block;
            background-image: url(themes/base/images/loader.gif);
            width: 43px;
            height: 11px;
            background-position: 0px 0px;
            margin: 0 auto;
            background-repeat: no-repeat;
            z-index: 1300;
            visibility: visible;
        }

    .nonObjectPage .ColVis_MasterButton {
        min-width: 0;
        width: 28px !important;
        height: 28px;
    }

        .nonObjectPage .ColVis_MasterButton:after,
        .nonObjectPage .TableTools_catcher:after {
            display: block;
            content: '';
            width: 16px;
            height: 16px;
        }

        .nonObjectPage .ColVis_MasterButton:hover {
            border: 1px solid #000;
        }

        .nonObjectPage .ColVis_MasterButton span {
            display: none;
        }

    .hideTabActions {
        display: none;
    }

    ul.jqtree-tree div {
        cursor: default !important;
    }

        ul.jqtree-tree div .jqtree-title {
            cursor: pointer;
            line-height: 20px;
            display: inline-block;
            vertical-align: baseline;
        }

    ul.jqtree-tree li.jqtree-selected > div,
    ul.jqtree-tree li.jqtree-selected > div:hover {
        background: #fdf0cb !important;
    }

        ul.jqtree-tree li.jqtree-selected > div span.jqtree-title {
            color: #000 !important;
        }

    ul.jqtree-tree .icn {
        margin-top: 2px;
    }

    #objectPreviewPanel ul.jqtree-tree .icn {
        margin-top: 5px;
    }

    #filesTree, #foldersTree {
        height: 170px;
        overflow: auto;
        width: 500px;
    }

    #addExistingContainer #filesTree {
        height: 270px;
        overflow: auto;
        width: 500px;
    }

    #addExistingContainer {
        height: 340px;
    }

    .KenestoDrive #filesTree {
        width: 100%;
        height: 299px;
    }

    .foldersTreeModal #foldersTree {
        height: 100%;
        overflow: hidden;
        width: 100%;
    }

    #rejectActivityForm .completeStep {
        height: 110px;
    }

    #modal .editDocumentDependencies {
        width: 330px;
    }

    .KenestoDrive .ui-dialog.confirmDialog {
        width: 300px !important;
        z-index: 2002 !important;
    }

    .enableRejectLabel {
        margin-right: 17px !important;
    }

    #routeForm .taskType {
        height: 140px;
    }

        #routeForm .taskType .longLbl label {
            margin-left: 3px;
        }

        #routeForm .taskType .longLbl .radb label {
            margin-left: 9px;
        }

        #routeForm .taskType .longLbl label.rejectLbl {
            margin-right: 20px;
        }

        #routeForm .taskType .targetActivity {
            margin-top: -6px;
        }

        #routeForm .taskType .ui-dialog-title {
            margin-bottom: 6px !important;
        }

    body.loggedIn.plugins footer {
        top: 680px;
    }

    body.loggedIn.plugins .btn_set {
        margin: 30px -7px 0px 0;
    }

    body.loggedIn.plugins .toolBarItem:not(.dropDown) span {
        cursor: default;
    }

    body.loggedIn.plugins div, body.loggedIn.plugins .closeDialog,
    body.loggedIn.plugins h1, body.loggedIn.plugins h2, body.loggedIn.plugins h3, body.loggedIn.plugins h4, body.loggedIn.plugins h5, body.loggedIn.plugins h6, body.loggedIn.plugins p,
    body.loggedIn.plugins img, body.loggedIn.plugins strong, body.loggedIn.plugins em,
    body.loggedIn.plugins dl, body.loggedIn.plugins dt, body.loggedIn.plugins dd, body.loggedIn.plugins ol, body.loggedIn.plugins ul, body.loggedIn.plugins li,
    body.loggedIn.plugins fieldset, body.loggedIn.plugins form, body.loggedIn.plugins label, body.loggedIn.plugins legend,
    body.loggedIn.plugins table, body.loggedIn.plugins caption, body.loggedIn.plugins tbody, body.loggedIn.plugins tfoot, body.loggedIn.plugins thead, body.loggedIn.plugins tr, body.loggedIn.plugins th, body.loggedIn.plugins td,
    body.loggedIn.plugins header, body.loggedIn.plugins nav, body.loggedIn.plugins section, body.loggedIn.plugins dialog {
        font-size: 13px !important;
    }

    body.loggedIn.plugins footer li {
        font-size: 12px !important;
    }