﻿html,
body {
    min-height: 100%;
    padding: 0;
    margin: 0;
    /*background-color: #BEDAE9;*/
    background-color: #86B4CC;
}

#wrapper {
    /*padding: 50px 0;*/
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 25px;
}

#content {
    clear: both;
    min-height: 100%;
    /* background-color: #BEDAE9; */
    padding-top: 0px;
    bottom: 40px;
    position: relative;
    top: 0px;
}

header {
    height: auto;
    width: 100%;
}

footer {
    margin-bottom: -50px;
    font-size: 12px;
    color: #FFF;
    background-color: #235C77;
    padding: 5px 0px 10px;
    border-top: 0px solid #333;
    text-align: center;
    border-radius: 0px 0px 5px 5px;
    height: 10px;
}

p {
    margin: 0;
    padding: 0 0 1em 0;
}


/* Let's add some style to our fieldset & legend */
fieldset {
    -moz-border-radius: 7px;
    /*border: 1px solid #235C77;
    border-top: hidden;
    border-bottom: hidden;*/
    border: hidden;
}

/* Main DIV */
.m {
    width: 560px;
    padding: 20px;
    height: auto;
}


.div-row {
    clear: both;
    width: 470px;
    padding: 10px;
}

/* Left DIV */
.div-left-sec {
    width: 105px;
    margin: 0px;
    padding: 0px;
    float: left;
    text-align: right;
    white-space: nowrap;
}

.div-left-sec1 {
    width: 151px;
    margin: 0px;
    padding: 0px;
    float: left;
    text-align: right;
    white-space: nowrap;
}
/* Right DIV */
.div-right-sec {
    width: 300px;
    margin: 0px;
    padding: 0px;
    float: right;
    text-align: left;
    white-space: nowrap;
}

.div-right-extra {
    clear: both;
    width: 30px;
    padding: 10px;
}

.rowList {
    display: table-row;
}

.cellList {
    display: table-cell;
}

.expand {
    overflow: hidden;
    width: 100%;
}

.div-scroll {
    font-size: 1.1em;
    border: 1px solid #AFAFB1;
    color: #000;
    background: #F6F6F6;
    font-family: 'Droid Serif';
    font-size: 15px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 240px;
    height: 228px;
    clear: both;
}

.sucessMessage {
    color: green;
    text-align: center;
}

.errorMessage {
    color: red;
    text-align: center;
}

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}

/*Grid View Css*/
.Grid {
    width: 100%;
    border-spacing: 1px;
    border-style: solid;
    border-width: 2px;
    border-color: #888888;
    border-radius: 5px;
}

    .Grid th {
        color: #FFF;
        background-image: linear-gradient(to bottom, #3879D9, #3879D9);
        background-color: #3879D9;
        border-style: solid;
        border-width: 1px;
        border-color: #3879D9;
        padding: 5px;
        text-align: center;
        vertical-align: top;
        font-family: 'Open Sans', sans-serif;
        font-size: 9pt;
        text-decoration: underline;
        text-decoration: none;
    }

        .Grid th a {
            color: #FFF;
            text-decoration: none;
        }

    .Grid tr {
        color: #121112;
        font-weight: normal;
        font-family: 'Open Sans', sans-serif;
        font-size: 9pt;
    }

        .Grid tr:hover td {
            color: #5B7A9C;
        }

    .Grid td {
        padding: 3px 5px;
        vertical-align: top;
    }

    .Grid th:first-child {
        border-top-left-radius: 5px;
    }

    .Grid th:last-child {
        border-top-right-radius: 5px;
    }

    .Grid tr:last-child td:first-child {
        border-bottom-left-radius: 5px;
    }

    .Grid tr:last-child td:last-child {
        border-bottom-right-radius: 5px;
    }

    .Grid tr:nth-child(odd) {
        background-color: #CCCCFF;
    }

    .Grid tr:nth-child(even) {
        background-color: #E5E3E1;
    }
/*End Grid View CSS*/

.button {
    background: #191959;
    background: -webkit-gradient(linear, left top, left bottom, from(#191959), to(#191959));
    background: -webkit-linear-gradient(top, #191959, #191959);
    background: -moz-linear-gradient(top, #191959, #191959);
    background: -ms-linear-gradient(top, #191959, #191959);
    background: -o-linear-gradient(top, #191959, #191959);
    padding: 8px 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 0px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 0px 0;
    box-shadow: rgba(0,0,0,1) 0 0px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: #FFF;
    font-family: 'Droid Serif';
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
}

    .button:hover {
        background: #235C77;
        /*color: white;*/
    }

/*.button:active {
        background: #62A0C4;
    }*/

.mandatory {
    color: Red;
    white-space: nowrap;
    text-align: center;
    font-family: 'Droid Serif';
    font-size: 14px;
    padding: 7px;
}

/* Form div css */

.bodytxt {
    font-family: 'Droid Serif';
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
    padding: 12px;
}

/*.container {
    width: 70%;
    text-align: left;
    font: 13px Arial, Helvetica, sans-serif;
    position: relative;
    left: 10%;
    text-align: center;
}*/
#maincontainer {
    width: 95%;
    text-align: left;
    font: 13px Arial, Helvetica, sans-serif;
    position: relative;
    padding: 7px;
    text-align: center;
    border: 0px solid #444;
    background-color: #fff;
    overflow: hidden;
}

#maincontainer1 {
    width: 100%;
    text-align: left;
    font: 13px Arial, Helvetica, sans-serif;
    position: relative;
    padding: 0px;
    text-align: center;
    border: 0px solid #444;
    background-color: #fff;
    overflow: auto;
}


#row {
    height: 12px;
    clear: both;
    position: relative;
    padding: 5px;
}



#row1 {
    height: 16px;
    clear: both;
    position: relative;
    padding: 5px;
}


#left {
    float: left;
    width: 30%;
    position: relative;
    background: #CCCCFF;
    height: 100%;
}


#alldiv {
    float: left;
    width: 70%;
    position: relative;
    background: #CCCCFF;
    height: 100%;
}

#right {
    float: left;
    width: 40%;
    position: relative;
    height: 100%;
    padding-left: 5px;
}

