/* Minification failed. Returning unminified contents.
(1728,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(1786,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */


@font-face {
    font-family: Delicious;
    src: url('../content/HVL/HelveticaNeue-UltraLight.otf');
}

html, html a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    text-rendering: optimizeLegibility !important;
    
}

body {
    background-color: white;
    text-align: center;
    /*font-family: FontAwesome !important;*/
    font-family: Helvetica;
    content: "\f0c4";
    color: #666666;
    font-size: 12px;
    font-style: normal;
    margin: 0px;
}

.btn-group ul {
    position: absolute;
    top: 100%;
    left: -55px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: center;
    list-style: none;
    border-radius: 0px 0px 10px 10px;
    background: #0094a2; /* Old browsers */
}

.btn-group:hover ul {
    display: block;
}

.custom-dropdown-menu > li:hover {
    background-color: #fbedd7;
}

.open-custom-dropdown > .custom-dropdown-menu {
    display: block;
}

.open > .dropdown-menu {
    display: block;
}

.font-10 {
    font-size: 12px !important;
}

.btn-group ul {
    top: 40px !important;
}

.custom-dropdown-menu a {
    color: white !important;
}

.custom-dropdown-menu > li > a {
    display: block !important;
    padding: 1px 15px !important;
    clear: both !important;
    font-weight: normal !important;
    line-height: 15px !important;
    color: white !important;
    white-space: nowrap !important;
    top: 0px !important;
    left: 0px !important;
}

    .custom-dropdown-menu > li > a:hover {
        color: #0094a2 !important;
    }

.custom-dropdown-menu:after {
    /* content: '';
            display: inline-block;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #ffffff;
            position: absolute;
            top: -6px;
            left: 10px;*/
}

.custom-dropdown-menu .divider {
    margin: 3px 0px !important;
}

.divider-line {
    border-top: 1px solid #bfbfbf;
    margin: 6px auto;
    width: 90%;
}

#Calendar table th {
    font-weight: bold;
    font-family: Delicious,Helvetica;
}

#Calendar table td {
    font-weight: normal;
    font-family: Delicious,Helvetica;
}

#footer {
    margin-top: 50px;
    border-top: 1px solid #EFEFEF;
    clear: both;
    color: #BBBBBB;
    font-family: Helvetica;
    font-size: 12px;
    line-height: 18px;
}

    #footer #copyright {
        float: left;
        padding-bottom: 13px;
        padding-top: 13px;
    }

    #footer #development {
        float: right;
        text-align: right;
        padding-bottom: 13px;
        padding-top: 13px;
    }


div#page {
    background: none repeat scroll 0 50% #FFFFFF;
    margin: 0 auto;
    /*width: 85%;*/
    padding: 5px 0;
    text-align: left;
    /* border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;*/
    width: 1020px; /*950*/
    min-height: 800px;
}

div#rotaPage {
    background: none repeat scroll 0 50% #FFFFFF;
    margin: 0 auto;
    text-align: left;
}

#loginInfo {
    float: right;
    font-size: 14px;
    margin: 0px 0 0 0;
    padding: 5px 5px 0px 0px;
    z-index: 99;
    /* line-height: 25px;
    height: 28px;*/
}

    #loginInfo .site-title {
        border: 2px solid lightgray;
        width: 180px;
        border-radius: 4px;
        margin-left: 10px;
    }

.summaryReport td {
    padding: 10px 0px;
    text-align: center;
}

tr.odd {
    background-color: #C1E0E4;
}

.dataTables_paginate a {
    font-size: 14px;
    color: #31A3B2 !important;
}

    .dataTables_paginate a:hover {
        color: #0C565F !important;
        cursor: pointer;
    }

.dataTables_info {
    font-size: 14px;
}

.summaryReport th {
    padding-right: 15px;
    text-align: center;
}

.Message {
    background: url("../../content/images/KnobGreenTick.png") no-repeat scroll 8px 7px #EEFFEE;
    padding: 14px 12px 15px 46px;
    font-size: 16px;
    border: 1px solid #dddddd;
    margin-bottom: 6px;
    color: black;
}

.Price {
    font-size: 16px;
    font-weight: bold;
}

.Included {
    background: url("../../content/images/KnobGreenTick.png") no-repeat scroll;
    width: 32px;
    height: 32px;
    margin: 0px auto;
}

.NotIncluded {
    background: url("../../content/images/KnobRedCross.png") no-repeat scroll;
    width: 32px;
    height: 32px;
    margin: 0px auto;
}

.Info {
    background: url("../../content/images/KnobInfo.png") no-repeat scroll 8px 7px #F7F8E0;
    padding: 14px 12px 15px 46px;
    font-size: 16px;
    border: 1px solid #dddddd;
    margin-bottom: 6px;
    color: black;
}

.ErrorMessage {
    background: url("../../content/images/KnobRedCross.png") no-repeat scroll 8px 7px #FFEEEE;
    padding: 14px 12px 15px 46px;
    font-size: 16px;
    border: 1px solid #dddddd;
    margin-bottom: 6px;
    color: black;
}
/*
.addEmployee, .addEvent {
    background: red;
    background: url("../../content/images/KnobSmall.png") no-repeat scroll 5px 5px #EEFFEE;
    padding: 5px 6px 6px 30px;
    border: 1px solid #cccccc;
    font-size: 14px;
    width: 100px;
    cursor: pointer;
}*/

.float-left {
    float: left;
}

.float-right {
    float: right;
}

