.task_info th {
    background: #ecf0f1 none repeat scroll 0 0;
    text-align: left;
    padding-left: 5px;
    vertical-align: middle;
}

table.default tbody tr td {
    background: #FFF;
}

table.default tbody tr.site td {
    border-top: none;
    border-bottom: 1px dashed #dee3e4;
}

.site td {
    border-top: none;
    border-bottom: 1px dashed #dee3e4;
}

table.default tbody tr.project td {
    border-top: 1px solid #dee3e4;
    border-bottom: 1px solid #dee3e4;
    background: #FAFAFA;
}

table.default tbody tr.site td a.pure-button {
    color: #FFF;
    font-size: 10px;
}

html table.default thead tr th, table.default2 thead tr th {
    background: none;
    border: 0px;
    vertical-align: top;
}

html table.default tbody tr td, table.default2 tbody tr td {
    border: 0px;
    border-bottom: 15px solid #fff;
    background: #f3f8f9;
}

html table.default tbody tr td input[type="text"], table.default2 tbody tr td input[type="text"] {
    width: 80%;
    height: 32px;
    border: 0px;
    padding: 0px 10px 0px 10px
}

html table.default tbody tr td a, table.default2 tbody tr td a {
    color: #007eff;
    text-decoration: none;
    border-bottom: 1px solid #007eff;
}

html table.default tbody tr td a:hover, table.default2 tbody tr td a:hover {
    text-decoration: none;
}

.default2 tr td {
    vertical-align: middle;
    padding: 5px;
}

.defaul
    /** Pagination **/
.page {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .8), 0px 1px 3px rgba(0, 0, 0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}

.page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg, #FEFEFE, #f0f0f0);
}

.page.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, .5), 0px 1px 0px rgba(255, 255, 255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
}

.page.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg, #f8f8f8, #e9e9e9);
}

/*- Pagination -*/

.entersite {
    border: 1px solid #6f7c87;
    color: #6f7c87;
    font-size: 16px;
    height: 40px;
    padding: 5px;
    width: 250px;
}

html input.submitsite {
    height: 41px;
    padding: 5px;
    font-size: 16px;
    float: none;
    width: 80px;
    margin-right: 0px !important;
}

.sort {
    cursor: pointer;
}

.pure-button-active {
    background: #FFF;
    border: 1px solid #6ebbbe;
    color: #6ebbbe;
}


.spell {
    padding-top: 5px;
    padding-bottom: 5px;
}

.spelling-error {
    background: #F3F781;
    padding: 0px 3px;
    cursor: help;
}

.spelling-sug {
    background: green;
    color: #FFF;
    padding: 0px 3px;
}

.project-block {
    background: #086A87;
    padding: 10px;
    color: #FFF;
    padding-left: 15px;
}

.project-name {
    color: #045FB4;
    text-decoration: underline;
}

.pure-button.button-reindex {
    font-size: 14px;
    width: 165px;
}

.showcol {
    float: left;
    font-size: 12px;
    margin-bottom: 5px;
    padding-right: 15px;
}

.hc {
    display: none;
}


.appnotice-icon {
    float: left;
    padding-right: 20px;
}

.appnotice-block {
    float: left;
    width: 910px;
}

.appnotice-block .pure-button {
    background: #FFF;
    padding: 5px 10px 5px 10px;
}

.appnotice {
    padding: 15px;
    color: #FFF;
    background: #F2646E;
    margin-bottom: 10px;
}

.appnotice.appnotice-info {
    background: #2583E3;
    margin-top: 0px;
}

.appnotice.appnotice-disabled {
    background: #27353C;
    margin-top: 0px;
}

.appnotice.appnotice-disabled .pure-button {
    background: #05B587;
    color: #FFF;
}

.np .appnotice {
    margin-top: 0px;
    margin-bottom: 10px;
}

.appnotice .warnicon {
    vertical-align: middle;
    padding-right: 20px;
    padding-left: 10px;
}

.appnotice div {
    padding-top: 10px;
    font-size: 14px;
}

.appnotice b {
    color: #FFF;
}

html .mbox {
    width: 140px;
    /*height: 82px;*/
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    background-color: #ffffff;
    float: left;
    margin-right: 20px;
}

html .mbox-600 {
    width: 600px;
}

