body,
html {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #ecebe8;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; /* 'Lucida Grande', Verdana, Sans-serif;*/
    font-size: 13px;
    line-height: 1.5em;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
}

input,
select,
textarea {
    /* font-family: 'Lucida Grande', Verdana, Sans-serif;*/
    font-size: 12px;
}

input::placeholder,
select option.placeholder,
select.placeholder {
    color: #cecece;
}

#wrapper {
    margin: 10px auto;
    width: 1000px;
    border: 20px solid #c7c7c7;
    color: #fff;
}

#header {
    position: relative;
    background-color: #fff;
    height: 150px;
}

#content {
    position: relative;
    background-color: #496187;
    padding: 15px 25px 25px 25px;
    min-height: 500px;
    height: auto !important;
    height: 500px;
    color: #fff;
}

#content-main {
}

#breadcrumbs {
    min-height: 15px;
}

#footer {
    background-color: #354866;
    color: #a9c2e1;
    padding: 20px 30px 30px 30px;
    line-height: 1.8em;
}

#footer .company-logo {
    float: right;
}

/*-----------------------------Sidebar Layout---------------------------------*/

#sidebar-layout {
    position: relative;
    float: left;
    width: 100%;
    border-top: 1px solid #354866;
    min-height: 500px;
    margin-bottom: 0px;
    clear: both;
}

#sidebar-layout .sidebar-left {
    float: left;
    width: 170px;
    padding-top: 15px;
}

#sidebar-layout .sidebar-left div.sidebar-links ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#sidebar-layout .sidebar-left div.sidebar-links ul li ul {
    list-style: none;
    padding-left: 10px;
    margin: 0px;
    border: none;
}

#sidebar-layout .sidebar-left div.sidebar-links ul li a {
    display: block;
    text-decoration: none;
    padding: 10px;
}

#sidebar-layout .sidebar-left div.sidebar-links ul li.title {
    font-weight: bold;
    padding: 10px;
}

#sidebar-layout .sidebar-left div.sidebar-links ul li.selected > a {
    font-weight: bold;
}

#sidebar-layout .sidebar-left div.sidebar-links ul li.open {
    background-color: #496187;
}

#sidebar-layout .sidebar-left div.sidebar-links ul li.selected a {
}

#sidebar-layout .main-content {
    float: left;
    /* width: 694px; */
    width: 760px;
    padding: 20px 0px 0px 20px;
}

#sidebar-layout .sidebar-content {
    padding: 5px;
}

#sidebar-layout .sidebar-widget {
    border: 1px solid #354866;
    padding: 1px;
    margin: 5px;
}

#sidebar-layout .sidebar-widget-header {
    padding: 3px;
    background-color: #354866;
    font-weight: bold;
}

#sidebar-layout .sidebar-widget-content {
    padding: 3px;
}

/*----------------------------------------------------------------------*/
#activity_status {
    display: none;
    z-index: 1000000;
}

#activity_status .overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 99%;
    height: 99%;
}

#activity_status .dialog {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -160px;
    width: 300px;
    background-color: #596d8f;
    color: #ffffff;
    border: 1px solid #354866;
    padding: 10px;
}

/*----------------------- header -------------------------------------*/

#header {
    color: #000000;
    overflow: hidden;
}
#header a {
    color: #496187;
}

#organisation_logo,
#user_status,
#site_logo {
    float: left;
    height: 150px;
}

#site_logo {
}

#site_logo img {
    width: 100%;
}

#organisation_logo {
    line-height: 150px;
    vertical-align: middle;
    padding: 0px 0px 0px 25px;
    width: 518px;
}
#organisation_logo img {
    vertical-align: middle;
    line-height: 150px;
}

#user_status {
    background-repeat: no-repeat;
    padding-left: 20px;
    width: 230px;
    overflow: hidden;
    padding: 20px 0px 0px 20px;
    font-size: 12px;
}

