/* GENERAL - TABLES AND BORDERS */

body {
    background-color: white;
    color: Black;
    margin: 0px 0px 0px 0px;
}

html, body {
    width: 100%;
    height: 100%;
}

.softenboxes textarea {
    border:1px solid #CCCCCC;
    border-radius:3px;
    box-shadow:rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
    padding:2px;
}

.softenboxes input {
    border:1px solid #CCCCCC;
    border-radius:3px;
    box-shadow:rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
     padding:2px;
}

.softenboxes select {
    border:1px solid #CCCCCC;
    border-radius:3px;
    box-shadow:rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
    padding:2px;
    background-color:white;
}

.filtertable select {
    border:1px solid #AAAAAA;
    border-radius:3px;
    box-shadow:rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
    padding:1px 2px;
    background-color:white;
}

div#Contents {
    position: relative;
    min-width: 950px;
    min-height: 100%;
}

* html div#Contents {
    height: 100%;
}

/*\*/
* html .minwidth, * html .container {
    height: 1px;
}
/**/

* html .minwidth {
    margin-left: 950px;
}

* html .container {
    margin-left: -950px;
    position: relative;
}

a:link {
    color: #666666;
}

a:visited {
    color: #666666;
}

a:hover {
    color: #999999;
}

a:active {
    color: #999999;
}

/*td {
    color: black;
}*/
/* Overall text colour */

div.DividingBorder {
    position: absolute;
    top: 60px;
    right: 190px;
    width: 1px;
}

div.SideBar {
    position: absolute;
    top: 64px;
    right: 0px;
    vertical-align: top;
    width: 184px;
    margin: 0px auto;
    text-align: center;
}

div.MainContent {
    margin-left: 8px;
    margin-right: 212px;
    padding-bottom: 30px;
    min-height: 500px;
}

div.MainContentHigher {
    margin-left: 8px;
    margin-right: 212px;
    padding-bottom: 30px;
    min-height: 650px;
}

div.BottomBar {
    position: relative;
    margin-top: -16px;
    width: 100%;
    height: 16px;
    background-color: #666666;
}

form.nospace {
    padding: 0px;
    margin: 0px;
}

div.CenterInDiv {
    text-align: center;
    margin: auto;
    width: 100%;
}

.visibilityHidden {
    visibility: hidden;
}

.displayNone {
    display: none;
}

.inset16 {
    margin-left: 16px !important;
}

h4 {
    font-size: medium;
    margin-top: 0px;
    font-weight: bold;
}

h5 {
    font-size: small;
    margin-top: 0px;
    font-weight: bold;
}

.sorthandle {
    cursor: pointer;
}

.pointercursor {
    cursor: pointer;
}

.GeneralHeaderColour {
    background-color: #dfe4e7;
}

.GeneralHeaderColour a:link {
    color: #000000;
    text-decoration: none;
}

.GeneralHeaderColour a:visited {
    color: #000000;
    text-decoration: none;
}

.GeneralHeaderColour a:hover {
    color: #666666;
    text-decoration: none;
}

.GeneralHeaderColour a:active {
    color: #666666;
    text-decoration: none;
}

.GeneralHeaderColour_alt {
    background-color: #e5ebee;
}

.eventtable {
    border-collapse: collapse;
    /*width: 900px;*/
    width: 100%;
}

.filterdiv {
    font-weight: bold;
    margin-top: 4px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 0px;
}

