/*
 *	Alfred Health
 *
 *	@author		Fabrice Million
 *	@version	v1.0.1
 *
 */
/*================================================
		Base    										
================================================*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

    q:before, q:after, blockquote:before, blockquote:after {
        content: "";
        content: none;
    }

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

/*================================================
		Common styles to all page 						
================================================*/
#overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: .8;
    z-index: 3;
    display: none;
    top: 0;
}

article.panel strong {
    font-weight: bold;
    color: #000;
}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 0px;
	margin: 0px;
	background-color: #fbfaf3;
}

#wrapper {
    background: #fbfaf3 url('/content/img/background.png?1355443509') repeat-x;
}

.centred {
    width: 960px;
    margin: auto;
    display: block;
}

a {
    text-decoration: none;
    color: #1588D9;
}

    a:hover {
        text-decoration: underline;
    }

    a.resetPassword {
        color: #1588d9;
    }

h1 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 20px;
}

h2 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 20px;
}

input[type="text"],
input[type="password"],
select,
textarea {
    padding: 6px;
    border: 1px solid #a8a69c;
    font-family: arial;
    font-size: 12px;
    background-color: #fff;
}

    input[type="text"].default,
    input[type="password"].default,
    select.default,
    textarea.default {
        color: #b2b2b2;
    }

hr {
    border: 0;
    height: 1px;
    background-color: #e5e4da;
    margin: 0 0 20px 0;
    clear: both;
}

.researcherName,
.researcherName a {
    color: #1588d9;
}

.expander {
    color: #333;
    text-decoration: none;
    height: 20px;
    padding-left: 20px;
    cursor: pointer;
    margin-bottom: 0;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .expander.collapse-open {
        background: url('/content/img/arrow_down.png?1355443508') no-repeat left 5px;
    }

    .expander.collapse-close {
        background: url('/content/img/arrow_right.png?1355443509') no-repeat left 5px;
    }

.nav_header {
    background: #333333 url('/content/img/navBackground.png?1355443509') repeat-x;
    color: #dbdacf;
    padding: 20px 16px 16px 16px;
    height: 19px;
    margin: 0px;
}

    .nav_header > div {
        width: 960px;
        margin: auto;
        display: block;
    }

    .nav_header h2 {
        font-weight: normal;
        font-size: 18px;
        margin: 0px;
        float: left;
        color: #fff;
    }

    .nav_header a {
        color: #fff;
    }

.status {
    display: inline-block;
    height: 28px;
    float: left;
    color: white;
    border-radius: 4px;
    border: 1px solid #555555;
    box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.25);
    background-color: #333;
    margin-left: 20px;
    margin-top: -6px;
    border-color: #555555;
    padding-left: 20px;
    padding-right: 20px;
}

    .status p {
        line-height: 30px;
        font-weight: bold;
    }

.login_details {
    float: right;
    display: block;
    margin-top: 3px;
}

#logoutBut {
    margin-left: 10px;
}

#profileBut {
    margin: 0 10px 0 10px;
}

.base_header {
    width: 960px;
    margin: auto;
    display: block;
    height: 90px;
    background: url('/content/img/header.png?1355443508') no-repeat center top;
}

    .base_header a, .base_header a:hover, .base_header a:visited {
        color: #fff;
    }

    .base_header ul {
        display: block;
        padding: 0px;
        margin: 0px;
        overflow: auto;
        float: left;
        margin-top: 45px;
    }

        .base_header ul li {
            display: block;
            float: left;
            color: #fff;
            border-radius: 4px;
            border: 1px solid #c92f45;
            margin-right: 5px;
        }

            .base_header ul li a {
                display: block;
                padding: 15px;
                padding-top: 10px;
                padding-bottom: 10px;
                text-decoration: none;
            }

            .base_header ul li:hover {
                background-color: #da4056;
            }

            .base_header ul li.selected {
                background-color: #bc2d42;
                box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.25);
                border-color: #d83e54;
            }

.searchBox {
    float: right;
    position: relative;
    top: 20px;
    width: 252px;
    z-index: 2;
}

    .searchBox > div {
        border: 1px solid #b92b40;
        overflow: auto;
        border-radius: 4px;
    }

    .searchBox > a {
        display: block;
        float: right;
        margin-top: 10px;
    }

    .searchBox input {
        color: #000;
        border: none;
        float: left;
        padding: 8px 0 8px 12px;
        border-radius: 3px 0px 0px 3px;
        width: 200px;
        height: 20px;
        outline: none;
    }

        .searchBox input.default {
            color: #b2b2b2;
        }

.tablePanel,
.panel {
    overflow: hidden;
    *zoom: 1;
    border: 1px solid #e5e4da;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px / 4px;
    border-radius: 4px / 4px;
    padding: 20px;
    margin-bottom: 30px;
    clear: both;
}

    .panel.highlight {
        background-color: #fff;
    }

.tab_menu {
    background: #272727 url('/content/img/navBackground.png?1355443509') repeat-x 0px -55px;
}

    .tab_menu > div {
        width: 960px;
        margin: auto;
        display: block;
        overflow: hidden;
        *zoom: 1;
        height: 43px;
        position: relative;
    }

    .tab_menu ul {
        display: block;
        float: left;
        width: 100%;
        overflow: auto;
        padding: 0px;
        margin: 0px;
        position: relative;
        top: 8px;
    }

        .tab_menu ul > li {
            float: left;
            background-color: #d3d1c5;
            margin-right: 5px;
            border-radius: 4px 4px 0px 0px;
            border-top: 1px solid #fff;
            font-weight: bold;
            position: relative;
            min-width: 140px;
        }

            .tab_menu ul > li.darkest {
                background-color: #8b8980;
            }

                .tab_menu ul > li.darkest.selected {
                    background-color: #fbfaf3;
                }

                .tab_menu ul > li.darkest:hover {
                    background-color: #fbfaf3;
                }

            .tab_menu ul > li:hover {
                background-color: #e7e6dc;
            }

            .tab_menu ul > li.selected {
                background-color: #fbfaf3;
            }

            .tab_menu ul > li > a {
                color: #373734;
                display: inline-block;
                padding-top: 10px;
                padding-bottom: 0px;
                padding-left: 15px;
                padding-right: 40px;
                height: 25px;
            }

                .tab_menu ul > li > a:hover {
                    text-decoration: none;
                }

                .tab_menu ul > li > a > span {
                    float: right;
                    display: block;
                    color: #fff;
                    text-align: center;
                    position: relative;
                    top: -3px;
                    font-size: 11px;
                    line-height: 22px;
                }

                    .tab_menu ul > li > a > span.numberedBadge {
                        -webkit-border-radius: 999px;
                        -moz-border-radius: 999px;
                        border-radius: 999px;
                        display: inline-block;
                        height: 11px;
                        padding: 4px;
                        min-width: 11px;
                        border: 1px solid #343434;
                        color: white;
                        text-align: center;
                        font: 11px Arial, sans-serif;
                        background-color: #343434;
                        line-height: 11px;
                        font-weight: bold;
                        margin-left: 10px;
                        position: absolute;
                        top: 7px;
                        right: 0;
                    }

.grid, .radio {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    width: 100%;
    background-color: #fff;
    border-collapse: separate;
    border: 1px solid #cfcdc0;
    border-bottom: none;
    margin-bottom: 20px;
}

    .grid th, .grid td, .radio th, .radio td {
        padding: 8px;
        border-bottom: 1px solid #cfcdc0;
        line-height: 18px;
    }

    .grid thead tr, .radio thead tr {
        background: #cfcdc0 url('/content/img/tableHeader.png?1355443509') repeat-x;
    }

    .grid th, .radio th {
        text-align: left;
        font-weight: bold;
        color: #5c5543;
    }

    .grid tr td.tableButtons, .radio tr td.tableButtons {
        margin: 8px 4px;
        width: 150px;
    }

    .grid tr.alt, .radio tr.alt {
        background-color: #fbfaf3;
    }

    .grid tr.error, .radio tr.error {
        background-color: #f9e1e1;
    }

    .grid tr.highlighted {
        background-color: #FFE08A;
    }

        .grid tr.highlighted td:first-child {
            border-left: 4px solid #FF9800;
        }

.radio tbody tr th:first-child {
    padding-left: 15px;
}

    .radio .RadioButton {
        margin-left: 5px;
        display: inline-block;
        width: 17px;
        margin-right: 15px;
        float: left;
        height: 18px;
        background: transparent url('/content/img/sprt_radio.png?1355443509') no-repeat;
    }

    .radio tr.selected .RadioButton,
    .radio tr.alt.selected .RadioButton {
        background: transparent url('/content/img/sprt_radio.png?1355443509') 0 18px;
    }

#contentWrapper {
    padding-top: 30px;
    width: 960px;
    margin: auto;
    display: block;
    position: relative;
}

    #contentWrapper h1 {
        margin-top: 0;
        float: left;
    }

.minuteBut {
    color: #1588d9;
}

.ascii_plus {
    font-size: 16px;
    margin-right: 5px;
}

.colPending,
.colPending a {
    color: #dc1a1a;
}

.colAwaiting,
.colAwaiting a {
    color: #0f74e6;
}

.colApproved,
.colApproved a {
    color: #259e00;
}

.colClosed,
.colClosed a {
    color: #666666;
}

.colAltBlue,
.colAltBlue a {
    color: #1588d9;
    width: 115px;
}

.colError,
.colError a {
    color: #c92f45;
}

.colOnHold,
.colOnHold a {
    color: #ff7800;
}

.contentPanel {
    clear: both;
    overflow: hidden;
    *zoom: 1;
    margin-bottom: 30px;
}

.important {
    color: #ff1616;
}

