/* =============================================================================
   LAYOUT
   ========================================================================== */
.admin_grid {
	float: left;
    margin: 0;
    padding: 0;
    display: block;
    width: 25%;
}
.content_element_wrapper{
	ackground: #fafafa; 
	border-bottom: 1px solid #ddd;
	padding: 10px;
	margin: 15px 0 0px 0;
}
/* =============================================================================
   BREADCRUMB
   ========================================================================== */
#breadcrumb {
	ackground: #ddd7ce; /*darker tan*/
	ackground: #fafafa;
	padding: 5px 0 5px 15px;
	margin: -10px -22px 20px -22px;
	border-bottom: 1px solid #ddd;
}
	#breadcrumb div {
		float: left;
		margin: 5px 0;
	}
		#breadcrumb div h5 {
			margin: 0;
			padding: 7px 10px;
		}
		#breadcrumb div h3 {
			margin: 0;
			padding: 2px 3px;
			color: #777;
		}
			#breadcrumb div a h5 {	
				background: #eee; /*light tan*/
				border: 1px solid transparent;
				-webkit-border-radius: 2px; 
			    -moz-border-radius: 2px; 
			    border-radius: 2px;
			}
				#breadcrumb div a h5:hover {	
					background: #fff; /*light tan*/
					border-color: #ccc;
				}
		#breadcrumb div img{
			width: 25px;
			margin: 7px 5px 5px 15px;
		}
/* =============================================================================
   CHECKBOX LIST
   ========================================================================== */
.checkbox_list {
	list-style: none;
	padding-left: 0;
	margin: 3px 0 3px 0;
}
	.checkbox_list input[type="radio"] {
		display: none;
	}
	.checkbox_list li {
		display: block;
		float: left;
		margin: 0 1% 5px 0;
		-webkit-border-radius: 3px; 
	    -moz-border-radius: 3px; 
	    border-radius: 3px;
	}
	.checkbox_list li p {
		margin: 0px 5px;
	}
