﻿:root {
    --brand-50: #FFEDE6;
    --brand-100: #FFDBCC;
    --brand-200: #FFB694;
    --brand-300: #FF8C52;
    --brand-400: #F37F3D;
    --brand-450: #F15742;
    --brand-500: #E96C25;
    --status-blue-100: #D0DCFB;
    --status-blue-200: #3C6EED;
    --status-red-100: #FCCFCF;
    --status-red-200: #F13F3F;
    --status-red-300: #E02E2E;
    --status-red-400: #C81C1C;
    --status-green-100: #DBF0DD;
    --status-green-200: #34BF42;
    --status-yellow-100: #F9F3CF;
    --status-yellow-200: #F0CE0D;
    --base-black: black;
    --base-white: white;
    --base-neutral-100: #1A1A1A;
    --base-neutral-200: #313131;
    --base-neutral-300: #474747;
    --base-neutral-400: #5C5C5C;
    --base-neutral-500: #808080;
    --base-neutral-600: #999999;
    --base-neutral-700: #B3B3B3;
    --base-neutral-800: #C7C7C7;
    --base-neutral-900: #DBDBDB;
    --base-neutral-950: #F0F0F0;
}
@font-face {
    font-family: Inter;
    src: url('Fonts/Inter-VariableFont_opsz,wght.ttf');
}

body {
    font-family: Inter !important;
    font-size: 10px;
}
svg {
    fill: currentColor;
}
select, input, td, th {
    letter-spacing: 0.2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    accent-color: var(--base-neutral-100);
}
    select:focus, input:focus, textarea:focus {
        outline: none !important;
    }
    input[type="select"], select {
        background-color: var(--base-white);
        border: 1px solid var(--base-neutral-700);
        border-radius: 4px;
        color: var(--base-neutral-100);
        line-height: 12px;
        height: 17px;
        padding: 1px 1px 1px 4px;
        font-size: 10px;
    }
        input[type="select"]:hover, select:hover {
            border-color: var(--base-neutral-500);
        }
    input[type="file"] {
        font-size: 10px;
    }
    input[type="text"], input[type="password"], textarea {
        border: 1px solid var(--base-neutral-700);
        border-radius: 4px;
        background-color: var(--base-white);
        line-height: 12px;
        color: var(--base-neutral-100);
        height: 17px;
        padding: 1px 1px 1px 4px;
        font-size: 10px;
    }
        input[type="text"]:hover, input[type="password"]:hover, textarea:hover {
            border-color: var(--base-neutral-200);
        }
        input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
            /*
                var(--base-neutral-200)
                var(--brand-500)
                var(--status-blue-200)
            */
            border-color: var(--brand-450);
            border-width: 1.5px;
        }

    select:disabled, input:disabled {
        color: var(--base-neutral-500);
        opacity: 1;
    }
        select:disabled:hover, input:disabled:hover {
            border-color: var(--base-neutral-700);
        }

.inputFocus {
}

.selectFocus 
{
}

/* */

.cFatalErrorBody {
    margin: 0px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,237,230,1) 100%);
}

    .cFatalErrorBody .cFormLabelError {
        font-size:12px;
    }

.cFatalErrorLogo {
    width: 510px;
    padding-bottom: 20px;
}


/* 
	-------------
	Message panel
	-------------
*/

.cMessagePanel
{
    clear:both;
    width: 100%;
}

.cMessagePanelBar {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    border-bottom: 1px solid var(--base-neutral-800);
}

.cMessageTitle
{
    margin-bottom: 5px;
    width: 100%;
    font-weight: bold;
    display: block;
}

.cMessageBody,.cMessageTitle
{
    text-align: center;   
    display: block;
    font-size:12px;
}

.cBigText {
    font-size: large;
}

.cMessagePanelTitleIcon
{
    vertical-align:middle;
    padding-right:4px;
}

.cMessageBoxBigIcon {
}

/* 
	----
	Buttons
	----
*/
a.NormalButton {
    background-color: #F2F2F2;
    display: block;
    float: left;
    padding: 4px 4px 4px 4px;
    margin: 2px;
    text-decoration: none;
    color: var(--base-neutral-100);
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    outline: 0 none;
    letter-spacing: 0.2px;
    -moz-outline: 0 none;
    border-radius: 4px;
    font-weight: bold;
    border: solid 1px var(--base-neutral-100);
    box-sizing: border-box;
}

    a.NormalButton span {
    }

a:hover.NormalButton {
    background-color: var(--base-neutral-900);
}

a:active.NormalButton {
    background-color: var(--base-neutral-800);
}

.CustomButtonFocus {
}
.CustomButtonFocus span 
{
}

.CustomSearchButtonFocus {
}
.CustomSearchButtonFocus span 
{
}



a.NormalButtonDisabled {
    background-color: #F2F2F2;
    display: block;
    float: left;
    padding: 4px 4px 4px 4px;
    margin: 2px;
    text-decoration: none;
    color: var(--base-neutral-500);
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    outline: 0 none;
    letter-spacing: 0.2px;
    -moz-outline: 0 none;
    border-radius: 4px;
    font-weight: bold;
    border: solid 1px var(--base-neutral-500);
    box-sizing: border-box;
}

    a.NormalButtonDisabled span {
    }


a.OrangeButton {
    display: block;
    float: left;
    padding: 4px 4px 4px 4px;
    margin: 2px;
    text-decoration: none;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    line-height: 16px;
    outline: 0 none;
    letter-spacing: 0.2px;
    -moz-outline: 0 none;
    border-radius: 4px;
    box-sizing: border-box;
    color: var(--base-white);
    background-color: var(--brand-450);
    border: solid 1px var(--brand-450);
}

a.OrangeButton span{
}

a:hover.OrangeButton {
    background-color: var(--brand-450);
}

a:active.OrangeButton {i
    background-color: var(--brand-450);
}

a.OrangeButtonDisabled {
    display: block;
    float: left;
    padding: 4px 4px 4px 4px;
    margin: 2px;
    text-decoration: none;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    outline: 0 none;
    letter-spacing: 0.2px;
    -moz-outline: 0 none;
    border-radius: 4px;
    box-sizing: border-box;
    color: var(--base-white);
    background-color: var(--brand-450);
    border: solid 1px var(--brand-450);
}



a.OtherButton {
    display: block;
    float: left;
    padding: 4px 4px 4px 4px;
    margin: 2px;
    text-decoration: none;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    line-height: 16px;
    outline: 0 none;
    letter-spacing: 0.2px;
    -moz-outline: 0 none;
    border-radius: 4px;
    box-sizing: border-box;
    color: var(--base-white);
    background-color: var(--base-neutral-100);
    border: solid 1px var(--base-neutral-100);
}

    a.OtherButton span {
    }

a:hover.OtherButton {
    background-color: var(--base-neutral-200);
    border-color: var(--base-neutral-200);
}

a:active.OtherButton {
    background-color: var(--base-neutral-300);
    border-color: var(--base-neutral-300);
}

a.SearchButton {
    display: block;
    float: left;
    padding: 4px 4px 4px 4px;
    margin: 2px;
    text-decoration: none;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    outline: 0 none;
    letter-spacing: 0.2px;
    -moz-outline: 0 none;
    border-radius: 4px;
    font-weight: bold;
    box-sizing: border-box;
    color: var(--base-white);
    background-color: var(--base-neutral-100);
    border: solid 1px var(--base-neutral-100);
}

    a.SearchButton span::after {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        padding-left: 2px;
        background-image: url(Images/Modern/searchButton.svg);
        background-repeat: no-repeat;
        background-position-x: right;
        vertical-align: middle;
    }

a.SearchButton span {
}

a:hover.SearchButton {
    background-color: var(--base-neutral-200);
    border-color: var(--base-neutral-200);
}
a:active.SearchButton {
    background-color: var(--base-neutral-300);
    border-color: var(--base-neutral-300);
}


/* 
	----
	Check for toolbox
	----
*/
.CheckHide
{
    white-space:nowrap;
    
    visibility:hidden;
}

.CheckShow
{
    white-space:nowrap;
    
    visibility:visible;
}





/* 
	----
	Ajax
	----
*/


.AjaxProgressPanel
{
    display: block;
    position: absolute;
}

