@charset "utf-8";
/* CSS Document */

/* GLOBAL STYLES
   ========================================================================== */
body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    background-color: #FFFFFF;
    color: #2e3233;
}

table, caption, tbody, tfoot, thead, tr, th, td {
    vertical-align: middle;
}

#portalDivMain .table {
    background-color: #f9f9f9;
}

/*thead {
    border-left: 10px solid #999;
}

tbody {
    border-left: 10px solid #f9f9f9;
}*/

th {
    background-color: #ccc;
    color: #303030;
    font-weight: normal;
}

.portal-site-search-results-table th {
    background-color: #999;
    color: #fff;
}

/* bootstrap override */

a {
    cursor: pointer;
    outline: none;
}

a:hover,
a:focus {
    color: #3eaaf3;
    text-decoration: none;
}

a:focus {
    /* bootstrap override - stop outline on links */
    outline: none;
}

ul,
.list-inline {
    /* bootstrap override */
    margin: 0;
    padding: 0;
}

#portalLoginPage {
    background-color: #303030;
}

#portalPageWrapper {
    width: 100%;
}

#portalPageHeader,
#portalDivMain,
.portalDivSearchResults,
.searchContainer {
    clear: both;
    float: none;
    /* THIS SHOULD BE THE ONLY PLACE THE PAGE WIDTH IS DEFINED */
    /* ALL OTHER WIDTHS ARE %ages of this value */
    width: 100%;
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

#portalDivMain {
    padding: 30px 15px 10px 15px;
    border: 1px solid #eee;
}

#portalDivMain.portalDivSearchResults{
    padding: 0px;
    border: none;
}

/* headings - before colour block */
.loginDepot::before,
.loginLabel::before,
.portalDepotLocation::before,
.portalPageInfoLabel::before,
.portalSiteNameLabel::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 13px;
    margin-right: 10px;
    background-color: #fff;
}

.searchContainer .portalPageInfoLabel {
    color: #fff;
}

/* PORTAL LOGIN PAGES
   ========================================================================== */

.portalLoginWrapper {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    border-radius: 4px;
    background-color: #fff;
}

.portalLogin {
    font-family: 'Montserrat', sans-serif;
}

.loginLogoWrapper {
    height: 155px;
    padding-left: 200px;
    padding-top: 50px;
    background: url(/images/v4/portal/mcsLogo.png) no-repeat center;
}

.loginAddressWrapper {
    padding: 10px 5px 10px 40px;
    font-family: 'Lato', sans-serif;
    font-size: 0.857em;
    background-color: #eee;
}

.loginDepot {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.083em;
    font-weight: bold;
    text-transform: uppercase;
}

.loginDepot::before {
    margin-right: 5px;
    background-color: #0099cc;
}

.loginAddress,
.loginTelephone,
.loginFax {
    margin-left: 10px;
}

.loginTelephone,
.loginFax {
    display: inline-block
}

.loginPanel {
    padding: 25px 40px 35px;
    border-radius: 0 0 4px 4px;
    background-color: #0099cc;
}

.loginGroup {
    padding-top: 5px;
    text-align: left;
}

.loginLabel {
    font-size: 1.214em;
    font-weight: bold;
}

.loginLabel::before {
    background-color: #fff;
}

.portalLoginButton {
    margin-top: 15px;
}

/******* END PORTAL LOGIN PAGES ******/

/************ INTERNAL PAGES *******************/

/******* DEPOT DETAILS ******/
#portalDepotAddressBar {
    float: left;
    width: 100%;
    background-color: #0099cc;

}

.portalDepotLogoWrapper {
    float: left;
    margin-left: 50px;
}

.portalDepotLogo {
    width: 175px;
    height: 75px;
    background: url(/images/v4/portal/mcs-logo-interface-white.png) no-repeat center center;
}

.portalDepotAddressInfo {
    float: left;
    margin-top: 40px;
}

