﻿html, body 
{
    margin: 0;
    padding: 0;
}

#formLayoutLogin, #formLayoutSelectCustomer 
{
    padding: 0;
    margin: auto;    
}

/* Header */
.header 
{
    height: 50px;
    width: 100%;
    background-color: #BBBBBB;
    background-position: left top;
    background-repeat: no-repeat;
    font-family:  Segoe UI, Tahoma;
    border-bottom: 1px solid #DCDCDC;
}
.app-title 
{
    float:left;
    margin-top: 2px;
    margin-left: 15px;
    font-family: Arial Black, Segoe UI, Tahoma;
    font-size: 32px;
    font-weight: bold;
    text-shadow: 2px 2px #999999;
    vertical-align: middle;
    color: #1279C0;
}
.header-menu 
{
    float: right;
}
.dxm-selected 
{
    border-bottom: 1px solid #DCDCDC !important;
}
.dx-vam 
{
    margin-top: 5px !important;
    vertical-align: middle !important;
}

/* Footer */
.footer 
{
    display: inline-block;
    background-color: #BBBBBB;
    color: #797979;
    position: absolute;
    bottom: 0;
    height: 30px;
    width:100%;
    line-height: 30px;
    font-family: Segoe UI, Tahoma, Arial;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
}
.footer a
{
    text-decoration: none;
    color: #1279C0;
}

.footer a:hover
{
    text-decoration: none;
    color: #FFFFFF;
}

/*Content*/
.wrapper 
{
    position: absolute;
    padding: 0;
    top: 50px;
    bottom: 30px;
    width: 100%;
    background-color: #DCDCDC;
}

.leftpanel 
{
    position: absolute;
    width: 140px;
    height: 100%;
    background-color: #BBBBBB;
    overflow: visible;  
}

.rightpanel 
{
    position: absolute;
    left: 140px;
    right: 0;
    height: 100%;
    background-color: #DCDCDC;
}

.rightpanel h3
{
    margin-top: 10px;
    font-family: Segoe UI, Tahoma, Arial;
    font-size: 18px;
    font-weight: bold;
    color: #3B3B3B;
}

.rightpanel p
{
    margin-left: 10px;
    margin-top: 10px;
    font-family: Segoe UI, Tahoma, Arial;
    font-size: 15px;
    color: #3B3B3B;
}

#content-wrapper {
    position: absolute;
    top: 40px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    overflow: auto;
}

#content-header 
{
    margin-left: 10px;
    font-family: Segoe UI, Tahoma, Arial;
    font-size: 18px;
    font-weight: bold;
    color: #1279C0;
}

.form-title
{
    margin-left: 63px;
    font-family: Segoe UI, Tahoma, Arial;
    font-size: 18px;
    font-weight: bold;
    color: #1279C0 !important;
}

.form-header
{
    margin-left: 63px;
    font-family: Segoe UI, Tahoma, Arial;
    font-size: 18px;
    font-weight: bold;
    color: #3B3B3B;
}

.form-header span
{
    font-family: Segoe UI, Tahoma, Arial;
    font-size: 15px;
    font-weight: normal;
    color: #3B3B3B;
}
.form-text
{
    margin-left: 63px !important;
    font-family: Segoe UI, Tahoma, Arial;
    font-size: 15px;
    color: #3B3B3B;
} 

/* Moderno */
.dxflRequired_Moderno 
{
    color: red;    
}
.dxsplControl_Moderno 
{
    font-family: Segoe UI;
}

.content-block 
{
    background-color: #FFFFFF;
    width: 99.5%;
    border-top: none;
    border-right: none;
    border-bottom: solid 2px;
    border-left: solid 6px;
    margin-bottom: 20px;
}

.content-block h3
{
    font-family: Segoe UI, Tahoma, Arial;
    font-size: 18px;
    font-weight: bold;
    color: #1279C0;
}

.content-block h3 span
{
    font-family: Segoe UI, Tahoma, Arial;
    font-size: 15px;
    font-weight: normal;
    color: #1279C0;
}

.block-data
{
    padding: 15px 0 15px 30px;
}

.block-data p
{
    margin-left: 0;
}

