.Staging_class, .Staging_class a
{
	color: #ffffff ! important;
	background-color: #72BF44;
}

.Current_class, .Current_class a
{
	color: #ffffff ! important;
	background-color: #EA5441;
}

.Archived_class, .Archived_class a
{
	color: #ffffff;
	background-color: #16499a;	
}

.SetArchived_class
{
	color: #ffffff;
	background-color: #16499a;	
}

.SetStaging_class
{
	color: #ffffff;
	background-color: #72BF44;		
}

.SetCurrent_class
{
	color: #ffffff;
	background-color: #f07400;			
}

.Delete_class
{
	color: #ffffff;
	background-color: #EA5441;		
}

.Open_class
{
	color: #ffffff;
	background-color: #444444;		
}

.menuicon
{
	height: 15px;
}

.headericon
{
	height: 40px;
}

.routemodule
{
	display: block;
	position: relative;
}

.triple-height
{
	height: 150px ! important;
}

.nobullet
{
	list-style-type: none;
}

.subtitle
{
	display: block;
}

.addbutton
{
	margin: 15px 0 15px 0;

}

.recursivearray
{
	table-layout: fixed ! important;

}

.recursivearray TD
{
	vertical-align: top;
	border-style: none ! important;
	border-width: 1px ! important;

}

.sortplaninputfield
{
	width: 200px;
}

.sortingcode_instructions
{
	font-weight: normal ! important;
	font-size: 75% ! important;
	width: 450px;
}

.sortingcode_buttons
{
	width: 300px;
	text-align: center;
}

