﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html,
body {
    /*
    background-color: #5c87b2;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
*/
    font-size: 12px;
    line-height: 14px;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    line-height: 1.6em;
    margin: 0px;
    padding: 0px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
#wrapper {
    min-height: 100%;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
}

#header {
    padding: 0px;
    background: #231f20;
    height: 85px;
}

    header h1, #header h1 {
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
        color: #fff;
        border: none;
        line-height: 2em;
        font-size: 32px !important;
        text-shadow: 1px 1px 2px #111;
    }

#logo {
    width: 273px;
    height: 85px;
    float: left;
}

#login {
    float: right;
    padding-right: 10px;
}

#navcontainer {
    width: 100%;
    background-color: #636366;
    overflow: hidden;
    height: 30px;
}

#main {
    /*    
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
*/
    padding: 20px 40px 60px 40px;
    padding-bottom: 60px; /* Height of the footer */
    background-color: #fff;
}

#content {
    margin-bottom: 40px;
}

#footer {
    /*    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
*/
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px; /* Height of the footer */
    background: #231F20;
}

.msgdateline {
    padding: 5px 0px 5px 10px;
    font-size: 12px;
    border-bottom: 1px solid;
    margin: 0px;
    font-weight: bold;
    background-color: #efefef;
}

.msgtitle {
    padding: 10px 20px 0px 20px;
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    text-transform: uppercase;
}

.msgtext {
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid;
    margin: 0px;
}

.messageboxtop {
    padding: 5px 0px 5px 5px;
    border: 1px solid #000000;
    background-color: #ff6f00;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    width: 595px;
    font-family: Arial Black, Arial;
    float: left;
    margin: 0px 0px 3px 0px;
}

.messagebox {
    float: left;
    width: 600px;
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
}

.messageboxbottom {
    padding: 5px 0px 5px 5px;
    border: 1px solid #000000;
    background-color: #ff6f00;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    width: 595px;
    font-family: Arial Black, Arial;
    float: left;
    margin: 3px 0px 0px 0px;
}

#MessageListTable td:hover {
    cursor: pointer;
}

.twitterboxtop {
    padding: 5px 0px 5px 5px;
    border: 1px solid #000000;
    background-color: #00a0dd;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    width: 345px;
    font-family: Arial Black, Arial;
    float: left;
    margin: 0px 0px 3px 0px;
}

.twitterbox {
    float: left;
    width: 350px;
    border: 1px solid;
}

.twitterboxbottom {
    padding: 5px 0px 5px 5px;
    border: 1px solid #000000;
    background-color: #00a0dd;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    width: 345px;
    font-family: Arial Black, Arial;
    float: left;
    margin: 3px 0px 0px 0px;
}

.facebookboxtop {
    padding: 5px 0px 5px 5px;
    border: 1px solid #000000;
    background-color: #5d2c85;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    width: 345px;
    font-family: Arial Black, Arial;
    float: left;
    margin: 0px 0px 3px 0px;
}

.facebookbox {
    float: left;
    width: 350px;
    border: 1px solid;
}

.facebookboxbottom {
    padding: 5px 0px 5px 5px;
    border: 1px solid #000000;
    background-color: #5d2c85;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    width: 345px;
    font-family: Arial Black, Arial;
    float: left;
    margin: 3px 0px 0px 0px;
}

.lightgreydivider {
    width: 100%;
    height: 2px;
    background-color: #bcbdc0;
}

.darkgreydivider {
    width: 100%;
    height: 1px;
    background-color: #000000;
}

.whitedivider {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
}

.borderbox {
    padding: 20px;
    border: 1px solid #9d9d9d;
    background-color: #EFEFEF;
    margin-bottom: 20px;
    /*
    padding: 20px 0px 0px 20px;
    border: 1px solid #9d9d9d;
    background-color: #EFEFEF;
    margin-bottom: 20px;
*/
}

.departmentmessage {
    float: left;
    font-size: 14px;
    border: 1px solid #ff0000;
    width: 538px;
    min-height: 80px;
    padding: 10px;
    margin: 0px 0px 20px 0px;
    background-color: #fff4f4;
}

.deptmsgheader {
    padding: 5px 0px 5px 5px;
    border: 1px solid #ff0000;
    background-color: #ff9999;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    width: 553px;
    font-family: Arial Black, Arial;
    float: left;
    margin: 0px 0px 3px 0px;
}

.validation-summary-errors ul {
    margin-left: 30px;
    padding: 3px;
}

