﻿@font-face {
    font-family: 'PTSansRegular';
    src: url('../fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/PTS55F-webfont.woff') format('woff'), url('../fonts/PTS55F-webfont.ttf') format('truetype'), url('../fonts/PTS55F-webfont.svg#svgFontName') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansBold';
    src: url('../fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/PTS75F-webfont.woff') format('woff'), url('../fonts/PTS75F-webfont.ttf') format('truetype'), url('../fonts/PTS75F-webfont.svg#svgFontName') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

script {
    font-size: 0;
    height: 0;
}

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
    margin: 0 auto;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, th {
    font-style: normal;
    font-weight: normal;
}

em {
    font-style: italic;
}

h1 {
    color: #266f88;
    font-family: 'PTSansBold';
    font-size: 14pt;
    font-weight: bold;
    padding-top: 10px;
}

ul, ol {
    list-style: none;
}


fieldset, img {
    border: none;
}

caption, th {
    text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    background: #FFF none repeat scroll 0 0;
}

body {
    background: transparent;
    color: #333;
    font-family: 'PTSansRegular', sans-serif;
    font-size: 12px;
    line-height: 1.5; /* "Lucida Grande" , Geneva, Arial, Verdana, sans-serif;*/
}


.hidden {
    display: none;
}

.right {
    float: right;
    margin-right: 9px;
    margin-top: 10px;
}

#icrHeader {
    height: 120px;
    margin: 0 auto;
    width: 960px;
}

#icrMiniHeader {
    height: 38px;
    margin: 0 auto;
    width: 570px;
}

#logo {
    float: left;
    height: 120px; /*background: url('icrlogo.png') no-repeat;*/
    width: 190px;
}

#profilemenu {
    color: #266f88;
    font-family: 'PTSansBold';
    font-weight: bold;
    height: 82px;
    margin-left: 190px;
    margin-top: 10px;
    padding-right: 5px;
    text-align: right;
    width: 770px;
}

#logout {
    text-decoration: underline;
}

#userprofile {
    color: black;
}

#sectionmenu {
    font-size: 2em;
    padding-left: 40px;
}

.sectionmenutbl {
}

#mainGrad {
    background: url('contentbg.png') repeat-x;
    background-color: white;
    margin-bottom: 20px;
    width: 100%;
}

#main {
    background-color: transparent;
    clear: both;
    margin: 0 auto;
    min-height: 500px;
    overflow: visible;
    width: 960px;
    _height: 500px;
}

    #main #sidebar {
        float: left;
        margin-top: 1px;
        width: 155px;
    }

#sidebargrad {
    background: url('vertbar.png');
    min-height: 325px;
    padding-top: 15px;
    border-radius: 10px;
    padding-bottom: 10px;
}

#shaddow {
    display: none;
}

#main #sidebar ul li {
    background-image: url('arrow_rt.png');
    background-position: 95% 50%;
    background-repeat: no-repeat;
    font-family: 'PTSansBold';
    font-size: 9pt;
    text-transform: uppercase;
}

    #main #sidebar ul li a {
        color: white;
        display: block;
        padding: 6px 10px;
        width: 120px;
    }

    #main #sidebar ul li.selected {
        background-color: #ff9900;
        background-image: url('arrow_rt_sel.png');
        background-position: 95% 10px;
    }

    #main #sidebar ul li.multiselected {
        background-color: #ff9900;
        background-image: url('arrow_rt_multisel.png');
        background-position: 95% 10px;
    }

li.multiselected li {
    color: white;
    padding-left: 30px;
}

/* url(../Content/sidebar_selected.png) repeat-x bottom left; }*/

#main #sidebar ul li.selected a {
    color: #fff;
    font-size: 9pt;
    text-shadow: black 1px 1px 2px;
}

#main #sidebar ul li.multiselected a {
    color: #fff;
    font-size: 9pt;
    text-shadow: black 1px 1px 2px;
}


/*----- content -----*/

#main #content {
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    /*-moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.25);*/
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
    /*    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.25);*/
    background-color: white;
    border: #999999 1.5px solid;
    border-radius: 8px;
    float: right;
    margin-bottom: 10px;
    min-height: 360px;
    padding-bottom: 10px;
    width: 780px;
    _height: 360px; /*margin-top: 2px;*/
}

    #main #content.wide {
        float: none;
        margin: 0 auto;
        width: 1024px;
    }

#main.wide {
    margin: auto;
    width: 100%;
}


.bordered {
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.25);
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.25);
    border: #999999 1.5px solid;
    border-radius: 8px;
    margin-top: 10px;
    padding: 8px;
}

.bordered2 {
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: #999999 1.5px solid;
    border-radius: 8px;
    margin-top: 2px;
    padding: 8px;
}

    .bordered2.milestone {
        border: #ff9900 2px solid;
    }

    .bordered2.syncpoint {
        border: #ff9900 2px solid;
    }

#main #distribution h4 {
    margin: 20px 0 5px 0;
}


#globalfooter {
    background: url('footerbg.png') repeat-x;
    clear: both;
    color: white;
    font-size: 9pt;
    margin: 18px auto;
    min-height: 50px;
    text-align: center !important;
    width: 100%;
}

ul {
    list-style: none outside;
}

a {
    color: #266f88;
}

    a:link, a:visited, a:active {
        text-decoration: none;
    }

    a:hover {
        text-decoration: underline;
    }





/* Styles for validation helpers
-----------------------------------------------------------*/

.field-validation-error {
    color: black;
    font-family: 'PTSansBold';
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    background-color: #ffcc66;
    /*border: 1px solid #ff0000;*/
}

.validation-summary-errors {
    color: #ffcc66;
}

.validation-summary-valid {
    display: none;
}


/*    Logon */

#logonbox {
    margin-left: -100px;
    width: 750px;
}

    #logonbox h1 {
        font-size: 16px;
    }

    #logonbox h2 {
        font-size: 18px;
    }

.callout {
    -khtml-border-radius: 5px;
    -khtml-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -o-border-radius: 5px;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    background: #fff;
    border: 1px solid #e1e1e1;
    border-bottom: 1px solid #c4c4c4;
    border-radius: 5px;
    border-top: 1px solid #f5f5f5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    margin-bottom: 1.6em;
    padding: 1.6em 18px 1px;
}


    .callout .header {
        background: url(../Content/titlegrad.png) repeat-x 0 100%;
        margin: -1.6em -18px 1em;
        padding: 1em 18px;
        _background-image: url(../Content/titlegrad.png);
    }