#user_status .title {
    margin: 0px 0px 4px 0px;
    font-size: 1em;
}
#user_status p.organisation {
    margin-bottom: 3px;
}
#user_status p.previous_login {
    margin-bottom: 3px;
}
#user_status p.links {
    margin-bottom: 3px;
}
#user_status ul.links {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#user_status .title img {
    float: left;
    margin: 0px 5px 5px 0px;
}
#user_status.empty {
    background: none;
}

#site_logo {
    text-align: center;
    width: 177px;
    padding-top: 20px;
}

/*---------------------- fonts ---------------------------------------*/

h1,
.h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 49px;
    padding-left: 4px;
    margin-left: -4px;
}

h2,
.h2 {
    font-size: 18px;
    font-weight: bold;
}
h3,
.h3 {
    font-size: 14px;
    font-weight: bold;
}
h4,
.h4 {
    font-size: 13px;
    font-weight: normal;
}
legend {
    font-weight: bold;
    color: #ffffff;
}
legend.xlarge {
    font-size: 24px;
}
fieldset {
    position: relative;
    border: 2px solid #354866;
    border-width: 0px 0px 2px 0px;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #596d8f;
}
#content fieldset legend {
    color: #fff;
    margin-bottom: 10px;
    width: 100%;
}

#content a {
    color: #cee0ff;
}
#content fieldset a {
    color: #ecf3ff;
}
#content a:hover {
    text-decoration: none;
}
a span.ui-button-text {
    color: #000;
}
#footer p {
    margin: 0px;
}
#footer a {
    color: #cee0ff;
    text-decoration: none;
}

#footer {
    height: 60px;
}

#footer .footer-col-70 {
    float: left;
    width: 70%;
}

#footer .footer-col-30 {
    float: left;
    width: 30%;
}

a {
    outline: none;
}

a img {
    border: none;
}

h1,
h2,
h3,
h4,
p,
ul,
table,
pre,
code {
    margin-top: 0px;
    margin-bottom: 1em;
    clear: both;
}

.text-align-right {
    text-align: right;
}

ul,
ol {
    margin-left: 25px;
}

p {
    clear: none;
}

#content h1,
#content h2,
#content h3 #content .h1,
#content .h2,
#content .h3 {
    color: #c8ebff;
}

#content h3,
#content .h3 {
    padding-bottom: 0px;
}

#content h3::after,
#content .h3::after {
    display: block;
    height: 7px;

    background-repeat: repeat-x;
    border-bottom: 1px solid #425574;
    /*background-image: url("../images/content-h3-bg.gif");*/
    content: "";
}

fieldset h3,
fieldset .h3 {
    padding-bottom: 0px;
}

fieldset h3::after,
fieldset .h3::after {
    content: "";
    display: block;
    height: 7px;
    background-position: 0px 21px;
    background-image: url("../images/lighter-h3-bg.gif") !important;
    background-repeat: repeat-x;
}

fieldset.buttons {
    text-align: right;
}

.bold {
    font-weight: bold;
}

.ui-widget-content fieldset {
    border: none;
    background-color: #5d7193;
}

/*---------------------- flash messages ------------------------------*/

.error,
.alert,
.notice,
.success,
.info {
    clear: both;
    padding: 10px 10px 10px 30px;
    margin-bottom: 1em;
    border: 2px solid #ddd;
    background-repeat: no-repeat;
    background-position: 10px 10px;
}
.error,
.alert {
    background-color: #fae8e2;
    color: #6d2518;
    border-color: #eb9a84;
}
.notice {
    background-color: #fdf7d9;
    color: #462c0c;
    border-color: #dc9338;
}
.success {
    background-color: #e6f2e1;
    color: #3e6e29;
    border-color: #86c06c;
}
.info {
    background-color: #d5edf8;
    color: #205791;
    border-color: #92cae4;
}
.error a,
.alert a {
    color: #8a1f11 !important;
}
.notice a {
    color: #514721 !important;
}
.success a {
    color: #264409 !important;
}
.info a {
    color: #205791 !important;
}

