ACC SHELL

Path : /srv/www/vhosts/petrikov/admin/
File Upload :
Current File : /srv/www/vhosts/petrikov/admin/css.css

	* {
		margin: 0;
		padding: 0;
	}

	html {
		font-family: arial, sans-serif;
	}

	.box .menu h3 {
		margin: 0;
		font-size: 1.2em;
		padding: 0.25em 0;
		text-align: center;
	}

	.box .menu ul {
		list-style: none;
		background: url(images/light_blue_strip.jpg) fixed;
	}

	.box .menu ul li {
		border-top: 1px solid Navy;
	}

	.box .menu ul li a {
		padding: 0.5em;
		color: White;
		font-weight: bold;
		text-decoration: none;
		width: auto;
		_width: 85%;
		display: block;
	}

	.box .menu ul li a:hover {
		color: Yellow;
	}

	.box .content {
		background: url(images/verylight_blue_strip.jpg) fixed;
		padding-bottom: 1em;
	}

	.box .content h3 {
		margin: 0;
		font-size: 1.2em;
		padding: 0.25em 0;
		text-align: center;
	}

	.box .message {
		padding: 0 0.25em;
		font-size: 75%;
	}

	.box .message h4 {
		padding: 0.25em 0.25em 0 0.25em;
	}

	.box .message p {
		padding: 0.25em;
	}

	.box .message .rectangle {
		bordeR: 1px dashed Red;
	}

	.box .autorization h4 {
		padding: 0.25em 0 0.25em 0.5em;
	}

	.box .autorization .content_autorization {
		padding: 0 0.5em;
	}

	.box .autorization dl {
		padding-top: 0.25em;
	}

	.box .autorization dl dt {
		font-weight: bold;
		text-decoration: underline;
	}

	.box .autorization dl dd {
		padding-lefT: 2em;
	}

	.box .autorization dl dd a {
		color: White;
		text-decoration: none;
		font-weight: normal;
	}

	.box .autorization dl dd a:hover {
		text-decoration: underline;
		color: Yellow;
	}

	.box .autorization ul {
		list-style: none;
	}

	.box .autorization ul li a {
		font-weight: bold;
		color: white;
	}

	.box .autorization ul li a:hover {
		color: Yellow;
	}

	.box .quick_menu ul {
		list-style: none;
	}

	.box .quick_menu ul li {
		display: inline;
	}

	.box .quick_menu ul li a {
		color: White;
		text-decoration: none;
		font-weight: bold;
		padding: 0 0.25em;
	}

	.box .quick_menu ul li a:hover {
		color: Yellow;
	}


	/**patri do samostatnejch style**/
	.box .table table {
		width: 100%;
	}

	.box .table table tr td {
		text-align: center;
	}

	.box .table table tr th {
		text-align: left;
		padding-left: 1em;
	}

	.box .table table tr th a {
		color: White;
		text-decoration: none;
	}

	.box .table table tr th a:hover {
		color: Yellow;
	}

	.box .table table tr td a {
		color: White;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		width: 100%;
		display: block;
	}

	.box .table table tr td a:hover {
		color: Yellow;
	}

	.box .table table tr th img {
		position: relative;
		left: -0.5em;
		border: 0;
		width: 20px;
		height: 14px;
	}
	
	.box {
		background: transparent;
		width: 18%;
		float: left;
		margin: 0.5em 0.25em;
	}

	.box_header, .box_footer {
		display: block;
		background: transparent;
		font-size: 1px;
	}
	
	.box_corner_1, .box_corner_2, .box_corner_3, .box_corner_4 {
		display: block;
		overflow: hidden;
	}
	
	.box_corner_1, .box_corner_2, .box_corner_3 {
		height: 1px;
	}
	
	.box_corner_2, .box_corner_3, .box_corner_4 {
		background: #fff;
		border-left: 1px solid #444;
		border-right: 1px solid #444;
	}
	
	.box_corner_1 {
		margin: 0 5px;
		background: #444;
	}
	
	.box_corner_2 {
		margin: 0 3px;
		border-width: 0 2px;
	}
	
	.box_corner_3 {
		margin: 0 2px;
	}
	
	.box_corner_4 {
		height: 2px;
		margin: 0 1px;
	}

	.box_content {
		display: block;
		border: 0 solid #444;
		border-width: 0 1px;
		height: auto;
	}
	
	* html .box_content {
		height: 1px;
	}

	.box_color_dark_blue {
		background: RGB(0,0,204);
		color: White;
	}

	.box_background_blue_strip {
		background: url(images/dark_blue_strip.jpg) fixed;
		color: White;
	}

	.box_background_light_blue_strip {
		background: url(images/light_blue_strip.jpg) fixed;
		color: White;
	}

	.box_background_medium_blue_strip {
		background: url(images/medium_blue_strip.jpg) fixed;
		color: White;
	}

	.box_background_light_red {
		background:RGB(255,204,204);
		color: Black;
	}

ACC SHELL 2018