﻿/*bulletins*/

.float-containerB2B {
    border-bottom: 1px dotted grey;
    padding: 5px;
    text-align: left;    
}

.float-containerB2 {
    border: 3px solid #fff;
    padding: 5px;
    text-align: left;
}

.float-containerB2::after {
    content: "";
    display: table;
    clear: both;
}

.float-childB2Right {
    width: 50% !important;
    float: left;
    padding: 5px;
    /*    border: 2px solid red;    */
    text-align: right;
}

.float-childB2Left {
    width: 50% !important;
    float: left;
    padding: 5px;
    /*border: 2px solid red;*/
    text-align: left;
    word-break: break-word;
}

.float-containerB {
    border: 3px solid #fff;
    padding: 10px;
}

.float-childB {
    width: 48% !important;
    float: left !important;
    padding: 15px;
    /*    border: 2px solid red;*/
    /*    height: 100%;*/
    overflow-y: scroll;
    max-height: 75vh;
}

.float-childB2 {
    width: 48% !important;
    float: left !important;
    padding: 15px;
    /*    border: 2px solid red;*/
    /*    height: 100%;*/
    overflow-y: scroll;
    max-height: 75vh;
}

.float-childBNoScroll {
    width: 50% !important;
    float: left;
    padding: 5px;
}
/*bulletins*/
.pageHeader {
    display: inline-block;
    margin-right: 20px;
}

.pageHeader a {
    color: #FF3131;
    text-decoration: none;
}

hr.customHR {
    border: 10px solid #157DB4;
    border-radius: 5px;
    opacity: 1;
}

textarea {
    resize: none;
}

.ftInput {
    display: inline-block;
    width: 21.5% !important;
}

.inInput {
    display: inline-block;
    width: 21.5% !important;
}

.lbsInput {
    display: inline-block;
    width: 44% !important;
}

.ageInput {
    display: inline-block;
    width: 44% !important;
}

.priceRangeInput {
    display: inline-block;
    width: 44% !important;
}

.yearRangeInput {
    display: inline-block;
    width: 47% !important;
}

.betweenInput {
    display: inline-block;
    width: 7.73% !important;
    text-align: center;
}

.clearSearchbutton {
    background-color: #FF3131;
    color: white;
    width: 40%;
}

.searchSubmitButton {
    background-color: #157DB4;
    color: white;
    width: 40%;
}

/* show the up and down arrows for input fields type nubmer */
input[type=number]::-webkit-inner-spin-button {
    opacity: 1
}

.bulletinsInstructions {
    background-color: #E8E8E8;
    margin-left: 12px;
    border-radius: 5px;
}

.bulletinsInstructionsUL {
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0px;
}

#uploaderWrap {
    margin-left: 12px;
}

.dropZoneElement {
    position: relative;
    display: inline-block;
    background-color: #E8E8E8;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    height: 200px;
    text-align: center;
}

.textWrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    font-size: 18px;
    line-height: 1.2em;
    font-family: Arial,Helvetica,sans-serif;
    color: #000;
}

.dropImageHereText {
    color: #c7c7c7;
    text-transform: uppercase;
    font-size: 12px;
}

.bulletinsUpload {
    background-color: #157DB4;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.bulletinsUpload2 {
    background-color: #157DB4;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.bulletinsUploadButton {
    background-color: #157DB4;
    color: white;
    width: 40%;
    padding: 9px;
}

.clearViewBtn {
    font-size: 13px;
    border-color: #157DB4 !important;
    background-color: #157DB4 !important;
    color: white !important;
}

.clearviewImgSpan {
    margin-top: -5px;
    margin-bottom: 0px;
    margin-left: -5px;
    margin-right: -5px;
    /*    background-color: red;*/
}

.clearviewImg {
    height: 21px;
    width: 21px;
    margin-top: -5px;
    margin-left: -5px;
    margin-right: 0px;
    margin-bottom: -5px;
}

.FinderLEOOnlyWM {
    z-index: 100000 !important;
    position: absolute !important;
    width: 6.8in !important;
    height: 8.8in !important;
    margin: auto !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
}

.detailTittle {
    margin-right: 3px;
}

.detailContent {
    font-weight: bold;
    margin-left: 3px;
}

/*HOTLINKS*/
.hotlink {
    color: blue !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}

.hotlinkName {
    color: blue !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}

.hotlinkName:link {
    color: blue !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}

/* visited link */
.hotlinkName:visited {
    color: blue !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}

/* mouse over link */
.hotlinkName:hover {
    color: blue !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}

/* selected link */
.hotlinkName:active {
    color: blue !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}
/*HOTLINKS*/

/*Page tempplate for kendo */
/* Page Template for the exported PDF */
.page-template {
    font-family: "DejaVu Sans", "Arial", sans-serif;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.page-template .header {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 10px !important;
    margin-bottom: 15px !important;
    /*    border-bottom: 1px solid #888;*/
    color: #888;
}

.page-template .footer {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    border-top: 1px solid #888;
    text-align: center;
    color: #888;
}

.page-template .watermark {
    font-weight: bold;
    font-size: 400%;
    text-align: center;
    margin-top: 30%;
    color: #aaaaaa;
    opacity: 0.1;
    transform: rotate(-35deg) scale(1.7, 1.5);
}

/* Modify Styles for PDF */
.k-pdf-export .detailContent {
    word-break: break-word;
    max-width: 750px;
}

.k-pdf-export tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.k-pdf-export .detailContent {
    word-break: break-word;
    max-width: 750px;
}

.k-grid a:not(.deactivateLink) {
    color: #0d6efd !important;
    text-decoration: underline !important;
}

.k-grid .totalsHRH a {
    color: black !important;
    text-decoration: none !important;
}

.float-childB2Left a {
    color: #0d6efd !important;
    text-decoration: underline !important;
}

.deactivateLink {
    cursor: default;
    color: inherit;
}

.ndexSearch {
    border-color: #157DB4 !important;
}

.ndexSearchHelp {
    color: #157DB4
}