/* Searchbox jQuery UI Autocomplete */
.base_header ul.ui-autocomplete {
    position: absolute;
    cursor: default;
    border: none;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    color: #000000;
    list-style: none;
    margin: 0;
    display: block;
    -webkit-box-shadow: 0px 9px 15px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 9px 15px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 9px 15px rgba(50, 50, 50, 0.5);
    background: #fff;
    width: 248px;
    z-index: 1;
    /* workarounds ie6 */
    /* without this, the menu expands to 100% in IE6 */
}

    .base_header ul.ui-autocomplete span.name {
        color: #000000;
    }

    .base_header ul.ui-autocomplete a, .base_header ul.ui-autocomplete a:hover {
        color: #000000;
    }

    .base_header ul.ui-autocomplete a {
        text-decoration: none;
        display: block;
        line-height: 1.5;
        zoom: 1;
        border: none;
        background: none;
        padding: 10px;
        outline: none;
    }

    .base_header ul.ui-autocomplete p {
        font-size: 11px;
    }

        .base_header ul.ui-autocomplete p span.name {
            float: right;
            color: #1588d9;
        }

        .base_header ul.ui-autocomplete p span.status {
            color: inherit;
            border: none;
            margin-left: 0;
            margin-top: 0;
            padding-left: 0;
            box-shadow: none;
            background-color: transparent;
        }

    .base_header ul.ui-autocomplete h3 {
        margin-bottom: 5px;
        font-weight: bold;
        font-size: 12px;
    }

    .base_header ul.ui-autocomplete li {
        border-radius: 0;
    }

        .base_header ul.ui-autocomplete li.ui-menu-item {
            margin: 0;
            padding: 0;
            border: none;
            width: 248px;
            border-bottom: 1px solid #dcdcda;
        }

            .base_header ul.ui-autocomplete li.ui-menu-item:hover {
                background-color: #f1eee5;
                border-radius: 0;
            }

            .base_header ul.ui-autocomplete li.ui-menu-item:first-child {
                -webkit-border-radius: 5px 5px 0px 0px;
                -moz-border-radius: 5px 5px 0px 0px;
                -ms-border-radius: 5px 5px 0px 0px;
                -o-border-radius: 5px 5px 0px 0px;
                border-radius: 5px 5px 0px 0px;
                border-top: 1px solid #dcdcda;
            }

            .base_header ul.ui-autocomplete li.ui-menu-item:last-child {
                -webkit-border-radius: 0px 0px 5px 5px;
                -moz-border-radius: 0px 0px 5px 5px;
                -ms-border-radius: 0px 0px 5px 5px;
                -o-border-radius: 0px 0px 5px 5px;
                border-radius: 0px 0px 5px 5px;
            }

    .base_header ul.ui-autocomplete .ui-widget-content {
        background: #fff;
    }

    .base_header ul.ui-autocomplete .ui-autocomplete-loading {
        background: none;
    }

    .base_header ul.ui-autocomplete * html .ui-autocomplete {
        width: 1px;
    }

.base_header .ui-corner-all {
    padding: 0;
    margin: 0;
}

.base_header .ui-state-hover {
    padding: 0;
    margin: 0;
}

.base_header .ui-menu .ui-menu-item a.ui-state-hover,
.base_header .ui-menu .ui-menu-item a.ui-state-active {
    margin: 0px;
    background: none;
}

.expandable {
    overflow: hidden;
    *zoom: 1;
    clear: both;
}

.inputAddBox input {
    float: left;
    margin: 0;
    height: 17px;
    width: 217px;
}

/* Validation */
.input-error {
    background-color: #fbeff1;
    border: 1px solid #d5a4ab;
}

.field-validation-error {
    color: #b92b40;
    background-image: url(/Content/img/errorIcon.png);
    background-repeat: no-repeat;
    padding-left: 23px;
    display: block;
    clear: both;
    line-height: 17px;
}

#appDetailsPanel .field-validation-error {
    margin: 5px 0 0 128px;
}

#appDetailsPanel div.left .field-validation-error {
    margin: 5px 0 0 128px;
}

#appDetailsPanel div.right .field-validation-error {
    margin: 5px 0 0 162px;
}

#loginBox .field-validation-error {
    margin-left: 136px;
}

.feedback {
    display: inline-block;
    margin-bottom: 20px;
    position: absolute;
    right: 0px;
    top: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

    .feedback p {
        text-align: center;
        margin: 0px;
        padding: 15px;
    }

    .feedback.ok {
        background-color: #cef3c0;
        border: 1px solid #9eda76;
    }

        .feedback.ok p {
            color: #1f6616;
        }

    .feedback.error {
        background-color: #E70022;
    }

        .feedback.error p {
            color: #ffffff;
        }

.datePicker {
    background-image: url(/Content/img/pictoDatePicker.png);
    background-repeat: no-repeat;
    background-position: right center;
    width: 110px;
    margin-left: 20px;
}

.button-container {
    display: block;
    float: none;
    clear: both;
    margin-top: 10px;
}

    .button-container .button, .button-container .darkButton, .button-container #buttonLogin, .button-container .blueButton, .button-container .popupBox .buttonAdd, .popupBox .button-container .buttonAdd {
        float: right;
        margin-left: 8px;
    }

    .button-container > div {
        overflow: auto;
    }

        .button-container > div .buttonSave {
            clear: none;
        }

.ui-datepicker-header {
    border: 1px solid #999;
    background-color: #ccc;
}

.ui-datepicker .ui-datepicker-title select {
    padding: 2px;
    /*
  margin-left:2px;
  margin-right:2px;
  */
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-menu .ui-menu-item a.ui-state-focus {
    margin: 0 !important;
}

/*================================================
		Button styles  									
================================================*/
.button, .darkButton, #buttonLogin, .blueButton, .popupBox .buttonAdd {
    border-radius: 5px;
    padding: 8px 10px 8px 8px;
    cursor: pointer;
    text-align: center;
    display: block;
    font-size: 12px;
    height: 9px;
    line-height: 9px;
    min-width: 100px;
}

    .button:hover, .darkButton:hover, #buttonLogin:hover, .blueButton:hover, .popupBox .buttonAdd:hover {
        text-decoration: none;
    }

