main.tabs{display:block;clear:both;}
section.tabs{display:none;padding:50px 0 0;min-height:500px;}
input.tabs{display:none;}
/* label.tabs{position:relative;display:inline-block;background:#fff;padding:10px;font-weight:bold;font-size:16px; */
	/* height:55px;line-height:24px;vertical-align:top;text-align:left;color:#bbb;border:1px solid transparent; */
	/* max-width:21.66%;}  */
label.tabs{position:relative;display:inline-block;padding:0px 20px;margin:0px;height:62px;line-height:58px;
	text-align:center;font-size:1rem;border-radius:12px;font-weight:500;
	border:2px solid var(--secondaryColor);color:var(--secondaryColor)!important;}
label.tabs .icon{background:transparent!important;line-height:58px;height:58px;float:left;text-align:left;
	font-size:24px;width:40px;}
/* label.tabs.two{line-height:1.4;padding:10px;} */
/* label.tabs.two .icon{line-height:40px;height:40px;} */
label.tabs:hover{border-color:var(--borderColor);}

input.tabs:checked + label{border:none;line-height:62px;background:var(--primaryColor)!important;color:var(--whiteColor)!important;}
#tab1:checked ~ #content1,#tab2:checked ~ #content2,#tab3:checked ~ #content3,
#tab4:checked ~ #content4,#tab5:checked ~ #content5,#tab6:checked ~ #content6,#tab7:checked ~ #content7,
#tab8:checked ~ #content8{display:block;}
/* section.tabs .articol{padding:0px !important;min-height:auto !important;} */
/* section.tabs .articol_data{display:none !important;} */
section.tabs h1.section_title{display:none !important;}
.section-subtitle{font-size:2rem;padding-bottom:20px;}
.section-subtitle strong,.section-subtitle span{color:var(--primaryColor);}
/* section.tabs a{color:#1f498b;} */
/* section.tabs a:hover{color:#265aab;} */
/* section.tabs a.button{display:inline-block;line-height:30px;margin:0px 5px;height:30px;padding:0px 20px; */
	/* background-color:#22529b !important;color:#FFF;border:none;} */
/* section.tabs a.button:hover{background-color:#265aab !important;} */
/* section.tabs .col32{padding-right:30px;} */
/* section.tabs .icon_box{display:none !important;} */
/* section.tabs .center_info{background:none;border:1px solid #000;padding:30px;} */
/* section.tabs .center_info.red{border-color:#a52a2a !important;} */
/* section.tabs .center_info.bg{border:none !important;background:#f2f2f2;} */

