/*
 ____                 _     
| __ ) _ __ _____   _(_)___ 
|  _ \| '__/ _ \ \ / / / __|
| |_) | | |  __/\ V /| \__ \
|____/|_|  \___| \_/ |_|___/
                
CSS File - These are the styles for the jQuery Table Sorter (User and Admin pages).
*/

/* Main Wrapper */
#table-container {
    height: 490px;
    margin-top: 100px;
}
#admin-table-container {
    height: 562px;
    margin-top: 127px;
}
#admin-table-users-container {
    height: 562px;
    margin-top: 27px;
}
#payments-table-container {
    height: 376px;
    width: 100%;
    padding: 5px 0;
    margin-top: 15px;
}
@media (min-width: 640px) and (max-width: 1115px) {
    #table-container {
        height: 390px;
    }
    #admin-table-container {
        height: 562px;
    }
}
@media (max-width: 640px) {
    #table-container {
        height: 295px;
        margin-top: 85px;
    }
    #admin-table-container {
        height: 594px;
        margin-top: 127px;
    }
}

/* Filter Options */
#filter_options, #filter_options_admusr {
    position: absolute;
    bottom: 0;
    background-color: #363A3F;
    width: 100%;
    height: 92px;
    padding: 20px;
}
@media (max-width: 640px) {
    #filter_options, #filter_options_admusr {
        height: 70px;
        padding: 13px;
    }
}
#filter_options_admusr {
    background-color: #3A3E43!important;
}
#filter_options input, #filter_options_admusr input {
    display: block;
    position: absolute;
    left: 0;
    margin: 5px 8%;
    padding: 0.50em 0.45em 0.52em 0.65em;
    width: 20%;
    border: 3px solid #ddd;
    background-color: #fff;
    color: #555;
    font-weight: 400;
    text-overflow: ellipsis;
    font-size: 1.2em;
    border-radius: 3px;
    text-align: left;
}
#filter_options input:focus, #filter_options_admusr input:focus {
    outline: 0;
    border: 3px solid #ddd;
}
@media (max-width: 640px) {
    #filter_options input, #filter_options_admusr input {
        margin: 7px 8%;
        border: 2px solid #ddd;
        font-size: 1em;
    }
    #filter_options input:focus, #filter_options_admusr input:focus {
        border: 2px solid #ddd;
    }
}

/* Stylized table */
table.tableSelect {
	font-family:'Roboto', sans-serif;
	background-color: transparent;
	margin:10px 0px 0px;
	font-size: 8pt;
	width: 97%;
	text-align: left;
}
table.tableSelect a {
    color: #00a8e8;
}
table.tableSelect.userid-field {
    font-size: 1em;
    color: #ddd;
}
table.tableSelect thead tr th, table.tableSelect tfoot tr th, table.tableSelect th.header {
	background-color: transparent;
	border: 3px solid #eee;
	padding: 1em 1.4em;
    font-size: 13px;
}
@media (max-width: 640px) {
    table.tableSelect thead tr th, table.tableSelect tfoot tr th, table.tableSelect th.header {
        border: 2px solid #eee;
        padding: 0.8em 0.9em;
        font-size: 11px;
    }
}
table.tableSelect thead tr .tablesorter-header:first-child, table.tableSelect thead tr th:first-child {
    border-radius: 5px 0 0 0;
}
table.tableSelect thead tr .tablesorter-header:last-child, table.tableSelect thead tr th:last-child {
    border-radius: 0 5px 0 0;
}
table.tableSelect tfoot tr th {
	background-color: #E3F3FF;
}
table.tableSelect thead tr .tablesorter-header {
	background-image: url('../images/up_down_arrow.png');
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center right 10px;
	cursor: pointer;
	padding-right:10px;
}
@media (max-width: 640px) {
    table.tableSelect thead tr .tablesorter-header {
        background-size: 9px;
    }
}
table.tableSelect thead tr .sorter-false {
	background-image: none;
	cursor:default;
}
table.tableSelect tbody td {
	color: #eee;
	padding: 4px;
    height: 55px;
	background-color: transparent;
    border: 3px solid rgba(255, 255, 255, 0.1);
	vertical-align: top;
    font-size: 1.2em;
}
@media (max-width: 640px) {
    table.tableSelect tbody td {
        font-size: 1.05em;
    }
}
table.tableSelect tbody tr.normal-row td {
	background: transparent;
    border: 3px solid rgba(255, 255, 255, 0.2);
}
table.tableSelect tbody tr.alt-row td {

}
table.tableSelect tbody tr.normal-row:hover td  {
	background-color: rgba(187, 187, 187, 0.15);
}
table.tableSelect tbody tr.alt-row:hover td  {
	background-color: rgba(187, 187, 187, 0.15);
}
table.tableSelect thead tr .tablesorter-headerDesc {
    background-image: url('../images/down_arrow_b.png');
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: center right 10px;
}
table.tableSelect thead tr .tablesorter-headerAsc {
	background-image: url('../images/up_arrow_b.png');
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center right 10px;
}
table.tableSelect thead tr .tablesorter-headerAsc, table.tableSelect thead tr .tablesorter-headerDesc {
	color: #00A8E8;
    border-color: #00A8E8;
}
table.tableSelect tfoot tr {
	background-color: #BCD9E8;
}