div#header {
    padding-top: 20px;
}

    div#header .main-menu {
        /*background: #278b99;
        background: -moz-linear-gradient(top, #278b99 19%, #004760 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,#278b99), color-stop(100%,#004760));
        background: -webkit-linear-gradient(top, #278b99 19%,#004760 100%); 
        background: -o-linear-gradient(top, #278b99 19%,#004760 100%); 
        background: -ms-linear-gradient(top, #278b99 19%,#004760 100%); 
        background: linear-gradient(to bottom, #278b99 19%,#004760 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#278b99', endColorstr='#004760',GradientType=0 );
        background-color:#0094a2; /*#004760;*/
        height: 45px;
        padding-top: 25px;
        /*padding-bottom: 15px;*/
        border-bottom: 2px solid #0094a2;
    }

.totalRow {
    /*
        color:white;
        background: #278b99; 
        background: -moz-linear-gradient(top, #278b99 19%, #004760 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,#278b99), color-stop(100%,#004760));
        background: -webkit-linear-gradient(top, #278b99 19%,#004760 100%);
        background: -o-linear-gradient(top, #278b99 19%,#004760 100%);
        background: -ms-linear-gradient(top, #278b99 19%,#004760 100%);
        background: linear-gradient(to bottom, #278b99 19%,#004760 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#278b99', endColorstr='#004760',GradientType=0 );*/
    background-color: #fbedd7 !important;
}



div#header .main-menu a {
    text-decoration: none;
    position: relative;
    top: 42px;
    color: white;
    font-size: 12px;
}

    div#header .main-menu a:hover {
        cursor: pointer;
    }

.btn-group {
    height: 35px;
    width: 40px;
    background-color: #0094a2; /*white*/
    border-radius: 5px;
    float: left;
    margin: 0 7px;
}

.MenuSelected {
    background-color: #e7a61a;
    -webkit-box-shadow: 0px 0px 8px 3px rgba(252,249,252,1);
    -moz-box-shadow: 0px 0px 8px 3px rgba(252,249,252,1);
    box-shadow: 0px 0px 8px 3px rgba(252,249,252,1);
}

.btn-group:hover {
    background-color: #e7a61a;
    -webkit-box-shadow: 0px 0px 8px 3px rgba(252,249,252,1);
    -moz-box-shadow: 0px 0px 8px 3px rgba(252,249,252,1);
    box-shadow: 0px 0px 8px 3px rgba(252,249,252,1);
    cursor: pointer;
}

div#header .main-menu .sign-out {
    position: relative;
    top: 2px;
    left: 17px;
    color: white;
}

    div#header .main-menu .sign-out:before {
        position: absolute;
        font-family: FontAwesome;
        top: 6px;
        left: 10px;
        content: "\f08b";
        font-size: 25px;
    }

    div#header .main-menu .sign-out > a {
        padding-left: 2px;
        color: white !important;
    }

    div#header .main-menu .communication {
        position: relative;
        top: 4px;
        left: 17px;
        color: white;
    }

    div#header .main-menu .communication:before {
        position: absolute;
        font-family: FontAwesome;
        top: 5px;
        left: 9px;
        content: "\f075";
        font-size: 25px;
    }

    div#header .main-menu .communication > a {
        padding-left: 4px;
        color: white !important;
    }

    div#header .main-menu .hrmodule {
        position: relative;
        top: 4px;
        left: 17px;
        color: white;
    }

    div#header .main-menu .hrmodule:before {
        position: absolute;
        font-family: FontAwesome;
        top: 4px;
        left: 6px;
        content: "\f19c";
        font-size: 25px;
    }

    div#header .main-menu .disabled {
        background-color: gray;
    }

    div#header .main-menu .hrmodule > a {
        padding-left: 4px;
        color: white !important;
    }

    div#header .main-menu .RotaOnly {
        position: relative;
        top: 4px;
        left: 17px;
        color: white;
    }

    div#header .main-menu .RotaOnly:before {
        position: absolute;
        font-family: FontAwesome;
        top: 6px;
        left: 8px;
        content: "\f02f";
        font-size: 25px;
    }

    div#header .main-menu .RotaOnly > a {
        padding-left: 4px;
        color: white !important;
    }

    div#header .main-menu .empProfile {
        position: relative;
        top: 4px;
        left: 17px;
        color: white;
    }

     div#header .main-menu .logo {
        position: relative;
        top: 4px;
        left: 17px;
        color: white;
    }

    div#header .main-menu .empProfile:before {
        position: absolute;
        font-family: FontAwesome;
        top: 6px;
        left: 10px;
        content: "\f007";
        font-size: 25px;
    }

    div#header .main-menu .empProfile > a {
        padding-left: 4px;
        color: white !important;
    }


    div#header .main-menu .home {
        position: relative;
        top: 4px;
        left: 17px;
        color: white;
    }

    div#header .main-menu .home:before {
        position: absolute;
        font-family: FontAwesome;
        top: 7px;
        left: 8px;
        content: "\f015";
        font-size: 25px;
    }

    div#header .main-menu .rotaMenu {
        position: relative;
        top: 4px;
        left: 17px;
        color: white;
    }

    div#header .main-menu .rotaMenu:before {
        position: absolute;
        font-family: FontAwesome;
        top: 6px;
        left: 7px;
        content: "\f1ea";
        font-size: 25px;
    }

