body{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	background-color: #f8f8f8;
	color:#333;
}

h1,h2,h3,h4,h5,h6,p{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

fieldset{
	border:none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color:#FFF !important;
}

input[type="submit"].button, input[type="button"]{
	display: inline-block;
	cursor: pointer;
	padding: 0 2.5em 0 2.5em;
	line-height: 32px;
	text-align: center;
	white-space: nowrap;
	box-sizing: border-box;
	border: 1px solid transparent;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.05em;
	opacity: 1;
	background-color: #0075d0;
	color: #ffffff;
	border: 1px solid #0075d0;
	transition: all .6s ease;
}

input[type="submit"].button:hover, input[type="button"]:hover{
	background-color: #015392;
	border: 1px solid #015392;
}

input[type="button"]#backbtn{
	background-color: #fff;
	border: 1px solid #0075d0;
	color: #0075d0;
}

input[type="button"]#backbtn:hover{
	border: 1px solid #015392;
	color: #015392;
}

input[type="submit"].button:disabled, input[type="button"]:disabled{
	background-color: #ccc;
	cursor: not-allowed;
	border: 1px solid #ccc;
	display: inline-block;
	cursor: pointer;
	padding: 0 2.5em 0 2.5em;
	line-height: 32px;
	text-align: center;
	white-space: nowrap;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.05em;
	opacity: 1;
	transition: all .6s ease;
}

input[type="text"], input[type="password"],input[type="search"] {
	height: 32px;
	border: 1px solid #ccc;
	transition: all .5s ease;
	margin:0 0 0 0;
	padding:0px 8px 0px 8px;
}

input[type="text"]:focus, input[type="password"]:focus,input[type="search"]:focus, textarea:focus {
	border: 1px solid #0075d0 !important;
}

textarea {
	border: 1px solid #ccc;
	transition: all .5s ease;
	margin:0 0 0 0;
	padding:8px 8px 8px 8px;
	width: 420px;
	height: 130px;
	font-family: Arial;
}

textarea#comment.inputtext{
	display: flex;
	width:630px;
	height:200px;
}

input[type="text"]#userName, input[type="password"]#password{
	width:100% !important;
}

