ACC SHELL

Path : /srv/www/vhosts/marevva/crossroadsfoundation/admin/css/
File Upload :
Current File : /srv/www/vhosts/marevva/crossroadsfoundation/admin/css/admin-style.css

@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700&subset=latin,latin-ext);
h1
{
	font-family:"Oswald";
	font-size:40px;
}


@charset "utf-8";

*
{
	margin: 0px;
	padding: 0px;
	
	/*box-sizing: border-box;*/
    /*font-weight: 300;
    line-height: 1.6em;
    text-align: justify;*/
}

body
{
	color: #374249;
	font-family: Arial, "Arial CE", Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	cursor: default;
	background: #FDFDFB none;
}

img
{
	border: none;
}

a, a:link, a:visited
{
	text-decoration: none;
	color: #283940;
}
a:hover
{
	/*text-decoration: overline;*/
	/*color: #00AF3F;*/
	color: #039;
}

.border
{
	/*border: 1px solid #CBCBCB;*/
	background-color: #F2F2F2;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

#page { 
	width: 1000px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.delic1
{
	float:left; 
	position:relative;
	width:1px;
	height:10px;
	display:block;
}
.delic2
{
	float:left; 
	position:relative;
	width:2px;
	height:10px;
	display:block;
}
.delic5
{
	float:left; 
	position:relative;
	width:5px;
	height:10px;
	display:block;
}
.delic6
{
	float:left; 
	position:relative;
	width:10px;
	height:10px;
	display:block;
}
.delic6right
{
	float:right; 
	position:relative;
	width:5px;
	height:10px;
	display:block;
}
.delic10
{
	float:left; 
	position:relative;
	width:10px;
	height:10px;
	display:block;
}
.delic15
{
	float:left; 
	position:relative;
	width:15px;
	height:10px;
	display:block;
}
.delic20
{
	float:left; 
	position:relative;
	width:20px;
	height:10px;
	display:block;
}
.delic30
{
	float:left; 
	position:relative;
	width:30px;
	height:10px;
	display:block;
}
.delic30right
{
	float:right; 
	position:relative;
	width:30px;
	height:10px;
	display:block;
}
.delic50
{
	float:left; 
	position:relative;
	width:50px;
	height:10px;
	display:block;
}
.delic18
{
	float:left; 
	position:relative;
	width:18px;
	height:10px;
	display:block;
}
.delic50l
{
	float:left; 
	position:relative;
	width:50px;
	height:300px;
	display:block;
	border-right: 1px solid #C6C7C8;
}

.cleaner 
{
	clear:both;
}

.cleaner1 
{
	height:1px;
	clear:both;
}
.cleaner2 
{
	height:2px;
	clear:both;
}
.cleaner5 
{
	height:5px;
	clear:both;
}
.cleaner10 
{
	height:10px;
	clear:both;
}
.cleaner15 
{
	height:15px;
	clear:both;
}
.cleaner18 
{
	height:18px;
	clear:both;
}
.cleaner6 
{
	height:5px;
	clear:both;
}
.cleaner20 
{
	clear:both;
	height:20px;
}
.cleaner30 
{
	clear:both;
	height:30px;
}

.radius2 {
 	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
.radius3 {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.radius0-3 {
	-moz-border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
	-khtml-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
}

.radius4 {
 	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.box-shadow, .shadow
{
	-moz-box-shadow: 0px 1px 5px #999;
  	-webkit-box-shadow: 0px 1px 5px #999;
 	box-shadow: 0px 1px 5px #999;
}

.admin-page-item-save-button-fixed-1, .admin-page-item-save-button-fixed-2, .admin-page-item-save-button-fixed-3, .admin-page-item-save-button-fixed-4
{
	background-color: #fff;
    padding: 15px;
    position: fixed;
	/*display: none;*/
}
.admin-page-item-save-button-fixed-1
{
	left: 0;
	top: 0;
}
.admin-page-item-save-button-fixed-2
{
	right: 0;
	top: 0;
}
.admin-page-item-save-button-fixed-3
{
	right: 0;
	bottom: 0;
}
.admin-page-item-save-button-fixed-4
{
	left: 0;
	bottom: 0;
}

/* hlava */

.header {
	width:100%;
	height:auto;
	float:left;
	z-index:9999;
}



.logo-head {
	/*margin-top: 20px;
	margin-bottom: 10px;*/
	float:left;
}

#admin-login-menu
{
	float:right;
	/*margin: 0px 0px 5px 5px;*/
	padding: 5px;
	border-top: none;
}
#admin-login-menu span
{
	color: #b3b3b3;
}

#footerCSS
{
	font-size: 10px; 
	text-align: center;
}

.middle
{
	background-color: transparent;
	/*background-image: url(/admin/img/admin/middle-bg.png);
	background-repeat: repeat;*/
}

.inner
{
	padding: 10px;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.admin-user-label, .admin-user-label-separator, .admin-user-label-spacer
{
	float: left;
	width: 200px;
	height: 18px;
	margin: 2px;
	font-weight: bold;
	text-indent: 5px;
	font-size: 11px;
	line-height: 18px;
	cursor: default;
}
.admin-user-label-separator
{
	/*width: 604px;*/
	width: 966px;
	text-indent: 5px;
	height: 20px;
	line-height: 20px;
}
.admin-user-label-spacer
{
	visibility: hidden;
}
.admin-user-value, .admin-user-value-textarea
{
	float: left;
	font-weight: normal;
	/*width: 400px;*/
	width: 760px;
	height: 18px;
	background-color: #999;
	color: #000;
	margin: 2px;
	line-height: 18px;
	text-indent: 5px;
}
.admin-user-value-textarea
{
	height: auto;
}
.admin-user-edit-value, .admin-user-edit-value-textarea
{
	float: left;
	font-weight: normal;
	/*width: 398px;*/
	width: 760px;
	height: 18px;
	background-color: #FFF;
	border: #283940 solid 1px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	margin: 1px;
	margin-top: 2px;
	margin-left: 2px;
	text-indent: 3px;
	font-size: 11px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.admin-user-edit-value:focus, .admin-user-edit-value-textarea:focus, .admin-user-edit-scroll:focus
{
	-moz-box-shadow: 0px 0px 8px #f7d941;
  	-webkit-box-shadow: 0px 0px 8px #f7d941;
 	box-shadow: 0px 0px 8px #f7d941;
	behavior: url(ie-css3.htc);
}
.admin-user-edit-scroll
{
	border: none;
	font-size: 11px;
	text-indent: 0px;
	/*width: 395px;*/
	width: 755px;
}
.admin-user-edit-value-textarea
{
	height: 100px;
}
.admin-toggle-button
{
	height: 16px;
	width: 16px;
	margin-top: 3px;
	margin-left: 2px;
	background-color: transparent;
	background-image: url(/admin/img/admin/button-toggle-blue.png);
	text-align: center;
	font-size: 16px;	
	line-height: 15px;
	float: left;
	cursor: pointer;
	color: #FBFBFB;
}
.admin-toggle-button:hover
{
	background-image: url(/admin/img/admin/button-toggle-blue-over.png);
}
/*----------------------------------------*/
.admin-button, .admin-button-green
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	width: 114px;
	height: auto;
	text-align: center;
	line-height: 21px;
	cursor: pointer;
	/*font-size: 11px;*/
	border: none;
	text-transform: uppercase;
	background: #8fc400; /* Old browsers */
	
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmYzQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YTliMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	
	background: -moz-linear-gradient(top,  #8fc400 0%, #6a9b00 100%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fc400), color-stop(100%,#6a9b00)); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top,  #8fc400 0%,#6a9b00 100%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(top,  #8fc400 0%,#6a9b00 100%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(top,  #8fc400 0%,#6a9b00 100%); /* IE10+ */
	
	background: linear-gradient(to bottom,  #8fc400 0%,#6a9b00 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc400', endColorstr='#6a9b00',GradientType=0 ); /* IE6-8 */

	color: #333;
	margin-left: auto;
	margin-right: auto;
	
	font-family: "Oswald";
    font-size: 16px;
	padding:5px 0px;
}
.admin-button
{
	background: #eeeeee; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */

background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */


}
.admin-button:hover
{
	color:#fff;
background: #28343b; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI4MzQzYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NTVhNjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  #28343b 0%, #555a60 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#28343b), color-stop(100%,#555a60)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #28343b 0%,#555a60 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #28343b 0%,#555a60 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #28343b 0%,#555a60 100%); /* IE10+ */

background: linear-gradient(to bottom,  #28343b 0%,#555a60 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28343b', endColorstr='#555a60',GradientType=0 ); /* IE6-8 */

}
.admin-button-green
{
		-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;

background: #8fc400; /* Old browsers */
	
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmYzQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YTliMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	
	background: -moz-linear-gradient(top,  #8fc400 0%, #6a9b00 100%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fc400), color-stop(100%,#6a9b00)); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top,  #8fc400 0%,#6a9b00 100%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(top,  #8fc400 0%,#6a9b00 100%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(top,  #8fc400 0%,#6a9b00 100%); /* IE10+ */
	
	background: linear-gradient(to bottom,  #8fc400 0%,#6a9b00 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc400', endColorstr='#6a9b00',GradientType=0 ); /* IE6-8 */

	color: #FBFBFB;
}
.admin-button-green:hover
{
	background: #6a9b00; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZhOWIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZmM0MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  #6a9b00 0%, #8fc400 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6a9b00), color-stop(100%,#8fc400)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #6a9b00 0%,#8fc400 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #6a9b00 0%,#8fc400 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #6a9b00 0%,#8fc400 100%); /* IE10+ */

background: linear-gradient(to bottom,  #6a9b00 0%,#8fc400 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a9b00', endColorstr='#8fc400',GradientType=0 ); /* IE6-8 */


}
.admin-button a, .admin-button a:hover
{
	text-decoration: none;
}

.admin-button-up, .admin-button-down, .admin-button-top, .admin-button-bottom
{
	width: 16px;
	height: 16px;
	line-height: 21px;
	cursor: pointer;
	border: none;
	background-color: transparent;
	background-image: url(/admin/img/admin/button-up.png);
	margin-left: auto;
	margin-right: auto;
	float: left;
}
.admin-button-down
{
	background-image: url(/admin/img/admin/button-down.png);
}
.admin-button-top
{
	background-image: url(/admin/img/admin/button-top.png);
}
.admin-button-bottom
{
	background-image: url(/admin/img/admin/button-bottom.png);
}
.admin-button-up:hover
{
	background-image: url(/admin/img/admin/button-up-over.png);
}
.admin-button-down:hover
{
	background-image: url(/admin/img/admin/button-down-over.png);
}
.admin-button-top:hover
{
	background-image: url(/admin/img/admin/button-top-over.png);
}
.admin-button-bottom:hover
{
	background-image: url(/admin/img/admin/button-bottom-over.png);
}
/*----------------------------------------*/
#admin-menu
{
	font-size: 14px;
}
.admin-menu-a-selected
{
	font-weight: bold;
}
/*----------------------------------------*/
#admin-saved-label
{
	display: none;
	z-index: 10000;
	
	width: 300px;
	
	/*border: 2px dotted #b3b3b3;*/
	background-color: #F8F8F8;
}
#admin-saved-label .content
{
	background-color: #5dda44;
    color: #fff;
    font-family: "Oswald";
    font-size: 26px;
    padding: 30px 10px;
    text-align: center;
}
/*----------------------------------------*/
#delete-all-div
{
	color:#254A98;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	margin-top: 5px;
}
#delete-all-div span
{
	color: #000;
	cursor: pointer;
}
#delete-all-div span:hover
{
	color: #254A98;
}
/*----------------------------------------*/
/* simple css-based tooltip */
.tooltip
{
	background-color: #CCC;
	border: 1px dashed #B2B2B2;
	color: #333;
	padding: 5px 5px;
	width: 270px;
	display: none;
	text-align: left;
	font-size: 12px;
	cursor: default;
	margin-left: 90px;
}
/*----------------------------------------*/

.admin-loading
{
	background-image: url(/admin/img/ajax-loader.gif);
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
}




.admin-photogallery-image-div
{
	width: 120px;
	height: 90px;
	float: left;
	margin: 10px;
	
	text-align: center;
	overflow: hidden;
}
.admin-photogallery-image
{
	max-width: 120px;	
	max-height: 90px;	
}
.admin-photogallery-image-wrapper
{
	width: 120px;
	height: 90px;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: center;
	/*background-color: #CCC;*/
}
.admin-userFiles-file-wrapper
{
	width: 220px;
	height: 50px;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: left;
	background-color: #CCC;
	padding: 10px;
}
.admin-userFiles-file-div
{
	width: 220px;
	height: 50px;
	float: left;
	margin: 10px;
	
	text-align: center;
	overflow: hidden;
}

.admin-photogallery-image-delete, .admin-photogallery-image-description, .admin-photogallery-image-position
{
	width: 14px;
	height: 14px;
	border: 1px solid white;
	background-color: #F00;
	float: right;
	position: relative;
	top: 0px;
	left: 0px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	display: none;
}
.admin-photogallery-image-description
{
	background-color: #FC0;
	float: left;
	left: 0px;
	width: auto;
	padding: 0px 2px;
}
.admin-photogallery-image-position
{
	background-color: #F90;
	float: left;
	left: 0px;
	width: 30px;
}

#photogalleryUploader a, #photogalleryUploader * a, #filegalleryUploader a, #filegalleryUploader * a
{
	color: #333;
	cursor: pointer;
}
.admin-edit-description-dialog
{
	background-color: #FFF;
	text-align: center;
}
.admin-edit-description-dialog-img
{
	margin: 10px;
}
.admin-edit-description-dialog-label
{
	float: left;
	width: 110px;
	text-align: right;
	margin-right: 8px;
	margin-bottom: 10px;
}
.admin-edit-description-dialog-input
{
	float: left;
	width: 118px;
	border: 1px solid #CCC;
}


#menutop { 
	width:100%; 
	height:auto; 
	overflow:hidden;
	text-align:left;	
	display:block;
	background-color:#666;
	border: none;
}

.menutop-item
{
  float: left;
  background: transparent;   
}
.menutop-item-2
{
	display: none;
	float: left;
	position: absolute;
	z-index: 10000;
	padding: 10px;
	background-color:#666;
	color: #CCCCCC;
}

#menutop a
{
  padding: 10px 10px;
  display: block;
  float: left;
  text-align: left;
  font-size: 12px;
  font-weight:normal;
  color: #fff;
}
#menutop a:hover
{
	color: #fff;
    background-color: #37424A;
}
#menutop a.selected
{
	/*font-weight: bold;*/
	color: #fff;
	background-color: #37424A;
}
#menutop span
{
  padding: 10px;
  padding-right: 5px;
  display: block;
  float: left;
  text-align: left;
  font-size: 11px;
  font-weight:normal;
}

.admin-category
{
	margin-left: 20px;
	margin-top: 5px;
}
.admin-category-name
{
	font-size: 12px;
	float: left;
	color: #2D2D2D;
	padding: 5px 12px;
    /*width: 500px;*/
	
	width: 618px;
}
.admin-category-name:hover
{
	background-color:#FFC;
}
.admin-category-menu
{
	font-size: 11px;
	float: right;	
	/*display: none;*/
}
.admin-category-menu a
{
	color: #666;
}
.admin-category-menu a:hover
{
	text-decoration: overline;
	color: #666;
}


.iconPlus
{
	background-image: url(/admin/img/admin/icon-plus.png);
	background-position:0px 3px;
	background-repeat: no-repeat;
	text-indent: 20px;
	height: auto;
	cursor: pointer;
	float: left;
	
	font-size: 14px;
	font-family: "Oswald";
	text-transform: uppercase;
	color: #575757;
}
.iconPlus a, .iconPlus a:hover
{
	text-decoration: none;
}
.iconMinusSubmit
{
	background-image: url(/admin/img/admin/icon-minus.png);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	text-indent: 15px;
	/*line-height: 18px;
	font-size: 11px;*/
	height: auto;
	border: none;
	color: #575757;
	margin-top: 2px;
	margin-left: 10px;
	float: left;
	
	font-size: 14px;
	line-height: 16px;
	font-family: "Oswald";
	text-transform: uppercase;
	background-position:0 0px;
}
input.iconMinusSubmit
{
	background-image: url(/admin/img/admin/icon-minus.png);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	text-indent: 15px;
	/*line-height: 18px;
	font-size: 11px;*/
	height: auto;
	border: none;
	color: #575757;
	margin-top: 2px;
	float: left;
	
	font-size: 14px;
	line-height: 16px;
	font-family: "Oswald";
	text-transform: uppercase;
	background-position:0 1px;
	margin-left: 10px;
}
.iconMinusSubmit a, .iconMinusSubmit a:hover
{
	text-decoration: none;
}

.loginBox
{
	
}

.homepage-icon-box
{
	float:left;
	position:relative;
	margin: 0px 20px;
	width: 200px;
	height:auto;
}
.homepage-icon-box h3
{
	text-align: center;
	font-size: 18px;
}






.stin
{
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    0px 0px 5px rgba(0, 0, 0, 0.6);
	box-shadow:         0px 0px 5px rgba(0, 0, 0, 0.6);
}
.border5
{
	border:5px solid #fff;
}
.border1
{
	border:1px solid #000;
}
.radius10
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
.radius3
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.login-box
{
	position:relative;
	width:300px;
	height:auto;
	margin:0 auto;
	padding:20px;
	
	box-sizing: border-box;
    font-weight: 300;
    line-height: 1.6em;
    text-align: justify;
}
.login-box *
{
	box-sizing: border-box;
    font-weight: 300;
    line-height: 1.6em;
    text-align: justify;
}
.box-shadow-admin
{
	color:#fff;
	background: #4c4c4c; /* Old browsers */

	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNGM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MjQyNDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #424242 100%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(100%,#424242)); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#424242 100%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(top,  #4c4c4c 0%,#424242 100%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(top,  #4c4c4c 0%,#424242 100%); /* IE10+ */
	
	background: linear-gradient(to bottom,  #4c4c4c 0%,#424242 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#424242',GradientType=0 ); /* IE6-8 */

}
.login-box h1
{
	color:#fff;
	line-height:1em;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.login-box .admin-user-label, .login-box .admin-user-label-separator, .login-box .admin-user-label-spacer
{
	float: left;
	width: 100%;
	height: auto;
	padding: 10px;
	font-weight: normal;
	font-family:"Oswald";
	text-transform:uppercase;
	font-size: 18px;
	cursor: default;
	text-align:center;
	line-height:normal;
	text-indent:0;
	margin:0;
}

.login-box .admin-user-edit-value, .login-box .admin-user-edit-value-textarea
{
	float: left;
	font-weight: normal;
	/*width: 398px;*/
	width: 100%;
	height: auto;
	background-color: #FFF;
	border: #283940 solid 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	line-height: normal;
	font-weight:normal;
	margin:0;
	font-family:"Oswald";
	text-align:center;
	padding: 10px;
}

ACC SHELL 2018