/*
  _____               _            _   _ _       
 |  __ \             | |          | | (_|_)      
 | |__) | __ ___   __| |_   _  ___| |_ _ ___   __
 |  ___/ '__/ _ \ / _` | | | |/ __| __| | \ \ / /
 | |   | | | (_) | (_| | |_| | (__| |_| | |\ V / 
 |_|   |_|  \___/ \__,_|\__,_|\___|\__|_|_| \_/  

*******************************************************************************
 * * WORX CONFIDENTIALf
 *  * __________________
 *  * 
 *  *  WORX Incorporated 
 *  *  All Rights Reserved.
 *  * 
 *  * NOTICE:  All information contained herein is, and remains
 *  * the property of Worx Incorporated.  The intellectual and technical 
 *  * concepts contained are proprietary to Worx Incorporated
 *  * and may be covered by U.S. and Foreign Patents,
 *  * patents in process, and are protected by trade secret or copyright law.
 *  * Dissemination of this information or reproduction of this material
 *  * is strictly forbidden unless prior written permission is obtained
 *  * from Worx Incorporated.
*******************************************************************************                                        
	CSS v2.0  
	Color Palette:
	main green: #91ca59
	main blue: #092d4c
	main light blue: #0e9dd8
	navigation: #233c5b
	
	status red: #EF4137
	status orange: #F58220                                     
	status yellow: #FFCB05
	status gray: #455b65
	status bluegreen: #6BC9B9;
	
	gray 50: #eceff0
	gray 100: #dde1e3;
	gray 200: rgba(0, 0, 0, 0.15)
	gray 300: #899ca6
	gray 600: #455b65
	
	select grid: #e6f1f9
	
	//secondary colors
	blue: #0e9dd8
	pink: #e72671
	green: #91ca69
	purple: #4a68b1
	orange: #ee6e5e
*/
/* ------------------------------ GLOBAL RULES ------------------------------ */
@font-face {
    font-family: Roboto-Regular;
    src: url("../fonts/roboto/Roboto-Regular.ttf");
}

@font-face {
    font-family: Roboto-Light;
    src: url("fonts/roboto/Roboto-Light.ttf");
}

*:focus {
    outline: none;
}

.logo-img path {
    fill: green !important;
}

.logo-img {
    fill: green !important;
}

body {
    background-color: #edf1f4 !important;
    line-height: 1em !important;
}

hr {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 1px;
}

select::-ms-expand {
    display: none;
}

.st0 {
    fill: #f8f8f8 !important;
}

.whitebg {
    background-color: white;
}

.whitebgUser {
    background-color: white;
    left: -18px !important;
}

.whitebgnew {
    background-color: #ffffff !important;
}

svg path.st0 {
    fill: orange !important;
}

.whitebgRight {
    background-color: white;
    width: 30% !important;
}
input::-ms-clear {
    display: none;
}

.whitebgLeft {
    background-color: white;
    width: 70% !important;
}

@media screen and (max-width: 1300px) {
    .whitebgRight {
        background-color: white;
        width: 0% !important;
    }
    .whitebgLeft {
        background-color: white;
        width: 100% !important;
    }
}

.rightBorderForFonts {
    border-right: 1px solid #dde1e3;
}

.paddingHeaderLabel {
    padding: 0px 5px 0px 5px;
}

.marginHeaderStatus {
    margin-top: 2px !important;
}

.secondRowMargins {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.priority {
    float: left;
    height: 12px !important;
    width: 12px !important;
    padding-left: 5px;
    margin-top: 3px !important;
}

.marginTopBot6 {
    margin-top: 6px;
    margin-bottom: 6px;
}

.statusGray {
    color: #455b65;
}

.statusRed {
    color: #ef4137;
}

.statusOrange {
    color: #f58220;
}

.statusYellow {
    color: #ffcb05;
}

.statusGreen {
    color: #91ca59;
}

.statusBluegreen {
    color: #6bc9b9;
}

.statusGrayLight {
    color: rgba(0, 0, 0, 0.15);
}

.redProgresStyle {
    border-radius: 3px;
    background-color: #ef4137;
    height: 15px;
    padding-top: 2px;
}

.greenProgresStyle {
    border-radius: 3px;
    background-color: #91ca59;
    height: 15px;
    padding-top: 2px;
}

.yellowProgresStyle {
    border-radius: 3px;
    background-color: #ffcb05;
    height: 15px;
    padding-top: 2px;
}

/* ------------------------------ LOGIN & REGISTER ------------------------------ */
.buttons {
    margin: 15px auto;
}

.loginform {
    margin: 50px 90px 30px 90px !important;
}

.registerForm {
    margin: 40px 60px 30px 60px !important;
}

.forgotenPassMargin {
    padding-bottom: 25px !important;
    padding-left: 48px !important;
}

.registerStep,
.registerStepSelected,
.registerStepDown,
.registerStepFocused,
.registerStepOver,
.registerStepSelectedOver,
.registerStepSelectedDown,
.registerStepSelectedFocused,
.registerStepSelectedSelected {
    width: 38px !important;
    height: 38px !important;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    text-align: center;
    vertical-align: middle;
    font-family: Roboto-Light, "Segoe UI", Arial, sans-serif;
    font-size: 19px;
    color: rgba(0, 0, 0, 0.15);
    background-color: white;
}

.registerStepSelected,
.registerStepDown,
.registerStepFocused,
.registerStepOver,
.registerStepSelectedOver,
.registerStepSelectedDown,
.registerStepSelectedFocused,
.registerStepSelectedSelected {
    color: white;
    background-color: #0e9dd8;
    border: 1px solid #0e9dd8;
}

/* ------------------------------ CHAT ------------------------------ */
.footerchat {
    background-color: white;
    border-top: 2px solid #eceff0;
    margin-left: 15px;
    margin-right: 15px;
}

/* ------------------------------ MIDDLE LAYOUT ------------------------------ */
.middlelayout {
    position: relative !important;
    /* margin: 0px 0px 25px 0px; */
    padding: 15px 15px 0px 15px;
    line-height: 1.2em !important;
    /* margin-top:-12px !important; */
    margin-top: -18px !important;
}

.middleWrapper {
    margin-left: 60px;
}

/* ------------------------------ MAIN HEADER ------------------------------ */
.mainheader {
    background-color: white;
    height: 50px !important;
    padding-right: 20px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.19);
    z-index: 5000000 !important;
}

.regular_font_button1 {
    height: 12px;
    width: 12px;
}

.menuButton .regular_font_button img,
.menuButtonOver .regular_font_button img,
.menuButtonDown .regular_font_button img,
.menuButtonSelected .regular_font_button img {
    height: 12px;
    width: 12px;
}

.menuButton .regular_font_button_Link img,
.menuButtonOver .regular_font_button_Link img,
.menuButtonDown .regular_font_button_Link img,
.menuButtonSelected .regular_font_button_Link img {
    height: 16px;
    width: 16px;
}

.menuButton .h1 img,
.menuButtonOver .h1 img,
.menuButtonSelected.h1 img,
.menuButtonDown .h1 img {
    height: 11px;
    width: 11px;
}

.actionButton img {
    height: 16px;
    width: 10px;
}