div#header .main-menu .people {
    position: relative;
    top: 4px;
    left: 17px;
    color: white;
}

    div#header .main-menu .people:before {
        position: absolute;
        font-family: FontAwesome;
        top: 5px;
        left: 10px;
        content: "\f007";
        font-size: 25px;
    }

div#header .main-menu .sales {
    position: relative;
    top: 4px;
    left: 17px;
    color: white;
}

    div#header .main-menu .sales:before {
        position: absolute;
        font-family: FontAwesome;
        top: 6px;
        left: 12px;
        content: "\f154";
        font-size: 25px;
    }

div#header .main-menu .reports {
    position: relative;
    top: 4px;
    left: 17px;
    color: white;
}

    div#header .main-menu .reports:before {
        position: absolute;
        font-family: FontAwesome;
        top: 6px;
        left: 7px;
        content:"\f080";
       
        font-size: 25px;
    }

div#header .main-menu .settings {
    position: relative;
    top: 4px;
    left: 17px;
    color: white;
}

    div#header .main-menu .settings:before {
        position: absolute;
        font-family: FontAwesome;
        top: 6px;
        left: 9px;
        content: "\f013";
        font-size: 25px;
    }

div#header .main-menu .admin {
    position: relative;
    top: 4px;
    left: 17px;
    color: white;
}

    div#header .main-menu .admin:before {
        position: absolute;
        font-family: FontAwesome;
        top: 6px;
        left: 9px;
        content: "\f0ad";
        font-size: 25px;
    }

    div#header .main-menu .invoice {
        position: relative;
        top: 4px;
        left: 17px;
        color: white;
    }

    div#header .main-menu .invoice:before {
        position: absolute;
        font-family: FontAwesome;
        top: 6px;
        left: 9px;
        content: "\f040";
        font-size: 25px;
    }

    div#header .main-menu .support {
    position: relative;
    top: 4px;
    left: 17px;
    color: white;
}

    div#header .main-menu .support:before {
        position: absolute;
        font-family: FontAwesome;
        top: 6px;
        left: 7.5px;
        content: "\f1cd";
        font-size: 25px;
    }

    div#header .main-menu .support > a {
    padding-left: 4px;
    color: white !important;
}
    div#header .main-menu .Lightbulb {
    position: relative;
    top: 4px;
    left: 17px;
    color: white;
}
    div#header .main-menu .Lightbulb > a {
    color: white !important;
    display:none;
    text-decoration:none;
}
  div#header .main-menu .Lightbulb:before {
        position: absolute;
        font-family: FontAwesome;
        top: 6px;
        left: 13px;
        content: "\f0eb";
        font-size: 25px;
    }
  div#header .main-menu .circle {
      width:12px;
      height:15px;
      border-radius:50%;
      margin:auto;
      margin-top:8px;
      margin-bottom:-22px;
      z-index:-1;
  }
div#header .main-menu .Lightbulb:hover .circle {
        background-color: yellow;
        /*box-shadow:1px 1px 3px 2px yellow;*/

    }
div#header .main-menu .ShiftSuccess {
    position: relative;
    top: 4px;
    left: 17px;
    color: white;
}
    div#header .main-menu .ShiftSuccess > a {
    color: white !important;
    text-decoration:none;
}
    div#header .main-menu .ShiftSuccess:before {
    position: absolute;
    font-family: FontAwesome;
    top: 6px;
    left: 9px;
    content: "\f140";
    font-size: 25px;
}
div#header .main-menu .home > a {
    padding-left: 4px;
    color: white !important;
}

div#header .main-menu .rotaMenu > a {
    padding-left: 6px;
    color: white !important;
}

div#header .main-menu .people > a {
    color: white !important;
}

div#header .main-menu .reports > a {
    color: white !important;
}

div#header .main-menu .settings > a {
    color: white !important;
}

div#header .main-menu .admin > a {
    padding-left: 3px;
    color: white !important;
}

div#header .main-menu .invoice > a {
    padding-left: 3px;
    color: white !important;
}

div#header .header-row {
    display: block;
    width: 93%;
    margin: 0 auto 0px auto; /*10*/
}

.button {
    padding: 5px 15px;
    border-radius: 5px;
}

.green {
    background: #278b99; /* Old browsers */
    background: -moz-linear-gradient(top, #278b99 19%, #004760 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,#278b99), color-stop(100%,#004760)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #278b99 19%,#004760 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #278b99 19%,#004760 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #278b99 19%,#004760 100%); /* IE10+ */
    background: linear-gradient(to bottom, #278b99 19%,#004760 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#278b99', endColorstr='#004760',GradientType=0 ); /* IE6-9 */
    color: white !important;
}

    .green:hover {
        cursor: pointer;
        color: white;
        text-decoration: underline;
    }

input[type="button"], input[type="submit"], select {
    outline: 0 !important;
}

.darkBlueBtn {
    background-color: #0094a2; /*#278b99*/
    border-radius: 8px;
    padding: 5px 10px;
    color: white !important;
    border: 1px solid #0094a2;
    margin: 0 5px;
    width: 170px;
}

    .darkBlueBtn:hover {
        cursor: pointer;
        color: white !important;
        text-decoration: none !important;
        background-color: #e7a61a;
        border: 1px solid #e7a61a;
    }

.darkBlueLargeBtn {
    background-color: #0094a2; /*#278b99*/
    border-radius: 8px;
    padding: 5px 10px;
    color: white !important;
    border: 1px solid #0094a2;
    margin: 0 5px;
    width: 235px;
}

    .darkBlueLargeBtn:hover {
        cursor: pointer;
        color: white !important;
        text-decoration: none !important;
        background-color: #e7a61a;
        border: 1px solid #e7a61a;
    }

.lightBlueBtn {
    background-color: rgb(129, 200, 213);
    border-radius: 8px;
    padding: 5px 10px;
    color: white !important;
    border: 1px solid rgb(129, 200, 213);
    margin: 0 5px;
    width: 170px;
}

    .lightBlueBtn:hover {
        cursor: pointer;
        color: white;
        background-color: #e7a61a;
        border: 1px solid #e7a61a;
    }

div#container {
    padding: 10px 0 0 0;
    width: 96%;
    margin: 0 auto;
}


div#rotaContainer {
    margin: 0 auto;
}

