/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles                                                                 
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

@media screen {

  body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
    color: #000000;
  }
  
  h2 {
    color: #eb5c00;
    margin-bottom: 0;
  }
  
  h4 {
    color: #eb5c00;
    margin-bottom: 10px;
  }
  
  h5 {
    color: #655c49;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
  }
  
  h5.moveUp {
    margin-top: -10px;
  }
  
  h6 {
    color: #655c49;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
  }
  
  button {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 25px;
    height: 25px;
    background-color: #e8e6e0;
    -moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
    border: 0;
    color: #655c49;
    font-weight: bold;
    text-shadow: #f5f4f1 1px 1px 0;
    cursor: pointer;
  } 
  
  button.ACTIVE {
    background-color: #eb5c00;
    color: #ffffff;
    text-shadow: #e25102 -1px -1px 0; 
  } 
  
  button:hover {
    background-color: #008dcb;
    color: #ffffff;
    text-shadow: #008dcb -1px -1px 0; 
  } 
  
  button.ACTIVE:hover {
    background-color: #eb5c00;
    color: #ffffff;
    text-shadow: #e25102 -1px -1px 0; 
  }
  
  button.vDisabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
     -moz-opacity:0.5;
  	 -khtml-opacity: 0.5;
    cursor: auto;
  }
  
  button.xDisabled {
    opacity: 0;
    filter: alpha(opacity=0);
     -moz-opacity:0;
  	 -khtml-opacity: 0;
    cursor: auto;
  }
  
  button.vDisabled:hover {
    background-color: #e8e6e0;
    color: #655c49;
    text-shadow: #f5f4f1 1px 1px 0;
  }
  
  button.redButton {
    color: #cc0000;
  }
  
  input, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
  }
  
  textarea {
    width: 95%;
  }
  
  .bold {
    font-weight: bold;
  }

  .formRequired, .formOtherJobRole {
    font-weight: bold;
    color: #cc0000;
    cursor: pointer;
  }
  
  .formDescription {
    display: block;
    font-size: 11px;
    color: #999999; 
    margin-bottom: 5px;
  }
  
  .formDescriptionNone {
    display: block;
    font-size: 1px;
    line-height: 1px;
    color: #999999; 
    margin-bottom: 5px;
  }
  
  .errorLabel {
    color: #eb5c00;
  }
  
  .countErrorLabel {
    color: #cc0000;
    font-weight: bold;
  }
  
  .infoLabel {
    color: #008dcb;
  }
  
  a:link, a:visited, a:active {
    color: #3c83bb;
    text-decoration: none; }
  
  a:hover {
    color: #000; 
  }
   
  .mb05 {
    margin-bottom: 5px;
  }
  
  .mt10 {
    margin-top: 10px;
  }
  
  .mb10 {
    margin-bottom: 10px;
  }
  
  .mtb10 {
    margin: 10px 0px;
  }
   
  #header {
    height: 130px;
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
    background: transparent url('images/logo.png') no-repeat 0px 5px;
  }
  
  #mainMenu {
    overflow: hidden;
    margin-bottom: 5px;
    display: block;
    border-bottom: solid 1px #eb5c00;
  }
  #mainMenu li {
    display: inline; 
  }
  
  #mainMenu li a {
    display: block;
    float: left;
    width: 158px; 
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #e8e6e0;
    color: #655c49;
    font-weight: bold;
    text-shadow: #f5f4f1 1px 1px 0;
    border-radius: 3px 3px 0 0;
    margin-right: 1px;
  }
  
  #mainMenu li a.ACTIVE { 
    background-color: #eb5c00;
    color: #ffffff;
    text-shadow: #e25102 -1px -1px 0; 
  }
  
  #mainMenu li a:hover {
    background-color: #008dcb;
    color: #ffffff;
    text-shadow: #008dcb -1px -1px 0; 
  }
  
  #mainMenu li a.ACTIVE:hover {
    background-color: #eb5c00;
    color: #ffffff;
    text-shadow: #e25102 -1px -1px 0; 
  }
  
  #mainMenu li.mSpacer {
    display: block;
    float: left;
    width: 158px; 
    height: 25px;
    background-color: transparent !important;
    margin: 0;
  }
  
  #mainMenu li.mSpacer.mSeqn6, #mainMenu li.mSpacer.mSeqn12, #mainMenu li.mSpacer.mSeqn18, #mainMenu li.mSpacer.mSeqn24 {
    margin-right: 0 !important;
    width: 155px !important;
  }
  
  #mainMenu li.mSeqn6 a, #mainMenu li.mSeqn12 a, #mainMenu li.mSeqn18 a, #mainMenu li.mSeqn24 a {
    margin-right: 0 !important;
    width: 155px !important;
  }
  
  #mainMenu li.mSeqn7 a,
  #mainMenu li.mSeqn8 a,
  #mainMenu li.mSeqn9 a,
  #mainMenu li.mSeqn10 a,
  #mainMenu li.mSeqn11 a,
  #mainMenu li.mSeqn12 a,
  #mainMenu li.mSeqn13 a,
  #mainMenu li.mSeqn14 a,
  #mainMenu li.mSeqn15 a,
  #mainMenu li.mSeqn16 a,
  #mainMenu li.mSeqn17 a,
  #mainMenu li.mSeqn18 a,
  #mainMenu li.mSeqn19 a,
  #mainMenu li.mSeqn20 a,
  #mainMenu li.mSeqn21 a,
  #mainMenu li.mSeqn22 a,
  #mainMenu li.mSeqn23 a,
  #mainMenu li.mSeqn24 a {
    margin-top: 1px;
  }
  
  #headerCrumbTrail {
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: block;
    border-bottom: 1px dashed #e8e6e0;
    font-weight: bold;
  }
  
  #headerCrumbTrail .crumbSeparator {
    position: relative;
    top: -2px;
  }
  
  #sideMenu {
    overflow: hidden;
    margin-bottom: 15px;
  }
  
  #sideMenu li {
    margin: 0px 0px 1px 0px;
    background-color: #e8e6e0;
    border-radius: 3px;
  }
  
  #sideMenu li.ACTIVE {
    background-color: #e25102;
  }
  
  #sideMenu li:hover {
    background-color: #008dcb;
  }
  
  #sideMenu li.ACTIVE:hover {
    background-color: #e25102;
  }
  
  #sideMenu li a {
    display: block;
    color: #655c49;
    font-weight: bold;
    width: 100%; 
    height: 25px;
    line-height: 25px;
    text-align: left;
    margin-left: 10px;
    text-shadow: #f5f4f1 1px 1px 0;
  }
  
  #sideMenu li a.ACTIVE {
    color: #ffffff;
    text-shadow: #e25102 -1px -1px 0; 
  }
  
  #sideMenu li a:hover {
    color: #ffffff;
    text-shadow: #008dcb -1px -1px 0; 
  }
  
  #sideMenu li a.ACTIVE:hover {
    color: #ffffff;
    text-shadow: #e25102 -1px -1px 0; 
  }
  
  #sideMenu li.mSpacer {
    background-color: transparent !important;
  }
  
  .mHidden, .mHidden a {
    display: none !important;
  }
  
  footer {
    clear: both;  
  }
    
  #footerLinks {
    border-bottom: solid 1px #eb5c00;
    vertical-align: bottom;
  }
  
  #footerMenu {
    margin-top: 22px;
  }
  
  #footerImage {
    height: 45px; 
    background: transparent url('images/logo-small-ukces.png') no-repeat top right;
  }
  
  #footerCopy {
    margin-top: 10px;
    color: #999999;
  }
  
  #footerPartner {
    
  }
  
  #footerPartner a {
    display: inline-block;
    height: 31px;
    width: 75px; 
    margin-left: 3px;
    background: transparent url('images/logo-small-improve.png') no-repeat top right;
  }
  
  #footerMerisis {
    margin-top: -12px;  
  }
  
  footer a:link, footer a:visited, footer a:active {
    color: #ff6600;
    text-decoration: none; }
  
  footer a:hover {
    color: #eb5c00; 
  }
  
  .right {
    text-align: right;
  }
  
  .floatRight {
    float: right;
  }
  
  .left {
    text-align: left;
  }
  
  .floatLeft {
    float: left;
  }
  
  .centre {
    text-align: center;
  }
    
  .socialLink {
    margin: 0;
  }
  
  .socialLink a {
    display: block;
    padding: 3px 0 3px 22px; 
  }
  
  .socialLinkTwitter {
    background: url("images/icons/twitter.png") no-repeat 0 50%; 
  }
  
  .socialLinkFacebook {
    background: url("images/icons/facebook.png") no-repeat 0 50%; 
  }
  
  .socialLinkLinkedin {
    background: url("images/icons/linkedin.png") no-repeat 0 50%; 
  }
  
  .socialLinkVimeo {
    background: url("images/icons/vimeo.png") no-repeat 0 50%; 
  }
  
  .socialLinkFlickr {
    background: url("images/icons/flickr.png") no-repeat 0 50%; 
  }
  
  .debug1 {
    background-color: #ffccff;
  }
  
  .debug2 {
    background-color: #ccffcc;
  }
  
  .debug3 {
    background-color: #ff99cc;
  }
  
  .debug4 {
    background-color: #99cccc;
  }
  
  .competencyCard {
    background-color: #f6f6f6;
    border: 1px solid #999999;
    border-radius: 3px;
  }
  
  .competencyCard input[type='radio'] {
    background-color: #f6f6f6;
    border: 0;
  }
  
  .competencyCard .inner {
    margin: 10px;
  }

  #competencyScoreBox {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
  }
  
  .compQuest {
    text-indent: 10px;
  }

  .innerFix {
    position: relative;
    left: -22px;
  }
  
  #competencyFrameworks a { white-space:normal !important; height: auto; }
  #competencyFrameworks li > ins { vertical-align:top; }
  #competencyFrameworks .jstree-hovered, #demo4 .jstree-clicked { border:0; }
  
  /* #Page Styles
  ================================================== */
  
  #headerInfoContainer {
    height: 165px;
    padding-top: 10px;
    
  }
  
  #headerApplicationContainer {
  }
  
  #userWelcome {
    font-weight: bold;
    color: #999999;
    margin: 2px 0px 5px 5px;
  }
  
  #headerApplicationContainer .top{
    border-bottom: 1px dashed #e8e6e0;
  }
  
  #headerApplicationContainer .bottom{
    padding: 5px 0px;
  }
  
  #headerUserLogoContainer {
    border-left: 1px dashed #e8e6e0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
  	box-sizing: border-box;         /* Opera/IE 8+ */ 
  }
  
  #headerUserLogoContainer div {
    height: 130px;
    width: 175px;
    margin-left: 5px;
    margin-top: -5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
  }
    
  #IMOR011-CURRENTLOGO div {
    height: 300px;
    width: 300px;
    margin-bottom: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
  }
  
  #mainContentContainer {
    background-color: #ffffff;
  }       
  
  #mainContentButtons, #dialogContentButtons {
    margin: 10px 0px;
  }
  
  #sideMenuContainer {
    min-height: 200px;  
  }
  
  #sideMenuContainer .inner {
    border-right: 1px dashed #e8e6e0;
    padding: 0px 10px 0px 0px;  
    height: 100%;
  }
  
  #rightMenuContainer {
    min-height: 200px;    
  }
  
  #rightMenuContainer div.row {
    border-left: 1px dashed #e8e6e0;
    border-top: 1px dashed #e8e6e0;
    margin: 0px 0px 20px 0px;
    padding: 0 !important; 
  }
  
  #rightMenuContainer div.row.first {
    border-top: 0;
  }
    
  #rightMenuContainer div.row .inner {
    margin: 10px 0px 0px 10px;
    padding: 0 !important;
  }
  
  #rightMenuContainer div.row.first .inner {
    margin: 10px 0px 0px 10px;
    padding: 0 !important;
  }
  
  .loginDiv {
    margin: 100px 0px 40px 0px;
  }
  
  .changePasswordDiv {
    margin: 60px 0px 30px 0px;
  }
  
  .mainBox {
    border: 1px solid #eb5c00;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
  	box-sizing: border-box;         /* Opera/IE 8+ */ 
    border-radius: 3px;
    margin-bottom: 10px;
  }
  
  .mainBox .inner {
    margin: 5px 10px;
  }
  
  .compareSlot {
    display: block;
    border: 1px dashed #999999;
    color: #999999;
    font-weight: bold;
    border-radius: 3px;
    padding: 5px;
    margin: 5px 0px;
  }
  
  .compareSlotTaken {
    display: block;
    border: 1px dashed #000000;
    color: #000000;
    font-weight: bold;
    border-radius: 3px;
    padding: 5px;
    margin: 5px 0px;
  }
  
  /* #Media Queries
  ================================================== */
  
  	/* Smaller than standard 960 (devices and browsers) */
  	@media only screen and (max-width: 959px) {}
  
  	/* Tablet Portrait size to standard 960 (devices and browsers) */
  	@media only screen and (min-width: 768px) and (max-width: 959px) {}
  
  	/* All Mobile Sizes (devices and browser) */
  	@media only screen and (max-width: 767px) {}
  
  	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  	@media only screen and (min-width: 480px) and (max-width: 767px) {}
  
  	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  	@media only screen and (max-width: 479px) {}
  
  
  /* #Font-Face
  ================================================== */
  /* 	This is the proper syntax for an @font-face file
  		Just create a "fonts" folder at the root,
  		copy your FontName into code below and remove
  		comment brackets */
  
  /*	@font-face {
  	    font-family: 'FontName';
  	    src: url('../fonts/FontName.eot');
  	    src: url('../fonts/FontName.eot?iefix') format('eot'),
  	         url('../fonts/FontName.woff') format('woff'),
  	         url('../fonts/FontName.ttf') format('truetype'),
  	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
  	    font-weight: normal;
  	    font-style: normal; }
  */
  
  /* jGrowl */
  .jErrorOrig, .jInfoOrig {
  	display: none;
  }
  ul, ol, dl {
  	list-style: none;
  }
  ul.normal {
  	list-style: disc outside none;
  }

  ul.normal li {
  	margin-left: 25px;
  }

  div.jGrowl {
  	padding: 10px;
  	z-index: 9999;
  	color: #ffffff;
  }
  body > div.jGrowl {
  	position: fixed;
  }
  body > div.jGrowl.top-left {
  	left: 0px;
  	top: 105px;
  }
  body > div.jGrowl.top-right {
  	right: 0px;
  	top: 105px;
  }
  body > div.jGrowl.bottom-left {
  	left: 0px;
  	bottom: 0px;
  }
  body > div.jGrowl.bottom-right {
  	right: 0px;
  	bottom: 0px;
  }
  body > div.jGrowl.center {
  	bottom: 0px;
  	left: 33%;
  	width: 34%;
  }
  div.jGrowl-closer {
  	margin: 5px;
  	padding: 5px 10px;
  	background-color: #eeeeee;
  	border: 2px solid #000066;
  	border-radius: 5px;
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	text-align: center;
  }
  div.jGrowl-notification {
  	margin: 5px;
  	padding: 5px 10px;
  }
  
  /* Error Growls */
  div.jGrowl div.jError {
  	background-color: #efefef;
  	border: 2px solid #cc0000;
  	border-radius: 5px;
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  }
  div.jGrowl div.jError div.jGrowl-close {
  	color: #cc0000;
    float: right;
  	font-weight: bold;
  	cursor: pointer;
  }
  div.jGrowl div.jError div.jGrowl-header {
  	color: #cc0000;
  	font-weight: bold;
  }
  div.jGrowl div.jError div.jGrowl-message {
    color: #000000;
    margin: 10px 0px 5px 0px;
  	font-weight: normal;
  }      
  .jErrorLabel {
    color: #cc0000;
  }
  
  /* Warning Growls */
  div.jGrowl div.jWarn {
  	background-color: #efefef;
  	border: 2px solid #eb5c00;
  	border-radius: 5px;
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  }
  div.jGrowl div.jWarn div.jGrowl-close {
  	color: #eb5c00;
    float: right;
  	font-weight: bold;
  	cursor: pointer;
  }
  div.jGrowl div.jWarn div.jGrowl-header {
  	color: #eb5c00;
  	font-weight: bold;
  }
  div.jGrowl div.jWarn div.jGrowl-message {
    color: #000000;
    margin: 10px 0px 5px 0px;
  	font-weight: normal;
  }   
  .jWarnLabel {
    color: #eb5c00;
  }
  
  /* Info Growls */
  div.jGrowl div.jInfo {
  	background-color: #efefef;
  	border: 2px solid #008dcb;
  	border-radius: 5px;
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  }
  div.jGrowl div.jInfo div.jGrowl-close {
    color: #008dcb;
  	float: right;
  	font-weight: bold;
  	cursor: pointer;
  }
  div.jGrowl div.jInfo div.jGrowl-header {
  	color: #008dcb;
  	font-weight: bold;
  }
  div.jGrowl div.jInfo div.jGrowl-message {
    color: #000000;
    margin: 10px 0px 5px 0px;
  	font-weight: normal;
  }
  .jInfoLabel {
    color: #008dcb;
  }
  
  .clickable {
    cursor: pointer;
  }
  
  /* DataTable Styles */
  
  .dataTables_wrapper tbody .expCol {
  	display: block;
  	width: 18px;
  	height: 18px;
    padding: 0;
    margin: 0;
  }
  
  .dataTables_wrapper thead th.expCol {
  	width: 18px;
  	height: 18px;
  }
  
  .dataTables_wrapper tfoot th.expCol {
  	width: 18px;
  }
  
  .dataTables_wrapper .expander {
  	cursor: pointer;
  }
  
  .dataTables_wrapper .expanded {
  	display: block;
  	background: transparent url('images/detailsClose.png') no-repeat center center;
  	width: 18px;
  	height: 18px;
  }
  
  .dataTables_wrapper .collapsed {
  	display: block;
  	background: transparent url('images/detailsOpen.png') no-repeat center center;
  	width: 18px;
  	height: 18px;
  }
  
  table {
    width: 100%;
  }
  
  .dataTables_wrapper {
  	clear: both;
    width: 100%;
  }
  
  .dataTables_wrapper .dataTables_empty {
  	text-align: center;
  }
  
  .dataTables_wrapper .dataTables_processing {
  	position: absolute;
  	top: 150px;
  	left: 50%;
  	width: 450px;
  	margin-left: -125px;
  	border: 2px solid #eb5c00;
  	text-align: center;
  	padding: 40px;
  	background: #c5d7ea;
  	border-radius: 11px;
  	-webkit-border-radius: 11px;
  	-moz-border-radius: 11px;
  }
  
  .dataTables_wrapper div.top {
   display: block;
   margin: 10px 0px 10px 0px;
   float: right;
  }
  
  .dataTables_wrapper div.bottom {
   display: block;
   margin: 10px 0px 10px 0px;
   float: right;
   clear: both;
  }
  
  .dataTables_wrapper table {
  	width: 100%;
    margin: 0;
  }
  
  .dataTables_wrapper td {
  	padding: 2px 5px;
  	vertical-align: top;
    line-height: 16px;
  	white-space: nowrap;
    border: 1px solid #ffffff;
  }
  
  .dataTables_wrapper td.wrapping {
    white-space: normal;
  }
  
  .dataTables_wrapper th {
    color: #655c49;
    font-weight: bold;
  	text-align: center;
  	vertical-align: middle;
  	padding: 0px 5px 15px 5px;
  	white-space: nowrap;
  }
  
  .dataTables_wrapper thead tr th {
    border-bottom: 1px solid #655c49;
  }
  
  .dataTables_wrapper thead tr.search {
  	background-color: #e8e6e0;
  }
  
  .dataTables_wrapper thead tr.search th {
  	text-align: center;
    vertical-align: bottom;
  	padding: 3px 2px 5px 2px;
    border: 0;
    border-top: 1px solid #655c49;
  }
  
  .dataTables_wrapper thead tr.edit th {
  	text-align: left;
    vertical-align: middle;
  	padding: 3px 2px 5px 2px;
    border: 0;
    border-top: 1px solid #655c49;
    border-bottom: 1px solid #655c49;
  }

  .dataTables_wrapper thead tr.edit2 th {
  	text-align: left;
    vertical-align: middle;
  	padding: 3px 2px 5px 2px;
    border: 0;
    border-top: 1px solid #655c49;
  }

  .dataTables_wrapper thead tr.edit2a th {
    border-top: 0;
    border-bottom: 1px solid #655c49;
  }
  
  .dataTables_wrapper thead tr th input, .dataTables_wrapper thead tr th select {
    width: 90%;
  }
  
  .dataTables_wrapper thead tr th input[type='checkbox'] {
  	margin: 4px 0 0 0;
  	padding: 0;
    width: auto;
  }
  
  .dataTables_wrapper thead tr.edit {
  	background-color: #ffffff;
  }
  
  .dataTables_wrapper tfoot tr th {
  	height: 0px;
  	font-size: 0px;
  	line-height: 0px;
  	padding: 0;
  	margin: 0;
    border-bottom: 1px solid #655c49; 
  }
  
  .dataTables_wrapper .even {
    background-color: #f0f0f0;
  }
  
  .dataTables_wrapper .odd {
  	background-color: #fff3ec;
  }

  .dataTables_wrapper .groupStart {
    border-top: 5px solid #ffffff;
  }

  .dataTables_wrapper .groupEnd {
    border-bottom: 5px solid #ffffff;
  }
  
  .dataTables_wrapper .parentRow {
    
  }
  
  .dataTables_wrapper .tripleTable .parentRow {
    background-color: #f0f0f0;
  }
  
  .dataTables_wrapper .midRow {
    background-color: #eee3bb;
  }
  
  .dataTables_wrapper .midRow td {
    padding-left: 10px;
  }
  
  .dataTables_wrapper .subRow {
    background-color: #fff3bb;
  }
  
  .dataTables_wrapper .subRow td {
    padding-left: 10px;
  }
  
  .dataTables_wrapper .tripleTable .subRow td {
    padding-left: 20px;
  }
  
  .dataTables_wrapper .blank {
  	background-color: #eeeeee;
  }
  
  .dataTables_wrapper .changedRow, .dataTables_wrapper .changedRow:hover {
    background-color: #eb5c00 !important;
  }
  
  .dataTables_wrapper tbody tr.even:hover, tbody tr.odd:hover {
    background-color: #adcbed;
  }
  
  .dataTables_wrapper .sorting_asc {
  	background: transparent url('images/sortUp.png') no-repeat bottom center;
  	cursor:pointer;
  }
  
  .dataTables_wrapper .sorting_desc {
   background: transparent url('images/sortDown.png') no-repeat bottom center;
   cursor:pointer;
  }
  
  .dataTables_wrapper .sorting {
   background: transparent url('images/sortBoth.png') no-repeat bottom center;
   cursor:pointer;
  }
  
  .dataTables_wrapper td.subRow {
    padding: 2px 5px 2px 15px;
  }
  
  /* Datatable Paginate Buttons */
  .paginate_button, .paginate_active {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    width: 25px;
    margin: 1px;
    text-align: center;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
  }
  
  .paginate_button_disabled {
     opacity: 0.25;
     filter: alpha(opacity=25);
     -moz-opacity:0.25;
  	 -khtml-opacity: 0.25;
     cursor: auto;
  }
  
  .paginate_active, .paginate_active:hover {
    background-color: #eb5c00;
    color: #ffffff;
    text-shadow: #e25102 -1px -1px 0; 
  }
  
  .paginate_button {
    background-color: #e8e6e0;
    color: #655c49;
    text-shadow: #f5f4f1 1px 1px 0;
  } 
  
  .paginate_button:hover {
    background-color: #008dcb;
    color: #ffffff;
    text-shadow: #008dcb -1px -1px 0; 
  } 
  
  .paginate_button_disabled:hover {
    background-color: #e8e6e0;
    color: #655c49;
    text-shadow: #f5f4f1 1px 1px 0;
  }
  
  /* Other Style */
  .xHidden {
    display: none !important;
  }
      
  .sHidden {
    display: none;
  }    
  
  .oHidden {
    opacity: 0;
    filter: alpha(opacity=0);
     -moz-opacity:0;
  	 -khtml-opacity: 0;
  }
  
  .group:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Custom Combo Box */
  .custom-combobox {
    position: relative;
    display: inline-block;
  }
  .custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    /* support: IE7 */
    *height: 1.7em;
    *top: 0.1em;
  }
  .custom-combobox-input {
    margin: 0;
    padding: 0.3em;
  }
  
  .ui-datepicker-trigger {
    display: inline-block;
    margin: 0px 0px 0px 5px;
  }
  
  tr.oa1 td {
    text-decoration: line-through;
  }
  
  tr.oa1 td.actions {
    text-decoration: none;
  }
  
  /* Upload Progres Bar */
  #progress { width:100%; border: 1px solid #ddd; padding: 1px; border-radius: 3px; }
  #bar { width:0%; height:20px; border-radius: 3px; }
  #percent { margin-top: -18px; margin-left: 48%;}
  
  .barProgress { background-color: #008dcb; }
  .barSuccess { background-color: #00ff00; }
  .barFail { background-color: #ff0000;}
  
  .parentRow {
    font-weight: bold;
  }
  
  tr.subRow {
    font-weight: normal;
  }
  
  td.subRow {
    padding-left: 15px;
  }

  .markerS{
    display: block;
    position: absolute;
    vertical-align: middle;
    background: transparent url('images/personS.png') no-repeat center center;
    height: 16px;
    width: 16px;
    margin-top: -2px;
    margin-right: 1px;
    margin-left: 0px;
  }

  .markerL{
    display: block;
    position: absolute;
    vertical-align: middle;
    background: transparent url('images/personL.png') no-repeat center center;
    height: 16px;
    width: 16px;
    margin-top: -2px;
    margin-right: 1px;
    margin-left: 16px;
  }

  .markerPD{
    display: block;
    position: absolute;
    vertical-align: middle;
    background: transparent url('images/personPD.png') no-repeat center center;
    height: 16px;
    width: 16px;
    margin-top: -2px;
    margin-right: 1px;
    margin-left: 32px;
  }

  .markerPR{
    display: block;
    position: absolute;
    vertical-align: middle;
    background: transparent url('images/personPR.png') no-repeat center center;
    height: 16px;
    width: 16px;
    margin-top: -2px;
    margin-right: 1px;
    margin-left: 48px;
  }

  .markerDR{
    display: block;
    position: absolute;
    vertical-align: middle;
    background: transparent url('images/personDR.png') no-repeat center center;
    height: 16px;
    width: 16px;
    margin-top: -2px;
    margin-right: 1px;
    margin-left: 64px;
  }

  .dialogActions {
    float: right;
  }

  .graphObject {
    border: 1px solid #eb5c00;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
  	box-sizing: border-box;         /* Opera/IE 8+ */
    border-radius: 3px;
    margin: 0px 10px 10px 0px;
    width: 48%;
    float: left;
  }

  .graphObject .inner {
    margin: 5px;
  }

}

@media print {

  * {
      -webkit-print-color-adjust: exact;
      print-color-adjust: exact;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 12px;
    color: #000000;
    background: transparent;
    margin: 0;
    padding: 0;
  }
  
  #header {
    height: 130px;
    width: 100%;
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
    background: transparent url('images/logo-print.png') no-repeat 0px 5px;
  }
  
  #mainMenu,
  #sideMenuContainer,
  #headerInfoContainer,
  #headerCrumbTrail, 
  #footerLinks,
  #footerPartner,
  #merisisButtons {
    display: none !important;
  }
  
  h1          { display: none; }
  h2          { display: none; }
  h4          { display: inline-block; font-size: 13pt; line-height: 15pt; margin-top: 0pt; margin-bottom: 10pt; }
  h5          { display: inline-block; font-size: 11pt; line-height: 13pt; margin-top: 15pt; margin-bottom: 10pt; }
  h6          { display: inline-block; font-size: 11pt; line-height: 13pt; margin-top: 15pt; margin-bottom: 10pt; }
  p, td, th   { font-size: 10pt; line-height: 12pt;}

  p {
    margin-bottom: 10px;
  }

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

  a[href^=http]:after {
    content:" <" attr(href) "> ";
  }
 
  button {
    display: none !important;
  }
  
  img {
    max-width: 100% !important;
  }
  
  header:before {
    display: block;
    text-align: center;
    content: "Thank you for printing content from the 'Training Needs Analysis Tool' which can be found at http://tnat.live.improve.merisis.com/";
    margin-bottom: 10px;
    border: 1px solid #bbb;
    padding: 3px 5px;
    font-style: italic;
  }

  .containerDialog:before {
    display: block;
    text-align: center;
    content: "Thank you for printing content from the 'Training Needs Analysis Tool' which can be found at http://tnat.live.improve.merisis.com/";
    margin-bottom: 10px;
    border: 1px solid #bbb;
    padding: 3px 5px;
    font-style: italic;
  }

  .competencyCard {
    background-color: #f6f6f6;
    border: 1px solid #999999;
    border-radius: 3px;
  }
  
  .competencyCard .inner {
    margin: 10px;
  }
  
  .mb05 {
    margin-bottom: 5px;
  }
  
  .mt10 {
    margin-top: 10px;
  }
  
  .mb10 {
    margin-bottom: 10px;
  }
  
  .mtb10 {
    margin: 10px 0px;
  }
  
  label {
  	display: block;
  	font-weight: bold;  
  }
  
  input[type='file'] {
   display: none;
  }
  
  #progress, #bar, #percent { display: none; }
  
  table {
    width: 100%;
    border: 1px solid #000000;
    border-collapse: collapse;
  }

  tr, td, th {
    border: 1px solid #000000;
    border-collapse: collapse;
    white-space: nowrap;
  }

  .wrapping {
    white-space: normal;
  }

  td {
    padding: 3px 5px 2px 2px;
  }

  thead tr        { background-color: #bbbbbb; }
  thead tr.edit   { display: none; }
  thead tr.search { display: none; }
  tfoot           { display: none; }

  tr.parentRow    { font-weight: bold; }
  tr.parentRow td { background-color: #cccccc; }
  tr.midRow       { text-indent: 5px; }
  tr.midRow td    { background-color: #dddddd; }
  tr.subRow       { text-indent: 10px; }

  textarea {
    width: 100%;
  }
  
}

@media print, screen {

  td.number, th.number {
  	text-align: right;
  }

  .noPad {
  	padding: 0;
  	margin: 0;
  }

  .actions              { cursor: default; }
  .action               { display: inline-block; background-image: url('images/actions.png'); background-repeat: no-repeat; height: 18px; width: 18px; cursor: pointer; }
  .action.spacer        { background-image: none; cursor: default; }

  .action.update        { background-position: 0px 0px; }
  .action.copy          { background-position: -19px 0px; }
  .action.delete        { background-position: -38px 0px; }
  .action.addRow        { background-position: -57px 0px; }
  .action.clearRow      { background-position: -76px 0px; }
  .action.blueprint1    { background-position: -95px 0px; }
  .action.blueprint0    { background-position: -95px -95px; cursor: default; }
  .action.blueprint     { background-position: -95px -95px; cursor: default; }
  .action.documents     { background-position: -114px 0px; }
  .action.documents0    { background-position: -114px 0px; }
  .action.documents1    { background-position: -133px 0px; }
  .action.information1  { background-position: -152px 0px; }
  .action.information0  { background-position: -152px 95px; cursor: default; }
  .action.information   { background-position: -152px 95px; cursor: default; }
  .action.tick1         { background-position: -169px 0px; }
  .action.tick0         { background-position: -169px -95px; cursor: default; }
  .action.tick          { background-position: -169px -95px; cursor: default; }
  .action.saveRow       { background-position: -169px 0px; }
  .action.cancelRow     { background-position: -187px 0px; }
  .action.cross         { background-position: -187px -95px; cursor: default; }
  .action.cross0        { background-position: -187px -95px; cursor: default; }
  .action.cross1        { background-position: -187px 0px; }
  .action.competencies1 { background-position: -207px 0px; }
  .action.competencies0 { background-position: -207px -95px; cursor: default; }
  .action.competencies  { background-position: -207px -95px; cursor: default; }
  .action.errors         { background-position: -152px -0px; cursor: default; }

  .action.noClick       { cursor: default; }

  .fileIcon             { display: inline-block; background-image: url('images/fileIcons.png'); background-repeat: no-repeat; height: 18px; width: 18px; cursor: default; }

  .fileIconIMAGE        { background-position: -6px -6px; }
  .fileIconMOVIE        { background-position: -31px -6px; }
  .fileIconLINK         { background-position: -56px -6px; }
  .fileIconOTHER        { background-position: -80px -6px; }
  .fileIconSOUND        { background-position: -105px -6px; }

  .fileIconWORD         { background-position: -6px -26px; }
  .fileIconPDF          { background-position: -31px -26px; }
  .fileIconPPT          { background-position: -56px -26px; }
  .fileIconEXCEL        { background-position: -80px -26px; }
  .fileIconZIP          { background-position: -105px -26px; }

}
