﻿body {
    background-image: url(/content/images/blue_background.png);
    background-repeat: repeat-x;
    background-color: #f4f4f4;
    color: #424143;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.left-margin {
    margin-left: 12px;
}

.right-margin {
    margin-right: 12px;
}

.top-margin {
    margin-top: 12px;
}

.bottom-margin {
    margin-bottom: 12px;
}

.left-margin-large {
    margin-left: 40px;
}

.top-margin-small {
    margin-top: 6px;
}

.bottom-margin-small {
    margin-bottom: 6px;
}

.firstIndent {
    padding-top: 15px;
    padding-bottom: 4px;
}

.secondIndent {
    padding-top: 25px;
    padding-bottom: 4px;
}

.center {
    text-align: center;
}

.h-line {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}

.content {
    width: 1150px;
    margin: 33px auto;
    margin-top: 15px;
    min-height: 400px;
    font-size: 12px;
}

.contentWide {
    width: 100vw;
    padding-left: 20px;
    margin-top: 15px;
    min-height: 400px;
    font-size: 12px;
}

.box {
    background-color: #FAFAFA;
    border: 1px solid #D4D4D4;
    padding: 12px 22px 22px;
    border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 4px 10px #dfdfdf;
    -ms-box-shadow: 0 4px 10px #dfdfdf;
    box-shadow: 0 4px 10px #dfdfdf;
}

.small-grey-box {
    padding: 1px;
    background-color: gray;
    -ms-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -ms-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-box-shadow: 0 4px 10px #dfdfdf;
    -ms-box-shadow: 0 4px 10px #dfdfdf;
    box-shadow: 0 4px 10px #dfdfdf;
}

.tab-box {
    background-color: #F5F5F5;
    padding: 26px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 4px 10px #dfdfdf;
    -ms-box-shadow: 0 4px 10px #dfdfdf;
    box-shadow: 0 4px 10px #dfdfdf;
}

.navigation {
    float: left;
    padding-top: 10px;
    width: 80%;
}

nav {
    background-color: #fff;
    /*border: 1px solid #dedede;*/
    margin: 0px;
    /*border-radius: 5px;*/
    /*box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);*/
    color: #ededed;
    display: block;
    overflow: hidden;
    font-family: Arial;
    font-size: 15px;
    background-color: #004477;
    height: 25px;
}

    nav ul {
        margin: 0;
        padding: 0;
    }

        nav ul li {
            display: inline-block;
            list-style-type: none;
            -ms-border-radius: 0 0 5px 5px;
            border-radius: 5px 5px 0 0;
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            -ms-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s;
        }

    nav > ul > li > a {
        color: #ededed;
        display: block;
        line-height: 25px;
        padding: 0 30px;
        text-decoration: none;
    }

    nav > ul > li:hover {
        background-color: #5a87a7;
        cursor: pointer;
        -ms-border-radius: 0 0 5px 5px;
        border-radius: 5px 5px 0 0;
    }

        nav > ul > li:hover > a {
            color: #ededed;
        }

            nav > ul > li:hover > a > .caret {
                border-top-color: rgb( 255, 255, 255 );
            }

    nav > ul > li > div {
        background-color: #5a87a7;
        border-top: 0;
        -ms-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
        display: none;
        margin-top: 0px;
        opacity: 0;
        position: absolute;
        width: 175px;
        visibility: hidden;
        z-index: 100;
        -webkit-transiton: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -ms-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        -transition: opacity 0.2s;
    }

        nav > ul > li > div ul > li {
            display: block;
        }

            nav > ul > li > div ul > li > a {
                color: #ededed;
                display: block;
                padding: 7px 20px;
                text-decoration: none;
                -webkit-transition: all 0.15s;
                -moz-transition: all 0.15s;
                -ms-transition: all 0.15s;
                -o-transition: all 0.15s;
                transition: all 0.15s;
            }

            nav > ul > li > div ul > li:hover > a {
                background-color: #E3EAEF;
            }

    nav > ul > li:hover > div {
        display: block;
        opacity: 1;
        visibility: visible;
    }

.table-container {
    background-color: #888888;
    padding: 2px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 4px 10px #dfdfdf;
    -ms-box-shadow: 0 4px 10px #dfdfdf;
    box-shadow: 0 4px 10px #dfdfdf;
}

.table-grid {
    -ms-border-radius: 7px;
    border-radius: 7px;
    border: none;
    width: 100%;
}

.table-head-row {
    background-color: #004477;
    height: 28px;
}

.table-head-row td, .table-head-row th {
    background-repeat: no-repeat;
    border-left: solid #004477 1px;
    background-color: #004477;
    color: #cdcdcd;
    font-size: 11px;
    font-weight: bold;
    height: 17px;
    line-height: 12px;
    padding: 0 8px 0 8px;
    /*position: relative;*/
    text-decoration: none;
    white-space: nowrap;
}