#right1 {
    float: left;
    width: 40%;
    position: relative;
    background: #CCCCFF;
}

#topleft {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

div.ui-datepicker {
    font-size: 12px;
}

.datepickerNew {
    width: 80px;
}

#containerviewintel {
    width: 92%;
    height: auto;
    text-align: left;
    font-family: 13px 'Open Sans', sans-serif;
    /*font: 13px Arial, Helvetica, sans-serif;*/
    position: relative;
    border: 2px solid #aaa;
    background: #AEC2CE;
    left: 2%;
    padding: 5px;
}

#containersupplement {
    width: 100%;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #707FA3;
    position: relative;
    border: 1px solid #777;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 8px;
    height: 250px;
}

#containerrelatedReport {
    width: 100%;
    text-align: left;
    font-family: 13px 'Open Sans', sans-serif;
    position: relative;
    border: 1px solid #777;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 8px;
    height: 250px;
    border-radius: 8px;
}

/*.winfactsRepTitle {
    font-family: 12px 'Open Sans', sans-serif;
    color: #fff;
    text-align: left;
    font-weight: bolder;
    position: relative;
    background-color: #6699FF;
    padding: 3px;
    border-radius: 4px;
    padding-left: 10px;
}*/


.leftSupplement {
    clear: both;
    FONT-SIZE: 12px;
    float: left;
    width: 39%;
    left: 10%;
    COLOR: #000000;
    font-family: 'Open Sans', sans-serif;
    margin: 2px 2px 0 0px;
}

.rightSupplement {
    width: 39.3%;
    /* background-color: #FFDDDD; */
    FONT-SIZE: 12px;
    COLOR: #000000;
    left: 10%;
    font-family: 'Open Sans', sans-serif;
    float: left;
    font-weight: bold;
    margin: 2px 2px 0 0px;
}

.InmateLabelSec {
    clear: both;
    FONT-SIZE: 12px;
    float: left;
    left: 15%;
    position: relative;
    COLOR: #000000;
    font-family: 'Open Sans', sans-serif;
    margin: 2px 2px 0 0px;
}

.InmateFieldSec {
    left: 15%;
    /* background-color: #FFDDDD; */
    FONT-SIZE: 12px;
    COLOR: #000000;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    float: left;
    margin: 2px 2px 0 0px;
}

.fullSupplement {
    width: 99.8%;
    text-align: center;
    background-color: #ddddff;
    FONT-SIZE: 12px;
    COLOR: #000000;
    font-family: 'Open Sans', sans-serif;
    float: left;
    margin: 2px 2px 0 0px;
}

.addInmateBtn {
    /* width: 50%; */
    /* left: 20%; */
    /* align-content: center; */
    text-align: center;
    FONT-SIZE: 12px;
    COLOR: #000000;
    font-family: 'Open Sans', sans-serif;
    float: left;
    margin: 2px 2px 0 0px;
    width: 40%;
    float: left;
    position: relative;
    left: 28%;
    padding: 8px;
}

.editCrimeCaseReportBtn {
    /* width: 50%; */
    /* left: 20%; */
    /* align-content: center; */
    text-align: right;
    FONT-SIZE: 12px;
    COLOR: #000000;
    font-family: 'Open Sans', sans-serif;
    float: right;
    margin: 2px 2px 0 0px;
    width: 40%;
    margin-right: 1%;
    position: relative;
    padding: 8px;
}