.AjaxProgressPanelCenteredInWindowOpacy
{
    display: block;
    position: absolute;
    left: 0px; 
    right: 0px; 
    top: 0px; 
    width: 100%; 
    height: 100%;
	background:#FFF;
	filter:alpha(opacity=1);
	-moz-opacity:0.01;
	opacity:0.01;	
}

.AjaxProgressPanelCenteredInWindow
{
    display: block;
    position: absolute;
    left: 0px; 
    right: 0px; 
    top: 0px; 
    width: 100%; 
    height: 100%;
}

.HideComponent
{
	display: none;
	visibility: hidden;
}

.LeftFlow
{
	float:left;
}

.NoFlow
{
    float: none;
    clear: both;
}

.ShowComponent
{
	display: block;
	visibility:visible;
}

.CenterAlign
{
	text-align: center;
}



/* 
	-------------------
	Application license
	-------------------
*/

.cApplicationLicenseOptionsContent {
    height: 140px;
    overflow: auto;
    vertical-align: top;
    overflow: auto;
    border: solid 1px var(--base-neutral-700);
    border-radius: 4px;
}

.cApplicationLicenseOptionsContentSection {
    font-size: 10px;
    padding-top: 7px;
    padding-bottom: 2px;
    text-decoration: underline;
}

.cApplicationLicenseRow {
    width: 100%;
    display: block;
    color: var(--base-neutral-100);
    background-color: var(--base-white);
    align-content: center;
}
    .cApplicationLicenseRow input, .cApplicationLicenseRow span {
        display: inline-block;
        vertical-align: middle;
    }

.cApplicationLicenseAlternativeRow {
    width: 100%;
    display: block;
    color: var(--base-neutral-100);
    background-color: var(--base-neutral-950);
    align-content: center;
}
    .cApplicationLicenseAlternativeRow input, .cApplicationLicenseAlternativeRow span {
        display: inline-block;
        vertical-align: middle;
    }
/* 
	--------------
	Event log body
	--------------
*/
.cEventLogBody {
    width: 510px;
    height: 250px;
    padding: 4px;
    overflow-y: scroll;
    vertical-align: top;
    border: solid 1px var(--base-neutral-700);
    border-radius: 4px;
}


/* 
	-----------
	Message box
	-----------
*/

.cMessageBoxIcon
{
	text-align:center;
	vertical-align:middle;
}
.cMessageBoxMessage
{
	height:50px; 
	text-align:center;
	vertical-align:middle;
}

.cProgressBoxMessageNoIcon {
    text-align: center;
    vertical-align: middle;
    padding-top:40px;
    padding-bottom:30px;
}
.cProgressBoxMessageWithIcon {
    text-align: center;
    vertical-align: middle;
    padding-top: 0px;
    height: 50px;
}
.cProgressBoxMessageText {
    color: var(--base-neutral-100);
    font-weight: bold;
}
.cProgressBoxMessagePercentage {
    display: block;
    color: var(--base-neutral-400);
}

.cMessageBoxMessageLeftAlign {
    height: 50px;
    text-align: left;
    vertical-align: middle;
}

.cMessageBoxMessageCenterAlign
{
	height:50px; 
	text-align:center;
	vertical-align:middle;
}

.cMessageBoxExtendedText {
    width: 410px;
    height: 110px;
    overflow: auto;
    vertical-align: top;
    border: solid 1px var(--base-neutral-700);
    border-radius: 4px;
}

.cProgressMessageBoxExtendedText {
    margin-top: 45px;
    width: 410px;
    height: 130px;
    overflow: auto;
    vertical-align: top;
    border: solid 1px var(--base-neutral-700);
    border-radius: 4px;
}
/*
	-----------
	Form fields
	-----------
*/
.cFormLabel {
    color: var(--base-neutral-300);
}

.cFormLabelInfo
{
	color:var(--base-neutral-400);
}
.cFormNumericLabelInfo {
    color: var(--base-neutral-400);
    text-align: right;
}
.cFormLabelError {
    color: var(--status-red-200);
}
.cFormGenericTextBox
{
}
.cUpperCase
{
	text-transform:uppercase;
}
.cFormGenericCheckBox
{
}
.cFormNumericTextBox
{
	text-align:right;
}

.cFormNumericTextBoxQuantityInFileListCell
{
    width: 80px;   
}

.cFormDropDown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAGCAYAAADzG6+8AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABDSURBVChTjcuBCQAgCERRnUn3n0BnKi4irDT6YGjw2Myau9NPIkKqytjH84MjQmt54ROh7chwhtD1EXGFyoAx80wi6sEvKcz1iTHyAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 5px;
    padding-right: 20px;
}

.cValidators {
    color: var(--status-red-200);
    font-weight: bold;
    font-size: 20px !important;
    line-height: 0px;
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
}

.cFormFileUpload
{
	width:300px;
	
}
.cWindowImagePreviewPanel
{
	width:580px;
	height:350px;
	overflow:auto;
}
.cWindowImagePreviewPicture
{
	
}

/*
	---------
	Warehouse 
	---------
*/

.cWarehouseVehicles
{
	height: 110px;
	width:314px;
	overflow-y: scroll;
}
.cWarehouseVehicleIsPreferedVehicleHeader,.cWarehouseVehicleIsPreferedVehicleCell
{
	width:23px;
}
.cWarehouseVehicleVehicleLicensePlateHeader,.cWarehouseVehicleVehicleLicensePlateCell
{
	width:92px;
}
.cWarehouseVehicleLoadLocationHeader,.cWarehouseVehicleLoadLocationCell
{
	width:172px;
}
.cWarehouseVehiclesScrollbarSpace
{
	width:14px;
}

/*
	-------------
	Splash Screen
	-------------
*/

.cSplashScreenBody {
    margin: 0px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(241,87,66,0.1) 100%);
}

