body, html {
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  margin : 0;
  padding : 0;
}

.intl-tel-input input {
    width: 142px !important;
}
.intl-tel-input {
    margin-left: 10px;
    margin-top: 4px;  
}
.intl-tel-input .country-list {
    white-space: normal;
    margin-left: -73px;
}
.available {
    color: #66cc00 !important;
    font-weight: bold !important;
}

@media screen { body { color : #7c7c7c; } }


a img { border : 0; }

a, a:visited {
  color : #4f9cd0;
  text-decoration : none;
}

a:hover { 
  text-decoration : underline;
}

.myctt-message {
  font-weight : bold;
  height : 35px;
  left : 50%;
  margin-left : -456px;
  padding : 15px 0 0 45px;
  position : absolute;
  text-transform : capitalize;
  top : 0;
  width : 851px;
  visibility: visible;
  display: none;
}

.myctt-message-error {
  color : #fff;
  background : url('/images/myctt-error.png') no-repeat 10px 10px #a92d31;
}

.myctt-main {
  position : relative;
  width : 950px;
  margin : 110px auto 0;
}

.myctt-header h1 {
  background : url('/images/ctt-logo.png');
  height : 18px;
  text-indent : -999em;
  width : 246px;
}

body.myctt {
  background-image : url('/images/myctt-header-border.png');
  background-repeat : repeat-x;
  background-position : 0 139px;
}

.hidden { 
  height : 1px;
  position : absolute;
  left : -999em;
  visibility : hidden;
}

.myctt-user-menu {
  position : absolute;
  right : 0;
  top : 0px;
}

.myctt-user-menu ul {
  margin : 0;
  padding : 0;
}

.myctt-user-menu li {
  display : inline;
}

.myctt-user-menu li a {
  font-size : 16px;
  text-transform : uppercase;
}

.myctt-main h2 {
  background : url('/images/myctt-logo-large.png') no-repeat;
  height : 66px;
  text-indent : -999em;
  width : 253px;
}

.myctt-main h3 {
  font-size: 14px;
  margin : 0;
  padding : 0;
  clear : both;
}

.clear {
    clear: both;
}

.myctt-main h3 span {
  background : #cacaca;
  color : #fff;
  display : inline-block;
  padding : 7px 17px 7px 17px;
  text-transform : uppercase;
}

.myctt-main h3.first {
  background-image : url('/images/myctt-header-arrow.png');
  background-repeat : no-repeat ;
  background-position : 20px 0px;
  font-size : 15px;
  padding-top : 8px;
}

.myctt-info {
  float : left;
  margin-left : 0;
  margin-top : 0;
  padding-bottom : 30px;
  width : 250px;
  font-size: 13px;
}
.myctt-info a {
    font-weight: bold;
    font-size: 12px;
}

.myctt-info h4 {
  color : #000;
  line-height : 20px;
  margin : 0;
}

.myctt-info p {
  margin : 0 0 15px 0;
}

.myctt-info h4 span {
  text-transform : none;
}

.myctt-info h4 {
  font-size: 13px;
  text-transform : uppercase;
}

.myctt-info p {
  font-size: 15px;
  line-height: 24px;
}

.myctt-info-container {
  margin : 20px 0 0 0;
}

table.order-history {
  margin : 15px 0 0 -2px;
  width: 100%;
}

table.order-history th {
  text-align : left;
  text-transform : uppercase;
}

table.order-history td {
  font-size: 15px;
  border-bottom: 1px solid #cacaca;
  padding: 10px 1px;
}

.order-id { width : 105px; }
.order-event { width : 190px; }
.order-service { width : 143px; }
.order-status { width : 200px; }
.order-shipping { width : 230px; }
.ctt-money { width : 155px; }

.green {
    font-weight: normal;
    color: #00b400;
    }
.yellow {
    color: #787878;
    font-weight: normal;
}
.red {
    color: #d70000;
    font-weight: normal;
}

.right {
    text-align: right !important;
}
.earnings {
    margin-top: 15px;
    margin-right: 5px;
}

.footer {
    clear: both;
    background-color: #e1e1e1;
    padding: 10px 50px;
}

.order-content {
    clear: both;
}

a.event-view {
  background : #388bd0;
  color : #fff;
  font-size: 11px;
  padding : 2px 4px 2px 4px;
  text-transform : uppercase;
  font-weight: bold;
}

a.event-view:hover { 
  text-decoration : none;
}

span.cclogo-mastercard {
  display : inline-block;
  background : url('/images/cclogo-mastercard.png') no-repeat;
  height : 17px;
  width : 25px;
}

span.cclogo-visa {
  display : inline-block;
  background : url('/images/cclogo-visa.png') no-repeat;
  height : 17px;
  width : 25px;
}

span.cclogo-americanexpress {
  display : inline-block;
  background : url('/images/cclogo-amex.png') no-repeat;
  height : 17px;
  width : 25px;
}

span.card-expired {
  background : url('/images/myctt-error2.png') no-repeat;
  display : inline-block;
  font-weight : bold;
  height : 17px;
  margin-top : 3px;
  padding : 3px 0 0 20px;
  text-transform : uppercase;
}

.view-order {
  border : 1px #e1e1e1 solid;
  padding: 50px;
  padding-bottom : 30px;
}

.view-order hr {
  border : 1px #e1e1e1 solid;
  clear : both;
}

.view-order-menu {
  font-size : bold;
  margin-bottom : 15px;
}

.view-order-menu div {
  float : right;
}

.view-order-menu a.print-button {
  border : 2px #d9d9d9 solid;
  display : none;
  padding : 1px 3px 0 3px;
  text-transform : uppercase;
}

a.print-button:hover { 
  text-decoration : none;
}


.order-ctt-address {
  margin-top : 25px;
}

.order-header .order-status {
    clear: both;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 25px;
    padding: 4px 8px;
    text-align: center;
    width: 100%;
}

.order-header .order-status-pending {
  background : #e6de33;
  border : 1px solid #fff;
  color : #fff;
}

.order-header .order-status-pendingawaitingsignedinvoice {
  background : #ffffc1;
  color : #000;
  border-radius: 6px;
}


.order-header .order-status-depositapplied {
  background : #db761c;
  border : 1px solid #fff;
  color : #fff;
}

.order-header .order-status-depositappliedawaitingsignedinvoice {
  background : #db761c;
  border : 1px solid #fff;
  color : #fff;
}

.order-header .order-status-new {
  background : #587f99;
  border : 1px solid #fff;
  color : #fff;
}

.order-header .order-status-confirmed {
  background : #a8d861;
  border : 1px solid #fff;
  color : #fff;
}

.order-header .order-status-shippeddelivered {
  background : #a8d861;
  border : 1px solid #fff;
  color : #fff;
}

.order-number {
  font-weight : bold;
  text-transform : uppercase;
}
.order-date {
}

.order-info {
  float : left;
  margin : 20px 0 20px 0;
  width : 350px;
}

.order-info h4, .order-info p {
  margin : 0;
}
h5 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.shipping-status {
    background-color: #ff9800;
    background-image: url("/img/myctt/delivery-status.gif");
    background-position: right center;
    background-repeat: no-repeat;
    color: white;
    float: left;
    height: 33px;
    left: -50px;
    line-height: 33px;
    padding-left: 50px;
    padding-right: 30px;
    position: relative;
    text-transform: uppercase;
    width: auto;
}

.paid-status {
    background-color: #66cc00;
    background-image: url("/img/myctt/paid-status.gif");
    background-position: right center;
    background-repeat: no-repeat;
    color: white;
    float: left;
    height: 33px;
    left: -50px;
    line-height: 33px;
    padding-left: 50px;
    padding-right: 30px;
    position: relative;
    text-transform: uppercase;
    width: auto;
}

.awaiting-status {
    background-color: #e10f05;
    background-image: url("/img/myctt/awaiting-status.gif");
    background-position: right center;
    background-repeat: no-repeat;
    color: white;
    float: left;
    height: 33px;
    left: -50px;
    line-height: 33px;
    padding-left: 50px;
    padding-right: 30px;
    position: relative;
    text-transform: uppercase;
    width: auto;
}

.order-summary {
  padding-top : 20px;
}

.order-summary h4 {
  margin : 0;
}

.order-summary ul {
  list-style : none;
  margin : 0;
  padding : 0;
}

.order-summary ol {
  list-style-position : inside;
  margin : 0;
  padding : 0;
}

.order-summary ol li {
  padding : 15px 50px 10px 0;
}

.order-summary li {
  border-bottom : 1px #e6e6e6 solid;;
  padding : 5px 50px 5px 0;
}

.order-summary li div {
  float : right;
  position: relative;
  right: -65px;
}

.totals li {
  border-bottom : 1px #e6e6e6 solid;
}

.grand-total {
  padding-bottom : 15px;
}
.due {
    font-weight: bold;
    border-bottom: none !important;
}

.order-total {
  border : none;
  margin-top : 5px;
  font-weight : bold;
}

.icon-fedex {
  display : inline-block;
  background : url('/images/icon-fedex.png') no-repeat;
  padding-top : -25px;
  height : 19px;
  width : 47px;
}
.two-col-form-layout {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
}

.two-col-form-layout label { 
    display: block;  /* block float the labels to left column, set a width */
    float: left; 
    width: 125px; 
    padding: 0; 
    margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
    text-align: right; 
}

.two-col-form-layout input, .two-col-form-layout textarea, .two-col-form-layout select {
    /* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
    width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
    margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

.two-col-form-layout select {
    width: 142px;
    margin-bottom: 2px;
}

.button
{
    background-color: #388bd0;
    border: 2px solid #388bd0;
    color: #fff;
    cursor: pointer;
}

.button:hover {
    border: 1px solid #000;
}


.myctt-info div {
  margin : 0 0 0 0;
  font-size : 12px;
}
#cboxContent {
    font-size: 14px;
}

.vipgift {
    padding-left: 80px;
    border-radius: 5px;
    font-size: 14px;
    background-image: url(/img/gift.jpg);
    background-repeat: no-repeat;
    background-position: 0px center;
    margin: 30px 0;
}
a.info {
    text-align: center;
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 2ex;
    font-size: 17px;
    color: #ffffff !important;
    background: #0984d8;
    text-decoration: none !important;
    font-weight: normal !important;
    border: 1px solid #7e9df7;
    font-family: monospace;
    margin-left: 3px;
}
.larger {
    font-size: 15px !important;
    line-height: normal !important;
    max-width: 400px !important;
    width: 400px !important;
}
.larger .ui-tooltip-content {
    padding: 20px !important;
    text-align: justify;
}
.event-image {
    width: 120px;
}

ul.events_list {
    margin: 0;
    padding: 10px;
    margin-bottom: 50px;
}
.events_list li {
    list-style: none;
    text-align: left;
    height: 27px;
    margin-top: 12px;
    padding: 6px 10px 10px 10px;
    border-radius: 7px;
}
.events_list input {
    width: auto;
}
.events_list img {
    width: 55px;
    margin: 0 10px -8px 10px;
}
.events_list label {
    display: block;
    width: 100%;
    margin-top: -28px;
    margin-left: 16px;
}
input[type='checkbox'] {
    -webkit-appearance:none;
    width: 17px;
    height: 17px;
    background:white;
    border-radius: 10px;
    border: 2px solid #555;
    margin-bottom: 1px;
}
input[type='checkbox']:checked {
    background: #460303;
}
.btn {
    font-size: 18px;
    padding: 4px 87px;
    margin: 10px 0;
    background-color: lightgray;
    border: 1px solid black;
}
.btn.green {
    background-color: green;
    color: white;
}
#mc_embed_signup_scroll {
    position: fixed;
    top: 15%;
    left: 28%;
    background-color: white;
    height: 60%;
    padding: 2%;
    width: 40%;
    overflow: auto;
    border: 1px solid black;
}
.events-save {
    position: absolute;
    width: 42.8%;
    left: 28%;
    text-align: center;
    background-color: white;
    border-top: 1px solid black;
    top: 74.9%;
    margin-top: 0.8%;
    margin-left: 1px;
}
#mc-embedded-subscribe-form-container {
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}
.closeprefevents {
    position: fixed;
    right: 30%;
    cursor: pointer;
    top: 17%;
}
div.warning {
    text-align: center;
    padding: 20px;
    margin: 20px;
    border-radius: 5px;
    background-color: lightgoldenrodyellow;
    font-weight: bold;
    font-size: 14px;
}
.hlines {
  width: 142px;
    margin-top: -9px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hlines:hover {
    overflow: visible;
    background-color: white;
    position: absolute;
    display: block;
    margin-top: -32px;
    width: 300px;
    padding-bottom: 10px;
    /*border-right: 1px solid black;
    border-bottom: 1px solid black;*/
}