select{
	height: 32px;
	border: 1px solid #ccc;
	transition: all .5s ease;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

input[type="checkbox"]{
	margin-top: 0px;
    height: 16px;
    width: 16px;
    border: 1px solid #ccc;
    background: -webkit-linear-gradient(#fff, #fff);
    -webkit-appearance: none;
    -webkit-transition: box-shadow 200ms;
    box-shadow: inset 1px 1px 0 #fff, 0 1px 1px rgba(0,0,0,0.1);
	vertical-align:middle;
    margin-left: 0px;
    margin-bottom:0px;
	top: -1px;
    position: relative;
}

input[type="checkbox"]:not(:disabled):hover {
    border-color:#0075d0;
    box-shadow:inset 1px 1px 0 #fff, 0 0 4px #ccc;
}

input[type="checkbox"]:not(:disabled):checked {
    border-color: #0075d0;
}

input[type="checkbox"]:active:not(:disabled) {
    background-image: -webkit-linear-gradient(#FFF, #FFF);
    box-shadow:inset 1px 1px 0 rgba(0,0,0,0.2), inset -1px -1px 0 rgba(255,255,255,0.6);
    border-color:rgba(0,0,0,0.5);
}

input[type="checkbox"]:checked:before {
	-webkit-margin-start: 0;
	content: '';
	display: block;
	margin-left:3px;
	/*Make it a small rectangle so the border will create an L-shape*/
	width: 4px;
	height: 8px;
	/*Add a white border on the bottom and left, creating that 'L' */
	border: solid #0075d0;
	border-width: 0 3px 3px 0;
	border-color: #0075d0;
	/*Rotate the L 45 degrees to turn it into a checkmark*/
	transform: rotate(45deg);
}

div.login_maincontent input[type="checkbox"]{
	top: 8px;
    position: relative;
}

.button-disabled{
	border: 1px solid #ccc;
	transition: all .5s ease;
	margin:0 0 0 0;
	background-color: #ccc;
	cursor: not-allowed;
	border: 1px solid #ccc;
	display: inline-block;
    cursor: pointer;
    padding: 0 2.5em 0 2.5em;
    line-height: 32px;
    text-align: center;
    white-space: nowrap;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.05em;
    opacity: 1;
    color: #ffffff;
    transition: all .6s ease;
}

div.errorMessage{
	line-height:32px;
	margin-top:8px;
	margin-bottom:0px;
	padding-left:16px;
	padding-right:16px;
	background-color: #f44336;
    padding-top: 0px;
    padding-bottom: 0px;
}

div.errorMessage>span{
	color: #FFF;
}

div#footer {
	border-top: 1px solid #e4e4e4;
	text-align: right;
	padding-left:32px;
	padding-right:32px;
/* 	width: 100%; */
    clear: both;
    overflow: hidden;
    background: #fff;
/*     background: #D5D5D5; */
/*     padding: 5px 0 5px 0; */
    font-family: Arial, Helvetica, sans-serif;
    color: black;
/*     text-align: center; */
    font-size: 11px;
	position: fixed;
    left: 0;
    right: 0;
    bottom: 0px;
    line-height: 28px;
}

.hidediv{
	display:none;
}

/* .delayhide{ */
/* 	display:none; */
/* } */

.left{
	float:left;
}

.right{
	float:left;
}

span.left {
	line-height: 32px;
	display:inline-block;
	width:30%;
	vertical-align:middle;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	text-align:right;
}

span.right {
	display: inline-flex;
	width:70%;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	vertical-align:middle;
}

div.row {
	width:100%;
	display:flex;
	margin-top:16px;
}

div.buttonRow {
    width: 100%;
    display: inline-flex;
    margin-top: 14px;
	margin-bottom:24px;
}

span.left label{
	margin-right:16px;
	font-weight:bold;
}

div#header{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div#topHeader {
    padding-left: 32px;
    padding-right: 32px;
    height: 38px;
    padding-top: 9px;
    padding-bottom: 9px;
}

div#header>p#generalnavigation {
	display:none;
}

div#header>span{
    padding-top: 15px;
	padding-left:32px;
	padding-right:32px;
	
}

span.leftHeader{
	float: left;
	
}

span.rightHeader{
	float: right;
}

div#header p{
	display: inline-block;
	width: -webkit-fill-available;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #001750;
	padding-left: 32px;
	color: #fff;
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
}

div#header span.headerHomeLink{
	float: right;
    margin-right: 32px;
}

div#header span.leftSubheader{
	display: inline-flex;
}

div#header span.headerHomeLink>a{
	font-size: 12px;
	font-weight: bold;
}

div#header p a{
	font-style: normal;
	font-weight:normal;
	text-decoration:none;
	color: #fff;
}

div#subheader{
	height:32px;
/* 	background-color:#0a8294; */
	background-color:#FFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	padding-left:32px;
	padding-right:32px;
	border-bottom: 1px solid #e4e4e4;
}

div#subheader h1, div#subheader p{
	display:inline-block;
	margin:0 0 0 0;
	padding:0 0 0 0;
/* 	color: #FFF; */
	color: #333;
}

div#subheader h1{
	font-size:20px;
	padding-top: 5px;
}

div#subheader p{
    padding-top: 8px;
	float:right;
}

div#header p a:hover, div#subheader p>a:hover{
	text-decoration: underline;
	color:#ff4e3e;
}

div#subheader p#applicationcrumb{
	display: inline-flex;
}

div#subheader p#loginfo{
	display:block;
}

div#header p#loginfo{
	display:block;
}

div#footer>div>a{
	color:#666;
    text-decoration: none;
    vertical-align: middle;
    float: left;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 11px;
}

div#footer>div>a:hover{
	text-decoration: underline;
	text-decoration-color: #ff4e3e;
	color:#ff4e3e;
}

div#subheader span.headerHomeLink{
	text-align: end;
}

div#maincontent{
	padding: 24px 32px 32px 32px;
	margin-bottom:24px;
	border:none;
}

