/* CSS by Tim Householder */

/* RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p,
blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

/*ol, ul {
    list-style: none;
}*/

div.admin-nav ul {
    list-style: none;
}

ul#proposal-content {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q::before, q::after {
    content: "";
}

abbr, acronym {
    border: 0;
}

html {
    font-size: 12px;
}

/* RESET END */
@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

body {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #505050;
    background: url(../images/body-bg.png) repeat center center;
}

a {
    text-decoration: none;
    color: #00b4e7;
    outline: none;
}

a:hover {
    text-decoration: none;
}

/*** UTILS ***/
.clear {
    clear: both;
}

.inline {
    display: inline;
}

.strong {
    font-weight: bold;
}

.hilite {
    font-weight: bold;
    color: #FFE045;
}

.colorMeBlue {
    color: #00aeef;
}

.colorMeLightBlue {
    color: #29AAE1;
}

.colorMeYellow {
    color: #FFFF00;
}

.colorMeGreen {
    color: #00A99D;
}

.imagepadright {
    padding: 5px;
    border: 1px solid silver;
    background-color: #FFFFFF;
    margin-right: 20px;
    margin-bottom: 10px;
}

.c {
    text-align: center !important;
}

.l {
    text-align: left !important;
}

.r {
    text-align: right !important;
}

input:-webkit-autofill {
    background-color: #f0ffd9;
}

.inline-field {
    float: left;
    margin-right: 20px;
}

a.blue-action-button {
    padding: 4px 6px;
    background-color: #00b4e7;
    color: #FFFFFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    z-index: 99999 !important;
}

a.blue-action-button:hover {
    background-color: #007ec2;
}

