﻿﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,700,800,400,600);
/*Fonts CSS*/
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v11/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v11/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v11/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://fonts.gstatic.com/s/opensans/v11/EInbV5DfGHOiMmvb1Xr-hnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(https://fonts.gstatic.com/s/opensans/v11/PRmiXeptR36kaC0GEAetxh_xHqYgAV9Bl_ZQbYUxnQU.woff) format('woff');
}

div, table, tr, th, td, p, h1, h2, h3, h4, h5, h6, span, li, a {
    font-family: 'Open Sans', sans-serif !important;
}

.first_row {
    float: left;
    margin-top: 10px;
    height: 260px;
}

.img1 {
    width: 280px;
    height: 260px;
    float: left;
    margin-left: 20px;
    padding: 0px;
}
/* Actual content */
.item {
    width: 130px;
    height: 140px;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 5;
    overflow: hidden;
    /*-webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    box-shadow: 0 1px 5px rgba(0,0,0,0.3);*/
    border: 1px solid #e3e3e3;
    cursor: pointer;
}

.item-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.item:hover .item-content {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.item-top-content {
    position: relative;
}

.item-top-content-inner {
    position: absolute;
    bottom: 0;
    padding: 0px 0px 0px 5px;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.8);
    width: 100%;
    top: -40px;
}

