@font-face {   
    font-family: 
 'OpenSans';    
    src: url('/solopress/library/templates/default/resources/OpenSans-Regular-webfont.eot');  
    src: url('/solopress/library/templates/default/resources/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/solopress/library/templates/default/resources/OpenSans-Regular-webfont.woff') format('woff'),
         url('/solopress/library/templates/default/resources/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/solopress/library/templates/default/resources/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('/solopress/library/templates/default/resources/OpenSans-Semibold-webfont.eot');
    src: url('/solopress/library/templates/default/resources/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/solopress/library/templates/default/resources/OpenSans-Semibold-webfont.woff') format('woff'),
         url('/solopress/library/templates/default/resources/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('/solopress/library/templates/default/resources/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: bold;
    font-style: normal;
}

.ibox_indicator {
  width: 128px;
  height: 128px;
}
.comment_new_text {
  display:block;
  margin-bottom:5px;
  float: left;
  height: 100px;
}
.overflowHidden {
  overflow: hidden;
}
.displayNone {
  display: none;
}
.displayInlineBlock {
  display: inline-block;
}
.opacityNone {
  opacity: 0;
}
.floatRight {
  float: right;
}
.borderNone {
  border: 0;
}
.borderBottom0 {
  border-bottom: 0 !important;
}
.cursorHand {
  cursor: hand;
}
.marginNone {
  margin: 0;
}
.marginTop0 {
  margin-top: 0 !important;
}
.marginTop15 {
  margin-top: 15px;
}
.marginTop20 {
  margin-top: 20px;
}
.marginBottom15 {
  margin-top: 20px;
}
.paddingNone {
  padding: 0;
}
.paddingTop20 {
  padding-top: 20px;
}
.positionAbsolute {
  position: absolute;
}
.linkButton {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  font: inherit;
}
.linkButton__link {
  color: #00abf0;
  text-decoration: underline;
}
.linkButton__link:hover {
  color: #2c3e50;
  text-decoration: underline;
}
.textCenter {
  text-align: center;
}
.centered {
  margin-left: auto;
  margin-right: auto;
}
.textAlign-left {
  text-align: left;
}
.textAlign-right {
  text-align: right;
}
.textAlign-justify {
  text-align: justify;
}
.textAlign-center {
  text-align: center;
}
.width100 {
  width: 100%;
}


.link---employeeDb {
  display:block;
  font-size:0.8em;
  text-align:center; 
  margin-top: -1em;
  padding-top:1em;
  width:100%
}


html, body {
  height: 100%;
}

ul, ol {
  margin-top: 0;
}
a i.fa {
  text-decoration: none !important;
}
body.login {
  background-color: #ffffff;
    background-image: url(/solopress/library/templates/default/resources/login-bg.jpg);
    background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: multiply;
}
@media screen and (orientation:landscape) {
  body.login {
        background-image: url(/solopress/library/templates/default/resources/login-bg-landscape.jpg);
      }
}

body {
  margin: 0;
  padding: 0;
  background-color: #fdfdfd;
}
#home_login_box_container {
  max-width: 425px;
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#home_login_box {
  min-height: 400px;
  width: 100%;
  background: #fff;
  border: 1px solid #D6D6D4;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 25px;
  opacity: 0;
  overflow: auto;
}
#home_login_box img {
  width: 190px;
  height: auto;
  margin: 0 auto 5px auto;
  display: block;
}
#home_login_box b {
  font-size: 120%;
  display: block;
  margin: 0 auto 20px auto;
  text-align: center;
  width: 190px;
  color: #676767;
}
#home_login_box label {
  font-size: 120%;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
#home_login_box .inputbox {
  display: block;
  width: 100%;
  margin-top: 20px;
}
#home_login_box .button {
  display: block;
  float: right;
  margin-top: 20px;
}
#home_login_links {
  float: left;
  padding-top: 20px;
}
#home_login_links a {
  display: block;
  margin-bottom: 15px;
}
#main_container {
  max-width: 1400px;
  margin: 0 auto;
  background: url(/solopress/library/templates/default/resources/mainbg.png) repeat 0 0;
  width: 100%;
  box-sizing: border-box;
}
#header {
  background-color: #444444;
  padding: 0 45px 0 25px;
  box-sizing: border-box;
  overflow: auto;
}
#header b {
  color: #ffffff;
  font-weight: bold;
  font-size: 120%;
  display: block;
  margin: 25px 0;
  float: left;
}
#msgs_number, #alerts_number {
  color: #fff !important;
}
#header_links {
  float: right;
  text-align: right;
  line-height: 140%;
}
.navigation_menu {
  display: flex;
  margin: 0;
  padding: 0;
}
#header_links li {
  display: table-cell;
}
#header_links li a,
#header_links li button {
  text-decoration: none !important;
}

#header_links li div.header_user_menu_icons a,
#header_links li div.header_user_menu_icons button {
  color: #ffffff !important;  
}
#header_links li > a,
#header_links li > button {
  color: #ffffff !important;
  padding: 27px 10px 30px 10px;
  display: block;
  margin-top: -3px;
  position: relative;
}
#header_links li > a:hover, #header_links li.active > a,
#header_links li > button:hover, #header_links li.active > button {
  background-color: #2c3e50;
}
#header_links li:last-child > a,
#header_links li:last-child > button {
  margin-right: 0;
}
#header_links li:nth-child(2) > a,
#header_links li:nth-child(3) > a,
#header_links li:nth-child(2) > button,
#header_links li:nth-child(3) > button {
  padding-right: 35px;
}
#header_links li > a i,
#header_links li > button i {
  margin-right: 5px;
  font-size: 120%;
}
#header_links li > a b,
#header_links li > button b {
  background: #DE0000;
  text-shadow: 1px 1px 0 #000;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  position: absolute;
  margin-top: -2px;
}
#header_links li > a b.none,
#header_links li > button b.none {
  background: #000;
}
.header_user_menu {
  text-align: left;
  color: #fff !important;}
.header_user_menu h3 {
  margin: 0 0 10px 0;
  font-size: 90%;
}
.header_user_menu_icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  box-sizing: border-box;
  width: calc(100% + 14px);
  position: relative;
  left: -7px;
  margin-bottom: 10px;
  border-spacing: 7px;
}
.header_user_menu_icons div {
  display: table-row;
}
.header_user_menu_icons a,
.header_user_menu_icons button {
  width: 33.3333%;
  border-right: 4px solid #2c3e50;
  border-bottom: 4px solid #2c3e50;
  box-sizing: border-box;
  padding: 15px 10px !important;  
  background-color: #666666 !important;
  margin: 0 !important;
  font-size: 75%;
  text-align: center;
  transition: background-color 0.3s ease-out;
  line-height: 120%;
  vertical-align: middle;
}
.header_user_menu_icons a:hover,
.header_user_menu_icons button:hover {
  background-color: #00abf0 !important;  color: #444444 !important;
}
.header_user_menu_icons a i,
.header_user_menu_icons button i {
  display: block;
  text-align: center;
  font-size: 200% !important;
  padding-bottom: 5px;
  margin-right: 0 !important;
}

.navigation_sub_menu {
  display: none;
  min-width: 320px;
  max-width: 450px;
  width: 100%;  
  z-index: 1000;
  text-align: left;
}
.navigation_sub_menu.narrow {
  max-width: 320px;
}

.navigation_sub_menu .header_notifications_menu {
  color: #ffffff;
} 
.navigation_dropdown_container {  
  position: relative;
  z-index: 1000;
  background-color: #2c3e50;
  /*width: 100%;*/
  padding: 20px 16px 35px 20px;
  box-sizing: border-box;
}


@media all and (max-width: 600px) {
  .navigation_dropdown_container {  
    position: fixed;
    width: 100%;
    right: 0;
    max-width: 500px;
    max-height: calc(100% - 80px);
    padding-bottom: 80px;
    overflow-y: auto;
  }
}


#header_links .header_user_menu_logout {
  display: inline-block;
  float: right;
  padding: 0 !important;
  margin: 0 !important;
  text-decoration: underline !important;
  }
#header_links .header_user_menu_logout:hover {
  color: #00abf0 !important}
#mid_container {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
}
#left_col {
  width: 240px;
  display: table-cell;
  color: #ffffff !important;
  background-color: #444444;
  vertical-align: top;
}
#mobile_bar {
  display: none;
  background: #000;
  color: #fff;
  padding: 10px;
  overflow: auto;
}
#mobile_bar a {
  font-size: 24px;
  display: block;
  color: #fff !important;
  padding: 5px;
}
#mobile_nav_button {
  float: left;
}
#mobile_search_button {
  float: right;
}

#main_logo {
  width: 100%;
  display: block;
  background: #ffffff;  
}
#main_logo img {
  width: 190px;
  height: auto;
  margin: 0 auto;
  display: block;
  padding: 10px 0;
}
#left_menu_container {
  padding: 0;
  background-color: #444444;
  width: 100%;
}
#left_menu {
  padding: 25px 0;
}
#left_menu a {
  display: block;
  padding: 3px 25px;
  color: #ffffff !important;
  text-decoration: none !important;
  position: relative;
}
#left_menu a.sub_parent {
  padding-right: 50px;
}
#left_menu a.sub_parent::after {
  position: absolute;
  top: 3px;
  right: 25px;
  color: #ffffff;
  font-family: 'FontAwesome';
  content: '\f0da';
  font-size: 120%;
}
#left_menu a.sub_parent.active {
  background: #666666;
}
#left_menu a.sub_parent.active::after {
  content: '\f0d8';
}

#left_menu a.doc {
  padding-left: 50px;
}
#left_menu a.doc::before {
  position: absolute;
  top: 3px;
  left: 25px;
  color: #ffffff;
  content: '\f15b';
  font-family: 'FontAwesome';
}
#left_menu h3 {
  margin: 0 0 5px 0;
  padding: 3px 25px;
  margin-top: 15px;
}
#left_menu a:hover {
  background-color: #666666;
}
#left_menu .sub_menu:not(.top) {
  background-color: #2c3e50;
  padding: 0;
}
#left_menu .sub_menu *:first-child {
  margin-top: 10px;
}
#left_menu .sub_menu *:last-child {
  margin-bottom: 10px;
}


  .menu_top_menu {
    height: 0;
    overflow: hidden;
  }
  .menu_top_parent {
    position: relative;
    cursor: pointer;
  }
  .menu_top_parent:hover {
    background-color: #666666;
  }
  .menu_top_parent::after {
    position: absolute;
    top: 5px;
    right: 25px;
    color: #ffffff;
    font-family: 'FontAwesome';
    content: '\f0da';
    font-size: 120%;
  }
  .menu_top_parent.active::after {
    content: '\f0d8';
  }




#right_col {
  padding: 0 45px 25px 45px;
  vertical-align: top;
  display: table-cell;
}
#title_bar {
  padding: 40px 0 25px 0;
}
#title_search {
  margin-top: -7px;
  margin-right: -15px;  
  font-size: 130%;
  color: #000;
}
#title_search_mob {
  font-size: 24px;
  padding: 2px;
  margin-top: 2px;
}
#title_search, #title_search_mob {
  float: right;
  color: #000 !important;
  text-decoration: none !important;
  font-weight: bold;
  text-align: left;
  line-height: 100%;
  background: transparent !important;
  border: 0 !important;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 160px;
  font-family: 'Fontawesome', 'OpenSans', sans-serif;
  text-align: right;
}
#title_search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
  color: #000;
}
#title_search:focus::-webkit-input-placeholder {
  color: #ccc !important;
}
#title_search::placeholder-shown {
  color: #000 !important;
  opacity: 1;
  text-align: right;
}
#title_search_mob::placeholder-shown {
  color: #fff !important;
}
#title_search_mob::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
  color: #fff;
}
#title_search::placeholder, 
#title_search_mob::placeholder
{
  opacity: 1;
}
#title_search:focus, #title_search_mob:focus {
  background: #fff !important;
  margin-right: 0;
  width: 250px;
  cursor: text;
  border: 1px solid #D6D6D6 !important;
  text-align: left;
}
#title_search_mob:focus {
  font-weight: normal;
  font-size: 14px;
  line-height: 170%;
}
#title_search:focus::placeholder, #title_search_mob:focus::placeholder {
  opacity: 0;
}
#content_area {
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  box-sizing: border-box;
  background: #fff;
  padding: 40px 60px;
  overflow: auto;
  position: relative;
}
#content_area.trans {
  border: 0;
  background: transparent;
  padding: 0;
  overflow: visible !important;
}
#content_area.no-overflow {
  overflow: visible !important;
}

#dashboard_panels_container {
  overflow: auto;
}
.dashboard_box {
  border: 1px solid #D5D5D5;
  border-radius: 5px;  
  background: #fff;
  margin-bottom: 25px;
  margin-right: 325px;
  box-sizing: border-box;
}
.dashboard_box.wide {
  margin-right: 0;
}
.dashboard_box.floated {
  float: right;
  width: 300px;
  margin-right: 0;
}
.dashboard_box img {
  width: 100%;
  height: auto;
}

.dashboard_box_content {
  padding: 25px;
}
.dashboard_box_content_columns {
  display: table;
  width: 100%;
}
.dashboard_box_content_left {
  display: table-cell;
  padding-right: 25px;
  width: 70%;
  border-right: 1px solid #e6e6e6;
}
.dashboard_box_content_right {
  display: table-cell;
  padding-left: 25px;
  width: 30%;
}
.dashboard_box_content_right a::after {
  content: '\f0da';
  font-family: 'FontAwesome';
  text-decoration: none !important;
  display: inline-block;
  padding-left: 10px;
}
.dashboard_box_content.announcement,
.dashboard_box_content.alert {
  padding-left: 70px;
  position: relative;
  min-height: 30px;
}
.dashboard_box_content.announcement::before  {
  content: '\f05a';
  color: #C3C3C3;
}
.dashboard_box_content.alert::before  {
  content: '\f071';
  color: #FE0000;
}
.dashboard_box_content.announcement::before,
.dashboard_box_content.alert::before  {
  top: 20px;
  left: 20px;
  font-size: 200%;
  font-family: 'FontAwesome';
  line-height: 100%;
  padding-right: 20px;
  position: absolute;
}
.dashboard_box .button {
  display: block;
  margin-top: 25px;
}
.dashboard_box h3 {
  background: #DEDEDE;
  color: ;
  padding: 15px 25px;
  margin: 0;
}
.dashboard_box h4 {
  margin: 5px 0;
  text-align: center;
}
.dashboard_box h4:first-child {
  margin: 0 0 5px 0;
}