.linkcolor {
    color: #266f88;
}


#logonbox .first {
    display: block;
    float: left;
    width: 380px;
}

#logonbox .last {
    display: block;
    margin-left: 400px;
    width: 350px;
}

.logonleft {
    display: block;
    float: left;
    font-weight: bold;
    width: 70px;
}

.logonright {
    display: block;
    margin-left: 80px;
    width: 260px;
}

    .logonright input {
        width: 260px;
    }



div.zipicon {
    background: transparent url(istockphoto_5272940-satin-icons-set-12.jpg) no-repeat 0px 0px;
    height: 60px;
    width: 55px;
}

div.plusicon {
    background: transparent url(istockphoto_5272940-satin-icons-set-12.jpg) no-repeat -160px 0px;
    height: 60px;
    width: 55px;
}

div.texticon {
    background: transparent url(istockphoto_5272940-satin-icons-set-12.jpg) no-repeat 0px -220px;
    height: 60px;
    width: 55px;
}

div.pdficon {
    background: transparent url(icons/type-doc.png) no-repeat;
    float: left;
    height: 60px;
    width: 60px;
}


.document {
    width: 100%;
}

.documentDetail {
    display: block;
    width: 100%;
}

.detailLeft {
    display: block;
    float: left;
    font-family: 'PTSansBold';
    padding-top: 5px;
    width: 100px;
}

.detailRight {
    margin-left: 120px;
    padding-top: 5px;
    width: 300px;
}

.detailRightWide {
    margin-left: 120px;
    padding-top: 5px;
    width: 600px;
}

.documentVersion {
    display: block;
}

#documentList {
    display: block;
    float: left;
    width: 400px;
}

#drawingList {
    display: block;
    margin-left: 400px;
    width: 400px;
}

#yourGroups {
    display: block;
    float: right;
    overflow: hidden;
    padding-left: 5px;
    padding-top: 2px;
    width: 215px;
}


    #yourGroups h1 {
        height: 30px;
        overflow-x: hidden;
    }

    #yourGroups strong {
        font-weight: bold;
    }

    #yourGroups span {
        margin-bottom: 3px;
        margin-left: 5px;
    }

#activeEvents {
    clear: right;
    display: block;
    float: right;
    height: 450px;
    min-height: 100px;
    overflow-y: hidden;
    padding-left: 5px;
    padding-top: 2px;
    width: 215px;
}

    #activeEvents h1 {
        height: 30px;
    }

    #activeEvents strong {
        font-weight: bold;
    }


.docTable {
    table-layout: fixed;
    white-space: nowrap;
    width: 370px;
}

    .docTable td {
        border: 1px solid grey;
        padding-bottom: 3px;
    }

.docCol1 {
    width: 30px;
}

.docCol2 {
    width: 310px;
}

.docCol3 {
    width: 30px;
}

.col1 {
    padding-right: 3px;
    vertical-align: top;
}

.col2 {
    overflow: hidden;
}

.col3 {
    text-align: center;
}

span.badge {
    background: #266f88;
    color: #ff9900;
    display: inline-block;
    font-family: 'PTSansRegular';
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
    margin: 1px 1px 0 0;
    padding: 3px 8px 1px;
    text-transform: uppercase;
}

span.selected-badge {
    background: #ff9900;
    color: white;
    display: inline-block;
    font-family: 'PTSansRegular';
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
    margin: 1px 1px 0 0;
    padding: 3px 8px 1px;
    text-transform: uppercase;
}

#addtag .icrlink {
    float: none;
}

#addtag input {
    margin-top: 8px;
}
/*
.Level-0, .Level-1, .Level-2, .Level-3, .Level-4
{
    display: inline-block;
    width: 6px;
    height: 11px;
    overflow: hidden;
    line-height: inherit;
    background-position: -40px -1034px;
    vertical-align: text-bottom;
    margin: 0 1px 1px 3px;
}
.Level-0
{
    background-color: Green;
}
.Level-1
{
    background-color: Orange;
}

.Level-2
{
    background-color: Purple;
}
.Level-3
{
    background-color: Red;
}
.Level-4
{
    background-color: Yellow;
}
*/
.highlight {
    background-color: #FFFF99;
}

fieldset {
    border: none;
    margin-top: 10px;
    padding-left: 5px;
    padding-top: 5px;
}

.monospaced {
    font-family: Consolas, monospace;
}

fieldset legend {
    display: none; /*     border-radius: 8px;     -webkit-border-radius: 8px;     -moz-border-radius: 8px;     -khtml-border-radius: 8px;     -o-border-radius: 8px;     border: #999999 solid 2px;          background: #195d74;     background-image: -webkit-gradient(     linear,     left top,     left bottom,     color-stop(0.51, rgb(25,93,116)),     color-stop(0.99, rgb(0,0,0)),     color-stop(0.96, rgb(0,0,0)) );     background-image: -moz-linear-gradient(     center top,     rgb(25,93,116) 51%,     rgb(0,0,0) 99%,     rgb(0,0,0) 96% );     font-family: 'PTSansRegular';     font-weight: bold;     border: 1px solid #000;     padding: 2px 10px;     min-width: 200px;     color: #FFF;     */
}

fieldset .display-label {
    clear: right;
    display: inline;
    font-weight: bold;
    margin: 2px;
    padding: 2px;
    width: 100px;
}

fieldset .display-field {
    display: inline;
    margin: 2px;
    padding: 2px;
}



.ui-tabs-panel {
    min-height: 400px;
    _height: 400px;
}

.message {
    background: white;
    display: block;
    margin-top: 50px;
    min-height: 200px;
    padding-top: 25px;
    text-align: center;
    vertical-align: middle;
    _height: 200px;
}

.chosenItems {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid Gray;
    border-radius: 6px;
    display: block;
    float: left;
    max-width: 370px;
    min-height: 400px;
    padding: 1em;
    width: 370px;
    _height: 400px;
}

    .chosenItems h2 {
        font-size: 1.5em;
        padding-bottom: 5px;
        text-align: center;
    }

.library {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid Gray;
    border-radius: 6px;
    display: block;
    float: right;
    min-height: 400px;
    padding: 1em;
    width: 300px;
    _height: 400px;
}

    .library h2 {
        font-size: 1.5em;
        padding-bottom: 5px;
        text-align: center;
    }

.clear {
    clear: both;
}

.itemTitle {
    font-weight: bold;
    padding-bottom: 4px;
}

