/**handles:wedding-dir-custom-css**/


#ui-datepicker-div{
    width: 20% !important;
}

ul#my-account-nav li a {
    padding: 0px 5px!important;
    background: #e7e7e7!important;
}

ul#my-account-nav li {
    display: inline-block!important;
    width: auto!important;
}

.page-wrapper.my-account.mb .row.vertical-tabs>div {
    width: 100%!important;
    float: none;
    display: block!important;
    max-width: 100%!important;
}

.page-wrapper.my-account.mb .row.vertical-tabs {
    display: block;
}

ul#my-account-nav {
    display: block!important;
}

#checklist-page {
    position: relative;
    background-color: #ffffff;
    width: 90%;
    max-width: 860px;
    margin: auto;
    padding: 90px;
    padding-top: 100px;
    box-shadow: 0px 2px 6px #C5C5C5;
    margin-bottom: 50px;
}

#checklist {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

a.add {
    top: 35px;
    right: 70px;
    color: #937539;
    display: inline-block;
    position: absolute;
    background-image: url(/images/tools/icon_add.png);
    font-size: 12px;
    height: 73px;
    background-repeat: no-repeat;
    padding-right: 65px;
    background-position: right;
    padding-top: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.links {
    text-align: center;
    margin-bottom: 20px;
}

.links a {
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #3c7c91;
    height: 25px;
    width: 120px;
    padding-top: 2px;
}

.links a.current-view {
    color: #ffffff !important;
    background-color: #937539;
}
h3.month-header {
    text-transform: none;
    margin: 5px;
    width: 140px;
    color: #937539;
    font-weight: bold;
    border-bottom: solid 3px #937539;
    padding-bottom: 10px;
}

ul.dragTable {
    height: 100%;
    padding: 0;
    margin: auto;
    min-height: 40px;
}

#checklist-page li {
    width: 100%;
    padding: 0;
    border: none;
    list-style-type: none;
}

#checklist-page li div {
    display: inline-block;
    width: calc(100% - 40px);
    background-color: #ffffff;
    margin-left: 40px;
}

#checklist-page li div input[type=checkbox] {
    margin-bottom: 10px;
    height: 16px;
    width: 14px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #ffffff;
    vertical-align: middle;
}

#checklist-page li input[type=text]:disabled  {
        -webkit-text-fill-color: #937539;
    background: none;
    resize: none;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #817D7D;
    vertical-align: bottom;
    border: 1px solid #ffffff;
    padding: 5px;
    margin: 0;
    width: calc(100% - 188px);
}
#checklist-page li input[type=text] {
        -webkit-text-fill-color: #937539;
    background: none;
    resize: none;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #817D7D;
    vertical-align: bottom;
    border-bottom: 1px solid grey;
    padding: 5px;
    margin: 0;
    width: calc(100% - 188px);
}

#checklist-page li a {
    vertical-align: top;
    display: inline-block;
    height: 25px;
    width: 25px;
    margin: 1px;
    margin-top: 0;
}

.pencil {
    background-image: url(/images/tools/icon_edit.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
}

a.hide {
    display: none !important;
}

.bin {
    background-image: url(/images/tools/icon_delete.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
}

#checklist-page li a#tips {
    height: 21px;
    width: 100px;
    margin: 0;
    margin-top: 2px;
    border-radius: 3px;
    background-color: #DECAA6;
    color: white;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    padding-top: 3px;
}


#budget-page {
    background-color: #ffffff;
    width: 90%;
    max-width: 860px;
    padding: 70px;
    padding-top: 35px;
    margin: auto;
    margin-bottom: 50px;
    box-shadow: 0px 2px 6px #C5C5C5;
}

#budget-page form {
    display: inline;
}

table#budgetlist {
    width: 100%;
    font-size: inherit;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
    text-align: left;
}


#budgetlist tbody {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
    display: table-row-group;
}


#budgetlist th.small-header {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #937539;
    width: 75px;
    padding-right: 20px;
    /*vertical-align: bottom;*/
}

