<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.timeHolder li {float: left;margin-bottom: 20px;margin-left: 10px;}
    .dropdownUI{width:227px;}
    .ptrow span{float:left; border-right: 1px dashed #ccc;padding: 10px;margin:10px 0;}
    .ptrow span:last-child{ border-right:0px;}
    .artworkHolder{margin-bottom: 10px;}
    .artworkHolder .field{font-weight: bold;font-size: 20px;float: left;margin-right: 10px;line-height:3;}
    .artworkHolder .selectUpload a {
    background-color: #ffffff;
    background-image: url("https://d11jpnl4uum05e.cloudfront.net/lanyard/nimages/upload.png");
    background-position: 96% center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 2px 3px 0 #dadada;
    color: rgb(67, 67, 67);
    display: block;
    font-size: 24px;
    padding: 4px 60px 1px 20px;
    text-decoration: none;
    width: 246px;
}
.uploadArtwork .loading span {
    background-color: rgb(239, 239, 239);
    display: block;
    height: 100%;
    transition: all 2s linear 0s;
    width: 0;
}
.artworkHolder .filelist {
    background-color: #fff;
    border: 1px solid #989898;
    border-radius: 5px;
    display: none;
    margin: 0;
    padding: 12px 20px 15px 10px;
    position: relative;
    width: 249px;
}
.artworkHolder .loading{height:15px;width:200px;margin-top:25px;border:1px solid #ccc; border-radius:3px;display: none; }
 .artworkHolder .filelist span   {float:right;font-weight:bold;cursor:pointer;}
    .inDate{text-align: left;padding-left: 5px;}

    .title-band-wrapper .header{font-weight: bold; color:#395FAC;}
    li.color-patch.selected, li.color-patch:hover {
    border: 1px solid #000;
    cursor: pointer;
}
li.color-patch {
    border: 1px solid #fff;
    display: inline-block;
    margin: 2px;
    padding: 3px;
}
li.color-patch div {
    border: 1px solid #333;
    height: 45px;
    width: 50px;
}
.pull-left {
    float: left;
}


/* DEMO 1 */

.wrapper-dropdown-1:focus .dropdown {
    opacity: 1;
    pointer-events: auto;
}

.wrapper-dropdown-1:focus:after {
    border-color: #9bc7de transparent;
    border-width: 6px 6px 0 6px ;
    margin-top: -3px;
}

/* DEMO 2 */

.wrapper-dropdown-2:focus .dropdown {
    opacity: 1;
    pointer-events: auto;
}

.wrapper-dropdown-2:focus:after {
    border-width: 0 6px 6px 6px;
}


/* DEMO 3 */

.wrapper-dropdown-3:focus .dropdown {
    opacity: 1;
    pointer-events: auto;
}


/* DEMO 4 */

.wrapper-dropdown-4:focus .dropdown {
    opacity: 1;
    pointer-events: auto;
}


.wrapper-dropdown-4:focus:after {
    border-width: 0 6px 6px 6px;
}

/* DEMO 5 */

.wrapper-dropdown-5:focus {
    border-radius: 5px 5px 0 0;
    background: #4cbeff;
    box-shadow: none;
    border-bottom: none;
    color: white;
}

.wrapper-dropdown-5:focus:after {
    border-color: #82d1ff transparent;
}

.wrapper-dropdown-5:focus .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;
}

.wrapper-demo {
    margin: 60px 0 0 0;
    *zoom: 1;
    font-weight: 400;
}

.wrapper-demo:after {
    clear: both;
    content: "";
    display: table;
}

/* DEMO 5 */
.wrapper-dropdown {
    /* Size &amp; position */
    position: relative;
    /*width: 200px;*/
    margin: 0 auto;
    /*padding: 12px 15px;*/

    /* Styles */
    background: #fff;
    border-radius: 5px;
    /*box-shadow: 0 1px 0 rgba(0,0,0,0.2);*/
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /*background: #fff none repeat scroll 0 0;*/
    border: 1px solid #d7d7d7;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.27);
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.27);
    height: 40px;
    width: 100%;
    padding: 12px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    font-family: FontAwesome, 'Conv_GothamRnd-Book';
}

.wrapper-dropdown:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #6e6e6e transparent;
}