.tagCloud {
    border: 1px grey solid;
    cursor: pointer;
    display: block;
    margin-right: 10px;
    padding: 10px;
}

    .tagCloud input[type=text] {
        width: 90%;
    }

    .tagCloud div:hover {
        -khtml-opacity: 0.6;
        -moz-opacity: 0.6;
        -webkit-opacity: 0.6;
        background-color: #ff9900;
        border: 1px black solid;
        opacity: 0.6;
    }


#plan h1 {
    background: url(../Content/titlegrad.png) repeat-x;
    height: 30px;
    padding-left: 18px;
    padding-top: 3px;
}

.scriptdetails h1 {
    background: url(../Content/titlegrad.png) repeat-x;
    height: 30px;
    overflow: hidden;
    padding-left: 18px;
    padding-top: 3px;
    white-space: nowrap;
}

.update-message {
    color: Red;
    font-weight: bold;
}

.lilist li {
    border-right: 1px solid yellow;
    display: inline;
    list-style-type: none;
}

#userInfoPopup {
    background-color: whitesmoke; /*position: absolute;     right:-30px;     left: auto;*/
    border: 1px solid black;
    padding: 10px;
    text-align: left;
}

    #userInfoPopup ul {
        border: none;
        float: none;
    }

    #userInfoPopup li {
        border: none;
        color: black;
        display: block;
        list-style-type: circle;
    }


.mobileWide {
    width: 100%;
}

.link {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #999;
    border-top: 1px solid #ddd;
    box-sizing: border-box; /*background: rgba(255, 255, 255, 0.6);*/
    min-height: 70px;
    padding: 5px 5px;
    padding-bottom: 0px;
    position: relative;
}

    .link:first-child {
        border-top: none;
    }

    .link:nth-child(odd) {
        background: rgba(206, 227, 248, 0.5);
    }

    .link .desc {
        margin-right: 40px;
    }

.desc {
    font-size: 0.75em;
}

    .desc p {
        font-weight: bold;
    }

.status {
    float: left;
    height: 70px;
    position: relative;
    width: 3em;
}

.green {
    background-color: green;
}

.tools {
    clear: left;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 35px;
    width: 32px;
}

.dragbar {
    border-top: 1px solid lightgray;
    clear: both;
    height: 15px;
    width: 100%;
}


.openlink {
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 15px;
    width: 100%;
}

    .openlink.up {
        background-image: url('../Content/up-arrow.png');
    }

    .openlink.down {
        background-image: url('../Content/down-arrow.png');
    }


.actions {
    clear: both;
    display: none;
}

    .actions div {
        display: inline;
    }

.addNote {
    clear: both;
    display: none;
}

.subscript {
    clear: both;
    display: none;
}

.step {
    width: 100%;
}

.newstep {
    display: block;
    width: 48%;
}

.stepheader {
    width: 100%;
}

.steptitle {
    display: block;
    float: left;
    height: 32px;
    overflow: hidden;
    width: 350px;
}

    .steptitle input[type='text'] {
        display: inline;
        width: 95%;
    }

.stepproperties {
    display: block;
    height: 32px;
    margin-left: 50%;
    width: 40%;
}

    .stepproperties li {
        display: inline-block;
        height: 32px;
        list-style-type: none;
    }

.stepdocuments {
    background-image: url('documents-small.png');
    background-position: left;
    background-repeat: no-repeat;
    font-family: 'PTSansBold';
    font-size: 0.75em;
    padding-left: 20px;
    padding-right: 1em;
    padding-top: 8px;
    text-align: left;
}

.stepcontacts {
    background-image: url('contact-small.png');
    background-position: left;
    background-repeat: no-repeat;
    font-family: 'PTSansBold';
    font-size: 0.75em;
    padding-left: 20px;
    padding-right: 1em;
    padding-top: 8px;
    text-align: left;
}

.stepnotes {
    background-image: url('note-small.png');
    background-position: left;
    background-repeat: no-repeat;
    border: #195d74 solid 1px;
    font-family: 'PTSansBold';
    font-size: 12pt;
    padding-left: 1.5em;
    padding-top: 2px;
    text-align: left;
    width: 2em;
}

.contact {
    background: url('contact-small.png') no-repeat left center;
}

.documents {
    background: url('documents-small.png') no-repeat left center;
}

.big {
    font-size: large;
    font-weight: bold;
}

.value {
    font-size: x-large;
    font-weight: bolder;
}

.section {
    background: url('tabnormal.png') repeat-x left center;
    border-right: black solid 1px;
    height: 38px;
}

.sectionlink.selected {
    background: url('tabselected.png') repeat-x left center;
    height: 38px;
}

.sectionlink.active {
    background: url('tabactive.png') repeat-x left center;
    height: 38px;
}

.sectionlink {
    border-right: black solid 1px;
    font-size: 10pt;
    font-weight: bold;
    padding: 0px 0px;
    text-shadow: black 2px 2px 2px;
}

    .sectionlink a {
        color: white;
        padding: 10px 20px;
        text-decoration: none;
    }

.sectionleft {
    background: url('lefttab.png') no-repeat left center;
    border-right: black solid 1px;
    height: 38px;
    width: 125px;
}

.sectionright {
    background: url('tabright.png') no-repeat left center;
    height: 38px;
    width: 125px;
}

.highlight {
    color: #ff9900;
}

.impact {
    font-family: 'PTSansBold';
}

dt {
    font-family: 'PTSansBold';
    font-size: 1.2em;
    padding-top: 1em;
}

dd span.impact {
    font-size: 1.5em;
}

.screenView {
    -moz-border-radius: 10px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-transition: opacity 0.25s linear;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: opacity 0.25s linear;
    border-color: #999999;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: block;
    float: left;
    height: 200px;
    margin-left: 12px;
    margin-right: 5px;
    margin-top: 10px;
    text-align: center;
    transition: opacity 0.25s linear;
    width: 30%;
}

    .screenView h1 {
        font-family: 'PTSansBold';
        font-size: 14pt;
        height: 50px;
        overflow: hidden;
        padding-top: 10px;
        width: 100%;
    }

    .screenView td {
        font-family: 'PTSansBold';
        text-align: center;
        width: 33%;
    }

    .screenView a {
        color: #195d74;
    }

    .screenView hr {
        margin-top: 0;
    }

    .screenView li {
        display: inline;
        font-family: 'PTSansBold';
        padding-left: 2px;
    }

        .screenView li:not(:first-child) {
            border-left: #999999 solid 2px;
        }

        .screenView li:first-child {
            border-left: none;
        }