.dashboard_quicklinks {
  margin: 0 325px 0 0;
}
.dashboard_quicklinks.wide {
  margin: 0 0 0 0;
}
.dashboard_quicklinks div {
  display: table;
  border-spacing: 5px;
  width: 100%;
  margin: 20px 0;
}
.dashboard_quicklinks a {
  display: table-cell;
  text-align: center;
  width: 16.7%;
  text-decoration: none !important;
  vertical-align: top;
  font-size: 90%;
  line-height: 120%;
  transition: all 0.4s ease-out;
}
.dashboard_quicklinks a i {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  text-decoration: none !important;
}
.dashboard_quicklinks a:hover i {
  transform: scale(1.05);
}
.dashboard_messages_text i {
  display: inline-block;
  font-size: 150%;
  padding-right: 10px;
}
#dashboard_messages a {
  display: block;
  margin-bottom: 5px;
}
#dashboard_messages a.unread {
  font-weight: bold;
}
#dashboard_messages a.unread i {
  color: #3DC73D !important;
}
#dashboard_messages a i {
  display: inline-block;
  font-size: 150%;
  padding-right: 10px;
  text-decoration: none !important;
  color: #ccc;
}
#dashboard_holiday_info_table {
  border-spacing: 0;
  margin: 20px 0;
  width: 100%;
}
#dashboard_holiday_info_table td {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #fff;
  background: #F2F2F2;
  padding: 5px;
  color: #000;
  vertical-align: bottom;
  font-size: 90%;
}
#dashboard_holiday_info_table td:last-child {
  font-weight: bold;
  width: 32%;
}
#dashboard_holidays_alloc {
  display: table;
  min-width: 248px;
  width: 60%;
  margin: 0 auto;
}
#dashboard_holidays_alloc div {
  display: table-cell;
  width: 25%;
  vertical-align: top;
  font-size: 80%;
  text-align: center;
}
#dashboard_holidays_alloc div span {
  background: #AEE8AE;
  color: #fff;
  display: block;
  margin: 0 auto;
  width: 58px;
  height: 58px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  line-height: 100%;
  padding-top: 17px;
  border-radius: 50%;
}
#dashboard_holidays_alloc div:nth-child(2) span {
  background: #FF8C8C;
}
#dashboard_holidays_alloc div:nth-child(3) span {
  background: #D1B0E9;
}
#dashboard_holidays_alloc div:nth-child(4) span {
  background: #C9CADE;
}
#dashboard_holidays_remain {
  text-align: center;
  margin: 20px 0 15px 0;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 90%;
  line-height: 100%;
}
#dashboard_holidays_remain span {
  background: #444444;
  color: #ffffff;
  display: inline-block;
  padding: 10px 5px;
  border-radius: 3px;
  font-size: 24px;
  margin-right: 5px;
  vertical-align: middle;
}
.dashboard_calendar_link {
  display: block;
  text-align: center;
  margin-top: 10px;
}
.dashboard_calendar_link:first-child {
  margin-top: 0;
  margin-bottom: 10px;
}
.dashboard_back_link {
  display: block !important;
  background: #444444 !important;
  color: #ffffff !important;
  margin: 20px auto !important;
  text-align: center;
  float: none;
  width: 32.6666667%;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.dashboard_back_link i {
  font-size: 120%;
  margin-right: 10px;
  display: inline-block;
}
.dashboard_recent_changes_table {
  width: 100%;
  border: 0;
  border-spacing: 0;
}
.dashboard_recent_changes_table td {
  border-bottom: 1px solid #E6E6E6;
  padding: 5px 0;
  vertical-align: top;
}
.dashboard_recent_changes_table tr:first-child td {
  padding-top: 0;
}
.dashboard_recent_changes_table tr:last-child td {
  border-bottom: 0;
}

.dashboard_recent_changes_table td:last-child {
  text-align: right;
  width: 1%;
  white-space:nowrap;
  
}

.content_footer_link {
  font-size: 125%;
  display: inline-block;
  margin: 25px 0;
}
.content_footer_link.prev {
  float: left;
}
.content_footer_link.next {
  float: right;
  text-align: right;
}
.content_footer_link.prev::before {
  text-decoration: none !important;
  display: inline-block;
  padding-right: 10px;
  content: '\f0d9';
  font-family: 'FontAwesome';
  position: relative;
  font-size: 120%;
  top: 2px;
}
.content_footer_link.next::after {
  text-decoration: none !important;
  display: inline-block;
  padding-left: 10px;
  content: '\f0da';
  font-family: 'FontAwesome';
  position: relative;
  font-size: 120%;
  top: 2px;
}



#footer {
  padding: 25px 40px 25px 25px;
  background: #2c3e50;
  color: #ffffff;
  font-size: 85%;
}
#footer a {
  color: #ffffff;
}
#footer_copyright {
  text-align: right;
  float: right;
}


@media all and (max-width: 1200px) {
  .dashboard_box, .dashboard_quicklinks {
    margin-right: 0;
  }
  .dashboard_box.floated {
    float: none;
    width: 100%;
  }
  .dashboard_box img {
    display: none;
  }
}
@media all and (max-width: 990px) {
  #left_col {
    float: none;
    display: block;
    width: 100%;
  }
  #left_menu_container {
    height: 0;
    overflow: hidden;
    position: absolute;
    filter: brightness(1);
    z-index:900;
  }
  #left_menu {
    padding-top: 15px;
  }
  #right_col {
    float: none;
    display: block;
    padding: 0 25px 25px 25px;
    box-sizing: border-box;
  }
  #title_search {
    display: none;
  }
  #mobile_bar {
    display: block;
  }
  #header {
    padding: 0 15px;
  }
  #header b {
    display: none;
  }
  #footer {
    text-align: center;
  }
  #footer_copyright {
    text-align: center;
    float: none;
    padding-top: 10px;
  }
  .users_manage_users_table th {
    display: none;
  }
  .users_manage_users_table td:nth-child(3),
  .users_manage_users_table td:nth-child(6),
  .users_manage_users_table td:nth-child(7){
    display: none;    
  }
}
@media all and (max-width: 700px) {
  .dashboard_quicklinks div {
    display: block;
    margin-top: -5px;
    margin-bottom: 25px;
  }
  .dashboard_quicklinks a {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    margin-top: 15px;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
  } 
  .dashboard_box_content_columns {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .dashboard_box_content_left {
    display: block;
    box-sizing: border-box;
    width: 100%;
    border-right: 0;
    padding: 0;
  }
  .dashboard_box_content_right {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 25px 0 0 0;
  }
  #header {
    font-size: 90%;
  } 
  #header_links a b {
    width: 24px;
    height: 24px;
  }
  .users_absence_footer .button {
    width: 100% !important;
    float: none;
    margin-bottom: 10px;
  }
  #content_area {
    padding: 20px 20px;
  }
  #users_calendar_group_container {
    float: none !important;
    text-align: left !important;
    margin: 0px 0 30px 0 !important;
    font-size: 80%;
  }
  #users_calendar_group_container label {
    display: none;
  }
  #users_calendar_group_container select {
    width: 80%;
    max-width: 400px;
  }
  .users_calendar_toggle_button {
    display: block !important;
    width: 100% !important;
  }
  .dashboard_back_link {
    width: 100% !important;
    max-width: 450px !important;
    clear: both;
  }
  .tablestyle_table.calendar_users_table {
    font-size: 80% !important;
    line-height: 120%;
  }
  .users_calendar_drag_block {
    width: 25px !important;
    height: 25px !important;
  }
  
  #manage_users_filters {
    position: relative;
    top: 15px;
  }
  #manage_users_filters label {
    display: block;
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  #manage_users_filters select {
    display: block;
    float: none;
    width: 100%;
  }
  .users_manage_users_table td {
    font-size: 80% !important;
   }
  .users_manage_users_table td:nth-child(3),
  .users_manage_users_table td:nth-child(4),
  .users_manage_users_table td:nth-child(5),
  .users_manage_users_table td:nth-child(6),
  .users_manage_users_table td:nth-child(7){
    display: none;  
  }
  .users_manage_users_table td.users_actions a i {
    font-size: 100% !important;
  }
  .content_footer_link {
    float: none !important;
    box-sizing: border-box;
    width: 100%;
    text-align: center !important;
  }
}

@media all and (max-width: 450px) {
  h1 {
    font-size: 26px !important;
  }
  .dashboard_quicklinks a {
    width: 50%;
  }  
  #header {
    font-size: 80%;
  }
  /*
  #header_links a:last-child {
    display: none;
  }
  */
  #header_links a b {
    padding-top: 2px;
    box-sizing: border-box;
  }
  .calendar_users_table td:nth-child(4),
  .calendar_users_table td:nth-child(5),
  .calendar_users_table td:nth-child(6),
  .calendar_users_table td:nth-child(7){
    display: none;  
  }
  .calendar_users_table th:nth-child(4){
    display: none;  
  
  }
  #dashboard_holidays_alloc div span {
    padding-top: 12px;
    font-size: 14px;
    width: 40px;
    height: 40px;
  }
  
  #dashboard_holidays_alloc {
    min-width: 0;
    width: 100%;
  }
  #dashboard_holidays_alloc div {
    font-size: 60%;
  }
  .navigation_sub_menu down {
    left: 100px !important;
    
  }
  .header_user_menu_icons a {
    padding: 15px 5px !important;
  }
  #right_col {
    padding: 0 20px 20px 20px;
  }
}
@media all and (max-width: 350px) {  
  #right_col {
    padding: 0 10px 10px 10px;
  }
}

.print_link {
  display: inline-block;
  margin: 0 0 20px 0;
  float: right;
  text-align: right;
  font-size: 150%;
}
#calendar_summary_print {
  clear: both;
}
.page_print_header {
  margin-bottom: 20px;
  display: none;
}
h1 i.fa-print {
  font-size: 70%;
  display: inline-block;
  margin-left: 20px;
}
@media print {
  @page {size: portrait}
  .print_hide #main_container {
    height: 1px;
    overflow: hidden;
  }
  .print_content {
    background-color: #fff;
    min-height: 100%;
    height: auto;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 15px;
    z-index: 999999999;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
  }
  .print_content * {
    color: #000 !important;
    text-shadow: none !important;
  }
  .page_print_header {
    display: block;
  }
  #header, #left_col, .content_footer_link, #footer {
    display: none;
  }
  #content_area {
    border:0;
    padding: 20px 0;
    font-size: 12px !important;
    line-height: 120%;
  }
  #title_bar {
    padding: 20px 0 0 0;
  }
}    


.employee_tabs_alert {
  margin: 20px 0;
  background: #eee;
  border: 2px solid red;
  padding: 20px;
  box-sizing: border-box;
  color: #000;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
  font-weight: bold;
  display: none;
}
.employee_tabs_alert .button {
  padding: 5px 15px;
  display: block;
  margin-top: 20px;
 }

.tab_section_header {
  background: #00abf0;
  color: #fff;
  border-radius: 4px;
  display: block;
  padding: 10px 50px 10px 10px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  text-decoration: none !important;
  box-sizing: border-box;
  position: relative;
}
.tab_section_header:hover {
  filter: brightness(1.1);
  color: #fff !important;
  text-decoration: none !important;
}
.tab_section_header::after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  position: absolute;
  top: 10px;
  right: 10px;
}

.tab_section_header.active::after {
  content: '\f0d8';
}
/* Form buttons */
  
.button {
  background-color: #00abf0; 
  color: #ffffff !important;
  text-decoration: none !important;
  border-width: 0;
  border-radius: 5px;
  font-family: inherit;
  font-weight: bold;
  font-size: inherit;
  padding: 12px 50px;
  cursor: pointer;
  transition: all 0.2s ease-out; 
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
}
.button.stretch {
  width: 100%;
  padding: 12px;
}
.button.padded {
  padding: 20px 30px; 
  font-size: 14px; 
}
.button:hover {
  opacity: 0.8 !important;
}
.button i.fa.fa-lg {
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
  top: -2px;
}

/* Form input fields / text areas */

.inputbox {
  background-color: #fff !important;
  color: #4D4D4D !important;
  border: 1px solid #D6D6D6 !important;
  font-size: 16px;
  font-family: inherit;
  padding: 15px;
  font: inherit;
  box-sizing: border-box;
  transition: all 0.2s ease-out;
  box-sizing: border-box;
}
.inputbox:hover {
  border-color: #eeeeee !important;
}
.inputbox:disabled {
  background-color: #fbfbfb !important;
  border-color: #fbfbfb !important;
}
.inputbox.highlight {
    border: 2px solid red !important;
    background: #FFCFCF !important;
    font-weight: bold;
}

.input_error {
  color: black !important;
  border: 2px solid #E22222 !important;
  font-size: 16px;
}
.inputbox.date {
  background-repeat: no-repeat;
  background-position: center right;
  position: relative;
  background: url(/solopress/library/templates/default/resources/mono-calendar.png) no-repeat center right;
}
/*
.inputbox.wide {
  width: 100% !important;
}
.select2-hidden-accessible {
  width: 100% !important;  
}
*/
.select2-container {
  width: 100% !important;
}

/* Forms */


form { 
  margin: 0; 
  padding: 0; 
}

.form_container {
  /*min-width: 600px; */
}

.forms_item_container { 
  display: table;
  width: 100%;
  padding: 10px 0; 
  overflow: auto;
}
.form_container h2 {
  clear: both; 
  margin-top: 25px;
}
.forms_item_label { 
  display: table-cell; 
  width: 33.3333333%;
  text-align: left; 
  vertical-align: top;
  padding-top: 15px;
  position: relative;
}
label span.required::after {  
  content: '\f069';
  opacity: 0.4;
  font-size: 70%;
  font-family: 'FontAwesome';
  padding-left: 5px;
  position: relative;
  top: -2px;
  display: inline-block;
}
.forms_item_input_container { 
  display: table-cell; 
  width: 66.666666%;
  padding-left: 2%;
  vertical-align: middle;
}


@media all and (max-width: 900px) {
  .forms_item_container,
  .forms_item_label,  
  .forms_item_input_container { 
    display: block;
    width: 100%;
  }
  .forms_item_input_container { 
    padding: 0 0 10px 0;
  }
}


.forms_item_input_container span { 
  font-size: 80%; 
  display: block; 
  clear: both;
}
.forms_item_input_container .inputbox { 
  width: 85%; 
}
.forms_item_input_container input[type='checkbox'] {
  visibility: hidden;
}
.forms_item_input_container .input_checkbox_container {
  position: relative;
  width: 30px;
  height: 30px;  
}
.forms_item_input_container .input_checkbox_container label {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #D5D5D5;
  cursor: pointer;
  border-radius: 3px;  
}
.forms_item_input_container .forms_item_columnmode_container input[type=checkbox] + label {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  border: 1px solid #D5D5D5;
  cursor: pointer;
  border-radius: 3px; 
}
.forms_item_input_container .input_checkbox_container label::after,
.forms_item_input_container .forms_item_columnmode_container input[type=checkbox] + label::after {
  content: '\f00c';
  font-size: 20px;
  position: absolute;
  top: 4px;
  left: 5px;
  font-family: 'FontAwesome';
  color: #444444;
  opacity: 0;
}
.forms_item_input_container .input_checkbox_container label:hover::after,
.forms_item_input_container .forms_item_columnmode_container input[type=checkbox] + label:hover::after {
  opacity: 0.2;
}
.forms_item_input_container .input_checkbox_container input[type=checkbox]:checked + label::after,
.forms_item_input_container .forms_item_columnmode_container input[type=checkbox]:checked + label::after {
  opacity: 1;
}

.forms_item_input_container textarea { 
  height: 100px; 
  width: 85% !important;
}
.forms_item_columnmode_container_table {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  table-layout: auto;
  max-width: 500px;
}
.forms_item_columnmode_container { 
  padding: 3px 0 3px 0; 
  text-align: center; 
  float: none;
  position: relative;
}
.forms_item_columnmode_container label.hidden {
  display: none;
}
.forms_item_columnmode_container .inputbox {
  width: 70px;
}
.forms_item_columnmode_container label { 
  display: block; 
}
.forms_balloon_icon {
  display: block;
  width: 16px;
  height: 16px;
  margin: -1px 0 0 5px;
  padding: 2px 5px 2px 5px;
  background: url(/solopress/library/templates/default/resources/tiny_info.png) no-repeat center center;
  float: right;
  cursor: pointer;
}

.form_fieldset {
  background: #C0C0FF;
  margin: 15px 0 15px 0;
  padding: 15px 100px 15px 20px;
  border: 2px solid #c0c0c0;
  background-repeat: no-repeat;
  background-position: top right;
  *position: relative;
}
.form_legend {
  font-weight: bold;
  color: #000;
  font-size: 15px;
  padding: 0 10px 0 10px;
  *position: relative; 
  *top: -1.5em; 
}

.form_buttons_container {
  margin: 10px 0 20px 0;
  padding: 5px 0 20px 0;
  white-space: nowrap;
  background: transparent;
  text-align: center;
  clear: both;
  width: 90.3%;
}
.form_buttons_container.full {
  width: 100%;
}
.form_buttons_container .button {
  float: right;
}
.forms_branding_logo {
  float: right; 
}

