/* 2022 */

.SQLtable_ATD__services .list_default label {
    display: block;
}

/**/
div.ATEDINcreateinvoice {

}
div.ATEDINcreateinvoice .today {
    color: green;
    border-bottom: 3px solid green;
}
div.ATEDINcreateinvoice table {

}
div.ATEDINcreateinvoice table tr {

}
div.ATEDINcreateinvoice table tr td {
    padding: 2px;
}


/* */

ul.transactiontooltip {
    margin: 0;
    padding: 0.4em;
    list-style-type: square;
    list-style-position: outside;
}
ul.transactiontooltip li {
    border-bottom: 1px solid #999;
    margin-bottom: 1em;
    padding: 1em;
}



@media screen
and (max-width: 479px) {

}

@media screen
and (min-width: 480px)
and (max-width: 959px) {

}
@media screen
and (min-width: 960px) {
    div.ATEDINservices ul.records li > div {
        padding: 1em;

        -webkit-box-shadow: 1px 1px 1px 1px rgba(50, 50, 50, 0.5);
        -moz-box-shadow:    1px 1px 1px 1px rgba(50, 50, 50, 0.5);
        box-shadow:        1px 1px 1px 1px rgba(50, 50, 50, 0.5);
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        background-color: #FFF;	
        flex-wrap: wrap;

    }	
}

div.ATEDINservices * {
    box-sizing: border-box;
}

div.ATEDINservices {

}
div.ATEDINservices ul.records {
    margin: 0px;
    padding: 0px;
    display: grid;
/*    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); */
    grid-template-columns: repeat(auto-fill, minmax(min(360px,100%),1fr));  
/*    grid-template-rows: repeat(auto-fit, minmax(350px, 1fr)); */
    grid-gap: 1em;

}

div.ATEDINservices ul.records:after {
    content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden;
}
div.ATEDINservices ul.records li {
    padding: 0em;
    margin: 0;
    list-style: none;
    position:relative;
    box-shadow:        1px 1px 1px 1px rgba(50, 50, 50, 0.5);
    border-radius: var(--system-radius);
    background-color: rgba(0,0,0,0.3);
    background-image: url(/system/images/transparentstripes.png);
}
div.ATEDINservices ul.records li:after {
    content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden;
}
div.ATEDINservices ul.records li:hover {
    z-index: 1;
    box-shadow:        1px 1px 11px 5px rgba(50, 50, 50, 0.75);
}

div.ATEDINservices ul.records li > div {
    padding: 1em;
}
/*
div.ATEDINservices ul.records li:nth-last-child(-n+12):hover > div {
                bottom: 0;
                top: auto;
}
*/
div.ATEDINservices ul.records li div.host {
    font-size: 0.7em;
}
div.ATEDINservices ul.records li .titledomain {
    padding: 0.2em 0.5em;
    cursor: pointer;
    font-size: 1.3em;
    display: inline-block;
    color: black;
        border: 2px solid white;
}
div.ATEDINservices ul.records li .service_title {
    padding: 0;
    flex-basis: 100%;
}

div.ATEDINservices ul.records .record .interface {
    position: absolute;
    top: 2px;
    right:  2px;
}

div.ATEDINservices ul.records li span:first-child {

}
div.ATEDINservices ul.records li table {
    width: 100%;
    background-color: #FFF;
    box-sizing: border-box;   
    border-collapse: collapse;	
}
div.ATEDINservices ul.records li table .servicesDocs {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-content: center;    
}
div.ATEDINservices ul.records li table .servicesDocs > * {
    width: 40px;
}

div.ATEDINservices ul.records li table tr.inputfieldsheight {
    line-height: 2em;
}
div.ATEDINservices ul.records li table tr.attachments > td:last-child {
    display: flex;
    min-height: 4.1em;
    border: none;
}
div.ATEDINservices ul.records li table tr.attachments td a img  {
    display: block;
}
div.ATEDINservices ul.records li table tr td:first-child {
    width: 140px;
}
div.ATEDINservices ul.records li table tr td {
    word-wrap: break-word;
    word-break: break-all;
}
div.ATEDINservices ul.records li table tr th {
    background-color: var(--system-colorP1);
    color: var(--system-colorW);
}

