/* GENERAL DEFINITIONS */
body{
    font-size:12px;
    font-family:Arial;
    padding:0;
    margin:0;
    background-color: #008080;
}

h1,h2,h3,h4{
    padding:2px 4px;
    font-weight:normal;
    color:#fff;
    background-color: #008080;
    /* text-shadow:1px 1px 0 #3070D5; */
    border:1px solid #3079ED
}
h1{font-size:22px}
h2{font-size:20px}
h3{font-size:18px}
h4{font-size:16px}
a{color:#2219B2}
a:hover{color:#7872D8}
#container{margin:0 10px}

.home-title{
    font-size:24px;
    font-weight:normal;
    text-align:center;
    width:100%;
    padding:2px;
    margin:0;
    color:#fff;
    text-shadow:1px 1px 0 #3070D5;
    border:1px solid #3079ED;
}

/* LOGIN */
#login{
    width: 600px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius:20px;
    margin:30px auto 0;
    padding: 30px;
    -moz-box-shadow:0px 0px 80px #999;
    -webkit-box-shadow:0px 0px 80px #999;
    box-shadow:0px 0px 40px #999;
    background-color:#f5f5f5;
    border:1px solid #D5D5D5
}
#login label {
    font-size: 16px;
    color: #666;
    font-weight: bold;
}
#login input[type=text], #login input[type=password] {
    font-size: 16px;
    padding: 2px;
    margin:0 0 15px;
    border: 1px solid #999;
    background: #fff;
    width: 100%;
    color:#000;
}
#login input[type=text]:hover, #login input[type=password]:hover {
    -moz-box-shadow:0px 0px 5px #999;
    -webkit-box-shadow:0px 0px 5px #999;
    box-shadow:0px 0px 5px #999;
}
#login input[type=submit]{
    font-size:16px;
    width:100%;
    text-align:center;
    margin:0 auto;
    padding:2px;
    cursor:pointer;
    border-radius:5px;
    /*
    color:#fff;
    text-shadow:1px 1px 0 #3070D5;
    */
    color: #008080;
    border:1px solid #3079ED;
    font-weight: bold
}

/* CLASSES */
.blue-gradient, .btn-blue{background-color:#4A8BF5;
    background:-moz-linear-gradient(19% 75% 90deg,#4080E5, #4F8FFF);
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#4F8FFF), to(#4080E5));
}
.btn-blue:hover{background-color:#3D7DE0;
    background:-moz-linear-gradient(19% 75% 90deg,#4080E5, #3574D5);
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#3574D5), to(#4080E5));
}
.darker-on-hover:hover{
    background:#e5e5e5;
}
.error{
    color:#DD0000;
}
.clear{
    clear:both;
}
#report-error,
#report-success {
	clear: both;
}

.content {
  /* width: 960px; */
  /* width: 1280px; */
  width: 1400px;
  /* width: 1920px;		/ * Fixes issue #13792:PON:05Aug2019 */
  min-height: 600px;
  margin: auto;
  background-color: white;
}

.header {
  text-align: center;
  background-color: white;
  display: block;
}

.menu {
  background-color: #008080;
  height: 30px;
  padding-top: 10px;
}

.menu a{
  color: white;
  font-weight: bold;
  padding: 5px;
}

.menu a:visited {
  text-decoration: none;
}

.filter {
  background-color: white;
  height: 30px;
  padding-top: 10px;
}

.filter a {
  color: #008080;
}

.filter a ,
.filter span {
  font-weight: bold;
  padding: 5px;
}

.filter a:visited {
  text-decoration: none;
}

.feed {
  /* activity feed not yet implemented */
  display: none;
 }

 .help {
  /* online help not yet implemented */
  display: none;
 }
  
.footer {
}

/* Data entry forms */
.one-column {
}

.two-column {
  width: 50%;
  padding: 10px;
}

.three-column {
  width: 30%;
  padding: 10px;
}

.column_left {
  float: left;
 }
 
 .column_right {
  float: right;
 }
 
 .compulsory {
  padding: 5px 0 5px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: bold;
 }
 
 
.form-field-box {
	float: left;
  width: 600px;		/* Less than half the .content width */
  min-height: 50px !important;
 }
 
 .form-display-as-box {
  min-height: 40px;
  display: block-inline;
  vertical-align: middle;
 }

.form-input-box {
	width: 300px;
}

.form-input-box  input[type="text"] {
	width: 290px !important;
}

/* Make comment boxes on the left side fill the page */

#comment_field_box.odd {
  width: 1250px;
}

#comment_field_box.odd .form-input-box {
  width: 1050px;
}

#comment_field_box.odd .form-input-box  > span {
    width: 1020px !important;
}

.pDiv {
 	clear: both;
 }
 
.flexigrid div.mDiv div.ptogtitle{
	display: none !important;		/* Hide the minimize/maximize (row/)button */
}

/* Make Actions column wider */
.flexigrid table td:last-child {
  min-width: 175px;
}

#quickSearchBox {
	display: block;							/* Always display the search box */
}

div.crud-form div.form-div  div.form-input-box textarea,
div.crud-form div.form-div  div.form-input-box > span {
	width: 380px !important;		/* Edit boxes need to fit inside the column */
}

/* Make the Add buttons more prominent */

a.add-anchor > .fbutton {
  width: 250px;
  height: 35px;
  font-size: 12pt;
  font-weight: bold;
}


/* Bookings - coloured days of the week */

span.Booked_On {
	width: 95%;
  height: 100%;
  display: block;
  font-weight: bold;
}

span.Monday {
	color: blue;
}

span.Tuesday {
	color: orange;
}

span.Wednesday {
	color: green;
}

span.Thursday {
	color: fuchsia;
}

span.Friday {
	color: purple;
}

span.Saturday {
	color: brown;
}

span.Sunday {
	color: olive;
}

/* Bookings - confirmed vs unconfirmed */
span.not-confirmed {
  /* color: orange; */
  color: #d2691e;
}

span.confirmed {
  font-weight: bold;
  color: green;
}

/* Generic fields */

div.form-div {
	min-height: 400px;
}

div#notes_field_box {
	width: 1220px !important;
  clear:both;
}

span#cke_field-notes {
	width: 1018px !important;
}

/* Invoices - add */
div.invoices div.crud-form {
	width: 660px !important;
  padding: 50px 300px;
}

div.invoices div.crud-form form {
  margin: 10px;
}

div.invoices  div.crud-form div.form-div,
div.invoices  div.crud-form div.pDiv {
	width: 620px;
}

div.invoices div.crud-form div.form-div {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: none;
  min-height: 400px;
}

div.invoices div.crud-form div.form-div  div.form-field-box {
  margin-bottom: 0;
}