div#maincontent div#noAccessDiv {
    padding-top: 176px;
}

div#maincontent div#noAccessDiv b#noAccessMessage {
    font-weight: normal;
    color: #333;
    font-size: 24px;
}

form#signonForm>div{
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
	width:100% !important;
}

div#maincontent.login_maincontent{
	width: 40%;
	margin: 0 auto;
	margin-top:40px;
	background-color: #fff;
    border: 1px solid #e4e4e4 !important;
    padding: 24px 24px 24px 24px;
}

div.login_maincontent form#signonForm>div>h2{
	padding: 0px 0px 0px 0px;
	padding-left: 8px;
	padding-right: 8px;
    background-color: #fff !important;
/* 		    color: #54426b !important; */
	color: #001750 !important;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    letter-spacing: 0.075em;
    height: 24px;
}

div.login_maincontent form#signonForm>div>fieldset{
	padding: 0px 0px 0px 0px;
	padding-left: 8px;
	padding-right: 8px;
	margin-top:24px;
	background-color: #fff !important;
}

div#maincontent div.block>fieldset.tablefieldset, div#maincontent div.block>form>fieldset.tablefieldset{
	padding: 0px 0px 0px 0px;
/* 	padding-left: 8px; */
/* 	padding-right: 8px; */
	margin-top:16px;
	background-color: #fff !important;
}

div#assoRequestTable_length, div#assoRequestTable_filter, div#assoRequestTable_info, div#assoRequestTable_paginate{
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
}

a#assoRequestTable_next{
	padding-right: 0px;
}

a#assoRequestTable_previous{
	padding-left:0px
}

div.login_maincontent form#signonForm>div>fieldset>h3{
	padding: 0px 0px 0px 0px;
	margin-bottom:8px;
	background-color: #fff !important;
	font-weight: normal;
	font-size:14px;
}


div.login_maincontent form#signonForm>div>div.loginFooter{
	border-top: 1px solid #ccc;
	padding-top: 12px;
	font-size: 12px;
	padding-left:8px;
}

div#maincontent  div.block:focus {
	box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.2);
	outline: none;
}

div#maincontent  div.block.focused {
	box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.2);
	outline: none;
}

div#maincontent div.block,  div#maincontent div.block{
	border: 1px solid #ccc;
	padding:24px 24px 24px 24px;
	margin-bottom:24px;
	overflow:auto;
	background-color:#fff;
}

div#maincontent div.block>h2, div#maincontent div.block>h3, div#maincontent div.block>h2, div#maincontent div.block>h3{
	text-transform: uppercase;
/* 	color: #54426b; */
	color: #001750;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	padding-left:8px;
	padding-bottom:4px;
	margin-bottom:8px;
}

div#maincontent div.block>fieldset, div#maincontent div.block>form>fieldset {
	padding-left:8px;
	padding-right:8px;
}

div#maincontent div.block>fieldset>p {
	padding-left:4px;
	padding-right:4px;
}

div#maincontent div.block fieldset dl{
	display:block;
	margin-top: 16px !important;
	margin-bottom: 0px !important;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	margin-bottom: 0px;
}

div#maincontent div.block fieldset dl>dt{
	text-align: right;
	font-weight:bold;
	display:inline-block;
	vertical-align: middle;
}

div#maincontent div.block fieldset dl>dt.top{
	vertical-align: top;
}

div#maincontent div.block fieldset dl>dt.pad{
	padding-top:8px;
}

div#maincontent div.block fieldset dl>dd{
	vertical-align: top;
	display:inline-block;
	margin:0 0 0 0;
	margin-left:12px;
	vertical-align:middle;
	max-width: 1000px;
}

div#maincontent div.block fieldset dl>dd ul{
	padding-left:0px;
	list-style-type: none;
	margin:0 0 0 0;
}

div#maincontent div.block fieldset dl>dd ul>li{
	line-height:1.5em;
}

div#maincontent div.block fieldset ul{
	padding-left:0px;
	list-style-type: none;
	margin:0 0 0 0;
}