/* Add Inmate*/
#addinmatecontainer {
    width: 100%;
    text-align: left;
    font-family: 13px 'Open Sans', sans-serif;
    position: relative;
    border: 1px solid #777;
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 8px;
    min-height: 345px;
}

    #addinmatecontainer .leftSupplement {
        clear: both;
        font-size: 12px;
        float: left;
        width: 43%;
        left: 25%;
        position: relative;
        /*color: #707FA3;*/
        font-family: 'Open Sans', sans-serif;
        margin: 2px 2px 0 0px;
    }

    #addinmatecontainer .rightSupplement {
        width: 39.3%;
        font-size: 12px;
        COLOR: #000000;
        font-family: 'Open Sans', sans-serif;
        float: left;
        margin: 2px 2px 0 0px;
    }


#crimecasecontainer2 {
    /*height: auto;*/
    width: 99%;
    padding: 2px;
    position: relative;
    border: 1px solid #777;
    border-radius: 8px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    padding: 3px;
}

#crimeleftdiv {
    float: left;
    width: 180px;
    position: relative;
    padding: 5px;
    display: table-cell;
}

#crimeright {
    float: left;
    width: 250px;
    position: relative;
    display: table-cell;
}

#Crimeleftright {
    width: 96%;
    position: relative;
    text-align: left;
}

#leftcaselement {
    clear: both;
    font-size: 12px;
    float: left;
    width: 62%;
    COLOR: #000000;
    font-family: 'Open Sans', sans-serif;
    margin: 2px 2px 0 0px;
}

#rightcaselement {
    width: 39.3%;
    FONT-SIZE: 12px;
    COLOR: #000000;
    font-family: 'Open Sans', sans-serif;
    float: left;
    margin: 2px 2px 0 0px;
}

#rightSupplement {
    width: 39.3%;
    font-size: 12px;
    COLOR: #000000;
    font-family: 'Open Sans', sans-serif;
    float: left;
    margin: 2px 2px 0 0px;
}

div.ui-datepicker {
    font-size: 12px;
}

.datepickerNew {
    width: 80px;
}
/*Start SIU Search Screen CSS*/
#containersearch {
    clear: both;
    position: relative;
    text-align: left;
    border: 1px solid #235C77;
    border-spacing: 5px;
    border-radius: 10px;
    font-family: 'Droid Serif';
    font-size: 13px;
    background-color: white;
    display: table;
}

#rowsearch {
    /*height: 25px;
    clear: both;
    position: relative;*/
    height: 25px;
    display: table-row;
}

#leftsearch {
    float: left;
    width: 150px;
    position: relative;
    padding: 5px;
}

#middleonesearch {
    float: left;
    width: 25px;
    position: relative;
    width: 260px;
    border: 0px solid green;
}

#middletwosearch {
    float: left;
    width: 190px;
    position: relative;
    border: 0px solid black;
}

#rightsearch {
    float: left;
    position: relative;
    border: 0px solid red;
}

#topleftsearch {
    float: left;
    padding: 5px;
    font-family: 'Droid Serif Bold';
    font-size: 13px;
    /*color: #707FA3;*/
    font-weight: bold;
    width: 405px;
}

#topleftsearch1 {
    float: left;
    padding: 0px;
    font-family: 'Droid Serif Bold';
    font-size: 13px;
    /*color: #707FA3;*/
    font-weight: bold;
    width: 425px;
}

#toprightsearch {
    float: left;
    padding: 5px;
    font-family: 'Droid Serif Bold';
    font-size: 13px;
    /*color: #707FA3;*/
    font-weight: bold;
}
/*End SIU Search Screen CSS*/
input[type="text"], input[type="Password"], input[type="select"] {
    font-size: 1.1em;
    border: 1px solid #AFAFB1;
    color: #000;
    background: #F6F6F6;
    font-family: 'Droid Serif';
    font-size: 15px;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 20px;
}

    input[type="text"]:hover, input[type="Password"]:hover, #active {
        background: #fff;
        border: 1px solid #609EC3;
        outline: none;
        font-family: 'Droid Serif';
    }

.dropdown {
    font-size: 1.1em;
    border: 1px solid #AFAFB1;
    color: #000;
    background: #F6F6F6;
    font-family: 'Droid Serif';
    font-size: 14px;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 23px;
}

.dropdown11 {
    font-size: 1.1em;
    border: 1px solid #AFAFB1;
    color: #000;
    background: #F6F6F6;
    font-family: 'Droid Serif';
    font-size: 14px;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 23px;
    width: 285px;
}

.dropdown:hover {
    background: #fff;
    border: 1px solid #609EC3;
    outline: none;
    font-family: 'Droid Serif';
}

#crimediv {
    float: left;
    width: 75%;
    position: relative;
    height: 60%;
}

#crimeleftdiv {
    float: left;
    width: 40%;
    float: left;
    position: relative;
    height: 100%;
    left: 7%;
    text-align: left;
    padding: 0px;
    /* padding-left: 5px;*/
}

#crimeright {
    float: left;
    width: 50%;
    position: relative;
    height: 100%;
    text-align: left;
    /* padding-left: 5px;*/
    padding-left: 45px;
}