.checkbox1_item{
    display: table;
    width: 99%;
    width: calc(100% - 2px);
    padding: 17px 0%;
    border: 2px solid transparent;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
}
    .checkbox1_item_1 { border: 2px solid #333;}
    .checkbox1_item:hover { border: 2px solid #333;}

.colored_fields ::-webkit-input-placeholder { color: #eee; }
.colored_fields :-moz-placeholder { color: #666; }
/* firefox 19+ */
.colored_fields ::-moz-placeholder { color: #666; }
/* ie */
.colored_fields :-ms-input-placeholder { color: #666 !important; /*darker gray - important needed to for ie10+*/}
.colored_fields input:-moz-placeholder { color: #666; }

/* =============================================================================
   TABS
   ========================================================================== */
.tabs_wrapper{
	background: #333;
	padding: 0;
}
	.tabs_wrapper li {
	   	float: left;
		position: relative;
		display: block;	
		z-index: 10;
		font-size: 1.1em;
		background: #333;
		cursor: pointer;
	}
	   .tabs_wrapper li:hover {
			background: #222;
		}	
.tab_wrapper{
	height: 40px;
	padding: 10px 10px 0px 10px;
	opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}
	.tab_wrapper:hover{
		transition: opacity .3s cubic-bezier(.5,.5,.5,.5);
		opacity: 1;
	    filter: alpha(opacity=100); /* For IE8 and earlier */
	    background: #222;
	}
.tab_wrapper_active{
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    background: #111;
}
	.tab_wrapper_active:hover{
	    background: #111;
	}
.tab_icon {
	width: 25px;
	height: 26px;
	float: left; 
}
	.tab_icon img{
		width: 25px; 
		margin: 0;
	}
.tab_text {
	display: block;
	float: left;
	margin-top: 3px;
	color: #fff;
	margin: 5px 2px 0 2px;
}
.tab_arrow{
	position: absolute;
	width: 20px;
	height: 5px;
	bottom: 7px;
	left: 50%;
	margin-left: -10px;
}
.obj_title input[type="text"]{
    font-size: 2em;
}
/* =============================================================================
   BUTTONS
   ========================================================================== */
.button_wrap1{
	display: block;
	float: right;
	margin: 20px 0 0 6px;
	overflow: hidden;
	-webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px;
}
.extra_button, .entry_extra_button {
	background: #fafafa;
	text-align: center;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	margin-bottom: -1px;
	eight: 30px;
}
	.extra_button img, .entry_extra_button img {
		width: 30px;
	}
	.extra_button:hover, .entry_extra_button:hover {
		background: #fff;
	}

/* =============================================================================
   LOADING
   ========================================================================== */
.full_screen_dim_wrapper{
    position: fixed;
    width: 100%;
    margin: 0px;    
    min-height: 100%;   
    min-height: 100vh;
    background: rgba(0,0,0, .7);
    z-index: 101;
}
.full_screen_loading{
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 120px;
    top: 50%;
    left: 50%;
    margin-left: -120px;
    margin-top: -120px;
    background: #fff;
    background: rgba(255,255,255, .9);
}
.full_screen_loading_content{
    color: #84C343; /*Alert Green*/
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    position: absolute;
    width: 128px;
    height: 128px;
    top: 50%;
    left: 50%;
    margin-left: -64px;
    margin-top: -64px;
}
/* =============================================================================
   FULL SCREEN ALERT
   ========================================================================== */
.full_screen_alert{
    position: absolute;
    width: 500px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -100px;
    display: table;
}
.full_screen_alert_content{
	display: table-cell;
    padding: 2%;
    text-align: center;
    vertical-align: middle;
}
	.full_screen_alert_content h4{
	    color: #fff;
	}
.popup_close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	margin: 0;
	cursor: pointer;
}
/* =============================================================================
   FILE QUICK UPLOAD
   ========================================================================== */
#file_upload_field, #file_upload_form input[type=submit] {
	visibility: hidden;
	display: none;
	width: 0;
	height: 0;
}

/* =============================================================================
   ENTRY RESPOND BUTTONS
   ========================================================================== */
.entry_resond_button{
	float: right;
	cursor: pointer;
}
.entry_resond_button img {
	opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
	width: 30px;
	margin-left: 10px;
}
	.entry_resond_button img:hover {
		opacity: 1;
	    filter: alpha(opacity=100); /* For IE8 and earlier */
	}
/* =============================================================================
   LIST PROFILE PICTURE
   ========================================================================== */
.admin_prof_img {
	position: relative;
	height: 90px;
	width: 90px;
	overflow: hidden;
	margin-bottom: -34px;
}
	.admin_prof_img img{
		position: absolute;
		top: -9999px;
	    bottom: -9999px;
	    left: -9999px;
	    right: -9999px;
	    margin: auto;
	}
	.admin_prof_img_tall img{
		width: 100%;
	}
	.admin_prof_img_wide img{
		height: 100%;
		max-width: none;
	}
/* =============================================================================
   PROFILE PICTURE LAYOUT
   ========================================================================== */
.left_prof_img_container1{
	width: 30%;
	float: left;
}
.right_prof_content_container1{
	width: 70%;
	float: left;
}
.left_obj_group_container{
	margin: 0 1% 0 0;
}
.right_obj_group_container{
	margin: 0 0 0 1%;
}
/* =============================================================================
   MULTIPLE OBJECT EDIT
   ========================================================================== */
.obj_affected_wrapper{
	margin: 0px 0 5px 0;
	border: 0px solid #84C343; /*Alert Green*/
	padding: 5px 0px;
	text-align: center;
}
	.obj_affected_wrapper h4{
		margin-top: 0;
		margin-bottom: 0;
		color: #333;
	}
.obj_affected{
	display: table;
	margin: 0 auto;
}
	.obj_affected p{
		float: left;
	}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1600px) {
	.admin_grid {
        width: 33.3%;
    }
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 979px) {
	.admin_grid {
        width: 50%;
    }
    .tab_icon {
		display: none;
	}    
}
@media screen and (max-width: 859px) {
	
}
@media screen and (max-width: 767px) {
	.tab_icon {
		display: block;
	}
	.tab_text {
		display: none;
	}
	.tab_wrapper{
		padding-left: 20px;
		padding-right: 20px;
	}
	.checkbox_list li {
		margin: 0 1% 3px 0;
		width: 49%;
	}
	.checkbox1_item{
	    padding: 10px 0%;
	}
	.left_prof_img_container1{
		width: 100%;
		float: left;
	}
	.right_prof_content_container1{
		width: 100%;
		float: left;
	}
	.left_obj_group_container{
		margin: 0 auto;
		max-width: 300px;
	}
	.right_obj_group_container{
		margin: 0;
	}
}
@media screen and (max-width: 640px) {
	.admin_grid {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    .full_screen_alert{
	    width: 400px;
	    height: 150px;
	    margin-left: -200px;
	    margin-top: -75px;
	}
	.extra_button img, .entry_extra_button img {
		width: 25px;
	}
	.admin_prof_img {		
		height: 85px;
		width: 85px;
		margin-bottom: -29px;
	}
}
@media screen and (max-width: 479px) {
	.obj_title input[type="text"]{
	    font-size: 1.5em;
	}
	.entry_resond_button img {
		width: 20px;
		margin-left: 5px;
	}
	.full_screen_alert{
	    width: 300px;
	    height: 150px;
	    margin-left: -150px;
	    margin-top: -75px;
	}
	.content_element_wrapper{ 
		padding: 3px;
	}
	.button_wrap1{
		float: none;
		margin: 0;
	}
	.extra_button img, .entry_extra_button img {
		width: 20px;
	}
	.admin_prof_img {		
		height: 70px;
		width: 70px;
		margin-bottom: -24px;
	}
	.checkbox1_item{
	    padding: 5px 0%;
	}
}