.disabled a,
a.disabled {
    pointer-events: none;
}

a:hover {
    color: #15848F;
}

a {
    color: #1798A5;
}

.side-nav li a:not(.button) {
    color: #15848F;
}

.side-nav li a:not(.button):hover {
    color: #15848F;
}

header {
    background-color: #15848F;
    color: #ffffff;
    font-size: 30px;
    height: 84px;
    line-height: 64px;
    padding: 16px 0px;
    box-shadow: 0px 1px rgba(0, 0, 0, 0.24);
}

header .header-title {
    padding-left:80px
}

legend {
    color:#15848F;
}

.row {
    max-width: 80rem;
}

.actions.columns {
    margin-top:1rem;
    border-left: 5px solid #15848F;
    padding-left: 15px;
    padding: 32px 20px;
}

.actions.columns h3 {
    color:#15848F;
}

.index table {
    margin-top: 2rem;
    border: 0;
    width: 100%;
    table-layout: fixed;
}

.related table {
    border: 0;
    width: 100%;
    table-layout: fixed;
}

.index table thead {
    height: 3.5rem;
}

.header-help {
    float: right;
    margin-right:2rem;
    margin-top: -80px;
    font-size:16px;
}

.header-help span {
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    padding: 0.25rem 0.5rem 0.375rem;
    font-size: 0.8rem;
    background-color: #0097a7;
    color: #FFF;
    border-radius: 1000px;
}

.header-help a {
    color: #fff;
}

ul.pagination li a {
    color: rgba(0, 0 ,0 , 0.54);
}

ul.pagination li.active a {
    background-color: #DCE47E;
    color: #FFF;
    font-weight: bold;
    cursor: default;
}
ul.pagination .disabled:hover a {
    background: none;
}

.paginator {
    text-align: center;
    width: 100%;
    float: left;
}

.paginator ul.pagination li {
    float: none;
    display: inline-block;
}

.paginator p {
    text-align: right;
    color: rgba(0, 0 ,0 , 0.54);
}

.asc:after {
    content: " \2193";
}
.desc:after {
    content: " \2191";
}

button {
    background: #8D6E65;
}

.form button:hover, .form button:focus {
    background: #7A6058;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.26) !important;
}

.form button[type="submit"] {
    float: right;
    text-transform: uppercase;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
}

.form .error-message {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    color: rgba(0, 0, 0, 0.54);
}

.required > label {
    font-weight: bold;
}
.required > label:after {
    content: ' *';
    color: #C3232D;
}

select[multiple] {
    min-height:150px;
    background: none;
}
input[type=checkbox],
input[type=radio] {
    margin-right: 0.5em;
}

.date select,
.time select,
.datetime select {
    display: inline;
    width: auto;
    margin-right: 10px;
}

.error label,
.error label.error {
    color: #C3232D;
}

.view h2 {
    color: #6F6F6F;
}

.view .columns.strings {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right:0.7rem;
}

.view .numbers {
    background-color: #B7E3EC;
    color: #FFF;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right: 0.7rem;
}

.view .columns.dates {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right:0.7rem;
    background-color:#DCE47E;
    color: #fff;
}

.view .columns.booleans {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right:0.7rem;
    background-color: #8D6E65;
    color: #fff;
}

.view .strings p {
    border-bottom: 1px solid #eee;
}
.view .numbers .subheader, .view .dates .subheader {
    color:#747474;
}
.view .booleans .subheader {
    color: #E9E9E9
}

.view .texts .columns {
    margin-top:1.2rem;
    border-bottom: 1px solid #eee;
}

/** Notices and Errors **/
.cake-error,
.cake-debug,
.notice,
p.error,
p.notice {
    display: block;
    clear: both;
    background-repeat: repeat-x;
    margin-bottom: 18px;
    padding: 7px 14px;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
}

.cake-debug,
.notice,
p.notice {
    color: #000000;
    background: #ffcc00;
}

.cake-error,
p.error {
    color: #fff;
    background: #C3232D;
}

pre {
    background: none repeat scroll 0% 0% #FFF;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin: 15px 0px;
    color: rgba(0, 0 ,0 , 0.74);
    padding:5px;
}

.cake-error .cake-stack-trace {
    margin-top:10px;
}

.cake-stack-trace code {
    background: inherit;
    border:0;
}

.cake-code-dump .code-highlight {
    display: block;
    background-color: #FFC600;
}

.cake-error a,
.cake-error a:hover {
    color:#fff;
    text-decoration: underline;
}

.home header {
    width: 100%;
    height: 85%;
    position: relative;
    display: table;
}

.home h1 {
    font-family: "Gill Sans MT", Calibri, sans-serif;
}