/* AJAX category tree (list) */
.forms_category_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: block;
  width: 300px;
  margin-top: -5px;
}
.forms_category_list div ul { 
  width: 100% !important;
  margin-top: 5px;
  border-bottom: 1px solid #444444;
}
.forms_category_list li {
  padding: 5px 0 5px 15px;
  display: block;
  background: #2c3e50;
  color: #4D4D4D;
  border-left: 7px solid #444444;
  cursor: pointer;
}

.forms_category_list li label {
  display: block;
}
.forms_category_list li:hover {
  /* background-color: #444444 !important;
  color: #fff;*/
}
.forms_category_list li.has_children {
  background: #2c3e50 url(/solopress/library/templates/default/resources/plus.png) no-repeat right 10px;
}
.forms_category_list li div {
  background: #444444; 
}
.forms_category_list li input {
  float: left;
  display: block;
  margin: 2px 10px 0 5px;
  border-right: 1px solid #fff;
}

/* User input wizards (e.g. adding new items) */

.stages_container {
  height: 120px;
  background: #D6E5C3;
}
.stage_block {
  width: 100px;
  height: 100px;
  float: left;
  text-align: center;
  background-position: 12px 10px;
  background-repeat: no-repeat;
}
.stage_block_label {
  color: #4D642C;
  font-weight: bold;
  padding-top: 90px;
}
.stage_block_label_disabled {
  color: #7A9F45;
  padding-top: 90px;
}

/* User comments */

.forms_item_comment_link_container {
  overflow: auto; 
  clear: both;
  overflow: hidden;
}
.forms_item_comment_link {
  display: block;
  float: right;
  width: 85px;
  text-align: left;
  padding: 10px 0 5px 25px;
  font-size: 10px;
  background: url(/solopress/library/templates/default/resources/small_edit.gif) no-repeat 0 5px;
  margin: 1px 5px 0 0;
}
.forms_item_comment_container {
  clear: left;
  padding: 10px;
  margin: 20px auto 10px auto;
  width: 400px;
  border: 1px solid #999;
  display: none;
}
.forms_item_comment_container textarea {
  border: 1px solid #999;
  background-color: #fff;
  width: 100%;
  height: 100px;
  margin-top: 5px;
}
.forms_item_usercomment {
  clear: both;
  margin: 20px auto 10px auto;
  width: 400px;
  border: 1px solid #61992F; 
  padding: 10px 10px 10px 50px;
  font-size: 11px;
  min-height: 20px;
  text-align: left;
  background: #E1F1CF url(/solopress/library/templates/default/resources/small_user.gif) no-repeat 11px 10px;  
}
.forms_item_admincomment {
  clear: both;
  margin: 20px auto 10px auto;
  width: 400px;
  border: 1px solid #E7A007; 
  padding: 10px 10px 10px 50px;
  font-size: 11px;
  min-height: 20px;
  text-align: left;
  background: #FEF9D0 url(/solopress/library/templates/default/resources/small_admin.gif) no-repeat 11px 10px;  
}
.forms_item_moderatorcomment {
  clear: both;
  margin: 20px auto 10px auto;
  width: 400px;
  border: 1px solid #DB911D; 
  padding: 10px 10px 10px 50px;
  font-size: 11px;
  min-height: 20px;
  text-align: left;
  background: #F9DBC5 url(/solopress/library/templates/default/resources/small_moderator.gif) no-repeat 11px 10px;  
}

/* Tooltips */


.tooltip_container {
  background: #2c3e50;
  padding: 15px 15px;
  font-size: 15px;
  color: #ffffff;
  max-width: 300px;
  min-width: 200px;
  width: auto;
  z-index: 9999999;
  border-radius: 3px;
}
.tooltip_container.success {
  background: #8DC572;
  color: #fff;
}
.tooltip_container.success div {
  text-shadow: 1px 1px 0 #719E5B;  
}
.tooltip_container.success.right:after,
.tooltip_container.success.left:after
{
  background: #8DC572;
}
.tooltip_container.error {
  background: #BE6464;  
  color: #fff;
}
.tooltip_container.error div {
  text-shadow: 1px 1px 0 #985050;  
}
.tooltip_container.error.right:after,
.tooltip_container.error.left:after
{
  background: #BE6464;
}
.tooltip_container.right {
  margin-top: -10px;
  margin-left: 10px;
}
.tooltip_container.left {
  margin-top: -10px;
  margin-left: -10px;
}
.tooltip_container.top {
  margin-top: -10px;
}
.tooltip_container.bottom {
  margin-top: 10px;
}

.tooltip_container div {
  /*text-shadow: 1px 1px 0 #000;*/
}
.tooltip_container.right:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 15px;
  left: -7px;
  background: #2c3e50;  
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.tooltip_container.left:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 15px;
  right: -7px;
  background:#2c3e50;  
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.tooltip_container.top:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: -7px;
  left: 7px;
  background:#2c3e50;  
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
.tooltip_container.bottom:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: -7px;
  left: 7px;
  background: #2c3e50;  
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
.tooltip_container .calendar_container {
  font-size: 90%;
}
.tooltip_container .calendar_prev_link,
.tooltip_container .calendar_next_link {
  margin-left: 0;
  width: 24px;
}


@media all and (max-width: 700px) {
  .forms_item_input_container .inputbox,
  .forms_item_input_container textarea,
  .form_buttons_container { 
    width: 100% !important;
  }  
  .forms_item_label {
    display: block;
    width: 100%;
    box-sizing: border-box;
  } 
  .forms_item_input_container {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .forms_item_columnmode_container label.hidden {
    display: inline;
  }
} 
/* Site search */

#site_search {
  padding: 30px 0 0 0;
  float: right;
  white-space: nowrap;
}

#contact_stuff {
  clear: left;
  padding-top: 10px;
  text-align: left;
  width: 229px;
  float: right;
  color: #8b8b8b;
  font-size: 15px;
}

#site_search label {
  display: none;
}
#site_search_search {
  width: 190px;
  display: block;
  float: left;
  height: 38px;
  border-top: 1px solid #2c3e50 !important;
  border-right: 0 !important;
  border-bottom: 1px solid #2c3e50 !important;
  border-left: 1px solid #2c3e50 !important;
  background: #fff !important;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0 0 0 10px !important;
  font-size: 13px !important;
  color: #8b8b8b !important;
}
#site_search_go {
  width: 40px;
  float: left;
  display: block;
  height: 40px;
  border-top: 1px solid #2c3e50 !important;
  border-right: 1px solid #2c3e50 !important;
  border-bottom: 1px solid #2c3e50 !important;
  border-left: 0 !important;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #fff url(/solopress/library/templates/default/resources/search_glass.png) no-repeat center center !important;
  cursor: pointer;
  font-size: 1px;
  color: transparent !important;
}

/* Search results */

.site_search_item {
  list-style-image: none;
  list-style-type: none;
  margin-top: 5px;
  margin-left: 0;
  padding-left: 0;
  color: inherit;
  display: block;
  clear: both;
}
.site_search_item img {
  height: auto;
  float: right;
  clear: right;
  margin: 0 0 0 20px;
}
.site_search_item hr {
  clear: both;
}
.site_search_item a {
  display: block;
  color: #333;
  overflow: auto;
  padding: 20px;
  background: #fcfcfc;  
  text-decoration: none !important;
  border-left: 3px solid #dedede;
  color: #888 !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.site_search_item a:hover {
  background: #eee !important;  
}
.site_search_item .heading {
  display: block;
  font-size: 120%;
  margin: 0 0 5px 0;
  color: #333;
}

/* Search results (dropdown / popup) */


.search_results_dropdown_container {
  box-sizing: border-box;
  padding:10px;
  border: 1px solid #EDEDED;
  margin-top: 5px;
  min-width: 240px;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
  max-width: 400px;  
  overflow: hidden;
  background: #fff;
}

.search_results_dropdown_container {
  font-size: 75%;
  line-height: 110%;
}
.search_results_dropdown_container .site_search_item a {
  padding: 10px 15px;
}
.search_results_dropdown_container .site_search_item:nth-child(2n+1) a {
  background: #f8f8f8;
}

.search_results_dropdown_container .site_search_item {
  margin-bottom: 0;
  margin-top: 0;
}

.search_results_dropdown_container .site_search_item li {
  padding-bottom: 0;
}
.site_search_item a {
  border-left: none;
  
}
.search_results_dropdown_container .site_search_item img {
  width: 32px;
}
.search_results_dropdown_container .emphasisedtext {
  display: none;
}
.search_results_more_link {
  padding-top: 15px;
  display: block;
  text-align: center;
}
.search_results_dropdown_container .site_search_item .heading {
  font-size: 160%;
}

/* Special products (eg on home page) - 
   these are selectable within control panel */

#shop_special_products {
  width: 475px;
}
.shop_product_special {
  width: 150px;  
  height: 180px;
  overflow: hidden;
  margin: 1px;
  float: left;
  background: #fff;
  border: 1px solid #fff;
}
.shop_product_special_heading {
  font-size: 14px;
  font-weight: bold;
  background: #57647C;
  color: #fff;
  padding: 5px;
  text-align: center;
}
.shop_product_special_details {
  padding: 5px;
  background: #C0C0FF;
  font-size: 10px;
  color: #57647C;
  line-height: 130%;
}
.shop_product_special_image {
  text-align: center;
  padding-bottom: 5px;
}
.shop_product_special_description {
  font-weight: bold;
  font-size: 11px;
  text-align: center;
}
.shop_product_special_price {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

/* Main special product - extra large one, eg on home page */

#shop_special_product_main {
  background: #57647C;
  border: 3px solid #333;
  padding: 20px 20px 20px 20px;
  width: 680px;
  overflow: auto;
  line-height: 140%;
  font-size: 11px;
  color: #fff;
}
#shop_special_product_main a {
  font-weight: bold;
  text-decoration: underline;
  color: #000040;
}

#shop_special_product_main h1 {
  color: #fff;
  padding: 0;
  margin: 0 0 5px 0;
  line-height: 100%;
}

#shop_special_product_main h2 {
  color: #000040;
  font-size: 22px;
  text-decoration: line-through;
}

#shop_special_product_main b {
  font-size: 14px;
  display: block;
  padding: 0;
  margin: 0 0 5px;
}

#shop_special_product_main img {
  width: 215px;
  height: 215px;
  border: 2px solid #333;
  display: block;
  float: right;
}
.shop_special_product_content {
  float: left;
  width: 430px;
}

.shop_special_product_price {
  font-size: 38px;
  font-weight: bold;
  padding: 5px 0;
}

.shop_special_product_save_splash {
  display: block;
  float: right;
  width: 80px;
  height: 50px;
  background: #000;
  border: 2px solid #fff;
  text-align: center;
  position: relative;
  top: 5px;
  padding-top: 10px;
}

.shop_special_product_save_splash b {
  font-size: 19px !important;
  font-weight: bold;
}
/* Standard Log-in controls */ 

#site_login_container { 
  font-size: 11px;
  padding: 10px;
  text-align: left;
}

#site_login_username, #site_login_psw {
  margin: 0 0 3px 0;
  width: 120px;
}

#site_login_go {
  font-size: 11px;
  margin: 5px 0 10px 105px;
}

#site_login_container .form_label {
  width: 100px;
  text-align: right;
  float: left;
  margin-right: 5px;
}

#site_login_container .section {
  margin: 2px 0 2px 0;
}

/* Side Log-in controls */

#side_login_heading {
  margin: 15px 0 5px 0;
  text-align: left
}
#side_login_loggedin {
  padding: 5px 0 5px 0;
  text-align: left;
  font-weight: normal;
}
.side_login_options {
  text-align: left;
  padding: 6px 0 0 0;
}
#side_login_username, #side_login_psw {
  margin: 0 0 3px 0;
  width: 100%;
}
#side_login_remember_me {
  position: relative;
  top: 1px;
}
#side_login_go {
  padding: 1px 0 1px 3px;
  font-size: 11px;
  width: 29px;
}

/* User menu / icons */

#user_menu {
  padding: 0 10px 15px 10px;
  width: 300px;
}
#user_menu a {
  display: block;
  clear: left;
  margin: 0 0 0 0;
}
#user_menu span {
  position: relative;
  top: 8px; 
}
#user_menu img {
  width: 33px;
  height: 40px;
  float: left;
  padding: 0 10px 0 0;
}

/* User file downloads */

.user_files_list_container {
  clear: both;
  margin: 20px 0;
  border: 1px solid #444444 !important;
  border-radius: 10px;
  padding: 15px 25px;
  overflow: auto;
}
.user_files_list_container a {
  display: block;
  float: left;
  width: 170px;
  padding: 40px 0 0 0;
  margin: 10px 10px;
  background-repeat: no-repeat;
  background-position: top center;
  text-decoration: none !important;
  color: #4D4D4D !important;
  opacity: 1;
  text-align: center;
  word-wrap: break-word;
  height: 30px;
  overflow: hidden;
  line-height: 120%;
  font-size: 12px;
}
.user_files_list_container a:hover {
  color: #444444 !important;
  opacity: 0.9;
}
.user_files_list_container h3 {
  margin-bottom: 30px;
}
.user_shared_file_link {
  display: block;
  padding: 13px 10px 10px 40px;
  margin: 5px;
  background-repeat: no-repeat;
  background-position: top left;
  text-decoration: none !important;
  color: #4D4D4D !important;
  opacity: 1;
  text-align: left;
  word-wrap: break-word;
  overflow: hidden;
  line-height: 100%;
  font-size: 12px;
}
.user_shared_file_link:hover {
  color: #444444 !important;
  opacity: 0.9;
}

/* NEW user file libraries (yourHR) */

.user_file_library_container {
  min-height: 100px;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 20px;
  position: relative;
  overflow: auto;
}
.user_file_library_upload_form {
  background: #fdfdfd;
  width: 48%;
  min-height: 250px;
  float: right;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
}
.user_file_library_upload_form.draggable {
  border: 2px dashed #eee;
}
.user_file_library_upload_form.dragover {
  border: 2px dashed #000 !important;
}
.user_file_library_files_list {
  width: 48%;
  min-height: 200px;
  float: left;
  box-sizing: border-box;
}
.user_file_library_files_list.wide {
  float: none;
  width: 100%;
}
.user_file_library_files_list .success_alert {
  box-sizing: border-box;
  min-height: 250px;
  background: #fdfdfd;
  border: 0;
}
.user_file_library_files_list a {
  display: block;
  box-sizing: border-box;
  background: #fdfdfd;
  border-radius: 5px;
  padding: 10px 10px 10px 50px;
  margin-bottom: 10px;
  text-decoration: none !important;
  transition: all 0.2s ease-out;
  word-wrap:break-word;
  position: relative;
}
.user_file_library_files_list a:hover {
  background: #fafafa;  
}
.user_file_library_files_list a::before {
  content: '\f016';
  font-family: 'FontAwesome';
  font-size: 30px;
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);  
}
.user_file_library_files_list a.type-excel::before {
  content: '\f1c3' !important;
}
.user_file_library_files_list a.type-word::before {
  content: '\f1c2' !important;
}
.user_file_library_files_list a.type-powerpoint::before {
  content: '\f1c4' !important;
}
.user_file_library_files_list a.type-pdf::before {
  content: '\f1c1' !important;
}
.user_file_library_files_list a.type-video::before {
  content: '\f1c8' !important;
}
.user_file_library_files_list a.type-audio::before {
  content: '\f1c7' !important;
}
.user_file_library_files_list a.type-image::before {
  content: '\f1c5' !important;
}
.user_file_library_files_list a.type-zip::before {
  content: '\f1c6' !important;
}
.user_file_upload_message {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  text-align: center;
  font-size: 120%;
  padding: 10%;
  box-sizing: border-box;
  transform: translate3d(-50%,-50%,0);
}
.user_file_upload_message::before {
  display: block;
  width: 100%;
  text-align: center;
  content: '\f093';
  font-family: 'FontAwesome';
  font-size: 70px;
  color: #eee;
  padding-bottom: 30px;
}