div#maincontent div.block fieldset ul>li{
	line-height:1.5em;
/* 	margin-top:16px; */
}

div#maincontent div.block fieldset dl>dd input[type="file"].leftMargin4{
	margin-left:4px;
}

div#maincontent div.block fieldset dl div.maximum_amount_characters{
	font-style: italic;
    font-size: 12px;
    margin-bottom: 0px;
    color: #666;

}

div#maincontent div.block fieldset>p ,div#maincontent div.block fieldset>div:not(.dataTables_wrapper):not(#filteroptions), div.dataTables_length, div.dataTables_filter {
	margin-top:16px;
}

div.dataTables_length, div.dataTables_filter {
	margin-bottom:16px;
}

/* div.checkboxRow>span.left { */
/*     line-height: inherit; */
/* } */

div.dataTables_length{
	float:left;
	margin-left: 0px;
}

div.dataTables_filter{
	float:right;
	margin-right: 0px;
}

div.dataTables_filter>label>input{
	margin-left:8px !important;
}

select[aria-controls="assoRequestTable"]{
	margin-left:8px !important;
	margin-right:8px !important;
}

table.dataTable {
    border-collapse: collapse;
    border-spacing: 0;
	margin-bottom:16px;
	clear:both;
	width:100%;
}

table.dataTable thead th img{
	display:none;
}

table.dataTable thead{
    font-size: 13px;
}

table.dataTable tbody{
    font-size: 12px;
}

table.dataTable thead{
	padding:0px 0px 0px 0px;
}

table.dataTable tr{
	border-bottom: 1px solid #ccc;
	line-height: 1.5em;
	vertical-align: top;
	padding: 8px 8px 8px 8px;
}

table.dataTable th{
cursor: pointer;
}

table.dataTable tr td, table.dataTable tr th{
	padding:8px 16px 8px 8px;
}

table.dataTable>thead>tr{
	vertical-align: middle;
	background-color:#9e9e9e;
}

table.dataTable thead tr img{
	display:none;
}

table.dataTable>thead>tr>th>a, table.dataTable>thead>tr>th{
	color:#fff;
	text-decoration:none;
	text-align: left;
}

table.dataTable>thead>tr>th{
	color:#fff;
	border-bottom:0px;
}

table.dataTable tbody tr:hover{
	background-color: #e4e4e4;
}


/* table.dataTable>tbody>tr.odd{ */
/* 	background-color: #e4e4e4; */
/* } */

table.dataTable>tbody>tr.even{

}

div.dataTables_info {
	float:left;
	margin-bottom:0px;
	padding-top:0px;
}

div.dataTables_paginate{
	float:right;
	color:#0075d0;
	margin-bottom:0px;
}

div.dataTables_paginate a{
	cursor: pointer;
	margin: 0px 0px 0px 0px;
}

div.dataTables_paginate a.current{
	border:1px solid #666;
	padding:4px 10px 4px 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
	color:#0075d0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	color:#0075d0 !important;
	background: none;
}

.dataTables_wrapper:hover .dataTables_paginate:hover .paginate_button:not(.current):hover {
	color:#0075d0 !important;
	border:1px solid #fff;
	background: none;
}

.dataTables_wrapper:hover .dataTables_paginate:hover .paginate_button:not(.current):not(.disabled):hover {
	text-decoration: underline !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    border:1px solid #666;
    background-color: white;
    background:none;
    color:#666;
}

div#viewoptions>h2{
	cursor: pointer;
}

div.hide .caret {
    display: block-inline;
    content: '';
    display: inline-block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #666666;
    transition: transform 0.5s linear;
    margin-right: 8px;
    top: 2px;
    margin-left: 0px;
}

div.hide .rotateCaret {
    animation-name: rotateCaret;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}

@keyframes rotateCaret {
  0% {
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
  }  
}

span.additionalDd {
	margin-left: 24px;
}

span.additionalDd>input {
	margin-left: 8px;
}

div#maincontent div.block fieldset>ul>li {
	margin-top: 16px;
}

div#maincontent div.block fieldset>ul.noSpacing>li {
	margin-top: 0px;
}

