body{
	width:100%;
}
.darkgreen{
background-color:#88cc27;color:white;
}
.blue{
background-color:#34ade0;color:white; !important;
}
.yellow{
background-color:#f9f767;
}
.red{
background-color:#e71a1a;
}
.stickytop{
	position: sticky; 
	top: 0;
	background-color:#ddd;
}
.calendartable{
	
}
.calendartable>tbody>tr>td{
	padding-left:0px;
	padding-right:0px;
	
}
.grabbable {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.modal-xl .modal-dialog{
  width: 90%;
 
  margin: 0 auto;
   margin-top:15px;
  padding: 0;
}

.modal-xl .modal-content {
  height: auto;
  min-height: 100%;

}

.choosestatus{
	position:absolute;
	background-color:white;
	z-index:100;
	padding:10px;
	border-radius:5px;
	border: solid 1px #ddd;

}
.centre{
	text-align:center;
	margin:0px auto;
}
.tiny{
	font-size:10px;
}
.logon{
	width:300px;
	padding-top:40px;
	margin:0px auto;
}

.header{
	padding:10px;
	background-color:#ffffff;
	
}
.assetdropdown{
	border:solid #ddd 1px;
	background-color:white;
	padding:20px;
	position:absolute;
	display:none;
	z-index:1000;
	
}
.projects{
	overflow-y: hidden
}
.calendaritem{
	
	padding:5px;
	  background-color: #9e9e9e;
	  border:solid white 1px;
	  width:100%;
	  text-align:center;
	  	color:white;
}

.lightgrey{
	color:#9a9a9a;
}
a{
	color:#184998;
}
.deactivated{
	color: #afafaf;
}
.btn-info {
    color: #ffffff;
    background-color: #5789d8;
    border-color: #5789d8;
}
.dropdown-menu{
	color:#333;
}

.btn-info:focus, .btn-info:hover{
	    color: #fff;
    background-color: #2B6CA3;
    border-color: #2B6CA3;
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus:active, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #014f99;
    border-color: #003c74;
}
.btn-primary {
    color: #fff;
    background-color: #003d8b;
    border-color: #080b4b;
}

.btn-primary:hover {
    color: #fff;
    background-color: #014f99;
    border-color: #003c74;
}
.btn-primary:focus, .btn-primary:hover{
	    color: #fff;
    background-color: #014f99;
    border-color: #003c74;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #014f99;
    border-color: #003c74;
}
.changecontactstatus{
	display:none;
	border: solid 1px #dadada;
	padding:10px;
	margin-bottom:20px;
	position:absolute;
	z-index:100;
	background-color:white;
	width:200px;
}

.box{
	color:black;
	height:100px;
	text-align:center;
	width:120px;
	padding:10px;
	background-color:#f3f3f3;
	float:left;
	margin-right:10px;
	border-radius:15px;
	position: relative;
	font-size:12px;
	margin-bottom:5px;
}
.green{
	background-color:#b6f998 !important;
  
}
.box:after {
	content: '';
	display: block;  
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #f3f3f3
}
.today{
	background-color:#c9ffca;
	font-weight:bolder;
}
.passed{
	
	background-color:#f3f3f3;
	color:#b7b7b7;
}
.noapproved{
	color:red;
}
.item{
	width:100%;
	border:0px;
	background-color:#f3f3f3;
	padding:5px;
	margin:0px;
	margin-bottom:1px;
	font-size:12px;
}
.start{
	border-left:3px solid white;
	 border-top-left-radius:15px;
	  border-bottom-left-radius:15px
}
.end{
	border-right:3px solid white;
	 border-top-right-radius:15px;
	  border-bottom-right-radius:15px
}
.roundedborder{
border-radius: 4px;
height: 34px;
padding: 6px 12px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
}

.dateitem{
	margin-bottom:10px;
	width:100%;
	height:100px;
	border-radius:5px;
	border: solid 2px #3984c6;
	background-color:#d3eaff;
	position:relative;
	text-align:center;
	padding-top:10px;
}
.dateitem:after,
.dateitem:after {
	z-index: -1;
	position: absolute;
    top: 98.1%;
    left: 70%;
    margin-left: -25%;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 10px #3984c6;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}
.navbar-default {
   
	    color: #ffffff;
   background-color: #3984c6;
border-radius: 0px;
  border-color: #3984c6;

}

.navbar-default .navbar-nav > li > a {

    color: #ffffff;

}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {

     background-color: #184998;
    border-color: #184998;
	color:white;

}
.strike td{
	text-decoration: line-through;
}

.sortabletable thead tr th {
	cursor: pointer;
}

#calendartable td{
	width: 14%; 
	min-height: 80px;
}

.tctable td{
	font-size: 7pt;
	vertical-align: top;
}

@media (min-width: 1600px){
.container {
    width: 1670px !important;
}}