.user_file_library_upload_form input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.user_file_library_upload_form label {
  color: #00abf0;
  text-decoration: underline;
  font-weight:bold;
  cursor: pointer;
}
.user_file_library_upload_form label:hover {
  color: #2c3e50;
}

.employee_db_tabs {
  margin-top: 20px;
}
.employee_db_tab {
  font-weight: normal;
  padding: 5px 10px;
  font-size: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 2px;
  display: inline-block;
  background-color: #00abf0;
  color: #444444 !important;
  text-decoration: none !important;
  border-width: 0;
  cursor: pointer;
  transition: all 0.2s ease-out;
  box-sizing: border-box;
  text-align: center;
}
.employee_db_tab:hover {
  opacity: 0.8;
}
.employee_db_tab.tab_active {
  color: #4D4D4D !important;
  background-color: #DEDEDE !important;
}
h2.employee_db_tabs_title {
  color: #4D4D4D;
  text-align: center;
  margin: -1px 0 0 0;
  padding: 10px 5px;
  background-color: #DEDEDE;
}
.employee_db_tabs_content_body {
  background: #fff;
  border: 1px solid #ededed;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  margin-bottom: 15px;
  padding: 10px;
  box-sizing: border-box;
  min-height: 400px;
}
.employee_db_save_btn {
  text-align: center;
  width: 220px;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  margin: 0 0 10px auto;
}
.employee_db_request_btn {
  text-align: center;
  width: 220px;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  margin: 0 auto 10px 0;
  float: left;
}
.employee_db_insert_btn {
  text-align: center;
  width: 100%;
  height: 40px;
  display: block;
  margin: 0 0 0 auto;
  padding: 0 5px;
}


#employee_db_search_container {
  width: 100%;
  display: table;
  table-layout: fixed;
}
#employee_db_search_left {
  display: table-cell;
  width: 80%;
  box-sizing: border-box;
  vertical-align: top;
}
#employee_db_search_right {
  display: table-cell;
  width: 230px;
  padding-left: 10px;
  box-sizing: border-box;
  vertical-align: top;
}
#employee_db_search_right_menu {
  display: none;
}
#employee_db_mob_menu {
  display: none;
}
@media all and (max-width: 700px) {
  #employee_db_search_right {
    width: 60px !important;
  }  
  #employee_db_search_right_menu {
    display: block;
    width: 40px !important;
  }
  #employee_db_search_right_menu.my-profile {
    position: absolute;
    right: 25px;
    top: 29px;
    z-index: 10;
  }
  .employee_db_tabs {
    display: none !important;
  }
  #employee_db_search_right button {
    font-size: 1px;
    color: rgba(255,255,255,0) !important;  
    width: 40px !important;
    position: relative;
    margin: 0 auto !important;
  }
  #employee_db_search_right button::before {
    font-size: 20px;
    content: '+';
    color: #fff;
    position: absolute;
    top: 5px;
    left: 0;
    width: 40px;
    text-align: center;
  }
  #employee_db_search_right_menu button {
    position: relative; 
    width: 40px;
  }
  #employee_db_search_right_menu button::before {
    font-size: 20px;
    content: '\f0c9';
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    top: 5px;
    left: 0;
    width: 40px;
    text-align: center;
    font-weight: normal !important;
    line-height: 28px;
  }
  #employee_db_mob_menu {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease-out;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-top: 5px;
    display: block;
  }
  #employee_db_mob_menu.active {
    max-height: 500px;
  }
  #employee_db_mob_menu > div {
    cursor: pointer;
    padding: 5px;
  }
  #employee_db_mob_menu > div:hover,
  #employee_db_mob_menu > div.active {
    background: #444444;
    color: #fff;
  }
}
.employee_tabs_footer_links {
  width: 100%;
  overflow: auto;
  padding-bottom: 10px;
}
.employee_tabs_footer_links .content_footer_link {
  margin-top: 0;
}  
/* Users / Profiles stuff */

#users_compose_link {
  padding: 10px;
  text-align: left;
}
.users_compose_label {
  width: 100px;
  text-align: right;
  float: left;
  padding: 0 10px 10px 0;
  font-weight: bold;
}
.users_compose_input, .users_compose_msg {
  margin-left: 115px; 
  padding: 0 10px 10px 0;
}
/* Popup / modal calendar */  

.calendar_pop_container {
  position: absolute;
  width: 200px;
  height: 220px;
  border: 1px solid #333;
  background: #fff;
  color: #000;
  padding: 5px;
  margin: 0 2px 0 2px;
  -moz-box-shadow: black 2px 2px 5px;
  -webkit-box-shadow: black 2px 2px 5px;
}
.calendar_pop_monthyear {
  height: 70px !important;
}
.calendar_pop_monthyear button {
  margin: 10px auto;
  display: block;
  width: 40px;
}
.calendar_pop_top_container {
  background-color: #6494B6;
  color: #000;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  overflow: auto;
  padding: 2px 0 2px 0;
}
.calendar_pop_top_container a { 
  color: #fff !important; 
  position: relative;
  top: -2px;
}
.calendar_pop_top_container img {
  width: 22px;
  height: 11px;
  position: relative;
  top: 5px;
  padding: 0 2px 2px 2px;
}
#calendar_pop_month, #calendar_pop_year {
  width: 60px !important;
  font-size: 11px !important;
  margin: 0 3px;
}
.calendar_pop_link_back {
  width: 30px;
  float: left;
  text-align: center;
}
.calendar_pop_link_forward {
  width: 30px;
  float: right;
  text-align: center;
}
.calendar_pop_days_table td, .calendar_pop_days_table th {
  width: 14.28%;
  text-align: center;
  font-weight: bold;
}
.calendar_pop_days_table th {
  font-size: 10px;
}
.calendar_pop_days_table td {
  font-size: 11px;
}
.calendar_pop_slot_empty {
  background-color: #EBF2F7;
  padding: 2px;
}
.calendar_pop_slot_weekday {
  background-color: #E2EBF2;
  padding: 2px;
}
.calendar_pop_slot_weekend {
  background: #D1E0EB;
  padding: 2px;
}
.calendar_pop_slot_passive {
  color: #c0c0c0;
  text-decoration: line-through;
  font-weight: normal;
  cursor: default;
}
.calendar_pop_slot_active, .calendar_pop_slot_active a:hover {
  color: #426C8A;
  cursor: pointer;
}
.calendar_pop_slot_active:hover {
  color: #000;
}
.calendar_pop_close {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2px 4px;
  text-align: right;
  margin: 3px 2px;
}

/* Calendar */

#calendar_container {
  width: 400px;
  padding: 5px;
  background-color: #fff;
}
#calendar_top_container {
  background-color: #E6ECC8;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  padding: 5px;
  margin: 0 2px 0 2px;
  text-align: center;
}
#calendar_top_container a { 
  color: #000; 
}
#calendar_link_back {
  width: 50px;
  float: left;
  text-align: center;
}
#calendar_link_forward {
  width: 50px;
  float: right;
  text-align: center;
}
#calendar_days_container {
  margin: 0 0 0 0;
}
#calendar_days_table td, #calendar_days_table th {
  width: 14.28%;
  text-align: center;
  font-weight: bold;
}
.calendar_day_title_weekend {
  padding: 5px 0 5px 0;
  background-color: #fff;
}
.calendar_day_title_weekday {
  padding: 5px 0 5px 0;
  background-color: #fff;
}
.calendar_slot_empty {
  background-color: #E6ECC8;
  padding: 10px 0 10px 0;
}
.calendar_slot_weekday {
  background-color: #F3F6E5;
  padding: 10px 0 10px 0;
  font-size: 19px;
}
.calendar_slot_weekend {
  background: #DEE6B6;
  padding: 10px 0 10px 0;
  font-size: 19px;
}
.calendar_slot_passive {
  color: #c0c0c0;
  text-decoration: line-through;
  font-weight: normal;
  cursor: default;
}
.calendar_slot_active, .calendar_slot_active a:hover {
  color: #F09E4C;
  cursor: pointer;
}
.calendar_slot_active:hover {
  color: #000;
}
#calendar_times_container {
  width: 396px;
  min-height: 100px;
  background-color: #E6ECC8;
  border-left: 2px solid #fff;
  padding-bottom: 5px;
}
#calendar_times_container h2 {
  text-transform: none;
  padding: 10px;
}
.calendar_times_slot {
  padding: 3px 10px 3px 10px;
  font-size: 12px;
  font-weight: normal;
  margin: 2px 10px 2px 10px;
}
.calendar_slots_active {
  color: #F09E4C;
  background: #F3F5E7;
  font-weight: bold;
  cursor: pointer;
}
.calendar_slots_active:hover {
  color: #000;
}
.calendar_slots_passive {
  color: #c0c0c0;
  text-decoration: line-through;
  font-weight: normal;
  cursor: default;
  background: transparent;
}

/* javascript inline calendar */


#mini_calendar_container {
  width: 100%;
  clear: both;
}
.calendar_top_container {
  background: #444444;
  color: #fff;
  padding: 5px;
  text-align: right;
  margin-bottom: 10px;
}
.calendar_top_container select {
  margin-right: 5px;
  display: block;
  float: left;
  padding: 0 5px !important;
}
.calendar_month_title {
  display: inline-block;
  float: left;
  padding-top: 3px;
  font-size: 17px;
}
.calendar_prev_link,
.calendar_next_link {
  display: inline-block;
  font-size: 25px;
  width: 25px;
  height: 25px;
  color: #fff !important;
  position: relative;
  top: 2px;
  text-decoration: none !important;
  margin-left: 10px;
  box-sizing: border-box;
}
.calendar_prev_link::before {
  content: '\0025C0';
  position: absolute;
  top: 0;
  right: 0;
}
.calendar_next_link::before {
  content: '\0025B6';
  position: absolute;
  top: 0;
  right: 0;
}
.calendar_prev_link:hover,
.calendar_next_link:hover {
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  cursor: default;
}
.calendar_prev_link:active,
.calendar_next_link:active {
  text-shadow: none;
  top: 4px;
  left: 1px;
}
.calendar_days_container {
  background: #fff;
  overflow: hidden;
}
.calendar_days {
  width: 100%;
  color: #666;
  text-align: center;
  cursor: default;
}
.calendar_days_table {
  border-spacing: 2px;
}
.calendar_days.current {
  position: static;
}
.calendar_slot {
  text-align: center;
  padding: 0;
  border: 1px solid #eee;
  vertical-align: top;
  width: 14.28571428571429%;
  position: relative;
  background-color: #fff;
}
.tooltip_container .calendar_slot {
  transition: all 0.2s ease-out;
}
.tooltip_container .calendar_slot:not(empty) {
  cursor: pointer;
}
.tooltip_container .calendar_slot:not(empty):hover {
  background-color: #444444 !important;
  color: #fff !important;  
}

.calendar_slot.empty {
  background-color: #fbfbfb;
}
.calendar_slot.today {
  background-color: #DAF4FC;
  color: #fff !important;
}
.calendar_slot.active {
  background-color: #4D585A !important;
  color: #fff !important;
}
.calendar_slot.highlight {
  background-color: #dedede !important;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}
.calendar_slot.changeover {
  background-color: #ccc !important;
  color: #fff !important;
}
.calendar_slot.weekend {
  background-image: url(/solopress/library/templates/default/resources/bg-stripes.png);
}
.calendar_slot.publicholiday {
  background-color: #F1FDDB;
}
.calendar_slot.selected {
  background-color: #333 !important;
  color: #fff !important;
}
.calendar_slot.dragend {
  border-right: 5px dotted #000;
  cursor: ew-resize !important;
}
.calendar_label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  padding: 3px;
  font-size: 80%;
  color: #65734D;
  line-height: 100%;
}
.calendar_slot_date {
  padding: 2px;
  line-height: 100%;
  font-size: 85%;
  background: #ddd;
  text-align: right;
  color: #666;
}
.calendar_slot_event {
  padding: 5px;
  margin-bottom:3px;
  text-align: left;
  font-size: 110%;
  line-height: 100%;
  text-shadow: 1px 1px 0 #000;
  color: #fff;
  transition: all 1s ease-out;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.calendar_slot_event.halfday, .calendar_slot_event.allhalf {
  background-image: url(/solopress/library/templates/default/resources/calendar-halfday.png);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: 100% 50%;
}
.calendar_slot_event:last-child {
  margin-bottom: 50px;
}
.calendar_slot_event.active {
  background-color: #C0FFC0;
}
.calendar_slot_event.inactive {
  background-image: url(/solopress/library/templates/default/resources/bg-stripes.png);
  filter: saturate(30%);
}
.calendar_slot_event.inactive b {
  font-size: 80%;
  display: block;
}
.calendar_slot_event.holiday {
  background-color: #79D779;
}
.calendar_slot_event.sickness {
  background-color: #FF4040;
}
.calendar_slot_event.maternity {
  background-color: #AE79D7;
}
.calendar_slot_event.other {
  background-color: #9B9CBF;
}
.calendar_slot_event.alert {
  background-color: #FF8080;
}
.calendar_slot_event.main {
  border-left: 4px solid #666;
}
.calendar_slot_event.spanafter {
  margin-left: 10px;
}
.calendar_slot_event.spanafter::before {
  position: absolute;
  top: 50%;
  left: -10px;
  width: 10px;
  height: 10px;
  background-color: inherit;
  content: ' ';
  transform: translateY(-50%) translateX(50%) rotate(-45deg);
  transform-origin: center center;
}
.calendar_slot_event.spanbefore {
  margin-right: 10px;
}
.calendar_slot_event.spanbefore::before {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 10px;
  height: 10px;
  background-color: inherit;
  content: ' ';
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  transform-origin: center center;
}
.calendar_slot_event.lastcell {
  border-right: 4px dotted #666;
}
.calendar_slot_event .draghandle {
  position: absolute;
  top: 0;
  right: -16px;
  height: 100%;
  width: 32px;
  cursor: ew-resize;
}
.calendar_slot_event.empty {
  
}
.calendar_empty_placeholder {
  height: 80px;
  display: block;
}

/* user calendar in users area */

.users_calendar_toggle_button {
  display: inline-block;
  box-sizing: border-box;
  width: 21.25%;
  margin: 20px 5% 20px 0;
  border-width: 1px;
  border-style: solid;
  padding: 5px;
  text-align: left;
  padding-left: 45px;
  background-color: #A5E5A5;
  background-image: url(/solopress/library/templates/default/resources/tickbox.png);
  background-position: 5px 3px;
  background-repeat: no-repeat;
  border-color: #79D779;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
  color: #000 !important;
  text-shadow: 1px 1px 0 #fff;
  text-decoration: none !important;
  cursor: default;
  font-size: 130%;
}
.users_calendar_toggle_button.sickness {
  border-color: #FF4040;
  background-color: #FF8181;
}
.users_calendar_toggle_button.maternity {
  border-color: #AE79D7;
  background-color: #CAA7E5;
}
.users_calendar_toggle_button.other {
  border-color: #9B9CBF;
  background-color: #C2C3D8;
}
.users_calendar_toggle_button:hover {
  border-color: #000;
}
.users_calendar_toggle_button.inactive {
  background-image: url(/solopress/library/templates/default/resources/tickbox-empty.png);
  opacity: 0.6;
  text-shadow: 0;
  color: #333;
}
.users_calendar_toggle_button.other {
  margin-right: 0;
}
.users_calendar_drag_block {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin: 10px auto;
  background-color: #A5E5A5;
  border-width: 1px;
  border-style: solid;
  border-color: #79D779;
  cursor: move;
}
.users_calendar_drag_block.sickness {
  border-color: #FF4040;
  background-color: #FF8181;  
}
.users_calendar_drag_block.maternity {
  border-color: #AE79D7;
  background-color: #CAA7E5;
}
.users_calendar_drag_block.other {
  border-color: #9B9CBF;
  background-color: #C2C3D8;
}
.users_calendar_icon_small {
  width: 20px;
  height: auto;
  padding: 8px;
  margin-top: 3px;
  position: relative; 
}

.users_calendar_notification {  
  padding: 6px 8px 8px 8px;
  display: inline-block;
  vertical-align: top; 
  cursor: pointer;
}
.users_calendar_notification span {
  width: 26px;
  box-sizing: border-box;
  display: inline-block;
  height: 26px;
  border: 2px solid #000;
  background: #EB252B;
  border-radius: 50%;
  text-align: center;
  line-height: 150%;
  color: #fff !important;
  font-weight: bold;
  font-size: 14px;
  margin-top: 3px;
  position: relative; 
  text-shadow: 1px 1px 0 #000;
  text-decoration: none !important;
  vertical-align: top; 
  transition: all 0.4s ease-out;
}
.users_calendar_notification:hover span {
  background: #000;
}
.users_calendar_radio_block {
  display: block;
  margin: 0 0 10px 0;
  padding: 5px;
  background: #eee;
  text-shadow: 1px 1px 0 #fff;
  font-size: 85%;
  color: #000;
}
.users_calendar_radio_block.holiday {
  background: #A5E5A5;
}
.users_calendar_radio_block.sickness {
  background: #FF8181;
}
.users_calendar_radio_block.maternity {
  background: #CAA7E5;
}
.users_calendar_radio_block.other {
  background: #C2C3D8;
}
.users_calendar_radio_block label {
  display: inline !important;
}
.users_data_display_ball {
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  font-size: 230%;
  font-weight: bold;
  border-radius: 50%;
  background: #A5E5A5;
  margin: 10px;
  padding-top: 45px;
  cursor: default;
}
.users_data_display_ball.sickness {
  background: #FF8181;
}
.users_data_display_ball.maternity {
  background: #CAA7E5;
}
.users_data_display_ball.other {
  background: #C2C3D8;
}
.users_data_display_ball span {
  position: absolute;
  top: 15px;
  left: 5%;
  width: 90%;
  text-align: center;
  font-size: 45%;
  color: #fff;
  line-height: 100%;
}
.calendar_group_title {
  position: relative;
  top: -7px;
}
.calendar_user_group_title {
  position: relative;
  top: 17px;
}
#users_calendar_group_container {
  text-align: right;
  float: right;
  margin-top: -55px;
}
#users_calendar_group_container .inputbox {
  font-size: 120%;
  padding: 5px;
  min-width: 200px;
}
#users_calendar_group_container .users_calendar_icon_small {
  display: inline-block;
  vertical-align: bottom;
}
#users_calendar_link_to_group {
  display: inline-block;
  padding-right: 22px;
  position: relative;
}
#users_calendar_link_to_group::after {
  content: '';
  width: 16px;
  height: 16px;
  background: url(/solopress/library/templates/default/resources/settings-icon-tiny.png) no-repeat top right;
  position: absolute;
  top: 1px;
}
.users_calendar_summary_booking {
  text-align: center;
  font-size: 140%;
  margin: 0 0 20px 0;
  padding: 10px;
  background-color: #A5E5A5;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
  color: #fff;
  text-shadow: 1px 1px 0 #000;
}
.users_calendar_summary_booking b {
  background: rgba(0,0,0,0.1);
  display: block;
  padding: 10px;
  border-radius: 8px;
}
.users_calendar_summary_booking div {
  font-size: 80%;
  margin-top: 10px;
}
.users_calendar_summary_booking.sickness {
  background-color: #FF8181;  
}
.users_calendar_summary_booking.maternity {
  background-color: #CAA7E5;  
}
.users_calendar_summary_booking.other {
  background-color: #C2C3D8;  
}