.notitle img,
.notitleDisabled img {
    height: 20px;
    width: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.notitleRefresh img {
    height: 16px;
    width: 16px;
}

.notitleMini img {
    height: 12px;
    width: 12px;
}

.notitleGridActionBtn img {
    height: 16px;
    width: 16px;
}

.notitleGridActionBtnDocAct img {
    height: 16px;
    width: 16px;
}

.notitle_close img {
    height: 30px;
}

.notitle_small img {
    height: 12px;
    width: 12px;
    margin-top: -2px;
}

.notitle_small1 img {
    height: 24px;
    width: 24px;
}

.mainHeaderAvatar {
    background-color: #ffffff !important;
    padding-right: 3px !important;
}

.mainHeaderAvatarOver,
.mainHeaderAvatarSelected,
.mainHeaderAvatarFocused,
.mainHeaderAvatarDown {
    background-color: #ddeff0 !important;
    padding-right: 3px !important;
}

/* ------------------------------ MIDDLE HEADER ------------------------------ */
.middleheader {
    background-color: white;
    margin: 15px 15px -5px 15px;
    overflow: visible !important;
}

.projectDetailsWrapper {
    margin-left: 10px;
    width: 250px !important;
}

.popupmenu {
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 3px;
    background: white;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.popupmenuNoShadow {
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 3px;
    background: white;
}

.popupmenuMainAction {
    margin-right: 25px !important;
}

.sseparatorManu {
    width: 120px !important;
}

.sseparatorManuDocument {
    width: 150px !important;
}

.sseparatorManuDocumentDisabled {
    width: 150px !important;
}

.popupmenuMainActionDoc {
    margin-right: 70px !important;
}

.popupmenuMainActionDocBOM {
    margin-right: 170px !important;
}

.popupmenuMainActionBom {
    margin-top: 1px;
    margin-right: 35px !important;
}

.popupmenuMainActionDocGrid {
    margin-top: 1px !important;
    margin-right: 35px !important;
}

.popupmenuMainProfile {
    margin-right: 15px !important;
}

.probica {
    background-color: #e3f1f7 !important;
}

.popupmenu .menuMain {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}

.popupmenuNoShadow .menuMain {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}

.menuMain {
    background: white !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 3px !important;
}

.leftAndRightMargin {
    margin-right: 15px;
    margin-left: 24px;
}

.stageGateStack,
.stageGateStack div {
    height: 8px !important;
    overflow: visible !important;
}

.stageGateImage {
    margin-top: -5px !important;
    overflow: visible !important;
}

.lastMarkerImageFix {
    top: 0px !important;
}

.currentDateImage {
    margin-top: -10px !important;
}

/* ------------------------------ ACTIVITIES TAB ------------------------------ */
.activitiestab {
    background-color: white;
    padding-left: 20px;
}

.activitiestabset {
    padding-top: 20px;
    margin-top: 20px;
}

/* ------------------------------ PROJECT NAVIGATION ------------------------------ */
.projectnav {
    background: linear-gradient(45deg, #333333, #111111);
    margin: 0px;
    padding: 0px;
}

/* ------------------------------ USER FORM ------------------------------ */
.userform {
    height: 700px !important;
    top: 105px !important;
}

/* ------------------------------ USER FORM FOOTER ------------------------------ */
.userformfooter {
    background-color: white;
    height: 25px !important;
    top: 815px !important;
}

.userformLabelUnderLine {
    border-bottom: 1px solid #007faa;
    margin-left: 20px !important;
}

.userformLabelUnderLineBlue {
    border-bottom: 1px solid #007faa;
}

.userformLayoutUnderLine {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.verticalNavBtn,
.verticalNavBtnFocused,
.verticalNavBtnDisabled,
.verticalNavBtnDown,
.verticalNavBtnOver,
.verticalNavBtnSelected,
.verticalNavBtnSelectedOver,
.verticalNavBtnDownOver,
.verticalNavBtnSelectedSelected,
.verticalNavBtnSelectedDown,
.verticalNavBtnSelectedOver,
.verticalNavBtnSelectedFocused {
    color: #ffffff;
    text-transform: none !important;
    line-height: 2.2em;
    font-size: 14px;
}

.verticalNavBtnDown,
.verticalNavBtnOver,
.verticalNavBtnSelected,
.verticalNavBtnSelectedOver,
.verticalNavBtnDownOver,
.verticalNavBtnSelectedSelected,
.verticalNavBtnSelectedDown,
.verticalNavBtnSelectedOver,
.verticalNavBtnSelectedFocused {
    line-height: 2.2em;
}

.verticalNavBtnDown div,
.verticalNavBtnOver div,
.verticalNavBtnSelected div,
.verticalNavBtnSelectedOver div,
.verticalNavBtnDownOver div,
.verticalNavBtnSelectedSelected div,
.verticalNavBtnSelectedDown div,
.verticalNavBtnSelectedOver div,
.verticalNavBtnSelectedFocused div {
    color: #ffffff;
}

.verticalNavBtn canvas,
.verticalNavBtnDown canvas,
.verticalNavBtnOver canvas,
.verticalNavBtnSelected canvas,
.verticalNavBtnSelectedOver canvas,
.verticalNavBtnDownOver canvas,
.verticalNavBtnSelectedSelected canvas,
.verticalNavBtnSelectedDown canvas,
.verticalNavBtnSelectedOver canvas,
.verticalNavBtnSelectedFocused canvas {
    margin-top: 5px !important;
    margin-left: -4px !important;
    width: 24px;
    height: 24px;
}

.verticalNavBtn canvas {
    margin-left: 0px !important;
}

.verticalNavBtn img,
.verticalNavBtnDown img,
.verticalNavBtnOver img,
.verticalNavBtnSelectedOver img,
.verticalNavBtnSelected img,
.verticalNavBtnSelectedDown img {
    margin-right: 12px !important;
}

.left-navigation-button {
    margin-bottom: 15px;
}

.verticalNavBtn img {
    padding: 8px 19px 8px 13px;
    border-left: 5px solid transparent;
}

.verticalNavBtnOver img,
.verticalNavBtnSelected img,
.verticalNavBtnSelectedOver img,
.verticalNavBtnDown img,
.verticalNavBtnSelectedDown img {
    background-color: #3d7f82;
    padding: 8px 19px 8px 13px;
}

.verticalNavBtnOver img {
    border-left: 5px solid transparent;
}

.verticalNavBtnSelected img,
.verticalNavBtnSelectedOver img,
.verticalNavBtnDown img,
.verticalNavBtnSelectedDown img {
    border-left: 5px solid #fff;
}

.verticalNavBtn div,
.verticalNavBtnOver div {
    padding: 5px 19px 4px 18px !important;
    line-height: 2.2em;
}

.verticalNavBtnOver div {
    background-color: #3d7f82;
    width: 100%;
}

.verticalNavBtnDown div,
.verticalNavBtnSelected div,
.verticalNavBtnSelectedOver div,
.verticalNavBtnSelectedDown div {
    width: 100%;
    background-color: #3d7f82;
    padding: 5px 19px 4px 18px !important;
    line-height: 2.2em;
}

.collapse-button {
    background-color: transparent;
    border-left: 5px solid transparent;
}

.collapse-buttonOver {
    background-color: #3d7f82;
    border-left: 5px solid #fff;
}

.collapse-buttonDown {
    background-color: #3d7f82;
    border-left: 5px solid #fff;
}

.collapse-button img,
.collapse-buttonOver img,
.collapse-buttonDown img,
.collapse-buttonSelected img,
.collapse-buttonSelectedOver img,
.collapse-buttonSelectedDown img {
    margin-right: 20px !important;
}

/*---------------------------for project image on vertical navigation------------------------*/
.verticalNavBtn #projectImg,
.verticalNavBtnDown #projectImg,
.verticalNavBtnOver #projectImg,
.verticalNavBtnSelected #projectImg,
.verticalNavBtnSelectedOver #projectImg,
.verticalNavBtnDownOver #projectImg,
.verticalNavBtnSelectedSelected #projectImg,
.verticalNavBtnSelectedDown #projectImg,
.verticalNavBtnSelectedOver #projectImg,
.verticalNavBtnSelectedFocused #projectImg {
    margin-top: 5px !important;
    margin-left: -4px !important;
}

.verticalNavBtn #projectImg {
    margin-left: 0px !important;
}

/* ------------------------------ FORMS ------------------------------ */
.formInput,
.formInputSelected,
.formInputDown,
.formInputFocused,
.formInputError {
    height: 22px;
    min-width: 75px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

.formInputDisabled,
.formInputDisabledSelected,
.formInputDisabledDown,
.formInputDisabledFocused,
.formInputDisabledError {
    height: 22px;
    min-width: 75px;
    border: none !important;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: rgba(255, 255, 255, 0) !important;
}

.customFormCellError {
    margin-bottom: -4px;
}

.customFormCellError span {
    font-family: Roboto-Light, "Segoe UI", Arial, sans-serif;
    font-size: 9px;
    color: #899ca6;
    text-transform: none;
    color: #ef4137;
    padding-top: 1px;
}

.formInputSelected,
.formInputDown,
.formInputFocused {
    border: 1px solid #6cb1b1;
    box-shadow: 0 0 5px #6cb1b1;
}

.formInputError {
    border: 1px solid #db292f;
}

.customFormCell,
.customFormCellOver,
.customFormCellFocused,
.customFormCellSelected,
.customFormCellDown {
    padding-bottom: 15px;
}

.customFormCellSettings {
    width: 250px !important;
}

.customFormCellECR,
.customFormCellECROver,
.customFormCellECRFocused,
.customFormCellECRSelected,
.customFormCellECRDown {
    padding-bottom: 15px;
    width: 500px;
}

@media (max-width: 1300px) {
    .customFormCellECR,
    .customFormCellECROver,
    .customFormCellECRFocused,
    .customFormCellECRSelected,
    .customFormCellECRDown {
        padding-bottom: 15px;
        width: 200px;
    }
}

.customFormCellAction {
    padding-top: 5px;
}

/* ------------------------------ GRIDS ------------------------------ */
.listGrid,
.listGridOver,
.listGridSelected,
.listGridDown,
.listGridFocused,
.listGridDark,
.listGridDarkOver,
.listGridDarkSelected,
.listGridDarkDown,
.listGridDarkFocused,
.listGridSelectedSelected,
.listGridSelectedSelectedDown,
.listGridSelectedSelectedOver,
.listGridDown,
.listGridDownOver,
.listGridFocused,
.listGridFocusedOver,
.listGridSelectedSelectedDark,
.listGridSelectedSelectedDownDark,
.listGridSelectedSelectedOverDark,
.listGridDownDark,
.listGridDownOverDark,
.listGridFocusedDark,
.listGridFocusedOverDark {
    color: #455b65;
    outline: 0 !important;
    min-height: 28px !important;
    margin: 0px !important;
}

.listGridHeader,
.listGridHeaderOver,
.listGridHeaderSelected,
.listGridHeaderSelectedOver,
.listGridHeaderDown,
.listGridHeaderSelectedDown,
.listGridHeaderDownOver,
.listGridHeaderDisabled,
.listGridHeaderSelectedDisabled,
.listGridHeaderDownDisabled,
.listGridHeaderOverDisabled {
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.listGridHeaderOver,
.listGridHeaderSelected,
.listGridHeaderSelectedOver,
.listGridHeaderDown,
.listGridHeaderSelectedDown,
.listGridHeaderDownOver,
.listGridHeaderDisabled,
.listGridHeaderSelectedDisabled,
.listGridHeaderDownDisabled,
.listGridHeaderOverDisabled {
    background-color: #eceff0;
}

.listGridHeaderDrawingImport,
.listGridHeaderDrawingImportOver,
.listGridHeaderDrawingImportSelected,
.listGridHeaderDrawingImportSelectedOver,
.listGridHeaderDrawingImportDown,
.listGridHeaderDrawingImportSelectedDown,
.listGridHeaderDrawingImportDownOver,
.listGridHeaderDrawingImportDisabled,
.listGridHeaderDrawingImportSelectedDisabled,
.listGridHeaderDrawingImportDownDisabled,
.listGridHeaderDrawingImportOverDisabled {
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.listGridHeaderDrawingImportOver,
.listGridHeaderDrawingImportSelected,
.listGridHeaderDrawingImportSelectedOver,
.listGridHeaderDrawingImportDown,
.listGridHeaderDrawingImportSelectedDown,
.listGridHeaderDrawingImportDownOver,
.listGridHeaderDrawingImportDisabled,
.listGridHeaderDrawingImportSelectedDisabled,
.listGridHeaderDrawingImportDownDisabled,
.listGridHeaderDrawingImportOverDisabled {
    background-color: #eceff0 !important;
    border-bottom: 1px solid #9aaaaf !important;
}

/* ------------------------------ PREVIEW ------------------------------ */
.previewName {
    padding-left: 6px;
}

.onlyCADEditable {
    background-color: rgba(237, 241, 244, 0.7) !important;
    border: 1px solid #ffffff;
}

.onlyCADEditableOver {
    background-color: rgba(237, 241, 244, 0.7) !important;
    border: 1px solid #ffffff;
}

.onlyCADEditableSelectedOver {
    background-color: rgba(237, 241, 244, 0.7) !important;
    border: 1px solid #ffffff;
}

.onlyCADEditableSelected {
    background-color: rgba(237, 241, 244, 0.7) !important;
    border: 1px solid #ffffff;
}

.onlyCADEditableTitle {
    background-color: rgba(237, 241, 244, 0.7) !important;
    height: 12px !important;
}

.borderBottom {
    border-bottom: white;
}

.previewNameBom {
    margin-left: -6px;
}

.previewParent {
    background-color: white;
    padding: 20px 20px 20px 13px;
    border-top: 1px solid #dde1e3;
    border-left: 1px solid #dde1e3;
    margin-top: 14px !important;
    margin-right: 15px !important;
}

.previewParentECRDoc {
    background-color: white;
    padding: 20px 20px 20px 13px;
    border-left: 2px solid #dde1e3;
    margin-top: 103px !important;
    margin-right: 15px !important;
}

.previewParentSearch {
    background-color: white;
    padding: 20px 20px 20px 13px;
    border-left: 2px solid #dde1e3;
    margin-top: 158px !important;
    margin-right: 15px !important;
    position: fixed !important;
    margin-bottom: -100px;
}

.previewParentCard {
    background-color: white;
    padding: 20px 20px 20px 13px;
    border-left: 2px solid #dde1e3;
    margin-top: 158px !important;
    margin-right: -35px !important;
    position: fixed !important;
    margin-bottom: -100px;
}

.previewParent1 {
    background-color: white;
    padding: 20px 20px 20px 13px;
    border-left: 2px solid #dde1e3;
    margin-top: -24px !important;
    margin-right: -15px !important;
}

.previewParentTest {
    background-color: white;
    padding: 20px 20px 20px 13px;
    border-left: 2px solid #dde1e3;
    margin-top: 26px !important;
    margin-left: -30px !important;
}

.tabButtonLeft,
.tabButtonLeftSelected,
.tabButtonLeftOver,
.tabButtonLeftFocused,
.tabButtonLeftDown,
.tabButtonLeftSelectedOver,
.tabButtonLeftDisabled {
    border: none !important;
    background: none !important;
    background-color: white !important;
}

.tabBarLeft {
    background-color: white;
    border: none;
    padding-right: 8px;
}

.tabBarLeft > .normal {
    color: white;
    background-color: white !important;
}

/* ------------------------------ WINDOWS ------------------------------ */
.windowStyle {
    margin: 0px;
    padding: 0px;
    background-color: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.windowStyleNew {
    margin: 0px;
    padding: 0px;
    background-color: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.windowHeaderWithTitle,
.windowHeaderWithTitle1,
.windowHeader {
    background-color: #005959;
    min-height: 40px !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.windowHeaderWithTitleNormal {
    background-color: #0e9dd8;
    min-height: 25px !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.windowHeaderWithTitleWarning {
    background-color: #c40f12;
    min-height: 25px !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.windowHeaderWithTitleSuccess {
    background-color: #80ba61;
    min-height: 25px !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.windowHeaderWithTitleNormal {
    height: 25px !important;
}

.windowHeaderWithTitle {
    height: 40px !important;
}

.windowHeaderWithTitle,
.windowHeaderWithTitleWarning,
.windowHeaderText {
    padding-left: 20px;
}

.windowHeaderWithTitle1 {
    padding-left: 0px !important;
}

.windowHeaderWithTitle img,
.windowHeader img {
    margin-right: 20px;
}

.windowBodyAddFiles {
    border-radius: 5px;
    background-color: white;
    box-shadow: none !important;
}

.windowBody {
    background-color: white;
    box-shadow: none !important;
    overflow-x: hidden !important;
}

.fixStyle {
    overflow-x: hidden !important;
}

.windowBodyNew {
    background-color: white;
    box-shadow: none !important;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2) !important;
}

.windowFooter {
    height: 40px !important;
    background-color: #eceff0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.windowFooterWhite {
    height: 5px !important;
    background-color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.windowConfirmBtnMargin {
    margin: 8px 20px 0px 0px;
}

.windowHeaderClose,
.windowHeaderCloseOver,
.windowHeaderCloseDown,
.windowHeaderCloseSelected,
.windowHeaderCloseFocused {
    margin-left: -20px;
}

/* ------------------------------ TOOLTIPS ------------------------------ */
.modalTooltip {
    margin: 5px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    visibility: visible;
}

.modalTooltipWF {
    margin: 5px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    visibility: visible;
    width: 250px !important;
}

.modalTooltipBody {
    overflow: visible !important;
    border: none;
    background-color: white;
    margin: 10px;
    height: 0px !important;
    overflow: visible !important;
}

.passIndicator,
.passIndicatorRed,
.passIndicatorOrange,
.passIndicatorGreen {
    width: 25px;
    height: 8px;
    margin: 2px 0px;
    border-radius: 3px !important;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.passIndicatorRed {
    background-color: #ef4137;
}

.passIndicatorOrange {
    background-color: #f58220;
}

.passIndicatorGreen {
    background-color: #91ca59;
}

/* ------------------------------  ------------------------------ */
.projectSettingsLabelBlue {
    border-bottom: 2px solid #0e9dd8;
    font: bold;
}

.projectSettingsLabel {
    border-bottom: 2px solid #c9d0db;
    border-bottom: 2px;
    border-image: linear-gradient(
        to right,
        rgba(52, 52, 247, 1) 0%,
        rgba(6, 0, 168, 1) 50%,
        rgba(163, 153, 151, 1) 50%,
        rgba(173, 165, 164, 1) 100%
    );
    border-bottom-style: solid;
}

.projectSettingsLabelBlue {
    position: relative;
}

.projectSettingsLabelBlue:before,
.projectSettingsLabelBlue:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: -3px;
}

.projectSettingsLabelBlue:after {
    right: -3px;
    height: 1px;
    background-image: -webkit-linear-gradient(
        left,
        #0e9dd8 0%,
        #0e9dd8 25%,
        #eceff0 25%,
        #eceff0 100%
    );
    background-image: -moz-linear-gradient(
        left,
        #0e9dd8 0%,
        #0e9dd8 25%,
        #eceff0 25%,
        #eceff0 100%
    );
    background-image: linear-gradient(
        to right,
        #0e9dd8 0%,
        #0e9dd8 25%,
        #eceff0 25%,
        #eceff0 100%
    );
}

.projectPreviewMargin {
    margin-left: 20px !important;
    margin-right: 20px !important;
    margin-bottom: 10px !important;
}

.projectPreviewMarginFooter {
    margin-left: 20px !important;
    margin-right: 20px !important;
    margin-bottom: 15px !important;
}

.regular_font_preview_project img {
    height: 13px;
    width: 20px;
    margin-top: 1px;
}

.projectPreviewTileBorder {
    border-style: solid;
    border-color: #dde1e3;
    border-width: 1px;
    padding: 1% !important;
    border-radius: 3px;
}

.projectPreviewTileBorderActivity {
    border-style: solid;
    border-color: #dde1e3;
    border-width: 1px;
    padding: 1% 1% 1% 1% !important;
    border-radius: 3px;
}

.projectPreviewTileStyle {
    height: 16px;
    width: 16px;
    vertical-align: middle;
    margin-left: 5px;
}

.projSettingsMarginLeft {
    margin-left: -85px !important;
    margin-top: 10px !important;
}

.projSettingsNoMarginLeft {
    margin-top: 10px !important;
}

.userSettingsDropDown {
    margin-right: 20px !important;
}

.userNaviMenuRight {
    margin-right: 60px !important;
}

.userNaviIncludeMenu {
    margin-left: 80px !important;
    margin-top: 40px !important;
}

#userNaviMenuButtonText {
    color: #0089ff;
}

.userNaviMenu {
    margin-left: 20px !important;
    margin-top: 15px !important;
    margin-right: 20px !important;
    width: 330px !important;
}

.userNaviMenu1 {
    margin-left: 20px !important;
    margin-top: 20px !important;
    margin-right: 20px !important;
}

.topMarginSeparator {
    margin-top: 20px !important;
}

.topMarginAdvancedSearch {
    margin-top: 15px !important;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
}

.marginTopAdvanceSearch {
    margin-top: -70px !important;
}

.topMarginSeparatorSearch {
    margin-top: 13px !important;
}

.projectSettingsLeftAlignButton {
    left: 20px !important;
}

.textItemHideBorder {
    border-style: none !important;
    padding-left: 6px !important;
    color: #001110 !important;
}

.textItemHideBorderFocused {
    border-radius: 3px !important;
    border: solid 1px #005959 !important;
    padding-left: 6px !important;
    color: #455b65 !important;
    padding-bottom: 4px !important;
    margin-bottom: 6px !important;
}

.textItemShowBorder {
    border-radius: 3px !important;
    border: solid 1px #005959 !important;
    padding-left: 6px !important;
    color: #53575a !important;
    padding-bottom: 2px !important;
}

.textItemShowBorderNewFocused {
    border-radius: 3px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border: solid 1px #6cb1b1 !important;
    padding-left: 6px !important;
    color: #455b65 !important;
    padding-bottom: 6px !important;
    padding-top: 5px !important;
    margin-top: -3px !important;
    margin-left: -3px !important;
    box-shadow: 0 0 5px #6cb1b1;
}

.textItemShowBorderNew {
    border-radius: 3px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border: solid 1px rgba(0, 0, 0, 0.15) !important;
    padding-left: 6px !important;
    color: #adadad !important;
    padding-bottom: 6px !important;
    padding-top: 5px !important;
    margin-top: -3px !important;
    margin-left: -3px !important;
    transition: box-shadow 1s;
}

.textItemShowBorderFocused {
    border-radius: 3px !important;
    border: solid 1px #005959 !important;
    padding-left: 6px !important;
    color: #455b65 !important;
    padding-bottom: 2px !important;
    box-shadow: 0 0 5px #ddeff0 !important;
}

.commentBoxBoder {
    margin-top: 15px;
    border-radius: 3px !important;
    border: solid 1px rgba(0, 0, 0, 0.15) !important;
}

.searchBoxBoder {
    border-radius: 3px !important;
    border: solid 1px rgba(0, 0, 0, 0.15) !important;
    height: 24px !important;
    margin-top: 0px;
}

.searchBoxBoderFocused {
    border-radius: 3px !important;
    border: solid 1px #6cb1b1 !important;
    height: 24px !important;
    margin-top: 0px;
    box-shadow: 0 0 5px #6cb1b1 !important;
}

.searchBoxBoderNew {
    border-radius: 3px !important;
    border: solid 1px rgba(0, 0, 0, 0.15) !important;
    height: 23px !important;
    margin-top: 15px;
}

.searchBoxBoderFocusedNew {
    border-radius: 3px !important;
    border: solid 1px #005959 !important;
    height: 23px !important;
    margin-top: 15px;
    box-shadow: 0 0 5px #ddeff0 !important;
}

.searchIconStyle,
.searchIconStyleOver {
    margin-left: 0px !important;
    /*margin-top: -2px !important;*/
}

.quickSearchIcon,
.quickSearchIconOver {
    width: 18px !important;
    height: 18px !important;
    margin-top: 2px;
}

.searchPageUserSearchBox {
    margin-left: 5px !important;
}

.activitiesDocumentTabImage {
    margin-left: 25% !important;
}

.activitiesDocumentTabButtons {
    margin-left: 15% !important;
}

.activitiesDocumentTabLabel {
    margin-top: 15px !important;
    text-align: center !important;
}

.search_box_margin_fix {
    margin-top: -2px;
    width: 24px !important;
}

.search_icon_margin_fix {
    margin-bottom: 4px !important;
    width: 20px !important;
    height: 20px !important;
}

.search_icon_margin_fix_icon {
    margin-bottom: 4px !important;
    width: 20px !important;
    height: 20px !important;
}

.searchBoxBorder {
    margin-top: 15px;
    height: 24px !important;
    border-radius: 3px !important;
    border: solid 1px rgba(0, 0, 0, 0.15) !important;
}

.searchBoxBorderLeft {
    margin-left: 4px;
}

.textItemShowLeftBorderInComments {
    border-style: none !important;
    border-left: solid 1px rgba(0, 0, 0, 0.15) !important;
}

.image_with_border {
    border: 1px solid #eceff0;
    margin-left: -10px;
    width: 310px !important;
}

.image_with_borderOver {
    border: 1px solid #0e9dd8;
    margin-left: -10px;
    width: 310px !important;
}

.image_with_borderIssue {
    border: 1px solid #eceff0;
    width: 310px !important;
}

.image_with_border_item {
    border: 1px solid #eceff0;
    margin-top: 20px !important;
    width: 310px !important;
}

.image_with_border_itemOver {
    margin-top: 20px !important;
    border: 1px solid #0e9dd8;
    width: 310px !important;
}

.preview_not_available {
    margin-left: -10px;
    width: 295px !important;
}

.textItemShowLeftBorderInComments {
    border-style: none !important;
    border-left: solid 1px rgba(0, 0, 0, 0.15) !important;
}

/* --------------------- RahulM ------------------*/
.bodyLayoutSecondHeader {
    background-color: white;
    padding: 10px 0px 15px 0px !important;
}

.bodyLayoutSecondHeaderLabel {
    padding-left: 15px;
}

.HistoryTabs {
    margin-top: 10px;
    border: solid 1px rgba(0, 0, 0, 0.15) !important;
}

.titleBottomBorder {
    border-bottom: 1px solid #eef0f1;
}

.ecrGrid {
    background-color: #ffffff;
}

.textWithEditIconStyle {
    margin-left: 0px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px 0px 0px 3px;
    text-align: justify;
    word-wrap: break-word;
    font-size: 12.5px;
    font-family: Roboto-Regular;
    color: #20344d;
    text-transform: none !important;
}

.editIconStyle {
    margin-left: 0px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px 3px 3px 0px;
}

/*---------------Project Dashboard------------*/
.greenTitle {
    color: #001110 !important;
    font-family: Roboto-Light, "Segoe UI", Arial, sans-serif;
    font-size: 17px;
    line-height: 23px;
    text-transform: none;
}

.redTitle {
    color: #001110 !important;
    font-family: Roboto-Light, "Segoe UI", Arial, sans-serif;
    font-size: 17px;
    line-height: 23px;
    text-transform: none;
}

.yellowTitle {
    color: #001110 !important;
    font-family: Roboto-Light, "Segoe UI", Arial, sans-serif;
    font-size: 17px;
    line-height: 23px;
    text-transform: none;
}

.descTextItem {
    overflow: hidden !important;
    border: none !important;
    margin-top: -4px!imporant;
}

.labelCenter {
    text-align: center;
}

.addNewProjUpdateBox {
    margin-left: 5px !important;
    width: 99% !important;
}

.layoutMarginTop {
    margin-top: 15px !important;
}

.buttonTopMargin {
    margin-top: 5px;
}

.buttonTopMarginOver {
    margin-top: 5px;
}

.buttonTopMarginDown {
    margin-top: 5px;
}

.layoutMarginTopNegativ {
    margin-top: -15px !important;
}

.layoutMarginTopNegativECR {
    margin-top: -10px !important;
}

.layoutMarginTopNegativECRRelationship {
    margin-top: -15px !important;
}
.layoutMarginLeft {
    margin-left: 15px !important;
}

.layoutProjectInfoMarginRight {
    margin-right: 5px !important;
}

.memberImgWhiteBorder {
    border-radius: 3px !important;
}

.projectInfo {
    margin-top: 40px !important;
}

.infoMarginLeft {
    margin-left: 20px !important;
    margin-top: -11px !important;
}

.infoMarginLeft1 {
    margin-top: 0px !important;
}

.projectInfoMarginTop {
    margin-top: 2px !important;
}

.infoMarginTop {
    margin-top: 20px !important;
}

.noTextBoxBorder {
    border: none !important;
}

.blueUnderline {
    border-bottom: 1px solid #007faa;
}

.greyUnderline {
    border-bottom: 2px solid #c9d0db;
}

.moreMembers {
    background-color: #0e9dd8 !important;
    color: #ffffff !important;
    text-align: center !important;
    border-radius: 3px !important;
    height: 24px !important;
    width: 24px !important;
}

.projDashboardInfoMinMax {
    margin-top: 7px !important;
}

.projDashboardProjInfoLabel {
    margin-top: 2px !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.projDashboardMoreDetailsLabel {
    margin-top: 2px !important;
}

/*-------BOM Toolbar Buttons---------*/
.toolbarButtonVAlign {
    vertical-align: middle !important;
}
/*-------Documents Toolbar  Buttons copy , paste move---------*/
.documentsToolbarLeftAlign {
    left: 20px !important;
    margin-top: 7px !important;
}
/*-------History Tab---------*/
.historyBoxBorder {
    overflow-x: hidden;
    padding-bottom: 10px;
    margin-top: -20px !important;
    margin-left: 0px !important;
    z-index: 1;
}
/*-------Notes Tab---------*/
.attributesnameoverflow {
    width: 150px !important;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.attributesvalueoverflow {
    width: calc(100% - 170px) !important;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.projectListGrid {
    margin-left: 20px !important;
    margin-top: 0px !important;
    margin-right: 20px !important;
}

.projectGridHeader {
    background-color: white;
    margin-left: 20px !important;
    margin-top: 0px !important;
    margin-right: 20px !important;
}

.itemTabMiddleLayout {
    top: 45px !important;
    margin-left: 8px !important;
    width: 99% !important;
}

.itemTabLayout {
    background-color: white;
}

.topmargin {
    top: 2px !important;
}

.topmarginUserProfile {
    top: -40px !important;
    left: 18px !important;
}

.topmarginSearch {
    top: -15px !important;
}

.itemShowPadding {
    padding-left: 9px;
}

/*-------Activity preview---------*/
.activitypreviewnameoverflow {
    width: 275px !important;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Roboto-Light, "Segoe UI", Arial, sans-serif;
    font-size: 15px;
    color: #0e9dd8;
}

.dashboardInfo {
    font-size: 25px !important;
    color: #455b65;
    vertical-align: bottom;
    font-family: Roboto-Light;
    margin-left: 5px;
}

.Actvitiesheaderalign {
    top: 1px !important;
    left: 0px !important;
    width: 100% !important;
}

.ActivityStatusbaralign {
    width: 97.7% !important;
    top: 48px !important;
    margin-left: 19px !important;
}

.TopRightLeftMargins {
    margin-top: 20px !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.MarginBOMtop {
    margin-top: -10px;
    margin-left: 3px;
}

.MarginBOMtopTitle {
    margin-top: 20px;
}

.marginTopHelpNew {
    margin-top: 20px;
}

.leftMargin {
    margin-left: 5px;
}

.Activitybuttonalign {
    margin-left: 30px !important;
    top: 10px !important;
}

.activitytextalign {
    top: -1px !important;
}

.documentstatusbaralign {
    top: 40px !important;
    margin-left: 7px !important;
    width: 99% !important;
}

.documenttabalign {
    top: 64px !important;
    left: 6px !important;
}

.layoutMarginTopActivitiesTab {
    margin-top: 32px !important;
}

.layoutMarginTopDocumentTab {
    margin-top: 12px !important;
}

.layoutMarginTopDocumentTabSmall {
    margin-top: 22px !important;
}

.marginTopActivitiesHistoreTab {
    margin-top: 5px !important;
}

.input_font {
    color: #899ca6 !important;
    text-align: center;
}

.marginTopActivityStream {
    margin-top: -5px !important;
}

.PaddingLeft {
    padding-left: 4px !important;
}

.PaddingRight {
    padding-left: 38px !important;
}

.PaddingCenter {
    padding-left: 22px !important;
}

.tourButtonOffsetBottom {
    margin-left: -58px;
    margin-top: 20px;
}

.priorityActivityDetailsTab {
    float: left;
    height: 16px !important;
    width: 12px !important;
    padding-bottom: 2px !important;
    margin-top: 3px;
}

.priorityIssueDetailsTab {
    float: left;
    height: 16px !important;
    width: 12px !important;
    padding-bottom: 2px !important;
    margin-top: 0px;
}

.TypeActivityDetailsTab {
    float: left;
    height: 16px !important;
    width: 16px !important;
    padding-bottom: 2px !important;
    margin-top: 3px;
}

.priorityECR {
    float: left;
    padding-right: 0px;
    height: 13px !important;
    margin-top: 2px !important;
    width: 13px !important;
}

.priorityECRNegativ {
    float: left;
    padding-right: 0px;
    height: 13px !important;
    margin-top: 0px !important;
    width: 13px !important;
}

.priorityActivity {
    float: left;
    height: 12px !important;
    width: 12px !important;
    padding-bottom: 2px !important;
    margin-top: 1px;
}

.leftUserMargin {
    padding-left: 20px;
}
/*-----------Project Settings------------*/
.leftMargin {
    margin-left: 20px !important;
}

.leftMargin1 {
    margin-left: 5px !important;
}

.leftMarginProjectSettings {
    margin-left: 11px !important;
    margin-top: 12px !important;
}

.leftMarginProjectSettings .btn_iconTextOver .gwt-Label {
    color: #ffffff !important;
    cursor: pointer;
}

.leftMarginProjectSettings .btn_iconTextOver:active .gwt-Label {
    color: #005959 !important;
}

.leftMarginActivityType {
    margin-left: 7px !important;
}
/*----------Main Margins---------------*/
.layoutmarginsProjectHomePageTitle {
    margin-left: 5px !important;
    margin-top: 2px !important;
}

.projHomePageActivityStreamTitle {
    margin-left: 11px !important;
    margin-top: 11px !important;
}

.projHomePageChartTitle {
    margin-left: 3px !important;
}

.projHomePageMyAssignmentsTitle {
    margin-left: 3px !important;
}

.projHomePageMyAssignmentsGrid {
    margin-left: 8px !important;
    margin-right: 20px !important;
    margin-bottom: 20px !important;
    margin-top: -16px !important;
}

.projDashboardActivityStreamMargin {
    margin-top: -10px !important;
    margin-bottom: 20px !important;
}

.projDashboardMoreDetails {
    margin-top: -6px !important;
}

.projDashboardActivititesSearchBox {
    margin-top: -5px !important;
}

.projDashboardActivititesSearchBox1 {
    margin-top: -5px !important;
}

.projSettingsRightMargin {
    margin-right: 20px !important;
}

.general-settings-form__readonly .clStyle1UnderlineLonger,
.general-settings-form__readonly.projSettingsMarginLeft {
    margin-top: 0 !important;
}

.projSettingsRightButtonMargin {
    margin-right: 20px !important;
    margin-button: 20px !important;
}

.projSettingsTopMarginMemberGrid {
    margin-top: 5px !important;
    margin-right: 20px !important;
}

.projSettingsTopMarginPrivacy {
    margin-top: 10px !important;
}

.projSettingsGenSettingsLabel {
    margin-top: -8px !important;
}

.projSettingsLeadName {
    margin-top: -2px !important;
}

.projSettingsMembersLabel {
    margin-top: 5px !important;
}

.projSettingsMembersButton {
    margin-top: 5px !important;
    margin-left: 20px !important;
}

.projSettingsWorkflowButton {
    margin-top: -2px !important;
}

.projSettingsWorkflowCompletedButton {
    margin-top: 0px !important;
}

.activitiesHeaderMargin {
    margin-left: 3px !important;
    margin-top: -8px !important;
}

.activitiesTopHeaderMargin {
    margin-left: 3px !important;
    margin-top: -15px !important;
}

.activitiesButtonsViewMargin {
    margin-top: 4px;
}

.IssueActivitiesHeaderMargin {
    margin-top: -8px !important;
}

.activitiesTabMargin {
    background-color: white;
    margin-top: -10px !important;
    margin-left: 15px;
    margin-right: 10px;
}

.activitiesTabSetMargin {
    margin-left: 20px !important;
}

.activitiesTabCarViewMargin {
    margin-top: -10px !important;
}

.documentsHeaderMargin {
    margin-top: 12px !important;
    margin-left: 3px !important;
    background-color: white;
}

.documentsHeaderTitle {
    margin-top: 3px !important;
}

.bomHeaderMargin {
    background-color: white;
    margin-top: 20px !important;
    margin-left: 3px !important;
}

.bomTitleTop {
    margin-top: -2px !important;
}

.bomButtomsMargin {
    margin-top: -12px !important;
    margin-left: 6px !important;
}

.bomTabMargin {
    margin-left: 19px !important;
}

#bomBar {
    height: 8px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 5px;
}

.botttomMarginIssuePreview {
    margin-bottom: 5px !important;
}

.Margin_bottom_Parts {
    margin-top: 4px;
}

.ProjectTopBottom {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.DetailsProject {
    padding-left: 5px !important;
    padding-top: 1px !important;
}

.activityStreamSeparator {
    margin-top: 7px !important;
    margin-bottom: -3px !important;
}

.categorizationSeparator {
    top: 17px !important;
    font-size: 20px !important;
    margin-left: 2px !important;
    color: rgba(0, 0, 0, 0.15);
    font-family: Roboto-Light;
}

.image_with_border_files_preview {
    border: 1px solid #eceff0 !important;
}

.image_with_border_files_previewOver {
    border: 1px solid #0e9dd8 !important;
}

.ActDetailsItemHideBorder {
    border-style: none !important;
    padding-left: 6px !important;
    color: #455b65 !important;
    text-transform: none !important;
}

.ActDetailsItemShowBorder {
    border-radius: 3px !important;
    border: solid 1px rgba(0, 0, 0, 0.15) !important;
    padding-left: 6px !important;
    color: #455b65 !important;
    padding-bottom: 2px !important;
    text-transform: none !important;
}

.ActDetailsItemShowBorderFocused {
    border-radius: 3px !important;
    border: solid 1px #005959 !important;
    padding-left: 6px !important;
    color: #455b65 !important;
    padding-bottom: 2px !important;
    text-transform: none !important;
}

.ActDetailsItemHideBorderFocused {
    border-radius: 3px !important;
    border: solid 1px #005959 !important;
    padding-left: 6px !important;
    color: #455b65 !important;
    padding-bottom: 2px !important;
}

.roundedInputActMargin {
    margin-right: 4px;
}

.typeIconActivityDetailsStyle {
    height: 16px;
    width: 16px;
    border-radius: 3px;
    cursor: default !important;
}

.noActivityWelcomeScreenTextLabel {
    margin-top: -5px !important;
}

.RTCalendarMargin {
    margin-top: 11px !important;
    background-color: white !important;
}

.moreActionsPopMenuItem {
    margin-top: -12px !important;
    margin-left: 5px !important;
    margin-bottom: 5px !important;
}

.moreActionsPopMenuItemNew {
    height: 24px !important;
}

.moreActionsECN {
    margin-right: 15px !important;
}

.MarginItemTop {
    margin-top: -20px !important;
}

.uploaderMargin {
    margin: -22px 0 0 8px;
}

.addFilePopupBoder {
    border-radius: 3px !important;
    border: solid 1px rgba(0, 0, 0, 0.15) !important;
}

.TaskDetailsTypeItemItemHideBorder {
    border-style: none !important;
    padding-left: 6px !important;
    color: #455b65 !important;
    text-transform: none !important;
}

.activitiesGantViewActionPopup {
    border: none !important;
    width: 120px !important;
}

.MarginBottomComments {
    margin-bottom: 8px !important;
}

.Margiin {
    margin-left: 11px !important;
    margin-right: 20px !important;
}

.activitiesGantViewActionPopup {
    border: none !important;
}

.ecrHeader {
    background-color: white !important;
}

.ecrImage {
    margin-right: 10px;
}
.securityImage {
    margin-left: 47.5% !important;
    margin-bottom: 10px !important;
}

.ecrDescriptionColumn {
    padding-top: 10px;
}

.ecrRightBorder {
    border-right: 1px solid #dde1e3;
}

.ecrStatus {
    margin-left: 5px;
}

.ecrRightHeader {
    margin-top: 15px;
}

.ecrRightHeaderNoMargin {
    margin-top: 0px !important;
}

.ecrNavigation {
    background-color: white !important;
    margin-top: 15px;
    padding: 10px;
}

.notitle_40 {
    height: 40px;
    width: 40px;
}

.activitiesGantViewActionPopup {
    border: none !important;
}

.activituWindowMargin {
    margin-top: 10px !important;
}

.activituWindowMargin {
    margin-top: 10px !important;
}

.activituWindowMarginTeam {
    margin-top: 40px !important;
}

.testMineStyle {
    padding-bottom: 2px !important;
}

.activityDetailsAssignee {
    text-transform: none !important;
}

.ecrTableHeader {
    background-color: white !important;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ecrTableHeaderLeftM {
    background-color: white !important;
    margin-top: 20px;
    margin-bottom: 15px;
    margin-left: 20px;
}

.ecnTableItemmargin {
    margin-top: -20px !important;
}

.leftrightMargin_Team {
    margin-left: 20px;
    margin-right: 20px;
}

.ecrDocumentsButtonRow {
    background-color: white !important;
    margin-top: 15px;
    margin-left: 20px;
    padding-top: 5px !important;
    padding-left: 10px !important;
    padding-bottom: 5px !important;
}

/*-----------Project Dashboard Charts-------------*/
.projDashboardSeparator {
    border-bottom: 1px solid #dde1e3;
    text-align: center;
    /* margin-left: 165px !important; */
    width: 40% !important;
    /* margin-top: 15px !important; */
}

.projDashboardProjCompletionSeparator {
    border-bottom: 1px solid #dde1e3;
    text-align: center;
    width: 40% !important;
    margin-top: 17px !important;
}

@media only screen and (min-height: 1051px) {
    .chartsMarginSmallerHeightScreen {
        margin-top: 0px;
    }
}

@media only screen and (max-height: 1050px) {
    .projDashboardProjCompletionSeparator {
        border-bottom: 1px solid #dde1e3;
        text-align: center;
        width: 40% !important;
        margin-top: 29px !important;
    }
    .chartsMarginSmallerHeightScreen {
        margin-top: 20px !important;
        min-height: 220px;
    }
}

.projectCompletionDetails {
    margin-top: 25px !important;
}

.totalOverDueChart {
    margin-top: 20px;
}

.totalOverDueDetails {
    margin-top: 0px !important;
}

.totalCriticalDetails {
    margin-top: 0px !important;
}

.marginXMLImportFromTOP {
    margin-top: 15px !important;
    margin-left: 5px !important;
}

.marginbottomCreateProject {
    margin-bottom: 20px !important;
}

.marginLeftCreateProject {
    margin-left: 10px !important;
}

.ecrTable {
    background-color: white !important;
    margin-right: 10px !important;
}

.heisght {
    height: 3px !important;
    color: #f3f3f3;
}

.borderbottomProject {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 5px !important;
}

.borderbottomProject1 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 6px !important;
}

.MarginTopManu {
    margin-top: 20px !important;
}

.MarginTopManu,
.MarginTopManu > div > *:not([class="tabSetContainer"]),
.MarginTopManu > div > *:not([class="tabSetContainer"]) *:not([class="noResultMsg"]) {
    width: 100% !important;
}

.noResultMsg,
.noResultMsg * {
    width: 100px !important;
    display: block;
    margin: 0 auto;
}

.NegativMargin {
    margin-left: -2px !important;
}

.projDashboardGraphDraft {
    border-left: 1px solid #dde1e3;
    border-right: 1px solid #dde1e3;
    margin-left: 20px;
}

.projDashboardGraphCounts {
    margin-left: 20px;
    margin-bottom: 20px;
}

.projDashboardGraphInProgress {
    border-right: 1px solid #dde1e3;
}

.projDashboardGraphCounts1 {
    margin-bottom: 10px;
}

.projDashboardGraphCounts2 {
    margin-bottom: 6px;
}

.projDashboardGraphCounts3 {
    margin-bottom: -4px;
}

.projDashboardGraphCompleted {
    border-right: 1px solid #dde1e3;
}

.nonback,
.nonbackOver,
.nonbackSelected,
.nonbackDown,
.nonbackSelectedOver {
    background-color: none;
    border-bottom: 1px solid #dde1e3;
    padding-bottom: 3px !important;
}

/*-----------Add Activity-------------*/
.marginsmallicon {
    margin-top: -5px;
}

.mainMarginactivity {
    margin: 20px 13px 20px 20px !important;
}

.projectInfoMoreDetailsStyle {
    margin-left: 20px !important;
    margin-top: -2px !important;
}

.redRow,
.redRowDisabled {
    background-color: #ffecec;
    border-bottom: 1px solid #eef0f1;
}

.redRowOver,
.redRowSelected,
.redRowSelectedOver {
    background-color: #ffd9d9;
    border-bottom: 1px solid #eef0f1;
}

.greenRow,
.greenRowDisabled {
    background-color: #d7f7e2;
    border-bottom: 1px solid #eef0f1;
}

.greenRowOver,
.greenRowSelected,
.greenRowSelectedOver {
    background-color: #c5f1cd;
    border-bottom: 1px solid #eef0f1;
}

.yellowRow,
.yellowRowDisabled {
    background-color: #ffeec7;
    border-bottom: 1px solid #eef0f1;
}

.yellowRowOver,
.yellowRowSelected,
.yellowRowSelectedOver {
    background-color: #ffe28f;
    border-bottom: 1px solid #eef0f1;
}

.treeRow,
.treeRowDisabled {
    background-color: #f9f9f9;
    height: 33px !important;
    border-bottom: 1px solid #eef0f1;
}

.treeRowOver,
.treeRowSelected,
.treeRowSelectedOver {
    height: 33px !important;
    background-color: #ddeff0;
    border-bottom: 1px solid #eef0f1;
}

.tree2Row,
.tree2RowDisabled {
    background-color: #ffffff;
    height: 33px !important;
    border-bottom: 1px solid #eef0f1;
}

.tree2RowOver,
.tree2RowSelected,
.tree2RowSelectedOver {
    height: 33px !important;
    background-color: #f5fafa;
    border-bottom: 1px solid #eef0f1;
}

.grayRow,
.grayRowDisabled {
    background-color: rgba(237, 241, 244, 0.7);
    height: 33px !important;
    border-bottom: 1px solid #eef0f1;
}

.issueGridStatus {
    margin-bottom: 7px;
}

.issueListGrid {
    margin-left: 15px;
}

.issueListGridStyle {
    width: 100% !important;
    margin-right: 10px !important;
}

.activityIssueTab {
    border-left: none !important;
    border-right: none !important;
}

.activityIssueTabBottom {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}

.activityIssueTabSelectedStyle {
    color: #0e9dd8 !important;
}

#tabBar_baseLine {
    display: none !important;
}

/*------------for text in the center of chart: START-------------*/
@media only screen and (min-width: 1451px) {
    .projCompletionPercentTopMargin {
        margin-top: 40px;
    }
    .projectCompletionPercent {
        font-size: 45px !important;
        color: #91ca69 !important;
    }
    .projectCompletionCompleteLabel {
        margin-top: 15px;
    }
    .projectCompletionActivities {
        margin-top: 3px;
    }
    .overDuePercentMargin {
        margin-top: 60px;
    }
    .overduePercentage {
        font-size: 45px !important;
        color: #ef4137 !important;
    }
    .criticalPercentMargin {
        margin-top: 60px;
    }
    .criticalPercentage {
        font-size: 45px !important;
        color: #ffcb05 !important;
    }
}

@media only screen and (max-width: 1450px) {
    .projCompletionPercentTopMargin {
        margin-top: 30px;
    }
    .projectCompletionPercent {
        font-size: 33px !important;
        color: #91ca69 !important;
    }
    .projectCompletionCompleteLabel {
        margin-top: 8px;
        font-size: 11px !important;
    }
    .projectCompletionActivities {
        margin-top: -1px;
        font-size: 11px !important;
    }
    .overDuePercentMargin {
        margin-top: 45px;
    }
    .overduePercentage {
        font-size: 33px !important;
        color: #ef4137 !important;
    }
    .criticalPercentMargin {
        margin-top: 45px;
    }
    .criticalPercentage {
        font-size: 33px !important;
        color: #ffcb05 !important;
    }
}
/*------------for text in the center of chart: END-------------*/
.notificationsBoxBorder {
    width: 330px !important;
    margin-top: 8px;
    border-radius: 3px !important;
    border: solid 1px rgba(0, 0, 0, 0.15) !important;
    margin-left: 0px !important;
    position: relative;
}

.notificationCubeBlue {
    margin-top: -12px;
    float: left;
    height: 10px;
    width: 10px;
    background-color: blue;
    border-radius: 50px;
    margin-left: 380px;
}

.notificationsSeparator {
    margin-left: 9px !important;
}

.notificationspopupmenu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    background: white;
    width: 440px !important;
}

.issueProgressBar {
    width: 99.5% !important;
    top: 29px !important;
}

.ECNProgressBar {
    width: 98% !important;
    top: 48px !important;
    left: 19px !important;
}

.issueTabsMargin {
    /* margin-top: 8px; */
    margin-left: -5px !important;
}

.ecrTabsMargin {
    margin-top: 0px;
    margin-left: -5px !important;
}

.issueDetailsDateHideBorder {
    border-style: none !important;
    color: #455b65 !important;
}

.issueDetailsHeader {
    margin-top: 4px;
}

.issueDetailsInfo {
    margin-bottom: 10px !important;
}

.mainMarginIssue {
    margin: 20px 13px 22px 20px !important;
}

.addFileIssuePopupBoder {
    border-radius: 3px !important;
    border: solid 1px rgba(0, 0, 0, 0.15) !important;
    margin-top: 4px !important;
}

.marginIssueTopScreenshot {
    margin-top: 3px !important;
}

.WrapperProfile {
    margin: 0px 20px 0px 20px !important;
}

.WrapperProfileDescription {
    margin: 0px -10px 10px 17px !important;
}

.MarginLeftPofile {
    padding-right: 10px !important;
}

.ProfileDownloadLeftMArgin {
    margin-top: 3px;
    margin-left: 10px;
}

.projSettingsProjWorkflow {
    margin-left: 20px;
    margin-top: 20px;
}

.projSettingsProjStatus {
    margin-top: 15px;
}

.projSettingsProjWorkflowButtons {
    margin-left: 20px;
    margin-top: 12px;
}

.projSettingsActionLabel {
    margin-top: 5px;
}

.editProjectDetailsButton {
    margin-top: 8px;
}

.projSettingsProjectDescriptionDisabled {
    font-family: Roboto-Light, sans-serif !important;
    font-size: 12.5px;
    color: #455b65 !important;
    background-color: #ffffff !important;
    border: none !important;
    overflow: auto;
    width: 300px !important;
    height: 80px !important;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* removes selection*/
    pointer-events: none; /* removes pointer*/
}

.workflowSelectionItem {
    background: #fff !important;
}

.projSettingsStaticField {
    margin-left: 2px;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* removes selection*/
    pointer-events: none; /* removes pointer*/
}

.projSettingsProjectNameField {
    margin-left: -2px;
    display: inline-block;
}

.addMemberForm {
    margin-top: 10px;
}

.projDashboardDecription {
    margin-left: -2px;
}

.projDashboardDescriptionTextBox {
    margin-left: 3px !important;
}

.subActivityPreviewGrid {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: 5px !important;
}

.subActivityPreviewGridUser {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: 18px !important;
}

.subSectionHeaderActivityBorder {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: 20px !important;
}

.subSectionHeaderActivityBorderInfo {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: -20px !important;
}

.subSectionHeaderActivityBorderStatus {
    margin-top: -40px !important;
}

.subSectionPeopleHeader {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: 40px !important;
}

.subSectionDateHeader {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: 60px !important;
}

.textItemHideActivityCreatorBorder {
    border-style: none !important;
    padding-left: 6px !important;
    color: #455b65 !important;
    margin-left: -1px !important;
}

.layoutMarginTopIssueNotesTab {
    margin-top: 43px !important;
}

.ECRFilesLayout {
    background-color: white !important;
    margin-top: 15px;
    margin-left: 20px;
    padding-top: 5px !important;
    padding-left: 10px !important;
    padding-bottom: 5px !important;
}

.workFlowMiddleHeadermaringTop {
    margin-top: 2px;
}

.progressbarDashboard:hover:after {
    color: rgba(255, 255, 255, 0);
    content: attr(title);
}

.fullScreenViewer {
    background-color: #eceff0;
}

.fullScreenViewerItems {
    background-color: white !important;
    margin-left: 15px;
    padding-top: 20px !important;
    padding-left: 20px !important;
}

.fullScreenViewerPreview {
    background-color: white !important;
    margin-right: 15px;
}

.fullScreenViewerHeader {
    background-color: white !important;
    margin-bottom: 15px;
}

.fullScreenHoopsViewer {
    background-color: white !important;
}

.fullScreenViewerSeparator,
.fullScreenViewerSeparatorOver,
.fullScreenViewerSeparatorSelected,
.fullScreenViewerSeparatorDown {
    border-right: 1px solid #dde1e3;
    padding-right: 5px !important;
}

.fullScreenInfoTopRow {
    padding-top: 5px;
}

.fullScreenInfoTopRowButton,
.fullScreenInfoTopRowButtonOver,
.fullScreenInfoTopRowButtonSelected,
.fullScreenInfoTopRowButtonDown {
    height: 14px;
    border-radius: 3px;
    text-align: center;
    padding: 0px 4px 0px 4px;
    background-color: white;
    display: inline-block;
    line-height: 14px;
    font-family: Roboto-Medium, "Segoe UI", Arial, sans-serif;
    font-size: 9px;
    color: #455b65;
    margin-bottom: -5px;
    text-transform: uppercase;
}

.projDashboardChartsDetails {
    margin-top: -3px !important;
}

.workFlowApprvRejectBox {
    margin: 0px !important;
}

.iconDocumentGridmargin {
    padding-top: 3px !important;
}

.TopMarginDocumentGrid {
    margin-top: -50px !important;
}

.supplier-document-action-menu {
    margin-top: 170px!important;
}

.TopMarginEbomGrid {
    margin-top: -180px !important;
}

.TopMarginEbomGridBig {
    margin-top: -180px !important;
}

.TopMarginEbomGridMiddle {
    margin-top: -195px !important;
}

.TopMarginEbomGridSmall {
    margin-top: -210px !important;
}

.TopMarginEbomGridRight {
    margin-top: -60px !important;
}

.TopMarginEbomGridBigRight {
    margin-top: -60px !important;
}

.TopMarginEbomGridSmallRight {
    margin-top: -90px !important;
}

.TopMarginEbomGridMiddleRight {
    margin-top: -50px !important;
}

.checkOutToLeft {
    margin-bottom: 3px !important;
    margin-left: -14px !important;
}

.da {
    margin-left: -100px !important;
    padding-right: 100px !important;
    margin: 5px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.activityTooltipActivityStatus {
    margin-top: 0px !important;
    text-align: center;
}

.activityDetailsTextTransFormNone {
    text-transform: none !important;
}

.ActivitieDetailsTypeWidth {
    width: 200px;
}

.activityDetailsTextTransFormNoneType {
    text-transform: none !important;
    width: 155px !important;
}

.activityDetailsTextTransFormNoneTypeFocused {
    text-transform: none !important;
    width: 150px !important;
}

.activitiesDetailsSelectItemMargin {
    margin-left: 6px !important;
}

.activitiesDetailsDuration {
    height: 18px !important;
    width: 30px !important;
}

.activitiesDetailsDurationFocused {
    height: 18px !important;
    width: 30px !important;
    border-radius: 3px !important;
    border: solid 1px #005959 !important;
    padding-left: 6px !important;
    color: #455b65 !important;
    padding-bottom: 2px !important;
}

.projectDetailsSearchWrapper {
    margin-left: 20px;
    margin-top: 17px !important;
}

.activityStreamLayoutContainer {
    overflow: unset !important;
}

.chartsPopupAssignee {
    margin-top: 4px;
}

.searchASAGridMargin {
    margin-left: 10px !important;
}

.userTooltipUserNameRole {
    margin-left: 5px;
    margin-top: 2px;
}

.userToolTipLinkLabel {
    margin-top: 4px;
    margin-left: 2px;
}

.userTooltipStatus {
    margin-left: 2px;
    margin-top: 1px;
}

.userTooltipRole {
    margin-top: -2px;
}

.searchGridMargin {
    margin-left: 15px !important;
}

.UserProfileMargin {
    margin: 12px 18px 2px 18px !important;
}

.idMarker {
    height: 15px !important;
    background-color: white !important;
    background-color: #ffffff !important;
}

.userPadding {
    padding: 5px;
}

.ecrFix {
    background-color: white !important;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 16px !important;
}

.ecrLabel {
    margin-top: 3px;
}

.projectListGridBottomMargin {
    margin-bottom: 20px !important;
}

a.tooltipECR {
    outline: none;
}

a.tooltipECR strong {
    line-height: 30px;
}

a.tooltipECR:hover {
    text-decoration: none;
}

a.tooltipECR span {
    display: none;
    margin-top: 20px;
    overflow-wrap: break-word;
    margin-left: -44px;
    padding: 5px;
    position: absolute !important;
    line-height: 16px;
}

a.tooltipECR:hover span {
    display: inline;
    border: 2px solid black;
    color: black;
    background-color: white;
}

.headerMarginFix {
    padding-left: 20px;
    padding-top: 5px;
}

.GridMarginFix {
    margin: 20px 20px 0px 15px !important;
}

.teamMemberPreviewFix {
    margin-top: 26px !important;
}

.teamMemberPreviewFixGrid {
    margin-top: 15px !important;
}

.ECNEBOMPreviewFixGrid {
    margin-top: 97px !important;
}

.ECNDocDetails {
    margin-top: 97px !important;
}

.ECREBOMPreviewFixGrid {
    margin-top: 104px !important;
}

.OrgMemberPreviewFix {
    margin-top: 134px !important;
    position: fixed !important;
}

.footerFix {
    margin-top: 30px;
}

.headerFix {
    margin-top: -10px;
}

.bodyLeftMargin {
    margin-left: 20px;
}

.onboardingWindow {
    border-radius: 5px;
    border: 1px solid #ffffff;
}

.userImgFix {
    border-radius: 5px !important;
}

.avatarFix {
    margin-left: 6px;
    margin-top: 1px;
}

.underline:hover {
    text-decoration: underline;
}

.organizationBody {
    background-color: #ffffff !important;
}

.singleOrganizationHeader {
    background-color: #edf1f4;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.organizationHeader {
    background-color: white;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.organizationHeader {
    background-color: white;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.organizationFiller {
    background-color: #edf1f4;
}

.organizationGrid {
    background-color: white !important;
}

.addOrganizationFix {
    margin-top: -7px !important;
}

.activityStreamBox {
    width: 100% !important;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-left: 0px !important;
    z-index: 1;
}

.organizationFooterFix {
    margin-top: 10px;
}

.organizationPreviewFix {
    background-color: white;
    border-left: 2px solid #dde1e3;
    margin-top: 134px !important;
    padding-top: 15px !important;
    top: 20px;
    position: fixed !important;
}

.projectInfoLabelValue {
    font-family: Roboto-Light, "Segoe UI", Arial, sans-serif;
    font-size: 13px;
    color: #455b65;
    line-height: 15px;
    text-transform: none;
    margin-top: -2px;
    margin-left: 2px;
}

.projectCompletionChartLayoutMargin {
    margin-top: 20px !important;
}

.activityHistoryRow {
    border-bottom: 1px solid #f0f0f0;
    margin-top: 15px !important;
    padding-bottom: 3px;
    margin-left: 0px !important;
    z-index: 1;
}

.woStreamHistory {
    margin-top: 20px !important;
}

.userProfileInfoFix {
    margin-left: 15px;
}

.checkBoxFix {
    margin-top: 15px;
}

.onBoardingLeftMarginFix {
    margin-left: -5px;
}

.markupDivBox {
    height: 150px !important;
}

.modelTreeBox {
    overflow: auto;
}

.OrgName {
    position: fixed;
    top: 20px;
    right: 20px;
}

.TreeGridMargins {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.onBoardingButtonMarginFix {
    margin-top: 20px;
}

.preparingFileBodyFix {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.LeftTabMargin {
    margin-right: 15px !important;
}

.ActivityTabMarginNew {
    margin-right: 15px !important;
    padding-top: 2px;
}

.ActivityTabMarginNewFixedLayout {
    width: 17px !important;
    padding-top: 2px;
}

.onBoardingHover {
    cursor: pointer;
}

.onBoardingLinksHover {
    text-decoration: underline;
}

.selectItemECRFix,
.selectItemECRFixFocused {
    margin-top: 7px !important;
    line-height: 9px !important;
    height: 20px !important;
    width: 125px !important;
}

.selectItemECRFixDisabled {
    margin-top: 4px !important;
    line-height: 15px !important;
    height: 20px !important;
    width: 125px !important;
}

.prioritySelectECR {
    margin-top: 7px !important;
    margin-button: -3px;
    line-height: 9px !important;
    height: 14px !important;
    width: 25px !important;
}
.selectItemECNFix,
.selectItemECNFixFocused {
    margin-top: 7px !important;
    line-height: 13px !important;
    height: 20px !important;
    width: 125px !important;
}

.redEditField {
    background-color: #fde0e0 !important;
}

.ecrTooltipFirefoxFix {
    position: absolute;
    font-family: Roboto-Light, "Segoe UI", Arial, sans-serif;
    font-size: 13px;
    color: #899ca6;
    line-height: 15px;
    text-transform: none;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    background-color: white;
    border-radius: 5px;
    border-spacing: 10px 10px;
    padding: 10px;
}

.defValue {
    margin: 0px;
}

.addActivityFirefoxFix {
    margin-top: -2px;
}

.activityProjectPickermenu {
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 3px;
    background: white;
    margin-bottom: 50px !important;
}

.activityProjectPickermenuNew {
    border-radius: 3px;
    background: white;
    padding: 10px !important;
}

.userProfileMiddelMargin {
    margin-top: 7px !important;
}

.myStyle {
    overflow: hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 3px solid red;
    display: inline-block;
}

.topMarginUserProfile {
    margin-top: -15px;
}

.customAttributes {
    margin-top: -20px;
    margin-bottom: 10px;
}

.CursorPointer {
    cursor: pointer;
}

.iconOnBoarding {
    margin-button: 20px !important;
}

.underlineSeparator {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.under {
    text-decoration: none !important;
}

.under:hover {
    text-decoration: underline !important;
    cursor: pointer;
}

.previewTabActivitiesContainer .under:hover {
    text-decoration: none !important;
}

.previewTabActivitiesContainer td.regular_font_link {
    word-break: break-word;
}

.activities-chart .regular_font_link {
    display: block;
    width: 442px;
    height: 29px;
    line-height: 29px;
}

.underTerms {
    font-family: Roboto-Light, "Segoe UI", Arial, sans-serif;
    font-size: 13px;
    color: #455b65;
    text-decoration: none !important;
}

.underTerms:hover {
    font-family: Roboto-Light, "Segoe UI", Arial, sans-serif;
    font-size: 13px;
    color: #0e9dd8 !important;
    text-decoration: underline !important;
    cursor: pointer;
}

.thumbContainer {
    width: 30px;
    height: 30px;
    text-align: center;
}

.thumbResize {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.searchPriorityFix {
    left: 1px !important;
    top: 4px !important;
    margin-left: 0px;
    float: left;
}

.WhiteButtonText {
    color: #ffffff;
}

.CursorPointer {
    cursor: pointer;
}

.LeftMarginDashboardTitle {
    padding-left: 6px !important;
}

.MarginLeftNegative {
    margin-left: 5px !important;
}

.pickListMenuBodyWorkFlow {
    background-color: #55b65;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: -2px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 196px !important;
}

@external .DetailsDispaly;
.DetailsDispaly {
    word-wrap: break-word;
}

.BottomMarginECR {
    margin-bottom: -5px !important;
}

[data-tooltip] {
    position: relative;
    z-index: 500000;
    cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    z-index: 500000;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

a[title]:hover:after {
    content: attr(title);
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 4px 8px;
    color: #455b65 !important;
    position: absolute;
    left: 0;
    font-size: 13px;
    top: 100%;
    z-index: 20;
    white-space: nowrap;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    background-image: none !important;
    background-color: #ffffff;
}

.no-after[title]:hover:after {
    content: none;
}

.bottomBorderGrid {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}

input[type="password"]::-ms-reveal {
    display: none;
}

.backi {
    color: rgba(0, 0, 0, 0.15) !important;
}

.ProjectDashboardLeftMargin {
    border-left: 15px solid #edf1f4;
}

.ProjectDashboardTopMargin {
    border-top: 15px solid #edf1f4;
}

.mailSettingsMargin {
    margin-left: 15px;
}

.mailSettingsFix {
    top: 15px !important;
}

.mailSettingsHintFix {
    position: relative;
    top: -10px;
    left: 100px;
}

.emailSettingsLogo {
    height: 80px;
    width: 80px;
    border-spacing: 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.systemSettingsStatusButtonFix {
    //
    display: inline-block;
    width: 50px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.activityIssueTabBottomOver {
    background-color: #3d7f82;
    border-radius: 2px;
    color: #fff !important;
}

.activityIssueTabBottomDown,
.activityIssueTabBottomSelectedDown,
.activityIssueTabBottomSelectedFocus,
.activityIssueTabBottomSelected,
.activityIssueTabBottomSelectedOver {
    background-color: #005959;
    border-radius: 2px;
    color: #fff !important;
}

.activityIssueTabBottomOver a.regular_font_linkNew {
    color: #fff !important;
    text-decoration: none;
    display: block;
    line-height: 24px;
}

.activityIssueTabBottom a,
.activityIssueTabBottomSelectedOver a{
    color: #455b65 !important;
    text-decoration: none;
    display: block;
    line-height: 24px;
}

.activityIssueTabBottomDown a,
.activityIssueTabBottomSelectedDown a,
.activityIssueTabBottomSelectedFocus a,
.activityIssueTabBottomSelected a,
.activityIssueTabBottomSelectedOver a {
    color: #fff !important;
    text-decoration: none !important;
    display: block;
    line-height: 24px;
}

.activityIssueTabBottomDisabled {
    border: 1px solid #adadad;
    border-radius: 3px;
    color: #adadad;
    background-color: #e0e0e0;
}

.csrCdoTextAreaPadding {
    padding-left: 15px;
}

.systemSettingsTableStyle {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    height: 30px !important;
}

.globalSettingsPicklistTitleWidth {
    width: 140px;
}

.globalSettingButtonIcon {
    margin: 0px !important;
    width: 16px !important;
    height: 16px !important;
    padding: 1px 1px 1px 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    background-color: white;
    display: inline-block;
    line-height: 21px;
    position: absolute;
    top: 5px;
}

.marginTopGrid {
    padding-top: 1px !important;
}

.borderRadiusOnly {
    border-radius: 4px;
}

.dropFilesLabel {
    padding-top: 50px;
    padding-bottom: 50px;
    font-weight: bold;
    text-align: center;
    display: block;
    border-radius: 3px !important;
    border: solid 1px rgba(0, 0, 0, 0.15) !important;
}

.taskContainer {
    background-color: #ffffff;
    margin: 0px !important;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
}

.taskSubContainer {
    background-color: #ffffff;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
}
.taskSubSubContainer {
    background-color: #ffffff;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
}

.taskLine {
    background-color: #ff4500;
}

.taskSecondH {
    background-color: #ffffff;
}

.taskThH {
    background-color: #ffffff;
    overflow: hidden;
}

.CardNameTopMargin {
    margin-top: 14px !important;
}

.CardProjectTopMargin {
    margin-top: 10px !important;
}

.taskFirst {
    background-color: #d3d3d3;
}

.taskMain {
    background-color: #ffffff;
}

.taskSecond {
    background-color: #00ffff;
}

.taskGrayLine {
    background-color: #dcdcdc;
}

.textDoc {
    color: #0e9dd8;
    font-family: Roboto-Regular;
}

.textMess {
    color: red;
}

.mainContainerTasks {
    background-color: #edf1f4;
}

.mainContainer {
    background-color: #f9f9f9;
}

.partContent {
    background-color: #eceff0;
}

.taskProgressBarFix {
    margin-top: 17px;
}

.taskImageFix {
    margin-top: 8px;
}

.whiteHeaderLayout {
    background-color: #ffffff;
}

progress#progressBar:before {
    display: inline-block;
    content: "";
    color: white;
}

progress {
    height: 18px;
    width: 90px;
    border: 0;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.15);
    color: #ffffff;
}

progress::-webkit-progress-bar {
    height: 11px;
    width: 90px;
    height: 20px;
    margin-top: -17px;
    background-color: rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: none !important;
    color: #ffffff;
}

progress::-webkit-progress-value {
    display: block;
    float: left;
    height: 20px;
    background: #e50000;
    border-radius: 5px;
    box-shadow: none !important;
}

progress::-moz-progress-bar {
    background-color: #e50000;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #777 inset;
}
.percent {
    position: absolute;
    display: inline-block;
    top: 1px;
    left: 35%;
    font-size: 0.8em;
    color: #ffffff;
}

.periodButton {
    border: none !important;
    background: none !important;
    background-color: white !important;
    border-radius: 0px !important;
}

.tasksHeader {
    margin-top: 14px !important;
}

.graySpace {
    background-color: #d3d3d3;
    margin-bottom: 14px !important;
    margin-top: 10px !important;
}

.taskHeaderMargin {
    margin-left: 3px !important;
    margin-top: 17px !important;
}

.parentContainer {
    background-color: #ffffff;
    margin: 0px !important;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
}

.rightMarginDescriptionECR {
    padding-right: 20px !important;
}

.rightMarginMoreMenu {
    margin-right: 30px !important;
}

.leftTopRightMargin {
    margin: 15px 15px 0px 15px !important;
}

.paddingBottCreateIssueInstrunctions {
    padding-bottom: 10px;
}
.marginTopDashboard {
    margin-top: 8px !important;
}

.marginLeftGantt {
    margin-left: -5px !important;
}

@media (max-width: 1800px) {
    .ActivityStatusbaralign {
        width: 97.6% !important;
        top: 48px !important;
        margin-left: 19px !important;
    }
}

@media (max-width: 1400px) {
    .ActivityStatusbaralign {
        width: 97% !important;
        top: 48px !important;
        margin-left: 19px !important;
    }
}

@media (max-width: 1300px) {
    .ActivityStatusbaralign {
        width: 96.7% !important;
        top: 48px !important;
        margin-left: 19px !important;
    }
}

.topMarginEbomECRGrid {
    margin-top: 5px;
    padding-top: 5px;
}

.verticaAlign {
    display: table;
}
.verticaAlignTable {
    display: table-cell;
    vertical-align: center;
}

.dashboardBar {
    margin-top: 17px;
}

.PMProjectTree {
    background-color: white;
}

.PMProjectAssignmentsLbl {
    background-color: white;
    margin-left: 5px;
}

.PMProjectAssignmentsLayout {
    border-left: 15px solid #edf1f4 !important;
}

.underLineRow {
    border-bottom: 1px solid #eceff0;
}

.underLineRowOver,
.underLineRowSelected,
.underLineRowDown,
.underLineRowSelectedOver,
.underLineRowSelectedDown {
    border-bottom: 1px solid #eceff0;
}

.underlineNo {
    border: none !important;
}
#cancelImage {
    background-image: url("images/Button_Icons/Close_view.svg");
    height: 24px;
    width: 24px;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cancelImage:hover {
    background-image: url("images/Button_Icons/Close_viewOver.svg");
    height: 24px;
    width: 24px;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pickListPadding {
    padding: 5px !important;
}
.LastVisitedTooltip {
    margin: 0px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}
.LastVisitedTooltipBody {
    border: none;
    background-color: white;
    margin: 0px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}

.buttonsLayoutIEPrint {
    margin-top: 17px;
}

.marginNegativeUserPro {
    margin-top: -30px !important;
}
.mainMarginAddCategory {
    margin: 0px 0px 0px 0px !important;
}

.HeaderSpan {
    font-family: Roboto-Regular;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #f5f5f5;
    padding: 0 !important;
}

.HeaderSpanLeft {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.DrawingImporRightBorder,
.DrawingImporRightBorderOver {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.DrawingImportBottomHeaderRight {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.DrawingImportBottomHeaderRightOver {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #eceff0 !important;
}

.GridDrawingImport {
    border-right: 1px solid #9aaaaf;
}

.drawingsImportTableCell,
.drawingsImportTableCellOver {
    font-family: Roboto-Light;
    font-size: 13px;
    text-overflow: ellipsis;
    border-bottom: 1px solid #eef0f1;
    height: 30px !important;
}

.PriorityHeaderMargin {
    margin-top: 4px !important;
    line-height: 12px !important;
}

.PriorityHeaderMarginFocused {
    margin-top: 4px !important;
    line-height: 12px !important;
}

.PriorityHeaderMarginRed {
    margin-top: 2px !important;
    line-height: 15px !important;
}

.WorkflowHeaderMargin,
.WorkflowHeaderMarginFocused {
    margin-top: -4px !important;
    line-height: 15px !important;
}

.EbomTabHIstory,
.EbomTabHIstoryOver,
.EbomTabHIstorySelected,
.EbomTabHIstorySelectedOver,
.EbomTabHIstorySelectedDown,
.EbomTabHIstorySelected,
.EbomTabHIstoryDown,
.EbomTabHIstoryDisabled {
    font-family: Roboto-Light;
    font-size: 13px !important;
    background-color: #ffffff;
    border-bottom: 1px solid #eef0f1;
    text-transform: none !important;
    border-top: none !important;
    cursor: default !important;
}

.undefined,
.undefinedOver,
.undefinedSelected,
.undefinedSelectedOver,
.undefinedSelectedDown,
.undefinedSelected,
.undefinedDown,
.undefinedDisabled {
    font-family: Roboto-Light;
    font-size: 13px !important;
    background-color: #ffffff;
    border-bottom: 1px solid #dde1e3 !important;
    text-transform: none !important;
    border-top: none !important;
    cursor: default !important;
}

.EbomTabHIstoryWindow,
.EbomTabHIstoryWindowOver,
.EbomTabHIstoryWindowSelected,
.EbomTabHIstoryWindowSelectedOver,
.EbomTabHIstoryWindowSelectedDown,
.EbomTabHIstoryWindowSelected,
.EbomTabHIstoryWindowDown,
.EbomTabHIstoryWindowDisabled {
    font-family: Roboto-Light;
    font-size: 13px !important;
    background-color: #ffffff;
    text-transform: none !important;
    border-top: none !important;
    cursor: default !important;
}

.EbomTabHIstoryDark,
.EbomTabHIstoryOverDark,
.EbomTabHIstorySelectedDark,
.EbomTabHIstorySelectedOverDark,
.EbomTabHIstorySelectedDownDark,
.EbomTabHIstorySelectedDark,
.EbomTabHIstoryDownDark,
.EbomTabHIstoryDisabledDark {
    font-family: Roboto-Light;
    font-size: 13px !important;
    background-color: #ffffff;
    border-bottom: 1px solid #eef0f1 !important;
    text-transform: none !important;
    border-top: none !important;
    cursor: default !important;
}

.spinnerGridTopMargin {
    margin-top: 200px !important;
}

.frozenBaseStyle {
    border-right: 1px solid gray;
}

.TitleFileSecurityActivityDStart {
    margin-top: 8px !important;
}

.RM {
    marign-top: 4px !important;
}

.MinusMarginLeft {
    margin-left: -10px !important;
}

.marginCenter {
    margin: 0 auto !important;
}

.underlinePrint,
.underlinePrintOver,
.underlinePrintDown,
.underlinePrintSelected,
.underlinePrintSelectedOver,
.underlinePrintSelectedSelected,
.underlinePrintSelectedDown {
    border-bottom: 1px solid #eef0f1;
}
.hoverStyle {
    color: #455b65 !important;
    text-align: center !important;
    font-family: Roboto-Light !important;
    font-size: 11px !important;
    background-color: #ffffff !important;
    padding: 1px !important;
    border-radius: 3px !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
}
.ActivitiesSub {
    margin-top: -4px !important;
}

.DetailsInfoMargin {
    margin-top: -4px !important;
}

.filenameAndProgressBarWrapper {
    background-color: white;
    border-bottom: 1px solid #cccccc;
}

.drawingImportProgressBar {
    border-radius: 5px;
    line-height: 0px;
}

.childrenLoadingIcon {
    height: 20px;
    vertical-align: middle;
    display: inline-block;
}

.EbomDocuments {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    font-family: Roboto-Light;
    font-size: 12px;
    color: #455b65;
    margin-right: 300px !important;
}

.sseparatorManuDisabled {
    width: 120px !important;
}

.requisitionMargin {
    margin-top: 1px !important;
    border-top: 1px solid #0e9dd8;
    margin-left: 2px !important;
    margin-bottom: 5px !important;
}

.itemSearch {
    background-color: #eceff0;
    border-bottom: 1px solid #eef0f1;
}

.iconSearch {
    margin-left: 108px !important;
}

.editableEbomCell {
    cursor: pointer;
    border-radius: 3px;
    color: #0e9dd8;
    text-align: center;
    vertical-align: middle;
    line-height: 23px;
    height: 23px;
    box-shadow: 0 0 5px #ddeff0;
    background: #ffffff url(../images/pen_edit1.png) no-repeat right center;
    border: 1px solid #0e9dd8;
}
.stageReq .longReq {
    left: 180px !important;
    right: 23px !important;
    bottom: 7px !important;
    position: absolute;
    width: 135px;
    margin-top: 3px;
    margin-left: -157px;
    color: white;
    font-size: 12px;
    font-family: Roboto-Regular;
    text-align: left;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-transform: none !important;
    margin-bottom: 0px !important;
}

.stageReq {
    top: 5px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .stageReq .longReq {
        left: 180px !important;
        right: 23px !important;
        bottom: 6px !important;
        position: absolute;
        width: 135px;
        margin-top: 3px;
        margin-left: -157px;
        color: white;
        font-size: 12px;
        font-family: Roboto-Regular;
        text-align: left;
        word-break: break-all;
        white-space: nowrap;
        overflow: hidden;
        text-transform: none !important;
        margin-bottom: 0px !important;
    }

    .stageReq {
        top: 3px;
    }
}

.stageReq .shortReq {
    left: 180px !important;
    right: 23px !important;
    bottom: 7px !important;
    position: absolute;
    width: 130px;
    margin-top: 3px;
    margin-left: -153px;
    color: white;
    font-size: 13px;
    font-family: Roboto-Light;
    text-align: left;
    word-break: break-all;
    overflow: hidden;
    white-space: nowrap;
    text-transform: none !important;
    margin-bottom: 0px !important;
}
.reqECR .longReqECR {
    left: 180px !important;
    right: 23px !important;
    bottom: 7px !important;
    position: absolute;
    width: 135px;
    margin-left: -157px;
    color: white;
    font-size: 12px;
    font-family: Roboto-Regular;
    text-align: left;
    word-break: break-all;
    white-space: nowrap;
    text-transform: none !important;
    margin-bottom: 0px !important;
    margin-top: 2px;
}

.reqECR .shortReqECR {
    left: 180px !important;
    right: 23px !important;
    bottom: 7px !important;
    position: absolute;
    width: 130px;
    margin-top: 5px;
    margin-left: -153px;
    color: white;
    font-size: 13px;
    font-family: Roboto-Light;
    text-align: left;
    word-break: break-all;
    white-space: nowrap;
    text-transform: none !important;
    margin-bottom: 0px !important;
}

.reqMinusECR {
    margin-top: -8px;
}

.reqMinusECR .longReqECR {
    left: 180px !important;
    right: 23px !important;
    bottom: 7px !important;
    position: absolute;
    width: 135px;
    margin-top: 5px;
    margin-left: -157px;
    color: white;
    font-size: 12px;
    font-family: Roboto-Regular;
    text-align: left;
    word-break: break-all;
    overflow: hidden;
    white-space: nowrap;
    text-transform: none !important;
    margin-bottom: 0px !important;
}

.reqMinusECR .shortReqECR {
    left: 180px !important;
    right: 23px !important;
    bottom: 7px !important;
    position: absolute;
    width: 130px;
    margin-top: 5px;
    margin-left: -153px;
    color: white;
    font-size: 13px;
    font-family: Roboto-Light;
    text-align: left;
    word-break: break-all;
    overflow: hidden;
    white-space: nowrap;
    text-transform: none !important;
    margin-bottom: 0px !important;
}

.actionTreeDots {
    margin-top: 5px !important;
}

.ecnDetailsColumn {
    margin-top: 12px;
}
.ecnProjectInfo {
    margin-top: 8px !important;
}
.ecnRightHeader {
    margin-top: 2px;
}
.grayECNStage {
    position: relative;
    width: 45px !important;
    margin: 5px !important;
    height: 22px !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .grayECNStage {
        position: relative;
        width: 45px !important;
        margin: 7px !important;
        height: 22px !important;
        top: -2px !important;
    }
}

.grayECNStageNoMargin {
    position: relative;
    width: 45px !important;
    margin: 0px !important;
    height: 22px !important;
}

.ECNListGridStyle {
    width: 100% !important;
}

.AbstractListGridStyle {
    width: 99% !important;
}

.ECNDocuments {
    background-color: white;
    margin-top: 15px;
    margin-left: 15px;
}
.grayECRStageMargin {
    position: relative;
    width: 45px !important;
    height: 22px !important;
    margin-left: 0px !important;
    margin-top: 1.5 px;
}

.grayECRStageTopMargin {
    position: relative;
    width: 45px !important;
    margin-top: 3px;
    height: 22px !important;
    margin-left: 0px !important;
}
.bottomBorderPopUpTitle {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    font-family: Roboto-Light;
    font-size: 13px;
    color: #899ca6;
    padding-left: 10px !important;
}
.CategorizationTopMargin {
    margin-top: 15px;
    background-color: #f2f5f7;
    overflow-y: auto !important;
}

.customizationLeftMarginDisabled {
    border: none !important;
    background-color: none !important;
}

.clStyle1UnderlineLongerECR {
    position: relative;
    margin-top: 10px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    width: 313px !important;
}
.clStyle1UnderlineLongerECR:before {
    margin-top: 10px;
    content: " ";
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    right: 70%;
    bottom: -1px;
    border-bottom: 1px solid #007faa;
}

.clStyle1UnderlineLongerECR {
    position: relative;
    margin-top: 10px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    width: 313px !important;
}
.clStyle1UnderlineLongerECR:before {
    margin-top: 10px;
    content: " ";
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    right: 70%;
    bottom: -1px;
    border-bottom: 1px solid #007faa;
}

.clStyle1UnderlineLongerECRItem {
    position: relative;
    margin-top: 5px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    width: 313px !important;
}
.clStyle1UnderlineLongerECRItem:before {
    margin-top: 5px;
    content: " ";
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    right: 70%;
    bottom: -1px;
    border-bottom: 1px solid #007faa;
}

.clStyle1UnderlineLongerECRDetails {
    position: relative;
    margin-top: -5px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.clStyle1UnderlineLongerECRDetails:before {
    margin-top: -5px;
    content: " ";
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    right: 70%;
    bottom: -1px;
    border-bottom: 1px solid #007faa;
}

.infoObject {
    background-color: #ffffff !important;
}

.ECRItemsnumber {
    width: 150px !important;
}

/* SECURITY CLASSES*/
.permissionLayout {
    margin: 0px 0px 0px 0px;
}
.permissionSeparator {
    border-bottom: 1px solid #dde1e3;
}

/*Documents*/
.documentsLinksPermission {
    margin: 10px 0px 0px -13px;
}
.documentsActivitiesPermission {
    margin: 10px 0px 0px -18px;
}

/*Activities*/
.activitiesNotesPermission {
    margin: -7px 0px 0px 0px;
}

.TopMarginWFRow {
    margin-top: 6px !important;
    margin-bottom: -2px !important;
}

.TopMarginTaskRow {
    margin-top: 2px !important;
}

.RemoveBackground {
    background-color: none !important;
}

.DocLink {
    margin-top: 81px;
}
.emptyMessageNoPadding {
    color: #455B65;
    font-family: Roboto-Light;

    font-size: 13px !important;
    text-transform: none !important;
}

.HeaderEBOMPosition {
    position: absolute;
    top: 0px !important;
    left: 0px !important;

    font-size: 13px !important;
    text-transform: none !important;
}

@media (max-width: 1400px) {
    .ECRHeaderDesWidth,
    .ECRHeaderDesWidthFocused {
        width: 150px !important;
    }
}

.ECRHeaderDesWidth,
.ECRHeaderDesWidthFocused {
    width: 300px;
}

.DesignDocuments {
    margin: auto 0px;
}
.tabPickertop {
    padding-top: 10px !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    background-image: url(../images/Icons_regular/accordionIcon.svg) !important;
    background-repeat: no-repeat;
    background-color: #fffff;
    background-position: center center;
}

.tabPickertopOver,
.tabPickertopSelected,
.tabPickertopDown,
.tabPickerDowntop {
    padding-top: 10px !important;
    border: 1px solid #0e9dd8 !important;
    background-image: url(../images/Icons_regular/accordionIcon_Over.svg) !important;
    background-repeat: no-repeat;
    background-color: #e3f1f7;
    background-position: center center;
}

.tabScrollerTopForward,
.tabScrollerBottomForward {
    padding-top: 10px !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    background-image: url(../images/Icons_regular/accordionIcon_closed.svg) !important;
    background-repeat: no-repeat;
    background-color: #fffff;
    background-position: center center;
}

.tabScrollerTopForwardOver,
.tabScrollerTopForwardSelected,
.tabScrollerTopForwardDown,
.tabScrollerBottomForwardOver,
.tabScrollerBottomForwardSelected,
.tabScrollerBottomForwardDown {
    padding-top: 10px !important;
    border: 1px solid #0e9dd8 !important;
    background-image: url(../images/Icons_regular/accordionIcon_closed_Over.svg) !important;
    background-repeat: no-repeat;
    background-color: #e3f1f7;
    background-position: center center;
}

.tabScrollerTopBack,
.tabScrollerBottomBack {
    padding-top: 10px !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    background-image: url(../images/Icons_regular/accordionIconLeft.svg) !important;
    background-repeat: no-repeat;
    background-color: #fffff;
    background-position: center center;
}

.tabScrollerTopBackOver,
.tabScrollerTopBackSelected,
.tabScrollerTopBackDown,
.tabScrollerBottomBackOver,
.tabScrollerBottomBackSelected,
.tabScrollerBottomBackDown {
    padding-top: 10px !important;
    border: 1px solid #0e9dd8 !important;
    background-image: url(../images/Icons_regular/accordionIconLeft_Over.svg) !important;
    background-repeat: no-repeat;
    background-color: #e3f1f7;
    background-position: center center;
}

.previewParentInside {
    position: absolute;
    padding: 10px 25px 30px 8px !important;
}
.AdvancedSearchBottomMargin {
    margin-bottom: 10px !important;
}
.PopUpECNDocuments {
    margin-left: -60px !important;
    margin-top: 10px !important;
    margin-bottom: 20px !importatnt;
    position: relative;
}

.warningBorder {
    border: 1px solid #ffcb05;
    border-radius: 3px;
    background-color: #ffffff;
}

.downloadWindowScrollBars {
    overflow: hidden !important;
}

.gwt-FileUpload:focus,
.gwt-FileUpload:active {
    color: #005959;
}

.btn_iconTextUploader .gwt-Label {
    padding-left: 32px;
    cursor: pointer;
}

.userProfilePageUploadButton .gwt-Label > div {
    background-size: 24px 78px;
}

.projectDetailsSearchWrapperWithBorderBottom {
    margin-top: 17px !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}
.up-error-message {
    color: red !important;
}
.cross-line {
    background-image: url(/images/cross-line.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #f5f5f5;
}
.uncross-line {
    background-image: none;
    background-color: #fff;
}

.taskActionsMenuWF {
    margin-left: 0.1vw !important;
    margin-top: 0.8vh !important;
}

.headerStyleDashboard {
    display: none !important;
    visibility: hidden !important;
}

.emptyStyleDashboard {
    font-color: black !important;
}

.usernameHeader,
.usernameHeaderOver,
.usernameHeaderSelected,
.usernameHeaderSelectedOver,
.usernameHeaderDown,
.usernameHeaderDown,
.usernameHeaderDownOver,
.usernameHeaderDisabled,
.usernameHeaderSelectedDisabled,
.usernameHeaderDownDisabled,
.usernameHeaderOverDisabled {
    background-color: #fff;
    font-family: Roboto-Light, "Segoe UI", Arial, sans-serif;
    color: #899ca6;
    font-size: 13px;
    line-height: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 0px 2px;
    padding-left: 16% !important;
}

.usernameHeaderOver,
.usernameHeaderSelected,
.usernameHeaderSelectedOver,
.usernameHeaderDown,
.usernameHeaderSelectedDown,
.usernameHeaderDownOver,
.usernameHeaderDisabled,
.usernameHeaderSelectedDisabled,
.usernameHeaderDownDisabled,
.usernameHeaderOverDisabled {
    background-color: #f9f9f9;
}

.headerStyleDashboard {
    display: none !important;
    visibility: hidden !important;
}

.dashboard__navigation-control .topInputLabel span,
.dashboard__navigation-control .topInputLabelFocused span {
    display: none;
}

.dashboard__navigation-control-container {
    background-color: #edf1f4;
}

.dashboard__navigation-control {
    background-color: #ffffff;
}

.dashboard__navigation-control-label {
    font-size: 17px;
    font-weight: bold;
    width: 100px;
}

.emptyStyleDashboard {
    font-color: black !important;
}

.gray100 {
    color: #dde1e3 !important;
}

.gray200 {
    color: rgba(0, 0, 0, 0.15) !important;
}

.gray300 {
    color: #899ca6 !important;
}

.itemNumberingTreeHeader {
    background-color: #fff;
    font-family: Roboto-Light, "Segoe UI", Arial, sans-serif;
    color: #899ca6;
    font-size: 13px;
    line-height: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    text-align: left;
    padding: 0px 7px;
    text-transform: none !important;
}

.delimiterTextBoxStyle {
    height: 20px;
    width: 20px;
    background-color: white;
    border: none;
    font-size: large;
    text-align: center;
    font-family: Roboto;
}

.itemNumTextField {
    height: 20px;
    width: 70px;
    background-color: white;
    border: none;
    text-align: center;
    font-family: Roboto;
}

.numberingLabel {
    padding: 3px;
    width: 95px;
    float: left;
}

.itemNumberingFieldNameStyle {
    position: absolute;
    top: 30px;
    margin-left: -70px;
    font-size: smaller;
    color: gray;
}

.textBoxNumberingStyle {
    width: 70px !important;
    height: 22px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

.textBoxNumberingStyleMedium {
    width: 50px !important;
    height: 22px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

.textBoxNumberingStyleMinimum {
    width: 39px !important;
    height: 22px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: medium;
}

.labelBoxNumberingStyleMinimum {
    border: none;
    width: 50px;
    font-size: smaller;
    color: gray;
}

.labelBoxNumberingStyleMedium {
    border: none;
    width: 70px;
    font-size: smaller;
    color: gray;
}

.verticalPanel {
    display: inline-block;
}

.itemNumberingFieldNameStyle {
    color: #918c8c;
    position: absolute;
    margin-top: 25px;
    margin-left: -100px;
}

.memberLicenseTxtStyle {
    color: gray;
    font-weight: 400;
}

.adminPageHeaderStyle {
    margin-top: -70px !important;
}

.itemNumberingFieldNameStyle {
    color: #918c8c;
    position: absolute;
    margin-top: 25px;
    margin-left: -100px;
}

.memberLicenseTxtStyle {
    color: gray;
    font-weight: 400;
}

input::placeholder {
    font-size: 10px;
    letter-spacing: 0px;
    font-weight: 100;
}

.adminBarCanvas {
    padding: 0px;
    margin-top: 10px;
    height: 15px !important;
    border-radius: 5px;
}

.adminBar {
    border-radius: 5px;
    overflow: hidden;
    margin-top: 5px;
}

.adminPageGrid {
    top: 60px !important;
}

.projectFormFieldDesc {
    min-width: 240px !important;
    padding-left: 10px;
    font-family: Roboto-Light, "Segoe UI", Arial, sans-serif;
    font-size: 13px;
    color: #899ca6;
    line-height: 15px;
    max-height: 20px !important;
    overflow: visible;
    display: block;
}

.userProfileImageMargin {
    margin-top: -20px;
}

.cbomTreeGridEmptyMessage {
    height: 28px !important;
}

#viewerContainer-svg > text {
    font-size: 16px;
}

.noCbomDataLayoutStyle {
    color: #005959;
    font-family: Roboto-Light;
    font-size: 13px;
    margin-top: 5px;
}

.noCbomDataLayoutStyleAlign {
    text-align: center;
}

.buildListGridStyle {
    margin-top: 15px;
}

.buildNotesLayout, .buildFeedbackLayout {
     margin-top: 15px;
     word-wrap: normal;
     overflow: auto !important;
 }

.workflowActionsMargin {
    margin-left: 20px;
}

.workflowActionsSpinner{
    margin-left: 50%;
}

.underlineBOMNavigation {
    position: relative;
    border-bottom: 1px solid #dde1e3;
    width: 100% !important;
}

.bom-navigation-filter .formCell div,
.bom-navigation-filter .formCellFocused div {
    width: 114px !important;
}

.linkedItemsGridStyle {
    margin-top: 15px;
}

.documentTranslationsGridStyle {
    margin-top: 15px;
}

.documentTranslationsGridStyle .listTable {
    width: 100%;
}

.customViewsLayout {
    margin-top: 15px;
    overflow-y: hidden !important;
    overflow-x: auto !important;
    width: 97% !important;
    height: 50px !important;
}

.create-project .buttonRounded div,
.create-project .buttonRoundedOver div{
    width: 100%;
}

.create-project-item {
    padding: 8px 0;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
    color: #007faa;
}

.create-project-item:hover {
    background-color: #eef6f6 !important;
}

.create-project-item--last {
    border-bottom: 0;
}

.create-project-item__tooltip-name {
    font-weight: bold;
}

.create-project-title {
    padding-right: 20px;
    max-width: 100%;
    display: inline-block;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
}

.teams-grid-list .listGrid .headerButton,
.teams-grid-list .listGrid .headerButtonOver,
.teams-grid-list .listGrid .headerButtonSelected,
.teams-grid-list .listGrid .headerButtonSelectedDown,
.teams-grid-list .listGrid .headerButtonSelectedOver {
    background-color: #FFFFFF !important;
    height: 22px !important;
    display: block;
}

.teams-grid-list > div > div:nth-child(1) {
    display: none;
}

.teams-grid-list .tallCellDark {
    background-color: #FFFFFF;
}

.teams-grid-member__item {
    padding: 6px 0;
}

.teams-grid-list .tallCell,
.teams-grid-list .tallCellOver,
.teams-grid-list .tallCellSelected,
.teams-grid-list .tallCellSelectedOver,
.teams-grid-list .tallCellSelectedOverDark,
.teams-grid-list .tallCellDisabled {
    font-size: 14px !important;
    height: 34px !important;
}

.teams-grid-list .tallCellDark,
.teams-grid-list .tallCellOverDark,
.teams-grid-list .tallCellSelectedDark,
.teams-grid-list .tallCellSelectedOverDark {
    font-size: 14px !important;
    height: 34px !important;
}

.teams-grid-member__item {
    font-size: 14px;
    border-bottom: 1px solid #E0E0E0;
    height: 32px;
    padding: 0 10px !important;
}

.teams-grid-list .imgButton {
    padding-top: 5px;
}

.project-settings-tabs .imgButton {
    left: initial !important;
    right: 10px !important;
}

div[eventproxy="EBOM_PREVIEW"] .ebom_image_with_borderOver {
    border: 1px solid #0e9dd8;
}

div[eventproxy="EBOM_PREVIEW"]  .ebom_image_with_border {
    border: 1px solid #eceff0;
}

div[eventproxy="VISUALIZATION_PREVIEW_TAB_SET"] .image_with_border {
    border: 1px solid #eceff0;
    width: 310px !important;
    left: 0!important;
    margin-left: 0!important;
}

.ebom-details-body .customAttributes table tbody tr td:first-child {
    width: calc(100% - 30px)!important;
}

.overflowLabel {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.login-container {
    background-color: white;
    display: flex;
}

.login-container .login-container__login {
    padding: 48px 0 48px 96px !important;
    box-sizing: border-box;
}

.login-container .login-container__login > div {
    height: 100%;
}

.login-container .login-container__login .login-container__login__welcome {
    margin-top: 96px;
    margin-bottom: 48px;
    font-family: "Artifakt Element Bold";
    color: black;
    font-weight: 800;
    font-size: 40px;
    line-height: 1;
}

.login-container .login-container__buttons .actionButton {
    border: 1px solid black;
    border-radius: 4px;
    font-family: "Artifakt Element Regular";
    box-shadow: none;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
    min-width: 80px;
    opacity: 1;
    padding: 9px 20px;
    text-transform: none;
    box-sizing: border-box;
    height: 100%;
    margin-right: 0 !important;
    width: calc(100% - 12px);
}

.login-container .login-container__buttons .login-container__buttons--sign-in,
.login-container .login-container__buttons .login-container__buttons--sign-inOver,
.login-container .login-container__buttons .login-container__buttons--sign-inDown {
    background-color: black !important;
    color: white !important;
}

.login-container .login-container__buttons .login-container__buttons--create-account,
.login-container .login-container__buttons .login-container__buttons--create-accountOver,
.login-container .login-container__buttons .login-container__buttons--create-accountDown {
    background-color: white !important;
    color: black !important;
}

.login-container .login-container__buttons .login-container__buttons--sign-inOver,
.login-container .login-container__buttons .login-container__buttons--create-accountOver,
.login-container .login-container__buttons .login-container__buttons--create-accountDown {
    box-shadow: rgb(128, 128, 255) 0 0 0 1px;
}

.login-container__footer {
    top: auto !important;
    bottom: 0;
    font-family: Artifakt Element Regular;
    color: black;
    text-decoration: underline;
}

.login-container__footer .login-container__footer-divider {
    display: inline-block;
    margin: 0 10px;
    border: 1px #adadad solid;
    height: 15px;
}

/* ------------------------------ PROJECT NAME TOOLTIP ------------------------------ */

.tooltip {
    box-sizing: border-box;
    font-family: Roboto-Light, "Segoe UI", Arial, sans-serif;
    font-size: 13px;
    color: #007faa;
    line-height: 15px;
    cursor: pointer;
    margin: 1rem;
    word-wrap: break-word;
    display: flex;
    flex: 1;
    text-align: left;
}

.iconMarginRight {
    margin-right: 8px !important;
}

.iconMarginHorizontal {
    margin: 0 8px !important;
}

.iconPaddingHorizontal {
    padding:0 8px !important;
}