.left-float {
    float: left;
}

.section {
    font-size: 12px;
    margin: 0;
    /*margin-bottom: 15px;*/
    padding: 2px 17px 0px;
    /*padding: 2px 17px 10px;*/
}

.section-center {
    width: 95%;
    margin: 10px auto;
}

.section .imgDiv-createRota {
    float: left;
    margin: 40px 10px 0 0;
    width: 90px;
    text-align: center;
}

.section .imgDiv-editRota {
    float: left;
    margin: 40px 10px 0 0;
    width: 90px;
    text-align: center;
}

.section .imgDiv-viewReports {
    float: left;
    margin: 40px 10px 0 0;
    width: 90px;
    text-align: center;
}

.section .imgDiv-manageStaff {
    float: left;
    margin: 30px 10px 0 0;
    width: 90px;
    text-align: center;
}

.section.create {
}

.section.edit {
    background: url("../../Content/images/modify.png") no-repeat scroll 20px 25px #F7F8E0;
    padding-left: 90px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.section.reports {
    background: url("../../Content/images/reports.png") no-repeat scroll 20px 25px #F8E0E0;
    padding-left: 90px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.section.staff {
    background: url("../../Content/images/staff.png") no-repeat scroll 20px 25px #E0F8E0;
    padding-left: 90px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}


.section p {
    line-height: 1.4em;
}

p.area-nav {
    margin: 9px 20px 9px 0;
    font-size: 14px;
}
p.site-nav {
    margin: 9px 20px 9px 0;
    font-size: 14px;
}

p.date-nav {
    margin: 10px 2px 0px;
    font-size: 13px;
}

p.area-nav a.selected {
    color: #656565;
}

    p.area-nav a.selected:hover {
        text-decoration: none;
    }
    p.site-nav a.selected {
    color: #656565;
}

    p.site-nav a.selected:hover {
        text-decoration: none;
    }

p.loadtime {
    color: white;
}

.clear {
    clear: both;
}

.borderSection {
    padding: 7px 15px 20px 13px;
    background: #FFFFFF;
    margin: 2px -12px;
}

a {
    color: #31A3B2;
    text-decoration: none;
}

    a:hover {
        color: #eea31d !important; /*#eb7d26*/
        text-decoration: underline;
    }

h1 {
    font-size: 17px;
    font-weight: normal;
    width: 850px;
    color: rgb(18, 159, 171) !important;
}

h1, h2 {
    color: #555555;
}

.section h2 {
    font-size: 24px;
    font-weight: normal;
    margin: 12px 0 0px;
    color: rgb(18, 159, 171);
    font-weight: bold;
    font-family: Delicious,Helvetica;
}

.item {
    /*border-bottom: 1px solid #F0F0F0;*/
    clear: left;
    font-size: 12px;
    overflow: hidden;
    padding: 12px 0;
}

.item-info {
    float: left;
    width: 92%;
    /*padding-left: 10px;*/
}

    .item-info h3 {
        font-weight: normal;
        font-size: 24px !important;
        color: #db6d16 !important;
    }

.hidden {
    display: none;
}

.item-info h1 a {
    /*font-weight: bold;-*/
    text-decoration: underline;
}

.item-info p.info {
    color: #888888;
    font-weight: normal;
    margin: 1px 0 0;
}

.item-actions {
    float: right;
}

    .item-actions a {
        /*font-weight: bold;*/
        font-size: 18px;
    }

.checklist {
    background: white;
    padding: 10px;
    /*font-size:110%; font-family: Arial ,Helvetica,sans-serif;*/
    color: #444444;
    line-height: 20px;
    width: 242px;
}

.ConfirmPane {
    display: none;
}

.ConfirmBox {
    background: white;
    padding: 10px;
    color: #444444;
    line-height: 20px;
    width: 90%;
}

a.edit_this {
    color: green;
}

.nobottom {
    border-bottom: medium none;
}

span.delim {
    color: #999999;
    margin: 0 5px;
}

div.delete {
    /*background: url("../../Content/images/close_red.gif") no-repeat scroll left top;*/
    background: url("../../Content/images/cross.png") no-repeat scroll left top;
    display: inline;
    position: absolute;
    width: 10px;
    height: 10px;
    float: right;
    top: 4px;
    right: 2px;
    cursor: pointer;
}

div.shift {
    position: relative;
}

.shift.transfer {
    background: #CCFF66;
}

.shift.locked {
    background: #FF9999;
    color: White;
}

.editing div.shift {
    padding-right: 12px;
}

.editing {
    white-space: nowrap;
}

div.shiftSet {
    position: relative;
}

div.add {
    /*background: url("../../Content/images/green_plus.gif") no-repeat scroll left top;*/
    background: url("../../Content/images/tick2.png") no-repeat scroll left top;
    width: 10px;
    height: 10px;
    display: inline;
    margin-top: 2px;
    margin-right: 2px;
    float: right;
    cursor: pointer;
}

td input.startTime, td input.endTime {
    padding: 0px;
    width: 35px !important;
    margin: 0px;
}

#rota input.specialPay, #rota input.creditCard {
    padding: 0px;
    width: 38px !important;
    margin: 0px;
}

#AddEventForm input.smallWidth {
    width: 100px;
}