.block-control
{
    width: 60px;
    padding-top: 24px;
    vertical-align: top !important;
    text-align: center;
}

form button
{ 
    border:none;
    background:transparent; 
}

form button img 
{
    padding-bottom:15px;
    display:block;
}

#login-title 
{
    padding: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    font-family: Segoe UI, Tahoma, Arial;
    font-size: 30px;
    font-weight: bold;
    color: #1279C0;
}

.centered
{
    width: 600px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -300px;
}

#flCustomFilters {
    background-color: #FFFFFF;
}

.having
{
    font-family: Segoe UI, Tahoma, Arial;
    font-size: 15px;
    font-weight: normal;
    color: #1279C0;
}


.page-content
{
	box-sizing: border-box;
    height: 100%;
    display: flex;
}
.content-article
{
	box-sizing: border-box;
	vertical-align: middle;
	background-color: #DCDCDC;
	display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
	font-family: Segoe UI, Tahoma, Arial;
	padding-left: 10px;
	padding-right: 10px;
    width: 100%;
	height: 100%;
    overflow: auto;
}

.article-header
{
	box-sizing: border-box;
	padding-left: 4px;
	padding-bottom: 10px;
    border-bottom: 1px solid #808080;
    background-color: #DCDCDC;
}

.article-header h3
{
    margin-left: 30px;
	margin-bottom: 10px;
    font-family: Segoe UI, Tahoma, Arial;
    font-size: 18px;
    font-weight: bold;
    color: #1279C0;
}

.article-header h3 span
{
    font-family: Segoe UI, Tahoma, Arial;
    font-size: 15px;
    font-weight: normal;
    color: #1279C0;
}

.article-header p
{
    margin-left: 30px;
    font-family: Segoe UI, Tahoma, Arial;
    font-size: 15px;
    font-weight: normal;
    color: #3B3B3B;
}


.article-wrapper
{
	box-sizing: border-box;
    background-color: #DCDCDC;
    flex-grow: 2;
    align-self: stretch;
	overflow: auto;
}

.article-footer
{
	box-sizing: border-box;
	padding-left: 4px;
    border-top: 1px solid #808080;
    background-color: #DCDCDC;
}

.article-footer h3
{
    margin-left: 30px;
    font-family: Segoe UI, Tahoma, Arial;
    font-size: 18px;
    font-weight: bold;
    color: #3B3B3B;
}

.article-footer h3 span
{
    font-family: Segoe UI, Tahoma, Arial;
    font-size: 15px;
    font-weight: normal;
    color: #1279C0;
}

.article-footer p
{
    margin-left: 30px;
    font-family: Segoe UI, Tahoma, Arial;
    font-size: 15px;
    font-weight: normal;
    color: #3B3B3B;
}


.article-flex-box
{
	box-sizing: border-box;
    border: 1px solid #DCDCDC;
    width: 99.8%;
    background-color: #FFFFFF;
	border-top: none;
	border-right: none;
	border-bottom: solid 2px;
    border-left: solid 6px;
	margin-bottom: 20px;
}

