























body {
	color: #333333;
	background-color: #FFFFFF;
    font-family: &#034;Asap&#034;, Georgia, &#034;Times New Roman&#034;, Times, serif;
    font-size: 11px;
    margin:0px;
    padding:0px;
}

h1 {
	background-color: #006599;
    font-size: 21px;
    font-weight: normal;
	color: #FFFFFF;
}

h2 {
    font-size: 18px;
	color: #333333;
}

h3 {
    font-size: 11px;
	color: #333333;
}

a, a:visited, a:link {
	color: #3971AA;
	font-size: 11px;
}

a:hover {
	color: #3971AA;
	font-size: 11px;
	text-decoration: underline;
}

.oddRow {
	background-color: #FFFFFF;
}
.evenRow {
	background-color: #F6F6F6;
}


.evenRowR *, .oddRowR * {
	color:#EB5D5F;
}

th {
	background-color: #F6F6F6;
	font-size: 11px;
	font-weight: bold;
}

td, th {
	padding:5px;
}

.shadowLeft {
    box-shadow: -1px 1px 3px rgba(0,0,0,0.15);
}
.shadowRight {
    box-shadow: 1px 1px 3px rgba(0,0,0,0.15);
}

.shadowLeftDeep {
    box-shadow: -3px 3px 3px rgba(0,0,0,0.2);
}

.shadowRightDeep {
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}

.contextMenu{
	border:1px solid #D0D0D0;	
		background-color:#FFF;	
		margin:0;
		padding:0;
		width:175px;	
		font-size:11px;
		background-image:url('/WebApp/images/menuLeft.gif');
		background-repeat:repeat-y;
		display:block;
		position:absolute;
		visibility: hidden;
}

.contextMenu .contextMenuItems,
.contextMenu .contextMenuItemsSelected{
	padding-top:2px;
	padding-bottom:2px;
	list-style-type:none;
}

.contextMenu .contextMenuItemsSelected{
	background-color: #E5F0FA;
	color: #4B8AD6;
}

.contextMenu .contextMenuItems span.text,
.contextMenu .contextMenuItemsSelected span.text{
	display:block;
	padding-left:20px;
	padding-top:1px;
	padding-bottom:1px;
	margin:1px 0px;
}

.contextMenu .contextMenuItemsSelected span.text{
	cursor:pointer;	
}

.loadingGif{
	float:none;
	margin-left:45%;
}

hr {
	color: #EFF2F7;
	background-color: #EFF2F7;
}

#cpWorkstack{
	position:absolute;
	display:none;
	top:0;
	left:0;
}

a.arrowRight{
	display:block;
	background-image: url(/WebApp/images/sprites.png);
	background-position:-48px -88px;
	height:17px;
	width:16px;
}

a.arrowLeft{
	display:block;
	background-image: url(/WebApp/images/sprites.png);
	background-position:-65px -88px;
	height:17px;
	width:16px;
}


#SEGMENT_HEADER table tr td{
	padding:0px;
	margin:0px;
}

.input_combobox {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    font-size: inherit;
    height: 20px;
}

.borderOuter {
    border: 1px solid #D0D0D0;
    border-radius: 3px;
}
.borderOuterRect {
    border: 1px solid #D0D0D0;
}

.borderOuterLight {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
}
.borderOuterLightRect {
    border: 1px solid #CCCCCC;
}

.tableCollapse {
	padding: 0px;
	margin: 0px;
	border: 0px none;
	border-collapse: collapse;
}

.tableCollapse > tr,
.tableCollapse > thead > tr,
.tableCollapse > tbody > tr,
.tableCollapse > tr > th,
.tableCollapse > thead > tr > th,
.tableCollapse > tbody > tr > th,
.tableCollapse > tr > td,
.tableCollapse > tbody > tr > td {
	padding: 0px;
	margin: 0px;
	border: 0px none;
}

.tableStandard {
    border-spacing: 0;
}

.tableStandard > tr > th,
.tableStandard > thead > tr > th,
.tableStandard > tbody > tr > th {
    border-bottom: 1px solid #D2D2D2;
    text-align: left;
}

.tableStandard > tr > td,
.tableStandard > tbody > tr > td {
    border-bottom: 1px solid #F2F2F2;
}

.headerBordered > tr > th,
.headerBordered > thead > tr > th,
.headerBordered > tbody > tr > th {
    border-top: 1px solid #D2D2D2;
}