.darkButton, #buttonLogin {
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #494949), color-stop(100%, #2c2c2c));
    background: -webkit-linear-gradient(#494949, #2c2c2c);
    background: -moz-linear-gradient(#494949, #2c2c2c);
    background: -o-linear-gradient(#494949, #2c2c2c);
    background: linear-gradient(#494949, #2c2c2c);
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF494949', endColorstr='#FF2C2C2C');
}

    .darkButton:hover, #buttonLogin:hover {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #636363), color-stop(100%, #464646));
        background: -webkit-linear-gradient(#636363, #464646);
        background: -moz-linear-gradient(#636363, #464646);
        background: -o-linear-gradient(#636363, #464646);
        background: linear-gradient(#636363, #464646);
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF636363', endColorstr='#FF464646');
    }

.standOutButton {
    background: #5f9ae2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #5f9ae2 0%, #276bbe 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5f9ae2), color-stop(100%, #276bbe));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5f9ae2 0%, #276bbe 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5f9ae2 0%, #276bbe 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5f9ae2 0%, #276bbe 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #5f9ae2 0%, #276bbe 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f9ae2', endColorstr='#276bbe',GradientType=0 );
    /* IE6-9 */
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 20px;
    padding-left: 30px;
    padding-right: 30px;
    float: right;
}

    .standOutButton:hover {
        background: #72aaef;
        /* Old browsers */
        background: -moz-linear-gradient(top, #72aaef 0%, #3d7ecd 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #72aaef), color-stop(100%, #3d7ecd));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #72aaef 0%, #3d7ecd 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #72aaef 0%, #3d7ecd 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #72aaef 0%, #3d7ecd 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #72aaef 0%, #3d7ecd 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72aaef', endColorstr='#3d7ecd',GradientType=0 );
        /* IE6-9 */
    }

.blueButton, .popupBox .buttonAdd {
    color: #fff;
    border-top: 1px solid #54a9e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #429fe0), color-stop(100%, #1588d9));
    background: -webkit-linear-gradient(#429fe0, #1588d9);
    background: -moz-linear-gradient(#429fe0, #1588d9);
    background: -o-linear-gradient(#429fe0, #1588d9);
    background: linear-gradient(#429fe0, #1588d9);
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF429FE0', endColorstr='#FF1588D9');
}

    .blueButton:hover, .popupBox .buttonAdd:hover {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #49b4ff), color-stop(100%, #219aee));
        background: -webkit-linear-gradient(#49b4ff, #219aee);
        background: -moz-linear-gradient(#49b4ff, #219aee);
        background: -o-linear-gradient(#49b4ff, #219aee);
        background: linear-gradient(#49b4ff, #219aee);
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF49B4FF', endColorstr='#FF219AEE');
    }

.changeStatusButton {
    color: #fff;
    /*background: linear-gradient(#d83e54, #9b2536) repeat scroll 0 0 transparent;
  border-top: 1px solid #d83e54;
  background-color:red;*/
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #429fe0), color-stop(100%, #1588d9));
    background: -webkit-linear-gradient(#429fe0, #1588d9);
    background: -moz-linear-gradient(#429fe0, #1588d9);
    background: -o-linear-gradient(#429fe0, #1588d9);
    background: linear-gradient(#429fe0, #1588d9);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#429fe0', endColorstr='#1588d9');
}

    .changeStatusButton:hover {
        /*background: linear-gradient(#e85066, #c92f45) repeat scroll 0 0 transparent;*/
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #49b4ff), color-stop(100%, #219aee));
        background: -webkit-linear-gradient(#49b4ff, #219aee);
        background: -moz-linear-gradient(#49b4ff, #219aee);
        background: -o-linear-gradient(#49b4ff, #219aee);
        background: linear-gradient(#49b4ff, #219aee);
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF49B4FF', endColorstr='#FF219AEE');
    }

#ApplicationSearchButton {
    display: block;
    float: left;
    width: 37px;
    height: 36px;
    background: url('/content/img/applicationSearchButton.png?1355443508') no-repeat;
    cursor: pointer;
}

    #ApplicationSearchButton:hover {
        background-position: 0px -40px;
    }

    #ApplicationSearchButton > span {
        display: none;
    }

.buttonSmlDelete,
.buttonSmlDownload {
    height: 19px;
    width: 19px;
    padding-top: 7px;
    padding-left: 7px;
}

    .buttonSmlDelete span,
    .buttonSmlDownload span {
        display: block;
        height: 13px;
        width: 13px;
        overflow: hidden;
    }

.buttonLrgDownload {
    height: 19px;
    padding-top: 7px;
    padding-left: 7px;
}

    .buttonLrgDownload span.desc {
        color: #fff;
        float: left;
        margin-right: 5px;
        margin-top: -2px;
    }

    .buttonLrgDownload span.picto {
        display: block;
        height: 13px;
        width: 13px;
        overflow: hidden;
        margin-right: 7px;
    }

.buttonSmlLocked,
.buttonSmlUnlocked,
.buttonSmlDelete,
.buttonSmlDownload,
.buttonLrgDownload,
.buttonSmlUpload {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #494949), color-stop(100%, #2c2c2c));
    background: -webkit-linear-gradient(#494949, #2c2c2c);
    background: -moz-linear-gradient(#494949, #2c2c2c);
    background: -o-linear-gradient(#494949, #2c2c2c);
    background: linear-gradient(#494949, #2c2c2c);
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF494949', endColorstr='#FF2C2C2C');
}

    .buttonSmlLocked:hover,
    .buttonSmlUnlocked:hover,
    .buttonSmlDelete:hover,
    .buttonSmlDownload:hover,
    .buttonLrgDownload:hover,
    .buttonSmlUpload:hover {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #636363), color-stop(100%, #464646));
        background: -webkit-linear-gradient(#636363, #464646);
        background: -moz-linear-gradient(#636363, #464646);
        background: -o-linear-gradient(#636363, #464646);
        background: linear-gradient(#636363, #464646);
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF636363', endColorstr='#FF464646');
    }

    .buttonSmlLocked span,
    .buttonSmlUnlocked span,
    .buttonSmlDelete span,
    .buttonSmlDownload span,
    .buttonLrgDownload span,
    .buttonSmlUpload span {
        display: block;
        overflow: hidden;
    }

.buttonSmlUpload {
    border-radius: 5px;
    padding: 9px 10px 8px 8px;
    cursor: pointer;
    text-align: center;
    display: block;
    font-size: 14px;
    height: 9px;
    line-height: 9px;
    color: #fff;
}

    .buttonSmlUpload:hover {
        text-decoration: none;
    }

    .buttonSmlUpload span {
        float: left;
        display: block;
        height: 25px;
        width: 20px;
        margin-left: 0px;
        margin-top: -8px;
        background: transparent url('/content/img/pictoUpload.png?1355443508') no-repeat left center;
    }

.buttonSmlDownload span {
    background: transparent url('/content/img/pictoDownload.png?1355443509') no-repeat center center;
}

.buttonLrgDownload span.picto {
    background: transparent url('/content/img/pictoDownload.png?1355443509') no-repeat center center;
}

.buttonSmlDelete span {
    background: transparent url('/content/img/pictoDelete.png?1355443508') no-repeat center center;
}

.buttonSmlLocked {
    height: 20px;
    width: 20px;
    padding-top: 6px;
    padding-left: 6px;
}

    .buttonSmlLocked span {
        background: transparent url('/content/img/sprt_lock.png?1355443509') no-repeat 0 -2px;
        height: 14px;
        width: 13px;
    }

.buttonSmlUnlocked {
    height: 22px;
    width: 19px;
    padding-top: 4px;
    padding-left: 7px;
}

    .buttonSmlUnlocked span {
        height: 18px;
        width: 13px;
        background: transparent url('/content/img/sprt_lock.png?1355443509') no-repeat 0 -18px;
    }

.tableButtons a {
    float: right;
    margin-left: 8px;
}

    .tableButtons a:last-child {
        margin-left: 0px;
        margin-right: 0;
    }

.buttonDownload,
.buttonDelete,
.buttonAdd,
.buttonUpload,
.buttonCancel,
.buttonSearch {
    min-width: 120px;
    text-align: left;
    color: #ffffff;
    line-height: 8px;
    border-top: 1px solid #5f5f5f;
    background: #494949;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #494949), color-stop(100%, #2c2c2c));
    background: -webkit-linear-gradient(#494949, #2c2c2c);
    background: -moz-linear-gradient(#494949, #2c2c2c);
    background: -o-linear-gradient(#494949, #2c2c2c);
    background: linear-gradient(#494949, #2c2c2c);
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF494949', endColorstr='#FF2C2C2C');
}

    .buttonDownload:hover,
    .buttonDelete:hover,
    .buttonAdd:hover,
    .buttonUpload:hover,
    .buttonCancel:hover,
    .buttonSearch:hover {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #636363), color-stop(100%, #464646));
        background: -webkit-linear-gradient(#636363, #464646);
        background: -moz-linear-gradient(#636363, #464646);
        background: -o-linear-gradient(#636363, #464646);
        background: linear-gradient(#636363, #464646);
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF636363', endColorstr='#FF464646');
        text-decoration: none;
    }

    .buttonDownload span,
    .buttonDelete span,
    .buttonAdd span,
    .buttonUpload span,
    .buttonCancel span,
    .buttonSearch span {
        display: inline;
        float: left;
        display: block;
        height: 25px;
        width: 25px;
        margin-left: -6px;
        margin-top: -8px;
    }

.buttonCancel {
    text-align: center;
}

.buttonDownload {
    margin-right: 10px;
}

    .buttonDownload span {
        background: transparent url('/content/img/pictoDownload.png?1355443509') no-repeat center center;
    }

.buttonDelete {
    display: inline-block;
    margin-right: 10px;
}

    .buttonDelete span {
        background: transparent url('/content/img/pictoDelete.png?1355443508') no-repeat center center;
    }

.buttonAdd {
    display: inline-block;
    margin-right: 10px;
}

    .buttonAdd span {
        background: transparent url('/content/img/pictoAdd.png?1355443508') no-repeat center center;
    }

.buttonUpload {
    display: inline-block;
    margin-right: 10px;
}

    .buttonUpload span {
        background: transparent url('/content/img/pictoUpload.png?1355443508') no-repeat center center;
    }

#buttonLogin {
    width: 64px;
    float: right;
}

.buttonFinalise, .buttonSave {
    float: right;
}

.buttonSearch {
    min-width: 100px;
    clear: both;
    float: right;
    text-align: center;
}

.buttonNew {
    position: absolute;
    top: 9px;
    right: 0;
    float: right;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    background-color: #d3d2c5;
    border-top: 1px solid #F1F1EC;
    line-height: 10px;
    height: 9px;
}

    .buttonNew:hover {
        background-color: #edece6;
    }

.tab_menu .buttonNew {
    min-width: 140px;
}

.tabMenuBut {
    display: block;
    border-radius: 5px;
    padding: 8px 10px 8px 8px;
    cursor: pointer;
    position: absolute;
    top: 9px;
    right: 0;
    float: right;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    background-color: #333;
    line-height: 9px;
    height: 9px;
}

    .tabMenuBut:hover {
        background-color: #333;
        text-decoration: none;
    }

.buttonPopUpClose {
    cursor: pointer;
    float: right;
    width: 13px;
    height: 13px;
    background: transparent url(/Content/img/popupClose.png) no-repeat 0 0;
}

    .buttonPopUpClose:hover {
        background-position: 0px -20px;
    }

.tagButton {
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #cfcdc0;
    min-height: 25px;
    padding-left: 5px;
    padding-right: 0px;
    line-height: 25px;
    margin-right: 5px;
    float: left;
    margin-top: 5px;
}

    .tagButton.hasPenalties {
        background-color: rgba(255, 0, 0, 0.2);
    }

    .tagButton .remove {
        margin: 5px;
        margin-top: 7px;
        cursor: pointer;
        display: inline;
        float: right;
        width: 15px;
        height: 15px;
        background: url(/Content/img/removeTag.png) no-repeat;
        overflow: hidden;
    }

        .tagButton .remove:hover {
            background-position: 0 -20px;
        }

#appDetailsPanel .tagButton span {
    margin-left: 5px;
    max-width: 85%;
    display: inline-block;
}

.panel .buttonSave {
    float: right;
    clear: both;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #494949), color-stop(100%, #2c2c2c));
    background: -webkit-linear-gradient(#494949, #2c2c2c);
    background: -moz-linear-gradient(#494949, #2c2c2c);
    background: -o-linear-gradient(#494949, #2c2c2c);
    background: linear-gradient(#494949, #2c2c2c);
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF494949', endColorstr='#FF2C2C2C');
    float: right;
    color: #ffffff;
    min-width: 100px;
}

    .panel .buttonSave:hover {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #636363), color-stop(100%, #464646));
        background: -webkit-linear-gradient(#636363, #464646);
        background: -moz-linear-gradient(#636363, #464646);
        background: -o-linear-gradient(#636363, #464646);
        background: linear-gradient(#636363, #464646);
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF636363', endColorstr='#FF464646');
    }

.panel .buttonSearch {
    clear: both;
}

.panel#meetingSearchPanel .buttonSearch {
    clear: none;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.popupBox .button, .popupBox .darkButton, .popupBox #buttonLogin, .popupBox .blueButton, .popupBox .buttonAdd {
    display: inline;
    float: right;
    margin-left: 10px;
    padding: 10px 30px 10px 30px;
}

.popupBox .buttonCancel, .popupBox .buttonSave {
    display: inline;
    float: right;
    min-width: 50px;
    padding: 10px 30px 10px 30px;
}

.popupBox .buttonAdd {
    min-width: 50px;
    border-top: none;
    padding: 10px 30px 10px 30px;
}

#popupUploadFile .buttonSelect,
#popupNewReport .buttonSelect {
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #494949), color-stop(100%, #2c2c2c));
    background: -webkit-linear-gradient(#494949, #2c2c2c);
    background: -moz-linear-gradient(#494949, #2c2c2c);
    background: -o-linear-gradient(#494949, #2c2c2c);
    background: linear-gradient(#494949, #2c2c2c);
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF494949', endColorstr='#FF2C2C2C');
    float: left;
    text-align: center;
    margin-left: 0;
    margin-bottom: 10px;
}

    #popupUploadFile .buttonSelect:hover,
    #popupNewReport .buttonSelect:hover {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #636363), color-stop(100%, #464646));
        background: -webkit-linear-gradient(#636363, #464646);
        background: -moz-linear-gradient(#636363, #464646);
        background: -o-linear-gradient(#636363, #464646);
        background: linear-gradient(#636363, #464646);
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF636363', endColorstr='#FF464646');
    }

.changePasswordBut {
    font-size: 12px;
    padding: 8px 20px 8px 20px;
}

/*================================================
		Pages Specifics 							
================================================*/
#loginBox {
    width: 390px;
    margin: auto;
    display: block;
    padding: 20px;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e5e4da;
    margin-top: 40px;
}

    #loginBox #username {
        overflow: hidden;
        *zoom: 1;
        margin-bottom: 6px;
    }

        #loginBox #username label {
            float: left;
            padding-top: 8px;
            font-size: 14px;
            color: #333;
            width: 100px;
        }

    #loginBox #password {
        overflow: hidden;
        *zoom: 1;
        clear: both;
    }

        #loginBox #password label {
            float: left;
            padding-top: 8px;
            font-size: 14px;
            color: #333;
            width: 100px;
        }

    #loginBox #action {
        overflow: hidden;
        *zoom: 1;
        width: 258px;
        margin-left: 132px;
        margin-top: 10px;
    }

        #loginBox #action label {
            position: relative;
            top: -2px;
        }

    #loginBox input[type="text"], #loginBox input[type="password"] {
        width: 276px;
    }

    #loginBox input[type="submit"] {
        cursor: pointer;
        width: 84px;
        height: 30px;
        border: none;
    }

#dashboardPanel {
    background-color: #fff;
    padding: 20px;
}

    #dashboardPanel .todos {
        float: left;
        width: 229.5px;
        font-size: 14px;
    }

    #dashboardPanel ul {
        width: 180px;
        margin-left: 10px;
    }

        #dashboardPanel ul li {
            font-size: 12px;
            margin-bottom: 12px;
        }

    #dashboardPanel h2 {
        margin-top: 0;
    }

.numberedBadge {
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    display: inline-block;
    height: 10px;
    padding: 4px;
    min-width: 10px;
    border: 1px solid #343434;
    color: white;
    text-align: center;
    font: 12px Arial, sans-serif;
    background-color: #343434;
    line-height: 10px;
    margin-left: -8px;
    margin-right: 5px;
}

h2.todoItem {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.dashboard > h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}

.dashboard-status > h4 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
}

.dashboard-status > ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
    line-height: 20px;
}

    .dashboard-status > ul > li {
        float: left;
        width: 23%;
        margin-right: 15px;
        border: 2px solid #cfcdc0;
        padding: 5px;
        background: #fefefe;
        font-size: 14px;
        margin-bottom: 10px;
    }

        .dashboard-status > ul > li.expired {
            background: red;
            color: yellow;
            border: 2px solid yellow;
            display: block;
        }

            .dashboard-status > ul > li.expired > a {
                color: white;
                font-weight: bold;
            }

.view-as {
    width: 550px;
}

    .view-as a {
        margin-bottom: 10px;
    }

#commentsSelect {
    float: left;
    margin-right: 10px;
    position: relative;
    width: 280px;
    top: -1px;
}

    #commentsSelect select {
        width: 280px;
        height: 28px;
        padding: 5px;
    }

.replies {
    padding: 20px;
    background-color: #fbfaf3;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px / 4px;
    border-radius: 4px / 4px;
    border: 1px solid #e5e4da;
    clear: both;
}

section {
    margin: 20px 0 0 0;
}

.commentPanel {
    padding: 20px;
}

    .commentPanel ul li {
        line-height: 16px;
    }

    .commentPanel .file {
        color: #1588d9;
    }

    .commentPanel .user {
        float: left;
        color: #1588d9;
    }

        .commentPanel .user a {
            color: #1588d9;
        }

        .commentPanel .user .title, .commentPanel .user .date {
            color: #999999;
        }

    .commentPanel h2 {
        margin-top: 0px;
        margin-bottom: 20px;
        color: #333333;
        font-size: 14px;
    }

    .commentPanel p {
        color: #666666;
        line-height: 17px;
        margin-bottom: 10px;
    }

    .commentPanel footer {
        position: relative;
        height: 20px;
        color: #999;
        margin-top: 10px;
    }

        .commentPanel footer ul {
            display: block;
            margin: 0px;
            padding: 0px;
        }

        .commentPanel footer li {
            display: block;
            margin: 0px;
            padding: 0px;
        }

        .commentPanel footer .remove {
            position: absolute;
            right: 20px;
            bottom: 0px;
        }

        .commentPanel footer .author {
            position: absolute;
            left: 0px;
            bottom: 0px;
        }

        .commentPanel footer .reply {
            position: absolute;
            right: 100px;
            bottom: 0px;
        }

    .commentPanel ol {
        list-style: decimal;
        list-style-position: inside;
    }

    .commentPanel ul {
        list-style: circle;
        list-style-position: inside;
    }

/* Application adverse event */
#editAdverseEventPanel label {
    font-size: 14px;
    margin-top: 7px;
}

#editAdverseEventPanel select {
    margin: 0;
}

#editAdverseEventPanel > div:first-child {
    margin-bottom: 10px;
}

#editAdverseEventPanel #subject {
    float: left;
}

    #editAdverseEventPanel #subject label {
        width: 100px;
        float: left;
    }

    #editAdverseEventPanel #subject input {
        width: 590px;
    }

#editAdverseEventPanel #description {
    clear: both;
    margin-bottom: 10px;
}

    #editAdverseEventPanel #description label {
        float: left;
        width: 100px;
    }

    #editAdverseEventPanel #description textarea {
        width: 804px;
        max-width: 804px;
    }

#editAdverseEventPanel #date {
    float: right;
}

#editAdverseEventPanel #admin {
    float: left;
    margin-bottom: 20px;
}

    #editAdverseEventPanel #admin select {
        width: 300px;
    }

    #editAdverseEventPanel #admin label {
        float: left;
        width: 100px;
    }

#editAdverseEventPanel #commitee {
    float: right;
    margin-bottom: 10px;
}

    #editAdverseEventPanel #commitee select {
        width: 300px;
        margin-left: 20px;
    }

#editAdverseEventPanel .datePicker {
    width: 110px;
    margin-left: 20px;
}

#editAdverseEventPanel .buttonSave {
    float: right;
}

#editAdverseEventPanel .reportedBy {
    clear: both;
    font-size: 14px;
}

    #editAdverseEventPanel .reportedBy span {
        display: inline-block;
    }

        #editAdverseEventPanel .reportedBy span:first-child {
            width: 100px;
        }

    #editAdverseEventPanel .reportedBy a.name {
        color: #1588d9;
        cursor: pointer;
    }

#newAdverseEventPanel label {
    font-size: 14px;
    margin-top: 7px;
}

#newAdverseEventPanel select {
    margin: 0;
}

#newAdverseEventPanel > div:first-child {
    margin-bottom: 10px;
}

#newAdverseEventPanel #title {
    float: left;
    margin-bottom: 10px;
}

    #newAdverseEventPanel #title label {
        width: 100px;
        float: left;
    }

    #newAdverseEventPanel #title input {
        width: 590px;
    }

#newAdverseEventPanel #date {
    float: right;
}

#newAdverseEventPanel #admin {
    display: inline-block;
    float: left;
}

    #newAdverseEventPanel #admin label {
        float: left;
        width: 100px;
    }

    #newAdverseEventPanel #admin select {
        width: 293px;
    }

