body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    background: url(./images/bg.jpg);
    padding-top: 170px;
}

.rightText
{
    text-align: right;
}

.whiteBG
{
    background: white !important;
}

hr
{
    height: 0.063em;
    margin: 0.625em 0;
}

.capitalize::first-letter
{
    text-transform: uppercase;
}

.marginR
{
    margin-right: 0.625em;
}

.marginB
{
    margin-bottom: 0.625em;
}

.marginLxLogin
{
    margin-left: 3em;
}

.marginL
{
    margin-left: 0.625em;
}

.borderR
{
    border-right: 0.063em solid grey;
    padding-right: 0.313em;
    margin-right: 0.313em;
}

.floatR
{
    float: right;
}

.floatL
{
    float: left;
}

.addHeight
{
    height: 66px;
}

.addHeightx2
{
    height: 150px;
}

.required
{
    padding-left: 15px;
    margin-left: -15px;
    padding-top: 5px;
    margin-top: -5px;
    background: url(./images/req.png) no-repeat;
}

.eIncidentDialog
{
    width: 500px !important;
}

h2
{
    font-size: 1.375em;
    font-weight: bold;
    text-align: left;
    margin-bottom: 8px;
    display: inline-block;
}

h3
{
    font-size: 1.25em;
    margin-bottom: 0.5em;
}

h4
{
    margin-bottom: 4px;
}

.clearMe
{
    clear: both;
    position: relative;
}

.container
{
    width: 1064px;
    margin: 0 auto;
    position: relative;
}

.portals
{
    position: relative;
    margin: 20px 0;
    padding: 20px;
    border: 2px solid grey;
    border-radius: 12px;
    background: white;
    -webkit-box-shadow: 0px 2px 7px #000000;
    -moz-box-shadow: 0px 2px 7px #000000;
    box-shadow: 0px 2px 7px #000000;
}

#footerImage
{
    height:34px;
    width: 142px;
    background-position: 0 -122px;
    position:absolute;
    right:0;
}

#backToTop
{
    width: 30px;
    height: 19px;
    cursor: pointer;
    display: block;
    position: fixed;
    bottom: 45px;
    right: 45px;
    z-index: 99999999999;
    background-position:0 -156px;
}

    #backToTop:hover
    {
        opacity: 0.6;
    }

.portalTitle
{
    display: block;
    margin-bottom: 25px;
}

.btnIcons
{
    width: 42px;
    height: 42px;
    display: inline-block;
    text-indent: -99999px;
    cursor: pointer;
}

    .btnIcons:hover
    {
        background-position: 0 -42px !important;
    }

#images
{
    position: relative;
}

    #images .imgLoader
    {
        position: absolute;
        display: block;
        width: 62px;
        height: 62px;
        left: 50%;
        margin-left: -32px;
    }
