/**
 * Custom styles for Jorani
 * @copyright  Copyright (c) 2014-2016 Benjamin BALET
 * @license      http://opensource.org/licenses/AGPL-3.0 AGPL-3.0
 * @link            https://github.com/bbalet/jorani
 * @since         0.4.5
 */

.anchor {
    color: #3097d1;
}

/*Sticky footer*/
html, body {
  height: 100%;
} 
#push,
#footer {
  height: 40px;
}
#footer {
    border-top: 1px #e4e4e4 solid;
    border-top-radius: 4px;
    box-shadow: 0 0 6px #ccc;
    padding: 10px;
    background-color: #fff;
}
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -40px;
}

/*Background color of the navbar*/
.navbar-inner {
  background-color: #3097d1;
  background-image: none;
  color: white;
}

.navbar-inverse .navbar-inner {
  background-color: #3097d1;
  background-image: none;
  color: white;
  border-color: #3097d1;
}

.navbar .nav > li > a {
  background-color: #3097d1;
  color: white;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: #3097d1;
  color: white;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  background-color: white;
  color: #dddada;
}

.navbar-inverse .nav li.dropdown.open>.dropdown-toggle,
.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle {
  background-color: #3097d1;
  color: #dddada;
}

.navbar .brand {
  background-color: #3097d1;
  color: white;
}