.cSplashScreenContainer {
    width: 100%;
    height: 100vh;
    position: relative;
}
.cSplashScreenDIV {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cSplashScreen {
    background-image: url(Images/Modern/logo.svg?a=1);
    background-repeat: no-repeat;
    background-position-x:center;
    width: 510px;
}

.cSplashApplicationInfo {
    height: 154px;
    overflow: hidden;
    color: #FFCC00;
    font-size: 9px;
}

.cSplashApplicationVersion {
    color: var(--base-neutral-300);
    font-size: 16px;
    text-align: center;
    padding-top: 32px;
}
.cSplashApplicationCopyright {
    color: var(--base-neutral-400);
    font-size: 8px;
    text-align: center;
    padding-top: 8px;
}

/*
	-------
	Up/Down
	-------
*/
.cUpDown {
    border-width: 0px;
}


/*
	----------------------
	Discount Policy Matrix
	----------------------
*/

.cDiscountPolicyMatrix
{
	width:615px;
	height:300px;
	overflow:auto;
}

.cDiscountPolicyMatrix TD
{
	white-space:nowrap;
}

/*
	-----------------
	Tax fee rate list
	-----------------
*/

.cTaxRateList{
	height: 180px;
	width: 740px;
	overflow-y: scroll;

}
.cTaxRateDesignationCell, .cTaxRateDesignationHeader
{
}
.cTaxRateUnitDesignationCell, .cTaxRateUnitDesignationHeader 
{
    width: 70px;
}
.cTaxRateCalculationTypeCell, .cTaxRateCalculationTypeHeader
{
    width: 110px;

}
.cTaxRateValueHeader, .cTaxRateValueCell {
    width: 90px;
    text-align:center;
}
.cTaxRateBeginDateHeader, .cTaxRateBeginDateCell {
    width: 105px;
    text-align: center;
}
.cTaxRateEndDateHeader, .cTaxRateEndDateCell {
    width: 105px;
    text-align: center;
}
.cTaxRateSAFTPTDesignationHeader,.cTaxRateSAFTPTDesignationCell {
	width:110px;
}
.cTaxRateSAFTPTLocationHeader,.cTaxRateSAFTPTLocationCell {
	width:110px;
}
.cTaxRateEDICodeTypeHeader, .cTaxRateEDICodeTypeCell 
{
    width: 120px;
}
.cTaxRateScrollbarSpace {
    width: 17px;
}

/*
	---------------
	Tax on fee list
	---------------
*/

.cTaxOnFeeList
{
	height: 180px;
	width: 282px;
	overflow-y: scroll;

}

.cTaxOnFeeTaxHeader, .cTaxOnFeeTaxCell {
    width: 132px;
    text-align: center;
}
.cTaxOnFeeRateHeader,.cTaxOnFeeRateCell {
	width:125px;
    text-align:center;
}
.cTaxOnFeeHeaderScrollbarSpace
{
	width:17px;
}
/* */
.cTaxOnFeeTaxDropDown
{
	width:130px;
}
.cTaxOnFeeRateDropDown
{
	width:80px;
	text-align:right;
}



/*
	-------------
	AboutBox
	-------------
*/

.cAboutbox
{
	background-image:url(Images/Splash.png); 
	background-repeat:no-repeat;
	width:500px; 
	height:200px
	
}

.cAboutBoxMarqueeContainer
{
    position: relative;
    width: 320px; /*marquee width */
    height: 95px; /*marquee height */
    overflow: hidden;
    padding: 2px;
    padding-left: 4px;
    left:120px; 
    top:5px;
}

.cAboutboxApplicationInfo
{
	color:#FFCC00;
	font-size:9px;
}

.cAboutboxApplicationCopyright {
    overflow: hidden;
    color: var(--base-white);
    text-align: right;
    margin-top: 32px;
    margin-right: 10px;
}


.cAboutboxApplicationVersion
{
	overflow:hidden;
	margin-left:230px; 
	margin-top:35px; 
	color:#FFCC00;
	font-size:9px;
}

.cModernAboutBoxContainer{
    padding: 0px 0px 0px 6px;
}

.cModernAboutBoxLogoContainer {
    padding: 6px 15px 5px 0px;
    display: inline-block;
}
.cModernAboutBoxLogo {
    background-image: url(Images/Modern/logo.svg?a=1);
    background-repeat: no-repeat;
    background-size: contain;
    width: 110px;
    height: 39px;
}

.cModernAboutboxApplicationVersion {
    display: inline-block;
    color: var(--base-neutral-300);
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    top: 20px;
}

.cModernAboutboxApplicationCopyright {
    display: inline-block;
    color: var(--base-neutral-400);
    font-size: 8px;
    letter-spacing: 0.2px;
    line-height: 16px;
    position: absolute;
    top: 35px;
}
.cModernAboutboxApplicationInfo {
    display: block;
    width: 460px;
    height: 110px;
    border: solid 1px var(--base-neutral-700);
    border-radius: 4px;
    background-color: var(--base-white);
    overflow-y: scroll;
    padding: 16px;
}
/* 
	------------------------
	Grids not using filelist
	------------------------
*/
.cExtraGridDiv {
    border: solid 1px var(--base-neutral-700);
    border-radius: 4px;
    background-color: var(--base-neutral-900);
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}
    .cExtraGridDiv table {
        border: none;
    }

    .cExtraGridDiv a {
        text-decoration: none;
        color: var(--base-neutral-300);
    }

.cExtraGrid {
    width: 100%;
}
    .cExtraGrid TD {
        border-top: solid 1px var(--base-neutral-700);
    }

        .cExtraGrid TD + TD {
            border-left: solid 1px var(--base-neutral-700);
        }


.cExtraGridScroll {
    /*border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-collapse: separate;
    border-color: var(--base-black);*/
}

    .cExtraGrid TD, .cExtraGridScroll TD {
        /*padding: 1px;
    border-style: solid;
    border-width: 0px 0px 1px 1px;
    border-color:var(--base-black);*/
    }
    .cExtraGridScroll TD {
        border-top: solid 1px var(--base-neutral-700);
        height: 22px;
    }

        .cExtraGridScroll TD + TD {
            border-left: solid 1px var(--base-neutral-700);
        }

/* 
	-----------
	TaxOnFamily
	-----------
*/

.cTaxOnFamilyList {
    /*height: 130px;*/
    overflow-y: scroll;
    /*width: 100%;*/
    /*background-color: #FFF1DD;*/
}
.cFamilyTaxFeeHeader, .cFamilyTaxFeeCell
{
    width: 150px;
    text-align:center;
}
.cFamilyTaxFeeRateHeader, .cFamilyTaxFeeRateCell {
    width: 155px;
    text-align: center;
}
.cFamilyTaxFeeAppliesToHeader, .cFamilyTaxFeeAppliesToCell {
    width: 150px;
    text-align: center;
}
.cFamilyTaxFeeUseHeader {
}
.cFamilyTaxFeeUseCell {
    width: 130px;
    text-align: center;
}

.cFamilyTaxFeeScrollbarSpaceHeader {
    width: 17px;
}

.cTaxOnFamilyListFB {
    /*height: 130px;*/
    width: 100%;
    overflow-y: scroll;
    /*background-color: #FFF1DD;*/
}
.cFamilyTaxFeeHeaderFB, .cFamilyTaxFeeCellFB {
    width: 120px;
    text-align: center;
}

.cFamilyTaxFeeRateHeaderFB, .cFamilyTaxFeeRateCellFB {
    width: 90px;
    text-align: center;
}

.cFamilyTaxFeeAppliesToHeaderFB, .cFamilyTaxFeeAppliesToCellFB {
    width: 120px;
    text-align: center;
}

.cFamilyTaxFeeUseHeaderFB {
    width: 130px;
}

.cFamilyTaxFeeUseCellFB {
    width: 130px;
    text-align: center;
}

/**/

/**/
.cFamilyTaxFeeDropDown
{
	width:80px;
}
.cFamilyTaxFeeRateDropDown
{
	width:70px;
	text-align:right;
}
.cFamilyTaxFeeAppliesToDropDown
{
	width:115px;
}
.cFamilyTaxFeeUseDropDown 
{
    width: 100px;
}
/* 
	----------
	Tax tables
	----------
*/
.cTaxList {
    height: 60px;
    overflow-y: scroll;
    background-color: #FFF1DD;
}
.cTaxFeeHeader,.cTaxFeeCell
{
	width:135px;
}
.cTaxFeeScrollbarSpaceHeader
{
	width:17px;
}
.cTaxFeeDropDown
{
	width:130px;
}

/* 
	-----------------------
	Service zone Tax tables
	-----------------------
*/
.cTaxOnServiceZoneList
{
	overflow-y:scroll;
}
.cServiceZoneTaxFeeHeader,.cServiceZoneTaxFeeCell
{
	width:132px;
}
.cServiceZoneTaxFeeRateHeader,.cServiceZoneTaxFeeRateCell
{
	width:82px;
}
.cServiceZoneTaxFeeScrollbarSpaceHeader
{
	width:17px;
}
.cServiceZoneTaxFeeDropDown
{
	width:132px;
}
.cServiceZoneTaxFeeRateDropDown
{
	width:80px;
	text-align:right;
}


/*
  ---------------------------
    ProgressBox
  ---------------------------
*/

.cProgressBoxBarBorderDiv {
    width: 350px;
    height: 4px;
    font-size: 8pt;
    background-color: var(--base-neutral-800);
    border-radius: 4px;
    margin: 0px 0px 25px 0px;
}

.cProgressBoxBarDiv {
    display: block;
    position: relative;
    height: 4px;
    width: 0%;
    left: 0px;
    background-color: var(--brand-450);
    border-radius: 4px;
}


/* 
	----------------
	Article tax list
	----------------
*/
.cArticleTaxList
{
    max-height: 40px;
    overflow-y: scroll;
}
.cArticleTaxFeeHeader,.cArticleTaxFeeCell
{
	width:153px;
	height:16px;
}
.cArticleTaxFeeRateHeader,.cArticleTaxFeeRateCell
{
	width:102px;
}
.cArticleTaxFeeScrollbarSpaceHeader
{
	width:17px;
}
.cArticleTaxFeeDropDown
{
	width:152px;
}
.cArticleTaxFeeRateDropDown
{
	width:80px;
	text-align:right;
}
.cArticleTaxFeeUseHeader, .cArticleTaxFeeUseCell {
    width: 100px;
}
.cArticleTaxFeeUseDropDown 
{
    width: 98px;
}


/* 
	-----------------------
	Article sale price list
	-----------------------
*/
.cArticleSalePriceList {
    overflow-y: scroll;
}
.cArticleSalePriceType
{
	width:82px;
}
.cArticleSalePriceMaximumDiscountPercentage
{
	width:132px;
}
.cArticleSalePriceProfitMarginPercentage
{
	width:180px;
}
.cArticleSalePriceWithoutTaxesFees
{
	width:130px;
}
.cArticleSalePriceWithTaxesFees
{
	width:130px;
}
.cArticleSalePriceScrollbarSpace
{
	width:14px;
}



/* 
	----------------
	Article POS Idiom List
	----------------
*/
.cArticlePOSIdiomList
{
    height: 42px;
    overflow-y: scroll;
    background-color: #FFF1DD;
}
.cArticlePOSIdiomIdiomHeader, .cArticlePOSIdiomIdiomCell
{
    width: 105px;
    height: 16px;
}

.cArticlePOSIdiomDesignationHeader,.cArticlePOSIdiomDesignationCell
{
	width:216px;
}

.cArticlePOSIdiomShortDesignationHeader,.cArticlePOSIdiomShortDesignationCell
{
	width:146px;
}

.cArticlePOSIdiomDesignationCellTxt
{
	width:210px;
}

.cArticlePOSIdiomShortDesignationTxt
{
	width:140px;
}

.cArticlePOSIdiomScrollbarSpaceHeader
{
	width:17px;
}
/* */
.cArticleIdiomList 
{
    width:700px;
    overflow-y: scroll;
}
.cArticleIdiomIdiomDesignationHeader 
{
    width: 160px;
}
.cArticleIdiomIdiomDesignation {
    width: 160px;
    padding-left: 4px;
}
.cArticleIdiomDesignationHeader 
{
    width: 301px;
}
.cArticleIdiomDesignation
{
	width:300px;
}
.cArticleIdiomShortDesignationHeader 
{
    /*width: 202px;*/
}
.cArticleIdiomShortDesignation
{
	width:220px;
}
.cArticleIdiomScrollbarSpaceHeader
{
    width: 17px;
}
.cArticleIdiomScrollbarSpace
{
    width: 17px;
}

/* 
	----------------
	Article values list
	----------------
*/
.cArticleValuesPurchasesHeader {
    width: 100px;
}

.cArticleValuesSalesHeader
{
    width: 100px;
}


/* 
	----------------
	Article prices group list
	----------------
*/

.cArticlePricesGroupList
{
    height: 273px;
    overflow-y: scroll;
    background-color: #FFF1DD;
}

.cArticlePricesGroupHeader, .cArticlePricesGroupCell {
    min-width:60px;
}

.cArticlePricesGroupCellCenterHeader, .cArticlePricesGroupCellCenterCell {
    text-align: center;
    width: 100px;
}
.cArticlePricesGroupArticleCode {
    width: 130px;
}

.cArticlePricesGroupScrollbarSpaceHeader
{
	width:14px;
}

.cArticlePricesGroupPriceTypeGroupDropDownHeader
{
	width:152px;
}





/* 
	----------------
	Article Composition
	----------------
*/
.cArticleCompositionList
{
	max-height: 160px;
	overflow-y: scroll;
	/*background-color: #FFF1DD;*/
}
.cArticleCompositionCodeHeader,.cArticleCompositionCodeCell
{
	width:156px;
}

.cArticleCompositionDesignationHeader,.cArticleCompositionDesignationCell
{
	width:206px;
}

.cArticleCompositionDesignationLabel
{
    width:196px;
	overflow:hidden;
	display:block;
}

.cArticleCompositionUnityHeader
{
	width:50px;
}
.cArticleCompositionUnitCell
{
	width:50px;
	text-align:center;
}

.cArticleCompositionUnityValueHeader
{
	width:82px;
}
.cArticleCompositionUnitaryPriceCell
{
	width:82px;
	text-align:right;
}

.cArticleCompositionQuantityHeader
{
	width:70px;
}
.cArticleCompositionQuantityCell
{
	width:70px;
	text-align:right;
}

.cArticleCompositionTotalValueHeader
{
	width:80px;
}
.cArticleCompositionTotalValueCell
{
	width:80px;
	text-align:right;
}

.cArticleCompositionWarehouseHeader
{
	width:60px;
}
.cArticleCompositionWarehouseCell
{
	width:60px;
	text-align:right;
}

.cArticleCompositionPrintHeader
{
	width:57px;
}
.cArticleCompositionPrintCell
{
	width:57px;
	text-align:center;
}

.cArticleCompositionOrderHeader
{
	width:70px;
}
.cArticleCompositionOrderCell
{
    text-align:center;
    align-content:center;
	width:70px;
}

.cArticleCompositionRemoveHeader
{
	/*width:50px;*/
}
.cArticleCompositionRemoveCell
{
	text-align:center;
	width:72px;
}

.cArticleCompositionScrollbarSpaceHeader
{
	width:17px;
}

.cArticleCompositionNegativeProfit {
    color: var(--status-red-200);
}

.cChangeOrderIconUp {
}
.cChangeOrderIconDown {
    padding-left:2px;
}
/* 
	----------------
	
	----------------
*/
.cArticleEditMiscPanelOtherCodes {
    width: 180px;
    height: 50px;
    overflow-y: scroll;
}

/* 
	----------------
	
	----------------
*/

.cRemarkHistory {
    overflow: auto;
    border: solid 1px var(--base-neutral-700);
    border-radius: 4px;
}

/* 
	----------------
	Company select
	----------------
*/

.cCompanySelectionList
{
	width:100%;
	height:100px;
}

.cCompanySelectExtendedContent {
    width: 100%;
    height: 75px;
    overflow: auto;
    border: 1px solid var(--base-neutral-700);
    vertical-align: top;
    border-radius: 4px;
}

/* 
	------------------
	User group options
	------------------
*/

.cUserGroupOptionsPanel
{
	width:100%;
	overflow-y: scroll;
    max-height: 190px;
}

.cUserGroupHeaderDesignation
{
	width:327px;
}
.cUserGroupCellDesignation
{
	width:327px;
}

.cUserGroupHeaderCanRead
{
	width:60px;
}
.cUserGroupCellCanRead
{
	width:60px;
}

.cUserGroupHeaderCanEdit
{
	width:60px;
}
.cUserGroupCellCanEdit
{
	width:60px;
}

.cUserGroupHeaderCanInsert
{
	width:60px;
}
.cUserGroupCellCanInsert
{
	width:60px;
}

.cUserGroupHeaderCanRemove
{
	width:60px;
}
.cUserGroupCellCanRemove
{
	width:60px;
}
.cUserGroupHeaderScrollBar
{
	width:17px;
}

/* 
	---------------------------
	Desktop session information
	---------------------------
*/
.cDesktopSessionInformation {
    font-size: 10px;
    width: 440px;
    height: 70px;
    position: absolute;
    left: 5px;
    bottom: 15px;
    color: #808080;
    z-index:-1;
}
.cDesktopSessionInformationSupervisor {
    color: var(--status-red-200);
}
.cDesktopSessionInformationIncorrectDate {
    color: var(--status-red-200);
}


/* 
	----------------------------
	Report forms vertical scroll
	----------------------------
*/

.cVerticalScroll {
    height: 43px;
    overflow: auto;
    border: solid 1px var(--base-neutral-700);
    border-radius: 4px;
    background-color: var(--base-white);
}

/* 
	-------------
	Reports dropdown
	-------------
*/

.ms-options-wrap > button {
    background-color: var(--base-white);
    border: 1px solid var(--base-neutral-700) !important;
    border-radius: 4px;
    color: var(--base-neutral-100) !important;
    font-size: 10px !important;
    line-height: 12px;
    padding: 1px 1px 1px 4px !important;
    height: 17px;
}

.ms-options {
    left: 195px !important;
    min-height: 80px !important;
    border: 1px solid var(--base-neutral-700);
    border-radius: 4px;
}
    .ms-options a {
        color: var(--base-neutral-100);
    }

    .ms-options > ul li.selected label {
        background-color: transparent !important;
    }

/* 
	-------------
	Article stock
	-------------
*/
    .cArticleStockDimensionLabelCell {
        text-align: center;
        padding-right: 2px;
    }
.cArticleStockDimensionAttributeDropDownCell
{
	padding-right:2px;
}
.cArticleStockDimensionAttributeDropDown
{
}


/* 
	------------------
	Article scale info
	------------------
*/
.cScaleInfoList
{
	height: 154px;
	overflow-y: scroll;
	background-color: #FFF1DD;
}

.cArticleScaleInfoMilimetersHeader{
    width: 140px;
}
.cArticleScaleInfoMilimetersCell {
    width: 140px;
    text-align:center;
}
.cArticleScaleInfoMilimetersEdit
{
	width: 100px;
}
.cArticleScaleInfoQuantityHeader{
    width: 140px;
}
.cArticleScaleInfoQuantityCell {
    width: 140px;
    text-align: center;
}
.cArticleScaleInfoQuantityEdit
{
	width: 100px;
}
.cArticleScaleInfoScrollbarSpaceHeader
{
	width:17px;
}



/* 
	----------------------
	Article detailed stock 
	----------------------
*/
.cArticleStockDetailedPanel
{
    height: 240px;
    width: 900px;
    overflow-y: scroll;
	/*background-color: #FFF1DD;*/
}

.cArticleStockDetailedPanelWithArticleInfo {
    height: 196px;
    width: 900px;
    overflow-y: scroll;
    /*background-color: #FFF1DD;*/
}

.cArticleStockDetailedListCell
{
	width:99px;
    padding: 0px 4px 0px 4px;
}
.cArticleStockDetailedListCellStock0 {
    width: 99px;
    color: #999999;
    padding: 0px 4px 0px 4px;
}
.cArticleStockDetailedListScrollbarSpaceHeader
{
	width:14px;
}

/* 
	----------------------
	Article detailed stock 
	----------------------
*/
.cArticleSchoolListPanel
{
    max-height: 200px;
    overflow-y: scroll;
}

.cArticleSchoolListDesignation
{
	width:220px;
}
.cArticleSchoolListDesignationDropdown
{
	width:218px;
}

.cArticleSchoolListTeachingYear
{
	width:40px;
}
.cArticleSchoolListTeachingYearTextBox
{
	width:38px;
}

.cArticleSchoolListEducationalArea
{
	width:170px;
}
.cArticleSchoolListEducationalAreaDropDown
{
	width:168px;
}

.cArticleSchoolListRemarks
{
	width:225px;
}
.cArticleSchoolListRemarksTextBox
{
	width:220px;
}

.cArticleSchoolListScrollSpace
{
	width:17px;
}


/* 
	----------------------
	Inventory Edit Detail Edit 
	----------------------
*/


.cInventoryEditDetailEditMatrixDimensionDropDown
{
    width:100px;
}

.cInventoryEditDetailEditMatrixPanel
{
    border: 0px solid #000000;
    text-align: left;
	background-color: #FFF1DD;
}

.cInventoryEditDetailEditMatrixPanelBody
{
    border: 0px solid #000000;
    height: 285px;
    overflow-y: scroll; 
    text-align: left;
 	background-color: #FFF1DD;
}

.cInventoryEditDetailEditMatrixDimensionHeader
{
	width:92px;
    text-align: center;
    font-weight: bold;

}

.cInventoryEditDetailEditMatrixStockQuantityHeader
{
  	width:92px;
    text-align: center;
    font-weight: bold;

}

.cInventoryEditDetailEditMatrixNewQuantityHeader
{
    width:92px;
    text-align: center;
    font-weight: bold;

}

.cInventoryEditDetailEditMatrixDiferenceQuantityHeader
{
    width:92px;
    text-align: center;
    font-weight: bold;

}

.cInventoryEditDetailEditMatrixPriceGroupHeader
{
    width:92px;
    text-align: center;
    font-weight: bold;

}

.cInventoryEditDetailEditMatrixPriceCostAverageHeader
{
    width:100px;
    text-align: center;
    font-weight: bold;

}

.cInventoryEditDetailEditMatrixScrollbarSpaceHeader
{
	width:14px;
  
}


.cInventoryEditDetailEditMatrixDimension
{
	width:90px;
    text-align: center;
    font-weight:normal;
}

.cInventoryEditDetailEditMatrixStockQuantity
{
  	width:20px;
    text-align: center;
}

.cInventoryEditDetailEditMatrixNewQuantity
{
    width:90px;
    text-align: center;
}

.cInventoryEditDetailEditMatrixDiferenceQuantity
{
    width:92px;
    text-align: right;
}

.cInventoryEditDetailEditMatrixPriceGroup
{
    width:92px;
    text-align: center;
}

.cInventoryEditDetailEditMatrixPriceCostAverage
{
    width:100px;
    text-align: center;
}




.cInventoryEditDetailEditMatrixStockQuantityTextBox
{
  	width:90px;
}

.cInventoryEditDetailEditMatrixNewQuantityTextBox
{
    width:90px;
}

.cInventoryEditDetailEditMatrixDiferenceQuantityLabel
{
    width:80px;
}

.cInventoryEditDetailEditMatrixPriceCostAverageTextBox
{
    width:90px;
}

.cInventoryEditDetailEditMatrixListCell
{
    width: 96px;
    text-align: center;
    font-weight: bold;
}
.cInventoryEditDetailEditMatrixListCellStock0
{
	width:96px;
    color:#999999;
}


.cInventoryEditInsertArticlesArticleCodeDesignationLabel
{
    width: 100px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
}



.cEntityCurrentAccountEditPositiveBalance
{
    color: #008000;
}

.cEntityCurrentAccountEditNegativeBalance
{
    color: #FF0000;
}

.cDynamicEntityListDocsDiv
{
}

.cDynamicEntityListDocsBodyPanel
{
    height: 86px;
    overflow-y: scroll;
 
}

.cEntityCurrentAccountRelatedDocumentsWindow {
    padding: 0px;
    width: 516px;
    height: 170px;
    position: absolute;
    display: none;
    border-radius: 4px;
    background-color: var(--base-white);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, .1);
    border: solid 1px var(--base-neutral-800);
}

