/*****************************Assassins********************************/

#loading{
	position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 100001;
    background-color: #ffffff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#loading span{
	position:absolute;
	top:45%;
	color:white;
	margin:0 auto;
	font-size:larger;
	width:100%;
	text-align:center;
}
.clearfix{
	clear:both;
}

/************************************* Colors ****************************************/
#main-content{/*rewriting main sheet style*/
/*  background-color: #fff;*/
    background-color:#000 !important;
}
h1.main_title{
/*  color: #333;*/
	color: #aaa;
}
.terminated .status{
	color:red;
}
.freeAgent .status, .kills .freeAgent{
	color:green;
}
/************************************* Dark Mode ****************************************/
    /*Text Color*/
    .dark-mode h1, .dark-mode h2,.dark-mode h3,.dark-mode h4, .dark-mode div.specs{
        color: #aaa;
    }
    .ninja .status{
        color:#eee;
    }
    .assassin .status{
        color:#aaa;
    }
    
    /*Background Color*/
    
    div.trigger, div.single > div, div.modal div.trigger, div.profile{
    /*	background:#ddd;*/
        background: #222;
    }
    .trigger:hover, .single > div:hover, .modal .trigger:hover, div.specs:hover{
    /*	background:#bbb;*/
    	background:#444;
    }
    .trigger:active, .single > div:active, .modal .trigger:active, div.specs:active{
    /*	background:#aaa;*/
    	background:#333;
    }
    .assassinsRow.odd, div.specs{
    /*	background:#ddd;*/
        background:#333;
    }
    
    /*Border Color*/
    div#itemz div, div.specs, div.profile{
    /*	border:1px solid #ccc;*/
    	border:1px solid #444;
    }
/************************************* Light Mode ****************************************
.light-mode{
    /*Text Color
    .assassins, .assassins h1, .assassins h2, .assassins h3, .assassins h4, div.specs{
        color: #333;
    }
    .ninja .status{
        color:#fff;
    }
    .assassin .status{
        color:#333;
    }
    /*Background Color
    
    #itemz .trigger, .single > div, .modal .trigger, .profile{
        background: #ddd;
    }
    #itemz .trigger:hover, .single > div:hover, .modal .trigger:hover, div.specs:hover{
    	background:#bbb;
    }
    #itemz .trigger:active, .single > div:active, .modal .trigger:active, div.specs:active{
    	background:#aaa;
    }
    .assassinsRow.odd, div.specs{
        background:#ddd;
    }
    
    /*Border Color
    #itemz > div, div.specs, .profile{
    	border:1px solid #ccc;
    }
}
/*****************************Modal Color*****************************/
/* Modal Content */
#myModal, #myModal h2{
    color: #333;
}

.modal-content {
    background-color: #fff;
	border-color: #eee;
}

/* The Close Button */
.close {
    color: #000;
}

.close:hover,
.close:focus {
    color: #999;
}

.modal-header, .modal-footer {
    background-color: #eee;
    color: #fff;
}

.modal .profile select{/*Target edit selects*/
	background-color:#eee !important;
	border-color: #777 !important;
}

div.table, .tableRow div, .modal-footer, .modal-header{
	border-color: #ddd;
}

.header{
	background-color:#ddd;
}
.delete{
	background-color: #ffa3a3;
}


/***************************************  Notify JS Confirm CSS **********************************/
div#confirmRandomize{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 1;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
	display:none;
}
div#confirmRandomizeContent{
	margin: 10% auto;
	border: 1px solid #777;
	border-radius: 3px;
	padding: 10px;
	background-color:#eee;
	opacity: 1;
    filter: alpha(opacity=100);
    max-width:500px;
}
#confirmRandomize div.center{
	margin:0 auto;
	text-align: center;
	font-weight:bold;
}

/***************************************  Edit Modal **********************************/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}

