﻿/*------------------------------------------------------------------------------------------------------------------------   
        Css Reset Defaults, Taken from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
        This should NEVER be changed!!!
------------------------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}

body {
    line-height: 1.2;
    color: black;
    background: white;
}

ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}


/*------------------------------------------------------------------------------------------------------------------------   
        Site Defaults
------------------------------------------------------------------------------------------------------------------------*/

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.nowrap {
    white-space: nowrap;
}

table /* bak compability with IE 7*/ {
    border-collapse: collapse;
    border-spacing: 0;
}

strong {
    font-weight: bold;
}

.clear {
    clear: both;
}
/* clearfix */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}
/*For IE 6/7 only - Include this rule to trigger hasLayout and contain floats. */
.cf {
    *zoom: 1;
}

.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.full-width {
    width: 100%;
}

.signature-ico {
    background-position: left center;
    background-image: url('/img/icn_signed.gif');
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-bottom: 4px;
    padding-top: 2px;
}

a.arrow {
    background-position: right center;
    background-image: url('/img/icn_arrowlink.gif');
    background-repeat: no-repeat;
    padding-right: 15px;
    padding-bottom: 4px;
    padding-top: 2px;
}

.link-mailto {
    background-position: left center;
    background-image: url('/img/icn_email.gif');
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.fieldset {
    padding: 15px 15px 20px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-top: 10px;
}

    .legend {
        padding: 5px 10px 5px 10px;
        border: 1px solid #ccc;
        background-color: #dcdcdc;
        text-transform: uppercase;
        border-radius: 4px;
    }

.list li {
    padding: 5px;
}

    .list li img.list-icon {
    padding-right: 5px;
    vertical-align: middle;
}

    .list li label {
    font-size: 12px;
}

    .list li input {
    vertical-align: middle;
}

.inline li.inline {
    display: inline;
}

div.panel {
}

    div.panel > h3 {
    background-color: #E6E9F3;
    padding: 8px 0px 8px 5px;
    font-weight: bold;
}

h4 {
    font-weight: bold;
}

a.toggle {
    text-decoration: none;
    width: 2%;
    display: block;
    float: left;
    margin-top: 4px;
}

    a.toggle span.open {
    background-position: left center;
    background-image: url('/img/icn_report.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    float: right;
}

    a.toggle span.close {
    background-position: left center;
    background-image: url('/img/icn_report_add.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    float: right;
}

/* pre tags doesn't inherit font for IE7, therefore the font must be set for pre tags */
pre {
    font-family: Verdana,Arial,Helvetica,sans-serif;
}


/*------------------------------------------------------------------------------------------------------------------------   
        Site Layout Styles
------------------------------------------------------------------------------------------------------------------------*/
#header {
    width: 100%;
}

#content-wrapper {
    padding: 25px; /*min-height: 81%;*/
    background-color: #E6E9F3;
}


#main-pane {
}

#footer {
    width: 100%;
    height: 17px;
}

#left-pane {
    float: left;
    width: 23%;
    padding-right: 2%;
}

#main-right-pane {
    float: left;
    width: 75%;
}


/*------------------------------------------------------------------------------------------------------------------------   
        Site Header Styles
------------------------------------------------------------------------------------------------------------------------*/

ul#header-bar {
    width: 100%;
    height: 34px;
    background: #0E2571;
}

    ul#header-bar li {
    float: right;
    display: inline;
}

        ul#header-bar li#bar-first-item {
    width: 25px;
    float: left;
}

        ul#header-bar li#bar-last-item {
    width: 25px;
}


        ul#header-bar li#bar-logo {
    float: left;
}

            ul#header-bar li#bar-logo img {
    height: 34px;
}

        ul#header-bar li#bar-menu {
    background-position: left center;
    background-image: url('/img/menubg.gif');
    background-repeat: repeat-x;
    height: 34px;
}

            ul#header-bar li#bar-menu select {
    margin-top: 6px;
}

        ul#header-bar li#bar-development-info {
    color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 2px;
    padding-right: 10px;
}

            ul#header-bar li#bar-development-info span {
    font-weight: bold;
}

        ul#header-bar li.language-icon {
    height: 34px;
    padding-top: 10px;
    padding-right: 10px;
}

#breadcrumbs-wrapper {
    padding: 11px 25px 15px 25px;
}

    #breadcrumbs-wrapper a {
    color: #6A759A;
}