.downloads {
    float: left;
    border: 1px solid #0033ff;
    width: 538px;
    min-height: 80px;
    padding: 10px;
    margin: 0px 0px 20px 0px;
    background-color: #f6f6ff;
}

.downloadsheader {
    padding: 5px 0px 5px 5px;
    border: 1px solid #0033ff;
    background-color: #ccccff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    width: 553px;
    font-family: Arial Black, Arial;
    float: left;
    margin: 0px 0px 3px 0px;
}

.profilebox {
    border: 1px solid #9d9d9d;
    width: 375px;
    margin-bottom: 3px;
    float: left;
    background-color: #f8f8f8;
}

    .profilebox img {
        width: 100px;
        height: 100px;
    }

    .profilebox P {
        line-height: 1.4em;
    }

.profileheader {
    padding: 5px 0px 5px 5px;
    border: 1px solid #9d9d9d;
    background-color: #cccccc;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    width: 370px;
    font-family: Arial Black, Arial;
    float: left;
    margin: 0px 0px 3px 0px;
}

.column300 {
    float: left;
    width: 300px;
    margin-bottom: 20px;
}

.column331 {
    display: table-cell;
    width: 330px;
    border-right: 1px solid #9d9d9d;
    /*    
    float: left;
    width: 330px;
    margin-bottom: 20px;
    border-right: 1px solid #9d9d9d;
*/
}

.column351 {
    display: table-cell;
    width: 330px;
    padding-left: 20px;
    border-left: 1px solid #ffffff;
    /*    
    float: left;
    width: 330px;
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: 1px solid #ffffff;
*/
}

.column850 {
    float: left;
    width: 850px;
}

.column580 {
    float: left;
    width: 580px;
}

.column400 {
    float: left;
    width: 400px;
}

.label {
    margin: 0px;
    padding: 0px;
    color: #333333;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Arial Black, Arial;
    line-height: 18px;
}

.editor {
    margin: 0px;
}

.spacer5 {
    height: 5px;
}

.spacer20 {
    height: 20px;
}

.divider {
    height: 100%;
    border-left: 1px solid red;
}

.errormessage {
    margin: 0px 0px 20px 0px;
    text-align: center;
    color: #ff0000;
    font-weight: bold;
}

.infotext {
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    border-bottom: 1px solid;
    border-top: 1px solid;
    margin: 20px 0px 20px 0px;
    background-color: #efefef;
}

.textarea300x125 {
    width: 300px;
    height: 125px;
}

a.divLink {
    position: absolute;
    width: 445px;
    height: 100px;
    top: 5px;
    left: 5px;
    text-decoration: none; /* Makes sure the link doesn't get underlined */
    z-index: 10; /* raises anchor tag above everything else in div */
    /*  background-color: white; /*workaround to make clickable in IE */
    /*  opacity: 0; /*workaround to make clickable in IE */
    /*  filter: alpha(opacity=0); /*workaround to make clickable in IE */
}

.appcredheader {
    padding: 5px 0px 5px 5px;
    border: 1px solid #9d9d9d;
    background-color: #cccccc;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    width: 867px;
    font-family: Arial Black, Arial;
    float: left;
    margin: 0px 0px 3px 0px;
}

.userheader {
    padding: 5px 0px 5px 5px;
    border: 1px solid #9d9d9d;
    background-color: #cccccc;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    width: 717px;
    font-family: Arial Black, Arial;
    float: left;
    margin: 0px 0px 3px 0px;
}

ul.filelist {
    margin: 10px 0px 10px 0px;
    padding: 0px;
    list-style-type: none;
}

ul.contact-list {
    overflow: hidden;
    width: 310px;
    min-height: 247px;
    background-color: white;
    border: 1px solid gray;
}

    ul.contact-list li {
        padding: 3px;
    }

        ul.contact-list li:nth-child(even) {
            background-color: lightblue;
        }

