@charset "UTF-8";
/* Charset */
/* Import WebFonts */
@import "https://fonts.googleapis.com/css?family=Roboto:light,regular,medium,thin,italic,mediumitalic,bold";
/* Typography */
/* BASIC */
html, body {
  height: 100%; }

body, td {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  text-align: left; }

br {
  clear: both; }

a {
  color: #3e92d1;
  text-decoration: none; }

a:hover {
  color: #3366cc;
  text-decoration: underline; }

#divMainmenu a:hover {
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif; }

h1 {
  display: inline;
  font-size: 120%;
  color: #ffffff;
  font-weight: 500;
  cursor: default; }

h2 {
  display: inline;
  font-size: 105%;
  font-weight: 400;
  color: #000000; }

/* Sisältö ja ladataan */
#divLoading {
  position: absolute;
  visibility: visible;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000; }

#divBodyCont {
  visibility: hidden;
  height: 100%;
  overflow: hidden;
  margin: 0px;
  display: flex;
  	/*position: relative;
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      flex-flow: row wrap;
      justify-content: space-around;
  	
  	visibility: hidden;
  	left: 0px;
  	top: 0px;
  	width: 100%;
  	height: 100%; */ }

/* Flexbox sticky column */
.stickyColumn {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow-y: auto;
  padding: 1em;
  height: 100%; }

/* Flex */
.cssFlexbox {
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: row wrap;
  justify-content: left; }

.cssFlexbox .cssCol {
  flex: 1 1 50%; }

/* SideMenu */
#divSidemenu {
  flex-shrink: 0;
  flex-basis: 25%;
  min-width: 300px;
  	/*flex: 1;
  	flex-basis: 24%;
      margin: .5% 0;
  	min-width: 250px;*/
  /*position: fixed;
  top: 0px;
  width: 230px;
  height: 600px;
  z-index: 30;
  overflow: visible; */ }

/* Formfields */
form {
  margin: 0px; }

