﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300);
/* width */
::-webkit-scrollbar
{
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track
{
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb
{
    background: #ccc;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover
    {
        background: #aaa;
    }

body
{
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

p
{
    line-height: 1.3;
    margin: 8px 0;
}

b
{
    font-weight: bold;
}

textarea
{
    width: 100%;
    font-family: Arial;
    padding: 5px;
    box-sizing: border-box;
}

.cText
{
    text-align: center;
}

#welcomeDiv p
{
    line-height: 2;
    text-align: center;
    font-size: 25px;
}

.welcomeOption
{
    display: inline-block;
    width: 100%;
    max-width: 250px;
    padding: 12px;
    margin: 10px;
    border: 1px solid silver;
    vertical-align: top;
    box-sizing: border-box;
}
    .welcomeOption h1
    {
        font-size: 1.7em;
    }
    .welcomeOption p
    {
        font-size: 17px;
    }

.homeIcon
{
    font-size: 50px;
    color: #d7c265;
    margin: 15px;
}

a.DefaultBtn
{
    font-size: 18px;
    width: 150px;
    display: block;
    padding: 13px !important;
    margin: 30px auto;
}

ul.ui-autocomplete
{
    z-index: 1100;
}

input[type="submit"].DeleteBtn
{
    background: #bb0000;
}

    input[type="submit"].DeleteBtn:hover
    {
        background: #a90101;
    }

table.weekTable
{
    margin: 30px auto;
    border: 1px solid silver;
    padding: 10px;
    max-width: 1080px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
}

    table.weekTable td, table.weekTable th
    {
        padding: 6px 10px;
        border: 1px solid #ddd;
        width: 18%;
        min-width: 113px;
        text-align: center;
    }

    table.weekTable tr:nth-child(even)
    {
        background: #f1f1f1;
    }

    table.weekTable td:first-child, table.weekTable th:first-child
    {
        width: 10%;
    }

    table.weekTable th
    {
        /*background-color: #c9e2e1;*/
        background-color: #d7c265;
        max-width: 120px;
        padding: 0;
    }

        table.weekTable th.weekNum
        {
            background-color: #f5f677;
            max-width: 120px;
            font-weight: bold;
            vertical-align: bottom;
            padding: 7px 0 0;
        }

            table.weekTable th.weekNum div
            {
                font-size: 12px;
                margin-top: 5px;
                padding: 4px 5px;
                background: #557598;
                color: #555;
                margin-top: 5px;
                width: 100%;
                max-width: 135px;
                box-sizing: border-box;
                font-weight: normal;
                color: #fff;
            }

.formTable td, .formTable input
{
    padding: 5px 7px;
}

.ui-menu .ui-menu-item
{
    text-align: left;
    font-size: 9pt;
}

#tabs ul li a
{
    outline: none;
}

.myRequest
{
    color: #fff;
    background: #23384f;
    padding: 2px 15px;
}

.emailReminder
{
    float: right;
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 13px;
    color: #222;
    background: #efefef;
    text-decoration: none;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
}

    .emailReminder:hover
    {
        background: #ddd;
    }

hr
{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
}

#mainBody
{
    padding-top: 150px;
    max-width: 1100px;
    margin: 0 auto;
}

#mainHeader
{
    background: #23384f;
    position: fixed;
    width: 100%;
    z-index: 1010;
    min-height: 116px;
    padding: 3px;
    box-sizing: border-box;
}

.menuButton
{
    display: none;
    color: #fff;
    float: right;
    margin: 15px;
    font-size: 25px;
}

.closeBtn
{
    float: right;
    text-decoration: none;
    color: #fff;
}

.Nav
{
    max-width: 1125px;
    margin: 0 auto;
}

.Nav2
{
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 5px;
}

    .Nav2 a
    {
        display: inline-block;
        padding: 10px 40px 10px;
        text-decoration: none;
        color: #738395 !important;
        transition: background-color 0.2s ease;
    }

        .Nav2 a:hover
        {
            color: #505C68 !important;
            background: #ddd;
            border-radius: 4px;
        }

.NavMenuBtn
{
    display: none !important;
}

.Nav ul li
{
    transition: background-color 0.2s ease;
    display: inline-block;
}

    .Nav ul li:hover
    {
        background: #a99128;
    }

.Nav ul
{
    margin-bottom: 5px;
    text-align: right;
    margin-top: 15px;
}

.Nav a
{
    display: block;
    padding: 15px 22px 12px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.Nav ul.subMenu
{
    margin-left: 10px;
    margin-bottom: 15px;
}

    .Nav ul.subMenu a
    {
        padding: 0 15px 0;
        color: #e6d481;
        /*color: #ddd;*/
        font-size: 15px;
    }

        .Nav ul.subMenu a:hover
        {
            text-decoration: underline;
        }

    .Nav ul.subMenu li:last-child
    {
        margin-right: 7px;
    }

    .Nav ul.subMenu li:hover
    {
        background: none;
    }

.banner
{
    float: left;
    margin-left: 10px;
    padding: 5px;
    height: 100px;
    margin-top: -15px;
}

.fullCenter
{
    text-align: center;
}

.SearchField
{
    position: fixed;
    margin-top: 60px;
    padding: 23px;
    background: #52667d;
    display: none;
    top: 16px;
    left: 50%;
    margin-left: 153px;
    z-index: 900;
    border-radius: 0 0 7px 7px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.datepicker
{
    width: 75px;
}

.SearchField input[type='text']
{
    padding: 7px;
    border: 0;
    font-size: 15px;
}

.SearchBtn
{
    color: #fff;
    background: #23384f;
    border: 0;
    cursor: pointer;
    padding: 7px 10px;
    font-size: 15px;
    border-radius: 3px;
}

    .SearchBtn:hover
    {
        background: #1c2d3f;
    }

#mainContentContainer
{
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    font-family: 'Open Sans',Calibri;
    font-weight: 300;
    font-size: 20px;
    background: #fff;
    position: relative;
    z-index: 0;
}

#mainContent
{
    padding: 15px;
}

.ContentContainer
{
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    font-family: 'Open Sans',Calibri;
    font-weight: 300;
    font-size: 20px;
    color: #1d1d1d;
    text-align: center;
    display: table;
}

.ContentLeft
{
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding-right: 10px;
}

.CalendarContainer
{
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
    color: #1d1d1d;
    text-align: center;
    display: table;
}


.ContentRight
{
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.Content, .Content2
{
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.4);
    margin: 10px auto 0;
    width: 100%;
    height: 260px;
    float: left;
    text-align: left;
    padding: 15px 0;
}

.InnerContent
{
    padding: 0 8px;
}

.ContentHeading, .ContentHeading2
{
    color: #F5E59F;
    font-family: Calibri;
    font-weight: bold;
    padding: 10px 0;
    position: relative;
    top: -15px;
    width: 100%;
    background: #384d64;
    display: block;
}

.Content2
{
    width: 100%;
}

.ContentTable2
{
    width: 95%;
    max-width: 600px;
}

    .ContentTable2 tr td
    {
        vertical-align: top;
    }

.ContentHeading .star
{
    font-size: 18px;
    font-family: Wingdings;
    padding-right: 5px;
    position: relative;
    left: -10px;
    font-size: 20px;
}

/*scroll top button*/
.goTop
{
    display: none;
    bottom: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: fixed;
    padding: 10px;
    background-color: #777;
    cursor: pointer;
    opacity: 0.8;
}

    .goTop:hover
    {
        background-color: #23384f;
    }

.arrow-up
{
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #ffffff;
    cursor: pointer;
    margin: 8px auto;
}

.PrevBtn, .NextBtn, input[type="submit"], .DefaultBtn
{
    font-size: 14px;
    text-decoration: none;
    margin: 15px;
    padding: 10px 15px !important;
    border: none;
    cursor: pointer;
    border-radius: 2px;
}

input[type="submit"], .DefaultBtn
{
    margin: 0;
    background-color: #2c4663;
    color: #fff;
}

    input[type="submit"]:hover, .DefaultBtn:hover
    {
        background-color: #1a293a;
    }

.NextBtn
{
    float: right;
    margin-right: 10%;
}

.PrevBtn
{
    float: left;
    margin-left: 10%;
}

h1
{
    font-size: 2.2em;
    font-family: 'Open Sans Condensed',Calibri;
    font-weight: 700;
    color: #23384f; /*#1d1d1d;*/
    text-align: center;
    padding-bottom: 12px;
    width: 75%;
    margin: 0 auto;
    line-height: 0.9;
}

h2
{
    font-size: 1.5em;
    margin-bottom: 5px;
    line-height: 0.9;
}

    h2 a, .mbMore
    {
        text-decoration: none;
        color: #B08E36;
    }

        h2 a:hover, .mbMore:hover
        {
            color: #b07736;
        }

p
{
    font-family: 'Open Sans',Calibri;
    font-weight: 300;
    font-size: 21px;
    color: #1d1d1d;
}

.PrintedTable
{
    width: 100%;
}

.contentTable
{
    font-family: 'Open Sans',Calibri;
    font-weight: 300;
    font-size: 18px;
    margin: 0 auto;
    box-shadow: 0 13px 6px -6px #DDD;
    float: left;
}

    .contentTable th
    {
        background: #000;
        color: #fff;
        font-weight: 700;
        padding: 10px 0;
        font-size: 22px;
        border-radius: 12px 12px 0 0;
    }

    .contentTable td
    {
        padding: 0 10px;
        background: #547DAB;
        color: #fff;
    }

.ContentIcon
{
    font-size: 16px;
    margin: 0 13px;
}

.mobileOnly, .smMobileOnly, .mobileOnlyInline
{
    display: none;
}

.smMobileHide
{
    display: inline-block;
}

table.MessageBoard
{
    width: 100%;
}

.MessageBoard td
{
    padding: 10px;
}

.mbDate
{
    font-size: 0.9em;
    margin-top: 8px;
    color: #738395;
    display: inline-block;
}

.mbMore
{
    float: right;
    font-size: 0.9em;
    margin-top: 8px;
}

.replyImg
{
    padding: 15px;
    font-size: 35px;
    color: #eee;
    background: #ccc;
    text-align: center;
    vertical-align: top;
}

.replyLeft
{
    display: table-cell;
    padding-left: 15px;
}

.replyRight
{
    font-size: 0.9em;
    display: table-cell;
    padding: 0 100px 0 10px;
    vertical-align: top;
}

.replyComment
{
    width: 700px;
    height: 100px;
    -webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
    transition: width 1s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
    line-height: 20px;
    font-family: 'Open Sans',Calibri;
    font-size: 0.95em;
}

.apTable
{
    display: table;
    width: 100%;
}

.apLeft
{
    display: table-cell;
    vertical-align: top;
}

.apRight
{
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
    width: 100%;
}

.apDate
{
    border-radius: 100%;
    background: #738395;
    color: #fff;
    margin-top: 15px;
    width: 70px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    padding-top: 10px;
}

.apMore
{
    float: right;
    font-size: 0.9em;
    margin-top: 8px;
    background: #E7DDC3;
    padding: 7px 12px;
    border-radius: 3px;
    text-decoration: none;
    color: #b07736;
    cursor: pointer;
    box-shadow: 1px 2px 1px rgba(176,119,54,0.4);
    -webkit-transition: background 0.1s linear;
}

    .apMore:hover
    {
        background: #DFD2AF;
    }

.mbLeft
{
    margin-top: 0;
    display: table-cell;
}

.mbTitle
{
    display: table-cell;
    padding-left: 20px;
}

.smIcon
{
    font-size: 13px;
    margin-right: 7px;
}

.smIconR
{
    font-size: 13px;
    margin-left: 7px;
}

.medIcon
{
    font-size: 15px;
    cursor: pointer;
}

.adminIcons
{
    display: none;
    float: right;
    margin: 20px 5px;
    font-size: 15px;
}

    .adminIcons a
    {
        background: #f5f5f5;
        text-decoration: none;
        color: #777;
        padding: 5px 8px 5px 10px;
        border-radius: 4px;
        border: 1px solid #e7e7e7;
        box-shadow: 1px 2px 1px rgba(0,0,0,0.2);
        -webkit-transition: background 0.2s linear;
        -webkit-transition: color 0.2s linear;
    }

        .adminIcons a:hover
        {
            color: #333;
            background: #e7e7e7;
        }

input.yesBtn, .noBtn, .basicBtn
{
    padding: 7px 15px;
    margin: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 3px;
    border: none;
    outline: none;
    font-family: 'Open Sans',Calibri;
    cursor: pointer;
    letter-spacing: 1px;
    /*box-shadow: 1px 2px 1px rgba(0,0,0,0.3);*/
    -webkit-transition: background 0.1s linear;
}

.yesBtn
{
    background: #333;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 14px;
    margin-left: 8px;
}

    .yesBtn:hover
    {
        background: #222;
    }

.noBtn
{
    background: #777;
}

    .noBtn:hover
    {
        background: #666;
    }

.basicBtn
{
    background: #738395;
}

    .basicBtn:hover
    {
        background: #5C6977;
    }

.left90
{
    margin-left: 90px;
}

.newPostBtn
{
    text-align: right;
}

.replyAdmin
{
    float: none;
    margin: 0 0 -2px 7px;
}

.formLabel
{
    font-size: 18px;
}

.formInput
{
    height: 22px;
    padding: 3px 5px;
    font-size: 1em;
    margin-bottom: 10px;
}

.loginDiv
{
    width: 95%;
    max-width: 700px;
    margin: 0 auto;
    background: #f8f8f8;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    border-radius: 5px 5px 0 0;
}

.loginTitle
{
    background: #738395;
    color: #fff;
    padding: 7px 15px;
    border-radius: 5px 5px 0 0;
}

.highlight
{
    background: #ffffb8;
}

.RequiredField
{
    color: red;
    letter-spacing: 2px;
}

.altDetailsTable th
{
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
}

.altDetailsTable tr td
{
    padding-bottom: 5px;
}

.JobsTable, .formTable
{
    margin: 15px auto;
}

.JobsTable
{
    border: 1px solid #ddd;
    width: 100%;
}

    .JobsTable tbody tr:nth-child(even)
    {
        background: #ffffe0;
        border-bottom: 1px solid silver;
        border-top: 1px solid silver;
    }

    .JobsTable tbody tr td, .JobsTable tbody tr th
    {
        vertical-align: middle;
        font-size: 17px;
        padding: 10px;
    }

    .JobsTable tbody tr th, .JobsTable thead tr th
    {
        background-color: #d7c265;
    }

.tablefooter, .tableheader
{
    background: #b5e097 !important;
}

    .tablefooter td, .tableheader td
    {
        padding: 0 10px;
    }

    .tableheader td
    {
        font-weight: bold;
    }

.tbllbl
{
    display: none;
}

.tblDates
{
    text-align: right;
    vertical-align: middle;
}

.reportLabel
{
    border: 1px solid silver;
    padding: 3px 5px;
    margin-bottom: 5px;
    background: #efefef;
}

.dayStatus, .dayOff
{
    color: #fff;
    padding: 4px 5px 3px;
    font-size: 13px;
    /*max-width: 175px;*/
}

.dayStatus
{
    background-color: #bb0000;
    margin-top: -34px;
    position: relative;
    z-index: 100;
    height: 27px;
}

.dayOff
{
    background-color: #809fc1;
}

div.pleaseWait, div.alertNotice
{
    display: none;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #fff;
    background: rgba(0,0,0, 0.75);
    box-shadow: 3px 3px 5px #555;
    position: fixed;
    z-index: 2000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

    div.pleaseWait img
    {
        margin-top: 20%;
    }

div.alertNotice
{
    display: block;
    padding-top: 50%;
    line-height: 1.25;
    background: rgba(0,0,0, 0.8);
}

.alertMessage
{
    color: red;
    line-height: 1.5;
}

.JobsTable tbody tr td, .JobsTable thead tr th
{
    padding: 10px;
    height: auto;
    font-size: 15px;
}

.clearTextBox
{
    background: none;
    border: none;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button
{
    font-family: Arial;
    font-size: 13.3333px;
}

.editDialog
{
    display: none;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    max-width: 700px;
    height: calc(100% - 100px);
    overflow: auto;
    left: 50%;
    margin-left: -350px;
    top: 50px;
    background-color: #fff;
    box-shadow: 3px 3px 10px #777;
    padding: 50px;
    border-radius: 4px 4px 0 0;
    z-index: 3000;
}

.editDialogHeader
{
    width: 100%;
    max-width: 700px;
    position: fixed;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #fff;
    background-color: #23384f;
    margin-top: -50px;
    margin-left: -50px;
    margin-bottom: 30px;
    border-radius: 4px 4px 0 0;
    cursor: move;
}

.editButtons i
{
    font-size: 15px;
    vertical-align: top;
}

.editButtons span
{
    display: inline-block;
    vertical-align: top;
    padding-left: 3px;
    font-size: 13px;
}

.tableHeader
{
    padding: 10px 20px;
    box-sizing: border-box;
    color: #fff;
    background-color: #23384f;
    border-radius: 4px 4px 0 0;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}

.historyHeader
{
    padding: 10px;
    height: auto;
    font-size: 15px;
    background-color: #d7c265;
    text-align: center;
}

tbody.historyContainer tr:last-child
{
    font-weight: bold;
}

.inmateIdTxt
{
    width: 80px;
}

.statusDialog
{
    margin: 0 25%;
    width: 240px;
    left: auto;
    top: 14%;
    padding: 0;
    height: auto;
}

    .statusDialog table tr td
    {
        padding: 5px;
    }

    .statusDialog .editDialogHeader
    {
        position: relative;
        margin: 0;
    }

    .statusDialog .editDialogContent
    {
        padding: 50px;
    }

.formTable select
{
    font-size: 14px;
    padding: 5px;
    min-width: 150px;
}

.formTableLabel
{
    background-color: #d7c265;
    text-align: right;
    border: 3px solid #fff;
    vertical-align: top;
}

input[type="button"], input[type="submit"], .DefaultBtn
{
    padding: 5px 7px;
}

.JobsTable thead tr .headerSortUp, .JobsTable thead tr .tablesorter-headerAsc
{
    background-image: url(../img/asc.gif);
}

.JobsTable thead tr .headerSortDown, .JobsTable thead tr .tablesorter-headerDesc
{
    background-image: url(../img/desc.gif);
}

.JobsTable thead tr .tablesorter-header, .JobsTable .header
{
    background-repeat: no-repeat;
    background-position: top 4px right 4px;
    cursor: pointer;
    width: auto;
}

td.actionBtns
{
    text-align: center;
}

.controlPanel
{
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.displayNone
{
    display: none !important;
}

#barcodeDialog
{
    display: none;
}
/********************************************************************************/
/*                            START MEDIA QUERIES                               */
/********************************************************************************/
@media screen and (max-width: 1080px)
{
    .emailReminder
    {
        margin-right: 0;
    }
}

@media screen and (max-width: 699px)
{
    #welcomeDiv p
    {
        line-height: 1.4;
    }

    .welcomeOption
    {
        margin: 0 0 30px;
    }

    .fullCenter
    {
        text-align: left;
    }

    .schPanel
    {
        overflow-x: scroll;
    }

    .dayOff
    {
        min-height: 27px;
    }

    div.pleaseWait img
    {
        margin-top: 30%;
    }

    .PrevBtn, .NextBtn
    {
        margin: 30px 0;
    }

    .PrevBtn
    {
        margin-left: 15px;
    }

    .NextBtn
    {
        margin-right: 15px;
    }

    .myRequest
    {
        /*line-height: 1.4;*/
        display: block;
        margin-top: -2px;
    }

    h1
    {
        width: auto;
        margin-top: 20px;
        font-size: 2em;
    }

    .Nav2
    {
        text-align: left;
    }

        .Nav2 a
        {
            display: block;
            padding: 20px 30px;
        }

    .Nav a
    {
        padding: 15px;
    }

    .Nav ul
    {
        display: none;
        clear: both;
        margin-right: 15px;
        margin-bottom: 50px;
        padding-left: 10px;
        border-left: 1px solid #c5b980;
        float: right;
        text-align: left;
    }

        .Nav ul li
        {
            display: block;
        }

    .menuButton
    {
        display: block;
        position: fixed;
        z-index: 2000;
        right: 4px;
        top: 7px;
    }

    .Nav ul.subMenu
    {
        margin-bottom: 12px;
        float: left;
        margin-top: -219px;
        border-left: none;
        width: calc(100% - 184px);
        margin-bottom: 41px;
    }

        .Nav ul.subMenu li
        {
            padding-bottom: 20px;
            text-align: right;
        }

            .Nav ul.subMenu li:last-child
            {
                margin-right: 0;
            }

    .formTable td
    {
        vertical-align: middle;
    }

    .formTable input
    {
        margin: 10px 0;
    }

    .myDatesTable thead tr th
    {
        display: none;
    }

    table.weekTable td, table.weekTable th
    {
        padding: 6px 0 0;
    }

        table.weekTable th.weekNum
        {
            max-height: 93px !important;
            width: 112px !important;
            margin-top: -1px;
            padding-top: 20px;
        }

    table.noMobileHeader thead tr th
    {
        display: none;
    }

    div.mobileFieldHeader
    {
        background: #d7c265;
        padding: 5px;
        margin: 7px 0;
        max-width: 200px;
        color: #222;
    }

    .JobsTable
    {
        width: 90%;
        border: 0;
    }

    .NavBtn, .NavMenuBtn
    {
        float: right;
        padding: 15px 0 !important;
    }

    .NavMenuBtn
    {
        display: initial !important;
        margin-right: 10px;
    }

    .SearchField
    {
        right: 0;
        margin-left: 0;
        left: initial;
    }

    .banner
    {
        margin-top: 0;
    }

    .mobileOnly
    {
        display: block;
    }

    .mobileOnlyInline
    {
        display: inline;
    }

    .mobileBold
    {
        font-weight: bold;
    }

    #mainBody
    {
        padding-top: 115px;
    }

    #mainContent
    {
        /*padding: 0;*/
    }

    .Content, .Content2
    {
        vertical-align: top;
        float: none;
        display: inline-block;
    }

    .Content
    {
        min-height: 560px !important;
    }

    .Content2
    {
        max-width: 634px;
    }

    .ContentContainer, .ContentLeft, .ContentRight
    {
        display: block;
        width: 100%;
        padding-right: 0;
    }

    .replyRight
    {
        padding-right: 30px;
    }

    .replyComment
    {
        width: 420px;
    }

    .mbLeft
    {
        display: block;
        text-align: center;
    }

    .mbDate
    {
        margin: 0 auto 20px;
    }

    .mbTitle
    {
        display: block;
        padding-left: 0;
    }

    .newPostBtn
    {
        text-align: center;
    }

    .adminIcons
    {
        display: block;
        margin: 15px 0;
    }

    .replyAdmin
    {
        float: left;
        padding: 0 10px 5px 0;
        margin-top: 12px;
    }

    .altDetailsTable th, .altDetailsTable td
    {
        text-align: left;
        display: block;
        padding-left: 3px;
    }

    .altDetailsTable tr td
    {
        padding-bottom: 10px;
    }

    .JobsTable tbody tr td, .JobsTable tr th
    {
        text-align: left;
        display: block;
        height: auto;
        padding: 5px;
    }

    .tableheader
    {
        display: none;
    }

    .tbllbl
    {
        display: inline-block;
        font-weight: bold;
        margin-right: 10px;
    }

    .WorkRecordDetails tr td
    {
        display: block;
    }

    #tblDisplayDefaultDates tr td
    {
        display: table-cell;
    }

    .tblDates
    {
        text-align: left;
    }

    .TableData tr td
    {
        display: block;
    }

    .CalendarContainer
    {
        width: auto;
    }

    div.ui-dialog
    {
        z-index: 2000;
        width: 99% !important;
        max-width: 500px;
    }

    div#addDialog
    {
        margin: auto !important;
        width: 95%;
    }

    #calendar
    {
        width: auto !important;
    }

    div.fc-scroller
    {
        min-height: 400px;
    }

    .fc-icon, .fc-toolbar .fc-center
    {
        margin: 8px;
    }

    /*.editDialogHeader
	{
		width: 100%;
	}*/

    table.weekTable th.weekNum div
    {
        position: absolute;
        bottom: 33px;
        min-height: 34px;
        z-index: 200;
        width: 101%;
        margin-left: -1px;
    }

    .editDialog
    {
        position: fixed;
        width: 100%;
        max-width: none;
        height: calc(100% - 1px);
        margin: 0;
        top: 0 !important;
        box-shadow: none;
        padding: 0;
        border-radius: 0;
        box-sizing: border-box;
        padding-top: 50px;
        box-shadow: 3px 3px 10px #555;
        overflow: auto;
        left: 0;
    }

        .editDialog .formTable td
        {
            font-size: 14px;
            padding: 3px;
        }

        .editDialog .formTable input
        {
            margin: 3px 0;
        }

    .editDialogHeader
    {
        margin-left: 0;
        border-radius: 0;
        margin-bottom: 0;
        width: 100%;
    }

    .editDialogContent
    {
        overflow: auto;
        padding: 20px;
    }

    table.weekTable tbody tr td:first-child, table.weekTable tbody tr th:first-child
    {
        position: absolute;
        height: 100%;
        width: 80px;
        max-height: 30px;
        left: 0;
    }

    table.weekTable tbody tr:nth-child(even) td:first-child
    {
        background: #f1f1f1;
    }

    table.weekTable tbody tr:nth-child(odd) td:first-child
    {
        background: #fff;
    }

    table.weekTable tbody tr td:nth-child(2), table.weekTable tbody tr th:nth-child(2)
    {
        border-left: 113px solid #fff;
    }

    table.weekTable td
    {
        height: 30px;
    }
}

@media screen and (max-width: 600px)
{
    div.pleaseWait img
    {
        margin-top: 40%;
    }
}

@media screen and (max-width: 500px)
{
    div.pleaseWait img
    {
        margin-top: 50%;
    }

    .JobsTable tbody tr th
    {
        display: block;
    }

    .mobileHide
    {
        display: none;
    }

    .ui-widget input[type="text"], .ui-widget textarea
    {
        max-width: 80%;
        padding: 3px;
    }

    .fc th
    {
        padding: 0 3px !important;
    }

        .fc th span
        {
            font-size: 11px;
        }

    .fc-icon, .fc-toolbar .fc-center
    {
        margin: 15px 15px 0;
    }

    #mainBody
    {
        padding-top: 155px;
    }
}

@media screen and (max-width: 455px)
{
    .inmateIdTxt
    {
        width: 60px;
    }

    div.pleaseWait img
    {
        margin-top: 60%;
    }

    table.style1 tr td
    {
        display: block;
        text-align: left;
    }

    table.dataTable tbody td
    {
        display: table-cell;
    }

    .fc th
    {
        font-size: 11px;
    }

    .closeChat, .closeInmate
    {
        right: calc(100% - 38px) !important;
    }

    .closeInmate
    {
        left: calc(100% - 38px) !important;
    }

    #chatContainer, #inmateContainer
    {
        width: calc(100% - 38px) !important;
    }
}

@media screen and (max-width: 400px)
{
    div.alertNotice
    {
        padding-top: 100%;
    }
}




.collapsibleTitle
{
    border: 0;
    border-bottom: 1px dashed #999;
    padding-bottom: 3px;
    width: 90% !important;
    margin-left: 0px;
    margin-top: 5px;
    height: 20px;
    cursor: default;
    vertical-align: middle !important;
}

.collapsibleDiv
{
    display: inline-block;
    padding-top: 10px !important;
    text-align: left;
}

.lblExpand, .lblCollapse
{
    text-transform: capitalize;
    font-weight: bold;
    padding-left: 18px;
    float: left;
    display: inline;
    cursor: pointer;
    width: auto;
}

.lblCollapse
{
    background: url(../img/collapse.gif) 0 3px no-repeat;
    font-weight: bold;
    padding-bottom: 5px;
}

.lblExpand
{
    background: url(../img/expand.gif) 0 3px no-repeat;
    font-weight: bold;
    padding-bottom: 5px;
}