#header-pane {
    padding: 7px 25px 4px 25px;
}

#error-header {
    padding: 25px;
    height: 40px;
    vertical-align: middle;
}

#header-popup-pane {
    padding: 25px 25px 4px 25px;
}

    #header-pane h1, #header-popup-pane h1, #error-header h1 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
}

#header-popup {
    height: 34px;
    background: #0E2571;
    padding-left: 25px;
}

#header-public {
    height: 34px;
    background: #0E2571;
    padding-left: 25px;
    float: left;
}

#change-language-menu {
    float: right;
    width: 200px;
}
/*------------------------------------------------------------------------------------------------------------------------   
        Site Footer Styles
------------------------------------------------------------------------------------------------------------------------*/
#footer ul {
    width: 100%;
    height: 17px;
    background-position: left center;
    background-image: url('/img/pg_footer_m.gif');
    color: #666666;
    background-repeat: repeat-x;
}

    #footer ul li {
    float: right;
    display: inline;
    height: 15px;
    padding-top: 2px;
}

        #footer ul li#footer-left {
    background-position: left center;
    background-image: url('/img/pg_footer_l.gif');
    width: 25px;
    background-repeat: no-repeat;
    float: left;
}

        #footer ul li#footer-right {
    background-position: left center;
    background-image: url('/img/pg_footer_r.gif');
    width: 25px;
    background-repeat: no-repeat;
}

/*------------------------------------------------------------------------------------------------------------------------   
        Containers Styles
------------------------------------------------------------------------------------------------------------------------*/


div.container-default {
    margin-bottom: 25px;
}

    div.container-default > div.header {
    background-color: #0E2571;
}

        div.container-default > div.header > h2 {
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px;
}


            div.container-default > div.header > h2.cmd-bar {
    display: block;
    width: 96%;
    float: left;
}


    div.container-default > div.content {
    padding: 5px;
    background-color: #FFFFFF;
}

    div.container-default > div.horizontal-rule {
    border-style: solid solid outset solid;
    border-width: 1px 1px 2px 1px;
    border-color: #4D4D4D #4D4D4D #999999 #4D4D4D;
    height: 4px;
    background-color: #C0C0C0;
}

    div.container-default a {
    color: #0E2571;
}

div.container-info {
    margin-bottom: 25px;
}

    div.container-info > div.header > h2 {
    font-weight: bold;
    padding: 0px 0px 10px 0px;
}

    div.container-info > div.content {
}


/*------------------------------------------------------------------------------------------------------------------------   
       Styles for validation helpers
------------------------------------------------------------------------------------------------------------------------*/

.field-validation-error {
    color: #ff0000;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    background: #feb9b9 url('/ctm/content/images/icon_error.png') no-repeat scroll 15px center;
    border: 1px solid #d77979;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 10px 10px 10px 50px;
    color: #5A0101;
}

    .validation-summary-errors > span {
    color: #000000;
}

    .validation-summary-errors > ul {
    /*display: none;*/
}

        .validation-summary-errors > ul > li {
    padding: 2px;
}

.validation-summary-valid {
    display: none;
}


/*------------------------------------------------------------------------------------------------------------------------   
        Action bar Styles
------------------------------------------------------------------------------------------------------------------------*/

div.action-bar {
    background-color: #FFFFFF;
}

    div.action-bar ul.top {
    clear: both;
    width: 100%;
    height: 17px;
    background-position: left top;
    background-image: url('/img/tblftrpad_mid.gif');
    background-repeat: repeat-x;
    background-color: #454545;
}

        div.action-bar ul.top li {
    float: right;
    display: inline;
    height: 17px;
}

            div.action-bar ul.top li.start {
    width: 1px;
    height: 17px;
    background-image: url('/img/tblftrpad_left.gif');
    background-repeat: no-repeat;
    background-color: transparent;
    float: left;
}

    div.action-bar ul {
    clear: both;
    width: 100%;
    height: 17px;
    background-position: left top;
    background-image: url('/img/tblftr_mid.gif');
    background-repeat: repeat-x;
    background-color: #E6E9F3;
}

        div.action-bar ul li {
    float: right;
    display: inline;
    background-color: #454545;
    height: 17px;
}

            div.action-bar ul li.end {
    width: 17px;
    height: 17px;
    background-image: url('/img/tblftr_end.gif');
    background-repeat: no-repeat;
    background-color: transparent;
}

            div.action-bar ul li.start {
    width: 2px;
    height: 7px;
    background-image: url('/img/tblftr_left.gif');
    background-repeat: no-repeat;
    background-color: transparent;
    float: left;
}


