/*!* Style the tab *!*/
/*.tab {*/
/*    overflow: hidden;*/
/*    border: 1px solid #ccc;*/
/*    background-color: #f1f1f1;*/
/*}*/

/*!* Style the buttons that are used to open the tab content *!*/
/*.tab button {*/
/*    background-color: inherit;*/
/*    float: left;*/
/*    border: none;*/
/*    outline: none;*/
/*    cursor: pointer;*/
/*    padding: 14px 16px;*/
/*    transition: 0.3s;*/
/*}*/

/*!* Change background color of buttons on hover *!*/
/*.tab button:hover {*/
/*    background-color: #ddd;*/
/*}*/

/*!* Create an active/current tablink class *!*/
/*.tab button.active {*/
/*    background-color: #ccc;*/
/*}*/

/*!* Style the tab content *!*/
/*.tabcontent {*/
/*    display: none;*/
/*    padding: 6px 12px;*/
/*    border: 1px solid #ccc;*/
/*    border-top: none;*/
/*}*/

/*!* banners *!*/
/*tr.detail {*/
/*    display: none;*/
/*    width: 100%;*/
/*}*/

/*tr.detail div {*/
/*    display: none;*/
/*}*/

/*td .edit:hover, td .delete:hover {*/
/*    cursor: pointer;*/
/*}*/

/*.outer-row.active, .inner-row.active {*/
/*    background-color: #bebec5;*/
/*}*/

/*#current-banners-table {*/
/*    table-layout: auto;*/
/*    width: 330px;*/
/*}*/

/*.input-medium {*/
/*    width: 40%;*/
/*}*/

/*!* cdp_admin previous *!*/
/*!***Header - S***!*/
/*#cdp-header-wrapper {*/
/*    display: block;*/
/*    float: none;*/
/*    clear: both;*/
/*    overflow: hidden;*/
/*    max-width: 900px;*/
/*    width: 100%;*/
/*    margin: 2% 0 0 0;*/
/*}*/

/*#cdp-header-logo {*/
/*    display: inline-block;*/
/*    max-width: 55px;*/
/*    width: 100%*/
/*}*/

/*#cdp-header-name {*/
/*    display: inline-block;*/
/*    width: 66%;*/
/*    font-size: 180%;*/
/*    font-weight: bold;*/
/*    padding: 2%;*/
/*    vertical-align: top;*/
/*}*/

/*#cdp-header-save {*/
/*    display: inline-block;*/
/*    background-color: #0074A2;*/
/*    color: #FFF;*/
/*    padding: .2% 6%;*/
/*    font-size: 100%;*/
/*    border-radius: 8px;*/
/*    border: 2px solid #FFF;*/
/*    cursor: pointer;*/
/*    box-shadow: 2px 2px 5px #888888;*/
/*    max-width: 28px;*/
/*    min-width: 28px;*/
/*    vertical-align: top;*/
/*    margin: 2% 0 0 0;*/
/*}*/

/*#cdp-header-save:hover {*/
/*    box-shadow: none;*/
/*    border-color: #000;*/
/*}*/

/*#cdp-header-tabs-wrapper {*/
/*    display: block;*/
/*    float: none;*/
/*    clear: both;*/
/*    overflow: hidden;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*    border-bottom: 2px solid #1D1C87;*/
/*    padding: 2% 0 1% 0;*/
/*}*/

/*.cdp-header-tab {*/
/*    display: inline-block;*/
/*    width: 14%;*/
/*    text-align: center;*/
/*    font-weight: bold;*/
/*    background-color: #5f5f91;*/
/*    margin: 0 1% 0;*/
/*    padding: .5% 0;*/
/*    border-radius: 8px;*/
/*    cursor: pointer;*/
/*    box-shadow: 2px 2px 5px #888888;*/
/*    border: 1px solid #FFF*/
/*}*/

/*.cdp-header-tab:hover {*/
/*    box-shadow: none;*/
/*    border: 1px solid #000;*/
/*}*/

/*.cdp-header-tab:hover > a {*/
/*    border-color: #21759B;*/
/*    opacity: .8;*/
/*}*/

/*.cdp-header-tab.active-tab {*/
/*    background-color: #1D1C87;*/
/*}*/

/*.cdp-header-tab.active-tab:hover > a {*/
/*    color: #FFF;*/
/*}*/

/*.cdp-header-tab > a {*/
/*    color: #FFF;*/
/*    text-decoration: none;*/
/*}*/

/*!***Header - E***!*/

/*!***Footer - S***!*/
/*#cdp-footer-wrapper {*/
/*    display: block;*/
/*    float: none;*/
/*    clear: both;*/
/*    overflow: hidden;*/
/*    max-width: 900px;*/
/*    width: 100%;*/
/*    margin: 1% 0 0 0;*/
/*    position: relative;*/
/*    height: 50px;*/
/*}*/

/*a.vms-link {*/
/*    position: absolute;*/
/*    left: 5%;*/
/*    top: 2%;*/
/*    width: 130px;*/
/*    height: 20px;*/
/*    text-align: center;*/
/*    text-decoration: none;*/
/*    font-weight: bold;*/
/*    background-color: #5f5f91;*/
/*    margin: 0 1% 0;*/
/*    padding: .5% 0;*/
/*    border-radius: 8px;*/
/*    cursor: pointer;*/
/*    box-shadow: 2px 2px 5px #888888;*/
/*    border: 1px solid #FFF;*/
/*    color: #FFF;*/
/*}*/

/*a.vms-link:hover {*/
/*    box-shadow: none;*/
/*    border: 1px solid #000;*/
/*}*/

/*a.dealertrend-link {*/
/*    position: absolute;*/
/*    right: 5%;*/
/*    top: 2%;*/
/*    width: 140px;*/
/*}*/

/*a.dealertrend-link img {*/
/*    width: 100%;*/
/*}*/

