@charset "utf-8";
/* CSS Document */
.container {
    margin:0 auto;
	width: 1200px;
	display:table;  
    background-color:#fff;
}
header{
	height: 80px;
	width: 100%;
	display:table-row;
	position: relative;
	background-color:#D24826;
}
nav  {
	font-size:40px;
	padding:20px 10px 20px 20px;
	color:#fff;
}
nav a {
	color:#fff;
	text-decoration:none;
}
.row_content{
	display:table-row;
}
.left_section{
	width: 20%;
	float:left;
	min-height:400px;
	position: relative;
	display: table-cell;
	
}
.right_section{
	width: 80%;
	float:left;
	min-height:400px;
	position: relative;
	display: table-cell;
}
.content_right{
	padding-left:30px;
	//padding-top:30px;
	position: relative;
	padding-right:30px;
	background-color: #FBE4D4;
}
footer{
	min-height: 150px;
	width: 100%;
	float:left;
	display:table-row;
	position: relative;
	background-color:#D24826;
}
/* form style*/
.login_form  form {
	background-color: rgba(237, 118, 38, 0.4);
	border-radius: 4px;
	display: block;
	padding: 60px 30px 40px;
	width:300px;
	margin-left: 10px;
	margin-right: 20px;
}
.login_form  .input, .button {
	background-color: rgb(255, 255, 255);
	background-clip: padding-box;
	border: 1px solid rgba(26, 27, 32, 0.1);
	border-radius: 2px;
	height: 38px;
	margin-bottom: 8px;
	padding: 0px 8px;
	position: relative;
	width: 280px;
}
.button2 {
	background-color: rgb(255, 255, 255);
	background-clip: padding-box;
	border: 1px solid rgba(26, 27, 32, 0.1);
	border-radius: 2px;
	height: 20px;
	margin-bottom: 8px;
	padding: 0px 8px;
	position: relative;
	width: 200px;
}
.login_form .textarea{
	background-color: rgb(255, 255, 255);
	background-clip: padding-box;
	border: 1px solid rgba(26, 27, 32, 0.1);
	border-radius: 2px;
	height: 80px;
	margin-bottom: 8px;
	padding: 0px 8px;
	position: relative;
	width: 280px;
}
.login_form .select{
	background-color: rgb(255, 255, 255);
	background-clip: padding-box;
	border: 1px solid rgba(26, 27, 32, 0.1);
	border-radius: 2px;
	height: 40px;
	margin-bottom: 8px;
	padding: 0px 8px;
	position: relative;
	width: 298px;
}
.button{
	width: 296px;
	margin-top:30px;
	cursor: pointer;
}

.add_form  form {
	background-color: #fbe4d4;
	border-radius: 4px;
	display: block;
	padding: 60px 30px 40px;
	margin-left: 10px;
	margin-right: 20px;
	font-size: 0.8em !important;
	min-height:480px;
	height:auto;
}
.add_form h1{
	padding: 0 0 20px 0;
	margin-top:-30px;
	font-size: 30px;
	color:#ee8137;
}
.add_form  .input {
	background-color: rgb(255, 255, 255);
	background-clip: padding-box;
	border: 1px solid #ee8137;
	border-radius: 2px;
	height: 38px;
	margin-bottom: 8px;
	padding: 0px 8px;
	position: relative;
	width: 280px;
}
.add_form  .input2 {
	background-color: rgb(255, 255, 255);
	background-clip: padding-box;
	border: 1px solid #ee8137;
	border-radius: 2px;
	height: 24px;
	margin-bottom: 8px;
	padding: 0px 8px;
	position: relative;
	width: 230px;
}
.add_form  .btn {
	background-color: rgb(255, 255, 255);
	border: 1px solid #ee8137;
	border-radius: 2px;
	padding: 8px 0px 8px 20px;
	float:right;
	width: 80px;
	position:relative;
	top: -50px;
	color:#ee8137;
	font-weight:blod;
	font-size:20px;
	right:80px;
	cursor:pointer;
}

