li.grey {
	color: #ccc;
	font-style: italic;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding:4px;
	font-size: 12px;
	/*position: relative; */
}

.datepicker-days table tr:hover {
	background-color: #dddddd;
}


.headcol {
  position: absolute;
  width: 5em;
  left: 0;
  top: auto;
  border-top-width: 1px;
  /*only relevant for first row*/
  margin-top: -1px;
  /*compensate for top border*/
}

.cancelmodal {
	color: #cccccc;
	font-size: 10px;
} 

.dayrow {
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
  background-color:#8bd203;
}
.block {
  width: 33%;
  display: inline-block;
  text-align: center;
   font-weight: bold;
}

#myprogram.fullscreen{
    z-index: 9999; 
    width: 100%; 
    height: 100%; 
    position: fixed; 
    top: 0; 
    left: 0;
	overflow-y:scroll;
 }

#myprogram.fullscreen table { 
    table-layout:fixed;
}


#myprogram.fullscreen td { 
    overflow: hidden; 
    text-overflow: ellipsis; 
    word-wrap: break-word;
}


#myprogram.fullscreen2{
    z-index: 9999; 
    width: 100%; 
    height: 100%; 
    position: fixed; 
    top: 0; 
    left: 0;
	overflow-y:scroll;
 }

#myprogram.fullscreen2 table { 
    table-layout:fixed;
}


#myprogram.fullscreen2 td { 
    overflow: hidden; 
    text-overflow: ellipsis; 
    word-wrap: break-word;
}

.dot {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}



.apymodal {
  float: right;
  display: inline-block;
}

.bg-success{background-color:#dff0d8 !important}


@media print {
    #tprogram {
        background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
    }
	
	.btn {
		display:none;
	}
	
	table tr td{
		border: 1px solid #000000;
	}
}

ul li.list-group-item {
	list-style: none;
}

.vbo-closed-date-entry {
    display: inline-block;
    margin: 3px 10px 3px 0;
    padding: 4px;
    border: 1px solid #eee;
    border-radius: 2px;
}

.vbo-closed-date-rm {
    cursor: pointer;
    display: inline-block;
    margin-left: 3px;
}




.cancelled {
    color: #cccccc;
}

.cancelled1 {
    color: #cccccc;
	text-decoration: line-through;
}

.cancelmodal:hover, .removecancelmodal:hover {
   cursor: pointer;
}



.new-sinedria{

position: fixed;
bottom: 40px;
right: 10px;
padding: 8px;
/*border-radius: 4px;
background: none repeat scroll 0 0 #02679a;*/
color: #fff;
cursor: pointer;
z-index: 1;

}

.new-sinedria a{ color: #ffffff; }




/*.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('/images/preloader1.gif') center no-repeat #fff;
}
*/

.well {
		border: 2px dashed #cccccc !important;
		background-color: beige;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/images/preloader1.gif') center no-repeat #fff;
   
}
/*
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}


[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}


[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}


[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}


[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
*/

.error {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid rgba(185, 74, 72, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.success {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}