/* rounded left and right borders for header rows */
.headerBordered > tr > th:first-child,
.headerBordered > thead > tr > th:first-child,
.headerBordered > tbody > tr > th:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-left: 1px solid #D2D2D2;
}
.headerBordered > tr > th:last-child,
.headerBordered > thead > tr > th:last-child,
.headerBordered > tbody > tr > th:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-right: 1px solid #D2D2D2;
}

.headerResizable > tr > th,
.headerResizable > thead > tr > th,
.headerResizable > tbody > tr > th {
    border-right: 1px solid #E2E2E2;
}

.headerSortable > tr > th,
.headerSortable > thead > tr > th,
.headerSortable > tbody > tr > th {
    cursor: pointer;
}

.tablePaddingReduced > tr > th,
.tablePaddingReduced > thead > tr > th,
.tablePaddingReduced > tbody > tr > th,
.tablePaddingReduced > tr > td,
.tablePaddingReduced > tbody > tr > td {
    padding: 2px;
}

.tablePaddingNone > tr > th,
.tablePaddingNone > thead > tr > th,
.tablePaddingNone > tbody > tr > th,
.tablePaddingNone > tr > td,
.tablePaddingNone > tbody > tr > td {
    padding: 0px;
}

.backgroundStandard {
    background-color: #f8f8f8;
}

.textboxStandard {
    height: 18px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    font-size: inherit;
}

.textareaStandard {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    font-size: inherit;
}

.isInline {
    display: inline;
}

.isFullSizeWidth {
    width: 100%;
}

.imageButtonDisabled {
	opacity: 0.5;
}

.popupTitle {
    font-size: 14px;
    font-weight: normal;
}

.fontInherit {
    font-size: inherit;
}


.file_upload{
    display: block;
    position: inherit;
    overflow: hidden;
    height: 18px;
}
.file_upload .button, .file_upload .labelMark{
    font-size: 12px;
    display: block;
    cursor: pointer;
}
.file_upload .button{
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100px;
    height: 18px;
    text-align: center;
}
.file_upload .labelMark{
    position: absolute;
    background: transparent;
    //background-color: #FFFFFF;
    padding-top: 2px;
    padding-left: 5px;
}

.file_upload .labelInput{
    position: absolute;
    top: 0;
    opacity: 0;
    display: none;
}

