:root {
    --invi-color: transparent;
    
    --green-btn: #497740;
    --blue-btn: #3c8fe5;
    
    --text-edit-color: #333852;
    --white: #fff;
    --grey-text: #757c85;
    --orange-text: #df4842;
    --red-text: #ff0000;
    
    --p1-bgcolor:#d82fc0;
	/* --p2-bgcolor:#fe4209; */
	/* --p2-bgcolor:#f2724b; */
	--p2-bgcolor:#fe835f;
	--p3-bgcolor:#18aced;
	--p4-bgcolor:#fc8e16;
	--p4-bgcolor-light: #fef3e7;
	--p5-bgcolor:#27c99c;
	--pn3-color:#505050;
	--call-bgcolor:var(--p4-bgcolor);
}

.selectize-control{
	margin-bottom: 0;
}

.editform textarea, .editform input[type="text"], .editform select, .editform .selectize-input{
	padding: 5px 10px;
    border: 1px solid #fc8e16;
    border-radius: 5px;
    font-size: 13px;
    background: #fff;
    color: #1F3764;
    font-weight: 500;
    width: 100%;
    box-sizing: border-box;
    resize: none;
    
}

.editform textarea, .editform input[type="text"], .editform select{
	margin-bottom: 5px;
}

.selectize-dropdown-content .option{
	font-size: 13px;
}

.editform textarea:hover, .editform input[type="text"]:hover, .editform select:hover, .editform .selectize-input:hover{
	box-shadow: 0 0 0 3px rgba(223, 72, 66, .5);
}

.row-div .Text{
	padding: 5px 10px;
	border: 1px solid #999;
	border-radius: 5px;
	font-size: 14px;
	background: #ccc;
	color: #1F3764;
	width: 100%;
	box-sizing: border-box;
	display: block;
	min-height: 30px;
	cursor: not-allowed;
	font-weight: 500;
}

.green-text{
	color: #497740!important;
}

.red-text{
	color: #ff0000!important;
}

.orange-text{
	color: darkorange;
}

.row-div{
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	font-size: 14px;
	background: #efefef;
	padding: 10px 20px;
	border-radius: 5px;
	text-align: left;
	border: 0px dotted #3b5272;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
	transition: box-shadow 0.2s;
}

.row-div.save-row{
	text-align: center;
	background-color: #1F3764;
}

.row-div.save-row.fin-row{
	background-color: #444;
}