.home header .header-image {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.home header h1 {
    color: #fff;
}

#content {
    padding-top: 2em;
    margin: 0 auto;
    width: 95%;
}

.checks {
    padding:30px;
    color: #626262;
    background-color: #B7E3EC;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-bottom: 2em;
}

.checks h4 {
    margin-bottom: 1.5rem;
}

.checks hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.home .checks.ctp-warning {
    color: #fff;
    background-color: #ff5555;
}

.home .checks.url-rewriting {
    background-color: #F0F0F0;
    display: none;
}

.checks .success,
.checks .problem {
    margin-left: 10px;
}
.checks .success:before,
.checks .problem:before {
    line-height: 0px;
    font-size: 28px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
}

.checks .success:before {
    content: "✓";
    color: green;
    margin-right: 9px;
}

.checks .problem:before {
    content: "✘";
    color: red;
    margin-right: 9px;
}

.top-bar.expanded .title-area {
    background: #01545b;
}

.top-bar.expanded, .top-bar,.top-bar-section ul li,.top-bar-section li:not(.has-form) a:not(.button) {
    background: #116d76;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #308e97;
    background: #308e97;
}

.side-nav li.heading {
    color: #1798A5;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.4375rem 0.875rem;
}

#actions-sidebar {
    background: #fafafa;
}

.index table {
    margin-top: 0rem;
    border: 0;
}

table {
    background: #fff;
    margin-bottom: 1.25rem;
    border: none;
    table-layout: fixed;
    width: 100%;
}

table thead {
    background: none;
}

table tr {
    border-bottom: 1px solid #ebebec;
}

table thead tr {
    border-bottom: 1px solid #1798A5;
}

table tr th {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #1798A5;
    text-align: left;
    border-bottom: 2px solid #1798A5;
}

table tr:nth-of-type(even) {
    background: none;
}

fieldset {
    border: none;
    padding: 1.25rem;
    margin: 1.125rem 0;
}

fieldset legend {
    border-bottom: 2px solid #1798A5;
    width: 100%;
    line-height: 2rem;
}

.form button[type="submit"] {
    float: right;
    text-transform: uppercase;
    box-shadow: none;
}

.form button:hover, .form button:focus {
    background: #BE840B;
    box-shadow: none;
}

button {
    background: #966600;
}

div.message {
	text-align: center;
    cursor: pointer;
    display: block;
    font-weight: normal;
    padding: 0 1.5rem 0 1.5rem;
    transition: height 300ms ease-out 0s;
    background-color: #a0d3e8;
    color: #626262;
    top: 15px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    height: 50px;
    line-height: 2.5em;
    box-radius: 5px;
    
}

div.message:before {
    line-height: 0px;
    font-size: 20px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
    background-color: #FFF;
    padding: 12px 14px 12px 10px;
    content: "i";
    color: #a0d3e8;
}

div.message.error {
    background-color: #C3232D;
    color: #FFF;
}

div.message.error:before {
    padding: 11px 16px 14px 7px;
    color: #C3232D;
    content: "x";
}
div.message.hidden {
    height: 0;
}


.vertical-table th {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #1798A5;
    border: none;
    text-align: left;
}

.vertical-table {
    vertical-align: middle;
}

.vertical-table td {
    text-align: right;
}

.content {
    padding: 2rem;
}

/* Use 'one true layout' methods to get equal height columns */
.container {
    overflow: hidden;
    min-height: 92%; /* full height almost always */
}

/* Force equal height by overflowing */
.content,
#actions-sidebar {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
@media(max-width: 640px) {
    #actions-sidebar {
        padding-bottom: 2rem;
        margin-bottom: 0;
    }
}

.content h3 {
    color: #be140b;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
}

.content h4 {
    color: #be140b;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #be140b;
}

.content .related h4 {
    color: #4d8f97;
    padding-bottom: 0.5rem;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 0px;
}
.nav-top{
    padding: 10px 30px;
    position: relative;
    z-index: 10;
    background-color: #1798A5;
}

.nav-top ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-top ul li {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    font-size: 17px;
    font-weight: bold;
}
.nav-top ul li a {
    font-size: 18px;
    color: #fff;
}
.nav-top ul ul {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    padding: 7px 7px 0;
    background-color: #59a7b6;
    width: 150px;
}

.nav-top ul li:hover ul {
    display: block;
}


.nav-top ul ul li {
    padding: 0 5px 5px;
    display: block;
    border-bottom: 1px solid;
}

.nav-top ul ul li a {
    font-size: 14px;
    color: #fff;
}


.nav-top ul ul li:last-child{
    border-bottom: 0 none;
}



