﻿@charset "utf-8";

div.input_line {
    position: relative;
}
.ghost {
    position: absolute;
    left: 21px;
    display: inline-block;
    width: auto;
    font-size: 12px;
    font-family: monospace;
    bottom: 7px;

}


#box_tasks div.input_line span.ghost,
#box_gallery div.input_line span.ghost,
#box_files div.input_line span.ghost,
#box_permission div.input_line span.ghost,
#box_users div.input_line span.ghost, 
#box_company #box_detail div.input_line span.ghost {
    position: absolute;
    left: 7px;
    display: inline-block;
    width: auto;
    font-size: 8.1px;
    font-family: monospace;
    bottom: 6.1px;
    letter-spacing: 1px;
}

/*==============================================================================[ login ]========================================*/
#box_login span#logo_base {
	height: auto;
    width: 300px;
    margin: 7px 0 21px -150.6px;
    left: 50%;
    position: absolute;
    top: 81px;
    font-family: spaceage;
    font-size: 54px;
}
#box_login span.logo_txt {
    top: 0;
    font-size: 27px;
    width: auto;
    margin: 0 12px;
    background: rgba(33,32,32, 0);
    color: rgba(255,255,255,.81);
}
#box_login > div {
    /* background: rgba(100,100,100, .81); 
    background: rgba(120,000,200, .81);*/
    background: #111;
    padding-top: 120px;
    padding-bottom: 180px;
    /*height: 120px;*/
    height: 100%;
    position: relative;
}
#box_login #trg_locker {
	    background: url(../img/oldkey.png) no-repeat;
    width: 34px;
    height: 34px;
    display: inline-block;
    position: absolute;
    top: 0;
    margin: 3px 12px;
    right: 0;
    z-index: 999;
    opacity: 1;
    background-size: contain;
}

#box_login #fball1 { margin-left: -50px; }
#box_login #fball2 { margin-left: 41.4px; } 
/*#box_login #fball1 { margin-left: -21%; } */
/*#box_login #fball2 { margin-left: -5.9%; } */ 

/*==============================================================================[ home ]========================================*/
#box_home .box_container {
    width: 90%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 7px;
    background: rgba(255,255,255,.7);
    padding: 9px;
    border: 1px solid #ccc;
    border-radius: 9px;
}
#box_home .box_container .icon {
    width: 43px;
    position: absolute;
    left: 9px;
    top: 9px;
}
#box_home .box_container p > span {
    display: inline-block;
    float: left;
    text-align: center;
    width: 70px;
    margin: 3px 45px;
    font-family: monospace;
    font-size: 9px;
    top: -16px;
    position: relative;
    letter-spacing: 1px;
}
#box_home #box_time {
    height: 45px;
}
#box_home #box_time .display {
    display: inline-block;
    float: right;
    width: 120px;
    margin: 18px -9px -7px 0;
}
#box_home #box_time .main_action {
    display: inline-block;
    width: 34px;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    top: 16px;
}
#box_home #box_time .main_action img {
    width: 34px;
}
#box_money .box_list h4, 
#box_home .box_container.coins h4,
#box_home .box_container.task h4,
#box_home .box_container.user h4 {
    font-family: neotechalt;
    font-size: 12px;

}
#box_money .box_list span, 
#box_home .box_container.coins span,
#box_home .box_container.task span,
#box_home .box_container.user span {
    display: block;
    margin: 3px 15%;
    text-align: center;
    width: 70%;
    float: left;
    font-family: monospace;
    font-size: 9px;
    letter-spacing: .7px;
}
#box_money .box_list .repeat,
#box_home .box_container.coins .categs,
#box_home .box_container.task .repeat,
#box_home .box_container.user .categs {
    margin: 7px; position: relative; top: 2.1px;
}
#box_money .box_list .repeat li,
#box_home .box_container.coins .categs li,
#box_home .box_container.task .repeat li,
#box_home .box_container.user .categs li {
    display: inline-block; 
}
#box_money .box_list .repeat li a,
#box_home .box_container.coins .categs li a,
#box_home .box_container.task .repeat li a,
#box_home .box_container.user .categs li a {
    font-size: 9px;
    font-family: monospace;
    color: #555;
    padding: 1px 16px;
    float: left;
}
#box_money .box_list .repeat li a,
#box_home .box_container.task .repeat li a {
    position: relative;
    top: 16px;
    margin-bottom: 9px;
    border: 0; 
    padding: 1px 2px;
    color: #555;
}
#box_money .box_list .repeat li a.on,
#box_home .box_container.coins .categs li a.on,
#box_home .box_container.user .categs li a.on,
#box_home .box_container.task .repeat li a.on {
    color: #901;border: 1px solid #901;
}
#box_money .box_list li .main_action,
#box_home .box_container.coins .main_action,
#box_home .box_container.task .main_action,
#box_home #box_home_users .main_action {
    position: absolute;
    width: 81px;
    right: 0;
    height: 45%;
    top: 0;
}
#box_money .box_list li .main_action.bottom,
#box_home .box_container.coins .main_action.bottom,
#box_home .box_container.task .main_action.bottom,
#box_home #box_home_users .main_action.bottom {
    top: 45%;
}
#box_money .box_list li .main_action.top img,
#box_home .box_container.coins .main_action.top img,
#box_home .box_container.task .main_action.top img,
#box_home #box_home_users .main_action.top img {
    padding: 9px;
    margin-right: -27px;
    background: #901;
    border-radius: 160px;
    margin-top: 7px;
}
#box_money .box_list li .main_action.bottom img,
#box_home .box_container.coins .main_action.bottom img,
#box_home .box_container.task .main_action.bottom img,
#box_home #box_home_users .main_action.bottom img {
    padding: 21px 45px;
}
#box_money .box_list li .main_action img,
#box_home .box_container.coins .main_action img,
#box_home .box_container.task .main_action img,
#box_home #box_home_users .main_action img {
    height: 16px; padding: 9px; padding-right: 0;
}


