﻿.CursorP a
{
    cursor: pointer;
}
#divSummary
{
    width: 78%;
}
.width100
{
    width: 100px;
}
.exampleWrapper
{
    width: 400px;
}
.activeLink
{
    text-decoration: none !important;
    color: Black !important;
    cursor: text !important;
}
.ddlheight
{
    height: 200px;
}
.marginLeft
{
    margin-left: 5px;
}
.divMarginTop
{
    margin-top: 20px;
}
#divClientDetailsLeft
{
    width: 100%;
}

#divClientSummary
{
    height: 230px;
}
.boundry
{
    padding-top:10px;
}
.divWidth
{
    width: 530px;
}
.displayBlock
{
    display: block;
}

.hidden
{
}

.photoSize
{
    float: left;
    height: auto;
    width: 180px;
    margin-right: 15px;
}

.noDisplay
{
    display: none;
}
.display
{
    display: block;
}
#divFinancialDetails
{
}

.divNewInfo
{
    margin-top: 10px;
}

.label
{
    width: 50px;
}

.rotate
{
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.PagerButton:hover
{
    border: 1px solid #9EB6CE;
    padding: 0px;
}
.AboutMe
{
    float: right;
    width: 50%;
}

.ctrlHolder ul li
{
    list-style-type: none;
}

.RadUpload .ruCheck
{
    display: none;
}

/****************** My Matches ******************/


.divMyOpenMatches
{
    margin-top: 10px;
}

.myOpenMatchesList
{
    clear: both;
    padding-top: 15px;
}

.profilePhoto
{
    float: left;
}

.matchNameTimeStamp
{
    margin-left: 125px;
    margin-top: 11px;
}

.feedbackProfileLink
{
    margin-right: 10px;
    margin-top: -36px;
    text-align: right;
}

.openMatchHeader
{
    font-weight: bold;
}

.divMyOpenMatches a:link
{
    text-decoration: underline;
}
.feedbackProfileLink a:link
{
    text-decoration: underline;
}

.divMyOpenPotentialMatches
{
    clear: both;
    padding-top: 20px;
}

.clientMatchName
{
    font-weight: bold;
    font-size: 15px;
}

.matchOrPotential
{
    font-weight: bold;
    font-size: 15px;
}

.thumbProfilePhoto
{
    height: 100px;
    width: 100px;
}

.rejectedRed
{
    color: red;
}

.closedSuccessfullyGreen
{
    color: green;
}

.divActions
{
    float: right;
    margin-top: 10px;
}

/****************** My Matches ******************/


/********************* Pop Up(Creare BY saurabh) *******************/
.popup
{
    width: 100%;
    -moz-border-radius: 15px;
    -webkit-border: 15px;
}
.white_content
{
    display: none;
    position: fixed;
    top: 8%;
    left: 27%;
    width: 500px;
    height: 418px;
    padding: 5px;
    border: 2px solid #000;
    -moz-border-radius: 15px;
    -webkit-border: 15px;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}
.black_overlay
{
    display: none;
    position: absolute;
    top: 0;
    left: 0; /*min-width: 600px;*/
    width: 100%; /*min-height: 700px;*/
    height: 98%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.5;
    opacity: .80;
    filter: alpha(opacity=50);
}


#fade
{
    /*--Transparent background layer--*/
    display: none; /*--hidden by default--*/
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .80;
    z-index: 1001;
}

/**************** Pop Up(end ) ****************/

.senderTitle
{
    font-size: 12px;
    font-weight: bold;
}
.sender
{
    font-size: 12px;
}

.SentOn
{
    float: right;
    font-size: 10px;
    font-style: italic;
    margin-right: 10px;
}

.subject
{
    font-size: 11px;
    font-weight: bold;
}
.bodyTitle
{
    font-size: 12px;
    font-weight: bold;
}

.messageBody
{
    overflow: scroll;
    height: 200px;
    font-size: 10px;
    border: 1px solid gray;
    margin: 5px;
    background: white;
}

.messageItem
{
    border: 2px solid black;
    margin-bottom: 5px;
}
.Odd
{
    background: activeborder;
}
.Even
{
    background: buttonface;
}


.popup_block
{
    display: none; /*--hidden by default--*/
    background: #fff;
    padding: 20px;
    border: 20px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 25%;
    left: 25%;
    z-index: 9000; /*--CSS3 Box Shadows--*/
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000; /*--CSS3 Rounded Corners--*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
img.btn_close
{
    float: right;
    margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade
{
    position: absolute;
}
*html .popup_block
{
    position: absolute;
}

.popup_block .RadCalendarPopup
{
    border: 0 none;
    left: 65.3% !important;
    position: fixed !important;
    top: 51.5% !important;
    z-index: 1000000 !important;
}

#messages
{
    height: 500px;
    overflow: scroll;
    background: lightgray;
    margin-top: -10px;
}




/* CSS of Pop Up for Client Correspondence Starts Here*/

#lightboxCorrespondence
{
    background: #fff;
    border: 2px solid #000;
}

.popupCorrespondence
{
    width: 100%;
    -moz-border-radius: 15px;
    -webkit-border: 15px;
}

.licensePopupCorrespondence
{
    padding: 150px 10px 10px 250px;
    font-size: 15px;
    width: auto;
}

.popupCorrespondence .content
{
    border: 1px solid #2791b6;
    height: 200px;
    overflow: auto;
    width: 96%;
}

.popupCorrespondence .button-set
{
    padding: 0px;
    float: right;
    z-index: 2000;
    position: relative;
}

.popupCorrespondence .button-set .button
{
    float: right;
}

.popupCorrespondence .tabs li a
{
    background: url(Images/tab-left-popup.jpg) left no-repeat;
    display: block;
    color: #333;
    padding-left: 9px;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
}

.popupCorrespondence .tabs li a span
{
    background: url(Images/tab-right-popup.jpg) right no-repeat;
    display: block;
    padding: 7px 9px 7px 0;
}

.popupCorrespondence .tabs li a:hover
{
    background: url(Images/tab-left-active-popup.jpg) left no-repeat;
    color: #fff;
}

.popupCorrespondence .tabs li a:hover span
{
    background: url(Images/tab-right-active-popup.jpg) right no-repeat;
}

.black_overlayCorrespondence
{
    display: none;
    position: absolute;
    top: 0;
    left: 0; /*min-width: 600px;*/
    width: 100%; /*min-height: 700px;*/
    height: 98%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
}
.white_contentCorrespondence
{
    display: none;
    position: absolute;
    top: 100px;
    left: 5%;
    width: 900px;
    height: 890px;
    padding: 5px;
    border: 2px solid #000;
    -moz-border-radius: 15px;
    -webkit-border: 15px;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

#fadeCorrespondence
{
    /*--Transparent background layer--*/
    display: none; /*--hidden by default--*/
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .80;
    z-index: 1001;
}
.popup_blockCorrespondence
{
    display: none; /*--hidden by default--*/
    background: #fff;
    padding: 20px;
    border: 20px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 25%;
    left: 25%;
    z-index: 9000; /*--CSS3 Box Shadows--*/
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000; /*--CSS3 Rounded Corners--*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
/* CSS of Pop Up for Client Correspondence Ends Here */





/* CSS of Pop Up for Feeback Details Starts Here*/

#lightboxFeedbackDetails
{
    background: #fff;
    border: 2px solid #000;
}

.popupFeedbackDetails
{
    width: 100%;
    -moz-border-radius: 15px;
    -webkit-border: 15px;
}

.licensePopupFeedbackDetails
{
    padding: 150px 10px 10px 250px;
    font-size: 15px;
    width: auto;
}

.popupFeedbackDetails .content
{
    border: 1px solid #2791b6;
    height: 200px;
    overflow: auto;
    width: 96%;
}

.popupFeedbackDetails .button-set
{
    padding: 0px;
    float: right;
    z-index: 2000;
    position: relative;
}

.popupFeedbackDetails .button-set .button
{
    float: right;
}

.popupFeedbackDetails .tabs li a
{
    background: url(Images/tab-left-popup.jpg) left no-repeat;
    display: block;
    color: #333;
    padding-left: 9px;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
}

.popupFeedbackDetails .tabs li a span
{
    background: url(Images/tab-right-popup.jpg) right no-repeat;
    display: block;
    padding: 7px 9px 7px 0;
}

.popupFeedbackDetails .tabs li a:hover
{
    background: url(Images/tab-left-active-popup.jpg) left no-repeat;
    color: #fff;
}

.popupFeedbackDetails .tabs li a:hover span
{
    background: url(Images/tab-right-active-popup.jpg) right no-repeat;
}

.black_overlayFeedbackDetails
{
    display: none;
    position: absolute;
    top: 0;
    left: 0; /*min-width: 600px;*/
    width: 100%; /*min-height: 700px;*/
    height: 98%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
}
.white_contentFeedbackDetails
{
    display: none;
    position: absolute;
    top: 10%; /*left: 5%;*/
    width: 400px;
    height: 560px;
    padding: 5px;
    border: 2px solid #000;
    -moz-border-radius: 15px;
    -webkit-border: 15px;
    background-color: white;
    z-index: 1002; /*overflow: scroll;*/
    left: 20%;
}

#fadeFeedbackDetails
{
    /*--Transparent background layer--*/
    display: none; /*--hidden by default--*/
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .80;
    z-index: 1001;
}
.popup_blockFeedbackDetails
{
    display: none; /*--hidden by default--*/
    background: #fff;
    padding: 20px;
    border: 20px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 25%;
    left: 25%;
    z-index: 9000; /*--CSS3 Box Shadows--*/
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000; /*--CSS3 Rounded Corners--*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
/* CSS of Pop Up for Feeback Details Ends Here */

/*  css to give the look for just like the page popup   */

.ui-draggable .ui-dialog-titlebar
{
    cursor: move;
}

.ui-widget-header
{
    border: 1px solid #e78f08;
    background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    padding: 7px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl
{
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

.ui-helper-clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.ui-helper-clearfix
{
    display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix
{
    height: 1%;
}
.ui-helper-clearfix
{
    display: block;
}

.ui-dialog .ui-dialog-title
{
    float: left;
    margin: .1em 16px .1em 0;
}

.ui-dialog .ui-dialog-titlebar-close
{
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px;
}
.ui-dialog .ui-dialog-titlebar-close span
{
    display: block;
    margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus
{
    padding: 0;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl
{
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr
{
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl
{
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br
{
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ui-icon
{
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    float: right;
}

.ui-icon-closethick
{
    background-position: -96px -128px;
}

/* end of css to give the look for just like the page popup*/

.detailedView
{
    width: 180px;
    height: 100px;
    overflow-y: auto;
    border: 1px solid black;
}

#divleft
{
    float: left;
    width: 48%;
}
#divRight
{
    width: 48%;
}
em
{
    color: Red;
}
.clientDetailButton
{
    background: url("images/button.png") no-repeat scroll left top transparent;
    border: medium none;
    color: #FFFFFF !important;
    height: 31px;
    padding-top: 0;
    width: 116px;
}

#divPhotoList
{
    float: left;
    height: 490px;
    margin-top: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 225px;
    background-color: ButtonFace;
}

.divShowFullPhoto
{
    height: 500px;
    margin: 10px 0 0 200px;
    overflow: auto; /*overflow-y:hidden;*/
    width: 330px;
}

#fullPhoto
{
    /*width:500px;*/
    height: 490px;
    margin: 0 auto;
}
.Odd
{
    background: snow;
}
.Even
{
    background: ButtonFace;
}
.Installments
{
    border: 1px solid gray;
    margin-left: 10px;
    margin-bottom: 5px;
}
.listHeader
{
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("WebResource.axd?d=Vpb2n3g7uHGOyDVrj8mK8gPtZPDkSNyjJ5u0I2GjuW97p5IfOdbfCWcegWUh07AvTP8sJBeaRNDUqKD_xByy0qngz2fl3v3rei6nphCZUmVJpewysqsy2AvTJghxtIVHcwiCChTFzGSOw1rr0&t=634408953549421682") repeat-x scroll 0 -2300px #EAEAEA;
    border-color: -moz-use-text-color -moz-use-text-color #828282;
    border-style: none none solid;
    border-width: 0 0 1px;
}
#financialActivities
{
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
}
.listHeaderRow
{
    height: 25px;
    font-size: 12px;
}
.installmentsText
{
    font-weight: bold;
    padding-left: 7px;
    padding-top: 7px;
}

.installmentsHeader
{
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("WebResource.axd?d=Vpb2n3g7uHGOyDVrj8mK8gPtZPDkSNyjJ5u0I2GjuW97p5IfOdbfCWcegWUh07AvTP8sJBeaRNDUqKD_xByy0qngz2fl3v3rei6nphCZUmVJpewysqsy2AvTJghxtIVHcwiCChTFzGSOw1rr0&t=634408953549421682") repeat-x scroll 0 -2300px #EAEAEA;
    border-color: -moz-use-text-color -moz-use-text-color #828282;
    border-style: none none solid;
    border-width: 0 0 1px;
}
#divFinancialDetails
{
    max-height: 285px !important;
    width: 400px !important;
    top: 25% !important;
    left: 25% !important;
    position: fixed !important;
}

#editOrder
{
    max-height: 525px !important;
    width: 770px !important;
}

#bgDiv
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: black;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 500;
}

#sendProfile
{
    height: 500px !important;
    width: 700px !important;
    left: 30% !important;
    top: 15% !important;
    position: fixed !important;
}





/********************* Pop Up(Creare BY saurabh) for sales representative *******************/
.salesRepPopup
{
    width: 100%;
    -moz-border-radius: 15px;
    -webkit-border: 15px;
}
.salesRep_content
{
    display: none;
    position: fixed;
    top: 10%;
    left: 37%;
    width: 330px;
    height: 110px;
    padding: 5px;
    border: 2px solid #000;
    -moz-border-radius: 15px;
    -webkit-border: 15px;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}
.salesRepBlack_overlay
{
    display: none;
    position: absolute;
    top: 0;
    left: 0; /*min-width: 600px;*/
    width: 100%; /*min-height: 700px;*/
    height: 98%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.5;
    opacity: .80;
    filter: alpha(opacity=50);
}


#salesRepfade
{
    /*--Transparent background layer--*/
    display: none; /*--hidden by default--*/
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .80;
    z-index: 1001;
}

/**************** Pop Up(end ) ****************/
#MessagesExchanged
{
    width: 100%;
}
.ClientInfo
{
}
.MessageSentOn
{
    float: right;
}
.MessageSubject a
{
    font-size: 12px;
    font-weight: bold;
}
.progressBar
{
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .80;
    z-index: 199999;
}

#imgProgress
{
    top: 45%;
    left: 40%;
    position: fixed;
}
.scrollingDiv
{
    border: 1px solid silver;
    margin-top: 10px;
    padding: 5px;
    height: 250px;
    overflow-y: Auto;
}
.divScrollSmall
{
    border: 1px solid silver;
    margin-top: 10px;
    margin-right: 5px;
    padding: 5px;
    height: 91px;
    overflow-y: Auto;
}

.divclientsummary
{
    width: 200px;
    float: left;
}

.divclientsummaryFullRow
{
    width: 400px;
    float: left;
    margin-top: 2px;
}

.aspNetDisabled
{
    text-decoration: none;
}
a:hover
{
    text-decoration: none !important;
}
.eventDescription
{
    max-width: 200px;
    overflow: auto;
}
.divClientDocs
{
    overflow-y: auto;
    height: 400px;
}
.smallButtonBackground
{
    background: url("images/small_btn.png") no-repeat scroll left top transparent;
    border: medium none;
    color: #FFFFFF !important;
    height: 22px;
    padding-top: 0;
    width: 60px;
    font-size: 10px;
}
.largeButtonBackground
{
    background: url("images/large_btn.png") no-repeat scroll left top transparent;
    border: medium none;
    color: #FFFFFF !important;
    height: 22px;
    padding-top: 0;
    width: 120px;
    font-size: 10px;
}

.calender {
    z-index: 1000;
    background: white;
}

.salesBody {
    display: flex;
    height: 70px;
    margin: 10px;
    align-items: center;
}

.salesButton{
    display:flex;
    justify-content:center;
}

@media (max-width: 520px) {
    .coloumn {
        float: left !important;
        width: 50% !important;
    }

    .columnRight {
        clear: both;
        padding: 8px 0;
    }
}