.wrapper-dropdown .dropdown {
    /* Size &amp; position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 500;

    /* Styles */
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /* Hiding */
    max-height: 0;
    overflow-y: scroll;
}

.wrapper-dropdown .dropdown li {
    padding: 0 10px ;
    border-bottom: 1px solid #e6e8ea;
}

.wrapper-dropdown .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 0;
    transition: all 0.3s ease-out;
    text-transform: none;
}

.wrapper-dropdown .dropdown li:last-of-type a {
    border: none;
}

.wrapper-dropdown .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */
.wrapper-dropdown .dropdown li:hover {
    background: #f3f3f3;
    color: #57a9d9;
}
/*.wrapper-dropdown .dropdown li:hover a {
    color: #57a9d9;
}
*/
/* Active state */

.wrapper-dropdown .dropdown li.selected {
    background: #f3f3f3;
    color: #57a9d9;
}

.wrapper-dropdown .dropdown li span, .wrapper-dropdown span.selectedOption a span {
    width: 25px;
    height: 25px;
    position: relative;
    float: left;
    margin-right: 5px;
    border: 1px solid #ccc;
}

.wrapper-dropdown span.selectedOption a span {
    top: -4px;
}

/*.wrapper-dropdown.active {
    border-radius: 5px 5px 0 0;
    background: #fff;
    box-shadow: none;
    border-bottom: none;
    color: #000;
}*/

.wrapper-dropdown.active:after {
    border-color: #000 transparent;
}

.wrapper-dropdown.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 300px;
}

/* No CSS3 support: none */

/* Calendar CSS */
.dats .pt{border:2px solid #ccc !important;border-radius: 5px; margin-bottom: 15px !important;cursor:pointer;   }
.dats .pt.sel{border:2px solid #F4B13D !important;   }
.dats .pr{ margin-top: 5px;font-size: 20px;color: crimson}
.dats .grn{ margin-top: 5px;font-size: 20px;color: darkturquoise !important;}
.dats p{font-size: 29px;text-align: center;margin: 0px;}
.dats div:nth-of-type(1){font-size: 14px;text-align: center;margin: 0px;border-bottom: 1px solid #ccc;padding-bottom: 5px;}
/* Calendar CSS ENds */

.artworkHolder .selectUpload a {
    border: 2px solid #00ADE6;
    border-radius: 2px;
    padding: 8px;
}
.lan-wrist-upload #awfile {
    border: 2px solid #00aeef;
    color: #00aeef;
    font-size: 19px;
    font-weight: 600;
    text-decoration: none;
    padding: 8px;
    background: #FFF;
}
.lan-wrist-upload img.lazy {
    padding-right: 10px;
    margin-top: -4px;
}
.lan-wrist-upload label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    padding: 12px;
}
.lan-wrist-upload{
    background: #ebeff3;
    padding: 22px;
    text-align: center;
    display: inline-grid;
    position: relative;
    margin-top: 15px;
    width:100%;
}
.lan-wrist-upload div#filelistAW a {
    float: left;
    width: 200px;
    text-align: left;
}
.lan-wrist-upload #filelistAW{
    margin: 0 auto;
}
.artworkHolder.lan-wrist-upload .loading {
    height: 24px;
    width: 233px;
    margin-top: 23px;
    border: 1px solid #00aeef;
    border-radius: 3px;
}
.lan-wrist-upload .uploadArtwork .loading span {
    background-color: #fff;
}

.lan-wrist-upload .orText {
    background-color: #00aeef;
    border-radius: 20px;
    color: #fff;
    font-family: "Conv_GothamRnd-Book";
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    left: 44%;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 40px;
}
@media screen and (max-width: 768px) {
    .dats .pr{font-size: 17px;}
    .lan-wrist-upload .orText{left:37%;}
}
</pre></body></html>