.cDynamicEntityListDocs
{
    overflow-y: scroll;
    max-height:90px;
}

.cDynamicEntityListDocsImage
{
    padding-left: 3px;
    padding-right: 3px;
}

.cDynamicEntityListDocsLabel
{
    padding-left: 12px;
}

.cDynamicEntityListDocsColumnDocNumber
{
    width: 230px;
}

.cDynamicEntityListDocsColumnCurrency
{
    width: 45px;
}

.cDynamicEntityListDocsColumnTotal
{
    width: 103px;
}

.cDynamicEntityListDocsColumnScrollbarSpace
{
	width:17px;
}


/*     */
.cOrderDocumentsInStandbyAuthorizationDescriptionPanel {
    overflow-y: scroll;
    border: solid 1px var(--base-neutral-700);
    border-radius: 4px;
}


/*     */
.ctransactionDocumentPaymentEntityDesignationLabel
{
    width: 180px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
}



/*       */
.cArticlesUpdatePricesManualList
{
	height: 230px;
	width: 100%;
}
.cArticlesUpdatePricesManualListRow
{
    height:21px !important;
}
.cArticlesUpdatePricesManualListPrices
{
    height: 230px;
    overflow:auto;
}

.cUtilsArticlesUpdatePricesManualArticleCode
{
}
.cUtilsArticlesUpdatePricesManualArticleDesignation
{
}
.cUtilsArticlesUpdatePricesManualPrice1
{
}
.cUtilsArticlesUpdatePricesManualPrice2
{
}
.cUtilsArticlesUpdatePricesManualPrice3
{
}
.cUtilsArticlesUpdatePricesManualPrice4
{
}
.cUtilsArticlesUpdatePricesManualPrice5
{
}
.cUtilsArticlesUpdatePricesManualPriceExtra
{
}
.cUtilsArticlesUpdatePricesManualPriceHold
{
}