.row-div:hover {
  box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

.row-div.small{
	display: inline-block;
	margin-right: 0;
}

.row-div .text-subtitle{
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: 600;
	text-transform: uppercase;
	color: #1F3764;
	letter-spacing: 1px;
}

.row-div .text-subtitle span{
	text-transform: none;
	font-weight: 400;
	letter-spacing: normal;
	color: grey;
}

.row-div .text-obs{
	font-size: 11px;
	color: grey;
}

.row-div .text-obs label{
	color: #0080ff;
	font-weight: 500;
}

.row-scor{
	text-align: center;
	padding: 10px 20px;
}

.scor-verde{
	background: green;
	color: white;
	text-align: center;
	display: inline-block!important;
	width: auto;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.scor-rosu{
	background: red;
	color: white;
	text-align: center;
	display: inline-block!important;
	width: auto;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.row-div.title-row{
	background: #757c85!important;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px;
	margin-top: 10px;
}

.row-div.info-missing{
	background: red!important;
	color: white;
	border: 1px solid red;
	margin-top: 10px;
}

select.search-item, input[type="text"].search-item{
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #aaa;
	font-size: 12px;
	color: #1789FB;
	background-color: #fff;
	min-height: 36px;
}

.search-row{
	border: 1px solid #ccc;
	padding: 10px;
	text-align: left;
	border-radius: 5px;
	margin-bottom: 5px;
	font-size: 13px;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
	background-color: #efefef;
}

.list-item{
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	overflow: hidden;
	background-color: white;
	font-size: 13px;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
	background-color: #efefef;
}

.list-item:hover{
	background-color: #ddd;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

.nr-crt{
	border-radius: 50%;
	height: 25px;
	width: 25px;
	background-color: #ff6726;
	color: white;
	display: inline-block;
	text-align: center;
	line-height: 25px;
	font-weight: bold;
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 11px;
}

.list-item input[type="button"]{
	float: right;
}

.pl-name{
	font-weight: bold!important;
	font-size: 16px;
	line-height: 25px;
	color: #444;
}

.pl-rank{
	background-color: #eee;
	padding: 2px 5px;
	border-radius: 3px;
	
	margin-right: 5px;
	font-size: 12px;
	color: grey;
	font-weight: 600!important;
}

.pl-rank.rank-1{
	color: red;
}

.pl-rank.rank-2{
	color: darkred;
}

.pl-rank.rank-3{
	color: #07b864;
}

.pl-rank.rank-4{
	color: #ff00ff;
}

.pl-rank.rank-5{
	color: purple;
}

.pl-rank.rank-6{
	color: grey;
}

.pl-hq{
	background-color: #ccc;
	padding: 2px 5px;
	border-radius: 3px;
	margin-left: 5px;
	font-size: 12px;
	color: white;
	font-weight: 500;
}

.pl-faction{
	margin-right: 5px;
	font-size: 12px;
	color: #aaa;
	font-weight: 600!important;
}

.pl-faction:hover{
	color: #0080ff;
	text-decoration: underline;
}

.pl-faction.no-link:hover{
	text-decoration: none!important;
	color: grey!important;
}

label.pl-wpoid{
	border: 1px solid #aaa;
	padding: 2px 10px;
	border-radius: 3px;
	margin-left: 5px;
	font-size: 12px;
	font-weight: 500;
	color: #aaa;
}

.proj-container{
	background-color: white;
	padding: 20px;
	border: 1px solid #aaa;
	border-radius: 10px;
}

.elig-zone h2{
	font-size: 20px;
	font-weight: bold;
	align: center;
	margin-bottom: 15px;
}

.proj-title{
	color: #1789FB;
	font-size: 16px;
}

.elig-zone h3{
	font-weight: 500;
	font-size: 18px;
	text-decoration: underline;
	margin-top: 15px;
	margin-bottom: 10px;
}

.elig-zone textarea{
	width: 90%;
	height: 150px;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #aaa;
	font-size: 12px;
	color: #1789FB;
	background-color: #fff;
}

.elig-zone th{
	background-color: #1789FB;
	color: white;
	padding: 10px;
	height: 30px;
	border: 1px solid #eee;
}

.elig-zone td{
	border: 1px solid #eee;
	background-color: #ddd;
	padding: 10px;
}

.elig-zone .rol-text{
	font-weight: 500;
	color: #666;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 5px;
	display: inline-block;
}

.elig-zone .name-text{
	color: #1789FB;
}

.trans-stats{
	margin-top: 20px;
	margin-bottom: 20px;
}

.trans-stats .criteria{
	background-color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	color: #666;
	border: 1px dashed #1789FB;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.trans-stats .criteria label{
	color: #1789FB;
	font-weight: bold;
}

.nat-elig, .transnat-elig{
	background-color: #666;
	padding: 5px 10px;
	border-radius: 5px;
	margin-top: 10px;
	color: #ccc;
}

.coord-info{
	font-size: 14px;
	color: #666;
	margin-top: 5px;
	color: darkblue;
}

.transnat-elig{
	background-color: #ffefd2;	
}

.transnat-elig label{
	color: blue;
}

.auxtxt{
	color: #999;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	margin-top: 5px;
}

.ag-list{
	display: block;
	background-color: #c6e2ff;
	padding: 5px 10px;
	border-radius: 5px;
	margin-top: 10px;
}

.ui-menu-item{
	border-bottom: 1px dashed #888;
	padding: 10px;
}

#right {
    padding: 15px !important;
}

::placeholder{
	color: #aaa;
}

.ui-menu{
	font-size: 12px;	
}

.tablePages{
	padding: 10px;
	text-align: center;
	font-size: 12px;
	border-radius: 5px;
	margin-bottom: 5px;
}

.tablePagesSufix{
	display: block;
	font-size: 11px;
	color: grey;
	margin-top: 10px;
}

.tablePageNumberSelected {
    -webkit-border-radius: 3px 3px 3px 3px !important;
    -moz-border-radius: 3px 3px 3px 3px !important;
    border-radius: 3px 3px 3px 3px !important;
    padding-top: 3px;
    padding-bottom: 4px;
    padding-left: 7px;
    padding-right: 9px;
    color: #ffffff;
	background-color: #ff6726;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid #ff6726;
	box-shadow: inset 0px -2px 0px #ff6726;
	-moz-box-shadow: inset 0px -2px 0px #ff6726;
	-webkit-box-shadow: inset 0px -2px 0px #ff6726;
}

.tablePageNumberSelected:hover{
	
}

.tablePages{
	
}

.tablePages a{
	-webkit-border-radius: 3px 3px 3px 3px !important;
	-moz-border-radius: 3px 3px 3px 3px !important;
	border-radius: 3px 3px 3px 3px !important;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 9px;
	color: #417dc0;
	background-color: #ffffff;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid #e6e6e6;
}
.tablePages a:hover{
	box-shadow: inset 0px -2px 0px #417dc0;
	-moz-box-shadow: inset 0px -2px 0px #417dc0;
	-webkit-box-shadow: inset 0px -2px 0px #417dc0;
	background-color: #417dc0;
	border: 1px solid #417dc0;
	color: #fff;
}

.tablePageNumberLast, .tablePageNumberFirst {
    color: grey !important;
	background-color: #ccc !important;
}

.ord-btn{
	
	margin-left: 5px!important;
	background-color: #0b7cc3!important;
	color: white!important;
}

.ord-btn.selected{
	background-color: darkorange!important;
	color: #0b7cc3!important;
	/* box-shadow: inset 0px -2px 0px rgba(255, 165, 0, 0.8)!important;
	-moz-box-shadow: inset 0px -2px 0px rgba(255, 165, 0, 0.8)!important;
	-webkit-box-shadow: inset 0px -2px 0px rgba(255, 165, 0, 0.8)!important;
	border: 1px solid orange!important; */
}

.ord-btn:hover{
	color: orange!important;
}

.ord-btn.selected:hover{
	color: darkred!important;
}

.view-btn{
	background-color: forestgreen!important;
	float: right;
	color: white!important;
}

.view-btn:hover{
	background-color: darkgreen!important;
}

.info-ev .collapse-holder{
	margin: 20px 10px;
	
}

.info-ev .collapse-holder .title{
	background-color: #169857;
	color: white!important;
	border-radius: 5px 5px 0 0;
	padding: 5px 15px;
}

.info-ev .collapse-holder .cmsTitleCollapse{
	display: inline-block;
	color: white!important;
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 1.4;
}

.info-ev .collapse-holder .content{
	border-radius:  0 0 5px 5px;
	border: 1px solid #169857;
	background-color: #eee;
}

.info-ev .collapse-holder .content .review-area{
	padding: 20px;
}

.collapse-holder .title .text-subtitle{
	margin-bottom: 0;
	color: white!important;
}

.collapse-holder .content label.Text{
	border: 0;
}

.dom-list{
	display: block;
	background-color: #d7ffc6;
	padding: 5px 10px;
	border-radius: 5px;
	margin-top: 10px;
}
.roa-proiect .ioa{
	color: red!important;
	display: none;	
}

.ioa-proiect .roa{
	color: red!important;
	display: none;	
}

.btn-back-eval{
	padding: 15px;
    outline: 0;
    height: auto;
    margin: 0 5px;
    background-color: #0b7cc3;
    color: #fff;
    min-width: 120px;
    width: auto;
    font-size: 11px;
    line-height: 10px;
    border-radius: 3px 3px 3px 3px;
    font-weight: 700;
    text-transform: uppercase;
    border: solid 1px rgba(0,0,0,0.15);
    cursor: pointer;
    box-shadow: none!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    display: inline-block;
}

.btn-back-eval:hover{
	background-color: #fff;
    color: #0b7cc3;
}

.eval-conflict{
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 500;
	color: #999;
}

.eval-conflict label{
	color: #0000a6;
}

.chart-box{
	width: auto;
	height: 300px;
	
	border-radius: 5px;
	margin: 10px 20px;
    padding: 10px;
    
	background-color: #999;
}

.list-proiecte .collapse-holder{
	margin-bottom: 10px;
}

.list-proiecte .collapse-holder .title{
	background-color: #800040;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 5px 5px 0 0;
}

.list-proiecte .collapse-holder .content{
	border: 2px solid #800040;
	border-radius: 0 0 5px 5px;
	background-color:  #fff;
}

.list-proiecte .collapse-holder .content .stats-fise{
	padding: 10px;
}

.stats-fise .stats-fise-item{
	padding: 5px 10px;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
	transition: box-shadow 0.2s;
	margin-bottom: 5px;
	background-color: #efefef;
}

.stats-fise .stats-fise-item:hover{
	box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

.stats-fise-item .mtype{
	background-color: #a600a6;
	display: inline-block;
	color: white;
	font-weight: bold;
	min-width: 30px;
	padding: 2px;
	text-align: center;
	border-radius: 3px;
}

.stats-fise .stats-fise-item:hover .mtype{
	color: yellow;
}

.stats-fise-item .status-eval{
	color: #a600a6;
	font-weight: bold; 
	min-width: 300px;
	display: inline-block;
}

.stats-fise-item .nrfise{
	background-color: #0067ce;
	display: inline-block;
	color: white;
	font-weight: bold;
	min-width: 130px;
	padding: 2px;
	text-align: center;
	border-radius: 3px;
}

.stats-fise .stats-fise-item:hover .nrfise{
	color: orange;
}

.stats-fise-item .nreval{
	/* border: 1px solid grey; */
	display: inline-block;
	background-color: #ccc;
	font-weight: bold;
	min-width: 100px;
	padding: 2px;
	text-align: center;
	border-radius: 3px;
}

.stats-fise-item .nrpr{
	color: #eee;
	display: inline-block;
	background-color: #aaa;
	font-weight: bold;
	min-width: 100px;
	padding: 2px;
	text-align: center;
	border-radius: 3px;
}

textarea.text-list-prj{
	padding: 5px 10px;
    border: 1px solid var(--p4-bgcolor);
    border-radius: 5px;
    font-size: 14px;
    background: #ffedd9;
    color: #4c6492;
    width: 200px;
    box-sizing: border-box;
    resize: none;
    height: 200px;
    margin-right: 10px;
    float: left;
}

textarea.text-list-prj:hover{
	box-shadow: 0 0 0 3px rgba(223, 72, 66, .5);
}

.simple-content label{
	font-weight: 500;
	margin-bottom: 0;
}

.simple-content input[type="button"], .simple-content input[type="submit"] {
  min-width: 120px;
  width: auto;
  font-size: 11px;
  line-height: 10px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-color: #ffffff;
  color: #0b7cc3;
  font-weight: 700;
  height: 30px !important;
  text-transform: uppercase;
  border: solid 1px rgba(0,0,0,0.15);
  cursor: pointer;
  margin: 5px 0px 5px 0px;
  padding: 0px 8px 0px 8px !important;
  box-shadow: inset 0px -2px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0px -2px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0px -2px 0px rgba(0,0,0,0.2);
}

.simple-content input[type="button"]:hover, .simple-content input[type="submit"]:hover {
  background-color: #0c7cc4;
  color: #ffffff;
  cursor: pointer;
  border: solid 1px rgba(0,0,0,0.3);
}

.row-div input[type="button"]{
	background-color: #1F3764;
	color: white;
	font-weight: normal;
}

.submenu-group{
	display: block;
	width: auto;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

.athon-menu-group{
	padding: 5px 20px 0px 0px;
}

.menuGroup1{
	margin: 0;
}

.athonMenuSelectedBox, .athonMenuUnselectedBox {
	display: inline-block;
	margin: 5px 5px;
	
}

.athonMenuSelectedBox:hover a, .athonMenuUnselectedBox:hover a{
	box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
	border: 1px solid #1F3764;
}

.athonMenuSelectedBox a{
	display: inline-block;
	border: 1px solid #1F3764;
	border-radius: 5px;
	padding: 5px 10px;
	background-color: #1F3764;
	color: white;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    transition: box-shadow 0.2s;
}

.athonMenuUnselectedBox a{
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px 10px;
	background-color: #f0f0f0;;
	color: #343434;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    transition: box-shadow 0.2s;
}

input[type="button"].btn-create{
	background-color: orange;
	
}

input[type="button"].WindowButton {
    cursor: pointer!important;
    display: inline-block!important;
    font-weight: 500!important;
    font-size: 15px!important;
    width: 50%!important;
    padding: 15px!important;
    border-style: solid!important;
    border-color: rgba(66, 223, 72, .15)!important;
    background-image: -webkit-linear-gradient(0deg, rgba(104, 223, 66, .25), rgba(1, 167, 54, .24))!important;
    background-image: linear-gradient(90deg, rgba(104, 223, 66, .25), rgba(1, 167, 54, .24))!important;
    -webkit-transition: background-color 200ms cubic-bezier(.755, .05, .855, .06)!important;
    transition: background-color 200ms cubic-bezier(.755, .05, .855, .06)!important;
    text-align: center!important;
    border-radius: 5px!important;
    background-color: hsla(0, 0%, 100%, .05)!important;
    color: #fdfdfd!important;
    border-width: 1px!important;
    outline: 0!important;
    height: auto!important;
    box-shadow: none!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
}

input[type="button"].WindowButton:hover {
    border-color: rgba(66, 223, 72, .93)!important;
    background-image: -webkit-linear-gradient(0deg, #68df42, #01a736)!important;
    background-image: linear-gradient(90deg, #68df42, #01a736)!important;
    -webkit-transform: translate(0px, 0px)!important;
    -ms-transform: translate(0px, 0px)!important;
    transform: translate(0px, 0px)!important;
}

.players-check-box{
	max-height: 450px;
	padding: 20px;
	overflow-y: scroll;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
	border: 1px solid darkorange;
	border-radius: 5px;
}

.selected-player{
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
	padding: 5px 10px;
	font-size: 12px;
	margin-bottom: 5px;
	background-color: white;
	overflow: hidden;
}

.selected-player label{
	font-weight: 600;
}

.selected-player:hover{
	box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);	
	color: blue;
}

.selected-player input[type="button"]{
	background-color: red!important;
	float: right;
	padding: 5px 10px!important;
	font-size: 11px!important;
	height: auto!important;
	min-width: auto!important;
	font-weight: 400;
}

.selected-player input[type="button"]:hover{
	background-color: darkred!important;
}

.report-type{
	background-color: #ccc;
	color: #444;
	font-weight: bold;
	font-size: 16px;
	padding: 5px 10px;
	border-radius: 5px;
	margin-left: 50px;
}

.word-link{
	display: inline-block;
	margin: 0 30px;
}

.time-row{
	background-color: #999;
	border-radius: 5px;
	padding: 5px 10px;
	color: #ccc;
}

.time-row label{
	color: yellow;
}

.fac-tot-item{
	text-align: left;
}

.stats-ui .collapse-holder{
	margin-top: 5px;
}

.stats-ui .collapse-holder .title{
	background-color: #ccc;
	padding: 2px 10px;
	line-height: 1.3;
}

.stats-ui .collapse-holder .content{
	border: 1px solid #aaa;
}

/*.stats-ui .content-block label{
	font-size: 11px;
	color: grey;
	padding: 1px 5px;
	border: 1px dashed grey;
	border-radius: 5px;
	margin-right: 5px; 
	margin-bottom: 3px;
	line-height: 1.3;
	background-color: #fff;
}*/

.stats-ui .content-block span{
	color: #000;
	font-weight: 600;
}

.stats-icon{
	width: 75px;
	height: 75px;
	
	background-color: #fff;
	float: right;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
	padding-top: 20px;
	border: 0px solid white;
	margin-left: 5px;
	position: relative;
	color: purple!important;
}

.stats-icon.text-icon{
	text-align: center;
}

.stats-icon.verybad{
	background-color: #ff5b78;
}

.stats-icon.bad{
	background-color: pink;
}

.stats-icon.medium{
	background-color: lightblue;
}

.stats-icon.good{
	background-color: lightgreen;
}

.stats-icon.neutral{
	background-color:rgb(233, 192, 254);
}

.stats-icon span{
	font-weight: bold;
}

.stats-icon label{
	font-weight: 600;
	color :#183153;
	font-size: 12px;
	line-height: 1.1;
	display: block;
}

.stats-icon:hover{
	background-color: orange;
}

.list-item:hover .stats-icon{
	color: #0080ff;
	border: 1px solid #0080ff;
}

.list-item:hover .pl-name{
	color: #0080ff;
	text-decoration: underline;
}

.list-item:hover .pl-name.no-link{
	text-decoration: none;
	color: black;
}

.icon-attack{
	background-image:url("img/hand-fist-solid.svg");
}

.icon-defense{
	background-image:url("img/shield-solid.svg");
}

.icon-research{
	background-image:url("img/microscope-solid.svg");
}

.icon-space{
	background-image:url("img/space-awesome.svg");
}

.icon-rene{
	background-image:url("img/skull-solid.svg");
}

.icon-president{
	background-image:url("img/crown-solid.svg");
}

.icon-land{
	background-image:url("img/earth-americas-solid.svg");
}

.tanks-icon{
	width: 11px;
	height: 11px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 11px 11px;
	background-color: #fff;
	margin-left: 0px;
	margin-right: 1px;
	margin-bottom: -1px;
}

.tanks-damage{
	background-image:url("img/crosshairs-solid.svg");
}

.tanks-health-icon{
	width: 11px;
	height: 11px;
	border-radius: 50%;
	border: 1px solid #000;
	display: inline-block;
	margin-bottom: -3px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 10px;
	color: #000;
}

.players-list{
	
}

.max-row{
	background-color: lightgreen!important;
	
}

.order-raw{
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
	font-size: 11px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
    border-radius: 5px;
    overflow: hidden;
    background-color: #efefef;
}

.simple-content input[type="button"].clear{
	background-color: #ffd2da;
}

.simple-content input[type="button"].clear:hover{
	color: darkred;
	background-color: #ff9fb0;
}

.max-half-row{
	clear: both;
}
.list-item:hover .max-half-row .pl-name{
	text-decoration: none;
}

.faction-max .stats-icon{
	color: grey!important;
	background-color: #ccc;
}

.check-row .check-item{
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	background-color: #999;
	padding: 3px 6px;
	border-radius: 5px;
	color: #eee;
	cursor: pointer;
}

.check-row .check-item label{
	cursor: pointer;
}

.check-row .check-item:hover{
	color: orange;
}

.banned{
	background-color: red;
	color: white;
	padding: 2px 5px;
    border-radius: 3px;
    margin-left: 5px;
    font-size: 12px;
    font-weight: bold;
}

.hq-level{
	display: inline-block;
	border-radius: 5px;
	font-weight: bold;
	font-size: 12px;
	background-color: #999;
	padding: 3px 5px;
	line-height: 1;
	color: #e6e6e6;
}

.hq-level label{
	color: yellow;
	font-weight: bold;
}
.ranking-details{
	clear: both;
}
.ranking-item{
	color:black;
	display: inline-block;
	border: 0px solid grey;
	padding: 0px 3px;
	margin: 5px 5px;
	background-color: lightblue;
	border-radius: 3px;
	font-size: 11px;
}

.ranking-item.nf{
	background-color:rgb(233, 192, 254);
}
.ranking-item.nb{
	background-color:pink;
}
.ranking-item label{
	color: darkred;
	font-weight: bold!important;
}

.ranking-item span{
	color: darkred;
}
@media (max-width: 550px) {
	.word-link{
		display: block;
		margin: 10px auto;
		text-align: center;
	}
	.ranking-item{
		font-size: 10px;
		margin: 2px 5px;
	}
	.report-type{
		display: block;
		margin: 10px auto;
		text-align: center;
	}
	
	.stats-icon{
		margin-left: 3px;
		width: 80px;
		height: 25px;
		margin-bottom: 2px;
		border-radius: 5px;
		padding-top: 0;
		font-size: 10px;
		text-align: left;
	}
	
	.stats-icon label{
		display: inline-block;
		text-align: left;
		font-size: 10px;
	}
	
	.pl-faction{
		display: inline;
		margin-right: 0!important;
	}
	
	.pl-rank{
		display: inline;
		padding: 0;
		line-height: 1.3;
	}
	
	a.pl-name{
		font-size: 13px;
		line-height: 1.3;
	}
	
	.list-item{
		padding: 10px 0;
	}
	
	/*.nr-crt{
		display: none;
	}*/
	
	.order-raw input[type="button"]{
		font-size: 10px;
		min-width: auto;
		padding: 0 3px!important;
		height: 25px!important;
	}
	
	.hide-mobile{
		display: none;
	}
	
	.check-row .check-item{
		font-size: 11px;
		margin-right: 3px;
	}
}