/* OLD */
.list_atedin_services {
    margin: 2px;
    padding: 1px;
    float: left;
    width: 300px;
    height: 400px;
    overflow: hidden;
}
.list_atedin_services  .interface {
    background-color: #FFF;
    float: right;
    margin: 2px;
    padding: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.list_atedin_services  table {
    width: 100%;
}

.SQL_services_list {
    height: 40px;
    overflow: hidden;
}
.SQL_services_list:hover {
    height: auto;
}
.services_box {
    margin: 0px;
    padding: 5px;
    border: 1px solid #666666;
    width: 100%;
}
.services_box th {
    background-color: #666666;
    border: 1px solid #666666;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    color: #FF9900;
    text-align: left;
    padding-left: 10px;
}
#s_controlDIV {
    width: 100%;
    border: 1px solid #999999;
    background-color: #CCCCCC;
    margin-top: 2px;
    margin-right: 0px;
    margin-bottom: 2px;
    margin-left: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
}
#s_displayDIV {
    margin: 2px;
    padding: 2px;
    overflow: hidden;
    z-index: 10;
}
#s_listDIV {
    margin: 2px;
    padding: 2px;
    font-size: 12px;
    text-decoration: none;
    overflow: auto;
    height: 400px;
}
#s_listDIV .edit {
    right: 0px;
    position: absolute;
}
#s_listDIV .item {
    float: left;
    width: 200px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 75px;
    margin: 2px;
    padding: 2px;
    font-size: 12px;
}
#s_listDIV .item:hover {
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    background-color: #E6E6E6;
    color: #000;
    border-top-color: #666;
    border-right-color: #666;
    border-bottom-color: #666;
    border-left-color: #666;
}
#s_listDIV .item .stype {
    font-size: 10px;
}
#s_listDIV .type {
    font-size: 10px;
    color: #FFF;
    background-color: #666;
    clear: both;
    margin: 2px;
    padding: 4px;
}

#s_servDIV {
    overflow: auto;
    height: 300px;
}


#releated {
    display: none;
    position: relative;
}
.verysmall {
    font-size: 9px;
}

/* services colors */
.service {
    margin: 2px;
    padding: 3px 6px;
    border: 2px solid #E0DFE3;
    position: relative;
}
.service_live {
    border: 2px dashed #009900;
    background-color: #F5F5F5;
    color: #009933;
}
.service_expired {
    border: 2px solid #FF0000 !important;;
    background-color: #FFCECE !important;
}
.service_expired:hover:after {
    content: "lejárt!";
    display: flex;
    position: absolute;
    background-color: rgba(0,0,0,0.75)!important;
    color: red;
    align-items: center;
    border: 1px dotted #FF0000 !important;
    padding: 0.5em;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 14px;
}
.service_cancelled {
    border: 2px dashed #CCCCCC;
    background-color: #FFFFFF !important;
    color: #CCCCCC !important;;
}
.service_disabled {
    border: 2px dashed #FF0000 !important;;
    background-color: #FFFFFF !important;;
    color: #FF0000 !important;;
}
.service_expire_never {
    border: 2px solid #A8EAFF !important;;
    background-color: #DFEFFF !important;;
}
.service_expire_soon {
    border: 2px solid #f00 !important;;
    background-color: #FFCC00 !important;;
}
.service_expire_far {
    border: 2px solid #FFCC00 !important;;
    background-color: #F5F5F5 !important;;
    color: #009933 !important;;
}
.service_ordered {
    border: 2px dashed #3399CC !important;;
    background-color: #FFFFFF !important;;
    color: #3366CC !important;;
}
.service_done {
    border: 2px dashed #339933;
    background-color: #FFFFFF;
    color: #006600;
}
/* -- */







.pagelink {
    border: 3px solid #CCCCCC;
    margin: 2px;
    padding: 2px;
    height: 6px;
    width: 6px;
}
.pagelink-active {
    border: 2px solid #CCCCCC;
    margin: 2px;
    padding: 2px;
    height: 6px;
    width: 6px;
    background-color: #FF9900;
}.TDbutton {
    color: #333333;
    background-color: #666666;
    margin: 2px;
    padding: 2px;
    border: 2px solid #333333;
}

div.sys_mail_sender {

}
div.sys_mail_sender fieldset.expiring ul.users {
    padding: 0.1em;
    margin: 0.2em;
    clear: both;
    list-style-type: none;

}
div.sys_mail_sender fieldset.expiring div.user {
    display: block;
    overflow: hidden;
    color: #333;

    margin-top: 1em;
    padding: 0.5em 1em;
}
div.sys_mail_sender fieldset.expiring div.user strong {
    font-size: 1.3em;
}
div.sys_mail_sender fieldset.expiring ul.users > li {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #333;
    padding: 0.2em;
    clear: both;
    color: #666;
    background-color: #ddd;
    margin:1em;
}
div.sys_mail_sender fieldset.expiring ul.users > li:hover {
    background-color: #ccc;
    color: #000;
}
div.sys_mail_sender fieldset.expiring ul.users > li button {
    float: right;

}
div.sys_mail_sender fieldset.expiring ul.users > li ul.records {

}