.users_calendar_summary_elapsed {
  float: right;
  display: inline-block;
  width: 70px;
  height: 70px;
  background: rgba(0,0,0,0.2);
  border-radius: 50%;
  text-align: center;
  vertical-align: top;
  box-sizing: border-box;
  padding: 15px 0 0 0;
  font-size: 160%;
  margin-top: -5px;
}
.users_calendar_summary_elapsed span {
  font-size: 13px;
  display: block;
  margin-top: 5px;
}

#users_calendar_hours_per_week.hidden,
#users_calendar_hours_per_day.hidden {
  display: none;
}

.users_absence_footer {
  display: block;
  width: 100%;
  margin-top: 20px;
}
.users_absence_footer .button {
  display: inline-block;
  width: 32.6666667%;
  vertical-align: middle;
  margin-right: 1%;
  padding-left: 5px;
  padding-right: 5px;
}
.users_absence_footer .button:last-child {
  margin-right: 0;
  float: right;
}
.users_absence_footer h2 {
  font-size: 180%;
  font-weight: normal;
  margin-bottom: 15px;
}
.users_absence_footer_left {
  display: table-cell;
  vertical-align: top;
  padding: 10px 10px 10px 0;
}
.users_absence_footer_left a { 
  display: block;
  width: 300px;
  background: #444444;
  color: #fff !important;
  text-decoration: none !important;
  text-shadow: 1px 1px 0 #000;
  transition: all 0.2s ease-out;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  padding: 10px 20px;
  font-size: 150%;
  margin-bottom: 10px;
}
.users_absence_footer_left a:hover {  
  text-shadow: 1px 1px 0 #000, 0 0 5px #fff, 0 0 10px #fff;
}
.users_absence_footer_right {
  display: table-cell;
  vertical-align: top;
  width: 300px;
  padding: 10px;
  background: #FBFBFB;
}
.users_absence_footer_right a {
  display: block;
  padding: 10px 0 10px 40px;
  background: url(/solopress/library/templates/default/resources/message.png) no-repeat 6px 8px;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.2s ease-out;
}
.users_absence_footer_right a.unread {
  background: url(/solopress/library/templates/default/resources/message-unread.png) no-repeat 6px 8px;
  color: #000;
}
.users_absence_footer_right a:hover {
  background-color: #eee;
  padding-left: 45px;
}
.users_absence_notification {
  margin: 0 0 5px 0;
  padding: 10px;
  box-sizing: border-box;
  line-height: 120%;
  font-size: 90%;
  
  background-color: #DEDEDE;color: #333333;  position: relative;
  text-align: left;
}
.users_absence_notification.link {
  cursor: pointer;
}
.users_absence_notification.link:hover {
  filter: brightness(1.1);
}
.users_absence_notification span {
  display: block;
  font-size: 110%;
}
.users_absence_notification_dismiss {
  position: absolute;
  top: 0;
  right: 3px;
  cursor: pointer;
  padding: 5px;
  box-sizing: border-box;
  color: #fff !important;
}
.calendar_modal_action_buttons_container {
  display: table;
  border-spacing: 10px;
  margin: 10px auto;
  background: #333;
  border-radius: 5px;
}
.calendar_modal_action_button {
  display: table-cell; 
  color: #fff !important;
  text-decoration: none !important;
  padding: 3px 10px 3px 38px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 80%;
  text-align: center;
  background-position: 8px 4px;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
}
.calendar_modal_action_button:hover {
  text-shadow: 0 0 10px #fff;
}
.calendar_modal_action_button.delete {
  background-image: url(/solopress/library/templates/default/resources/mono-delete-white.png);
}
.calendar_modal_action_button.approved {
  background-image: url(/solopress/library/templates/default/resources/mono-tick-white.png);
}
.calendar_modal_action_button.declined {
  background-image: url(/solopress/library/templates/default/resources/mono-warning-white.png);
}
#calendar_user_totals_content {
  max-width: 340px;
  margin: 0 auto;
}

.calendar_highlight_days_entitlement {
  text-align: center;
  font-size: 200%;
  font-weight: bold;
  padding: 10px 0 10px 0;
  background: #FBFBFB;
  display: inline-block;
  width: 200px;
  margin: 5px auto 0 auto;
}
.calendar_highlight_days_entitlement label {
  font-size: 50%;
  display: block;
  font-weight: normal;
}
.calendar_highlight_days_entitlement span {
  font-size: 45%;
  display: block;
  font-weight: normal;
}
.calendar_highlight_days_entitlement b {
  font-size: 45%;
  display: block;
  padding: 0 0 10px 0;
}

.tooltip_container.users_calendar_notifications {
  background: #2B2B2B;
  border: 1px solid #A0A0A0;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
  margin-top: -2px !important;
}
.tooltip_container .calendar_notification_block {
  padding: 5px 16px 5px 5px;
  font-size: 100%;
  line-height: 120%;
  background: #666;
  margin-bottom: 10px;
  box-shadow: 5px 5px 5px #000;
  position: relative;
}
.tooltip_container .calendar_notification_block:last-child {
  margin-bottom: 0;
}
.tooltip_container .calendar_notification_block b {
  display: block;
  font-size: 80%;
}
.tooltip_container .calendar_notification_block .calendar_notification_dismiss {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  padding: 2px;
  box-sizing: border-box;
  background: url(/solopress/library/templates/default/resources/tiny-cross.png) no-repeat center center;  
}
.tooltip_container .calendar_notification_block .calendar_notification_dismiss:hover {
  background-color: #888; 
}

.tooltip_container.right.users_calendar_notifications:after {
  background: #2B2B2B;
}

.tooltip_container.users_calendar_context_menu {
  background: #2B2B2B;
  border: 1px solid #A0A0A0;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
  margin-top: -10px !important;
}
.tooltip_container.bottom.users_calendar_context_menu:after {
  display: none;
}

.tooltip_container.users_calendar_context_menu a {
  display: block;
  padding: 4px 4px 4px 4px;
  color: #fff;
  margin: 0;
  line-height: 150%;
  font-size: 120%;
  text-decoration: none;
}
.tooltip_container.users_calendar_context_menu a::before {
  display: inline-block;
  font-size: 24px !important;
  color: #CFCFCF;
  vertical-align: top;
  font-family: 'FontAwesome';
  width: 40px;
  margin-top: -1px;
  text-align: center;
}
.tooltip_container.users_calendar_context_menu a.edit::before {
  content: '\f073';
}
.tooltip_container.users_calendar_context_menu a.delete::before {
  content: '\f00d';
}
.tooltip_container.users_calendar_context_menu a.halfday::before {
  content: '\f10c';
}
.tooltip_container.users_calendar_context_menu a.wholeday::before {
  content: '\f111';
}
.tooltip_container.users_calendar_context_menu a.approved::before {
  content: '\f00c';
}
.tooltip_container.users_calendar_context_menu a.declined::before {
  content: '\f071';
}
.tooltip_container.users_calendar_context_menu a:hover {
  background-color: #414141;
}
.tooltip_container.users_calendar_context_menu a.file_rename::before {
  content: '\f246';
}
.tooltip_container.users_calendar_context_menu a.file_view::before {
  content: '\f0ed';
}




@media all and (max-width: 700px) {
  
  .calendar_days_table {
    font-size: 50%;  
  }
  /*
  .calendar_days_table,
  .calendar_days_table tr {
    display: block;
  }
  .calendar_day_title {
    display: none;
  }
  .calendar_slot {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .calendar_slot_date {
    text-align: left;
    font-size: 120%;
  }
  */
}


/* For shop, individual product tables */  

.shop_product_container {
  padding: 5px 10px;
  clear: both;
  overflow: auto;
}

.shop_productbox {
  background-color: #DEDEE7;
  color: inherit;
}

.shop_paging {
  float: right;
  font-weight: bold;
  padding: 10px 0 15px 0;
  clear: left;
}
.shop_paging a {
  font-weight: normal;
}

.shop_paging img {
  padding: 0 5px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: relative;
  top: 1px;
}
#shop_categories_container {
  overflow: auto;
  margin-left: -10px;
}
#shop_product_thumbs_container {
  overflow: auto;
  margin-left: -10px;
}
.shop_product_thumb {
  display: block;
  float: left;
  width: 187px;
  margin: 0 10px 10px 10px;
  height: 200px;
}
.shop_product_thumb:hover img {
  opacity: 1;
}
.shop_product_thumb img {
  margin: 0 0 5px 0;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.8;  
}

.shop_breadcrumb {
  float: right;
  text-align: right;
  padding: 15px 0 0 0;
}

.shop_sort_select {
  width: 250px;
  float: right;
  overflow: visible;
  font-size: 11px;
  text-align: right;
}

.shop_product_container {
  margin: 5px 0;
}

.shop_product_right_column {
  width: 200px;
  padding: 15px;
  float: right;
  text-align: center;
}
.shop_product_right_column img {
  margin-bottom: 15px;
}
.shop_product_left_column {
  margin-right: 250px;
  text-align: left;
}

.shop_footer {
  clear: both;
}

.shop_img_extra_container {
  position: relative;
  /*top: -20px; */
  text-align: center;
}
.shop_img_extra img {
  display: block;
  float: right;
  margin: 0 !important;
  padding: 0 0 1px 0 !important;
}
.shop_main_image {
  float: left;
}
.shop_category_back_button {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.shop_qty {
  display: block;
  float: left;
  position: relative;
  top: -5px;
}
.shop_addtocart {
  border: 0;
  display: block;
  float: right;
}
.shop_product_buy_container {
  width: 300px;
  margin: 0 auto;
}
#shop_product_price {
  margin: 30px 0;
  float: left;
  padding: 4px 0 0 0;
  text-align: right;
  font: bold 20px 'Arial', sans-serif !important;
  color: #444444;
  width: 100px;
  line-height: 100%;
}
.shop_addtocart_button {
  padding: 6px 10px !important;
  border: 1px solid transparent !important;
  border-radius: 10px;
  font-size: 14px !important;
  display: block;
  margin: 30px 0;
  float: right;
  width: 150px;
  background-color: #2c3e50;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #4D4D4D !important;  
  cursor: pointer;
}
.shop_addtocart_button:hover {
  background-color: #444444;  
  color: #fff !important;  
}

/* Currency conversion links */

#shop_side_currency {
  position: relative;
  left: -7px;
  white-space: nowrap;
}
#shop_side_currency_heading {
  margin: 10px 0 8px 0;
}
.shop_side_currency_img_selected {
  padding: 10px 0 5px 0;
  background: url(/solopress/library/templates/default/resources/curency_select_arrow.png) no-repeat top center;
}
.shop_side_currency_img {
  padding: 10px 0 5px 0;
}
#shop_side_currency_pound {
  padding-right: 3px;
  position: relative;
  left: 3px;
  width: 46px;
  height: 47px;
}
#shop_side_currency_usd {
  width: 42px;
  height: 47px;
}
#shop_side_currency_euro {
  padding-left: 5px;
  position: relative;
  left: -5px;
  width: 44px;
  height: 47px;
}

.shop_crosslinked_items {
  overflow: auto;
}
#shop_cart_accessories_container {
  overflow: auto;
  margin-bottom: 20px;
}
.shop_cart_accessory {
  display: block;
  float: left;
  margin: 10px;
  width: 170px;
  background: #ABA4C8;
  color: #fff !important;
  font-weight: bold;
  line-height: 140%;
  padding-bottom: 10px;
  font-size: 14px;
  text-align: center;
  border: 2px solid #ddd;
}
.shop_cart_accessory:hover {
  color: #5A5085 !important;
}
.shop_cart_accessory img {
  display: block;
  padding-bottom: 10px;
  width: 170px;
  height: 120px;
}
#shop_cart_accessories_products {
  display: none;
}
.shop_cart_accessories_product {
  overflow: auto;
  padding: 5px;
  margin: 5px 0;
  background: #EBEBF1;
}
.shop_cart_accessories_product img {
  display: block;
  float: left;
  width: 120px;
  height: 85px;
  margin-right: 60px;
}
.shop_cart_accessories_product a {
  display: block;
  width: 100px;
  font-weight: bold;
  text-align: center;
  padding: 5px 5px;
  background: #5A5085;
  color: #fff !important;
  cursor: pointer;
  float: right;
  margin: 25px 10px 0 60px;
}
.shop_cart_accessories_product b {
  display: block;
  float: right;
  text-align: right;
  width: 100px;
}