.flex-container{
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

/* Modal Content */
.modal-content {
    width:max-content;
    max-width:900px;
    /*margin: 10% auto 0 auto;*/
    padding: 0px;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    border:1px solid;
    border-radius:4px;
}

/* The Close Button */
.close {
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 15px 15px 0 15px;
    border-bottom:2px solid;
}

.modal-body {
	padding: 15px;
	max-height: 400px;
    overflow-y:scroll;
}

.modal-footer {
    padding: 10px;
    border-top:2px solid;
}
.modal-footer span{
	float:right;
}
.modal div.column{
	float:left;
	margin: 0 15px 0 0;
}
.modal label{
	font-weight:bold;
}
.modal .profile select{/*Target edit selects*/
	width:49%;
	border: 1px solid !important;
}

div.table{
	display:table;
	border:1px solid;
}
.tableRow{
	display: table-row;
}
.header{
	font-weight:bold;
}

.tableRow div{
	display:table-cell;
	padding:1px 7px;
	border: 1px solid;
	text-align:center;
}
#assassins .tableRow input[type="text"]{
	padding:2px !important;
}

/***************************************  begin folding css **********************************/
  
  .folding {
   margin: 25px auto;
   width: 50px;
   height: 50px;
   position: relative;
   transform: rotateZ(45deg);
  }
  
  .folding .sk-cube {
   float: left;
   width: 50%;
   height: 50%;
   position: relative;
   transform: scale(1.1);
  }
  
  .folding .sk-cube:before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: #007398;
   animation: sk-foldCubeAngle 2.4s infinite linear both;
   transform-origin: 100% 100%;
  }
  
  .folding .sk-cube2 {
   transform: scale(1.1) rotateZ(90deg);
   background-color: #3eb1c8;
  }
  
  .folding .sk-cube3 {
   transform: scale(1.1) rotateZ(180deg);
   background-color: #dd7d1b;
  }
  
  .folding .sk-cube4 {
   transform: scale(1.1) rotateZ(270deg);
   background-color: #f9b625;
  }
  
  .folding .sk-cube2:before {
   animation-delay: 0.3s;
  }
  
  .folding .sk-cube3:before {
   animation-delay: 0.6s;
  }
  
  .folding .sk-cube4:before {
   animation-delay: 0.9s;
  }
  
  @keyframes sk-foldCubeAngle {
   0%,
   10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
   }
   25%,
   75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
   }
   90%,
   100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
   }
  }
  
  /***********************************************************************/

input {
  /*-webkit-appearance: initial;*/
}

#itemz div, #itemz input, #itemz textarea, #itemz select{
	box-sizing : border-box;
	font-size:100%;
}

#assassins label{
    display: block;
    padding-left: 0px;
    text-indent: 0px;
	margin:7px 0;
}

#assassins .modal .kills label{
    display: inline;

}

/*All input and select on all of assassins page*/
#assassins select, #assassins textarea, #assassins input[type="text"], #assassins input[type="text"], #assassins input[type="email"], #assassins textarea, #assassins select{
	background-color: rgba(0,0,0,0.05);
	border: solid 1px #e3e3e3;
	color: #777;
	padding: 10px 10px 8px!important;
	border-radius: 0;
	margin: 3px 0;
}
/*Specific to admin options area*/
#itemz input[type="text"], #itemz input[type="email"], #itemz textarea, #itemz select{
    width: 100%;
}

/*Specific to Edit person profile box*/
.modal input, .modal select{
	font-size:14px;
	width: auto;
}

#assassinsList .assassinsRow input[type="text"]{
background-color: white;
color:#999;
border:solid 1px #999;
padding: 2px 2px!important;
width:auto;
font-size:14px;
}


input[type=submit], input[type=button] {
    border: 1px solid #EEAB2F;
    color: #fff;
    background: #f9b625;
    padding: 10px 20px;
    border-radius: 3px;
}
input[type=submit]:hover, input[type=button]:hover {
    background: #EEAB2F;
    cursor: pointer;
}


#assassinsList{
	clear:both; 
	padding-top:15px;
	/*border:1px solid #aaa;
	background: #ccc;
	border-radius:2px;
	padding:15px;*/
}

.profile{
	width:300px;
	float:left;
	border-radius:3px;
	margin:10px 0;
	padding:5px;
	position:relative;
}