.descriptionEntry {
    height: 100%;
    padding: 5px;
    padding: 5px;
    width: 90%;
}

.titleEntry input[type='text'] {
    font-family: 'PTSansRegular';
}

.placeholder {
    color: #999999;
}

/* tables */

table.tablesorter {
    background-color: #CDCDCD; /*margin: 10px 0pt 15px;*/
    border: none;
    border-collapse: separate;
    border-spacing: 1px;
    font-size: 10pt;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
}

    table.tablesorter thead tr th, table.tablesorter tfoot tr th {
        background-color: #FFF;
        border: 1px solid #FFF;
        color: #266f88;
        font-family: 'PTSansBold';
        font-size: 10pt;
        padding: 4px;
    }

    table.tablesorter thead tr .header {
        background-image: url('themes/blue/bg.gif');
        background-position: center right;
        background-repeat: no-repeat;
        cursor: pointer;
        padding-right: 15px;
    }

    table.tablesorter tbody td {
        background-color: #FFF;
        color: #000;
        padding: 4px;
        vertical-align: top; /*width: 25%;*/
    }

    table.tablesorter tbody tr.odd td {
        background-color: #d5eaf1;
    }

    table.tablesorter thead tr .headerSortUp {
        background-image: url('themes/blue/asc.gif');
    }

    table.tablesorter thead tr .headerSortDown {
        background-image: url('themes/blue/desc.gif');
    }

    table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
        background-color: #8dbdd8;
    }

.code {
    font-family: monospace;
}


.rename input[type='text'] {
    width: 90%;
}

.rename {
    text-align: center;
    display: block;
}



#newscenario a {
    cursor: pointer;
}

#icons img {
    display: block;
    float: left;
}

#newscenario img {
    display: block;
    float: left;
}

#newscenario h1 {
    font-family: 'PTSansBold';
    font-size: 14pt;
    padding-top: 10px;
    width: 100%;
}

#newscenario input[type='text'] {
    width: 80%;
}

#newscenario button {
    float: none;
    margin-right: 0px;
    margin-top: 20px;
    text-align: center;
}

#eeSelection {
    width: 500px;
}

#greatUnwashed {
    display: block;
    margin-left: 50%;
    width: 49%;
}

#chosenOnes {
    display: block;
    float: left;
    width: 49%;
}

#greatUnwashed li {
    cursor: pointer;
    display: block;
}

    #greatUnwashed li:hover {
        background: url('plus.png') no-repeat right top;
    }

#chosenOnes li:hover {
    background: url('minus.png') no-repeat right top;
}

.actionGroup {
    float: left;
    width: 500px;
}

.actionTitle {
    overflow-x: hidden;
}

    .actionTitle h2 {
        font-family: 'PTSansRegular';
        font-size: 11pt;
        overflow-x: hidden;
    }

.actionSection {
    clear: both;
}

.greyborder {
    border: #999999 solid 1px;
}

.actionSection td {
    vertical-align: top;
}

.actionDescription {
}

.actionRight {
    margin-left: 520px;
    width: 200px;
}

.actionContacts {
    display: inline;
}

.actionDocuments {
    display: inline;
}

.actionDetails {
    clear: both;
    display: none;
    width: 100%;
}

button {
    padding: 2px;
}

.profilephoto {
    float: left;
    height: 96px;
    width: 96px;
}


.profilesection {
    clear: both;
    width: 100%;
}

    .profilesection .pst {
        border-bottom: #ccc 1px solid;
        font-family: 'PTSansBold';
        margin-top: 20px;
        width: 90%;
    }

.profilename h3 {
    font-family: 'PTSansBold';
    font-size: 1.5em;
    padding-top: 10px;
}


.profileedit {
    font-size: 0.75em;
}

.profilecall {
    display: none;
    margin-bottom: 3px;
}

.profilemail {
    display: none;
}

.profilenote {
    display: none;
}

.ui-popup {
    -moz-border-radius: 10px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-transition: opacity 0.25s linear;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: opacity 0.25s linear;
    background-color: white;
    border-color: #999999;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: block;
    float: left;
    outline: none;
    padding: 5px 5px 5px 5px;
    position: absolute;
    text-align: left;
    text-align: center;
    transition: opacity 0.25s linear;
    width: f16uninem;
    z-index: 5000;
}


.black {
    color: black;
    font-family: 'PTSansRegular';
    font-size: larger;
}

    .black a {
        color: black;
        text-decoration: underline;
    }

.pointer {
    cursor: pointer;
}

a.buttonlink, .buttonlink {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #195d74; /* old browsers */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.51, rgb(25, 93, 116)), color-stop(0.99, rgb(0, 0, 0)), color-stop(0.96, rgb(0, 0, 0)));
    background-image: -moz-linear-gradient(top, rgb(25, 93, 116) 51%, rgb(0, 0, 0) 99%, rgb(0, 0, 0) 96%);
    border: #999999 solid 1px;
    border-radius: 8px;
    box-sizing: content-box;
    color: #fff;
    display: inline;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#195d74', endColorstr='#102e38', GradientType=0); /* ie */
    font-family: 'PTSansRegular';
    font-size: 11pt;
    min-width: 60px;
    padding: 4px 6px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

button.buttonlink {
    font-weight: bold;
}

    button.buttonlink:hover {
        font-weight: bold;
        text-decoration: underline;
    }

.submit {
    border-top: #999999 solid 1px;
    margin-left: -3px;
    margin-top: 20px;
    padding-left: 6px;
    padding-top: 10px;
    width: 100%;
}

#profileImage {
    border: #999999 solid 1px;
    height: 96px;
    width: 96px;
}

.icrlink {
    background-color: transparent;
    background-image: url('icrbtn_02.png');
    background-position: left;
    background-repeat: no-repeat;
    display: inline-block;
    float: right;
    height: 31px;
    margin-top: 5px;
    padding-left: 9px;
}

.red {
    color: red;
}

.icrlink.red {
    background-color: transparent;
    background-image: url('red-btn_02.png');
    background-position: left;
    background-repeat: no-repeat;
}

