﻿body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.banner {
    background-repeat: no-repeat;
}

header {
    padding: 4px;
    background: #cecece;
}

section {
    padding: 4px;
}

article {
    padding: 4px;
}

.box {
    padding: 15px;
}

.textBox {
    height: 35px;
    border: 1px solid #a3a3a3;
    background: #fafafa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px;
    border-radius: 3px;
    font-family: 'Segoe UI', Calibri, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 14px;
    outline: none;
    color: #000;
}

    .textBox:hover, .textBox:focus {
        border: solid 1px #8caeff;
        box-shadow: 0 0 1px 1px #c2d4ff;
    }

.button {
    border: 1px solid #a3a3a3;
    background-color: #e5e5e5;
    border-radius: 4px;
    padding: 8px 8px 8px 35px;
    background-repeat: no-repeat;
    background-position: 4px center;
    font-size: 16px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #0a2740;
}

    .button:hover, .button:focus, .button:active {
        background-color: #bdb8b8;
    }

.button-check {
    background-image: url(Images/checkmark.png);
}

.button-find {
    background-image: url(Images/search-icon.png);
}

.validationError {
    padding: 0;
    margin: 0;
    font-family: 'Segoe UI',Calibri, Verdana, sans-serif, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva;
    font-size: 14px;
    color: #FF0000;
    text-align: left;
}

.left-float {
    float: left;
}

.right-float {
    float: right;
}

.table {
    padding: 0;
    margin: 0;
    height: auto;
    display: table;
    overflow: auto;
    table-layout: auto;
    text-align: center;
    border-collapse: collapse;
    empty-cells: hide;
    border-spacing: 0;
    clear: both;
}

    .table th {
        margin: 0;
    }

    .table td {
        border: none;
        padding: 4px;
        text-align: left;
    }

.center-align {
    text-align: center;
}

.modal-progress {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
}

.headmenu {
    color: darkblue;
    margin: 20px;
    font-size: 42px;
    padding: 2px, 2px,2px, 2px;
}

.subhead {
    font-size: 24px;
}

.cellmenu {
    padding-left: 10px;
    padding-right: 10px;
}

.items {
    padding-left: 10px;
}

.redcolor {
    text-align: left;
    color: red;
}

.text-middle {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    vertical-align: middle;
}

.text-right {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
    vertical-align: middle;
}

.text-left {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    vertical-align: middle;
}

.NameList {
    margin-left: 30%;
}

.bold-text {
    font-weight: bold;
}

.ImageAlign {
    vertical-align: bottom;
    height: 25px;
}


.GridViewCSS2 {
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

    .GridViewCSS2 td {
        border-left: 1px solid lightgray;
        border-right: 1px solid lightgray;
        padding: 5px;
        text-align: left;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
    }

    .GridViewCSS2 tr:nth-child(odd) {
        background-color: #F7F7F7;
    }

    .GridViewCSS2 th {
        background-color: #cecece;
        border-left: 1px solid lightgray;
        border-right: 1px solid lightgray;
        padding: 5px;
        text-align: center;
        width: 16%;
        padding-left: 5px;
        padding-right: 5px;
    }

.InmateInfoTable {
    width: 300px;
    text-align: left;
}

    .InmateInfoTable td {
        border-left: 1px solid lightgray;
        border-right: 1px solid lightgray;
        padding: 5px;
        text-align: left;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
    }

    .InmateInfoTable tr:nth-child(odd) {
        background-color: #F7F7F7;
    }

    .InmateInfoTable th {
        background-color: #cecece;
        border-left: 1px solid lightgray;
        border-right: 1px solid lightgray;
        padding: 5px;
        text-align: center;
        width: 16%;
        padding-left: 5px;
        padding-right: 5px;
    }

.img-link {
    margin: auto;
    max-width: 100px;
    max-height: 40px;
}

.rfv {
    color: #ff0000;
    font-size: 10px;
    font-weight: normal;
}
/* 
Extra small devices (portrait phones, less than 544px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
h3 {
    font-size: 1.5rem;
}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
    h3 {
        font-size: 1.8rem;
    }
    /*1rem = 16px*/
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    h3 {
        font-size: 2.5rem;
    }
    /*1rem = 16px*/
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    h3 {
        font-size: 2.8rem;
    }
    /*1rem = 16px*/
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    h3 {
        font-size: 3.5rem;
    }
    /*1rem = 16px*/
}


/* Set width to make card deck cards 100% width */
@media (min-width: 950px) and (max-width:1100px) {
    h3 {
        font-size: 3rem;
    }
}