/*Log Page*/
/*+clearfix {*/
#ip_logged_notice:after,
.dataTables_wrapper:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}
#ip_logged_notice
{
    display: inline-block;
}
#ip_logged_notice
{
    /*\*/
    display: block;
    /**/
    -height: 1px;
}
/*+}*/
.block-box
{
    /*+placement:anchor-top-right 15px 5px;*/
    position: absolute;
    right: 15px;
    top: 5px;
    border: 1px solid #F9F9F9;
    padding: 0;
}
#whitelist.block-box
{
    /*+placement:anchor-top-right 203px 5px;*/
    position: absolute;
    right: 203px;
    top: 5px;
}

.block-box FORM
{
    padding: 5px;
}
.block-box H3
{
    line-height: 1;
    margin: 0 0 5px;
    border-bottom: 1px solid #DADADA;
    padding: 5px;
    background: #F1F1F1;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ececec), to(#f9f9f9));
    background-image: -webkit-linear-gradient(bottom, #ececec, #f9f9f9);
    background-image: -moz-linear-gradient(bottom, #ececec, #f9f9f9);
    background-image: -o-linear-gradient(bottom, #ececec, #f9f9f9);
    background-image: linear-gradient(to top, #ececec, #f9f9f9);
}
/*Login & Admin Page Style*/
#login H1 A
{
    width: 450px;
    height: 200px;
    background-size: inherit;
    background-image: url(../images/header.png);
    /*+placement:margin-auto 0px 0px;*/
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 0px;
    top: 0px;
}
#login
{
    width: 550px;
}
#header-logo
{
    background-image: url(https://s3.amazonaws.com/myct2/footer-logo-16px.png) !important;
}
#icon-byct_log, #icon-byct_settings
{
    background-image: url(../images/screen_icons.png);
}
#icon-byct_log
{
    background-position: -7px -6px;
}
#icon-byct_settings
{
    background-position: -68px -6px;
}
#login_error
{
    width: 96%;
    margin: 0px auto 20px;
}
#login_error H2
{
    line-height: 1.3;
    font-size: 16pt;
}
.dashboard_page_circle_tree_login_log .refresh_form .byct_loading
{
    /*+placement:displace 70px -20px;*/
    position: absolute;
    margin-left: 70px;
    margin-top: -20px;
}
#blocked.col_wrapper H3,
#whitelisted.col_wrapper H3
{
    width: 100px;
}
#whitelisted.col_wrapper H3
{
    border-bottom: 2px solid #D6FAD6;
    /*+text-shadow:1px 1px 2px #D6FAD6;*/
    -moz-text-shadow: 1px 1px 2px #D6FAD6;
    -webkit-text-shadow: 1px 1px 2px #D6FAD6;
    -o-text-shadow: 1px 1px 2px #D6FAD6;
    text-shadow: 1px 1px 2px #D6FAD6;
}
#blocked.col_wrapper H3
{
    border-bottom: 2px solid #FDD7D7;
    /*+text-shadow:1px 1px 2px #FDD7D7;*/
    -moz-text-shadow: 1px 1px 2px #FDD7D7;
    -webkit-text-shadow: 1px 1px 2px #FDD7D7;
    -o-text-shadow: 1px 1px 2px #FDD7D7;
    text-shadow: 1px 1px 2px #FDD7D7;
}

.dashboard_page_circle_tree_login_log .col_wrapper
{
    width: 48%;
}
@media screen and (max-width: 1100px)
{
    .dashboard_page_circle_tree_login_log .col_wrapper
    {
        width: 100%;
    }
}
.dashboard_page_circle_tree_login_log .col_wrapper
{
    /*+placement:float-left 0px 0px;*/
    float: left;
    position: relative;
    left: 0px;
    top: 0px;
    padding: 0;
    margin: 5px;
}

/*[clearfix]*/.dataTables_wrapper
{
    margin-bottom: 20px;
}
.dataTables_wrapper .dataTables_filter LABEL, .dataTables_wrapper .dataTables_length LABEL
{
    color: #333;
    font-size: 10px;
}

.dataTables_wrapper .dataTables_info
{
    font-style: italic;
    color: #979797;
    font-size: 10px;
    float: none;
    /*+placement:anchor-bottom-right 0px -18px;*/
    position: absolute;
    right: 0px;
    bottom: -18px;
}
.dataTables_wrapper .paging_full_numbers .paginate_button_disabled
{
    display: none;
}
.dataTables_wrapper .dataTables_length
{
    /*+placement:anchor-top-right 207px -25px;*/
    position: absolute;
    right: 207px;
    top: -25px;
}
.dataTables_wrapper .dataTables_filter
{
    /*+placement:anchor-top-right 0px -26px;*/
    position: absolute;
    right: 0px;
    top: -26px;
}

.byct_loading {
    background-image: url(../images/wpspin.gif);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display:block;
}
/*Ajax Loading Location Tweaks */
.block-box .ajax .byct_loading
{
    /*+placement:anchor-top-right 6px 4px;*/
    position: absolute;
    right: 6px;
    top: 4px;
}
TABLE.dataTable .ajax .byct_loading
{
    /*+placement:displace 4px -20px;*/
    position: absolute;
    margin-left: 4px;
    margin-top: -20px;
}
TABLE.dataTable #blocked-ips .ajax .byct_loading, TABLE.dataTable #whitelisted-ips .ajax .byct_loading
{
    /*+placement:displace 73px -20px;*/
    position: absolute;
    margin-left: 73px;
    margin-top: -20px;
}

#lockdown H1
{
    color: #000000;
}
#lockdown
{
    background-color: #FFEFEF;
    text-align: center;
    padding: 20px;
    border: 4px double #FF0000;
    min-width: 320px;
}
#lockdown #recaptcha_widget_div
{
    margin: 0px auto;
    width: 318px;
}
#error-page
{
    min-width: 320px;
}
#reset_log .warning:before
{
    content: 'WARNING: This is your current IP';
    display: block;
}
#reset_log .warning
{
    background-color: #FFDDDD;
}
/**
*     Login page notices
 */
.byct_lockdown
{
    color: #000;
    font-size: 10pt;
    text-align: center;
}
H2.byct_lockdown
{
    font-size: 12pt;
}
/*[clearfix]*/#ip_logged_notice
{
    font-size: 8pt;
    width: 90%;
    /*+placement:margin-auto 0px 0px;*/
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}
#ip_logged_notice .ip_logged
{
    /*+placement:float-left 11px 0px;*/
    float: left;
    position: relative;
    left: 11px;
    top: 0px;
    width: 44%;
    height: 100%;
    margin-top: 7px;
}
#ip_logged_notice .notice
{
    width: 50%;
    /*+placement:float-right 0px 0px;*/
    float: right;
    position: relative;
    left: 0px;
    top: 0px;
    color: #696969;
    font-style: italic;
}
#backtoblog A
{
    font-size: 10pt;
    display: block;
    margin-left: -20px;
    text-decoration: none;
}
#login #nav A
{
    font-size: 10pt;
    text-decoration: none;
}
#ip_logged_notice .ip_logged
{
    height: 100%;
    display: block;
}
#lockdown INPUT:disabled
{
    background-color: #FFFFFF;
    background-image: none;
}
#lockdown INPUT:disabled, .disabled
{
    cursor: wait;
}
#lockdown INPUT.button
{
    margin-top: 20px;
}
.byct_tooltip
{
    display: inline;
    position: relative;
}
.dataTables_wrapper .widefat {
    visibility: visible !important;
}
.byct_tooltip:hover:after
{
    background: #333;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    bottom: 26px;
    color: #FFF;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}
.byct_messages {
    width: 350px;
    position: fixed;
    opacity: 1;
    top: 35px;
    left: 160px;
    z-index: 2;
}
a.disabled {
    color: #aaa !important;
    border-color: #ddd !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f4f4f4)) !important;
    background-image: -webkit-linear-gradient(top, #f9f9f9, #f4f4f4) !important;
    background-image:    -moz-linear-gradient(top, #f9f9f9, #f4f4f4) !important;
    background-image:     -ms-linear-gradient(top, #f9f9f9, #f4f4f4) !important;
    background-image:      -o-linear-gradient(top, #f9f9f9, #f4f4f4) !important;
    background-image:   linear-gradient(to bottom, #f9f9f9, #f4f4f4) !important;
    -webkit-box-shadow: none !important;
    box-shadow:         none !important;
    text-shadow: 0 1px 0 #fff !important;
    cursor: default;
}
.folded .byct_messages {
    left: 50px;
}
.form-table td.label {
    text-align: right;
}
h2 sup {
    font-size: 8pt;
}
.widefat .ip
{
    width: 150px;
    text-align: right;
}
.byct_tooltip:hover:before
{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}
.interim-login #login H1 A {
    height: 110px;
}
.interim-login #login form {
    padding-top:5px; 
}
.interim-login #ip_logged_notice {
    display: none;
}
.interim-login h2.byct_lockdown {
    margin-bottom: 5px;
}
@media screen and (min-height: 520px)
{
    .interim-login #ip_logged_notice {
        display: block;
    }
}
@media screen and (max-width: 480px)
{
    #loginform {
        padding-left: 5px;
        padding-right: 5px;
        left: 5px;
    }
    #login H1 A {
        width: 320px;
    }
    #login {
        padding-top: 20px;
    }
}
@media screen and (max-width: 640px)
{
    body.login {
        min-width: 330px;
    }
    #login {
        width: 98%;
        max-width: 450px;
    }
    #loginform {
        padding: 0 20px;
    }
    #login H1 A {
        background-image: url(../images/header-mobile.png);
        background-size: contain;
    }
}
@media screen and (max-width: 640px) and (min-resolution: 120dpi),
(-webkit-min-device-pixel-ratio: 1.5),
(min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 15/10),
(min-device-pixel-ratio: 1.5),
(min-resolution: 1.5dppx) {
    #login H1 A {
        background-image: url(../images/header-mobile2x.png);
    }''
}
@media screen and (min-width: 768px) and (min-resolution: 120dpi),
(-webkit-min-device-pixel-ratio: 1.5),
(min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 15/10),
(min-device-pixel-ratio: 1.5),
(min-resolution: 1.5dppx) {
    #login H1 A {
        background-image: url(../images/header2x.png);
        background-size: 450px 160px;
        height: 160px;
    }
    .byct_loading { 
        background-image: url(../images/wpspin-2x.gif);
        background-size: 16px 16px;
    }
}