.highlight {
    /*border: 1px solid blue !important;*/
}

.highlightTotalGreen {
    color: green;
    /*border: 1px solid green !important;*/
}

.highlightTotalRed {
    /*background: #DD2415;*/
    color: #DD2415;
    /*border: 1px solid #DD2415 !important;*/
}

input[type="text"], input[type="password"], select, textarea, .multi_value_field, .checklist, .ConfirmBox {
    /*background:#FBFBFB;*/
    border: 1px solid #A8A8A8;
}

.section textarea {
    width: 590px;
}

.section .textarea {
    width: 287px;
}

input[type="text"]:focus, input[type="password"]:focus {
    background: url("../../Content/images/inputBg.gif") no-repeat scroll left top #FFFFFF;
}

textarea:focus {
    background: url("../../Content/images/textareaBg.gif") no-repeat scroll left top #FFFFFF;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    border: 1px solid #db6d16;
}

input, button, textarea {
    padding: 5px;
}

textarea {
    font-size: 110%;
    font-family: Arial,Helvetica,sans-serif;
}

input[type="text"], input[type="password"] {
    width: 250px;
}

input.small {
    width: 100px;
}

textarea, .multi_value_field {
    /*width: 262px;*/
    width: 200px;
}

.quarterWidth {
    width: 65px !important;
}

.halfWidth {
    width: 131px;
}

select {
    /*width: 262px;*/
    padding: 4px;
}

    select.employee, select.position {
        width: 150px;
        padding: 0px;
    }

.multiselect {
    width: 500px;
    height: 500px;
}

table.rota td, table.jobs td {
    padding: 4px 2px;
    text-align: center;
}

table.subscriptionComparison {
    margin-top: 15px;
    font-weight: bold;
}

    table.subscriptionComparison td {
        text-align: center;
        border: 1px solid silver;
        height: 40px;
    }

    table.subscriptionComparison th {
        font-size: 16px;
    }

table.EditRota td {
    padding: 2px 0px;
    text-align: center;
    /*height: 50px;*/
}

table.rota td.editing {
    width: 100px;
    position: relative;
}

table.adminHours td {
    padding: 4px;
    text-align: center;
}

table.adminHours th {
    text-align: center;
}

table.adminHours td input {
    width: 50px !important;
    padding: 1px;
    margin: 0px 5px;
}

div.wrapper-sticky {
    z-index: 999;
}
#tblPredictedSales {
    width: 100%;
}

#splh {
    width: 100%;
}

#tblPredictedSales td, th {
    padding: 10px 2px !important;
    text-align: center;
    font-weight: normal;
}

#splh th {
    padding: 10px 5px !important;
    text-align: center;
    font-weight: normal;
}

#tblPredictedSales input[type="text"], .summaryReport input[type="text"], #actualSalesEntry input[type="text"] {
    width: 75px;
    padding: 2px;
    margin: 0px;
}

.blueColor {
    color: rgb(18, 159, 171);
}

.linebreak {
    border-top: 1px solid #db6d16;
}

#printableRota td {
    padding: 5px;
    border: 1px solid silver;
    height: 32px;
    text-align: center;
    width: 10%;
}

#printableRota p {
    margin: 0px;
    padding: 0px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
    margin: 0 0 0 3px;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000 !important;
    /*background-color: #ffeeee !important;*/
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.underBudget {
    /*background: #DDFFDD;*/
    color: Green;
    /*border: 1px solid green;*/
}

.overBudget {
    /*background: #FFDDDD;*/
    color: Red;
    /*border: 1px solid red;*/
}
/*
.dataTables_wrapper input, .dataTables_wrapper select {
    width: auto !important;
}*/

.calendarRed {
    /*background: #ff6b6d;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec8c8d', endColorstr='#f35c53');
    background: -webkit-gradient(linear, left top, left bottom, from(#ec8c8d), to(#f35c53)); 
    background: -moz-linear-gradient(top, #ec8c8d, #f35c53); 
    color: Black;*/
    background: #eea31d;
}

.calendarYellow {
    /*background: #fff073; 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff385', endColorstr='#ffed5d'); 
    background: -webkit-gradient(linear, left top, left bottom, from(#fff385), to(#ffed5d)); 
    background: -moz-linear-gradient(top, #fff385, #ffed5d); 
    color: Black;*/
    background: #BFE8EE;
}


.calendarOrange {
    /*background: #feb976; 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb976', endColorstr='#feb976'); 
    background: -webkit-gradient(linear, left top, left bottom, from(#feb976), to(#feb976)); 
    background: -moz-linear-gradient(top, #feb976, #feb976); /* for firefox 3.6+ 
    color: Black;*/
    background: #fbedd7;
}

.calendarWhite {
    background: white;
    color: Black;
}

.calendarGray {
    background: #CFCFCF; /*#f2f2f2;*/
    color: #AAAAAA;
}

.bankHoliday {
    border: 1px solid blue;
}