#crimetitle {
    width: 93%;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Droid Serif';
    text-align: center;
    padding: 12px;
}

#crimesubtitle {
    width: 93%;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    padding: 7px;
}

#crimecasecontainer {
    clear: both;
    left: 2%;
    position: relative;
    text-align: left;
    border: 1px solid #235C77;
    border-spacing: 5px;
    border-radius: 10px;
    font-family: 'Droid Serif';
    font-size: 13px;
    background-color: white;
    display: table;
    width: 622px;
}

/* Footer CSS starts here */
#myfooter {
    height: 25px;
    width: 100%;
    height: 20px;
    width: 100%;
    padding: 2px 20px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 1000;
    background: #0072C6;
    font-family: 'Droid Serif';
    font-size: 14px;
    color: #fff;
}

.myfootertext {
    vertical-align: middle;
    padding: 5px;
    top: 2px;
    position: relative;
}
/* Footer CSS ends here */

/*Start of Top Link css*/
._header {
    width: 100%;
    background-color: #fff;
}

    ._header label {
        height: 110px;
        width: 100%;
        background-color: #fff;
        font-size: 20px;
        bottom: 10px;
        padding-right: 8px;
        position: relative;
    }

.header-left {
    width: 66%;
    float: left;
    border: 0px solid red;
    background-color: #fff;
    height: 110px;
}

.header-right {
    width: 34%;
    float: right;
    font-size: 11pt;
    color: #003d6d;
    font-family: "Times New Roman";
    border: 0px solid green;
    background-color: #fff;
    position: relative;
    height: 110px;
    text-align: right;
}

    .header-right label {
        height: 110px;
        width: 100%;
        background-color: #fff;
        font-size: 20px;
        bottom: 10px;
        padding-right: 8px;
        position: relative;
        top: 20px;
    }


.topnavmenu {
    white-space: nowrap;
    float: right;
    text-align: right;
    padding-right: 10px;
    background: #fff;
    width: 100%;
}

.linkheader {
    white-space: nowrap;
    float: right;
    text-align: right;
    padding-right: 10px;
    background: #fff;
    width: 100%;
}

.header-subtitle {
    clear: both;
    /*float: left;
    width: 55%;
    padding-left: 45%;*/
    font-size: 20pt;
    color: #0000ff;
    font-family: "Times New Roman";
    border: 0px solid green;
    background-color: #fff;
    position: relative;
    font-weight: bold;
    text-align: center;
}

    .header-subtitle label {
        height: 110px;
        width: 100%;
        background-color: #fff;
        font-size: 20px;
        bottom: 10px;
        padding-right: 8px;
        position: relative;
        top: 0PX;
    }
/*End of Top Link css*/
#containerReports {
    width: 1100px;
    text-align: center;
    border-spacing: 5px;
    border: 1px solid #235C77;
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #707FA3;
    background-color: white;
}


.imagecontainer {
    width: 94%;
    left: 2%;
    position: relative;
    border: 1px;
    border: 2px solid #777;
    background: #AEC2CE;
    text-align: left;
    font-family: 13px 'Open Sans', sans-serif;
    padding: 5px;
    overflow: auto;
}

.photo {
    width: 140px;
    height: 126px;
}

.imgdiv {
    width: 20%;
    overflow: hidden;
    float: left;
    position: relative;
}

#narrativecontainer {
    width: 95%;
    text-align: left;
    font-family: 13px 'Open Sans', sans-serif;
    position: relative;
    border: 2px solid #777;
    background: #AEC2CE;
    padding: 5px;
    margin-top: 23%;
}

#Heading {
    float: left;
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #707FA3;
    font-weight: bold;
}

.elementleft {
    float: left;
    position: relative;
    width: 50%;
}

.elementright {
    float: left;
    position: relative;
    width: 50%;
}

.leftSupplement {
    clear: both;
    FONT-SIZE: 12px;
    float: left;
    width: 44%;
    left: 10%;
    /* background-color: #ddddff; */
    COLOR: #000000;
    font-family: 'Open Sans', sans-serif;
    margin: 2px 2px 0 0px;
}

.updateButton {
    /* color:red; */
    align-content: center;
    width: 40%;
    float: left;
    position: relative;
    left: 28%;
    padding: 5px;
}

.photocontainer {
    width: auto;
    top: 8px;
    left: 0%;
    font-family: 13px 'Open Sans', sans-serif;
    position: relative;
    border: 1px solid #777;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 8px;
}

    .photocontainer .leftSupplement {
        clear: both;
        FONT-SIZE: 13px;
        float: left;
        top: 4px;
        width: 40%;
        left: 17%;
        position: relative;
        /* background-color: #ddddff; */
        COLOR: #000000;
        font-family: 'Open Sans', sans-serif;
        margin: 2px 2px 0 0px;
    }

    .photocontainer .rightSupplement {
        width: 26.3%;
        /* background-color: #FFDDDD; */
        FONT-SIZE: 12px;
        COLOR: #000000;
        position: relative;
        font-family: 'Open Sans', sans-serif;
        float: left;
        margin: 2px 2px 0 0px;
    }

    .photocontainer .addInmateBtn {
        /* width: 50%; */
        /* left: 20%; */
        /* align-content: center; */
        text-align: center;
        FONT-SIZE: 12px;
        COLOR: #000000;
        font-family: 'Open Sans', sans-serif;
        float: left;
        margin: 2px 2px 0 0px;
        width: 30%;
        float: left;
        position: relative;
        left: 31%;
        padding: 8px;
    }