/*!***Footer - E***!*/

/*!***Content - S***!*/
/*#cdp-content-wrapper {*/
/*    display: block;*/
/*    float: none;*/
/*    clear: both;*/
/*    overflow: hidden;*/
/*    max-width: 900px;*/
/*    width: 100%;*/
/*    background-color: #5f5f91;*/
/*    border: 2px solid #1D1C87;*/
/*    margin: 2% 0 0;*/
/*    border-radius: 8px;*/
/*}*/

/*#cdp-content-wrapper.running {*/
/*    opacity: .4;*/
/*}*/

/*#cdp-content-wrapper.not-saved {*/
/*    background-color: #c46666;*/
/*}*/

/*#cdp-content-wrapper.saving {*/
/*    background-color: #e5e59e;*/
/*}*/

/*#cdp-content-wrapper.saved {*/
/*    background-color: #7AC177;*/
/*}*/

/*.tr-wrapper {*/
/*    display: block;*/
/*    overflow: hidden;*/
/*    clear: both;*/
/*    float: none;*/
/*    width: 94%;*/
/*    margin: 1% auto;*/
/*}*/

/*.td-full {*/
/*    display: block;*/
/*    width: 100%;*/
/*}*/

/*.td-full h3.title {*/
/*    display: block;*/
/*    width: 75%;*/
/*    text-align: left;*/
/*    padding: 1% 0 1% 5%;*/
/*    background-color: #1D1C87;*/
/*    margin: 2% 0 0;*/
/*    color: #FFF;*/
/*    border-radius: 8px;*/
/*    border: 2px solid #cbcbef;*/
/*}*/

/*.td-full h4.divider {*/
/*    display: inline-block;*/
/*    width: 75%;*/
/*    text-align: left;*/
/*    padding: 1% 0 1% 5%;*/
/*    background-color: #1D1C87;*/
/*    margin: 2% 0 0;*/
/*    color: #FFF;*/
/*    border-radius: 8px;*/
/*    border: 2px solid #cbcbef;*/
/*    position: relative;*/
/*}*/

/*span.td-title.center {*/
/*    text-align: center;*/
/*    display: block;*/
/*    margin: 0 0 1%;*/
/*}*/

/*.td-full > textarea {*/
/*    display: block;*/
/*    width: 90%;*/
/*    margin: 0 auto 2%;*/
/*    min-height: 60px;*/
/*    resize: none;*/
/*}*/

/*.td-two.long > textarea {*/
/*    display: block;*/
/*    width: 96%;*/
/*    margin: 0 auto 2%;*/
/*    min-height: 30px;*/
/*}*/

/*img.refresh-button {*/
/*    right: 5%;*/
/*    position: absolute;*/
/*    cursor: pointer;*/
/*}*/

/*img.refresh-button:hover {*/
/*    background-color: green;*/
/*    border-radius: 6px;*/
/*}*/

/*.tr-wrapper.tr-color {*/
/*    width: 80%;*/
/*    margin: 1% auto;*/
/*    background-color: #cbcbef;*/
/*    border-radius: 8px;*/
/*    border: 2px solid #1D1C87;*/
/*}*/

/*.td-full.center {*/
/*    text-align: center;*/
/*}*/

/*.td-title {*/
/*    font-weight: bold;*/
/*    margin: 0 2% 0 0;*/
/*}*/

/*.td-message {*/
/*    font-weight: bold;*/
/*}*/

/*.td-message.succuss {*/
/*    color: #019310;*/
/*}*/

/*.td-message.error {*/
/*    color: #c90000;*/
/*}*/

/*.td-two {*/
/*    display: block;*/
/*    overflow: hidden;*/
/*    float: left;*/
/*    width: 44%;*/
/*    padding: 1% 3%;*/
/*}*/

/*.td-two.center {*/
/*    text-align: center;*/
/*}*/

/*.td-two.right {*/
/*    text-align: right;*/
/*    padding-right: 4%;*/
/*    width: 40%;*/
/*}*/

/*.input-short {*/
/*    width: 25%;*/
/*}*/


/*.inner-td-full {*/
/*    display: block;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*    font-size: 145%;*/
/*    font-weight: bold;*/
/*    color: #1D1C87;*/
/*}*/

/*.inner-td-full h5 {*/
/*    padding: 0;*/
/*    margin: 2% 0;*/
/*}*/

/*.inner-td-content {*/
/*    display: block;*/
/*    width: 50%;*/
/*    margin: 2% auto;*/
/*}*/

/*.inner-td-content-full {*/
/*    display: block;*/
/*    width: 90%;*/
/*    margin: 2% auto;*/
/*}*/

/*.inner-row-wrap {*/
/*    display: block;*/
/*    float: none;*/
/*    clear: both;*/
/*    overflow: hidden;*/
/*    width: 86%;*/
/*    margin: 2% auto;*/
/*    padding: 1% 2%;*/
/*    background-color: #D8D8E2;*/
/*    border-radius: 4px;*/
/*}*/

/*.inner-row-wrap label {*/
/*    display: inline-block;*/
/*    font-size: 110%;*/
/*    line-height: 100%;*/
/*    border-right: 1px solid #000;*/
/*    padding: 0 5% 0 0;*/
/*    margin: 0 5% 0 0;*/
/*    width: 25%;*/
/*}*/

/*.inner-row-wrap label.top {*/
/*    vertical-align: top;*/
/*    margin: 5px 5% 5px 0;*/
/*}*/

/*.inner-row-wrap select {*/
/*    display: inline-block;*/
/*    width: 60%;*/
/*}*/

/*.inner-row-wrap .input-short {*/
/*    display: inline-block;*/
/*    width: 20%*/
/*}*/

/*.inner-row-wrap .input-long {*/
/*    display: inline-block;*/
/*    width: 60%;*/
/*}*/