.filename {
    margin: 10px 0px 0px 20px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.btnUpload-primary {
    border: 1px solid #336600;
    text-transform: uppercase;
    font-family: Arial Black, Arial;
    font-size: 11px;
    background-color: #66cc33;
}

.btnUpload {
    display: inline-block;
    width: 308px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
}

.button_new {
    border: 1px solid #10ad4b;
    width: 200px;
    text-transform: uppercase;
    font-family: Arial Black, Arial;
    font-size: 11px;
    height: 28px !important;
    background-color: #bbff99 !important;
    display: inline-block !important;
    line-height: 28px;
    color: #000000 !important;
    text-decoration: none !important;
    text-align: center;
}

    .button_new:hover {
        background-color: #88d861 !important;
        cursor: pointer;
        display: inline-block;
    }

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    padding: 0px;
    list-style: none;
    margin: 0 auto;
    height: 30px;
}

    ul#menu li {
        float: left;
        font-family: "Arial Black", Gadget, sans-serif;
    }

        ul#menu li#greeting {
            padding: 5px;
            font-weight: bold;
            text-decoration: none;
            color: #fff;
        }

        ul#menu li a {
            padding: 5px;
            font-weight: bold;
            text-decoration: none;
            background-color: #636366;
            color: #ffffff;
            display: block;
            width: 165px;
            height: 20px;
            font-size: 14px;
            text-transform: uppercase;
            text-align: center;
            border-right: 1px solid #000000;
        }

            ul#menu li a:hover {
                background-color: #b4b1b1;
                text-decoration: none;
            }

            ul#menu li a:active {
                background-color: #a6e2a6;
                text-decoration: none;
            }

        ul#menu li.selected a {
            background-color: #fff;
            color: #000;
        }

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
    font-family: Arial;
    padding: 4px;
}

input[type="text"],
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    color: #444;
}

input[type="submit"] {
    padding: 5px;
}

.editor input[type="text"],
input[type="password"] {
    border: 1px solid #9d9d9d;
    padding: 4px;
    color: #444;
    width: 295px;
}

.editorshort input[type="text"],
input[type="password"] {
    border: 1px solid #9d9d9d;
    padding: 4px;
    color: #444;
    width: 205px;
}

.editor select {
    border: 1px solid #9d9d9d;
    padding: 4px;
    color: #444;
}

.editor input[type="checkbox"] {
    margin: 3px;
    display: block;
    float: left;
    width: 20px;
}

.editor input[type="textarea"] {
    border: 1px solid #9d9d9d;
    padding: 4px;
}

.editor input[type="submit"] {
    padding: 5px;
}

.btnUpdate,
.btnUpdateLong,
.btnQuickSave,
.btnDelete,
.btnClear,
.btnBack,
.btnEdit,
.btnEditContacts,
.btnSave,
.btnCreate {
    text-transform: uppercase;
    font-family: Arial Black, Arial;
    font-size: 11px;
    height: 30px;
    text-align: center;
}

    .btnUpdate:hover,
    .btnUpdateLong:hover,
    .btnQuickSave:hover,
    .btnDelete:hover,
    .btnClear:hover,
    .btnBack:hover,
    .btnEdit:hover,
    .btnEditContacts:hover,
    .btnSave:hover,
    .btnCreate:hover {
        cursor: pointer;
    }

    .btnBack a,
    .btnEdit a,
    .btnEditContacts a {
        text-decoration: none;
        color: inherit;
        padding: 8px 38px;
    }

.btnUpdate {
    border: 1px solid #ff0000;
    width: 110px;
    background-color: #ff9999;
}

    .btnUpdate:hover {
        background-color: #fc7a7a;
        cursor: pointer;
    }

.btnUpdateLong {
    border: 1px solid #ff0000;
    width: 210px;
    background-color: #ff9999;
}

    .btnUpdateLong:hover {
        background-color: #fc7a7a;
    }

.btnQuickSave {
    border: 1px solid #336600;
    width: 110px;
    line-height: 12px;
    height: 25px !important;
    background-color: #66cc33;
}

    .btnQuickSave:hover {
        background-color: #339900;
    }

.btnDelete {
    border: 1px solid #000000;
    width: 110px;
    background-color: #7b7b7b;
}

    .btnDelete:hover {
        background-color: #494949;
    }

.btnClear {
    border: 1px solid #034af3;
    width: 110px;
    background-color: #99ccff;
}

    .btnClear:hover {
        background-color: #759dfd;
    }

.btnBack {
    border: 1px solid #000000;
    width: 110px;
    background-color: lightblue;
    line-height: 30px;
}

    .btnBack:hover {
        background-color: skyblue;
    }

.btnEdit {
    border: 1px solid #000000;
    width: 110px;
    background-color: #66cc33;
    line-height: 30px;
}

    .btnEdit:hover {
        background-color: #339900;
    }

.btnEditContacts {
    border: 1px solid #000000;
    width: 100%;
    background-color: lightblue;
    line-height: 30px;
}

    .btnEditContacts:hover {
        background-color: skyblue;
    }

    .btnEditContacts a {
        padding: 8px 103px;
    }