.addaliascontainer {
    width: 100%;
    text-align: left;
    font-family: 13px 'Open Sans', sans-serif;
    position: relative;
    border: 1px solid #777;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 8px;
}

    .addaliascontainer .leftSupplement {
        clear: both;
        FONT-SIZE: 13px;
        float: left;
        top: 4px;
        width: 20%;
        left: 5%;
        position: relative;
        /* background-color: #ddddff; */
        COLOR: #000000;
        font-family: 'Open Sans', sans-serif;
        margin: 2px 2px 0 0px;
    }

    .addaliascontainer .rightSupplement {
        width: 39.3%;
        /* background-color: #FFDDDD; */
        FONT-SIZE: 12px;
        COLOR: #000000;
        left: 1.5%;
        position: relative;
        font-family: 'Open Sans', sans-serif;
        float: left;
        margin: 2px 2px 0 0px;
    }

    .addaliascontainer .leftlabel {
        clear: both;
        FONT-SIZE: 13px;
        float: left;
        top: 4px;
        width: 17%;
        left: 5%;
        position: relative;
        /* background-color: #ddddff; */
        COLOR: #000000;
        font-family: 'Open Sans', sans-serif;
        margin: 2px 2px 0 0px;
    }

    .addaliascontainer .leftfield {
        float: left;
        FONT-SIZE: 13px;
        float: left;
        top: 4px;
        width: 19%;
        left: 5%;
        position: relative;
        /* background-color: #ddddff; */
        COLOR: #000000;
        font-family: 'Open Sans', sans-serif;
        margin: 2px 2px 0 0px;
    }

    .addaliascontainer .rightlabel {
        float: left;
        FONT-SIZE: 13px;
        float: left;
        top: 4px;
        width: 32%;
        left: 11%;
        position: relative;
        /* background-color: #ddddff; */
        COLOR: #000000;
        font-family: 'Open Sans', sans-serif;
        margin: 2px 2px 0 0px;
    }

    .addaliascontainer .rightfield {
        width: 11.3%;
        /* background-color: #FFDDDD; */
        FONT-SIZE: 12px;
        COLOR: #000000;
        position: relative;
        font-family: 'Open Sans', sans-serif;
        float: left;
        margin: 2px 2px 0 0px;
    }
/* Affiliation block*/

.addaffcontainer {
    width: 100%;
    text-align: left;
    font-family: 13px 'Open Sans', sans-serif;
    position: relative;
    border: 1px solid #777;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 8px;
}

    .addaffcontainer .leftSupplement {
        clear: both;
        FONT-SIZE: 13px;
        float: left;
        top: 4px;
        width: 31.5%;
        left: 5%;
        position: relative;
        /* background-color: #ddddff; */
        COLOR: #000000;
        font-family: 'Open Sans', sans-serif;
        margin: 2px 2px 0 0px;
    }

    .addaffcontainer .rightSupplement {
        width: 39.3%;
        /* background-color: #FFDDDD; */
        FONT-SIZE: 12px;
        COLOR: #000000;
        left: 1.5%;
        position: relative;
        font-family: 'Open Sans', sans-serif;
        float: left;
        margin: 2px 2px 0 0px;
    }

    .addaffcontainer .leftlabel {
        clear: both;
        FONT-SIZE: 13px;
        float: left;
        top: 4px;
        width: 28%;
        left: 5%;
        position: relative;
        /* background-color: #ddddff; */
        COLOR: #000000;
        font-family: 'Open Sans', sans-serif;
        margin: 2px 2px 0 0px;
    }

    .addaffcontainer .leftfield {
        float: left;
        FONT-SIZE: 13px;
        float: left;
        top: 4px;
        width: 19%;
        left: 5%;
        position: relative;
        /* background-color: #ddddff; */
        COLOR: #000000;
        font-family: 'Open Sans', sans-serif;
        margin: 2px 2px 0 0px;
    }

    .addaffcontainer .rightlabel {
        float: left;
        FONT-SIZE: 13px;
        float: left;
        top: 4px;
        width: 32%;
        left: 11%;
        position: relative;
        /* background-color: #ddddff; */
        COLOR: #000000;
        font-family: 'Open Sans', sans-serif;
        margin: 2px 2px 0 0px;
    }

.addaliascontainer .rightfield {
    /* width: addaffcontainer.3%;
     background-color: #FFDDDD; */
    FONT-SIZE: 12px;
    COLOR: #000000;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    float: left;
    margin: 2px 2px 0 0px;
}