.portalDepotLocation {
    float: left;
    margin-left: 20px;
    margin-right: 10px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.portalDepotLocation::before {
    background-color: #FFFFFF;
}

.portalDepotAddress {
    float: left;
}

.portalContactDetails {
    float: right;
    margin-top: 40px;
    margin-right: 50px;
}

.portalDepotTelelphone {
    float: left;
    margin-left: 10px;
}

.portalDepotFax {
    float: left;
    margin-left: 10px;
}

.portalDepotWebsite {
    float: left;
    margin-left: 10px;
}

/******* END OF DEPOT DETAILS ******/

/******* SWITCH SITE BUTTONS / USER DETAILS BAR ******/
#portalLoggedUserBar {
    float: left;
    width: 100%;
    min-height: 60px;
    padding-top: 10px;
    background-color: black;
    vertical-align: middle;
    color: #a7a7a7;
}

.portalChangeSite {
    float: left;
    margin-left: 50px;
}

.portalAssumeUserWrapper {
    float: left;
    margin-left: 10px;
}

.portalUserControlPanel {
    float: right;
    margin-right: 75px;
}

.portalCurrentUser {
    float: left;
    margin-right: 20px;
    line-height: 28px
}

.portalCurrentUser::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 25px;
    background: url(/images/v4/portal/mcs-icon-sprite.png) no-repeat -25px 12px;
}

.portalLogoutControl {
    float: left;
}

/*******  END OF SWITCH SITE BUTTONS / USER DETAILS BAR ******/

/*******  SELECTED SITE BAR ******/
#portalSelectedSiteBar,
#searchForm,
#sendForm {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding-top: 25px;
    background-color: #303030;
    color: #fff;
}

.sendTextArea {
    border: 1px solid #4d4d4d;
    background-color: #4d4d4d;
    width: 85%;
    height: 100px;
    margin: 0px;
}

#portalSelectedSiteBar {
    min-height: 100px;
    font-size: 1.286em;
}

.portalSiteNameLabel {
    float: left;
    margin-left: 50px;
}

.portalSiteNameLabel::before {
    background-color: #0099cc;
}

.portalSelectedSiteName {
    float: left;
    margin-left: 10px;
}

.portalSelectedSiteRef {
    clear: left;
    float: left;
    margin-top: 5px;
    margin-left: 110px;
}

/******* END OF SELECTED SITE BAR ******/

/******* SITE SEARCH ******/

.searchWrapper {
    float: left;
    width: 100%;
    background-color: #2c2c2c;

}

.sendFormWrapper {
    float: left;
    width: 100%;
    background-color: #2c2c2c;
    padding: 10px;
    /*margin-bottom: 50px;*/
    /*border: 1px solid red;*/

}

.pageHeaderWrapper {
    float: left;
    display: inline-block;
    height: 13px;
    width: 100%;

}

.portalPageInfoLabel {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 1.286em;
    margin-bottom: 15px;
}

.portalPageInfoLabel::before {
    background-color: #0099cc;
}

.portalButton {

}

.portalPageBackButton {
    float: right;
}

/******* END OF SITE SEARCH ******/

/******* PORTAL TABS ******/
.portalTabHeaderBlock {
    position: relative;
    z-index: 100;
}

.portalTabWrapper {
    /*display: block;*/
    display: table;
    width: 100%;
    margin-bottom: 5px;
}

.portalTab {
    /*display: inline-block;
    float: left;*/
    display: table-cell;
    background: #eee url(/images/v4/portal/portal-tab-fold.png) no-repeat top right;
    border: 1px solid white;
    vertical-align: middle;
}

@media (max-width: 1200px) {
    .portalTabWrapper {
        display: block;
    }

    .portalTab {
        display: inline-block;
        float: left;
    }
}

@media (max-width: 768px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

.portalTab a {
    display: block;
    text-decoration: none;
}

/* --- PORTAL TAB - TEXT --- */
.portalTabText {
    position: relative;
    display: block;
    line-height: 40px;
    /*padding: 0 8px;*/
    /*font-family: "Montserrat";
    font-size: 13px;*/
    text-align: center;
    color: #666;
}

a:hover .portalTabText {
    /*color: #fff;*/
}

a:hover .portalTabText::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #0099cc;
}