.closebutton
{
	background-color: #EA5441;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.floatbottom
{	
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 400px;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	background-color: #ffffff;
	padding: 10px;
	margin: 0;
	border-radius: 5px;
	/*z-index: 300;*/
}

.contentdescriptiondialog
{
	display: block;
	width: 50vw ! important; 
	height: 70vh ! important;
	box-shadow: 5px 10px #888888;
	background-color: #ffffff;
}

.sequence_text
{
font-size: 1vh;
}

#sortplanfieldarea LI 
{
	font-weight: bold;
}

.grabarea
{
	cursor: move;
	display: block;
	background-color: #cccccc;
	height: 4vh;
	width: 100%;
}

.over160
{
	display: none;
}

.module
{
	display: table;
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
}

.column, .wscolumn
{
	display: table-cell;
	width: 100%;
	position: relative;
}

.wscolumn
{
	background-image: url("./img/OCRunit.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 66% auto;
}

.row
{
	display: table-row;
	height: 3.5vh ! important;
	width: 100%;
}

.cell
{
	display: table-cell;
	width: 100%;
	height: 3.5vh ! important;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	position: relative;
	text-align: center;
	vertical-align: middle;
}

.active_cell
{
	background-color: #ff6a00;
	color: #ffffff;
	cursor: pointer;
}

.empty_cell
{
	background-color: #888888;
	color: #ffffff;
	cursor: pointer;
}

.manually_added
{
	color: #009900;
}

.sortplanitems
{
	padding: 5px;
}

.sortplanitems .label
{
	white-space: normal ! important;
	margin: 5px ! important;
	display: inline-block; 
	font-size: 12px;
}

.sequence
{
	cursor: move;
}

.label-orange {
  background-color: #ff6a00;
}

.btn-orange {
  color: #ffffff;
  background-color: #ff6a00;
  border-color: #ff6a00;
}

.btn.disabled {
    pointer-events: auto;
}

.removed TD
{
	background-color: #ffcccc ! important;
	color: #990000 ! important;
}

.removed TD A
{
	color: #990000 ! important;
}

.rotate {
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

.multitime
{
	font-size: 11px;
	text-align: center;
	padding: 10px 0px 5px 0px ! important;
	height: 40px;

}

.label-purple {
  background-color: #5202e2;
}

.btn-purple {
  color: #ffffff;
  background-color: #5202e2;
  border-color: #5202e2;
}

.reporttable TD, .reporttable TH
{
	font-size: 12px;
}

.hascontent
{
	background-color: #aaffaa;
}

.selectedimage
{
	border-color: #ff0000;
	border-width: 2px;
	border-style: solid;
}

.added
{
	background-color: #5cb85c;
}

.deleted
{
	background-color: #d9534f ! important;
}

.ajaxresult TABLE
{
display: block;
border-width: 1px;
border-style: solid;
border-color: #aaaaaa;
border-radius: 10px;
padding: 10px;
}

.ajaxresult TD
{
border-width: 0;
border-style: none;
}


.scrollablelist
{
	height: 35vh;
	overflow: auto;
}

.small
{
	width: 25% ! important;
}

.medium
{
	width: 50% ! important;
}

.fixme
{
	border-color: #ff0000 ! important;
	
}

.mandatory, .mandatory_fake
{
	/*border-width: 2px ! important;*/
	/*border-color: #888888 ! important;*/
	background-color: #ffffaa ! important;
}

.good
{
	background-color: #aaffaa ! important;
}

.error
{
	background-color: #ffaaaa ! important;
}

.resultrow
{
	cursor: pointer;
}

.resultrow:hover, .resultrow:hover A
{
	background-color: #aaaaaa;
	color: #ffffff;
}

.sortplanDIV 
{ 
list-style-type: none; 
padding: 3px; 
width: 100%;/*8vw; */
height: 6vh; 
border-style:solid; 
border-width: 1px; 
border-color: #cccccc;
border-radius: 3px;
margin: 1px; 
overflow: auto;
z-index: 3;
}

.sortplanDIV li 
{ 
margin: 3px 3px 3px 0; 
padding: 0px; 
float: left; 
/*clear: left;*/
width: 55%; 
height: 2vh; 
font-size: 1vh; 
text-align: center;
border-radius: 3px;
}

.sortplanDIV li SPAN
{ 
display: none;
}
  
#addresshierarchyDIV  {
    border: 1px solid #eee;
    width: 9vw;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: right;
	margin-right: 5vw;
  }
#addresshierarchyDIV li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    width: 10vw;
border-radius: 3px;
  }
  

.addressrow
{
margin-right: 5px;
padding: 10px;
}

.stat_divider
{
	width: 100vw;
	table-layout: fixed;
}

.stat_divider TD
{
	height: 5vh;
}

.small TD
{
font-size: 11px;
}

.inputerror
{
	background-color: #ffcccc ! important;
}

.selected
{
	background-color: #e77f0e;
	color: #ffffff;
}

.selected A
{
	color: #ffffff;
}

#stat TH
{
	margin-top: 10px;	
	padding-top: 10px;	
}

.minifield
{
	font-size: 8px;
	border-style: none;
	height: 1.3vh;
	width: 2vw;
	display: block;
	position: relative;
	float: right;
	margin: 0px;
	background-color: #aaaaaa;
	color: #ffffff;
	border-radius: 4px;
	text-align: center;
	margin: 1px;
}

.miniselect
{
	font-size: 9px;
	height: 16px;
	width: 60px;
	display: block;
	position: relative;
	float: right;
	margin: 0px;
	border-style: solid;
	border-color: #aaaaaa;
	border-width: 1px;
}

.boxcount
{
	font-size: 10px;
	float: left;
	/*border-color: #666666;
	border-width: 1px;
	border-style: solid;
	color: #666666;
	border-radius: 3px;
	padding: 1px;
	width: 14px;*/
	text-align: center;
	color: #666666;
}

.sortingcodelabel
{
		cursor: move;
		margin: 3px;
}

.missing
{
	height: 60px;
	background-color: #ffcccc;	
	
}

.missing .sortingcodelabel
{
		cursor: move;
		width: 100px ! important;
		margin: 4px;
		/*display: inline block;*/
		float: left;
		position: relative;
}

.occupied
{
	background-color: #ccffcc;	
}

.drop-hover
{
	background-color: #cccccc;
}

.bin
{
	height: 30px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
}

.tinytable
{
	border-spacing: 1px;
    border-collapse: separate;
	background-color: #ffffff;
	border-width: 1px ! important;
	
}

.tinytable TR
{
	border-width: 0px ! important;
	border-width: 0px ! important;
	padding: 4px ! important ;
	margin: 1px ! important;
	height: 15px ! important;
}

.tinytable TH
{
	border-width: 0px ! important;
	padding: 4px ! important;
	margin: 1px ! important;
	font-size: 11px;
	height: 15px ! important;
	line-height: 11px;
}

.tinytable TD
{
	border-width: 0px ! important;
	padding: 4px ! important;
	margin: 1px ! important;
	font-size: 11px;
	height: 15px ! important;
	line-height: 11px;
}

.tiny
{
	font-size: 10px;
	cursor:pointer;
}

.mainmenubar
{
	padding: 0px;
	/*background-color: #b3b3b3;*/
	margin: 0px;
	}

.mainmenubar TD
{
	padding: 10px;
	color: #ffffff;
	font-size: 18px;
	color: #000000;
	}

.mainmenubar TD A
{
	color: #000000;
	}
	
.mainmenu_selected
{
	font-size: 18px;
	background-color: #fead54;
}

.mainmenu_selected A
{
	color: #ffffff ! important;
}

.maintable
{
	background-image: url("../img/main_bg2.png");
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding:0px;
}

.toprow
{
	padding: 0px;	
	color: white;
	font-size: 16px;
}

.toprow A
{
	color: white;
}

.content
{
	padding: 30px;
	height: 1000px;
}

.search
{
	padding: 20px 0px 20px 0px;
}

.searchfield
{
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	height: 30px;
	width: 300px;
	font-size: 22px;
	margin: auto;
}

.searchbutton
{
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	height: 30px;
	margin: auto;
}



body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #e8e8e8;
	padding-top: 0px;

}