/*!**/
/*.tab-content{*/
/*    display: none;*/
/*    float: none;*/
/*    overflow: hidden;*/
/*    clear: both;*/
/*    width: 100%;*/
/*	font-size: 90%;*/
/*}*!*/
/*.tab-content.active {*/
/*    display: block;*/
/*}*/

/*div.td-two.short {*/
/*    width: 25%*/
/*}*/

/*div.td-two.long {*/
/*    width: 62%*/
/*}*/

/*.td-full.left {*/
/*    margin: 1% 0 1% 2%*/
/*}*/

/*.inner-td.label.top {*/
/*    vertical-align: top;*/
/*}*/

/*textarea.cdp-textarea {*/
/*    width: 96%;*/
/*    font-size: 90%;*/
/*    height: 60px;*/
/*}*/

/*textarea#new-banner-data, textarea.saved-banner-data {*/
/*    width: 100%;*/
/*}*/

/*.inner-td.label.half {*/
/*    width: 30%;*/
/*}*/

/*.inner-td.value.half {*/
/*    width: 60%*/
/*}*/

/*input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-calendar-picker-indicator {*/
/*    display: none;*/
/*}*/

/*!***Content - E***!*/

/*!***inventory - S***!*/
/*#cdp-content-tab-wrapper {*/
/*    display: block;*/
/*    float: left;*/
/*    overflow: hidden;*/
/*    width: 100%;*/
/*    max-width: 175px;*/
/*    margin: 1% 1% 1% 0;*/
/*    border-right: 1px solid #000;*/
/*}*/

/*#cdp-content-tab-wrapper .tab-button {*/
/*    display: block;*/
/*    width: 80%;*/
/*    margin: 2% auto;*/
/*    padding: 1% 4%;*/
/*    background-color: #F7F7F7;*/
/*    font-weight: bold;*/
/*    border: 2px solid #1D1C87;*/
/*    cursor: pointer;*/
/*    color: #1D1C87;*/
/*    font-size: 80%;*/
/*    text-align: center;*/
/*    border-radius: 8px;*/
/*}*/

/*#cdp-content-tab-wrapper .tab-button:hover {*/
/*    border-color: #21759B;*/
/*    opacity: .8;*/
/*}*/

/*#cdp-content-tab-wrapper .tab-button.active {*/
/*    color: #F7F7F7;*/
/*    background-color: #1D1C87;*/
/*    border-color: #ABABAB;*/
/*}*/

/*#cdp-content-display-wrapper {*/
/*    display: block;*/
/*    float: right;*/
/*    clear: none;*/
/*    overflow: hidden;*/
/*    width: 100%;*/
/*    max-width: 600px;*/
/*    padding: 0 50px 0 0;*/
/*}*/

/*.view-wrapper {*/
/*    display: block;*/
/*    float: none;*/
/*    clear: both;*/
/*    overflow: hidden;*/
/*    width: 100%*/
/*}*/

/*#cdp-content-inner-tab-content {*/
/*    display: block;*/
/*    width: 70%;*/
/*    margin: 1% auto;*/
/*    background-color: #F7F7F7;*/
/*    color: #1D1C87;*/
/*    border-radius: 8px;*/
/*    border: 2px solid #1D1C87;*/
/*    padding: 1% 5%;*/
/*    font-weight: bold;*/
/*    overflow: hidden;*/
/*    clear: both;*/
/*    float: none;*/
/*    text-align: center;*/
/*}*/

/*.inner-tab-button {*/
/*    display: block;*/
/*    float: left;*/
/*    width: 33.3%;*/
/*    cursor: pointer;*/
/*    text-align: center;*/
/*}*/

/*.inner-tab-button.active {*/
/*    border-bottom: 2px solid #1D1C87;*/
/*}*/

/*.inner-tab-button:hover {*/
/*    border-bottom: 2px solid #cbcbef;*/
/*    color: #cbcbef;*/
/*}*/

/*.tab-inner-content {*/
/*    display: none;*/
/*}*/

/*.tab-inner-content textarea {*/
/*    height: 75px;*/
/*    width: 98%;*/
/*    resize: both;*/
/*}*/

/*.tab-inner-content .td-title small {*/
/*    line-height: normal;*/
/*    font-weight: normal;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/

/*.tab-inner-content.active {*/
/*    display: block;*/
/*}*/

/*textarea.text-inject {*/
/*    resize: both;*/
/*    height: 100px;*/
/*}*/

/*!***MSW Style***!*/
/*button.msw-button {*/
/*    font-size: 90%;*/
/*    cursor: pointer;*/
/*    border-radius: 8px;*/
/*    box-shadow: 2px 2px 5px #888888;*/
/*    background-color: #EFEFEF;*/
/*}*/

/*button.msw-button:hover {*/
/*    box-shadow: none;*/
/*}*/

/*button.msw-button.inactive {*/
/*    opacity: .4;*/
/*}*/

/*.msw-window-title {*/
/*    display: block;*/
/*    text-align: center;*/
/*    font-size: 110%;*/
/*    font-weight: bold;*/
/*    cursor: pointer;*/
/*    position: relative;*/
/*}*/

/*span.msw-inner-title.left {*/
/*    display: inline;*/
/*    left: 2%;*/
/*    position: absolute;*/
/*    font-size: 110%;*/
/*}*/

/*span.msw-inner-title.small {*/
/*    font-size: 75%;*/
/*}*/

/*.msw-data-wrapper {*/
/*    display: none;*/
/*}*/

/*.msw-data-wrapper.active {*/
/*    display: block;*/
/*}*/

/*.msw-view-wrapper {*/
/*    display: none;*/
/*    float: none;*/
/*    clear: both;*/
/*    overflow: hidden;*/
/*    width: 100%;*/
/*}*/

/*.msw-view-wrapper.active {*/
/*    display: block;*/
/*}*/