a.clicked .portalTabText,
a.activeFocus .portalTabText {
    color: #303030;
}

a.clicked .portalTabText::after,
a.activeFocus .portalTabText::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 5px;
    background-color: #0099cc;
}

a.clicked .portalTabText::before,
a.activeFocus .portalTabText::before {
    content: '';
    position: absolute;
    bottom: 5px;
    width: 0;
    left: 50%;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #0099cc;
    margin-left: -5px;
}

@media (max-width: 1200px) {
    .portalTabText {
        padding: 0 8px;
    }

}

/* --- PORTAL TAB - STATES --- */

/* BLUE TAB - background */
.portalTabItem a.clicked,
.portalTabItem a.activeFocus,
.portalTabItem a.activeUnfocus {
    /* blue tab */

}

/* UNFOCUS - grey tab background */
.portalTabItem a.activeUnfocus {
    /* grey tab */
}

/* previously clicked */
.portalTabItem a.activeUnfocus .portalTabText {
    /*color: #fff;*/
    background-color: #202a36;
    border-bottom: 1px solid #0d0f15;
}

/* clicked */
.portalTabItem a.clicked .portalTabText,
.portalTabItem a.activeFocus .portalTabText {
    color: red;
}

/******* END OF PORTAL TABS ******/

/******* PORTAL PAGE - CONTENT ******/
.tabPagePanel {
    width: 100%;
}

/******* END OF PORTAL PAGE - CONTENT ******/

/* PORTAL CALENDAR - Job Sheets Tab
   ========================================================================== */
#portalCalenderBox {

}

#portalCalendarChangeDateBox {
    margin-bottom: 20px;
    text-align: center;
}

.portalPreviousYear,
.portalPreviousMonth,
.portalCurrentMonthYear,
.portalNextMonth,
.portalNextYear {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
}

.portalNextYear {
    margin-right: 0;
}

.portalPreviousYear a,
.portalPreviousMonth a,
.portalNextMonth a,
.portalNextYear a {
    display: block;
    width: 20px;
    height: 16px;
    background: #fff url(/images/v4/portal/mcs-icon-sprite.png) no-repeat;
}

.portalPreviousYear a {
    background-position: -50px 0;
}

.portalPreviousYear a:hover {
    background-position: -50px -25px;
}

.portalPreviousMonth a {
    width: 15px;
    background-position: -75px 0;
}

.portalPreviousMonth a:hover {
    background-position: -75px -25px;
}

.portalCurrentMonthYear {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.214em;
}

.portalNextMonth a {
    width: 15px;
    background-position: -100px 0;
}

.portalNextMonth a:hover {
    background-position: -100px -25px;
}

.portalNextYear a {
    background-position: -125px 0;
}

.portalNextYear a:hover {
    background-position: -125px -25px;
}

/* ******* Calender Weekly boxes ******* */

#portalCalendarWeekBox {
    display: table;
    width: 100%;
}

.portalCalendarWeekWrapper {
    display: table-cell;
    width: 20%;
    border-right: 5px solid #fff;
    background-color: #f2f2f2;
}

.portalCalendarWeekWrapper:last-child {
    border: none;
}

.portalWeekNumber,
.portalWeekDuration {
    min-height: 35px;
    padding: 8px;
    text-align: center;
    color: #000;
}

.portalWeekNumber {
    background-color: #b3b3b3;
    font-size: 1.071em;

}

.portalWeekDuration {
    background-color: #ccc;
    font-size: 0.929em; /*0.857em;*/
}

.portalCalendarWeekWrapper ul {
    padding: 15px 0;
    list-style-type: none;
}

.portalCalendarWeekWrapper a {
    display: block;
    min-height: 32px;
    padding: 3px 20px;
    font-size: 1.071em;
    color: #2e3233;
}