.mbox span {
    font-size: 16px;
    line-height: 34px;
    color: #2f2f2f;
    font-family: "opensans_regular";
    font-weight: 400;
}

.mbox div:only-child, .mbox-in {
    padding: 9px 15px 5px 15px;
}

.mbox p {
    font-size: 14px;
    line-height: 18px;
    color: #757575;
    font-family: "opensans_regular";
    font-weight: 400;
}

.ht a {
    color: #757575;
    line-height: 72px;
    display: block;
    text-decoration: none;
    font-size: 18px;
}

.mbox a {
    color: #007eff;
    text-decoration: none !important;
    border-bottom: 1px solid #007eff;
}

.mbox input[type=text], .addsite input[type=text], .addsite textarea {
    background: #ECF0F1;
    border: 0px solid #ECF0F1;
    padding: 5px;
}

.addsite {
    width: calc(100% - 450px);
}

.addsite input[type=text], .addsite textarea {
    width: 90%;
    font-size: 14px;
}

.tabs {
    border-bottom: 2px solid #f3f8f9;
    background: none;
    min-width: 0px;
    max-width: 1000px; /*text-transform:uppercase;*/
}

html .pure-button.allprojects {
    height: 40px;
    background-color: #f3f8f9;
    padding: 10px;
}

.allprojects span {
    text-decoration: underline;
}

.proj-title {
    font-size: 30px;
    line-height: 34px;
    color: #2f2f2f;
    text-transform: uppercase;
    padding-left: 25px;
    padding-top: 3px;
    float: left;
}

.transform-none {
    text-transform: none !important;
}

.proj-warning {
    font-size: 16px;
    line-height: 34px;
    color: #ff5454;
}

.proj-warning img {
    margin: 0px 7px -3px 0px;
}

.fltr span {
    color: #007eff;
    font-size: 16px;
    text-transform: none;
    text-decoration: underline;
}

.fltr img {
    margin: 0px 5px -4px 0px;
}

.fltr i {
    color: #007eff;
    font-size: 14px;
}

html table.default.wsort thead th div {
    height: 35px;
    font-size: 12px;
}

html .ico-sort {
    height: 10px;
    width: 12px;
    float: left;
}

.ico-sort.ico-sort-asc {
    background: url(/template/main/images/ico/up.svg) no-repeat;
}

.ico-sort.ico-sort-desc {
    background: url(/template/main/images/ico/down.svg) no-repeat;
}

html .ico-sort.ico-sort-asc.active {
    background: url(/template/main/images/ico/up_selected.svg) no-repeat;
}

html .ico-sort.ico-sort-desc.active {
    background: url(/template/main/images/ico/down_selected.svg) no-repeat;
}

.filter_block {
    margin-bottom: 15px;
    margin-top: -25px;
    width: 100%;
    background: #007eff;
    color: #FFF;
    padding: 10px;
}

.filter_block input, .filter_block select {
    color: #000;
    padding: 5px;
}

.worker-left {
    width: 650px;
    float: left;
}

.worker-right {
    float: right;
}