button.icrlink {
    border: none;
    float: right;
    margin-right: 20px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.icrlink span {
    background-color: transparent;
    background-image: url('icrbtn_03.png');
    background-position: right top;
    background-repeat: no-repeat;
    color: white;
    display: inline-block;
    font-family: 'PTSansBold';
    font-size: 11pt;
    height: 31px;
    min-width: 60px;
    padding-left: 5px;
    padding-right: 30px;
    padding-top: 5px;
    text-align: center;
}

.icrlink.red span {
    background-color: transparent;
    background-image: url('red-btn_03.png');
    background-position: right top;
    background-repeat: no-repeat;
}

.icrlink:active {
    outline: none;
}

input[type='text'], input[type='email'], input[type='password'], textarea {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px inset;
    border-radius: 10px;
    outline: none;
    padding: 3px;
    width: 45%;
}

td.inputText input[type='text'], td.inputText textarea {
    width: auto;
}

td.inputText {
    padding-bottom: 0.5em;
}

input[type='file'] {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px inset;
    border-radius: 2px;
    outline: none;
    padding: 3px 6px;
    width: 46%;
}

.editor-label {
    color: black;
    font-size: 11pt;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 2px;
}

.editor-field {
    margin-bottom: 7px;
}

.editor-field-right input[type='text'] {
    width: 90%;
}

.editor-field-right input[type='password'] {
    width: 90%;
}


#welcomeTable {
    border-collapse: collapse;
    height: 100%;
    width: 100%;
    border-bottom: #999999 solid 1px;
}

    #welcomeTable td.top {
        padding-left: 5px;
    }

    #welcomeTable tr.center {
        text-align: center;
    }

    #welcomeTable tr {
        border-top: #999999 solid 1px;
    }


    #welcomeTable td {
        border-right: #999999 solid 1px;
        padding-bottom: 5px;
        padding-left: 3px;
        padding-right: 3px;
        padding-top: 10px;
        vertical-align: top;
        width: 25%;
    }

        #welcomeTable td a:hover {
            color: #ff9900;
            text-decoration: none;
        }

    #welcomeTable .impact {
        font-size: 11pt;
    }

    #welcomeTable img {
        height: 69px;
    }

#contentbody {
    display: block;
    float: left;
    height: 100%;
    margin: 0px;
    padding: 0px;
    width: 560px;
}

.template {
    border-right: #999999 solid 1px;
    float: left;
    padding: 0 15px;
    width: 50%;
}

    .template input[type='text'] {
        width: 95%;
    }

    .template textarea {
        height: 200px;
        width: 95%;
    }

#reportTable {
    border-collapse: collapse;
    height: 100%;
    min-width: 600px;
    width: 100%;
}

    #reportTable td.top {
        padding-left: 5px;
    }

    #reportTable tr.center {
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        -moz-transition: opacity 0.25s linear;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        -webkit-transition: opacity 0.25s linear;
        border-top: #999999 solid 1px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        text-align: center;
        transition: opacity 0.25s linear;
    }



    #reportTable td {
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        -moz-transition: opacity 0.25s linear;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        -webkit-transition: opacity 0.25s linear;
        border-right: #999999 solid 1px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        padding-bottom: 5px;
        padding-top: 3px;
        transition: opacity 0.25s linear;
        vertical-align: top;
        width: 33%;
    }

    #reportTable .impact {
        font-size: 11pt;
    }

    #reportTable img {
        height: 171px;
    }

.execute {
    background-image: url('executebg.png');
    background-position: left;
    background-repeat: no-repeat;
    margin-left: 10px;
    text-align: center;
}

.editscenario {
    background-image: url('editbg.png');
    background-position: left;
    background-repeat: no-repeat;
    margin-left: 10px;
    text-align: center;
}

.situation {
    font-size: 9pt;
    width: 100%;
}

    .situation td {
        border-top: #999999 solid 1px;
    }

    .situation tr {
        border-bottom: #999999 solid 1px;
    }

    .situation th {
        border-top: #999999 solid 1px;
    }

    .situation th {
        background-color: #FFF;
        color: #266f88;
        font-family: 'PTSansBold';
        padding: 4px;
    }

    .situation .col1 {
        border-right: #999999 solid 1px;
        padding-left: 2px;
        width: 15%;
    }

    .situation .col3 {
        border-right: #999999 solid 1px;
        max-width: 10em;
        word-wrap: break-word;
    }

    .situation td.col2 {
        padding-left: 5px;
        width: 85%;
    }

table.keyitems {
    border-left: none;
    border-right: none;
    margin-bottom: 20px;
}

.keyitems th {
    background-color: #FFF;
    border-top: #999999 solid 1px;
    color: #266f88;
    font-family: 'PTSansBold';
    font-size: 8pt;
    padding: 4px;
}

.keyitems td {
    border-top: #999999 solid 1px;
}

.keyitems tr {
    border-bottom: #999999 solid 1px;
}

table.icbReport {
    font-size: 9pt;
    width: 100%;
    border-left: none;
    border-right: none;
}

table.icbReport td {
    border: #999999 solid 1px;
}

table.icbReport td input[type="checkbox"] {
        margin-top:3px
    }

#overviewT td.center, td.center {
    text-align: center;
    vertical-align: middle;
}

.milestones {
    font-size: 9pt;
    width: 100%;
}


    .milestones tr {
        border-top: #999999 solid 1px;
        padding-top: 2px;
    }

    .milestones td.col1 {
        border-right: #999999 solid 1px;
        font-family: 'PTSansBold';
        width: 85%;
    }

    .milestones td.col2 {
        text-align: center;
    }


.keyitems {
    font-size: 9pt;
    width: 100%;
}

.situation .col3 {
    padding-left: 5px;
    padding-right: 5px;
}

table.allActions {
    border-bottom: #999999 solid 1px;
}

.allActions tr {
    border-top: #999999 solid 1px;
}

.allActions th {
    border-top: #999999 solid 1px;
}

.allActions .col1 {
    border-right: #999999 solid 1px;
}

.keyitems tr {
    border-top: #999999 solid 1px;
}

.keyitems th {
    border-top: #999999 solid 1px;
}

.keyitems .col1 {
    border-right: #999999 solid 1px;
    padding-left: 2px;
    width: 15%;
}

.keyitems .col2 {
    border-right: #999999 solid 1px;
    padding-left: 5px;
}

.keyitems td.col3 {
    text-align: center;
    width: 15%;
}

    .keyitems td.col3 input[type='checkbox'] {
        padding-top: 5px;
    }


.keyitems input[type='text'] {
    width: 70%;
}

.keyitems em {
    font-size: 8pt;
    font-style: italic;
}

.keyitemsmgs {
    font-size: 11pt;
}

