body {
	font-family: georgia, serif;
	font-size: 14px;
	background-color: #C7C9C8;
	margin: 0px 0px 0px 0px;
}

fieldset {
	border: 1px solid #264972;
	width: auto;
	margin: 5px;
}

.loginbox {
    position:fixed;
	width: 380px;
	height: 140px;
    top:50%;
    left:50%;
	margin-left:-190px; /* half of width */
    margin-top:-70px;  /* half of height */
}

.modelTextStyle {
    word-break: break-word;
    white-space: pre-wrap;
}

.button{
	border:1px solid #264972; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:12px;
	font-family:arial, helvetica, sans-serif; 
	padding: 10px 10px 10px 10px; 
	text-decoration:none; 
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold; color: #FFFFFF;
	background-color: #264972; 
	background-image: linear-gradient(to bottom, #264972, #264972);
 }

.button:hover{
	border:1px solid #264972;
	background-color: #8b9fb7; 
	background-image: linear-gradient(to bottom, #8b9fb7, #264972);
 }

.normalText {
	font-family: georgia, serif;
	font-size: 14px;
	text-align: left;
}

.normalButton{
	border:1px solid #264972; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:12px;
	font-family:arial, helvetica, sans-serif; 
	padding: 2px 2px 2px 2px; 
	text-decoration:none; 
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold; color: #FFFFFF;
	background-color: #264972; 
	background-image: linear-gradient(to bottom, #264972, #264972);
    margin-top: 26px;
    cursor:pointer;
}

.normalButton:hover{
	border:1px solid #264972;
	background-color: #8b9fb7; 
	background-image: linear-gradient(to bottom, #8b9fb7, #264972);
 }

.normalTextBox {
    width: 100px;
    font-family: georgia, serif;
	font-size: 12px;
	margin-bottom: 1px;
}

textarea.normalTextBox {
    max-width: calc(100% - 6px);
}

.extendedTextBox {
    width: 200px;
    font-family: georgia, serif;
	font-size: 12px;
	margin-bottom: 1px;
}

.longTextBox {
    width: 200px;
	font-family: georgia, serif;
	font-size: 12px;
	margin-bottom: 1px;
}
.veryLongTextBox {
    width: 400px;
	font-family: georgia, serif;
	font-size: 12px;
	margin-bottom: 1px;
}

.normalListBox {
    border: 1px solid #264972;
    font-family: georgia, serif;
	font-size: 12px;
	width: 125px;
	height: 150px;
	overflow: auto;
}

.longListBox {
    border: 1px solid #264972;
    font-family: georgia, serif;
	font-size: 12px;
	width: 250px;
	height: 150px;
	overflow: auto;
}
.veryLongListBox {
    border: 1px solid #264972;
    font-family: georgia, serif;
	font-size: 12px;
	width: 350px;
	height: 150px;
	overflow: auto;
}


.normalDropdownList {
	font-family: georgia, serif;
	font-size: 12px;
	width: 125px;
}

.longDropdownList {
	font-family: georgia, serif;
	font-size: 12px;
	width: 250px;
}
.veryLongDropdownList {
	font-family: georgia, serif;
	font-size: 12px;
	width: 500px;
}

.fourxDropDownList {
    font-family: georgia, serif;
    font-size: 12px;
    width: 500px;
}

.logoHeader {
	font-family: Garamond, Georgia, serif;
	font-size: 22px;
	letter-spacing: 4px;
	font-weight: bold;
	color: #264972;
}

.userInfo {
    color: white;
}

.userInfo a:link{
	text-decoration: none;
	color: white;
}

.userInfo a:visited{
	text-decoration: none;
	color: #8b9fb7;
}

.userInfo a:hover{
	color: #8b9fb7;
}

.userInfo a:active{
	color: #8b9fb7;
}

.GridHeader {
    background-color: #264972;
    color: black;
    padding: 2px 2px 2px 2px;
    font-weight: normal;
    text-align: center;
}

.SelectedGridRow {
    background-color: #E1E1E1 !important;
    color: black;
}

.Grid { 
    background-color: #fff; 
    margin: 5px 0 10px 0; 
    border: solid 1px #264972; 
    border-collapse:collapse; 
}
.Grid td { 
    padding: 2px; 
    border: solid 1px #c1c1c1; 
    color: black; 
}
.Grid th { 
    padding: 2px 2px 2px 2px;
    color: black; 
    background: #8b9fb7; 
    border-left: solid 1px #b30808; 
    font-weight: normal;
    text-align: center;
}
.Grid .alt { background: #fcfcfc; }
.Grid .pgr { background: #424242; }
.Grid .pgr table { margin: 5px 0; }
.Grid .pgr td { 
    border-width: 0; 
    padding: 0 6px; 
    border-left: solid 1px #666; 
    font-weight: bold; 
    color: black; 
    line-height: 12px; 
 }   
.Grid .pgr a { color: black; text-decoration: none; }
.Grid .pgr a:hover { color: black; text-decoration: none; }

.advancedButton {
  
            display: inline-block;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            cursor: pointer;
            padding: 10px 20px;
            border: 1px solid #018dc4;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            font: normal 14px/0 "Times New Roman", Times, serif;
            color: rgba(0,0,0,1);
            -o-text-overflow: clip;
            text-overflow: clip;
            background: #ecf0f1;
            -webkit-box-shadow: 3px 3px 4px 0 rgba(0,0,0,0.4) , 2px 2px 2px 0 rgba(0,0,0,0.2) ;
            box-shadow: 3px 3px 4px 0 rgba(0,0,0,0.4) , 2px 2px 2px 0 rgba(0,0,0,0.2) ;
            -webkit-transition: color 0.5ms cubic-bezier(0.42, 0, 0.58, 1);
            -moz-transition: color 0.5ms cubic-bezier(0.42, 0, 0.58, 1);
            -o-transition: color 0.5ms cubic-bezier(0.42, 0, 0.58, 1);
            transition: color 0.5ms cubic-bezier(0.42, 0, 0.58, 1);
}
.advancedDiv {
  
            display: inline-block;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            cursor: pointer;
            padding: 10px 20px;
            border: 1px solid #018dc4;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            font: normal 14px/0 "Times New Roman", Times, serif;
            color: rgba(0,0,0,1);
            -o-text-overflow: clip;
            text-overflow: clip;
            background: #ecf0f1;
            -webkit-box-shadow: 3px 3px 4px 0 rgba(0,0,0,0.4) , 2px 2px 2px 0 rgba(0,0,0,0.2) ;
            box-shadow: 3px 3px 4px 0 rgba(0,0,0,0.4) , 2px 2px 2px 0 rgba(0,0,0,0.2) ;
            -webkit-transition: color 0.5ms cubic-bezier(0.42, 0, 0.58, 1);
            -moz-transition: color 0.5ms cubic-bezier(0.42, 0, 0.58, 1);
            -o-transition: color 0.5ms cubic-bezier(0.42, 0, 0.58, 1);
            transition: color 0.5ms cubic-bezier(0.42, 0, 0.58, 1);
}
 .UpdateProgressBackground {
            margin: 1px;
            padding: 1px;
            top: 1px;
            bottom: 1px;
            left: 1px;
            height: 100%;
            width: 100%;
            right: 1px;
            position :fixed;
            background-color: #f0ffff;
            filter: alpha(opacity=70);
            opacity: 0.7;
        }
   .UpdateProgressContent {
            border: transparent;
            background-color: transparent;
            height: 100%;
            width: 100%;
            text-align: center;
            vertical-align: bottom;
            position : fixed;
            text-align: center;
            margin-right: 1px;
            margin-top: 1px;
            margin-bottom: 1px;
        }

   .labelLimited {
       width:150px;
       /*word-break:break-all;*/
   }

    .thExtended {
        max-width:600px;
    }

.tdExtended {
    max-width: 600px;
}

@supports (-ms-ime-align:auto) {
    .thExtended {
        max-width: unset;
    }
}

.wrap {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 500px;
}

.StepDescription {
    max-width: 250px;
}

.disabled {
    background-color: rgb(235, 235, 228);
    cursor: default;
    border-color: rgb(238, 238, 238);
    border-style:inset;
}

.title-classic {
    margin-top:0;
}

.ajax__combobox_itemlist, .calibriFont {
    font-family: Calibri, Arial, sans-serif
}
/*-------------------------TABULATOR-------------------------*/
.tabulator-header {
    color: white !important;
    font-size: 12pt !important;
    font-weight: bold !important;
}

.tabulator-col {
    background: cornflowerblue !important;
}

.checkbox-no-label label {
    display: none;
}

/*-------------------------Print-------------------------*/
@media print {
    .normalButton {
        display:none !important;
    }
}