/*Button*/
.btn {
  border-radius: 1;
  border-color: black;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

.btn-primary {
    background: #3097d1;
    border-color: #3097d1;
    color: white;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #3097d1;
}

.btn-primary:active, .btn-primary.active, .btn-group.open .btn-primary.dropdown-toggle {
    background: #3097d1;
    box-shadow: none;
}

.btn-danger {
    background: #bd362f;
    border-color: #bd362f;
    color: white;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    background: #bd362f;
}

.btn-danger:active, .btn-danger.active {
    background: #bd362f;
    box-shadow: none;
}

.btn-info {
    background: #49afcd;
    border-color: #49afcd;
    color: white;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    background: #49afcd;
}

.btn-info:active, .btn-info.active {
    background: #49afcd;
    box-shadow: none;
}

.badge-warning {
    background: #f5811e;
}

.badge-info {
    background: #3097d1;
}

/*Always put Jquery datepicker on the top layer */
.ui-datepicker{
    z-index: 9999 !important;
}

.allplanned {
    background-color: #999;
    color: #ffffff;
}

.allrequested {
    background-color: #f89406;
    color: #ffffff;
}

.allaccepted {
    background-color: #468847;
    color: #ffffff;
}

.allrejected {
    background-color: #ff0000;
    color: #ffffff;
}

.working {
    background-color: #ffffff;
    color: #0;
}

.dayoff {
    background-color: #000000;
    color: #ffffff;
}

/*Day off*/

.amdayoff {
background: -moz-linear-gradient(-45deg, #000000 50%, #ffffff 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#000000), color-stop(50%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #000000 50%,#ffffff 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #000000 50%,#ffffff 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #000000 50%,#ffffff 50%); /* IE10+ */
background: linear-gradient(135deg, #000000 50%,#ffffff 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.pmdayoff {
background: -moz-linear-gradient(-45deg, #ffffff 50%, #000000 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#ffffff), color-stop(50%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #ffffff 50%,#000000 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #ffffff 50%,#000000 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #ffffff 50%,#000000 50%); /* IE10+ */
background: linear-gradient(135deg, #ffffff 50%,#000000 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/*Day off and leave*/
.planneddayoff {
background: -moz-linear-gradient(-45deg, #999 50%, #000000 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#999), color-stop(50%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #999 50%,#000000 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #999 50%,#000000 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #999 50%,#000000 50%); /* IE10+ */
background: linear-gradient(135deg, #999 50%,#000000 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.requesteddayoff {
background: -moz-linear-gradient(-45deg, #f89406 50%, #000000 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#f89406), color-stop(50%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #f89406 50%,#000000 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #f89406 50%,#000000 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #f89406 50%,#000000 50%); /* IE10+ */
background: linear-gradient(135deg, #f89406 50%,#000000 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89406', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.accepteddayoff {
background: -moz-linear-gradient(-45deg, #468847 50%, #000000 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#468847), color-stop(50%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #468847 50%,#000000 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #468847 50%,#000000 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #468847 50%,#000000 50%); /* IE10+ */
background: linear-gradient(135deg, #468847 50%,#000000 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#468847', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.rejecteddayoff {
background: -moz-linear-gradient(-45deg, #ff0000 50%, #000000 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#ff0000), color-stop(50%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #ff0000 50%,#000000 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #ff0000 50%,#000000 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #ff0000 50%,#000000 50%); /* IE10+ */
background: linear-gradient(135deg, #ff0000 50%,#000000 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.dayoffplanned {
background: -moz-linear-gradient(-45deg, #000000 50%, #999 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#000000), color-stop(50%,#999)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #000000 50%,#999 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #000000 50%,#999 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #000000 50%,#999 50%); /* IE10+ */
background: linear-gradient(135deg, #000000 50%,#999 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#999',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.dayoffrequested {
background: -moz-linear-gradient(-45deg, #000000 50%, #f89406 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#000000), color-stop(50%,#f89406)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #000000 50%,#f89406 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #000000 50%,#f89406 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #000000 50%,#f89406 50%); /* IE10+ */
background: linear-gradient(135deg, #000000 50%,#f89406 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#f89406',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.dayoffaccepted {
background: -moz-linear-gradient(-45deg, #000000 50%, #468847 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#000000), color-stop(50%,#468847)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #000000 50%,#468847 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #000000 50%,#468847 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #000000 50%,#468847 50%); /* IE10+ */
background: linear-gradient(135deg, #000000 50%,#468847 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#468847',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.dayoffrejected {
background: -moz-linear-gradient(-45deg, #000000 50%, #ff0000 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#000000), color-stop(50%,#ff0000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #000000 50%,#ff0000 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #000000 50%,#ff0000 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #000000 50%,#ff0000 50%); /* IE10+ */
background: linear-gradient(135deg, #000000 50%,#ff0000 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ff0000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/*Single day*/

.amplanned {
background: -moz-linear-gradient(-45deg, #999 50%, #ffffff 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#999), color-stop(50%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #999 50%,#ffffff 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #999 50%,#ffffff 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #999 50%,#ffffff 50%); /* IE10+ */
background: linear-gradient(135deg, #999 50%,#ffffff 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.amrequested {
background: -moz-linear-gradient(-45deg, #f89406 50%, #ffffff 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#f89406), color-stop(50%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #f89406 50%,#ffffff 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #f89406 50%,#ffffff 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #f89406 50%,#ffffff 50%); /* IE10+ */
background: linear-gradient(135deg, #f89406 50%,#ffffff 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89406', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.amaccepted {
background: -moz-linear-gradient(-45deg, #468847 50%, #ffffff 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#468847), color-stop(50%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #468847 50%,#ffffff 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #468847 50%,#ffffff 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #468847 50%,#ffffff 50%); /* IE10+ */
background: linear-gradient(135deg, #468847 50%,#ffffff 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#468847', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.amrejected {
background: -moz-linear-gradient(-45deg, #ff0000 50%, #ffffff 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#ff0000), color-stop(50%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #ff0000 50%,#ffffff 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #ff0000 50%,#ffffff 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #ff0000 50%,#ffffff 50%); /* IE10+ */
background: linear-gradient(135deg, #ff0000 50%,#ffffff 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.pmplanned {
background: -moz-linear-gradient(-45deg, #ffffff 50%, #999 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#ffffff), color-stop(50%,#999)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #ffffff 50%,#999 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #ffffff 50%,#999 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #ffffff 50%,#999 50%); /* IE10+ */
background: linear-gradient(135deg, #ffffff 50%,#999 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#999',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.pmrequested {
background: -moz-linear-gradient(-45deg, #ffffff 50%, #f89406 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#ffffff), color-stop(50%,#f89406)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #ffffff 50%,#f89406 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #ffffff 50%,#f89406 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #ffffff 50%,#f89406 50%); /* IE10+ */
background: linear-gradient(135deg, #ffffff 50%,#f89406 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f89406',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.pmaccepted {
background: -moz-linear-gradient(-45deg, #ffffff 50%, #468847 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#ffffff), color-stop(50%,#468847)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #ffffff 50%,#468847 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #ffffff 50%,#468847 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #ffffff 50%,#468847 50%); /* IE10+ */
background: linear-gradient(135deg, #ffffff 50%,#468847 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#468847',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.pmrejected {
background: -moz-linear-gradient(-45deg, #ffffff 50%, #ff0000 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#ffffff), color-stop(50%,#ff0000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #ffffff 50%,#ff0000 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #ffffff 50%,#ff0000 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #ffffff 50%,#ff0000 50%); /* IE10+ */
background: linear-gradient(135deg, #ffffff 50%,#ff0000 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ff0000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/*Overlapping*/
.plannedrequested {
background: -moz-linear-gradient(-45deg, #999 50%, #f89406 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#999), color-stop(50%,#f89406)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #999 50%,#f89406 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #999 50%,#f89406 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #999 50%,#f89406 50%); /* IE10+ */
background: linear-gradient(135deg, #999 50%,#f89406 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999', endColorstr='#f89406',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.plannedaccepted {
background: -moz-linear-gradient(-45deg, #999 50%, #468847 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#999), color-stop(50%,#468847)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #999 50%,#468847 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #999 50%,#468847 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #999 50%,#468847 50%); /* IE10+ */
background: linear-gradient(135deg, #999 50%,#468847 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999', endColorstr='#468847',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.plannedrejected {
background: -moz-linear-gradient(-45deg, #999 50%, #ff0000 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#999), color-stop(50%,#ff0000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #999 50%,#ff0000 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #999 50%,#ff0000 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #999 50%,#ff0000 50%); /* IE10+ */
background: linear-gradient(135deg, #999 50%,#ff0000 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999', endColorstr='#ff0000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.requestedplanned {
background: -moz-linear-gradient(-45deg, #f89406 50%, #999 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#f89406), color-stop(50%,#999)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #f89406 50%,#999 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #f89406 50%,#999 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #f89406 50%,#999 50%); /* IE10+ */
background: linear-gradient(135deg, #f89406 50%,#999 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89406', endColorstr='#999',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.requestedaccepted {
background: -moz-linear-gradient(-45deg, #f89406 50%, #468847 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#f89406), color-stop(50%,#468847)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #f89406 50%,#468847 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #f89406 50%,#468847 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #f89406 50%,#468847 50%); /* IE10+ */
background: linear-gradient(135deg, #f89406 50%,#468847 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89406', endColorstr='#468847',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.requestedrejected {
background: -moz-linear-gradient(-45deg, #f89406 50%, #ff0000 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#f89406), color-stop(50%,#ff0000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #f89406 50%,#ff0000 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #f89406 50%,#ff0000 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #f89406 50%,#ff0000 50%); /* IE10+ */
background: linear-gradient(135deg, #f89406 50%,#ff0000 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89406', endColorstr='#ff0000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.acceptedplanned {
background: -moz-linear-gradient(-45deg, #468847 50%, #999 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#468847), color-stop(50%,#999)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #468847 50%,#999 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #468847 50%,#999 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #468847 50%,#999 50%); /* IE10+ */
background: linear-gradient(135deg, #468847 50%,#999 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#468847', endColorstr='#999',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.acceptedrequested {
background: -moz-linear-gradient(-45deg, #468847 50%, #f89406 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#468847), color-stop(50%,#f89406)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #468847 50%,#f89406 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #468847 50%,#f89406 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #468847 50%,#f89406 50%); /* IE10+ */
background: linear-gradient(135deg, #468847 50%,#f89406 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#468847', endColorstr='#f89406',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.acceptedrejected {
background: -moz-linear-gradient(-45deg, #468847 50%, #ff0000 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#468847), color-stop(50%,#ff0000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #468847 50%,#ff0000 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #468847 50%,#ff0000 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #468847 50%,#ff0000 50%); /* IE10+ */
background: linear-gradient(135deg, #468847 50%,#ff0000 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#468847', endColorstr='#ff0000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.rejectedplanned {
background: -moz-linear-gradient(-45deg, #ff0000 50%, #999 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#ff0000), color-stop(50%,#999)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #ff0000 50%,#999 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #ff0000 50%,#999 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #ff0000 50%,#999 50%); /* IE10+ */
background: linear-gradient(135deg, #ff0000 50%,#999 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#999',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.rejectedrequested {
background: -moz-linear-gradient(-45deg, #ff0000 50%, #f89406 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#ff0000), color-stop(50%,#f89406)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #ff0000 50%,#f89406 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #ff0000 50%,#f89406 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #ff0000 50%,#f89406 50%); /* IE10+ */
background: linear-gradient(135deg, #ff0000 50%,#f89406 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#f89406',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.rejectedaccepted {
background: -moz-linear-gradient(-45deg, #ff0000 50%, #468847 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#ff0000), color-stop(50%,#468847)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #ff0000 50%,#468847 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #ff0000 50%,#468847 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #ff0000 50%,#468847 50%); /* IE10+ */
background: linear-gradient(135deg, #ff0000 50%,#468847 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#468847',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/*Current Day*/

td.currentday-bg {
    background-color: #FCF8E3;
}

td.currentday-border {
    border-left: 1px dashed #666;
    border-right: 1px dashed #666;
}