.clFormfield {
  box-sizing: border-box;
  border: solid 1px #ccc;
  width: 100%;
  background-color: #ffffff; }

input {
  font-family: "Roboto", sans-serif;
  font-size: 115%;
  font-weight: normal;
  background-color: #fff; }

textarea {
  font-family: "Roboto", sans-serif;
  font-size: 115%;
  font-weight: normal;
  background-color: #fff; }

select {
  font-family: "Roboto", sans-serif;
  font-size: 115%;
  font-weight: normal;
  background-color: #fff; }

option.archived {
  color: #999; }

.clButton {
  color: #000000;
  background-color: #f1f1f1;
  padding: 7px 10px;
  margin: 2px 1px 3px;
  border: 1px solid #e4e4e4;
  cursor: pointer; }

.clButton:hover {
  background-color: #f9f9f9; }

.clButtonSelected {
  color: #000000;
  background-color: #ffffff;
  padding: 7px 10px;
  margin: 2px 1px 3px;
  border: 1px solid #d06565;
  cursor: pointer; }

.clFormfield_w20_with_borders {
  border: solid 1px #000044;
  width: 20px;
  background-color: #f9f9f9; }

.clFormfield_w20_with_borders_hilite {
  border: solid 1px #55a0d9;
  width: 20px;
  background-color: #f9f9f9; }

.clFormfield_w30_with_borders {
  border: solid 1px #000044;
  width: 30px;
  background-color: #f9f9f9; }

.clFormfield_w30_with_borders_hilite {
  border: solid 1px #55a0d9;
  width: 30px;
  background-color: #f9f9f9; }

.clFormfield_w40_with_borders {
  border: solid 1px #000044;
  width: 40px;
  background-color: #f9f9f9; }

.clFormfield_w40_with_borders_hilite {
  border: solid 1px #55a0d9;
  width: 40px;
  background-color: #f9f9f9; }

.clFormfield_w60_with_borders {
  border: solid 1px #000044;
  width: 60px;
  background-color: #f9f9f9; }

.clFormfield_w60_with_borders_hilite {
  border: solid 1px #55a0d9;
  width: 60px;
  background-color: #f9f9f9; }

.clFormfield_w70_with_borders {
  border: solid 1px #000044;
  width: 70px;
  background-color: #f9f9f9; }

.clFormfield_w70_with_borders_hilite {
  border: solid 1px #55a0d9;
  width: 70px;
  background-color: #f9f9f9; }

.clFormfield_w150_with_borders {
  border: solid 1px #000044;
  width: 150px;
  background-color: #f9f9f9; }

.clFormfield_w150_with_borders_hilite {
  border: solid 1px #55a0d9;
  width: 150px;
  background-color: #f9f9f9; }

.clFormfield_w180_with_borders {
  border: solid 1px #000044;
  width: 180px;
  background-color: #f9f9f9; }

.clFormfield_w180_with_borders_hilite {
  border: solid 1px #55a0d9;
  width: 180px;
  background-color: #f9f9f9; }

.clFormfield_w220_with_borders {
  border: solid 1px #000044;
  width: 220px;
  background-color: #f9f9f9; }

.clFormfield_w220_with_borders_hilite {
  border: solid 1px #55a0d9;
  width: 220px;
  background-color: #f9f9f9; }

.clFormfield_w350_with_borders {
  border: solid 1px #000044;
  width: 350px;
  background-color: #f9f9f9; }

.clFormfield_w350_with_borders_hilite {
  border: solid 1px #55a0d9;
  width: 350px;
  background-color: #f9f9f9; }

.clFormfield_w20_with_borders,
.clFormfield_w20_with_borders_hilite,
.clFormfield_w30_with_borders,
.clFormfield_w30_with_borders_hilite,
.clFormfield_w40_with_borders,
.clFormfield_w40_with_borders_hilite,
.clFormfield_w60_with_borders,
.clFormfield_w60_with_borders_hilite,
.clFormfield_w70_with_borders,
.clFormfield_w70_with_borders_hilite,
.clFormfield_w150_with_borders,
.clFormfield_w150_with_borders_hilite,
.clFormfield_w180_with_borders,
.clFormfield_w180_with_borders_hilite,
.clFormfield_w220_with_borders,
.clFormfield_w220_with_borders_hilite,
.clFormfield_w350_with_borders,
.clFormfield_w350_with_borders_hilite {
  box-sizing: border-box; }

/* Main menu */
#divMainmenu {
  width: 100%;
  background: #cfeaff; }

#divMainmenu ul {
  margin: 0;
  padding: 15px 0 0 0;
  list-style: none;
  border-bottom: 1px solid #ffffff;
  overflow: hidden; }

#divMainmenu ul li {
  display: inline-block;
  padding: 1em 1em;
  margin-left: 0.8em;
  background: #005f9e;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12); }

#divMainmenu ul li:hover {
  background: #0f5584; }

#divMainmenu a {
  color: #fff;
  font-size: 120%; }

/* Submenu */
#divSubmenu .clHeader {
  background-color: #2a90d4;
  line-height: 3em;
  text-indent: 1em; }

#divSubmenu .clContent {
  background-color: #f5f5f5;
  text-align: left; }

#divSubmenu .clFooter {
  height: .3em;
  background: #a9ddff; }

#divSubmenu ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border: none; }

#divSubmenu li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cccccc; }

#divSubmenu li a {
  display: block;
  padding: 10px 15px 10px;
  background-color: #f5f5f5;
  color: #000000;
  text-decoration: none;
  font-size: 115%; }

#divSubmenu li a:hover {
  background-color: #f9f9f9; }

/* Tabs */
.clTabs {
  height: 35px;
  clear: both;
  border-bottom: 1px solid #cccccc; }

.clTabs .clYellowTab {
  float: left;
  padding: 0 2em;
  font-size: 115%;
  color: #fff;
  text-align: center;
  line-height: 2.5em;
  background: #000;
  cursor: pointer;
  border-left: 1px solid #ffffff; }

.clTabs .clYellowTab a {
  color: #fff; }

.clTabs .clYellowTab a:hover {
  text-decoration: none; }

.clTabs .clYellowTabActive {
  float: left;
  padding: 0 2em;
  font-size: 115%;
  color: #000;
  text-align: center;
  line-height: 2.5em;
  cursor: default;
  background-color: #ffbc00; }

.clTabs .clYellowTabActive a {
  color: #fff; }

.clTabs .clYellowTabActive a:hover {
  text-decoration: none; }

.clGreyTab {
  float: right;
  width: auto;
  font-size: 115%;
  color: #777;
  text-align: center;
  line-height: 1.5em;
  cursor: pointer;
  background: #f5f5f5;
  border-right: 5px solid #fff;
  padding: 5px 15px; }

.clGreyTab a {
  color: #777; }

/* Status bar */
#divStatus_bar {
  text-align: left;
  width: 100%;
  height: 35px;
  padding: 9px 10px 0;
  background: #cfeaff;
  border-top: 1px solid #bbbbbb; }

#divStatus_bar .clMessage1 {
  float: left; }

#divStatus_bar .clMessage2 {
  float: left;
  padding-left: 15px; }

#divStatus_bar .clMessage3 {
  float: left;
  padding-left: 15px; }

#divStatus_bar .clMessage4 {
  float: right;
  text-align: right;
  padding-left: 15px;
  padding-right: 15px; }

/* Login box */
#divLogin_container {
  width: 100%;
  text-align: center; }

#divLogin {
  width: 400px;
  margin: 200px auto 0;
  text-align: left; }

#divLogin .clHeader {
  background-image: url(../images/base/bg_login_header.gif);
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 46px; }

#divLogin .clHeader .clHeading {
  padding-top: 8px;
  padding-left: 8px; }

#divLogin .clContent {
  background-image: url(../images/base/bg_login.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left top;
  overflow: hidden;
  width: 100%; }

#divLogin .clFooter {
  background-image: url(../images/base/bg_login_footer.gif);
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 24px;
  padding-top: 7px;
  padding-left: 8px; }

/* Message/error prompt */
#divMessage_container {
  width: 100%;
  text-align: center; }

#divMessage {
  width: 400px;
  margin: 200px auto 0;
  text-align: left; }

#divMessage .clHeader {
  background-image: url(../images/base/bg_login_header.gif);
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 46px; }

#divMessage .clHeader .clHeading {
  padding-top: 8px;
  padding-left: 8px; }

#divMessage .clContent {
  background-image: url(../images/base/bg_login.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left top;
  overflow: hidden;
  width: 100%; }

#divMessage .clFooter {
  background-image: url(../images/base/bg_login_footer.gif);
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 24px;
  padding-top: 7px;
  padding-left: 8px; }

/* Main box */
#divMain {
  flex-basis: 75%;
  	/*flex: 1;
  	flex-basis: 74%;
      margin: .5%;*/ }

#divMain .clHeader {
  background-color: #2a90d4;
  line-height: 3em;
  text-indent: 1em; }

#divMain .clHeaderColorSec {
  background-color: #2f77a7; }

#divMain .clHeader .clLeft {
  float: left;
  height: 27px;
  padding-left: 15px;
  line-height: 2.5em; }

#divMain .clHeader .clRight {
  float: right;
  height: 27px;
  width: 118px;
  background-image: url(../images/base/bg_main_header_bar_end.gif);
  background-repeat: no-repeat;
  background-position: right 0; }

#divMain .clContent {
  width: 100%;
  background-color: #ffffff; }

#divMain .clFooter {
  width: 100%;
  height: 1em;
  background: #ffffff; }

#divMain .clFooter .clMainFooterRight {
  display: none; }

/* Left box */
#divLeft {
  padding: 10px 0px 25px; }

#divLeft .clHeader {
  background-color: #2a90d4;
  line-height: 3em;
  text-indent: 1em; }

#divLeft .clContent {
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
  padding: 10px 0px; }

#divLeft .clFooter {
  height: .3em;
  background: #a9ddff; }

/* Box */
.clBox {
  background-color: #fff;
  float: left;
  width: auto;
  overflow: hidden;
  border: solid 1px #c8ccd6;
  margin-right: 12px;
  margin-bottom: 15px; }

.clBox .clBoxHeader {
  height: 25px;
  margin: 2px;
  border: solid 1px #c8ccd6;
  background-image: url(../images/base/silver_header_bg.gif);
  background-repeat: repeat-x;
  background-attachment: scroll;
  font-weight: bold;
  line-height: 2.3em;
  text-indent: 10px; }

.clBox .clBoxContent {
  overflow: hidden;
  margin: 7px; }

/* Main normal row (3 column)*/
.clMain_normal_row {
  overflow: hidden;
  clear: both; }

.clMain_normal_row .clCol1 {
  width: 160px;
  float: left;
  padding: 3px; }

.clMain_normal_row .clCol2 {
  width: 400px;
  float: left;
  padding: 3px; }

.clMain_normal_row .clCol3 {
  width: 20px;
  float: left;
  padding: 3px; }

/* Left normal row (3 column)*/
.clLeft_normal_row {
  box-sizing: border-box;
  clear: both;
  width: 100%;
  padding: 10px 10px 0;
  overflow: hidden; }

.clLeft_normal_row .clCol1 {
  width: 30%;
  float: left;
  font-size: 115%; }

.clLeft_normal_row .clCol2 {
  width: 70%;
  float: left; }

.clLeft_normal_row .clCol3 {
  width: 20px;
  float: left; }

/* Margins and paddings */
.clPadding_1px {
  padding: 1px; }

.clPadding_2px {
  padding: 2px; }

.clPadding_13px {
  padding: 13px; }

.clPadding_20px {
  padding: 20px; }

/* Foldout */
#divCont {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff; }

#divCont .clFooter {
  position: absolute;
  width: 100%;
  height: auto;
  background: #fff; }

#divCont .clTop {
  position: absolute;
  width: 100%;
  background-color: #fff;
  padding-top: 4px; }

#divCont .clSub {
  overflow: hidden;
  position: absolute;
  width: 100%; }

.clTop .clFoldout_heading {
  width: 100%;
  height: 27px;
  color: #ffffff;
  background-image: url(../images/foldout/top_background.png);
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: left top;
  margin-bottom: 1px;
  padding: 1px 0 0 1px;
  cursor: default; }

.clTop .clFoldout_heading a {
  color: #ffffff; }

.clTop .clFoldout_heading .clFoldout_col0 {
  float: left;
  width: 15px;
  height: 24px; }

.clTop .clFoldout_heading .clFoldout_col1 {
  float: left;
  margin-left: 2px;
  width: 36px;
  height: 24px;
  cursor: pointer; }

.clTop .clFoldout_heading .clFoldout_col2 {
  float: left;
  width: 30%;
  height: 24px;
  padding: 4px 0 0 2px;
  background-image: url(../images/foldout/heading_2.png);
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: left top;
  cursor: pointer;
  font-weight: 400;
  line-height: 14px; }

.clTop .clFoldout_heading .clFoldout_col3 {
  float: left;
  width: 18px;
  height: 24px;
  background-image: url(../images/foldout/heading_2.png);
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: left top;
  cursor: pointer; }

.clTop .clFoldout_heading .clFoldout_col4 {
  float: left;
  width: 60px;
  height: 24px;
  padding: 4px 0 0 2px;
  background-image: url(../images/foldout/heading_2.png);
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: left top;
  cursor: pointer; }

.clTop .clFoldout_heading .clFoldout_col5 {
  float: left;
  width: 19px;
  height: 24px; }

.clTop .clFoldout_heading .clFoldout_col6 {
  float: left;
  height: 24px;
  padding: 2px 10px 0 5px; }

.clTop .clFoldout_heading .clFoldout_col7 {
  float: left;
  height: 24px;
  padding: 3px 0 0 0; }

.clTop .clFoldout_heading .clFoldout_col8 {
  float: left;
  color: #555;
  line-height: 2em;
  margin-left: 25px; }

.clSub .clFoldout_contents {
  overflow: hidden;
  padding: 10px 20px 8px;
  background-color: #ffffff;
  margin-bottom: 5px; }

/* Help popup */
.clHelpPopup {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  visibility: hidden;
  border: solid 2px #c8ccd6; }

.clHelpPopup .clIcon {
  float: right; }

/* FILE LIST BOX */
#divFileList {
  width: 100%;
  margin-top: 15px;
  border: solid 1px #c8ccd6; }

#divFileList .sortableFileRow {
  margin: 1em 0; }

#divFileList .clHeader {
  height: 25px;
  border-bottom: solid 1px #c8ccd6;
  background-image: url(../images/base/silver_header_bg.gif);
  background-repeat: repeat-x;
  background-attachment: scroll;
  color: #555;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 2em;
  font-size: 120%;
  text-indent: 10px; }

#divFileList .clContents {
  padding: 4px 10px 10px; }