.portalCalendarWeekWrapper a:hover {
    background-color: #0099cc;
    color: #000;
}

.portalCalendarWeekWrapper .iconPdf_sml {
    display: inline-block;
    width: 24px;
    height: 22px;
    background: url(/images/v4/portal/mcs-icon-sprite.png) no-repeat -150px -100px;
}

/******* END OF PORTAL CALENDAR PAGE - CONTENT ******/

/* FORM ELEMENTS
   ========================================================================== */
label, input, select, textarea {
    /*font-size: 12px;
    font-weight: normal;
    line-height: 20px;*/
    margin: 5px;
    border-radius: 4px;
}

/* button default state */
input[type="button"],
input[type="reset"],
button,
.table th input[type="button"],
input.btn[type="button"],
.portalButton,
.modal-content button.close.overlap,
.upBtn,
.downBtn {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    min-width: 82px;
    outline: none;
    padding: 0 8px;
    background-color: #0099cc;
    border: none;
    border-radius: 4px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
}

/* button hover state */
button:hover,
input[type=button].btn:hover,
html input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.paginationBarPageLinks div a:hover,
.modal-content button.close.overlap:hover,
.upBtn:hover,
.downBtn:hover {
    box-shadow: none;
    border: none;
    background-color: #666666;
    color: #FFFFFF;
}

button[disabled],
button[disabled]:hover {
    background-color: #999;
    color: #303030;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

/* input fields */
input[type="text"],
input[type="password"],
select {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #4d4d4d;
    border: none;
    display: inline-block;
    width: 300px;
    height: 28px;
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
    color: #fff;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #2c3742;
    border: none;
    color: #fff;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    min-width: 70px;
    outline: medium none;
    padding: 0 8px;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
}

/* date picker fields */
input.hasDatepicker,
#searchForm ul.list_col_4 input[type=text].hasDatepicker,
#sendForm ul.list_col_4 input[type=text].hasDatepicker {
    width: 90px;
}

#searchForm ul.list_col_1 li,
#searchForm ul.fieldgroup.list_col_1 li,
#sendForm ul.list_col_1 li,
#sendForm ul.fieldgroup.list_col_1 li,
ul.list_col_1 li {
    width: 100%;
}

#searchForm label.align-top,
#sendForm label.align-top{
    vertical-align: top;
    margin-top: 8px;
}

/*  login page input fields */
.loginInput input[type="text"],
.loginInput input[type="password"] {
    width: 100%;
    height: 50px;
    margin: 10px 0;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ffffff;
    color: #2e3233;
}

/*  login page buttons */
.portalLoginButton input[type="button"],
.portalLoginButton input[type="reset"],
.portalLoginButton input[type="submit"] {
    width: 100%;
    height: 50px;
    margin: 0;
    border-radius: 4px;
    background-color: #303030;
    font-size: 1.214em;
    font-weight: bold;
}

.portalLoginButton input[type="button"]:hover,
.portalLoginButton input[type="reset"]:hover,
.portalLoginButton input[type="submit"]:hover {
    background-color: #fff;
    color: #303030;
}

/*  Logged user bar buttons */
#portalLoggedUserBar button {
    width: auto;
    height: 28px;
    margin: 6px 0 0 0;
    line-height: 28px;
    border-radius: 15px;
    background-color: #303030;
    font-size: 0.857em;
    font-weight: bold;
    color: #a7a7a7;
}

#portalLoggedUserBar button:hover {
    background-color: #0099cc;
    color: #303030;
}

/*  */
.userButton {
    padding: 0 6px;
    background-color: #ccc;
    font-size: 0.929em;
    line-height: 1em;
}

.userButton + .portalButton {
    /*margin-top: 5px;*/
}

/* SEARCH FORM - #SEARCHFORM FIELD LISTS-STYLES
   ========================================================================== */

#searchForm {
    border-top: none;
}

/* Search Form buttons */
#searchForm .button,
#searchForm button {
    background-color: #cccccc;
    text-transform: capitalize;
}