div#maincontent div.block fieldset>ul.noSpacing {
	margin-top: 16px;
}

a#printHitlist{
	display: inline-block;
	cursor: pointer;
	padding: 0 1.5em 0 1.5em;
	line-height: 2em;
	text-align: center;
	white-space: nowrap;
	box-sizing: border-box;
	border: 1px solid transparent;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0.05em;
	opacity: 1;
	background-color: #fff;
	border: 1px solid #0075d0;
	color: #0075d0;
	transition: all .6s ease;
}

a#printHitlist:hover{
	border: 1px solid #015392;
	color: #015392
}

p.ar{
	text-align: end;
}

p.ar.printTop{
	margin-bottom: 24px;
}

/* p.ar.printBottom{ */
/* 	margin-top: 24px; */
/* } */

i.button.up{
	display: inline-block;
	border: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: transparent;
    background-color: transparent;
    background-image: url(../img/Saegis-sprite-v1.svg);
    height: 16px;
    width: 16px;
    background-position: -560px -78px;
    padding:0px 4px 0px 4px;
}

i.button.down{
	display: inline-block;
	border: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: transparent;
    background-color: transparent;
    background-image: url(../img/Saegis-sprite-v1.svg);
    height: 16px;
    width: 16px;
    background-position: -612px -78px;
    padding:0px 4px 0px 4px;
}

i.button.modify{
	display: inline-block;
	border: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: transparent;
    background-color: transparent;
    background-image: url(../img/Saegis-sprite-v1.svg);
    height: 16px;
    width: 16px;
    background-position: -507px -24px;
    padding:0px 4px 0px 4px;
}

i.button.delete{
	display: inline-block;
	border: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: transparent;
    background-color: transparent;
    background-image: url(../img/Saegis-sprite-v1.svg);
    height: 16px;
    width: 16px;
    background-position: -344px -140px;
    padding:0px 4px 0px 4px;
}

i.button.up:hover{
	cursor: pointer;
	background-position: -587px -78px;
}

i.button.down:hover{
	cursor: pointer;
	background-position: -639px -78px;
}

i.button.modify:hover{
	cursor: pointer;
	background-position: -534px -24px;
}

i.button.delete:hover{
	cursor: pointer;
	background-position: -371px -140px;
}

div#ajaxerror{
    padding: 0px 8px 0px 8px !important;
	line-height: 1.5em !important;
	margin-top: 0px !important;
	margin-bottom: 16px !important;
	background-color: #f8f8f8 !important;
	border: 1px solid #f44336 !important;
}

/* 		div#messagelistAssoComments, div#messagelistReportComments{ */
div#messagelist{
	padding: 8px 8px 8px 16px !important;
	line-height: 1.5em !important;
	margin-top: 0px !important;
	margin-bottom: 16px !important;
/* 	background-color: #fff !important; */
	border: 1px solid #ccc !important;
}

div#messagelistAssoComments{
	background-color: #fff;
	border: 1px #ccc
}

div#warninglist, div#ajaxmessage{
	padding: 0px 8px 0px 8px !important;
	line-height: 1.5em !important;
	margin-top: 0px !important;
	margin-bottom: 16px !important;
	background-color: #f8f8f8 !important;
	border: 1px solid #ffbe0b !important;
}

div.warningsAndMessages{
	width:100%;
	float:left;
	margin-top:8px;
}

div#viewReport{
	clear: both;
}

/* 		p#export{ */
/* 			float: right; */
/* 		} */

fieldset.wrapper{
	background-color: #f8f8f8 !important;
}

div#topHeader{
/* 			background-color: #fff; */
	background-color: #001750;
}

pic.warning{
	display: inline-block;
	border: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: transparent;
    background-color: transparent;
    background-image: url(../img/restyledIcons.svg);
    height: 16px;
    width: 16px;
    background-position: -47px -139px;
    padding:0px 4px 0px 4px;
    vertical-align: text-bottom;
}

.dataTables_wrapper .dataTables_paginate{
	padding-top: 0px !important;
    margin-right: -14px;
}