/* 
	-------------------
	Article composition
	-------------------
*/
.cArticleEditCompostionProfitList
{
	overflow-y: scroll;
	background-color: #FFF1DD;
}


/*


*/
.cAccountingInterfaceFamilyGroups
{
	/*background-color: #FFF1DD;
	height:265px;*/
}

.cAccountingInterfaceDocumentTypeAccounts
{
    /*background-color: #FFF1DD;
	height:205px;*/
}
.cAccountingInterfaceDocumentTypeFamilyGroupAccounts
{
    /*background-color: #FFF1DD;
	height:205px;*/
}


/*

*/
.cEmailPreviewPanel {
    border: solid 1px var(--base-neutral-700);
    border-radius: 4px;
}
.cEmailPreviewBody {
    background-color: var(--base-white);
}

/*

*/

.cAddTaxFeeRateWindow {
    padding: 0px;
    width: 260px;
    height: 125px;
    position: absolute;
    display: none;
    border-radius: 4px;
    background-color: var(--base-white);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, .1);
    border: solid 1px var(--base-neutral-800);
    overflow: hidden;
}


.cImageWithLink
{
    cursor: pointer;
}


/*

*/
.cSAFTExportFilesWindow {
    padding: 0px;
    width: 240px;
    height: 135px;
    position: absolute;
    display: none;
    border-radius: 4px;
    background-color: var(--base-white);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, .1);
    border: solid 1px var(--base-neutral-800);
    overflow: hidden;
}
.cSAFTExportFilesPanel
{
	background-color: var(--base-white) !important;
	width:220px;
	height:75px;
    overflow-y: scroll;
}