.item-add-content {
    padding: 0 5px 5px 5px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.spriteclass {
    height: 15px;
    width: 15px;
    background: transparent no-repeat;
    background-image: url('Images/Sprites/glyphish_icons.png') !important;
    margin-right: 4px;
    float: left;
}

.spriteCheckMarkIcon {
    background-position-y: -2px;
    background-position-x: -675px;
}

.spriteGalleryIcon {
    background-position-y: -2px;
    background-position-x: -351px;
}

.spriteListIcon {
    background-position-y: -2px;
    background-position-x: -375px;
}

.spriteMapIcon {
    background-position-y: -2px;
    background-position-x: -395px;
}

.spriteSendIcon {
    background-position-y: -2px;
    background-position-x: -578px;
}

.spriteTimesIcon {
    background-position-y: -2px;
    background-position-x: -558px;
}

.spriteLockIcon {
    background-position-y: -2px;
    background-position-x: -617px;
}

.spriteEditIcon {
    background-position-y: -2px;
    background-position-x: -514px;
}

.spriteBackwardIcon {
    background-position-y: -2px;
    background-position-x: -466px;
}

.spriteSearchIcon {
    background-position-y: -2px;
    background-position-x: -697px;
}

.dxSpriteClass {
    height: 15px;
    width: 15px;
    background: transparent url('Images/glyphicons.png') no-repeat;
    margin-right: 4px;
    float: left;
}

.item:hover .item-add-content {
    opacity: 1;
}

.item-add-content-inner {
    /*border: 0px solid #dadada;
    border-top-width: 1px;
    padding-top: 10px;*/
}
/*Product title*/
h2 {
    font-size: 1em;
    font-weight: bold;
    color: #fff;
}

    h2 a {
        text-decoration: none;
    }

.map_icon {
    width: 14px;
    height: 15px;
    float: left;
    margin-right: 5px;
    padding: 0px;
    border: none;
}

.person_icon {
    width: 14px;
    height: auto;
    float: left;
    margin: 0px 5px;
    padding: 0px;
    border: none;
}

.label_a, .label_b, .label_c {
    width: 112px;
    height: 40px;
    float: left;
    position: absolute;
    margin: 7px 0 0 11px;
    padding: 0px;
    font-size: 0.6875rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: transparent;
    line-height: 30px;
    z-index: 999;
}

.label_a {
    background: url(Images/progress_inprogress_gallery.png) no-repeat;
}

.label_b {
    background: url(Images/progress_complete_gallery.png) no-repeat;
}

.label_c {
    background: url(Images/progress_new_gallery.png) no-repeat;
}

.subdescription {
    font-family: "OpenSansRegular",sans-serif;
    font-size: 0.6875rem;
    /*font-weight: bold;*/
    /*color: #000;*/
    /*line-height: 16px;*/
    margin-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .subdescription span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .subdescription a {
        text-decoration: none;
        /*color: #0471bc;*/
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.item-content {
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.8);
}

.error_summary {
    color: #FF0000;
}

/*Start of Login page*/
.lg_submit_btn {
    border-radius: 5px;
    margin-right: 18px;
}
/*End of Login page*/


/*Start of Forgot Password page*/
.fp_layoutGroupBoxCaption {
    font-size: 0.875rem;
    width: 100%;
}

.fp_submit_btn {
    border-radius: 5px;
}
/*End of Forgot Password page*/


/*Start of Request Public Summary page*/
.bodyDesc {
    font: 12px 'Open Sans', sans-serif;
}

.mainbg {
    height: auto;
    background: #e9e9e9;
    border: 1px solid #dedede;
    margin: 0px;
    padding: 5px;
    overflow: hidden;
}

.innerlist {
    height: auto;
    background: #fff;
    padding: 7px;
    border: 1px solid #D6D6D6;
    overflow: hidden;
    margin-bottom: 5px;
}

.leftdiv {
    height: auto;
    margin: 0px;
    padding: 0px;
}

/*h4 {
    font-size: 1.25rem;
    font-family:'Open Sans', sans-serif;
    color: #d35026;
    float: left;
    margin: 10px 0px 0px 15px;
    padding: 0px;
    font-weight: 400;
}*/

.smailltext {
    font-size: 0.6875rem;
    font-family: 'Open Sans', sans-serif;
    margin: 0px 0 0 20px;
    padding: 0px;
    color: #a7a7a6;
}

.leftwidget {
    font-size: 0.75rem;
    width: 75%;
    float: left;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.rightside {
    width: 25%;
    float: left;
    padding: 0px;
    /* border: 1px solid #b9bab4;*/
    overflow: hidden;
}

    .rightside .rightimage {
        /* border: 1px solid #b9bab4; 
   padding: 5px;
   background: #f4f3f2;
   float: right;
   margin-right: 20px;
   height: 120px; 
   width: 150px; 
*/
        height: 120px;
    }        

.clear {
            clear: both;
            float: none;
        }

.btn_div {
    background: #fff;
    border: 1px solid #D6D6D6;
    padding: 10px;
}

.img_size {
    /*    float: right;
    padding: 5px;
	background: #f4f3f2;
	border: 1px solid #b9bab4;*/
}

.lable_bg {
    width: 198px;
    height: 37px;
    position: absolute;
    margin: 0px;
    padding: 0px;
    /*background: url(Images/bg.png) no-repeat;*/
    margin-left: 765px;
    margin-top: 7px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
    float: left;
}

.list_status_prog {
    width: 178px;
    height: 33px;
    position: absolute;
    margin-top: -9px;
    padding: 0px;
    margin-left: -20px;
    font-family: 'Open Sans', sans-serif;
    color: #B85E25;
    font-size: 0.875rem;
    text-align: center;
    line-height: 78px;
    font-weight: 600;
    float: left;
}

.list_status_comp {
    width: 178px;
    height: 33px;
    position: absolute;
    margin-top: -9px;
    padding: 0px;
    margin-left: -20px;
    font-family: 'Open Sans', sans-serif;
    color: #2E6B1E;
    font-size: 0.875rem;
    text-align: center;
    line-height: 78px;
    font-weight: 600;
    float: left;
}

.list_status_new {
    width: 178px;
    height: 33px;
    position: absolute;
    margin-top: -9px;
    padding: 0px;
    margin-left: -20px;
    font-family: 'Open Sans', sans-serif;
    color: #f3743f;
    font-size: 0.875rem;
    text-align: center;
    line-height: 78px;
    font-weight: 600;
    float: left;
}

.list_status_prog {
    background: url(Images/In_Progress_Step_Two.png) no-repeat;
    margin-top: 0px;
}

.list_status_comp {
    background: url(Images/completed.png) no-repeat;
    margin-top: 0px;
}

.list_status_new {
    background: url(Images/In_Progress_Step_One.png) no-repeat;
    margin-top: 0px;
}

.status_banner_org, .status_banner_grn, .status_banner_blue, .status_banner_grey, .status_banner_red {
    width: 170px;
    height: 37px;
    position: absolute;
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    text-align: center;
    line-height: 90px;
    font-weight: 600;
    float: left;
}

.status_banner_org {
    color: #cc9959;
    background: url(Images/billing_open.png) no-repeat;
}

.status_banner_org_text {
    color: #cc9959;
}

.status_banner_grn {
    color: #539a6e;
    background: url(Images/billing_paid.png) no-repeat;
}

.status_banner_grn_text {
    color: #539a6e;
}

.status_banner_blue {
    color: #539acc;
    background: url(Images/billing_estimate.png) no-repeat;
}

.status_banner_blue_text {
    color: #539acc;
}

.status_banner_grey {
    color: #999999;
    background: url(Images/billing_voided.png) no-repeat;
}

.status_banner_grey_text {
    color: #999999;
}

.status_banner_red {
    color: #b24a48;
    background: url(Images/billing_pastdue.png) no-repeat;
}

.status_banner_red_text {
    color: #b24a48;
}


.anonymous {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.75rem !important;
    letter-spacing: 1px;
    margin: 8px 20px 0px 10px;
    padding: 0px !important;
    font-weight: bold;
    color: #00a2c6 !important;
}

.anonymous a{
   margin-left:-2px;
}

.address {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 1px;
    margin: 8px 20px 0px 10px;
    padding: 0px;
    font-weight: bold;
    color: #00a2c6;
}

a.lnk:hover, a.lnk:active, a.lnk:visited, a.lnk:link {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.75rem;
    color: #000;
    font-weight: 600;
}

.bodyContent {
    cursor: default;
    width: 450px;
    position: absolute;
    left: 273px;
    top: -108px;
    z-index: -108;
    color: #999999;
}

.request-title {
    font-weight: 500;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*a {
    color: #598cd1;
    text-decoration: none;
}*/

.gall_icon-user {
    display: inline-block;
    width: 14px;
    height: 14px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("Images/Sprites/glyphish_icons.png");
    background-position: -638px -2px;
    background-repeat: no-repeat;
    margin-top: -1px;
}

.gall_map-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("Images/Sprites/glyphish_icons.png");
    background-position: -659px -2px;
    background-repeat: no-repeat;
    margin-top: -1px;
}

.icon-user {
    display: inline-block;
    width: 14px;
    height: 20px;
    *margin-right: .3em;
    line-height: 15px;
    vertical-align: text-top;
    background-image: url("Images/Sprites/glyphish_icons.png");
    background-position: -229px 3px;
    background-repeat: no-repeat;
    margin-top: -1px;
}

.glyphicon {
    display: inline-block;
    width: 14px;
    height: 20px;
    *margin-right: .3em;
    line-height: 15px;
    vertical-align: text-top;
    background-image: url("Images/Sprites/glyphish_icons.png");
    background-position: -398px 3px;
    background-repeat: no-repeat;
    margin-top: -1px;
}

.content {
    padding: 0px;
}

.left {
    width: 690px;
    float: left;
    padding: 7px 0px 0px 7px;
    min-height: 24px;
    color: green;
}

.right {
    width: 290px;
    float: left;
    padding: 5px;
    min-height: 24px;
}

.clear {
    float: none;
    clear: both;
    height: 0px;
}

.row {
    background-color: none;
    min-height: 32px;
}

.ImageItem {
    width: 290px;
    float: left;
    padding: 5px;
    margin: 5px;
    position: relative;
}

.groupSeparator {
    border-top: 1px dotted Gray;
    height: 1px;
    clear: both;
}

.itemSeparator {
    height: 180px;
    width: 1px;
    border-left: 1px dotted Gray;
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
}

.image {
    position: relative;
    margin-bottom: 20px;
    display: block;
    height: 100%;
    width: 100%;
    margin: auto;
}

.business_directory img {
    max-height: 140px;
    max-width: 130px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.business_directory_list img {
    height: 120px;
    width: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bd_default_image {
    padding-top: 50px;
    display: block;
}
.bd_default_image img {
    height: 20px;
    width: 20px;    
}

.gallery-list {
    margin: 0px;
    padding: 0px;
    margin-left: 10px;
}

    .gallery-list li {
        display: inline;
        float: left;
        margin-bottom: 10px;
        margin-right: 10px;
    }

/*End of Request Public Summary page*/


/*Start of Request Details Page*/
.panel {
    width: 60%;
    padding: 15px 15px 0;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #edeff3;
    border-color: grey;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    float: left;
    height: auto;
    font-family: 'Open Sans', sans-serif !important;
}

.panel-heading {
    border-radius: 4px;
    border-bottom: 2px solid #edeff3;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin: -15px -15px 15px;
    padding: 10px 15px;
}

.panel-right-heading {
    color: #91a1b5;
    float: right;
}

.description_main {
    margin: -15px -15px 15px;
    padding: 10px 15px 10px 15px;
    /*border: 1px solid #edeff3;*/
    height: auto;
}

.description_left {
    /*width: 80%; */
    height: auto;
    float: left;
    margin: 0px;
    padding: 0px;
}

.description_right {
    /* width: 20%; */
    height: 163px;
    float: right;
    position: relative;
    margin: 0px -3px 0 0;
    /*border: 1px solid #edeff3;*/
    border-color: purple;
    margin-bottom: 25px;
}

.issue_img {
    width: 100%; /*160px;*/
    height: 100%; /*163px;*/
    border: 1px solid;
    border-radius: 5px;
}

.ticket-number {
    color: #91a1b5;
    text-align: left;
    margin-right: -1em;
    margin-top: 1em;
    margin-left: 6px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8125rem;
    line-height: 10px;
}

.label_prog {
    width: 112px;
    height: 40px;
    float: left;
    background: url(Images/progress_inprogress_gallery.png) no-repeat;
    position: absolute;
    margin-left: 24px;
    margin-top: 2px;
    padding: 0px;
    font-size: 0.6875rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: transparent;
    line-height: 28px;
    z-index: 999;
}

.label_comp {
    width: 112px;
    height: 40px;
    float: left;
    background: url(Images/progress_complete_gallery.png) no-repeat;
    position: absolute;
    margin-left: 24px;
    margin-top: 2px;
    padding: 0px;
    font-size: 0.6875rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: transparent;
    line-height: 28px;
    z-index: 999;
}

.action-toolbar {
    padding: 8px 15px 0px 15px;
    background-color: #dadada;
    margin: 0 -15px;
    height: 38px;
    text-align: center;
    border-radius: 5px;
}

.btn {
    background-image: none;
    background-color: darkgray;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 0.75rem;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid #9C9595;
    border-radius: 4px;
    font-weight: 500;
    text-decoration: none;
    color: black;
    /*font-family:'Open Sans', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    /*background-color: #ef531c;*/
    background-color: #1fa5b2;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.desc_text {
    line-height: 25px;
}

.glass {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    text-align: center;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 10px;
    text-shadow: /* Simulating Text Stroke */ -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    border: 1px solid rgba(0,0,0,0.5);
    border-bottom: 3px solid rgba(0,0,0,0.5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0,0,0,0.25);
    -o-box-shadow: 0 2px 8px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    margin: 0px;
    display: inline-block;
    text-decoration: none;
}

.reqEditBtn {
    border-radius: 4px;
    background-color: darkgray;
    border: 2px solid #9C9595;
}
/*End of Request Details Page*/


/*Start of Request Select page*/
.req_sel_find-btn {
    border-radius: 5px;
}
/*End of Request Select page*/

/*Start of Violation Respond page*/
.codeRespond_left {
    width: 100%;
    height: auto;
    float: left;
}

.codeRespond_main {
    max-width: 600px;
}
/*End of Violation Respond page*/

/*Start of Answer Detail page*/
.imgFeedBack, .imgSend, .imgPrint, .imgSubscribe, .imgUnSubscribe {
    background-image: url('../Content/Images/Sprites/glyphish_icons.png');
    background-repeat: no-repeat;
    background-color: transparent;
    width: 18px;
    height: 18px;
}

.imgFeedBack {
    background-position: -513px 0px;
}

.imgSend {
    background-position: -254px 0px;
}

.imgPrint {
    background-position: -351px 0px;
}

.imgSubscribe {
    background-position: -228px 0px;
}

.imgUnSubscribe {
    background-position: -58px 0px;
}
/*End of Answer Detail page*/

/* start - for displaying table structure */
.displayTable {
    display: table;
}

.displayRow {
    display: table-row;
}

.displayCell {
    display: table-cell;
    padding-bottom: 1em;
}
/* end - for displaying table structure */

/* Start - Business Directory Page CSS*/
.icon-heading {
    height: 50px;
    /*background: #f6adb9;*/
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    overflow: hidden;
}

    .icon-heading img.logo {
        padding: 10px 0px 0px 15px;
        float: left;
    }

    .icon-heading h2 {
        float: left;
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-size: 2rem;
        font-weight: normal;
        margin: 0px;
        /*padding-top: 35px;*/
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 25px;
    }

.content-cols {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

    .content-cols .col1 {
        padding: 0px;
        overflow: hidden;
        width: 23%;
        margin-top: 0px;
        margin-right: 2%;
        margin-bottom: 0px;
        margin-left: 0px;
        float: left; /*background: #e7e7e7;*/
    }

    .content-cols .col0 {
        padding: 0px;
        overflow: hidden;
        width: 75%;
        float: left;
        margin: 0px;
    }

.list_bg {
    width: 100%;
    height: auto;
    margin: 0px;
    padding-bottom: 2px;
    float: left; /*background: #e7e7e7;*/
}

.img_roll {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 30px;
    padding: 0px;
    min-height: 200px;
}
/*images gallery*/
.directoryItem {
    margin-left: -20px;
}

    .directoryItem li {
        display: inline;
        float: left;
        margin-left: 5px;
        margin-bottom: 5px;
        margin-top: 15px;
    }

.dirItem {
    width: 200px;
    height: 200px;
    border: 1px solid #E1E1E1;
    margin: 5px 5px 5px 0;
    /* required to hide the image after resized */
    overflow: hidden;
    /* for child absolute position */
    position: relative;
    cursor: pointer; /* display div in line */
    /*float:left;*/
}

    .dirItem .caption {
        width: 200px;
        height: 200px;
        background: #000;
        color: #fff;
        font-weight: bold;
        /* fix it at the bottom */
        position: absolute;
        left: 0;
        /* hide it by default */
        display: none;
        /* opacity setting */
        filter: alpha(opacity=80); /* ie  */
        -moz-opacity: 0.8; /* old mozilla browser like netscape  */
        -khtml-opacity: 0.8; /* for really really old safari */
        opacity: 0.8; /* css standard, currently it works in most modern browsers like firefox,  */
    }

        .dirItem .caption a {
            text-decoration: none;
            /*color:#0cc7dd;*/
            font-size: 1rem;
            /* add spacing and make the whole row clickable*/
            padding: 5px;
            display: block;
        }

        .dirItem .caption p {
            padding: 5px;
            margin: 0;
            font-size: 0.625rem;
        }

    .dirItem img {
        border: 0;
        /* allow javascript moves the img position*/
        position: absolute;
    }

.clear {
    clear: both;
}

.currentPagelbl {
    color: black;
}

.AMBER {
    background-color: rgb(241, 163, 11); /*background-color: #F1A30B*/
}

.BLUE {
    background-color: rgb(27, 161, 226); /*background-color: #1BA1E2*/
}

.BROWN {
    background-color: rgb(160, 80, 0); /*background-color: #A05000*/
}

.COBALT {
    background-color: rgb(0, 80, 239); /*background-color: #0050EF*/
}

.CRIMSON {
    background-color: rgb(162, 0, 37); /*background-color: #A20025*/
}

.CYAN {
    background-color: rgb(27, 160, 225); /*background-color: #1BA0E1*/
}

.EMERALD {
    background-color: rgb(0, 138, 0); /*background-color: #008A00*/
}

.GREEN {
    background-color: rgb(51, 153, 51); /*background-color: #339933*/
}

.INDIGO {
    background-color: rgb(106, 0, 255); /*background-color: #6A00FF*/
}

.LIME {
    background-color: rgb(140, 191, 38); /*background-color: #8CBF26*/
}

.MAGENTA {
    background-color: rgb(255, 0, 151); /*background-color: #FF0097*/
}

.MANGO {
    background-color: rgb(240, 150, 9); /*background-color: #F09609*/
}

.MAUVE {
    background-color: rgb(118, 95, 137); /*background-color: #765F89*/
}

.OLIVE {
    background-color: rgb(109, 135, 100); /*background-color: #6D8764*/
}

.ORANGE {
    background-color: rgb(240, 150, 9); /*background-color: #F09609*/
}

.PINK {
    background-color: rgb(230, 113, 184); /*background-color: #E671B8*/
}

.RED {
    background-color: rgb(229, 20, 0); /*background-color: #E51400*/
}

.SIENNA {
    background-color: rgb(123, 58, 62); /*background-color: #7B3A3E*/
}

.STEEL {
    background-color: rgb(101, 118, 136); /*background-color: #657688*/
}

.TEAL {
    background-color: rgb(0, 171, 169); /*background-color: #00ABA9*/
}

.VIOLET {
    background-color: rgb(162, 0, 255); /*background-color: #A200FF*/
}

.YELLOW {
    background-color: rgb(216, 193, 1); /*background-color: #D8C101*/
}

/*End- Business Directory Page CSS*/

.qac_text, .qac_label, .qac_large_title, .qac_title, .qac_element, .qac_history_header, .qac_history_body, .qac_btn, .qac_error_summary, .Over_Qa_Input, .Focus_Qa_Input, .Default_Qa_Input, #gridResults TD {
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.75rem;
    color: #000;
}

.qac_title {
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.75rem;
    color: #000;
}

.qac_label {
    font-weight: bold !important;
}

.qac_large_title {
    font-size: 1rem;
}

.qac_link:hover {
    filter: brightness(0.3);
    text-decoration: underline;
}

.qac_link:focus {
    filter: brightness(0.1);
    text-decoration: underline;
}

.qac_gap {
    padding: 15px 0 0 0;
}

.qac_vertical_btn {
}

/* Start - Business Display Page */
.business_name {
    height: 50px;
    /*background: #f6adb9;*/
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    overflow: hidden;
}

    .business_name h2 {
        float: left;
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-size: 2rem;
        font-weight: normal;
        margin: 0px;
        padding: 4px;
    }

.business_description {
    /*height: 200px;*/
    /*background: #e9e9e9;*/
    padding: 0px;
    /*overflow: hidden;*/
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

    .business_description .img {
        float: left;
        margin-right: 10px;
    }

    .business_description .desc-text {
        padding: 0px;
        margin-top: 5px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 20px;
    }
    /*.business_description h2{
	color: #ff7d14;
	font-weight: normal;
	font-size: 1.25rem;
	font-family:'Open Sans', sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}*/
    .business_description p {
        font-size: 0.75rem;
        color: #2c2c2c;
        line-height: 18px;
        margin: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 8px;
        padding-left: 0px;
        font-family: 'Open Sans', sans-serif;
    }

.business-cols .left_widget {
    padding: 0px;
    overflow: hidden;
    width: 30%;
    margin-top: 0px;
    margin-right: 2%;
    margin-bottom: 0px;
    margin-left: 0px;
    float: left; /*background: #e7e7e7;*/
}

div#tosDiv {
    font-size: 0.75rem;
}

div#tosAcceptDiv {
    padding-top: 2%;
    padding-bottom: 2%;
}

.business-cols .information {
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.25rem;
    font-weight: normal;
    color: #FFF;
    text-decoration: none;
    background-color: #7c7c7c;
    padding: 12px;
}

.business-cols .address_info {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875rem;
    line-height: 20px;
    font-weight: normal;
    color: #333;
    text-decoration: none;
    /*padding: 10px;*/
    min-height: 300px;
}

    .business-cols .address_info a {
        font-family: 'Open Sans', sans-serif;
        font-size: 0.75rem; /*14px*/
        line-height: 20px;
        font-weight: normal;
        /*color: #333;*/
        text-decoration: none;
    }

        .business-cols .address_info a:hover {
            color: #ff7d14;
        }


.business-cols .map {
    margin: 0px;
    padding-top: 3px;
}

.business-cols .business_container {
    padding: 0px;
    overflow: hidden;
    width: 68%;
    float: left;
    margin: 0px;
}

.business_container_panel {
    margin-bottom: 20px;
}

.business-cols .business_heading {
    /*background-color: #f6adb9;*/
    padding: 9px;
    height: 42px;
    overflow: hidden;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}

.business_heading .text {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.25rem;
    font-weight: normal;
    color: #FFF;
    text-decoration: none;
    float: left;
    padding-top: 10px;
}

.business_name .social_icons {
    float: right;
    margin-top: 15px;
}

    .business_name .social_icons a {
        float: left;
        margin-right: 4px; /*padding-right: 3px;*/
    }

.business-cols .subheading {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9375rem;
    font-weight: bold;
    color: #ff7d14;
    text-decoration: none;
    background-color: #e9e9e9;
    padding: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.business-cols p {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.75rem; /*14px*/
    line-height: 20px;
    font-weight: normal;
    color: #333;
    text-decoration: none;
    padding: 10px;
    margin: 0px;
}

.business-cols .arrowlinks {
    padding: 0px;
    margin: 0px;
}

    .business-cols .arrowlinks ul {
        margin: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 30px;
    }

    .business-cols .arrowlinks li {
        font-family: 'Open Sans', sans-serif;
        font-size: 0.875rem;
        line-height: 13px;
        font-weight: normal;
        color: #333;
        text-decoration: none;
        padding: 5px;
        margin: 0px;
        list-style-position: outside;
        list-style-image: url(../images/arrow.png);
    }

.business-cols .right_widget {
    padding: 0px;
    overflow: hidden;
    width: 19%;
    float: right;
    margin: 0px;
}

.coupon_item {
    float: left;
    margin: 10px;
}

.section_row {
    margin-bottom: 10px;
}

dl.qaDetailItem dt, dl.qaDetailItem dd {
    display: inline;
}

.main dl, .main dt, .main dd {
    margin: 0px;
    padding: 0px;
}
/* End - Business Display Page*/

/* Start - Shared List View*/
.listview-main {
    width: 980px;
    height: auto;
    background: #faf3e5;
    border: 1px solid #ede5da;
    float: left;
    margin: 0px;
    padding-bottom: 10px;
}

.listview-item {
    width: 960px;
    height: auto;
    background: #fff;
    margin: 10px 10px 2px 10px;
    padding-bottom: 10px;
    float: left;
    border: 1px solid #ede5da;
}

.listview-left {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
    padding: 0px;
}

    .listview-left h4 {
        font-size: 1.25rem;
        font-family: 'Open Sans', sans-serif;
        color: #d35026;
        float: left;
        margin: 10px 0px 0px 15px;
        padding: 0px;
        font-weight: 400;
    }

.listview-smailltext {
    font-size: 0.6875rem;
    font-family: 'Open Sans', sans-serif;
    margin: 0px 0 0 20px;
    padding: 0px;
    color: #a7a7a6;
}

.listview-left p {
    font-family: 'Open Sans', sans-serif;
    float: left;
    margin: 5px 0px 0px 15px;
    padding: 0px;
    font-weight: normal;
    color: #474544;
}

.listview-left-desc {
    width: 750px;
    height: auto;
    font-size: 1rem;
    float: left;
    margin: 0px;
    padding: 0px;
}

.listview-right-desc {
    width: 150px;
    float: left;
    margin: 10px 10px 0px 30px;
    padding: 0px;
    height: 120px;
    background: #f4f3f2;
    border: 1px solid #b9bab4;
}

.clear {
    clear: both;
}

.listview-btn_div {
    width: 960px;
    height: 40px;
    float: left;
    margin: 0px 10px 0px 10px;
    padding: 0px;
    background: #fff;
    border: 1px solid #ede5da;
}

.listview-img_size {
    width: 140px;
    height: 110px;
    float: left;
    margin: 5px;
    padding: 0px;
}

.listview-lable_bg {
    width: 198px;
    height: 37px;
    position: absolute;
    padding: 0px;
    /*background: url(Content/Images/list_green_comp.png) no-repeat;*/
    margin-left: -23px;
    margin-top: -2px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
    float: left;
}

.listview-status-green {
    background: url(Images/list_green_comp.png) no-repeat;
}

.listview-status-red {
    background: url(Images/list_red_inprog.png) no-repeat;
}

.listview-anonymous {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 1px;
    float: left;
    margin: 8px 20px 0px 10px;
    padding: 0px;
    font-weight: bold;
    color: #00a2c6;
}

.listview-address {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 1px;
    float: left;
    margin: 8px 20px 0px 10px;
    padding: 0px;
    font-weight: bold;
    color: #00a2c6;
}

.pager-main {
    overflow: hidden;
    display: block;
}

.pager-left {
    float: left;
    width: 25%;
}

.pager-right {
    float: left;
    width: 75%;
}

/* ENd -Shared List View*/

/* Paging */
.pagenavi a, .pagenavi span {
    min-width: 24px;
    min-height: 20px;
    line-height: 100%;
    text-decoration: none;
    text-align: center;
    /*margin:0 3px;*/
    padding: 7px 0 0;
    /*vertical-align:middle;*/
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
}

.pagenavi a {
    background: #666;
    color: #fff;
    text-decoration: none;
}

    .pagenavi a:hover {
        background-color: #333;
        text-decoration: none;
    }

.pagenavi .current {
    color: #666;
    text-decoration: none;
}

.post-nav {
    margin: 0 0 30px;
    padding: 15px 0;
    clear: both;
    font-size: 0.875rem;
}

.pagenavi {
    padding: 0; /*text-align:right;*/
    /*margin:0;
    float:right;
    width:100%;*/
}
/* End Paging */
/* Find Answer Pages Start */
#findinfo-main {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.findinfo-wrapper {
    /*	width: 998px;*/
    height: auto;
    margin: 0 auto;
    padding: 0px;
}

.findinfo-header1 {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.findinfo-left-logo {
    width: 50%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.findinfo-right-chat {
    width: 50%;
    margin: 0px;
    padding: 0px;
    float: right;
}

.findinfo-menubar {
    width: 100%;
    height: 40px;
    float: left;
    margin: 15px 0px 8px 0px;
    padding: 0px;
    background: #1278c0;
}

.findinfo-div {
    margin: 0px;
    /*padding: 0px 10px 10px 10px;
    background: #fff;
    border: 1px solid #d9d9d9;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.answer-div {
    width: 67%;
    margin: 0px;
    padding: 0px;
    float: left;
}

    .answer-div h1 {
        font-size: 0.9375rem;
        font-weight: bold;
        margin: 0px;
        padding: 6px;
        color: #4B4B4B;
    }

.findinfo-request {
    width: 27%;
    margin: 0px;
    padding: 0px;
    float: right;
}

.findinfo-heading {
    font-size: 1.125rem;
    color: #474747;
}

.findinfo-text {
    font-size: 0.8125rem;
    margin: 0px;
    padding: 0px;
    color: #595959;
}

.clear {
    clear: both;
}

.findinfo-search {
    margin: 5px 0px 0px;
    border-radius: 5px;
    /*    background: #f2f2f2;*/
    padding: 0px;
    overflow: hidden;
}

.findinfo-input {
    width: 75%;
    /*    height: 48px;*/
    float: left;
    margin: 0px;
    padding: 0px;
    border-radius: 5px;
    margin-right: -1%;
}

.findinfo-search-btn {
    width: 115px;
    /*height: 48px;*/
    float: left;
    margin: 0px;
    padding: 0px;
    /*border: 1px solid #c3c3c3;
    border-radius: 5px;
    background: #e5e5e5;*/
    cursor: pointer;
    /*    margin-left: 2%;*/
}

.findinfo-search-btn1 {
    width: 100%;
    height: 48px;
    float: right;
    margin: 0px;
    padding: 0px;
    border: none;
    cursor: pointer;
    font-size: 1.125rem;
    /*background: #e5e5e5;*/
    color: #464646;
    font-weight: bold;
}

.findinfo-icon {
    margin: 13px 0px 0px 7px;
    position: absolute;
}

.findinfo-inputbg {
    width: 98%;
    /*height: 33px;*/
    padding-left: 15px;
    margin: 0px;
    /*border: 1px solid #d1d1d1;
    border-radius: 5px;*/
    font-size: 0.9375rem;
    color: #afafaf;
}

.findinfo-newrequest {
    width: 100%;
    float: left;
    /*background: #e5e5e5;
    border: 1px solid #c3c3c3;*/
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 25px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CFCDCD;
}

    .findinfo-newrequest a {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .findinfo-newrequest .new-bt {
        background-image: url(./Images/new-request.png);
        display: block;
        background-repeat: no-repeat;
        background-position: left center;
        height: 23px;
        font-size: 1rem;
        color: #333;
        text-decoration: none;
        padding-left: 30px;
    }

    .findinfo-newrequest .check-bt {
        background-image: url(./Images/request.png);
        display: block;
        background-repeat: no-repeat;
        background-position: left center;
        height: 23px;
        font-size: 1rem;
        color: #333;
        text-decoration: none;
        padding-left: 30px;
    }

.findinfo-plus {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    margin: 7px;
    float: left;
    background: #474747;
    text-align: center;
}

.findinfo-plus-text {
    font-weight: bold;
    font-size: 1.375rem;
    padding: 0px;
    color: #fff;
}

.findinfo-body {
    margin: 20px 0px 20px 0px;
    padding: 0px;
    overflow: hidden;
}

.findinfo-category {
    width: 30%;
    float: left;
    margin: 0px;
    padding: 0px;
    background: #fff;
    /*border: 1px solid #d9d9d9;
    border-radius: 5px;*/
}

.findinfo-information {
    width: 68%;
    float: right;
    margin: 0px;
    padding: 0px;
    background: #fff;
    /*border: 1px solid #d9d9d9;
    border-radius: 5px;*/
}

.findinfo-details {
    width: 30%;
    float: right;
    margin: 0px;
    padding: 0px;
    /*background: #fff;
    border: 1px solid #d9d9d9;*/
    border-radius: 5px;
}

.findinfo-description {
    width: 68%;
    float: left;
    margin: 0px;
    padding: 0px;
    /*background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;*/
}

.findinfo-heading2 {
    margin: 0px;
    padding: 10px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 1.25rem;
    color: #474747;
}

.findinfo-heading3 {
    margin: 0px;
    padding: 10px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 1.25rem;
    color: #474747;
}

    .findinfo-heading3 a {
        font-size: 0.75rem;
        color: #a8a8a8;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
    }

        .findinfo-heading3 a:hover {
            color: #474747;
        }

        .findinfo-heading3 a.active {
            color: #474747;
        }

.information-inner {
    padding: 0px;
    overflow: hidden;
}

.information-listdiv {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

    .information-listdiv h3 {
        padding-bottom: 10px;
    }

        .information-listdiv h3 a {
            text-decoration: none !important;
        }

h3 {
    color: #1277bd;
    margin: 0px 0px 10px;
    padding: 0px;
}

.information-update {
    margin-bottom: 10px;
    padding: 0px;
    overflow: hidden;
}

.update-text {
    font-size: 0.8125rem;
    margin: 10px 30px 0px 0px;
    padding: 0px;
    float: left;
    color: #595959;
}

.symbles-div {
    height: 30px;
    margin-top: 10px;
    padding: 0px;
    overflow: hidden;
}

.symbles-color {
    width: 32px;
    height: 26px;
    margin: 0px;
    padding: 0px;
    float: left;
}

.divider {
    height: 1px;
    margin-top: 10px;
    padding: 0px;
    background: #d6d6d6;
}

.chat-img {
    float: right;
    margin: 10px 15px;
    padding: 0px;
}

.logo-img {
    margin: 10px 0;
    padding: 0px;
}

.newrequest-text {
    float: left;
    margin: 0px;
    padding: 6px;
    text-align: center;
    cursor: pointer;
    font-size: 1.25rem;
}

.request-icon {
    margin: 3px 0px 0px 0px;
    padding: 0px;
}

.right-answer-div {
    padding: 10px;
    overflow: hidden;
}

.answer-text {
    padding-bottom: 7px;
    margin-bottom: 7px;
    /*padding: 11px 0px 7px 10px;*/
    border-bottom: 1px solid #d9d9d9;
    /*font-size: 1.125rem;*/
    /*color: #1278c3;*/
}

.answer-smalltext {
    /*font-size: 1rem;
    color: #000;*/
    padding-bottom: 10px;
    margin: 0px;
}

.small-iconsdiv {
    margin-top: 15px;
    padding: 0px;
    overflow: hidden;
}

.small-icon {
    width: 35px;
    float: left;
    margin: 0px;
    padding: 0px;
}

.icon-text {
    float: left;
    margin: 0px;
    padding: 0px;
    font-size: 1rem;
    color: #484848;
    line-height: 15px;
}

/* Find Answer Pages End */
body {
    padding-left: 0px !important;
}

/*.tile-group.six-wide, .tile-strip.six-wide,.tile-group.four-wide, .tile-strip.four-wide {
    width: 100% !important;
}*/

/*.dxmLite_PlasticBlue .dxm-horizontal {
    width: 100%;
}*/

.menu-button {
    padding: 10px !important;
    background: #3E5496 !important;
    color: #FFFFFF !important;
    font-family: 'Open Sans', sans-serif;
}

    .menu-button .touch-button {
        top: -6px !important;
        height: 40px !important;
    }

        .menu-button .touch-button .navicon {
            color: #FFF !important;
        }

.flexnav li a {
    font-family: 'Open Sans', sans-serif;
    color: #fff !important;
    background: #4c68b9 !important;
    text-decoration: none;
}

.flexnav li ul li a {
    background: #6d84c4 !important;
}

.flexnav li ul li ul li a {
    background: #7d91ca !important;
}

.flexnav li ul li ul li ul li a {
    background: #8e9fd0 !important;
}

.navicon {
    color: #FFF !important;
}

.icon-heading {
    height: 100% !important;
    padding: 3px !important;
}

    .icon-heading h2 {
        font-size: 1.6875rem !important;
    }

    .icon-heading img.logo {
        padding: 6px 0px 0px 15px !important;
    }

.messagesContainer {
    /*color: #1277BD;*/
    font-size: 1.375rem;
    padding: 3px;
}

.business_name h2 {
    font-size: 1.6875rem !important;
}

.business_name {
    height: 100% !important;
}

ul#attachments, ul#relatedIssues {
    list-style: none;
    margin: 1em 0;
    padding: 0;
    margin-top: -8px;
}

    ul#attachments li, ul#relatedIssues li {
        font-weight: bold;
        margin: 0;
        padding: 5px 0px 10px;
        margin: 0px 0px 6px;
        border-bottom: 1px solid #ccc;
        /*color: #666;*/
    }

        ul#attachments li, ul#relatedIssues li a {
            text-decoration: none !important;
        }

            ul#attachments li:before, ul#relatedIssues li:before {
                content: "\0BB \020";
            }
/*ul#attachments li:hover {
   color: #000;
   cursor: pointer;
   background-color: #ddd; 
}*/

.form-left {
    padding-right: 30px !important;
    /* width: 25% !important;*/
    width: 200px !important;
    white-space: normal !important;
}

.form-right {
    /* width: 75% !important;*/
}

.flexnav li {
    list-style-type: none;
}

.customerissues-search {
    margin: 0px;
    padding: 10px;
}

    .customerissues-search .text {
        font-family: 'Open Sans', sans-serif;
        font-size: 0.875rem;
        font-weight: bold;
        color: #333;
        text-decoration: none;
        float: left;
        margin-right: 15px;
        margin-top: 1%;
    }

    .customerissues-search .textfield {
        margin-right: 15px;
        float: left;
        margin-bottom: 2%;
    }

    .customerissues-search .button {
        float: left;
    }

.treeViewCategories {
    width: 100% !important;
}

    .treeViewCategories .node {
        width: 80%;
    }

    .treeViewCategories .nodeText {
        white-space: normal;
    }

.treeFilters {
    width: 100% !important;
}

    .treeFilters .node {
        width: 80%;
    }

    .treeFilters .nodeText {
        white-space: normal;
    }

.dx_error_summary ul {
    margin-left: 22px !important;
}

.qac_error_summary ul {
    margin-left: 20px !important;
}

.extra-info {
    margin-top: 25px;
    font-size: 0.6875rem;
    font-family: 'Open Sans', sans-serif;
    /*font-weight:bold;*/
    /*color: #0471bc;*/
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.phone-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("Images/Sprites/glyphish_icons.png");
    background-position: -718px -2px;
    background-repeat: no-repeat;
    margin-top: 3px;
    margin-right: 2px;
    font-size: 0.75rem;
}

.heading-wrap {
    max-width: 120px;
    text-align: left;
    float: left;
}


.listview-color {
    color: #5A83D0 !important;
}

a.listview-color:hover {
    text-decoration: underline;
}

.heading-font {
    font-family: 'Open Sans', sans-serif !important;
}

.caption-text {
    font-family: 'Open Sans', sans-serif !important;
}

ul.headerToolbar {
    list-style: none;
    margin: 1em 0;
    padding: 0;
}

    ul.headerToolbar li {
        font-weight: bold;
        margin: 0;
        margin: 0px 0px 6px;
    }

    ul.headerToolbar a.toolbarButtonLink:hover {
        text-decoration: none;
    }

    ul.headerToolbar img.toolbarButtonImage {
        display: inline;
        vertical-align: top;
        margin-right: 5px;
    }

.required_mark {
    color: #CC3730 !important;
    font-weight: bold;
}

.password_confirm_box {
    width: 500px;
}

.round-panel {
    margin-bottom: 10px;
}

ul.coupons-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    ul.coupons-list li {
        display: inline;
    }

        ul.coupons-list li a {
            padding: .2em 1em;
        }

.left-float {
    float: left;
}

/* Go Local Gallery View */
.business-item {
    width: 130px;
    height: 140px;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 5;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    cursor: pointer;
}

.business-item-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.8);
}

.business-item:hover .business-item-content {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.business-item-top-content {
    position: relative;
}

.business-item-top-content-inner {
    position: absolute;
    bottom: 0;
    padding: 0px 0px 0px 5px;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.8);
    width: 100%;
    top: -40px;
}

.business-item-add-content {
    padding: 0 5px 5px 5px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.business-item:hover .business-item-add-content {
    opacity: 1;
}

.business-item-add-content-inner {
}

.cell_white_space td {
    white-space: normal;
}

/*for business directory decorators and custom links */
.custmlnk {
    margin-top: -25px;
    margin-left: 85px;
}

.decorator {
    margin-left: 85px;
}

div.custmlnk a {
    padding-left: 2px;
}

#desc1 {
    font-size: 0.75rem !important;
}
/*Request login Redesign*/
.form {
    width: 50%;
    float: left;
}

.submit-anonymously {
    width: 100%;
    float: left;
}

.createacc {
    width: 50%;
    float: left;
}

@media only screen and (max-width: 767px) {
    .form {
        width: 100%;
    }

    .createacc {
        width: 100%;
    }

    .submit-anonymously {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .form {
        width: 100%;
    }

    .createacc {
        width: 100%;
    }

    .submit-anonymously {
        width: 100%;
    }
}

.forgotpwd {
    float: left;
    margin-left: 90px;
}

.hand-caution {
    display: block;
    -moz-box-sizing: border-box;
    background: url(../Content/Images/hand_caution.png) no-repeat;
    width: 28px;
    height: 28px;
}

.dxccControl_Moderno a {
    text-decoration: underline !important;
    color: #045cad;
}

.dxGridCFTable table {
    table-layout: auto !important;
}

.dxICBFocused_Moderno {
    border: 1px dotted gray !important;
}

/*.dx-acc-s {
    background-image: url('../QaImages/devexpress-image.png') !important;
}

.dx-acc {
    background-image: url('../QaImages/devexpress-image.png') !important;
}*/

/* BEGIN - FIX FOR DEVEXPRESS CHECKBOX ISSUE */
/* WP-2885: commenting it out as we don't need it after the devexpress upgrade 17.2.5.0 */
/*.dxICheckBox_Moderno {
    background-image: url('../QaImages/devexpress_checkbox.png') !important;
}

.dx-acc-r .dxWeb_edtCheckBoxChecked_Moderno:before,
.dx-acc-r .dxWeb_edtCheckBoxCheckedDisabled_Moderno:before,
.dx-acc-r .dxWeb_edtCheckBoxGrayed_Moderno:before,
.dx-acc-r .dxWeb_edtCheckBoxGrayedDisabled_Moderno:before,
.dx-acc-r .dxWeb_edtCheckBoxUnchecked_Moderno:before,
.dx-acc-r .dxWeb_edtCheckBoxUncheckedDisabled_Moderno:before {
    content: '' !important;
}*/
/* END - FIX FOR DEVEXPRESS CHECKBOX ISSUE */


[data-qa-invalid="true"] {
    opacity: 0.5;
}

.dxeEditAreaSys,
.dxeMemoEditAreaSys, /*Bootstrap correction*/
input[type="text"].dxeEditAreaSys, /*Bootstrap correction*/
input[type="password"].dxeEditAreaSys /*Bootstrap correction*/ {
    font-size: 0.875rem;
}

.dxflFormLayout_Moderno,
.dxflFormLayout_MaterialCompact {
    font-size: 0.875rem;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

    .visually-hidden:not(caption),
    .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
        position: absolute !important;
    }
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

    .visually-hidden:not(caption),
    .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
        position: absolute !important;
    }


.dxeBase_Moderno,
.dxeBase_MaterialCompact {
    font-size: 0.875rem;
}

.dxbButton_Moderno,
.dxbButton_MaterialCompact {
    font-size: 0.875rem;
}

.dxeHyperlink_Moderno,
.dxeHyperlink_MaterialCompact {
    font-size: 0.875rem;
}

.dxvsValidationSummary_Moderno,
.dxvsValidationSummary_MaterialCompact {
    font-size: 0.875rem;
}

.dxgvControl_Moderno,
.dxgvControl_MaterialCompact,
.dxgvDisabled_Moderno,
.dxgvDisabled_MaterialCompact {
    font-size: 0.875rem;
}

.dxeListBox_Moderno,
.dxeListBox_MaterialCompact {
    font-size: 0.875rem;
}

.dxpLite_Moderno,
.dxpLite_MaterialCompact {
    font-size: 0.875rem;
}

.dxflChildInFirstRowSys, dxflLastChildInRowSys {
    vertical-align: top;
}

.dxflCaptionCell_Moderno,
.dxflCaptionCell_MaterialCompact {
    line-height: 1rem;
}

/* -- ASPxPanel -- */
.dxpnlControl_Moderno,
.dxpnlControl_MaterialCompact {
    font-size: 0.875rem;
}

.dxmLite_Moderno,
.dxmLite_MaterialCompact {
    font-size: 0.875rem;
}

    .dxmLite_MaterialCompact .dxctToolbar_MaterialCompact.dxm-horizontal.dxmtb .dxm-item {
        font-size: 0.875rem;
    }

/* styles for verbiage of unlock accounts */
.error_msg_icon {
    width: initial !important;
    font-size: 20px !important;
}

.head_line_content {
    color: brown !important;
    display: initial;
    font-weight: 500;
}

.subcontent {
    color: brown !important;
    display: block;
    margin-left: 25px;
    font-weight: 500;
}

.forgot_password {
    color: brown !important;
    border-bottom: 1px solid brown;
    font-weight: 500;
}
/* End of styles for verbiage of unlock account*/

.dxAIFME{
    visibility:hidden;
}

/* Fix Header color contrast issue */
.dxrpHeader_Moderno,
.dxrpControl_Moderno td.dxrpHeader_Moderno,
.dxrpControlGB_Moderno span.dxrpHeader_Moderno {
    color: #737373 !important;
}
.dxgvHeader_Moderno,
.dxgvHeader_Moderno table {
    color: #737373 !important;
}
.dxgvHeader_Moderno a,
.dxgvHeader_Moderno a:hover,
.dxgvHeader_Moderno a.dxgvCommandColumnItem_Moderno.dxbDisabled_Moderno,
.dxgvHeader_Moderno a.dxgvCommandColumnItem_Moderno.dxbDisabled_Moderno:hover
{
    color: #1177BB !important;
}

.grid-cell-word-wrap {
    word-break: break-all;
    overflow-wrap: break-word;
}
.dxgvADR .dxgvADDC {
    word-break: break-all !important;
    overflow-wrap: break-word !important;   
}