.shop_cart_accessories_product h2 {
  margin: 5px 0 5px 0 !important;
  line-height: 100% !important;
}

.shop_cart_accessories_product div {
  float: left;
  width: 410px;
  line-height: 140%;
  font-size: 11px;
  padding: 5px 0;
}



#shop_product_tabs {
  background: #2c3e50;
  width: 631px;
  font-size: 11px;
  overflow: auto;
  margin-left: -1px;
}
#shop_product_tabs div {
  cursor: pointer;
  width: 179px;
  float: left;
  padding: 5px 15px;
  border-left: 1px solid #fff;
}
#shop_product_tabs div:hover {
  background: #444444;
  color: #fff;
}
#shop_product_tab_content {
  clear: both;
  /*height: 300px;*/
  padding: 20px 0 0 0;
}

/* Shop product embeded into form */

.shop_form_product {
  clear: both;
  background: #eee;
  padding: 10px 0;
  margin: 10px 0 10px 0;
  overflow: auto;
}
.shop_form_product_image {
  display: block;
  width: 30%;
  padding-left: 5%;
  min-height: 120px;
  float: left;
  margin: 10px 0 0 0;
  text-align: center;
}
.shop_form_product_image img {
  display: block;
  margin: 5px auto;
  width: 90%;
  height: auto;
  padding-right: 5%;
}
.shop_form_product_image b {
  display: block;
  text-align: center;
  font-size: 19px;
}
.shop_form_product_details {
  width: 50%;
  float: left;
  padding: 0 0 10px 2%;
}
.shop_form_product_tick {
  text-align: center;
  margin-left: 60%;
  padding: 10px 0 0 0;
}
.shop_form_product_tick input {
  width: 50px;
  height: 50px;
}
.shop_form_product_details select {
  display: block;
  width: 100%;
}
#form_products_total {
  display: block;
  margin: 10px auto;
  width: 200px;
  font-size: 30px;
  background: #2c3e50;
  text-align: center;
  line-height: 100%;
  color: #000;
  padding: 0 0 15px 0;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
#form_products_total b {
  font-weight: normal;
  font-size: 15px;
}
/* Gallery */

#gallery_overall {
  padding-bottom: 10px;
  overflow: auto;
}

.gallery_paging {
  float: right;
  font-weight: bold;
  position: relative;
  top: 3px;
  padding-bottom: 5px;
}
.gallery_paging a {
  font-weight: normal;
}

.gallery_paging img {
  padding: 0 5px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: relative;
  top: 1px;
}

.gallery_breadcrumb {
  border-bottom: 1px solid #000;
  padding: 5px;
  text-align: left;
}

.gallery_cat_button_div {
  padding: 10px 1px 15px 1px; 
  float: left; 
  text-align: center;
  vertical-align: bottom;
}

.gallery_cat_button_img {  
}

.gallery_cat_button_description {
  display: block;
  padding: 5px;
}

.gallery_cats_row {
  width: 100%;
  float: left;
}

#gallery_pictures_div {
  
}

#gallery_sidecats_div {
  float: right;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  width: 120px;
}

#gallery_sidecats_div div {
  padding: 5px 0 5px 0;
}

.gallery_pic_div {
  padding: 10px 1px 15px 1px; 
  float: left; 
  text-align: center;
}

.gallery_pic_description {
  padding: 5px;
}

.gallery_pic {
}

.gallery_pics_row {
  width: 98%;
  float: left;
  overflow: auto;
}

#gallery_link_back {
  width: 100%;
  font-weight: bold;
  text-align: center;
  padding: 10px 0 10px 0;
  margin-top: 20px;
  border: 1px solid #000;
  cursor: pointer;
}

.gallery_paging_arrows {
  position: relative;
  top: 6px;
}

/* Forum styles */

#forum_breadcrumb_container {
  float: right;
  text-align: right;
  padding-top: 20px;
}
.forum_paging_container {
  float: right;
  padding: 5px 0;
}
.forum_forum_row {
  display: block;
  clear: both;
  margin: 10px 0;
  background: url(/solopress/library/templates/default/resources/forum_forum.png) no-repeat 10px 5px;
  padding: 10px 0 10px 90px;
  font-size: 14px;
  overflow: auto;  
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 10px;
}
.forum_forum_row:hover {
  background-color: #EBEBF2;
}
.forum_forum_details {
  display: block;
  float: right;
  width: 150px;
  color: #666;
}
.forum_forum_intro {
  display: block;
  color: #666;
  padding-top: 5px;
  width: 350px;
}
  
#forum_threads_container {
  width: 100%;
}
#forum_threads_container td, #forum_threads_container th {
  padding: 7px;
}
#forum_threads_container img {
  width: 23px;
  height: 23px;
  display: block;
  margin: 2px auto;
}
#forum_threads_container b {
  display: block;
}
#forum_thread_post {
  background: #EDEDF3 url(/solopress/library/templates/default/resources/bluegrad.png) repeat-x 0 0;
  margin-bottom: 25px;
  border: 1px solid #8C8DAE;
  box-shadow: 3px 3px 3px #ccc;
  font-size: 14px;
  clear: both;
  border-radius: 0 !important;
}
.forum_post {
  padding: 10px 20px;
  margin: 10px 0 0 0;
  overflow: auto;
  clear: both;
  border-radius: 10px;
}
.forum_post.odd {
  background: #DEDEE7;
}
.forum_post.even {
  background: #EEEEF4;
}
.forum_post_name {
  float: left;
  font-weight: bold;
}
.forum_post_datetime {
  float: right;
  font-size: 10px;
}
.forum_message {
  clear: both;
  padding: 10px 0 5px 0;
}
.forum_form {
  display: block;
  margin: 40px auto;
  padding: 15px 25px;
  width: 80%;
  background-color: #F4F4F4;
  overflow: auto;
  box-shadow: 5px 5px 5px #ddd;
  border: 1px solid #EEEEF4;
  border-radius: 10px;

  background-image: linear-gradient(right bottom, #E7E7EF 1%, #EEEEF4 43%, #FEFEFE 95%);
  background-image: -o-linear-gradient(right bottom, #E7E7EF 1%, #EEEEF4 43%, #FEFEFE 95%);
  background-image: -moz-linear-gradient(right bottom, #E7E7EF 1%, #EEEEF4 43%, #FEFEFE 95%);
  background-image: -webkit-linear-gradient(right bottom, #E7E7EF 1%, #EEEEF4 43%, #FEFEFE 95%);
  background-image: -ms-linear-gradient(right bottom, #E7E7EF 1%, #EEEEF4 43%, #FEFEFE 95%);
    
}

.forum_form .inputbox {
  display: block;
  width: 98%;
  padding: 5px;
}
.forum_form label {
  display: block;
  margin: 10px 0 5px 0;
}
.forum_form textarea {
  height: 150px;
  display: block;
  padding: 5px;
  margin-bottom: 5px;
}
.forum_form .button {
  display: block;
  clear:left;
  float: left !important;
  padding: 5px 0;
  width: 200px;
}

/* General directory layout */

.directory_listing {
  background-color: #E4E5EE;
}
.directory_breadcrumb {
  border-bottom: 1px solid #000;
  padding: 5px;
  text-align: left;
}

/* Featured listings */

#directory_featured_listings {
  width: 300px;
  border: 1px solid #c0c0c0;
  padding: 10px;
}

/* Tabs (for directory popups) */

.tabs_main {
  background-color: #E2E3FC;
  color: inherit;
  border: 1px solid #000000;
}
.tabs_active {
  background-color: #E2E3FC;
  color: inherit;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom-width: 0;
}
.tabs_inactive {
  background-color: #AFB0C3;
  color: inherit;
  border: 1px solid #000000;
}
.tabs_hover {
  background-color: #C1C5F9;
  color: inherit;
  border: 1px solid #000000;
}
.contact_heading { 
  color: #333;
  background-color: inherit; 
}
html {
  font-size: 100%;
}
body {
  font: normal 16px 'OpenSans', sans-serif;
  line-height: 140%;
  color: #4D4D4D;
}

/* Main page titles */

h1, .pagetitle {
  font: bold 30px 'OpenSans', sans-serif;
  letter-spacing: 0;
  color: #00abf0;
  margin: 0 0 0 0;
  padding: 0;
  line-height: 100%;
}

/* Paragraph sub-headings */

h2, .heading {
  font: bold 20px 'OpenSans', sans-serif;
  letter-spacing: 0;
  color: #4D4D4D;
  margin: 0 0 10px 0;
}
h3 {
  font: bold 16px 'OpenSans', sans-serif;  
  text-transform: uppercase;
}
h4 {
  font: bold 16px 'OpenSans', sans-serif;  
}
h5 {
  font: bold 16px 'OpenSans', sans-serif;  
  text-transform: uppercase;
  margin: 0 0 15px 0;
  padding: 0;
}

/* Links */

a:link, a:visited, a:active {
  color: #00abf0;
  text-decoration: underline;
}
a:hover {
  color: #2c3e50;
  text-decoration: underline;
}

/* Miscellaneous font styles */

.largetext { font-size: 13px; }
.smalltext { font-size: 11px; font-weight: normal; }
.texthighlight {
  background-color: #444444;
  color: #ffffff;
}
.emphasisedtext {
  color: #000000;
  background-color: inherit;
  font-weight: bold;
  font-size: 13px;
}
.content_section img {
  max-width: 100% !important;
  height: auto !important;
} 

@media all and (max-width: 900px) {
  .content_section table,
  .content_section table td:only-child {
    width: 100% !important;
  }
}
 
/* Images */
 
.content_image_container {
  max-width: 50%;
  width: 100px;
}
.content_image_container.right {
  padding-left: 60px;
  padding-bottom: 10px;
}
.content_image_container.left {
  padding-right: 60px;
  padding-bottom: 10px;
}
.content_image_container img {
  width: 100% !important;
  height: auto;
}

.content_image_caption {
  color: #333;
  background-color: #2c3e50;
  font-size: 10px;
  padding: 2px 5px;
}

.image_border { border: 2px solid #000; }

.content_video_container {
  width: 100%;
  box-sizing: border-box;
}
.content_video_container video {
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
}

.youtube_container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.youtube_container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




@media all and (max-width: 650px) {
  .content_image_container {
    padding: 0 0 15px 0 !important;
    display: block !important;
    float: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
  }
}
/* If extra columns of text are to be shown on the side of the page. */

.side_text {
  color: #000000;
  background-color: inherit;
  font-size: 11px;
}

.side_text label {
  color: #58667E;
  background-color: inherit;
  font-size: 10px;
}

.side_heading {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  color: #58667E;
  background-color: inherit;
}
/* Tables that display information */
 
.tablestyle {
  border: 1px solid #eee;
  background-color: #DEDEE7;
  color: #000000;
}
.tablestyle_borders {  
  border: 1px solid #ddd;
  box-sizing: border-box;
  border-collapse: collapse;
}
.tablestyle_borders th,
.tablestyle_borders thead tr td {
  padding: 5px;
  font-weight: bold;
  font-size: 120%;
  border: 1px solid #ddd;
}
.tablestyle_borders td {
  padding: 5px;
  border: 1px solid #ddd;
}
.tablestyle_table {
  border: 1px solid #eee;
  box-sizing: border-box;
  border-collapse: collapse;
  font-size: 90%;
}
.tablestyle_heading,
.tablestyle_table th,
.tablestyle_table thead tr td {
  background-color: #444444 !important;
  font-size: 100%;
  font-weight: normal;
  color: #ffffff !important;
  text-align: left;
  padding: 16px 8px;
  border: 1px solid #eee;
}
.tablestyle_table td {
  background-color: #fbfbfb;
  padding: 4px 8px;
  vertical-align: top;
  border: 1px solid #eee;
}
.tablestyle_table td.tablestyle_subheading {
  background-color: #444444 !important;
  color: #ffffff !important;
}
.tablestyle_table tr:nth-child(odd) td {
  background-color: #f7f7f7;
}
.tablestyle_table th a {
   color: #fff;
   text-decoration: underline;
}
.tablestyle_centred td, .tablestyle_centred th, th.centered, td.centered, .centered th, .centered td {
  text-align: center;
}
th.middle, td.middle, .middle th, .middle td {
  vertical-align: middle;
}
.tablestyle_nostyle {
  border: 0;
}
.tablestyle_nostyle td, .tablestyle_nostyle th {
  vertical-align: top;
  padding: 3px 6px 3px 0;
  border: 0;
}

.tablestyle_nostyle td.padded {
  padding-top: 15px;
  padding-bottom: 15px;
}
.users_new_user_table td {
  width: 30%;
}
.users_new_user_table td:first-child,
.users_new_user_table td:nth-child(3) {
  width: 20%;
  padding-left: 25px;
  font-size: 90%;
  vertical-align: middle;
}
.users_holiday_groups {
  width: 100%;
}
.users_holiday_groups td {
  width: 50%;
  vertical-align: top;
}
.users_holiday_groups td:last-child {
  padding-left: 40px;
}
.users_holiday_groups td .inputbox {
  width: 100%;
}
.users_holiday_group table td {
  vertical-align: middle;
}
#manage_users_filters {
  margin: 40px 0;
}
#manage_users_filters select {
  margin-right: 20px;
}
#manage_users_filters select:last-child {
  margin-right: 0;
}
.users_manage_users_table td {
  padding: 10px 5px;
  vertical-align: middle
}
td.users_actions {
  width: 1%;
  white-space: nowrap;
}
td.users_actions a {
  text-decoration: none !important;
  padding: 3px;
  display: inline-block;
}
td.users_actions a i {
  font-size: 150% !important;
}


/* Content area, important for control panel preview */

.content_area {
  background-color: #fff;
}

hr {
  color: #4B5870;
  background-color: #4B5870;
  border-width: 0;
  height: 1px;
}
#comments {
  border-top: 1px solid #666; 
  clear: both;
  margin-top: 15px; 
}
.comments_comment {
  background: #eee;
  padding: 10px 10px 20px 10px;
  margin: 15px 0;
  color: #333;
  border-top: 1px solid #d9d9d9;
  border-bottom: 2px solid #ccc;
  font-size: 11px;
  line-height: 140%;
}
.comments_comment_comment {
  float: left;
  width: 565px;
  padding: 0 0 0 10px;
}
.comments_comment_comment blockquote {
  font-style: italic;
}
.comments_comment_top {
  overflow: auto;
}
.comments_comment_links {
  width: 150px;
  float: right;
  overflow: hidden;
  padding-right: 10px;
}
.comments_comment_links hr {
  border-top: 1px dotted #ccc !important;
  background-color: transparent !important;
  color: transparent !important;
}
.comments_comment_links a {
  display: block;
  margin: 1px;
}
.comments_comment_header {
  margin-bottom: 15px;
  padding: 10px 10px 0 10px;
  color: #666;
  font-size: 10px;
  background-color: #e5e5e5;
  overflow: auto;
}
.comments_comment_header b {
  font-weight: bold;
  color: #666;
  float: left;
}
.comments_comment_date {
  float: right;
  width: 150px;
}

.comments_comment_avatar {
  width: 23px;
  height: 23px;
  float: left !important;
  display: block;
  margin: -5px 10px 5px 0 !important;
  border: 1px solid #d9d9d9;
  background-color: #fff;
}
#comments input {
  display: block;
  width: 200px;
}
#comments label {
  display: block;
  margin: 10px 0 5px 0;
}
#comments textarea {
  height: 100px; 
  display: block; 
  width: 100%;
}
.comments_comment_comment .button {
  clear:left;
  float: left !important;
}
#comments .button {
  float: right;
  padding: 5px;
  width: 120px;
  margin: 10px 0 15px 0;
}
#comments img {
  float: right;
  margin: 0 0 5px 5px;
}
.comment_approval_needed {
  border: 2px solid red;
}

