﻿/* apply a natural box layout model to all elements */
/* makes your 200px box, 200px even with 20px padding.  
        Much easier to think about */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  /* http://stackoverflow.com/questions/5303263/fix-font-size-issue-on-mobile-safari-iphone-where-text-is-rendered-inconsisten */
  -webkit-text-size-adjust: 100%;  
  -webkit-border-radius: 0;
  -webkit-font-smoothing: antialiased; }
* {
	font-family: Tahoma;
}
.cf:after,
.row:after {
  content: "";
  display: table;
  clear: both; }

.row {
  width: 100%;
  max-width: 100%;
  margin: 0 auto; }

body, html {
  height: 100%; }

body {
  margin: 0;
  font-size: 13px;
  background: #f5f5f5;
  overflow-x: hidden;
  overflow-y: scroll; 
}

header div.logo {
  width: 66.666%;
  float: left; }

header div.search {
  width: 33.333%;
  float: right; }

footer,
.content {
  width: 100%;
  min-width: 320px; }

.content {
  position: relative;
  height: 100%; }

.small {
  font-size: 12px; }

.float-left {
  float: left !important; }

h2 {
  color: #000;
  margin-bottom: 10px; }

h4.cf {
  width: 100%;
  float: left; }

.body {
  float: left;
  width: calc(100% - 300px); }

.body.wide {
  margin-left: 0px;
  width: 100%; }

.body-login {
  margin: 0 auto;
  padding: 20px 0;
  float: none; }

.body_header {
  height: 45px;
  background: #0064B7;
  width: 100%; }

@media all and (max-width: 850px) {
  .body {
    margin-left: 0;
    width: 100%; } }
.section_header {
  background: #fff;
  border-bottom: solid 1px #E5E5E5;
  color: #686868;
  margin-bottom: 10px;
  float: left;
  width: 100%; }

.section_header h1 {
  font-weight: normal;
  margin: 12px 15px;
  float: left;
  font-size: 21px;
  height: 36px;
  line-height: 36px;
  color: #000;
}

.section_header h1 span
{
    color: #0064B7;
}

@media all and (max-width: 480px) {
  .section_header h1 {
    font-size: 16px; } }
@media all and (max-width: 360px) {
  .section_header h1 {
    font-size: 13px; } }
.button_back {
  float: right;
  margin: 12px 15px;
  background: #424242;
  border: solid 1px #424242;
  color: #fff;
  padding: 0 8px;
  line-height: 34px;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  -webkit-transition: background .2s ease, color .2s ease;
  -moz-transition: background .2s ease, color .2s ease;
  transition: background .2s ease, color .2s ease; }