#budgetlist td input[class='budget_name']:disabled {
    border: 1px solid #ffffff !important;
    padding: 5px !important;
    margin: 5px !important;
    width: calc(100% - 10px) !important;
    background: none !important;
    resize: none !important;
    font-family: 'Lato', sans-serif !important;
    font-weight: 300 !important;
    color: #817D7D !important;
    font: 99% sans-serif !important;
    font-size: 14px !important;
}
#budgetlist td input[class='budget_name'] {
    border-bottom: 1px solid grey !important;
    padding: 5px !important;
    margin: 5px !important;
    width: calc(100% - 10px) !important;
    background: none !important;
    resize: none !important;
    font-family: 'Lato', sans-serif !important;
    font-weight: 300 !important;
    color: #817D7D !important;
    font: 99% sans-serif !important;
    font-size: 14px !important;
}

 #budgetlist td input[type=text] {
    width: 80px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #817D7D;
    background-color: initial;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
    vertical-align: top;
    height: 46px;
    margin: 5px;
    padding: 5px;
    border: 1px solid #ffffff;
}

.hide {
    display: none !important;
}

#budgetlist td a {
    display: inline-block;
    height: 25px;
    width: 25px;
    margin: 1px;
    margin-top: 7px;
    text-decoration: none;
    color: #3c7c91;
    padding: 0;
    font-size: 100%;
    vertical-align: top;
    background: transparent;
}

#budgetlist th h2 {
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: solid 3px #937539;
    text-transform: none;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    color: #937539;
}

#budgetlist td a#link {
    width: 120px;
    height: 23px;
    background-color: #DECAA6;
    text-align: center;
    border-radius: 3px;
    color: #ffffff;
    font-size: 12px;
    padding-top: 4px;
    vertical-align: top;
    margin-top: 8px;
}

#budgetlist td a#link:hover {
    background-color: #937539;
}

#budgetlist .links th {
    padding: 0;
    text-align: center;
}

#budgetlist .links th a {
    text-align: center;
    display: inline-block;
    width: 170px;
    margin: auto;
    border: 1px solid #937539;
    padding: 7px;
    font-size: 15px;
    border-radius: 3px;
    font-weight: normal;
    color: #937539;
    margin-top: 60px;
    margin-bottom: 30px;
}

#budget-page div.header {
    position: relative;
    width: 90%;
    max-width: 860px;
    margin: auto;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    z-index: 0 !important;
}

#guest_page div.header{
    position: relative;
    width: 90%;
    max-width: 860px;
    margin: auto;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    z-index: 0 !important;
}

.totals h1 {
    margin-left: calc(50% - 101px);
    letter-spacing: 0.4px;
    position: relative;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 20px;
        font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 24px;
    width: auto;
    display: inline-block;
    background-color: initial;
    color: #937539;
        text-transform: none;
}

.totals h3 {
    text-align: center;
    text-transform: none;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #937539;
    margin-bottom: 30px;
    font-size: 15px;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
}

.totals h5 {
    margin: auto;
    text-transform: none;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #937539;
    margin-bottom: 30px;
    font-size: 15px;
        text-align: center;
        padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
}
.budget form {
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.totals h1 input {
    border: 1px solid #efefef;
    width: 110px;
    padding: 0;
    margin: 0;
    background: none;
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    padding-top: 4px;
    padding-bottom: 10px;
    padding-left: 1px;
    color: #937539;
}

#guest_page div.header h1 {
    margin-left: calc(50% - 50px);
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 24px;
    width: auto;
    display: inline-block;
    background-color: initial;
    color: #937539;
    padding: 0px;
    text-transform: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

#guest_page div.header h2 {
    margin: auto;
    text-align: center;
    text-transform: none;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #937539;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
}
 div.stats {
    max-width: 860px;
    margin: auto;
    margin-top: 40px;
    text-align: center;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
        box-sizing: border-box;
}