.popupstyle {
  padding: 0;
  background-color: #ffffff;
  color: inherit;
  margin: 0;
}

/* Courses */


.course_exam_container {
  border: 1px solid #ccc;
  padding: 20px;
  min-height: 500px;
}

.course_exam_container .button {
  border-radius: 10px;
  padding: 5px 20px;
  text-align: center;
  width: 200px;
  font-size: 15px;
  border-color: transparent;
  display: block;
  margin: 20px auto 10px auto;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.course_exam_container .button:hover {
  opacity: 0.7;
}
.course_exam_container h2 {
  margin: 0 0 10px 0;
  padding: 3px 8px;
  background: #444444;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
}
.course_exam_container h3 {
  margin: 0 0 20px 0;
  padding: 15px 10px 15px 20px;
  border-left: 4px solid #444444;  
  font-size: 25px;
  font-weight: normal;
  line-height: 120%;
}
.course_exam_answer {
  border-radius: 10px;
  background: #eee url(/solopress/library/templates/default/resources/radiobutton.png) no-repeat 8px 9px;
  border: 1px solid #ddd;
  font-weight: normal;
  font-size: 15px;
  margin: 0 0 10px 0;
  padding: 10px 40px;
  cursor: pointer;
  text-shadow: 1px 1px 0 #fff; 
  transition: all 0.2s ease-in-out;
}
.course_exam_answer:hover {
  background-color: #fff;
}
.course_exam_answer.correct, .course_exam_answer.correct:hover {
  background: #C0FFC0 url(/solopress/library/templates/default/resources/pass.gif) no-repeat 6px 6px;
  border-color: #79B779;
  color: #000;
  cursor: default;
}
.course_exam_answer.incorrect, .course_exam_answer.incorrect:hover {
  background: #FFD9D9 url(/solopress/library/templates/default/resources/fail.gif) no-repeat 6px 6px;
  border-color: #C94949;
  color: #000;
  cursor: default;
}
.course_exam_answer.disabled, .course_exam_answer.disabled:hover {
  background: #f3f3f3;
  border-color: #eee;
  color: #999;
  cursor: default;
}
.course_exam_answer_explanation {
  background: #FFFFC0;
  color: #000;
  border: 1px solid #000;
  font-weight: normal;
  font-size: 15px;
  margin: 20px 0 10px 0;
  padding: 10px 40px;
  text-shadow: 1px 1px 0 #fff;
}
.course_exam_hint {
  border-radius: 10px;
  background: #eee url(/solopress/library/templates/default/resources/radiobutton.png) no-repeat 8px 9px;
  border: 1px solid #ddd;
  font-weight: normal;
  font-size: 15px;
  margin: 0 0 10px 0;
  padding: 10px 40px;
  cursor: pointer;
  text-shadow: 1px 1px 0 #fff;
  transition: all 0.2s ease-in-out;
}
.course_exam_results_score {
  text-align: center;
  padding: 40px 0;
  font-size: 18px;
}
.course_exam_results_result {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
.course_exam_link_to_results {
  text-align: center;
  padding-top: 70px;
  display: block;
}




.drag_drop_source {
  width: 100px;
  height: 100px;
  background: #ccc;
  cursor: move;
  margin: 50px;
}
.drag_drop_source.proxy {
  background: cyan;
  border: 3px solid blue;
}
.drag_drop_target {
  width: 100px;
  height: 100px;
  background: #fff;
  border: 3px dashed #ccc;
  margin: 50px;
}

.drag_drop_target.active {
  background: #ccc;
  border-color: #000;
}

a[rel~="tag"] { 
  color: inherit !important; 
  text-decoration: none !important;
  border-bottom: 1px dotted #ccc !important;
}
.error_alert, #error_alert {
  padding: 35px 20px 35px 100px;
  background: #fff;
  color: #000000;
  border-radius: 2px;
  border: 1px solid #c0c0c0;
  margin: 0 0 20px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.error_alert::before, #error_alert::before  {
  content: '\f071';
  top: 10px;
  left: 10px;
  font-size: 500%;
  font-family: 'FontAwesome';
  line-height: 100%;
  color: #EB5555;
  padding-right: 20px;
  position: absolute;
}

.success_alert {
  padding: 35px 20px 35px 100px;
  background: #fff;
  color: #000000;
  border-radius: 2px;
  border: 1px solid #c0c0c0;
  margin: 0 0 20px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.success_alert::before {
  content: '\f05a';
  top: 10px;
  left: 10px;
  font-size: 500%;
  font-family: 'FontAwesome';
  line-height: 100%;
  color: #ccc;
  padding-right: 20px;
  position: absolute;
}

.pass_alert {
  padding: 20px 10px 25px 80px;
  background: #ffffff url(.//solopress/library/templates/default/resources/notice_pass.gif) 15px 25px no-repeat;
  color: #000000;
  border: 1px solid #c0c0c0;
  margin: 0 0 20px 0;
}

.fail_alert {
  padding: 20px 10px 25px 80px;
  background: #ffffff url(/solopress/library/templates/default/resources/notice_fail.gif) 15px 25px no-repeat;
  color: #000000;
  border: 1px solid #c0c0c0;
  margin: 0 0 20px 0;
}

#modal_info_container {
  width: 320px;
  height: 275px;
  background: #6c6c6c;
  color: #fff;
  border: 1px solid #000;
  position: absolute;
  display: none;
  padding: 5px;
  -webkit-box-shadow: 1px 2px 3px #333;
  -moz-box-shadow: 1px 2px 3px #333; 
}
#modal_info_content {
  overflow: auto;
  overflow-x: hidden;
  height: 250px;
  font-size: 11px;
}
#modal_info_content img {
  display: block;
  width: 310px;
  margin: 0 auto 10px auto;
}
#modal_info_close {
  font-size: 20px;
  text-align: right;
  padding-top: 5px;
}
  
#modal_info_close a {
  color: #fff !important;
}

.page_files_link {
  display: inline-block;
  clear: both;
  min-width: 300px;
  margin: 10px 0;
  padding: 10px 5px 10px 50px;
  border-radius: 10px;
  border: 1px solid #ccc;
  color: #666 !important;
  text-decoration: none !important;
  background-position: 10px 6px;
  background-repeat: no-repeat;
  background-color: #fcfcfc;
}
.page_files_link:hover {
  background-color: #444444;
  color: #fff !important;
}

/* Site Map */

#sitemap_paging { 
  text-align: left; 
  padding: 0 0 10px 0;
}

.sitemap {
  margin-top: -10px;
}

.sitemap, .sitemap ul {
  padding: 0 0 0 15px;
  list-style-type: none !important;
}
.sitemap li {
  padding: 10px 0 0 0;
}
.sitemap ul li {
  padding: 0 0 0 0;
}


/* Expandable menus (ie non-roll-over list menus) */

.menu_expandable_container {
  text-align: left;
}
.menu_expandable_container ul {
  padding: 3px 0 3px 0;
  margin: 0;
  list-style-type: none;
}
.menu_expandable_container ul ul {
  padding-left: 20px;
  list-style-type: none;
}
.menu_expandable_container ul ul li {
  font-size: 10px;
}

.menu_expandable_container a {
  display: block;
}

/* Menus when javascript disabled */

.navigation_vertical li, #navigation_horizontal li, #navigation_products li {
  font-size: 10px;
}
.navigation_horizontal li {
  display: inline;
  padding: 0 10px 0 10px;
  color: #ffffff;
  background: #000000;
}
.navigation_vertical ul, #navigation_products ul {
  padding-left: 10px;
}
.navigation_horizontal ul {
  white-space: nowrap;
  padding: 0 10px 0 10px;
  display: inline;
}

/* AJAX stuff */

.ajax_updating {
  height: 140px;
  background: url(/solopress/library/templates/default/resources/indicator.gif) no-repeat center center;
  text-align: center;
}

#ajaxticker1{
  /* styles go here if required */
}
#ajaxticker1 div{ 
  /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
}

/* Styles for iBox modal dialogues */

#ibox_wrapper button {
  position: relative;
  left: 5px;
}
#ibox_w{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #000; 
  margin: 0;
  padding: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  opacity: 0.0;
}

#ibox_progress {  
  margin:0;
  padding:0;
  position: absolute;
  z-index:105;
}

#ibox_wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index:100;
  padding:8px 14px 34px 8px;
  border: 1px solid #333;
  width:300px;
  min-width: 45px;
  height:300px;
  background-color:#000;
  margin: 0; 
  box-shadow: 0 0 10px #000;
}
#ibox_wrapper input, #ibox_wrapper button {
  z-index: 101 !important;
}

#ibox_content, #ibox_extra_content {
  background: #fff;
  width: 100%;
  height: 100%;
  margin-bottom: 5px;
  position: relative;
  top: 0px;
  left: 0px;
  border: 1px solid #000;
  padding: 2px;
}

#ibox_footer_wrapper {
  position:relative;padding:0;margin:0;top:0px;left:0px;
}
 .modal_popup_content {
   padding: 5px 15px;  
 }

/* Driver SMS tracking (users system) */

#drivertracker_group {
  float: right;
  clear: both;
  width: 300px;
  margin: -30px 0 15px 0;
}

#drivertracker_container{
  font-size: 14px;
  color: #666;
  overflow: auto;
  padding-top: 30px;
}
#drivertracker_container hr {
  clear: both;
  position: relative;
  top: -8px;
  display: block;
}
.drivertracker_close_icon {
  width: 19px;
  height: 19px;
  float: right;
  display: block;
  background: url(/solopress/library/templates/default/resources/close_x.gif) no-repeat center center;
}
.drivertracker_driver {
  clear: left;
  width: 300px;
  float: left;
  font-weight: bold;
  padding: 0 0 10px 0; 
}
.drivertracker_driver img {
  width: 50px;
  height: 50px;
  float: left;
  display: block;
  margin: -10px 10px 5px 0;
  border: 1px solid #ccc;
}
.drivertracker_number {
  float: left;
  width: 150px; 
}
.drivertracker_icons {
  width: 150px;
  float: left;
  margin-top: -2px;
}
.drivertracker_icons img {
  width: 23px;
  height: 23px;
  padding: 0 3px;
}
.drivertracker_status {
  float: left;
  font-size: 11px;
}
.drivertracker_changeno {
  padding: 5px 10px 5px 205px;
  border: 1px solid #e1e1e1;
  margin: 0 0 40px 0;
  clear: left;
  font-size: 12px;
  display: none;
}
.drivertracker_expanded_details {
  padding: 5px 10px 5px 10px;
  border: 1px solid #e1e1e1;
  margin: 0 0 40px 0;
  clear: left;
  font-size: 12px;
  overflow: auto;
  display: none;
}
.drivertracker_expanded_details img {
  width: 150px;
  height: 150px;
  border: 1px solid #ccc;
  float: left;
  display: block;
}
.drivertracker_expanded_details textarea {
  float: left;
  width: 400px;
  height: 70px;
  display: block;
  margin: 0 0 5px 0;
  padding: 3px 5px;
}
.drivertracker_expanded_details div {
  padding: 0 0 10px 20px;
  float: left;
}
.drivertracker_expanded_details b {
  display: block;
}
.drivertracker_expanded_details .button {
  margin-left: 20px;
  padding: 2px 10px;
}

/* Miscellaneous styles */

.section { margin: 8px 0 8px 0; }
a img { border-width: 0; }

.paging_container {
padding: 10px 0 10px 0;
text-align: center;
}

.heading_highlighted {
  color: navy;
  background-color: inherit;
}

.content_section {
  display: block;
  border: 0 solid #000;
}

.swf_div {
  display: inline;
}

.flashgallery_div {
  display: block;
  text-align: center;
  margin: 10px auto;
  padding: 5px;
  border: 1px solid #666;
  clear: both;
  width: 600px;
  background: #BBBDFF;
  -webkit-box-shadow: 5px 5px 10px #666;
  -moz-box-shadow: 5px 5px 10px #666; 
  overflow: auto;
}

p {
  margin: 0;
  padding: 0 0 10px 0;
  display: block;
}
code {
  font-size: 12px;
}

.admin_icons_horizontal {
  float: right; 
}
.admin_icons_horizontal img {
  width: 23px;
  height: 23px;
  margin-right: 5px;
}




#journal_overall_container {
  background: #eee;
  padding: 10px 10px 0 10px;
  overflow: auto;
}