#newAdverseEventPanel #commitee {
    display: inline-block;
    float: right;
    margin-bottom: 10px;
}

    #newAdverseEventPanel #commitee label {
        float: left;
        width: 150px;
    }

    #newAdverseEventPanel #commitee select {
        width: 293px;
    }

#newAdverseEventPanel #description {
    clear: both;
}

    #newAdverseEventPanel #description label {
        width: 100px;
        float: left;
    }

    #newAdverseEventPanel #description textarea {
        margin: 0;
        width: 804px;
        max-width: 804px;
        min-width: 804px;
        height: 90px;
        margin-bottom: 10px;
    }

#newAdverseEventPanel .datePicker {
    width: 110px;
    margin-left: 20px;
}

/* Application details */
#appDetailsPanel .left, #appDetailsPanel .right {
    width: 450px;
    margin-bottom: 10px;
    position: relative;
}

#appDetailsPanel .buttonSearch {
    clear: both;
}

#appDetailsPanel label {
    font-size: 14px;
}

#appDetailsPanel .buttonSave {
    clear: none;
    margin-left: 10px;
}

#appDetailsPanel span {
    line-height: 20px;
    margin-left: 10px;
}

#appDetailsPanel > div:first-child {
    overflow: hidden;
    *zoom: 1;
    margin-bottom: 10px;
}

    #appDetailsPanel > div:first-child input {
        width: 776px;
        float: right;
        margin: 0;
    }