/* Search Form buttons hover */
#searchForm .button:hover,
#searchForm button:hover {
    background-color: #0099cc;
    color: #303030;
}

/* Search Form - default list styles */
#searchForm ul {
    clear: both; /* seperate floated lists */
    padding-left: 0;
    list-style: none;
}

/* SearchForm - default form-list styles (fluid auto spacing) */
#searchForm ul li {
    float: left;
    width: auto;
    margin-bottom: 15px;
    padding-right: 5px;
}

/* field groups li styles, these appear as nested ul tags but contain a group of radio/checkbox buttons */
#searchForm ul ul.fieldgroup {
    vertical-align: middle;
    width: auto;
}

/* field group - override element widths */
#searchForm ul ul.fieldgroup li {
    margin: 0;
}

/* field group - override element widths */
#searchForm ul ul.fieldgroup label {
    width: auto;
}

/* 4 column layout of form fields */
#searchForm ul.searchFormList label {
    width: 120px;
    font-weight: normal;
    color: #cccccc;
}

#searchForm ul.searchFormList input[type=text],
#searchForm ul.searchFormList select {
    width: 150px;
}

#searchForm ul.searchFormList select {
    width: auto;
}

/*  SEARCH FORM - BUTTONS */
.searchControlPanel {
    float: left;
    margin-bottom: 25px;
}

.sendControlPanel {
    float: right;
    margin-bottom: 25px;
    margin-right: 5px;
}

.searchControlPanel button + button {
    margin-left: 10px;
}

/* Date Picker Icon*/
.iconCalendar {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 5px;
    background: url(/images/v4/portal/mcs-icon-sprite.png) no-repeat -148px 0;
    vertical-align: middle;
}

/* DAte Picker Icon - hover*/
.iconCalendar:hover {
    background-position: -148px -25px;
    cursor: pointer;
}

/* Date Picker */
#ui-datepicker-div button {
    /* display: inline-block; */
    height: auto;
    line-height: normal;
    min-width: 0;
}

#ui-datepicker-div .ui-datepicker .ui-datepicker-title select {
    margin: 5px;
}

#ui-datepicker-div .ui-state-highlight,
#ui-datepicker-div .ui-widget-content .ui-state-highlight,
#ui-datepicker-div .ui-widget-header .ui-state-highlight {
    border: 1px solid #0099cc;
    color: #000;
}

#ui-datepicker-div .ui-state-active,
#ui-datepicker-div .ui-widget-content .ui-state-active,
#ui-datepicker-div .ui-widget-header .ui-state-active {
    border: 1px solid #0099cc;
    background: #0099cc url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #000;
}

#ui-datepicker-div .ui-datepicker .ui-datepicker-buttonpane {
    margin: 0;
}

/* END - #searchForm Field Lists */



/* SEND FORM - FOR EMAILING CERTIFICATES */

#sendForm {
    border-top: none;
}

/* Search Form buttons */
#sendForm .button,
#sendForm button {
    background-color: #cccccc;
    text-transform: capitalize;
}


/* Search Form buttons hover */
#sendForm .button:hover,
#sendForm button:hover {
    background-color: #0099cc;
    color: #303030;
}

/* Search Form - default list styles */
#sendForm ul {
    clear: both; /* seperate floated lists */
    padding-left: 0;
    list-style: none;
}

/* sendForm - default form-list styles (fluid auto spacing) */
#sendForm ul li {
    float: left;
    width: auto;
    margin-bottom: 15px;
    padding-right: 5px;
}

/* field groups li styles, these appear as nested ul tags but contain a group of radio/checkbox buttons */
#sendForm ul ul.fieldgroup {
    vertical-align: middle;
    width: auto;
}

/* field group - override element widths */
#sendForm ul ul.fieldgroup li {
    margin: 0;
}

/* field group - override element widths */
#sendForm ul ul.fieldgroup label {
    width: auto;
}

/* 4 column layout of form fields */
#sendForm ul.sendFormList label {
    width: 120px;
    font-weight: normal;
    color: #cccccc;
}