#divFileList .clRowHeader {
  clear: both;
  margin-top: 6px;
  background-color: #f5f5f5;
  line-height: 1.7em;
  text-indent: 6px;
  border-top: 1px solid #c8ccd6;
  border-right: 1px solid #c8ccd6;
  border-left: 1px solid #c8ccd6;
  border-bottom-style: none;
  font-family: "Roboto", sans-serif;
  font-size: 12px; }

#divFileList .clRowHeaderDisabled {
  clear: both;
  margin-top: 6px;
  background-color: #ffcccc;
  line-height: 1.7em;
  text-indent: 6px;
  border-top: 1px solid #c8ccd6;
  border-right: 1px solid #c8ccd6;
  border-left: 1px solid #c8ccd6;
  border-bottom-style: none;
  font-family: "Roboto", sans-serif; }

#divFileList .clContents .clRow1 {
  clear: both;
  height: 70px;
  background-color: #f8f8f8;
  border: solid 1px #c8ccd6; }

#divFileList .clContents .clRow2 {
  clear: both;
  height: 70px;
  background-color: #ffffff;
  border: solid 1px #c8ccd6; }

#divFileList .clRowFooter {
  clear: both;
  padding: 2px;
  background-color: #f5f5f5;
  text-align: right;
  border-top: none;
  border-right: 1px solid #c8ccd6;
  border-left: 1px solid #c8ccd6;
  border-bottom: 1px solid #c8ccd6;
  font-family: "Roboto", sans-serif; }