.ATEDINservices {

}
.ATEDINservices:after {
    content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden;
}
.ATEDINservices .records input[type="text"],
.ATEDINservices .records input[type="password"],
.ATEDINservices .records input[type="text"]:focus,
.ATEDINservices .records input[type="password"]:focus,
.ATEDINservices .records textarea,
.ATEDINservices .records select {
    box-sizing: border-box;
    width: 100%;
    border: none;
    box-shadow: none;
    outline: none;
    font-family: var(--system-font);
    padding: 0.25em 0em;
    background-color: transparent;
    font-size: inherit;
    color: inherit;
}

div.ATEDINservices ul.records li table button,
div.ATEDINservices ul.records li table input {
    padding: 0.25em 0.5em;
}    
    
.ATEDINbanklist {
    overflow: hidden;
}
.ATEDINbanklist .type {

}
.ATEDINbanklist .money {
    text-align: right;

}
.ATEDINbanklist .company {
    
}
.ATEDINbanklist span.date {

}
.ATEDINbanklist .comment {
    max-width: 300px;
    word-wrap: break-word;
}

.ATEDINbanklist .today {
    background-color: rgba(0,204,0,0.5);
}

.ATEDINbanklist .type-bejov-forint-atutalas {
    background-color: rgba(100,255,100,0.2);
}
.ATEDINbanklist .type-kimen-forint-atutalas {
    background-color: rgba(255,100,100,0.1);
}
.ATEDINbanklist .type-kartyatranzakcio.sign-minus {
    background-color: rgba(255,100,100,0.3);
}
.ATEDINbanklist .type-kartyatranzakcio.sign-plus {
    background-color: rgba(100,255,100,0.3);
}


div.ATEDINkulcsszoftszamlak table.records tr.record td {
    border: 1px solid black;
    padding: 2px 4px;
}
div.ATEDINkulcsszoftszamlak table.records tr.record:hover {
    background-color: rgba(0,0,0,0.5) !important;
}
div.ATEDINkulcsszoftszamlak table.records tr.record:hover td {
    color: #FFF !important;
}
div.ATEDINkulcsszoftszamlak table.records tr.record td.transaction {
    border-left: 2px solid green;
}

div.ATEDINkulcsszoftszamlak table.records tr.record.tutikiegyenlitve td {
    background-color: rgba(0,255,0,0.15);
    color: #006200;
    /*	text-shadow: -1px -1px 1px #000000, 1px 1px 1px #000000; */
}
div.ATEDINkulcsszoftszamlak table.records tr.record.normal td:nth-child(2):after {
    font-family: 'ElegantIcons';
    content: "\4e";
    display: inline-block;
    padding-left: 1em;
    color: green;
}
div.ATEDINkulcsszoftszamlak table.records tr.record.storno td:nth-child(2):after {
    font-family: 'ElegantIcons';
    content: "\e02a";
    display: inline-block;
    padding-left: 1em;
    color: red;
}
div.ATEDINkulcsszoftszamlak table.records tr.record.stornozott td:nth-child(2):after {
    font-family: 'ElegantIcons';
    content: "\e02e";
    display: inline-block;
    padding-left: 1em;
    color: red;
}
div.ATEDINkulcsszoftszamlak table.records tr.record.storno td {
    background-color: rgba(100,100,100,0.15);
    color: #fff;
    /*	text-shadow: -1px -1px 1px #000000, 1px 1px 1px #000000; */
}
div.ATEDINkulcsszoftszamlak table.records tr.record.stornozott td {
    background-color: rgba(50,50,50,0.35);
    color: #B70000;
    /*	text-shadow: -1px -1px 1px #000000, 1px 1px 1px #000000; */
}


div.postfixlist {
    padding:1em;
}


.ATEDINservicelist {
}
.ATEDINservicelist ul.records {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-gap: 1em;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-template-rows: repeat(auto-fit, minmax(100px, 1fr));
    grid-auto-flow: row;

}
.ATEDINservicelist ul.records li {
    padding: 1em;
    margin: 0;
    background-color: white;
    grid-column: span 2;
    grid-row: span 1;
}