.addresslist tr:nth-child(even) {background: #eeeeee}
.addresslist tr:nth-child(odd) {background: #FFF}


.titles
{
		width: 155px ! important;
		height: 40px;
}

.options
{
	font-size: 10px;
}

.login
{
	margin: auto ! important;
	position: relative;
	float: center;
	left: 37%;
}

.user, .password
{
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	height: 30px;
	width: 300px;
	font-size: 22px;
	margin: auto;
}

.loginbutton
{
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	height: 30px;
	margin: auto;
	font-size: 15px;
	padding: 4px;
}

/****** TEKSTIN PERUSMUOTOILUT ******/
p {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	line-height:22px;
}
.teksti {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	line-height:22px;
}
td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	line-height:22px;
}
ul, li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	line-height:22px;
}
/****** MUUT ******/

hr {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9A9A9A;
	border-right-color: #9A9A9A;
	border-bottom-color: #9A9A9A;
	border-left-color: #9A9A9A;
}
.kuva {
	cursor : pointer;
}
/****** OTSIKKOTYYLIT ******/

h1 {
	font-family:"Lucida Sans", "Lucida Sans unicode", Arial;
	font-size:38px;
	color:#000000;
	margin:0;
	padding:0;
	line-height:42px;
	font-weight:normal;
}

h2 {
	font-family:"Lucida Sans", "Lucida Sans unicode", Arial;
	color:#000000;
	font-size:19px;
	font-weight:normal;
	margin:0;
	padding:0px 0px 10px 0px;
	line-height:22px;
}
h3 {
	font-family:"Lucida Sans", "Lucida Sans unicode", Arial;
	color: #000000;
	font-size:19px;
	font-weight:bold;
	margin:0;
	padding:0px 0px 10px 0px;
	line-height:22px;
}
h4 {
	font-family:"Lucida Sans", "Lucida Sans unicode", Arial;
	color: #000000;
	font-size:18px;
	font-weight:normal;
	margin:0;
	padding:0px 0px 5px 0px;
	line-height:22px;
}
h5 {
	font-family:"Lucida Sans", "Lucida Sans unicode", Arial;
	color: #000000;
	font-size:18px;
	font-weight:normal;
	margin:0;
	padding:0px 0px 5px 0px;
	line-height:22px;
}
h6 {
	font-family:"Lucida Sans", "Lucida Sans unicode", Arial;
	color: #000000;
	font-size:17px;
	font-weight:normal;
	margin:0;
	padding:0px 0px 5px 0px;
	line-height:22px;
}