.user-log {
    float: right;
}
.user-log ul {
    float: left;
    width: 100%;
}
.user-log ul li {
    float: left;
    position: relative;
    text-align: center;
}
.user-log ul li ul {
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 20;
}
.user-log ul li:hover ul{
    display: block;
}
.user-log ul li ul li {
    display: block;
    width: 100%;
}
.user-log ul li a {
    font-family: Verdana;
    font-size: 16px;
    padding: 0 35px !important;
}
.user-log ul li ul li a {
    font-size: 80%;
    padding: 0 !important;
}
.closed-project{
    color: red;
}

/*26 April*/

a.log-uname {
    float: left;
    margin-right: 50px;
}
span.log-pimage {
    float: right;
    position: absolute;
    right: 15px;
    pointer-events: none;
}
span.log-pimage img{
    width: 32px;
    height: 32px;
    margin-top: 8px;
}
.project-cont {
    width: 24%;
    float: left;
    margin: 0 1% 20px 0;
    transition: all .4s ease;
    border: 1px solid grey;
    height: 170px;
    text-align: center;
    background-color: #f2f2f2;
}
.projects-cont {
    width: 100%;
    margin: 0;
    float: right;
    padding: 0;
}
h3.fav-projects-title {
    text-align: center;
}
span.fav-star {
    font-size: 30px;
}
p.hover-fav-project {
    width: 22.8%;
    position: absolute;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -71px;
    opacity:0;
    transition: all 0.4s ease;
}
span.fav-star:hover p.hover-fav-project {
    /*display: flex;*/
    margin-top: -56px;
    opacity: 1;
    transition: all 0.4s ease;
}
span.project-name a {
    color: #be140b;
    transition: all 0.4s ease;
}
span.project-name a:hover {
    color: #1798A5;
}
div#ui-datepicker-div {
    top: 222px !important;
}

.quick.entries {
	border: 1px solid rgb(17, 109, 118); border-radius: 5px; box-shadow: 0 0 10px 1px; display: block; margin: 0.5%; padding: 0; width: 99%;
}
.quick .input {
    display: block; float: left;
}
.quick .first .input.select{
	width: 33%;
}
.quick .first .input.text{
	width: 33%; /*margin-left: 0.5%;*/
}
.quick .second .input.text{
	width: 92%;
}
.quick.form button[type="submit"]{
	display: block; float: left; margin: 20px 0 20px 0.5%; padding: 7px 10px; width:7.5%; line-height: 23px;
}

.entryTables {
    clear: both; display: block; height: 400px; overflow-y: scroll;
}
.entries.index h4{
	clear:both; border-color: #1798a5; color: #1798a5; margin:0; padding: 1rem 0 0.5rem;
}
.entries.index th, .entries.index td{
	text-align:center;
}
.entries.index td.coldesctd{
	text-align:left; word-wrap:break-word;
}
.entries.index .total-duration{
	border-top:1px solid; border-bottom:1px solid; border-color:#000;
}
.entries.index .actions a img{
	width:20px;
}
.entries.index .grand-total-label{
	text-align:right;
}

div.dash-row {
    display: block; float: left; width: 100%; margin: 1em 0;
}
div.dash-box {
    display: inline-block; height: 130px; width: 31%; text-align:center; border-radius:10px; background-color: #f2f2f2; box-shadow: 0 0 10px 1px #1798a5; margin: 0 1%;
}
span.dash-box-head{
	font-size: 1.5em; color:#be140b; display:block; clear:both; height: 64px; line-height: 64px;
}
span.dash-box-content{
	 font-size: 2em; color:#15848f; display:block; clear:both; height: 64px; line-height: 32px;
}
div.dash-box-wide {
   	display: block; float: left; width: 100%; text-align: center;
}
a.dash-link{
	font-size: 1em; color:#fff; display:inline-block; clear:both; line-height: 1.95em; background-color: #15848f; border-radius: 12rem; font-weight: 300; padding: 0.5em 2%; text-transform: uppercase; margin: 0 0.5%; box-shadow: 0 0 10px 1px #1798a5; transition: all 0.3s ease 0s;
}
a.dash-link:hover{
	color: #be140b; background-color: #f2f2f2;
}
div.dash-box-entry{
	display: block; float: left; width: 100%; border-radius:10px; background-color: #f2f2f2; box-shadow: 0 0 10px 1px #1798a5;
}
div.dash-box-entry h4{
	margin-bottom: 0; padding-left: 0.5em;
}
div.dash-box-entry table{
   display: block; height: 400px; overflow-y: scroll;
}
span.pro-image {
    float: right;
    width: 180px;
    margin: -40px 0 0;
}
.quick .first .input.text {
    width: 45%;margin-right: 10px;
}
.quick .first .input.select {
    margin-right: 10px;
}

.instruction {
    color: red;
    font-size: 0.875rem;
    font-weight: bold;
    position: relative;
    top: -1rem;
}
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}