.addbody {
}

    .addbody td {
        vertical-align: top;
    }

.editSection {
    display: block;
    float: right;
    min-height: 300px;
    width: 779px;
}

.tableedit {
    display: block;
    width: 775px;
}

.menu {
    height: 30px;
    margin-bottom: 20px;
    padding-top: 20px;
}

#AddSection {
    display: none;
}

#MilestoneSection {
    display: none;
}

#AddSyncSection {
    display: none;
}

.strike {
    text-decoration: line-through;
}

#mActive {
    font-size: 8pt;
}

.actionDetails td {
}

    .actionDetails td.col1 {
        border: #999999 solid 1px;
        text-align: left;
        width: 25%;
    }

    .actionDetails td.col2 {
        border: #999999 solid 1px;
        text-align: left;
        width: 25%;
    }

    .actionDetails td.col3 {
        border: #999999 solid 1px;
        text-align: left;
        width: 25%;
    }

    .actionDetails td.col4 {
        border: #999999 solid 1px;
        text-align: left;
        width: 25%;
    }

.noborder {
    border: none;
}

.indent {
    padding-left: 10px;
}

.datepicker {
    background-image: url('cal.png');
    background-position: 97%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.datetimepicker {
    background-image: url('cal.png');
    background-position: 97%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.multiselect {
    border: none;
    height: 100%;
    min-height: 100px;
    width: 100%;
}

.singleselect {
    width: 100%;
}

::-webkit-scrollbar {
    height: 15px;
    width: 15px;
}

::-webkit-scrollbar-corner {
    background-image: url(scroll/corner.png);
    background-repeat: no-repeat;
}

::-webkit-resizer {
    background-image: url(scroll/resizer.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

::-webkit-scrollbar-button:start {
    display: none;
}

::-webkit-scrollbar-button:end {
    display: block;
}

::-webkit-scrollbar:horizontal {
    -webkit-border-image: url(scroll/horizontal-button.png) 0 2 0 2;
    background-image: url(scroll/horizontal-button-background.png);
    background-repeat: repeat-x;
    border-color: transparent;
    border-width: 0 2px;
}

    ::-webkit-scrollbar:horizontal:corner-present {
        border-right-width: 0;
    }

::-webkit-scrollbar-thumb:horizontal {
    -webkit-border-image: url(scroll/horizontal-thumb.png) 0 15 0 15;
    border-color: transparent;
    border-width: 0 15px;
    min-width: 20px;
}

::-webkit-scrollbar-track-piece:horizontal:start {
    margin-left: 6px;
}

::-webkit-scrollbar-track-piece:horizontal:end {
    margin-right: -6px;
}

::-webkit-scrollbar-track-piece:horizontal:decrement {
    -webkit-border-image: url(scroll/horizontal-track.png) 0 15 0 15;
    border-color: transparent;
    border-width: 0 0 0 15px;
}

::-webkit-scrollbar-track-piece:horizontal:increment {
    -webkit-border-image: url(scroll/horizontal-track.png) 0 15 0 15;
    border-color: transparent;
    border-width: 0 15px 0 0;
}

::-webkit-scrollbar-button:horizontal {
    -webkit-border-image: url(scroll/horizontal-button.png) 0 2 0 2;
    border-color: transparent;
    border-width: 0 2px;
    width: 21px;
}

    ::-webkit-scrollbar-button:horizontal:decrement {
        background-image: url(scroll/horizontal-decrement-arrow.png), url(scroll/horizontal-button-background.png);
        background-position: 7px 4px, 0 0;
        background-repeat: no-repeat, repeat-x;
    }

        ::-webkit-scrollbar-button:horizontal:decrement:active {
            -webkit-border-image: url(scroll/horizontal-button-active.png) 0 2 0 2;
            background-image: url(scroll/horizontal-decrement-arrow.png), url(scroll/horizontal-button-background-active.png);
        }

    ::-webkit-scrollbar-button:horizontal:increment {
        background-image: url(scroll/horizontal-increment-arrow.png), url(scroll/horizontal-button-background.png);
        background-position: 3px 4px, 0 0;
        background-repeat: no-repeat, repeat-x;
        border-left-width: 0;
        width: 16px;
    }

        ::-webkit-scrollbar-button:horizontal:increment:active {
            -webkit-border-image: url(scroll/horizontal-button-active.png) 0 2 0 2;
            background-image: url(scroll/horizontal-increment-arrow.png), url(scroll/horizontal-button-background-active.png);
        }

    ::-webkit-scrollbar-button:horizontal:end:increment:corner-present {
        border-right-width: 0;
        width: 15px;
    }

::-webkit-scrollbar:vertical {
    -webkit-border-image: url(scroll/vertical-button.png) 2 0 2 0;
    background-image: url(scroll/vertical-button-background.png);
    background-repeat: repeat-y;
    border-color: transparent;
    border-width: 2px 0;
}

    ::-webkit-scrollbar:vertical:corner-present {
        border-bottom-width: 0;
    }

::-webkit-scrollbar-thumb:vertical {
    -webkit-border-image: url(scroll/vertical-thumb.png) 15 0 15 0;
    border-color: transparent;
    border-width: 15px 0;
    min-height: 20px;
}

::-webkit-scrollbar-track-piece:vertical:start {
    margin-top: 6px;
}

::-webkit-scrollbar-track-piece:vertical:end {
    margin-bottom: -6px;
}

::-webkit-scrollbar-track-piece:vertical:decrement {
    -webkit-border-image: url(scroll/vertical-track.png) 15 0 15 0;
    border-color: transparent;
    border-width: 15px 0 0 0;
}

::-webkit-scrollbar-track-piece:vertical:increment {
    -webkit-border-image: url(scroll/vertical-track.png) 15 0 15 0;
    border-color: transparent;
    border-width: 0 0 15px 0;
}

::-webkit-scrollbar-button:vertical {
    -webkit-border-image: url(scroll/vertical-button.png) 2 0 2 0;
    border-color: transparent;
    border-width: 2px 0;
    height: 21px;
}

    ::-webkit-scrollbar-button:vertical:decrement {
        background-image: url(scroll/vertical-decrement-arrow.png), url(scroll/vertical-button-background.png);
        background-position: 4px 7px, 0 0;
        background-repeat: no-repeat, repeat-y;
    }

        ::-webkit-scrollbar-button:vertical:decrement:active {
            -webkit-border-image: url(scroll/vertical-button-active.png) 2 0 2 0;
            background-image: url(scroll/vertical-decrement-arrow.png), url(scroll/vertical-button-background-active.png);
        }

    ::-webkit-scrollbar-button:vertical:increment {
        background-image: url('scroll/vertical-increment-arrow.png'), url('scroll/vertical-button-background.png');
        background-position: 4px 5px, 0 0;
        background-repeat: no-repeat, repeat-y;
        border-top-width: 0;
        height: 16px;
    }

        ::-webkit-scrollbar-button:vertical:increment:active {
            -webkit-border-image: url('scroll/vertical-button-active.png') 2 0 2 0;
            background-image: url('scroll/vertical-increment-arrow.png'), url('scroll/vertical-button-background-active.png');
        }

    ::-webkit-scrollbar-button:vertical:end:increment:corner-present {
        border-bottom-width: 0;
        height: 15px;
    }

::-webkit-scrollbar:disabled {
    -webkit-border-image: none;
    background: red;
    display: none;
}

.rounded {
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.25);
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.25);
    border: #999999 1.5px solid;
    border-radius: 8px;
    margin-left: 5px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 3px;
}


#refreshable {
    margin-bottom: 40px;
}

#sortable {
    margin: 0 20px;
}

    #sortable li {
        background-image: url('grip.png');
        background-position: left;
        background-repeat: no-repeat;
        border: #999999 solid 1px;
        cursor: url('openhand.cur'), default;
        font-size: 12pt;
        margin-bottom: 5px;
        margin-left: -2px;
        padding-left: 10px;
    }