/*----------------------forms ----------------------------------------*/
table.form {
}

table.form th,
table.form td {
    padding: 3px 5px;
}

table.form th,
table.form td.label {
    vertical-align: top;
    /*font-weight:bold;*/
    text-align: left;
    padding-top: 6px;
    padding-right: 5px;
}

table.outline {
    border-right: 1px solid #506487;
    border-left: 1px solid #637799;
}

table.outline th,
table.outline td {
    margin-top: 1px;
    border-top: 1px solid #637799;
    border-bottom: 1px solid #506487;
}

table.questionaire-answers td,
table.questionaire-answers th {
    padding: 5px;
}

table.questionaire-answers td img {
    vertical-align: middle;
}

table.questionaire-answers td.label {
    width: 350px;
}

table.questionaire-answers {
    width: 100%;
}

ul.form_list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
}

ul.form_list li {
    margin-bottom: 10px;
}

ul.form_list li label,
ul.form_list li div.label {
    display: block;
    margin-bottom: 3px;
}

div.form_error {
    line-height: 1.2em;
    color: #ff8585;
    padding: 3px 0px 5px 0px;
}

.required_error {
    border: 1px solid #eb9a84;
    background-color: #fae8e2;
    color: #c66757;
}

ul.form_horizontal li label {
    float: left;
    width: 150px;
}

ul.grid {
    display: block;
    position: relative;
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 620px;
}

ul.grid li {
    display: inline-block;
    width: 160px;
    float: left;
}

input.datepicker {
    width: 100px;
}

.form_validation_error {
    display: block;
    width: 15px;
    height: 14px;
    float: left;
    text-indent: -1000px;
    background-image: url("../images/error_warning.gif");
    margin-right: 10px;
}

