body {
  background-color: #f6f8f8;
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
  text-align: center;
  margin:0; 
  padding:0; 
  opacity:.9999;                        
  color:#333;
  height:100%;
  overflow-y:scroll;
}

#header {
  background-image:url('../images/background.png');
  background-repeat:repeat-x;
  background-position: 0 -94px;
  position:fixed;
  top: auto;
  height:36px;
  left: 0;
  width:100%;
  z-index:999;
  padding-top:6px;
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -ms-user-select: none; /* IE10+ */
  user-select: none;
}


input:focus,
select:focus,
textarea:focus {
    outline: none;
    border: 1px solid rgba(127,182,227,0.66);
    -webkit-box-shadow: 0px 0px 3px 2px rgba(127,182,227,0.66);
    -moz-box-shadow: 0px 0px 3px 2px rgba(127,182,227,0.66);
    box-shadow: 0px 0px 3px 2px rgba(127,182,227,0.66);
}

input[type="checkbox"]:focus + .cust_checkbox {
    border: 1px solid rgba(127,182,227,0.66);
    -webkit-box-shadow: 0px 0px 3px 2px rgba(127,182,227,0.66);
    -moz-box-shadow: 0px 0px 3px 2px rgba(127,182,227,0.66);
    box-shadow: 0px 0px 3px 2px rgba(127,182,227,0.66);
}

input[type="radio"]:focus + .cust_radio {
    -webkit-box-shadow: 0px 0px 3px 2px rgba(127,182,227,0.66);
    -moz-box-shadow: 0px 0px 3px 2px rgba(127,182,227,0.66);
    box-shadow: 0px 0px 3px 2px rgba(127,182,227,0.66);
}

button {
  cursor:pointer;
}

button:focus {
    outline: none; 
    -webkit-box-shadow: 0px 0px 3px 2px rgba(127,182,227,0.66);
    -moz-box-shadow: 0px 0px 3px 2px rgba(127,182,227,0.66);
    box-shadow: 0px 0px 3px 2px rgba(127,182,227,0.66);
}

button:focus span {
    position: relative;
    left: 0;
    top: 0;
}

label {
  user-select: none;
}

/*footer {
  overflow: hidden;
  background-color: #535353;
  text-align:left;
}
footer p {
  display:block;
  margin-left:20px;
}

footer, footer a {
  color:#A6A6A6;
  font-size:12px;
  text-decoration: none;
}*/

.footer {
  display: block;
  height:50px;
}



.controls {
  position:fixed; 
  bottom: 0; 
  width: 100%; 
  background-color:#f6f8f8; 
  padding: 5px 0;
  -webkit-box-shadow: 0 -2px 3px -1px rgba(0,0,0,0.20);
  -moz-box-shadow: 0 -2px 3px -1px rgba(0,0,0,0.20);
  box-shadow: 0 -2px 3px -1px rgba(0,0,0,0.20);
}

.hidden {
  position:absolute;
  left: -9999px;
}

.menu, .menu ul, .menu li, .menu a{ 
  padding:0; 
  margin:0 0 0 0;
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -ms-user-select: none; /* IE10+ */
  user-select: none;
}

.menu {
  position: absolute;
  right:0;
  top: 6px;
  display:inline-block;
  width: 215px;
  text-align: right;
  margin-top:36px;
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -ms-user-select: none; /* IE10+ */
  user-select: none;
  /*-webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;*/
  width: 215px;
  -webkit-border-radius: 0 0 0 8px; 
  -moz-border-radius: 0 0 0 8px; 
  border-radius: 0 0 0 12px; 
  -webkit-box-shadow: -1px 2px 3px 0px rgba(0,0,0,0.18);
-moz-box-shadow: -1px 2px 3px 0px rgba(0,0,0,0.18);
box-shadow: -1px 2px 3px 0px rgba(0,0,0,0.18);
}

.menu li {
  padding-top:5px;
  list-style: none;
}

.menu_bg {
  background-image:url('../images/menu_icons.png');
  background-repeat:no-repeat;
  background-size: 400px 100px;
  width:42px;
  height:36px;
  display:inline-block;
  vertical-align: middle;
  display:inline-block;
  margin-right:5px;
}

.menu a {
  display:inline-block;
  padding-right:35px;
  font-family: 'Open Sans', sans-serif;
  font-size:16px;
  color:#fff;
  text-decoration:none;  
}

.menu a:hover, .menu a:hover span {
  text-decoration: none;
  text-shadow: 1px 1px 1px #316EA5;
}

.menu a:active, .menu a:active span {
  text-decoration: none;
  text-shadow: 0 0 0 transparent;
  color:#FEFFDF;
}