/* Utils -> Articles -> Labels*/
.cUTILSARTICLESLABELSLISTArticles
{
    max-height: 280px;
    overflow-y: scroll;
}

.cUTILSARTICLESLABELSLISTArticlesMatrix 
{
    max-height: 280px;
    overflow-y: scroll;
}

.cUTILSARTICLESLABELSLISTSelectArticle
{
    width: 22px;
}

.cUTILSARTICLESLABELSLISTArticleCode
{
    width: 140px;
}

.cUTILSARTICLESLABELSLISTArticleDesignation
{
    width: 440px;
}
.cUTILSARTICLESLABELSLISTArticleMatrixDesignation 
{
    width: 520px;
}

.cUTILSARTICLESLABELSLISTArticleQuantity
{
    width: 83px;
    text-align:center;
}

.cUTILSARTICLESLABELSLISTBatchDesignation 
{
    width:125px;
}

.cUTILSARTICLESLABELSLISTBatchValidity 
{
    width:75px;
}

.cUTILSARTICLESLABELSLISTBatchStockReturnDate 
{
    width:95px;
}

.cUTILSARTICLESLABELSLISTBatchRemarks 
{
    width: 280px;
}

.cUTILSARTICLESLABELSLISTBatchQuantity 
{
    width:90px;
}

.cUTILSARTICLESLABELSLISTBatchScroll 
{
    width:17px;
}

.cUTILSARTICLESLABELSLISTSerialnumber {
    width: 565px;
}

.cUTILSARTICLESLABELSLISTSerialnumberQuantity {
    width: 90px;
}

.cUTILSARTICLESLABELSLISTSerialnumberScroll {
    width: 17px;
}



/* Dashboard */
.cDashboardPanel 
{
    padding: 0;
    overflow:auto;
    list-style-type:none;
}

.DashboardResizableHelper 
{
    border:2px dotted #AAAAAA;
}

.DashboardNoData {
    text-align: center;
    background-color: var(--base-white);
    display: table-cell;
    vertical-align: middle
}
.DashboardNoDataTitle
{
    Font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #274b6d;
}
.DashboardNoDataText
{
    color: #4d759e;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.ui-resizable{position:relative}
.ui-resizable-handle{position:absolute;font-size:0.1px;display:block}
.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 10px; height: 10px; right: -5px; bottom: -5px; background: url(images/resize-se.png) no-repeat  }

/*  */
.cMenuLogo {
    padding-top: 1px;
    position: absolute;
    top: 0px;
    z-index: 999999;
    left: max( calc(100vw - 100px), 650px );
}
.cNotificationRead
{
    color: #BBBBBB !important;
}

.cTDNotification {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 10px;
    left: max( calc(100vw - 50px), 830px );
    z-index:99999;
}
    .cTDNotification a:link {
        text-decoration: none;
    }


.cNotificationCount {
    display: inline;
    position: absolute;
    right: 12px;
    top: -6px;
    background-color: var(--status-red-200);
    color: var(--base-white);
    padding: 0px 4px 0px 4px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 100px;
}

/* */
.cTerminalConfigurationScaleTestPanel {
    overflow: auto;
    font-size: 12px;
    border: solid 1px var(--base-neutral-700);
    border-radius: 4px;
}

/* */
.cDetailsPanel
{
    border: 0px solid #000000;
	/*background-color: #FFF1DD;*/
}

/* */
.cServiceZoneTableList
{  
    overflow-y: scroll;
    max-height:240px;
}
.cServiceZoneTableLowerBound
{
	width:110px;
}

.cServiceZoneTableUpperBound
{
	width:110px;
}

.cServiceZoneTablePriceType
{
	width:175px;
}

.cServiceZoneTableWorkAsBalcony
{
	width:80px;
}

.cServiceZoneTableAffectedByPromotions 
{
    width: 80px;
}

.cServiceZoneTablePrintOnPreparationCenter {
    width: 80px;
}

.cServiceZoneTablePrintOnPreparationCenter span {
    height: 36px;
    white-space: normal;
}

.cServiceZoneTableUseTipSuggestion span {
    height: 36px;
    white-space: normal;
}

.cServiceZoneTableUseTipSuggestion {
    width: 80px;
}

.cServiceZoneTableTaxUse 
{
    width: 80px;
}

.cServiceZoneTableListScrollbar {
    width: 17px;
}

/* */
.cArticleCompositionImagesPanel {
    border: solid 1px var(--base-neutral-700);
    border-radius: 4px;
    width: 650px;
    height: 130px;
    overflow: auto;
}

.cImagePreviewBlock
{
    float:left; 
    padding:3px; 
    width:150px; 
    height:120px;
    overflow:hidden;
}

.cImagePreviewTitleBlock
{
    width:300px;
}

.cImagePreviewTitleCheckbox
{
    float:left;
}

.cImagePreviewTitle
{
    float:left;
}

.cImagePreviewPicture 
{
    cursor:pointer;
}

/* Analytic Maps */
.cTrendAnalysisInitialMessage {
    width: 100%;
    height: 290px;
    align-content: center;
    text-align: center;
    border: solid 1px var(--base-neutral-700);
    border-radius: 4px;
}
.TrendAnalysisFilterContainer {
    width: 100%;
    height: 50px;
}

.TrendAnalysisFilterOuterDiv {
    position:relative; 
    width:100%;
}

.TrendAnalysisFilterInnerDiv {
    display:block; 
    float:left; 
    margin-left:41px;
    margin-top:5px;
}

.TrendAnalysisUpdateChartButton {
    display:block; 
    float:left; 
    margin-left:41px; 
    margin-top:10px; 
    margin-bottom:5px;
}

/*  */
.cMenuEngineeringNoContent {
    width: 100%;
    height: 180px;
    align-content: center;
    text-align: center;
}
.cMenuEngineeringClassificationPopularity {
    float: left;
    width: 20px;
    height: 280px;
    padding-top: 80px;
}
.cMenuEngineeringClassificationProfitable
{
    float:left;
    width:560px;
    height:20px;
    text-align:center;
}

.cMenuEngineeringClassification {
    border: solid 1px var(--base-neutral-700);
    border-radius: 4px;
    display: grid;
    grid-template-columns: 50% 50%;
}
    .cMenuEngineeringClassification div + div {
        border-left: solid 1px var(--base-neutral-700);
    }
.cMenuEngineeringClassificationSection {
}

.cMenuEngineeringClassificationSectionTitle {
    color: var(--base-neutral-300);
    font-weight: bold;
    background-color: var(--base-neutral-900);
    height: 19px;
    align-content: center;
    text-align: center;
}

.cMenuEngineeringClassificationSectionBodyPlowHorses {
    overflow: auto;
    padding: 2px;
    background-image: url(Images/menuEngineeringPlowhorses.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--base-white);
    height: 140px;
    border-top: solid 1px var(--base-neutral-700);
    border-bottom: solid 1px var(--base-neutral-700);
}

.cMenuEngineeringClassificationSectionBodyStars {
    overflow: auto;
    padding: 2px;
    background-image: url(Images/menuEngineeringStars.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--base-white);
    height: 140px;
    border-top: solid 1px var(--base-neutral-700);
    border-bottom: solid 1px var(--base-neutral-700);
}