.filtertable {border:none; width:100%;
}
.filtertable td {color:#333333; font-size:13px;}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
    padding-bottom:6px !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 5px 10px rgba(0,0,0,.2) !important;
    z-index: 100000 !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.ui-menu-item {
      font-size:0.98em;
}

.gridviewskin th {
    color: White;
}

.historytable {
    background-color: #FFFFFF;
    border-collapse: collapse;
    border: 1px solid #AAAAAA;
}

    .historytable th {
        color: white;
        border-left: 1px solid white;
        border-right: 1px solid white;
        border-top: 1px solid #AAAAAA;
        border-bottom: 1px solid #AAAAAA;
    }

    .historytable td {
        border-left: 1px solid white;
        border-right: 1px solid white;
        text-align: center;
    }

        .historytable td:firstchild {
            border-left: 1px solid #AAAAAA;
        }

        .historytable td:lastchild {
            border-right: 1px solid #AAAAAA;
        }

    .historytable .historyheader1 {
        background-color: #4f6a87;
    }

    .historytable .historyheader2 {
        background-color: #5D7B9D;
    }

.historytable, .IMTAdminTable .unselectedrow {
    background-color: #F7F6F3;
}

.historytable, .IMTAdminTable .alternatingrow {
    background-color: #FFFFFF;
}

.historytable, .IMTAdminTable .selectedrow {
    border: 2px solid #456789;
}

    .historytable, .IMTAdminTable .selectedrow td {
        font-weight: bold;
        border-top: 2px solid #456789;
        border-bottom: 2px solid #456789;
    }

        .historytable, .IMTAdminTable .selectedrow td:firstchild {
            border-left: 2px solid #456789;
        }

        .historytable, .IMTAdminTable .selectedrow td:lastchild {
            border-right: 2px solid #456789;
        }


.TableBorderSimple {
    border: 1px solid #AAAAAA;
    border-collapse: collapse;
}

    .TableBorderSimple td {
        border: 1px solid #AAAAAA;
        padding: 2px;
    }

    .TableBorderSimple th {
        border: 1px solid #AAAAAA;
        padding: 2px;
    }

.smallerfont {
    font-size:13px;
}

.MenuHorizontalItem {
    background-color: #AAAAAA;
    color: white !important;
    border-top: 1px solid #222548;
    border-left: 1px solid #222548;
    border-right: 1px solid #222548;
    border-bottom: 1px solid #CCCCCC;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    min-width: 70px;
    height: 20px;
    text-align: center;
}

.MenuClass .selected {
    background-color: #888888;
    font-weight: bold;
}

.MenuHorizontalItem a:link {
    color: #444444;
    text-decoration: none;
}

.MenuHorizontalItem a:visited {
    color: #444444;
    text-decoration: none;
}

.MenuHorizontalItem a:hover {
    color: #777777;
    text-decoration: none;
}

.MenuHorizontalItem a:active {
    color: #777777;
    text-decoration: none;
}

.TabArea {
    border: 1px solid #222548;
    height: 300px;
    width: 100%;
    z-index: -25;
}

input[type=submit]:disabled {
    color: Gray;
}

input[type=button]:disabled {
    color: Gray;
}



.projectcolour {
    color: #6a6c7a;
}

.personcolour {
    color: #5d9255;
}

.DatePicker {
    /*width: 80px;*/
    width:84px;
}

.presetmenudiv div {
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 5px 5px 10px 5px;
    background: #FBFBFB;
    border: 1px solid #E7E7E7;
    z-index: 99;
}

.presetmenudiv a {
    text-decoration: none;
    color: #666666;
}

.presetmenudiv div a {
    position: relative;
    display: block;
    width: auto;
    color: #666666;
    white-space: normal;
}

    .presetmenudiv div a:hover {
        background: #49A3FF;
        color: #FFF;
    }


.ui-dialog > .ui-widget-header {
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    color: #000;
}

.vacantlockerrow {
    background-color: #feffb8;
}

.DayPilotWrapper {
    border:1px solid #999; 
    border-radius:4px; 
    overflow:hidden;
}

.daypilotOptionsBar {
    background-color: #e5ebee;
    /*border-left: 1px solid #999;
    border-top: 1px solid #999;
    border-right: 1px solid #999;*/
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    padding-top:2px;
    padding-bottom:2px;
    border-bottom:1px solid #999;
    /*border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;*/
    color: #4b5259;
}

.daypilotOptionsBar select {
    border:1px solid #CCC;
    border-radius:2px;
    background-color:white;
}

.daypilotOptionsBar_old {
    background-color: #e5ebee;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    color: #4b5259;
}

.daypilotOptionsBar_old select {
    border:1px solid #CCC;
    border-radius:2px;
    background-color:white;
}

.TimeSheetDiv {
    border-color: #999;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    overflow: hidden;
    width:100%;
}

    .TimeSheetDiv table {
        background-color: #FFFFFF;
        width:100%;
    }

    .TimeSheetDiv > table > tbody > tr > td, .TimeSheetDiv > table > tbody > tr > th {
        border: 1px solid #D7D6D3;
        padding: 5px;
    }

.IMTAdminTable {
    border-color: #AAAAAA;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: 100%;
    border-collapse: separate;
    overflow:hidden;
    color:#212529;
}


    .IMTAdminTable > tbody > tr > td, .IMTAdminTable > tbody > tr > th {
        padding: 2px;
    }

.ProjectDescriptionTable { 
    border-color: #E5E5E5;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: 100%;
    border-collapse: separate;
    padding-top: 6px;
    padding-bottom: 4px; 
    color: #333333;
    /*background-color:#557a95;
    color:white;*/
    background-color:#F8FAFE;
}


    .ProjectDescriptionTable > tbody > tr > td, .ProjectDescriptionTable > tbody > tr > th {
        padding: 2px;
    }

.BookingHeader {
    /*background-color:#557a95;
    color:white;*/
    }

a:link.BookingHeader {
    /*color:white;*/
    }

.CampaignTitle {
    /*color:#4a4a4a;*/
    color:#333333;
    font-weight:bold;
}

a:link.CampaignTitle {
    /*color:#4a4a4a;*/
    color:#333333;
    font-weight:bold;
}

a:hover.CampaignTitle {
    color:#777777;
}

.progress {
    float: left;
    margin-left: 2px;
    height: 10px;
    width: 20px;
    border: 1px solid #AAAAAA;
    border-radius: 2px;
}

.progress_full {
    float: left;
    margin-left: 2px;
    height: 10px;
    width: 20px;
    border: 1px solid #999;
    border-radius: 2px;
    background-color: #1aff00;
}

.boxborder {
      -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*position:relative; 
    top:-2px;*/
    border:1px solid #aaa;
}

.highlightselecteddate td {
    background-color:#ffffb3;
}

.ApprovalText {
   /*color:#0042aa;*/
   color:#144770;
   font-size:0.8em;
   /*font-style:italic;*/
   vertical-align:text-top;
}

.spacedRadioButtonList label {
    margin-right:8px;
}

.bootstrap-tagsinput input {
}

.bootstrap-tagsinput {
    width:340px;
}

.tt-input, /* UPDATE: newer versions use tt-input instead of tt-query */
.tt-hint {
    width: 326px;
    height: 30px;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 16px;
    border: 2px solid #ccc;
    border-radius: 4px;
    outline: none;
}

.tt-input { /* UPDATE: newer versions use tt-input instead of tt-query */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
    width: 320px;
    margin-top: 6px;
    padding: 4px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 14px;
    line-height: 16px;
    cursor:pointer;
}

.tt-suggestion.tt-cursor { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
    color: #fff;
    background-color: #5bc0de;

}

.tt-suggestion.tt-cursor,.tt-suggestion:hover {
  color: #fff;
  background-color: #5bc0de;

}

.tt-suggestion p {
    margin: 0;
}


.centreCell th {
            text-align: center;
        }

.centreCell td {
            text-align: center;
        }

.SOV {
    text-align:right; 
    padding:1px !important; 
    border: 0px none !important;
    width:44px; 
    font-size:0.94em; 
    background-color:inherit;
    box-shadow:none !important;
}

/* Split Button Dropdown */

.split-button {
 color: #CCC;
 padding-right: 6px; 
 padding-left: 6px; 
 border-top-left-radius: 0px; 
 border-bottom-left-radius: 0px; 
 border-left: none;
}

.split-button:hover {
  color:#eee;
}


.split-button:active :focus {
   outline: none;
}
.splitsave-button:active :focus {
   outline: none;
}

.split-dropdown {
  position: relative; left:-4px;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.split-dropdown-content {
  display: none;
  position: absolute; 
  left:-100px;
  text-align:left;
  min-width: 180px;
  font-size:0.96em;
  border:1px solid rgba(0,0,0,0.15);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  z-index: 1;
}

/* Links inside the dropdown */
.split-dropdown-content a {
  color: #333;
  padding-left: 12px;
  padding-right: 12px;
  padding-top:4px;
  padding-bottom:4px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.split-dropdown-content a:hover {background-color: #eee}

/*****************************************************************************/
/* BOXES */

.mediumbox {
    text-align: left;
    width: 250px;
}


.mediumboxnew {
    text-align: left;
    width: 250px;
    color: #999999;
}

.mediumboxalt {
    text-align: left;
    width: 220px;
}

.mediumboxnewalt {
    text-align: left;
    width: 220px;
    color: #999999;
}

.greyselect {
    text-align: left;
    color: #666666;
    font-style: italic;
    width: 120px;
    border-style: none;
    background-color: #DDDDDD;
}


.noscrollta {
    overflow: auto;
}

.noscrollnoborderta {
    overflow: auto;
    border-style: none;
    background-color: transparent;
}


table.SpacedTable {
    border: 1px solid #AAAAAA;
    border-collapse: separate;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #e5ebee;
}

    table.SpacedTable td {
        /*padding: 3px;*/
        padding-top: 4px;
        padding-bottom:2px;
        padding-left:4px;
        padding-right:4px;
    }


/*****************************************************************************/
/* BUTTONS */


.shorterbutton {
    width: 50px;
    padding-left: 0px;
    padding-right: 0px;
}

.shorterbuttonspaced {
    width: 70px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 0px;
    padding-right: 0px;
}

.shortbutton {
    width: 50px;
    padding-left: 0px;
    padding-right: 0px;
}

.veryshortbutton {
    width: 35px;
    padding-left: 0px;
    padding-right: 0px;
}

.deletebutton {
    color: Red;
}

.browsebutton {
    background-color: #EEEEEE;
    width: 60px;
    padding-left: 0px;
    padding-right: 0px;
}

.loadsavetemplatebutton {
    float: right;
    margin-right: 12px;
    width: 56px;
}

/*****************************************************************************/
/* TEXT */

.boldtext {
    font-weight: bold;
}

.italictext {
    font-style: italic;
}

.largerboldtext {
    font-weight: bold;
    font-size: 12px;
}

.bolditalictext {
    font-style: italic;
    font-weight: bold;
}

.greytext {
    color: #999999;
}

.greyitalictext {
    color: #666666;
    font-style: italic;
}

.LabelText {
    /*font-style: italic;*/
    font-size:0.98em;
}

.NotesText {
    /*font-size:0.98em;*/
}

.ErrorText {
    font-weight: bold;
    color: red;
}

.ClosedItem {
    text-decoration: line-through;
}



.addnewtext {
    font-style: italic;
    font-weight: bold;
    color: #3C4180;
}

.addnewtext_notbold {
    font-style: italic;
    color: #3C4180;
}

.popupLabelText {
    font-weight: normal;
    font-size: larger;
    font-style: italic;
}

.popupText {
    font-weight: normal;
    font-size: larger;
}

div.popupLabelText {
    float: left;
    clear: both;
}

div.popupText {
    margin-left: 100px;
    height: 25px;
}

span.popupText {
    display: block;
    margin-left: 100px;
    height: 25px;
}

.EFTText {
    color: #598dcc;
}

/*****************************************************************************/
/*****************************************************************************/
/* PAGE SPECIFIC STYLES */
/*****************************************************************************/
/*****************************************************************************/


/*****************************************************************************/
/* ADMIN PAGES */

div.AdminContent {
    width: 670px;
    border: solid 1px #3C4180;
    background-color: #DDDDDD;
    padding: 4px;
    margin: 4px auto;
    text-align: left;
}

div.AdminContentAlt {
    width: 670px;
    margin: 4px auto;
    text-align: left;
    padding: 4px;
}

div.AdminContentDelete {
    width: 670px;
    border: solid 1px #FF0000;
    background-color: #DDDDDD;
    padding: 4px;
    margin: 4px auto;
    text-align: left;
}

div.AdminContent label {
    width: 160px;
    float: left;
}

div.AdminContent .renderaslabel {
    width: 160px;
    float: left;
}

div.AdminContent label.longlabel {
    width: 260px;
    float: left;
    padding-left: 10px;
}

div.AdminContent fieldset {
    margin: 2px;
    border-color: #EEEEEE;
}

    div.AdminContent fieldset.noborder {
        margin: 2px;
        border: 0px none;
        padding: 5px;
    }

div.AdminContent legend {
    color: navy;
}

div.AdminContent p {
    clear: left;
    padding: 0px;
    margin: 0px;
}

div.AdminContentAlt p {
    clear: left;
    padding: 0px;
    margin: 0px;
}

div.AdminScrollDiv {
    width: 670px;
    overflow: auto;
}

.Table_AdminContent1 {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #DDDDDD;
}

.Admin_TitleTD {
    height: 67px;
    font-weight: bold;
}


.UserAdd_Table {
    width: 100%;
    border: 1px solid #3C4180;
}

.UserAdd_Text {
    color: #3C4180;
}

.RecoverSectionHeaderTD {
    background-color: #3C4180;
    color: white;
    height: 18px;
    text-align: center;
    font-weight: bold;
}

div.AdminContent .highlightline td {
    background-color: #CCCCCC;
}

div.AdminContentAlt .highlightline td {
    background-color: #EEEEEE;
}

.deleteline td {
    background-color: #FF0000;
    color: white;
}

.showcolumnstext td {
    text-align: center;
    font-size: 9px;
}

.highlitline {
    background-color: #EEEEEE;
}

div.dragHandle {
    width: 20px;
    height: 20px;
    cursor: move;
    background-image: url(Images/dragdrop.gif);
}

.ReorderListClass ul {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 0px;
}

.ReorderListClass li {
    clear: both;
}

.ReorderListClass div {
    float: left;
}

.ReorderListItemRow {
    display: inline;
    margin-left: 7px;
}

.ListTitle {
    margin-left: 30px;
}

.RepeaterItemRow {
    margin-left: 4px;
}


/*****************************************************************************/
/* DAYPILOT SCHEDULER AND CONTEXT MENU */
.menu_main {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 8pt;
    border: 1px solid gray;
    background-color: white;
    padding: 2px;
    cursor: default;
    background-image: url('Images/bg3white.png');
    background-repeat: repeat-y;
}

    .menu_main a {
        padding-left: 35px;
        color: #212529 !important;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 8pt;
        text-decoration: none;
        cursor: default;
    }

        .menu_main a img 
    {
        margin-left: 6px;
        margin-top: 3px;
        width:12px;
        height:12px;
    }

        .menu_main a span {
            display: block;
            height: 20px;
            line-height: 20px;
            width: 100px;
            font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
            font-size: 8pt;
            padding-left: 2px;
            padding-right: 20px;
        }

        .menu_main a:hover {
            background-image: url('Images/left.png');
            color: #212529;
            font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
            font-size: 8pt;
            background-repeat: no-repeat;
        }

            .menu_main a:hover span {
                background-image: url('Images/right.png');
                color: #212529;
                font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
                font-size: 8pt;
                background-repeat: no-repeat;
                background-position: 100%;
            }

    .menu_main div div /* separator */ {
        border-top: 1px solid #dddddd;
        margin-top: 2px;
        margin-bottom: 2px;
        margin-left: 28px;
    }



.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}