#divFileList .clColThumbnail {
  float: left;
  width: 70px;
  height: 65px;
  text-align: center;
  padding: 5px 5px 0px 5px;
  border-right: dotted 1px #cccccc; }

#divFileList .clColType {
  float: left;
  width: 60px;
  height: 65px;
  text-align: center;
  padding: 5px 5px 0;
  border-right: dotted 1px #cccccc; }

#divFileList .clColDescription {
  float: left;
  width: 270px;
  height: 65px;
  padding: 5px 5px 0;
  border-right: dotted 1px #cccccc; }

#divFileList .clColTools {
  float: right;
  height: 65px;
  padding: 5px 5px 0; }

/* For clearing floating divs */
.clClear {
  clear: both;
  margin-top: -1px;
  height: 1px;
  overflow: hidden; }

/* Toimitilat.fi portal specific - view object */
/* Subpage Object Box */
#divObjectBox {
  float: left;
  width: 530px;
  margin-bottom: 15px;
  border: solid 1px #c8ccd6; }

#divObjectBox .clHeader {
  width: 526px;
  height: 32px;
  margin-right: 2px;
  margin-left: 2px;
  background-image: url(../images/base/box_blue_title_bg.png);
  background-repeat: repeat-x;
  background-attachment: scroll;
  color: #ffffff;
  font-weight: bold;
  line-height: 2.5em;
  text-indent: 20px; }