/*------------------------------------------------------------------------------------------------------------------------   
        Tabs Styles
------------------------------------------------------------------------------------------------------------------------*/
div.tabs {
    height: 22px;
}

    div.tabs ul {
    width: 100%;
    height: 22px;
    background-position: left top;
    background-image: url('/img/tabpad_mid.gif');
    background-repeat: repeat-x;
}

        div.tabs ul li {
    display: inline;
    height: 22px;
    float: left;
}

            div.tabs ul li.start {
    width: 1px;
    height: 22px;
    background-image: url('/img/tabpad_lleft.gif');
    background-repeat: no-repeat;
    background-color: #E6E9F3;
}

            div.tabs ul li.end {
    width: 2px;
    height: 22px;
    background-image: url('/img/tabpad_right.gif');
    background-repeat: no-repeat;
    background-color: transparent;
    float: right;
}


/*------------------------------------------------------------------------------------------------------------------------   
        Tables Styles
------------------------------------------------------------------------------------------------------------------------*/
table.default {
    width: 100%;
}

    table.default > thead > tr > th {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
    background-color: #6A759A;
    color: #FFFFFF;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #FFFFFF;
}

    table.default > tbody > tr > td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 5px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #E6E9F3;
}

table.layout > tbody > tr > td > img {
    vertical-align: top;
    cursor: pointer;
}

table.default > tbody > tr > td.alt-row,  table.default > tbody > tr.alt-row, table.automatic-alt-row > tbody > tr:nth-child(odd) { 
    background-color: #F3F4F8;
}

table.default > thead > tr > th.end, table.default > thead > tr > th:last-child, table.default > tbody > tr > td.end, table.default > tbody > tr > td:last-child {
    border: 0px;
}

table.default > tbody > tr > td strong {
    font-weight: bold;
}


table.clear-borders > tbody > tr > td {
    border-right-style: none !important;
    border-right-width: 0px !important;
    border-right-color: #fff !important;
}

table.layout > tbody > tr > td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 5px;
    vertical-align: top;
}


    table.layout > tbody > tr > td strong {
    font-weight: bold;
}



table.sorter {
    width: 100%;
}

    table.sorter > thead > tr > th.sort-header {
    cursor: pointer;
    text-decoration: underline;
    background-repeat: no-repeat;
    background-position: right center;
}

    table.sorter > thead > tr > th.sort-down {
    background-image: url(/img/icn_arrow_ascending.gif);
}

    table.sorter > thead > tr > th.sort-up {
    background-image: url(/img/icn_arrow_descending.gif);
}

    table.sorter > thead > tr > th.sort-item {
    cursor: pointer;
    text-decoration: underline;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 16px;
    background-image: url(/ctm/content/images/bg.gif);
}

    table.sorter > thead > tr > th.sort-asc {
    background-image: url(/ctm/content/images/asc.gif);
}

    table.sorter > thead > tr > th.sort-desc {
    background-image: url(/ctm/content/images/desc.gif);
}

table > tbody > tr > td.vertical-align-top, table > thead > tr > th.vertical-align-top {
    vertical-align: top;
}

table > tbody > tr > td.vertical-align-bottom, table > thead > tr > th.vertical-align-bottom {
    vertical-align: bottom;
}

table > tbody > tr > td.vertical-align-middle, table > thead > tr > td.vertical-align-middle {
    vertical-align: middle;
}

table > tbody > tr.unread-message > td {
    font-weight: bold;
    font-family: Arial,SansSerif;
    font-size: 11px;
}


/*------------------------------------------------------------------------------------------------------------------------   
        Forms Styles
------------------------------------------------------------------------------------------------------------------------*/

/*
*/
form label {
    font-weight: bold;
}

    form label span {
    color: #FF0000;
}


    form label.label-disabled {
    color: #a0a0a0;
}

    form label.normal {
    font-weight: normal;
}

form input[type="text"], form textarea {
    width: 15em;
}

form textarea {
    height: 4.4em;
}

form select {
    width: 15.5em;
}

form input[type="text"].xx-small, form textarea.xx-small {
    width: 5.5em;
}

form select.xx-small {
    width: 6em;
}