.journal_post_container {
  border: 1px solid #ddd;
  background: #fff;
  padding: 10px;
  font-size: 14px;
  margin: 0 0 10px 0;
  overflow: auto;
}
.journal_post_container.hidden {
  display: none;
}
.journal_post_container.reply {
  margin-left: 50px;
  overflow: hidden;
}
.journal_new_post {
  color: #333 !important;
  text-decoration:none !important;
  display: block;
  border: 0;
  height: 20px;
  width: 100%;
  font: normal 14px 'Arial', sans-serif;
}
.journal_new_post_button {
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
}
.journal_new_post_attachment {
  float: left;
  margin-top: 16px;
  font-size: 12px;
  color: #666 !important;
}
.journal_new_post_actions {
  height: 0;
  overflow: hidden;
}
.journal_post_header {
  overflow: auto;
  padding-bottom: 10px;
}
.journal_post_avatar {
  display: block;
  width: 80px;
  height: 80px;
  float: left;
}
.journal_post_name {
  display: block;
  font: normal 20px 'Arial', sans-serif;
  padding: 10px 0 0 10px;
  margin-left: 90px;
}
.journal_post_date {
  display: block;
  font: normal 16px 'Arial', sans-serif;
  padding: 10px 0 0 10px;
  margin-left: 90px;
}
.journal_post_body {
  padding: 10px 0;
}
.journal_post_footer {  
  border-top: 1px solid #ddd;
  clear: both;
}
.journal_post_reply_link {
  display: block;
  clear: both;
  float: right;
}
.journal_replies_container {
  padding-left: 50px;
  background: url(/solopress/library/templates/default//solopress/library/templates/default/resources/reply-arrow.png) no-repeat 5px 5px;  
}
.journal_replies_container .journal_post_avatar {
  width: 40px;
  height: 40px;
}

.journal_replies_container .journal_post_name {
  font: normal 17px 'Arial', sans-serif;
  margin-left: 40px;
  padding: 0 0 5px 10px;
}
.journal_replies_container .journal_post_date {
  font: normal 12px 'Arial', sans-serif;
  margin-left: 40px;
  padding: 0 0 0 10px;
}

.journal_participent {
  overflow: auto;
  padding-bottom: 10px;
  cursor: default;
}
.journal_participent img {
  width: 50px;
  height: 50px;
  float: left;
}
.journal_participent span {
  display: block;
  margin: 15px 0 0 60px;
}


/* New modal boxes (bumble) */

.modal_bg {
  background: rgba(0,0,0,0.4);
}

.modal_box {
  background: #fff;
  border-radius: 5px;
  box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
  overflow: hidden;
  max-width: 900px;
}
.modal_close {
  width: 32px;
  height: 32px;
  top: 10px;
  right: 10px;
  position: absolute;
  background: url(/solopress/library/templates/default/resources/modal_close.png) no-repeat center center;
  cursor: pointer;
}
.modal_title {
  background: #444444;
  color: #ffffff;
  padding: 15px 40px 15px 20px;
  box-sizing: border-box;
  font-size: 150%;
  cursor: move;
}
.modal_content {
  padding: 15px 20px;
  min-height: 100px;
  box-sizing: border-box;
  margin: 55px 0 0 0;
  font-size: 100%;
  height: calc(100% - 60px);
  /*max-height: 88%;*/
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
}
.modal_content.inline {
  margin: 0;
  height: auto;
  position: static;
  overflow: auto;
}

@media only screen and (max-width: 550px) {
  .modal_content {
    padding: 10px 10px;
  }  
}
.modal_content.compressed {
  height: calc(100% - 100px);
}

.modal_content .modal_content_block {
  vertical-align: top;
  display: inline-block;
  width: 48%;
  box-sizing: border-box;
  padding: 6px 0;
}
.modal_content .modal_content_block.left {
  margin-right: 4%;
}
.modal_content .modal_content_block.wide {
  width: 100%;
}

@media only screen and (max-width: 850px) {
  .modal_content .modal_content_block {
    display: block;
    width: 100%;
    padding: 0 !important;
  }
  .modal_content .modal_content_block h2 {
    margin-top: 20px;
  }
  .modal_content .modal_content_block:first-child h2 {
    margin-top: 0;
  }
}
.modal_content .modal_content_block label {
  display: block;
  padding-bottom: 4px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.modal_content .forms_item_container {
  padding: 4px 0;
}
.modal_content .forms_item_label {
  display: table-cell !important;
  padding-top: 0;
}

.modal_content_section.columns {
  overflow: auto;
  position: relative;
}
.modal_content_section.columns label {
  width: 40%;
  float: left;
  padding-top: 3px;
}
.modal_content .modal_content_block .inputbox {
  box-sizing: border-box;
  width: 100% !important;
  padding: 5px !important;
  font-size: 100% !important;
}
.modal_content_section.columns .inputbox {
  width: 55% !important;
  float: right;
  margin-top: -3px;
}
.modal_content .form_buttons_container {
  width: 100%;
}
.modal_content .form_buttons_container .button {
  display: inline-block;
}
.modal_content .modal_content_block .inputbox.narrow {
  width: 50%;
}
.modal_content_section.columns .inputbox.narrow {
  width: calc(55% - 40px) !important;
  margin-right: 40px;
  box-sizing: border-box;
  float: right;
}
.modal_content_section.columns .modal_input_caption {
  width: 55%;
  float: right;
}
.modal_content_section.columns .modal_input_caption a {
  text-decoration: none;
}
.modal_content_section i.field-icon {
  position: absolute;
  top:  12px;
  right: 4px;
  font-size: 25px;
}
.modal_content .modal_content_block .inputbox.narrower {
  width: 30%;
}
.modal_content .modal_content_block .inputbox.right {
  text-align: right;
}
.modal_content .modal_content_block textarea.inputbox {
  height: 100px;
  font: 'Arial', sans-serif;
}
.modal_content .modal_button_container {
  text-align: center;
  padding: 10px 0;
}
.modal_content .modal_button_container .button {
  padding: 5px !important;
  font-size: 100% !important;
  width: 30%;
  margin: 0 10px;
  display: inline-block;
}
.modal_content .modal_content_alert {
  text-align: center;
  margin: 10px auto;
  font-size: 100%;
  line-height: 140%;
  padding: 5px;
  box-sizing: border-box;
}
.modal_content .modal_content_alert.highlight {
  background: #eb5555;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
}
.modal_top_alert {
  line-height: 140%;
  padding: 5px;
  box-sizing: border-box;
  background: #fbfbfb;
  margin: 0 0 20px 0;
}
.modal_top_alert i {
  padding-right: 5px;
}
.modal_content_title_block, .modal_content_title_block * {
  text-align: center;
}
.modal_content h2 {
  font-size: 120%;
}
.modal_content h3 {
  font-size: 100%;
  margin: 10px 0 10px 0;
  padding: 0;
}
.modal_content h3 div {
  font-size: 70%;
}
.modal_content_inner {
  height: 100%;
}
.modal_content_section {
  overflow: auto;
  padding: 10px 0 0 0;
}
.modal_content_section h3 {
  margin: 10px 0 10px 0;
}
.modal_content_section:first-child h3 {
  margin: 0 0 10px 0;
}
.modal_content_title {
  color: #4D4D4D;
  text-align: center;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  margin: 0;
  padding: 5px;
  background-color: #DEDEDE;
}
.modal_content.tabbed .modal_content_title {
  padding-top: 10px;  
  padding-bottom: 10px;
  border-top-left-radius: 0;
}
.modal_content_bigtick {
  border: 1px solid #EDEDED;
  border-radius: 5px;
  padding: 20px 20px 20px 72px;
  box-sizing: border-box;
  min-height: 74px;
  position: relative;
  margin-bottom: 20px;
  transition: all 0.2s ease-out;
}
.modal_content_bigtick:hover {
  cursor: pointer;
  border-color: #333;
}
.modal_content_bigtick span {
  line-height: 34px;
}
.modal_content_bigtick .forms_item_input_container {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-block;
  padding: 0;
}
.modal_description_box {
  background: #fafafa;
  border: 1px solid #ededed;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  margin-bottom: 15px;
  padding: 10px;
  box-sizing: border-box;
}
.modal_description_box label {
  display: block;
  font-weight: bold;
  vertical-align: bottom;
}
.modal_description_box label select {
  display: inline-block;
  vertical-align: baseline;
  font-weight: normal;
  text-transform: none;
  margin-left: 10px;
  margin-top: 10px;
}

.modal_wizard_controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: #fbfbfb;
  /*height: 15%;*/
  height: 70px;
  /*border-top: 3px solid #444444;*/
  box-shadow: 0 -3px 15px rgba(0,0,0,0.2);
}

.modal_wizard_controls button {
  position: absolute;
  width: 40%;
  max-width: 200px;
  top: 50%;
  height: 70%;
  max-height: 70px;
  box-sizing: border-box;
  transform: translateY(-50%);
  text-align: center;
  display: inline-block;
}
.modal_wizard_prev {
  left: 5%;
}
.modal_wizard_next {
  right: 5%;
}
.modal_wizard_controls button.hidden {
  display: none;
}
.modal_wizard_tabs button {
  font-weight: normal;
  padding: 5px 10px;
  font-size: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 2px;
  display: inline-block;
}
.modal_wizard_tabs button.button.active {
  color: #4D4D4D !important;
  background-color: #DEDEDE !important;
}
@media only screen and (max-width: 750px) {
  .modal_wizard_tabs button {
    font-size: 80%;
    padding: 5px 5px;
  }
}
@media only screen and (max-width: 550px) {
  .modal_wizard_tabs button {
    font-size: 60%;
    padding: 3px 2px;
  }
}
.modal_middle_splash {
  width: 50%;
  margin: 20px auto;
  text-align: center;
  font-size: 150%;
  line-height: 200%;
}
.modal_middle_splash i {
  font-size: 300%;
  color: #444444;
  display: inline-block;
  margin-bottom: 15px;
  margin-left: 5px;  
}

.modal_messages_container {
  display: table;
  height: 100%;
  width: 100%;
  border-spacing: 10px;
}
.modal_messages_top {
  display: table-row;
  background: #fff;
  position: relative;
}
.modal_messages_top_stuff {
  overflow-y: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.modal_messages_bottom {
  display: table-row;
  background: #eee;
  height: 30%;
  position: relative;
}
.modal_messages_bottom_stuff {
  display: table;
  width: 100%;
  height: 100%;
}
.modal_messages_bottom_left {
  display: table-cell;
  box-sizing: border-box;  
  width: 90%;
  position: relative;
}
.modal_messages_bottom .inputbox {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0%;
  padding: 5px;
  width: 100%;
  height: 100%;
}
.modal_messages_bottom_right {
  display: table-cell;
  vertical-align: bottom;
  padding: 0 20px;
}
.modal_messages_send_icon {
  width: 80px;
  height: 80px;
  background-color: #444444;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.2s ease-out;
  position: relative;
}
.modal_messages_send_icon::after {
  position: absolute;
  top: 20px;
  width: 100%;
  left: 0;
  color: #ffffff;
  content: '\f1d8';
  font-family: 'FontAwesome';
  font-size: 30px;
}
.modal_messages_send_icon:hover {
  background-color: #666666;
}
.modal_messages_message {
  width: 85%;
  margin: 0 0 20px 15px;
  padding: 30px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
  background: #fafafa;
  position: relative;
}
.modal_messages_message.you {
  margin-left: 7%;
  background: #C6F8D8;
}
#modal_messages_bottom {
  clear: both;
}
.modal_messages_message:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 15px;
  left: -7px;
  background: #fafafa;  
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.modal_messages_message.you:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 100%;
  left: 100%;
  background: #C6F8D8;
  margin-left: -7px;
  margin-top: -30px;
}
.modal_messages_dateheader {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 60%;
  color: #aaa;
}
.modal_options_select {
  display: block;
  margin: 10px 0;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #D6D6D6;
  padding: 5px;
  height: 160px;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal_options_select label {
  display: block;
  padding: 3px;
  font-size: 90%;
  line-height: 100%;
}
.modal_options_select label:hover {
  cursor: pointer;
  background: #444444;
  color: #fff;
}
.modal_content_cols {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  
}

/* Bumble JS stuff */

.bumbleBlackBox {
  background: rgba(0,0,0,1);
}
.bumbleThrobber {
  width: 34px;
  height: 34px;
  background: url(/solopress/library/templates/default/resources/throbber.png) no-repeat center center;
  animation-duration: 1.5s;
  animation-name: bumbleRotate;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -17px 0 0 -17px;
}
.bumbleThrobber.top {
  top: 15%;
}
.bumbleThrobber.dark {
  background-image: url(/solopress/library/templates/default/resources/throbber-dark.png);
}
@keyframes bumbleRotate {
  from {
    transform: rotate(0)
  }
  to {
    transform: rotate(360deg)
  }
}
.bumbleDragDropProxy {
  width: 64px;
  height: 64px;
  border: 2px dashed #ccc;
  display: block;
  background: rgba(255,255,255,0.8);
}

.properties_property_container {
  width: 75%;
  background: #fff;
  padding: 15px 25px 15px 25px;
}
.properties_property_left_col {
  margin-right: 225px;
}
.properties_property_left_col div {
  padding: 0 0 15px 0;
}
.properties_property_right_col {
  width: 200px;
  text-align: right;
  float: right;
  background: #ffffff;
  padding-top: 35px;
}
.properties_property_bottom {
  clear: right;
  padding: 5px;
  margin-top: 10px;
}
.properties_property_bottom div {
  float: right;
  width: 200px;
  text-align: right;
}
.properties_details_label {
  float: left;
  width: 80px;
  font-weight: bold;
  text-align: right;
  font-size: 10px;
  clear: left;
}
.properties_details_value {
  float: right;
  width: 105px;
  font-size: 10px;
  text-align: left;
}

.shop_crosslinked_product {
  width: 150px; 
  float: left;
  margin: 5px;
  text-align: center;
}
.shop_crosslinked_product b {
  display: block;
}
.shop_product_rating_container {
  font-size: 10px;
  margin: -6px 0 5px 0;
  overflow: auto;
}
.shop_product_rating_text {
  float: left;
  padding-top: 5px;
}
.shop_product_star_rating {
  float: left;
  width: 120px;
}
.shop_product_rating_container span {
  padding: 0 2px
}
#directory_advanced_search {
  background: #DEDEE7;
  overflow: auto;
  padding: 5px;
}
#directory_advanced_search h1 {
  font-size: 16px;
  margin: 5px 0 10px 0;
  line-height: 140%;
}
.directory_search_field_container {
  float: left;
  width: 380px;
  height: 25px;
}
.directory_search_label {
  width: 100px;
  display: block;
  float: left;
}
.directory_search_input_container {
  float: left;
  display: block;
  width: 150px;
}

#directory_advanced_search .inputbox{
  width: 250px;
  font-size: 10px !important;
}
#directory_advanced_search .button {
  display: block;
  width: 100px;
  padding: 5px;
  clear: both;
  margin: 0 auto 20px auto;
  position: relative;
  top: 10px;
}
#events_select_categories_container {
  float: right;
  margin: 10px 10px 0 0;
  padding: 10px; 
  text-align: right;
}


#events_side_categories {
  float: right; 
  clear: right;
  padding: 10px; 
  width: 20%; 
  margin: 0 10px 10px 0;
}


#events_side_categories a, #events_side_categories b {
  display: block;
}
#events_table {
  width: 70%;
}
#events_table tr td a {
  display: block;
}
#news_article i {
  display: block;
}

.news_articles_list { 
}

/* news categories */

.news_categories ul {
  padding-left: 0;
  list-style-type: none;
  font-weight: bold;
}

.news_categories ul ul {
  font-weight: normal;
  padding-left: 20px;
  font-size: 10px;
  list-style-type: square;
}

/* news sub categories */

.news_sub_categories {
  padding: 10px 10px;
  list-style-type: none;
  font-weight: bold;
  margin: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#blog_article i {
  display: block;
}

.blog_articles_list { 
}

/* blog categories */

.blog_categories ul {
  padding-left: 0;
  list-style-type: none;
  font-weight: bold;
}

.blog_categories ul ul {
  font-weight: normal;
  padding-left: 20px;
  font-size: 10px;
  list-style-type: square;
}

/* blog sub categories */

.blog_sub_categories {
  padding: 10px 10px;
  list-style-type: none;
  font-weight: bold;
  margin: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
/* Javascript slideshow */

.slideshow_text {
  
  font-family: 'Arial', 'opensans', sans-serif;
  letter-spacing: -0.4pt;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align:center;
  display: block;
  font-size: 350%;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 10px #000, 0 0 20px #000, 0 0 50px #000;
  transform: translateY(-50%);
  line-height: 110%;
}

.slideshow_content_slider_container {
  height: auto !important;
}
.slideshow_content_slider {
  width: 100%;
  height: auto !important;
  overflow: hidden;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.slideshow_inner_container {
  height: auto !important;
}
.slideshow_item {
  position: relative;
}
.slideshow_item, .slideshow_item img {
  width: 100% !important;
  /*min-width: 450px !important;*/
  height: auto !important;
  display: block;
}
#content_col .slideshow_content_slider {
  width: 630px;
  height: 250px;
}
.slideshow_footer {
  height: 80px;
  background: rgba(0,0,0,0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 220px 0 0 0;
  padding: 10px 20px;
  font: normal 14px 'Arial', snas-serif;
  width: 100%;
  color: #fff;
  line-height: 140%;
}
#content_col .slideshow_footer {
  width: 590px;
  margin: 150px 0 0 0;
  line-height: 130%;
}
.slideshow_footer h3 {
  margin: 0 0 5px 0;
  padding: 0;
  color: #fff;
  font: normal 18px 'Arial', snas-serif;
}  

.slideshow_content_slider_container:hover .slideshow_left_browse,
.slideshow_content_slider_container:hover .slideshow_right_browse
{
  opacity: 1 !important;
}

.slideshow_left_browse {
  cursor: pointer;  
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute !important;
  z-index: 999;
  top: 50% !important;
  transform: translateY(-50%);
  left: 0% !important;
  background: url(/solopress/library/templates/default/resources/slide-left.png) no-repeat 0 0;
  width: 40px !important;
  height: 79px !important;
}
.slideshow_right_browse {
  cursor: pointer;  
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute !important;
  z-index: 999;
  top: 50% !important;
  transform: translateY(-50%);
  right: 0% !important;
  margin-top: 5px;
  background: url(/solopress/library/templates/default/resources/slide-right.png) no-repeat 0 0;
  width: 40px !important;
  height: 79px !important;  
}