#viewoptions>#inboxViewOptionsForm>#inbox-options>#filteroptions>fieldset>p>label.left{
	font-weight: bold;
/* 	width: 135px !important; */
	width: 113px !important;
}

#viewoptions>#inboxViewOptionsForm>#inbox-options>#filteroptions>fieldset>p>input#submitFassOptions{
	margin-top: 8px;
}

input#startDateAsString, input#endDateAsString{
	margin-left:8px;
	margin-right:8px;
}

select[aria-controls="orderTable"]{
	margin-right:8px;
	margin-left:8px;
}

div#hitList>fieldset>h3 {
	padding-left:8px;
	margin-top:24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#333;
	border-bottom:1px dashed #ccc;
	padding-bottom:8px;
	margin-bottom:8px;
}

div#hitList>fieldset>h3>span, div#hitList>fieldset>h3>strong {
	font-weight: bold !important;
}

input#submitFassOptions{
	padding: 0 1.5em 0 1.5em;
	line-height: 2em;
	font-size: 12px;
}
table#extrainfolist-table{
	margin-top:24px;
}

div#orderInfo {
	margin-top: 8px;
}

div.pringAndMessage>p#export{
	margin-bottom:16px;
}

div#maincontent div#hitList>fieldset {
	padding-left:0px;
}

table#extrainfolist-table{
	margin-top: 8px;
	margin-bottom: 0px;
}

div#hitList>fieldset>h3:not(:first-child) {
	margin-top:32px;
}

div#assoRequestTable_filter {
	margin-right:0px;
}

div#hitList.block> fieldset>fieldset:not(:last-child){
	padding-bottom:32px;
	border-bottom: 1px solid #ccc;
}

div#hitList.block> fieldset>h3>span.fr{
	float: right;
    font-weight: lighter !important;
    padding-right: 8px;
    color: #333;
    font-size: 12px;
   }
   
   div#warninglist>p>a {
   color: #0075d0;
   text-transform: lowercase;
   }
   
   div#warninglist>p>a:hover {
   color:  #015392;
   }
   
   icon.warning {
    display: inline-block;
    border: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: transparent;
    background-color: transparent;
    background-image: url(../img/restyledIcons.svg);
    height: 16px;
    width: 16px;
    background-position: -47px -139px;
    padding: 0px 4px 0px 4px;
    vertical-align: text-bottom;
}

icon.success {
	display: inline-block;
    border: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: transparent;
    background-color: transparent;
    background-image: url(../img/restyledIcons.svg);
    height: 16px;
    width: 16px;
    background-position: -20px -139px;
    padding: 0px 4px 0px 4px;
    vertical-align: text-bottom;
    }

icon.error {
	display: inline-block;
    border: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: transparent;
    background-color: transparent;
    background-image: url(../img/restyledIcons.svg);
    height: 16px;
    width: 16px;
    background-position: -74px -139px;
    padding: 0px 4px 0px 4px;
    vertical-align: text-bottom;
}

icon.viewDetails {
	display: inline-block;
    border: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: transparent;
    background-color: transparent;
    background-image: url(../img/Saegis-sprite-v1.svg);
    height: 22px;
    width: 12px;
    background-position: -510px -82px;
    padding: 0px 4px 0px 4px;
    vertical-align: text-bottom;
	position: relative;
    top: -3px;
    margin-right: 6px;
    }
    
icon.viewDetails:hover {
    background-position: -537px -82px;
    }

/*This will work for IE*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	div.pringAndMessage>p#export{
		float:right;
	}
	
	div#viewReport>p#export{
		margin-bottom:26px;
	}
	
	div#viewReport>p#export>a{
		float:right;
	}
}

div#viewReport fieldset>dl{
	padding-top:1px;
	padding-bottom:1px;
}

div#viewReport fieldset>dl:hover{
	padding-top:0px;
	padding-bottom:0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

div#header .clarivate-logo-icon {
    display: block;
    width: 190px;
    height: 32px;
    background: url(../img/header-sprite.svg) -1px -155px;
}

div#topHeader>span.leftHeader a {
	font-family: sans-serif;
    font-size: 28px;
/* 	font-size: 20px; */
/* 	font-weight: bold; */
	text-decoration: none;
	color: #FFF;
	line-height:38px;
}