/* HEADER */
header
{
    background: #1a2d5d; /* Old browsers */
    background: -moz-linear-gradient(top, #1a2d5d 1%, #0b7dc1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#1a2d5d), color-stop(100%,#0b7dc1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1a2d5d 1%,#0b7dc1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1a2d5d 1%,#0b7dc1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1a2d5d 1%,#0b7dc1 100%); /* IE10+ */
    background: linear-gradient(to bottom, #1a2d5d 1%,#0b7dc1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2d5d', endColorstr='#0b7dc1',GradientType=0 ); /* IE6-9 */
    border-bottom: 3px solid grey;
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    padding: 6px 0;
    -webkit-box-shadow: 0px 2px 7px #000000;
    -moz-box-shadow: 0px 2px 7px #000000;
    box-shadow: 0px 2px 7px #000000;
    height: 124px;
}

    header img
    {
        position: absolute;
        left: 0;
    }

#workgroupInfo
{
    float: right;
}

#headerControl
{
    margin-top: 4px;
    float: right;
}

    #headerControl a
    {
        display: inline-block;
        width: 42px;
        height: 42px;
        margin-left: 7px;
    }

    #headerControl #settings, .settingsIco
    {
        background-position: 0 -210px;
        
    }
    #headerControl #settings:hover
    {
        background-position: -42px -210px;
        
    }

    #headerControl #loginBtn
    {
        background-position: 0 -42px;
    }
        #headerControl #loginBtn:hover
        {
            background-position: -42px -42px;
        }

    #headerControl #logoutBtn
    {
        background-position: 0 0;
    }
        #headerControl #logoutBtn:hover
        {
            background-position: -42px 0;
        }

.defaultIco
{
    background-position: 0 -462px;
}

.themesIco
{
    background-position: 0 -504px;
}

#headerControl #cancel
{
    background: url(./images//cancel.png) no-repeat;
}

#headerControl #incident, .incidentIco
{
    background-position:0 -126px;
}

#headerControl #officer, .officerIco
{
    background-position: 0 -168px;
}

#headerControl #homeBtn
{
    background-position: 0 -252px;
}
#headerControl #homeBtn:hover
{
    background-position: -42px -252px;
}

#homeButton
{
    background: url(./images/homeBtn.png) no-repeat;
}

#RequestTime
{
    height: 20px;
    width: 130px;
}

#buttons-nav
{
    float: right;
}

#loggedInfo
{
    margin: 10px 0;
    border-radius: 5px;
    padding: 6px;
    border: 1px inset;
    background: url(./images/announcementsBG.png);
    float: right;
}

    #loggedInfo strong
    {
        color: white;
        text-transform: capitalize;
        vertical-align: middle;
        display: inline;
        font-size: 14px;
    }

    #loggedInfo em
    {
        color: white;
        font-weight: 900;
        margin-left: 3px;
        display: inline-block;
    }
/* ICONS */

.workgroupMessageBtns
{
    margin-bottom: 6px;
    margin-right: 3px;
}

.delete
{
    width: 24px;
    height: 24px;
    background: url(./images/del.png) no-repeat;
    cursor: pointer;
}

.add
{
    width: 24px;
    height: 24px;
    display: block;
    background: url(./images/add.png) no-repeat;
    cursor: pointer;
}

.edit
{
    width: 24px;
    height: 24px;
    background: url(./images/ed.png) no-repeat;
    cursor: pointer;
}

    .edit:hover, .add:hover, .delete:hover
    {
        opacity: .6;
    }

.addAnother
{
    display: block;
    background-position: 0 0;
    background: url(./images/addAnother.png) no-repeat;
    width: 42px;
    height: 42px;
    cursor: pointer;
}

    .addAnother:hover
    {
        opacity: 0.6;
    }

.moreBtn
{
    display: block;
    position: absolute;
    right: -15px;
    bottom: -14px;
    background-position: 0 0;
    background: url(./images/moreBtn.png) no-repeat;
    width: 42px;
    height: 42px;
    cursor: pointer;
}

    .moreBtn:hover
    {
        background-position: 0 -42px;
    }

.arrowR
{
    display: inline-block;
    height: 18px;
    width: 18px;
    background: url(./images/arrowR.png) no-repeat;
    margin: 0 20px;
}

    .arrowR:hover
    {
        opacity: 0.6;
    }
/* WORKGROUP */
#loginWGImg
{
    display: none;
}

select
{
    margin-top: 2px;
    padding: 2px;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid grey;
}

#workgroupWriteup
{
    margin-top: 10px;
}

/* MID NAV*/
#mainForm
{
}

nav
{
    text-align: center;
}

    nav a, #UploadAttachmentButton
    {
        display: inline-block;
        margin: 20px 7px;
        background: #1a2d5d; /* Old browsers */
        background: -moz-linear-gradient(top, #1a2d5d 1%, #0b7dc1 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#1a2d5d), color-stop(100%,#0b7dc1)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #1a2d5d 1%,#0b7dc1 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #1a2d5d 1%,#0b7dc1 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #1a2d5d 1%,#0b7dc1 100%); /* IE10+ */
        background: linear-gradient(to bottom, #1a2d5d 1%,#0b7dc1 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2d5d', endColorstr='#0b7dc1',GradientType=0 ); /* IE6-9 */
        border: 2px solid grey;
        border-radius: 15px;
        text-decoration: none;
        color: white;
        -webkit-box-shadow: 0px 2px 7px #000000;
        -moz-box-shadow: 0px 2px 7px #000000;
        box-shadow: 0px 2px 7px #000000;
        position: relative;
        font-size: 22px;
        font-weight: bold;
        padding: 20px 40px 30px 70px;
    }

#UploadAttachmentButton
{
    float: left;
}

    nav a .addEnt, #UploadAttachmentButton .addEnt
    {
        width: 42px;
        height: 42px;
        background-position: 0 0;
        margin-top: -32px;
        margin-left: -52px;
    }

.navImg
{
    width: 42px;
    height: 42px;
    background-position: 0 0;
    margin-bottom: -32px;
    margin-left: -52px;
}

nav a:hover, #adminTabs a:hover, #UploadAttachmentButton:hover
{
    border: 2px inset;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

[rel="incident"] .navImg
{
    background-position: 0 -126px;
    margin-right: 50px;
}

[rel="officer"] .navImg
{
    background-position:0 -168px;
    margin-right: 50px;
}

[rel="persons"] .addEnt
{
    background-position:0 -294px;
}

[rel="orgs"] .addEnt
{
    background-position:0 -336px;
}

#UploadAttachmentButton .addEnt
{
    background-position: 0 -546px;
}


[rel="vehicles"] .addEnt
{
    background-position:0 -420px;
}

[rel="items"] .addEnt
{
    background-position:0 -378px;
}





/* ANNOUNCEMENTS DISPLAY */ /* LINKS */
.announcementsCol
{
    width: 550px;
    float: left;
    margin-right: 24px;
    padding-bottom: 20px;
}

.linksCol
{
    width: 400px;
    float: left;
    padding-bottom: 20px;
}

#displays
{
    margin: 40px 0 20px 0;
    position: relative;
}

menu.edit-delete-date
{
    position: absolute;
    bottom: 0;
    font-style: italic;
    color: grey;
    right: 0;
    font-size: 14px;
}

menu.edit-delete-dateBolo
{
    position: absolute;
    bottom: 0;
    font-style: italic;
    color: grey;
    left: 4px;
    font-size: 14px;
}

#announcements article, #links article
{
    width: 100%;
    position: relative;
}

    #announcements article h3, #links article h3
    {
        margin-bottom: 2px;
    }

    #announcements article a, #links article a
    {
        color: cornflowerblue;
        font-style: italic;
        display: block;
        margin-bottom: 5px;
    }

    #announcements article p, #links article p
    {
        padding-bottom: 2.25em;
        display: block;
    }

#displays article:hover, #displays .link:hover, .hilightRow:hover
{
    background: url(./images/hoverBG.png);
}

.moreDisplays
{
    position: absolute;
    bottom: 8px;
    width: 25px;
    height: 25px;
    left: 20px;
    cursor: pointer;
    background: url(./images/arrowDwn.png) no-repeat;
}

    .moreDisplays:hover
    {
        opacity: .6;
    }

#createSuccessful
{
    font-weight: bold;
    color: red;
    font-size: 12px;
}


/* FOOTER */
footer
{
    margin: 0.7em auto;
}

    footer p
    {
        float: left;
        margin-top: 8px;
        font-size: 12px;
        width: 80%;
    }

blockquote
{
    float: right;
    font-style: italic;
    font-size: 14px;
    margin-top: 1px;
}

footer img
{
    float: right;
}

.removeFileBtn
{
    position: relative;
    width: 50px;
    height: 50px;
    top: -127px;
    right: -60px;
    background: url(./images/cancelSubmit.png) no-repeat;
}

    .removeFileBtn:hover
    {
        opacity: .6;
    }

.progressBar
{
    width: 350px;
    height: 20px;
    border: 1px solid #111;
    background-color: #292929;
}

    .progressBar div
    {
        height: 100%;
        color: #fff;
        text-align: right;
        line-height: 20px;
        width: 0;
        background-color: #0099ff;
    }

.previewImage
{
    max-height: 100px;
    height: auto;
    width: 100px;
}

.progressBar100px
{
    width: 98px;
    height: 10px;
    border: 1px solid #111;
    background-color: #292929;
}

    .progressBar100px div
    {
        height: 100%;
        color: transparent;
        text-align: right;
        line-height: 20px;
        width: 0;
        background-color: #0099ff;
    }
/* Involvement Table*/
.involvedTable
{
    width: 100%;
    margin-bottom: 15px;
}

    .involvedTable td a
    {
        margin-right: 4px;
    }

    .involvedTable th
    {
        font-weight: bold;
        padding: 7px 0;
        background: white;
        text-align: center;
        vertical-align: middle;
    }

    .involvedTable td
    {
        margin-bottom: 2px;
        border-bottom: 1px solid grey;
        padding: 5px 0;
        text-align: center;
        line-height: -2px;
        vertical-align: middle;
    }

    .involvedTable tr:first-child
    {
        border-top: 1px solid grey;
    }

.badge
{
    position: absolute;
    z-index: 100;
    width: 60px;
    height: 40px;
    top: -30px;
    right: -30px;
    padding-top: 22px;
    text-align: center;
    color: black;
    background: url(../images/badge.png) no-repeat;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

.status input
{
    float: left;
    margin-right: 5px;
}
/* REQUEST AN OFFICER */
#Description
{
    height: 6em;
}

#CallCategoryID
{
    margin-bottom: 8px;
}

/* BOLO !!!! */
#slider
{
    width: 1000px;
    height: 300px;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap !important;
    position: relative;
    margin: 0 auto;
}

#boloDiv
{
    width: 1000px;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.slide
{
    font-size: 16px;
    display: inline-block;
    width: 500px;
    height: 300px;
    max-height: 320px;
    position: relative;
    overflow: hidden;
}

    .slide img
    {
        margin-top: 3px;
        max-height: 190px;
        width: auto;
        text-align: left;
        float: left;
        margin-right: 5px;
    }

    .slide h3
    {
        display: block;
    }

.slideContent
{
    width: 100%;
}

    .slideContent article
    {
        padding: 0;
        display: block;
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 200px;
        height: 200px;
        width: 97%;
        white-space: normal;
        margin-top: 5px;
        position: absolute;
        left: 0;
        right: 15px;
    }

    .slideContent section
    { /* DATE/EDIT/DELETE */
        position: absolute;
        font-style: italic;
        text-align: left;
        bottom: 0;
        left: 0;
        margin-left: 5px;
    }

    .slideContent article a
    {
        display: block;
        margin-bottom: 10px;
        white-space: pre-wrap;
        max-width: 245px;
    }

.announcementLink
{
    float: left;
    display: block;
    min-height: 20px;
    height: 20px;
    width: 475px;
    overflow: hidden;
    padding-left: 2px;
}

.boloTitle
{
    width: 475px;
    display: block;
    margin: 1px;
    overflow: hidden;
}

.boloImage
{
    margin: 0 auto;
    float: left;
    left: auto;
    top: auto;
}

.control
{
    display: block;
    width: 42px;
    height: 61px;
    top: 50%;
    margin-top: -30px;
    position: absolute;
    cursor: pointer;
    background: url(./images/arrows.png) no-repeat;
}

    .control:hover
    {
        opacity: .6;
    }

#leftBtn
{
    background-position: 0 -61px;
    left: -55px;
}

#rightBtn
{
    background-position: 0 0;
    right: -55px;
}

.waitingGif
{
    display: block;
    margin: 2% auto;
}

.fullView
{
    width: 1022px;
}

    .fullView #links
    {
        width: 100%;
    }

    .fullView #announcements
    {
        width: 100%;
    }


/* Accordion */
.accordionHeader
{
    border: 1px solid #ccc;
    padding: 10px;
    cursor: pointer;
    background-color: lightgray;
}

#accordion .content
{
    padding: 10px;
}

/* Workgroups Header */
.styleDD
{
}

#publicWorkgroups
{
    width: 24px;
    float: right;
    display: inline-block;
}

.ellipsis
{
    white-space: nowrap;
    overflow: hidden;
}

    .ellipsis.multiline
    {
        white-space: normal;
    }

/* Incident Show more button */
input[type=checkbox].css-checkbox
{
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=checkbox].css-checkbox + label.css-label
    {
        padding-left: 25px;
        height: 25px;
        display: inline-block;
        line-height: 25px;
        background-repeat: no-repeat;
        background-position: 0 -25px;
        font-size: 15px;
        vertical-align: middle;
        cursor: pointer;
    }

    input[type=checkbox].css-checkbox:checked + label.css-label
    {
        background-position: 0 0px;
    }

.css-label
{
    background-image: url(./images/checkBoxArrows.png);
}

    .css-label:hover
    {
        opacity: 0.6;
    }

/* Administration success message*/
#successMessage
{
    font-size: 20px;
    margin-top: 10px;
    margin-right: 10px;
    text-align: center;
    color: black;
    float: right;
}

/* Center Header Img (if changing height, change header height, and javascript code in desktop.js to match - JW) */

.absoluteCenterWrapper
{
    position: relative; /* Contains the image in the div */
    min-width: 350px;
    height: 124px;
    float: left;
}

/* Positioning */
.absoluteCenter
{
    margin: auto; /* Required */
    position: absolute; /* Required */
    top: 0;
    bottom: 0; /* Aligns Vertically */
}

/* Sizing - resizes down to avoid cutting off */
.absoluteCenter
{ /* Fallback Sizing */
    max-height: 100%;
    max-width: 100%;
}

.reportedToCheckbox
{
    margin-top: -3px;
    padding-bottom: 2px;
}

/* Portals Drop Down*/

#portalsDropDown
{
    position: relative;
    float: right;
    width: 100%;
}

#dropDownBtn
{
    position: absolute;
    right: 2px;
    top: 0;
    background: url(./images/ddStyled-White.png) transparent;
    background-position: top right;
    background-repeat: no-repeat;
    border: none;
    width: 40px;
    height: 32px;
}

    #dropDownBtn:hover
    {
        opacity: 0.7;
    }

.options
{
    position: absolute;
    top: 27px;
    width: auto;
    max-height: 300px;
    overflow-y: auto;
    right: 0;
    background-color: white;
    margin-top: 5px;
    border: 1px solid lightgray;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 4px 0px gray; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
    box-shadow: 0px 0px 4px 0px gray;
    display: none;
    z-index: 9999;
}

.option
{
    padding: 5px 10px;
}

    .option a
    {
        display:block;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        color: black;
    }

        .option a:visited
        {
            text-decoration: none;
            color: black;
        }

    .option:hover
    {
        background-color: #f3f8f8;
    }

        .option:hover a
        {
            border-bottom: 1px solid #0b7dc1;
            padding-bottom: 1px;
            margin-bottom: 2px;
        }

.arrow-up
{
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
    position: absolute;
    top: 27px;
    right: 6px;
    z-index: 10000;
    display: none;
}

#userInfo
{
    float: right;
    margin-right: 30px;
    margin-top: 1px;
    padding: 5px;
    border-radius: 4px;
    vertical-align: middle;
    color: white;
    font-size: 14px;
    background: url(./images/announcementsBG.png);
    text-align: right;
}

    #userInfo strong
    {
        font-weight: 700;
    }

    #userInfo em
    {
        font-style: italic;
    }

/* Table TD Vertical Align */
.tdVAlign
{
    vertical-align: middle;
}

.tdTopAlign
{
    vertical-align: top;
}

#removeRequestTypeBtn
{
    margin-top: 9px;
}

/* Announcement Image preview */

.imagePreview
{
    max-height: 300px;
    max-width: 250px;
}

.userMessage
{
    margin-bottom: 20px !important;
}

#fileUpload
{
    opacity: 0;
}

.file-input-wrapper > input[type="file"]
{
    font-size: 200px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

.file-input-wrapper > .btn-file-input
{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.file-input-wrapper
{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    position: absolute;
}

/*Custom Theme Preview*/

.colorpicker
{
    margin: 0;
    padding: 0;
    border: 1px dashed;
    width: 70px;
    height: 20px;
    border-right: 20px solid white;
    line-height: 20px;
}

.color-box
{
    width: 30px;
    height: 30px;
    max-height: 30px;
    max-width: 30px;
    margin: 5px;
    border: 1px solid white;
    cursor: pointer;
    padding-bottom: 0 !important;
}

#contentPreview
{
    background: white;
    width: 415px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
    border: 2px solid grey;
    border-radius: 12px;
    -webkit-box-shadow: 0px 2px 7px #000000;
    -moz-box-shadow: 0px 2px 7px #000000;
    box-shadow: 0px 2px 7px #000000;
}

#buttonPreivew
{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    height: 50px;
    width: 200px;
    vertical-align: middle;
    line-height: 50px;
    border: 2px solid grey;
    border-radius: 12px;
    text-decoration: none;
    -webkit-box-shadow: 0px 2px 7px #000000;
    -moz-box-shadow: 0px 2px 7px #000000;
    box-shadow: 0px 2px 7px #000000;
    font-size: 22px;
    font-weight: bold;
}

    #buttonPreivew:hover
    {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

#previewImg
{
    padding: 10px;
    float: left;
}

    #previewImg img
    {
        max-width: 300px;
    }

#footerPreviewText
{
    margin-bottom: 0px;
    padding: 5px;
}

#headerPreview
{
    height: 140px;
    -webkit-box-shadow: 0px 2px 7px #000000;
    -moz-box-shadow: 0px 2px 7px #000000;
    box-shadow: 0px 2px 7px #000000;
    border-bottom: 2px solid grey;
}

#headerPreviewText
{
    padding: 10px;
    margin-top: 60px;
    float: right;
    vertical-align: middle;
    text-align: center;
}

.columns
{
    float: left;
    width: 480px;
    margin: 10px;
    position: relative;
}

.previewSpacer
{
    margin: 5px;
}

/* ICON SHEETS */
.iconSheet
{
    background-image: url(./images/icons-White.png);
}

.footerSheet
{
    background-image: url(./images/icons-footer-Black.png);
}

#themeReset
{
    height:42px;
    width: 42px;
    background: url(./images/resetBtn.png) no-repeat;
}
    #themeReset:hover
    {
        opacity:0.7;
    }

.udfsCol {
    width:98%;
}