.div-left-sec-list {
    width: 140px;
    margin: 0px;
    padding: 0px;
    text-align: right;
    white-space: nowrap;
}

#containercommon1 {
    clear: both;
    position: relative;
    text-align: left;
    border: 1px solid #235C77;
    border-spacing: 5px;
    border-radius: 10px;
    font-family: 'Droid Serif';
    font-size: 13px;
    background-color: white;
    display: table;
}

#containercommon {
    clear: both;
    left: 2%;
    position: relative;
    text-align: left;
    border: 1px solid #235C77;
    border-spacing: 5px;
    border-radius: 10px;
    font-family: 'Droid Serif';
    font-size: 13px;
    background-color: white;
    display: table;
}



#commonrow {
    height: 25px;
    display: table-row;
}

#commontopleft {
    float: left;
    padding: 5px;
    font-family: 'Droid Serif Bold';
    font-size: 13px;
    width: 460px;
    display: table-cell;
    font-weight: bold;
}

#commonleft {
    float: left;
    width: 180px;
    position: relative;
    padding: 5px;
    display: table-cell;
}

#commonmiddleone {
    float: left;
    width: 250px;
    position: relative;
    width: 260px;
    display: table-cell;
}

#commonmiddletwo {
    float: left;
    width: 180px;
    position: relative;
    display: table-cell;
}

#commonright {
    float: left;
    width: 250px;
    position: relative;
    display: table-cell;
}

.center {
    text-align: center;
}

.title {
    font-family: 'Droid Serif Bold';
    font-size: 15px;
    color: #050561;
    text-align: center;
    padding: 5px 0px 5px 0px;
}

#commonDesc {
    width: 100%;
    position: relative;
    height: auto;
    border: 1px solid #235C77;
    border-radius: 5px;
    padding-bottom: 5px;
}

    #commonDesc .title {
        font-family: 'Droid Serif Bold';
        font-size: 14px;
        color: #050561;
        text-align: center;
        margin: 0px auto;
        text-align: center;
    }

    #commonDesc #row {
        height: auto;
        min-height: 15px;
        width: 98%;
        clear: both;
        padding: 1px;
    }

    #commonDesc .Label {
        background-color: #CCCCFF;
        left: 1px;
        padding: 1px;
        text-align: left;
        float: left;
        position: relative;
        width: 13.8%;
        COLOR: #000;
        font-family: 'Droid Serif';
        font-size: 13px;
    }

    #commonDesc .Label1 {
        background-color: #CCCCFF;
        left: 1px;
        padding: 1px;
        text-align: left;
        float: left;
        position: relative;
        width: 17%;
        COLOR: #000;
        font-family: 'Droid Serif';
        font-size: 13px;
    }

    #commonDesc .Value {
        background-color: #FFF0E0;
        padding: 1px;
        text-align: left;
        float: left;
        position: relative;
        width: 18.5%;
        COLOR: #000000;
        FONT-FAMILY: 'Droid Serif Bold';
        font-size: 12px;
    }

    #commonDesc .Value1 {
        background-color: #FFF0E0;
        padding: 1px;
        text-align: left;
        float: left;
        position: relative;
        width: 17.6%;
        COLOR: #000000;
        FONT-FAMILY: 'Droid Serif Bold';
        font-size: 12px;
    }

    #commonDesc .Value2 {
        background-color: #FFF0E0;
        padding: 1px;
        text-align: left;
        float: left;
        position: relative;
        width: 17.5%;
        COLOR: #000000;
        FONT-FAMILY: 'Droid Serif Bold';
        font-size: 12px;
    }

#visitorsleft {
    float: left;
    width: 150px;
    position: relative;
    padding: 5px;
    display: table-cell;
    border: 0px solid red;
}

#visitorsmiddleone {
    float: left;
    width: 250px;
    position: relative;
    width: 220px;
    display: table-cell;
    border: 0px solid red;
}

