
/* Offerte_popup */
.Offerte_popup { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0,0,0,0.7); z-index: 99999; display: none; text-align: center; }
.Offerte_popup .inner { display: inline-block; vertical-align: top; margin-top: 100px; }
.Offerte_popup .inner a.clsBtn { background: #7d7d7d url(img/img-inner4.png) no-repeat center; position: absolute; top: -12px; right: -12px; display: block; width: 30px; height: 30px; border-radius: 50%; }
.Offerte_popup .c-in { max-width: 856px; margin: 0 auto; }
.Offerte_popup .d_popup { position: relative; display: inline-block; width: 980px; min-height: 800px; background: #fff; text-align: left; padding-bottom: 50px; }
.Offerte_popup .d_popup .hd { padding: 5px 0px; display: block; background: #137783; min-height: 32px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.Offerte_popup .d_popup .hd span { font-size: 13px; color: #fff; display: block; padding-left: 20px; line-height: 20px; background: url(img/dashboard-popup-imgicon.png) no-repeat left center;  }
.Offerte_popup .d_popup .hdline { padding: 30px 0px 24px; }
.Offerte_popup .d_popup .hdline .l-side { float: left; }
.Offerte_popup .d_popup .hdline .l-side h2 { font-size: 25px; line-height: 28px; color: #828282; }
.Offerte_popup .d_popup .hdline .l-side h2 span { display: block; font-size: 13px; }
.Offerte_popup .d_popup .hdline ul { float: right; }
.Offerte_popup .d_popup .hdline ul li { float: left; margin-left: 6px; }
.Offerte_popup .d_popup .hdline ul li a { display: block; }
.Offerte_popup .d_popup .hdline ul li .d_sqrBtn:hover { background: #646464; }
.Offerte_popup .d_popup a.d_viewBtn { position: relative; display: inline-block; border-radius: 4px; min-width: 120px; line-height: 32px; padding: 5px 22px 5px 50px; box-sizing: border-box; letter-spacing: 0.4px; text-align: center; color: #1a7d88; border: solid 1px #1a7d88; }
.Offerte_popup .d_popup a.d_viewBtn:before { width: 25px; height: 32px; position: absolute; content: ""; top: 6px; left: 17px; background: url(img/d_dashboard-icon-img8.png) no-repeat center;}
.Offerte_popup .d_popup a.d_viewBtn:after { position: absolute; top: 50%; right: 10px; width: 5px; height: 11px; background: url(img/d_dashboard-arrowdgreen.png) no-repeat center; content: ""; margin-top: -5px; }
.Offerte_popup .d_popup a.d_viewBtn:hover { background: #effdff; }
.Offerte_popup .d_popup a.d_viewBtn.last { float: right; margin-top: 20px; }

.Offerte_popup .d_popup a.d_sqrBtn { position: relative; display: block; width: 44px; height: 44px; text-align: center; background: #c6c6c6; border-radius: 4px; font-size: 20px; line-height: 44px; color: #fff; font-family: 'open_sansbold';}
.Offerte_popup .d_popup a.d_sqrBtn img { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; margin: auto; }

.Offerte_popup .popup-content { padding: 15px 15px; border: solid 1px #ccc; }

.Offerte_popup .d_popup a.d_slctBtn { position: relative; display: inline-block; border-radius: 4px; min-width: 120px; line-height: 32px; padding: 5px 22px 5px 22px; box-sizing: border-box; letter-spacing: 0.4px; text-align: center; color: #fff; border: solid 1px #1a7d88; background: red; background: -webkit-linear-gradient(#157c88, #025059); background: -o-linear-gradient(#157c88, #025059); background: -moz-linear-gradient(#157c88, #025059); background: linear-gradient(#157c88, #025059); }
.Offerte_popup .d_popup a.d_slctBtn:hover { background: -webkit-linear-gradient(#025059, #157c88); background: -o-linear-gradient(#025059, #157c88); background: -moz-linear-gradient(#025059, #157c88); background: linear-gradient(#025059, #157c88); }
.Offerte_popup .d_popup a.d_viewBtn.plus:before { width: 25px; height: 32px; position: absolute; content: ""; top: 6px; left: 17px; background: url(img/dashboard-popup-plusanch.png) no-repeat center;}

/* list */
.Offerte_popup.list { display: none; }
.Offerte_popup.list .d_popup { min-height: 680px; }
.Offerte_popup.list .d_popup .hd span { background: url(img/dashboard-popup-plusimgicon.png) no-repeat left center; }
.Offerte_popup.list .d_popup .popup-content	{ padding: 0px; border: 0px; }
.Offerte_popup.list .d_popup .location-list li { display: flex; align-items: center; min-height: 105px; border: solid 1px #868686; margin-bottom: 20px; position: relative; }
.Offerte_popup.list .d_popup .location-list li .bx { float: left; }
.Offerte_popup.list .d_popup .location-list li .logoimg { width: 182px; position: relative; background: #fff; overflow: hidden; }
.Offerte_popup.list .d_popup .location-list li.active:after { position: absolute; top: 100%; left: 52px; content: ""; height: 36px; width: 65px; background: url(img/list-drp.png) no-repeat center; }
.Offerte_popup.list .d_popup .location-list li .logoimg img { transform: scale(1); -moz-transform: scale(   1); -webkit-transform: scale(1); transition:2000ms ease-out; -webkit-transition: 2000ms ease-out; -moz-transition: 2000ms ease-out; }
.Offerte_popup.list .d_popup .location-list li .logoimg:hover img { transform: scale(1.2); -moz-transform: scale(1.2); -webkit-transform: scale(1.2); transition: 4000ms ease-out; -webkit-transition: 4000ms ease-out; -moz-transition: 4000ms ease-out; }
.Offerte_popup.list .d_popup .location-list li .img { width: 165px; background: #fff; overflow: hidden; }
.Offerte_popup.list .d_popup .location-list li .img img { transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1); transition:2000ms ease-out; -webkit-transition: 2000ms ease-out; -moz-transition: 2000ms ease-out; }
.Offerte_popup.list .d_popup .location-list li .img:hover img { transform: scale(1.2); -moz-transform: scale(1.2); -webkit-transform: scale(1.2); transition: 4000ms ease-out; -webkit-transition: 4000ms ease-out; -moz-transition: 4000ms ease-out; }

.Offerte_popup.list .d_popup .location-list li .title { width: 520px; padding: 0px 20px; box-sizing: border; -webkit-box-sizing: border; -moz-box-sizing: border; }
.Offerte_popup.list .d_popup .location-list li .title h4 { float: left; font-size: 17px; line-height: 22px; color: #137783; font-family: 'open_sansbold'; }
.Offerte_popup.list .d_popup .location-list li .title h4 span { display: block; font-size: 13px; font-family: 'open_sansregular'; }
.Offerte_popup.list .d_popup .location-list li .title a { float: right; }
.Offerte_popup.list .d_popup .bck { padding-top: 16px; padding-bottom: 15px; display: none; }
.Offerte_popup.list .d_popup .bck a { display: inline-block; color: #5b5b5b; padding-left: 15px; background: url(img/dashboard-popup-back.png) no-repeat left center; }
.Offerte_popup.list .d_popup .location-list li.bckbtn { border: 0px; min-height: 1px; margin-bottom: 0px; }

.Offerte_popup.list .d_popup .urevent { margin-top: 15px; border: solid 1px #868686; padding: 35px; }
.Offerte_popup.list .d_popup .urevent ul { width: 490px; float: left; }
.Offerte_popup.list .d_popup .urevent li { float: left; margin-right: 50px; margin-bottom: 15px; }
.Offerte_popup.list .d_popup .urevent li:nth-child(2n) { margin-right: 0px; }
.Offerte_popup.list .d_popup .urevent li a { position: relative; font-size: 13px; line-height: 20px; color: #959595; display: inline-block; min-width: 220px; border: solid 1px #dbdbdb; border-radius: 8px; height: 48px; text-align: left; padding: 14px 30px 14px 60px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.Offerte_popup.list .d_popup .urevent li a:hover { background: #f0f0f0; }
.Offerte_popup.list .d_popup .urevent li a:after { position: absolute; content: ""; width: 7px; height: 11px; top: 50%; margin-top: -3.5px; right: 15px; background: url(img/dashboard-popup-frwd.png) no-repeat center; }
.Offerte_popup.list .d_popup .urevent li a:before { position: absolute; content: ""; top: 50%; margin-top: -16.5px; left: 10px; width: 36px; height: 33px; }

.Offerte_popup.list .d_popup .urevent li a.projecttype1:before { background: url(img/d_dashboard-popup-anch-1.png) no-repeat center; }
.Offerte_popup.list .d_popup .urevent li a.projecttype7:before { background: url(img/d_dashboard-popup-anch-2.png) no-repeat center; }
.Offerte_popup.list .d_popup .urevent li a.projecttype4:before { background: url(img/d_dashboard-popup-anch-3.png) no-repeat center; }
.Offerte_popup.list .d_popup .urevent li a.projecttype6:before { background: url(img/d_dashboard-popup-anch-4.png) no-repeat center; }
.Offerte_popup.list .d_popup .urevent li a.projecttype5:before { background: url(img/d_dashboard-popup-anch-5.png) no-repeat center; }
.Offerte_popup.list .d_popup .urevent li a.projecttype9:before { background: url(img/d_dashboard-popup-anch-6.png) no-repeat center; }


.chooseEventbx { display: none; }
.Offerte_popup.list .d_popup .location-list li	{ background: #fff; transition: 1100ms ease-in-out 0s; -moz-transition: 1100ms ease-in-out 0s; -webkit-transition: 1100ms ease-in-out 0s; }
.Offerte_popup.list .d_popup .location-list li.semiactive { background: #e8f2f3; transition: 1100ms ease-in-out 0s; -moz-transition: 1100ms ease-in-out 0s; -webkit-transition: 1100ms ease-in-out 0s; }
.Offerte_popup.list .d_popup .location-list li .title p { display: inline-block; float: right; }
.Offerte_popup.list .d_popup .location-list li .title a.d_slctBtn { display: none; }
.Offerte_popup.list .d_popup .location-list li .title a.d_bckBtn { position: relative; display: none; border-radius: 4px; min-width: 120px; line-height: 32px; padding: 5px 30px 5px 30px; box-sizing: border-box; letter-spacing: 0.4px; text-align: center; color: #1a7d88; border: solid 1px #1a7d88; background: #effdff; }
.Offerte_popup.list .d_popup .location-list li .title a.d_bckBtn:after { margin-top: -4px; position: absolute; content: ""; top: 50%; left: 20px; width: 7px; height: 10px; background: url(img/dashboard-popup-backgreen.png) no-repeat center; }
.Offerte_popup.list .d_popup .location-list li.active  a.d_slctBtn { display: inline-block; }
.Offerte_popup.list .d_popup .location-list li.active .d_viewBtn {  display: none; }
.Offerte_popup.list .d_popup .location-list li.active p:hover .d_slctBtn{ display: none; }
.Offerte_popup.list .d_popup .location-list li.active p:hover .d_bckBtn{ display: block; }

/*dashboard.css*/
.my_dashboard { width: 100%; margin-top: 40px; }
.my_dashboard .l-pannel { float: left; }
.my_dashboard .r-pannel { padding-top: 18px; float: right; text-align: right; }
.my_dashboard .l-pannel .d_img { cursor:pointer; width: 247px; height: 149px; overflow: hidden; background: #c7e7ec; float: left; position: relative; border: 5px solid #a4a4a4; transition: 0.3s ease-in; -moz-transition: 0.3s ease-in; -webkit-transition: 0.3s ease-in; }
.my_dashboard .l-pannel .d_img .d_addPhoto { display: block; position: absolute; bottom: 17px; background: rgba(0,0,0,0.7); color: #fff; font-size: 12px; line-height: 28px; max-width: 200px; min-width: 180px; text-align: center; border-radius: 4px; left: 50%; margin-left: -90px; padding: 2px 16px 2px 60px; box-sizing: border-box; }
.my_dashboard .l-pannel .d_img .d_addPhoto:after { position: absolute; top: 50%; right: 10px; width: 5px; height: 11px; background: url(img/arrow-btn-w.png) no-repeat center; content: ""; margin-top: -5px; }
.my_dashboard .l-pannel .d_img .d_addPhoto:before { position: absolute; top: 5px; left: 20px; width: 28px; height: 20px; background: url(img/camera-icon-md.png) no-repeat center; content: ""; }
.my_dashboard .l-pannel .d_img:hover { border: 5px solid #646464; background: #bbc7c7; transition: 0.3s ease-in; -moz-transition: 0.3s ease-in; -webkit-transition: 0.3s ease-in; }
.my_dashboard .l-pannel .d_img img { width: 100%; }

.my_dashboard .l-pannel .d_profileAdd { float: right; padding-left: 42px; padding-top: 18px; }
.my_dashboard .d_profileAdd h2 { color: #828282; }
.my_dashboard .d_profileAdd p { font-size: 17px; padding-top: 14px; line-height: 22px; }
.my_dashboard .r-pannel h2 { color: #e25e05; }
.my_dashboard .r-pannel .d_newOffr { position: relative; display: inline-block; margin-top: 18px; border: solid 1px #f46404; color: #f46404; border-radius: 4px; min-width: 168px; line-height: 32px; padding: 6px 20px 6px 50px; box-sizing: border-box; letter-spacing: 0.4px; }
.my_dashboard .r-pannel .d_newOffr:hover { background: #fff1e8; }
.my_dashboard .r-pannel .d_newOffr:before { width: 25px; height: 32px; position: absolute; content: ""; top: 7px; left: 17px; background: url(img/d_dashboard-newOffr.png) no-repeat center; }
.my_dashboard .r-pannel .d_newOffr:after { position: absolute; top: 50%; right: 10px; width: 5px; height: 11px; background: url(img/arrow-img1.png) no-repeat center; content: ""; margin-top: -5px; }

.my_dashboard-view { margin-top: 32px; }
.my_dashboard-view table { padding-top: 19px; border: solid 1px #a6a6a6;}
.my_dashboard-view table tr td { padding: 0px 15px; padding-bottom: 16px; }
.my_dashboard-view table tr td img { margin-top: 3px; }
.my_dashboard-view table tr td span { padding-top: 5px; display: block; font-size: 13px; color: #828282; }
.my_dashboard-view table tr.lst td span { padding-top: 2px; }
.my_dashboard-view table tr td p { display: block; font-size: 17px; color: #828282; }
.my_dashboard-view table tr td p i { color: #780d6a; font-style: normal; }
.my_dashboard-view table tr td p .cls-purple { color: #780d6a; }
.my_dashboard-view table tr td p .cls-red { color: #ff0000; }
.my_dashboard-view table tr td p .cls-green { color: #137783; }
.my_dashboard-view table tr td p .cls-lgreen { color: #00a200; }
.my_dashboard-view table tr td p .cls-dyellow { color: #7d7210; }
.my_dashboard-view table tr td .d_dltMsg { padding-top: 2px; color: #a4a4a4; font-size: 13px; text-decoration: underline; display: inline-block; }
.my_dashboard-view table tr td .d_dltMsg:hover { color: #646464; }
.my_dashboard-view .d_viewBtn { position: relative; display: inline-block; border: solid 1px #1a7d88; color: #1a7d88; border-radius: 4px; min-width: 115px; line-height: 32px; padding: 6px 20px 6px 50px; box-sizing: border-box; letter-spacing: 0.4px; }
.my_dashboard-view .d_viewBtn:hover { background: #eefdff; }
.my_dashboard-view .d_viewBtn:before { width: 25px; height: 32px; position: absolute; content: ""; top: 6px; left: 15px; background: url(img/d_dashboard-view.png) no-repeat center; }
.my_dashboard-view .d_viewBtn:after { position: absolute; top: 50%; right: 12px; width: 5px; height: 11px; background: url(img/arrow-next.png) no-repeat center; content: ""; margin-top: -5px; }

.my_dashboard-list { margin-top: 56px; padding-bottom: 20px; }
.my_dashboard-list h3 { font-size: 16px; line-height: 20px; color: #085f69; font-family: 'open_sansbold'; padding-bottom: 20px; }
.my_dashboard-list table { border-top: solid 1px #a6a6a6; }
.my_dashboard-list table:last-child { border-bottom: solid 1px #a6a6a6; }
.my_dashboard-list table tr td { padding: 22px 0px 28px; }
.my_dashboard-list table tr td.img {  }
.my_dashboard-list table tr td.desc { padding-left: 17px; }
.my_dashboard-list table tr td.btns { padding-right: 10px; }
.my_dashboard-list table tr td.img span { display: inline-block; overflow: hidden; }
.my_dashboard-list table tr td.img span img { transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); transition: 1000ms ease-out; -moz-transition: 1000ms ease-out; -webkit-transition: 1000ms ease-out; }
.my_dashboard-list table tr td.img span:hover img { transform: scale(1.2); -webkit-transform: scale(1.2); -moz-transform: scale(1.2); transition: 4000ms ease-out; -moz-transition: 4000ms ease-out; -webkit-transition: 4000ms ease-out; }
.my_dashboard-list table tr td.img img { margin-bottom: 10px;  }
.my_dashboard-list table tr td.desc > div { padding-top: 15px; }
.my_dashboard-list table tr td.desc h2 { font-size: 20px; line-height: 15px; color: #5b5b5b; font-family: 'open_sansbold'; letter-spacing: 0.4px; padding-bottom: 20px; }
.my_dashboard-list table tr td.desc p { font-size: 16px; line-height: 15px; color: #5b5b5b; letter-spacing: 0.4px; }
.my_dashboard-list table tr td.desc span { padding-top: 8px; display: block; font-size: 13px; line-height: 15px; color: #5b5b5b; }
.my_dashboard-list table tr td.desc ul { padding-top: 20px; }
.my_dashboard-list table tr td.desc ul li { float: left; margin-right: 15px; }
.my_dashboard-list table tr td.desc ul li a, .my_dashboard-list table tr td.desc ul li span { padding-left: 32px; padding-top: 0px; display: block; font-size: 13px; line-height: 22px; color: #5b5b5b; }
.my_dashboard-list table tr td.desc .d_cnclBtn { margin-top: 13px; display: inline-block; font-size: 13px; line-height: 18px; color: #5b5b5b; background: url(img/cross-img1.png) no-repeat 0px center; padding-left: 14px; background-size: 10px; opacity: 0.4; }
.my_dashboard-list table tr td.desc .d_cnclBtn:hover { color: #646464; opacity: 1; }
.my_dashboard-list table tr td.desc .d_mtngBtn { background: url(img/d_dashboard-anch-1.png) no-repeat 0px center; }
.my_dashboard-list table tr td.desc .d_priceBtn { background: url(img/d_dashboard-anch-2.png) no-repeat 0px center; }
.my_dashboard-list table tr td.desc .d_other { background: url(img/d_dashboard-anch-3.png) no-repeat 0px center; }
.my_dashboard-list table tr td.desc .d_corpparty { background: url(img/d_dashboard-anch-4.png) no-repeat 0px center; }
.my_dashboard-list table tr td.desc .d_babyshowr { background: url(img/d_dashboard-anch-5.png) no-repeat 0px center; }
.my_dashboard-list table tr td.desc .d_brthdy { background: url(img/d_dashboard-anch-6.png) no-repeat 0px center; }
.my_dashboard-list table tr td.desc .d_wddng { background: url(img/d_dashboard-anch-7.png) no-repeat 0px center; }

.my_dashboard-list table tr td.btns ul { display: inline-block; padding-top: 36px; }
.my_dashboard-list table tr td.btns ul li { display: inline-block; float: left; margin-left: 6px; }
.my_dashboard-list table tr td.btns ul li a.d_smpl { margin-right: 10px; margin-top: 12px; display: block; }
.my_dashboard-list table tr td.btns ul li a.d_smpl, .my_dashboard-list table tr td.btns ul li { font-size: 20px; line-height: 18px; color: #00a200; font-family: 'open_sansbold'; }
.my_dashboard-list table tr td.btns ul li a.d_smpl span, .my_dashboard-list table tr td.btns ul li span { font-size: 16px; display: block; font-family: 'open_sansregular'; }
.my_dashboard-list table tr td.btns ul li a.d_smpl span.noclr, .my_dashboard-list table tr td.btns ul li span.noclr { color: #828282 !important; }
.my_dashboard-list table tr td.btns ul li .ring { position: relative; margin-top: -7px; margin-right: 20px; }

.my_dashboard-list table tr td.btns ul li a.d_sqrBtn { position: relative; display: block; width: 44px; height: 44px; text-align: center; background: #c6c6c6; border-radius: 4px; font-size: 20px; line-height: 44px; color: #fff; font-family: 'open_sansbold'; }
.my_dashboard-list table tr td.btns ul li a.d_sqrBtn:hover { background: #828282; }
.my_dashboard-list table tr td.btns ul li a.d_sqrBtn img { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; margin: auto; }
.my_dashboard-list table tr td.btns ul li a.d_sqrBtn span { font-family: 'open_sansregular';  position: absolute; display: none; min-width: 100px; min-height: 30px; color: #828282; border-radius: 4px; text-align: center; font-size: 13px; line-height: 30px; border: solid 1px #828282; background: #fff; z-index: 1; bottom: 52px; right: 6px; }
.my_dashboard-list table tr td.btns ul li a.d_sqrBtn span:after { position: absolute; content: ""; right: 5px; top: 100%; width: 28px; height: 19px; background: url(img/d-drop-arrow.png) no-repeat center; }
.my_dashboard-list table tr td.btns ul li a.d_sqrBtn:hover span { display: block; }

.my_dashboard-list table tr td.btns ul li a.d_sqrBtn.mtng span { min-width: 100px; }
.my_dashboard-list table tr td.btns ul li a.d_sqrBtn.lst span { min-width: 120px; }
.my_dashboard-list table tr td.btns ul li a.d_sqrBtn.qkvw span { min-width: 100px; }
.my_dashboard-list table tr td.btns ul li a.d_sqrBtn.offr span { min-width: 130px; }
.my_dashboard-list table tr td.btns ul li a.d_sqrBtn.prnt span { min-width: 100px; }

.my_dashboard-list table tr td.view ul { padding-top: 20px; display: inline-block; }
.my_dashboard-list table tr td.view ul li { display: inline-block; float: left; margin-left: 6px; }
.my_dashboard-list table tr td.view span { display: block; font-size: 13px; line-height: 15px; color: #bfbfbf; }
.my_dashboard-list table tr td.view .d_chckBtn { position: relative; display: block; width: 44px; height: 44px; text-align: center; background: #00a200; border-radius: 4px; font-size: 20px; line-height: 44px; color: #fff; font-family: 'open_sansbold'; }
.my_dashboard-list table tr td.view .d_chckBtn img { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; margin: auto; }
.my_dashboard-list table tr td.view .d_chckBtn span { padding: 11px 12px; font-family: 'open_sansregular';  position: absolute; display:none; min-width: 182px; min-height: 30px; color: #00a200; border-radius: 8px; text-align:left; font-size: 12px; line-height: 17px; border: solid 1px #00a200; background: #fff; z-index: 1; bottom: 52px; left: 50%; margin-left: -99px; }
.my_dashboard-list table tr td.view .d_chckBtn span:after { position: absolute; content: ""; left: 40%; top: 100%; width: 28px; height: 18px; background: url(img/d_drop-arrow-green.png) no-repeat center; }
.my_dashboard-list table tr td.view .d_chckBtn:hover span { display: block; }
.my_dashboard-list table tr td.view .d_chckBtn span b { display:inline-block; font-family: 'open_sansbold'; }

.my_dashboard-list table tr td.view span { display: block; font-size: 13px; line-height: 15px; color: #bfbfbf; }
.my_dashboard-list table tr td.view .d_viewBtn { position: relative; display: inline-block; border: solid 1px #00a200; color: #00a200; border-radius: 4px; min-width: 120px; line-height: 32px; padding: 5px 22px 5px 50px; box-sizing: border-box; letter-spacing: 0.4px; text-align: center; }
.my_dashboard-list table tr td.view .d_viewBtn:hover { background: #efffef; }
.my_dashboard-list table tr td.view .d_viewBtn:before { width: 25px; height: 32px; position: absolute; content: ""; top: 6px; left: 17px; background: url(img/d_dashboard-icon-img6.png) no-repeat center; }
.my_dashboard-list table tr td.view .d_viewBtn:after { position: absolute; top: 50%; right: 10px; width: 5px; height: 11px; background: url(img/d_dashboard-arrow.png) no-repeat center; content: ""; margin-top: -5px; }
.my_dashboard-list table tr td.view ul.lst { padding-top: 10px; }

.my_dashboard-list table tr td.view .d_invtBtn { position: relative; padding: 5px 12px; display: none; background: #00a200; color: #fff; max-width: 120px; font-size: 13px; text-align: left; padding: 5px 12px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; border-radius: 4px; }
.my_dashboard-list table tr td.view .d_invtBtn > div { visibility: hidden; }

.my_dashboard-list table tr td.view .d_invtBtn:after { position: absolute; content: ""; bottom: 6px; right: 6px; width: 18px; height: 16px; background: url(img/d_dashboard-icon-img5.png) no-repeat center; background-size: 100%; }

.my_dashboard-list table tr td.view .d_invtBtn2 { position: relative; padding: 5px 12px; color: #fff; max-width: 120px; font-size: 13px; text-align: left; padding: 5px 12px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; border-radius: 4px; display: block; background: #f46404; }
.my_dashboard-list table tr td.view .d_invtBtn2:after { position: absolute; content: ""; bottom: 25px; right: 10px; width: 5px; height: 11px; background: url(img/arrow-img1white.png) no-repeat center; background-size: 100%; }
.my_dashboard-list table tr td.view .d_invtBtn2:hover { background: #ff8331; }


/* dYellow */
.my_dashboard-list table tr td.btns ul li a.d_smpl.d_dyellow { color: #7d7210; }
.my_dashboard-list table tr td.view .d_chckBtn.d_dyellow { background: #7d7210; }
.my_dashboard-list table tr td.view .d_chckBtn.d_dyellow span { color: #7d7210; border: solid 1px #7d7210; }
.my_dashboard-list table tr td.view .d_chckBtn.d_dyellow span:after { position: absolute; content: ""; left: 40%; top: 100%; width: 28px; height: 18px; background: url(img/d_drop-arrow-dyellow.png) no-repeat center; }
.my_dashboard-list table tr td.view .d_viewBtn.d_dyellow { color: #7d7210; border: solid 1px #7d7210; }
.my_dashboard-list table tr td.view .d_viewBtn.d_dyellow:before { background: url(img/d_dashboard-icon-img12.png) no-repeat center; }
.my_dashboard-list table tr td.view .d_viewBtn.d_dyellow:after { background: url(img/d_dashboard-arrowdyellow.png) no-repeat center; }
.my_dashboard-list table tr td.view .d_viewBtn.d_dyellow:hover { background: #fffef2; }

/* dgreen */
.my_dashboard-list table tr td.btns ul li a.d_smpl.d_green { color: #137783; }
.my_dashboard-list table tr td.view .d_chckBtn.d_green { background: #137783; }
.my_dashboard-list table tr td.view .d_chckBtn.d_green span { color: #137783; border: solid 1px #137783; }
.my_dashboard-list table tr td.view .d_chckBtn.d_green span:after { position: absolute; content: ""; left: 40%; top: 100%; width: 28px; height: 18px; background: url(img/d_drop-arrow-dgreen.png) no-repeat center; }
.my_dashboard-list table tr td.view .d_viewBtn.d_green { color: #1a7d88; border: solid 1px #1a7d88; }
.my_dashboard-list table tr td.view .d_viewBtn.d_green:before { background: url(img/d_dashboard-icon-img8.png) no-repeat center; }
.my_dashboard-list table tr td.view .d_viewBtn.d_green:after { background: url(img/d_dashboard-arrowdgreen.png) no-repeat center; }
.my_dashboard-list table tr td.view .d_viewBtn.d_green:hover { background: #effdff; }

/* d_purple */
.my_dashboard-list table tr td.btns ul li a.d_smpl.d_purple { color: #730d66; }
.my_dashboard-list table tr td.btns ul li a.d_smpl.d_purple span, .my_dashboard-list table tr td.btns ul li span { color: #730d66; }
.my_dashboard-list table tr td.view .d_chckBtn.d_red { background: #fff; border: solid 1px #ff0000; width: 42px; height: 42px; }
.my_dashboard-list table tr td.view .d_chckBtn.d_red span { color: #730d66; border: solid 1px #730d66; }
.my_dashboard-list table tr td.view .d_chckBtn.d_red span:after { position: absolute; content: ""; left: 40%; top: 100%; width: 28px; height: 18px; background: url(img/d_drop-arrow-purple.png) no-repeat center; }
.my_dashboard-list table tr td.view .d_viewBtn.d_purple { color: #730d66; border: solid 1px #730d66; }
.my_dashboard-list table tr td.view .d_viewBtn.d_purple:before { background: url(img/d_dashboard-icon-img11.png) no-repeat center; }
.my_dashboard-list table tr td.view .d_viewBtn.d_purple:after { background: url(img/d_dashboard-arrowpurple.png) no-repeat center; }
.my_dashboard-list table tr td.view .d_viewBtn.d_purple:hover { background: #fff1fe; }

/* d_lgreen */
.my_dashboard-list table tr td.btns ul li a.d_smpl.d_lgreen span { color: #00a200; }
.my_dashboard-list table tr td.view .d_chckBtn.d_lgreen { background: #fff; border: solid 1px #00a200; width: 42px; height: 42px; }
.my_dashboard-list table tr td.view .d_chckBtn.d_lgreen span { color: #00a200; border: solid 1px #00a200; }
.my_dashboard-list table tr td.view .d_chckBtn.d_lgreen span:after { position: absolute; content: ""; left: 40%; top: 100%; width: 28px; height: 18px; background: url(img/d_drop-arrow-green.png) no-repeat center; }

/*d_fred*/
.my_dashboard-list table tr td.btns ul li a.d_smpl.d_fred { color: #ff0000; }
.my_dashboard-list table tr td.view .d_chckBtn.d_fred { background: #ff0000; }
.my_dashboard-list table tr td.view .d_chckBtn.d_fred span { color: #ff0000; border: solid 1px #ff0000; }
.my_dashboard-list table tr td.view .d_chckBtn.d_fred span:after { position: absolute; content: ""; left: 40%; top: 100%; width: 28px; height: 18px; background: url(img/d_drop-arrow-red.png) no-repeat center; }
.my_dashboard-list table tr td.view .d_viewBtn.d_fred { color: #ff0000; border: solid 1px #ff0000; }
.my_dashboard-list table tr td.view .d_viewBtn.d_fred:before { background: url(img/d_dashboard-icon-img15.png) no-repeat center; }
.my_dashboard-list table tr td.view .d_viewBtn.d_fred:after { background: url(img/d_dashboard-arrowred.png) no-repeat center; }
.my_dashboard-list table tr td.view .d_viewBtn.d_fred:hover { background: #fff2f2; }

/* d_orng */
.my_dashboard-list table tr td.btns ul li a.d_smpl.d_orng { color: #f46404; }
.my_dashboard-list table tr td.view .d_chckBtn.d_orng { background: #f46404; }
.my_dashboard-list table tr td.view .d_chckBtn.d_orng span { color: #f46404; border: solid 1px #f46404; }
.my_dashboard-list table tr td.view .d_chckBtn.d_orng span:after { position: absolute; content: ""; left: 40%; top: 100%; width: 28px; height: 18px; background: url(img/d_drop-arrow-orng.png) no-repeat center; }
.my_dashboard-list table tr td.view .d_viewBtn.d_orng { color: #f46404; border: solid 1px #f46404; }
.my_dashboard-list table tr td.view .d_viewBtn.d_orng:before { background: url(img/d_dashboard-icon-img17.png) no-repeat center; }
.my_dashboard-list table tr td.view .d_viewBtn.d_orng:after { background: url(img/d_dashboard-arroworng.png) no-repeat center; }
.my_dashboard-list table tr td.view .d_viewBtn.d_orng:hover { background: #ffeee0; }


.db-imageupload-spiner {
    background: url(img/image-loding-spiner.gif) no-repeat center;
    z-index: 999;
    opacity: 0.8;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}


/*my_dashBtn*/
.my_dashBtn { float: right; }
.my_dashBtn a { display: none; font-size: 14px; color: #e25e05; line-height: 45px; }

.d_slctBtn:hover {

}

.w_dashborad_btn { position: relative; margin-left: 10px; display: inline-block; font-size: 12px; line-height: 32px; font-family: 'Open Sans', sans-serif; color: #e25e05; font-weight: 400; padding-right: 12px; }
.w_dashborad_btn:after { position: absolute; content: ""; top: 50%; margin-top: -5px; right: 0px; border-left: 6px solid #e25e05; border-top: 5px solid transparent;  border-bottom: 5px solid transparent; }
.w_dashborad_btn i { margin-right: 6px; display: inline-block; float: left; font-style: normal; font-size: 15px; line-height: 32px; font-weight: 700; width: 25px; height: 32px; text-align: center; background: url(img/w-dashboard-icon.png) no-repeat center; }
.w_centering { max-width: 1158px; margin: 0 auto; position: relative; margin-top: -31px; }
.download-invoice{ display: inherit; height: 10px;}
.front-rooms-description {vertical-align: middle; margin-left: 206px; margin-bottom: 20px; color: #696969; font-size: 17px; font-family: "open_sansregular"; line-height: 22px;}