#divObjectBox .clContent {
  width: 530px;
  overflow: hidden; }

#divObjectBox .clFooter {
  width: 530px;
  overflow: hidden; }

#divObjectBox .clObjectDataRow {
  clear: both;
  width: 500px;
  padding-top: 8px;
  padding-left: 10px; }

#divObjectBox .clObjectDataRow .clTitle {
  float: left;
  width: 160px;
  font-weight: bold; }

#divObjectBox .clObjectDataRow .clText {
  float: left;
  width: 330px; }

#divObjectBox .clObjectDataRow2 {
  clear: both;
  padding-top: 5px;
  padding-left: 10px; }

#divObjectBox .clObjectDataRow2 .clTitle {
  float: left;
  width: 145px;
  font-weight: bold; }

#divObjectBox .clObjectDataRow2 .clText {
  float: left; }

#divObjectBox .clObjectDataContactRow {
  clear: both;
  margin-bottom: 8px; }

.clObjectThumbs {
  float: left;
  margin-top: 5px;
  margin-right: 2px; }

.clObjectMap {
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
  border: solid 1px #c8ccd6; }

.clObjectTypeLine {
  clear: both;
  line-height: 1.5em; }

.clObjectTypeLine .clType {
  float: left;
  width: 150px; }

.clObjectTypeLine .clSize {
  float: left;
  width: 100px;
  text-align: right; }

/* Messenger item, height 18px */
.clMessengerItem {
  height: 18px;
  padding-right: 5px;
  padding-top: 5px; }

.clMessengerItem .clLeft {
  float: left;
  width: 18px;
  height: 18px; }

.clMessengerItem .clMiddle {
  float: left;
  width: 180px;
  height: 18px;
  line-height: 1.5em;
  text-indent: 5px; }

.clMessengerItem .clMiddle a {
  font-weight: normal;
  color: #6D7586; }

.clMessengerItem .clMiddle a:hover {
  text-decoration: underline; }

.clMessengerItem .clRight {
  float: left;
  width: 5px;
  height: 18px; }

/* Object page file box */
#divFileBox {
  float: left;
  width: 200px;
  border: solid 1px #c8ccd6;
  margin-top: 15px;
  margin-bottom: 10px; }

#divFileBox .clFileBoxHeader {
  height: 25px;
  margin: 2px;
  border: solid 1px #c8ccd6;
  background-image: url(../images/base/box_silver_title_bg.gif);
  background-repeat: repeat-x;
  background-attachment: scroll;
  color: #7E8095;
  font-weight: bold;
  line-height: 2.3em;
  text-indent: 10px; }