/*.msw-wrapper {*/
/*    display: block;*/
/*    float: none;*/
/*    clear: both;*/
/*    overflow: hidden;*/
/*    width: 100%;*/
/*    max-width: 300px;*/
/*    background-color: #F7F7F7;*/
/*    border: 2px solid #000;*/
/*    border-radius: 8px;*/
/*    margin: 1% auto 3%;*/
/*}*/

/*.msw-list-wrapper {*/
/*    display: block;*/
/*    float: none;*/
/*    clear: both;*/
/*    overflow: hidden;*/
/*    width: 96%;*/
/*    margin: 2% auto;*/
/*    background-color: #5F5F91;*/
/*    border-radius: 8px*/
/*}*/

/*.msw-title {*/
/*    display: block;*/
/*    width: 98%;*/
/*    margin: 0 auto;*/
/*    text-align: center;*/
/*    font-weight: bold;*/
/*    font-size: 120%;*/
/*    color: #F7F7F7;*/
/*}*/

/*.msw-list-items {*/
/*    display: block;*/
/*    width: 96%;*/
/*    margin: 0 auto 4%;*/
/*    background-color: #F7F7F7;*/
/*    border-radius: 8px;*/
/*    text-align: center*/
/*}*/

/*.msw-list-items > ul {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    display: block;*/
/*    width: 100%;*/
/*}*/

/*.msw-list-items > ul > li {*/
/*    display: inline-block;*/
/*    padding: 1% 2%;*/
/*    margin: 1%;*/
/*    background-color: #CBCBEF;*/
/*    border-radius: 8px;*/
/*    font-size: 80%;*/
/*    cursor: pointer;*/
/*}*/

/*.msw-available > li:hover {*/
/*    background-color: #019310;*/
/*    color: #FFF;*/
/*}*/

/*.msw-included > li:hover {*/
/*    background-color: #c90000;*/
/*    color: #FFF;*/
/*}*/

/*.control-wrapper {*/
/*    display: block;*/
/*    width: 90%;*/
/*    margin: 0 auto;*/
/*    text-align: center;*/
/*}*/

/*.control-wrapper > button {*/
/*    font-size: 80%;*/
/*    margin: 0 4%;*/
/*    width: 30%;*/
/*    cursor: pointer;*/
/*}*/

/*.ajax-loading-message {*/
/*    display: none;*/
/*    overflow: hidden;*/
/*    width: 80%;*/
/*    text-align: center;*/
/*    margin: 2% auto;*/
/*    background-color: #CBCBEF;*/
/*    color: #1D1C87;*/
/*    font-weight: bold;*/
/*    border-radius: 8px;*/
/*    border: 2px solid #1D1C87;*/
/*}*/

/*.ajax-loading-message.loading {*/
/*    display: block;*/
/*}*/


/*!****/
/*Inner Table Layout*/
/****!*/
/*button.add-row-button, button.generate-keyword-pot {*/
/*    display: inline-block;*/
/*    margin: 0 0 0 6%;*/
/*    color: #FFF;*/
/*    font-weight: bold;*/
/*    font-size: 120%;*/
/*    cursor: pointer;*/
/*    background-color: #1D1C87;*/
/*    border: 2px solid #cbcbef;*/
/*    border-radius: 8px;*/
/*}*/

/*button.add-row-button:hover, button.generate-keyword-pot:hover {*/
/*    color: #FFF;*/
/*    background-color: #008002;*/
/*}*/

/*.inner-table-headers {*/
/*    display: block;*/
/*    overflow: hidden;*/
/*    float: none;*/
/*    clear: both;*/
/*    width: 99.5%;*/
/*    margin: 0 0 0 0;*/
/*    border-bottom: 1px solid #000;*/
/*}*/

/*.inner-table-headers > div {*/
/*    display: block;*/
/*    text-align: center;*/
/*    float: left;*/
/*    border-right: 1px solid #000;*/
/*    font-size: 90%;*/
/*}*/

/*.inner-table-headers > div:last-child {*/
/*    border: none;*/
/*}*/

/*.remove, .remove-single {*/
/*    display: block;*/
/*    background-color: #FF0000;*/
/*    color: #FFF;*/
/*    padding: 0%;*/
/*    margin: 2% auto;*/
/*    text-align: center;*/
/*    font-weight: bold;*/
/*    border-radius: 4px;*/
/*    -webkit-border-radius: 4px;*/
/*    -moz-border-radius: 4px;*/
/*    box-shadow: 2px 2px 2px #000;*/
/*    -webkit-box-shadow: 2px 2px 2px #000;*/
/*    cursor: pointer;*/
/*}*/

/*.inner-table-content {*/
/*    display: block;*/
/*    overflow: hidden;*/
/*    float: none;*/
/*    clear: both;*/
/*}*/

/*.inner-row-wrapper {*/
/*    display: block;*/
/*    overflow: hidden;*/
/*    float: none;*/
/*    clear: both;*/
/*    width: 96%;*/
/*    margin: 2% auto;*/
/*    background-color: #1D1C87;*/
/*    border: #D8D8E2;*/
/*    border-radius: 8px;*/
/*}*/

/*.inner-row-label {*/
/*    display: block;*/
/*    overflow: hidden;*/
/*    float: none;*/
/*    clear: both;*/
/*    width: 96%;*/
/*    background-color: #D8D8E2;*/
/*    margin: 2% auto;*/
/*    padding: 0 0 1% 0;*/
/*    border-radius: 8px;*/
/*}*/

/*.inner-row-label h5 {*/
/*    color: #1D1C87;*/
/*    font-size: 105%;*/
/*    padding: 1% 0% 0;*/
/*    margin: 0 5%;*/
/*    cursor: pointer;*/
/*}*/

/*.inner-row-label:hover {*/
/*    background-color: #CBCBEF;*/
/*}*/

