
.List, .Form, .ListNoBorder {
	font-family: "Open Sans", Arial, Helvetica, Geneva, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #333333;
	/*border: 1px solid #c5c5c5;*/
	width: 100%;
    box-sizing: border-box;
}

.List {
    border: 1px solid #c5c5c5;
}

.List, .Form {		
	-webkit-box-shadow:  3px 3px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:  3px 3px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow:  3px 3px 10px 0px rgba(0, 0, 0, 0.2);
}

.Form {
	display: block;
	width: auto;	
    padding: 0px;
    margin-bottom: 20px;
}

.Form table {
    margin: 0px 20px;
    padding: 0px;
    text-align: left;
}

.Form .ListContent {
    margin: 20px;
    padding: 0px;
    text-align: left;
}

.ListNoBorder {
	border: none;
}

.ListHeader {
	font-family: "Open Sans", Arial, Helvetica, Geneva, Tahoma, Verdana, sans-serif;
	text-align: left;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
	/*padding: 10px 15px;*/
	padding: 10px 15px;
	margin: 0px;
	height: 38px;
	
	background: none;
	background-color: #005CA9;
}

.List tfoot,
.List tfoot tr,
.ListNoBorder tfoot,
.ListNoBorder tfoot tr {
	width: 100%;
}

.ListSort {
	font-family: "Open Sans", Arial, Helvetica, Geneva, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
	padding: 9px 10px;
	font-weight: bold;
	line-height: 18px;
}
A.ListSort {
	padding: 0px;
}
A.ListSort:link {}
A.ListSort:visited {}
A.ListSort:hover {
	text-decoration: none;
	color: #DADADA;
}

A.ListSort.Asc {
	padding: 5px 20px 5px 0px;
	background: transparent url(../images/arrows/asc_white.png) no-repeat 100% 50%;
}
A.ListSort.Desc {
	padding: 5px 20px 5px 0px;
	background: transparent url(../images/arrows/desc_white.png) no-repeat 100% 50%;
}


.ListNone {
	display: block;
	font-family: "Open Sans", Arial, Helvetica, Geneva, Tahoma, Verdana, sans-serif;
	text-align: center;
	font-size: 13px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	font-style: italic;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
}

.ListSortAction {
	font-family: "Open Sans", Arial, Helvetica, Geneva, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0px 10px;
	font-weight: bold;
	line-height: 18px;
	white-space: nowrap;
}

.ListBody {
	background-color: #FFFFFF;
cursor: pointer;
}
.ListBody:hover,
.ListBodyActive {
	background-color: #dee6ed;
}
.ListBody.Selected {
	background-color: #cdd9e3;
}

.ListRow {
	margin: 0px;
	padding: 0px;
}
.ListRowActive {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #005CA9;
	background-color: #f8f8f8;
}

.ListContent {
	font-family: "Open Sans", Arial, Helvetica, Geneva, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #333333;
	line-height: 18px;
	padding: 1% 10px;
}

.ListContentAction {
	font-family: "Open Sans", Arial, Helvetica, Geneva, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #333333;
	line-height: 18px;
	padding: 0.5% 10px;
	white-space: nowrap;
}

.ListFooter {
	width: 100%;
	height: auto;
	font-family: "Open Sans", Arial, Helvetica, Geneva, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	padding: 5px 10px !important;
	background: transparent url(../images/bg/bg_list.png) repeat-x top center;
}
.ListFooter:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.ListPageing {
	font-family: "Open Sans", Arial, Helvetica, Geneva, Tahoma, Verdana, sans-serif;
	font-size: 11px !important;
	line-height: 20px !important;
	text-decoration: none;
	color: #333333;
	padding: 0px 0px;
	border: 0px;
}

.ListPageing.Count,
.ListPageing.Rows,
.ListPageing.Paging {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 25%;
	float: left;
}

.ListPageing.Rows {
	width: 50%;
	text-align: center;
	margin: 0px;
}

.ListPageing.Paging {
	text-align: right;
	float: right;
}

.ListPageing .ListButton {
    font-size: 11px !important;
    line-height: 13px !important;
    padding: 3px 10px 3px 10px !important;
	margin: 0px 0px 0px 10px;
}