html .worker-right div.mbox {
    float: none;
    margin-bottom: 20px;
    width: 300px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.worker-right .mbox-in {
    color: #757575;
}

.mbox-in .total_paid {
    color: #22db7c;
}

.start-title {
    font-size: 24px;
    line-height: 34px;
    color: #2f2f2f;
}

.help-start {
    border: 2px solid #22db7c;
    width: 100%;
    margin-top: 30px
}

.help-start .head {

}

.help-start .head img, .help-start .foot img {
    margin-bottom: -4px;
    margin-right: 5px;
}

.help-start span.info-text {
    font-size: 16px;
    line-height: 34px;
    color: #2f2f2f;
}

.help-start-close {
    color: #fe3838;
}

.help-start-show, .help-start-hide {
    margin-right: 10px;
}

.help-start .help-block {
    border-top: 1px solid #f3f8f9;
}

.help-block-title {
    padding: 10px 0px;
}

.help-block-title div {
    color: #2f2f2f;
    padding-right: 20px;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.help-block-title div:after {
    background: url(/crowdlinks/content/img/arrow-thin-down.png) no-repeat;
    content: "";
    height: 16px;
    width: 16px;
    position: absolute;
    margin-left: 7px;
    margin-top: 9px;
}

.help-block-title .block-hide:after {
    background: url(/crowdlinks/content/img/arrow-thin-up.png) no-repeat;
}

.help-block-content {
    display: none;
    color: #757575;
    font-size: 14px;
}

.help-start-content {
    margin-top: 10px;
}

.help-start .foot {
    border-top: 1px solid #f3f8f9;
    padding-top: 10px;
}

.help-start .video {
    padding-top: 10px;
}

span.new_proj {
    color: red;
    font-size: 12px;
    margin-right: 5px;
}

.modalbox input[type="submit"] {
    background: none repeat scroll 0 0 #22DB7C;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    margin-right: 10px;
    border-radius: 0;
}

button.anchors {
    background: #007eff;
    border: 0px;
    color: #FFF;
    border-radius: 5px;
}

.btn-hide {
    font-size: 23px;
    margin-right: 8px;
    border-bottom: 0px !important;
    color: #848484 !important;
}

.btn {
    padding: 0.4rem 1rem;
    font-size: .875rem;
    border: none;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
}

.btn-primary {
    background: #007eff;
    color: #FFF;
}

#settings .title {
    font-size: 16px;
    line-height: 26px;
    color: #2f2f2f;
    font-weight: 700;
    text-align: left;
}

#settings .title-desc {
    font-size: 14px;
    line-height: 24px;
    color: #2f2f2f;
    padding-top: 10px;
    padding-bottom: 10px
}

#settings .mbox {
    margin-right: 0px !important
}

.settings-base {
    font-size: 14px !important;
    line-height: 26px !important;
    color: #2f2f2f !important;
}

.settings-save {
    border-top: 2px solid #1cb841;
    margin-top: 30px;
    padding-top: 30px;
}

.settings-tabs-new a {
    margin-right: 20px;
    color: #757575;
    text-decoration: none;
    padding-bottom: 10px;
    font-size: 24px;
}

.settings-tabs-new a.active-tab {
    border-bottom: 2px solid #007eff;
    color: #007eff;
}

.settings-tabs-line {
    border-top: 2px solid #f3f8f9;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px
}

.anchors-edit {
    margin-left: 5px;
}

.anchors-list {
    padding-top: 5px
}

span.anchor-text {
    border-radius: 4px;
    background-color: #d7e5e8;
    font-size: 12px;
    line-height: 22px;
    padding: 0px 3px;
    font-weight: 400;
    font-family: "Manrope"
}

table.settings-urls tr td {
    vertical-align: top !important;
    padding-top: 10px !important;
    height: auto !important
}

table.settings-urls tr th {
    height: 30px !important
}

table.anchors tr td {
    border-bottom: 2px solid #eaeaea;
    padding: 5px;
}

.anchors .part-slider {
    height: 10px;
    margin-top: -15px;
}

.anchors .ui-slider-handle {
    height: 1em !important;
    width: 1em !important;
}

.url-budget {
    width: 80px;
    padding: 5px;
}

.url-budget::placeholder {
    font-size: 20px;
    font-weight: bold;
    color: #000
}

.mbox.zones {
    margin-top: 20px;
    width: 430px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.border-success {
    border-color: #22DB7C !important;
}

/*.check-plan.checked {*/
/*    border: 2px solid #22DB7C!important;*/
/*}*/
/*.check-plan.checked .plan-name {*/
/*    color: #22db7c!important;*/
/*}*/
.links-progress {
    background-image: linear-gradient(to bottom, #B4C2C6, #B4C2C6);
}

.tooltip-arrow {
    /*transform: translate3d(5px, 0px, 0px)!important;*/
}

.tooltip-arrow::before {
    border-bottom-color: #007eff !important;
}

.tooltip-inner {
    background: #007eff !important;
    border-radius: 0px !important;
    font-size: 14px;
    padding: 10px;
    max-width: 250px;
}

.tooltip.show {
    opacity: 1 !important;
}

.proj-action {
    border-bottom: 1px solid #2F2F2F;
    color: #2F2F2F;
    font-size: 12px;
    margin-top: -10px;
}

.opacity-35 {
    opacity: 0.35
}

/* customer */
.customer-project__add {
    display: none;
    margin-top: 10px;
    margin-bottom: 20px;
}