/*.inner-row-content {*/
/*    display: none;*/
/*    overflow: hidden;*/
/*    float: none;*/
/*    clear: both;*/
/*    width: 100%;*/
/*}*/

/*.inner-row-content.active {*/
/*    display: block;*/
/*}*/

/*.inner-tr-wrapper {*/
/*    display: block;*/
/*    overflow: hidden;*/
/*    clear: both;*/
/*    float: none;*/
/*    width: 94%;*/
/*    margin: 1% auto;*/
/*    padding: 1% 0;*/
/*    background-color: #D8D8E2;*/
/*    border-radius: 8px;*/
/*    border: 2px solid #FFF;*/
/*}*/

/*.inner-td.label {*/
/*    display: inline-block;*/
/*    width: 18%;*/
/*    text-align: left;*/
/*    padding-left: 6%;*/
/*    vertical-align: top;*/
/*}*/

/*.inner-td.value {*/
/*    display: inline-block;*/
/*    width: 75%;*/
/*    text-align: left;*/
/*}*/

/*.inner-td-half.label {*/
/*    display: inline-block;*/
/*    width: 46%;*/
/*    text-align: left;*/
/*    padding-left: 6%;*/
/*    vertical-align: top;*/
/*}*/

/*.inner-td-half.value {*/
/*    display: inline-block;*/
/*    width: 48%;*/
/*    text-align: left;*/
/*}*/

/*.inner-td.value input {*/
/*    height: 20px;*/
/*    margin: 0;*/
/*    width: 96%;*/
/*    padding: 0 2%;*/
/*}*/

/*.inner-td.value input.input-short {*/
/*    width: 20%;*/
/*}*/

/*.inner-td.value input.input-med {*/
/*    width: 30%;*/
/*}*/

/*.inner-td.value input.input-checkbox {*/
/*    width: 18px;*/
/*    height: 18px;*/
/*}*/

/*#emailRows input.input-short {*/
/*    width: 28%;*/
/*}*/

/*a.custom_media_upload {*/
/*    text-decoration: none;*/
/*    background-color: #1D1C87;*/
/*    color: #FFF;*/
/*    padding: 2% 6%;*/
/*    border-radius: 6px;*/
/*    border: 2px solid #5F5F91;*/
/*    margin: 0 0 0 -8%;*/
/*}*/

/*a.custom_media_upload:hover {*/
/*    background-color: #5F5F91;*/
/*    border-color: #1D1C87;*/
/*}*/

/*.inner-row-content .remove, .inner-row-content .remove-single {*/
/*    width: 100%;*/
/*    max-width: 74px;*/
/*    min-width: 74px;*/
/*}*/


/*#cdp-uninstall-button {*/
/*    margin: 2% auto;*/
/*    cursor: pointer;*/
/*    border: 2px solid #1D1C87;*/
/*    color: #1D1C87;*/
/*}*/

/*#cdp-uninstall-button:hover {*/
/*    border-color: #FFF;*/
/*}*/

/*div#KeywordPot {*/
/*    display: block;*/
/*    width: 90%;*/
/*    margin: 1% auto 2%;*/
/*    text-align: center;*/
/*    color: #FFF;*/
/*    background-color: #1D1C87;*/
/*    padding: 1%;*/
/*    border-radius: 8px;*/
/*}*/

/*ul.keyword-list {*/
/*    background-color: #EEE;*/
/*    color: #000;*/
/*    display: flex;*/
/*    flex-flow: row wrap;*/
/*    justify-content: space-around;*/
/*    width: 90%;*/
/*    margin: 6% auto;*/
/*    padding: 4% 0;*/
/*    max-height: 300px;*/
/*    height: 100%;*/
/*    overflow-x: hidden;*/
/*    overflow-y: auto;*/
/*    font-size: 90%;*/
/*}*/

/*ul.keyword-list > li {*/
/*    flex: 1 0 auto;*/
/*    max-width: 90px;*/
/*    width: 100%;*/
/*    text-decoration: underline;*/
/*}*/

/*.cdp-run-input {*/
/*    display: block;*/
/*    background-color: #0074A2;*/
/*    color: #FFF;*/
/*    padding: 2% 6%;*/
/*    font-size: 100%;*/
/*    border-radius: 8px;*/
/*    border: 2px solid #FFF;*/
/*    cursor: pointer;*/
/*    box-shadow: 2px 2px 5px #888888;*/
/*    vertical-align: top;*/
/*    margin: 2% 0 0 0;*/
/*    width: 100%;*/
/*    box-sizing: border-box;*/
/*    text-align: center;*/
/*}*/

/*.cdp-run-input.unset {*/
/*    background-color: #f93b3b;*/
/*}*/

/*.cdp-run-input:hover {*/
/*    opacity: .8;*/
/*    border-color: #000;*/
/*}*/

/*.td-full.center.center-flex {*/
/*    display: flex;*/
/*    flex-flow: row wrap;*/
/*    justify-content: space-around;*/

/*    padding: 0 0 10px 0;*/
/*    border-bottom: 2px solid #000;*/
/*}*/

/*#cdp-import-status {*/
/*    display: block;*/
/*    padding: 1% 0%;*/
/*    font-size: 100%;*/
/*    border-radius: 8px;*/
/*    border: 2px solid #000;*/
/*    width: 90%;*/
/*    background-color: #FFF;*/
/*    color: #000;*/
/*    font-weight: bold;*/
/*    vertical-align: top;*/
/*    margin: 2% 0 0 0;*/
/*    box-sizing: border-box;*/
/*    text-align: center;*/
/*}*/