form input[type="text"].x-small, form textarea.x-small {
    width: 10em;
}

form input[type="text"].medium, form textarea.medium {
    width: 25em;
}

form input[type="text"].mediumBold {
    width: 25em;
    font-weight: bold;
}

form select.medium {
    width: 25.5em;
}

form input[type="text"].large, form textarea.large {
    width: 35em;
}

form select.large {
    width: 35.5em;
}

form textarea.medium {
    height: 6em;
}

form textarea.large {
    height: 8em;
}

form textarea.extralarge {
    width: 70em;
	height: 20em;
}

form select.four-char {
    width: 4.8em;
}

form input[type="text"].three-char {
    width: 3em;
}

form input[type="text"]:focus, form textarea:focus {
    background-color: #FFFFD7;
}

form input[type="text"].clear, form textarea.clear {
    width: auto;
    height: auto;
}

table.layout > tbody > tr > td span.label {
    font-weight: bold;
}

table.layout > tbody > tr > td.field label {
    font-weight: normal;
}

.date-picker {
}

div.datetime-control input[type="text"], div.datetime-control textarea {
    display: inline-block;
}

form input[type="text"].date-picker-x-small {
    width: 9em;
}


div.button-single-container {
    display: inline-block;
}

a.button-single {
    background: transparent url('../images/button_single_right.gif') no-repeat scroll top right;
    display: block;
    float: left;
    height: 14px;
    padding-right: 16px; /* sliding doors padding */
    text-decoration: none;
}

    a.button-single span {
    background: transparent url('../images/button_single_left.gif') no-repeat;
    cursor: pointer;
    display: block;
    height: 14px;
    padding: 0px 8px 0px 8px;
    min-width: 20px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    font-weight: 100;
    white-space: nowrap;
}

a.button-single-big {
    background: transparent url('../images/button_single_big_right.gif') no-repeat scroll top right;
    display: block;
    float: left;
    height: 33px;
    padding-right: 14px; /* sliding doors padding */
    text-decoration: none;
}

    a.button-single-big span {
    background: transparent url('../images/button_single_big_left.gif') no-repeat;
    display: block;
    height: 33px;
    padding: 9px 8px 0px 8px;
    min-width: 20px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    font-weight: 100;
}



a.button-action-bar {
    background: transparent url('../images/button_action_bar_right.gif') no-repeat scroll top right;
    display: block;
    float: left;
    height: 16px;
    padding-right: 16px; /* sliding doors padding */
    text-decoration: none;
}

    a.button-action-bar span {
    background: transparent url('../images/button_action_bar_left.gif') no-repeat;
    display: block;
    height: 16px;
    padding: 1px 8px 0px 8px;
    min-width: 40px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    font-weight: 100;
    vertical-align: middle;
    cursor: pointer;
}

a.button-action-bar-highlighted {
    background: transparent url('../images/button_action_bar_highlighted_right.gif') no-repeat scroll top right;
    display: block;
    float: left;
    height: 16px;
    padding-right: 16px; /* sliding doors padding */
    text-decoration: none;
}

    a.button-action-bar-highlighted span {
    background: transparent url('../images/button_action_bar_highlighted_left.gif') no-repeat;
    display: block;
    height: 16px;
    padding: 1px 8px 0px 8px;
    min-width: 40px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    font-weight: 100;
}

a.action-disabled {
    cursor: default;
}

    a.action-disabled span {
    color: #828282;
}

a.tab-up {
    background: transparent url('../images/tab_up_right.gif') no-repeat scroll right top;
    display: block;
    float: left;
    height: 22px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}

    a.tab-up span {
    background: transparent url('../images/tab_up_left.gif') no-repeat;
    display: block;
    height: 22px;
    padding: 1px 6px 0px 8px;
    min-width: 74px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    font-weight: 100;
    cursor: pointer;
}

a.tab-down {
    background: transparent url('../images/tab_down_right.gif') no-repeat scroll right top;
    display: block;
    float: left;
    height: 22px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}

    a.tab-down span {
    background: transparent url('../images/tab_down_left.gif') no-repeat;
    display: block;
    height: 22px;
    padding: 1px 6px 0px 8px;
    min-width: 74px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    font-weight: 100;
    cursor: pointer;
}

a.tab-disable {
    cursor: default;
}

    a.tab-disable span {
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #828282;
    font-weight: 100;
    cursor: default;
}