@font-face {
    font-family: 'Droid Serif';
    src: url('../fonts/DroidSerif-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Droid Serif Bold';
    src: url('../fonts/DroidSerif-Bold.ttf') format('truetype');
}

.inmatephoto {
    position: relative;
    background: #ffffff;
    text-align: left;
    font-family: 13px 'Droid Serif';
    padding: 0px;
    overflow: auto;
}

    .inmatephoto .photo {
        width: 144px;
        height: 180px;
    }

    .inmatephoto .imgdiv {
        width: 100%;
        overflow: hidden;
        float: left;
        position: relative;
    }


.inmatephototab {
    width: 94%;
    left: 2%;
    position: relative;
    border: 1px;
    border: 2px solid #777;
    background: #AEC2CE;
    text-align: left;
    font-family: 13px 'Droid Serif';
    padding: 5px;
    overflow: auto;
}

    .inmatephototab .photo {
        width: 180px;
        height: 160px;
    }

    .inmatephototab .imgdiv {
        left: 3px;
        width: 100%;
        overflow: hidden;
        float: left;
        position: relative;
    }

#bailDesc {
    width: 100%;
    position: relative;
    height: auto;
    border: 1px solid #235C77;
    border-radius: 5px;
    padding-bottom: 5px;
}

    #bailDesc #row {
        height: auto;
        min-height: 15px;
        width: 100%;
        clear: both;
        padding: 1px;
    }

    #bailDesc .Label {
        background-color: #CCCCFF;
        left: 1px;
        padding: 1px;
        text-align: left;
        float: left;
        position: relative;
        width: 20%;
        COLOR: #000;
        font-family: 'Droid Serif';
        font-size: 13px;
    }

    #bailDesc .Value {
        background-color: #FFF0E0;
        padding: 1px;
        text-align: left;
        float: left;
        position: relative;
        width: 20%;
        COLOR: #000000;
        FONT-FAMILY: 'Droid Serif Bold';
        font-size: 13px;
    }


/* Add Gang NickName
        */

#addnicknamecontainer {
    width: 47%;
    clear: both;
    left: 2%;
    position: relative;
    text-align: left;
    border: 1px solid #235C77;
    border-spacing: 2px;
    border-radius: 10px;
    font-family: 'Droid Serif';
    font-size: 13px;
    background-color: white;
    display: table;
}

.gangnicknamelbl {
    clear: both;
    FONT-SIZE: 12px;
    float: left;
    width: 20%;
    padding-left: 7%;
    position: relative;
    /* COLOR: #00f; */
    font-family: 'Droid Serif';
    margin: 2px 2px 0 0px;
}

.gangnicknamefld {
    width: 44%;
    /* background-color: #FFDDDD; */
    FONT-SIZE: 12px;
    COLOR: #000000;
    left: 9%;
    font-family: 'Open Sans', sans-serif;
    float: left;
    margin: 2px 2px 0 0px;
}

    .gangnicknamefld input[type="text"].hasDatepicker {
        width: 48%;
    }

    .gangnicknamefld input[type="text"] {
        width: 65%;
    }

.addgangnickBtn {
    text-align: center;
    FONT-SIZE: 12px;
    COLOR: #000000;
    font-family: 'Open Sans', sans-serif;
    float: left;
    margin: 2px 6px 0 0px;
    width: 75%;
    float: left;
    position: relative;
    left: 8%;
    padding: 0px 6px;
}

    .addgangnickBtn .button {
        background: #191959;
        background: -webkit-gradient(linear, left top, left bottom, from(#191959), to(#191959));
        background: -webkit-linear-gradient(top, #191959, #191959);
        background: -moz-linear-gradient(top, #191959, #191959);
        background: -ms-linear-gradient(top, #191959, #191959);
        background: -o-linear-gradient(top, #191959, #191959);
        padding: 8px 10px;
        -webkit-border-radius: 7px;
        margin: 10px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        -webkit-box-shadow: rgba(0,0,0,1) 0 0px 0;
        -moz-box-shadow: rgba(0,0,0,1) 0 0px 0;
        box-shadow: rgba(0,0,0,1) 0 0px 0;
        text-shadow: rgba(0,0,0,.4) 0 1px 0;
        color: #FFF;
        font-family: 'Droid Serif';
        font-size: 14px;
        vertical-align: middle;
        cursor: pointer;
    }

#messagediv {
    width: 90%;
    left: 5%;
    position: relative;
    text-align: center;
}

#messagediv1 {
    width: 60%;
    left: 5%;
    position: relative;
    text-align: center;
}
/*Style for nick name search*/

#nicknamesearch_container {
    /*width: 34%;
    text-align: left;
    font-family: 13px 'Open Sans', sans-serif;  
    position: relative;
    border: 1px solid #777;
    padding: 4px;
    border-radius: 8px;
    top: 20px;
    overflow: auto;*/
    clear: both;
    left: 2%;
    position: relative;
    text-align: left;
    border: 1px solid #235C77;
    border-spacing: 5px;
    border-radius: 10px;
    font-family: 'Droid Serif';
    font-size: 13px;
    background-color: white;
    display: table;
    width: 390px;
}

#nicknamerow {
    height: 28px;
    clear: both;
    position: relative;
    display: table-row;
}

#nicknameleft {
    float: left;
    width: 100px;
    position: relative;
    padding: 5px;
}

#nicknamemiddleone {
    float: left;
    width: 49%;
    position: relative;
    left: 10%;
}

#nicknameright {
    float: left;
    width: 265px;
    position: relative;
    border: 0px solid red;
    left: 10%;
}

#nicknamesearch_container #right input[type="text"].datepickerNew {
    width: 34%;
}

#nicknamesearch_container #middleone input[type="text"] {
    font-size: 1.1em;
    border: 1px solid #AFAFB1;
    color: #000;
    left: 10%;
    background: #F6F6F6;
    font-family: 'Droid Serif';
    font-size: 15px;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 20px;
}