/*==============================================================================[ company ]========================================*/
#box_company .trg {
    z-index: 99999;
}
#box_company #box_detail #trg_base {
    top: 27px;
}
#box_company #box_detail #trg_social_insta {
    top: 85px;
}
#box_company #box_detail #trg_social_fb {
    top: 143px;
}

#box_company .avatar {
    overflow: hidden;
    position: relative;
    float: left;
    z-index: 999;
    width: 100%;
    margin-bottom: 16px;
}
#box_company .avatar img {
    max-width: 160px;
    max-height: 160px;
    width: auto;
    height: auto;
    top: 0;
}

/*==============================================================================[ lives ]========================================*/
#box_users .payments.trg {
    top: 91px;
}
#box_users .details.trg {
    top: 147.5px;
}

/*==============================================================================[ keys ]========================================*/
#box_permission .box_list ul { margin-left: 9px; }
#box_permission .box_list ul li { height: 70px;display: inline-block;width: 81px; margin: 9px 21px 7px 16px; border: 0; }
#box_permission .box_list ul li a .avatar {
    background: #000;
    width: 43px;
    padding: 19px;
    border-radius: 150px;
}
#box_permission #box_detail .window {
    overflow-y: scroll;
    height: 340px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
#box_permission #box_detail p > span {
    font-size: 11px;
}
#box_permission #box_detail p .switch {
    height: 25px;
}
#box_permission #box_detail p .switch span {
    margin: 0;
}

/*==============================================================================[ files ]========================================*/
#box_files #box_detail #trg_mail {
    top: 27px;
}
#box_files #box_detail #trg_expand {
    top: 85px;
}
#box_files #box_detail #trg_download {
    top: 143px;
}
#box_files .box_list h4 {
    float: left;
    text-align: left;
    width: 88%;
    margin: 16px 27px 7px 16px;
    font-family: neotechaltultra;
    font-size: 16px;
    background: rgba(0,0,0,.5);
    color: #fff;
    padding: 7px;
}
#box_files .box_list ul.files { margin-left: 7%; }
#box_files .box_list ul.files li { width: 30%; border: 0; }
#box_files .box_list ul.files li a { position: relative; overflow: hidden; }
#box_files .box_list ul.files li a .title { font-size: 7px; }

