/* share button styles */

#twitter-widget-0 {
    visibility: visible!important;
    width: 60px !important;
    height: 60px !important;
    position: absolute !important;
    /* top: 20px; */
    bottom: 5% !important;
}

#feed-main-div{
	/*-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 4px 0 rgba(0,0,0,.2);*/
	padding: 0;
	left: 10px;
}

.btn-o {
    width: 41px !important;
    background-color: black !important;
    height: 40px !important;
    border-radius: 50% !important;
    /* padding: 5px; */
    position: relative !important;
}
a #b {
    background-color: black !important;
    /* height: 50px; */
    /* margin-top: 20px; */
    position: absolute !important;
    top: 27% !important;
    width: 0px !important;
    left: 20% !important;
}

/* end share button styles  */
.f-c {
    color: #4a4a4a;
}
.leftside-panel {
    list-style-type: none;
    background-color: white;
    padding-top: 20px;
    border-radius: 2px;
    position: relative;
	padding-left: 20px;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
}
.leftside-panel li {
    padding-bottom: 20px;
}
#feedPost {
    background-color: #EFEFEF;
    position: relative;
}
.card-outline {
    border-bottom: 0px;
    background-color: white;
    border-radius: 3px;
    width: 100%;
    overflow: auto;
    border-radius: 5px 5px 0px 0px;
}
.feed-profile-image {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
}
.facebookButton {
    display: none;
}
.feed-content-image{
    margin: 10px;
    border-radius: 4px;
    border: 1px solid #d5d5d5;
    height: 360px;
}
.card-content-desc {
    border: 1px solid #d5d5d5;
}
.pink-text {
    color: #EC2567;
}
.grey-text {
    color: rgba(128, 128, 128, 0.55);
}
.strike-through {
    text-decoration: line-through;
}
.bold-text {
    font-weight: 600;
    font-size: 15px;
}
#post-date {
    position: absolute;
    right: 30px;
}
#myWedding {
    display: none;
}
.description-text {
    font-weight: 600;
    font-size: 15px;
    margin: 15px;
    color: grey;
}
.icon-size {
    font-size: 120%;
}
.icon-circle {
    background-color: black;
    border-radius: 50%;
    padding: 9px;
    color: white;
}
.icon-circle:hover {
    font-size: 18px;
}
.user-comment-image {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
}
.modal-pc-image {
    width: 30px;
    margin-right: 10px;
    border-radius: 2px;
}
.close-modal-pic {
    margin: 10px;
    font-size: 30px;
}
.imageDiv {
    text-align: center;
    margin-top: 20px;
}
.vendor-div {
    border: 1px solid #d5d5d5;
    border-left: none;
    border-right: none;
    overflow: auto;
}
.feed-vendor-desc {
    display: inline-block;
    margin-top: 15px;
    font-size: 13px;
    margin-left: 10px;
    margin-bottom: 15px;
    width: 50%;
}
.lv_pt_title {
    font-weight: 600;
    font-size: 17px;
}
.finalize {
    position: absolute;
    right: 15%;
    border-radius: 4px;
    background-color: #FA286F;
    color: white;
    box-shadow: none;
    border: 0px;
    font-size: 13px;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    width: 93px;
    height: 30px;
    bottom: 10%;
}
.c-section {
    padding-top: 20px;
}
.finalize:focus {
    outline: none;
}
.finalize-loader {
    width: 20px;
    background-color: #FA286F;
    position: absolute;
    bottom: 13%;
    right: 23%;
    display:none;
}
.item-hover:hover {
    outline: none;
    color: #EA2466;
    font-weight: 700;
}
.sl-v-hr {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
.gold-text {
    color: gold;
}
.h-360 {
    max-width: 100%;
    max-height: 360px;
}
.iv-love {
    overflow: hidden;
    text-align: center;
}
.love-img {
    width: 100%;
}
.lv-content {
    padding: 10px 20px;
    padding-bottom: none;
}
.lv-ctn {
    background-color: white;
}
.comment-section {
    background-color: white;
    padding: 25px 25px;
    margin-bottom: 15px;
    padding-top: 0px;
    border-radius: 0px 0px 5px 5px;
}
.p-r {
    position: relative;
}
.comment-content {
    margin-left: 55px;
}
.c-loader {
    position: absolute;
    top: 35%;
    right: 20px;
}
.input-comment-div {
    position: relative;
}
.bg-grey {
    background-color: rgba(128, 128, 128, 0.07)
}
.comment-input {
    width: 100%;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    height: 35px;
    padding: 10px;
}
.comment-input:focus {
    outline: none;
}
.vendor-pic{
    float: left;
    height: 170px;
    width: 40%;
}
.checklist-div {
    background-color: white;
    margin-bottom: 20px;
    padding: 30px;
    padding-top: 10px;
    border-radius: 5px;
    position: relative;
    padding-bottom: 15px;
}
.closed {
    display: none;
}
.slider-pointer {
    position: absolute;
    right: 3%;
    font-size: 20px;
}
.slider {
    font-size: 14px;
    margin-top: 10px;
}
.anim.c {
    max-height: 50px;
}
.anim{
    max-height: 3000px;
    transition-property: all;
    transition-duration: 2s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.checklist-task {
    display: inline-block;
    width: 90%;
    margin-left: 10px;
}
.checkbox-d {
    width:15px;
    height:15px;
    border-radius: 3px;
}
.checkbox-u {
    border: 1px solid #F6276C;
    color: white;
}
.checkbox-c{
    background-color: #F6276C;
    color: white;
    border: 1px solid #F6276C;
    font-size: 10px;
    padding: 2px;
}
.hr-spacing {
    margin-bottom: 8px;
    margin-top: 5px;
}
.leftp-a, .leftp-a a{
    color: #F6276C;
}
.category-name{
	color: #909090 !important;
}
.leftside-panel a:hover {
    color: #F6276C;
    font-weight: 600;
}
#cover-container {
    /*overflow: auto;*/
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    background-color: black;
    position: relative;
    z-index: 1;
}
h1 {
    font-family: proxima-nova !important;
}
#wedding-title {
    position: absolute;
    left: 50%;
    top: 50%;                         /* 3 */
    margin-right: -50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 40px;
    text-align: center;
}
#wedding-title h1{
    font-size: 40px;
}
#wedding-title p{
    font-size: 20px;
}
.sl-v-heading {
    background-color: white;
    padding: 10px;
    font-weight: 300;
    border-bottom: 1px solid #d5d5d5;
    padding: 15px 10px 10px 25px;
}
.sl-container {
    border-radius: 4px;
    background-color: white;
}
.sl-v-i {
    width: 95px;
    margin-top: -0px;
    border-radius: 4px;
}
.l-p-sl-count {
    position: absolute;
    right: 20px;
    top: 0px;
}
.l-p-sl-ct {
    margin-top: 5px;
    position: relative;
    font-size: 13px;
}
.ex-icon {
    position: absolute;
    right: 16px;
    font-size: 14px;
}
#cover-pic {
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#cover-container-box {
    position: absolute;
    top: 10%;
    right: 5%;
    color: white;
    border: 1px solid #BABCB5;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
}
#cover-container-box span{
    cursor: pointer;
}
#cover-container-box span input{
    cursor: pointer;
    opacity: 0;
}
.m-b60 {
    margin-bottom: 60px;
}
.m-b30 {
    margin-bottom: 30px;
}
.m-b10 {
    margin-bottom: 10px;
}
.m-20 {
    margin: 20px;
}
.p-20 {
    padding: 20px;
}
.p-20-25 {
    padding: 20px 25px;
}
.p-15-pb-0 {
    padding: 15px;
    padding-bottom: 0px;
}
.m-10-ml-25 {
    margin: 10px;
    margin-left: 25px;
}
.p-l15 {
    padding-left: 30px;
}
.f-s150 {
    font-size: 150%;
}
.f-s15 {
    font-size: 15px!important;
}
.f-s36 {
    font-size: 36px!important;
}
.f-w600{
    font-weight: 600;
}
.fl-container {
    margin: 20px;
    border: 1px solid #d5d5d5;
}
.i-p {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 300px;
    background-color: rgba(213, 213, 213, 0.22);
}
.pi-p {
    border-radius: 50%;
    width: 50px;
    background-color: rgba(213, 213, 213, 0.22);
    float: left;
    margin-right: 10px;
    height: 50px;
    margin-top: 15px;
    margin-left: 15px;

}
.h-p {
    width: 40%;
    height: 17px;
    background-color: rgba(213, 213, 213, 0.22);
    margin-left: 75px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.t-p {
    width: 20%;
    height: 17px;
    background-color: rgba(213, 213, 213, 0.22);
    display: inline-block;
}
.d-p {
    width: 10%;
    height: 17px;
    background-color: rgba(213, 213, 213, 0.22);
    display: inline-block;
    margin-left: 240px;
}
.l-p {
    width: 35px;
    background-color: rgba(213, 213, 213, 0.22);
    height: 20px;
    display: inline-block;
    margin-left: 7%;
    margin-bottom: 5%;
}
.s-p {
    margin-left: 360px;
}
.c-p {
    margin-left: 50px;
}
.c-b-p {
    width: 90%;
    height: 40px;
    background-color: #F6F6F6;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}
.m-tb10 {
    margin: 10px 0px
}
.d-i {
    display: inline-block;
}
.f-s {
    font-size: 13px;
}
.extend-h {
    height: 0px;
    animation: newpost 1s ease 3s forwards;
}
@keyframes newpost {
    0% {
        height: 0px;
    }
    100% {
        height: 25px;
    }
}
.t-o {
    animation: anim 1s linear 0s infinite;
}
@keyframes anim {
    0% {
        opacity: 0.2;
    }
    100% {
        opacity: 1.0;
    }
}

.p-tb0 {
    padding-top: 0px;
    padding-bottom: 0px;
}
/*.modal .modal-body {
    max-height: 500px;
}*/
.modal-right-panel {
    overflow-y: auto;
    height: 500px;
}
.modal-comment-input-div {
    position: absolute;
    bottom: 0px;
    background-color: #d5d5d5;
    width: 100%;
    right: 0px;
    border-radius: 4px;
    padding: 10px;
}
.p-0 {
    padding: 0px;
}
.w-100 {
    width: 100%;
}
.p-t15{
    padding-top: 15px;
}
.m-lt30 {
    font-size: 14px;
    padding-left: 30px;
    padding-top: 30px;
    background-color: white;
}
.m-l25{
    margin-left: 25px;
}
.p-b30 {
    padding-bottom: 30px;
}
.p-b15 {
    padding-bottom: 15px;
}
.p-b0 {
    padding-bottom: 0px;
}
.b-b0 {
    border-bottom: 0px;
}
.w-30 {
    width: 30px;
}
.m-l30 {
    margin-left: 10px;
}
.m-t30 {
    margin-top: 30px;
}
.m-t25 {
    margin-top: 25px;
}
.m-t20{
    margin-top: 20px;
}
.m-t15 {
    margin-top: 15px;
}
.m-t0 {
    margin-top: 0px!important;
}
.f-600 {
    font-weight: 600;
}
.bg-grey {
    background-color: rgb(248, 248, 248);
}
.bg-white {
    background-color: white;
}
.h-999 {
    height: 999px;
}
.pointer:hover {
    cursor: pointer;
}
.share-icons-modal {
    position: absolute;
    top: 91%;
}
.r-17 {
    right: 17%;
}
.r-12 {
    right: 12%;
}
.r-7 {
    right: 7%;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
/* nav file css */
.invite-button {
    width: 100%;
    margin-bottom: 10px;
    background-color: #FFB100;
    color: white;
    border: none;
    border-radius: 2px;
    padding: 10px;
    font-size: 12px;
    letter-spacing: 1px;
}
.invite-c {
    background-color: #FFB100;
    text-align: left;
}
.invite-bg{
    background-color: #EC2567;
    text-align: left;
}
.groomwear {
    position: absolute;
    top: 3px;
    width: 25px;
    right: 10px;
}
.modal-size {
    width: 300px;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
}
.ta-c {
    text-align: center;
}
.modal-sms-input {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 33px;
    border-radius: 4px;
    border: 1px solid #d5d5d5;
}
#familyimage {
    width: 250px;
    margin-left: -35%;
    margin-top: -17%;
}
.image-m-container {
    border-radius: 50%;
    border: 4px solid #d5d5d5;
    overflow: hidden;
    width: 150px;
    height: 150px;
    margin-left: 20%;
    margin-right: auto;
    margin-top: 29px;
}
.close-ltn {
    font-size: 30px;
    margin-top: -2%;
    margin-right: -1%;
}
.modal-i-desc {
    margin-top: 15px;
    font-size: 14px;
}
.modal-i-button {
    width: 111.5%;
    margin-left: -15px;
    color: white;
    font-size: 12px;
    padding: 6px;
    border: none;
    margin-top: 5px;
    background-color: #FFB100;
    letter-spacing: 1px;
    font-weight: 700;
    border-radius: 0px 0px 5px 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.no-placeholder {
    position: absolute;
    top: 7px;
    left: 7px;
    font-size: 90%;
    color: grey;
}
#or {
    font-weight: 700;
    font-size: 15px;
}
.c-grey {
    color: grey;
}
.m-lr25 {
    margin-left: 25px;
    margin-right: 25px;
}
.c-a-style {
    margin-bottom: 15px;
    border-bottom: 1px solid #d5d5d5;
}
.loves-loader {
    background-color: white;padding-bottom: 20px;
        /* padding-top: 20px; */
}
.ll-heading {
    margin-top: 15px;
    text-align: left;
    margin-bottom: 15px;
    margin-left: 20px;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.81);
}
.ll-header {
    background-color: white;
    height: 35px;
    border-bottom: 1px solid rgba(213, 213, 213, 0.45);
}
.ll-block {
    width: 43%;
    display: inline-block;
}
.ll-content {
    background-color: #F7F7F7;
    height: 150px;
}
.ll-descbar {
    background-color: white;
    position: relative;
    height: 70px;
    border: 1px solid rgba(213, 213, 213, 0.45);
    border-top: 0px;
    padding-left: 8px;
}
.ll-ppic {
    background-color: #F7F7F7;
    position: absolute;
    top: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%
}
.ll-htext {
    position: absolute;
    width: 150px;
    height: 15px;
    background-color: #F7F7F7;
    top: 22px;
    left: 60px
}
.ll-ptext {
    position: absolute;
    width: 70px;
    height: 15px;
    background-color: #F7F7F7;
    top: 42px;
    left: 60px;
}
.wallupdate:hover {
    cursor: pointer;
}
.editbutton {
    color: rgba(0, 0, 255, 0.47);
}
.edit-button:hover {
    cursor: pointer;
}
.editbutton:hover {
    cursor: pointer;
    text-decoration: underline;
    color: blue;
}
.user-inbox-left-pic {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.feed-right-category:hover {
    cursor: pointer;
}
.heading-text {
    font-size: 14px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.5);
}
#feed-right-div {
    min-height: 440px;
    height: 440px;
    margin-bottom: 100px;
    padding-left: 0px;
    position: relative;
}
#cwForm input:focus{
    outline: none;
}
.collab-error,.email-error,.sms-error {
    margin-bottom: -5px;
    margin-top: 10px;
    text-align: left;
    display: none;
}
#feed-right-10 div img, #feed-right-13 div img, #feed-right-15 div img{
    margin-left: -9px !important;
    margin-top: -34px !important;
}
.ngdialog-content {
    padding: 0px!important;
}
.gradient-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    display: block;
    background: rgba(0, 0, 0, .6);
}
.f-f {
    font-family:proxima-nova!important
}
/* createwedding styles */
.cw-text {
    position: absolute;
    top: 20%;
    color: white;
    left: 10%;
    width: 500px;font-family:proxima-nova!important
}
.cw-download-text {
    margin-top: 40px;font-size:20px;
}
#cw-form {
    position: absolute;
    top: 10%;
    right: 10%;
    backgorund-color: white;
    background-color: white;
    padding: 15px;
    border-radius: 5px;width:300px
}
#cw-i-am-the {
    color: #E12160;
    font-weight: 700;
    margin-bottom: 10px;
}
.cw-hr {
    margin-top:5px;margin-bottom:0px;
}
.cw-r-error {
    font-size: 11px;
    color: red;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.shortlisted-container {
    display: none;
}
.modal-heart {
    color: white!important;
    background-color: black!important;
}

.deckgrid[deckgrid]::before {
    /* Specifies that the grid should have a maximum of 4 columns. Each column will have the classes 'column' and 'column-1-4' */
    content: '2 .column.column-1-2';
    font-size: 0; /* See https://github.com/akoenig/angular-deckgrid/issues/14#issuecomment-35728861 */
    visibility: hidden;
}

.deckgrid .column {
    float: left;
}

.deckgrid .column-1-2 {
    width: 50%;
}
.w-200{
    width: 200%;
}
.w-50 {
    width: 50%;
}
#settingsCont .row {
    margin-top: 5%;
}
#changePassForm {
    display: none;
}