a {
color:#000000;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

.addresslist TD
{
	padding: 5px;
	border-style: solid;
	border-width: 1px 1px 0px 0px;
	border-color: #cccccc;
}

.addresscard TD
{
	padding: 15px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #cccccc;
}

.phonenumberrulecard TD
{
	padding: 15px;
	border-width: 0px 0px 0px 0px ! important;
}


.actualloginbutton
{
	width: 100px;
	text-transform: uppercase;
}

.redirection
{
	border-style: solid;
	border-width: 1px 1px 0px 0px;
	border-color: #cccccc;
}

.redirection TD
{
	border-width: 0px;
	font-size: 13px;
	padding: 2px;
	border-style: solid;
	border-width: 0px 0px 1px 1px;
	border-color: #cccccc;
}

.titlebar TD
{
	height: 28px;
	padding: 0px 10px 0px 10px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #aaaaaa	;
	background-image: url("../img/titlebar_bg.jpg");
	background-repeat: repeat-x;
}

.calendar-box {
	z-index: 999;
	display:none;
	position:absolute;
	left: 45%;
	/*loat:left;*/
  padding: 19px;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: -300px;
  /*background-color: #f5f5f5;*/
  background-color: #cccccc;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);}
.calendar-box select.calendar-month {
	width:90px;
}
.calendar-box select.calendar-year {
	width:70px;
}
.calendar-box .calendar-cancel {
	width:100%;
	padding: 0px;
}
.calendar-box table td {
	width:14%;
	padding: 0px;
	font-size: 11px;
}
.calendar-box .calendar-title {
	text-align:center;
}
.calendar-box a {
	text-decoration:none;
}
.calendar-box .today a {
	padding:0 5px;
	margin-left:-5px;
	background-color:#ffe9c6;
} 
.calendar-box .selected a {
	padding:0 5px;
	margin-left:-5px;
	background-color:#c9ff8b;
}


.selected
{
	background-color: #e77f0e;
	color: #ffffff;
}

.selected A
{
	color: #ffffff;
}

#stat TH
{
	margin-top: 10px;	
	padding-top: 10px;	
}

.minifield
{
	font-size: 9px;
	height: 16px;
	width: 20px;
	display: block;
	position: relative;
	float: right;
	margin: 0px;
	border-style: solid;
	border-color: #aaaaaa;
	border-width: 1px;
}

.miniselect
{
	font-size: 9px;
	height: 16px;
	width: 60px;
	display: block;
	position: relative;
	float: right;
	margin: 0px;
	border-style: solid;
	border-color: #aaaaaa;
	border-width: 1px;
}

.boxcount
{
	font-size: 10px;
	float: left;
	/*border-color: #666666;
	border-width: 1px;
	border-style: solid;
	color: #666666;
	border-radius: 3px;
	padding: 1px;
	width: 14px;*/
	text-align: center;
	color: #666666;
}

.sortingcodelabel
{
		cursor: move;
		margin: 3px;
}

.missing
{
	height: 60px;
	background-color: #ffcccc;	
	
}

.missing .sortingcodelabel
{
		cursor: move;
		width: 100px ! important;
		margin: 4px;
		/*display: inline block;*/
		float: left;
		position: relative;
}

.occupied
{
	background-color: #ccffcc;	
}

.drop-hover
{
	background-color: #cccccc;
}

.bin
{
	height: 30px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
}

.tinytable
{
	border-spacing: 1px;
    border-collapse: separate;
	background-color: #ffffff;
	border-width: 1px ! important;
	
}

.tinytable TR
{
	border-width: 0px ! important;
	border-width: 0px ! important;
	padding: 4px ! important ;
	margin: 1px ! important;
	height: 15px ! important;
}

.tinytable TH
{
	border-width: 0px ! important;
	padding: 4px ! important;
	margin: 1px ! important;
	font-size: 11px;
	height: 15px ! important;
	line-height: 11px;
}

.tinytable TD
{
	border-width: 0px ! important;
	padding: 4px ! important;
	margin: 1px ! important;
	font-size: 11px;
	height: 15px ! important;
	line-height: 11px;
}

.tiny
{
	font-size: 10px;
	cursor:pointer;
}

.mainmenubar
{
	padding: 0px;
	/*background-color: #b3b3b3;*/
	margin: 0px;
	}

.mainmenubar TD
{
	padding: 10px;
	color: #ffffff;
	font-size: 18px;
	color: #000000;
	}

.mainmenubar TD A
{
	color: #000000;
	}
	
.mainmenu_selected
{
	font-size: 18px;
	background-color: #fead54;
}

.mainmenu_selected A
{
	color: #ffffff ! important;
}

.maintable
{
	background-image: url("../img/main_bg2.png");
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding:0px;
}

.toprow
{
	padding: 0px;	
	color: white;
	font-size: 16px;
}

.toprow A
{
	color: white;
}

.content
{
	padding: 30px;
	height: 1000px;
}

.search
{
	padding: 20px 0px 20px 0px;
}

.searchfield
{
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	height: 30px;
	width: 300px;
	font-size: 22px;
	margin: auto;
}

.searchbutton
{
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	height: 30px;
	margin: auto;
}



body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #e8e8e8;
	/*padding-top: 50px;*/
}

.addresslist
{
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
}

.addresslist tr:nth-child(even) {background: #eeeeee}
.addresslist tr:nth-child(odd) {background: #FFF}


.titles
{
		width: 155px ! important;
		height: 40px;
}

.options
{
	font-size: 10px;
}

.login
{
	margin: auto ! important;
	position: relative;
	float: center;
	left: 37%;
}

.user, .password
{
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	height: 30px;
	width: 300px;
	font-size: 22px;
	margin: auto;
}

.loginbutton
{
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	height: 30px;
	margin: auto;
	font-size: 15px;
	padding: 4px;
}

p {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	line-height:22px;
}
.teksti {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	line-height:22px;
}
td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	line-height:22px;
}
ul, li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	line-height:22px;
}

hr {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9A9A9A;
	border-right-color: #9A9A9A;
	border-bottom-color: #9A9A9A;
	border-left-color: #9A9A9A;
}
.kuva {
	cursor : pointer;
}
/****** OTSIKKOTYYLIT ******/

h1 {
	font-family:"Lucida Sans", "Lucida Sans unicode", Arial;
	font-size:38px;
	color:#000000;
	margin:0;
	padding:0;
	line-height:42px;
	font-weight:normal;
}

h2 {
	font-family:"Lucida Sans", "Lucida Sans unicode", Arial;
	color:#000000;
	font-size:19px;
	font-weight:normal;
	margin:0;
	padding:0px 0px 10px 0px;
	line-height:22px;
}
h3 {
	font-family:"Lucida Sans", "Lucida Sans unicode", Arial;
	color: #000000;
	font-size:19px;
	font-weight:bold;
	margin:0;
	padding:0px 0px 10px 0px;
	line-height:22px;
}
h4 {
	font-family:"Lucida Sans", "Lucida Sans unicode", Arial;
	color: #000000;
	font-size:18px;
	font-weight:normal;
	margin:0;
	padding:0px 0px 5px 0px;
	line-height:22px;
}
h5 {
	font-family:"Lucida Sans", "Lucida Sans unicode", Arial;
	color: #000000;
	font-size:18px;
	font-weight:normal;
	margin:0;
	padding:0px 0px 5px 0px;
	line-height:22px;
}
h6 {
	font-family:"Lucida Sans", "Lucida Sans unicode", Arial;
	color: #000000;
	font-size:17px;
	font-weight:normal;
	margin:0;
	padding:0px 0px 5px 0px;
	line-height:22px;
}


a {
color:#000000;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

.addresslist TD
{
	padding: 5px;
	border-style: solid;
	border-width: 1px 1px 0px 0px;
	border-color: #cccccc;
}

.addresscard TD
{
	padding: 15px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #cccccc;
}

.actualloginbutton
{
	width: 100px;
	text-transform: uppercase;
}

.redirection
{
	border-style: solid;
	border-width: 1px 1px 0px 0px;
	border-color: #cccccc;
}

.redirection TD
{
	border-width: 0px;
	font-size: 13px;
	padding: 2px;
	border-style: solid;
	border-width: 0px 0px 1px 1px;
	border-color: #cccccc;
}

.titlebar TD
{
	height: 28px;
	padding: 0px 10px 0px 10px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #aaaaaa	;
	background-image: url("../img/titlebar_bg.jpg");
	background-repeat: repeat-x;
}

.calendar-box {
	z-index: 999;
	display:none;
	position:absolute;
	left: 45%;
	/*loat:left;*/
  padding: 19px;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: -300px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);}
.calendar-box select.calendar-month {
	width:90px;
}
.calendar-box select.calendar-year {
	width:70px;
}
.calendar-box .calendar-cancel {
	width:100%;
	padding: 0px;
}
.calendar-box table td {
	width:14%;
	padding: 0px;
	font-size: 11px;
}
.calendar-box .calendar-title {
	text-align:center;
}
.calendar-box a {
	text-decoration:none;
}
.calendar-box .today a {
	padding:0 5px;
	margin-left:-5px;
	background-color:#ffe9c6;
} 
.calendar-box .selected a {
	padding:0 5px;
	margin-left:-5px;
	background-color:#c9ff8b;
}

.popover {
max-width: 800px;
width: auto;
}