/*#cdp-import-advanced, #cdp-default-settings {*/
/*    display: block;*/
/*    padding: 1% 0%;*/
/*    font-size: 100%;*/
/*    border-radius: 8px;*/
/*    border: 2px solid #FFF;*/
/*    width: 90%;*/
/*    background-color: #0074A2;*/
/*    color: #FFF;*/
/*    font-weight: bold;*/
/*    vertical-align: top;*/
/*    margin: 2% 0 0 0;*/
/*    box-sizing: border-box;*/
/*    text-align: center;*/
/*    cursor: pointer;*/
/*}*/

/*#cdp-import-advanced:hover, #cdp-default-settings:hover {*/
/*    opacity: .6;*/
/*    border-color: #000;*/
/*}*/

/*.cdp-import-tab.active-tab {*/
/*    background-color: #FFF;*/
/*    color: #000;*/
/*    font-weight: bold;*/
/*    border-color: #000;*/
/*    box-shadow: -3px -3px 5px #888888;*/
/*}*/

/*h3.center-title {*/
/*    border-bottom: 2px solid #000;*/
/*    margin: 1em 1em 0;*/
/*}*/

/*.td-full-small.center {*/
/*    display: block;*/
/*    overflow: hidden;*/
/*    clear: both;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*}*/

/*.td-button {*/
/*    display: block;*/
/*    background-color: #0074A2;*/
/*    color: #FFF;*/
/*    padding: 2% 6%;*/
/*    font-size: 100%;*/
/*    border-radius: 8px;*/
/*    border: 2px solid #FFF;*/
/*    cursor: pointer;*/
/*    box-shadow: 2px 2px 5px #888888;*/
/*    vertical-align: top;*/
/*    margin: 0 0 0 0;*/
/*    width: 50%;*/
/*    box-sizing: border-box;*/
/*    text-align: center;*/
/*}*/

/*.td-button:hover {*/
/*    border-color: #000;*/
/*    opacity: .8;*/
/*}*/

/*.td-full.td-three-flex {*/
/*    display: flex;*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: -webkit-flex;*/

/*    flex-flow: row wrap;*/
/*    -webkit-flex-flow: row wrap;*/

/*    justify-content: space-between;*/
/*    -webkit-justify-content: space-between;*/

/*    width: 100%;*/
/*    border-bottom: 1px solid #000;*/
/*    padding: 0 0 4px 0;*/
/*    margin: 4px 0 0 0;*/

/*    -webkit-box-sizing: border-box;*/
/*    -moz-box-sizing: border-box;*/
/*    box-sizing: border-box;*/
/*}*/

/*.td-full.td-three-flex .td-import-text {*/
/*    flex: 0 1 20%;*/
/*    -webkit-box-flex: 0 1 20%;*/
/*    -moz-box-flex: 0 1 20%;*/
/*    -webkit-flex: 0 1 20%;*/
/*    -ms-flex: 0 1 20%;*/

/*    display: block;*/
/*    width: 100%;*/
/*    overflow: hidden;*/
/*    height: auto;*/
/*    text-align: right;*/
/*}*/

/*.td-full.td-three-flex .td-import-input {*/
/*    flex: 0 1 50%;*/
/*    -webkit-box-flex: 0 1 50%;*/
/*    -moz-box-flex: 0 1 50%;*/
/*    -webkit-flex: 0 1 50%;*/
/*    -ms-flex: 0 1 50%;*/

/*    display: block;*/
/*    width: 100%;*/
/*    overflow: hidden;*/
/*    height: auto;*/
/*    text-align: center;*/
/*}*/

/*.td-full.td-three-flex .td-import-input select {*/
/*    display: block;*/
/*    width: 50%;*/
/*    margin: 0 auto;*/
/*}*/

/*.td-full.td-three-flex .td-import-input input {*/
/*    display: block;*/
/*    width: 80%;*/
/*    margin: 0 auto;*/
/*}*/

/*.td-full.td-three-flex .td-import-symbol {*/
/*    flex: 0 1 30%;*/
/*    -webkit-box-flex: 0 1 30%;*/
/*    -moz-box-flex: 0 1 30%;*/
/*    -webkit-flex: 0 1 30%;*/
/*    -ms-flex: 0 1 30%;*/

/*    display: block;*/
/*    width: 100%;*/
/*    overflow: hidden;*/
/*    height: auto;*/
/*    text-align: center;*/
/*}*/

/*.td-full.td-three-flex .td-import-symbol select {*/
/*    display: block;*/
/*    width: 80%;*/
/*    margin: 0 auto;*/
/*}*/

/*.td-button-import {*/
/*    display: block;*/
/*    background-color: #0074A2;*/
/*    color: #FFF;*/
/*    padding: 1% 2%;*/
/*    font-size: 100%;*/
/*    border-radius: 8px;*/
/*    border: 2px solid #FFF;*/
/*    cursor: pointer;*/
/*    box-shadow: 2px 2px 5px #888888;*/
/*    vertical-align: top;*/
/*    margin: 6px auto;*/
/*    width: 50%;*/
/*    box-sizing: border-box;*/
/*    text-align: center;*/
/*}*/

/*.td-button-import:hover {*/
/*    border-color: #000;*/
/*    opacity: .8;*/
/*}*/

/*.td-full-small.center .notification {*/
/*    display: block;*/
/*    width: 100%;*/
/*    font-size: .8em;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*}*/

/*.cdp-input-data {*/
/*    margin: 4px 0 0;*/
/*}*/

/*.data-ajax-message {*/
/*    display: none;*/
/*}*/

/*.data-ajax-message.error {*/
/*    display: block;*/
/*    width: 80%;*/
/*    background-color: #c90000;*/
/*    color: #FFF;*/
/*    margin: 8px auto 12px;*/
/*    border-radius: 8px;*/
/*    border: 2px solid #FFF;*/
/*}*/

/*.data-ajax-message.found {*/
/*    display: block;*/
/*    width: 80%;*/
/*    background-color: #39a322;*/
/*    color: #FFF;*/
/*    margin: 8px auto 12px;*/
/*    border-radius: 8px;*/
/*    border: 2px solid #FFF;*/
/*}*/