.stats h2 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 65px;
}

.stats h3 {
    text-transform: none;
    margin-top: 20px;
    font-size: 13px;
    margin-bottom: 20px;
}

.stats h3 span {
    font-size: 33px;
}

.stats .day {
    color: #937539;
}
.stats .eve {
    color: #937539;
}

.stats div {
    width: 348px;
    height: 239px;
    margin: 7px;
    display: inline-block;
    text-align: center;
    background-size: cover;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.stats .other {
    background-color: #bf9d5a;
    max-width: 847px;
    width: 100%;
    height: 55px;
    margin: auto;
    margin-top: 10px;
}
.stats p {
    display: inline-block;
    margin: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #ffffff;
}

#button-row {
    position: relative;
    max-width: 860px;
    width: 90%;
    margin: auto;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

a#show-guests, #hide-guests {
    display: block;
    text-align: center;
    width: 169px;
    height: 30px;
    margin: auto;
    padding-top: 5px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 15px;
    border: 1px solid #937539;
    border-radius: 3px;
}

a.add {
    color: #937539 !important;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(/images/tools/icon_add.png);
    font-size: 12px;
    height: 73px;
    background-repeat: no-repeat;
    padding-right: 65px;
    background-position: right;
    padding-top: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

#budget-page a.add{
    color: #937539 !important;
    display: inline-block;
    position: absolute;
    top: 280px;
    right: 60px;
    background-image: url(/images/tools/icon_add.png);
    font-size: 12px;
    height: 73px;
    background-repeat: no-repeat;
    padding-right: 65px;
    background-position: right;
    padding-top: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

div#guests {
    position: relative;
    background-color: #ffffff;
    margin: auto;
    max-width: 860px;
    padding: 10%;
    padding-top: 30px;
    box-shadow: 0px 2px 6px #C5C5C5;
}

#export {
    color: #937539;
    display: inline-block;
    position: absolute;
    top: 33px;
    right: 40px;
    background-image: url(/images/tools/icon_download.png);
    font-size: 12px;
    height: 44px;
    width: 100px;
    background-repeat: no-repeat;
    padding-right: 37px;
    background-position: right;
    padding-top: 0px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    background-color: white !important;
    text-decoration: none;
    box-shadow: none;
}


.pg-toolsindex a#import {
    color: #937539;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
    background-image: url(/images/tools/icon_add.png);
    font-size: 12px;
    height: 73px;
    background-repeat: no-repeat;
    padding-left: 65px;
    background-position: left;
    padding-top: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

table#guestlist {
    width: 100%;
    margin-top: 40px;
}
table#guestlist tr {
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

table#guestlist th:nth-of-type(1) {
    border-bottom: 2px solid #937539;
    padding-bottom: 5px;
    font-weight: bold;
}

table#guestlist th {
    padding: 6px;
    padding-bottom: 15px;
    text-align: left;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #937539;
    vertical-align: middle;
}

table#guestlist td {
    vertical-align: middle;
}

table#guestlist td input[type=checkbox] {
    padding: 5px;
    cursor: pointer;
    width: 15px;
    height: 15px;
    font-size: 15px;
    margin: 0px;
    vertical-align: middle;
}

table#guestlist td input[type=text]:disabled {
    width: calc(100% - 20px);
    height: 100%;
    border: 1px solid #ffffff;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #937539;
    font-size: 15px;
    margin: 0px;
    padding: 5px;
    vertical-align: middle;
}

table#guestlist td input[type=text] {
    width: calc(100% - 20px);
    height: 100%;
    border-bottom: 1px solid grey;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #937539;
    font-size: 15px;
    margin: 0px;
    padding: 5px;
    vertical-align: middle;
}
table#guestlist td select {
    font-size: 15px;
    margin: 0px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ffffff;
    padding: 5px;
    padding-left: 6px;
    width: auto;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #937539;
    -webkit-appearance: none;
      -moz-appearance: none;
    background-image: none;
    background-color: #fff;
}