.add_form .textarea{
	background-color: rgb(255, 255, 255);
	background-clip: padding-box;
	border: 1px solid #ee8137;
	border-radius: 2px;
	height: 80px;
	margin-bottom: 8px;
	padding: 0px 8px;
	position: relative;
	width: 280px;
}
.add_form .select{
	background-color: rgb(255, 255, 255);
	background-clip: padding-box;
	border: 1px solid #ee8137;
	border-radius: 2px;
	height: 40px;
	margin-bottom: 8px;
	padding: 0px 8px;
	position: relative;
	width: 298px;
}
.add_form .select2{
	background-color: rgb(255, 255, 255);
	background-clip: padding-box;
	border: 1px solid #ee8137;
	border-radius: 2px;
	height: 26px;
	margin-bottom: 8px;
	padding: 0px 8px;
	position: relative;
	width: 248px;
}
.show_list  {
	background-color: #fbe4d4;
	border-radius: 4px;
	padding: 30px 30px 40px 30px;
	min-height:300px;
	height:auto;
	position:relative;
	width:auto;
}
.request div {
    width:auto;
	border: 1px solid #3507aa;
	color:#3507aa;
}
.request h1 {
	color:#3507aa;
	padding: 30px 1px 10px 1px;
	font-size:20px;
}
.request h3 {
	color:#3507aa;
	padding: 5px 1px 5px 1px;
	font-size:16px;
}
.request div span{
	color:#3507aa;
	display: table-cell;
	border-right: 1px solid #3507aa;
	padding: 5px 1px 5px 1px;
	font-size:14px;
}
.head_request{
	font-weight: bold;
}
.request div div:nth-child(even) {
	background: #CCC;
	padding:5px;
}
.request div div:nth-child(odd) {
	background: #FFF;
	padding:5px;
}
.rows {
	display:  table;
	width:auto;
	background-color:#eee;
	border:1px solid  #ee8137;
	border-spacing:1px;/*cellspacing:poor IE support for  this*/
   /* border-collapse:separate;*/
}
.rows div {
	display:table-row;
    width:auto;
}
.rows span{
	display: table-cell;
	border: 1px solid #ee8137;
	padding: 5px 1px 5px 1px;
	font-size:12px;
	width:150px;
	//background-color:#ccc;
}
.rows span:first-child{
	min-width:10px;
}
.rows div:first-child{
	background-color:#ccc;
}
.btn_edit{
	padding: 2px 5px 2px 5px;
	background-color:#6EA50C;
	border: 1px solid #ee8137;
	font-weight:bold;
	color:#fff;
	cursor: pointer;
	border-radius: 4px;
	text-decoration:none;
}
.btn_del{
	padding: 2px 5px 2px 5px;
	background-color: #F50;
	border: 1px solid #ee8137;
	font-weight:bold;
	color:#fff;
	cursor: pointer;
	border-radius: 4px;
	text-decoration:none;
}
.btn_tag{
	padding: 2px 5px 2px 5px;
	background-color: #008CC9;
	border: 1px solid #039;
	font-weight:bold;
	color:#fff;
	cursor: pointer;
	border-radius: 2px;
	text-decoration:none;
}
.show_details{
	background-color: #FBE4D4;
	border-radius: 4px;
	padding: 30px 30px 40px;
	min-height: 300px;
	height: auto;
	font-family:Helvetica, Arial, sans-serif;
}
.show_details h1{
	padding: 0 0 20px 0;
}
.details {
	display:  table;
	width:100%;
	border-spacing:1px;/*cellspacing:poor IE support for  this*/
    /* border-collapse:separate;*/
}
.details div {
	display: table-cell; 
	width:100%;
	border-left: 1px solid #fff;
}
.details span{
	display:block;
	border-bottom: 1px solid #fff;
	padding: 5px;
	font-size:14px;
	
}
.details_machine{
	display: table; 
	width:100%;
}
.color_bk {
	font-weight:bold;
	background:#ccc;
	padding:5px;
}
.details_machine span{
	display: table-cell; 
	border: 1px solid #ee8137;
	padding:5px;
}
.details_machine span:nth-child(1){
	min-width:50px;
}
.details_machine span:nth-child(2){
	min-width:100px;
}
.details_machine span:nth-child(3){
	min-width:100px;
}
.details_machine span:nth-child(4){
	min-width:180px;
}
.details_machine span:nth-child(5){
	min-width:100px;
}
.details_machine span:nth-child(6){
	min-width:80px;
}
.details_machine span:nth-child(7){
	min-width:80px;
}
.details_machine span:nth-child(8){
	min-width:60px;
}
.details_contact{
	display: table; 
	width:100%;
}
.details_contact span{
	display: table-cell; 
	border: 1px solid #ee8137;
	padding:5px;
}
.details_contact span:nth-child(1){
	min-width:260px;
}
.details_contact span:nth-child(2){
	min-width:200px;
}
.details_contact span:nth-child(3){
	min-width:200px;
}
.details_contact span:nth-child(4){
	min-width:140px;
}
.title{
	background-color:#ccc;
}
.msg {
	background-color:#a5f9c6;
	color:#38965d;
	position:relative;
	z-index:100;
	font-size:20px;
	padding:5px 30px 5px 50px;
	border: 1px solid #38965d;
}
.err {
	background-color:#f8adae;
	color:#f32527;
	position:relative;
	z-index:100;
	font-size:20px;
	padding:5px 30px 5px 50px;
	border: 1px solid #f32527;
}
#off{
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	
}
.add_raport{
	display: table; 
	width:100%;
	border-collapse: collapse;
	
}
.add_raport input[type="checkbox"]{
	display:inline;
	float:left !important;
	width:15px !important;
}
.add_raport label{
	vertical-align:-4px;
}
.add_raport input[type="radio"]{
	display:inline;
	float:left !important;
	width:50px !important;
}
.add_raport ul {
	display: table-row; 
	width:100%;
	border:1px solid #ee8137;
	color:#00477a;
	font-weight:bold;
}
.add_raport li {
	display: table-cell; 
	float:left;
	width:30%;
	padding:5px;
}
.add_raport h1{
	color:#f32527;
	font-size:20px;
	margin-bottom:20px;
}
.add_raport input{
	background-color: rgb(255, 255, 255);
	background-clip: padding-box;
	border: 1px solid #ee8137;
	border-radius: 2px;
	height: 20px;
	margin-bottom:2px;
	padding: 0px 8px;
	position: relative;
	width: 200px;
}
.add_raport select {
	background-color: rgb(255, 255, 255);
	background-clip: padding-box;
	border: 1px solid #ee8137;
	border-radius: 2px;
	height: 23px;
	margin-bottom:2px;
	padding: 0px 8px;
	position: relative;
	width: 217px;
}
.add_raport textarea {
	background-color: rgb(255, 255, 255);
	background-clip: padding-box;
	border: 1px solid #ee8137;
	border-radius: 2px;
	height: 80px !important;
	margin-bottom:2px;
	padding: 0px 8px;
	position: relative;
	width: 200px;
}
.add_request{
	display: table; 
	width:100%;
	border-collapse: collapse;
	
}
.add_request div {
	display: table-cell; 
	float:left;
	width:30%;
	padding:5px;
	color:#00477a;
	font-weight:bold;
}
.add_request h1{
	color:#f32527;
	font-size:20px;
	margin-bottom:20px;
}
.add_request input[type="checkbox"]{
	display:inline;
	float:left !important;
	width:15px !important;
}
.add_request label{
	vertical-align:-4px;
}
.add_request input{
	background-color: rgb(255, 255, 255);
	background-clip: padding-box;
	border: 1px solid #ee8137;
	border-radius: 2px;
	height: 20px;
	margin-bottom:2px;
	padding: 0px 8px;
	position: relative;
	width: 200px;
}
.add_request select {
	background-color: rgb(255, 255, 255);
	background-clip: padding-box;
	border: 1px solid #ee8137;
	border-radius: 2px;
	height: 23px;
	margin-bottom:2px;
	padding: 0px 8px;
	position: relative;
	width: 217px;
}
.add_request textarea {
	background-color: rgb(255, 255, 255);
	background-clip: padding-box;
	border: 1px solid #ee8137;
	border-radius: 2px;
	height: 60px;
	margin-bottom:2px;
	padding: 0px 8px;
	position: relative;
	width: 200px;
}
.defect, .stare, .accesorii {
	min-width: 765px !important;
	height: 40px !important;
}
.finish_raport {
	display: table; 
	width:100%;
	border-collapse: collapse;
	border:1px solid #ee8137;
}
.finish_raport .ul {
	display: table-row; 
	width:100%;
	color:#00477a;
	font-weight:bold;
}
.finish_raport .li {
	display: table-cell; 
	float:left;
	padding:5px;
}
.finish{
	min-width: 765px !important;
	height: 80px !important;
}
.finish_raport h1{
	color:#f32527;
	font-size:20px;
	margin-bottom:20px;
}
.finish_raport h2{
	color:#f32527;
	font-size:15px;
	margin-left:10px;
}
.finish_raport .input1{
	background-color: rgb(255, 255, 255);
	background-clip: padding-box;
	border: 1px solid #ee8137;
	border-radius: 2px;
	height: 20px;
	margin-bottom:2px;
	padding: 0px 8px;
	position: relative;
	width: 200px;
}
.finish_raport .input2{
	background-color: rgb(255, 255, 255);
	background-clip: padding-box;
	border: 1px solid #ee8137;
	border-radius: 2px;
	height: 20px;
	margin-bottom:2px;
	padding: 0px 8px;
	position: relative;
	width: 70px;
}
.finish_raport select {
	background-color: rgb(255, 255, 255);
	background-clip: padding-box;
	border: 1px solid #ee8137;
	border-radius: 2px;
	height: 23px;
	margin-bottom:2px;
	padding: 0px 8px;
	position: relative;
	width: 217px;
}
.finish_raport textarea {
	background-color: rgb(255, 255, 255);
	background-clip: padding-box;
	border: 1px solid #ee8137;
	border-radius: 2px;
	height: 80px;
	margin-bottom:2px;
	padding: 0px 8px;
	position: relative;
	width: 200px;
}
.add_new_row{
	padding: 2px 5px 2px 5px;
	background-color:#6EA50C;
	border: 1px solid #ee8137;
	font-weight:bold;
	color:#fff;
	cursor: pointer;
	border-radius: 4px;
	text-decoration:none;
	width:100px;
	display: inline;
}
.dell_row{
	padding: 2px 5px 2px 5px;
	background-color: #F50;
	border: 1px solid #ee8137;
	font-weight:bold;
	color:#fff;
	cursor: pointer;
	border-radius: 4px;
	text-decoration:none;
	width:100px;
	display: inline;
}
.total{
	padding-left:624px;
	color:#00477a;
	font-weight:bold;
	vertical-align:center;
}
.icon-search {
	font-size:20px;
	color:#ee8137;
	background-color: #fff;
	padding:8px 12px 11px 12px;
	border-radius: 4px;
	border: 1px solid #ee8137;
	cursor: pointer;
	display:inline-block;
}
.bonuri{
	display:table;
}
.bonuri div {
	display: table-row; 
	border: 1px solid #ee8137;
	padding:8px;
}
.bonuri span {
	padding:8px;
	border: 1px solid #ee8137;
}
.icon-image{
	font-size:20px;
	text-decoration: none;
}
.image{
	position:absolute;
	left:0;
	margin-right:-100%;
	z-index:10;
	
}
.solicitari{
	display:table-cell;
	border: 1px solid #ee8137;
	min-width:438px;
}
.solicitari p{
	font-size:15px;
	font-weight: normal;
	line-height: 140%;
}
.show_pdf p{
	
}

