/* Admin page with breadcrumbs page css */
#invite-cat .bg-info{
  background-color:#fff;
}
#invite-cat .nav-pills>li{
  float:inherit;
  margin-bottom: 17px;
}

#invite-cat .nav-pills{
  padding: 15px;
}

#invite-cat .nav-pills>li>a{
background: black;
    color: white;
    border-radius: 0px;
}

#invite-cat h1{
      background-color: #fff;
    padding: 15px;
      font-size: 35px;
}

#invite-cat-form {
  padding: 19px;
}

.btn-browseall-home{
  display: inline-block;
    font-size: 14px;
    line-height: 14px;
    padding: 12px 25px;
    text-align: center;
    background-color: #e72626;
    border: 0 none;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    cursor: pointer;
    -webkit-appearance: none;
   
}

.btn-browseall-home{
  -webkit-transition: color 300ms;
  transition: color 300ms;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
  .btn-browseall-home:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition: 200ms ease-out;
    transition: 200ms ease-out;
  opacity:0.4;
  }
  .btn-browseall-home:hover:before{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  color:#fff;
  }
  .btn-browseall-home:hover{
   
  color:#fff;
  }

/* Blinking text om user Panel create Invitation Menu */
.new_blink{
  padding:0px 5px; color:red; font-weight:600;
animation:1s linear infinite blinker;
-webkit-animation: 1s linear infinite blinker;
-moz-animation:1s linear infinite blinker;
}

 @-moz-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @-webkit-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

#range_weight_display,#weight_input_display{
font-size: 22px;}
.text p{margin:0px !important;} 
.edit_templ_main{position:relative;margin-top:60px;}  // used in User view create _form page
.test{font-size:26px;}
.draft-image{width:70px;height:70px;}
.logo-inline{display: inline !important;}
.logo-inline1{display: inline !important; margin-left:20px;}
@media only screen and (max-width:767px){
	.img-created{width:100%;}
}
.img-created{padding:2vw;}
.user-invite-creation{margin:0 auto; text-align:center;}
.center-align{text-align:center;}
.dropdown-index{padding:25px;text-align:left;}
.tbl-responsive{display:inline;}
#sidebar{padding:10px;margin-top:70px;}
.summary{text-align:center !important;}
.pagination{text-align:center;margin:12px; padding:12px;font-size: 19px;}
.view{padding: 10px;border-bottom: 1px solid; margin: 15px;}
.thumbnail-img{height:auto; padding-bottom:30px;}
.btn{padding:9px 11px;}
#firstdiv-handler{
  position: absolute;
  z-index: 100; resize:both;
}
.colorfield{height: 20px;
width: 100%;
margin: 10px 2px;}