div.employee, div.position {
    font-size: 12px;
    white-space: nowrap;
    min-width: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

.stuck {
    position: fixed;
    top: 0;
    z-index: 1;
    /*box-shadow:0 2px 4px rgba(0, 0, 0, .3);*/
}

td.selected {
    border: 2px solid #A2A4BF;
}

.ta_validShift {
    width: 14px;
    /*height: 20px;*/
    /*background: url("../../Content/Images/GreenTick1414.png") no-repeat scroll left top;*/
    background: url("../../Content/Images/tick.png") no-repeat scroll left top;
    display: inline-block;
    margin-left: 3px;
}

.ta_invalidShift {
    width: 14px;
    /*height: 20px;*/
    /*background: url("../../Content/Images/redCross1414.gif") no-repeat scroll left top;*/
    background: url("../../Content/Images/cross2.png") no-repeat scroll left top;
    display: inline-block;
    margin-left: 3px;
}
/* New Login Page */

.login-area {
    /*background: #278b99; 
    background: -moz-linear-gradient(top, #278b99 19%, #004760 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,#278b99), color-stop(100%,#004760)); 
    background: -webkit-linear-gradient(top, #278b99 19%,#004760 100%); 
    background: -o-linear-gradient(top, #278b99 19%,#004760 100%); 
    background: -ms-linear-gradient(top, #278b99 19%,#004760 100%); 
    background: linear-gradient(to bottom, #278b99 19%,#004760 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#278b99', endColorstr='#004760',GradientType=0 );*/
    background-color: #004760;
    height: auto;
    padding-top: 8px;
}

    .login-area .login-static-content {
        float: left;
        color: white;
        font-size: 15px;
        width: 45%;
        padding: 15px 5px 0 20px;
        font-weight: normal;
    }

    .login-area .login-info-content {
        float: right;
        /*padding-top: 12px;*/
        width: 41%;
    }

        .login-area .login-info-content label {
            color: rgb(242, 199, 120);
            width: 80px;
        }

        .login-area .login-info-content input[type="text"], input[type="password"] {
            border-radius: 6px;
            width: 150px;
        }

        .login-area .login-info-content input[type="submit"] {
            border-radius: 6px;
            background-color: orange;
            width: 160px;
            color: white;
            border: none;
        }

            .login-area .login-info-content input[type="submit"]:hover {
                background-color: rgb(249, 204, 121);
                cursor: pointer;
            }

.static-info {
    width: 100%;
    margin: 2px 0px;
}

    .static-info .left-column {
        float: left;
        width: 67%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .static-info .right-column {
        float: right;
        width: 25%;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
        border-left: 1px solid #0399ab;
    }

.login-row {
    display: block;
    width: 100%;
    margin: 3px;
    font-size: 13px;
}

div.cpl {
    color: red;
}
/* End of New Login Page*/

.HighlightChange { 
    background:#ffff00; 
}

.qtip-S4labour .qtip-titlebar {
    background:#666666 !important;
    background-color:#666666 !important;
    border-color:#666666 !important;
    color:#fff !important;    
    font:bold !important;
    font-size: 12px !important;
    font-family: Helvetica !important;
    text-align:center !important; 
    padding-left: 6ex;

}
.qtip-S4labour .qtip-content {
    background:#fff !important;
    background-color:#fff !important;
    border-color:#666666 !important;
    font-family: Helvetica !important;
    text-align:center !important;
    color: #666666 !important;

}

.qtip-S4labour {    
    border-color:#666666 !important;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    -webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;
}

.summaryTitle { 
    font-size: 20px; 
    font-weight: normal; 
    margin: 12px 0 0px; 
    color: rgb(18, 159, 171); 
    font-weight: bold; 
    font-family: Delicious,Helvetica; 
}
td.summaryValue { 
    border: 1px solid grey; 
    width: 4em; 
    color: black; 
    background-color: grey; 
    margin: 1px;
}
td.summaryButton { 
    text-align: center; 
    vertical-align:middle; 

}
.fieldLabel {
    font-size: 18px;
    font-weight: normal;
    margin: 12px 0 0px;
    color: rgb(18, 159, 171);
    font-weight: bold;
    font-family: Delicious,Helvetica;
    display: inline-block;
    width: 11em;
}
.fieldValue {
    display: inline-block;
}
.fieldContent {
    border: 1px dotted grey;
    padding: 1em;
    width: 70%;
}
.fieldButtons {
    padding-top: 1em;
}
.actions {
    text-align: center;
}
.subtext {
    width: auto;
}
.SideFloat {
    position: fixed;
    top: 100px;
    right: 1em;
    width: 12em;
    border: 2px solid rgb(18, 159, 171);
    background: white;
    border-radius: 25px;
    z-index: 9999;
    padding-top: 0px;
}
.SideHeader{
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border: 3px solid rgb(18, 159, 171);
    background-color: rgb(18, 159, 171);
    color: white;
    font-weight: bold;
    text-align: center;
}
.SideSubHeader{
    padding-left: 1em;
    font-weight: bold;
    color: rgb(18, 159, 171);
}
.SideLabel {
    width: 15ex;
    overflow: hidden;
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em;
}
select.criteria {
    width: 12em;
}
.SummaryCard {
    display:inline-block;
    width: 12em;
    border: 2px solid rgb(18, 159, 171);
    background: white;
    border-radius: 25px;
    padding-top: 0px;
}
.ClipHeader{
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border: 3px solid rgb(18, 159, 171);
    background-color: rgb(18, 159, 171);
    color: white;
    font-weight: bold;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
    text-align: center;
    vertical-align: bottom;
}
.ClipHeader img {
	vertical-align: bottom;
	border: 0px;
}
.ClipSubHeader {
    padding-left: 1em;
    font-weight: bold;
    color: rgb(18, 159, 171);
    border: 1px solid white; 
}
.ClipSubHeader img {
    vertical-align: top; 
    border-top: 0px;
}
.ClipLine {
    width: 18ex;
    overflow: hidden;
    margin-left: 1em; 
    margin-right: 1em; 
    border-bottom: 1px solid lightblue;
}
.ClipLine div {
    margin-right: 0px; 
    padding-right: 0px; 
    width: 8em; 
    display: inline-block;
    border: 0px;
}
@media print {
    #header {
        display: none;
    }

    .section {
        background: none;
    }

    .printHide {
        display: none;
    }

    body {
        color: #000000 !important;
    }
}

/*
 *  File:         demo_table.css
 *  CVS:          $Id$
 *  Description:  CSS descriptions for DataTables demo pages
 *  Author:       Allan Jardine
 *  Created:      Tue May 12 06:47:22 BST 2009
 *  Modified:     $Date$ by $Author$
 *  Language:     CSS
 *  Project:      DataTables
 *
 *  Copyright 2009 Allan Jardine. All Rights Reserved.
 *
 * ***************************************************************************
 * DESCRIPTION
 *
 * The styles given here are suitable for the demos that are used with the standard DataTables
 * distribution (see www.datatables.net). You will most likely wish to modify these styles to
 * meet the layout requirements of your site.
 *
 * Common issues:
 *   'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
 *     no conflict between the two pagination types. If you want to use full_numbers pagination
 *     ensure that you either have "example_alt_pagination" as a body class name, or better yet,
 *     modify that selector.
 *   Note that the path used for Images is relative. All images are by default located in
 *     ../images/ - relative to this CSS file.
 */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
	position: relative;
	/*min-height: 302px;*/
	clear: both;
	/*_height: 302px;*/
	zoom: 1; /* Feeling sorry for IE */
}