#sendForm ul.sendFormList input[type=text],
#sendForm ul.sendFormList select {
    width: 150px;
}

#sendForm ul.sendFormList select {
    width: auto;
}

.long{
    width: 800px !important;
}

/* END - #sendForm Field Lists */



/*NEWS TAB
   ========================================================================== */
.newsTitle {
    display: block;
    font-size: 1.286em;
}

/* END - NEWs TAB */

/* PAGINATION
   ========================================================================== */
.paginationBar {
    display: table;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
}

.paginationBarResults,
.paginationBarContent {
    display: table-cell;
    vertical-align: middle;
}

.paginationBarResults {
    width: 25%;
}

.paginationBarContent {
    padding-right: 25%;
    text-align: center;
}

.paginationBarResults div,
.paginationBarContent div {
    display: inline-block;
}

/* total count */
.paginationBarTotalLabel {
    color: #999;
    margin-right: 4px;
}

.paginationBarTotalValue {
    color: #2e3233;
    font-weight: bold;
}

/* page results */
.paginationActivePage {
    background-color: #2C3742;
}

.paginationBarPageLinks div a,
.paginationActivePage {
    display: inline-block;
    width: auto;
    min-width: 27px;
    height: 27px;
    line-height: 27px;
    padding: 0 6px;
    margin-right: 7px;
    border-radius: 3px;
    background-color: #fff;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    outline: none;
    white-space: nowrap;
    color: #666;
}

.paginationActivePage {
    padding: 0px 8px;
    border: none;
    background: #666;
    color: #fff;
}

.paginationBarPageLinks div a:hover {
    background: #0099cc;
    color: #2e3233;
}

.paginationPreviousPage,
.paginationPreviousTenPages,
.paginationNextPage,
.paginationNextTenPages {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/images/v4/portal/mcs-icon-sprite.png) no-repeat;
    vertical-align: middle;
}

.paginationPreviousPage {
    background-position: -75px -72px;
}

.paginationPreviousPage:hover {
    background-position: -75px -47px;
}

.paginationPreviousTenPages {
    background-position: -50px -72px;
}

.paginationPreviousTenPages:hover {
    background-position: -50px -47px;
}

.paginationNextPage {
    background-position: -100px -72px;
}

.paginationNextPage:hover {
    background-position: -100px -47px;
}

.paginationNextTenPages {
    background-position: -125px -72px;
}

.paginationNextTenPages:hover {
    background-position: -125px -47px;
}

/* END - PAGINATION TAB */

.table > thead > tr > th {
    border: none;
}

/* File Type Icons - Doc, Jpg, PDF */
.iconPdf,
.iconJpg,
.iconDoc {
    display: inline-block;
    width: 25px;
    height: 30px;
    background: url(/images/v4/portal/mcs-icon-sprite.png) no-repeat;
    vertical-align: middle;
}

.iconPdf {
    background-position: -100px -100px;
}

.iconJpg {
    background-position: -50px -100px;
}

.iconDoc {
    background-position: 0 -100px;
}

/* ACCORDIONS - extend bootstrap styles
   ========================================================================== */
#searchForm > .accordion-group,
#sendForm > .accordion-group {
    margin-bottom: 0px;
}

.accordion-group {
    margin-bottom: 10px;
}

.panel-group .panel {
    border: 1px solid #dedede;
}

.panel-collapse {
    padding: 15px;
}

.panel-collapse .panel {
    padding: 5px;
}

.accordion-group > .panel-heading {
    padding: 0;
    color: #fff;
    /*background-color: #067DB1;*/
    /*background-color: #f29d00;*/
    background-color: #303030;
    border: none;
}

.panel-heading h2 {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 40px;
    padding: 0 !important;
    border: none !important;
    letter-spacing: 1px;
}