div.form {
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

div.form .row {
    clear: both;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid transparent;
}

div.form span.label,
div.form span.input,
div.form .checkbox-row {
    position: relative;
    display: block;
    line-height: 2.2em;
    min-height: 2.2em;
    _height: 2.2em; /*ie6*/
    margin: 1px 1px 0px 0px;
    padding: 0px 5px 0px 0px;
}

div.form .label {
    float: left;
    display: block;
    clear: left;
    width: 130px;
    /*font-weight: bold;*/
}

div.form .input {
    float: left;
    width: 250px;
}

div.form .buttons {
    clear: both;
    float: left;
    width: 253px;
    padding-left: 132px;
    margin: 1px 1px 0px 0px;
    line-height: 2.2em;
}

div.form hr {
    clear: both;
    margin: 10px 0px 10px 0px;
}

div.form .caption,
div.form .description {
    margin: 15px 1px 15px 0px;

    clear: both;
}

div.form .checkbox-row {
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.form button.large,
input.large {
    font-size: 1.5em;
}

div.form table.form_table th,
div.form table.form_table td {
    padding-bottom: 7px;
    padding-right: 7px;
    text-align: left;
}

div.form table.form_table tr td:first-child {
    padding-right: 0px;
}

div.form table.form_table tr td:first-child {
    width: 173px;
}

div.vertical-row .label,
div.vertical-row .input {
    display: block;
    width: 100%;
    float: none;
}

div.vertical-row span.input input[type="text"],
div.vertical-row span.input textarea {
    width: 100%;
}

div.vertical-row span.input textarea {
    height: 2.4em;
}

div.vertical-row span.input select {
    max-width: 100%;
}

input.click-to-browse {
    background-repeat: no-repeat;
    background-image: url("../images/input-click-to-browse.gif");
    background-position: right center;
    cursor: pointer;
}

.right-block,
.left-block {
    position: relative;
    width: 470px;
    float: left;
}

.left-block {
    padding-right: 10px;
}

input,
select,
textarea {
    padding: 2px 1px;
}

.multiselect {
    width: 100%;
}

.multiselect .target {
    display: none;
}

.multiselect .opener {
    border: 1px solid grey;
    background-color: white;
    color: black;
    padding: 2px 20px 2px 0px;
    line-height: 1.4em;
    background-image: url("../images/multiselect_opener.gif");
    background-repeat: no-repeat;
    background-position: right center;
    margin: 1px 0px;
}

.multiselect .opener .selected {
    display: inline-block;
}
.multiselect .selector_container {
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    margin-top: -1px;
}

.multiselect .selector_container .heading {
    background-color: #dbdbdb;
    color: #000000;
    padding: 3px;
}

/*-------------------------List container-----------------------------*/

div.list_box {
    border: 1px solid #354866;
    overflow: auto;
}

div.list_box ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

div.list_box ul li {
    padding: 0px;
}

div.list_box ul li a {
    text-decoration: none;
    padding: 4px;
    margin-bottom: 2px;
    background-color: #617495;
    display: block;
}

div.list_box ul li a:hover {
    background-color: #6a7c9a;
}

/*----------------------Options Icons --------------------------------*/

.option_icons {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0px 0px 10px 0px;
}
.option_icons ul {
    clear: left;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
    text-align: center;
}
.option_icons ul li {
    display: block;
    float: left;
    list-style: none;
    margin: 0px 25px 0px 25px;
    padding: 0;
    position: relative;
    right: 50%;
}
.option_icons ul li span.icon {
    display: block;
}
.option_icons ul li span.label {
    display: block;
}

/*--------------------- Tabs -----------------------------------------*/

.link_tabs {
    width: 100%;
    border: 1px solid #556b8d;
    border-width: 1px 0px 1px 0px;
    overflow: hidden;
    position: relative;
    margin: 0px 0px 10px 0px;
    background-color: #455b7d;
    background-repeat: repeat-x;
    background-position: bottom;
}

.link_tabs ul {
    clear: left;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.link_tabs ul li {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    min-width: 80px;
    text-align: center;
}

.link_tabs ul li.selected_item,
.link_tabs ul li:hover {
    background-repeat: repeat-x;
    background-position: middle;
    background-color: #354866;
}

.link_tabs ul li a {
    display: block;
    padding: 12px 10px;
    text-decoration: none;
    text-decoration: none;
    border-radius: 5px 5px 0px 0px;
}

.link_tabs ul li a.selected {
    font-weight: bold;
    background: none;
}

.link_tabs ul li a.selected {
    color: #ffffff !important;
    cursor: default;
}

.link_tabs ul li a:hover {
    font-weight: normal;
}

.link_tabs .badge {
    font-size: 80%;
    vertical-align: top;
    margin-left: 3px;
}

.link_tabs ul li a img {
    vertical-align: middle;
}

/*---------------------Toolbar ---------------------------------------*/

div.toolbar {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0px 0px 15px 0px;
}

div.toolbar ul {
    clear: left;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

div.toolbar ul li {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

div.toolbar ul li a {
    display: block;
    margin: 0 0 0 2px;
    padding: 3px 10px;
    color: #ffffff;
    text-decoration: none;
    line-height: 30px;
    text-decoration: none;
    outline: none;
}

div.toolbar ul li a:hover {
    background-color: #354866;
}

div.toolbar ul li a img {
    vertical-align: middle;
    margin-right: 5px;
}

div.toolbar ul li div.divider {
    text-indent: -200px;
    overflow: hidden;
    height: 36px;
    width: 0px;
    border-left: 1px solid #425574;
    border-right: 1px solid #54698c;
    margin-left: 2px;
}

/*--------------------------------Data table ---------------------------------*/

table.data thead tr th,
.th {
    background-color: #455b7d;
    text-align: left;
}

table.data thead tr:first-child th,
.th {
    border-top: 1px solid #4f668a;
}

table.data td {
    padding: 3px 4px;
}
table.data th {
    padding: 5px 4px;
}

table.data.compact td,
table.data.compact th {
    padding: 1px 4px;
    font-size: 0.95em;
}

table.data tbody tr td {
    border-top: 1px solid #556b8d;
    border-bottom: 1px solid #41577a;
    background-color: #496187;
}

table.data tfoot tr td {
    background-color: #425574;
}

table.data tbody tr.selected td {
    background-color: #42587a;
}

table.data tr.error td {
    color: white;
    background-color: #84425c;
}

table.data .checkbox_column {
    width: 20px;
}

/*--------------------------------Data list ---------------------------------*/

dl.data {
    width: 360px;
    position: relative;
    clear: both;
    float: left;
    list-style: none;
    margin: 0px 0px 15px 0px;
}

dl.data dt,
dl.data dd {
    line-height: 2em;
    float: left;
    margin: 1px 1px 0px 0px;
    padding: 0px 5px;
    border-width: 1px;
    border-style: solid;
}

dl.data dt {
    position: relative;
    clear: left;
    width: 165px;
    background-color: #425574;
    border-color: #576884 #3c4d69 #384862 #4c5e7c;
}
dl.data dd {
    position: relative;
    width: 165px;
    background-color: #496187;
    border-color: #5e7395 #42577a #3e5272 #536a8e;
}

dl.data span.help {
    /*float: right;*/
    position: absolute;
    top: 0px;
    right: 2px;
}

div.pagination_links {
    clear: both;
    height: 20px;
    padding-top: 4px;
}

div.pagination_links div {
    display: inline;
}

div.pagination_links div a,
div.pagination_links div.current {
    padding: 4px;
    background-color: #496187;
    margin: 0px 3px 3px 0px;
    text-decoration: none;
}

div.pagination_links div a:hover {
    background-color: #6981a7;
    color: #fff;
}

div.pagination_links div.current {
    font-weight: bold;
}

div.shortened {
    width: 185px;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 15px;
    background-image: url("../images/flag_comment.gif");
    background-repeat: no-repeat;
    background-position: right bottom;
}
div.shortened span {
    overflow: hidden;
    display: block;
}

.more {
    color: orange;
}

div.note-bubble {
    float: left;
    clear: both;
    z-index: 9999999999;
    position: absolute;
}

div.note-bubble-arrow {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/note_bubble_arrow.gif");
    height: 6px;
}

div.note-bubble-arrow-right {
    display: none;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/note_bubble_arrow_right.gif");
    width: 6px;
    height: 22px;
}

div.note-bubble-content {
    float: left;
    background-color: #000;
    color: #fff;
    padding: 5px;
    word-wrap: break-word;
    border-radius: 8px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.31);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.31);
}

table.data tr td.urgency_level_100 {
    background-color: #428772;
}
table.data tr td.urgency_level_200 {
    background-color: #97a456;
}
table.data tr td.urgency_level_300 {
    background-color: #973f56;
}

/*------------------------------- Navigation Tree ----------------------------*/

ul.tree {
    clear: both;
    list-style: none;
    padding: 0px;
    margin: 0px 0px 5px 20px;
}

ul.tree li {
    margin: 5px 0px;
}

/*--------------------------------- BROWSER ----------------------------------*/

.dialog_browser .browser {
    border: 1px solid #000;
    width: 100%;
    overflow: auto;
}

.browser ul.tree li {
    white-space: nowrap;
}

.browser ul.tree li.open {
    background-image: url("../images/branch-open-tiny.gif");
    background-position: 5px 0px;
    background-repeat: no-repeat;
}
.browser ul.tree li.closed {
    background-image: url("../images/branch-closed-tiny.gif");
    background-position: 5px 0px;
    background-repeat: no-repeat;
}
.browser ul.tree a.selected {
    padding: 2px;
    background-color: #354866;
    color: white;
}

ul.tree li {
    padding: 0px 20px;
    margin: 5px;
}

ul.tree {
    clear: both;
    list-style: none;
    padding: 0px 0px 5px 0px;
    margin: 0px;
}

/*--------------------------------Stages map ---------------------------------*/

table.stages {
    margin: 0px auto 15px auto;
}

table.stages tr td {
    padding: 10px;
    text-align: center;
}
table.stages tr td span.name {
    display: block;
    font-weight: bold;
}

table.stages tr td.todo {
    opacity: 0.5;
}

table.stages tr td.active span.name {
    background-image: url("../images/active.gif");
}

table.stages tr td.done span.name {
    background-image: url("../images/tick.png");
}
table.stages tr td.done span.name,
table.stages tr td.todo span.name,
table.stages tr td.active span.name {
    background-repeat: no-repeat;
    background-position: left center;
    padding: 2px 2px 2px 20px;
}

/*--------------------------Change Password ----------------------------------*/

#change-password-form .form .label {
    width: 180px !important;
}
#change-password-form .form .input {
    width: 210px !important;
}

/*-------------------------------help ----------------------------------------*/

.help {
}
.help div.content {
    display: none;
}
.help a.link {
}

/*------------------------------analysis Status Icons-------------------------*/
.faded {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
    filter: alpha(opacity=30);
    zoom: 1;
}

/*-------------------------------misc-----------------------------------------*/

.pushdown {
    display: block;
    overflow: hidden;
    height: 1px;
    clear: both;
    margin: 0px;
}

.hidden {
    visibility: hidden !important;
    border: 1px solid #ff0000;
}

hr {
    display: block;
    border: none;
    height: 1px;
    border-bottom: 1px solid #425574;
}

.intro-image {
    border: 1px solid #ff0000;
    float: right;
}

.centered {
    text-align: center !important;
}

.right {
    text-align: right !important;
}

.spacer {
    height: 15px;
    width: 10px;
    clear: both;
}

.unstyled {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

.unstyled li {
    margin-left: 0px;
    padding-left: 0px;
}
.unstyled .bullet {
    font-weight: bold;
    padding-right: 5px;
    margin-left: -15px;
}

.unstyled .centered {
    margin-left: -65px;
}

.checklist {
    list-style: none;
    list-style-image: url("../images/checklist.gif");
    padding-left: 25px;
}

.checklist li {
    padding-left: 5px;
}

.smaller-text {
    font-size: 11px;
    line-height: 1.2em;
}

.pull-right {
    float: right;
}
.pull-left {
    clear: left;
}

/*-------------------------- Modules -----------------------------------------*/

.intro {
    clear: both;
}

.intro .image {
    float: right;
    clear: right;
    margin: 0px 0px 10px 10px;
}

.intro .text,
.intro .title h2 {
    width: 500px;
    clear: none;
}

/*---------------------------Notifications -----------------------------------*/
.notifications_list ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.notifications_list {
    height: 300px;
    overflow: auto;
    padding: 3px;
    -webkit-box-shadow: inset 0 0px 6px rgba(0, 0, 0, 0.4);
}

.notification_text {
    margin-bottom: 10px;
}

/*------------------------------- box of text --------------------------------*/

.shadow-box {
    -webkit-box-shadow: inset 0 0px 6px rgba(0, 0, 0, 0.4);
}

.h-100 {
    height: 100px;
}
.h-150 {
    height: 150px;
}
.h-200 {
    height: 200px;
}

.p-1 {
    padding: 1px;
}
.p-3 {
    padding: 3px;
}
.p-5 {
    padding: 5px;
}
.p-10 {
    padding: 10px;
}
.p-15 {
    padding: 15px;
}

.mb-1 {
    margin-bottom: 1px;
}
.mb-3 {
    margin-bottom: 3px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-35 {
    margin-bottom: 35px !important;
}

.w-10 {
    width: 10px;
}
.w-20 {
    width: 20px;
}

.w-30 {
    width: 30px;
}

.w-40 {
    width: 40px;
}
.w-50 {
    width: 50px;
}
.w-60 {
    width: 60px;
}
.w-70 {
    width: 70px;
}
.w-80 {
    width: 90px;
}
.w-90 {
    width: 80px;
}
.w-100 {
    width: 100px;
}
.w-110 {
    width: 100px;
}
.w-120 {
    width: 120px;
}
.w-130 {
    width: 130px;
}
.w-140 {
    width: 140px;
}
.w-150 {
    width: 150px;
}
.w-160 {
    width: 160px;
}
.w-170 {
    width: 170px;
}
.w-180 {
    width: 180px;
}
.w-190 {
    width: 190px;
}
.w-200 {
    width: 200px;
}
.w-210 {
    width: 210px;
}
.w-220 {
    width: 220px;
}
.w-230 {
    width: 230px;
}
.w-240 {
    width: 240px;
}
.w-250 {
    width: 250px;
}

.h-scroll {
    overflow-y: scroll;
}

.h-scroll-auto {
    overflow-y: auto;
}

.border {
    border: 1px solid #354866;
}

/*-------------------------------UI Combo box --------------------------------*/
.ui-button {
    margin-left: -1px;
}
.ui-button-icon-only .ui-button-text {
    padding: 0.35em;
}
.ui-autocomplete-input {
    margin: 0;
    padding: 0.48em 0 0.47em 0.45em;
}

/*------------------------------UI style overrides----------------------------*/

.ui-button,
.ui-button span,
.ui-button.ui-state-default,
.ui-button.ui-widget-content .ui-button.ui-state-default,
.ui-button.ui-widget-header,
.ui-button.ui-state-default {
    background: none !important;
    background-color: #dadada !important;
    color: #000000 !important;
    border-color: #707070;
}

.ui-widget-header {
    background: none;
    background-color: #354866;
}

.progress_warning .ui-widget-header {
    background-image: url("../images/progress_warning_bg.png") !important;
}

.ui-dialog {
    box-shadow: 0px 5px 44px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 5px 44px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0px 5px 44px rgba(0, 0, 0, 0.8);
}

.ui-autocomplete-loading {
    background: white url("../images/ui-anim_basic_16x16.gif") right center
        no-repeat;
}

/* ---------------------------- IPAD ------------------------------------------*/
#orientation_block {
    display: none;
    z-index: 100000000000;
    background-color: #000000;
    color: white;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-image: url("../images/tablet_rotate.png");
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

#orientation_block span.text {
    position: absolute;
    display: block;
    font-size: 18px;
    top: 50%;
    margin-top: 110px;
    width: 100%;
    text-align: center;
}

.select-switch {
    border: 1px solid #2d394a;
    border-color: #2d394a #3f5474 #a3afc2 #51698b;
    padding: 1px;
    width: 78px;
    /*-webkit-border-radius: 5px;
    border-radius: 5px;*/
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.select-switch a.option span {
    display: inline-block;
    text-decoration: none;
    border: 1px outset transparent;
    width: 37px;
    text-align: center;
    padding: 5px 0px;
    /*-webkit-border-radius: 3px;
    border-radius: 3px;*/
}

.select-switch a.active span {
    border: 1px outset grey;
    color: #ffffff !important;
}

.select-switch a.active span.good {
    border-color: #caf1c9 #70d06c #144d11 #61cf5d;
    background-color: green;

    background: #94e391; /* Old browsers */
    background: -moz-linear-gradient(
        top,
        #94e391 0%,
        #08bf00 100%
    ); /* FF3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #94e391),
        color-stop(100%, #3add33)
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
        top,
        #94e391 0%,
        #08bf00 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
        top,
        #94e391 0%,
        #08bf00 100%
    ); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #94e391 0%, #08bf00 100%); /* IE10+ */
    background: linear-gradient(to bottom, #94e391 0%, #08bf00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94e391', endColorstr='#08BF00',GradientType=0 ); /* IE6-9 */
}
.select-switch a.active span.bad {
    border-color: #f1ccc9 #cf655d #4d1411 #cf655d;

    background-color: red;
    background: #e39691; /* Old browsers */
    background: -moz-linear-gradient(
        top,
        #e39691 1%,
        #d60e0e 100%
    ); /* FF3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(1%, #e39691),
        color-stop(100%, #d60e0e)
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
        top,
        #e39691 1%,
        #d60e0e 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
        top,
        #e39691 1%,
        #d60e0e 100%
    ); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e39691 1%, #d60e0e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e39691 1%, #d60e0e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e39691', endColorstr='#d60e0e',GradientType=0 ); /* IE6-9 */
}

/*----------------------------------------------------------------------------*/

.spanrow {
    clear: both;
    float: left;
    width: 100%;
}

.spanrow .span1,
.spanrow .span2,
.spanrow .span3,
.spanrow .span4,
.spanrow .span5,
.spanrow .span6,
.spanrow .span7,
.spanrow .span8,
.spanrow .span9,
.spanrow .span10,
.spanrow .span11,
.spanrow .span12 {
    float: left;
    margin: 0px 0px 10px 10px;
}

.spanrow .span1 {
    width: calc(8.333333333% - 5px);
}
.spanrow .span2 {
    width: calc(16.66666667% - 5px);
}
.spanrow .span3 {
    width: calc(25% - 5px);
}
.spanrow .span4 {
    width: calc(33.33333333% - 5px);
}
.spanrow .span5 {
    width: calc(41.66666667% - 5px);
}
.spanrow .span6 {
    width: calc(50% - 5px);
}
.spanrow .span7 {
    width: calc(58.33333333% - 5px);
}
.spanrow .span8 {
    width: calc(66.66666667% - 5px);
}
.spanrow .span9 {
    width: calc(75% - 5px);
}
.spanrow .span10 {
    width: calc(83.33333333% - 5px);
}
.spanrow .span11 {
    width: calc(91.66666667% - 5px);
}
.spanrow .span12 {
    width: calc(100% - 5px);
    margin-left: 0px;
}

.spanrow .first {
    margin-left: 0px;
}

.text-ellipses {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-large {
    font-size: 2em;
}

/*-------------------------------- Report comments ---------------------------*/

ul.comments {
    list-style: none;
    padding: 0px;
    overflow: auto;
    height: 200px;
    margin-left: 0px;
}

ul.comments li {
    padding: 5px;
}

ul.comments li div.from,
ul.comments li div.user {
    font-weight: bold;
    float: left;
    clear: left;
}

ul.comments li div.datetime {
    font-style: italic;
    float: right;
    clear: right;
}

ul.comments li div.comment,
ul.comments li div.body {
    clear: both;
}

.at-least-one-number {
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #fff;
    border-left: none;
    height: 55px;
    position: absolute;
    left: 280px;
    width: 5px;
}

@supports (-moz-appearance: none) {
    .at-least-one-number {
        left: 310px;
    }
}

.at-least-one-number div {
    margin-left: 6px;
    margin-top: 10px;
    width: 100px;
    font-style: italic;
    line-height: normal;
}

.no-wrap {
    white-space: nowrap;
}

.display-none {
    display: none;
}

.ui-widget-content {
    background-image: none !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background-color: #425574 !important;
    background-image: none !important;
    border: 1px solid transparent !important;
}

.ui-widget-content {
    background-image: none !important;
    background-color: #596d8f !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background-image: none !important;
}

.ui-tabs-active .ui-tabs-anchor {
    font-weight: bold;
}

.clickable {
    cursor: pointer;
}

.admin-details h3 {
    padding-top: 30px;
}