.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}

.dataTables_length {
	width: 40%;
	float: left;
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}

.dataTables_info {
	/*width: 60%;*/
	float: left;
}

.dataTables_paginate {
	width: 44px;
	* width: 50px;
	float: right;
	text-align: right;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: url('../images/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('../images/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('../images/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('../images/forward_enabled.jpg');
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	margin: 0 auto;
	clear: both;
	width: 100%;
	
	/* Note Firefox 3.5 and before have a bug with border-collapse
	 * ( https://bugzilla.mozilla.org/show%5Fbug.cgi?id=155955 ) 
	 * border-spacing: 0; is one possible option. Conditional-css.com is
	 * useful for this kind of thing
	 *
	 * Further note IE 6/7 has problems when calculating widths with border width.
	 * It subtracts one px relative to the other browsers from the first column, and
	 * adds one to the end...
	 *
	 * If you want that effect I'd suggest setting a border-top/left on th/td's and 
	 * then filling in the gaps with other borders.
	 */
}

table.display thead th {
	padding: 3px 18px 3px 10px;
	/*border-bottom: 1px solid black;*/
	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
}

table.display tfoot th {
	padding: 3px 18px 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.display tr.heading2 td {
	/*border-bottom: 1px solid #aaa;*/
}

table.display td {
	/*padding: 3px 10px;*/
}

table.display td.center {
	text-align: center;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting , .sorting_asc, .sorting_desc
{
    cursor: pointer;
}
.sorting_asc {
	background: url('../images/sort_asc.png') no-repeat center right;
}

.sorting_desc {
	background: url('../images/sort_desc.png') no-repeat center right;
}

.sorting {
	background: url('../images/sort_both.png') no-repeat center right;
}

.sorting_asc_disabled {
	background: url('../images/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
	background: url('../images/sort_desc_disabled.png') no-repeat center right;
}





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
table.display tr.odd.gradeA {
	background-color: #ddffdd;
}

table.display tr.even.gradeA {
	background-color: #eeffee;
}

table.display tr.odd.gradeC {
	background-color: #ddddff;
}

table.display tr.even.gradeC {
	background-color: #eeeeff;
}

table.display tr.odd.gradeX {
	background-color: #ffdddd;
}

table.display tr.even.gradeX {
	background-color: #ffeeee;
}

table.display tr.odd.gradeU {
	background-color: #ddd;
}

table.display tr.even.gradeU {
	background-color: #eee;
}


tr.odd {
	/*background-color: #E2E4FF;*/
    background-color: #C1E0E4;
}

tr.even {
	background-color: white;
}





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	*margin-top: -1px;
}

.top, .bottom {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

.top .dataTables_info {
	float: none;
}

.clear {
	clear: both;
}

.dataTables_empty {
	text-align: center;
}

tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}

td.group {
	background-color: #d1cfd0;
	border-bottom: 2px solid #A19B9E;
	border-top: 2px solid #A19B9E;
}

td.details {
	background-color: #d1cfd0;
	border: 2px solid #A19B9E;
}


.example_alt_pagination div.dataTables_info {
	width: 40%;
}

.paging_full_numbers {
	width: 400px;
	height: 22px;
	line-height: 22px;
}

.paging_full_numbers span.paginate_button,
 	.paging_full_numbers span.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
}

.paging_full_numbers span.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers span.paginate_button:hover {
	background-color: #ccc;
}

.paging_full_numbers span.paginate_active {
	background-color: #99B3FF;
}

table.display tr.even.row_selected td {
	background-color: #B0BED9;
}

table.display tr.odd.row_selected td {
	background-color: #9FAFD1;
}


/*
 * Sorting classes for columns
 */
/* For the standard odd/even */
tr.odd td.sorting_1 {
	/*background-color: #D3D6FF;*/
    background-color: #C1E0E4;
}

tr.odd td.sorting_2 {
	/*background-color: #DADCFF;*/
    background-color: #C1E0E4;
}

tr.odd td.sorting_3 {
	/*background-color: #E0E2FF;*/
    background-color: #C1E0E4;
}

tr.even td.sorting_1 {
	/*background-color: #EAEBFF;*/
    background-color: white;
}

tr.even td.sorting_2 {
	/*background-color: #F2F3FF;*/
    background-color: white;
}

tr.even td.sorting_3 {
	/*background-color: #F9F9FF;*/
    background-color: white;
}


/* For the Conditional-CSS grading rows */
/*
 	Colour calculations (based off the main row colours)
  Level 1:
		dd > c4
		ee > d5
	Level 2:
	  dd > d1
	  ee > e2
 */
tr.odd.gradeA td.sorting_1 {
	background-color: #c4ffc4;
}

tr.odd.gradeA td.sorting_2 {
	background-color: #d1ffd1;
}

tr.odd.gradeA td.sorting_3 {
	background-color: #d1ffd1;
}

tr.even.gradeA td.sorting_1 {
	background-color: #d5ffd5;
}

tr.even.gradeA td.sorting_2 {
	background-color: #e2ffe2;
}

tr.even.gradeA td.sorting_3 {
	background-color: #e2ffe2;
}

tr.odd.gradeC td.sorting_1 {
	background-color: #c4c4ff;
}

tr.odd.gradeC td.sorting_2 {
	background-color: #d1d1ff;
}

tr.odd.gradeC td.sorting_3 {
	background-color: #d1d1ff;
}

tr.even.gradeC td.sorting_1 {
	background-color: #d5d5ff;
}

tr.even.gradeC td.sorting_2 {
	background-color: #e2e2ff;
}

tr.even.gradeC td.sorting_3 {
	background-color: #e2e2ff;
}

tr.odd.gradeX td.sorting_1 {
	background-color: #ffc4c4;
}

tr.odd.gradeX td.sorting_2 {
	background-color: #ffd1d1;
}

tr.odd.gradeX td.sorting_3 {
	background-color: #ffd1d1;
}

tr.even.gradeX td.sorting_1 {
	background-color: #ffd5d5;
}

tr.even.gradeX td.sorting_2 {
	background-color: #ffe2e2;
}

tr.even.gradeX td.sorting_3 {
	background-color: #ffe2e2;
}

tr.odd.gradeU td.sorting_1 {
	background-color: #c4c4c4;
}

tr.odd.gradeU td.sorting_2 {
	background-color: #d1d1d1;
}

tr.odd.gradeU td.sorting_3 {
	background-color: #d1d1d1;
}

tr.even.gradeU td.sorting_1 {
	background-color: #d5d5d5;
}

tr.even.gradeU td.sorting_2 {
	background-color: #e2e2e2;
}

tr.even.gradeU td.sorting_3 {
	background-color: #e2e2e2;
}


/*
 * Row highlighting example
 */
.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
	background-color: #ECFFB3;
}

.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
	background-color: #E6FF99;
}

.ex_highlight_row #example tr.even:hover {
	background-color: #ECFFB3;
}