.table-head td, .table-head th {
    background-image: url(/Content/images/table-head.png);
    background-repeat: no-repeat;
    color: #cdcdcd;
    font-size: 11px;
    font-weight: bold;
    height: 36px;
    line-height: 12px;
    padding: 0 8px 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.table-head-doublerow td, .table-head-doublerow th {
    background-color: #004477;
    border-left: solid #004477 1px;
    background-color: #004477;
    color: #cdcdcd;
    font-size: 11px;
    font-weight: bold;
    height: 17px;
    line-height: 12px;
    padding: 0 8px 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

tr.table-body-normal {
    height: 25px;
}

.table-body-normal td {
    /*border-bottom: 1px solid #fff;*/
    border-right: 1px solid #fff;
    font-size: 11px;
    line-height: 15px;
    padding: 4px /*6px*/;
    white-space: nowrap;
    /*vertical-align:top;*/
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 11px;
    line-height: 15px;
    padding: 4px 6px;
    white-space: nowrap;
    vertical-align: middle;
}

.table-body-normal a {
    color: #1b4c7f;
    text-decoration: underline;
}

    .table-body-normal a:hover {
        color: #1b61a9;
        text-decoration: underline;
    }

.repeat-head td {
    background-image: url(../images/blue_bg.png);
    background-position: center;
    background-repeat: no-repeat;
}

.firstcell {
    background-position: left;
    border-right: 1px solid #666364;
    padding-right: 6px;
    -ms-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}

.midcell {
    background-position: center;
    border-right: 1px solid #6d6a6b;
    padding-right: 6px;
}

.lastcell {
    background-position: right;
    padding-right: 6px;
    -ms-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.cell-lightgray {
    background-color: #dbdfe9;
}

.cell-mediumgray {
    background-color: #ccc;
}

.table-foot tr {
    height: 1px;
}

div.small-button {
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    vertical-align: text-top;
    height: 24px;
}

.small-button input {
    background-color: #1b4c7f;
    color: #fff;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .small-button input:hover {
        background-color: #4b7c9f;
        color: #dddddd;
        -ms-border-radius: 5px;
        border-radius: 5px;
        cursor: pointer;
    }

div.button {
    border-bottom: 1px #424143 solid;
    border-left: 1px #939598 solid;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border-right: 1px #424143 solid;
    border-top: 1px #939598 solid;
    margin: 10px;
    text-align: center;
}

.button input {
    background-color: #1b4c7f;
    color: #dddddd;
    border-bottom: 1px #838588 solid;
    border-left: 1px #939598 solid;
    -ms-border-radius: 5px;
    border-radius: 3px;
    border-right: 1px #838588 solid;
    border-top: 1px #939598 solid;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .button input:hover {
        background-color: #5a87a7;
        color: #dddddd;
        -ms-border-radius: 5px;
        border-radius: 5px;
    }

    .button input:disabled {
        background-color: #5a87a7;
        color: #dddddd;
        -ms-border-radius: 5px;
        border-radius: 5px;
        cursor: default;
    }

.validation-summary-errors ul {
    list-style-type: none;
}

.treeNode {
    margin: 2px;
    padding-left: 10px;
}

.treeBranch {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    cursor: pointer;
}

.treeLeaf {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    cursor: pointer;
}

.treeBranch a span:hover {
    background: linear-gradient(to bottom, #f2f9fd 0%, #c4e8fa 100%);
    border-color: #d9d9d9;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

/**************************************************************************************************************************************/


/* #region Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, button {
    border: 0;
    font-size: 100%;
    list-style: none;
    margin: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
}

    a img {
        border: none;
    }

button {
    cursor: pointer;
    display: block;
}
/* this keeps a vertical scroll on the side always */

html {
    overflow: -moz-scrollbars-vertical;
}

html {
    overflow-x: auto;
}

/* #endregion */

/* #region General */
BODY.pop-back {
    padding-top: 33px;
}

p {
    margin: 0 0 10px 0;
    padding: 0;
}

a {
    color: #1b4c7f;
    text-decoration: underline;
}

    a:hover {
        color: #1b61a9;
    }

.grey-text {
    color: #888;
}

.left-bold {
    color: #222;
    font-weight: bold;
    text-align: left;
}

.right-bold {
    color: #222;
    font-weight: bold;
    text-align: right;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.bold {
    font-weight: bold;
}

.small-font {
    font-size: 95%;
}

div.button-disabled {
    background-position: left top;
    background-repeat: repeat-x;
    border-bottom: 1px #bbb solid;
    border-left: 1px #ccc solid;
    border-radius: 5px;
    border-right: 1px #ccc solid;
    border-top: 1px #ddd solid;
    height: 23px;
    text-align: center;
}

div.button input {
    background-position: left top;
    background-repeat: repeat-x;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    height: 23px;
    line-height: 23px;
    margin: 0 auto;
    padding: 0 10px 2px 10px;
}

div.button-disabled input {
    background-position: left top;
    background-repeat: repeat-x;
    border: 0;
    color: #fff;
    font-size: 12px;
    height: 23px;
    line-height: 23px;
    margin: 0 auto;
    padding: 0 10px 2px 10px;
}

textarea[readonly] {
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    color: #424143;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 3px;
    vertical-align: top;
}

input[readonly] {
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    color: #424143;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 3px;
}

.readonly {
    background-color: #f4f4f4;
    border: 1px solid #ddd;
}

input[type='checkbox'] {
    line-height: 12px;
    margin: 2px 4px 3px 0;
    padding-bottom: 4px;
    vertical-align: baseline;
}

.checkBoxDiv {
    height: 20px;
}

.checkBoxLabel {
    position: relative;
    bottom: 2px;
    left: 3px;
}

input[type='radio'] {
    line-height: 14px;
    margin: 2px 4px 3px 0;
    padding-bottom: 4px;
    vertical-align: baseline;
}

.radioButtonDiv {
    height: 20px;
}

.radioButtonLabel {
    position: relative;
    bottom: 1px;
    left: 3px;
    padding-right: 25px;
}

select {
    color: #424143;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 22px;
    margin: 0;
    padding: 3px;
    vertical-align: top;
}

    select[readonly] {
        background-color: #f4f4f4;
        border: 1px solid #ddd;
        color: #424143;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 22px;
        margin: 0;
        padding: 3px;
        vertical-align: top;
    }

.hidden {
    display: none;
}

.content-wrapper {
    width: 1230px;
    margin: 0 auto;
}

.right-content {
    width: 1043px;
    float: left;
    margin: 0 0 25px 25px;
}

.content-box-short-top {
    background-image: url(/Content/images/content-box-short-top.png);
    background-repeat: no-repeat;
    height: 10px;
    margin-top: 9px;
    padding: 0 24px;
    width: 996px;
}

.content-box-bottom {
    background-image: url(/Content/images/content-box-bottom.png);
    background-repeat: no-repeat;
    height: 15px;
    margin-bottom: 3px;
    width: 1043px;
}

.content-box-bottom-login {
    background-image: url(/Content/images/content-box-bottom.png);
    background-repeat: no-repeat;
    height: 15px;
    margin-bottom: 3px;
    width: 720px;
    padding: 0px 23px 0 0;
    background-size: contain;
}

.content-body {
    background-color: #fafafa;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    padding: 0 24px 0 24px;
    width: 993px;
}

.content-body-login {
    background-color: #fafafa;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    padding: 0 24px 0 24px;
    width: 693px;
}


.content-box-top {
    padding: 12px 23px 0 0;
    width: 1043px;
    height: 25px;
    background-image: url(/Content/images/content-box-top.png);
    background-repeat: no-repeat;
}

.content-box-top-login {
    padding: 12px 23px 0 0;
    width: 720px;
    height: 15px;
    background-image: url(/Content/images/content-box-top.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.content-body-wrapper {
    width: 1043px;
}

.content-box-short-tl {
    width: 10px;
    height: 15px;
    background-image: url(/Content/images/content-box-short-tl.png);
}

.content-box-short-tm {
    height: 15px;
    background-image: url(/Content/images/content-box-short-tm.png);
    background-repeat: repeat-x;
}

.content-box-short-tr {
    width: 10px;
    height: 15px;
    background-image: url(/Content/images/content-box-short-tr.png);
}

.content-box-tl {
    height: 37px;
    width: 10px;
    background-image: url(/Content/images/content-box-tl.png);
}

.content-box-tm {
    background-image: url(/Content/images/content-box-tm.png);
    background-repeat: repeat-x;
    padding: 6px 11px 0 14px;
}

.content-box-tr {
    width: 10px;
    background-image: url(/Content/images/content-box-tr.png);
}

.content-box-ml {
    background-image: url(/Content/images/content-box-ml.png);
    background-repeat: repeat-y;
}

.content-box-body {
    background-color: #fafafa;
    padding: 0 14px;
}

.content-box-mr {
    background-image: url(/Content/images/content-box-mr.png);
    background-repeat: repeat-y;
}

.content-box-bl {
    width: 10px;
    height: 15px;
    background-image: url(/Content/images/content-box-bl.png);
}

.content-box-bm {
    height: 15px;
    background-image: url(/Content/images/content-box-bm.png);
    background-repeat: repeat-x;
}

.content-box-br {
    width: 10px;
    height: 15px;
    background-image: url(/Content/images/content-box-br.png);
}

.section-head {
    height: 24px;
    color: #004477;
    font-size: 14px;
    border-bottom: 1px dotted #d3d3d3;
}

.section-left {
    float: left;
    margin-top: 12px;
}

.section-left-border {
    float: left;
    margin-top: 12px;
    padding-right: 30px;
    border-right: 1px dotted #d3d3d3;
}

.section-right {
    float: right;
    margin-top: 12px;
}

.section-right-border {
    float: right;
    padding-left: 30px;
    margin-top: 12px;
    border-left: 1px dotted #d3d3d3;
}

.whitebox {
    background-color: #fff;
    padding: 6px 12px 12px 12px;
    border: 1px solid #d3d3d3;
    margin-bottom: 12px;
    border-radius: 6px;
}

.greybox {
    background-color: #f2f2f2;
    padding: 12px;
    border: 1px solid #d3d3d3;
    margin-bottom: 2px;
    border-radius: 6px;
}

.blade {
    background-image: url(/Content/images/blade-bg.gif);
    background-repeat: repeat-x;
    border: 1px solid #e6e6e6;
    color: #1b4c7f;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin-top: 6px;
    width: 100%;
}

    .blade:hover, .blade-notif:hover, .blade-pop:hover {
        border: 1px solid #4f86c0;
    }

.blade-icon-expanded {
    background: url(/Content/images/icon_expanded.png) no-repeat center left;
    width: 17px;
}

.blade-icon-collapsed {
    background: url(/Content/images/icon_collapsed.png) no-repeat center left;
    width: 17px;
}

.criteria-wrapper {
    clear: right;
    margin: 10px 0 0 0;
    width: 1043px;
}

.criteria-body {
    display: inline-block;
    width: 100%;
}

.criteria-column {
    display: inline-block;
    margin: 10px 0 0 0;
    vertical-align: top;
    width: 49%;
}


.footer {
    border-top: 1px dotted #d3d3d3;
    color: #999;
    font-size: 10px;
    height: 33px;
    line-height: 28px;
    margin-top: 22px;
    text-align: center;
}

.greybox-small {
    background-color: #f2f2f2;
    border: 1px solid #d3d3d3;
    margin-bottom: 2px;
    padding: 0 0 5px 0;
}

.small-grey {
    color: #999;
    font-size: 10px;
}

.medium-grey {
    color: #999;
    float: none;
    font-size: 12px;
}

.copyright {
    text-align: center;
    font-size: 8pt;
    color: #999999;
    margin: 12px auto;
}
/* #endregion */

/* #region Tables */



.repeat-head td {
    background-image: url(/Content/images/table-head.png);
    background-position: center;
    background-repeat: no-repeat;
}

.firstcell {
    background-position: left;
    border-right: 1px solid #666364;
    padding-right: 6px;
}

    .firstcell a, .midcell a, .midcell-bottom a, .repeat-head td a, .repeat-head th a {
        color: #cdcdcd;
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
    }

        .firstcell a span, .midcell a span, .midcell-bottom a span, .repeat-head td a span, .repeat-head th a span {
            color: #999;
            font-size: 11px;
            text-decoration: none;
        }

        .firstcell a:hover, .midcell a:hover, .midcell-bottom a:hover, .repeat-head td a:hover, .repeat-head th a:hover {
        }

            .firstcell a:hover span, .midcell a:hover span, .midcell-bottom a:hover span, .repeat-head td a:hover span, .repeat-head th a:hover span {
                color: #bbb;
            }

.firstcell-top {
    background-position: left top;
    border-right: 1px solid #6d6a6b;
    text-align: center;
    border-bottom: 1px solid #777;
}

.midcell {
    background-position: center;
    border-right: 1px solid #6d6a6b;
    padding-right: 6px;
}

.midcell-top {
    background-position: center top;
    border-bottom: 1px solid #777;
    border-right: 1px solid #6d6a6b;
    text-align: center;
}

.midcell-bottom {
    background-position: center bottom;
    border-right: 1px solid #6d6a6b;
    text-align: center;
}

.lastcell {
    background-position: right;
    padding-right: 6px;
}

.lastcell-top {
    background-position: right top;
    border-bottom: 1px solid #777;
    text-align: center;
}

.lastcell-bottom {
    background-position: right bottom;
    text-align: center;
}

    .lastcell a, .lastcell-bottom a {
        color: #B8D651;
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
    }

        .lastcell a span, .lastcell-bottom a span {
            color: #999;
            font-size: 11px;
            text-decoration: none;
        }

        .lastcell a:hover, .lastcell-bottom a:hover {
            color: #E0F48E;
        }

            .lastcell a:hover span, .lastcell-bottom a:hover span {
                color: #bbb;
            }

.table-normal {
    border-collapse: collapse;
    width: 100%;
}

.table-foot td {
    background-color: #aaa;
    color: #fff;
    font-weight: bold;
    height: 25px;
    padding: 0 15px;
}

    .table-foot td a {
        color: #fff;
        font-weight: normal;
        text-decoration: none;
        text-decoration: underline;
    }

        .table-foot td a:hover {
            color: #B8D651;
            font-weight: bold;
            text-decoration: underline;
        }

.table-body td {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 11px;
    height: 48px;
    padding: 4px 6px;
    vertical-align: top;
    white-space: nowrap;
}

.table-body-normal td {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 11px;
    line-height: 15px;
    padding: 4px 6px;
    white-space: nowrap;
    vertical-align: middle;
}

.table-body-light td, .table-body-links td {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 11px;
    line-height: 15px;
    padding: 4px 6px;
    vertical-align: top;
    white-space: nowrap;
}

tr.table-body-light {
    height: 39px;
}

.table-body-light a {
    color: #222;
    text-decoration: underline;
}

.table-body-links a {
    color: #1b4c7f;
    text-decoration: underline;
}

    .table-body-links a:hover {
        color: #1b61a9;
        text-decoration: underline;
    }

.normal-row {
    background-color: #ffffff;
}

.alt-row {
    background-color: #E3EAEF;
}

.currency-row td {
    background-color: #1b4c7f;
    color: #fff;
    font-weight: bold;
}

.normal-subrow td {
    background-color: #f2f8ff;
}

.alt-subrow td {
    background-color: #e8f2fc;
}

.total-row td {
    background-color: #ddd;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #444;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 6px;
    vertical-align: top;
    white-space: nowrap;
}

.highlight-row td {
    background-color: #FFF3D2;
}

.selected-row td {
    background-color: #22A2DC;
    color: #fff;
}

TR.template-row td {
    height: 162px;
    vertical-align: middle;
}

TR.photo-row td {
    height: 90px;
    vertical-align: middle;
}

td.firstcellnochild {
    background-position: left;
    border-right: 1px solid #666364;
    padding-left: 10px;
    padding-right: 6px;
}

td.right-seperator {
    border-right: 1px #ccc solid;
}

td.right-seperator-white {
    border-right: 1px #aaa solid;
}

td.blank-start {
    background-color: #fff;
    background-image: none;
}

/* #endregion */

/* #region Icons */
.icon-locked {
    background: url(/Content/images/icon_lock.png) no-repeat center;
    height: 20px;
}

    .icon-locked:hover {
        background: url(/Content/images/icon_lock_highlighted.png) no-repeat center;
        height: 20px;
        cursor: pointer;
        -webkit-transition: background-image 0.1s ease-in;
        transition: background-image 0.1s ease-in;
    }

.icon-unlocked {
    background: url(/Content/images/icon_unlocked.png) no-repeat center;
    height: 20px;
}

    .icon-unlocked:hover {
        background: url(/Content/images/icon_unlocked_highlighted.png) no-repeat center;
        height: 20px;
        cursor: pointer;
        -webkit-transition: background-image 0.1s ease-in;
        transition: background-image 0.1s ease-in;
    }

.icon-enabled {
    background: url(/Content/images/check.png) no-repeat center;
    height: 17px;
    margin: -2px;
}

    .icon-enabled:hover {
        background: url(/Content/images/check-highlighted.png) no-repeat center;
        height: 17px;
        margin: 0px;
        cursor: pointer;
        -webkit-transition: background-image 0.1s ease-out;
        transition: background-image 0.1s ease-out;
    }

.icon-disabled {
    background: url(/Content/images/icon_blocked.png) no-repeat center;
    height: 20px;
    margin: -2px;
}

    .icon-disabled:hover {
        background: url(/Content/images/icon_blocked_highlighted.png) no-repeat center;
        height: 20px;
        margin: -2px;
        cursor: pointer;
        -webkit-transition: background-image 0.1s ease-out;
        transition: background-image 0.1s ease-out;
    }

.icon-collapsed {
    background-image: url(/Content/images/sprite-report-icons.png);
    background-position: -78px -51px;
    display: inline-block;
    height: 17px;
    margin-right: 8px;
    width: 17px;
}

.icon-expanded {
    background-image: url(/Content/images/sprite-report-icons.png);
    background-position: -78px -68px;
    display: inline-block;
    height: 17px;
    margin-right: 8px;
    width: 17px;
}

.icon-collapsed:hover {
    cursor: pointer;
}

.icon-expanded:hover {
    cursor: pointer;
}

.icon-slideRight {
    background-image: url(/Content/images/icon_slideRight.png);
    display: inline-block;
    height: 17px;
    margin-right: 8px;
    width: 17px;
}

.icon-slideLeft {
    background-image: url(/Content/images/icon_slideLeft.png);
    display: inline-block;
    height: 17px;
    margin-right: 8px;
    width: 17px;
}

.icon-slideRight:hover {
    cursor: pointer;
}

.icon-slideLeft:hover {
    cursor: pointer;
}

.icon-processing {
    background-image: url(/Content/images/processing.gif);
    background-repeat: no-repeat;
    display: inline-block;
    height: 17px;
    width: 17px;
}

.icon-loading {
    background-image: url(/Content/images/processing.gif);
    background-repeat: no-repeat;
    display: inline-block;
    height: 17px;
    margin-right: 8px;
    width: 17px;
}

.icon-delete {
    background-image: url(/Content/images/icon-delete.png);
    display: inline-block;
    cursor: pointer;
    height: 17px;
    width: 17px; 
}

.icon-edit {
    background-image: url(/Content/images/icon-edit.png);
    display: inline-block;
    cursor: pointer;
    height: 17px;
    width: 17px;
}

a.icon-delete, a:hover.icon-delete {
    color: transparent;
    text-decoration: none;
}

/* #endregion */

.rpt-green-link {
    color: #008000 !important;
    line-height: 20px !important;
}

.rpt-red-link {
    color: #BE1E2D !important;
    line-height: 20px !important;
}

.rpt-gold-link {
    color: #d89800 !important;
    line-height: 20px !important;
}

.rpt-col-line {
    border-right: 1px #ccc solid !important;
}

.rpt-cat-box {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 291px;
    padding-right: 8px;
}

.tiny-btn {
    font-size: 10px;
    background-color: #f4f4f4;
    border: 1px solid #d4d4d4;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 5px;
}

a .tiny-btn {
    font-size: 10px;
    color: #1b4c7f;
    text-decoration: none;
}

a:hover .tiny-btn {
    color: #1b61a9;
    background-color: #fff;
}

.tiny-btn-green {
    font-size: 10px;
    background-color: #1b4c7f;
    border: 1px solid #1b4c7f;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 5px;
}

a .tiny-btn-green {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

a:hover .tiny-btn-green {
    color: #fff;
    background-color: #1b4c7f;
}

.thirdpartydivs {
    padding-right: 15px;
}

.report-content {
    margin: 4px 0 0 40px;
    min-height: 700px;
}

.report-criteria-wrapper {
    width: 1043px;
    margin: 10px 0 0 0;
    clear: right;
}

.page-title {
    color: #555555;
    font-size: 20px;
}

TABLE.reset-table {
    border-spacing: 0;
    padding: 0;
}

.day-on {
    background-color: #4f86c0;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 1px 4px;
    height: 15px;
    display: inline-block;
}

.expand-all, .collapse-all {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    width: 12px;
    height: 12px;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    background-color: #6497cb;
    text-align: center;
    display: inline-block;
}

    .expand-all:hover, .collapse-all:hover {
        background-color: #ddd;
    }

.expand, .collapse {
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    width: 17px;
    height: 16px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background-color: #4f86c0;
    text-align: center;
    display: inline-block;
    padding-top: 1px;
    line-height: 15px;
}

    .expand:hover, .collapse:hover {
        background-color: #1b61a9;
        cursor: pointer;
    }

.right-margin-small {
    margin-right: 6px;
}

.left-margin-small {
    margin-left: 6px;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-top {
    vertical-align: top;
}

.align-bottom {
    vertical-align: bottom;
}

.cell-space5 {
    border-spacing: 5px;
    padding: 5px;
}

.orange-label {
    color: #1b61a9;
    font-weight: bold;
    padding-bottom: 6px;
}

.suspendedAffiliate {
    color: #dc143c;
}

.mchead {
    width: 1175px;
    height: 100px;
}

.mctitle {
    font-size: 40px;
    color: #bbb;
    padding-top: 22px;
    font-family: 'Oswald',Helvetica,sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
}

.mcuser {
    float: right;
    margin-top: 53px;
    color: #aaa;
}

    .mcuser a {
        color: #22A2DC;
        text-decoration: none;
    }

        .mcuser a:hover {
            color: #aaa;
        }

.logout {
    border: 1px solid #aaa;
    border-radius: 9px;
    display: inline-block;
    font-size: 14px;
    height: 14px;
    line-height: 10px;
    text-align: center;
    width: 15px;
    font-family: verdana,Helvetica,sans-serif;
    margin-top: 4px;
}

    .logout:hover {
        border: 1px solid #22A2DC;
        color: #22A2DC;
    }

    .logout a {
        color: #aaa;
    }

        .logout a:hover {
            color: #22A2DC;
        }

.mcfooter {
    width: 98%;
    margin: 44px auto;
    color: #888888;
    font-size: 10px;
    line-height: 30px;
    text-align: center;
}

.validation-summary-errors {
    background-color: #fff7b5;
    color: #890822;
    font-size: 9pt;
    font-weight: bold;
    list-style-type: none;
    margin-bottom: 12px;
    margin-top: 8px;
    padding: 2px;
    text-align: center;
    list-style: none;
}

    .validation-summary-errors ul {
        list-style-type: none;
    }

.validation-summary-valid {
    list-style-type: none;
    font-weight: bold;
    font-size: 9pt;
    color: #000;
    text-align: center;
    padding: 6px;
    margin-bottom: 12px;
    margin-top: 8px;
    background-color: #a2d591;
    display:none;
}
    .validation-summary-valid ul {
        list-style-type: none;
    }

.show-validation-summary {
    display:block !important;
}
.greenbox {
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(bottom, #83B74B 0%, #709c40 200%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom, #83B74B 0%, #709c40 200%);
    /* Opera */
    background-image: -o-linear-gradient(bottom, #83B74B 0%, #709c40 200%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #83B74B), color-stop(2, #709c40));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(bottom, #83B74B 0%, #709c40 200%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to top, #83B74B 0%, #709c40 200%);
    /*background-color: #83b74b;*/
}

.redbox {
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(bottom, #ff3434 0%, #df2d2d 200%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom, #ff3434 0%, #df2d2d 200%);
    /* Opera */
    background-image: -o-linear-gradient(bottom, #ff3434 0%, #df2d2d 200%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ff3434), color-stop(2, #df2d2d));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(bottom, #ff3434 0%, #df2d2d 200%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to top, #ff3434 0%, #df2d2d 200%);
    /*background-color: #FF2222;*/
}

.bluebox {
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(bottom, #22A2DC 0%, #18739C 200%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom, #22A2DC 0%, #18739C 200%);
    /* Opera */
    background-image: -o-linear-gradient(bottom, #22A2DC 0%, #18739C 200%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #22A2DC), color-stop(2, #18739C));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(bottom, #22A2DC 0%, #18739C 200%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to top, #22A2DC 0%, #18739C 200%);
    /*background-color: #22a2dc;*/
}

.yellowbox {
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(bottom, #F1F134 0%, #C9C92B 200%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom, #F1F134 0%, #C9C92B 200%);
    /* Opera */
    background-image: -o-linear-gradient(bottom, #F1F134 0%, #C9C92B 200%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F1F134), color-stop(2, #C9C92B));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(bottom, #F1F134 0%, #C9C92B 200%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to top, #F1F134 0%, #C9C92B 200%);
    /*background-color: #f1f134;*/
}

.orangebox {
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(bottom, #FFA500 0%, #B57500 200%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom, #FFA500 0%, #B57500 200%);
    /* Opera */
    background-image: -o-linear-gradient(bottom, #FFA500 0%, #B57500 200%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFA500), color-stop(2, #B57500));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(bottom, #FFA500 0%, #B57500 200%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to top, #FFA500 0%, #B57500 200%);
    /*background-color: #FFA500;*/
}

.pinkbox {
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(bottom, #FFC0CB 0%, #FFB6C1 200%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom, #FFC0CB 0%, #FFB6C1 200%);
    /* Opera */
    background-image: -o-linear-gradient(bottom, #FFC0CB 0%, #FFB6C1 200%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFC0CB), color-stop(2, #FFB6C1));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(bottom, #FFC0CB 0%, #FFB6C1 200%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to top, #FFC0CB 0%, #FFB6C1 200%);
    /*background-color: #FFA500;*/
}

.colorbox {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 3px;
    color: #000;
}

table.sortable tbody tr:nth-child(2n+1) td {
    background-color: #fff;
}

table.sortable tbody tr:nth-child(2n) td {
    background-color: #E3EAEF;
}

/* #region Tooltip */

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
    position: relative;
    cursor: pointer;
}

    /* Base styles for the entire tooltip */
    [data-tooltip]:before,
    [data-tooltip]:after,
    .tooltip:before,
    .tooltip:after {
        position: absolute;
        visibility: hidden;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
        -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
        transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        pointer-events: none;
        transition-delay: 0s;
        -webkit-transition-delay: 0s;
    }

    /* Show the entire tooltip on hover and focus */
    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after,
    [data-tooltip]:focus:before,
    [data-tooltip]:focus:after,
    .tooltip:hover:before,
    .tooltip:hover:after,
    .tooltip:focus:before,
    .tooltip:focus:after {
        visibility: visible;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

    /* Base styles for the tooltip's directional arrow */
    .tooltip:before,
    [data-tooltip]:before {
        z-index: 1001;
        border: 6px solid transparent;
        background: transparent;
        content: "";
    }

    /* Base styles for the tooltip's content area */
    .tooltip:after,
    [data-tooltip]:after {
        z-index: 1000;
        padding: 4px;
        width: 60px;
        background-color: #000;
        background-color: hsla(0, 0%, 20%, 0.75);
        color: #fff;
        content: attr(data-tooltip);
        font-size: 12px;
    }

    /* Directions */

    /* Top (default) */
    [data-tooltip]:before,
    [data-tooltip]:after,
    .tooltip:before,
    .tooltip:after,
    .tooltip-top:before,
    .tooltip-top:after {
        bottom: 100%;
        left: 50%;
    }

    [data-tooltip]:before,
    .tooltip:before,
    .tooltip-top:before {
        margin-left: -6px;
        margin-bottom: -12px;
        border-top-color: #000;
        border-top-color: hsla(0, 0%, 20%, 0.75);
    }

    /* Horizontally align top/bottom tooltips */
    [data-tooltip]:after,
    .tooltip:after,
    .tooltip-top:after {
        margin-left: -30px;
    }

    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after,
    [data-tooltip]:focus:before,
    [data-tooltip]:focus:after,
    .tooltip:hover:before,
    .tooltip:hover:after,
    .tooltip:focus:before,
    .tooltip:focus:after,
    .tooltip-top:hover:before,
    .tooltip-top:hover:after,
    .tooltip-top:focus:before,
    .tooltip-top:focus:after {
        -webkit-transform: translateY(-12px);
        -moz-transform: translateY(-12px);
        transform: translateY(-12px);
        transition-delay: 1s;
        -webkit-transition-delay: 1s;
    }

/* Left */
.tooltip-left:before,
.tooltip-left:after {
    right: 100%;
    bottom: 50%;
    left: auto;
}

.tooltip-left:before {
    margin-left: 0;
    margin-right: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-left-color: #000;
    border-left-color: hsla(0, 0%, 20%, 0.75);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
    -webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px);
    transform: translateX(-12px);
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
    top: 100%;
    bottom: auto;
    left: 50%;
}

.tooltip-bottom:before {
    margin-top: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-bottom-color: #000;
    border-bottom-color: hsla(0, 0%, 20%, 0.75);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px);
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
    bottom: 50%;
    left: 100%;
}

.tooltip-right:before {
    margin-bottom: 0;
    margin-left: -12px;
    border-top-color: transparent;
    border-right-color: #000;
    border-right-color: hsla(0, 0%, 20%, 0.75);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    transform: translateX(12px);
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
    top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
    margin-left: 0;
    margin-bottom: -12px;
}

.required {
    color: red;
    font-size: larger;
}

/* Formatting for free trial expiration */
#EnforceFreeTrialExpiration {
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}

/* remove incomplete box shadow from certain inputs */
input[type='checkbox'], input[type='radio'] {
    box-shadow: none;
}

#FreeTrialOptions { display: inline-block; }

/* fix the checkboxes */
input[type='checkbox'] {
    height: 14px;
    margin: 0;
}

#statusDDL option {
    background: white;
}

.expiredorange {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cf4f1b+0,ff6122+100 */
    background: #cf4f1b; /* Old browsers */
    background: -moz-linear-gradient(top,  #cf4f1b 0%, #ff6122 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #cf4f1b 0%,#ff6122 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #cf4f1b 0%,#ff6122 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf4f1b', endColorstr='#ff6122',GradientType=0 ); /* IE6-9 */
}

.col-ae {
    text-align: left;
}

.col-ae-header {
    width: 100px;
}

/*This(all tab css) was copy and pasted from D:\LinkTrust\lt_7\LinkTrust.LeadInbound\Content\stylesheets\Inbound.css*/
.tab-box {
    border: 1px solid #d4d4d4;
    background-color: #fafafa;
    /*this is throwing an error not sure how to fix at the moment so i just commenting it out*/
    /*background-image: url(/Content/images/box-bg.gif);*/
    background-repeat: repeat-x;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 22px;
    text-align: left;
    float: left;
    z-index: 99;
}

.tab {
    font-size: 13px;
    border: 1px solid #d4d4d4;
    background-color: #fafafa;
    /*this is throwing an error not sure how to fix at the moment so i just commenting it out*/
    /*background-image: url(/Content/images/box-bg.gif);*/
    background-repeat: repeat-x;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    text-align: center;
    float: left;
    margin: 0 1px -3px 0;
    font-size: 13px;
}

    .tab a {
        color: #22a2dc;
        display: block;
        padding: 7px 22px 8px 22px;
        text-decoration: none;
    }

        .tab a:hover {
            color: #000;
            display: block;
        }

.tab-on {
    font-size: 13px;
    color: #000;
    border-left: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    background-color: #ebebec;
    /*this is throwing an error not sure how to fix at the moment so i just commenting it out*/
    /*background-image: url(/Content/images/tab-on-bg.gif);*/
    background-repeat: repeat-x;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 7px 22px 8px 22px;
    text-align: center;
    float: left;
    margin: 0 1px -3px 0;
    z-index: 1;
    position: relative;
}

    .tab-on a {
        text-decoration: none;
    }

/*This came from D:\LinkTrust\lt_7\Burstabit.LinkTrust.PartnerCenter.WebApp\Content\stylesheets\master-7.5.css*/
.ac-tab-box {
    /*width: 800px;*/
    border: 1px solid #d4d4d4;
    background-color: #EBEBEC;
    *
    background-repeat: repeat-x;
    /*border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;*/
    padding: 22px 22px 12px;
    text-align: left;
    float: left;
    z-index: 99;
}


[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

/*replicates the current input styling for <button> tags with class "button" */
button.button {
    background-position: left top;
    background-repeat: repeat-x;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    height: 23px;
    line-height: 23px;
    margin: 0 auto;
    padding: 0 10px 2px 10px;
    background-color: #1b4c7f;
    transition: all 0.3s;
    border-radius: 5px;
    border-bottom: 1px #424143 solid;
    border-left: 1px #939598 solid;
    border-right: 1px #424143 solid;
    border-top: 1px #939598 solid;
}
    button.button:hover {
        background-color: #5a87a7;
        color: #dddddd;
    }