@import url("/resources/templates/template-includes/css/overrides.css") all;
/* Fix for tcl calender portlet*/
#cal-table-day td {padding: 0px;}


#mirs-menu-toolbar ul li a:hover {
text-decoration:none;
}

/*fix for catapult mirs menu "buttons" because boostrap uses box-sizing: border box, we have to make it larger*/
.yui-b #mirs-menu-toolbar ul li a {
height:30px
}

/* fix for custom nbhydro h tags */
h1 {
    background: url(/resources/templates/nbhydro/images/red.arrow.png) no-repeat left center;
    height: 55px;
    padding-top: 20px;
    padding-left: 50px;
    display: block;
    color: #C9002E;
    font-weight: normal;
    font-family: arial;
    font-size: 26px;
}

h2 {
    background: url(/resources/templates/nbhydro/images/green-arrow-sm.jpg) no-repeat left center;
    height: 55px;
    padding-top: 20px;
    padding-left: 50px;
    display: block;
    color: #9bc468;
    font-weight: normal;
    font-family: arial;
    font-size: 19px;
}
/* Override the bootstrap margins so they don't take up as much space. */
.page-header {
margin-top: 10px;
}

/* Fix so the redmond theme on the datepicker is not white on grey */
.ui-datepicker-year,.ui-datepicker-month {
color:#222222
}

/* add some space between a user message (the green bar) */
#user-message {
  margin-top: 10px;
}

/* mdk master is getting in the way, get rid of the margins it is setting */
input {
  margin: 0px;
}

/* Fix for Pagination buttons not aligning - thanks mdk-master.css */
.paginate_button {margin:0px;}


/* Change the jQuery datatable rows from light blue to light green*/
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
  background-color:#e3efd2;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color:#8ec449;
}

/* Change the colour of the jQuery datatables pagination buttons */
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {

}

/* change the boostrap input focused colour to green */
.form-control:focus {
border-color:#e3efd2;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(137,198,58,.6);
box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(137,198,58,.6);
}
/* fix for query datatables */
table.dataTable th.dt-body-center, table.dataTable td.dt-body-center, table.dataTable td[headers$="checkbox"] {
    text-align: initial;
}

/* override mdk-master tables style */
table {
    padding-left: initial;
    padding-right: initial;
}

/* Fix the jquery dattables page number bar alignment */
div.dataTables_wrapper div.dataTables_paginate {
text-align: initial;
}