/*------------------------------------------------------------------------------------------------------------------------   
        Errors Styles
------------------------------------------------------------------------------------------------------------------------*/


h3.error {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #5E5E5E;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.error-content {
    color: #5E5E5E;
    float: left;
    width: 90%;
}

div.error-img {
    display: block;
    float: left;
    width: 10%;
}


/*------------------------------------------------------------------------------------------------------------------------   
        Paging
------------------------------------------------------------------------------------------------------------------------*/



ul.pageNumbers {
    display: inline;
    margin: 0px;
    padding: 3px;
}

    ul.pageNumbers > li {
    display: inline;
    padding: 2px;
}

        ul.pageNumbers > li > a {
    border: 0;
}

        ul.pageNumbers > li > input.skipToPage {
    width: 20px;
    text-align: right;
}

        ul.pageNumbers > li > a > img:hover {
    cursor: pointer;
}

ul > li.selectedPageNumber {
    color: #00F;
}


/*the new pager*/
div.pager-container {
    border-top: 1px solid #cccccc;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.pager-list {
    width: 100%;
}

    ul.pager-list li {
    display: inline-block;
    vertical-align: text-top;
    height: 22px;
}

        ul.pager-list li a.action-numeric {
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    display: block;
    height: 17px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 3px;
    vertical-align: middle;
}

        ul.pager-list li.first-page {
    padding-left: 0px;
    padding-right: 6px;
}

        ul.pager-list li.previous-page, ul.pager-list li.next-page, ul.pager-list li.last-page {
    padding-left: 6px;
    padding-right: 6px;
}

        ul.pager-list li.content-text {
    height: 18px;
    padding-top: 4px;
    padding-right: 4px;
    padding-left: 4px;
}

        ul.pager-list li.items-per-page {
    float: right;
}

        ul.pager-list li input[type="text"].current-page {
    width: 30px;
}

        ul.pager-list li select.page-size {
    width: 50px;
}

        ul.pager-list li a.state-active {
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    background-color: #efefef;
    border-color: #cccccc;
}

        ul.pager-list li a.action-numeric:hover {
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    background-color: #fef0d5;
    border-color: #fef0d5;
}

/*------------------------------------------------------------------------------------------------------------------------   
       Scrollable content
------------------------------------------------------------------------------------------------------------------------*/
.scrollable {
    overflow: auto;
}

/*------------------------------------------------------------------------------------------------------------------------   
      CMlight Contract details
------------------------------------------------------------------------------------------------------------------------*/

table.layout-content-details {
    line-height: 1.5;
}

    table.layout-content-details > tbody > tr > td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 5px;
}


        table.layout-content-details > tbody > tr > td strong {
    font-weight: bold;
}

        table.layout-content-details > tbody > tr > td.row-delimiter {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
}

        table.layout-content-details > tbody > tr > td.col-delimiter {
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #CCCCCC;
}

        table.layout-content-details > tbody > tr > td.three-cols {
    width: 31%;
}

        table.layout-content-details > tbody > tr > td.two-cols {
    width: 47%;
}