.button_back:hover {
  background: transparent;
  color: #424242; }

.panel_title .button_back {
  margin: 0; }

header {
  top: 0;
  left: 0;
  position: relative;
  min-height: 100%;
  height: auto !important;
  width: 300px;
  max-width: 940px;
  padding-bottom: 45px;
  z-index: 20;
  height: 100%;
  background: #373737;
  position: fixed; 
  max-height: 100%;
  overflow-y: auto;

}

.menu_spacer {
  width: 300px;
  display: block;
  height: 1000px;
  float: left; }

header.slide_in {
  left: -300px;
  display: none; }

@media all and (max-width: 850px) {
  header {
    left: -300px;
    position: absolute; }

  header.visible {
    left: 0;
    position: absolute; }

  .menu_spacer {
    display: none; } }
.profile_summary {
  line-height: 45px;
  background: #0064B7; }

.profile_summary_title {
  font-family: 'Open Sans',sans-serif;
  color: #fff;
  font-size: 18px;
  padding: 0;
  margin: 0;
  padding-left: 50px; }

.profile_box {
  height: 85px;
  display: block;
  padding: 10px 40px;
  border-bottom: solid 1px #2c2c2c;
  background: #373737; }

.profile_summary_thumbnail {
  float: left;
  overflow: hidden;
  width: 60px;
  height: 60px;
  border-radius: 50%; }

.profile_summary_thumbnail img {
  max-width: 100%; }

.profile_summary_info {
  padding-left: 10px;
  float: left;
  width: 135px; }

.profile_summary_info h3 {
  color: #fff;
  font-family: 'Open Sans',sans-serif;
  margin: 5px 0 0 0;
  padding: 0;
  max-width: 120px;
  line-height: 18px;
  float: left;
  width: 100%; }

.profile_summary_info a {
  line-height: normal;
  padding: 0;
  margin: 0;
  float: left;
  text-decoration: underline;
  color: #fff; }

div.pull-left {
  height: 47px;
  width: 50px;
  background: #fff;
  display: block;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  cursor: pointer;
  background-image: url(images/inline-open-menu.png);
  text-indent: -3000px;
  overflow: hidden; }

.nav {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0; }
  .nav__item--sub a, .nav__item a {
    display: block;
    width: 100%;
    color: #fff;
    min-height: 40px;
    line-height: normal;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 40px;
    font-family: 'Open Sans',sans-serif;
    font-weight: bold;
    border-bottom: solid 1px #2c2c2c; }
  .nav__item--sub a:hover, .nav__item a:hover {
    background: #0064B7;
    cursor: pointer; }
  .nav__item--sub a {
    padding-left: 60px; }
  .nav__item--sub.empty:hover a, 
  .nav__item.empty:hover a {
    background: none;
    cursor: default; }

.navigation--sub { display: none; }
.navigation--sub-active { display: block; }

div.overlay {
  display: none;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 10; }

p {
  margin: 0 0 20px 0; }

.title__search
{
    margin-bottom: 5px;
}
/* TABS */
.tabs {
  width: 100%;
  list-style: none;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 10;
  top: 1px; }

.tabs li {
  float: left;
  margin-right: 5px;
  position: relative;
  top: 1px;
  z-index: 10;
  font-size: 14px;
  border: solid 1px #E5E5E5;
  border-bottom: solid 1px #fff; }

.tabs li span,
.tabs li a,
.tabs li a.tab_selected {
  display: block;
  background: #0064B7;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background .2s ease;
  -moz-transition: background .2s ease;
  transition: background .2s ease;
  font-weight: normal;
  font-family: Arial; }

.tabs li a:hover {
  background: #003a87; }

.tabs li a.tab_selected,
.tabs li span {
  margin: 0;
  background: #fff;
  color: #333;
  position: relative;
  z-index: 10; }

.inline-tab {
  width: 100%;
  list-style: none;
  border-bottom: solid 1px #cdcdcd;
  padding-bottom: 10px;
  margin-bottom: 20px; }

.inline-tab li {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  color: #939393; }

.inline-tab li.selected {
  color: #000; }

.tab-body {
  width: 100%;
  float: left;
  display: none;
  margin-bottom: 20px; }

.panel {
  width: 97.8%;
  overflow-x: auto;
  background: #fff;
  padding: 25px;
  position: relative;
  border: solid 1px #E5E5E5;
  z-index: 0;
  margin: 0 10px 10px 10px;
  float:left;

}
.panel-inner {
	width: 100%;
	overflow-x: auto;
}
hr { border: 0; border-top: solid 1px #cdcdcd; padding: 1px; }
.panel hr:last-child { display: none; }

@media all and (max-width: 473px) {
  .panel {
    padding: 15px 10px; } }
.panel.slide-left {
  left: 250px; }

/* LIST CSS */
.list {
  border-bottom: solid 1px #e7e7e7;
  width: 100%;
  list-style: none;
  float: left;
  margin: 0 0 20px 0;
  padding: 0; }
  .list__row--header, 
  .list__row {
    width: 100%;
    max-width: 100%;
    min-height: 42px;
    line-height: 30px;
    border-top: solid 1px #e7e7e7;
    vertical-align: middle;
    width: 100%;
    text-decoration: none;
    color: #636363;
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    transition: background .2s ease; }
  .list__row--header {
    background: #0064B7;
    color: #fff; }
    .list__row--header span {
      color: #fff; }
  .list__row:hover {
    background-color: #fafafa;
    color: #000; }
  .list__row:after {
    content: "";
    display: table;
    clear: both; }

.list__row--handle
{
    float: left;
    display: block;
    width: 15px;
    height: 36px;
    margin-top: 2px;
    background: #ebeeef;
    cursor: move;
}

ul.sub-list {
  list-style: none;
  float: left;
  width: 100%;
  padding-left: 40px; }

.list_header,
.list_row {
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  line-height: 30px;
  border-top: solid 1px #e7e7e7;
  vertical-align: middle;
  width: 100%;
  text-decoration: none;
  color: #636363;
  -webkit-transition: background .2s ease;
  -moz-transition: background .2s ease;
  transition: background .2s ease; }

.list_row:hover {
  background-color: #fafafa;
  color: #000; }

.list_row:after {
  content: "";
  display: table;
  clear: both; }

.list_header {
  background: #0064B7;
  color: #fff; }

.list_header span {
  color: #fff; }

.list li select,
.list li input[type=text] {
  font-size: 13px;
  width: 75px;
  height: 38px;
  margin: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
  text-align: center;
  padding: 0; }

@media all and (max-width: 480px) {
  .list select,
  .list input[type=text] {
    width: 60px; } }
.list select {
  padding: 0 6px;
  margin-left: 10px;
  cursor: pointer; }

.list button {
  margin-top: 6px;
  height: 38px;
  line-height: 38px;
  margin-left: 10px;
  min-width: 50px; }

/* WORDS */
.word_label {
  width: 25%; }

/* FORMS CSS */
/* form controls */
.selection input[type=text],
.selection select,
.form__select,
.form__text-input,
.form select,
.form input[type=password],
.form textarea,
.form input[type=text] {
  /*border: solid 1px #cdcdcd;            
  font-size: 15px;
  color: #666;
  background: url(./images/projects/bk-textbox-shadow.gif);*/
  font-size: 13px;
  width: 65%;
  max-width: 402px;
  height: 38px;
  margin: 0;
  padding: 0 0 0 10px;
  border: 1px solid #aaa;
  cursor: text;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
  float: left; }

.form__select--fw,
.form__text-input--fw {
    width: 100%;
    max-width: 100%;
}

.selection select {
  width: 58%;
  max-width: 295px;
  line-height: normal;
  padding: 0;
  margin: 0; }

.form select:focus,
.form textarea:focus,
.form input[type=text]:focus,
.form input[type=password]:focus {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.form input[type=text].form__quantity {
    width: 75px;
}

.selection select,
.form select {
  padding: 2px 6px;
  cursor: pointer; }

.form .form__select--year,
.form .form__select--month {
	width: 100px;
	float: left;
}
.form .form__select--month {
	margin-right: 10px;
}
select.selectbox {
  height: 200px; }

.form textarea {
  height: 160px;
  background-repeat: repeat-x;
  line-height: normal;
  padding-top: 10px; }

.form input[type=text].datepicker {
  max-width: 105px;
  float: none; }

.form__block {
	float: left;
	width: 49%;
}
.form__block:nth-child(2n) {
    float: right;
}

textarea.cke_source {
  max-width: 98% !important; }

a.button {
  display: inline-block;
  text-decoration: none; }

.button,
button,
input[type=submit] {
  padding: 0 25px;
  min-width: 100px;
  height: 45px;
  line-height: 45px;
  border: 0;
  background: #0064B7;
  color: #fff;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-transition: background .2s ease;
  -moz-transition: background .2s ease;
  transition: background .2s ease;
  font-size: 13px; 

  text-align: center;

}

.button:hover,
button:hover,
input[type=submit]:hover {
  background: #003a87; }

button.activate,
button.archive,
button.cancel,
button.delete {
  background: none;
  color: black;
  padding: 0 10px;
  min-width: 50px; }

.button--cancel,
.button--delete {
	color: black;
	text-decoration: none;
	background: none;
}

.button--cancel:hover,
.button--delete:hover {
  text-decoration: underline; 
  background: none;
  color: black;
}

/* form layout */
.panel_title {
  width: 100%;
  float: left;
  border-bottom: solid 1px #cdcdcd;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0; }

.form__title,
.panel_title h2 {
  float: left;
  font-weight: 300;
  width: 100%;
  max-width: 400px;
  line-height: 37px;
  margin: 0; }

.subtitle {
	width: 100%;
	float: left;

	font-weight: normal;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #cdcdcd;
}

.tabbed_navigation {
    width: 100%;    
    padding: 0;
	margin: 0 0 0 10px;
    float: left;
	z-index: 10;
	position: relative;
	top: 1px;
	overflow-x: auto;
}

.tabbed_navigation__item {
	text-decoration: none;
	line-height: 37px;
	height: 37px;
	padding: 0 15px;
	float: left;
	color: #efefef;
	border-right: solid 1px #E5E5E5;
	background: #0064B7;
}

.tabbed_navigation__item:hover,
.tabbed_navigation__item--selected:hover,
.tabbed_navigation__item--selected
{
    background: #fff;
    color: #000;
    text-decoration: none;
	box-shadow: none;
}

.panel_title a {
  margin-right: 10px; }

.display,
.form {
  list-style: none;
  width: 100%;  
  max-width: 550px;
  padding: 0;
  margin: 0;
  float: left; }
.form--full-width {
    max-width: 100%;
}
.display {
	margin-bottom: 20px;	
}

.buttons {
  width: 100%;
  max-width: 100%;
  list-style: none;
  float: left;
  list-style: none; }

.buttons li {
  width: 100%;
  max-width: 100%;
  text-align: right;
  margin: 0; }

.form-wide {
  width: 100%;
  max-width: 100%; }

/*.form li, */
.display > li,
.form__row {
    width: 100%;
    max-width: 100%;
    float: left;
    height: auto;
    min-height: 38px;
    margin: 0 0 10px 0;
    line-height: 38px;
    position: relative;
}
.form > li p { 
	line-height: normal;
	margin: 0;
}

.form__tip {
    position: absolute;
    line-height: normal;
    padding-left: 20px;    
    width: 20px;
    height: 20px;
    overflow: hidden;
    left: -17px;
    top: 9px;
}
.form__tip-text {
    width: 300px;
    height: auto;
    position: relative; 
    background: #fff;
    border: solid 1px #c0c0c0;
    z-index: 100;

    padding: 10px;
    top: -10px;
}
.form__tip:hover {
    overflow: visible;
}

.form__tip i {
    position: absolute;
    left: 0; top: 0;
    cursor: pointer;
}
.display > li {
  height: auto;
  line-height: 19px;
  min-height: 19px;
  border-top: solid 1px #efefef;
  padding-top: 10px; }

.display > li:first-child {
  border-top: 0;
  padding-top: 0; }

.display li label {
  width: 27.256%;
  max-width: 148px;
  display: block;
  float: left; }

.display li span {
  float: left;
  width: 72.744%;
  max-width: 395px; }

.form__label,
.form li label {
    width: 35%;
    max-width: 250px;
    line-height: normal;
    font-size: 13px;
    display: block;
    float: left;
    font-weight: 300;
    font-size: 13px;
    margin: 0 0 10px 0;
    margin: 0 0 10px 0;
    padding: 7px 0 0 0;
}

label .form__checkbox {
    position: relative;
    top: 2px;
}

/*ICONS*/
.info_icon,
.error_icon {
  border: solid 3px #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0px;
  background: url(images/icons/error.png) no-repeat center center #e87352;
  box-shadow: 0 0 2px 1px #ca4b26; }

.info_icon {
  background: url(images/icons/error.png) no-repeat center center #67b0d1;
  box-shadow: 0 0 2px 1px #67b0d1; }

/*INFO BOX*/
.info_holder {
  position: relative;
  float: right;
  max-width: 440px;
  width: 30%;
  font-size: 13px;
  min-height: 70px;
  padding-left: 30px;
  display: block;
  position: relative;
  margin-bottom: 20px;
  margin: 0 auto 20px; }

.info {
  width: 100%;
  background: #f2fafe;
  list-style: none;
  padding: 10px 0 10px 25px;
  margin: 0;
  border: solid 1px #67b0d1;
  min-height: 60px;
  color: #30627c; }

@media all and (max-width: 700px) {
  .info_holder {
    display: none; } 
}

/* ERROR MESSAGE */
.field-validation-error {
    color: #ca4b26;
    font-size: 13px;
    margin-left: 35%;
    float: left;
    width: 65%;
    max-width: 395px;
    line-height: normal;
    margin-top: 5px;
}

.validation-summary-errors > span {
    color: #ca4b26;
    font-size: 12px;
    font-weight: bold;
}

.input-validation-error {
  border: solid 1px #ca4b26 !important; }

.validation-summary-errors {
  font-size: 13px;
  color: #f06c44;
  width: 100%;
  min-height: 70px;
  padding-left: 30px;
  display: block;
  position: relative;
  margin-bottom: 20px;
  margin: 0 auto 20px; }

.validation-summary-errors p {
  margin: 0 0 5px 0; }

.validation-summary-errors ul {
  font-size: 13px;
  width: 100%;
  float: none;
  display: inline-block;
  color: #f00;
  list-style: none;
  padding: 10px 0 10px 25px;
  margin: 0;
  border: solid 1px #ca4b26;
  background: #fef4f1;
  min-height: 60px; }

.validation-summary-errors p,
.validation-summary-errors ul li {
  color: #ca4b26; }

@media all and (max-width: 700px) {
  .form select,
  .form input[type=password],
  .form textarea,
  .form input[type=text] {
    width: 100%;
    max-width: 480px; }

  .field-validation-error {    
    width: 100%;
    float: left; 
    margin-left: 0;
  } 

}
@media all and (max-width: 473px) {
  .form {
    width: 100%; }

  .form li label {
    display: block;
    width: 100%;
    max-width: 100%; }

  .form li label.checkbox {
    width: 33.636%;
    max-width: 148px; }

  .form li input[type=password],
  .form li textarea,
  .form li input[type=text] {
    width: 100%;
    max-width: 100%; } }
/* custom forms */
.panel_login {
  width: 320px;
  margin: 0 auto;
  background: white;
  padding: 30px; 
  float:none;
}

.panel_login .form {
  width: 100%; }

.panel_login .form li {
  width: 100%; }

.panel_login .form label {
  width: 100%; }

.panel_login .form input[type=text],
.panel_login .form input[type=password] {
  width: 100%; }

.panel_login .field-validation-error {
  width: 100%; }

/* CMS CSS */
.left {
  width: 25%; }

.right {
  width: 75%; }

.sub-menu {
  position: absolute;
  padding: 20px 0 0 0;
  width: 250px;
  background: #fff; }

.hide-pages {
  display: block;
  margin: 0 10px 20px 10px; }

.view-pages {
  display: block;
  margin: 0 0 10px 0; }

.hide {
  display: none; }

/* USER CSS */
.user-logged-in a,
.user-logged-in {
  color: #fff; }

/* TEMPLATE RENDERER */
.delete-widget,
.available-widgets {
  width: 100%;
  margin-bottom: 20px;
  min-height: 100px; }

.control-panel {
  margin-top: 20px;
  width: 28%;
  float: left; }

.template-parts {
  margin-top: 20px;
  width: 70%;
  float: right; }

.control-area {
  border: solid 1px #cdcdcd;
  float: left;
  display: block;
  min-height: 50px;
  padding: 10px;
  margin-bottom: 10px;
  overflow: auto; }

.part-delete {
  float: right;
  cursor: pointer; }

.available-widgets {
  padding: 10px;
  border: dotted 1px #cdcdcd; }

.added,
.widget {
  width: 100%;
  float: left;
  border: solid 1px #cdcdcd;
  height: 50px;
  margin: 0 0 10px 0;
  padding: 10px;
  cursor: move; }

.widget {
  width: calc(50% - 5px);
  margin: 0 5px 10px 0;
  font-size: 12px; }

.no-border {
  border: 0; }

.no-padding {
  padding: 0; }

.widget:nth-child(2n) {
  margin: 0 0 10px 5px; }

.centered {
  text-align: center; }

.login_logo img {
  margin: 0 auto;
  display: block; }

.login_logo {
  margin: 0 0 10px 0; }

h1.title {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 23px; }

.intros,
.autocomplete {
  width: 65%;
  max-width: 402px;
  height: 40px;
  float: left; }

@media all and (max-width: 700px) {
  .intros,
  .autocomplete {
    float: left;
    width: 100%;
    max-width: 480px; } }
.options {
  list-style: none !important; }

/* Question sets */
ul.question-sets {
  margin-bottom: 40px;
  float: left; }

/*
ul.list li a.questionnaire_duplicate { width: 10.556%; float: right; background: url(/core/images/icons.png) no-repeat left 5% top -85px; padding-left: 3.333%;  }
ul.list li a.questionnaire_duplicate:hover {
    background-color: #ffedc6;
}*/

.list--candidates
{
    min-width: 950px;
}

.list_label {
  float: left;
  line-height: normal;
  padding: 13px 10px 12px 10px;
  text-decoration: none;
  color: #666;   
  overflow: hidden;
}
.list_label:hover {
  text-decoration: underline; }

span.list_label:hover {
  text-decoration: none; }

.list_row .candidate-region
{
    padding: 3px 0;
}
.list_buttons {
  border: solid 1px #cdcdcd;
  margin: 8px 5px;
  height: 25px;
  border-radius: 3px;
  float: right; 
  width: auto;
  overflow: hidden;
}

.list_buttons--inactive,
.list_buttons--active {
	border: solid 2px #00d400;
	background: #e2edd1;
	color: #fff;
	float:left;
}
.list_buttons--inactive {
    border: solid 2px #f00;
    background: #ebaeae;
}

.list_buttons form {
  float: left; }

.list_button {
  width: auto;
  text-align: center;
  float: left;
  height: 23px !important;
  line-height: 23px !important;
  padding: 0 5px;
  text-decoration: none;
  color: #666;
  -webkit-transition: background .2s ease, color .2s ease;
  -moz-transition: background .2s ease, color .2s ease;
  transition: background .2s ease, color .2s ease;
  cursor: pointer;
  border-left: solid 1px #cdcdcd; }

.list_button:hover {
  background: #9cb9d0;
  color: #000; }

.list_button.first {
  border-radius: 2px 0 0 2px;
  border-left: 0; }

.list_button.last {
  border-radius: 0 2px 2px 0; }

.list_button.first.last {
  border-radius: 2px;
  border-left: 0;
  border-right: 0; }

.list_buttons.half-width > a:first-of-type,
.list_buttons.half-width > form:first-of-type > a:first-of-type {
  border-right: none; }

.user_levels {
  width: 300px;
  float: left; 
  list-style: none;
}
.user_levels li { width: 100%; display: block;float:left; }
.form li .user_levels label {
  width: 150px;
  display: inline-block; }

/*SELECTION*/
.selection {
  width: 100%;
  list-style: none;
  margin-bottom: 10px;
  float: left; }

.selection li select,
.selection li button,
.selection li label {
  float: left; }

.selection li label {
  font-size: 13px;
  color: #3f4b56; }

.selection li select,
.selection li label {
  line-height: 38px;
  margin-right: 10px; }

.selection li button {
  height: 38px;
  line-height: 38px; }

@media all and (max-width: 560px) {
  .selection label {
    display: none; } }
@media all and (max-width: 473px) {
  .selection li select,
  .selection li label {
    margin-right: 3.048%; }

  .selection button {
    width: 30.488%;
    min-width: 0; } }
/*COLOUR PICKER*/
label.borderstyle,
label.borderwidth,
label.colorpicker {
  cursor: pointer;
  width: 110px !important;
  float: left;
  line-height: normal !important;
  border: solid 1px black;
  text-align: center;
  padding: 10px 5px;
  margin: 5px;
  font-size: 12px !important;
  border-radius: 2px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8); }

.questionnaire_css {
  width: 250px;
  float: left;
  margin-right: 20px; }

/*QUESTIONNAIRES*/
.questionnaire_holder {
  width: 100%;
  max-width: 320px;
  padding: 10px;
  float: left; }

.questionnaire {
    width: 100%;
    max-width: 320px;
    float: left;
    padding: 0 10px;
    margin: 0 0 5px 0;  
}

.questionnaire_set {
  list-style: none;
  width: 100%;
  height: auto; }

.questionnaire_set_options li,
.questionnaire_set_intros li {
  width: 100%;
  float: left;
  list-style: none;
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 14px; }

.questionnaire_set_options li {
  cursor: pointer;
  margin: 0 0 5px 0;
  height: 25px;
  line-height: 25px;
  text-align: center;
  transition: background 0.5s ease; }

.questionnaire_set_options li:hover {
  background: #fff; }

.questionnaire_countdown { 
    float: left;
    width: 100%;
    max-width: 350px;    
    padding: 10px 0 0 0;    
}

#timerText
{
    float: left;
    width: 50%;
    padding-right: 5px;
}
#timerClock
{
    float:right;
    width: 50%;
    padding-left: 5px;
}

.questionnaire_completed {
  display: none; }

.set-number {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.all-set-numbers {
  width: 100%;
  float: left;
  height: 24px;
  text-align: center;
  border-left: 0 !important;
  border-right: 0 !important;
  padding-top: 1px; }

.all-set-numbers span {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px; }

.ui-selectable {
  display: none;
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  border: solid 1px #000;
  border-top: 0;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8); }

.ui-selectee {
  background: #fff;
  cursor: pointer;
  width: 128px;
  line-height: 16px;
  padding: 4px; }

.ui-selectee.ui-selectee:hover,
.ui-selectee.ui-selected {
  background: #cdcdcd;
  color: #000; }

/* jQUERY UI COMPONENTS */
.ui-helper-hidden-accessible {
  display: none; }

/* ADMIN UI ELEMENTS */
.onoffbutton {
  border: solid 1px #aaa;
  width: 55px;
  height: 31px;
  float: left;
  position: relative;
  margin-top: 5px;
  cursor: pointer;
  border-radius: 14px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #d3dade), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #d3dade 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #d3dade 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #d3dade 1%, #fff 15%); }

.onoffbutton input[type=checkbox] 
{
  display: none; 
}

.onoffbutton span 
{
  width: 40%;
  float: left;
  text-align: center;
  height: 31px;
  padding: 0;
  line-height: 31px;
  font-size: 11px; 
}

.onoffbutton span.yes 
{
  margin-left: 5%; 
}

.onoffbutton span.no 
{
  margin-left: 10%;
  padding-right: 15px; 
}

.onoffbutton span.switch 
{
  display: block;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 2px;
  float: none;
  border: solid 1px #647380;
  border-radius: 50%;
  background: #647380;
  transition: left 0.2s ease;
  cursor: pointer; 

}

.onoffbutton span.switch.on 
{
  left: 26px; 
}

.onoffbutton span.switch.off 
{
  left: 2px; 
}

span.permutation {
  display: inline-block;
  width: 45px;
  padding: 0 10px;
  text-align: center; }

@media all and (max-width: 480px) {
  span.permutation {
    width: 30px; } }
/* LIBRARY PAGES */
.contract,
.expand {
  cursor: pointer; }

.library_section_expand {
  float: left;
  display: block;
  width: 40px;
  text-align: center;
  line-height: 51px; }

ul.list li.library_section a {
  width: calc(100% - 40px);
  float: left;
  line-height: 31px; }

.loading {
  color: #666;
  display: block; }

/* REPORT BUILDER */
.libraries_sections {
  width: 300px;
  float: left; 
}
.libraries_sections--fixed
{
    position: fixed;
    top: 0;
}
.report_detail {
  width: 100%;
  float: left; }

.report_holder {
  width: calc(100% - 320px);
  margin: 0 0 20px 20px;
  float: right;
  min-height: 500px;
  border: dotted 1px #cdcdcd; }

.sections ul {
  margin-left: 50px;
  list-style: none; }

.libraries_sections ul li span {
  cursor: pointer; }

.libraries_sections.loading ul {
  display: none; }

.libraries_sections.loading {
  background: url(./images/preloader.gif) no-repeat center top; }

.section_added {
  width: 100%;
  padding: 20px 20px 0 20px;
  display: block; }

.section_added .section_added {
  padding: 20px 0 0 20px; }

.section_added .section_added {
  background: url(./images/reports-arrow.png) no-repeat left top; }

.section_added .droppable {
  width: 100%;
  padding: 10px;
  display: block;
  border: dotted 1px #cdcdcd; }

.hidden {
  opacity: 0; }

.sub_droppable_area,
.droppable_area {
  width: 95%;
  margin: 10px auto;
  min-height: 20px;
  border: dotted 1px #cdcdcd;
  padding: 10px; }

.sub_droppable_area {
  display: none; }

.section_added.editing > .sub_droppable_area {
  display: block; }

.draggable_helper {
  border: dotted 1px #cdcdcd;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  padding: 5px 20px;
  background: white; }

.sort-top-level {
  display: inline-block;
  margin: 10px 0 0 10px; }

.sort-handle
{
    width: 10px;
    margin-top: 6px;
    height: 30px;
    background: url(./images/handle.gif);
    float:left;

    cursor: move;
}

.item_stop_sort,
.item_sort,
.item_edit,
.item_delete {
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-left: 5px;
  text-indent: -3000px;
  cursor: pointer;
  display: inline-block; }

.item_stop_sort {
  display: none; }

.item_stop_sort {
  background: url(./images/button_icons.png) -60px 0 no-repeat; }

.item_sort {
  background: url(./images/button_icons.png) -40px 0 no-repeat; }

.item_edit {
  background: url(./images/button_icons.png) 0 0 no-repeat; }

.item_delete {
  background: url(./images/button_icons.png) -20px 0 no-repeat; }

.item_label {
  height: 20px;
  line-height: 20px;
  display: inline-block;
  margin-left: 5px; }

.report_buttons {
  float: right; }

.item.sorting {
  background: #efefef;
  border: dotted 1px #666;
  padding: 10px 20px;
  cursor: move; }

/* REPORT BUILDER SEARCH */
.search_holder {
  width: 100%;
  float: left;
  max-width: 100%;
  margin-bottom: 25px; }

.search_form {
  margin: 0;
}

.show_search {
  display: block;
  line-height: 20px;
  float: left;
  text-decoration: none;
  color: #666; }

.show_search:hover {
  text-decoration: underline; }

.show_search .icon {
  width: 20px;
  height: 20px;
  float: left;
  background: url(./images/button_icons.png) -220px 1px; }

/* CLIENT QUESTIONNIARE DESIGN */
.questionnaire_css_holder {
  width: 100%;
  float: left;
  display: none; }

/* INADMIN CMS PAGES */
.slider_panel {
  display: none;
  background: #fff;
  padding: 20px;
  border: solid 1px #cdcdcd;
  float: left; }

ul.list li .slider_panel .form li {
  border: 0;
  background: none !important; }

ul.list li .slider_panel .form li select,
ul.list li .slider_panel .form li input[type=text] {
  width: 100%;
  max-width: 395px;
  text-align: left;
  padding-left: 10px; }

ul.list li .slider_panel .form li select {
  margin: 0; }

/* ICONS */
.settings,
.sub-item,
.profile,
.dashboard,
.logout,
.website,
.clients,
.users {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  float: left; }

.logout {
  background: url(./images/button_icons.png) -80px 0px; }

.website {
  background: url(./images/button_icons.png) -100px 0px; }

.clients {
  background: url(./images/button_icons.png) -120px 0px; }

.users {
  background: url(./images/button_icons.png) -140px 0px; }

.profile {
  background: url(./images/button_icons.png) -160px 0px; }

.dashboard {
  background: url(./images/button_icons.png) -180px 0px; }

.sub-item {
  background: url(./images/button_icons.png) -200px 0px; }

.settings {
  background: url(./images/button_icons.png) -260px 0px; }

.browser_image_holder {
  width: 100%; }

.browser_image_holder button {
  float: right;
  margin-left: 10px; }

/*PAGER*/
.pager {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  float: left; }

.pager li {
  display: inline-block;
  list-style: none;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 0 3px 10px 0; }

.pager li span,
.pager li a {
  line-height: 30px;
  display: block;
  border: solid 1px #cdcdcd;
  background: #0064B7;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s ease, border 0.3s ease, color 0.3s ease; }

.pager li a:hover {
  border: solid 1px #0064B7;
  background: #fff;
  color: #000; }

.pager li span {
  background: none;
  color: #000; }

@media all and (max-width: 550px) {
  .pager {
    border-top: solid 1px #cdcdcd;
    border-bottom: solid 1px #cdcdcd; }

  .pager li {
    width: 25px;
    height: 25px;
    margin: 0; }

  .pager li span,
  .pager li a {
    line-height: 25px;
    background: 0;
    border: 0;
    color: #0064B7;
    text-decoration: underline;
    font-weight: bold; }

  .pager li span {
    color: #000;
    text-decoration: none; }

  .pager li a:hover {
    border: 0;
    text-decoration: none; } }
/* INLINE EDIT ROWS */
.list_inline_edit {
  display: none; }

.list_inline_edit.show {
  display: block; }

.list_inline_view a {
  float: left;
  padding: 0; }

.list_key {
  width: 33.333%;
  text-overflow: clip;
  white-space:nowrap;
}

.list_value {
  width: 25%; 
  text-overflow: clip;
  white-space:nowrap;
}

.list_edit {
  display: block;
  width: 150px;
  line-height: 30px;
  float: right;
  text-align: center;
  background: url(./images/button_icons.png) -240px 5px no-repeat;
  width: 20px;
  height: 30px;
  margin-left: 20px;
  text-indent: -3000px; }

ul.list li.list_inline_new input[type=text],
ul.list li.list_inline_edit input[type=text] {
  width: 350px;
  text-align: left;
  padding-left: 10px;
  margin-top: 6px; }

/* MODAL WINDOWS */
/* General styles for the modal */
/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/

.container {
  background: #000;
  min-height: 100%; }

.swaraj-modal,
.md-modal {
  width: 100%;
  max-width: 630px;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 50%;
  top: 50%;
  position: fixed;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 50px; 
}

.swaraj-modal {
    visibility: visible;
}

.md-show {
  visibility: visible; 
  max-height: 550px;
  overflow-y: auto;
}

.swaraj-overlay,
.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;   
}

.swaraj-overlay {
    display: none;
}


.swaraj-overlay--show,
.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible; }

.swaraj-overlay--show {
    display: block;
}
/* Content styles */
.swaraj-content,
.md-content {
  color: #000;
  background: #fff;
  position: relative;
  margin: 0 auto; 
  padding: 20px;
}

.raw_html {
  width: 400px;
  float: left;
  line-height: normal; }

.stage2_label {
  width: 75px;
  display: inline-block;
  padding-left: 10px; }

/* ERROR MESSAGES */
.dashboard-notification {
    width: 100%;
    line-height: normal;
    margin-bottom: 10px;
    background: #fff;
    padding: 10px;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: none;
    
    float: left;
    width: 100%;
}
.validation-messages__title {
    margin: 0 0 10px 0;
    font-weight: normal;
    font-style: italic;
}

.dashboard-notification:before {
    content: " ";
    width: 45px;
    height: 45px;
    position: absolute;
    background: #92a3a8;
    left: 0;
}

.dashboard-notification--completed {
    background: #c0e6f0;
    border: solid 2px #2B7EC3;
    border-left-width: 5px;
    color: #003a77;
    position: relative;
}

    .dashboard-notification--completed:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 45px;
        height: 45px;
        background: url(../scss/images/icons/message__successful.svg);
    }

.dashboard-notification__message {
    font-size: 13px;
}

.dashboard-notification--error {
    background: #ffddd5;
    border: solid 1px #f94646;
    border-left-width: 5px;
    color: #f94646;
    position: relative;
}

    .dashboard-notification--error:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 45px;
        height: 45px;
        background: url(../scss/images/icons/message__failed.svg);
    }

.dashboard-notification__close {
    height: 45px;
    width: 45px;
    float: right;
    cursor: pointer;
    background: url(../scss/images/icons/message__close.svg);
    text-indent: -3000px;
}

.form__text
{
    width: 100%; float: left;
}



/* PROCESSING OVERLAY */
.overlay-processing {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 10000;
}

.overlay-processing__preloader {
    background: url(/core/images/sprite__preloader.png) 0 0 no-repeat;
    width: 60px; height: 64px; display: block; 
    position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    margin: auto;
}



/* CALENDAR */
#ui-datepicker-div.cms
{    
    border-radius: 0;
    border: 0;
    width: 280px;
    background: #fff;
    padding: 0;
    display: none;
    z-index: 10000;
    position: absolute;

}
.cms .ui-widget-content
{
    background: #fff;
}
.cms.ui-datepicker .ui-datepicker-header
{
    border-radius: 0; border: 0; padding: 0;
    background: #2B7EC3;
    height: 40px;
}

.cms.ui-datepicker .ui-datepicker-title
{
    height: 40px; line-height: 40px;
    color: #fff; font-size: 20px;
    text-align:center;
}

.cms.ui-datepicker .ui-datepicker-next,
.cms.ui-datepicker .ui-datepicker-prev
{
    height: 40px; width: 40px; float:left; border-radius: 0; cursor: pointer; 
    background: url(./images/icons/calendar__left.svg) no-repeat center center;   
    text-indent: -3000px;
}
.cms.ui-datepicker .ui-datepicker-next
{
    float:right;
    background: url(./images/icons/calendar__right.svg) no-repeat center center;
}
.cms.ui-datepicker .ui-datepicker-next span,
.cms.ui-datepicker .ui-datepicker-prev span
{
    width: 35px; height: 35px; position: relative; margin: 0; left: 0; top: 0;
}
.cms.ui-datepicker .ui-datepicker-prev .ui-icon-circle-triangle-w
{
    background: url(./images/icons/calendar-previous.svg);
}
.cms.ui-datepicker .ui-datepicker-next .ui-icon-circle-triangle-e
{
    background: url(./images/icons/calendar-next.svg);
}

.cms.ui-datepicker .ui-datepicker-calendar
{
    border-collapse: collapse; padding: 0; margin: 0;
}
.cms.ui-datepicker .ui-datepicker-calendar thead tr
{
    height: 40px; background: #eceff0; color: #2B7EC3; text-transform: uppercase; letter-spacing: 1px;
    font-family: proximanova, Arial, sans-serif; font-weight: 700;border: solid 1px #cfd7d9;
}

.cms.ui-datepicker .ui-datepicker-calendar thead tr th { width: 40px; }

.cms.ui-datepicker .ui-datepicker-calendar tbody tr { height: 35px; }
.cms.ui-datepicker .ui-datepicker-calendar tbody tr td { width:35px; height: 35px; padding: 0; border: solid 1px #cfd7d9; }
.cms.ui-datepicker .ui-datepicker-calendar tbody tr td a { display: block; line-height: 35px; border: 0; text-align: center; padding: 0; color: #58747a; background: none; text-decoration:none; }
.cms.ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-hover
{
    background: #b8e5f5;
}
.cms.ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-highlight
{
    background: #373737; color: #fff;
}
.cms.ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-active
{
    background: #2B7EC3; color: #fff;
}
.cms.ui-datepicker select.ui-datepicker-month, 
.cms.ui-datepicker select.ui-datepicker-year
{
    font-size: 12px;
}

/* DATA LIST */
.data-list__holder {
    overflow-x: scroll;
    width: 100%;
}

.data-list {
    float:left;
	clear: both;
    margin:0;
    padding:0;
    
	border-collapse: collapse;
    table-layout: auto;
    width: 100%;

    color: #fff;   

    height: 50px;
    line-height: 30px;	
}
.data-list__row {
    
    height: 50px;
    line-height: 30px;
    border-top: solid 1px #e7e7e7;
    vertical-align: middle;  
    
    width: 100%;
    text-decoration: none;
    color: #636363;
    
    transition: background .2s ease; 
}
.data-list__row th {
	font-weight: normal;
    line-height: normal;
}
.data-list__row--header
{
    background: #0064B7;
    color: #fff;
    padding: 10px 0 10px 10px;
    height: 50px;
    line-height: 30px;
}
.data-list__item {
    padding: 0 10px;
    line-height: normal;
}
.data-list__item--badge {
    width: 75px;   
    min-width: 75px;
}
.data-list__item--order-no {
    width: 75px;
    min-width: 75px;
}
.data-list__item--order-date {
    width: 100px;
    min-width: 100px;
}
.data-list__item--order-total {
    width: 100px;
    min-width: 100px;
}
.data-list__item a {
	text-decoration: none;
    color: #636363;    
}
.data-list__item a:hover {
	text-decoration: underline;
}

.data-list__item--checkbox,
.data-list__item--sort-handle {
	width: 25px;
	min-width: 25px;
}

.data-list__item--subject,
.data-list__item--error-message,
.data-list__item--to-email,
.data-list__item--to-name {
    width: 200px;
	min-width: 200px;
}
.data-list__item--processing,
.data-list__item--buttons {
    width: 120px;
	min-width: 120px;
}

.data-list__item--star-rating,
.data-list__item--region-item {
    text-align: center;
}
.data-list__item--region-item img {
	width: 30px;
}

.candidate-checkbox {
    width: 30px;
    max-width: 30px;
}
.candidate-name,
.candidate-email {
	width: 200px; 	
    max-width: 200px; 	
}
.candidate-email {
	text-align: center;	
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.candidate-name {
	text-align: left;
}
.candidate-region {
    width: 120px;
	max-width: 120px;
    text-align: center;
}

.candidate-jobreference {
    width: 200px;
	max-width: 200px;
    text-align: center;
}

.candidate-starrating {
    width: 100px;
	min-width: 100px;
	padding:10px 0;
    text-align: center;
}

.candidate-lastupdated {
    text-align: right;
 }

.data-list__item--date-registered {
	text-align: center;
} 

.data-list__item--client-name {
	width: 200px;
	min-width: 200px;
	text-align: left;
}
.data-list__item--candidate-count {
	width: 150px;
	min-width: 150px;
	text-align: center;
}
.data-list__item--registration-date {
	width: 150px;
	min-width: 150px;
	text-align: center;
}
.data-list__item--renewal-date {
	width: 150px;
	min-width: 150px;
	text-align: center;
}
.data-list__item--active {
	width: 75px;
	min-width: 75px;
	text-align: left;
}
.data-list__item--end-date,
.data-list__item--start-date {
	width: 75px;
	min-width: 75px;	
    text-align: left;
}
.data-list__item--initial-candidate-count {
    width: 75px;
    min-width: 75px;
    text-align: center;
}
.data-list__item--licence-type {
    text-align: center;
    width: 100px;
    min-width: 100px;
}

.data-list__item--card-name,
.data-list__item--card-number {
	width: 200px;
	min-width: 200px;
}

.data-list__item--card-expires {
	width: 75px;
	min-width: 75px;
}

/* LIST CSS */
ul.list
{
    border-bottom: solid 1px #e7e7e7;
}
ul.list--payment
{
    margin-bottom: 30px;
}
ul.list--statistics
{
    width: 1200px;
}

/*ul.sub-list { list-style: none; float: left; width: 100%; padding-left: 40px; }*/

.list__item
{
    width: 100%; max-width: 100%;
    min-height: 51px;
    line-height: 30px;
    border-top: solid 1px #e7e7e7;
    vertical-align: middle;  
    
    width: 100%;
    text-decoration: none;
    color: #636363;
    
    transition: background .2s ease;    
}

.list--compact .list__item
{
    min-height: 30px;
    line-height: 20px;
}

.list__item:hover
{
    background-color: #fafafa;
    color: #000;
}

.list__item:after
{
    content: "";
    display: table;
    clear: both;
}

.list__item--header
{
    background: #4f629f;
    color: #fff;
    padding: 10px 0 10px 10px;
}
.list__item--header:hover { background: #4f629f; color:#fff;  }
.list__item--header a { color: #fff; }
.list__item--header a.list_option { text-align: center; }

.list__item--fifth {
    width: 20%;max-width: 300px;
    display: block !important;
    float: left;
     white-space: nowrap;
    overflow: hidden; 
}
.list__item-pull-right {
    float: right;
}

.list__item-buttons
{
    border: solid 1px #cdcdcd;
    float: right;
    width: auto;
    margin: 12px 5px;
    height: 25px;

    border-radius: 3px;
}

.list__item-buttons--alt {
    border: solid 1px #cdcdcd;
    width: auto;
    margin: 12px 5px;
    height: 25px;

    border-radius: 3px;
}

.list__item-buttons--single
{
    width: auto;    
}

.list-button {
    /*width: 59px !important;*/
    
    float: left;
    text-align: center;
    height: 23px !important;
    line-height: 23px !important;
    padding: 0 5px;

    text-decoration: none;
    color: #666;
    
    transition: background .2s ease, color .2s ease; 
    border-radius: 0 3px 3px 0;
    cursor: pointer;

    border: 0;
    background: none;

	border-right: solid 1px #cdcdcd; border-radius: 3px 0 0 3px;
}
.list-button:hover { background: #9cb9d0; color: #000; }
.list-button--last { border-right: none; border-radius: 0 3px 3px 0; }

.list-button--single { border-right: none; }


.list_button--inactive:hover
{
    background: #ebaeae;
	cursor: default;    
}
.list_button--active:hover {
	background: #e2edd1;	
	cursor: default;
}
.list__item-label {
    float: left;
    line-height: 30px;
    height: 50px;
    padding: 10px;
    text-decoration: none;
    color: #666;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    width: 200px;
}

.list__key
{
    width: 200px; display: inline-block;
}

.list--compact .list__item-label 
{
    line-height: 20px; display: inline-block; height: 30px; padding: 5px;
}
.list--payment .list__item-label 
{
    width: 300px;
}
.list--payment .list__item-label:last-child
{
    font-weight: bold;
}

/* licences */
.licence-data {
    margin: 0;
}
.licence-data__item {
    margin: 0 0 10px 0;
    padding: 5px;
    font-size: 21px;
    width: 200px;
    float: left;
}
    .licence-data__item:first-child {
        border: 0;
        padding-left: 5px;
    }
    .licence-data__item .fa {
        font-size: 41px;
        width: 40px;
        margin-right: 10px;
        float: left;
        color: #0064B7;
    }
.licence-data__value-label {
    width: calc(100% - 50px);
    float: left;
}
.licence-data__value,
.licence-data__label {
    display: block;
    margin-bottom: 5px;
}

.licence-data__label {
    font-size: 13px;
    margin: 0;
    line-height: 18px;
    color: #636363;
}

.subclients {
    float: left;
    list-style: none;
    width: calc(100% - 350px);
    max-width: 65%;
    margin-bottom: 10px;
}

.subclients__item {
    line-height: normal !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
}

.subclients__anchor {
    display: block;
}

.button--accept-terms {
    display: none;
}

form {
    display: inline;
}


.badge {
    border: solid 2px #3db93d;
    border-radius: 3px;
    padding: 3px;
    font-size: 12px;
    color: #000;
    text-align: center; 
}

.badge--free-trial {
    background: #d2f3d1;    
}

.badge--expired {
    border: solid 2px #ff0000;
    background: #f7a7a7;
}

.mb-20 {
    margin-bottom: 20px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-5 {
    margin-bottom: 5px;
}

/* INVOICE DETAILS */
.billing-details {
    list-style: none;
    float: left;
}