#divFileBox .clFileBoxContent {
  overflow: hidden;
  margin: 15px; }

#divFileBox .clFileBoxLinkLine {
  clear: both;
  padding-top: 3px; }

#divFileBox .clFileBoxIcon {
  float: left;
  width: 20px; }

#divFileBox .clFileBoxLink {
  float: left;
  width: 125px; }

/* Subpage Image Box */
.clImagesAndbuttonsBox {
  float: left;
  width: 230px;
  margin-left: 10px;
  margin-bottom: 15px;
  border: solid 1px #c8ccd6; }

/* Horizontal line */
.clHorizontalLine {
  clear: both;
  width: 100%;
  height: 1px;
  margin-top: 7px;
  margin-bottom: 7px;
  background-image: url(../images/base/line.png);
  background-repeat: repeat-x;
  background-attachment: scroll; }

.clHorizontalLineDotted {
  clear: both;
  width: 100%;
  height: 1px;
  margin-top: 7px;
  margin-bottom: 7px;
  background-image: url(../images/base/line_dotted.png);
  background-repeat: repeat-x;
  background-attachment: scroll; }

/* BUTTONS */
/* Small, height 17px */
.clButtonSmall {
  float: right;
  height: 17px;
  padding-left: 5px; }

.clButtonSmall .clLeft {
  float: left;
  width: 5px;
  height: 17px;
  background-image: url(../images/buttons/button_small_left_bg.gif);
  background-repeat: no-repeat;
  background-attachment: scroll; }

.clButtonSmall .clMiddle {
  line-height: 1.5em;
  float: left;
  height: 17px;
  background-image: url(../images/buttons/button_small_middle_bg.gif);
  background-repeat: repeat-x;
  background-attachment: scroll; }

.clButtonSmall .clMiddle a {
  font-weight: normal;
  color: #6D7586; }

.clButtonSmall .clMiddle a:hover {
  text-decoration: underline;
  color: #000000; }

.clButtonSmall .clRight {
  float: left;
  width: 20px;
  height: 17px;
  background-image: url(../images/buttons/button_small_right_bg.gif);
  background-repeat: no-repeat;
  background-attachment: scroll; }

/* Medium, height 18px */
.clButtonMedium {
  clear: both;
  height: 18px;
  padding-left: 5px;
  padding-top: 5px; }

.clButtonMedium .clLeft {
  float: left;
  width: 5px;
  height: 18px;
  background-image: url(../images/buttons/button_medium_left_bg.gif);
  background-repeat: no-repeat;
  background-attachment: scroll; }

.clButtonMedium .clMiddle {
  float: left;
  width: 150px;
  height: 18px;
  background-image: url(../images/buttons/button_medium_middle_bg.gif);
  background-repeat: repeat-x;
  background-attachment: scroll;
  line-height: 1.6em;
  font-weight: bold;
  text-indent: 10px; }

.clButtonMedium .clMiddle a {
  color: #ffffff;
  font-weight: bold;
  line-height: 1.6em; }

.clButtonMedium .clMiddle a:hover {
  font-weight: bold;
  line-height: 1.6em;
  text-decoration: underline; }

.clButtonMedium .clRight {
  float: left;
  width: 35px;
  height: 18px;
  background-image: url(../images/buttons/button_medium_right_bg.gif);
  background-repeat: no-repeat;
  background-attachment: scroll; }

/* Large, height 25px */
.clButtonLarge {
  font-weight: bold;
  float: left;
  height: 25px;
  padding-left: 5px;
  line-height: 2.3em;
  text-decoration: none;
  cursor: pointer; }

.clButtonLarge a {
  color: #ffffff;
  font-weight: bold;
  line-height: 2.3em;
  text-decoration: none; }

.clButtonLarge a:hover {
  font-weight: bold;
  line-height: 2.3em;
  text-decoration: none; }

.clButtonLarge .clLeft {
  font-weight: bold;
  line-height: 2.3em;
  float: left;
  width: 10px;
  height: 25px;
  background-image: url(../images/buttons/button_large_left_bg.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-decoration: none; }

.clButtonLarge .clMiddle {
  float: left;
  height: 25px;
  background-image: url(../images/buttons/button_large_middle_bg.png);
  background-repeat: repeat-x;
  background-attachment: scroll;
  color: #ffffff;
  font-weight: bold;
  line-height: 2.3em;
  text-decoration: none; }

.clButtonLarge .clRight {
  font-weight: bold;
  line-height: 2.3em;
  float: left;
  width: 10px;
  height: 25px;
  background-image: url(../images/buttons/button_large_right_bg.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-decoration: none; }

.clButtonLarge .clIcon {
  font-weight: bold;
  line-height: 2.3em;
  float: left;
  height: 25px;
  padding-left: 10px;
  padding-top: 3px;
  background-image: url(../images/buttons/button_large_middle_bg.png);
  background-repeat: repeat-x;
  background-attachment: scroll;
  text-decoration: none; }

/* Info icon/button */
.clInfoButton {
  float: right;
  padding-right: 4px;
  padding-top: 4px; }

/* Blue background heading */
.clBlueBgHeading {
  color: white;
  font-weight: bold;
  line-height: 2em;
  background-color: #375164;
  text-indent: 10px; }

/* Standard row, free width columns */
.clStandardRow {
  overflow: hidden;
  line-height: 2.3em;
  width: 100%; }

.clColumn {
  float: left; }

/* Margins and paddings */
.clPaddingB3px {
  padding-bottom: 3px; }

.clPaddingT4px {
  padding-top: 4px; }

.clPaddingTL7px {
  padding-top: 7px;
  padding-left: 7px; }

.clPadding15px {
  padding: 15px; }

.clPaddingTL10px {
  padding-top: 10px;
  padding-left: 10px; }

.clPaddingT3R10px {
  padding-top: 3px;
  padding-right: 10px; }

.clPaddingT10px {
  padding-top: 10px; }

.clPaddingT10L20px {
  padding-top: 10px;
  padding-left: 18px; }

.clPaddingLR20px {
  padding-right: 20px;
  padding-left: 20px; }

.clPaddingT15L30px {
  padding-top: 15px;
  padding-left: 30px; }

.clPaddingT33L10px {
  padding-top: 33px;
  padding-left: 10px; }

.clPaddingT15R20B30L20px {
  padding: 15px 20px 30px; }

/* New */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  overflow: hidden; }

.modCl [class*="clFormfield"] {
  padding: 4px;
  border-radius: 2px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  box-sizing: border-box; }

.modCl [type="checkbox"] {
  margin: 3px;
  padding: 3px; }

.modCl textarea {
  width: 100%; }

.modCl .clMain_normal_row .clCol1 {
  line-height: 2em;
  width: 190px;
  text-indent: 10px; }

.modCl .clMain_normal_row .clCol2 {
  line-height: 2em;
  width: 550px; }

.modCl .clMain_normal_row .clCol3 {
  line-height: 2em; }

.modCl .altRowBg {
  background: #f5f5f5;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  border-radius: 4px;
  margin: 10px 0px; }

.modCl .infoIcon {
  float: right;
  margin-top: 6px;
  cursor: help; }

.ui-datepicker-trigger {
  margin-top: -2px;
  margin-right: 5px;
  float: left; }

.modCl .clColumn {
  line-height: 1.8em; }

/* UI mods */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #ffef35 !important;
  background: #fff9d3 !important; }

.ui-corner-all {
  border-radius: 0 !important; }