/*==============================================================================[ gallery ]========================================*/
#box_gallery #box_detail #trg_mail {
    top: 27px;
}
#box_gallery #box_detail #trg_expand {
    top: 85px;
}
#box_gallery #box_detail #trg_download {
    top: 143px;
}
#box_gallery #box_detail .avatar img {
    max-width: 160px;
    max-height: 160px;
    width: auto;
    height: auto;
}
#box_gallery .box_list ul.files li {
    width: auto;
    max-width: 45%;
    max-height: 45%;
    border: 0;
    float: left;
    position: relative;
}
#box_gallery .box_list ul.files li a {
    width: 100%; 
    display: inline-block;
    float: left; 
}
#box_gallery .box_list ul.files li img {
    max-width: 100%;
}
#box_gallery #box_detail p > span {
    font-size: 9px;
}
#box_gallery #box_detail p .switch {
    height: 25px;
}
#box_gallery #box_detail p .switch span {
    margin: 0;
}
/*==============================================================================[ dashboard ]========================================*/
#box_money #box_detail .trg,
#box_dashboard #box_detail .trg {
    z-index: 999;
}
#box_money #box_detail #trg_base,
#box_dashboard #box_detail #trg_base {
    top: 27px;
}
#box_money #box_detail #trg_details,
#box_dashboard #box_detail #trg_details {
    top: 85px;
}
#box_money #box_detail #trg_coins {
    top: 143px;
}
#box_money #box_detail #trg_expand,
#box_dashboard #box_detail #trg_expand {
    top: 143px;
}
#box_money #box_detail .resume,
#box_dashboard #box_detail .resume {
    margin-top: 21px;
    position: relative;
    float: left;
    width: 100%;
    min-height: 144px;
}
#box_money #box_detail .box_line,
#box_dashboard #box_detail .box_line {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    height: 54px;
    overflow: hidden;
}
#box_money #box_detail .resume p,
#box_dashboard #box_detail .resume p {
    overflow: hidden;
}
#box_money #box_detail .resume p > span,
#box_dashboard #box_detail .resume p > span {
    width: 160px;
    border-bottom: 1px solid rgba(0,0,0,.3);
}
#box_money #box_detail .resume p > label,
#box_dashboard #box_detail .resume p > label {
    display: inline-block;
    font-family: neotechalt;
    float: left;
    margin-left: 54px;
    margin-top: 7px;
    font-size: 12px;
}
#box_money #box_detail #pnl_details,
#box_dashboard #box_detail #pnl_details {
    height: auto;padding-bottom: 16px;
}
#box_money #box_detail #pnl_details p > label.box,
#box_dashboard #box_detail #pnl_details p > label.box {
    border: 1px solid #901;
    padding: 7px 21px;
    float: left;
    margin-left: -27px;
}
#box_money #box_detail #pnl_details p > label,
#box_dashboard #box_detail #pnl_details p > label {
    margin-left: -7px;
}
#box_money #box_detail #pnl_details p > label.on,
#box_dashboard #box_detail #pnl_details p > label.on {
    background: #901;
    color: #fff;
}
#box_money #box_detail .resume p > img,
#box_dashboard #box_detail .resume p > img {
    width: 30px; float: left; margin: 3px 7px 9px 21px;
}
#box_money #box_detail #time_evolution,
#box_dashboard #box_detail #time_evolution {
    top: -21px;
    position: relative;
    overflow: hidden;
}
#box_money #box_detail #time_evolution  p,
#box_dashboard #box_detail #time_evolution  p {
    margin: 0px 63px;
    float: left;
}
#box_money #box_detail #time_evolution  p > span,
#box_dashboard #box_detail #time_evolution  p > span {
    font-size: 12px;
}
#box_money #box_detail .fusion,
#box_dashboard #box_detail .fusion {
    height: 420px;overflow:hidden;margin-top: 7px;
}
#box_money #box_detail #container_chart_license,
#box_dashboard #box_detail #container_chart_license {
    position: absolute; top: 586px; height: 16px; width: 100%; left: 0; background: #fff; display: block;
}
#box_money #box_detail .fusioncharts-container,
#box_dashboard #box_detail .fusioncharts-container {
    top: -34px;
}
#box_money #box_detail .list_select a span {
    font-family: monospace;
    font-size: 12px;
    border: 1px solid #555;
    margin: 7px 9%;
    padding: 3px 0px;
    width: 81%;
    color: #333;
}
#box_money #box_detail .list_select a.on span {
    border: 1px solid #901;
    background: #901;
    color: #fff;
}

#box_money .box_list ul li a input {
    text-align: left;
    font-family: neotechalt;
    font-size: 9px;
    letter-spacing: 1px;
    margin: 0 0 2px 3px;
    border: 0;
    width: 70px;
    background: #fff;
    color: #222;
}
#box_money .box_list .list_trg {
    border: 1px solid #ccc;
    margin: 0px;
}
#box_money .box_list h4 {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 10px;
}

/*==============================================================================[ money ]========================================*/
#box_money .pnl_switch,
#box_money .head {
    display: block;
    width: 100%;
    float: left;
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
#box_money .pnl_switch .icon,
#box_money .head .arrow { 
	width: 34px;
    display: inline-block;
    float: left;
    margin-left: 16px;
}
#box_money .head span { 
    display: inline-block;
    float: left;
    font-size: 9.4px;
    margin: 1px;
    width: 120px;
    text-align: left;
}

#box_money .box_list ul { margin-left: 0%; }
#box_money .box_list ul li { width: 100%; border: 0; float: left; display: block;overflow: hidden;position: relative; }
#box_money .box_list ul li a { position: relative; overflow: hidden; }
#box_money .box_list ul li a .icon { width: 25px;float: left;padding: 9px; }
#box_money .box_list ul li a .title { font-size: 7px; }

