﻿/* basic stylings ------------------------------------------ */
body
{
    background-image: url('images/deiss_property_01.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 100% 100%;
    margin: 0 auto;
    background-color: #5795C4 !important;
}

.viewer-container
{
    height: 470px;
}

.thumbnails-container
{
    height: 130px;
    font-size: 8px;
}

@media (min-width: 768px)
{
    .viewer-container,
    .thumbnails-container
    {
        height: 600px;
    }
}

@media (max-width:1220px){

    .newAcctInfo{
        top:0 !important;
        right: 0 !important;
        float:none !important;
        margin-left:auto;
        margin-right:auto;
        padding-bottom:10px !important;
    }
}

.showBackgroundImage
{
    background-image: url('images/gavel.jpg');
}

::-ms-clear
{
    display: none;
}

.bullet
{
    margin-right: 3px;
    margin-left: -5px;
    font-weight: bolder;
}

.UserListing
{
    color: white;
}

.navbar
{
    margin-bottom: 0px;
    min-height: 30px !important;
}

.navbar-nav > li > a
{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.navbar-nav > li > a.selected{
    color:white !important;
    background-color: #5174b4 !important;
}

.main-body
{
    align-content: center;
    text-align: center;
    background-color: #E9E2CA;
    border: 2px solid black;
    border-bottom: 1px solid black;
    /*-webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;*/
}

.main-header
{
    align-content: center;
    text-align: center;
    background-color: #E9E2CA;
    border: 2px solid black;
    border-bottom: 1px solid black;
}

.sub-body
{
    text-align: center;
    background-color: #E9E2CA;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 2px solid black;
    border-top: 0px solid black;
    padding: 15px;
    padding-top: 5px;
}

.testMainBody
{
    text-align: center;
    background-color: #E9E2CA;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

/* Set padding to keep content from hitting the edges */
.body-content
{
    padding: 15px;
    padding-top: 5px;
}
/* Set padding to keep content from hitting the edges */
.body-content-noPic
{
    padding-left: 15px;
    padding-right: 15px;
    align-content: center;
    text-align: center;
    background-color: #E9E2CA;
    border: 2px solid black;
}

html, body
{
    height: 100%;
}

.divHeadImage
{
    border-bottom: 1px solid #000;
}

    .divHeadImage .imgHeadImage
    {
        width: 100%;
        height: 83px !important;
    }

.documentImage
{
    background-image: url('images/testPage.jpg');
    height: 760px;
}

.AvailableData
{
    color: #fff;
    text-shadow: #23527c 0px 0px 1px;
    -webkit-font-smoothing: antialiased;
    text-decoration: underline;
}

.headerTest
{
    background-image: url('images/CourtHeader1.png');
    height: 35px;
    text-align: center;
}

.headerTestLogo {
    background: url('Images/TylerIconLogoWhite.png') center;
    padding-top: 0 !important;
    /*background-image: url('images/irondata_logo3.gif');*/
    background-repeat: no-repeat;
    height: 100%;
    width: 30px;
    float: left;
    background-size: 100%;
    margin-left: 6px;
}

.headerTestText
{
    float: right;
    margin-right: 6px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
}

.justiceHeader {
    height: 85px;
    margin-bottom: 15px;
}

.justiceLogo {
    background: url('Images/TylerJusticeLogo.png') center;
    height: 100%;
    width: 230px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: auto;
}

#headerUser a
{
    /*color: #e7e7e7 !important;*/
    color: white;
    font-weight: bold;
}

.spaceLabel label
{
    padding-right: 10px;
    margin-bottom: 0 !important;
}

label
{
    /*padding-right: 10px;*/
    margin-bottom: 0 !important;
}

.normallabel
{
    font-weight: normal;
}

.displayAsText
{
    font-weight: normal;
}

.TextBoxAsLabel
{
    border: none;
    background-color: transparent;
    background: transparent;
}

.shrinkFormGap
{
    margin-bottom: 0 !important;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus
{
    outline: none;
    border: 1px solid #7bc1f7;
    box-shadow: 0px 0px 8px #7bc1f7;
    -moz-box-shadow: 0px 0px 8px #7bc1f7;
    -webkit-box-shadow: 0px 0px 8px #7bc1f7;
    background-color: lightyellow !important;
}

/* Set width on the form input elements since they're 100% wide by default */
input[type="text"],
input[type="password"],
input[type="date"]
{
    border: 1px solid #c4c4c4;
    font-size: 12px;
    padding: 4px 4px 4px 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
    line-height: 1.2285;
}

.select2-container .select2-choice
{
    /*height:auto;*/
}

.select2-container .select2-choice
{
    /*height:29px;*/
    /*line-height:1.2285;*/
}

.select2-default
{
    font-weight: normal;
}

input[type="text"]
{
    text-transform: uppercase;
}

TextArea
{
    text-transform: uppercase;
}

.caseImportant
{
    text-transform: none !important;
}

.container
{
    padding: 0px !important;
}



/* styles for validation helpers */

.validation-container
{
    text-align: left !important;
}

.field-validation-error
{
    color: #b94a48;
    text-align: left !important;
    width: 100%;
}

    .field-validation-error::before
    {
        font-family: FontAwesome;
        content: "\F071  ";
    }

    .field-validation-error:before
    {
        font-family: FontAwesome;
        content: "\F071  ";
    }

.field-validation-valid
{
    display: none;
}

input.input-validation-error
{
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error
{
    border: 0 none;
}

.validation-summary-errors
{
    color: #b94a48;
}

.validation-summary-valid
{
    display: none;
}

/* Not used yet. */
.PageCenter
{
    width: 50%;
    min-width: 350px;
    max-width: 500px;
    margin: 50px auto;
    background-color: tan;
    border: 1px solid black;
    margin-top: 90px;
}

.LoginDiv
{
    /*display: inline-block;*/
}

    .LoginDiv .validation-error
    {
        display: block;
        margin-left: 15px;
    }

    .LoginDiv .validation-summary-errors ul
    {
        margin: 0;
        text-align: center;
        padding: 0;
    }

    .LoginDiv .validation-summary-errors li
    {
        display: inline;
        list-style: none;
        margin: 0;
    }

.LoginCenter
{
    border-spacing: 0 15px;
    /*width: 250px;*/
    /*margin-left: auto;
    margin-right: auto;*/
    text-align: center;
}

    .LoginCenter div
    {
        margin-bottom: 10px;
        display: block;
        white-space: nowrap;
        clear: both;
        float: none;
    }

.spnLoginSubmit
{
    display: block;
    text-align: center;
}

.bottomButtons
{
    margin-top: 15px;
}

footer
{
    align-content: center;
    text-align: center;
}

.nav > li > a
{
    padding-left: 6px !important;
    padding-right: 6px !important;
    border-right: 1px solid lightgray;
}

.nav > li.last > a
{
    border-right: 0px solid green;
}

.caret
{
    border-top: 4px solid;
}

/*.nav > li > a:first-child
{
    padding-left:10px !important;
    padding-right:10px !important;
    border-right:transparent;
}*/

/*.nav > li > a::after
{
    content: " | ";
}*/

.selectedParentMenuItem
{
    background-color: darkgray !important;
}

    .selectedParentMenuItem > a
    {
        color: white !important;
    }

    .selectedParentMenuItem.open > a, .selectedParentMenuItem.open > a:focus
    {
        background-color: darkgray !important;
        color: white !important;
    }

    .selectedParentMenuItem > a:hover
    {
        background-color: darkgray !important;
        color: black !important;
    }
/*.selectedParentMenuItem > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover*/

.MenuDiv
{
    display: inline-block;
    max-width: 600px;
    text-align: center;
    margin-left: 27px !important;
    margin-right: auto !important;
}

.MenuDiv3
{
    display: inline-block;
    max-width: 852px;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
}

.MenuOption
{
    text-align: center;
    display: inline-block;
    *display: inline;
    margin: 0px 25px 25px auto;
    *margin-right: 25px;
    height: 75px;
    width: 250px;
}

.MenuOptionThumbnail
{
    width: 57px !important;
    height: 43px !important;
    border: 1px solid #000;
    border-radius: 5px;
    vertical-align: middle;
    display: inline-block;
}

    .MenuOptionThumbnail:hover
    {
        border: 20px solid black;
    }

.MenuCenter
{
    border-spacing: 0 15px;
}

.tile-text
{
    border-radius: 1px;
    display: table-cell;
    border: 1px solid gray;
    vertical-align: middle;
    text-align: center;
    height: 75px;
    width: 250px;
    background-color: whitesmoke;
    box-shadow: 5px 5px 15px #888888;
    color: #000;
    font-weight: bolder;
}


.MenuOptionThumbnail
{
    width: 57px !important;
    height: 43px !important;
    border: 1px solid #000;
    border-radius: 5px;
    vertical-align: middle;
    text-align: right;
    margin: auto 0px auto auto;
}

.tile-text span
{
    display: inline-block;
}

.tile-text
{
    margin: auto !important;
    vertical-align: middle !important;
    display: table-cell;
    *display: inline-block;
}

    .tile-text:hover
    {
        text-decoration: none;
        color: #000;
        -webkit-box-shadow: 3px 3px 10px 4px #888;
        -moz-box-shadow: 3px 3px 10px 4px #888;
        box-shadow: 3px 3px 10px 4px #888;
        border-width: 2px;
    }

        .tile-text:hover .MenuOptionThumbnail
        {
            border: 2px ridge #1f1f1f;
        }

    .tile-text:focus
    {
        color: #000;
        text-decoration: none;
    }

    .tile-text:active
    {
        border-width: 2px;
        border-style: ridge;
        border: 1px solid gray;
        background-color: #E5E5E5;
        color: #000;
        box-shadow: 0px 0px 0px #888888;
    }

hr
{
    border-color: whitesmoke !important;
}

.searchbox
{
    border: 1px solid black !important;
    /*width: 40%;*/
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: -5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.54);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.54);
    box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.54);
    background-color: white;
    position: absolute;
    right: 0;
    left: 0;
}

.pageHeader
{
    margin-top: 0px !important;
    border: 1px solid #888 !important;
    width: 40%;
    margin-left: auto !important;
    margin-right: auto !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 5px 7px 0px rgba(0,0,0,0.54);
    -moz-box-shadow: 3px 5px 7px 0px rgba(0,0,0,0.54);
    box-shadow: 3px 5px 7px 0px rgba(0,0,0,0.54);
    color: whitesmoke;
    background-color: #5174b4;
    margin-bottom: 12px;
}

h4
{
    margin-top: 5px;
    margin-bottom: 5px;
}

h2
{
    font-weight: bolder !important;
    font-size: x-large !important;
    padding: 0px !important;
    margin: 0px !important;
}



/* Here is @Brombomb's solution but for FontAwesome 4.x icons: */
.ui-icon[class*=" fa-"]
{
    /* Remove the jQuery UI Icon */
    background: none repeat scroll 0 0 transparent !important;
    /* Remove the jQuery UI Text Indent */
    text-indent: 0;
    /* Bump it up - jQuery UI is -8px */
    margin-top: -0.5em;
    min-width: 18px;
    min-height: 18px;
}

/* Allow use of icon-large to be properly aligned */
.ui-icon.icon-large
{
    margin-top: -0.75em;
}

.ui-button-icon-only .ui-icon[class*=" fa-"]
{
    /* Bump it - jQuery UI is -8px */
    margin-left: -7px;
}

.ui-dialog-titlebar-close
{
    display: none !important;
}

.no-close .ui-dialog-titlebar
{
    display: none;
}

.tblPermAdmin
{
    display: block;
    height: 600px;
    overflow: auto;
    background-color: whitesmoke;
    white-space: nowrap;
    font-size: .99em;
}

    .tblPermAdmin tr:nth-child(even)
    {
        background-color: lightgray;
    }

    .tblPermAdmin tr
    {
        border: 1px solid black;
    }

th
{
}


/*.lblUserID
{
    display: inline-block;
    font-weight: 300;
    text-align: center !important;
    border-bottom: 1px solid black;
    padding-right: 0px;
}*/

.datefield
{
    line-height: 0px !important;
    /*width: 120px !important;*/
    text-align: center;
    cursor: pointer !important;
    background-color: white !important;
    border: 1px solid lightgray !important;
}

.dateTimeField
{
    line-height: 0px !important;
    width: 200px !important;
    text-align: center !important;
    cursor: pointer !important;
    background-color: white !important;
    border: 1px solid lightgray !important;
}

.datefield:disabled
{
    /*background-color:transparent !important;
    border:0px solid !important;*/
    display: none;
    /*line-height: 0px !important;
    width: 80px !important;
    text-align: center !important;
    cursor: pointer !important;
    background-color: transparent !important;
    border: 1px solid lightgray !important;*/
}

#tblUserPermissions
{
}

    #tblUserPermissions .table-striped
    {
        display: inline-block !important;
        max-height: 800px !important;
        width: 580px;
        overflow: auto !important;
        border: 1px solid !important;
        margin-right: 150px;
    }

.table-striped > tbody > tr
{
    background-color: #d9d9d9;
}

    .table-striped > tbody > tr > th
    {
        border: 1px solid black;
    }

.headrow
{
    height: 30px;
}



.open
{
    border: 0px solid !important;
}

.ui-accordion .ui-accordion-header
{
    margin-top: 0px !important;
    padding: 0px !important;
    color: #373535;
    width: 800px;
    display: inline-block !important;
}

.ui-accordion-content-active
{
    width: 800px;
    display: inline-block !important;
}

.leftCol
{
    margin-bottom: 10px;
}

.rightCol
{
    margin-bottom: 10px;
}

.col-md-1
{
    /*width: auto !important;*/
}

.colCenter
{
    float: none;
    margin: 0 auto;
    display: inline-block;
}

.row
{
    /*margin-bottom: 5px;*/
    margin-bottom: 20px;
}

.optionalrow
{
    /*margin-bottom: 5px;*/
    margin-bottom: 9px;
    margin-top: -4px;
    margin-left: -8px;
}

.reversepartyrow
{
    /*margin-bottom: 5px;*/
    margin-top: -3px;
    margin-bottom: 12px;
}

.align250ColRight
{
    width: 250px !important;
    text-align: right;
}

.equal, .equal > div[class*='col-']
{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /*flex:1 0 auto;*/
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12
{
    /*padding-right: 15px !important;
    padding-left: 0 !important;*/
}

div[class*='col-'] > label
{
    text-align: right;
}

.row > div[class*='col-'] > label
{
    padding-top: 5px;
}

.centerAlign
{
    text-align: center;
}

.centerItems .row
{
    display: inline-block;
}

.alignLeft
{
    text-align: left !important;
}

.alignCenter
{
    text-align: center;
}

.alignRight
{
    text-align: right !important;
}

.removePaddingLeft
{
    padding-Left: 0 !important;
}

.removePaddingRight
{
    padding-right: 0 !important;
}

fieldset
{
    margin: 8px !important;
    border: 1px solid black !important;
    padding: 8px !important;
    border-radius: 4px !important;
}

    fieldset .form-group
    {
        /*margin-bottom:0px;*/
    }

.floatLeft
{
    float: left;
}

.fieldSetContent
{
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.smallFieldsetFloatLeft
{
    width: auto;
    text-align: left;
}

    .smallFieldsetFloatLeft div
    {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

legend
{
    padding: 2px !important;
    width: auto !important;
    font-size: inherit;
    margin-bottom: 0px;
    text-align: left;
}

.vcenter
{
    display: inline-block !important;
    vertical-align: middle !important;
    float: none !important;
}

.modalContainer
{
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 700px;
    border-bottom: 1px solid #888888;
    padding-left: 40px;
    padding-right: 40px;
}


.modalEntContainer
{
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 700px;
    border-bottom: 1px solid #888888;
}

.modal-content
{
    text-align: center;
    background-color: #E9E2CA;
}

.modal-header
{
    margin-right: -1px !important;
    background-color: #5174b4;
    color: white;
    border-bottom: 1px solid black;
    text-align: center;
    border-radius: 3px 3px 0 0;
    border-color: #ccc;
}

.modal-body div
{
    margin-bottom: 1px;
}

.modal-body
{
    /*max-height: 700px;
	width: auto;
	overflow: visible;
	padding-bottom: 5px;*/
    /*position: relative;
    overflow-y: auto;
    max-height: 600px;
    padding: 15px;*/
}

#loading
{
    text-align: center;
    z-index: 1111111;
}

.modal-dialog.loading
{
    width: 100px;
    height: 70px;
    padding: 0px !important;
}

.modal-body.loading
{
    width: auto;
}

.modal-content.loading
{
    /*background-color: lightGray;*/
    opacity: .7;
}

.modal.loading .modal-backdrop
{
    background-color: gray;
}

.modalViewer
{
    margin-top: -30px;
}

.dtFillWidth
{
    width: 100% !important;
}

table.dataTable td.select-checkbox
{
    cursor: default;
}

.table.dataTable tbody tr.active td,
.table.dataTable tbody tr.active th
{
    /*background-color: #d9d9d9 !important;*/
    /*color: black !important;*/
}

.table-striped.dataTable tbody tr:nth-child(odd) td,
.table-striped.dataTable tbody tr:nth-child(odd) th
{
    /*background-color: #e9e9e9;*/
}

.table-striped > tbody > tr:nth-of-type(2n+1)
{
    background-color: #e9e9e9 !important;
}

.table.dataTable tbody tr:hover td, .table.dataTable tbody tr:hover th
{
    background-color: #CDE3FF !important;
}

.table.dataTable tbody tr td.hover, .table.dataTable tbody tr th.hover
{
    background-color: #CDE3FF !important;
}

.table.dataTable tbody tr.selected td.hover, .table.dataTable tbody tr.selected th.hover
{
    background-color: #b0bed9 !important;
}

.DTFC_ScrollWrapper table tbody tr td .hover
{
}


table.dataTable tbody tr.selected, table.dataTable tbody th.selected, table.dataTable tbody td.selected
{
    color: black;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected
{
    background-color: #B0BED9 !important;
}

/*.table-striped.dataTable tbody tr.active:nth-child(odd) td,
.table-striped.dataTable tbody tr.active:nth-child(odd) th,
.table-striped.dataTable tbody tr.active:nth-child(even) td,
.table-striped.dataTable tbody tr.active:nth-child(even) th
{
    background-color: #B0BED9 !important;
}*/

.selected
{
    background-color: #b0bed9 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

table.dataTable tbody th, table.dataTable tbody td
{
    padding: 7px 9px !important;
    /*!important Removed for datepicker calendar*/
    /*padding: 7px 9px !important;*/
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td
{
    /*padding:0 !important;*/
}


.dataTables_scrollHeadInner
{
    /*width: 100% !important;*/
}

.dataTables_scrollFootInner
{
    width: 100% !important;
}

.dataTableRemoveGap > .dataTables_wrapper .col-sm-6
{
    /*padding:0;*/
    /*border:2px solid green;*/
}

.table.dataTable thead .sorting::after,
.table.dataTable thead .sorting_asc::after,
.table.dataTable thead .sorting_desc::after
{
    /*background: none !important;
    content: "" !important;*/
}

.table.dataTable thead .sorting,
.table.dataTable thead .sorting_asc,
.table.dataTable thead .sorting_desc
{
    /*background: none !important;*/
}

.changeRowColorCaseReceivDT
{
    background-color: lightgreen !important;
}

.errorDT
{
    background-color: indianred !important;
}

.modal-footer
{
    clear: both;
    padding-top: 5px;
    border: 0 transparent;
    text-align: center;
}

.DTFC_ScrollWrapper table tbody tr td
{
    vertical-align: middle !important;
}

.dataTables_scroll
{
    overflow: auto;
}

.dataTables_info, .dataTables_length
{
    text-align: left;
}

.bringToFrontDT
{
    z-index: 1;
}

.withFixedCol
{
    margin-bottom: 0 !important;
}

.dataTableRemoveGap
{
    margin-top: -45px !important;
}

.dataTableRemoveGapZeroFilters
{
    margin-top: -25px !important;
}

.topRight
{
    margin-top: -45px;
    float: right;
}

.topRightExpand
{
    margin-top: -45px;
    float: right;
}

.topLeft
{
    margin-top: -45px;
    float: left;
}

#tableId tbody > tr > td
{
    white-space: nowrap;
}

.alignDataTableDown
{
    margin-top: 15px !important;
}

.alignDataTableDownFurther
{
    margin-top: 25px;
}

.dtCenterDropDown
{
    position: absolute;
    right: 0;
    left: 0;
}

.dtDropDownLayer
{
    position: relative;
}

.modal-dialog-center
{
    margin-top: 15%;
}

.sub-modal
{
    padding-top: 40px;
    padding-left: 25px;
}

.sub-modal2
{
    padding-top: 80px;
    padding-left: 45px;
}

table.dataTable
{
    margin: 0 auto;
    clear: both;
    width: 100% !important;
}

table.no-footer.dataTable
{
}

.dataTables_scrollFootInner table.dataTable
{
    width: 100% !important;
}

.display.dataTable.no-footer.DTFC_Cloned
{
    margin-top: 0;
    width: auto !important;
}

.display.dataTable.no-footer
{
    border: 0 transparent;
}

.dataTables_scrollHead
{
    margin-bottom: 0 !important;
}

table.dataTable thead th, table.dataTable thead td
{
    padding-left: 8px !important;
    border-bottom: 0 !important;
}

.fixedCol
{
    background-color: lightgray;
    width: auto;
}

.subInfo
{
    border-bottom: 1px solid #888 !important;
    text-align: center !important;
}

.DTFC_LeftHeadWrapper
{
    background-color: #E9E2CA !important;
}

.table.no-footer.dataTable
{
    /*border-bottom: 1px solid #111111 !important;*/
    border-bottom: 0px solid transparent !important;
}

.no-footer.dataTables_wrapper .dataTables_scrollBody
{
    border-bottom: 0px solid transparent !important;
    /*border-bottom: 1px solid #111111 !important;*/
}

.DTFC_LeftBodyWrapper
{
    border-right: 1px dotted black;
    /*border-left: 1px solid black;
    border-bottom: 1px solid black;
    border-top:1px solid black;*/
}

.DTFC_LeftBodyLiner
{
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    width: auto !important;
}

.DTFC_RightBodyLiner
{
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    width: auto !important;
}

.DTFC_RightBodyWrapper
{
    border-left: 1px dotted black;
    /*border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-top:1px solid black;*/
    /*border-bottom:1px solid black;*/
}

.dataTables_scrollBody > .table.table-striped.table-hover.dataTable
{
    /*border-bottom: 1px solid black;*/
}

.dataTables_scrollBody
{
    /*border:1px solid black;*/
    margin-top: 0px !important;
    /*border-bottom:1px solid black;*/
}

.setDTSelHeight
{
    height: 30px;
}

div.dataTables_wrapper
{
    /*max-height: 500px;*/
}

.dataTables_wrapper .dataTables_scroll
{
    border-bottom: 0 !important;
}

.table.dataTable tfoot th, .table.dataTable tfoot td
{
    border-top: 0;
}

.noWrap
{
    white-space: nowrap;
}

.wrap
{
    white-space: normal !important;
}

#DriveLetter
{
    text-align: center;
    width: 25px;
}

#Address
{
    width: 300px;
}

#ClerkName, #ClerkName2
{
    width: 300px;
}

#ClerkTitle
{
    width: 300px;
}

#Entity
{
    width: 50px;
}

#Email
{
    /*width: 300px;*/
}

/*#Receipt
{
    width: 80px;
}*/

input[type=text]#State
{
    width: 40px;
    text-align: center;
}

/*#City
{
    width: 150px;
}*/

#Zip
{
    /*width: 100px;*/
}

#Phone
{
    /*width: 150px;*/
}

.smallText
{
    font-size: small !important;
}

.extraSmallText
{
    font-size: x-small !important;
}

.form-control
{
    line-height: 12px;
    display: inline-block;
}

.autoWidth
{
    width: auto;
}

textarea
{
    line-height: 15px !important;
    padding: 4px 4px 4px 4px !important;
    text-transform: uppercase;
}

    textarea:focus
    {
        line-height: 15px !important;
        background-color: lightyellow !important;
    }

.DisplayInlineBlock
{
    display: inline-block;
}

.DisplayInline
{
    display: inline;
}

.VerticalAlignMiddle
{
    vertical-align: middle !important;
}

.skewedbuttons
{
    width: 100%;
    display: inline-block;
}

.btn-primary:hover, .btn-primary:focus, .focus.btn-primary .open > .btn-primary.dropdown-toggle
{
    background-color: #4768a5 !important;
}

.btn-primary:active, .active.btn-primary
{
    background-color: #3f5d93 !important;
}

.btn-primary
{
    background-color: #5174b4 !important;
}

.btnAction
{
    font-size: 17px;
}

    .btnAction:hover
    {
        /*text-shadow: 1px 1px 5px 1px #888888;*/
        cursor: pointer;
        text-shadow: 1px 1px 1px #ccc;
    }

    .btnAction:active
    {
        color: lightgray;
        text-shadow: 0 0 0 #ccc;
        cursor: pointer;
    }

.btnActionDisabled
{
    color: gray;
}

    .btnActionDisabled:hover
    {
        /*text-shadow: 1px 1px 5px 1px #888888;*/
        cursor: not-allowed;
        text-shadow: 1px 1px 1px #ccc;
    }

    .btnActionDisabled:active
    {
        color: lightgray;
        text-shadow: 0 0 0 #ccc;
        cursor: pointer;
    }

.height30
{
    height: 25px !important;
}

.width110
{
    width: 110px;
}

td
{
    font-size: 12px !important;
    text-align: left !important;
    vertical-align: middle !important;
    white-space: nowrap;
    font-weight: bold;
}

    td input[type=text]
    {
        font-size: 12px !important;
        text-align: center !important;
        vertical-align: middle !important;
        text-transform: uppercase;
    }


    td input[type=checkbox]
    {
        vertical-align: middle !important;
        width: 12px !important;
        ;
    }

table.breakWord tbody td
{
    white-space: normal;
}

.shrinkPadding
{
    padding: 0 !important;
    height: 18px !important;
}


.showAsText
{
    white-space: normal !important;
    word-wrap: break-word !important;
    word-break: break-all !important;
    -ms-word-break: break-all !important;
    background-color: transparent !important;
    box-shadow: 0 0 0 !important;
    border: transparent !important;
    white-space: nowrap;
    font-weight: normal !important;
    font-size: 12px !important;
}

.RemoveButtonLook
{
    background-color: transparent;
    border: 0;
}

/*option {
    list-style-type:none;
    max-height:160px;
    padding-top:10px;
    overflow:auto;
    text-align:center;
}*/


.select2-search input
{
    background: none !important;
    background-color: lightyellow !important;
}

.select2-container .select2-choices .select2-search-field input, .select2-container .select2-choice, .select2-container .select2-choices
{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.dataTables_length .form-control.select2-container
{
    display: inline-block !important;
    width: auto;
}

.select2-chosen
{
    text-align: left;
    font-weight: normal;
    /*float:left !important;*/
}

.select2-drop.select2-display-none.select2-drop-auto-width.select2-drop-active
{
    /*width: auto !important;*/
}

.select2-drop-auto-width
{
    width: auto !important;
}

.select2-results
{
    max-height: 300px;
}

.select2-result-label
{
    /*padding: 3px 20px !important;*/
    /*padding: 3px 10px !important;*/
}

.select2-highlighted > div > span
{
    color: lightgray;
}

.select2-allowclear.select2-container .select2-choice .select2-chosen
{
    /*margin-right: 26px !important;*/
}

.select2-input
{
    width: 100% !important;
}

.parent-element
{
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#btnNextSeq
{
    /*position: relative;
  top: 50%;
  -webkit-transform: translateY(-32%);
  -ms-transform: translateY(-32%);
  transform: translateY(-350%);*/
}

#btnPrevSeq
{
    /*position: relative;
  top: 50%;
  -webkit-transform: translateY(-350%);
  -ms-transform: translateY(-350%);
  transform: translateY(-350%);*/
}

.moveRightSmall
{
    margin-left: 15px;
}

/*.bootstrap-datetimepicker-widget td.day {
  height: 20px !important;
  line-height: 20px !important;
  width: 20px !important;
}
.bootstrap-datetimepicker-widget td {
  height: 20px !important;
  line-height: 20px !important;
  width: 20px !important;
}*/

/*#divIDForRemovingDatePosition
{
    z-index:1151 !important;
}*/


@media (max-width:1200px)
{
    /*.topRight
    {
        margin-top: 0px;
        float: none;
    }*/
}

@media (max-width:991px)
{
    .topRight, .topLeft
    {
        margin-top: 0px;
        float: none;
    }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12
    {
        /*text-align: center !important;*/
        /*padding-right: 5px !important;
        padding-left: 5px !important;*/
    }

    .align250ColRight
    {
        width: 100% !important;
    }


    .autoWidth
    {
        width: 100%;
    }
}

@media (max-width:767px)
{
    .sub-modal
    {
        left: 10%;
    }

    .alignLeft
    {
        text-align: center !important;
    }

    .alignRight
    {
        text-align: center !important;
    }

    .dtCenterDropDown
    {
        position: relative;
    }
}

@media (max-width:700px)
{
    .smallFieldsetFloatLeft
    {
        position: relative;
        text-align: center;
    }

    .floatLeft
    {
        float: none;
    }

    .dataTableRemoveGap, .dataTableRemoveGapZeroFilters
    {
        margin-top: 0 !important;
    }
}

.trv-report-page
{
    margin: 0px auto !important;
}

.trv-content-wrapper.k-content
{
    text-align: left !important;
}

.listviewitem
{
    margin: 2px 0 !important;
    /*border-bottom: 1px solid lightgray;*/
}

    .listviewitem:hover
    {
        cursor: pointer !important;
    }

.trv-parameters-area
{
    width: 20em !important;
}

.k-widget.k-combobox.k-header.list
{
    font-size: 12px;
    width: 100%;
}

.k-widget.k-dropdown.k-header.list
{
    width: 100%;
}

.trv-page-container, .trv-page-wrapper.active
{
    background-color: #003f59 !important;
    /*background-color: gray !important;*/
}

.trv-page-wrapper.active
{
    /*background-color:transparent !important;*/
}

.datepicker-months td, .datepicker-years td, .datepicker-decades td
{
    white-space: normal !important;
}
/*.datepicker-days td
{

    border:1px solid lightgray;
    padding:1px !important;
}*/
/*.datepicker .datepicker-days .table-condensed tbody tr td
{
    border:1px solid lightgray;
}*/

.toast
{
    z-index: 1111111;
    padding-top: 27px;
    width: 400px;
    height: 80px;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #c1e2b3;
    border-radius: 25px;
    color: black;
    border: 2px solid green;
    font-size: 18px;
    text-align: center;
    /*background-color:#5174b4;*/
}

.toast2
{
    position: fixed;
    /*top: 50%;
    left: 50%;*/
    margin: 0 auto;
    width: 25em;
    height: 25px;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    border: 1px solid #ccc;
    background-color: #5795C4;
    z-index: 1111111;
    border: 2px solid white;
    border-radius: 25px;
    background: black;
    padding: 20px;
    color: white;
    margin-left: auto;
    margin-right: auto;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th
{
    padding: 5px !important;
}

.timepicker-picker .table-condensed > tbody > tr > td
{
    padding: 0px !important;
}

.form-group
{
    margin-bottom: 10px;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .checkbox.has-success label, .checkbox-inline.has-success label, .radio.has-success label, .radio-inline.has-success label
{
    color: inherit !important;
}

.rotate90
{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#myoutercontainer
{
    position: relative;
}

#myinnercontainer
{
    position: absolute;
    top: 50%;
    height: 10em;
    margin-top: -5em;
}

#tblBKPG_info
{
    display: none;
}

#tblBKPGInst_info
{
    display: none;
}

.bootstrap-switch-label
{
    /*color:gray !important;*/
}

#PDFViewer
{
    margin-left: -15px;
    margin-top: -5px;
    border-radius: 10px !important;
    /*border: 1px solid black;*/
    width: 100%;
    height: 90%;
}

.documentView > div[class*='col-']
{
    padding-left: 5px;
    padding-right: 5px;
}

.asterikfix
{
    margin-right: -10px;
}

.headerGap
{
    line-height: 15px !important;
}

.sheader
{
    color: red;
    font-size: smaller;
}

.rheader
{
    color: black;
    font-size: smaller;
}

.crheader
{
    color: blue;
    font-size: smaller;
}

.detailsGap
{
    margin-top: 0px;
}

.footertext
{
    color: white;
    font-weight: bold;
    -webkit-text-stroke-width: .1px;
    -webkit-text-stroke-color: #5174b4;
}

.globalError
{
    padding: 10px;
}

/*.modal-dialog.pdfViewer {
  width: 98%;
  height: 98%;
  margin-top: 10px;
  padding: 0;
}

.modal-content.pdfViewer {
  height: 99%;
}

.modal-body.pdfViewer {
  height: 98%;
  width:100%;
}*/

/*.modal-dialog.pdfViewer {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}*/

/*.modal-content.pdfViewer {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}*/
/*.modal-body.pdfViewer
{
  height: 98%;
  width:100%;
}*/

/*#PDFViewer
{
    height:100%;
}*/

.modal-dialog.pdfViewer
{
    margin: 0 !important;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 98% !important;
    height: 98% !important;
}

.modal-content.pdfViewer
{
    height: auto;
    /*min-height: 100%;*/
}

.modal-body.pdfViewer
{
    height: 98%;
    width: 100%;
}

@media (min-width: 768px)
{
    .pdfViewer .modal-dialog
    {
        width: 750px;
    }
}

@media (min-width: 992px)
{
    .pdfViewer .modal-dialog
    {
        width: 970px;
    }
}

@media (min-width: 1200px)
{
    .pdfViewer .modal-dialog
    {
        width: 1170px;
    }
}

.wrapper
{
    position: relative;
    overflow: hidden;
    width: 100px;
    height: 100px;
    border: 1px solid black;
}

#slide
{
    position: absolute;
    left: -100px;
    width: 100px;
    height: 100px;
    background: blue;
    transition: 1s;
}

.announcement
{
    /*background-color: white;*/
    font-weight: bolder;
    color: red;
    text-align: center;
    background-color: #E9E2CA;
    border-left: 2px solid black;
    border-right: 2px solid black;
}

.help-tip
{
    position: absolute;
    top: 3px !important;
    right: 4px;
    text-align: center;
    background-color: #5174b4;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 25px;
    cursor: default;
}

    .help-tip:before
    {
        content: '?';
        font-weight: bold;
        color: #fff;
        align-content:center;
    }

    .help-tip:hover p
    {
        display: block;
        transform-origin: 100% 0%;
        -webkit-animation: fadeIn 0.3s ease-in-out;
        animation: fadeIn 0.3s ease-in-out;
    }

    .help-tip p
    { /* The tooltip */
        display: none;
        text-align: left;
        background-color: #1E2021;
        padding: 20px;
        width: 245px;
        position: absolute;
        border-radius: 3px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        right: -4px;
        color: #FFF;
        font-size: 13px;
        line-height: 1.4;
        z-index: 3;
    }

        .help-tip p:before
        { /* The pointer of the tooltip */
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border: 6px solid transparent;
            border-bottom-color: #1E2021;
            right: 10px;
            top: -12px;
        }

        .help-tip p:after
        { /* Prevents the tooltip from being hidden */
            width: 100%;
            height: 40px;
            content: '';
            position: absolute;
            top: -40px;
            left: 0;
        }

.history-tip
{
    position: absolute;
    top: 3px !important;
    right: 33px;
    text-align: center;
    background-color: #5174b4;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 25px;
    cursor: default;
    z-index: 3;
}

    .history-tip div a
    {
        color: #fff;
    }

    .history-tip:before
    {
        content: 'H';
        font-weight: bold;
        color: #fff;
    }

    .history-tip:hover div
    {
        display: block;
        transform-origin: 100% 0%;
        -webkit-animation: fadeIn 0.3s ease-in-out;
        animation: fadeIn 0.3s ease-in-out;
    }

    .history-tip div
    {
        display: none;
        text-align: left;
        background-color: #1E2021;
        padding: 20px;
        width: 245px;
        position: absolute;
        border-radius: 3px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        right: -4px;
        color: #fff;
        font-size: 12px;
        line-height: 1.4;
    }

        .history-tip div:before
        {
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border: 6px solid transparent;
            border-bottom-color: #1E2021;
            right: 10px;
            top: -11px;
        }

        .history-tip div:after
        { /* Prevents the tooltip from being hidden */
            width: 100%;
            height: 40px;
            content: '';
            position: absolute;
            top: -40px;
            left: 0;
        }

.addPagesToCart.popover
{
    max-width: 400px;
}
/* CSS animation */

@-webkit-keyframes fadeIn
{
    0%
    {
        opacity: 0;
        transform: scale(0.6);
    }

    100%
    {
        opacity: 100%;
        transform: scale(1);
    }
}

@keyframes fadeIn
{
    0%
    {
        opacity: 0;
    }

    100%
    {
        opacity: 100%;
    }
}