.banner.cards-featured, .banner.invitations-featured {
    background-size: cover;
}
.banner.invitations-featured {

    background: url(https://www.venuelook.com/images/invitation-Maker-8.png?auto=compress,format) no-repeat right,linear-gradient(to right, #000, #000000);
	background-size: cover;
}
.banner.-no-bottom-space {
    margin-bottom: -24px;
}
.banner.-dont-offset {
    top: auto;
    padding-top: 0px;
}
.banner {
    position: relative;
    top: -24px;
    margin-bottom: 40px;
    background-position: center center;
    background-size: cover;
}
._no-mg-b {
    margin-bottom: 0!important;
}
.-gradient-overlay {
    position: relative;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block;
}


.banner.invitations-featured.-gradient-overlay:before {
    opacity: 0;
}
.orange-red-gradient-overlay:before, .banner.announcements.moving-announcements:before {
    background: #ffad7b;
    background: -moz-linear-gradient(-45deg,#d9497a 0%,#ffad7b 100%);
    background: -webkit-linear-gradient(-45deg,#d9497a 0%,#ffad7b 100%);
    background: linear-gradient(135deg,#d9497a 0%,#ffad7b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9497a',endColorstr='#ffad7b',GradientType=1);
}
.-gradient-overlay:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
}

.banner.-invitation-banner .wrap {
    height: 232px;
}
.banner.-fixed-height .wrap {
    height: 232px;
}
.banner>.wrap {
    height: 100%;
    position: relative;
   
}
.wrap.-size-md {
    max-width: 1028px;
}
.clearfix, .grid, .wrap {
    zoom: 1;
}
.wrap {
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1920px;
}

.clearfix:before, .clearfix:after, .grid:before, .grid:after, .wrap:before, .wrap:after {
    content: '\20';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.banner.cards-featured ._vertical-align, .banner.invitations-featured ._vertical-align {
    width: 50%;
    float: right!important;
}
._vertical-align {
    display: table;
    width: 100%;
    height: 100%;
}

._vertical-align>* {
    display: table-cell;
    vertical-align: middle;
    float: none!important;
}
._align-center {
    text-align: center;
}
.gap-10 {
    height: 10px;
}
.banner.-invitation-banner .wrap h1 {
    text-transform: capitalize;
}
._mg-b-xxs {
    margin-bottom: 5px!important;
}
.white {
    color: #fff;
}
._mg-b-xs {
    margin-bottom: 10px!important;
}
._semi-bold-weight {
    font-weight: 600;
}

.clearfix:after, .grid:after, .wrap:after {
    clear: both;
}
.clearfix:before, .clearfix:after, .grid:before, .grid:after, .wrap:before, .wrap:after {
    content: '\20';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.user_budget{width:120px;}
.user_textarea{resize:none;}
.timelinehide{display:none;}
.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #2c3e50;
  background-image: none;
}
/* Custom Select */
.select {
position: relative;
    display: block;
    width: 46em;
    height: 3.8em;
    line-height: 2.5;
    /* background: #000; */
    overflow: visible;
    border-radius: 3.25em;
    margin: 0 auto;
    box-shadow: 0px 7px 7px -4px #777;
	background: white url() no-repeat 20px center;
    border: 0;
    font-size: 18px;
    height: 52px;
    margin: 0;
    /* padding: 0 150px 0 60px; */
    position: relative;
    width: 50%;
    margin: 0 auto;
	
}
#search-category select {
  width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 .5em;
    color: #000;
    cursor: pointer;
    border-radius: 30px;
	border: 0;
}
#search-category select::-ms-expand {
  display: none;
}
/* Arrow */
.select::after {
 content: '\25BC';
    position: absolute;
    top: 5px;
    right: 3px;
    bottom: 8px;
    padding: 0 1em;
    background: #fff;
    pointer-events: none;
    border-radius: 13px;
    border-color: black;
}
/* Transition */
.select:hover::after {
  color: #dd514c;
}

select:focus {
  outline: none;
}
.select::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

.rule{
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #fff;
}

.category-tile, .create-your-own-tile, .package-tile, .upgrade-tile {
    position: relative;
    display: inline-block;
   
    padding: 10px 20px;
    vertical-align: top;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…Igd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #fff), color-stop(30%, #f3f4f8));
    background-image: -moz-linear-gradient(#fff, #fff 30%);
    background-image: -webkit-linear-gradient(#fff, #fff 30%);
    background-image: linear-gradient(#fff, #fff 30%);
    border: 1px solid #D9DDE0;
    text-align: center;
    overflow: hidden;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.package-tile, .design-studio-gallery-browser .upgrade-tile {
    margin: 16px 32px 16px 0;
}

.package-tile .preview img {
    cursor: pointer;
    filter: alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
}

.fabricss-reset img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.fabricss-reset img, .fbtn, .fbtn-group {
    vertical-align: middle;
}


.package-tile .details {
    position: relative;
    margin-top: 20px;
    border-top: 1px solid #D9DDE0;
}

@media only screen and (min-width: 1024px)
.package-tile .details {
    margin-top: 20px;
    padding-top: 10px;
}

@media only screen and (min-width: 1024px)
.package-tile .details {
    margin-top: 20px;
    padding-top: 10px;
}

@media only screen and (min-width: 1024px)
.package-tile .title {
    float: left;
    font-size: 13px;
    line-height: 22px;
    height: 22px;
}
.package-tile .title {
    font-size: 15px;
    line-height: 38px;
    text-align: left;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
}

.effect1{
    -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}
.invite_start{
	background-color: #fff ;
	margin-top: 11px;
}
.effect8
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.1) inset;
background: linear-gradient(to bottom, rgba(246, 246, 246, 0.4) 0%, #f6f6f6 100%);
}
.effect8:before, .effect8:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect8:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.edit-label-top{
	margin-top:15px;
}


.edit-label-top .control-label{
	font-weight: bold;
}


.btn-browseall-home {
    -webkit-transition: color 300ms;
    transition: color 300ms;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.btn-browseall-home {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    padding: 12px 25px;
    text-align: center;
    background-color: #e72626;
    border: 0 none;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    cursor: pointer;
    -webkit-appearance: none;
}

#draft-page table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}

#draft-page th, #draft-page td {
    text-align: left;
    padding: 8px;
}

#draft-page table{background:#fff !important; margin-bottom:20px;}
#draft-page table td a{color:#000; font-size:16px; font-weight:600;}
#draft-page table td a:hover{ color:#e72626; text-decoration:none;}
#draft-page tr:nth-child(odd){background-color: #fff !important;    border-bottom: 10px solid #eaeaea;}

#draft-page tr:nth-child(even){background-color: #fff !important; border-bottom: 10px solid #eaeaea; }


@media only screen and (min-width: 1024px)
.package-tile .preview {
    height: 280px;
    line-height: 280px;
}


@font-face {
     // font-family: "Schoolbell";
     // src: url("http://venuelook.com/css/fonts/Schoolbell.ttf");
    }


@font-face {
    font-family: "Schoolbell";
      src: url("/uploads/invite/font/Schoolbell.ttf");

}

@font-face {
    font-family: "GrandHotelRegular";
      src: url("/uploads/invite/font/GrandHotel-Regular.ttf");

}
@font-face {
    font-family: "helvetica";
      src: url("/uploads/invite/font/HelveticaNeueBd.ttf");

}
@font-face {
    font-family: "montserrat";
      src: url("/uploads/invite/font/Montserrat-Bold.ttf");

}
@font-face {
    font-family: "robotobold";
      src: url("/uploads/invite/font/Roboto-Bold.ttf");

}
@font-face {
    font-family: "Adumu-Regular";
      src: url("/uploads/invite/font/Adumu.ttf");

}
@font-face {
    font-family: "Calibri";
      src: url("/uploads/invite/font/Calibri.ttf");

}
@font-face {
    font-family: "Calibri-Bold";
      src: url("/uploads/invite/font/CALIBRIB.TTF");

}
@font-face {
    font-family: "Calibri-Italic";
      src: url("/uploads/invite/font/CALIBRII.TTF");

}
@font-face {
    font-family: "Calibri-Bold-Italic";
      src: url("/uploads/invite/font/CALIBRIZ.TTF");

}
@font-face {
  font-family:"Courgette-Regular";
  src: url("/uploads/invite/font/Courgette-Regular.ttf");
}
@font-face{
  font-family:"CraftyGirls-Regular";
  src:url("/uploads/invite/font/CraftyGirls-Regular.ttf");
}
@font-face{
  font-family:"KaushanScript-Regular";
  src:url("/uploads/invite/font/KaushanScript-Regular.ttf");
}
@font-face{
  font-family:"PrincessSofia-Regular";
  src:url("/uploads/invite/font/PrincessSofia-Regular.ttf");
}
/* Added on 05Jan2019 */
@font-face{
  font-family:"Allura";
  src:url("/uploads/invite/font/allura-regular.ttf");
}
@font-face{
  font-family:"Brusher";
  src:url("/uploads/invite/font/brusher.ttf");
}
@font-face{
  font-family:"Chewy";
  src:url("/uploads/invite/font/chewy-regular.ttf");
}
@font-face{
  font-family:"Coiny";
  src:url("/uploads/invite/font/coiny-regular.ttf");
}
@font-face{
  font-family:"GermaniaOne";
  src:url("/uploads/invite/font/germaniaOne-regular.ttf");
}
@font-face{
  font-family:"GochiHand";
  src:url("/uploads/invite/font/gochiHand-regular.ttf");
}
@font-face{
  font-family:"Mogra";
  src:url("/uploads/invite/font/mogra-regular.ttf");
}
@font-face{
  font-family:"Oregano";
  src:url("/uploads/invite/font/oregano-regular.ttf");
}
@font-face{
  font-family:"Oregano-Italic";
  src:url("/uploads/invite/font/oregano-italic.ttf");
}
@font-face{
  font-family:"Pacific-Again";
  src:url("/uploads/invite/font/Pacific-Again.ttf");
}
@font-face{
  font-family:"Satisfy";
  src:url("/uploads/invite/font/satisfy-regular.ttf");
}
@font-face{
  font-family:"Waterlily-Script";
  src:url("/uploads/invite/font/Waterlily-Script.ttf");
}
@font-face{
  font-family:"Yellowtail";
  src:url("/uploads/invite/font/yellowtail-regular.ttf");
}
@font-face{
  font-family:"Century-Gothic";
  src:url("/uploads/invite/font/CenturyGothic.ttf");
}
@font-face{
  font-family:"Gothic-Bold";
  src:url("/uploads/invite/font/GOTHICB.TTF");
}
@font-face{
  font-family:"Alex-Brush";
  src:url("/uploads/invite/font/AlexBrush-Regular.ttf");
}
@font-face{
  font-family:"agency fb";
  src:url("/uploads/invite/font/AGENCYR.TTF");
}
@font-face{
  font-family:"amatic sc";
  src:url("/uploads/invite/font/AmaticSC-Regular.ttf");
}
@font-face{
  font-family:"amsterdam";
  src:url("/uploads/invite/font/Amsterdam Personal Use.ttf");
}
@font-face{
    font-family:"Beautiful-Lovers";
    src:url("/uploads/invite/font/Beautiful Lovers Personal Use.ttf");
}
@font-face{
    font-family:"Beautiful-Mountains";
    src:url("/uploads/invite/font/Beauty Mountains Personal Use.ttf");
}
@font-face{
    font-family:"Bella-Fashion";
    src:url("/uploads/invite/font/Beauty Mountains Personal Use.ttf");
}
@font-face{
    font-family:"Bernadette";
    src:url("/uploads/invite/font/bernadette.ttf");
}
@font-face{
    font-family:"Birds-of-Paradise";
    src:url("/uploads/invite/font/Birds of Paradise c PERSONAL USE ONLY.ttf");
}
@font-face{
  font-family:"Brush-Script";
  src:url("/uploads/invite/font/BRUSHSCI.TTF");
}
@font-face{
    font-family:"Candy-inc";
    src:url("/uploads/invite/font/CANDY__.ttf");
}
@font-face{
    font-family:"Caviar-Dreams";
    src:url("/uploads/invite/font/CaviarDreams.ttf");
}
@font-face{
    font-family:"Caviar-Dreams-Bold";
    src:url("/uploads/invite/font/CaviarDreams_Bold.ttf");
}
@font-face{
    font-family:"Caviar-Dreams-Bold-Italic";
    src:url("/uploads/invite/font/CaviarDreams_BoldItalic.ttf");
}
@font-face{
    font-family:"Cooperplate-Gothic-Bold-Regular";
    src:url("/uploads/invite/font/Copperplate Gothic Bold Regular.ttf");
}
@font-face{
  font-family:"Courier-New";
  src:url("/uploads/invite/font/cour.ttf");
}
@font-face{
  font-family:"Dirty-Queen";
  src:url("/uploads/invite/font/Dirty Queen Personal Use.ttf");
}
@font-face{
    font-family:"Engravers-Gothic-Mt";
    src:url("/uploads/invite/font/ENGR.TTF");
}
@font-face{
    font-family:"exotic-350";
    src:url("/uploads/invite/font/Exot350D.ttf");
}
@font-face{
    font-family:"Gabriola-font";
    src:url("/uploads/invite/font/Gabriola.ttf");
}
@font-face{
    font-family:"Great-Vibes";
    src:url("/uploads/invite/font/GreatVibes-Regular.ttf");
}
@font-face{
    font-family:"Forte";
    src:url("/uploads/invite/font/FORTE.TTF");
}
@font-face{
    font-family:"freehand521-bt";
    src:url("/uploads/invite/font/Freehand521BT.ttf");
}
@font-face{
    font-family:"Freestyle-Script";
    src:url("/uploads/invite/font/FREESCPT.TTF");
}
@font-face{
    font-family:"Geometos";
    src:url("/uploads/invite/font/Geometos.ttf");
}
@font-face{
    font-family:"twcenmt";
    src:url("/uploads/invite/font/fontscorecomttwcenmt.ttf");
}
/* End of added on 05Jan2019 */

/* Checklist Css Start here */
.divider{border-top:solid #000;}
.timeline{background-color:lightblue;padding:10px;}
.task{background-color:rgba(0,0,234,0.2);padding:10px;}
.custom-btn{padding:8px 12px;background-color:#000;color:#fff;font-weight:600;font-size:14px;}
//Add checklist User Form
#add-new-checklist i{font-size:50px;color:blue;cursor:pointer;}
#add-new-checklist span{padding:20px 15px;}
#add-checklist-form{border:1px solid rgb(217, 217, 217);padding:20px;display:none;}
.inline-fields{display:inline;}
.user-task{padding:20px;margin:20px 0px;border:1px solid rgba(0,0,0,0.5); background-color:rgba(0,0,0,0.4);}
.btn-info{text-align:left;}
.btn-info span{padding:0px 20px;text-align:left;}
.btn-info span:nth-child(1){ font-size:20px; font-weight:600;}
.user-timeline{margin:5px 0px;}
.total-info{padding:0px 20px;text-align:left;}
.hide{display:block;}
.show{ display:none;}
@media only screen and (max-width:767px){
  .total-info span{width:100%;}
}
@media(max-width:641px)
{
	.select{width: 90%;}
	.category-tile, .create-your-own-tile, .package-tile, .upgrade-tile{padding: 10px 0px; display:block; width:100%;}
	.banner.invitations-featured{background: url(https://www.venuelook.com/images/invitation-maker.png) no-repeat; min-height:220px;     background-size: cover;
    background-position: 50% 0px;}
	.create-invite{padding: 8px 10px !important;}
	.hide{display:none;}
	.show{ display:block;}
}

.user_budget{width:120px;}
.user_textarea{resize:none;}
.timelinehide{display:none;}
// End Add checklist User Form
/* End Checklist Css Start here */

/* invite Css Start here */

.invite_start table tr{ background:#fff !important; margin-bottom:20px;}
.draft-rotate{ width: 80px;
     text-align:center;
    background-color: rgba(255, 255, 255, 0.85);
	-o-transform: rotate(-50deg); /* IE 9 */
	-moz-transform: rotate(-50deg); /* IE 9 */
    -ms-transform: rotate(-50deg); /* IE 9 */
    -webkit-transform: rotate(-50deg); /* Safari 3-8 */
    transform: rotate(-50deg);
	margin: 25px 0px 0px 0px;
border:1px solid #000; position:absolute; z-index:999;}
.create-invite{
	    background: #7fd226;
    border-radius: 30px;
    border: none;
    padding: 8px 20px;
    color: #fff;
    float: right;
    margin-right: 20px;
    font-size: 16px;
	
}
.create-invite a{ color:#fff !important;}
.create-invite a:hover{  text-decoration:none;}

.draft-head td{ font-size:16px; font-weight:600; padding:5px 10px;}