a.add {
    padding: 2px 4px;
    text-align: center;
    display: inline-block;
    outline: none;
    margin-right: 4px;
    color: #007ec2 !important;
    background-color: #CDCDCD;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

a.add::before {
    content: "\f067";
    font-family: FontAwesome, serif;
}

a.update {
    width: 16px;
    height: 16px;
    display: inline-block;
    text-indent: -9000px;
    outline: none;
    background: url(../images/update-icon.png) no-repeat center center;
    margin-right: 4px;
}

a.delete {
    padding: 2px 4px;
    text-align: center;
    display: inline-block;
    /* text-indent: -9000px; */
    outline: none;
    /* background: url(../images/delete-icon.png) no-repeat center center; */
    margin-right: 4px;
    color: #999999 !important;
    background-color: #DCDCDC;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

a.delete::before {
    content: "\f00d";
    font-family: FontAwesome, serif;
}

a.delete:hover {
    color: #000000 !important;
}

a.add-text-link {
    font-size: 12px;
    color: #00b4e7 !important;
}

a.add-text-link::before {
    font-family: FontAwesome, serif;
    content: "\f0fe";
    font-size: 14px;
    margin-right: 5px;
}

a.pin {
    width: 16px;
    height: 16px;
    display: inline-block;
    text-indent: -9000px;
    outline: none;
    background: url(../images/pin-icon.png) no-repeat left bottom;
    margin-right: 4px;
}

tr.tl-selected td {
    background-color: #fce588;
}

tr.tl-selected td a.pin {
    background: url(../images/pin-icon.png) no-repeat left top;
}

a.pin:hover {
    background: url(../images/pin-icon.png) no-repeat left top;
}

a.payment {
    width: 24px;
    height: 24px;
    display: inline-block;
    text-indent: -9000px !important;
    outline: none;
    background: url(../images/payment-icon.png) no-repeat center center;
    margin-right: 4px;
}

a.print {
    width: 24px;
    height: 24px;
    display: inline-block;
    text-indent: -9000px !important;
    outline: none;
    background: url(../images/print-icon.png) no-repeat center center;
    margin-right: 4px;
}

a.pdf {
    width: 24px;
    height: 24px;
    display: inline-block;
    text-indent: -9000px !important;
    outline: none;
    background: url(../images/pdf-icon.png) no-repeat center center;
    margin-right: 4px;
}

a.email {
    width: 24px;
    height: 24px;
    display: inline-block;
    text-indent: -9000px !important;
    outline: none;
    background: url(../images/email-icon.png) no-repeat center center;
    margin-right: 4px;
}

a.pay-schedule {
    width: 24px;
    height: 24px;
    display: inline-block;
    text-indent: -9000px !important;
    outline: none;
    background: url(../images/payschedule-icon.png) no-repeat center center;
    margin-right: 4px;
}

a.edit {
    width: 24px;
    height: 24px;
    display: inline-block;
    text-indent: -9000px !important;
    outline: none;
    background: url(../images/edit-big-icon.png) no-repeat center center;
    margin-right: 4px;
}

a.delete-big {
    width: 24px;
    height: 24px;
    display: inline-block;
    text-indent: -9000px !important;
    outline: none;
    background: url(../images/delete-icon-big.png) no-repeat center center;
    margin-right: 4px;
}

a.refresh {
    width: 24px;
    height: 24px;
    display: inline-block;
    /* text-indent: -9000px !important; */
    outline: none;
    /* background: url(../images/refresh-icon.png) no-repeat center center; */
    font-size: 20px;
}

a.refresh:hover {
    color: #000000;
}

a.worksheet {
    width: 24px;
    height: 24px;
    display: inline-block;
    text-indent: -9000px !important;
    outline: none;
    background: url(../images/worksheet-icon.png) no-repeat center center;
    margin-right: 4px;
}

a.page-break-manage {
    width: 24px;
    height: 24px;
    display: inline-block;
    text-indent: -9000px !important;
    outline: none;
    background: url(../images/page-break-icon.png) no-repeat center center;
    margin-right: 4px;
}

a.green-button {
    position: relative;
    padding: 4px 12px 5px 12px;
    background: url(../images/green-button-bg.png) repeat-x right bottom;
    border: 1px solid #9c9c9c;
    color: #FFFFFF !important;
    text-decoration: none;
    text-shadow: 1px 1px 1px #829a0b;
    font-size: 11px !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; /* future proofing */
    -moz-box-shadow: 2px 2px 2px #BBB;
    -webkit-box-shadow: 2px 2px 2px #BBB;
    box-shadow: 2px 2px 2px #BBB;
}

a.green-button:hover {
    background: url(../images/green-button-bg-over.png) repeat-x right bottom;
    color: #FFFFFF !important;
    text-decoration: none;
}

a.move-handle {
    display: block;
    width: 16px;
    height: 26px;
    background: url(../images/move-icon.png) no-repeat left top;
    /*text-align: 9000px;*/
    outline: none;
}

button, input, select, textarea {
    font-family: 'Open Sans', sans-serif !important;
    /*font-weight: 600;*/
    font-size: 100% !important;
}

input[type="submit"].blue-button {
    font-size: 13px;
    color: #ffffff;
    padding: 5px 20px;
    background-color: #00b4e7;
    cursor: pointer;
    border: 0 solid silver;
    height: inherit;
    margin-top: 10px;
}

input[type="submit"].blue-button:hover {
    background-color: #007ec2;
}

input.no-spinner::-webkit-inner-spin-button, input.no-spinner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input.no-spinner {
    -moz-appearance: textfield;
}

input:not([type=submit]):not([type=file]):not([type=button]), textarea {
    border: 1px solid #c3ccd1;
    padding: 3px 6px;
    background: #FFFFFF;
    font-size: 11px;
    margin: 0 0 10px 0;
}

.action-list {
    padding: 10px 10px;
    margin-bottom: 10px;
    background-color: #f7f7f7;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; /* future proofing */
}

.action-list-div-line {
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 10px;
}

.action-list input {
    margin-bottom: 0 !important;
    margin-right: 6px !important;
}

/****** BASE CONTENT ******/
#header {
    height: 94px;
    width: 100%;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

#header-content {
    position: relative;
    width: 1000px;
    height: 58px;
    margin: 0 auto;
}

#header-content a#logo-button {
    width: 64px;
    height: 50px;
    display: block;
    position: absolute;
    top: 3px;
    left: 13px;
    text-indent: -9000px;
    background: url(../images/a-logo.png) no-repeat center center;
}

#header-content p#live-date {
    position: absolute;
    top: 6px;
    right: 0;
    text-align: right;
    color: #333333;
    font-size: 11px;
}

