a { outline: none; }
* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

textarea, input[type=text], input[type=password], .nightSnapshot td, .daySnapshot td, .emailCopy {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
}
.news-item-preview {width:480px}

.widget {
  position: relative;
  clear: both;
  width: auto;
  margin-bottom: 2em;
  /* Clearfix Hack */

  /* Widget Table */

  /* Widget Plain */

  /* Widget Box */

}

.widget-header {
	text-transform: capitalize;
}

.widget .banned {
  position: relative;
  height: 40px;
  line-height: 40px;
  background: #C41A1A;
  background: -moz-linear-gradient(top, #990606 0%, #C41A1A 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #990606), color-stop(100%, #C41A1A));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #990606 0%, #C41A1A 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #990606 0%, #C41A1A 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #990606 0%, #C41A1A 100%);
  /* IE10+ */

  background: linear-gradient(top, #990606 0%, #C41A1A 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
  border: 1px solid #D5D5D5;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-background-clip: padding-box;
}
.widget .banned h3 {
  top: 0;
  position: relative;
  left: 10px;
  display: inline-block;
  margin-right: 3em;
  font-size: 15px;
  font-weight: 400;
  color: #eee;
  line-height: 18px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}
.widget .banned [class^="icon-"],
.widget .banned [class*=" icon-"] {
  display: inline-block;
  margin-top: -3px;
  margin-left: 13px;
  margin-right: -2px;
  font-size: 16px;
  color: #eee;
  vertical-align: middle;
}
.widget .widget-content {
  /* padding: 25px 15px 15px; */
  background: #FFF;
  border: 1px solid #D5D5D5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;

}
.widget .widget-header + .widget-content {
  border-top: none;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.top-5 {
  padding-top:5px;
}

.col-sm-0 {
  float:left;
  width: 8%;
}

.big {
	font-size:22px;
	line-height:12px;
	padding:0;
}

.timestamp {
  position: static;
  text-align: right;
  font-size: 10px;
}

.widget .m_mail {
  padding:10px 15px 15px;
}

.widget .m_mail .alert-warning {
  margin-bottom: 0px;
  padding:5px 5px 0px;
}

.widget .msg-header {
  line-height: 12px;
  padding:0;
  margin:0;
}

.widget .m_rep_text {
  font-size: 12px;
}

.widget .repTxt {
  color: #666;
  text-indent: 40px;
}

.sender {
  color:#000;
}

.deletemessage {
  /*position: absolute;*/
  /*right: 50px;*/
  /*margin-top:-20px;*/
  cursor: pointer;
}

.deletemessage a {
  color:#999;
  font-size: 15px;
}

.userbar {
  color: #31b0d5;
}

.messages {
  height:455px;
  overflow: auto;
}

.addTab {
  cursor:pointer;
}
.nav-tabs .dummyTab {
  display: none;
}

.removeTab {
  text-align: right;
  color:darkred;
  cursor: pointer;
}

.closetab {
  text-align: right;
}

.gallery-container-gd {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
  text-align: left;
}
.gallery-container-gd li {
  width: 150px;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  margin-bottom: 10px;
  border: 1px solid #d3d3d3;
  position: relative;
  padding: 6px;
}
.gallery-container-gd img {
  position: relative;
  z-index: 10;
  max-width: 100%;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  cursor: pointer;
}
.gallery-container-gd li {
  position: relative;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.gallery-container-gd li :after,
.gallery-container-gd li :before {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  bottom: -3px;
  left: 3px;
  right: 3px;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  border: 1px solid #d3d3d3;
  border-top: 0;
}
.gallery-container-gd li :before {
  bottom: -5px;
  left: 6px;
  right: 6px;
}

.profile_txt {
  margin:30px 0 0 16px;
  width:320px;
}

.instr {
  color:#999;
  font-size: 10px;
}

.gahide {
    display:none;
}
.aag {
    display: none;
}

.history{
    display:none;
}

#rota table {width:100%}
#rota thead {display:block; }
#rota tbody { display:block; overflow:auto; height:600px}
#rota th {width:144px; text-align: center;}
#rota td {width:144px; margin:0; padding:0; height:40px; line-height:40px; text-align: center; outline: none}
#rota .td {text-align: center;}

#srota table {width:100%}
#srota thead {display:block; }
#srota tbody { display:block; }
#srota th {width:144px; text-align: center;}
#srota td {width:144px; margin:0; padding:0; height:40px; line-height:40px; text-align: center; outline: none}
#srota .td {text-align: center;}

.tabscontainer {padding: 10px;}
#datepicker-inline {margin-right:20px}
.pickupmodal {width:800px}
.green {color: #119511}
.red {   color: #C41A1A;}
.thisweek {text-align: center}
.srday {
    width:100%; 
    height:100%; 
    border:0px;
    margin:0; 
    padding:0; 
    outline: none;
   background: #C41A1A;
  background: -moz-linear-gradient(top, #c47373 0%, #a50000 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c47373), color-stop(100%, #a50000));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #c47373 0%, #a50000 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #c47373 0%, #a50000 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #c47373 0%, #a50000 100%);
  /* IE10+ */

  background: linear-gradient(top, #c47373 0%, #a50000 100%);
  /* W3C */
}
.srnight {
    width:100%; 
    height:100%; 
    border:0px;  
    margin:0; 
    padding:0; 
    outline: none;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#2e7c93), to(#6abad1));
    background-image: -webkit-linear-gradient(top, #2e7c93, 0%, #6abad1, 100%);
    background-image: -moz-linear-gradient(top, #2e7c93 0%, #6abad1 100%);
    background-image: linear-gradient(to bottom, #2e7c93 0%, #6abad1 100%);
    background-repeat: repeat-x; 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
    border-color: #3293b1;
}
.srblank {
    width:100%; 
    height:100%; 
    border:0px; 
    margin:0; 
    padding:0; 
    outline: none;
    
}
.nights {padding:25px 0; 
    border-left:1px solid #ddd; 
    border-right:1px solid #ddd;
     background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5));
  background-image: -webkit-linear-gradient(top, #5bc0de, 0%, #31b0d5, 100%);
  background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  border-color: #2aabd2;}
.days {background: #c47373; padding:25px 0;  border-left:1px solid #ddd; border-right:1px solid #ddd}

#rota td .icon-ok { font-size: 22px}

.oklrgDark {
    font-size: 22px;
    color: #C41A1A;
    color: -moz-linear-gradient(top, #990606 0%, #C41A1A 100%);
  /* FF3.6+ */

  color: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #990606), color-stop(100%, #C41A1A));
  /* Chrome,Safari4+ */

  color: -webkit-linear-gradient(top, #990606 0%, #C41A1A 100%);
  /* Chrome10+,Safari5.1+ */

  color: -o-linear-gradient(top, #990606 0%, #C41A1A 100%);
  /* Opera11.10+ */

  color: -ms-linear-gradient(top, #990606 0%, #C41A1A 100%);
  /* IE10+ */

  color: linear-gradient(top, #990606 0%, #C41A1A 100%);
}

.oklrgBlue {
    font-size: 22px;
    color: #5bc0de;
    color: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5));
    color: -webkit-linear-gradient(top, #5bc0de, 0%, #31b0d5, 100%);
    color: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    color: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
}

.navbarhighlight {position: absolute; width:10px; padding:0; margin:0; margin-left:25px; margin-top:18px; text-align:center; color:#fff; z-index:1000}

.working {width:120px;}
.working h3 a {font-size: 15px}
.working img {width:160px; margin:0 0 10px 0}
.online {background: #78d051}
.online h3 a {color:#fff; font-weight: 800; font-size: 15px}
iframe {border:0}


/* --- figures ----- */
.date_Mon {
	width:160px;
	height:10px;
	cursor:pointer;
}

.t-jobs {
	float:left;
	margin-left:10px;
	width:40px;
}

.t-hours {
	float:left;
	width:40px;
}

.t-jobs-default {
	float:left;
	margin-left:0px;
	width:40px;
}

.t-hours-default {
	float:left;
	width:40px;
}

.t-jobs-Mon {
	float:left;
	margin-left:0px;
	width:40px;
}

.t-hours-Mon {
	float:left;
	width:40px;
}
.t-jobs-Tue {
	float:left;
	margin-left:0px;
	width:40px;
}

.t-hours-Tue {
	float:left;
	width:40px;
}
.t-jobs-Wed {
	float:left;
	margin-left:0px;
	width:40px;
}

.t-hours-Wed {
	float:left;
	width:40px;
}
.t-jobs-Thu {
	float:left;
	margin-left:0px;
	width:40px;
}

.t-hours-Thu {
	float:left;
	width:40px;
}
.t-jobs-Fri {
	float:left;
	margin-left:0px;
	width:40px;
}

.t-hours-Fri {
	float:left;
	width:40px;
}
.t-jobs-Sat {
	float:left;
	margin-left:0px;
	width:40px;
}

.t-hours-Sat {
	float:left;
	width:40px;
}
.t-jobs-Sun {
	float:left;
	margin-left:0px;
	width:40px;
}

.t-hours-Sun {
	float:left;
	width:40px;
}

.f-t-jobsLW {
	float:left;
	margin-left:0px;
	width:40px;
}

.f-t-hoursLW {
	float:left;
	width:40px;
	margin-left:16px;
}

.f-t-jobs-Sun {
	float:left;
	margin-left:0px;
	width:40px;
}

.f-t-hours-Sun {
	float:left;
	width:40px;
}


.footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999
}
.extra {
    display:none;
}
.table-figures th 
{
  background-color: #eee;
}
.table-figures th, .table-figures td  {
  text-align: center;
}
.table-figures #jobs, .table-figures #hours {
  width:60px;
}

.glyphicon-tick:before {
  content: "\e659";
}

.table-bordered.figuresdata>tbody>tr>td>ul { padding:0; margin:0; list-style:none }
.table-bordered.figuresdata>tbody>tr>td>ul>li { float:left; margin:5px 8px 5px 0 }

table#siteManager.table.table-striped.table-bordered tbody tr td {
    word-wrap: break-word;
    color: chocolate;
}

.fixed-width-400 {
    width:400px !important;
    overflow-y: scroll ;
    height: 100px;
}