.priority-band1 { border-color: #808080; }
.priority-band2 { border-color: #1E90FF; }
.priority-band3 { border-color: #008000; }
.priority-band4 { border-color: #FF8C00; }
.priority-band5 { border-color: #DC143C; }

.priority-band1 .ticket-header { color: #808080; margin-left: 0;}
.priority-band2 .ticket-header { color: #1E90FF;}
.priority-band3 .ticket-header { color: #008000;}
.priority-band4 .ticket-header { color: #FF8C00;}
.priority-band5 .ticket-header { color: #DC143C;}

.block-data h3 span
{
    font-family: Segoe UI, Tahoma, Arial;
    font-size: 15px;
    font-weight: normal;
    color: #1279C0;
}

.duetime-green { color: #008000; }
.duetime-yellow { color: #FF8C00; }
.duetime-red { color: #DC143C; }

.attachment-link
{
	cursor: pointer;
	text-decoration: none;
	padding: 2px 10px 5px 10px;
    color: #1279C0;
}

.attachment-link:hover
{
    cursor: pointer;
	text-decoration: none;
	padding: 2px 10px 5px 10px;
	background-color: #1279C0;
    color: #FFFFFF;
}

.content-flex-box-wrapper
{
	box-sizing: border-box;
    padding: 1px;
    background-color: #FFFFFF;
    color: #000000;
    font-family: Segoe UI;
    font-size: 1em;
    padding: 0;
    margin-bottom: 20px;
    height: auto;
    width: 99.8%;
    display: flex;
	flex-direction: column;
}	

.content-block-header
{
    box-sizing: border-box;
    font-family: Segoe UI;
    padding: 5px 10px 5px 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-direction: row;
}

.content-block-header-left
{
	box-sizing: border-box;
	height: 100%;
	padding-left: 24px;
}

.content-block-header p 
{
	padding: 0;
	margin: 0;
	color: white;
	font-family: Segoe UI;
    text-align: left;
	font-size: 1.1em;
    font-weight: 500;
}

.content-block-header p span {
	font-size: 0.9em;
}

.content-block-header-right
{
	box-sizing: border-box;
    font-family: Segoe UI;
    font-size: 1em;
    text-align: right;
    height: 100%;
}

.content-block-data
{
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: black;
    font-family: Segoe UI;
    font-size: 1em;
    padding: 10px;
    margin: 0;
	border: 1px solid;
	border-color: inherit;
    width: 100%;
	min-width: 650px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-direction: row;
}

.content-block-data-left
{
    box-sizing: border-box;
    font-family: Segoe UI;
    font-size: 1.2em;
    font-weight: 500;
    text-align: left;
	width: 95%;
	min-width: 600px;
    margin-right: 20px;
    padding-left: 24px;
    height: 100%;
}

.content-block-data-left h4
{
    padding: 0;
    margin: 0 0 5px 0;
    font-family: Segoe UI;
    font-size: 1em;
    font-weight: 600;
}

.content-block-data-left p
{
    padding: 0;
    margin: 0 0 14px 0;
    font-family: Segoe UI;
    font-size: 0.8em;
    font-weight: normal;
}

.content-block-data-left p span
{
    font-weight: bold;
}

.content-block-data-right
{
    box-sizing: border-box;
    padding: 0;
	width: 5%;
    min-width: 46px;
    height: 100%;
    align-self: flex-start;
}

.status-band10 { border-color: #999999; background-color: #999999; }
.status-band15 { border-color: #336699; background-color: #336699; }
.status-band20 { border-color: #336699; background-color: #336699; }
.status-band30 { border-color: #336699; background-color: #336699; }
.status-band40 { border-color: #009999; background-color: #009999; }
.status-band50 { border-color: #009999; background-color: #009999; }
.status-band60 { border-color: #339933; background-color: #339933; }
.status-band-before-end { border-color: #FF6600; background-color: #FF6600; }
.status-band-after-end { border-color: #CC0000; background-color: #CC0000; }
.status-band-ordinary { border-color: #999999; background-color: #999999; }


.block-header-text-button 
{
	cursor: pointer;
	color: #FFFFFF;
	font-family: Segoe UI;
	font-size: 1.1em;
	font-weight: 500;
}

.overview-controls
{
	display: inline;
	height: 45px;
	width: 80%;
	margin-top: 10px;
	margin-left: 34px;
}

.image-button
{
	margin-top: 5px;
	border:none;
    background:transparent; 
}

.image-button img 
{
    display:block;
}

.filter-block 
{
	display: inline-block;
}

.filter-block span
{
	font-family: "Segoe UI", Tahoma, Arial, sans-serif;
	font-size: 0.7em;
	color: #666666;
}

.search-button
{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.search-button img
{
	margin: 0;
	padding-bottom: 7px;
	vertical-align: bottom;
}

.search-button-dx {
	width: 32px;
    height: 32px;
}

.searched-text {
	background-color: #FFE7A2;
	color: #000000;
	font-weight: bold;
}

.content-block-data mark{
	background-color: #FFE7A2;
	color: #000000;
	font-weight: bold;
}
.header-title {
	width: 100%;
	height: 50px;
}
.title-text {
	width: 79%;
	height: 44px;
	float: left;
}

.search-block {
	width: 20%;
	height: 37px;
	padding-top: 7px;
	text-align: right;
	float: right;
}


.header-filter {
	width: 100%;
}