#appDetailsPanel .right > div {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    *zoom: 1;
}

    #appDetailsPanel .right > div label {
        float: left;
        clear: both;
        margin-top: 7px;
    }

    #appDetailsPanel .right > div select {
        float: right;
        width: 288px;
        margin: 0;
        height: 32px;
    }

    #appDetailsPanel .right > div input[type="text"] {
        float: right;
        width: 274px;
        margin: 0;
    }

    #appDetailsPanel .right > div .inputAddBox input {
        float: left;
        margin: 0;
        height: 17px;
    }

#appDetailsPanel .left .committees {
    padding-left: 124px;
    margin-top: 15px;
}

    #appDetailsPanel .left .committees input {
        margin-right: 10px;
    }

    #appDetailsPanel .left .committees label {
        float: none;
        margin-top: -2px;
        position: relative;
        top: -1px;
    }

    #appDetailsPanel .left .committees div {
        float: left;
        margin-right: 20px;
    }

#appDetailsPanel .left .review label:first-child {
    width: 128px;
}

#appDetailsPanel .left .review label {
    width: 85px;
}

    #appDetailsPanel .left .review label input {
        margin-left: 0;
    }

#appDetailsPanel .left > div {
    margin-bottom: 10px;
    overflow: hidden;
    *zoom: 1;
}

    #appDetailsPanel .left > div label {
        width: 128px;
        float: left;
        margin-top: 7px;
    }

    #appDetailsPanel .left > div select {
        float: left;
        width: 288px;
        margin: 0;
        height: 32px;
    }

    #appDetailsPanel .left > div input[type="text"] {
        float: left;
        width: 274px;
        margin: 0;
    }

.inputAddBox {
    float: right;
}

    .inputAddBox .buttonInputAdd {
        cursor: pointer;
        width: 57px;
        height: 31px;
        display: inline-block;
        float: left;
        background: transparent url('/content/img/sprt_buttonAdd.png?1355443508') no-repeat 0 0;
    }

        .inputAddBox .buttonInputAdd:hover {
            background: transparent url('/content/img/sprt_buttonAdd.png?1355443508') no-repeat 0 -31px;
        }

.tags {
    clear: both;
    width: 288px;
    float: right;
    margin-bottom: 5px;
}

    .tags.full-width-leftside {
        margin-right: 24px;
    }

        .tags.full-width-leftside .tagButton {
            width: 282px;
            height: auto;
        }

            .tags.full-width-leftside .tagButton span {
                margin-left: 0 !important;
            }

    .tags .tagButton .site-status {
        float: right;
        color: #666;
    }

#principalResearcherResults {
    top: 73px;
    left: 162px;
}

#coResearcherResulsts {
    top: 178px;
    left: 162px;
}

/* Application search */
#searchPanel {
    overflow: hidden;
    *zoom: 1;
}

    #searchPanel li {
        margin-bottom: 5px;
    }

    #searchPanel input {
        margin-top: 0px;
    }

    #searchPanel h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    #searchPanel .button, #searchPanel .darkButton, #searchPanel #buttonLogin, #searchPanel .blueButton, #searchPanel .popupBox .buttonAdd, .popupBox #searchPanel .buttonAdd {
        clear: both;
        float: right;
        margin-top: 20px;
    }

    #searchPanel #statusContainer,
    #searchPanel #typeContainer {
        overflow: hidden;
        *zoom: 1;
        float: left;
        margin-right: 20px;
    }

    #searchPanel #researcher {
        margin-bottom: 20px;
    }

    #searchPanel #contactperson {
        margin-bottom: 20px;
    }

    #searchPanel #admin {
        margin-bottom: 20px;
    }

    #searchPanel #types {
        width: 170px;
    }

    #searchPanel #status,
    #searchPanel #types {
        float: left;
        border: 1px solid #e5e4da;
        -webkit-border-radius: 4px 4px;
        -moz-border-radius: 4px / 4px;
        border-radius: 4px / 4px;
        padding: 20px;
    }

        #searchPanel #status ul {
            float: left;
            margin-right: 20px;
            min-width: 200px;
        }

        #searchPanel #status > label,
        #searchPanel #types > label {
            margin-bottom: 15px;
            display: block;
            font-size: 14px;
            vertical-align: baseline;
        }

        #searchPanel #status ul label,
        #searchPanel #types ul label {
            position: relative;
            top: -2px;
            margin-bottom: 0px;
            margin-left: 5px;
        }

    #searchPanel #people {
        float: right;
    }

        #searchPanel #people select {
            width: 180px;
        }

    #searchPanel #statusContainer {
        width: 480px;
    }

    #searchPanel .committees > div {
        width: 200px;
        float: left;
        padding-right: 10px;
        margin-bottom: 5px;
    }

#comment-list {
    clear: both;
}

    #comment-list footer {
        position: relative;
        height: 20px;
        color: #999;
    }

        #comment-list footer .remove {
            position: absolute;
            right: 20px;
            bottom: 0px;
        }

        #comment-list footer .for-researcher-container {
            position: absolute;
            right: 180px;
            bottom: 0px;
        }

        #comment-list footer .author {
            position: absolute;
            left: 0px;
            bottom: 0px;
        }

        #comment-list footer label {
            color: #000;
        }

    #comment-list .replies article {
        margin-bottom: 10px;
    }

        #comment-list .replies article .remove {
            right: 0px;
        }

        #comment-list .replies article .for-researcher-container {
            right: 100px;
        }

#minute-list footer {
    position: relative;
    height: 20px;
    color: #999;
}

    #minute-list footer .remove {
        position: absolute;
        right: 20px;
        bottom: 0px;
    }

    #minute-list footer .author {
        position: absolute;
        left: 0px;
        bottom: 0px;
    }

    #minute-list footer .reply {
        position: absolute;
        right: 100px;
        bottom: 0px;
    }

ul.filters li {
    float: left;
    margin-right: 30px;
}

    ul.filters li label {
        position: relative;
        top: -2px;
        margin-right: 10px;
    }

#meetingDetailsPanel label {
    font-size: 14px;
    margin-top: 7px;
}

#meetingDetailsPanel select {
    margin: 0;
}

#meetingDetailsPanel > div:first-child {
    margin-bottom: 10px;
}

#meetingDetailsPanel #title {
    float: left;
}

    #meetingDetailsPanel #title label {
        width: 100px;
        float: left;
    }

    #meetingDetailsPanel #title input {
        width: 590px;
    }

#meetingDetailsPanel #date {
    float: right;
}

#meetingDetailsPanel #type {
    display: inline-block;
    margin-bottom: 10px;
    clear: both;
}

    #meetingDetailsPanel #type label {
        float: left;
        width: 100px;
    }

    #meetingDetailsPanel #type select {
        width: 293px;
    }

#meetingDetailsPanel #agendaready {
    height: 31px;
}

#meetingDetailsPanel .datePicker {
    width: 110px;
    margin-left: 20px;
}

#meetingDetailsPanel .buttonSave {
    float: right;
    margin-top: 7px;
}

#submit-anchor {
    width: 100px;
    float: right;
}

#submit-alert-anchor {
    width: 100px;
    float: right;
}

#saveAndAlertBtn, #saveAndNoAlertBtn {
    width: 100px; 
    float: right;
    margin-left: 10px;
}

#meetingSearchPanel {
    position: relative;
}

    #meetingSearchPanel select {
        margin: 0;
    }

    #meetingSearchPanel h3 {
        font-size: 14px;
        margin-top: 7px;
        margin-bottom: 15px;
    }

    #meetingSearchPanel div:last-child {
        float: left;
        margin-bottom: 10px;
    }

        #meetingSearchPanel div:last-child label {
            display: inline-block;
        }

    #meetingSearchPanel #fromDate, #meetingSearchPanel #toDate, #meetingSearchPanel #initiatedBy {
        float: left;
        margin-right: 30px;
    }

        #meetingSearchPanel #fromDate label, #meetingSearchPanel #toDate label, #meetingSearchPanel #initiatedBy label {
            font-size: 14px;
            margin-top: 7px;
            display: block;
            margin-bottom: 10px;
        }

        #meetingSearchPanel #initiatedBy label {
            display: inline-block;
        }

            #meetingSearchPanel #initiatedBy label:first-child {
                display: block;
            }

    #meetingSearchPanel .datePicker {
        width: 110px;
    }

    #meetingSearchPanel .buttonSave {
        float: right;
        margin-top: 7px;
        clear: both;
    }

#userSearchPanel, #userProfilePanel {
    position: relative;
}

    #userSearchPanel h3, #userProfilePanel h3 {
        font-size: 14px;
        margin-top: 7px;
        margin-bottom: 15px;
    }

    #userSearchPanel div:last-child, #userProfilePanel div:last-child {
        float: left;
        margin-bottom: 10px;
    }

        #userSearchPanel div:last-child label, #userProfilePanel div:last-child label {
            display: inline-block;
        }

    #userSearchPanel #userName, #userSearchPanel #userPhone, #userSearchPanel #userType, #userSearchPanel #userEmail, #userProfilePanel #userName, #userProfilePanel #userPhone, #userProfilePanel #userType, #userProfilePanel #userEmail {
        float: left;
        margin-right: 30px;
    }

        #userSearchPanel #userName label, #userSearchPanel #userPhone label, #userSearchPanel #userType label, #userSearchPanel #userEmail label, #userProfilePanel #userName label, #userProfilePanel #userPhone label, #userProfilePanel #userType label, #userProfilePanel #userEmail label {
            font-size: 14px;
            margin-top: 7px;
            display: block;
            margin-bottom: 10px;
        }

    #userSearchPanel #userEmail, #userProfilePanel #userEmail {
        margin-right: 0;
    }

    #userSearchPanel #userType, #userProfilePanel #userType {
        width: 520px;
        margin-right: 0px;
        margin-top: 0px;
    }

        #userSearchPanel #userType label, #userProfilePanel #userType label {
            display: inline-block;
            margin-right: 10px;
            position: relative;
            top: -2px;
        }

            #userSearchPanel #userType label:first-child, #userProfilePanel #userType label:first-child {
                display: block;
            }

        #userSearchPanel #userType input, #userProfilePanel #userType input {
            margin-right: 5px;
            margin-top: 9px;
        }

    #userSearchPanel .groups, #userProfilePanel .groups {
        float: left;
    }

        #userSearchPanel .groups > div, #userProfilePanel .groups > div {
            float: left;
            width: 165px;
        }

    #userSearchPanel .buttonSave, #userProfilePanel .buttonSave {
        float: right;
        margin-top: 7px;
        clear: both;
    }