div#footer .clarivate-footer-logo {
	float:right;
	background-repeat: no-repeat;
    display: block;
    width: 174px;
    height: 16px;
/*     background: url(../img/footer-logo.png) -1px -155px; */
    background-image: url(../img/footer-logo.png);
    top: 8px;
    position: relative;
}

p#applicationcrumb a {
	color: #333;
	text-decoration: none;
}

p#applicationcrumb a:visited {
	color: #333;
	text-decoration: none;
}

p#applicationcrumb a:hover {
	color: #ff4e3e;
}

a:visited {
	color: #6648BC;
	text-decoration:none;
}
a:hover {
	color: #015392;
	text-decoration:underline;
}
a {
	color:#0075D0;
	text-decoration:none;
}

div.row#rememberMe span {
	line-height: 14px;
}

div.row#rememberMe span input{
	top: 0;
}

icon.closeIcon {
	display: inline-block;
    border: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: transparent;
    background-color: transparent;
    background-image: url(../img/Saegis-sprite-v1.svg);
    height: 18px;
    width: 10px;
    background-position: -564px -183px;
    padding: 0px 4px 0px 4px;
    vertical-align: text-bottom;
    position: absolute;
    right: 16px;
    top: 16px;
}

icon.closeIcon:hover {
    background-position: -591px -183px;
}

div#orderTable_info {
	padding-top: 8px;
}

div#assoRequestTable_info {
	padding-top: 8px;
}

div #errorlist {
	padding: 0px 8px 0px 8px !important;
    line-height: 1.5em !important;
    margin-top: 0px !important;
    margin-bottom: 16px !important;
    background-color: #f8f8f8 !important;
    border: 1px solid #f44336 !important;
}

div.messageLine {
	line-height: 32px;
	font-size:14px;
}

div.messageLine:not(:last-child) {
	border-bottom: 1px dashed #ccc;
}

p.mgBot {
	margin-bottom: 8px;
}
	
input#actionExtraInfoDelete, div.block input#backbtn, input#actionUpdateCutOffDates, input#actionHitAdd, input#actionExtraInfoAdd {
    padding: 0 1.5em 0 1.5em;
    line-height: 2em;
    font-size: 12px;
}

input#actionExtraInfoDelete{
	margin-top: 24px;
}

div#window.dragWindow{
	left: 0 !important;
	right: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

table#assoRequestTable pic.warning {
    position: relative;
    top: -6px;
}

table#assoRequestTable tr td a {
	display:inline-table;
}

div#maincontent div#viewReport div.block fieldset dl {
    margin-top: 8px !important;
}

#working {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
    left: 50%;
    margin-left: -97px;
    margin-top: -25px;
    padding: 34px 52px;
/*     position: absolute; */
    text-align: center;
    top: 50%;
    z-index: 3500;
    display: inline-block;
}
#working div {
    border: 0 solid red;
    margin-left: auto;
    margin-right: auto;
}
#working .loading {
    color: #666;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 30px;
    line-height: 24px;
    padding-top: 10px;
}
#working .loading-container {
    float: right;
    margin-left: 12px;
}

.loading-container {
    height: 40px;
    width: 37px;
}
.loading-container .loading-line {
    animation: 0.5s linear 0s alternate none infinite move;
    border-radius: 60px;
    display: block;
    float: left;
    margin-left: 0;
    margin-right: 5px;
    vertical-align: middle;
    width: 7px;
}
.loading-container .loading-line:nth-child(1) {
    animation-delay: 0s;
}
.loading-container .loading-line:nth-child(2) {
    animation-delay: 0.25s;
}
.loading-container .loading-line:nth-child(3) {
    animation-delay: 0.5s;
}
.loading-container .loading-line.blue {
    background: #ff4e3e none repeat scroll 0 0; /*#6817ff none repeat scroll 0 0;*/
}
.loading-container .loading-line.black {
    background: #001750 none repeat scroll 0 0; /*#000000 none repeat scroll 0 0;*/
}
.loading-container .loading-line.green {
    background: #9e9e9e none repeat scroll 0 0; /*#1ac604 none repeat scroll 0 0;*/
}
@keyframes move {
0% {
    height: 16px;
    margin-top: 12px;
}
100% {
    height: 40px;
    margin-top: 0;
}
}