.btnSave {
    border: 1px solid #000000;
    width: 110px;
    background-color: #ff9999;
    line-height: 30px;
}

    .btnSave:hover {
        background-color: #fc7a7a;
    }

    .btnSave input {
        -webkit-appearance: none;
        background-color: transparent;
        padding: 8px 38px;
        border: 0;
        cursor: pointer;
        text-transform: uppercase;
        font-family: Arial Black, Arial;
        font-size: 11px;
    }

.btnCreate {
    border: 1px solid #000000;
    width: 110px;
    background-color: #ff9999;
    line-height: 30px;
}

    .btnCreate:hover {
        background-color: #fc7a7a;
    }

    .btnCreate input {
        -webkit-appearance: none;
        background-color: transparent;
        padding: 7px 30px;
        border: 0;
        cursor: pointer;
        text-transform: uppercase;
        font-family: Arial Black, Arial;
        font-size: 11px;
    }

/* TABLE
----------------------------------------------------------*/
table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

    table td {
        padding: 5px;
        border: solid 1px #e8eef4;
    }

    table th {
        padding: 6px 5px;
        text-align: left;
        background-color: #e8eef4;
        border: solid 1px #e8eef4;
    }

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav,
#menucontainer {
    width: 100%;
    padding: 0px;
    height: 30px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

    #logindisplay a:link {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:visited {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:hover {
        color: white;
        text-decoration: none;
    }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label {
    margin: 1em 0 0 0;
}

.display-field,
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

/***********************************************************************
    TABLE SORTER/PAGER STYLES
************************************************************************/
/* overall */
.table-report,
.table-report td,
.table-report th {
    border: 1px solid #000000;
}

.tablesorter-default {
    width: 100%;
    font: 12px/18px Arial, Sans-serif;
    color: #333333;
    background-color: #fff;
    border-spacing: 0;
    margin: 10px 0 15px;
    text-align: left;
}

    /* header */
    .tablesorter-default th,
    .tablesorter-default thead td {
        font: bold 12px/18px Arial, Sans-serif;
        color: #333333;
        background-color: #fff;
        border-collapse: collapse;
        border-bottom: #ccc 2px solid;
        padding: 0;
    }

    .tablesorter-default tfoot th,
    .tablesorter-default tfoot td {
        border: 0;
    }

    .tablesorter-default .header,
    .tablesorter-default .tablesorter-header {
        background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
        background-position: center right;
        background-repeat: no-repeat;
        cursor: pointer;
        white-space: normal;
        padding: 4px 20px 4px 4px;
        border: 1px solid #525252;
        background-color: #b4b1b1;
    }

    .tablesorter-default thead .headerSortUp,
    .tablesorter-default thead .tablesorter-headerSortUp,
    .tablesorter-default thead .tablesorter-headerAsc {
        background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
        /* border-bottom: #000 2px solid; */
        background-color: ##e5e5e5;
    }

    .tablesorter-default thead .headerSortDown,
    .tablesorter-default thead .tablesorter-headerSortDown,
    .tablesorter-default thead .tablesorter-headerDesc {
        background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
        /* border-bottom: #000 2px solid; */
        background-color: ##e5e5e5;
    }

    .tablesorter-default thead .sorter-false {
        background-image: none;
        padding: 4px;
    }

    /* tfoot */
    .tablesorter-default tfoot .tablesorter-headerSortUp,
    .tablesorter-default tfoot .tablesorter-headerSortDown,
    .tablesorter-default tfoot .tablesorter-headerAsc,
    .tablesorter-default tfoot .tablesorter-headerDesc {
        /* border-top: #000 2px solid; */
        background-color: ##e5e5e5;
    }

    /* tbody */
    .tablesorter-default td {
        background-color: #fff;
        border-bottom: #ccc 1px solid;
        padding: 4px;
        vertical-align: top;
        border: 1px solid #525252;
    }

    /* hovered row colors */
    .tablesorter-default tbody > tr:hover > td,
    .tablesorter-default tbody > tr.even:hover > td,
    .tablesorter-default tbody > tr.odd:hover > td {
        background: #fff;
        color: #000;
        border: 1px solid #525252;
    }

    /* table processing indicator */
    .tablesorter-default .tablesorter-processing {
        background-position: center center !important;
        background-repeat: no-repeat !important;
        /* background-image: url(../addons/pager/icons/loading.gif) !important; */
        background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=') !important;
    }

    /* Zebra Widget - row alternating colors */
    .tablesorter-default tr.odd td {
        background-color: #E0E0E0;
        border: 1px solid #525252;
    }

    .tablesorter-default tr.even td {
        background-color: #efefef;
        border: 1px solid #525252;
    }

    /* Column Widget - column sort colors */
    .tablesorter-default tr.odd td.primary {
        background-color: #bfbfbf;
    }

    .tablesorter-default td.primary,
    .tablesorter-default tr.even td.primary {
        background-color: #d9d9d9;
    }

    .tablesorter-default tr.odd td.secondary {
        background-color: #d9d9d9;
    }

    .tablesorter-default td.secondary,
    .tablesorter-default tr.even td.secondary {
        background-color: #e6e6e6;
    }

    .tablesorter-default tr.odd td.tertiary {
        background-color: #e6e6e6;
    }

    .tablesorter-default td.tertiary,
    .tablesorter-default tr.even td.tertiary {
        background-color: #f2f2f2;
    }