#header-content p#user-info {
    position: absolute;
    bottom: 12px;
    right: 0;
    text-align: right;
    color: #007ec2;
    font-size: 12px;
}

#header-content p#user-info span {
    margin-left: 2px;
}

#header .header-shadow {
    background: url(../images/main-content-top-shadow.png) repeat-x center top;
    height: 14px;
    width: 100%;
    display: block;
}

#header .admin-nav {
    background-color: #464646;
    border-top: 4px solid #aac718;
    width: 100%;
    font-family: 'Clavo', Georgia, serif;
}

.admin-nav ul#nav {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.admin-nav ul#nav > li {
    float: left;
}

.admin-nav ul#nav > li > a {
    font-size: 13px;
    font-weight: 600;
    color: #FFFFFF;
    padding: 8px 18px;
    display: block;
    border-right: 1px solid #353535;
}

.admin-nav ul#nav > li > a.first {
    border-left: 1px solid #353535;
}

.admin-nav ul#nav > li > a.last {
    border-right: 0 solid #758489;
}

.admin-nav ul#nav > li > a:hover {
    background: url(../images/nav-bg-over.png) repeat-x left top;
    text-decoration: none;
}

.admin-nav ul#nav > li > a.selected, .admin-nav ul#nav > li > a.selected:hover {
    background: url(../images/nav-bg-selected.png) repeat-x left top;
}

/* NAV SUBMENU DROPDOWN */
#nav > li > div {
    position: absolute;
    display: block;
    width: 992px;
    top: 32px;
    left: 0;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background: #EDEDED;
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
    z-index: 99999;
    border-bottom: 4px solid #FFFFFF;
    border-left: 4px solid #FFFFFF;
    border-right: 4px solid #FFFFFF;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.51);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.51);
}

#nav > li:hover > div {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

/* Menu Content Styles */
#nav .nav-column {
    float: left;
    width: 20%;
    padding: 1.5% 2% 2% 2%;
    color: #333333;
}

#nav .nav-column h3 {
    margin: 0 0 4px 0;
    line-height: 16px;
    font-weight: bold;
    font-size: 12px;
    color: #372f2b;
    text-transform: uppercase;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 2px;
}

#nav .nav-column h3.orange {
    color: #ff722b;
}

#nav .nav-column li a {
    display: block;
    line-height: 20px;
    font-size: 12px;
    color: #334553;
}

#nav .nav-column li a:hover {
    color: #00b4e7;
    text-decoration: none;
}

#footer {
    width: 1000px;
    padding: 10px 20px;
    margin: 0 auto;
    background: url(../images/footer-bg.png) repeat-x center top #464646;
    text-align: center;
    font-size: 12px;
}

#footer a {
    color: #ababab;
}

#footer a:hover {
    color: #FFFFFF;
}

#footer #footer-env {
    position: relative;
    color: #ababab;
}

.content {
    width: 1000px;
    margin: 0 auto;
    background-color: #FFFFFF;
    padding: 120px 20px 30px 20px;
    text-align: left;
    position: relative;
}

/***** GLOBAL TYPE *****/
.content > h1 {
    font-family: 'Clavo', Georgia, serif;
    font-size: 18px;
    color: #007ec2;
    margin-bottom: 18px;
    padding-bottom: 5px;
    border-bottom: 1px solid #EFEFEF;
}

.content > h1 > span {
    /*color: #aac718;*/
    color: #777777;
    margin-left: 10px;
    font-weight: 300;
}

.content > h1 > span::before {
    content: "\f105";
    font-family: FontAwesome, serif;
    margin-right: 12px;
    color: #CDCDCD;
}

h2.subheader {
    font-size: 14px;
    color: #333333;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 3px;
    margin-bottom: 8px;
}

/**** LOGIN PAGE ****/
#log-in {
    /*padding: 30px 30px 50px 30px;*/
    background-color: #FFFFFF;
    width: 600px;
    padding: 20px 0;
    margin: 30px auto;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.21);
}

#log-in > h1 {
    padding: 15px 0 20px 0;
    font-family: 'Clavo', Georgia, serif;
    font-size: 16px;
    color: #007ec2;
}