/* Constituent elements and inputs */
.dx-input {
    margin: 10px 28.3%;
    position: absolute;
    line-height: 26px;
    font-size: 1.15em;
}
@media (max-width: 640px) {
    .dx-input {
        margin: 9px 28.3%;
        font-size: 1em;
    }
}
.edit-account div {
    opacity: 1!important;   
}
.bre-skin-slide select {
    opacity: 0!important; 
}
#filter_form{
	float:left;
	text-align:left;
	max-width:69%;
}
#filter_buttons button {
	position: absolute;
    left: 48.5%;
    top: 23px;
    padding: 0.42em 2.05em;
    background: transparent;
    border-radius: 5px;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    border: 3px solid #007EA7;
    outline: 0;
    color: #00A8E8;
    font-size: 1.05em;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
@media (min-width: 1030px)and (max-width: 1115px) {
    #filter_buttons button {
        left: 48%;
    }
}
@media (min-width: 930px)and (max-width: 1030px) {
    #filter_buttons button {
        left: 50%;
    }
}
@media (min-width: 640px)and (max-width: 930px) {
    #filter_buttons button {
        left: 52%;
    }
}
@media (max-width: 640px) {
    #filter_buttons button {
        right: 7%;
        left: auto;
        top: 19px;
        padding: 0.4em 1.7em;
        border: 2px solid #007EA7;
        font-size: 0.9em;
    }
}
.withdrawals-button {
    left: 23.5%!important;
}
@media (max-width: 640px) {
    .withdrawals-button {
        left: 28.5%!important;
    }
}

