@charset "utf-8";
/* CSS Document */
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #333333;
}
html {
    width: 100%;
    height: 100%;
    margin: 0px;
}
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
}
div, li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    list-style-type: none;
}
p {
    font-weight: normal;
}
p.smallprint {
    font-size: 9px;
    margin: 0;
}
p .smallprint {
    font-size: 9px;
}
h1 {
    padding: 4px;
    margin: 0px 0px 6px 0px;
    background-color: #DDDDDD;
    color: #FFFFFF;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
h2 {
    color: #2E5981;
    padding: 0;
    margin: 0 0 8px 0;
    font-size: 12px;
    font-weight: bold;
}
h3 {
    color: #6a6a6a;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 4px 0px;
    font-size: 12px;
    font-weight: bold;
}
td h2 {
    font-size: 16px;
    color: #FF6600;
    border-collapse: collapse;
    margin: 0px;
}
form {
    margin: 0px;
}
hr {
    float: left;
    color: #CCC;
    background-color: #CCC;
    border: none;
    height: 1px;
    width: 100%;
}
a {
    color: #345372;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
/******
STANDARD
******/
.readonly {
    background-color: #EEE;
}
.hidden {
    display: none;
}
.btn {
    float: left;
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    cursor: pointer;
    background-color: #65B8CB;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #FFF;
    text-transform: uppercase;
}
.btn:disabled {
    background-color: #B9DFE7;
}
.btn * {
    font-size: 14px;
    color: #FFF;
}
span.btn {
    display: inline-block;
    padding: 4px;
    text-align: center;
}
.btn-icon {
    padding-left: 0;
}
.btn-h-m {
    height: 36px;
    padding-left: 12px;
    padding-right: 12px;
}
/**********/
.phoo-done, .phoo-close {
    position: absolute;
    width: 32px;
    height: 32px;
    cursor: pointer;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background-color: rgba(0, 148, 44, 1.00);
    text-shadow: 1px 1px 4px #000000;
}
.phoo-close {
    background-color: rgba(0, 0, 0, 1.00);
}
.phoo-done .far, .phoo-done *, .phoo-close .far, .phoo-close * {
    font-size: 32px;
    color: #fff;
}
/**********/
.fl {
    float: left;
}
.fr {
    float: right;
}
.br-4 {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.bg-w {
    background-color: #FFF;
}
.bg-b {
    background-color: #2EAECB;
}
.btn.bg-b:hover {
    background-color: #65b8cb;
}
.bg-o {
    background-color: #dc5633;
}
.btn.bg-o:hover {
    background-color: #dc7459;
}
.bg-lg {
    background-color: #efefef;
}
.bg-dg {
    background-color: #c0c0c0;
}
.bg-lb {
    background-color: #E8F2F4;
}
.m-t2 {
    margin-top: 2px;
}
.m-t4 {
    margin-top: 4px;
}
.m-r4 {
    margin-right: 4px;
}
.m-b4 {
    margin-bottom: 4px;
}
.m-l4 {
    margin-left: 4px;
}
.m-b6 {
    margin-bottom: 6px;
}
.m-r6 {
    margin-right: 6px;
}
.p-t4 {
    padding-top: 4px;
}
.p-t12 {
    padding-top: 12px;
}
.p-r4 {
    padding-right: 4px;
}
.p-b4 {
    padding-bottom: 4px;
}
.p-l4 {
    padding-left: 4px;
}
.p-lr6 {
    padding-left: 6px;
    padding-right: 6px;
}
.p-l6 {
    padding-left: 6px;
}
.p-r6 {
    padding-right: 6px;
}
.p-6 {
    padding: 6px;
}
.p-16 {
    padding: 16px;
}
.w10pc {
    width: 10%;
}
.w20pc {
    width: 20%;
}
.w30pc {
    width: 30%;
}
.w40pc {
    width: 40%;
}
.w50pc {
    width: 50%;
}
.w60pc {
    width: 60%;
}
.w70pc {
    width: 70%;
}
.w80pc {
    width: 80%;
}
.w90pc {
    width: 90%;
}
.w100pc {
    width: 100%;
}
/*FIXED*/
.w40 {
    width: 40px;
}
.w50 {
    width: 50px;
}
.w60 {
    width: 60px;
}
.w80 {
    width: 80px;
}
.w100 {
    width: 100px;
}
.w120 {
    width: 100px;
}
.w150 {
    width: 150px;
}
.w160 {
    width: 160px;
}
.w200 {
    width: 200px;
}
.w260 {
    width: 260px;
}
.w300 {
    width: 300px;
}
.w320 {
    width: 320px;
}
.w360 {
    width: 360px;
}
.w400 {
    width: 400px;
}
.w440 {
    width: 440px;
}
.w480 {
    width: 480px;
}
.w500 {
    width: 500px;
}
.w520 {
    width: 520px;
}
.w600 {
    width: 600px;
}
.w640 {
    width: 640px;
}
.w700 {
    width: 700px;
}
.w800 {
    width: 800px;
}
.w900 {
    width: 900px;
}
.w960 {
    width: 960px;
}
.w1000 {
    width: 1000px;
}
.w1080 {
    width: 1080px;
}
.w1200 {
    width: 1200px;
}
.short {
    width: 200px;
}
.med {
    width: 300px;
}
.long {
    width: 405px;
}
.h200 {
    height: 200px;
}
.h300 {
    height: 300px;
}
.h400 {
    height: 400px;
}
.h500 {
    height: 500px;
}
/******************/
#header {
    position: fixed;
    width: 100%;
    height: 97px;
    text-align: left;
    margin: 0px;
    padding: 0px;
    background-color: #2e5981;
    z-index: 3001;
    border-bottom: solid 12px #fff;
}
#header h1 * {
    font-size: 17px;
}
#header h1 {
    float: right;
    color: #c8dbed;
    margin: 16px 16px 0px 16px;
    text-transform: uppercase;
    background-color: transparent;
}
#header h1 .white {
    color: #FFFFFF;
}
#header h2 {
    float: left;
    color: #D5CEC1;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 16px 0px 0px 12px;
}
#header p {
    float: left;
    color: #82A6C6;
    font-size: 11px;
    text-transform: uppercase;
    margin: 16px 0px 0px 12px;
}
#parent {
    width: 100%;
    float: left;
}
#content {
    position: relative;
    float: left;
    width: 100%;
    /* min-width: 1220px;*/
    margin: 85px 0 0 0;
    padding: 4px;
}
#content h1 {
    padding: 4px 0px 0px 6px;
    color: #2e5981;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #f7f7f7;
    width: auto;
}
/***********************/
.message {
    display: none;
    padding: 6px;
    background-color: #f7f7f7;
}
/***********************/
.far {
    font-size: 18px;
    color: #ffffff;
}
/***********************/
#addManHolder {
    padding: 12px;
    background-color: #E8F2F4;
    margin-bottom: 12px;
}
#closeManBTN {
    float: right;
    padding: 4px;
    background-color: #65B8CB;
    color: #fff;
    cursor: pointer;
}
/***********************/
/*hHome*/
.orderInfoTable {
    width: 100%;
    margin: 0px 0px 6px 0px;
}
.orderInfoTable td {
    padding: 3px;
    text-align: left;
    vertical-align: top;
}
.orderTable {
    width: 100%;
}
.orderHead, .orderItem, .orderTotal {
    padding: 3px;
    text-align: left;
    vertical-align: top;
}
.orderHead {
    font-weight: bold;
}
.orderItem {}
.orderTotal {
    font-weight: bold;
    text-align: right;
}
.orderPreview {
    width: 200px;
    height: auto;
}
/***********************/
#homeShopOrders {
    width: 1000px;
}
.prevLink {
    cursor: pointer;
    color: #5483B1;
}
.prevLink:hover {
    cursor: pointer;
    color: #5483B1;
    text-decoration: underline;
}
.liHolder li {
    margin: 0px 5px 5px 0px;
    padding: 2px;
    height: 1.5em;
    line-height: 2em;
    text-align: left;
    list-style-type: none;
    text-wrap: suppress;
    overflow: hidden;
}
.liHolder li img {
    float: left;
    margin: 0px 2px 0px 0px;
    cursor: pointer;
    border: none;
}
.dlItem {
    float: left;
    width: 500px;
    margin: 0px 100% 4px 0px;
    padding: 2px 6px;
}
.dlItem .dlInput {
    float: left;
    width: 150px;
    margin: 0px 6px 0px 0px;
}
.dlItem img {
    float: left;
    margin: 3px 6px 0px 0px;
    cursor: pointer;
}
html > body .liHolder li {
    height: 1.5em;
    line-height: 1.2em;
}
#imageHolder {
    width: 190px;
    margin: 0px;
    padding: 0px;
    height: 472px;
    overflow: auto;
}
#imageHolder * {
    text-align: center;
}
#searchThumbHolder .thumbImg, #imageHolder .thumbImg {
    height: 100px;
    width: 100px;
    overflow: hidden;
}
#searchThumbHolder .thumbImg {
    position: relative;
    width: 84px;
}
#imageHolder .thumbImg {
    width: 100%;
}
#searchThumbHolder .thumbImg .thumb {
    position: absolute;
    margin: 0px auto;
}
#searchThumbHolder .thumbInfo {
    position: absolute;
    left: 84px;
    width: 364px;
    height: 84px;
    z-index: 10;
    background-image: url(images/000-80.png);
}
#searchThumbHolder .thumbCheck {
    position: absolute;
    right: 0px;
    z-index: 11;
}
#searchThumbHolder .thumbCheck .imgCheck {
    margin: 0px;
}
#searchThumbHolder .thumbCheck .tagCheck:checked {
    background-color: #690;
}
#searchThumbHolder .thumbInfo .imageEditBox {
    color: #FFF;
}
#imageHolder .thumbImg .thumb {
    display: block;
    margin: 0 auto;
}
.delImgBTN {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 200;
}
#searchThumbHolder, #imageHolder, #reportListHolder {
    list-style-type: none;
    margin: 0;
    width: 100%;
}
#searchListHolder ol {
    list-style-type: none;
    margin: 0;
    width: 100%;
    padding: 2px;
}
#searchListHolder li {
    line-height: 2em;
    text-align: left;
    font-family: 'Open Sans Condensed', sans-serif;
    list-style-type: none;
    text-wrap: suppress;
    overflow: hidden;
}
#searchListHolder .search-list-item .btn {
    border: solid 1px #E8F2F4;
}
#searchListHolder .search-list-item.active {
    background-color: #65B8CB;
}
#searchListHolder .search-list-item.active * {
    color: #ffffff;
}
#searchThumbHolder li {
    float: left;
    margin: 0px 5px 5px 0px;
    padding: 0px;
    width: 84px;
    height: 84px;
    line-height: 2em;
    text-align: left;
    list-style-type: none;
    text-wrap: suppress;
    overflow: hidden;
}
#imageHolder li {
    position: relative;
    float: left;
    margin: 0px 5px 5px 0px;
    padding: 2px;
    width: 100%;
    line-height: 2em;
    text-align: left;
    list-style-type: none;
    text-wrap: suppress;
    overflow: hidden;
    border: none;
}
#reportListHolder li {
    margin: 0px 5px 5px 0px;
    padding: 2px;
    height: 1.5em;
    line-height: 2em;
    text-align: left;
    list-style-type: none;
    text-wrap: suppress;
    overflow: hidden;
}
#searchListHolder li img, #reportListHolder li img {
    float: left;
    margin: 0px 2px 0px 0px;
    cursor: pointer;
    border: none;
}
#searchListHolder li img:last-child {
    margin: 0px 2px 0px 0px;
}
html > body #searchListHolder li {
    line-height: 1.2em;
}
html > body #searchListHolder ol {
    line-height: 1.2em;
}
html > body #searchThumbHolder li {
    height: 80px;
    line-height: 1.2em;
}
html > body #reportListHolder li {
    height: 1.5em;
    line-height: 1.2em;
}
.centerImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.holder {
    position: relative;
    float: left;
}
.holder.filemanager {
    margin: 97px 0 0 0;
    height: calc(100vh - 100px);
}
.centered {
    margin: 0 auto;
}
#listItemHolder {
    max-height: 200px;
    overflow-y: auto;
}
/*************************/
.layoutBox {
    float: left;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.layoutBox:last-child {
    margin: 0;
}
.imgInfo {
    max-height: 240px;
    overflow: auto;
}
.imgInfo img {
    max-width: 100%;
    max-height: 160px;
}
/*******TAGS**********/
#tagHolder .tagCat {
    float: left;
    width: 96%;
    margin: 1% 0;
    padding: 1% 2%;
    font-weight: bold;
}
#tagHolder .tag {
    float: left;
    padding: 2px 6px 2px 0px;
    margin: 0 4px 4px 0;
    cursor: pointer;
    background-color: #EFEFEF;
}
#tagHolder .tag.selected {
    background-color: #81C452;
    color: #FFF;
}
.tagHolder .tagCat {
    float: left;
    width: 100%;
    padding: 4px;
    font-weight: bold;
}
.tagHolder .tag {
    float: left;
    padding: 2px 6px 2px 4px;
    margin: 0 4px 4px 0;
    cursor: pointer;
    border: solid 1px #c0c0c0;
    background-color: #fff;
    border-radius: 2px;
}
.tagHolder .tag.selected {
    background-color: #81C452;
    color: #FFF;
}
.tagHolder .tag input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -2px;
    overflow: hidden;
}
/*******TAGS NEW**********/
.tag-holder .tagCat {
    float: left;
    width: 100%;
    padding: 8px;
    margin-bottom: 4px;
    background-color: #E8F2F4;
}
.tag-holder .tagCat.closed {
    display: none;
}
.tag-holder .tagCat .add-tag-text {
    display: none;
}
.tag-holder h3 {
    float: left;
    width: 100%;
    margin: 0px 0px 4px;
    font-weight: bold;
}
.tag-holder .tag {
    float: left;
    padding: 2px 6px 2px 4px;
    margin: 0 4px 4px 0;
    cursor: pointer;
    border: solid 1px #c0c0c0;
    background-color: #fff;
    border-radius: 2px;
    white-space: normal;
}
.tag-holder .tag.selected {
    background-color: #81C452;
    color: #FFF;
}
.tag-holder .tag input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -2px;
    overflow: hidden;
}
/*******BUTTONS**********/
.layoutBox h2 {
    display: block;
    background-color: #E1E1E1;
    padding: 4px 4px 4px 8px;
    margin: 0 0 6px 0;
}
#tagHolder .tagCat {
    float: left;
    width: 96%;
    margin: 1% 0;
    padding: 1% 2%;
    font-weight: bold;
}
#tagHolder .tag {
    float: left;
    padding: 2px 6px 2px 0px;
    margin: 0 4px 4px 0;
    cursor: pointer;
    background-color: #EFEFEF;
}
#tagHolder .tag.selected {
    background-color: #81C452;
    color: #FFF;
}
.ui-accordion-image {
    margin: 2px 4px 0px 0px;
    cursor: pointer;
}
.ui-state-default.ui-state-highlight {
    background-color: #DC5633 !important;
}
.ui-state-add {
    background-color: #DC7459;
    color: #FFF;
}
.ui-state-alert {
    background-color: #FFD7D7;
    color: #CC0000;
}
.ui-state-tweet {
    border: 1px solid #1ab2e8;
    background-color: #DCF4FC;
    background-image: url('images/twitter-20.png');
    font-weight: normal;
    color: #1ab2e8;
    background-repeat: no-repeat;
    background-position: 1px 1px;
    padding-left: 22px;
}
.ui-state-action {
    border: 1px solid #1ab2e8;
    background-color: #DCF4FC;
    font-weight: normal;
    color: #1ab2e8;
}
.ui-float-btn {
    float: left;
    margin-right: 6px;
    margin-bottom: 2px;
    cursor: pointer;
}
/*forms*/
.form {
    padding: 2px;
    font-family: Arial, sans-serif;
    font-size: 11px;
}
.border {
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.addColor {
    background-color: #FCFCFC;
}
.addPadding {
    padding: 6px;
}
.wFull {
    width: 98%;
    margin: 0 1px;
}
label.error {
    color: #C00;
    font-weight: bold;
}
button, .fakeLink {
    cursor: pointer;
}
.linkAsButton {
    font-size: 13px;
    text-decoration: none;
    padding: 1px 8px 1px 8px;
    color: #000;
}
#listHolder .Qtip {
    cursor: pointer;
}
.alert {
    font-size: 14px;
    font-weight: bold;
    color: #CC0000;
}
/*hHome*/
.orderInfoTable {
    width: 800px;
    margin: 0px 0px 6px 0px;
}
.orderInfoTable td {
    padding: 3px;
    text-align: left;
    vertical-align: top;
}
.orderTable {
    width: 800px;
}
.orderHead, .orderItem, .orderTotal {
    padding: 3px;
    text-align: left;
    vertical-align: top;
}
.orderHead {
    font-weight: bold;
}
.orderItem * {
    font-size: 14px;
}
.orderTotal {
    font-weight: bold;
    text-align: right;
}
/*********/
.html > body #bookingsHolder li {
    height: 1.5em;
    line-height: 1.2em;
}
#bookingsHolder li {
    list-style-type: none;
    margin: 0 5px 5px 0;
    overflow: hidden;
    padding: 2px;
    text-align: left;
}
#bookingsHolder li img {
    border: medium none;
    cursor: pointer;
    float: left;
    margin: 0 2px 0 0;
}
/************************/
html > body .tagItem {
    float: left;
    margin: 0 4px 4px 0;
    padding: 2px 6px 2px 2px;
    background-color: #E6E6E6;
    color: #555555;
    font-weight: normal;
}
.tagItem img {
    float: left;
    margin-right: 4px;
    cursor: pointer;
}
.tagItem .fl.m-r4 {
    padding-top: 3px;
}
.tagItem .editTI {
    float: left;
    cursor: pointer;
    padding-top: 3px;
}
.tagItem .editTI input {
    margin-top: 0px;
    background-color: #FFF;
    border: none;
    border-bottom: 1px solid #D3D3D3;
    font-size: 11px;
}
.tagItem.tagSelected {
    background-color: #CEFF9D;
    color: #468C00;
}
.tagItem.pointer {
    cursor: pointer;
}
/*XLXS*/
.xlsTable td {
    padding: 2px 4px;
    border: 1px solid #D3D3D3;
}
.xlsTable .product {
    background-color: #ffeeee;
}
.xlsTable .image {
    background-color: #eeffee;
}
.xlsTable .sku {
    background-color: #eeeeff;
}
.deleteIMG {
    margin: 2px 4px 2px 0px;
}
/**************************/
#sendHolder .sentItem {
    width: 462px;
    padding: 4px;
    margin: 0px 0px 4px 0px;
}
/*****************************/
.searchListItem {}
.swfupload {
    left: 0px;
}
/*********************************/
.ui-dialog {
    padding: 0;
    border: none;
}
.ui-widget-header {
    background-color: #DC5633;
    border: none;
}
.ui-widget-header * {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: normal;
}
.ui-button-icon-only .ui-icon {
    background-color: #DC5633;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button {
    border: 1px solid #7B7B7B;
    background: #7B7B7B;
}
.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active {
    border: 1px solid #65B8CB;
    background: #65B8CB;
    padding-bottom: 0;
    margin-bottom: 0;
}
#listHolder .ui-icon, #content .ui-icon {
    width: 20px;
    height: 20px;
    margin-top: 2px;
}
.holder h2, .centered h2 {
    float: left;
    width: 100%;
    padding: 4px;
    margin: 0 0 8px 0;
    background-color: #c8dbed;
    color: #000;
    font-size: 13px;
}
/**********/
.form-holder-wrapper {
    position: relative;
    float: left;
}
.form-holder-wrapper .auto-width {
    max-width: calc(100vw - 392px);
    width: 960px;
}
.form-row, .formRow {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 8px 0;
}
.formLabel {
    float: left;
    width: 100%;
    margin: 0 0 2px 0;
    font-weight: bold;
}
.formInput {
    position: relative;
    float: left;
    width: 100%;
}
.search-wrapper .formLabel {
    width: 112px;
}
.search-wrapper .formInput {
    width: calc(100% - 112px);
}
#searchListHolder {
    overflow-y: auto;
}
.formRow .formInput img.preview {
    height: 200px;
    width: auto;
}
.formRow .formError {
    float: left;
    width: 100%;
    padding: 0 0 0 24%;
}
.formRow .formError .error {
    color: #900;
}
.formRow .formSingleText, .formRow .formMultiText, .formRow .formSelect, #queue, .optionSelector, .formSingleText {
    float: left;
    width: 100%;
    padding: 4px;
}
.formRow .formSingleText, .formRow .formMultiText, .formRow .formSelect, .optionSelector, .formSingleText, .formMultiText {
    border: solid 1px #DDD;
}
.formRow .formSingleText.error, .formRow .formMultiText.error, .formRow .formSelect.error {
    border: solid 1px #DDD;
}
/**********/
.fc {
    float: left;
    padding: 0 16px 4px 0;
}
.fc:last-child {
    padding-right: 0;
}
.fc br {
    margin-bottom: 6px;
}
.fc.th {
    font-weight: bold;
}
.fc1pc {
    width: 1%;
}
.fc4pc {
    width: 4%;
}
.fc5pc {
    width: 5%;
}
.fc10pc {
    width: 10%;
}
.fc15pc {
    width: 15%;
}
.fc20pc {
    width: 20%;
}
.fc30pc {
    width: 30%;
}
.fc35pc {
    width: 35%;
}
.fc40pc {
    width: 40%;
}
.fc50pc {
    width: 50%;
}
.fc60pc {
    width: 60%;
}
.fc70pc {
    width: 70%;
}
.fc80pc {
    width: 80%;
}
.fc90pc {
    width: 90%;
}
.fc95pc {
    width: 95%;
}
.fc100pc {
    width: 100%;
}
.fc25pc {
    width: 25%;
}
.fc75pc {
    width: 75%;
}
.fc33pc {
    width: 33.3333%;
}
.fc66pc {
    width: 66.6666%;
}
.fc .input1, .fc .input2, .fc .input3 {
    padding: 4px;
    border: solid 1px #CCC;
}
.fc .input1 {
    width: 100%;
}
.fc .input2 {
    width: 50%;
}
.fc .input3 {
    width: 25%;
}
.uploadifive-button {
    float: left;
    margin-right: 10px;
}
.imageInfo {
    float: left;
    width: 100%;
    max-height: 120px;
    padding: 0 0 0 24%;
}
.imageInfo img {
    float: left;
    height: 120px;
}
.phoo-tabs {
    display: none;
}
.phoo-tabs .form-btn {
    float: left;
}
.fileQueue {
    float: left;
    width: 100%;
}
.formBtn, .form-btn {
    display: inline-block;
    position: relative;
    padding: 4px 28px;
    background-color: #DC5633;
    text-transform: uppercase;
    color: #FFF;
    border: none;
    text-decoration: none;
    cursor: pointer;
}
.formBtn input, .form-btn input {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.uploadify-button.formBtn, .uploadify-button.formBtn {
    padding: 0;
    background-color: #7B7B7B;
}
a.formBtn, a.form-btn {
    text-decoration: none;
}
.formBtn.default, .form-btn.default {
    background-color: #7B7B7B;
}
.formBtn.blueBTN, .form-btn.blueBTN {
    background-color: #65B8CB;
}
button, .fakeLink {
    cursor: pointer;
}
.icon-btn {
    margin: 4px 0 0 0;
}
/******************/
.thummbSelHolder {
    width: 100%;
}
.thummbSelHolder .thummbSel {
    width: 50%;
}
/****************/
#contentHolder .block .galImg {
    float: left;
    height: 180px;
    width: auto;
    margin: 0 6px 6px 0;
}
/****************/
#hero_manager_preview_holder .hero_preview_item {
    float: left;
    width: calc(100% / 3);
    padding: 0 6px 6px 0;
}
#hero_manager_preview_holder .hero_preview_item img {
    width: 100%;
    height: auto;
}
.hero-data-item .fc {
    float: left;
    padding: 0 8px 0 0;
}
.hero-data-item .ui-icon {
    margin-top: 2px;
}
.btn.hero-image-select {
    padding: 2px 12px;
    font-weight: normal;
}
.hero_preview {
    position: relative;
    float: left;
    width: 100%;
    height: 640px;
    background-color: #C5BFC0;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
}
.hero_preview #hero-item-bg, .hero_preview .hero-item-vid, .hero_preview #hero-item-tint {
    position: absolute;
    width: 100%;
    height: 640px;
    top: 0px;
    right: 0px;
}
.hero_preview #hero-item-vid {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.hero_preview #hero-item-bg {
    z-index: 10;
}
.hero_preview .hero-item-vid {
    z-index: 12;
}
.hero_preview #hero-item-tint {
    z-index: 15;
}
.hero_preview #hero-item-bg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.hero_preview #hero-item-inner {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 20;
}
.hero_preview #hero-item-inner.pos-t-l {
    top: 0px;
    bottom: auto;
    text-align: left;
}
.hero_preview #hero-item-inner.pos-t-c {
    top: 0px;
    bottom: auto;
    text-align: center;
}
.hero_preview #hero-item-inner.pos-t-r {
    top: 0px;
    bottom: auto;
    text-align: right;
}
.hero_preview #hero-item-inner.pos-b-l {
    top: auto;
    bottom: 0px;
    text-align: left;
}
.hero_preview #hero-item-inner.pos-b-c {
    top: auto;
    bottom: 0px;
    text-align: center;
}
.hero_preview #hero-item-inner.pos-b-r {
    top: auto;
    bottom: 0px;
    text-align: right;
}
.hero_preview #hero-item-inner .hero-item-block {
    position: relative;
}
.hero_preview #hero-item-inner .hero-item-block.no-animation {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
}
.hero-data-item {}
#color-picker {
    height: 120px;
    width: 100%;
}
.fancybox-type-iframe .fancybox-inner {
    min-width: 100%;
    min-height: 640px;
}
#bgimgmob_preview img {
    max-width: 100%;
    height: 120px;
    width: auto;
}
/***Animation**/
@keyframes slide-in-from-left {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slide-in-from-right {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slide-in-from-bottom {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.slide-in-from-left {
    animation: 1s ease-out 0s 1 slide-in-from-left;
}
.slide-in-from-right {
    animation: 1s ease-out 0s 1 slide-in-from-right;
}
.slide-in-from-bottom {
    animation: 1s ease-out 0s 1 slide-in-from-bottom;
}
.fade-in {
    animation: 1s ease-out 0s 1 fade-in;
}