.profile h2 {
	font-size: 20px;
	font-weight:normal;
	letter-spacing: normal;
}
.profile h4{
	font-weight: 300;
}
.profile span.grade{
	font-size: 13px;
}
.profile span.specs{
	float:right;
}
.error{
	background-color: #dd7d1b;
}
.teamB{
	float:right;
}
.outerStatus{
	font-family: 'Exo', sans-serif;
	font-weight:100;
	position:relative;
	float:left;
	display:block;
}
.outerStatus .assassinsTitle {
	position: absolute;
	top: 0px;
	border: 1px solid #f0c36d;
	background: #f9edbe;
	padding: 4px;
	left: 0;
	white-space: nowrap;
	color:black;
	font-family:Arial;
	z-index:15;
	cursor:pointer;
}
h4.status{
	cursor:pointer;
}
.terminated .status{
	color:red;
}
.freeAgent .status, .kills .freeAgent{
	color:green;
}
.ninja .status{
	font-weight:800;
	font-family: 'Josefin Sans', Arial, sans-serif !important;
}
.terminated{
	/*background:#eee url('ninja.png') no-repeat;*/
}
div.specs{
	width:auto;
    min-width:100px;
	text-align:center;
	float:right;
	padding:2px;
	clear:right;
	font-size: 15px;
}

div.specs:hover{
	cursor:pointer;
}

.profile img{
	vertical-align:middle;
}

#rightProfiles{
	float:right;
	width:50%;
	/*border-left:1px solid gray;*/
    margin-bottom:7px;
    padding-bottom:7px;
}
#leftProfiles{
	width:50%;
}

#rightProfiles .total{
	float:right;
	clear:both;
}

.containerAssassins hr{
margin: 7px auto 7px;
width: 90%;
background: #999;
}

.containerAssassins.left{
	clear:none;
}
#leftProfiles h1, #rightProfiles h1{
	text-decoration:none;
	cursor:pointer;
}
#leftProfiles h1:hover, #rightProfiles h1:hover{
	text-decoration:underline;
}
#rightProfiles h1{
    text-align: right;
}
.total{
	clear:left;
}

table{
	border-collapse:collapse;
}
td{
	border-bottom:1px solid #ccc;
	padding: 0 3px;
}
.assassinsRow{
	padding:3px;
	margin:0px;
}
.assassinsRow span.childStats{
	float:right;
	clear:both;
}
.assassinsRow .trigger:hover{
	cursor:pointer;
	text-decoration:underline;
}
.assassinsRow input[type='submit']{
	padding: 3px 20px;
}

#itemz > div{
	border-radius: 2px;
	float:left;
	margin:7px 10px 7px 10px;
	width:30%;
}
#itemz .trigger, .single > div, .modal .trigger{
	padding:10px;
	text-align:center;
	font-weight:bold;
}
#itemz .trigger:hover, .single > div:hover, .modal .trigger:hover{
	cursor:pointer;
}
#itemz .containerAssassins{
	padding:5px;
}
#itemz .half{
	width:46%;
	float:left;
}
.half iframe{
	/*width:360px; 
	height:207px;*/
}
#itemz h3{
	margin:0;
	padding:0;
}
#itemz ol{
	list-style-type:decimal;
	padding:10px 20px 20px 20px;
}
#addKill select{
		font-size:16px;
}

div.editWindow {
    width: 50%;
    height: 400px;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 0px;
    margin-top: -100px !important;
    margin-left: -25% !important;
    z-index: 10;
    display: none;
    background-color: #eeeeee;
    border: 7px solid #444444;
}

.scrollable{
    height: 346px;
    overflow-y: scroll;
    padding:5px;
}

.scrollablefixed{
    position: absolute;
    bottom: 0px;
    left:0;
    background: #444444;
    width: 100%;
    padding: 5px 5px 0 5px;
    text-align: right;
}
span.editButton{
	display:none;
}

.assassinsRow:hover .editButton, .profile:hover span.editButton{
	display:inline;
}

.editButton:hover{
	cursor: pointer;
	text-decoration:underline;
}

.modal h3 {
    margin-top: 5px;
    clear: both;
}