#users a {
    color: #1588d9;
}

#userProfilePanel h3 {
    margin-bottom: 10px;
}

#userProfilePanel input {
    width: 272px;
}

#userProfilePanel div {
    margin-bottom: 10px;
}

#minuteSelect {
    margin-right: 10px;
    position: relative;
    width: 280px;
    top: -1px;
}

    #minuteSelect select {
        width: 280px;
        height: 28px;
        padding: 5px;
    }

/*================================================
		Popup boxes 							
================================================*/
/* Popup boxes*/
.popupBox {
    position: absolute;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 15px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 2px 15px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 2px 15px rgba(50, 50, 50, 0.5);
    background: #FFFFFF;
    z-index: 4;
    display: none;
}

    .popupBox article header {
        height: 50px;
        -webkit-border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
        -ms-border-radius: 5px 5px 0px 0px;
        -o-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px;
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #494949), color-stop(100%, #2c2c2c));
        background: -webkit-linear-gradient(#494949, #2c2c2c);
        background: -moz-linear-gradient(#494949, #2c2c2c);
        background: -o-linear-gradient(#494949, #2c2c2c);
        background: linear-gradient(#494949, #2c2c2c);
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF494949', endColorstr='#FF2C2C2C');
    }

        .popupBox article header h2 {
            margin: 0;
            color: #fff;
            line-height: 50px;
            padding-left: 20px;
        }

        .popupBox article header .buttonPopUpClose {
            float: right;
            background: transparent url('/content/img/pictoDelete.png?1355443508') no-repeat center center;
            margin-top: 20px;
            margin-right: 20px;
        }

    .popupBox article div.body {
        padding: 30px 20px 35px 20px;
        overflow: hidden;
        *zoom: 1;
    }

    .popupBox article footer {
        clear: both;
        padding: 20px;
        overflow: hidden;
        *zoom: 1;
        background-color: #e9e8e0;
        border-top: 1px solid #cfcdc0;
        -webkit-border-radius: 0px 0px 5px 5px;
        -moz-border-radius: 0px 0px 5px 5px;
        -ms-border-radius: 0px 0px 5px 5px;
        -o-border-radius: 0px 0px 5px 5px;
        border-radius: 0px 0px 5px 5px;
    }

#modal-nft,
.popupNewFile,
#popupNewComment,
#modal-newminute,
#modal-newagenda,
#popupMinute,
#popupProfile,
#popupNewUser,
#popupUploadFile,
#popupNewReport,
#popupAppBirdView {
    z-index: 4;
}

#modal-nft {
    width: 760px;
    position: relative;
    left: 50%;
    margin-left: -380px;
}

    #modal-nft .popupBox {
        margin-left: 0;
        padding: 20px;
        padding: 0;
    }

        #modal-nft .popupBox article div.body div {
            float: left;
        }

        #modal-nft .popupBox article div.body span.error {
            clear: both;
            float: left;
            margin-top: 3px;
            color: #c92f45;
            line-height: 17px;
            padding-left: 20px;
            background: url('/content/img/pictoWarning.png?1355443508') no-repeat left center;
        }

        #modal-nft .popupBox article div.body #mandatory {
            padding-top: 35px;
            overflow: hidden;
            *zoom: 1;
            clear: both;
        }

            #modal-nft .popupBox article div.body #mandatory label, #modal-nft .popupBox article div.body #mandatory input {
                margin-top: 2px;
                float: right;
            }

            #modal-nft .popupBox article div.body #mandatory input {
                margin-right: 10px;
            }

        #modal-nft .popupBox article div.body #doctype {
            margin-right: 20px;
        }

            #modal-nft .popupBox article div.body #doctype label {
                line-height: 20px;
                display: block;
                width: 200px;
                margin-bottom: 10px;
            }

            #modal-nft .popupBox article div.body #doctype input {
                width: 570px;
                margin: 0;
            }

                #modal-nft .popupBox article div.body #doctype input.error {
                    background-color: #fbeff1;
                    border: 1px solid #d5a4ab;
                }

#modal-newcomment, #modal-replycomment {
    width: 760px;
    position: relative;
    left: 50%;
    margin-left: -380px;
}

    #modal-newcomment .popupBox, #modal-replycomment .popupBox {
        margin-left: 0;
        padding: 0;
    }

        #modal-newcomment .popupBox article div.body label, #modal-replycomment .popupBox article div.body label {
            margin-bottom: 10px;
            display: block;
        }

        #modal-newcomment .popupBox article div.body select, #modal-replycomment .popupBox article div.body select {
            width: 714px;
            margin-bottom: 20px;
        }

        #modal-newcomment .popupBox article div.body textarea, #modal-replycomment .popupBox article div.body textarea {
            width: 700px;
            max-width: 700px;
        }

#modal-newminute {
    width: 760px;
    position: relative;
    left: 50%;
    margin-left: -380px;
}

    #modal-newminute .popupBox {
        width: 920px;
        margin-left: 0;
        padding: 0;
        width: 760px;
        top: 0;
    }

        #modal-newminute .popupBox article div.body label {
            margin-bottom: 10px;
            display: block;
        }

        #modal-newminute .popupBox article div.body select {
            width: 714px;
            margin-bottom: 20px;
        }

        #modal-newminute .popupBox article div.body textarea {
            width: 700px;
            max-width: 700px;
        }

#modal-newagenda {
    width: 760px;
    position: relative;
    left: 50%;
    margin-left: -380px;
}

    #modal-newagenda .popupBox {
        width: 920px;
        margin-left: 0;
        padding: 0;
        width: 760px;
    }

        #modal-newagenda .popupBox article div.body textarea {
            padding: 5px;
            width: 708px;
            max-width: 708px;
            margin-top: 0;
            border: 1px solid #CFCDC0;
            border-top: 0;
        }

#popupMinute {
    width: 960px;
    position: relative;
    left: 50%;
    margin-left: -480px;
}

    #popupMinute .popupBox {
        width: 920px;
        margin-left: 0;
        padding: 20px;
    }

        #popupMinute .popupBox header {
            background: none;
        }

            #popupMinute .popupBox header h2 {
                padding-left: 0;
                color: #333333;
                line-height: normal;
            }

        #popupMinute .popupBox footer {
            background: none;
            border: none;
            padding-left: 0;
            padding-top: 0;
            padding-bottom: 0;
        }

#popupPasswordChange {
    width: 400px;
    position: relative;
    left: 50%;
    margin-left: -200px;
    z-index: 4;
    top: 50px;
}

    #popupPasswordChange .popupBox {
        width: 400px;
        margin-left: 0;
        padding: 20px;
        padding: 0;
    }

        #popupPasswordChange .popupBox article div.body {
            padding: 30px;
            overflow: hidden;
            *zoom: 1;
        }

            #popupPasswordChange .popupBox article div.body div {
                float: left;
            }

            #popupPasswordChange .popupBox article div.body label {
                display: block;
                margin-bottom: 5px;
                color: #333333;
                font-size: 14px;
            }

            #popupPasswordChange .popupBox article div.body input {
                width: 325px;
                margin-bottom: 20px;
            }

                #popupPasswordChange .popupBox article div.body input:last-child {
                    margin-bottom: 0;
                }

#popupNewUser, #popupEditsUser, #modal-nu {
    top: 74px;
    width: 760px;
    position: relative;
    left: 50%;
    margin-left: -380px;
}

    #popupNewUser .popupBox, #popupEditsUser .popupBox, #modal-nu .popupBox {
        width: 760px;
        margin-left: 0;
        padding: 20px;
        padding: 0;
    }

        #popupNewUser .popupBox article div.body, #popupEditsUser .popupBox article div.body, #modal-nu .popupBox article div.body {
            padding: 30px;
            overflow: hidden;
            *zoom: 1;
        }

            #popupNewUser .popupBox article div.body div, #popupEditsUser .popupBox article div.body div, #modal-nu .popupBox article div.body div {
                width: 337px;
            }

            #popupNewUser .popupBox article div.body #type label, #popupEditsUser .popupBox article div.body #type label, #modal-nu .popupBox article div.body #type label {
                width: 160px;
                float: left;
            }

            #popupNewUser .popupBox article div.body label, #popupEditsUser .popupBox article div.body label, #modal-nu .popupBox article div.body label {
                display: block;
                margin-bottom: 5px;
                color: #333333;
                font-size: 14px;
            }

            #popupNewUser .popupBox article div.body input[type="text"],
            #popupNewUser .popupBox article div.body input[type="password"], #popupEditsUser .popupBox article div.body input[type="text"],
            #popupEditsUser .popupBox article div.body input[type="password"], #modal-nu .popupBox article div.body input[type="text"],
            #modal-nu .popupBox article div.body input[type="password"] {
                width: 325px;
                margin-bottom: 20px;
            }

                #popupNewUser .popupBox article div.body input[type="text"]:last-child,
                #popupNewUser .popupBox article div.body input[type="password"]:last-child, #popupEditsUser .popupBox article div.body input[type="text"]:last-child,
                #popupEditsUser .popupBox article div.body input[type="password"]:last-child, #modal-nu .popupBox article div.body input[type="text"]:last-child,
                #modal-nu .popupBox article div.body input[type="password"]:last-child {
                    margin-bottom: 0;
                }