.cMenuEngineeringClassificationSectionBodyPuzzles {
    overflow: auto;
    padding: 2px;
    background-image: url(Images/menuEngineeringPuzzles.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--base-white);
    height: 140px;
    border-top: solid 1px var(--base-neutral-700);
}

.cMenuEngineeringClassificationSectionBodyDogs {
    overflow: auto;
    padding: 2px;
    background-image: url(Images/menuEngineeringDogs.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--base-white);
    height: 140px;
    border-top: solid 1px var(--base-neutral-700);
}

.cMenuEngineeringOmnesLaw1OptionName 
{
    width:220px;
}

.cMenuEngineeringOmnesLaw1OptionValue 
{
    width:70px;
}

.cMenuEngineeringOmnesLaw2OptionName 
{
    width:240px;
}

.cMenuEngineeringOmnesLaw2OptionValue 
{
    width:40px;
}

.cMenuEngineeringOmnesLaw4OptionName 
{
    width:224px;
}

.cMenuEngineeringOmnesLaw4OptionValue 
{
    width:70px;
}

/* */
.cServiceZoneMealScheduleList
{
    overflow-y: scroll;
    max-height:175px;
}
.cServiceZoneMealScheduleDesignation
{
	width:203px;

}

.cServiceZoneMealScheduleFromHour
{
	width:105px;
}

.cServiceZoneMealScheduleToHour
{
	width:105px;
}

/* */

.cMenuIdiomList 
{
    /*width: 780px;*/
    overflow-y: scroll;
}

.cMenuIdiomIsActiveHeader 
{
    width: 22px;
}

.cMenuIdiomIsActive {
    width: 22px;
    vertical-align: top;
    padding: 4px;
}

.cMenuIdiomIdiomDesignationHeader 
{
    width: 100px;
}

.cMenuIdiomIdiomDesignation
{
    width: 100px;
    vertical-align: top;
}

.cMenuIdiomDesignationHeader
{
    width: 155px;
}

.cMenuIdiomDesignation
{
    width: 155px;
    vertical-align: top;
}

.cMenuIdiomText1Header
{
    width: 215px;
}

.cMenuIdiomText1
{
    width: 215px;
    vertical-align: top;
}

.cMenuIdiomText2Header {
    width: 215px;
}

.cMenuIdiomText2 {
    width: 215px;
    vertical-align: top;
}

.cMenuIdiomSortOrderHeader {
    /*width: 60px;*/
}

.cMenuIdiomSortOrder
{
    width: 60px;
    vertical-align: top;
}

.cMenuIdiomScrollbarSpaceHeader 
{
    width: 17px;
}

.cMenuIdiomScrollbarSpace
{
    width: 17px;
}

/* */

.cMenuArticleGroupList {
    height: 180px;
    width: 530px;
    overflow-y: scroll;
    background-color: #FFF1DD;
}

.cMenuArticleGroupIsActiveHeader {
    width: 20px;
}

.cMenuArticleGroupIsActive {
    width: 20px;
}

.cMenuArticleGroupDesignationHeader {
    width: 314px;
}

.cMenuArticleGroupDesignation {
    width: 314px;
}

.cMenuArticleGroupSortOrderHeader {
    width: 115px;
}

.cMenuArticleGroupSortOrder {
    width: 115px;
}

.cMenuArticleGroupRemoveHeader {
    width: 50px;
}

.cMenuArticleGroupRemove {
    width: 50px;
}

.cMenuArticleGroupScrollbarSpaceHeader {
    width: 14px;
}

.cMenuArticleGroupScrollbarSpace {
    width: 14px;
}

/* */

.cMenuArticleGroupIdiomsList
{
    /*height: 180px;*/
    /*width: 530px;*/
    overflow-y: scroll;
    /*background-color: #FFF1DD;*/
}

.cMenuArticleGroupIdiomsIdiomDesignationHeader 
{
    width: 210px;
}

.cMenuArticleGroupIdiomsIdiomDesignation
{
    width: 210px;
    padding-left:4px;
}

.cMenuArticleGroupIdiomsDesignationHeader 
{
    /*width: 315px;*/
}

.cMenuArticleGroupIdiomsDesignation {
    padding-left: 4px;
    /*width: 315px;*/
}

.cMenuArticleGroupIdiomsScrollbarSpaceHeader 
{
    width: 17px;
}

.cMenuArticleGroupIdiomsScrollbarSpace
{
    width: 17px;
}

/* */
.cFamilyPriceList 
{
    overflow-y: scroll;
}

.cFamilyPriceListPriceTypeHeader
{
    width: 80px;
}

.cFamilyPriceListPriceType
{
    width: 80px;
}

.cFamilyPriceListMaximumDiscountPercentageHeader
{
    width: 130px;
}

.cFamilyPriceListMaximumDiscountPercentage
{
    width: 130px;
}

.cFamilyPriceListProfitPercentageHeader
{
    width: 130px;
}

.cFamilyPriceListProfitPercentage
{
    width: 130px;
}

.cFamilyPriceListScrollbarSpaceHeader
{
    width: 17px;
}

.cFamilyPriceListScrollbarSpace
{
    width: 17px;
}


/* */

.cQuestionList
{
    max-height: 170px;
    overflow-y: scroll;
}

.cArticleQuestionIsActiveHeader
{
    width: 22px;
}

.cArticleQuestionIsActive {
    width: 22px;
    padding: 4px;
}

.cArticleQuestionDesignationHeader
{
    width: 360px;
}

.cArticleQuestionDesignation {
    padding-left: 4px;
    width: 360px;
}

.cArticleQuestionArticlesHeader
{
    width: 100px;
}

.cArticleQuestionArticles
{
    width: 100px;
}

.cArticleQuestionSortOrderHeader
{
}

.cArticleQuestionSortOrder {
    width: 132px;
}

.cArticleQuestionScrollbarSpaceHeader
{
    width: 17px;
}

.cArticleQuestionScrollbarSpace
{
    width: 17px;
}

/* */
.cPrintMenuIdiomsPanel {
    width: 120px;
    height: 47px;
    overflow: auto;
    background-color: var(--base-white);
    border: solid 1px var(--base-neutral-700);
    border-radius: 4px;
}

/* */
.cAllergenicList
{
    height: 200px;
    overflow-y: scroll;
}

.cArticleAllergenicIsSelectedHeader
{
    width: 20px;
}

.cArticleAllergenicIsSelected
{
    width: 20px;
    text-align: center;
    height:18px;
}

.cArticleAllergenicCodeHeader
{
    width: 60px;
}

.cArticleAllergenicCode
{
    width: 60px;
    text-align: right;
    padding-right:4px;
}

.cArticleAllergenicDesignationHeader
{
    width: 535px;
}

.cArticleAllergenicDesignation {
    width: 535px;
    padding-left: 4px;
}

.cArticleAllergenicScrollbarSpaceHeader
{
    width: 17px;
}

.cArticleAllergenicScrollbarSpace
{
    width: 17px;
}

/*   */
.cMWIDocumentSelectionRelatedDocuments
{
    text-decoration: underline !important;
    color: #0000EE !important;
}
.cMWIDocumentSelectionRelatedDocumentsDeleted {
    text-decoration: underline !important;
    color: var(--status-red-200) !important;
}
.cMWIDocumentSelectionNew
{
    color: green !important;
}

/*   */
.cAutomaticProcessed
{
    color: blue !important;
}

/* */

.cInformativeTaxesList {
    height: 210px;
    width: 635px;
    overflow-y: scroll;
    background-color: #FFF1DD;
}

.cArticleTaxFeeInformativeIsActiveHeader, .cArticleTaxFeeInformativeIsActiveCell {
    width: 20px;
}

.cArticleTaxFeeInformativeDesignationHeader, .cArticleTaxFeeInformativeDesignationCell {
    width: 200px;
}

.cArticleTaxFeeRateInformativeDesignationHeader, .cArticleTaxFeeRateInformativeDesignationCell {
    width: 390px;
}

.cArticleTaxFeeRateInformativeScrollbarSpaceHeader 
{
    width: 14px;
}

/* */

.cDocumentInformativeTaxFeeDesignationHeader, .cDocumentInformativeTaxFeeDesignationCell {
    width: 200px;
}