.addme {
    cursor: pointer;
    display: inline-block;
}

.delme {
    cursor: pointer;
    display: inline-block;
}

    .delme:hover {
        color: red;
    }

.actionSection:hover {
    border-color: #ff9900;
}

.addhere {
    background-image: url(reveal.png);
    background-position: top right;
    background-repeat: no-repeat;
    height: 0px;
    overflow: hidden;
    padding-top: 20px;
    width: 95%;
}

    .addhere div {
        text-align: right;
        width: 100%;
    }

.full {
    font-family: 'PTSansRegular';
    margin-bottom: 10px;
    padding: 5px;
    width: 705px;
}

.tableheader {
    color: #266F88;
    font-family: 'PTSansBold';
    font-size: 10pt;
    padding: 4px;
}

.qq-uploader {
    position: relative;
    width: 100%;
}

.qq-upload-button {
    background: #880000;
    border-bottom: 1px solid #ddd;
    color: #fff;
    display: block; /* or inline-block */
    padding: 7px 0;
    text-align: center;
    width: 105px;
}

.qq-upload-button-hover {
    background: #cc0000;
}

.qq-upload-button-focus {
    outline: 1px dotted black;
}

.qq-upload-drop-area {
    background: #FF9797;
    height: 100%;
    left: 0;
    min-height: 70px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2;
}

    .qq-upload-drop-area span {
        display: block;
        font-size: 16px;
        margin-top: -8px;
        position: absolute;
        top: 50%;
        width: 100%;
    }

.qq-upload-drop-area-active {
    background: #FF7171;
}

.qq-upload-list {
    list-style: disc;
    margin: 15px 35px;
    padding: 0;
}

    .qq-upload-list li {
        font-size: 12px;
        line-height: 15px;
        margin: 0;
        padding: 0;
    }

.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}

.qq-upload-file {
}

.qq-upload-spinner {
    background: url("loading.gif");
    display: inline-block;
    height: 15px;
    vertical-align: text-bottom;
    width: 15px;
}

.qq-upload-size, .qq-upload-cancel {
    font-size: 11px;
}

.qq-upload-failed-text {
    display: none;
}

.qq-upload-fail .qq-upload-failed-text {
    display: inline;
}


#overviewT {
    border-top: 2px solid #c3c3c3;
    width: 100%;
}

    #overviewT h1 {
        padding-left: 0.5em;
    }

    #overviewT td {
        padding-top: 2px;
        vertical-align: top;
    }

#overviewTL {
    background-color: #e9f0f3;
    border-bottom: 2px solid #c3c3c3;
    border-right: 2px solid #c3c3c3;
    /*height: 350px;*/
    width: 40%;
}

#overviewTR {
    border-bottom: 2px solid #c3c3c3;
    padding-top: 0px;
}

    #overviewTR h1 {
        margin:0 auto;
    }

#overviewBR {
    border-left: 2px solid #c3c3c3;
    border-top: 2px solid #c3c3c3;
    width: 100%;
}

.refresh {
    float: right;
    padding-right: 5px;
    padding-top: 5px;
}

.icon32 {
    height: 32px;
    width: 32px;
    /* border: solid #c3c3c3 1px;*/
}

.icon16 {
    border: solid #c3c3c3 1px;
    height: 16px;
    width: 16px;
}

.icon20 {
    border: solid #c3c3c3 1px;
    height: 20px;
    width: 20px;
}

h1.overview {
    font-size: 11pt;
    margin-left: 0;
    padding-left: 0;
    padding-top: 2px;
}

.refresh img {
    padding-right: 12px;
}

.keyaims {
    border-top: solid #c3c3c3 1px;
}

.keyitems {
    border-top: solid #c3c3c3 1px;
    padding: 0px;
}

#logEventEntries {
    width: 350px;
}

.chosen {
    font-family: PTSansBold;
    text-decoration: underline;
}

.noevents {
    background-color: #266f88;
    color: white;
    height: 1.5em;
    min-width: 2em;
    text-align: center;
}

.withevents {
    background-color: #ff9900;
    color: white;
    cursor: pointer;
    height: 1.5em;
    min-width: 2em;
    text-align: center;
}

.chosenevent {
    background-color: #ff9900;
    color: white;
    font-family: PTSansBold;
    text-decoration: underline;
}