#modal-nu {
    top: 74px;
    width: 760px;
    position: relative;
    left: 50%;
    margin-left: -380px;
}

    #modal-nu .popupBox {
        width: 760px;
        margin-left: 0;
        padding: 20px;
        padding: 0;
    }

        #modal-nu .popupBox .pushleft > div,
        #modal-nu .popupBox .pushright > div {
            overflow: hidden;
            *zoom: 1;
            margin-bottom: 20px;
        }

        #modal-nu .popupBox .modal-header {
            height: 50px;
            -webkit-border-radius: 5px 5px 0px 0px;
            -moz-border-radius: 5px 5px 0px 0px;
            -ms-border-radius: 5px 5px 0px 0px;
            -o-border-radius: 5px 5px 0px 0px;
            border-radius: 5px 5px 0px 0px;
            background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #494949), color-stop(100%, #2c2c2c));
            background: -webkit-linear-gradient(#494949, #2c2c2c);
            background: -moz-linear-gradient(#494949, #2c2c2c);
            background: -o-linear-gradient(#494949, #2c2c2c);
            background: linear-gradient(#494949, #2c2c2c);
            *zoom: 1;
            filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF494949', endColorstr='#FF2C2C2C');
        }

            #modal-nu .popupBox .modal-header h2 {
                margin: 0;
                color: #fff;
                line-height: 50px;
                padding-left: 20px;
            }

            #modal-nu .popupBox .modal-header .buttonPopUpClose {
                float: right;
                background: transparent url('/content/img/pictoDelete.png?1355443508') no-repeat center center;
                margin-top: 20px;
                margin-right: 20px;
            }

        #modal-nu .popupBox .modal-body {
            padding: 30px;
            overflow: hidden;
            *zoom: 1;
        }

            #modal-nu .popupBox .modal-body div {
                width: 337px;
            }

            #modal-nu .popupBox .modal-body #type label {
                width: 160px;
                float: left;
            }

            #modal-nu .popupBox .modal-body label {
                display: block;
                margin-bottom: 5px;
                color: #333333;
                font-size: 14px;
            }

            #modal-nu .popupBox .modal-body input[type="text"],
            #modal-nu .popupBox .modal-body input[type="password"] {
                width: 322px;
            }

                #modal-nu .popupBox .modal-body input[type="text"]:last-child,
                #modal-nu .popupBox .modal-body input[type="password"]:last-child {
                    margin-bottom: 0;
                }

        #modal-nu .popupBox .modal-footer {
            clear: both;
            padding: 20px;
            overflow: hidden;
            *zoom: 1;
            background-color: #e9e8e0;
            border-top: 1px solid #cfcdc0;
            -webkit-border-radius: 0px 0px 5px 5px;
            -moz-border-radius: 0px 0px 5px 5px;
            -ms-border-radius: 0px 0px 5px 5px;
            -o-border-radius: 0px 0px 5px 5px;
            border-radius: 0px 0px 5px 5px;
        }

#modal-nft, #modal-nft-other {
    top: 74px;
    width: 400px;
    position: relative;
    left: 50%;
    margin-left: -200px;
}

    #modal-nft .popupBox, #modal-nft-other .popupBox {
        margin-left: 0;
        padding: 20px;
        padding: 0;
    }

        #modal-nft .popupBox .modal-header, #modal-nft-other .popupBox .modal-header {
            height: 50px;
            -webkit-border-radius: 5px 5px 0px 0px;
            -moz-border-radius: 5px 5px 0px 0px;
            -ms-border-radius: 5px 5px 0px 0px;
            -o-border-radius: 5px 5px 0px 0px;
            border-radius: 5px 5px 0px 0px;
            background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #494949), color-stop(100%, #2c2c2c));
            background: -webkit-linear-gradient(#494949, #2c2c2c);
            background: -moz-linear-gradient(#494949, #2c2c2c);
            background: -o-linear-gradient(#494949, #2c2c2c);
            background: linear-gradient(#494949, #2c2c2c);
            *zoom: 1;
            filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF494949', endColorstr='#FF2C2C2C');
        }

            #modal-nft .popupBox .modal-header h2, #modal-nft-other .popupBox .modal-header h2 {
                margin: 0;
                color: #fff;
                line-height: 50px;
                padding-left: 20px;
            }

            #modal-nft .popupBox .modal-header .buttonPopUpClose, #modal-nft-other .popupBox .modal-header .buttonPopUpClose {
                float: right;
                background: transparent url('/content/img/pictoDelete.png?1355443508') no-repeat center center;
                margin-top: 20px;
                margin-right: 20px;
            }

        #modal-nft .popupBox .modal-body, #modal-nft-other .popupBox .modal-body {
            padding: 30px;
            overflow: hidden;
            *zoom: 1;
        }

            #modal-nft .popupBox .modal-body div, #modal-nft-other .popupBox .modal-body div {
                margin-bottom: 20px;
            }

            #modal-nft .popupBox .modal-body label, #modal-nft-other .popupBox .modal-body label {
                display: block;
                margin-bottom: 5px;
                color: #333333;
                font-size: 14px;
            }

            #modal-nft .popupBox .modal-body input[type="text"],
            #modal-nft .popupBox .modal-body input[type="password"], #modal-nft-other .popupBox .modal-body input[type="text"],
            #modal-nft-other .popupBox .modal-body input[type="password"] {
                width: 322px;
            }

                #modal-nft .popupBox .modal-body input[type="text"]:last-child,
                #modal-nft .popupBox .modal-body input[type="password"]:last-child, #modal-nft-other .popupBox .modal-body input[type="text"]:last-child,
                #modal-nft-other .popupBox .modal-body input[type="password"]:last-child {
                    margin-bottom: 0;
                }

            #modal-nft .popupBox .modal-body input[type='checkbox'], #modal-nft-other .popupBox .modal-body input[type='checkbox'] {
                margin: 0;
                margin-right: 10px;
            }

        #modal-nft .popupBox .modal-footer, #modal-nft-other .popupBox .modal-footer {
            clear: both;
            padding: 20px;
            overflow: hidden;
            *zoom: 1;
            background-color: #e9e8e0;
            border-top: 1px solid #cfcdc0;
            -webkit-border-radius: 0px 0px 5px 5px;
            -moz-border-radius: 0px 0px 5px 5px;
            -ms-border-radius: 0px 0px 5px 5px;
            -o-border-radius: 0px 0px 5px 5px;
            border-radius: 0px 0px 5px 5px;
        }

#popupUploadFile {
    width: 400px;
    position: relative;
    left: 50%;
    margin-left: -200px;
}

    #popupUploadFile .popupBox {
        width: 400px;
        margin-left: 0;
        padding: 20px;
        padding: 0;
    }

        #popupUploadFile .popupBox article div.body {
            padding: 30px;
            overflow: hidden;
            *zoom: 1;
        }

            #popupUploadFile .popupBox article div.body label {
                display: block;
                margin-bottom: 5px;
                color: #333333;
                font-size: 14px;
            }

            #popupUploadFile .popupBox article div.body input {
                width: 325px;
                margin-bottom: 20px;
            }

                #popupUploadFile .popupBox article div.body input:last-child {
                    margin-bottom: 0;
                }

            #popupUploadFile .popupBox article div.body .fileSelect {
                width: 238px;
                border: 1px solid #C7C5B8;
                border-right: 0;
                height: 58px;
                float: left;
                padding: 10px;
            }

            #popupUploadFile .popupBox article div.body .fileInfo {
                float: left;
                display: table;
                height: 78px;
                overflow: hidden;
                width: 78px;
                background-color: #dcd9d0;
                border: 1px solid #c7c5b8;
            }

                #popupUploadFile .popupBox article div.body .fileInfo .innerContainer {
                    display: table-cell;
                    vertical-align: middle;
                    width: 100%;
                    margin: 0 auto;
                    text-align: center;
                }

#popupNewReport, #modal-newreport {
    width: 400px;
    position: relative;
    left: 50%;
    margin-left: -200px;
}

    #popupNewReport .popupBox, #modal-newreport .popupBox {
        width: 400px;
        margin-left: 0;
        padding: 20px;
        padding: 0;
    }

        #popupNewReport .popupBox article div.body, #modal-newreport .popupBox article div.body {
            padding: 30px;
            overflow: hidden;
            *zoom: 1;
        }

            #popupNewReport .popupBox article div.body label, #modal-newreport .popupBox article div.body label {
                display: block;
                margin-bottom: 5px;
                color: #333333;
                font-size: 14px;
            }

            #popupNewReport .popupBox article div.body input, #modal-newreport .popupBox article div.body input {
                width: 325px;
                margin-bottom: 20px;
            }

                #popupNewReport .popupBox article div.body input:last-child, #modal-newreport .popupBox article div.body input:last-child {
                    margin-bottom: 0;
                }

            #popupNewReport .popupBox article div.body .fileSelect, #modal-newreport .popupBox article div.body .fileSelect {
                width: 238px;
                border: 1px solid #C7C5B8;
                border-right: 0;
                height: 58px;
                float: left;
                padding: 10px;
            }

            #popupNewReport .popupBox article div.body .fileInfo, #modal-newreport .popupBox article div.body .fileInfo {
                float: left;
                display: table;
                height: 78px;
                overflow: hidden;
                width: 78px;
                background-color: #dcd9d0;
                border: 1px solid #c7c5b8;
            }

                #popupNewReport .popupBox article div.body .fileInfo .innerContainer, #modal-newreport .popupBox article div.body .fileInfo .innerContainer {
                    display: table-cell;
                    vertical-align: middle;
                    width: 100%;
                    margin: 0 auto;
                    text-align: center;
                }