.subTitleCrime {
    background-image: linear-gradient(to bottom, #aacadb, #86b4cc);
    background-color: #86b4cc;
    font-family: 'Droid Serif Bold';
    color: #050561;
    margin: 0px;
    padding: 2px;
    position: relative;
    bottom: 10px;
}

.subTitleCrime1 {
    background-image: linear-gradient(to bottom, #aacadb, #86b4cc);
    background-color: #86b4cc;
    font-family: 'Droid Serif Bold';
    color: #050561;
    margin: 0px;
    padding: 2px;
    position: relative;
    bottom: 4px;
}

#Crimerow {
    height: 10px;
    clear: both;
    position: relative;
    padding-top: 6px;
}

.winfactsRepTitle {
    width: 93%;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Droid Serif';
    text-align: left;
}

#commonDescWithoutBorder {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

    #commonDescWithoutBorder .title {
        font-family: 'Droid Serif Bold';
        font-size: 14px;
        color: #050561;
        text-align: center;
        margin: 0px auto;
        text-align: center;
    }

    #commonDescWithoutBorder #row {
        height: auto;
        min-height: 15px;
        width: 98%;
        clear: both;
    }

    #commonDescWithoutBorder .Label {
        background-color: #CCCCFF;
        left: 1px;
        padding: 1px;
        text-align: left;
        float: left;
        position: relative;
        width: 13.8%;
        COLOR: #000;
        font-family: 'Droid Serif';
        font-size: 13px;
    }

    #commonDescWithoutBorder .Value {
        background-color: #FFF0E0;
        padding: 1px;
        text-align: left;
        float: left;
        position: relative;
        width: 19%;
        COLOR: #000000;
        FONT-FAMILY: 'Droid Serif Bold';
        font-size: 13px;
    }

.InmateLabel {
    background-color: #CCCCFF;
    font-family: 'Droid Serif';
    left: 1px;
    padding: 1px;
    text-align: left;
    position: relative;
    COLOR: #000;
    font-size: 13px;
}

.InmateText {
    background-color: #FFF0E0;
    FONT-FAMILY: 'Droid Serif Bold';
    padding: 1px;
    text-align: left;
    position: relative;
    COLOR: #000000;
    font-size: 13px;
}

.buttonDisable {
    background: #191959;
    background: -webkit-gradient(linear, left top, left bottom, from(#191959), to(#191959));
    background: -webkit-linear-gradient(top, #191959, #191959);
    background: -moz-linear-gradient(top, #191959, #191959);
    background: -ms-linear-gradient(top, #191959, #191959);
    background: -o-linear-gradient(top, #191959, #191959);
    padding: 8px 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 0px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 0px 0;
    box-shadow: rgba(0,0,0,1) 0 0px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: #FFF;
    font-family: 'Droid Serif';
    font-size: 14px;
    vertical-align: middle;
    pointer-events: none;
    text-decoration: none;
    opacity: 0.5;
}


#linkheader a:link {
    COLOR: #660000;
    text-decoration: none;
    background: #fff;
}

#linkheader a:visited {
    COLOR: #660000;
    text-decoration: none;
}

#linkheader a:hover {
    COLOR: #660000;
    text-decoration: underline;
}

#linkheader a:active {
    COLOR: #660000;
    text-decoration: none;
}

#visitorDetails {
    width: 70%;
    position: relative;
    height: auto;
    border: 1px solid #235C77;
    border-radius: 5px;
    padding-bottom: 5px;
}

    #visitorDetails #row {
        height: auto;
        min-height: 15px;
        width: 100%;
        clear: both;
        padding: 1px;
    }

    #visitorDetails .Label {
        background-color: #CCCCFF;
        left: 1px;
        padding: 1px;
        text-align: left;
        float: left;
        position: relative;
        width: 35%;
        COLOR: #000;
        font-family: 'Droid Serif';
        font-size: 13px;
    }

    #visitorDetails .Value {
        background-color: #FFF0E0;
        padding: 1px;
        text-align: left;
        float: left;
        position: relative;
        width: 64%;
        COLOR: #000000;
        FONT-FAMILY: 'Droid Serif Bold';
        font-size: 13px;
    }

.marqueemessage {
    background-color: #FFF0E0;
    font-family: 'Droid Serif';
    font-size: 22px;
    color: red;
}

.align_errorhandle {
    left: 1px;
    padding: 1px;
    text-align: left;
    float: left;
    position: relative;
    width: 50%;
    COLOR: #000;
    font-family: 'Droid Serif';
    font-size: 13px;
}

#mceu_14-body {
    display: none;
}

.drpDisable {
    font-size: 1.1em;
    border: 1px solid #AFAFB1;
    color: #000;
    font-family: 'Droid Serif';
    font-size: 14px;
    height: 23px;
    width: 285px;
    opacity: 0.6;
}