.cDocumentInformativeTaxFeeRateDesignationHeader, .cDocumentInformativeTaxFeeRateDesignationCell {
    width: 170px;
}

.cDocumentInformativeTaxFeeRateUnitDesignationHeader, .cDocumentInformativeTaxFeeRateUnitDesignationCell {
    width: 90px;
}

.cDocumentInformativeTaxFeeRateValueHeader, .cDocumentInformativeTaxFeeRateValueCell {
    width: 100px;
}

.cDocumentInformativeTaxFeeRateQuantityHeader, .cDocumentInformativeTaxFeeRateQuantityCell {
    width: 100px;
}

.cDocumentInformativeTaxFeeRateTotalHeader, .cDocumentInformativeTaxFeeRateTotalCell {
    width: 110px;
}

.cDocumentInformativeTaxFeeScrollbarSpaceHeader {
    width: 14px;
}

.cDocumentInformativeTaxesList {
    height: 145px;
    width: 810px;
    overflow-y: scroll;
    background-color: #FFF1DD;
}


/*   */
.cCapeVerdeReasonTypeWindow {
    width: 340px;
    height: 115px;
    position: absolute;
    display: none;
    border-radius: 4px;
    background-color: var(--base-white);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, .1);
    border: solid 1px var(--base-neutral-800);
    overflow: hidden;
}


/*  */
.cDigitalArchiveAlmost {
    font-size: 10px;
    color:#8e0e0e;
}

.cDigitalArchiveExceeded {
    font-size: 10px;
    color: var(--status-red-200);
}



/* */
.cNumericButton {
    display: inline-block;
    vertical-align: middle;
    /*    background-color: var(--base-neutral-900);
    border: solid 1px var(--base-neutral-800);
    border-radius: 4px;
    color: var(--base-neutral-100);
    padding: 2px 0px 2px 8px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: initial;
    text-decoration: none;*/
}
    .cNumericButton:hover {
        /*background-color: var(--base-neutral-800);*/
    }

    .cNumericButton:active {
        /*background-color: var(--base-neutral-700);*/
    }
.cNumericButtonAdd {
}
    .cNumericButtonAdd::after {
        /*content: '+'*/
    }

.cNumericButtonSubtract {
    margin-left: 4px;
}
    .cNumericButtonSubtract::after {
        /*content: '-'*/
    }


.cButtonAdd {
    vertical-align: middle;
}

.cButtonRemove {
    vertical-align: middle;
}


/* */


.LoadingDiv {
    position: absolute;
    display: block;
}

.LoadingDivImage {
}

.LoadingImage {
    width: 70px;
    height: 70px;
}

.LoadingDivEnd {
    display: none;
}


/*   */

.DIVModernCalendar{
    display: inline-block;
}

.modernCalendarInputContainer {
    position: relative;
    display:inline-block;
}
    .modernCalendarInputContainer .modernCalendarInputContainerImage {
        position: absolute;
        width: 20px;
        height: 16px;
        cursor: pointer;
        text-align: center;
        align-content: center;
        color: var(--base-neutral-100);
    }
        .modernCalendarInputContainer .modernCalendarInputContainerImage.modernCalendarInputContainerImageDisabled {
            cursor: default;
            color: var(--base-neutral-600);
        }
    .modernCalendarInputContainer input {
    }

.customDate {
    width: 80px;
    padding-left: 20px !important;
    color: var(--base-neutral-100);
}

    .customDate:hover {
        border-color: var(--base-neutral-500);
    }

    .customDate:active {
        border: 1px solid var(--base-neutral-200);
    }

    .customDate.calendarInputIconOnly {
        padding-left: 15px !important;
        width: 20px;
        color: var(--base-white);
    }
        .customDate.calendarInputIconOnly:focus,
        .customDate.calendarInputIconOnly:focus-within {
            visibility: hidden;
        }

.modernCalendarInputContainerImage.calendarInputIconOnly {
}

.DIVDatePicker {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 230px;
    height: 220px;
    display: none;
    z-index: 1000001;
    background-color: var(--base-white);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, .1);
    border-radius: 4px;
    border: solid 1px var(--base-neutral-800);
}

.calendarMainContainer {
    padding:10px;
}

.calendarHeaderContainer {
    display: flex;
    justify-content:center;
    padding:4px;
}

.calendarButtonPreviousMonth {
    background-color: #F2F2F2;
    display: block;
    padding: 4px 12px 4px 12px;
    margin: 2px;
    color: var(--base-neutral-100);
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    outline: 0 none;
    letter-spacing: 0.2px;
    -moz-outline: 0 none;
    border-radius: 4px;
    font-weight: bold;
    border: solid 1px var(--base-neutral-100);
    cursor: pointer;
    webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
    .calendarButtonPreviousMonth:hover {
        background-color: var(--base-neutral-900);
    }

    .calendarButtonPreviousMonth:active {
        background-color: var(--base-neutral-800);
    }

.calendarButtonNextMonth {
    background-color: #F2F2F2;
    display: block;
    padding: 4px 12px 4px 12px;
    margin: 2px;
    color: var(--base-neutral-100);
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    outline: 0 none;
    letter-spacing: 0.2px;
    -moz-outline: 0 none;
    border-radius: 4px;
    font-weight: bold;
    border: solid 1px var(--base-neutral-100);
    cursor: pointer;
    webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
    .calendarButtonNextMonth:hover {
        background-color: var(--base-neutral-900);
    }

    .calendarButtonNextMonth:active {
        background-color: var(--base-neutral-800);
    }

.calendarMonth {
    font-size: 12px;
    margin: 2px;
    padding: 4px 0px 4px 0px;
    height:25px;
}

.calendarYear {
    font-size: 12px;
    margin: 2px;
    padding: 4px 0px 4px 0px;
    height: 25px;
}

.calendarBodyContainer {
    display: flex;
    flex-direction:column;
    padding:4px;
    font-size:12px;
}

.calendarDowContainer {
    display: flex;
    flex-wrap: wrap;
    width: 220px;
    font-weight:bold;
    padding-bottom:5px;
}
.calendarDOW {
    width: 24px;
    text-align: right;
    padding: 2px;
}

.calendarDaysContainer {
    display: flex;
    flex-wrap: wrap;
    width:220px;
}

.calendarDay {
    width: 24px;
    text-align:right;
    cursor:pointer;
    padding:2px;
}

.calendarDayCurrent {
    background-color: var(--base-neutral-900);
    width: 24px;
    text-align: right;
    cursor: pointer;
    padding: 2px;
    border-radius: 2px;
}

.calendarDaySelected {
    color: var(--base-white);
    background-color: var(--brand-450);
    width: 24px;
    text-align: right;
    cursor: pointer;
    padding: 2px;
    border-radius: 2px;
}

.calendarDayOtherMonth {
    color: #CECECE;
    width: 24px;
    text-align: right;
    cursor: pointer;
    padding: 2px;
    border-radius: 2px;
}

.cDefaultTableCell
{
    padding: 0px 4px 0px 4px;
}
.cHelpDIV{
    display:inline-block;
    vertical-align:text-bottom;
}


/* */
.cExtraContentIcon{
    padding-left:2px;
    vertical-align:middle;
    cursor: pointer;
}

/* */
.cArticleImagePreviewContainer {
    border: solid 1px var(--brand-450);
    position: absolute;
    top: 30px;
    right: 10px;
    cursor: pointer;
}
    .cArticleImagePreviewContainer.Empty {
        width: 50px;
        height: 50px;
    }

.cArticleImagePreview {
    max-width: 70px;
    max-height: 70px;
    width: auto;
    height: auto;
}

.cRemarksIcon {
    padding-right: 2px;
    vertical-align: bottom;
    width: 14px;
    height: 14px;
}

/*  */
.cEmailAuthenticationSpace {
    height: 154px;
}

.cEmailAuthenticationInfo {
    position: relative;
    top: 150px;
    color: var(--base-neutral-300);
    font-size: 16px;
    text-align: center;
}

.cEmailAuthenticationExtraInfo {
    position: relative;
    top: 160px;
    color: var(--base-neutral-400);
    font-size: 12px;
    text-align: center;
}

.cGenericIcon {
    width: 15px;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    padding: 5px 0px 5px 0px;
    cursor: pointer;
}