/*.import-inner-td-full {*/
/*    display: block;*/
/*    width: 96%;*/
/*    margin: 10px auto;*/
/*    padding: 10px 5px;*/
/*    background-color: #F1F8FF;*/
/*    border: 2px solid #000;*/
/*    border-radius: 8px;*/
/*    box-sizing: border-box;*/
/*}*/

/*.import-dealer-headline {*/
/*    display: block;*/
/*    width: 100%;*/
/*    font-weight: bold;*/
/*    font-size: 110%;*/
/*    border-bottom: 1px solid #000;*/
/*    position: relative;*/
/*}*/

/*.import-remove-dealer-button {*/
/*    display: block;*/
/*    overflow: hidden;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 10px;*/
/*    cursor: pointer;*/
/*    color: #FFF;*/
/*    background-color: #FF0000;*/
/*    font-size: .8em;*/
/*    border: 1px solid #000;*/
/*    padding: 0 2px;*/
/*    border-radius: 4px;*/
/*}*/

/*.import-dealer-custom-content {*/
/*    display: block;*/
/*    width: 100%;*/
/*    overflow: hidden;*/
/*    clear: both;*/
/*    position: relative;*/
/*    margin: 4px 0 8px;*/
/*    border-bottom: 1px solid;*/
/*    padding: 4px 0 8px;*/
/*}*/

/*.import-update-custom {*/
/*    display: block;*/
/*    width: 50px;*/
/*    text-align: center;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    padding: 2px 6px;*/
/*    background-color: green;*/
/*    color: #FFF;*/
/*    border: 2px solid #000;*/
/*    cursor: pointer;*/
/*    border-radius: 4px;*/
/*}*/

/*.import-delete-custom {*/
/*    display: block;*/
/*    width: 50px;*/
/*    text-align: center;*/
/*    position: absolute;*/
/*    bottom: 4px;*/
/*    right: 0;*/
/*    padding: 2px 6px;*/
/*    background-color: #FF0000;*/
/*    color: #FFF;*/
/*    border: 2px solid #000;*/
/*    cursor: pointer;*/
/*    border-radius: 4px;*/
/*}*/

/*.import-remove-dealer-button:hover, .import-update-custom:hover, .import-delete-custom:hover {*/
/*    opacity: .7;*/
/*}*/

/*#cdp-content-wrapper-advanced.advanced-wrapper.display {*/
/*    display: block;*/
/*}*/

/*#cdp-content-wrapper-advanced.advanced-wrapper.hide, #cdp-content-wrapper-default.settings-wrapper.hide {*/
/*    display: none;*/
/*}*/


/*#default-add-title {*/
/*    display: block;*/
/*}*/

/*#default-add-title.hide {*/
/*    display: none;*/
/*}*/

/*#import-update-id {*/
/*    display: none;*/
/*    color: #FF0000;*/
/*}*/

/*#import-update-id.display {*/
/*    display: block;*/
/*    color: #FF0000;*/
/*}*/

/*.import-dealer-content {*/
/*    display: block;*/
/*    overflow: hidden;*/
/*    float: none;*/
/*    clear: both;*/
/*    width: 96%;*/
/*    margin: 5px auto 0;*/
/*}*/

/*.import-dealer-vehicle-counts {*/
/*    display: inline-block;*/
/*    width: 49%;*/
/*}*/

/*.import-dealer-vehicle-counts span {*/
/*    font-weight: bold;*/
/*}*/

/*.import-dealer-data {*/
/*    display: inline-block;*/
/*    width: 48%;*/
/*    text-align: center;*/
/*}*/

/*span.dealer-run {*/
/*    display: block;*/
/*    border: 2px solid #FFF;*/
/*    margin: 1px auto;*/
/*    padding: 2px 4px;*/
/*    line-height: 100%;*/
/*    font-size: 14px;*/
/*    background-color: green;*/
/*    color: #FFF;*/
/*    cursor: pointer;*/
/*    width: 80%;*/
/*    text-align: center;*/
/*}*/

/*#admin-multi-select-tags {*/
/*    display: block;*/
/*    max-height: 150px;*/
/*    overflow-x: hidden;*/
/*    overflow-y: scroll;*/
/*    list-style: none;*/
/*    float: none;*/
/*    clear: both;*/
/*    width: 80%;*/
/*    margin: 0 auto;*/
/*    color: #000;*/
/*    background-color: #CBCBEF;*/
/*    padding: 1%;*/
/*}*/

/*.admin-multi-select-item {*/
/*    display: block;*/
/*    float: none;*/
/*    clear: both;*/
/*    overflow: hidden;*/
/*    width: 90%;*/
/*    margin: 0 auto 4%;*/
/*    padding: 0 0 2%;*/
/*    border-bottom: 1px solid #000;*/
/*}*/

/*.admin-select-checkbox {*/
/*    display: block;*/
/*    border: 1px solid #000;*/
/*    float: right;*/
/*    width: 12px;*/
/*    height: 10px;*/
/*    cursor: pointer;*/
/*    text-align: center;*/
/*    font-size: 90%;*/
/*    padding: 1%;*/
/*    box-sizing: content-box;*/
/*    line-height: 90%;*/
/*}*/

/*.admin-init-options {*/
/*    display: block;*/
/*    float: none;*/
/*    clear: both;*/
/*    overflow: hidden;*/
/*    margin: 2% 0;*/
/*}*/

/*.tag-save, .sort-save, .banner-save {*/
/*    margin: 0 auto;*/
/*    width: 100px;*/
/*    text-align: center;*/
/*    font-size: 16px;*/
/*    line-height: 100%;*/
/*    padding: 1%;*/
/*    background-color: #C46666;*/
/*    color: #FFF;*/
/*    border-radius: 8px;*/
/*    border: 2px solid #CBCBEF;*/
/*    cursor: pointer;*/
/*}*/