#joinAwModal ::-webkit-input-placeholder { font-size: 10px }
#joinAwModal ::-moz-placeholder { font-size: 10px } /* firefox 19+ */
#joinAwModal :-ms-input-placeholder { font-size: 10px } /* ie */
#joinAwModal input:-moz-placeholder { font-size: 10px }
.camIconUpload {
    float: left;
    width: 23px;
    margin-right: 10px;
}
.booking-heading {
    border-radius: 3px;
    background-color: #f3f3f3;
    padding: 15px;
}
.booking-heading p {
    font-size: 20px;
    color: #4a4a4a;
}
.vendor-detail{
    height: 180px;
    width: 92%;
    background-color: #f3f3f3;
    position: relative;
    left: 4%;
    margin-top: 4%;
}

.vendor-image {
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
}
.vendor-image img {
    width: 50px;
    height: 50px;
    /* border-radius: 50% 50% 50% 50%; */
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
/*.vendor-info {
    display: inline;
}*/
.vendor-info{
    display: inline-block;
    position: relative;
    top: 10px
}
.vendor-info-child {
    display: inline;
}
.vendor-info-child p {
    display: inline;
    font-size: 12px;
    color: #9b9b9b;
    margin-left: 5px;
}
.vendor-info p:first-child {
    font-size: 14px;
    color: #4a4a4a;
}
.vendor-info :nth-child(3) {
    display: inline;
    position: relative;
    /* text-align: right; */
    left: 95%;
    font-size: 12px;
    letter-spacing: 0.4px;
    text-align: right;
    color: #4a4a4a;
    top: -20px;
    font-weight: bold;
}
.vendor-price {
    float: right;
    position: relative;
    top: 50px;
    right: 20px;
}

.vendor-price img {
    margin-right: 5px;
}
.booking-detail{
    position: relative;
    bottom: -50px;
    left: 20px;
    display: inline-block;
    margin-right: 20px;
}
.booking-detail p:first-child {
    font-size: 12px;
    letter-spacing: 0.4px;
    color: #4a4a4a;
    font-weight: bold;
}
.vendor-price p {
    font-size: 16px;
    color: #4a4a4a;
    display: inline;
}
.function-detail {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    width: 96%;
    left: 2%;
    position: relative;
    top: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 40px;
}

.f-d {
  /*font-family: ProximaNova-Bold;*/
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #4a4a4a;
  font-weight: 600;
}
.func-list {
    margin-top: 30px;
    margin-left: 18px;
}

.func-li {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 25px;
}
.func-name {
    /*font-family: ProximaNova-Regular;*/
    font-size: 16px;
    color: #4a4a4a;
}
.func-name span {
    /*font-family: ProximaNova-Regular;*/
    font-size: 16px;
    color: #9b9b9b;
    margin-left: 15px;
}
.func-loc {
    display: block;
    margin-top: 4px;
}
.func-loc p {
    display: inline-block;
    margin-left: 8px;
    /*font-family: ProximaNova-Regular;*/
    font-size: 14px;
    color: #9b9b9b;
}
.loc-services {
    /*font-family: ProximaNova-Bold;*/
    font-size: 12px;
    letter-spacing: 0.4px;
    color: #9b9b9b;
    margin-top: 12px;
    font-weight: 600;
    font-weight: 600;
}
.service-name {
    float: left;
}
/*.last-service {
    float: none!important;
}*/
.service-name p {
    border-radius: 2px;
    background-color: #f3f3f3;
    /* margin-right: 15px; */
    margin: 10px 10px 10px 0;
    padding: 10px;
    /*font-family: ProximaNova-Regular;*/
    font-size: 14px;
    color: #4a4a4a;
}
.price-quote {
    display: block;
    height: 20px;
}
.intial-price {
    float: left;
    /*font-family: ProximaNova-Regular;*/
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #4a4a4a;
    margin-left: 40px;
}
.final-price {
    float: right;
    /*font-family: ProximaNova-Regular;*/
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: right;
    color: #e72e77;
    margin-right: 40px;
}
.price-int {
    /*font-family: BanglaSangamMN;*/
    font-size: 20px;
    text-align: right;
    display: block
}
.block-vendor {
  height: 44px;
  border-radius: 2px;
  background-color: #e72e77;
  position: relative;
  margin-top: 50px;
  width: 90%;
  left: 5%;
}
.block-vendor-name {
  /*font-family: ProximaNova-Bold;*/
  font-size: 16px;
  letter-spacing: 1.9px;
  text-align: center;
  color: #ffffff;
  position: relative;
  top: 10px;
  font-weight: 600;
}
.comp-text {
    font-size: 14px;
    color: #0cd168;
    left: 4%;
    margin-top: 4%;
    position: relative;
    font-weight: bold;
}
.div_BOOK_NOW {
    display: inline-block;
    padding-right: 20px!important;
    padding-left: 20px!important;
    padding: 10px;
    border-radius: 2px;
    /* border: solid 1px #f5a623; */
    position: relative;
    margin-top: 20px;
    width: 90%;
    left: 5%;
    background-color: #e72377;
}
.booking-status_BOOK_NOW {
    font-size: 14px;
    letter-spacing: 0.9px;
    text-align: right;
    color: #e72e77;
}
.div_COMPLETED {
    display: inline-block;
    padding-right: 20px!important;
    padding-left: 20px!important;
    padding: 10px;
    border-radius: 2px;
    /* border: solid 1px #f5a623; */
    position: relative;
    margin-top: 20px;
    width: 90%;
    left: 5%;
    border: solid 1px #0cd168;
}
.booking-status_COMPLETED  {
    font-size: 14px;
    letter-spacing: 0.9px;
    text-align: right;
    color: #0cd168;
}
.div_OPEN {
    display: inline-block;
    padding-right: 20px!important;
    padding-left: 20px!important;
    padding: 10px;
    border-radius: 2px;
    /* border: solid 1px #f5a623; */
    position: relative;
    margin-top: 20px;
    width: 90%;
    left: 5%;
    border: solid 1px #4ba6ff;
}
.booking-status_OPEN  {
   font-size: 14px;
   letter-spacing: 0.9px;
   text-align: right;
   color: #4ba6ff;
   font-weight: bold;
}
.test {
    color: #fff;
}
.div_VENDOR_NOT_AVAILABLE {
    display: inline-block;
    padding-right: 20px!important;
    padding-left: 20px!important;
    padding: 10px;
    border-radius: 2px;
    /* border: solid 1px #f5a623; */
    position: relative;
    margin-top: 20px;
    width: 90%;
    left: 5%;
    border: solid 1px #f5a623;
}
.booking-status_VENDOR_NOT_AVAILABLE {
    font-size: 14px;
    letter-spacing: 0.9px;
    text-align: right;
    color: #f5a623;
}
.div_EXPIRED {
    display: inline-block;
    padding-right: 20px!important;
    padding-left: 20px!important;
    padding: 10px;
    border-radius: 2px;
    /* border: solid 1px #f5a623; */
    position: relative;
    margin-top: 20px;
    width: 90%;
    left: 5%;
    border: solid 1px #e1e1e1;
}
.booking-status_EXPIRED {
    font-size: 14px;
    letter-spacing: 0.9px;
    text-align: right;
    color: #9b9b9b;
}
.info-quote {
    text-align: right;
    position: relative;
    font-size: 14px;
    line-height: 1.1;
    color: #e72377;
    bottom: -30px;
    right: 20px;
}
.view-details{
    display: inline-block;
    float: right;
    bottom: 10px;
    position: absolute;
    right: 18px;
    color: #fff;
    background: #e1e1e1;
    padding: 10px;
    font-size: 14px;
}
.f-t {
    display: inline-block;
    float: right;
    font-size: 12px;
    letter-spacing: 0.5px;
    /* text-align: right; */
    color: #4a4a4a;
    font-weight: bold;
}

.func-date {
    display: inline-block;
    float: right;
    background-color: #fff;
    padding: 5px;
    font-size: 14px;
    letter-spacing: 0.5px;
    /* text-align: right; */
    color: #9b9b9b;
}
.function-box {
    width: 29em;
}
/*
.genie-recommendations{
	background-color: #fff;
	color: #4a4a4a;
}
.genie-recommendations .user-details .h5{
	font-size: 22px;
}*/

@media screen and (min-width: 700px) {
    .g_a_s {
        top: 73px;
    }
    #settingsCont .g_a_s {
        top: 20px;
    }
    .save-changes {
        padding-top: 0px;
    }
}
@media screen and (max-width: 700px) {
    .g_a_s {
        font-size: 100%!important;
        top: 18%;
        left: 25% !important;
    }
    .label-retype,.label-new,.label-current {
        margin-left: 30%!important;
    }
    .label-retype input,.label-new input,.label-current input {
        width: 90%;
    }
    .label-title,.label-date,.label-loc {
        margin-left: 30%!important;
    }
    .label-title input,.label-date input,.label-loc input{
        width: 90%;
    }
    #changeProfilePic {
        margin-left: 0%!important;
        margin-bottom: 8% !important;
        text-align: center;
        width: 100%;
    }
    #changeProfilePic div {
        border-radius: 50% !important;
    }
    #wmg-user-inbox-left {
        height: 525px;
    }
    #settingsCont .row {
        margin-top: 20%;
    }
    .arrow {
        left: 54% !important;
    }
    .popover.in {
        left: 55px!important;
    }
    .col-xs-12 .stgsForm .g_a_s {
        top:13%;
    }
}