#filter_buttons button:hover {
    background: rgba(187, 187, 187, 0.15);
    color: #32b9ec;
}
#filter_buttons button:focus{
    outline: 0;
}
.fo_line {
    height: 1px;
    width: 84%;
    position: absolute;
    top: 0;
    left: 8%;
    background-color: rgba(255, 255, 255, 0.1);
}
#pagination, #pagination_u {
	text-align:right;
	float:right;
	width:45%;
    top: 140px;
    right: 9%;
    z-index: 999;
    position: absolute;
}
@media (max-width: 640px) {
    #pagination, #pagination_u {
        width:90%;
        right: 5%;
    }
}
#pagination_u {
    top: 65px!important;
}
.navigation .nav_total{
	display:block;
	margin-bottom:10px;
}
.navigation .nav_link a, .navigation .nav_current {
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    background: none;
    font-size: 1.2em;
    margin: 0px 4px;
    padding: 0.4em 0.6em 0.45em 0.6em;
    text-align: center;
    min-width: 15px;
    display: inline-block;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
@media (max-width: 640px) {
    .navigation .nav_link a, .navigation .nav_current {
        font-size: 0.9em;
        padding: 0.4em 0.6em 0.4em 0.6em;
    }
}
.navigation .nav_current {
	border: 2px solid rgba(255, 255, 255, 0.4);
}
.navigation .nav_link a:hover {
	border: 2px solid #00A8E8;
    background: rgba(187, 187, 187, 0.15);
	text-decoration:none;
}
.tablesorter-header-inner {
    font-size: 13px;
}
@media (min-width: 640px) and (max-width: 750px) {
    .tablesorter-header-inner {
        font-size: 12px;
    }
}
@media (max-width: 640px) {
    .tablesorter-header-inner {
        font-size: 11px;
    }
}
.table-color {
    height: 28px;
    width: 28px;
    position: absolute;
    margin-top: 8px;
    margin-left: -39px;
    border-radius: 5px;
    border: 3px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 1115px)and (max-width: 1230px) {
    .table-color {
        height: 23px;
        width: 23px;
        margin-top: 10px;
        margin-left: -32px;
    }
}
@media (min-width: 640px) and (max-width: 1115px) {
    .table-color {
        height: 23px;
        width: 23px;
        margin-top: 10px;
        margin-left: -32px;
    }
}
@media (max-width: 640px) {
    .table-color {
        height: 18px;
        width: 18px;
        margin-top: 3px;
        margin-left: -25px;
        border: 2px solid rgba(255, 255, 255, 0.3);
    }
}

.keyword {
    padding-left: 54px!important;
    line-height: 44px;
}
@media (min-width: 1115px)and (max-width: 1230px) {
    .keyword {
        padding-left: 42px!important;
    }
}
@media (min-width: 640px) and (max-width: 1115px) {
    .keyword {
        padding-left: 42px!important;
    }
}
@media (max-width: 640px) {
    .keyword {
        padding-left: 32px!important;
        line-height: 25px;
    }
}

.url {
    padding: 12px 0 12px 14px!important;
}
@media (min-width: 1115px)and (max-width: 1230px) {
    .url {
        padding: 12px 0 12px 10px!important;
        max-width: 310px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}
@media (min-width: 640px) and (max-width: 1115px) {
    .url {
        padding: 12px 0 12px 10px!important;
        max-width: 310px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}
@media (max-width: 640px) {
    .url {
        padding: 9px!important;
        max-width: 240px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

.timestamp {
    padding: 12px 10px!important;   
}
@media (min-width: 1115px)and (max-width: 1230px) {
    .timestamp {
        padding: 12px 8px!important;   
    }
}
@media (min-width: 640px) and (max-width: 1115px) {
    .timestamp {
        padding: 12px 8px!important;
        min-width: 105px;
    }
}
@media (max-width: 640px) {
    .timestamp {
        padding: 9px!important;
        min-width: 95px;
    }
}

.clicks, .number {
    text-align: center;
    padding: 18px 0!important;
}
.clicks p, .userlevel p, .userurls p, .userclicks p, .number p {
    margin: 0;
    padding: 4px 18px;
    font-size: 14px;
    background-color: #34373D;
    border: 1px solid #2e3136;
    display: inline;
    border-radius: 8px;
}
.username, .userlevel, .userurls, .userclicks {
    line-height: 36px;
    padding: 0.7em!important;
}
@media (min-width: 1115px)and (max-width: 1230px) {
    .username {
        max-width: 310px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .clicks p, .userlevel p, .userurls p, .userclicks p, .number p {
        padding: 4px 11px;
    }
}
@media (min-width: 640px) and (max-width: 1115px) {
    .username {
        max-width: 310px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .clicks p, .userlevel p, .userurls p, .userclicks p, .number p {
        padding: 4px 11px;
    }
    .clicks {
        min-width: 85px;
    }
}
@media (max-width: 640px) {
    .clicks, .number {
        padding: 13px 0!important;
        min-width: 70px;
    }
    .clicks p, .userlevel p, .userurls p, .userclicks p {
        padding: 3px 11px;
        font-size: 12px;
    }
    .number p {
        padding: 3px 5px;
        font-size: 12px;
    }
}

@media (min-width: 640px) and (max-width: 1115px) {
    .actions {
        min-width: 110px;
    }
}
@media (max-width: 640px) {
    .actions {
        min-width: 92px;
    }
}

.userid img {
    display: inline;
    position: absolute;
    left: 2%;
}
.userid {
    line-height: 36px;
    padding: 0.7em 0.7em 0.7em 4.7em!important;   
}
@media (min-width: 1115px)and (max-width: 1230px) {
    .userid img {
        left: 1.5%;
    }
    .userid {
        padding: 0.7em 0.7em 0.7em 3.4em!important;   
    }
}
@media (min-width: 750px) and (max-width: 1115px) {
    .userid img {
        left: 1.5%;
    }
    .userid {
        padding: 0.7em 0.7em 0.7em 3.4em!important;   
    }
}

.status, .deadline, .createditime, .paypalemail {
    padding: 12px 0 12px 14px !important;
    line-height: 28px;
}
@media (max-width: 640px) {
    .status, .deadline, .createditime, .paypalemail {
        padding: 12px 0 12px 3px !important;
        line-height: 18px;
    }
}

#nourl_found td, #nourl_found_users td, #no_found_payments td {
    font-family: 'Roboto', sans-serif;
    font-size: 1.6em;
    font-weight: 600;
    text-align: center;
    color: #ccc;
    padding: 25px 30px;
    border-radius: 0 0 3px 3px;
    background: url('../images/camel.png') center no-repeat;
    background-size: 50%;
    width: 100%;
    height: 100%;
}
#nourl_found td, #nourl_found_users td {
    line-height: 330px;
}
#no_found_payments td {
    line-height: 250px;
}
.show-rows {
    right: 8%;
    position: absolute;
    width: 18%;
    height: 50px;
    line-height: 47px;
    font-size: 1.15em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
@media (min-width: 640px) and (max-width: 820px) {
    .show-rows {
        width: 20%;
    }
}
@media (max-width: 640px) {
    .show-rows {
        display: none;
    }
}
.show-rows input {
    border: 2px solid #ddd !important;
    padding: 0.38em 0.2em 0.35em 0.2em !important;
    text-align: center!important;
    width: auto!important;
    margin: 1px 9px !important;
    font-size: 0.9em !important;
    display: inline !important;
    position: static !important;
}
.admin-table-userspic {
    width: 32px;
    height: 32px;
    padding: 0 !important;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 1115px)and (max-width: 1230px) {
    .admin-table-userspic {
        width: 28px;
        height: 28px;
        margin-top: 3px;
    }
}
@media (min-width: 750px) and (max-width: 1115px) {
    .admin-table-userspic {
        width: 28px;
        height: 28px;
        margin-top: 3px;
    }
}

/* Edit Row Wrapper */
tr.edit-row  td {
	padding: 20px 25px 30px 25px!important;
}
tr.edit-row  td:last-child {
	padding: 4px!important;
}
.edit-row strong { 
    display: block;
}
@media (max-width: 640px) {
    .edit-row strong { 
        font-size: 0.9em;
    }
}
.edit-row input {
    padding: 0.60em 0.45em 0.62em 0.65em;
    border: 3px solid #ddd;
    background-color: #fff;
    color: #555;
    font-weight: 400;
    text-overflow: ellipsis;
    font-size: 1em;
    border-radius: 3px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 35px;
    width: 70%;
}
@media (max-width: 640px) {
    .edit-row input {
        border: 2px solid #ddd;
        margin-top: 7px;
        margin-bottom: 17px;
    }
}
.edit-row input[type='checkbox'] {
    width: 15px;
    margin: 1px;
    height: 15px;
    position: relative;
    padding: 0;
    top: 0;
    left: 16px;
}
.edit-row input[type='number'] {
    width: 10%;
    float: left;
    margin-left: 1px;
    margin-right: 1px;
}
.edit-row input[type='file'] {
    width: 40%;
    float: left;
    margin-bottom: 10px;
}
.edit-row input[type='submit'] {
    float: left;
    padding: 0.10em 1.95em;
    margin-left: 25px;
    margin-bottom: 10px;
    width: auto;
    height: 35px;
    background: transparent;
    border-radius: 5px;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    border: 3px solid #007EA7;
    outline: 0;
    color: #00A8E8;
    font-size: 1.05em;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.edit-row input[type='submit']:hover {
    background: rgba(187, 187, 187, 0.15);
    color: #32b9ec;
}
.change-user-pass-label {
    margin-bottom: 10px;
}
.edit-row label {
    position: relative;
    top: -1px;
    left: 24px;
}
.edit-row input[type='password'], .edit-row input[type='password']:focus {
    width: 25%;
    margin: 1px 1px 20px 1px;
    height: 36px;
}
.edit-row input:last-child {
    margin-bottom: 10px!important;
}
.edit-row input:focus {
    outline: none;
    border: 3px solid #ddd;
    margin: 10px 1px 20px 1px;
}
.edit-row input[type='number'] {
    width: 30%;
    margin: 10px 20px 20px 1px;
    float: none;
}
.edit-row_geotargeting, .edit-row_color {
    float: left;
}
.edit-row_geotargeting {
    width: 58%;
}
.edit-row_color {
    width: 35%;
}
.edit-row_geotargeting strong {
    margin-left: 3%;
}
.key-edit {
    margin-bottom: 10px;   
}
.key-edit input {
    width: 30%!important;   
}
.pre-key-input {
    padding: 0.62em 0.85em 0.65em 0.65em;
    border: 3px solid #ddd;
    background-color: #ddd;
    color: #777;
    display: inline;
    border-radius: 5px;
    font-size: 1em;
    margin: 1px;
    height: 36px;
}
@media (max-width: 640px) {
    .pre-key-input {
        padding: 0.72em 0.85em 0.75em 0.65em;
        font-size: 0.9em;
    }
}
td.url small a{
	color:#bbc;
}
td.actions .button {
    background-color: transparent;
    cursor: pointer;
    height: 22px;
    width: 22px;
    background-size: 22px !important;
    margin-top: 11px;
    margin-left: 7px;
    display: block;
    float: left;
    text-indent: -9999px;
    outline: 0px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
@media (max-width: 640px) {
    td.actions .button {
        height: 19px;
        width: 19px;
        background-size: 19px !important;
        margin-top: 6px;
        margin-left: 5px;
    }
}
td.actions .button:hover {
    opacity: 0.6;
}
td.actions .button:active {
	border:1px solid #000;
}
td.actions .button:hover {
	text-decoration:none;
}
td.actions .button.disabled, #add-button.disabled {
	opacity: 0.2;
}
td.actions .button.loading, #add-button.loading {
	background: url(../images/ajax-loader.gif) center center no-repeat transparent;
    background-size: 100%!important;
}
td.actions .button_edit {
	background:transparent url(../images/icon_edit.png) center no-repeat;
}
td.actions .button_delete {
	background:transparent url(../images/icon_remove.png) center no-repeat;
}
td.actions .button_stats {
	background:transparent url(../images/icon_info.png) center no-repeat;
}
#table tfoot th, #table tfoot th div {
	font-size:10px;
}
.edit-button {
    height: 22px !important;
    width: 22px!important;
    background-size: 22px !important;
    margin-top: 8px;
    margin-left: 7px;
    display: block;
    float: left;
    text-indent: -9999px;
    outline: 0;
    cursor: pointer;
    border: 0!important;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.edit-button:hover {
    opacity: 0.6;
}
.edit-button.save {
    background: transparent url(../images/icon-confirm.png) center no-repeat;
}
.edit-button.close {
    background: transparent url(../images/icon-close.png) center no-repeat;
}