#nameEdit{
    float:left;
}
.assassinsRow button{
	position:absolute;
	top:0;
	right:0;
}
.assassinsRow.auto {
	position:relative;
}
.containerAssassins{
	display:none;
	clear: both;
}
.profile .containerAssassins.updateTargets{
    float:left;
    clear:none;
}
.auto .containerAssassins{
	display:block;
}
div#rules ul{
    list-style: disc inside;
}

.alertMessage{
	width:960px;
	margin-left:-480px;
	display:block;
	position:fixed;
	top:0;
	left:50%;
	padding:2px;
	border: 1px solid #f0c36d;
	background: #f9edbe;
	text-align:center;
	z-index:10;
}

@media only screen and ( max-width: 850px ){
	.profile{
		width:98%;
	}
}

@media only screen and ( max-width: 767px ){

	
	div.editWindow {
    		width: 320px;
    	}
	.modal-content{
		top:50px;
		left:0;
		margin-left:0;
		width:100%;
	}
	.modal-content .auto div.containerAssassins{
		display: block;
	}
	div#breadcrumbs{
		display:none;
	}
	
    input[type='checkbox'], input[type='radio']{
        width:auto !important;
    }
    #assassinsList{
		/*padding:5px;*/
	}
    div#video{
        display:none;   
    }
	#itemz > div{
		margin-left:0px;
	}
	#itemz > div, #itemz .half{
		width:100%;
		float:left;
	}
    #main_content{
        padding:35px 0;
    }
    #leftProfiles{
        width:auto;   
    }
	#itemz .half iframe{
		width:100%;
	}
	#assassins input, #assassins textarea, #assassins select{
		font-size:18px;
		width:100%;
		margin-bottom:10px;
	}
	#assassins .modal input, #assassins .modal select{
		font-size:16px;
		width:auto;
		margin:0px;
	}
	#assassins .modal .profile select{/*Target edit selects*/
			width:49% !important;
	}
	#itemz > div input[type=submit]{
		margin-top:15px;
	}
	.half iframe{
		width:370px; 
		height:208px;
		margin:0;
	}
	#rightProfiles{
		width:100%;
		float:left;
		/*border-left:0px solid black;
		border-bottom: 1px solid #999;*/
	}
    #leftProfiles h1, #rightProfiles h1{
        text-align:center;
    }
	.autoMobile .containerAssassins{
		display:block;
	}
	.auto .containerAssassins{
		display:block;
	}
	.alertMessage{
		width:100%;
		left:0;
		margin:0;
	}
	.profile{
		margin:3px 0;
        float:none;
        clear:both;
	}
    .clearfix{
        clear:both;   
    }
    #top-area {
        padding-bottom: 0px;
    }
    span.editButton{
	    display:inline;
    }
}
@media only screen and ( max-width: 479px ){
	.profile{
		width:auto;
		min-width:200px;
	}
	.half iframe{
		width:210px; 
		height:118px;
	}
	.alertMessage{
		padding:5px;
		
	}
	div.column{
		float:none !important;
	}
	.modal label{
		font-size:14px;
	}
	
}
/*****************************************Changing Menu Color********************************************/
ul.nav > li.current-menu-item:before, #menu .nav li.et_hover:before, #mobile_nav:before, #featured-controllers li.active-slide:before, .et_animated_bar 
{
border-top: #960000;
background: #960000;
}

ul.nav > li.current-menu-item:after, .post_meta:after, #mobile_nav:after, #featured-controllers li.active-slide:after, .et_animated_bar:before 
{
border-color: #960000 transparent;
}

#menu ul.nav ul
{
background: #960000;
}
#menu .nav ul a:hover
{
background: #800000;
}
span.menu_slide {
	background: #960000;
}
/**********************************************************************************************************/

#assassinsList input[type=checkbox]{
	display:none;
}

#assassinsList input[type=checkbox]:checked + label{
	background-color:#d5eaff;
}

.containedHeight{
    padding: 0 10px 0 0;
    margin:0;
	max-height: 400px;
    overflow-y:scroll;
}