.ListAction {
	font-family: "Open Sans", Arial, Helvetica, Geneva, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #333333;
	line-height: 18px;
	padding: 1% 10px;
	white-space: nowrap;
    display: block;
    margin: 10px 0px 0px 0px;
}
.ListAction img {
	float: left;
	margin: 0px 5px 0px 0px;
}

.ListAction.Top {
    margin: -10px 0px 10px 0px;
}

.Box .ListAction {
    /*padding: 0px;*/
    margin: 0px 0px 20px 0px;
}

.ListSelected {
	display: block;
	float: left;
	font-family: "Open Sans", Arial, Helvetica, Geneva, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #333333;
	line-height: 18px;
	padding: 4px 5px 0px 0px;
}

.ListButton {
	display: inline-block;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;	
	border: 1px solid #919090;
	line-height: 13px;
	padding: 1px 10px 1px 10px;
	cursor: pointer;
	outline: none;
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
.ListButton:hover {
	text-decoration: none;
	color: #005CA9;
}

.InfoActions {
	display: block;
	float: right;
	margin: 0px 0px 5px 20px;
}

.InfoListActions {
	display: block;
	margin: 20px 0px 0px 0px;
}


ul.List {
	display: block;
	position: relative;
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: visible;
	background: #FFFFFF;
}

ul.List .ListHeader,
.Form .ListHeader {
    /*padding: 9px 10px;*/
    padding: 9px 10px;
    margin: 0px;
    height: auto;
    background: none;
    background-color: #005CA9 !important;
}

ul.List .ListHeader,
.Form .ListHeader,
ul.List .ListHeader a
.Form .ListHeader a {
    text-align: left;
    font-size: 14px !important;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    font-style: normal;
    line-height: 18px !important;
}

ul.List h1,
ul.List h2,
ul.List h3,
ul.List h4,
ul.List a,
ul.List p,
ul.List ul,
ul.List ol,
ul.List div,
ul.List dd,
ul.List dt,
ul.List span,
ul.List font,
ul.List textarea,
ul.List label {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 18px;
}

ul.List li {
	position: relative;
	display: block;
	width: auto;
	overflow: visible;
	clear: both;
	list-style: none;
    height: auto;
	min-height: 20px;
	margin: 0px;
	/*padding: 10px 10px 10px 15px;*/
    padding: 1% 1% 1% 2%;
    box-sizing: border-box;
}

ul.List li:hover {
	background-color: #dee6ed;
	cursor: pointer;
}

ul.List li:after {
	visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

ul.List li.Selected {
	background-color: #cdd9e3;
}

ul.List dt {
	color: #005CA9;
}

ul.List dt,
ul.List dd {
	display: block;
	width: auto;
    opacity: 1;
}

ul.List hr {
    display: inline;
    margin: 0 5px;
    padding: 0;
    height: inherit;
    line-height: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    position: relative;
    overflow: hidden;
    background: none;
    border: none;
    text-align: center;
}

ul.List hr:before {
    content: "·";
    display: inherit;
}

@media screen and (min-width: 1280px) {
    ul.List dt,
    ul.List dd {
        float: left;
        width: 42.5%;
        padding: 0px 2.5% 0px 0px;
    }

    ul.List hr {
        display: block;
        height: 0px;
    }

    ul.List hr:before {
        display: none;
    }
}

.Content.ShowInfo ul.List dt {
    float: none;
    width: auto;
    padding: 0px;
}

.Content.ShowInfo ul.List dd {
    float: none;
    /*width: 0px;
    height: 0px;
    opacity: 0;
    overflow: hidden;*/
    width: auto;
    padding: 0px;
}

.Content.ShowInfo ul.List hr {
    display: block;
    height: 0px;
}

.Content.ShowInfo ul.List hr:before {
    display: none;
}

.BoxContent .List dt {
	font-style: italic;
}

.BoxContent .List dt,
.BoxContent .List dd {
	color: #333333 !important;
	width: 25% !important;
    float: left;
    margin: 0px 5% 0px 0px !important;
    overflow-x: hidden;
}

.BoxContent .List dd {
	width: 50% !important;
    margin: 0px !important;
}

ul.List .Pre {
	display: block;
	float: left;    
	width: 20px;
    height: 20px;
    margin: 0px 10px 0px 0px;
}

ul.List .WithPre {
    padding: 0px 0px 0px 30px;
}

ul.List dl {
	display: block;
	width: auto;
	margin: 0px;
	padding: 0px;
    box-sizing: border-box;
}

.Content.ShowInfo .ListNoInfo {
    overflow: hidden;
    opacity: 0;
    width: 0px;
    padding: 0px;
}

.Settings {
	position: relative;
	display: block;
	text-indent: -10000px;
	z-index: 5;
	float: right;
	width: 20px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background: transparent url(../images/info/settings.png) no-repeat center;
	pointer-events: visible;
	cursor: pointer;
}

.Settings,
.Settings.Direct {
	display: inline-block;
	text-indent: 0;
	width: auto;
	height: auto;
	background: none;
}

.Settings img {
    margin: 2px;
}

.SettingsContainer {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: auto;
	height: auto;
	background: #005CA9;
	padding: 10px 8px;
	z-index: 25000;

	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow:  0px 5px 20px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:  0px 5px 20px 0px rgba(0, 0, 0, 0.4);
	box-shadow:  0px 5px 20px 0px rgba(0, 0, 0, 0.4);
}

.SettingsContainer .Actions {
	display: block;

	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 18px;
}

.SettingsContainer .Actions img {
	filter:invert(100%);
	filter:progid:DXImageTransform.Microsoft.BasicImage(invert='1');
	-webkit-filter:invert(100%);
	-o-filter:invert(100%);
	-moz-filter:invert(100%);
	-ms-filter:invert(100%);
}

.SettingsContainer .Tail {
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0px;
	height: 0px;
	border: 5px solid transparent;
	border-top: 5px solid #005CA9;
	font-size: 0px;
	line-height: 0px;
	color: white;
	white-space: pre;
	padding: 0px;
	margin: 0 auto;
	margin-left: -5px;
	margin-top: 0px;
}

.SettingsContainer .Actions {
	position: relative;
	display: block;
	visibility: visible; 
	top: 0px;
	left: 0px;
	width: auto;
	height: auto;
	overflow: visible;
}

dl, dd, dt {
    text-align: left;
    font-size: 13px;
    text-decoration: none;
    color: #333333;
    font-weight: normal;
    font-style: normal;
    line-height: 18px;
}

dl.Numeration {
	display: block;
    padding: 0px;
    margin: 0px;
	width: 60%;
    height: auto;
    clear: both;
}

dl.Numeration dd, 
dl.Numeration dt {
	display: block;
	float: left;
	width: 40% !important;
	margin: 3px 20px 0px -5px !important;
	padding: 2px 5px;
}

dl.Numeration dd {
	padding: 2px 5px 2px 15px;
}

dl.Numeration dd:before {
	display: inline-block;
	content: "» ";
    width: 10px;
	margin: 0px 0px 0px -10px;
}

dl.Numeration dt:nth-of-type(even),
dl.Numeration dd:nth-of-type(even) {
    background-color: #dee6ed;
}

.Form .Content {
    display: block;
    position: relative;
    top: initial;
    left: initial;
    bottom: initial;
    right: initial;
    width: auto;
    height: auto;
    min-height: initial;
    padding: 10px 10px 10px 15px;
    margin: 0px;
    text-align: left;
}

.TwoColumns {
	display: block;
	width: auto;
	margin: 0px 0px 20px 20px; 
}

.TwoColumns .List,
.TwoColumns .Form {
	display: block;
	float: left;
	width: 50%;
	margin: 0px 00px 0px 10px;
}

.TwoColumns .List {
    margin: 0px 10px 0px -20px;
}

.status {
    display: inline-block !important;
    position: relative;
    border-radius: 50%;
    background-color: #ededed;
    box-sizing: border-box;
    float: none !important;
    padding: 0px !important;
    width: 20px !important;
    height: 20px !important;
}

.status::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border: 2px solid #ededed;
    border-radius: 50%;
    margin: -10px 0px 0px -10px;
    padding: 0px;
    box-sizing: border-box;
}

.status.submitted {
border: 2px solid #ededed;
background-color: #f0ca00;
}

.status.audit {
border: 4px solid #b00000;
background-color: #f0ca00;
}

.status.accepted {
border: 2px solid #ededed;
background-color: #008754;
}

.status.rejected {
border: 2px solid #ededed;
background-color: #cc0605;
}