h3.main-contract {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    padding-left: 5px;
    padding-top: 15px;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

h3.sub-contract {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    padding-left: 5px;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-top: 20px;
}

/*------------------------------------------------------------------------------------------------------------------------   
       Contract categories
------------------------------------------------------------------------------------------------------------------------*/

div.tree-control-bar {
    background-color: #E6E9F3;
    padding: 8px 0px 8px 5px;
    font-weight: bold;
}

    div.tree-control-bar input {
    vertical-align: middle;
    margin: 0px;
}

/*------------------------------------------------------------------------------------------------------------------------   
       Checklist
------------------------------------------------------------------------------------------------------------------------*/

ul.list-menu > li {
    padding: 5px;
}

    ul.list-menu > li.header-section {
    background-color: #E6E9F3;
    padding: 8px 0px 8px 5px;
    font-weight: bold;
}

    ul.list-menu > li > img {
    margin-right: 10px;
    vertical-align: middle;
}

/*------------------------------------------------------------------------------------------------------------------------   
        Planned procurement
------------------------------------------------------------------------------------------------------------------------*/

form input[type="text"].estimated-value {
    width: 20em;
}

div.check-list-icon {
    background-position: left center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

div.check-list-icon-not-started {
    background-image: url('/img/icn_notok.png');
}

div.check-list-icon-completed {
    background-image: url('/img/icn_ok.png');
}

p.container-info {
    color: red;
    font-size: 10px;
    font-style: italic;
}
/*------------------------------------------------------------------------------------------------------------------------   
        Templates hidden
------------------------------------------------------------------------------------------------------------------------*/
.hide {
    display: none; /*Don't use this class for hiding things, use the ui-helper-hidden from Jquery UI instead'*/
}

/*------------------------------------------------------------------------------------------------------------------------   
        Create Contracts
------------------------------------------------------------------------------------------------------------------------*/

.supplier-box {
    padding-top: 15px;
    padding-bottom: 15px;
}

/*------------------------------------------------------------------------------------------------------------------------   
        Auction summary
------------------------------------------------------------------------------------------------------------------------*/

.left-box {
    float: left;
    width: 60%;
    padding-right: 20px;
}

.right-box {
    float: left;
    width: 35%;    
}

div.container-default > div.header-transperant {
    background-color: #E6E9F3;
}

    div.container-default > div.header-transperant > h2 {
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px;
}

/*------------------------------------------------------------------------------------------------------------------------   
        Module management
------------------------------------------------------------------------------------------------------------------------*/
.module-list strong {
    font-weight: bold;
}

.module-list-header {
    background-color: #6A759A;
    color: #fff;
    padding: 5px;
    font-weight: bold;
}

.module-list-header h3 {
    float: left;
    width: 80%;
    max-width: 500px;
}

.module-list {
}
    
.module-list > li > p {
    float: left;
    width: 80%;
    max-width: 500px;
}

.module-list > li {
    overflow: hidden;
    padding: 5px;
}

.module-list > li.alternate {
    background-color: #F3F4F8;
}


/*------------------------------------------------------------------------------------------------
  List with items that you can add or remove (example  ctm/CompanyAdmin/AssignUserGroupsSetup)
---------------------------------------------------------------------------------------------------*/

.sub-container {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    position: relative;
}

.sub-container:first-child {
    border: 0;
    padding: 0;
}

.sub-container .fieldset {
    margin-right: 200px;
}

    .actions {
        position: absolute;
        bottom: 0;
        right: 10px;
    }

.ui-icon.inline-icon {
    display: inline-block;
    margin-bottom: -3px;
    line-height: 1.4;
}

.add-group {
    margin: 0;
}

.add-group-container {
    float: left;   
}

.overlay {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.5;
    z-index: 999;
}

    .gif-container {
        position: relative;
        left: 50%;
        top: 50%;
    }

.sub-content {
    max-width: 900px;
}

ul.group-item-list {
    margin-bottom: 5px;
}

ul.horizontal-list > li {
    display: block;
}

ul.vertical-list > li {
    float: left;
}

.group-item {
    display: inline-block;
    *zoom: 1;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #e6e6e6;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    padding: 1px;
}




/*----------------------------------------------------------------------------------------
    Messages
    --------------------------------------------------------------------------------------*/
.message-success {
    background: #EFFEB9 url('/ctm/content/images/accept.png') no-repeat scroll 15px center;
    border: 1px solid #C1D779;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 10px 10px 10px 50px;
    color: #3C5A01;
}


.message-fail {
    background: #feb9b9 url('/ctm/content/images/icon_error.png') no-repeat scroll 15px center;
    border: 1px solid #d77979;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 10px 10px 10px 50px;
    color: #5A0101;
}

.message-warning {
    background: #fafeb9 url('/ctm/content/images/icn_alert.png') no-repeat scroll 15px center;
    border: 1px solid #d7d579;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 10px 10px 10px 50px;
    color: #6A6A00;
}

.message-info {
    background: #D3E4FE url('/ctm/content/images/icn_info.png') no-repeat scroll 15px center;
    border: 1px solid #8BB9FE;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 10px 10px 10px 50px;
    color: #012B69;
}


/*----------------------------------------------------------------------------------------
    Tender List
--------------------------------------------------------------------------------------*/
.paratexthead, .instructionClass {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

.paratexthead {
    cursor: pointer;
	text-align: right; 
    width: 100%;
	display: block;
}

.instructionClass {
    vertical-align: top;
    width: 400px;
    position: absolute;
    top: 125px;
    right: 60px;
    border: solid 1px darkblue;
    padding: 5px;
    display: none;
	background-color: #ffffff;
}

    .instructionClass li {
	font-weight: normal;
	padding: 2px;
}