.panel-heading a {
    display: block;
    padding-left: 18px;
    color: #fff;
    font-size: 0.917em;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.panel-heading a:hover {
    /*background-color: #3EAAF3;*/
    /*background-color: #f29d00;*/
    background-color: #8F8F8F;
}


.accordion-group > .sendEmail{
    padding: 0;
    color: #fff;
    /*background-color: #4d4d4d;*/
    /*background-color: #8F8F8F;*/
    /*background-color: #999999;*/
    background-color: #0099CC;
    border: none;
}

.sendEmail a:hover {
    background-color: #666666;
}

/* .paginationActivePage */
.accordionBtn {
    display: inline-block;
    float: right;
    width: 22px;
    height: 22px;
    padding: 0;
    margin-top: 9px;
    margin-right: 16px;
    background: #dedede url(/images/v4/buttons/button_bg_grey.jpg) repeat-x left top;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
}

.accordionBtn:before {
    float: right;
    display: inline-block;
    content: "COLLAPSE";
    width: 60px;
    margin-top: -9px;
    margin-right: 28px;
    font-size: 9px;
    text-align: right;
}

a.collapsed .accordionBtn:before {
    content: "EXPAND";
}

/* arrow toggle - collapse btn*/
a .toggleArrow {
    display: block;
    height: 22px;
    background: url(/images/v4/buttons/sprite_icons.png) no-repeat -335px 3px;
}

a:hover .toggleArrow {
    background-position: -335px -17px;
}

/* arrow toggle - expand btn */
a.collapsed .toggleArrow {
    display: block;
    height: 22px;
    background-position: -315px 4px;
}

a.collapsed:hover .toggleArrow {
    background-position: -315px -16px;
}

/* panel body & panel group */
.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: none; /* bootstrap override - remove boarder */
}

.panel-body {
    padding: 0px; /* bootstrap override - remove padding */
}

/* --- NESTED ACCORDIONS --- */
.accordion-group .accordion-group /*,
.col-md-6 .accordion-group,
.col-md-7 .accordion-group,
.col-md-5 .accordion-group*/
{
    margin-bottom: 10px;
    margin-top: 10px;
}

/* if first child of an accordion is an accordion */
.accordion-group > .panel-collapse .accordion-group:first-child {
    margin-top: 0px;
}

/* if first child of an accordion is an accordion */
.accordion-group > .panel-collapse .accordion-group:last-child {
    margin-bottom: 0px;
}

.accordion-group .accordion-group > .panel-heading,
.col-md-6 .accordion-group > .panel-heading,
.col-md-7 .accordion-group > .panel-heading,
.col-md-5 .accordion-group > .panel-heading {
    padding: 0;
    color: #fff;
    /*background-color: #067DB1;*/
    /*background-color: #f29d00;*/
    background-color: #303030;
    border-radius: 3px;
}

.accordion-group .accordion-group .panel-heading h2,
.col-md-6 .accordion-group > .panel-heading h2,
.col-md-7 .accordion-group > .panel-heading h2,
.col-md-5 .accordion-group > .panel-heading h2 {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 30px;
}

.panel-accordion .accordion-heading a,
.col-md-6 .accordion-heading a,
.col-md-7 .accordion-heading a,
.col-md-5 .accordion-heading a {
    border-radius: 3px;
}

.accordion-group .accordion-group .panel-collapse,
.col-md-6 .panel-collapse,
.col-md-7 .panel-collapse,
.col-md-5 .panel-collapse {
    border: 1px solid #dedede;
    border-top: none;
    border-radius: 3px;
}

.accordion-group .accordion-group .accordionBtn,
.col-md-6 .accordion-group .accordionBtn,
.col-md-7 .accordion-group .accordionBtn,
.col-md-5 .accordion-group .accordionBtn {
    margin-top: 4px;
}

.accordion-group .accordion-group .accordionBtn:before,
.col-md-6 .accordion-group .accordionBtn:before,
.col-md-7 .accordion-group .accordionBtn:before,
.col-md-5 .accordion-group .accordionBtn:before {
    margin-top: -4px;
}

.accordion-group .accordion-group .toggleArrow {
    /*margin-top: -4px;*/
}

/* END - Accordions */