#popupAppBirdView {
    top: 90px;
    width: 960px;
    position: relative;
    left: 50%;
    margin-left: -480px;
}

    #popupAppBirdView .popupBox {
        -webkit-box-shadow: 0px 2px 15px rgba(50, 50, 50, 0.5);
        -moz-box-shadow: 0px 2px 15px rgba(50, 50, 50, 0.5);
        box-shadow: 0px 2px 15px rgba(50, 50, 50, 0.5);
        padding: 30px;
        width: 900px;
    }

        #popupAppBirdView .popupBox ul {
            float: left;
            width: 205px;
            padding-right: 20px;
        }

            #popupAppBirdView .popupBox ul li:first-child {
                font-size: 14px;
                font-weight: bold;
                margin-bottom: 10px;
            }

            #popupAppBirdView .popupBox ul li {
                line-height: 25px;
            }

        #popupAppBirdView .popupBox .viewAll {
            clear: both;
            float: right;
            margin-top: 20px;
            color: #666666;
        }

        #popupAppBirdView .popupBox .arrow-up {
            position: absolute;
            width: 0;
            height: 0;
            top: -10px;
            left: 137px;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #ffffff;
        }

/*================================================
		Sprites						
================================================*/
.icn_zip, .icn_jpg, .icn_pdf, .icn_word, .icn_xsl, .icn_select {
    background: transparent url('/content/img/sprt_file_icn.png?1355443508') no-repeat 0 0;
    width: 58px;
    height: 58px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

.icn_jpg {
    background-position: 0 0;
    width: 58px;
    height: 58px;
}

.icn_pdf {
    background-position: 0 -68px;
    width: 58px;
    height: 58px;
}

.icn_select {
    background-position: 0 -136px;
    width: 58px;
    height: 58px;
}

.icn_word {
    background-position: 0 -204px;
    width: 58px;
    height: 58px;
}

.icn_xsl {
    background-position: 0 -272px;
    width: 58px;
    height: 58px;
}

.icn_zip {
    background-position: 0 -340px;
    width: 58px;
    height: 58px;
}

/*================================================
		Progress Bar						
================================================*/
.progress-bar {
    background-color: #dcd9d0;
    height: 12px;
    padding: 2px;
    width: 230px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    clear: left;
    border: 1px solid #c2c2b8;
    overflow: hidden;
}

    .progress-bar span {
        clear: left;
        display: inline-block;
        height: 100%;
        background-color: #434343;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: width .4s ease-in-out;
        -moz-transition: width .4s ease-in-out;
        -ms-transition: width .4s ease-in-out;
        -o-transition: width .4s ease-in-out;
        transition: width .4s ease-in-out;
    }

.black span {
    background-color: #434343;
}

.stripes span {
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
    background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-animation: animate-stripes 3s linear infinite;
    -moz-animation: animate-stripes 3s linear infinite;
}

@-webkit-keyframes animate-stripes {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 60px 0;
    }
}

@-moz-keyframes animate-stripes {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 60px 0;
    }
}

/*================================================
		IE7 styles  									
================================================*/
.ie7 .tab_menu ul {
    top: 7px;
}

    .ie7 .tab_menu ul > li > a {
        padding-right: 40px;
    }

.ie7 #loginBox input[type="submit"] {
    color: #000000;
}

.ie7 .buttonSmlUpload {
    width: 50px;
}

.ie7 #popupAppBirdView .popupBox,
.ie7 .popupMinute .popupBox {
    border: 1px solid #E5E4DA;
    z-index: 3;
}

    .ie7 #popupAppBirdView .popupBox .viewAll {
        clear: both;
        float: left;
        zoom: 1;
        margin-top: 20px;
        display: inline-block;
        height: 1%;
    }

.ie7 .modal {
    position: absolute;
    z-index: 999;
}

.ie7 #userSearchPanel #userType label {
    top: 8px;
}

.ie7 #appDetailsPanel .right > div label {
    line-height: 22px;
    margin-top: 0;
}

.ie7 select {
    line-height: 22px;
    height: 22px;
}

.ie7 #modal-new-comment,
.ie7 #modal-uploadfile,
.ie7 #modal-new-minute,
.ie7 #modal-edit-user,
.ie7 #modal-create-user,
.ie7 #modal-create-file-container,
.ie7 #modal-create-file-container-other {
    border: 1px solid #444444;
}

.ie7 .base_header ul.ui-autocomplete {
    width: 262px !important;
    border: 1px solid #E5E4DA;
}

    .ie7 .base_header ul.ui-autocomplete li.ui-menu-item {
        width: auto;
    }

    .ie7 .base_header ul.ui-autocomplete .colAwaiting p span.status {
        color: #0f74e6;
    }

    .ie7 .base_header ul.ui-autocomplete .colPending p span.status {
        color: #dc1a1a;
    }

    .ie7 .base_header ul.ui-autocomplete .colApproved p span.status {
        color: #259e00;
    }

    .ie7 .base_header ul.ui-autocomplete .colClosed p span.status {
        color: #666666;
    }

    .ie7 .base_header ul.ui-autocomplete .colAltBlue p span.status {
        color: #1588d9;
    }

    .ie7 .base_header ul.ui-autocomplete .colError p span.status {
        color: #c92f45;
    }

    .ie7 .base_header ul.ui-autocomplete .colOnHold p span.status {
        color: #ff7800;
    }

.ie7 .tagButton {
    width: auto;
}

    .ie7 .tagButton span {
        float: left;
        margin-top: 2px;
    }

    .ie7 .tagButton .remove {
        float: left;
    }

/*================================================
		Helper classes									
================================================*/
/* Helper Classes comes second to last */
.ir {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
}

    .ir br {
        display: none;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

    .clearfix:before, .clearfix:after {
        content: "";
        display: table;
    }

    .clearfix:after {
        clear: both;
    }

.left {
    float: left;
    margin-left: 0;
}

.right {
    float: right;
    margin-right: 0;
}

.pushleft {
    float: left;
}

.pushright {
    float: right;
}

.fa-btn-holder {
    background: #000;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 3px 4px 3px 4px;
}

    .fa-btn-holder.fa-alt-color {
        background: #999;
    }

/*================================================
		Responsive	styles								
================================================*/
@media only screen and (min-width: 480px) {
    /* Style adjustments for viewports 480px and over go here */
}

@media only screen and (min-width: 768px) {
    /* Style adjustments for viewports 768px and over go here */
}


/*================================================
		Site							
================================================*/

#remove-user {
    margin-top: 9px;
    margin-left: -20px;
    cursor: pointer;
    display: inline;
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(/Content/img/removeTag.png) no-repeat;
    display: none;
}

    #remove-user:hover {
        background-position: 0 -20px;
    }

#sites-list .fa {
    cursor: pointer;
}

.dataTables_filter {
    display: none;
}

#reports-list > thead > tr > th:first-child {
    display: none;
}

#reports-list > tbody > tr > td:first-child {
    display: none;
}

#reports-list table > tfoot label {
    font-weight: bold;
}

/******************************************
	/* Alert Banner
	******************************************/

#AlertBanners {
    color: #fff;
    background-size: cover;
    margin: 0;
    padding: 0;
}

    #AlertBanners li {
        border-bottom: 1px solid rgba(255,255,255,0.2);
        padding: 10px 20px;
        margin: 0;
        list-style-type: none;
    }

        #AlertBanners li > div {
            max-width: 960px;
            margin: 0 auto;
        }

            #AlertBanners li > div > div {
                margin-right: 30px;
                margin-left: 40px;
                min-height: 40px;
            }

            #AlertBanners li > div > div strong {
                font-weight: bold;
            }

                #AlertBanners li > div > div a, #AlertBanners li > div > div a:visited, #AlertBanners li > div > div a:hover {
                    color: #fff;
                    text-decoration: underline;
                }

                #AlertBanners li > div > div.icon {
                    margin-left: 35px;
                }

            #AlertBanners li > div > img {
                display: inline-block;
                max-width: 32px;
                max-height: 32px;
                margin-top: -5px;
                float: left;
            }

            #AlertBanners li > div > span {
                float: right;
                color: #fff;
                font-size: 40px;
                display: inline-block;
                text-decoration: none;
                font-family: none;
                cursor: pointer;
                position: relative;
                top: 50%;
                transform: translateY(-50%);
            }

.action-buttons {
	float: none !important;
	clear: both;
	text-align: right;
}

.action-buttons a {
	float: none;
}

#SessionInfo {
	z-index: 2000;
	padding: 15px;
	margin: auto;
	display: inline-block;
	position: fixed;
	left: 20px;
	bottom: 20px;
	/*border: 2px solid red;*/
	color: #fff;
	border-radius: 10px;
	/*background-image: url(/content/img/background.png);*/
}

	#SessionInfo > div:first-child {
		cursor: pointer;
		display: none;
	}

.countdown-popup, .admin-countdown-popup {
	z-index: 2010;
	display: none;
	align-items: center;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

	.countdown-popup.active, .admin-countdown-popup.active {
		display: flex !important;
	}

	.countdown-popup.disabled, .admin-countdown-popup.disabled {
		display: none !important;
	}

#SessionInfo::before {
	z-index: 2009;
	content: '';
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0.8;
	display: none;
}

#SessionInfo:has(.countdown-popup.active)::before {
	display: block !important;
}

.countdown-popup div.info, .admin-countdown-popup div.info {
	margin: 0 auto;
	background-color: #fff;
	color: #000;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
	border-radius: 6px;
}

	.countdown-popup div.info button, .admin-countdown-popup div.info button {
		border: none;
		height: auto;
	}

.text-center {
	text-align: center;
}

.uploadifive-queue-item .filename {
	word-break: break-all;
}

.disabled-user {
	background-color: #ddd;
}

.deleted-user {
	background-color: #f4d5da;
}

.invited-user {
	background-color: #e8e9fc;
}

.disabled-row {
	background-color: #efefef;
}

.deleted-row {
	background-color: #f4d5da;
}

.invited-row {
	background-color: #e8e9fc;
}

.modal-body {
	padding: 20px 30px;
}

#FileButtons {
	margin-top: 20px;
}

#NewType {
	cursor: pointer;
	text-decoration: underline;
}