
.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%;
}

.List, .Form {
    -webkit-box-shadow:  0px 5px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:  0px 5px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow:  0px 5px 10px 0px rgba(0, 0, 0, 0.4);
}

.Form {
    display: block;
    width: auto;
    padding: 0px;
    margin-bottom: 20px;
}

.Form table {
    margin: 0px 20px;
}

.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 2%;
    margin: 0px;
    height: 38px;

    background: none;
    background-color: #5B80A3;
}

.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: 5px 10px;
    font-weight: bold;
    line-height: 18px;
}
A.ListSort {
    padding: 0px;
}
A.ListSort:link {}
A.ListSort:visited {}
A.ListSort:hover {
    text-decoration: none;
    color: #ADBFD1;
}

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;
}
.ListBody:hover,
.ListBodyActive {
    background-color: #dee6ed;
}
.ListBody.Selected {
    background-color: #cdd9e3;
}

.Sortable .ListBody {
    background: transparent url(../images/bg/bg_glue_horz.png) repeat-x bottom center;
    background-size: auto 1px;
    padding: 0px 0px 1px 0px;
}

.Sortable .ListBody:last-child {
    background: none;
    margin: 0px;
}

ul.Sortable.WithLines li {
    background: transparent url(../images/bg/bg_glue_horz.png) repeat-x bottom center;
    background-size: auto 1px;
}

ul.Sortable.WithLines li:last-child {
    background: none;
}

.Sortable .sortable-placeholder {
    background: #5B80A3;
    border: 1px dashed red;
    box-sizing: border-box;
    opacity: 0.1;
}

.ListRow {
    margin: 0px;
    padding: 0px;
}
.ListRowActive {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    color: #5B80A3;
    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: 5px 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: 2px 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: 1px 10px 1px 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: 5px 10px;
    white-space: nowrap;
    display: block;
    margin: 10px 0px 0px 0px;
}
.ListAction img {
    float: left;
    margin: 0px 5px 0px 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: #5B80A3;
}

.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: none;
}

ul.List .ListHeader,
.Form .ListHeader {
    /*padding: 9px 15px;*/
    padding: 9px 2%;
    margin: 0px;
    height: auto;
    background: none;
    background-color: #5B80A3 !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%;
}

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 a {
    color: #5B80A3;
}

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%;*/
        width: 37%;
        padding: 0px 2.5% 0px 0px;
    }

    ul.List hr {
        display: block;
        height: 0px;
    }

    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 .Pre.W50 {
    width: 50px;
}

ul.List .Pre.W50 + .WithPre {
    padding: 0px 0px 0px 60px;
}

ul.List .Pre.W50 + .WithPre dt,
ul.List .Pre.W50 + .WithPre dd {
    width: 37%;
}

ul.List dl {
    display: block;
    width: auto;
    margin: 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: 0px 2px;
}

.SettingsContainer {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: auto;
    height: auto;
    background: #5B80A3;
    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 #5B80A3;
    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;
}

.TwoColumns .Form.Fixed {
    position: relative;
    background-color: #FFFFFF;
    z-index: 10000;
    margin-top: 0px;
}