select::-ms-expand {
    display: none !important;
}

#guestlist td a {
    display: inline-block;
    height: 25px;
    width: 25px;
}

#total-change {
    border: none;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #937539;
    width: auto;
    max-width: 25px;
    padding: 0;
    margin: 0;
    margin-bottom: 4px;
    text-align: center;
}

 p select {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #937539;
    border: 1px solid #a6a5a5;
    border-radius: 0;
/*    padding: 10px;*/
    -webkit-appearance: none;
    background-color: #fff;
    display: inline;
    width: 100px;
}

#table-plan {
    position: relative;
    width: 90%;
    max-width: 860px;
    margin: auto;
}

#table-plan h1 {
    margin-left: calc(50% - 54px);
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 24px;
    width: auto;
    display: inline-block;
    background-color: initial;
    color: #937539;
    padding: 0px;
    text-transform: none;
    padding-top: 20px;
    padding-bottom: 20px;
}
#table-plan p {
    margin: auto;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #937539;
    letter-spacing: 1px;
}
div#tables {
    margin: auto;
    padding-top: 30px;
}

div.seating {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    border-top: 4px solid #b33c00;
    margin-right: 12px;
    margin-bottom: 12px;
    background-color: white;
    min-height: 100px;
}
.seating h3 {
    position: relative;
    height: 45px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}

.seating h3 input[type=text]:disabled {
    border: none;
    padding: 0px;
    padding-top: 24px;
    margin: 0px;
    font-family: 'Lato',sans-serif;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #937539;
    border-radius: 0;
    -webkit-appearance: none;
    background-color: #fff;
    -webkit-text-fill-color: #937539;
}

.seating h3 input[type=text] {
    border-bottom: 1px solid grey;
    padding: 0px;
    padding-top: 24px;
    margin: 0px;
    font-family: 'Lato',sans-serif;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #937539;
    border-radius: 0;
    -webkit-appearance: none;
    background-color: #fff;
    -webkit-text-fill-color: #937539;
}

.seating h3 a {
    position: absolute;
    right: 7px;
    top: 3px;
    display: inline-block;
    height: 25px;
    width: 25px;
}
.seating h3 a:nth-of-type(3) {
    position: absolute;
    left: 7px;
    top: 3px;
}
ul.dragTable {
    height: 100%;
    padding: 5px;
    min-height: 60px;
    padding-bottom: 13px;
    margin: auto;
    padding-left: 15px;
    padding-top: 0;
    list-style: none;

}

ul.dragTable li {
    color: #6e582b;
    background: none;
    background-color: #ffffff;
    width: 122px;
    display: inline-block;
    margin: 5px;
    cursor: move;
    font-size: 13px;
    border: none;
    border-bottom: 1px solid #cdb37e;
    padding: 5px;
    overflow: hidden;      
    z-index:100;
}

div#tables h1 {
    font-family: 'Lato', sans-serif;
    position: relative;
    margin-left: 25px;
    display: block;
}

div#tables h1 span {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    margin-left: 25px;
    font-size: 15px;
}

div.guestbox {
    width: 100%;
    display: inline-block;
    background-color: #F7F7F7;
    min-height: 100px;
    margin-bottom: 80px;
}

 div.guestbox ul.dragTable {
    margin-top: 10px;
}

.highlight {
    color: white !important;
    background-color: #cdb37e !important;
    font-weight: bold !important;
}

ul.dragTable li:hover {
    color: white;
    background-color: #cdb37e;
}

/*.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
   color: white;
    background-color: #cdb37e;
    font-weight: bold !important;
}*/

hr {
    height: 1px;
    background-color: #DECAA6;
    margin: auto;
    width: 90%;
    max-width: 860px;
    margin-bottom: 40px;
    border-top: none !important;
    opacity: 1 !important;
}

.modal-header .close {
        position: absolute;
    top: 5%;
    right: -2%;
    margin-top: -2px;
}