#log-in > #message {
    color: #999999;
    margin-bottom: 20px;
    font-weight: 300;
}

#log-in #loginEntry label {
    display: inline-block;
    width: 80px;
    text-align: right;
    margin-right: 5px;
}

#log-in #loginEntry {

}

/* TABLES ADMIN DISPLAY TABLE */
table.admin-display-table {
    font-size: 12px;
    width: 100%;
    text-align: left;
    background-color: #FAFAFA;
    margin-bottom: 25px;
    vertical-align: middle;
}

table.admin-display-table thead tr th, table.admin-display-table tfoot tr th {
    background-color: #d8edf7;
    border-bottom: 1px solid #FFF;
    font-size: 11px;
    font-weight: bold;
    padding: 4px;
}

table.admin-display-table tbody td {
    color: #000000;
    padding: 5px 6px;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #DEDEDE;
    font-weight: 300;
}

table.admin-display-table tbody tr.odd td {
    background-color: #f1f1f1;
}

/*table.admin-display-table tbody tr:nth-child(odd) td {
    background-color: #f1f1f1;
}*/


table.admin-display-table tbody tr.hover td {
    background-color: #eee;
    cursor: pointer;
}

table.admin-display-table a {
    color: #000000;
    font-weight: 400;
}

table.admin-display-table a:hover {
    color: #007ec2;
}

table.admin-display-table a .fa-pencil-square-o {
    color: #bbbbbb;
    font-size: 20px !important;
}

table.admin-display-table a:hover .fa-pencil-square-o {
    color: #333333;
}

table.admin-display-table tr td input, table.admin-display-table tr td select {
    margin: 0 !important;
}

/***** BASE FORM INPUT FORM STYLING *****/
.admin-form {
    margin: 20px;
}

.admin-form input, .admin-form textarea {
    margin-bottom: 15px;
    margin-right: 6px !important;
    padding: 0 3px;
}

.admin-form input {
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}

.admin-form select {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 3px;
}

label.error {
    display: inline-block;
    color: red;
}

.required:after {
    content: " *";
    color: red;
}

.errorMsg {
    color: red;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
}

#message {
    color: #EC008C;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
}

div.add-div {
    border: 1px solid #00b4e7;
    padding: 8px 15px;
    margin-bottom: 20px;
    background-color: #FAFAFA;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: none;
}

div.add-div > h2 {
    font-size: 13px;
    color: #000000;
    margin-bottom: 8px;
    font-weight: 600;
}

div.add-div > h2 > span {
    float: right;
}

div.add-div > h2 > span a {
    color: #666666;
    font-size: 14px;
}

div.add-div > h2 > span a:hover {
    color: #000000;
}

div.add-div > a {
    font-size: 24px;
    margin: 0 0 -4px;
    padding: 0;
}

div.add-div > span {
    display: inline-block;
    margin-right: 6px;
}

ul#image-list {
    margin-top: 10px;
}

#image-list li {
    width: 200px;
    margin: 0 10px 10px 0;
    float: left;
}

p#uploadNow {
    width: 118px;
    line-height: 18px;
    background-color: #EFEFEF;
    border: 1px solid silver;
    cursor: pointer;
    text-align: center;
    margin: 5px 0;
    display: none;
}

/*** CONTACTS WINDOW ***/
#contacts-window {
    position: absolute;
    top: 250px;
    right: 23px;
    height: 320px;
    width: 420px;
    /* background: url(../images/contacts-bg.png) repeat top left; */
    border: 1px solid #EFEFEF;
    background-color: #F5F5F5;

}

#contacts-window h2 {
    font-size: 14px;
    border-bottom: 1px solid silver;
    padding: 0;
    text-align: center;
    /*
        background: url(../images/contacts-header.png) no-repeat top center;
        text-indent: -9000px;
    */
    height: 28px;
    line-height: 28px;
    background-color: #e3e3e3;
}

#contact-env {
    padding: 10px 15px 15px 15px;
    overflow: auto;
    position: relative;
}

table#contact-table {
    background: none;
    border: 0 solid #FFFFFF;
    width: 100%;
}

table#contact-table td {
    padding: 3px 6px;

}