/* caption */
caption {
    background: #fff;
}

/* filter widget */
.tablesorter-default .tablesorter-filter-row td {
    background: #eee;
    border-bottom: #ccc 1px solid;
    line-height: normal;
    text-align: center; /* center the input */
    -webkit-transition: line-height 0.1s ease;
    -moz-transition: line-height 0.1s ease;
    -o-transition: line-height 0.1s ease;
    transition: line-height 0.1s ease;
}

/* optional disabled input styling */
.tablesorter-default .tablesorter-filter-row .disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: not-allowed;
}

/* hidden filter row */
.tablesorter-default .tablesorter-filter-row.hideme td {
    /*** *********************************************** ***/
    /*** change this padding to modify the thickness     ***/
    /*** of the closed filter row (height = padding x 2) ***/
    padding: 2px;
    /*** *********************************************** ***/
    margin: 0;
    line-height: 0;
    cursor: pointer;
}

.tablesorter-default .tablesorter-filter-row.hideme .tablesorter-filter {
    height: 1px;
    min-height: 0;
    border: 0;
    padding: 0;
    margin: 0;
    /* don't use visibility: hidden because it disables tabbing */
    opacity: 0;
    filter: alpha(opacity=0);
}

/* filters */
.tablesorter-default .tablesorter-filter {
    width: 95%;
    height: auto;
    margin: 4px;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #bbb;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: height 0.1s ease;
    -moz-transition: height 0.1s ease;
    -o-transition: height 0.1s ease;
    transition: height 0.1s ease;
}

/* ajax error row */
.tablesorter .tablesorter-errorRow td {
    cursor: pointer;
    background-color: #e6bf99;
}

/* pager wrapper, div */
.tablesorter-pager {
    padding: 5px;
    margin: 0px 20px;
}

/* pager wrapper, in thead/tfoot */
td.tablesorter-pager {
    background-color: #e6eeee;
    margin: 0; /* needed for bootstrap .pager gets a 18px bottom margin */
}

/* pager navigation arrows */
.tablesorter-pager img {
    vertical-align: middle;
    margin-right: 2px;
    cursor: pointer;
}

/* pager output text */
.tablesorter-pager .pagedisplay {
    padding: 0 5px 0 5px;
    width: auto;
    white-space: nowrap;
    text-align: center;
}

/* pager element reset (needed for bootstrap) */
.tablesorter-pager select {
    margin: 0;
    padding: 0;
}

/*** css used when "updateArrows" option is true ***/
/* the pager itself gets a disabled class when the number of rows is less than the size */
.tablesorter-pager.disabled {
    display: none;
}

/* hide or fade out pager arrows when the first or last row is visible */
.tablesorter-pager .disabled {
    /* visibility: hidden */
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default;
}

/* added this style so the pager always stays at the bottom of the table */
.pagerSavedHeightSpacer {
    height: 0px !important;
}

dl {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    font-size: 20px;
}

dt {
    float: left;
    width: 120px;
    /* adjust the width; make sure the total of both is 100% */
    padding: 20px 5px 0px 0px;
    margin: 0px;
    text-align: right;
}

dd {
    float: left;
    width: 90%;
    /* adjust the width; make sure the total of both is 100% */
    padding: 20px 0px 0px 5px;
    margin: 0px;
}

    dd img {
        width: 100px;
        height: 100px;
    }

.action-section {
    margin: 20px 0;
}