/* CSS for menu */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
 margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
}
#cssmenu ul ul {
  display: none;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 15px 20px;
  border-left: 1px solid #00477a;
  border-right: 1px solid #00477a;
  border-top: 1px solid #00477a;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background: #0074c6;
  background: -webkit-linear-gradient(#0074c6, #0065ad);
  background: -moz-linear-gradient(#0074c6, #0065ad);
  background: -o-linear-gradient(#0074c6, #0065ad);
  background: -ms-linear-gradient(#0074c6, #0065ad);
  background: linear-gradient(#0074c6, #0065ad);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
  color: #ffffff;
  background: #0065ad;
  background: -webkit-linear-gradient(#0065ad, #005693);
  background: -moz-linear-gradient(#0065ad, #005693);
  background: -o-linear-gradient(#0065ad, #005693);
  background: -ms-linear-gradient(#0065ad, #005693);
  background: linear-gradient(#0065ad, #005693);
}
#cssmenu > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #00477a;
}
#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
  border-bottom: 1px solid #00477a;
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #ffffff;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#cssmenu ul ul li a {
  cursor: pointer;
  border-bottom: 1px solid #a7391e;
  border-left: 1px solid #a7391e;
  border-right: 1px solid #a7391e;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #ffffff;
  background: #d24826;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background: #c54424;
  color: #ffffff;
}
#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul ul li a {
  padding-left: 30px;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #a7391e;
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#cssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #ffffff;
}

/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/

ul.simple-pagination {
	list-style: none;
}

.simple-pagination {
	display: block;
	overflow: hidden;
	padding: 0 5px 5px 0;
	margin: 0;
}

.simple-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.simple-pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

/*------------------------------------*\
	Compact Theme Styles
\*------------------------------------*/

.compact-theme a, .compact-theme span {
	float: left;
	color: #333;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #AAA;
	border-left: none;
	min-width: 14px;
	padding: 0 7px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

.compact-theme a:hover {
	text-decoration: none;
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* IE10+ */
	background: linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* W3C */
}

.compact-theme li:first-child a, .compact-theme li:first-child span {
	border-left: 1px solid #AAA;
	border-radius: 3px 0 0 3px;
}

.compact-theme li:last-child a, .compact-theme li:last-child span {
	border-radius: 0 3px 3px 0;
}

.compact-theme .current {
	background: #bbbbbb; /* Old browsers */
	background: -moz-linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbbbbb), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* W3C */
	cursor: default;
}

.compact-theme .ellipse {
	background: #EAEAEA;
	padding: 0 10px;
	cursor: default;
}

/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/

.light-theme a, .light-theme span {
	float: left;
	color: #666;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #BBB;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

.light-theme a:hover {
	text-decoration: none;
	background: #FCFCFC;
}

.light-theme .current {
	background: #666;
	color: #FFF;
	border-color: #444;
	box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
	cursor: default;
}

.light-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}

/*------------------------------------*\
	Dark Theme Styles
\*------------------------------------*/

.dark-theme a, .dark-theme span {
	float: left;
	color: #CCC;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #222;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background: #555; /* Old browsers */
	background: -moz-linear-gradient(top, #555 0%, #333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555), color-stop(100%,#333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #555 0%,#333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #555 0%,#333 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #555 0%,#333 100%); /* IE10+ */
	background: linear-gradient(top, #555 0%,#333 100%); /* W3C */
}

.dark-theme a:hover {
	text-decoration: none;
	background: #444;
}

.dark-theme .current {
	background: #222;
	color: #FFF;
	border-color: #000;
	box-shadow: 0 1px 0 rgba(255,255,255,0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	cursor: default;
}

.dark-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}

@keyframes anim-rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
.spinner {
	display: inline-block;
	font-size:4em;
	height: 1em;
	line-height: 1;
	margin: .5em;
	animation: anim-rotate 2s infinite linear;
	color: #ee8137;
	text-shadow: 0 0 .25em rgba(255,255,255, .3);
}
.spinner--steps {
	animation: anim-rotate 1s infinite steps(8);
}
.spinner--steps2 {
	animation: anim-rotate 1s infinite steps(12);
}