#box_money .pnl_switch {
    position: absolute;
    top: 1px;
    background: transparent;
    border: 0;

}
#box_money .pnl_switch ul {
    margin: 0; float: left; width: 100%; overflow: hidden; height: 36px;
}
#box_money .pnl_switch ul li {
    display: inline-block;
    width: 33%;
    float: left;
    height: 34px;
    position: relative;
    top: -6.1px;
}
#box_money .pnl_switch li img {
    width: 25px!important;
    position: relative;
    top: 16px;
}

#box_money #trg_base {
    top: 40.3px;
}
#box_money #trg_detail {
    top: 97.3px;
}
/*==============================================================================[ timekeeper ]========================================*/
#box_time #box_detail .main_action {
    float: left; margin-left: 7px;
}
#box_time #box_detail .display {
    display: inline-block;
    float: right;
    width: 126px;
    margin-right: 27px;
    margin-top: 21px;
}
#box_time #box_detail > p {
    float: right; display: inline-block; width: 180px; margin: 16px -34px;
}
#box_time #box_detail .main_action img {
    width: 128px;
    height: 128px;
    display: inline-block;
}

#box_time #box_detail .resume {
    float: left;
}
#box_time #box_detail .resume p {
    overflow: hidden;margin-bottom: 0px;margin-top: 3px;
}
#box_time #box_detail .resume p span {
}
#box_time #box_detail .resume p label {
    font-family: monospace;
    font-size: 16px;
    top: 7px;
    position: relative;
}

#box_time #box_detail #month_detail {
    border: 1px solid #ccc;
    margin-left: 10px;
    position: relative;
}
#box_time #box_detail #month_detail select {
}
#box_time #box_detail #month_detail .window {
    border-top: 1px solid #ddd;
    padding-right: 21px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 250px;
}
#box_time #box_detail #month_detail .total {
    padding: 7px;
    background: rgba(0,0,0,.1);
    font-family: monospace;
    text-align: left;
    padding-left: 21px;
    margin: 1px 0 0 -2px;
    width: 300px;
    font-size: 18px;
}
#box_time #box_detail #month_detail .total label {
    float: right;
    margin-right: 27px;
    font-size: 16px;
    margin-top: 3px;
}
#box_time #box_detail #month_detail trg_mail {
    right: -1px;
    bottom: -57px;
}
/*==============================================================================[ www ]========================================*/
#box_request #box_detail #btn_go {
    padding: 15px;
    margin: 34px -131px;
    color: #901; 
    border: 2px solid #901;
}
#box_request #box_detail .msg {
    font-family: monospace;
    text-align: left;
    font-size: 16px;
    color: #666;
    margin: 0 0 0 61px;
    width: 257px;
}

/*==============================================================================[ tasks ]========================================*/
#box_tasks .box_list ul { margin-left: 9px; }
#box_tasks .box_list ul li { height: auto;display: inline-block;width: 41px; margin: 9px 21px 7px 16px; border: 0; }
#box_tasks .box_list ul li a .avatar {
    background: #000;
    width: 43px;
    padding: 9px;
    border-radius: 7px;
    margin-left: 12px;
}
#box_tasks .box_list ul li a input {
    text-align: left;
    font-family: neotechalt;
    font-size: 9px;
    letter-spacing: 1px;
    margin: 0 0 2px 3px;
    border: 0;
    width: 70px;
}
#box_tasks .box_list h4 {
    float: left;
    text-align: left;
    width: 88%;
    margin: 16px 27px 7px 16px;
    font-family: neotechaltultra;
    font-size: 16px;
    background: rgba(0,0,0,.5);
    color: #fff;
    padding: 7px;
}
#box_tasks #box_detail #trg_mail {
    top: 27px;
    z-index: 999;
}
#box_tasks #box_detail #trg_check {
    top: 85px;
    z-index: 999;
}
#box_tasks #box_detail .window {
    height: 85%;overflow-y: scroll;float: left;position: relative;display: block;width: 100%;
}
#box_tasks #box_detail p > span {
    font-size: 9px;
}
#box_tasks #box_detail p .switch {
    height: 25px;
}
#box_tasks #box_detail p .switch span {
    margin: 0;
}
#box_tasks #box_detail .list_select a span {
    font-family: monospace;
    font-size: 12px;
    border: 1px solid #555;
    margin: 7px 9%;
    padding: 3px 0px;
    width: 81%;
    color: #333;
}
#box_tasks #box_detail .list_select a.on span {
    border: 1px solid #901;
    background: #901;
    color: #fff;
}
#box_tasks #box_detail #btn_kill {
    position: static;
    width: 100%;
    height: 21px;
    background: #fff;
    display: block;
    float: left;
    font-family: neotechalt;
    padding: 14px 0;
    font-size: 16px;
}