/* IE6, IE7 */
#working { *display: inline-block; }
#working .loading-container {*padding-top:18px; *float:left;}
#working .loading {*line-height: 32px;}

textarea, input[type=text] {
	font-size:14px !important;
}

p#dateError.messageLine{
	display: inline-block;
	color: #f44336;
}

p#dateError.hidden{
	display: none;
}

fieldset#rcCoverPageGroup input[type='text']{
	width:319px;
}

fieldset#rcCoverPageGroup select{
	height:34px;
/* 	top:-1px; */
/* 	position:relative; */
    vertical-align: top;
    margin-right:4px;
}

@-moz-document url-prefix() {
    fieldset#rcCoverPageGroup input[type='text']{
		width:325px;
	}
}

@media not all and (min-resolution:.001dpcm) { @media {
	fieldset#rcCoverPageGroup input[type='text']{
		width:325px;
	}
}}

fieldset#rcCoverPageGroup input.rcSolo{
	width:420px;
    display: block;
}

/* fieldset#rcCoverPageGroup input.fixTop{ */
/* 	top:-1px; */
/* 	position:relative; */
/* } */

div.updateData {
	font-size: 12px;
	float:right;
	margin-bottom:24px;
}

div#modifyReport{
	clear: both;
}

icon#removeRow {
    display: inline-block;
    border: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: transparent;
    background-color: transparent;
    background-image: url(../img/restyledIcons.svg);
    height: 17px;
    width: 9px;
    background-position: -347px -140px;
    padding: 0px 4px 0px 4px;
    vertical-align: text-bottom;
}

icon#removeRow:hover {
    background-position: -374px -140px;
    cursor: pointer;
}

span.coverPageLine {
    display: block;
    margin-bottom: 8px;
}

div.newRow {
	width: 90px;
	color:#0075d0;
    margin-top: 9px;
}

div.newRow:hover {
	color:#015392;
	cursor:pointer;
}

span.hidden {
	display: none;
}

span.used {
	display: none;
}

input.hidden {
	display: none;
}

icon#checkboxIcon {
	display: inline-block;
    border: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: transparent;
    background-color: transparent;
	background-image: url(../img/bullet-icon-01.svg);
    height: 32px;
    width: 32px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

icon#checkboxIcon.checkboxIconClicked {
	background-image: url(../img/bullet-icon-selected-01.svg);
}

fieldset#rcCoverPageGroup input.listText{
	width: 247px;
}

span.relatedClasses {
	margin-bottom: 8px;
	display: block;
}

fieldset#rcCoverPageGroup dl dt {
	vertical-align: top !important;
    line-height: 34px !important;
}

span.relatedClassesRow {
	display:block;
}

span.col1, span.col2, span.col3, span.col4, span.col5, span.col6 {
	display: inline-block;
}

span.col1, span.col3, span.col5 {
	width:16px;
	text-align: right;
}

fieldset#rcCoverPageGroup input[type='text'].col2, fieldset#rcCoverPageGroup input[type='text'].col6 {
	width: 106px;
}

fieldset#rcCoverPageGroup input[type='text'].col4 {
	width: 105px;
}


span.relatedClassesRow {
	margin-top:8px;
}

div.removeRelatedClasses {
	width: 74px;
    color: #0075d0;
    margin-top: 9px;
}

div.removeRelatedClasses:hover {
	color: #015392;
    cursor: pointer;
}

div.newRelatedClasses {
	width: 56px;
    color: #0075d0;
    margin-top: 9px;
}

div.newRelatedClasses:hover {
	color: #015392;
    cursor: pointer;
}

span.relatedClasses.hidden {
	display:none;
}

div#newRelatedClasses.hidden {
	display:none;
}