/* Making style like in system*/
.file_upload{
    border: 1px solid #ccc;
    border-radius: 3px;
    transition: box-shadow 0.1s linear
}
.file_upload .focus{
    color: rgb(192, 192, 192) !important;
    top: 0px !important;
    cursor: pointer;
}
.file_upload .buttonDisabled{
     display:none;
     float: right;
     position: relative;
     top: -1px !important;
     height: 20px;
     width: 100px;
     color: rgb(192, 192, 192) !important;
     cursor: pointer;
     text-decoration: none;
     text-shadow: 0 1px 1px rgba(0,0,0,.05);
     border: 1px solid #CECECE;
     -webkit-border-radius: .2em;
     -moz-border-radius: .2em;
     border-radius: .2em;
     -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
     box-shadow: 0 1px 2px rgba(0,0,0,.2);
     background-color: #ffffff;
     background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));
     background: -moz-linear-gradient(top,  #ffffff,  #ededed);
     filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.file_upload .button{
    border: 1px solid rgba(0,0,0,0.1);
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-radius: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
    cursor:pointer;
    color: #000000;
    text-shadow: 0 1px 1px rgba(0,0,0,.05);
    border: 1px solid #CECECE;
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    border-radius: .2em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    background-color: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));
    background: -moz-linear-gradient(top,  #ffffff,  #ededed);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.file_upload:hover .button{
    text-shadow: #5d00b3 0 -1px 0
    text-decoration: none;
    color: #000000;
    border: 1px solid #A9CBEB;
    background: #EBF7FD;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#EBF7FD));
    background: -moz-linear-gradient(top,  #ffffff,  #EBF7FD);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#EBF7FD');
}
.file_upload:active .button{
    position: relative;
    border: 1px solid #C2C4C4;
    color: #46494C;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #ededed,  #f6f6f6);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#f6f6f6');
}




input.buttonToChangeBG[type="submit"], input.buttonToChangeBG[type="button"], input.buttonToChangeBG[type="reset"],
button.buttonToChangeBG[type="submit"], button.buttonToChangeBG[type="button"], button.buttonToChangeBG[type="reset"] {
    cursor:pointer;
	color: #000000;
	text-shadow: 0 1px 1px rgba(0,0,0,.05);

    border: 1px solid #CECECE;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);

    background-color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));
	background: -moz-linear-gradient(top,  #ffffff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
input.buttonToChangeBG[type="submit"]:disabled, input.buttonToChangeBG[type="button"]:disabled, input.buttonToChangeBG[type="reset"]:disabled,
button.buttonToChangeBG[type="submit"]:disabled, button.buttonToChangeBG[type="button"]:disabled, button.buttonToChangeBG[type="reset"]:disabled {
    color: rgb(192, 192, 192) !important;
    top: 0px !important;
    cursor: pointer;
}
input.buttonToChangeBG[type="submit"]:hover, input.buttonToChangeBG[type="button"]:hover, input.buttonToChangeBG[type="reset"]:hover,
button.buttonToChangeBG[type="submit"]:hover, button.buttonToChangeBG[type="button"]:hover, button.buttonToChangeBG[type="reset"]:hover {
    text-decoration: none;
    color: #000000;
    border: 1px solid #A9CBEB;
    background: #EBF7FD;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#EBF7FD));
	background: -moz-linear-gradient(top,  #ffffff,  #EBF7FD);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#EBF7FD');
}
input.buttonToChangeBG[type="submit"]:active, input.buttonToChangeBG[type="button"]:active, input.buttonToChangeBG[type="reset"]:active,
button.buttonToChangeBG[type="submit"]:active, button.buttonToChangeBG[type="button"]:active, button.buttonToChangeBG[type="reset"]:active {
	position: relative;
	top: 1px;
	border: 1px solid #C2C4C4;
	color: #46494C;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #ededed,  #f6f6f6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#f6f6f6');
}

input.buttonToChangeBG[type="image"]:active {
	margin-top: 1px;
}

img.buttonToChangeBG:active {
	position: relative;
	top: 1px;
}


input.primaryButton[type="submit"], input.primaryButton[type="button"],
button.primaryButton[type="submit"], button.primaryButton[type="button"] {
    cursor: pointer;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .05);

    border: 1px solid #3073b9;
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    border-radius: .2em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);

    background-color: #61a1d8;
    background-image: linear-gradient(#61a1d8, #4b89c8);
}

input.primaryButton[type="submit"]:disabled, input.primaryButton[type="button"]:disabled,
button.primaryButton[type="submit"]:disabled, button.primaryButton[type="button"]:disabled {
    color: rgb(192, 192, 192) !important;
    top: 0px !important;
    cursor: pointer;
}

input.primaryButton[type="submit"]:hover, input.primaryButton[type="button"]:hover,
button.primaryButton[type="submit"]:hover, button.primaryButton[type="button"]:hover {
    text-decoration: none;
    background-color: #74b1e1;
    background-image: linear-gradient(#74b1e1, #5691cd);
}

input.primaryButton[type="submit"]:active, input.primaryButton[type="button"]:active,
button.primaryButton[type="submit"]:active, button.primaryButton[type="button"]:active {
    position: relative;
    top: 1px;
    background-color: #5993ce;
    background-image: linear-gradient(#5993ce 5%, #4f8bc8);
}

input.primaryButton[type="image"]:active {
    margin-top: 1px;
}

img.primaryButton:active {
    position: relative;
    top: 1px;
}

/*Remove button padding in FF*/
::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.tableResizerOverlay {
    width:100%;
    height: 100%;
    background-color: #F2F2F2;
    opacity: 0.2;
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    cursor: w-resize;
}

.whiteSpacePreWrap {
	white-space: pre-wrap;
}
 


body {
	color: #333333;
	background-color: #FFFFFF;
    font-family: &#034;Asap&#034;, Georgia, &#034;Times New Roman&#034;, Times, serif;
    font-size: 11px;
    margin:0px;
    padding:0px;
}

a, a:visited, a:link {
	color: #3971AA;
	font-size: 11px;
}

a:hover {
	color: #3971AA;
	font-size: 11px;
	text-decoration: underline;
}

th {
	background-color: #F6F6F6;
	font-size: 11px;
	font-weight: bold;
}

.overlayStandard {
    z-index: 10000;

    /* cross-browser opacity */
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;

    background: #EFF3F8;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.overlayMessageBox {
	z-index: 10001;

    /* cross-browser opacity */
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;

	position: absolute;
	width: 300px;
	height: auto;
	left: calc(50% - 150px);
	top: calc(50% - 100px);
	background: #FFFFFF;
	padding: 10px;
	box-sizing: border-box;
}

.extRequestError {
    width: 600px;
    left: calc(50% - 300px);
    top: calc(50% - 150px);
}

.extRequestError div {
    overflow: auto;
    max-height: 250px;
}