table#contact-table th {
    border-bottom: 1px solid silver;
    padding: 3px 6px;
}

#pop-up-env {
    width: 440px;
    padding: 30px;
}

#pop-up-env h1 {
    font-size: 17px;
    font-family: Georgia, serif;
    font-style: italic;
    text-align: left;
    padding-bottom: 5px;
    border-bottom: 1px solid #A1BD17;
    margin-bottom: 10px;
}

#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #0093D0;
    background-color: #FFFFFF;
    padding: 8px;
    opacity: 0.85;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; /* future proofing */

}

#tooltip h3, #tooltip div {
    margin: 0;
    text-align: left;
}

#tooltip h3 {
    font-weight: bold;
    line-height: 16px;
    color: #333333;
}

#tooltip .body {
    line-height: 16px;
    color: #555555;
}

/***** COLORS *****/
.color-corporate {
    background-color: #ecfaff !important;
}

.color-house {
    background-color: #ffebef !important;
}

.color-coordination {
    background-color: #ffefde !important;
}

.color-wedding, .color-coordination.color-wedding {
    background-color: #f3ffe2 !important;
}

td.color-coordination {
    border-right: 2px solid #FF9B67 !important;
    /* background-color: #FFD898 !important; */
}

/*** FORMS PAGE ***/
table#forms-table {
    width: 90%;
}

table#forms-table td {
    padding: 15px;
}

table#forms-table td a.forms-button {
    padding: 10px 0;
    display: inline-block;
    width: 200px;
    background-color: #c6d4dc;
    color: #576065;
    border: 1px solid silver;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    text-align: center;
}

table#forms-table td a.forms-button:hover {
    text-decoration: none;
    background-color: #a9b6bd;
    color: #647075;
}

table#forms-table td a.upload-button {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(../images/upload-icon.png) no-repeat left top;
    text-indent: -9000px;
    outline: none;
    margin-left: 6px;
    margin-bottom: 8px;
}

table#forms-table td a.upload-button:hover {
    background: url(../images/upload-icon.png) no-repeat left bottom;
}

h2.proposal-subheading {
    font-size: 14px;
    font-family: 'Clavo', Georgia, serif;
    text-align: left;
    padding: 3px 8px;
    border-bottom: 1px solid #BBBBBB;
    margin-bottom: 6px;
    background-color: #EAEAEA;
}

table.proposal-table {

}

table.proposal-table th {
    text-align: right;
    font-weight: bold;
    font-size: 10px;
    padding: 5px 5px;
    color: #777777;
}

table.proposal-table td {
    text-align: left;
    font-size: 12px;
    padding: 5px 5px;
}

#create-event {
    padding: 20px 0;
    border-top: 1px solid silver;
    margin-top: 15px;
}

tr.add-item td {
    background-color: #fdffee;
    padding-top: 12px;
    border-top: 2px solid silver;
}

#tabs {
    margin-top: 20px;
}

#client-info-box {
    width: 49%;
    float: left;
    border: 1px solid silver;
    padding-bottom: 10px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;

}

#venue-info-box {
    width: 49%;
    float: right;
    border: 1px solid silver;
    padding-bottom: 10px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
}

tr.details-row {
    display: none;
}

a.show-all-details {
    font-size: 11px;
}

tr.vendor-company-line td {
    background-color: #e0f2ff;
    font-weight: bold;
}

tr.vendor-contact-line td {
    border-bottom: 1px solid #EFEFEF;
}

#show-vendor-list {
    padding-bottom: 10px;
    background-color: #FFFFFF;
}

#selected-vendors {
    margin-top: 15px;
    border: 1px solid silver;
    padding-bottom: 10px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    background-color: #FFFFFF;
}

#selected-vendors-list {
    padding: 10px;
    font-size: 12px;
}

#proposal-entry {
    padding: 5px 15px;
    border: 1px solid silver;
    background-color: #FFFFFF;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px; /* future proofing */
    margin-top: 15px;
}

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -25px;
}

.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-rtl {
    direction: rtl;
}

.ui-timepicker-rtl dl {
    text-align: right;
}

.ui-timepicker-rtl dl dd {
    margin: 0 65px 10px 10px;
}
