/* Foglio di stile CSS predefinito per un nuovo progetto di applicazione Web */

/*personalizzzione jquery */
.ui-dialog-titlebar { display: none; } 
/*-------------------------------*/

@font-face {
    font-family: "DefaultFont";
    src: url("font/segoeui.ttf");
}

@font-face {
    font-family: "DefaultFont";
    src: url("font/segoeuib.ttf");
    font-weight: bold;
}

* {
    font-family: "DefaultFont","Segoe UI",helvetica,verdana,sans-serif;
}

svg.dxc g.dx-export-menu-list-item text {
    font-size: 12px !important;
}

svg.dxc text {
    font-family: "DefaultFont", "Segoe UI", helvetica, verdana, sans-serif !important;
}

html {
    padding: 0;
    margin: 0;
    height: calc(100%);
}

body {
    margin: 0;
    padding: 0;
    background-color: white;
    /*font-family: DefaultFont, Geneva, Verdana, sans-serif;*/
    font-size: 8pt;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    width: 100%;
    height: 100%;
}

hr {
    border: 0px;
    height: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0px
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	/*font-family: DefaultFont, Geneva, Verdana, sans-serif;*/
	font-size:	8pt;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	/*font-family: DefaultFont, Geneva, Verdana, sans-serif;*/
	font-size:	8pt;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	/*font-family: DefaultFont, Geneva, Verdana, sans-serif;*/
	font-size:	8pt;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	/*font-family: DefaultFont, Geneva, Verdana, sans-serif;*/
	font-size:	8pt;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	/*font-family: DefaultFont, Geneva, Verdana, sans-serif;*/
	font-size:	8pt;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	/*font-family: DefaultFont, Geneva, Verdana, sans-serif;*/
	font-size:	8pt;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	/*font-family: DefaultFont, Geneva, Verdana, sans-serif;*/
	font-size:	8pt;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
th	{	
	/*font-family: DefaultFont, Geneva, Verdana, sans-serif;*/
	font-size:	8pt;
	vertical-align:	baseline;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

td 
{
	/*font-family: DefaultFont, Geneva, Verdana, sans-serif;*/
	font-size:	8pt;
}

.rowimage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.rowinput {
    display: table-cell;
    text-align: left;
    border: 1px solid #888888;
}

.rowtext {
    white-space: nowrap;
    /*display: table-cell;*/
    text-align: left;
    width: 100%;
}

.headerrow {
    border-bottom: 1px #888888 solid;
}

.headercell {
    overflow: hidden;
    pointer-events: auto;
    position: relative;
}

.rowinsidecell {
    overflow: hidden;
    vertical-align:top;
    text-align:left;
}

.rowcell {
    overflow: hidden;
    pointer-events: auto;
    position: relative;
}

span
{
	/*font-family: DefaultFont, Geneva, Verdana, sans-serif;*/
	font-size:	8pt;
	font-style: normal;
	text-decoration: none;
}

a
{
	/*font-family: DefaultFont, Geneva, Verdana, sans-serif;*/
	font-size:	8pt;
	font-style: normal;
	text-decoration: none;
}

a:link	
{
	/*font-family: DefaultFont, Geneva, Verdana, sans-serif;*/
	font-size:	8pt;
	font-style: normal;
	text-decoration: none;
	}	
		
a:visited	
{
	/*font-family: DefaultFont, Geneva, Verdana, sans-serif;*/
	font-size:	8pt;
	font-style: normal;
	text-decoration: none;
	}	
		
a:active	
{
	/*font-family: DefaultFont, Geneva, Verdana, sans-serif;*/
	font-size:	8pt;
	font-style: normal;  
	text-decoration: none;
	}	
		
a:hover	
{
	/*font-family: DefaultFont, Geneva, Verdana, sans-serif;*/
	font-size:	8pt;
	font-style: normal;
	text-decoration: none;
	}
	
small	{	
	/*font-family: DefaultFont, Geneva, Verdana, sans-serif;*/
	font-size:	8pt;
	}	

BIG	{	
	/*font-family: DefaultFont, Geneva, Verdana, sans-serif;*/
	font-size:	8pt;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	
UL LI	{	
	list-style-type:	none ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	
	
button	{	
	/*font-family: DefaultFont, Geneva, Verdana, sans-serif;*/
	font-size:	8pt;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
	
input
{	
	/*font-family: DefaultFont, Geneva, Verdana, sans-serif;*/
	font-size:	8pt;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

.system_projectopen
{
	/*font-family: DefaultFont, Geneva, Verdana, sans-serif;*/
	font-size:	8pt;

    width: 32px;
    height: 32px;
    vertical-align:middle;
}

.system_project
{
	/*font-family: DefaultFont, Geneva, Verdana, sans-serif;*/
	font-size:	10pt;

    width: 36px;
    height: 36px;
    vertical-align:middle;
}

.system_commontaskcell {
    width: 36px;
    height: 36px;
    vertical-align:middle;
}

.system_loginchooserbutton {
    font-size:10pt;
    color: black;
    text-decoration: none; 
}

.system_unlocklink {
    width: 36px;
    height: 36px;
    vertical-align: middle;
}

.system_loginlink {
    width: 56px;
    height: 56px;
    vertical-align: middle;
}

.system_changepasswordlink {
    width: 20px;
    height: 20px;
    vertical-align:middle;
}

.system_logoutlink {
    width: 20px;
    height: 20px;
    vertical-align:middle;
}

.system_reportmailerprint {
    width: 78px;
    height: 24px;
    vertical-align: middle;
}

.system_reportmailercancel {
    width: 78px;
    height: 24px;
    vertical-align: middle;
}

.system_printdialogok {
    width: 78px;
    height: 24px;
    vertical-align: middle;
}

.system_printdialogcancel {
        width: 78px;
        height: 24px;
        vertical-align:middle;     
}

.system_reportcaption
{
	/*font-family: DefaultFont, Geneva, Verdana, sans-serif;*/
	font-size:	14pt;
    vertical-align:middle;
}

.system_reportmailercaption
{
	/*font-family: DefaultFont, Geneva, Verdana, sans-serif;*/
	font-size:	9pt;
    vertical-align:middle;
}

.system_reportmailerlabel
{
	/*font-family: DefaultFont, Geneva, Verdana, sans-serif;*/
	font-size:	8pt;
    vertical-align:middle;
}

.system_reportmailertext
{
	/*font-family: DefaultFont, Geneva, Verdana, sans-serif;*/
	font-size:	8pt;
    vertical-align:middle;
    border: 1px solid rgba(0,0,0,0.2);
}

.waitoverlay {
    background: url("res/blank.gif") repeat scroll 50% 50%;
    opacity: 0.8;
}

.system_pdfdownloadlink 
{
	/*font-family: DefaultFont, Geneva, Verdana, sans-serif;*/
	font-size:	13pt;
    vertical-align:middle;
    text-decoration: none;
}

.system_pdfdownloadlinkbig {
    /*font-family: DefaultFont, Geneva, Verdana, sans-serif;*/
    font-size: 16pt;
    vertical-align: middle;
    text-decoration: none;
    color: #808080;
}

.system_pdfdownloadlinkimagebig {
    width: 72px;
    height: 72px;
    vertical-align: middle;
}

.system_pdfdownloadlinkimage 
{
        width:36px;
        height:36px;
        vertical-align:middle;
}

.menu {
    border: 0px;
    background: #444444;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
}

.menupopup {
    background: #444444;
    color: #FFFFFF;
    opacity: 0.95;
    position: absolute;
    left: 0px;
    top: 0px;
    width:100%;
    border: 0px;
    padding: 0px;
    margin: 0px;
    z-index: 2147483630;
}

.menubar
{

}

.menuitem:hover{
    background-color: #888888; 
}

.menuitem {
    border: none;
    vertical-align: middle;
    border-spacing: 0px;
    text-align: left;
    padding: 8px 2px 8px 2px;
    color: #FFFFFF;
}

.submenu .menurow {
    width:auto;
    padding-left:6px;
}

.submenu img {
    width: 20px;
    height: 20px;
}

.menuimage {
    text-align: center;
    cursor: pointer;
    border: none;
    width: 32px;
    height: 32px;
    display: table-cell;
    vertical-align: middle;
}

.menuselected {
    background-color:#777777;
}

.submenu {
    max-height: 28px;
    min-height: 28px;
    line-height:28px;
    padding:2px;
}

.menurow
{
        border: none;
        text-align: left;
        cursor: pointer;
        border: none;
        width: 100%;
        display: table-cell;
        vertical-align:middle;
}

.menucellcaption {
    padding: 0px 0px 0px 4px;
}


.menucell {
    border: none;
    text-align: left;
    cursor: pointer;
    border: none;
    display: table-cell;
    vertical-align: middle;
}

.popupmessagetitle {
    font-weight:	bold;
}

.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #888888;
}

input:focus + .slider {
    box-shadow: 0 0 1px #888888;
}

input:checked + .slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}

.rightpopuppanel_closed {
    display: none;
}

.rightpopuppanel_opened {
    opacity: 0.9;
    background-color: lightgray;
    position: absolute;
    width: 128px;
    height: calc(100%);
    top: 0px;
    left: calc(100% - 128px);
    z-index: 999999;
}

.rightpopuppanelbutton_closed {
    cursor: pointer;
    opacity: 0.9;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: url("res/dropdown_left.png") no-repeat;
    background-color: lightgray;
    background-size: contain;
    background-position: center;
    width: 24px;
    height: 36px;
    top: calc(100% /2 - 18px);
    left: calc(100% - 24px);
    position: absolute;
    z-index: 999999;
}

.rightpopuppanelbutton_opened {
    cursor: pointer;
    opacity: 0.9;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: url("res/dropdown_right.png") no-repeat;
    background-color: lightgray;
    background-size: contain;
    background-position: center;
    width: 24px;
    height: 36px;
    top: calc(100% /2 - 18px);
    left: calc(100% - 128px - 24px);
    position: absolute;
    z-index: 999998;
}


.bottompopuppanel_closed {
    display: none;
}

.bottompopuppanel_opened {
    opacity: 0.9;
    background-color: lightgray;
    position: absolute;
    width: 100%;
    height: 128px;
    top: calc(100% - 128px);
    left: 0px;
    z-index: 999999;
}

.bottompopuppanelbutton_closed {
    cursor: pointer;
    opacity: 0.9;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: url("res/dropdown_up.png") no-repeat;
    background-color: lightgray;
    background-size: contain;
    background-position: center;
    width: 36px;
    height: 24px;
    left: calc(100% /2 - 18px);
    top: calc(100% - 24px);
    position: absolute;
    z-index: 999999;
}

.bottompopuppanelbutton_opened {
    cursor: pointer;
    opacity: 0.9;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: url("res/dropdown_down.png") no-repeat;
    background-color: lightgray;
    background-size: contain;
    background-position: center;
    width: 36px;
    height: 24px;
    left: calc(100% /2 - 18px);
    top: calc(100% - 128px - 24px);
    position: absolute;
    z-index: 999998;
}

.batchprocessoranchor_opened {
    cursor: pointer;
    opacity: 0.9;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background: url("res/console.png") no-repeat;
    background-color: lightgray;
    background-size: contain;
    background-position: center;
    width: 48px;
    height: 48px;
    left: calc(100% - 44px - 480px);
    top: calc(100% /2 - 24px);
    position: absolute;
    z-index: 999999;
}

.batchprocessoranchor_closed {
    cursor: pointer;
    opacity: 0.9;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-radius: 12px;
    /*border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;*/
    background: url("res/console.png") no-repeat;
    background-color: lightgray;
    background-size: contain;
    background-position: center;
    width: 48px;
    height: 48px;
    left: calc(100% - 24px);
    top: calc(100% /2 - 24px);
    position: absolute;
    z-index: 999999;
}

.batchprocessor_closed {
    display: none;
    height: 240px
}

.batchprocessor_opened {
    display: inherit;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    position: absolute;
    width: 480px;
    height: 240px;
    left: calc(100% - 480px);
    top: calc(100% /2 - 120px);
    z-index: 999999;
    background-color: lightgray;
    opacity: 0.9;
}

.batchprocessorimage {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 48px;
    height: 48px;
}

.batchprocessorcloseonsend {
    position: absolute;
    left: 4px;
    top: 53px;
    width: 48px;
    height: 24px;
    font-size: 8px;
}

.batchprocessorclose {
    position: absolute;
    left: 4px;
    top: 2px;
    width: 48px;
    height: 48px;
}

.batchprocessorredo {
    position: absolute;
    left: 4px;
    top: calc(100% - 48px - 4px - 48px);
    width: 48px;
    height: 48px;
}

.batchprocessorsend {
    position: absolute;
    left: 4px;
    top: calc(100% - 48px);
    width: 48px;
    height: 48px;
}

.batchprocessormainpanel {
    position: absolute;
    left: 4px;
    top: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
}

.batchprocessorcenterpanel {
    position: absolute;
    left: 0px;
    top: 0px;
    height: calc(100%);
    width: calc(100% - 52px)
}

.batchprocessorcommandhistory {
    position: absolute;
    white-space: pre;
    left: 0px;
    top: 0px;
    width: calc(100%);
    height: calc(100% - 48px);
    font-family: Courier New, Courier, monospace;
    font-size: 14px;
    border: 0px none;
    background-color: #FAFAFA;
    overflow-y: auto;
}
.batchprocessorcommand {
    position: absolute;
    left: 0px;
    top: calc(100% - 48px);
    width: calc(100%);
    height: 48px;
    font-family: Courier New, Courier, monospace;
    font-size: 20px;
    padding: 1px 2px 1px 2px;
    background-color: #F3F3F3;
    border: 0px none;
}

.batchprocessorleftpanel {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 52px;
    height: calc(100%);
    display: inline-block;
}
.batchprocessorrightpanel {
    position: absolute;
    left: calc(100% - 52px);
    top: 0px;
    width: 52px;
    height: calc(100%);
    display: inline-block;
}

.datebuttonimage {
    width: 16px;
    padding: 3px;
    opacity: 0.5;
}

.datebuttonrow {
    height: 16px;
}

.datebuttoncontainer {
    height: 16px;
    position: relative;
    display: inline-block;
    width: 48px;
}

.datebuttonbox:hover {
    background-color: #CCCCCC;
    color: white;
}

.datebuttonbox:active {
    background-color: #737373;
    color: white;
}

.datebuttonbox {
    background-color: transparent;
    color: darkgray;
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.datecontainerrow {
    height: 36px;
}

.datecontainerdata {
    display: inline-block;
}

.datecontainer {
    min-height: 36px;
    max-height: 36px;
    height: 36px;
    position: relative;
    display: inline-block;
    width: 48px;
}

.datespacer {
    display: inline-block;
    width: 4px;
}

.datebox {
    background-color: lightgray;
    color: black;
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.topemptypopupdatebox {
    background-color: #dddddd;
    scroll-snap-align: start;
}

.bottomemptypopupdatebox {
    background-color: #dddddd;
    scroll-snap-align: none;
}

.popupdatebox {
    background-color: #bbbbbb;
    scroll-snap-align: start;
}


.datebox:hover {
    background-color: #CCCCCC;
}

.datebox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.datecont {
    display: inline-block;
    vertical-align: middle;
    font-size: 3px;
}

.subdatetext {
    /*font-family: DefaultFont, Geneva, Verdana, sans-serif;*/
    font-size: 8px;
}

.datettext {
    /*font-family: DefaultFont, Geneva, Verdana, sans-serif;*/
    font-size: 18px;
}

.datetext {
    /*font-family: DefaultFont, Geneva, Verdana, sans-serif;*/
    font-size: 16px;
}

.datetoolscontainer {
    min-height: 36px;
    position: relative;
    display: inline-block;
    width: 24px;
}

.datetoolsimage {
    height: 24px;
    width: 24px;
    vertical-align: middle;
    display: inline-block;
    padding-top: 4px;
}

.datetoolsbox {
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.datebox:before {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.popupbutton {
    font-size:10pt;
}

.datepopupcontainer {
    position: absolute;
    line-height: 36px;
    left: 0px;
    top: 0px;
    scrollbar-width: none;
    width: 48px;
    height: 180px;
    overflow: auto;
    box-sizing: border-box;
    border: 1px solid #A3A3A3;
    scroll-snap-type: y mandatory;
    -ms-overflow-style: none;
    overflow-x:hidden;
}

.datepopupcontainer::-webkit-scrollbar {
    display: none;
}

.tabpanel {
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: auto;
    display: inline-block;
}

.tab:hover {
    background-color: #CCCCCC;
}

.tab {
    cursor: pointer;
    text-align: center;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: auto;
    display: inline-block;
}

.tab::-webkit-scrollbar {
    display: none;
}

.tabcontent {
    display:inline-block;
}

.tabtext {
    font-size: 8pt;
    display: block;
}

.tabselected {
    background-color: #BBBBBB;
}

.breadcrumb {
    background-color: #323232;
    color: #FFFFFF;
    padding:2px 8px 2px 8px;
}

.breadcrumbelement {
    display: inline-block;
    font-size: 10pt;
}

.breadcrumbhome {
    height: 14px;
    width: 14px;
    display: inline-block;
    vertical-align: text-bottom ;
}

.breadcrumbelement:hover {
    display: inline-block;
    font-size: 10pt;
}

.breadcrumbseparator {
    font-size: 10pt;
    display: inline-block;
    color: #888888;
}

@media only screen and (max-height: 1080px) {
    .dx-scheduler-cell-sizes-vertical {
        height: 32px;
    }
}

@media only screen and (max-height: 600px) 
{
    .dx-scheduler-cell-sizes-vertical {
        height: 24px;
    }
}

.scheduler-appointment-focused {
    background-color: lightsteelblue !important;
}

.dx-scheduler-appointment {
    color: #000000;
}

.dx-scheduler-appointment-content {
    padding: 2px;
}

.scheduler-appointment {
    /*font-family: DefaultFont, Geneva, Verdana, sans-serif;*/
    display: flex;

}

.scheduler-appointment-inline-image {
    width: 16px;
    height: 16px;
    border-radius: 2px !important;
    margin: auto;
    display: inline-block;
    margin: 0px 4px 0px 0px;
}

.scheduler-appointment-small-image {
    width: 16px;
    height: 16px;
    border-radius: 2px !important;
    margin: auto;
}

.scheduler-appointment-medium-image {
    width: 32px;
    height: 32px;
    border-radius: 2px !important;
    margin: auto;
}

.scheduler-appointment-title-cell {
    display:inline-block;
    padding:0px 2px 0px 2px;
    vertical-align:middle;
}

.scheduler-appointment-title {
    padding-top: 4px;
    font-size: 9pt;
    font-weight: bold;
    text-align: left;
    white-space: normal;
}
.scheduler-appointment-date {
    font-size: 8pt;
}

.scheduler-appointment-right-layout {
    display: inline-block;
}

.scheduler-appointment-agenda-image {
    width: 32px;
    height: 32px;
    margin:0px 4px 0px 0px;
    border-radius: 2px !important;
    display: inline-block;
}

.dx-scheduler-agenda-appointment-marker 
{
    border-radius:2px !important;
}

.dx-texteditor.dx-editor-outlined {
    border-radius: 0;
    border: 0px;
}

.dx-button-content:hover {
    border-radius:0px !important;
}

.dx-button:hover :not(.dx-filemanager-file-actions-button) {
    background-color: #CCCCCC !important;
}

.dx-filemanager-toolbar {
    background-color: #F3F3F3 !important;
}

.dx-toolbar {
    background-color: #F3F3F3 !important;
}

.dx-scheduler-header {
    background-color: #F3F3F3 !important;
}

.dx-buttongroup-item {
    background-color: #F3F3F3 !important;
}

.dx-filemanager-file-actions-button {
    visibility:hidden;
    display:none;
}

.invisible-button {
    display:none;
}

.dx-button {
    border-radius: 0px !important;
    border: 0px !important;
    margin: 0px !important;
}

.dx-button-mode-contained {
    background-color: #F3F3F3;
}

.dx-button-mode-contained.dx-state-hover {
    background-color: #CCCCCC;
}

.dx-widget {
    font-family: "DefaultFont","Segoe UI",helvetica,verdana,sans-serif;
}

.dx-widget input, .dx-widget textarea {
    /*font-family: DefaultFont, Geneva, Verdana, sans-serif;*/
}

.dx-filemanager-dialog-popup .dx-popup-content {
    height: 20px !important;
}

.dx-texteditor-input {
    min-height: 20px;
    border-radius: 0px !important;
}

.datepopuppanel {
}

.toastformmessageicon {
    width: 20px;
    height: 20px;
    display: inline-block;
    color: black;
    padding-left: 4px;
}

.toastformmessagetext {
    display: inline-block;
    color: black;
    padding-left: 4px;
    /*font-family: DefaultFont, Geneva, Verdana, sans-serif;*/
    font-size: 8pt;
    font-style:normal;
}

.toastformmessage {
    width: 100%;
    padding: 4px;
    border-radius: 4px;
    padding: 8px;
    color: black;
    display: flex;
    align-items: center;
}

.formmessageicon {
    width: 20px;
    height: 20px;
    display: inline-block;
    color: black;
    padding-left: 4px;
}

.formmessagetext {
    display: inline-block;
    color: black;
    padding-left: 4px;
    /*font-family: DefaultFont, Geneva, Verdana, sans-serif;*/
    font-size: 8pt;
    font-style: normal;
}

.formmessage {
    width: 100%;
    height: 24px;
    color: black;
    display: flex;
    align-items: center;
}

.settingsbutton:hover {
    background-color: #CCCCCC;
}

.settingsbutton {
    
}

.schedulersettingsbutton {
    /*float: left;*/
    padding-left: 1px;
    display: inline-block;
}

.pagercell {
    cursor: pointer;
}

.pagercell:hover {
    background-color: #CCCCCC;
}

.settingsbuttonimage {
    font-size: 18px;
}

.system_button:hover {
    background-color: #BBBBBB;
}

.system_button {
    border: none;
    background-color: #CCCCCC;
    cursor: pointer;
}

.system_printdialogcancel:hover {

}

.system_printdialogcancel {

}

.system_printtemplatetable {
    width: 100%;
    height: 96px;
}

.system_printtemplateimage {
    width: 64px;
    height: 64px;
}

.system_printtemplatecell {
    padding: 4px;
    width: 96px;
    height: 96px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.system_printtemplatewindow {
    table-layout: fixed;
    overflow: hidden;
    padding: 0px 8px 0px 8px;
    width:100%;
}

.system_printtemplatelabel {
    line-height:20px;
    font-size:13px;
    font-weight: bold;
}

.dx-loadpanel-content {
    display:none;
}

.dx-buttongroup-item {
    border-radius: 0px !important;
}


#cmdlinkdownloadbutton {
    height:24px;
}

#pnlfilelinkmain {
    margin: auto;
    width: 480px;
    padding:8px;
}

#pnlerrormessage {
    padding: 4px;
    font-weight: bold;
    font-size: 12pt;
}

#pnllinksubject {
    padding: 4px;
    font-weight: bold;
    font-size: 12pt;
}

#pnllinkbody {
    padding: 4px;
}

#pnllinkbutton {
    padding:4px;
}

#pnlpasswordwarning 
{
}

#previewitemsselector {
    height: 32px;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #E0E0E0;
}

.previewitemcell {
    margin: auto 0px;
    cursor: pointer;
    padding: 8px;
}

.previewitemcellselected {
    background-color: #E0E0E0;
    color: black;
}

#previewcontainer {
    height: 100%;
}

#previewattachment {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.attachmentimage {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.attachmentrow {
    display:flex;
    flex-direction:row;
    height:44px;
}

.attachmentcell {
    margin: auto 4px;
}

#previewattachmentlist {
    flex-shrink: 1;
}

#previewattachmentdata {
    margin-top: auto;
    width: 100%;
    padding: 2px;
    background-color: #e0e0e0;
}

#previewattachmentdatatable
{
         
}

.logincell {

}

#pnlloginchooser {
    padding: 2px;
    border-spacing: 2px;
    border-collapse: separate;
}

#pnlloginchooser {
    padding: 2px;
    border-spacing: 2px;
    border-collapse: separate;
}

#loginmaintable {
    width: 100%;
    padding: 2px;
    border-spacing: 2px;
    border-collapse: separate;
}

#domainnamecell {
    font-weight: bold;
    font-size: 13px;
}

#usernamecell {
    font-weight: bold;
    font-size: 13px;
}

#passwordcell {
    font-size: 13px;
}

#loginchoosercell {
    font-size: 13px;
}

#captioncell {
    font-size: 13px;
}

.loginrow {
    height:36px
}