.ex_highlight_row #example tr.even:hover td.sorting_1 {
	background-color: #DDFF75;
}

.ex_highlight_row #example tr.even:hover td.sorting_2 {
	background-color: #E7FF9E;
}

.ex_highlight_row #example tr.even:hover td.sorting_3 {
	background-color: #E2FF89;
}

.ex_highlight_row #example tr.odd:hover {
	background-color: #E6FF99;
}

.ex_highlight_row #example tr.odd:hover td.sorting_1 {
	background-color: #D6FF5C;
}

.ex_highlight_row #example tr.odd:hover td.sorting_2 {
	background-color: #E0FF84;
}

.ex_highlight_row #example tr.odd:hover td.sorting_3 {
	background-color: #DBFF70;
}


/*
 * KeyTable
 */
table.KeyTable td {
	border: 3px solid transparent;
}

table.KeyTable td.focus {
	border: 3px solid #3366FF;
}

table.display tr.gradeA {
	background-color: #eeffee;
}

table.display tr.gradeC {
	background-color: #ddddff;
}

table.display tr.gradeX {
	background-color: #ffdddd;
}

table.display tr.gradeU {
	background-color: #ddd;
}

div.box {
	height: 100px;
	padding: 10px;
	overflow: auto;
	border: 1px solid #8080FF;
	background-color: #E5E5FF;
}


.dataTables_paginate 
{
    margin-top: 15px;
}

.dataTables_paginate a
{
    margin-left: 10px;
    line-height: 20px;
    height: 20px;
}

.dataTables_length 
{
    
    margin-bottom: 10px;
}

.dataTables_info 
{
    height: 20px;
    line-height: 20px;
    margin-top: 15px;
}

.dataTable 
{
    /*border-bottom: 1px solid orange;*/
}