.iaction{min-width:260px;position: relative; display: inline-block;margin: 0px 5px 5px 0px;padding: 8px 10px;min-height: 34px; line-height: 1.4;border: 1px solid #f7f5f5;border-radius: 10px;color: #fff !important;font-weight: bold;box-shadow: 0px 5px 12px -3px #3c3c3c;text-align: center;font-size: 13px;}
.iaction *{color:#000;}
/*.iaction::before{content:'';display:block;position:absolute;left:6px;top:7px;
	height:16px;width:16px;border-radius:50%;border:1px solid #000;}	
.iaction::after{content:'';display:block;position:absolute;left:10px;top:11px;
	height:10px;width:10px;border-radius:50%;background:#fff;}*/	
.iaction:hover{background:#000;color:#fff !important;}
.iaction:hover::before{border-color:#fff;}

td.nowrap,th.nowrap{white-space:nowrap;}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter{margin-bottom:20px !important;}

.toggle_info{position:relative;top:-4px;display:block;color:#fff !important;line-height:16px;font-size:12px;
	text-align:center;width:24px;height:24px;
	border:4px solid var(--whiteColor);background:var(--secondaryColor);border-radius:50%;}
.toggle_info.red{background:var(--primaryColor);}

.csbutton{display:inline-block !important;width:auto !important;float:none !important;line-height:28px;height:28px;top:-5px;
	background:#efefef;color:#555 !important;padding:0px 10px;text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
    background: -moz-linear-gradient(top, #efefef 0%, #f6f6f6 47%, #fff 100%);
    background: -webkit-gradient(linear, top, bottom, color-stop(0%,#efefef), color-stop(100%,#fff));
    background: -webkit-linear-gradient(top, #efefef 0%,#fff 100%);
    background: -o-linear-gradient(top, #efefef 0%,#fff 100%);
    background: -ms-linear-gradient(top, #efefef 0%,#fff 100%);
    background: linear-gradient(top, #efefef 0%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#fff',GradientType=1 );	
	-webkit-border-radius:28px;-moz-border-radius:28px;border-radius:28px;
	-webkit-box-shadow:0px 2px 1px rgba(50, 50, 50, 0.75);-moz-box-shadow:0px 2px 1px rgba(50, 50, 50, 0.75);box-shadow:0px 2px 1px rgba(50, 50, 50, 0.75);
}
.csbutton:hover{color:#2083c3 !important;}
/*
.csbutton{display:block;position:relative;top:-5px;border-radius:5px;line-height:28px;background:#1f498b;color:#fff !important;height:28px;
	padding:0px 5px;box-shadow:0 0 3px #444;}
.csbutton:hover{background:#265aab;}
*/
table.aboTable{background:var(--greenBg);border-radius:26px;padding:30px!important;text-align:left;font-size:0.9rem;}
table.aboTable thead th,table.aboTable thead td{padding:20px 14px;background:inherit!important;
	border-bottom:2px solid var(--borderColor);font-weight:500!important;}
table.aboTable tbody tr{background:inherit!important;}
table.aboTable tbody td{background:inherit!important;padding:20px 14px 10px!important;line-height:1.1;}
table.aboTable tbody tr:first-child td{padding-top:30px!important;}
table.aboTable tfoot th, table.aboTable tfoot td{padding:20px 14px;border-top:2px solid var(--borderColor);font-weight:500!important;}
table.aboTable tbody .child td{padding-top:0;}
table.aboTable strong{font-weight:500;}  
table.aboTable .button{top:-14px;}  
table.aboTable .price{position:relative;display:block;top:-6px;font-size:1.6rem;}  

table.dataTable{margin-bottom:30px!important;}
table.dataTable thead th, table.dataTable tfoot th{font-size:0.8rem!important;font-weight:500!important;
	border-width:2px!important;border-color:var(--secondaryColor)!important;text-transform:uppercase;}
table.dataTable .table-title{font-weight:500!important;text-transform:uppercase;}
table.dataTable tbody tr:nth-child(2n+1) td{background:var(--Bg);}
table.dataTable a{color:var(--secondaryColor);}
table.dataTable a.button{line-height:40px;height:44px;font-size:0.8rem;}
.dataTables_wrapper .dataTables_length{white-space:nowrap!important;}
.dataTables_info,.dataTables_paginate{font-size:0.8rem;padding-top:40px;}
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, 
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before{box-shadow:none!important;
	background:var(--secondaryColor)!important;}
table.dataTable>tbody>tr.child ul.dtr-details li{border:none!important;}
table.dataTable>tbody>tr.child ul.dtr-details li:before{display:none;}

sup,sub{position:absolute;display:inline-block;font-size:50%;line-height:1;
	color:var(--secondaryColor);padding-left:5px;white-space:nowrap;}
.decimals{position:absolute;display:inline-block;top:0;font-size:60%;}
.decimals + sub{text-transform:uppercase;bottom:5px;padding-left:26px;}
 
.dtr-title{display:block!important;font-size:0.8rem;font-weight:500!important;
	text-transform:uppercase;color:var(--primaryColor);} 
.dtr-data{white-space:wrap!important;}
/* dl{display:block;clear:both;margin:0px auto 10px;width:60%;} */
/* dt{display:inline-block;clear:both;border-top:1px solid #efefef;width:70%;float:left;line-height:28px;height:28px;} */
/* dt:first-child,dt:first-child + dd{border:none;} */
/* dd{display:inline-block;border-top:1px solid #efefef;width:30%;float:left;line-height:28px;height:28px;} */

dl.abo_feature{position:relative;top:-20px;display:inline-block;float:left;clear:none;width:auto;min-width:240px;
	padding:26px;margin:5px;border-radius:26px;background:var(--greenTxt);}
dl.abo_feature.focus{background:var(--secondaryColor);color:var(--whiteColor);}
dl.abo_feature dt{border:none;width:70%;line-height:1.1;font-size:0.8rem;}
dl.abo_feature dd{position:absolute;border:none;width:30%;min-width:70px;
	right:20px;top:16px;text-align:right;font-size:2rem;}
dl.abo_feature dd .small{position:relative;top:6px;display:block;white-space:nowrap;font-size:1.2rem;}
dl.abo_feature .icon{position:relative!important;text-align:right;font-size:2rem;color:inherit;
	background:none;width:100%;left:auto;}

.status_box{display:table;width:100%;overflow:hidden;margin-bottom:20px;}
.status_box .status_cell{display:table-cell;width:25%;}
.status_box .status_cell > span{position:relative;display:block;text-align:center;padding:0px;min-height:22px;line-height:1.4;color:var(--grayTxt);}
.status_box .status_cell > span.icon{background:transparent!important;font-size:40px;line-height:40px;padding:5px 0px;}
.status_box .status_cell > span.icon:before{content:'';position:absolute;display:block;width:100%;height:5px;background:var(--grayTxt);top:100%;left:0px;}
.status_box .status_cell > span.icon:after{content:'';position:absolute;display:block;width:100%;height:5px;background:var(--grayTxt);top:100%;left:-50%;}
.status_box .status_cell > span.date{font-size:12px;line-height:12px;padding:15px 5px 0px;}
.status_box .status_cell > span.info{font-size:14px;font-weight:500;padding:5px 5px 0px;}
.status_box .status_cell.activ > span{color:var(--greenTxt);}
.status_box .status_cell.activ > span.icon:after{background:var(--greenTxt);}
.status_box.activ .status_cell > span{color:var(--greenTxt);}
.status_box.activ .status_cell > span.icon:before{background:var(--greenTxt);}
.status_box.activ .status_cell > span.icon:after{display:none;}

.tabs-cadou{width: 100%;margin: auto;background-color: #ffffff;padding: 20px 20px;border: solid 1px;}
.tabs-cadou .title{font-size:20px;font-weight: bold;}
.tabs-cadou .descriere, .tabs-cadou a{font-size:16px;}
.show-flex{display:flex;justify-content: space-between;}
.tabs-cadou img{height:250px;}

@media only screen 
and (max-width : 1260px) {
/* Styles */
section.tabs{padding-left:0px;padding-right:0px;}
label.tabs{padding:3px 10px 0!important;font-size:14px;margin-bottom:4px;}
label.tabs .icon{position:absolute;top:-20px;width:40px;height:40px;text-align:center;z-index:9;
	background:var(--whiteColor)!important;font-size:20px;
	line-height:36px;border:2px solid var(--secondaryColor);border-radius:20px;}
label.tabs:hover .icon{border-color:var(--borderColor);color:var(--borderColor);cursor:pointer;}
input.tabs:checked + label.tabs .icon,
input.tabs:checked + label.tabs:hover .icon{border-color:var(--whiteColor)!important;color:var(--whiteColor);
	background:var(--primaryColor)!important;}
}

@media only screen 
and (max-width : 999px) {
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 768px) {
table.dataTable{display:block;}
table.dataTable thead,table.dataTable tfoot{display:none;}
table.dataTable tbody{display:block;}
table.dataTable tbody tr{display:block;background:var(--Bg)!important;border-radius:26px;padding:10px;margin:10px 0;}
table.dataTable tbody tr td{display:block;clear:both;padding-bottom:4px;text-align:left!important;background:var(--Bg);}
}
/*
@media only screen 
and (max-width: 999px) {
section.tabs h1.section_title{display:block !important;margin-top:0px !important;}
section.tabs .center_news{display:block !important;}
main.tabs{margin-top:30px;}
section.tabs{padding:30px 0px;}
label.tabs{font-size:0;padding-left:15px !important;}
label.tabs .icon{width:50px;text-align:center;}
dl{width:100%;padding-left:50px;}
#content4 > .col32,#content4 > .col3{width:100%;float:none;padding:0px;}
#content4 > .col3{background:#efefef;padding:20px !important;}
}

@media only screen 
and (max-width: 620px) {
label.tabs{line-height:50px;height:50px;padding:0px 5px !important;}
label.tabs .icon{line-height:50px;}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter{margin-bottom:0px !important;text-align:left !important;}
.dataTables_wrapper .dataTables_filter{margin-bottom:20px !important;}
.status_box{margin-bottom:10px;}
.status_box .status_cell > span.icon{font-size:30px;line-height:30px;}
.status_box .status_cell > span.date{font-size:11px;}
.status_box .status_cell > span.info{font-size:12px;line-height:1.2;}
.show-flex{flex-direction: column;align-items: center;}
.tabs-cadou img{height:auto!important;width:80%;}
}

@media only screen 
and (max-width:460px) {
table.dataTable thead th, table.dataTable thead td{padding:10px 5px !important;}
label.tabs{padding:0px !important;width:15% !important;}
label.tabs .icon{width:100%;}
.tabs .center_info.user{padding:0px;border:none;}
tr.child td{background:#f6fcff;}
.tabs dl{width:100%;padding-left:0px;}
.tabs .center_info.user table.dataTable thead th:nth-child(n+2), table.dataTable tfoot th:nth-child(n+2){display:none;}
.tabs .center_info.user table.dataTable tbody tr.parent{position:relative;display:block;width:100%;}
.tabs .center_info.user table.dataTable tbody tr.parent td{clear:both;display:block !important;width:100%;text-align:left;
	padding:4px 80px 4px 30px !important;text-align:left !important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.tabs .center_info.user table.dataTable tbody tr.parent td:first-child{position:absolute;width:auto;padding:4px !important;left:0px;}
.tabs .center_info.user table.dataTable tbody tr.parent td:nth-child(2){overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;
	-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto;}
.tabs .center_info.user table.dataTable tbody tr.parent td.noMobile{display:none !important;}
.tabs .center_info.user table.dataTable tbody tr.parent td.nowrap{font-size:16px;}
.tabs .center_info.user table.dataTable tbody tr.parent td:last-child{position:absolute;width:auto;right:5px;top:4px;width:80px;padding:0px !important;text-align:right !important;}
}
*/
table.dataTable>tbody>tr.child ul.dtr-details{width:100% !important;}