/*.tag-save:hover, .sort-save:hover, .banner-save:hover {*/
/*    background-color: #FFF;*/
/*    color: #C46666;*/
/*}*/

/*.current-sort-count-value {*/
/*    display: block;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*    font-size: 130%;*/
/*}*/

/*.current-sort-count-value span {*/
/*    font-weight: bold;*/
/*}*/

/*.dealer-import-status {*/
/*    text-align: center;*/
/*}*/

/*#feed-status-header {*/
/*    display: block;*/
/*    background-color: #5F5F91;*/
/*    color: #FFF;*/
/*    max-width: 700px;*/
/*    width: 100%;*/
/*    margin: 5px 0 0 0;*/
/*    padding: 2px 0;*/
/*    text-align: center;*/
/*    border: 1px solid #FFF;*/
/*    box-shadow: 2px 2px 5px #888888;*/
/*    border-radius: 8px;*/
/*}*/

/*!****/
/*Dialog adjustments*/
/****!*/
/*div.ui-widget-overlay {*/
/*    height: 0;*/
/*    padding-top: 100%;*/
/*}*/

/*.ui-dialog .ui-dialog-titlebar-close span {*/
/*    left: 0;*/
/*    top: 0;*/
/*}*/


/*span.automall-dealer-name {*/
/*    display: block;*/
/*    font-size: 75%;*/
/*}*/

/*div#ui-datepicker-div {*/
/*    background-color: #F0F0F0;*/
/*    padding: 4px;*/
/*}*/

/*.ui-datepicker-header {*/
/*    display: block;*/
/*    overflow: hidden;*/
/*    clear: both;*/
/*    float: none;*/
/*}*/

/*.ui-datepicker-prev {*/
/*    float: left;*/
/*    background-color: #F0F0F0;*/
/*    cursor: pointer;*/
/*}*/

/*.ui-datepicker-next {*/
/*    float: right;*/
/*    background-color: #F0F0F0;*/
/*    cursor: pointer;*/
/*}*/

/*.ui-datepicker-title {*/
/*    float: none;*/
/*    clear: both;*/
/*    text-align: center;*/
/*}*/

/*#manually-run-import-job-confirm {*/
/*    display: none;*/
/*    width: 100%;*/
/*    overflow: hidden;*/
/*    clear: both;*/
/*}*/

/*#manually-run-import-job-confirm p {*/
/*    font-size: .9em;*/
/*    line-height: normal;*/
/*}*/

/*#manually-run-import-confirm-buttons {*/
/*    display: block;*/
/*    width: 100%;*/
/*    overflow: hidden;*/
/*    clear: both;*/
/*    text-align: center;*/
/*}*/

/*#manually-run-import-confirm-buttons > div {*/
/*    display: inline-block;*/
/*    margin: 0 18px 8px;*/
/*    padding: 4px 8px;*/
/*    cursor: pointer;*/
/*    box-shadow: 2px 2px 5px #888888;*/
/*    color: #FFF;*/
/*}*/

/*#manually-run-import-confirm-buttons > div:hover {*/
/*    box-shadow: none;*/
/*}*/

/*#confirm-full-manual-run {*/
/*    background-color: green;*/
/*}*/

/*#decline-full-manual-run {*/
/*    background-color: red;*/
/*}*/

/*div#cdp-change-company-buttons {*/
/*    display: block;*/
/*    width: 100%;*/
/*    overflow: hidden;*/
/*    clear: both;*/
/*}*/

/*div#cdp-change-company-buttons > div {*/
/*    display: block;*/
/*    width: 50%;*/
/*    margin: 2px auto 10px;*/
/*    background-color: #FFF;*/
/*    border-radius: 8px;*/
/*    padding: 5px 0;*/
/*    cursor: pointer;*/
/*    border: 1px solid #000;*/
/*    font-weight: bold;*/
/*}*/

/*div#cdp-change-company-buttons > div:hover {*/
/*    opacity: .8;*/
/*}*/

/*div#no-cron-status-header {*/
/*    display: block;*/
/*    width: 700px;*/
/*    overflow: hidden;*/
/*    clear: both;*/
/*    text-align: center;*/
/*    color: #FFF;*/
/*}*/

/*div#no-cron-status-header.running {*/
/*    opacity: .4;*/
/*}*/

/*div#no-cron-status-message {*/
/*    background-color: #ff0000;*/
/*    padding: 5px 0 15px;*/
/*    margin: 5px 0 0 0;*/
/*    border-radius: 8px;*/
/*    border: 2px solid #000;*/
/*}*/

/*div#no-cron-status-message > p {*/
/*    font-size: 18px;*/
/*}*/

/*div#create-cron-button {*/
/*    display: block;*/
/*    width: 150px;*/
/*    margin: 0 auto;*/
/*    background-color: #FFF;*/
/*    color: #000;*/
/*    font-size: 18px;*/
/*    padding: 5px;*/
/*    border: 2px solid #000;*/
/*    cursor: pointer;*/
/*}*/

/*div#create-cron-button:hover {*/
/*    opacity: .6;*/
/*}*/

/*.cdp-post-button-save-wrapper {*/
/*    display: block;*/
/*    clear: both;*/
/*    overflow: hidden;*/
/*    width: 90%;*/
/*    margin: 5px auto;*/
/*}*/

/*.cdp-post-button {*/
/*    display: block;*/
/*    float: right;*/
/*    background-color: #1B9B26;*/
/*    color: #FFF;*/
/*    font-size: 14px;*/
/*    padding: 4px 10px;*/
/*    border-radius: 4px;*/
/*    border: 1px solid;*/
/*    cursor: pointer;*/

/*}*/

/*.cdp-post-button:hover {*/
/*    opacity: .6;*/
/*}*/