.menu a:hover .menu_bg {
  -webkit-filter: drop-shadow(1px 1px 1px #3E7AB0);
  filter: drop-shadow(1px 1px 1px #3E7AB0);
}

.menu a:active .menu_bg {
  -webkit-filter: drop-shadow(0 0 0 transparent);
  filter: drop-shadow(0 0 0 transparent);
}

.sub_nav a:hover {
  text-shadow: 1px 1px 1px #21507B;
}

.menu li ul {
  
  position:relative;
  background-color: #1E86DF;
  border-top: 1px solid #3a87c9;

  padding: 6px 0;
  margin: 0 0 0 1px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;

  font-size: 16px;
  line-height: 25px;
  color: #fff;
  padding-right: 35px; 
}

.settings_menu {
  display:none;
}

.sub_nav {
  display:none;
}

.childmenu i {
  display:inline-block;
  color: #EFEFEF;
  padding:3px;
  margin-right:-25px;
  cursor:pointer;
  font-size:18px;
  padding-left:25px;
}

.childmenu:hover i {
  color: #FEFFDF;
}

.childmenu:active i {
  color: #A8CB42;
}



.menu li ul li {
  display:inline;
}

.menu li ul li a {
  padding-right: 0;
  margin: 0 5px;
  display:inline;
}

.menu_item {
  display:inline-block;
}

.menu_expanded {
  background-color:#2d96f0;
}


/*
.current_page_item a {
  text-decoration: underline;
}
*/
/*
#magic-line { 
  background-color: #fff;
  position: absolute; 
  bottom: -1px; 
  left: 0; 
  width: 133px; 
  height: 44px; 
  border:1px solid #fff;
  border-radius: 9px 9px 0 0;
  
  z-index: -1;
}
*/
.menu_home {
  background-position:-10px -10px;
  width: 30px;
}

.menu_days {
  background-position: -92px -9px;
  width: 25px;
  margin-right:6px;
}

.menu_bookings {
  background-position: -131px -9px;
  width: 36px;
  margin-right:3px;
}

.menu_form {
  background-position: -181px -9px;
  width: 30px;
}

.menu_mail {
  background-position: -219px -10px;
  width: 26px;
}

.menu_settings {
  background-position: -253px -9px;
  width: 24px;
}

.menu_help {
  background-position: -287px -10px;
  width: 23px;
}

.menu_logout {
  background-position: -54px -10px;
  width: 26px;
}

/* RESPOSIVE MENU */

.help_menu_small {
  display:none;
}

.admin_logo {
  display:none;
}

.small_menu {
  display: none;
}

/*.preloader {
  background-image:url('../images/loader_big.gif');
  background-position:30px 20px;
  background-repeat:no-repeat;
  min-width: 60px;
  min-height: 60px;
}*/

.preloader {
  background-image:url('../images/loader2.gif');
  background-position:0 0;
  background-repeat:no-repeat;
  background-size:32px 32px; 
  
}

.preloader1 {
    min-width: 60px;
    min-height: 60px;
    background-position:30px 20px;
}

/*.small_menu {
  position: absolute;
  right: 100px;
  display:inline-block;
  list-style: none;
  position:fixed;
}

.small_menu li {
  display:inline;
}

.small_menu a {
  
  display: inline-block;
  padding-right: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.small_menu a:hover, .small_menu a:hover span {
  text-decoration: none;
  text-shadow: 1px 1px 1px #316EA5;
}

.small_menu a:active, .small_menu a:active span {
  text-decoration: none;
  text-shadow: 0 0 0 transparent;
  color:#FEFFDF;
}

.small_menu a:hover .menu_bg {
  -webkit-filter: drop-shadow(1px 1px 1px #3E7AB0);
  filter: drop-shadow(1px 1px 1px #3E7AB0);
}

.small_menu a:active .menu_bg {
  -webkit-filter: drop-shadow(0 0 0 transparent);
  filter: drop-shadow(0 0 0 transparent);
}*/

/*2016 UI RE-DESIGN*/
.home_btn {
  background-position: -315px -11px;
  background-repeat:no-repeat;
  display: block;
  position: fixed;
  right: 110px;
  top:7px;
  cursor:pointer;
  line-height: 1.2;
  font-size: 18px;
  z-index: 9998;
  width: 34px;
  height: 30px;
  -webkit-border-radius: 8px; 
  -moz-border-radius: 8px; 
  border-radius: 8px; 
  background-color: #2d96f0;
  font-family: 'Open Sans', sans-serif;
  color:#e7eaed;
}

.home_btn:hover {/* 1b81d8  */
  background-color: #1b81d8;
}


/*
.home_btn {
    display:none;
  }
*/
.first_menu {
  display:none;
}

.menu_btn {
  background-image:url('../images/hamburger.png');
  background-repeat:no-repeat;
  background-position: 9px 6px;
  display: block;
  position: fixed;
  right: 10px;
  top:7px;
  cursor:pointer;
  line-height: 1.2;
  font-size: 18px;
  z-index: 9997;
  width: 76px;
  height: 26px;
  -webkit-border-radius: 8px; 
  -moz-border-radius: 8px; 
  border-radius: 8px; 
  background-color: #2d96f0;
  
  padding-top:4px;
  padding-left:17px;
  font-family: 'Open Sans', sans-serif;
  color:#e7eaed;
}

/*
  border:2px solid #68b7fb;
  border-radius: 8px;
  background-color: #2d96f0;

  border:1px solid #2d96f0;
  border-radius: 8px;
  background-color: #68b7fb;
*/

.menu_btn:hover {/* 1b81d8  */
  background-color: #1b81d8;
}

.menu_btn_clicked {
  background-color: #1b81d8;
}

.second_menu {
  display: none;
}

.first_second_menu a {
  padding-top:6px;
}

.last_menu_item a {
  padding-bottom:15px;
}

.expand {
  display: block;
}

.small_logo {
  display:inline-block;
  position: absolute;
  padding-top: 3px;
  left: -4px;
  /*left:5px;
  background-image:url('../images/logo_small.png');
  background-repeat:no-repeat;
  background-position: 8px -3px;*/
  width:180px;
  height:36px;
}

.left_content {
  margin: 0 auto;
  /*2016 UI RE-DESIGN*/
  margin-top:0;
  padding-top:60px;
  padding-left:8px;
  max-width: 1000px;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.center_content {
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
  /*920px*/
}

h1 {
  font-family: 'Open Sans', sans-serif;
  color:#ee921b;
  font-size:24px;
  font-weight: 400;
  display:inline;
  cursor: default;
}

h3 {
  font-family: 'Open Sans', sans-serif;
  color:#ee921b;
  font-size:20px;
  font-weight: 400;
  display:inline;
  cursor: default;
}

/*.content_box_header h3 {
  color:#fff;
}*/

h4 {
  font-family: 'Open Sans', sans-serif;
  color:#ee921b;/* 2191ed */
  font-size:18px;
  font-weight: 400;
  display:inline;
  cursor: default;
}

.info_msg {
  margin: 47px auto;
  display:inline-block; 
  width:auto; 
  text-align: center;
  margin-bottom: 10px;
  padding: 6px 16px;
  font-size:14px;
  border-radius: 5px;
  background-color: #E2F8F8;
  border: 1px solid #8EC4F2;
  color:#326686;
 -webkit-box-shadow: 0px 0px 3px 1px rgba(46,46,46,0.15);
  -moz-box-shadow: 0px 0px 3px 1px rgba(46,46,46,0.15);
  box-shadow: 0px 0px 3px 1px rgba(46,46,46,0.15);
  
}

.markAllLabel {
  margin-left:0; 
  display:inline-block;
  width:auto !important;
}

/* FORM CONTROLS  #E0E0E0  3388CC */

.big_blue_button {
  display:block;
  background: #207ce5;
  background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #499bea), color-stop(100%, #207ce5));
  background: -webkit-linear-gradient(top, #499bea 0%, #207ce5 100%);
  background: -o-linear-gradient(top, #499bea 0%, #207ce5 100%);
  background: -ms-linear-gradient(top, #499bea 0%, #207ce5 100%);
  background: linear-gradient(to bottom, #499bea 0%, #207ce5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0 );
  padding:11px 8px;
  border: 1px solid #ddd;
  -webkit-border-radius: 8px; 
  -moz-border-radius: 8px; 
  border-radius: 8px; 
  -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,.1);
  -moz-box-shadow: 0px 1px 4px rgba(0,0,0,.1);
  box-shadow: 0px 1px 4px rgba(0,0,0,.1);
  width:100%;
  text-align: left;
  cursor:pointer;
  margin-left:-8px;
}

.big_blue_button:hover {
  background: #1c70c9;
  background: -moz-linear-gradient(top, #529de3 0%, #1c70c9 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #529de3), color-stop(100%, #1c70c9));
  background: -webkit-linear-gradient(top, #529de3 0%, #1c70c9 100%);
  background: -o-linear-gradient(top, #529de3 0%, #1c70c9 100%);
  background: -ms-linear-gradient(top, #529de3 0%, #1c70c9 100%);
  background: linear-gradient(to bottom, #529de3 0%, #1c70c9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#529de3', endColorstr='#1c70c9', GradientType=0 );
}

.big_blue_button:active {
  background: #2c83db;
  background: -moz-linear-gradient(top, #2c83db 0%, #378bd4 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #2c83db), color-stop(100%, #378bd4));
  background: -webkit-linear-gradient(top, #2c83db 0%, #378bd4 100%);
  background: -o-linear-gradient(top, #2c83db 0%, #378bd4 100%);
  background: -ms-linear-gradient(top, #2c83db 0%, #378bd4 100%);
  background: linear-gradient(to bottom, #2c83db 0%, #378bd4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c83db', endColorstr='#378bd4', GradientType=0 );
}
.edit_link {
  font-size:15px;
  color:#fff;
  letter-spacing:.3px;
  vertical-align: bottom;
}
.big_blue_icons {
float: right;
  margin-right: 10px;
  color: #CBE3FD;
  font-size: 20px;
  margin-top: -2px;
}

/* RADIO */
.leftContentButton {
    float:right;
    margin-right:10px;
    margin-top: 6px;
    font-size: 14px;
  }
  .eventsButton {
    float:right;
    margin-bottom: 20px;
  }
.button_bg_stay {
  background: #eee;
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0 );
  padding:9px !important;
  border: 1px solid #ddd !important;
  -webkit-border-radius: 8px; 
  -moz-border-radius: 8px; 
  border-radius: 8px; 
  user-select: none;
}

.button_bg_stay:hover {
  background: #e8e8e8;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
  background: -o-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
  background: linear-gradient(to bottom, #f9f9f9 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e8e8e8', GradientType=0 );
  border:1px solid #d7d7d7;
}

.button_bg_stay:hover .hoverClass { 
  color: #2191ed;
}

.button_bg_stay:active {
  background: #d6d6d6;
  background: -moz-linear-gradient(top, #d0d0d0 0%, #dfdfdf 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #d0d0d0), color-stop(100%, #dfdfdf));
  background: -webkit-linear-gradient(top, #d0d0d0 0%, #dfdfdf 100%);
  background: -o-linear-gradient(top, #d0d0d0 0%, #dfdfdf 100%);
  background: -ms-linear-gradient(top, #d0d0d0 0%, #dfdfdf 100%);
  background: linear-gradient(to bottom, #d0d0d0 0%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#dfdfdf', GradientType=0 );
  border:1px solid #bbb;
}

.inLayButton {
  margin-top:-2px;
  display:inline-block;
  /*padding:9px 14px !important;*/
  /*padding: 9px 3px 9px 11px !important;*/
  padding: 8px 6px !important;
  color: #fff;
  font-weight: bold;
  cursor:pointer;
  width:150px;
  text-align: center;
}
.eventsButton {
  margin-top: -1px;
}


.button_bg {
  background: #eee;
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0 );
  padding:4px 8px;
  border: 1px solid #ddd;
  -webkit-border-radius: 8px; 
  -moz-border-radius: 8px; 
  border-radius: 8px; 
  user-select: none;
}

.button_bg:hover {
  background: #e8e8e8;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
  background: -o-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
  background: linear-gradient(to bottom, #f9f9f9 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e8e8e8', GradientType=0 );
  border:1px solid #d7d7d7;
}

.button_bg:active {
  background: #d6d6d6;
  background: -moz-linear-gradient(top, #d0d0d0 0%, #dfdfdf 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #d0d0d0), color-stop(100%, #dfdfdf));
  background: -webkit-linear-gradient(top, #d0d0d0 0%, #dfdfdf 100%);
  background: -o-linear-gradient(top, #d0d0d0 0%, #dfdfdf 100%);
  background: -ms-linear-gradient(top, #d0d0d0 0%, #dfdfdf 100%);
  background: linear-gradient(to bottom, #d0d0d0 0%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#dfdfdf', GradientType=0 );
  border:1px solid #bbb;
}


/*
background: #5393c5;
  background: -moz-linear-gradient(top, #5393c5 0%, #6facd5 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #5393c5), color-stop(100%, #6facd5));
  background: -webkit-linear-gradient(top, #5393c5 0%, #6facd5 100%);
  background: -o-linear-gradient(top, #5393c5 0%, #6facd5 100%);
  background: -ms-linear-gradient(top, #5393c5 0%, #6facd5 100%);
  background: linear-gradient(to bottom, #5393c5 0%, #6facd5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5393c5', endColorstr='#6facd5', GradientType=0 );
*/

.cust_radio {
  display:inline-block;
  background-color: #eee;
  height:16px;
  width:16px;
  border:1px solid #C3C3C3;
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
  border-radius: 50%; 
  vertical-align: bottom;
  margin-right:7px;
}

.r_checked {
  background-image:url('../images/radio_checked.png');
  background-color: #3388CC;
  border:1px solid #3388CC;
}

.radio_options:hover .r_unchecked {
  border: 1px solid #6bb4ee;
}


.preview_radio_options:hover span, .radioLabel:hover span {
  color: #2191ed;
}


.radio_options {
  display:block;
  /*
  background-color: #F6F6F6;
  */
  padding:12px;
  margin-bottom: 15px;
  /*
  border: 1px solid #ddd;
  -webkit-border-radius: 8px; 
  -moz-border-radius: 8px; 
  border-radius: 8px; 
  */
  width:70%;
  font-weight: bold;
  font-size:15px;
}


.radio_options .corange2, .radio_options .cblue {
  vertical-align: middle;
}
.radio_options:hover .corange2 {
  color: #2191ed;
}

/* CHECKBOX */
.cust_checkbox {
  display:inline-block;
  background-color: #eee;
  height:16px;
  width:16px;
  border:1px solid #C3C3C3;
  -webkit-border-radius: 2px; 
  -moz-border-radius: 2px; 
  border-radius: 2px; 
  vertical-align: bottom;
  margin-right:12px;
  margin-left:4px;
  cursor:pointer;
}

.checkbox_options {
  display:block;
  padding:9px;
  margin-bottom: 15px;
  max-width:280px;
  font-weight: bold;
  font-size:15px;
}

.checkbox_options:hover .r1b {
  color: #2191ed;
  cursor:pointer;
}

.checkbox_options span {
  line-height: 16px;
}

.preview_checkbox_options:hover span {
  color: #2191ed;
}


label:hover .hoverClass {
  color: #3399ff;
}
label:hover .cust_checkbox {
  border: 1px solid #6bb4ee;
}
  
#inc_canceled {
  padding: 5px 8px;
}
    

.c_checked {
  background-image:url('../images/checkbox_checked.png');
  background-repeat:no-repeat;
  background-position: 1px 1px;
  background-color: #3388CC;
}

.checkbox_options:hover .c_unchecked, .repCheck:hover .c_unchecked {
  border: 1px solid #6bb4ee;
}

.repCheck_box {
  margin-right: 0;
}

.small_checkbox {
  background-size: 85% 85%;
  height:13px;
  width:13px;
  margin-top:1px;
  vertical-align: top;
  padding:1px;
}

.c_disabled {
  background-color: #B3B3B3;
}

/* TEXT STYLES */

a {
  color:#ff6600;
  text-decoration: none;
  cursor: pointer;
}

p {
  line-height: 1.2;
  margin: 16px 0;
}

th {
  padding: 2px 0;
}

.boldText {
  font-weight:bold;
}

.pagelink {
  text-decoration: none;
}

.error2 {
  font-weight:normal;
  display : inline;
  color:#ea4932;
  cursor: default;
}
.cwhite {
  color: #fff;
}
.cgray {
  color: gray;
}
.cgray2 {
  color: #b8b8b8;
}
.cgray3 {
  color: #545454;
}
.cblue {
  color: #2191ed;
}
.cblue2 {
  color: #125c98;
}
.cgreen {
  color:#94a332; 
}
.corange1 {
  color: #ee921b;
}
.corange2 {
  color: #ff6600;
}

.cred {
  color: #d12f19;
}

.cblack {
  color: #333;
}

.sbreak {
  display:block;
  margin-top:12px;
}

.cbreak {
  display:block;
}

.hoverClass {
  user-select: none;
}
.hoverClass:hover {
  color: #3399ff;
  cursor:pointer;
}

.hoverBackgroundClass:hover {
  background: #ee921b;
  cursor:pointer;
}

/* OLD STYLES */
.rep_container {
  margin-top:10px;
}
.r3 {
  color: #ff6600;
  font-size:15px;
  display : inline;
}

.r3:hover  {
  color: #3399ff;
  cursor:pointer;
  text-decoration:none;
}

.r3b {
  font-size:15px;
  display : inline;
  color: grey;
}

.cred:hover  .advRemove {
  background-position:-11px 0px;
}

.repCan {
font-size:15px;
display:inline;
color:#d12f19; 
cursor:pointer; 
}
.repCan:hover {
color:#3399ff; 
}
/*960px*/
.holder {
  background-color:#fff;
  max-width: 1060px;
  border-bottom: 1px solid #ddd;
  margin: 0 auto;
  padding: 0 0 30px 0;
}
.content_box {
  text-align: left;
  margin: 0 auto;
  width:100%;
  max-width: 1000px;
  padding: 10px 10px 10px 10px; 
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box; 

}

.clear_box:before,
.clear_box:after {
  content:"";
  display:table;
}
.clear_box:after {
  clear:both;
}
.clear_box {
  zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

.bigTable {
  /*margin-top:30px;*/
}

.times_header {
  background-image:url('../images/times_icon.png');
  line-height:24px;
}

.forms_header {
  background-image:url('../images/forms_icon.png');
  line-height:26px;
}

.color_header {
  background-image:url('../images/color_icon.png');
  line-height:24px;
}

.mail_header {
  background-image:url('../images/mail_icon.png');
  line-height:24px;
}

.list_header {
  background-image:url('../images/list_icon.png');
  line-height:24px;
}

.location_header {
  background-image:url('../images/location_icon.png');
  line-height:24px;
}

.account_header {
  background-image:url('../images/account_icon.png');
  line-height:24px;
}

.calendar_header {
  background-image:url('../images/calendar_icon.png');
  line-height:24px;
}



.content_box_header { /* ee921b    f3aa4b   a6dc66 */
  background-repeat:no-repeat;
  background-position: 8px 5px;
  width:100%;
  height:34px;
  padding-top:5px;
  /*background-color:#f0ad57;*/
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom:12px;
  margin-left:0;
  text-align: left;
  padding-left: 37px;
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box; 
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
  border-radius: 3px; 

    padding-bottom: 28px;
   border-radius: 0;
    /* border:0;
    -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff), color-stop(13%, #c3c3c3), color-stop(97%, #c3c3c3)) 1 1 1 1 repeat repeat;
    /*border-image: gradient(linear, left top, right top, from(#fff), to(#fff), color-stop(13%, #c3c3c3), color-stop(97%, #c3c3c3)) 1 repeat repeat;*/
    /*-webkit-border-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(13%, #c3c3c3), color-stop(97%, #c3c3c3), color-stop(100%, #ffffff));*/
}
.content_box_header::after {
    background: -moz-linear-gradient(left, #f1d9ba 0%, #f1d9ba 95%, #ffffff 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #ffffff), color-stop(95%, #f1d9ba), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(left, #f1d9ba 0%, #f1d9ba 95%, #ffffff 100%);
    background: -o-linear-gradient(left, #f1d9ba 0%, #f1d9ba 95%, #ffffff 100%);
    background: -ms-linear-gradient(left, #f1d9ba 0%, #f1d9ba 95%, #ffffff 100%);
    background: linear-gradient(to right, #f1d9ba 0%, #f1d9ba 95%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d9ba', endColorstr='#f1d9ba', GradientType=1 );
    content: '';
    /*padding: 1px;*/

    display: block;
    width: 100%;
    height:1px;
        margin-left: -30px;
        /*box-sizing: border-box;*/
         

    
}

/*background: -moz-linear-gradient(left, #ffffff 0%, #c3c3c3 3%, #c3c3c3 97%, #ffffff 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #ffffff), color-stop(3%, #c3c3c3), color-stop(97%, #c3c3c3), color-stop(100%, #ffffff));
background: -webkit-linear-gradient(left, #ffffff 0%, #c3c3c3 3%, #c3c3c3 97%, #ffffff 100%);
background: -o-linear-gradient(left, #ffffff 0%, #c3c3c3 3%, #c3c3c3 97%, #ffffff 100%);
background: -ms-linear-gradient(left, #ffffff 0%, #c3c3c3 3%, #c3c3c3 97%, #ffffff 100%);
background: linear-gradient(to right, #ffffff 0%, #c3c3c3 3%, #c3c3c3 97%, #ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );*/

/*background: #e5e5e5;
background: -moz-linear-gradient(left,  #e5e5e5 0%, #c3c3c3 3%, #c3c3c3 97%, #e5e5e5 100%);
background: -webkit-linear-gradient(left,  #e5e5e5 0%,#c3c3c3 3%,#c3c3c3 97%,#e5e5e5 100%);
background: linear-gradient(to right,  #e5e5e5 0%,#c3c3c3 3%,#c3c3c3 97%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=1 );
*/

.mostrecent_header {
  background-image:url('../images/mostrecent_icon.png');
  background-size: 24px;
  line-height:24px;
  background-repeat:no-repeat;
  background-position: 8px 5px;
  width:100%;
  height:34px;
  padding-top:5px;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom:2px;
  margin-left:-10px;
  text-align: left;
  padding-left: 37px;
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box; 
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
  border-radius: 3px; 
}

.mostrecent_header h3 {
  padding-top: 1px;
  display: inline-block;
  color:#ee921b;
}


/* NEW DAY */

.updateStatusChange {
  display: block;
  width: 100px;
  margin-top: 10px;
}

/* preview */

.green {
  color:#94a332; 
  display:inline; 
}

.previewDayText {
  display:block;
  clear: both;
  margin-bottom:15px;
  padding-top:15px;
  /*
  float:left; 
  padding-top:20px; 
  padding-left:10px;
  */
}

.previewTimeText {   
  clear:both;
  padding-top:15px; 
  padding-left:0;
}

.previewHolder {
  margin-top:28px;
}

.previewfield {
  line-height: 1.2;
  margin-top: 3px;
  margin-bottom: 6px;
}
.checkboxes {
  max-width: 470px;
}
.checkboxes div {
  margin-top: 4px;
}
.checkboxes label {
  display: inline-block;
  padding-right: 11px;
  white-space: nowrap;
  margin-left: 2px;
  margin-top: 2px;
  margin-right: 6px;
}
.checkboxes input {
  vertical-align: bottom;
}
.checkboxes label span {
  vertical-align: bottom;
}

.t1 {
  font-size:15px;
  display:inline;
  color: #333;
  cursor: default;
  font-weight:bold;
}

#previewcontainer select {
  border-radius: 3px;
  border:1px solid #ddd;
}

#previewcontainer2 {
  margin-top:15px;
}
#previewcontainer2 .t1 {
  display:block;
  margin-bottom:2px;
  margin-top: 5px;
}
#previewcontainer2 input {
  border-radius: 3px;
  border:1px solid #ddd;
}

/* update */
.datesEditScroll {
  display:block;
  width:70%;
  float:left;
  margin-top:10px;
}

.changeDates span {
  display:inline-block;
  margin-right:30px;
  padding: 7px 0;
}

.repCheck {
  font-weight: bold;
  margin-right:5px;
}

.repCheck .cust_checkbox {
  margin-right:0;
}

.buttonNerror {
  background-color:#f6f8f8;
  text-align:center; 
  max-width:960px; 
  margin:10px auto 0 auto; 
  padding-bottom:40px;
}/* margin-right:30px */

.button_next {
  margin:0 auto;
  width:60%;
}

.btnPrev {
  margin:20px auto;
  width:60%;
}

.btnSubmit {
  margin:20px auto 40px auto;
  width:60%;
}


.timesfloat {
  width:270px;
}

.obl_text_small {
  display:none;
}

.setting_obl {
  margin-left:165px;
  display:inline;
}

.holderHolder .cust_checkbox {
  vertical-align: middle;
  margin-left:17px;
  margin-right:17px;
}

.opt {
  display:block;
}

.opt_s {
  margin-left:285px; 
}

.opt_adr {
  margin-left:256px;
}

.opt_adr .r1e {
  margin-left:8px;
}
.remBreak {
  margin-left:7px;
}

.date_holder {
  min-width:250px;
  margin-bottom:20px;
}
.name_holder {
  min-width:250px;
}

.place_holder {
  min-width:250px;
}


.textbox6 {
  font-family: 'Droid Sans', sans-serif;
  font-size:15px;
  width:95%;
  height: 100px;
  margin-bottom: 10px;
  margin-top: 3px;
  resize:none;
  padding-left:5px;
  border:1px solid #C3C3C3;
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
  border-radius: 3px; 
}

.namefield {
  width:90%;
}

.placefield {
  width:90%;
}

/*.plus_img {
  display:inline-block;
  background-image:url('../images/plusminus.png');
  background-size: 500%;
  background-repeat:no-repeat;
  background-position: 1% 0;
  vertical-align: middle;
  width: 18px;
  height: 100%;
  margin-right:5px;
}

.plus {
  display:inline-block;
  height:19px;
  cursor:pointer;
  margin-top:6px;
  color:#758342;
  padding:8px 9px;
}

.plus:hover {
  color:#50592d;
}

.plus:hover .plus_img {
  background-position: 27% 0;
}*/

/* buttons */
.buttons {
  display:block;
  cursor:pointer;
  padding:8px 16px;
  border: 1px solid #baa323;
  color:#fff;
  font-weight: bold;
  text-shadow: 0 1px 1px #8F7725;
  background: #F8D163;
  background: -moz-linear-gradient(top, #F8D163 0%, #d9ac30 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #F8D163), color-stop(100%, #d9ac30));
  background: -webkit-linear-gradient(top, #F8D163 0%, #d9ac30 100%);
  background: -o-linear-gradient(top, #F8D163 0%, #d9ac30 100%);
  background: -ms-linear-gradient(top, #F8D163 0%, #d9ac30 100%);
  background: linear-gradient(to bottom, #F8D163 0%, #d9ac30 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F8D163', endColorstr='#d9ac30', GradientType=0 );
  -webkit-border-radius: 11px; 
  -moz-border-radius: 11px; 
  border-radius: 11px; 
  -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,.2);
  -moz-box-shadow: 0px 1px 4px rgba(0,0,0,.2);
  box-shadow: 0px 1px 4px rgba(0,0,0,.2);
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -ms-user-select: none; /* IE10+ */
  user-select: none;
  font-size:15px;
}

.buttons:hover {
  background: #cf9f30;
  background: -moz-linear-gradient(top, #f2c957 0%, #cf9f30 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f2c957), color-stop(100%, #cf9f30));
  background: -webkit-linear-gradient(top, #f2c957 0%, #cf9f30 100%);
  background: -o-linear-gradient(top, #f2c957 0%, #cf9f30 100%);
  background: -ms-linear-gradient(top, #f2c957 0%, #cf9f30 100%);
  background: linear-gradient(to bottom, #f2c957 0%, #cf9f30 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2c957', endColorstr='#cf9f30', GradientType=0 );
}

.buttons:active {
  background: #c79b22;
  background: -moz-linear-gradient(top, #c79b22 0%, #cf9f30 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #c79b22), color-stop(100%, #cf9f30));
  background: -webkit-linear-gradient(top, #c79b22 0%, #cf9f30 100%);
  background: -o-linear-gradient(top, #c79b22 0%, #cf9f30 100%);
  background: -ms-linear-gradient(top, #c79b22 0%, #cf9f30 100%);
  background: linear-gradient(to bottom, #c79b22 0%, #cf9f30 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c79b22', endColorstr='#cf9f30', GradientType=0 );
}

.positive {
  background: #acc427;
  background: -moz-linear-gradient(top, #c1d164 0%, #a7ba2b 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #c1d164), color-stop(100%, #a7ba2b));
  background: -webkit-linear-gradient(top, #c1d164 0%, #a7ba2b 100%);
  background: -o-linear-gradient(top, #c1d164 0%, #a7ba2b 100%);
  background: -ms-linear-gradient(top, #c1d164 0%, #a7ba2b 100%);
  background: linear-gradient(to bottom, #c1d164 0%, #a7ba2b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1d164', endColorstr='#a7ba2b', GradientType=0 );
  border:1px solid #A4BA28;
  text-shadow: 0 1px 1px #839825;
}
.positive:hover {
  background: #9ba825;
  background: -moz-linear-gradient(top, #b9c953 0%, #9ba825 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #b9c953), color-stop(100%, #9ba825));
  background: -webkit-linear-gradient(top, #b9c953 0%, #9ba825 100%);
  background: -o-linear-gradient(top, #b9c953 0%, #9ba825 100%);
  background: -ms-linear-gradient(top, #b9c953 0%, #9ba825 100%);
  background: linear-gradient(to bottom, #b9c953 0%, #9ba825 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9c953', endColorstr='#9ba825', GradientType=0 );
}
.positive:active {
  background: #90a120;
  background: -moz-linear-gradient(top, #90a120 0%, #9ba825 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #90a120), color-stop(100%, #9ba825));
  background: -webkit-linear-gradient(top, #90a120 0%, #9ba825 100%);
  background: -o-linear-gradient(top, #90a120 0%, #9ba825 100%);
  background: -ms-linear-gradient(top, #90a120 0%, #9ba825 100%);
  background: linear-gradient(to bottom, #90a120 0%, #9ba825 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90a120', endColorstr='#9ba825', GradientType=0 );
}

.negative {
  background: #f28966;
  background: -moz-linear-gradient(top, #f28966 0%, #d47248 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f28966), color-stop(100%, #d47248));
  background: -webkit-linear-gradient(top, #f28966 0%, #d47248 100%);
  background: -o-linear-gradient(top, #f28966 0%, #d47248 100%);
  background: -ms-linear-gradient(top, #f28966 0%, #d47248 100%);
  background: linear-gradient(to bottom, #f28966 0%, #d47248 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28966', endColorstr='#d47248', GradientType=0 );
  border:1px solid #ca6d33;
  text-shadow: 0 1px 1px #8d501e;
}

.negative:hover {
  background: #c96338;
  background: -moz-linear-gradient(top, #ed7f5a 0%, #c96338 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ed7f5a), color-stop(100%, #c96338));
  background: -webkit-linear-gradient(top, #ed7f5a 0%, #c96338 100%);
  background: -o-linear-gradient(top, #ed7f5a 0%, #c96338 100%);
  background: -ms-linear-gradient(top, #ed7f5a 0%, #c96338 100%);
  background: linear-gradient(to bottom, #ed7f5a 0%, #c96338 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed7f5a', endColorstr='#c96338', GradientType=0 );
}
.negative:active {
  background: #b55028;
  background: -moz-linear-gradient(top, #b55028 0%, #c96338 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #b55028), color-stop(100%, #c96338));
  background: -webkit-linear-gradient(top, #b55028 0%, #c96338 100%);
  background: -o-linear-gradient(top, #b55028 0%, #c96338 100%);
  background: -ms-linear-gradient(top, #b55028 0%, #c96338 100%);
  background: linear-gradient(to bottom, #b55028 0%, #c96338 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b55028', endColorstr='#c96338', GradientType=0 );
}

.neutral {
  background: #207ce5;
  background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #499bea), color-stop(100%, #207ce5));
  background: -webkit-linear-gradient(top, #499bea 0%, #207ce5 100%);
  background: -o-linear-gradient(top, #499bea 0%, #207ce5 100%);
  background: -ms-linear-gradient(top, #499bea 0%, #207ce5 100%);
  background: linear-gradient(to bottom, #499bea 0%, #207ce5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0 );
  border: 1px solid #2277D6;
  text-shadow: 0 1px 1px #1260B5;
}

.neutral:hover {
  background: #1c70c9;
  background: -moz-linear-gradient(top, #529de3 0%, #1c70c9 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #529de3), color-stop(100%, #1c70c9));
  background: -webkit-linear-gradient(top, #529de3 0%, #1c70c9 100%);
  background: -o-linear-gradient(top, #529de3 0%, #1c70c9 100%);
  background: -ms-linear-gradient(top, #529de3 0%, #1c70c9 100%);
  background: linear-gradient(to bottom, #529de3 0%, #1c70c9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#529de3', endColorstr='#1c70c9', GradientType=0 );
}

.neutral:active {
  background: #2c83db;
  background: -moz-linear-gradient(top, #2c83db 0%, #378bd4 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #2c83db), color-stop(100%, #378bd4));
  background: -webkit-linear-gradient(top, #2c83db 0%, #378bd4 100%);
  background: -o-linear-gradient(top, #2c83db 0%, #378bd4 100%);
  background: -ms-linear-gradient(top, #2c83db 0%, #378bd4 100%);
  background: linear-gradient(to bottom, #2c83db 0%, #378bd4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c83db', endColorstr='#378bd4', GradientType=0 );
}

.defaultButton {
  color: #333;
  font-weight:normal;
  background: #eee;
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0 );
  border: 1px solid #ddd;
  -webkit-border-radius: 8px; 
  -moz-border-radius: 8px; 
  border-radius: 8px; 
}

.defaultButton:hover {
  background: #e8e8e8;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
  background: -o-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
  background: linear-gradient(to bottom, #f9f9f9 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e8e8e8', GradientType=0 );
  border:1px solid #d7d7d7;
}

.defaultButton:active {
  background: #d6d6d6;
  background: -moz-linear-gradient(top, #d0d0d0 0%, #dfdfdf 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #d0d0d0), color-stop(100%, #dfdfdf));
  background: -webkit-linear-gradient(top, #d0d0d0 0%, #dfdfdf 100%);
  background: -o-linear-gradient(top, #d0d0d0 0%, #dfdfdf 100%);
  background: -ms-linear-gradient(top, #d0d0d0 0%, #dfdfdf 100%);
  background: linear-gradient(to bottom, #d0d0d0 0%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#dfdfdf', GradientType=0 );
  border:1px solid #bbb;
}

.normalButton {
  margin: 20px auto;
  width: 60%;
  display:block;
  padding: 8px 20px;
}

.delete_marked { /* 20 40 */
  margin-right:auto;
  margin: 20px auto 40px auto;
}

.addO {
  width: 120px;
}

/* PLACEOLDERS */
input {
  font-family: 'Droid Sans', sans-serif;
  font-size:15px;
}

select {
  min-height: 25px;
  font-family: 'Droid Sans', sans-serif;
  font-size:15px;
  cursor: pointer;
  max-width: 318px;
}

.time_mask_pic {
  display: inline-block;
  background-image: url(../images/times_icon.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 15px 15px;
  height:15px;
  width:15px;
  content: '';
  margin-left: 3px;
}

.spinnerfield {
  min-height:19px;
  width: 40px; 
  text-align:right;
  border:1px solid #C3C3C3;
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
  border-radius: 3px; 
}
.spinner_holder {
  margin-top:3px;
}

.r1 {
  font-family: 'Droid Sans', sans-serif;
  font-size:15px;
  font-weight: 600;
  line-height: 1;
}

.r1b {
  font-family: 'Droid Sans', sans-serif;
  font-size:14px;
  font-weight: 600;
}

.r1d {
  font-family: 'Droid Sans', sans-serif;
  font-size:14px;
}

.nfield {
  margin-top:3px;
  min-height:25px;
  padding-left:5px;
  border:1px solid #C3C3C3;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  border-radius: 4px; 
}

.multi-field {
  width:270px;
  margin-top: 3px;
  padding-bottom: 6px;
  border-bottom:1px solid #C3C3C3;
}

.multi-field-wrapper {
  margin-top: -3px;
}

.req_symbol {
  color:#d14d4d;
}

.mobile_break {
  display:inline;
}

.menu_items {
  top:0;
  -webkit-box-shadow: 0 2px 3px -1px rgba(0,0,0,0.20);
  -moz-box-shadow: 0 2px 3px -1px rgba(0,0,0,0.20);
  box-shadow: 0 2px 3px -1px rgba(0,0,0,0.20);
}

.c_unchecked:hover {
  border: 1px solid #6bb4ee;
}


.remField_update, .remField {
  margin-top:6px;
  margin-left:8px;
  user-select:none;
}
.addField {
  margin-left: 20px;
  user-select:none;
}

.plus {
  display:inline-block;
  font-size:19px;
  color:#77a011;
  vertical-align: middle;
  cursor: pointer;
  text-shadow: 0 1px 1px #c0d6b8;

}



.plusText {
  display:inline-block;
  font-size:15px;
  vertical-align: middle;
  margin-left:4px;
  line-height: 25px;
}

.plus:hover .plus_img {
  background-position: 27% 0;
}

/* !important */
.mobileX {
  display:inline-block;
  font-size:25px;
  color: #c84343;
  vertical-align: middle;
  cursor: pointer;
  padding:3px 4px;
  text-shadow: 0 1px 1px #D6C1B8;
  user-select:none;
}
.mobileX:active {
  color: #623232;
}

.mobileX:hover {
  color: #2191ed;
}

.fa-times {
 display: inline; 
}


/* !important */

.mobileX2 {
  display: inline-block;
  font-size: 25px;
  vertical-align: middle;
  color: #c84343;
  cursor: pointer;
  padding:3px 4px;
  text-shadow: 0 1px 1px #D6C1B8;
  margin-top: -4px;
}

/* !important */
.mobileX2:active {
  color: #623232;
}

.mobileX2:hover {
  color: #2191ed;
}

.remove_text {
  display:none;
}

.remove_text_small {
  display: none;
}


/* Preview Form */
.mainPreview {
    background-color:#fff;
    text-align: left;
    padding:20px 15px 50px 15px;
    max-width:700px;
    margin: 0 -10px 20px -10px;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
    -webkit-box-shadow: 0 3px 5px -2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 3px 5px -2px rgba(0,0,0,0.15);
    box-shadow: 0 3px 5px -2px rgba(0,0,0,0.15);
}

.mainHeaderPreview {
    margin:20px 0;
}

.previewFooter {
  text-align: center; 
  margin-bottom: -44px; 
  margin-top:70px;
}

/* New day */
.colorBox {
  width:19px;
  height:18px;
  display: inline-block;
  border: 1px solid #C3C3C3;
  border-radius: 2px;
  margin-top:7px;
  margin-right:7px;
  padding-left: 1px;

}

.event_color_picked {
  background-image: url(../images/checkbox_checked.png);
  background-repeat: no-repeat;
  background-position: 3px 2px;
  border: 1px solid #6e7b82;
}

/* leanModal */
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #fff;
    display: none;
}

#send_message {
    background: #fff;
    border: 1px solid #c3c3c3;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.14902) 3px 3px 5px -2px;
    padding: 5px 10px;
    text-align: center;
    max-width: 500px;
    box-sizing: border-box;
    max-height: 88%; 
     overflow-y: auto; 
     overflow-x: hidden; 
    top: 43px;
}

.send_message_emails {
  background: #eaeaea;
  padding: 3px 6px;
  border-radius: 4px;
  border: 1px solid #c3c3c3;
  display: block;
  text-align: left;
  margin: 3px 0 0 0;
  max-height: 36px;
  overflow-y: auto;
}

.send_header {
    padding-left: 8px;
    text-align: center;
    padding-top: 6px;
}

a.send_close {
    padding: 5px;
    color: #6eb2f1;
    float: right;
    margin-right: -11px;
    margin-top: -7px;
}

/* Bookings */
.hiddenControls {
  position: fixed;
  bottom: 5px;
      right: 5px;
    padding: 5px 4px 5px 10px;
    background: rgba(123, 123, 123, 0.7);
    border-radius: 5px;
    border: 1px solid #a2a2a2;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.55);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
    user-select: none;
}

.hiddenControls > .buttons {
  padding: 6px 8px;
  margin: 0 6px 0 0;
  display: inline-block;
  width: 14px;
}

label .r1b {
  vertical-align: bottom;
  line-height: 16px;
  margin-left: -5px;
}

#reminder_holder {
  margin-top: 10px;
}


@media (min-width: 700px) { 

  #reminder_holder {
    margin-top: 0;
  }
.mainPreview {
      padding:40px 60px 30px 60px;
      margin:0 auto 30px auto;
      -webkit-border-radius: 17px; 
      -moz-border-radius: 17px; 
      border-radius: 17px; 
      -moz-box-sizing: border-box; 
      -webkit-box-sizing: border-box; 
      box-sizing: border-box; 
      -webkit-box-shadow: 3px 3px 5px -2px rgba(0,0,0,0.15);
      -moz-box-shadow: 3px 3px 5px -2px rgba(0,0,0,0.15);
      box-shadow: 3px 3px 5px -2px rgba(0,0,0,0.15);
  }

  .mainHeaderPreview {
      margin:30px 0;
  }


  .previewFooter {
    text-align: center; 
    margin-bottom: -25px; 
    margin-top:70px;
  }


}

/* Preview Form end */

/* Low Height */
@media screen and (max-height:305px){ 

  .menu_expanded {
    background-color:#2d96f0;
    overflow-y:auto;
    overflow-x:hidden;
    top: 6px;
    /* bottom: 0; */
    position: absolute;
  }
}

/* 600px wide */
@media (max-width: 609px) { 

  /* new day */
  .remField {
    position: relative;
    left: 10px;
    top: -42px;
  }

  .formfield {
    width:80% !important;
  }
  
  .easyEditSelect {
    display: block;
    margin-left: 21px;
    margin-top: 15px;
    margin-bottom: 20px;
    width:75%;
  }

  .dropOptions {
    display: inline-block;
    margin-left: 21px;
    margin-top: 15px;
    margin-bottom: 20px;
    width:75%;
  }

  .form_setting {
    display:none;
  }

  .obl_text_small {
    display:inline;
    margin-left:5px;
    vertical-align: text-bottom;
    font-size:13px;
  }

  .c_reqcheck:hover .cust_checkbox {
    border: 1px solid #6bb4ee;
  }

  .setting_obl {
    display:none;
  }

  .opt_s {
    margin-left:21px; 
  }

  .opt_adr {
    margin-left:21px;
  }

  .holderHolder .cust_checkbox {
    vertical-align: top;
    margin-left:10px;
    margin-right:0;
  }

  .c_reqcheck {
    display: block;
    margin-top:15px;
    margin-left: 21px;
    max-width:125px;
    padding-left:3px;
  }

  .remField_update, .remField {
    margin-top:0;
    margin-left:10px;
  }

  .formHolder {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding: 10px 0;
    background-color: #F4EFE6;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
  }

  .even {
    background-color: #fff;
  }

  .formHolder .r1ed {
    font-size:14px;
  }

}
/* new day new form */
@media (min-width: 610px) { 

  .normalButton {
    width: 40%;
  }
  .formUpdateHolder .c_reqcheck {
    background: transparent;
    padding: 0 0;
    border: 0;
    -webkit-border-radius: 0; 
    -moz-border-radius: 0; 
    border-radius: 0; 
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 rgba(0,0,0,0);
  }

  .formUpdateHolder .c_reqcheck:hover {
    background: transparent;
    border: 0;
  }

  .formUpdateHolder .c_reqcheck:active {
    background: transparent;
    border: 0;
  }
}

/* Smaller */
@media (min-width: 450px) { 

  /*.menu {
    width: 215px;
    -webkit-border-radius: 0 0 0 8px; 
    -moz-border-radius: 0 0 0 8px; 
    border-radius: 0 0 0 12px; 
  }*/

  .small_logo {
    left: 3px;
  }

  .leftContentButton {
    float:right;
    margin-right:20px;
    /*margin-top: 6px;*/
    margin-top: -2px;
  }
  .eventsButton {
    margin-right:20px; 
    margin-top: -2px;

  }

  .btnPrev {
    width:42%;
  }

  .btnSubmit {
    width:42%;
  }
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 

  /*2016 UI RE-DESIGN*/
  /*html,body {
    background-color:#f6f8f8;
    background-image:url('../images/background.png');
    background-repeat:repeat-x;
    background-position: 0 -10px;
  }*/

/*  .main_message {
    text-align: left;
    color: #fff;
    width: 40%;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 7px;
    padding: 6px;
    font-size: 14px;
    line-height: 1.3;
  }*/
  
  #inc_canceled {
    padding: 5px 0px;
  }
  .open_form_holder {
    width:100%;
    text-align: right;
    margin-top: 13px;
    display: inline-block;
  }

  .open_form_holder .fa {
    font-size: 15px;
    vertical-align: middle;
  }

  .admin_logo {
      font-family: 'Open Sans', sans-serif, arial, helvetica;
 /* background: #64b4f8;
background: -moz-linear-gradient(top, #64b4f8 0%, #66b5f8 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #64b4f8), color-stop(100%, #66b5f8));
background: -webkit-linear-gradient(top, #64b4f8 0%, #66b5f8 100%);
background: -o-linear-gradient(top, #64b4f8 0%, #66b5f8 100%);
background: -ms-linear-gradient(top, #64b4f8 0%, #66b5f8 100%);
background: linear-gradient(to bottom, #64b4f8 0%, #66b5f8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64b4f8', endColorstr='#66b5f8', GradientType=0 );
  border-radius: 7px;*/
  font-size: 14px;
  color: #FFFFFF;
  /* border: 2px solid #D3E36E; */
  width: auto;
  text-align: right;
  padding: 5px 10px 5px 12px;
  margin-right: 10px;
  cursor: pointer;
  display: inline;
  }

  .admin_logo:hover {
    text-decoration: none;
    text-shadow: 1px 1px 1px #316EA5;
  }

  .inLayButton {
    /*margin-top:0;*/
    display:inline-block;
    /*padding:9px 14px !important;*/
    text-align: center;
  }
  .eventsButton {
    margin-top: -3px;
  }
  
  
  .mobileX, .mobileX2 {
    font-size:22px;
  }

  .remove_text {
    display:inline-block;
    font-size:15px;
    vertical-align: middle;
    margin-left:4px;
    line-height: 25px;
  }

  .xsmall {
    font-size:20px;
  }

  .remove_text_small {
    display:inline-block;
    font-size:14px;
    vertical-align: middle;
    margin-left:4px;
    line-height: 25px;
  }

  .multi-field {
    width:330px;
  }


  



  .big_blue_button {
    width:360px;
    text-align: left;
    cursor:pointer;
    margin-left:-10px;
  }

  .normalButton {
    display:inline-block;
    margin-right:15px;
    width: auto;
    font-size:14px;
    
  }

  .delete_marked {
    margin-right:0;
  }

  h3, .content_box_header h3 {
    color:#ee921b;
  }

  .content_box {
    padding: 10px 10px 10px 30px;
    /*padding: 25px 10px 25px 20px;*/
  }

  .left_content {
    padding-left:20px;
    margin-top:0;
    padding-top: 70px;
  }

  /*2016 UI RE-DESIGN*/
  /*.mobile_break {
    display:none;
  }*/

  .content_box_header { 
    background-position: 8px 0;
    padding-top: 0;
    width:auto;
    height:24px;
    margin-left:15px;
    background-color:transparent;

  }

  .mostrecent_header { 
    background-position: 8px 0;
    padding-top: 0;
    width:auto;
    height:24px;
    margin-left:-28px;
    background-color:transparent;

  }

  /*2016 UI RE-DESIGN*/

  /*.top { 
    display:block;
    margin: 0 auto;
    max-width:950px;
    background-image:url('../images/logo.png');
    background-position: -97px -34px;
    background-repeat:no-repeat;
    height:127px;
  }

  

  */

  /*

  #header {
    background-image:url('../images/background.png');
    background-repeat:repeat-x;
    background-position: 0 -94px;
    top:84px;
    height:37px;
    text-align: center;
    position: absolute;
  }
  .footer {
    height:30px;
  }

  .footer p {
    display:inline-block;
    margin-left:0;
    margin-top:18px; 
    margin-bottom:18px;
    font-size:13px;
    color:#888;
  }

  footer {
    text-align:center;
  }
  .footer .contant_info {
    margin-left:5px;
  }
  .footer .contant_info a {
    color:#888;
  }
  

  footer, footer a {
    font-size:13px;
  }


  .second_menu {
    display: inline-block;
  }

  .help_menu_small {
    display:block;
    position:absolute;
    right:22px;
    top:47px;
  }

  .help_menu_small a {
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    color:#fff;
    text-decoration:none;
  }

  .help_menu_small .fa {
    font-size: 15px;
  }

  .help_menu_small a:hover {
    text-shadow: 1px 1px 1px #316EA5;
  }

  .help_menu a {
    display:none;
  }
*/


  /* FORM */
  .markAllLabel {
    margin-left:-9px; 
    display:inline-block;
  }
  .radio_options {
    display: inline-block;
    width:auto;

    padding:8px;
  }

  .checkbox_options {
    padding:7px;
  }

  .plus {
    padding: 6px 9px;
  }

  /* NEW DAY */

  .updateStatusChange {
    display: inline-block;
    width: auto;
    margin-top: 0;
    margin-left:13px;
  }

  /* preview */
  .previewDayText {   
    clear:none;
    float:left; 
    padding-top:23px; 
    padding-left:20px;
    margin-bottom: 10px;
  }

  .previewTimeText {   
    clear:none;
    margin-left:120px; 
    padding-top:13px; 
    padding-left:10px;
  }

  .setting_obl {
    margin-left:230px;
    display:inline;
  }

  .formfield {
    width:270px !important;
  }

  .opt_s {
    margin-left:355px; 
  }

  .opt_adr {
    margin-left:326px;
  }

  .prevNdone {
    text-align:center; 
    max-width:960px; 
    margin:20px auto 0 auto; 
    padding-bottom:40px;
  }
  
  .normalButtonHolder {
   /* margin: 20px auto 0 auto;
    padding-bottom: 40px;*/
  }

  .btnPrev {
    margin: 0;
    margin-right:30px;
    width:auto;
    display:inline-block;
    padding: 8px 60px;
  }

  .btnSubmit {
    margin: 0;
    width:auto;
    display:inline-block;
    padding: 8px 60px;
  }

  .buttonNerror {
    text-align:center; 
    max-width:960px; 
    margin:10px auto 0 auto; 
    padding-bottom:40px;
  }

  .button_next {
    margin:0 auto;
    width:33%;
  }

  #timeHolder {
    margin-left: 20px;
  } 

  .timesfloat {
    float:left; 
  }

  .addField {
    margin-left:20px;
  }

  .formHolder .cust_checkbox  {
    vertical-align: middle;
  }

  .c_reqcheck:hover .c_unchecked {
    border: 1px solid #6bb4ee;
  }

  .date_holder {
    min-width:170px;
    width:20%;
    margin-bottom:20px;
    float:left;
    margin-right:10px;
  }
  .name_holder {
    float:left; 
    width:35%;
    min-width:225px;
  }

  .place_holder {
    float:left; 
    width:35%;
    min-width:250px;
  }

  /*2016-11-10 under här*/
  
  .rep_container {
    margin-top:5px;
  }


  label .r1b {
    vertical-align: bottom;
    line-height: 16px;
    margin-left: 0;
  }

  .button_bg {
    background: transparent;
    padding: 0 0;
    border: 0;
    -webkit-border-radius: 0; 
    -moz-border-radius: 0; 
    border-radius: 0; 
  }

  .button_bg:hover {
    background: transparent;
    border: 0;
  }

  .button_bg:active {
    background: transparent;
    border: 0;
  }

  /* Bookings */
  .hiddenControls {
    position: fixed;
    bottom: 10px;
        right: 26px;
            left: initial;
      padding: 5px 4px 5px 10px;
      background: rgba(123, 123, 123, 0.7);
      border-radius: 5px;
      border: 1px solid #a2a2a2;
      -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.55);
      -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.55);
      box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
  }

  .hiddenControls > .buttons {
    padding: 6px 8px;
    margin: 0 6px 0 0;
  }
 
  .radio_options {
    display:inline-block;
    background-color: transparent;
    padding:3px;
    margin-bottom: 2px;
    border: 0;
    width: auto;
    margin-right: 5px;
  }

  .radio_options:hover {
    background-color: transparent;
  }

  .cust_radio {
    vertical-align: bottom;
    margin-right:2px;
  }


  .checkbox_options {
    background-color: transparent;
    padding:2px;
    margin-bottom: 15px;
    border: 0;
    max-width:280px;
    font-weight: bold;
    font-size:15px;
  }

  .cust_checkbox {
    vertical-align: middle;
    margin-right:6px;
  }

  .formHolder .cust_checkbox  {
    vertical-align: middle;
  }

  .checkbox_options:hover {
    background-color: transparent;
  }

  .remBreak {
    margin-left:15px;
  }

}

@media (max-height: 610px) { 
  #send_message {
     top: 43px;
  }
}
@media (min-height: 611px) { 
  #send_message { 
    top: 100px;
  }
}

@media (min-width: 725px) { 

  /* MENU */

  .childmenu_hold {
    display:none;
  }

  /*.small_logo {
    display:none;
  }*/

  .menu_btn {
    display:none;
  }

  .sub_nav {
    display:none;
  }

  .menu li:hover ul {
    display:block;
    -webkit-transition: all 2.2s ease-out;  
    -moz-transition: all 2.2s ease-out;  
    -o-transition: all 2.2s ease-out;  
    transition: all 2.2s ease-out;  
  }

  .can-touch .menu li:hover ul {
    display:none;
  }

  .menu_item {
    display:inline-block;
    font-size:14px;
  }

  .small_menu {
    display:none;
  }

  .menu li {
    display:inline-block;
  }
  .menu {
    position: absolute;
    left:125px;
    /*left:185px;*/
    display:inline-block;
    width:505px;
    /*max-width: 950px;  150px*/
    
   
    background-color:transparent;
    margin-top:0; 
    -webkit-border-radius: 0; 
    -moz-border-radius: 0; 
    border-radius: 0; 
    text-align:center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  

  .menu_bg {
    width:42px;
    height:36px;
    display:inline-block;
    vertical-align: middle;
    /*margin-right:5px;*/
    margin: 0 3px;
  /* background-color: #333;*/
  }

  .menu a {
    display:inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    color:#fff;
    text-decoration:none;
    padding-right: 0;
  }

  .menu li ul {
    display:none;
    position:fixed;
    background-color: #3194ea;
    border-top: 1px solid #3a87c9;

    padding: 6px 0;
    /*margin: 0 0 0 -65px;*/
    margin: 0 0 0 -57px;
    -webkit-border-radius: 0 0 5px 5px;
       -moz-border-radius: 0 0 5px 5px;
            border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
       -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
            box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    padding: 0 18px;
  }

  .menu li .last_sub {
    margin: 0 0 0 -45px;
  }

  .home_btn {
    display:none;
  }

  .first_second_menu a {
    padding-top:0;
  }

  .last_menu_item a {
    padding-bottom:0;
  }


  .menu_home {
    background-position:-10px -10px;
    width: 30px;
  }

  .menu_days {
    background-position: -92px -9px;
    width: 25px;
    margin-right:6px;
  }

  .menu_bookings {
    background-position: -131px -9px;
    width: 36px;
    margin-right:3px;
  }

  .menu_form {
    background-position: -181px -9px;
    width: 30px;
  }

  .menu_mail {
    background-position: -219px -10px;
    width: 26px;
  }

  .menu_settings {
    background-position: -253px -9px;
    width: 24px;
  }

  .menu_help {
    background-position: -287px -10px;
    width: 23px;
  }

  .menu_logout {
    background-position: -54px -10px;
    width: 26px;
  }

  .menu li {
    padding-top:0;
    list-style: none;
  }


  /*.menu_items {
    top:84px;
  }*/

  .menu li a { 
    /*margin:0 10px 0 0;*/
    padding: 0 5px;
  }

  .menu .first_menu a {
    padding-left: 6px;
  }

  /*2016 UI RE-DESIGN*/

  .menu .last_items a {
    display: none;
  }

  .settings_menu {
    position: absolute;
    right: 6px;
    display:inline-block;
    list-style: none;
  }

  .settings_menu li {
    display:inline;
  }

  .settings_menu a {
     /*   height: 26px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      background-color: #2d96f0;
      padding-top: 4px;*/
    display: inline-block;
    /*padding-right: 8px;*/
    padding: 0 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
  }

  .settings_menu a:hover, .settings_menu a:hover span {
    text-decoration: none;
    text-shadow: 1px 1px 1px #316EA5;
  }

  .settings_menu a:active, .settings_menu a:active span {
    text-decoration: none;
    text-shadow: 0 0 0 transparent;
    color:#FEFFDF;
  }

  .settings_menu a:hover .menu_bg {
    -webkit-filter: drop-shadow(1px 1px 1px #3E7AB0);
    filter: drop-shadow(1px 1px 1px #3E7AB0);
  }

  .settings_menu a:active .menu_bg {
    -webkit-filter: drop-shadow(0 0 0 transparent);
    filter: drop-shadow(0 0 0 transparent);
  }
/*2016 UI RE-DESIGN*/
  /*.menu li a { 
    margin:0 15px 0 0;
  }
  .menu .last_menu_item a {
    margin-left: -2px;
  }*/
}
@media (min-width: 958px) { 
  .holder {
    background-color:#fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top: 0;
    -webkit-border-radius: 0 10px 0 10px; 
    -moz-border-radius: 0; 
    border-radius: 0 0 10px 10px; 

  }

  .content_box_header {
    margin-left: 30px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 

  /*2016 UI RE-DESIGN*/
/*  .help_menu_small {
    display:none;
  }

  .help_menu a {
    display:inline-block;
  }

  .menu .last_menu_item a {
    margin-left: 0;
  }

  .top { 
    background-position: -108px -34px;

  }*/

  /* FORM */

  
  /* !important 

  .remBreak {
    display: inline-block;
  }

  .mobileX {
    display:none;
  }

  .remField {
    display:inline-block;
  }
  .remO {
    display: inline-block;
  }
  .mobileX2 {
    display: none;
  }

   !important */


  /*2016-11-10

  .rep_container {
    margin-top:5px;
  }


  label .r1b {
    vertical-align: bottom;
  }

  .button_bg {
    background: transparent;
    padding: 0 0;
    border: 0;
    -webkit-border-radius: 0; 
    -moz-border-radius: 0; 
    border-radius: 0; 
  }

  .button_bg:hover {
    background: transparent;
    border: 0;
  }

  .button_bg:active {
    background: transparent;
    border: 0;
  }
 
  .radio_options {
    display:inline-block;
    background-color: transparent;
    padding:3px;
    margin-bottom: 2px;
    border: 0;
    width: auto;
    margin-right: 5px;
  }

  .radio_options:hover {
    background-color: transparent;
  }

  .cust_radio {
    vertical-align: bottom;
    margin-right:2px;
  }


  .checkbox_options {
    background-color: transparent;
    padding:2px;
    margin-bottom: 15px;
    border: 0;
    max-width:280px;
    font-weight: bold;
    font-size:15px;
  }

  .cust_checkbox {
    vertical-align: middle;
    margin-right:6px;
  }

  .formHolder .cust_checkbox  {
    vertical-align: middle;
  }

  .checkbox_options:hover {
    background-color: transparent;
  }

  .remBreak {
    margin-left:15px;
  }*/

  
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1700px) {

  #header_content_holder {
    max-width: 1125px;
    margin: 0 auto;
    position: relative;
  }

  .small_logo {
    position: fixed;
  }

  .menu {
    left: 40px;
    text-align: left;
    top: 0;
  }

  .settings_menu {
    right:24px;
  }
  

}

/* @2x Images (Pixel Ratio of 1.25+) */
@media only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min-resolution: 120dpi),
  only screen and (min--moz-device-pixel-ratio: 1.25),
  only screen and (-o-min-device-pixel-ratio: 1.25/1),
  only screen and (min-resolution: 1.25dppx),
  only screen and (min-device-pixel-ratio: 1.25) {
  
  
  .menu_bg {
    background-image:url('../images/menu_iconsx2.png');
    background-repeat:no-repeat;
    background-size: 400px 100px;
  }
  /*2016 UI RE-DESIGN*/
  /*
  .top { 
    background-image:url('../images/logox2.png');
    background-size: 494px 161px;
  }*/

  .small_logo {
    /*background-image:url('../images/logo_smallx2.png');
    background-size: 160px 37px;*/
  }

  .home_btn {
    background-position: -315px -11px;
  }

  .menu_btn {
    background-image:url('../images/hamburgerx2.png');
    background-size: 18px 17px;
  }
  
  /*2016 UI RE-DESIGN*/
  /*#header {
    background-image:url('../images/backgroundx2.png');
    background-size: 4px 137px;
  }*/

  .mostrecent_header {
    background-image:url('../images/mostrecent_iconx2.png');
    background-size: 24px 24px;
  }

  .times_header {
    background-image:url('../images/times_iconx2.png');
    background-size: 24px 24px;
  }

  .forms_header {
    background-image:url('../images/forms_iconx2.png');
    background-size: 25px 25px;
  }
  .color_header {
    background-image:url('../images/color_iconx2.png');
    background-size: 25px 25px;
  }
  .mail_header {
    background-image:url('../images/mail_iconx2.png');
    background-size: 25px 25px;
  }
  .list_header {
    background-image:url('../images/list_iconx2.png');
    background-size: 25px 25px;
  }
  .location_header {
    background-image:url('../images/location_iconx2.png');
    background-size: 25px 25px;
  }
  .account_header {
    background-image:url('../images/account_iconx2.png');
    background-size: 25px 25px;
  }
  .calendar_header {
    background-image:url('../images/calendar_iconx2.png');
    background-size: 25px 25px;
  }
}

/* @3x Images (Pixel Ratio of 2+) */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-resolution: 2dppx),
  only screen and (min-device-pixel-ratio: 2) {

  .menu_bg {
    background-image:url('../images/menu_iconsx3.png');
    background-repeat:no-repeat;
    background-size: 400px 100px;
  }

  /*2016 UI RE-DESIGN*/
  /*.top { 
    background-image:url('../images/logox3.png');
    background-size: 494px 161px;
  }*/

  .small_logo {
    /*background-image:url('../images/logo_smallx3.png');
    background-size: 160px 37px;*/
  }

  .home_btn {
    background-position: -315px -11px;
  }

  .menu_btn {
    background-image:url('../images/hamburgerx3.png');
    background-size: 18px 17px;
  }
  /*2016 UI RE-DESIGN*/
  /*#header {
    background-image:url('../images/backgroundx3.png');
    background-size: 4px 137px;
  }*/

  .times_header {
    background-image:url('../images/times_iconx3.png');
    background-size: 24px 24px;
  }

  .mostrecent_header {
    background-image:url('../images/mostrecent_iconx3.png');
    background-size: 24px 24px;
  }

  .forms_header {
    background-image:url('../images/forms_iconx3.png');
    background-size: 25px 25px;
  }
  .color_header {
    background-image:url('../images/color_iconx3.png');
    background-size: 25px 25px;
  }
  .mail_header {
    background-image:url('../images/mail_iconx3.png');
    background-size: 25px 25px;
  }
  .list_header {
    background-image:url('../images/list_iconx3.png');
    background-size: 25px 25px;
  }
  .location_header {
    background-image:url('../images/location_iconx3.png');
    background-size: 25px 25px;
  }
  .account_header {
    background-image:url('../images/account_iconx3.png');
    background-size: 25px 25px;
  }
  .calendar_header {
    background-image:url('../images/calendar_iconx3.png');
    background-size: 25px 25px;
  }

}

/* Background image if over 768px */
/*2016 UI RE-DESIGN*/
/*@media 
only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-width: 768px) and (min-resolution: 120dpi),
only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 1.25),
only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 1.25/1),
only screen and (min-width: 768px) and (min-resolution: 1.25dppx),
only screen and (min-width: 768px) and (min-device-pixel-ratio: 1.25) {

  html,body {
    background-image:url('../images/backgroundx2.png');
    background-size: 4px 137px;
  }
}

@media 
only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (min-resolution: 192dpi),
only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2),
only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-width: 768px) and (min-resolution: 2dppx),
only screen and (min-width: 768px) and (min-device-pixel-ratio: 2) {

  html,body {
    background-image:url('../images/backgroundx3.png');
    background-size: 4px 137px;
  }
}*/



/* calendar */
/*table.calendar    { border-left:1px solid #999; }
tr.calendar-row {  }
td.calendar-day { min-height:80px; font-size:11px; position:relative; } * html div.calendar-day { height:80px; }
td.calendar-day:hover { background:#eceff5; }
td.calendar-day-np  { background:#eee; min-height:80px; } * html div.calendar-day-np { height:80px; }
td.calendar-day-head { background:#ccc; font-weight:bold; text-align:center; width:120px; padding:5px; border-bottom:1px solid #999; border-top:1px solid #999; border-right:1px solid #999; }
div.day-number    { background:#999; padding:5px; color:#fff; font-weight:bold; float:right; margin:-5px -5px 0 0; width:20px; text-align:center; }
*//* shared */
/*td.calendar-day, td.calendar-day-np { width:120px; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999; }*/