.ipbadge {
    -moz-border-radius: 50px;
    -moz-box-shadow: 0px 3px 3px black;
    -webkit-border-radius: 50px;
    -webkit-box-shadow: 0px 3px 3px black;
    background: -moz-linear-gradient(top,100% 59% 90deg, #bc0000, #feb9be);
    background: -webkit-gradient(linear, 0% 0%, 0% 78%, from(#feb9be), to(#bc0000));
    background-color: #bc0000;
    border: 2px solid #fff;
    border-radius: 50px;
    box-shadow: 0px 3px 3px black;
    color: #fff;
    font-family: helvetica, sans-serif;
    font-size: 14px;
    left: 5px;
    padding: 2px 6px;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: -10px;
    z-index: 1000;
}

.btn.danger, .alert-message.danger, .btn.danger:hover, .alert-message.danger:hover, .btn.error, .alert-message.error, .btn.error:hover, .alert-message.error:hover, .btn.success, .alert-message.success, .btn.success:hover, .alert-message.success:hover, .btn.info, .alert-message.info, .btn.info:hover, .alert-message.info:hover {
    color: #ffffff;
}

.btn .close, .alert-message .close {
    line-height: 18px;
}

.btn.danger, .alert-message.danger, .btn.error, .alert-message.error {
    background-color: #c43c35;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
    border-color: #c43c35 #c43c35 #882a25;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn.success, .alert-message.success {
    background-color: #57a957;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
    background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -ms-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-repeat: repeat-x;
    border-color: #57a957 #57a957 #3d773d;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn.info, .alert-message.info {
    background-color: #339bb9;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
    background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-repeat: repeat-x;
    border-color: #339bb9 #339bb9 #22697d;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn {
    -moz-border-radius: 4px;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    background-color: #e6e6e6;
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333;
    cursor: pointer;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    font-size: 13px;
    line-height: normal;
    padding: 5px 14px 6px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    transition: 0.1s linear all;
}

    .btn:hover {
        background-position: 0 -15px;
        color: #333;
        text-decoration: none;
    }

    .btn:focus {
        outline: 1px dotted #666;
    }

    .btn.primary.red {
        color: #ff9900;
    }

    .btn.primary {
        background-color: #22637a;
        background-image: -khtml-gradient(linear, left top, left bottom, from(#0d262e), to(#22637a));
        background-image: -moz-linear-gradient(top, #0d262e, #22637a);
        background-image: -khtml-gradient(linear, left top, left bottom, from(#0d262e), to(#22637a));
        background-image: -moz-linear-gradient(top, #0d262e, #22637a);
        background-image: -ms-linear-gradient(top, #0d262e, #22637a);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0d262e), color-stop(100%, #22637a));
        background-image: -webkit-linear-gradient(top, #0d262e, #22637a);
        background-repeat: repeat-x;
        border-color: #22637a #22637a #003f81;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        color: #ffffff;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d262e', endColorstr='#22637a', GradientType=0);
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

    .btn.active, .btn:active {
        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .btn.disabled {
        -khtml-opacity: 0.65;
        -moz-box-shadow: none;
        -moz-opacity: 0.65;
        -webkit-box-shadow: none;
        background-image: none;
        box-shadow: none;
        cursor: default;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        filter: alpha(opacity=65);
        opacity: 0.65;
    }

    .btn[disabled] {
        -khtml-opacity: 0.65;
        -moz-box-shadow: none;
        -moz-opacity: 0.65;
        -webkit-box-shadow: none;
        background-image: none;
        box-shadow: none;
        cursor: default;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        filter: alpha(opacity=65);
        opacity: 0.65;
    }

    .btn.large {
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        font-size: 15px;
        line-height: normal;
        padding: 9px 14px 9px;
    }

    .btn.small {
        font-size: 11px;
        padding: 7px 9px 7px;
    }

:root .alert-message, :root .btn {
    border-radius: 0 \0;
}

button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.close {
    -khtml-opacity: 0.25;
    -moz-opacity: 0.25;
    color: #000000;
    filter: alpha(opacity=25);
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 13.5px;
    opacity: 0.25;
    text-shadow: 0 1px 0 #ffffff;
}

    .close:hover {
        -khtml-opacity: 0.4;
        -moz-opacity: 0.4;
        color: #000000;
        filter: alpha(opacity=40);
        opacity: 0.4;
        text-decoration: none;
    }

.fullwidth {
    width: 90%;
}

.inline {
    display: inline;
}


.actPopup {
    background-color: whitesmoke;
    border: 1px grey solid;
    display: none;
    height: auto;
    padding: 5px;
    position: absolute;
    right: 0px;
    text-align: left;
    width: 400px;
    z-index: 1000;
}

.smsPopup {
    background-color: whitesmoke;
    border: 1px grey solid;
    display: none;
    height: auto;
    padding: 5px;
    position: absolute;
    right: 0px;
    text-align: left;
    width: 400px;
    z-index: 1000;
}

.addNotificationPopup {
    background-color: whitesmoke;
    border-bottom: 1px grey solid;
    border-left: 1px grey solid;
    border-right: 1px grey solid;
    border-top: none;
    display: none;
    left: 15%;
    min-height: 150px;
    padding: 5px;
    position: absolute;
    text-align: left;
    top: 0;
    width: 70%;
    z-index: 1000;
}

.profilepopup {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: whitesmoke;
    border-color: #ff9900;
    border-radius: 6px;
    border-style: solid;
    border-width: 2px;
    display: none;
    height: auto;
    padding: 7px;
    position: absolute;
    right: 0;
    text-align: left;
    width: 420px;
}

.blur {
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.no-blur {
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    -webkit-filter: none;
    filter: none;
}

.actlist td {
    max-width: 20em;
    word-wrap: break-word;
}

.keyitems .col2 {
    max-width: 20em;
    word-wrap: break-word;
}

.allActions td {
    max-width: 20em;
    word-wrap: break-word;
}

.actionLink {
    font-family: 'PTSansRegular';
    font-size: 8pt;
    color: black;
    cursor: pointer;
    margin-left: 3em;
}

.over {
    cursor: pointer;
}

    .over.highlight {
        cursor: pointer;
        font-size: larger;
    }


      #incident {
        width: 100%;
    }

    button.watch {
        background: white;
        color: black;
        padding: 2px; 
        border: 1px solid #b4bbcd; 
        border-radius: 3px
    }
    
        button.watch:disabled {
            color: #a0a0a0;
        }

    .box {
        width: 507px;
        height: 400px;
        margin: 0;
        border-top: 1px solid grey;
        display: block;
        float: left;
        font-size: 10pt;
        padding: 2px;
    }

    .box:first-child {
        background-color: #e9f0f3;
         border-right: 1px solid grey;
    }
      .box:nth-child(4) {
        background-color: #e9f0f3;
         border-left: 1px solid grey;
    }
    .big-font {
        text-align: center;vertical-align: top;font-size: 48pt;width: 100px;color: darkgray;
    }


#overviewTR div.blocksReport table tr td, div.blocksReport table tr th{
    padding-left:5px;
    border:1px solid #999;
}