body {
    background-color: #edefef !important;
    font-size: 16px !important;
    font-family: "proxima-nova","Helvetica Neue","Helvetica",Arial,sans-serif !important;
    color: #3B3B3B;
    line-height: 22px;
}

header {
    background-color: #082F4A !important;
    width: 100%;
    height: 80px;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.header-container {
}



#logo {
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    height: 80px;
    display: flex;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    -o-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-right: auto;
}

#logo-group {
    white-space: nowrap;
    display: flex;
    -o-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.logout-link {
    display: flex;
    -o-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    height: 80px;
}

.bs-docs-nav {
    margin-bottom: 0;
    border-bottom: 0;
}

.headline-xxl {
    font-size: 47.3px;
    line-height: 55px;
}

.headline-xl {
    font-size: 33px;
    line-height: 38px;
}

.headline-l {
    font-size: 27.3px;
    line-height: 33px;
}

.headline-m {
    font-size: 23px;
    line-height: 28px;
}

.headline-s {
    font-size: 19.2px;
    line-height: 22px;
}

.headline-xs {
    font-size: 16px;
    line-height: 22px;
}

.headline-xxs {
    font-size: 14px;
    line-height: 22px;
}

.legal-copy {
    font-size: 11px;
    line-height: 16.5px;
}

.small-body-copy {
    font-size: 14px;
    line-height: 22px;
}

.page-section {
    margin-top: 37px;
}

.panel {
    margin-top: 33px;
    background-color: #F8F8F8;
    border: none !important;
}

.panel-body {
    padding-top: 33px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-bottom: 44px !important;
}

.panel-header {
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-top: 22px;
    padding-bottom: 22px;
    border-top: 3px solid #35A7F7;
    border-bottom: solid 1px #E7E7E7;
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.input-label {
    color: #A9AFB0 !important;
}

.cust-info {
    margin-bottom: 33px;
}

@media screen and (min-width: 960px) {
}

/*a:link
{
    color: #515967;
    text-decoration: none;
}*/
/*a:visited
{
    color: #505abc;
}*/
/*a:hover
{
    color: #515967;
    text-decoration: none;
}*/
/*a:active
{
    color: #12eb87;
}*/

p, ul {
    margin-bottom: 20px;
    /*line-height: 1.6em;*/
}

#export-links .csv-export a {
    background: url("/Content/Images/xls.png") no-repeat scroll left top transparent;
    padding-left: 20px;
}

.valid {
    background-color: #87ffad;
    border: solid 1px #00cc5e;
    color: #00872d;
    padding: 5px;
    font-family: Tahoma;
    font-size: 12px;
}

.warning {
    background-color: #FDE4E5;
    border: solid 1px #FFC5C5;
    color: #D93400;
    padding: 5px;
    font-family: Tahoma;
    font-size: 12px;
}

.dataCellLeftSide {
    text-align: right;
    padding-right: 5px;
    color: darkblue;
    /*font-weight:bolder;*/
}

.dataCellRightSide {
    text-align: left;
    /*padding-left: 5px;*/
}

/* Header wrapping
----------------------------------------------------------*/

/*.t-grid .t-grid-header .t-header .t-link {
    height: auto;
}
 
.t-grid .t-grid-header .t-header,
.t-grid .t-grid-header .t-last-header {
    white-space: normal;
}*/


.k-grid .k-grid-header .k-header .k-link {
    height: auto;
}

.k-grid .k-grid-header .k-header, .k-grid .k-grid-header .k-last-header {
    white-space: normal;
}

.k-grid > table > tbody > tr:hover td,
.k-grid-content > table > tbody > tr:hover td {
    background-color: #8dbdd8;
}

/* HEADINGS
----------------------------------------------------------*/
/*h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    border-bottom: 1px solid #5c87b2;
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}*/

/* this rule styles <h2> tags that are the
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the
page width. Or, you can specify an exact pixel width. */
.page {
    width: 100%;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
}

#header {
    position: relative;
    /*margin-bottom: 0px;
    color: #000;
    padding: 0 0px 0 0;*/
}


#mainContent {
    padding: 30px 30px 15px 30px;
    background-color: #FFF;
    /*border-bottom: 3px groove #4b6f92;*/
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

.columnsContainer {
    position: relative;
}

.leftColumn {
    width: 25%;
    margin-right: 4%;
    float: left;
}

.rightColumn {
    float: right;
    width: 70%;
}

/* MISC
----------------------------------------------------------*/
.clear {
    clear: both;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

/* ASP.NET MVC 2 Templates */
.editor-label label {
    font-weight: bold;
}

.input-error {
    color: red;
}


/* TABLE STYLES
----------------------------------------------------------*/

table {
    border: 0px solid black;
    border-collapse: collapse;
}

td, th {
    border: 0px solid black;
    border-collapse: collapse;
}

.th {
    background-color: #D9E2E1;
    color: #25221E;
}

.odd {
    border: .5px solid #696969;
    background-color: white;
    color: black;
}

.even {
    border: .5px solid #696969;
    background-color: #F4F3EE;
    color: black;
}


.formTable {
    border: 1px solid #696969;
    background-color: #F7F8FA;
    border: 1px solid #696969;
    color: #404040;
    empty-cells: show;
    font-family: Tahoma;
    font-size: 11px;
    width: 80%;
}

.formTableHeaderRow {
    border: 1px solid #696969;
    background-color: #66859E;
    color: white;
    font-size: 13px;
    empty-cells: show;
    border-color: black;
    border-bottom: solid;
    border-bottom-color: #696969;
    border-bottom-width: 0px;
}

    .formTableHeaderRow th {
        border: 1px solid #696969;
    }


.formTableHeaderDetailCell {
    border: 1px solid #696969;
    background-color: #66859E;
    color: white;
    font-size: 13px;
    font-weight: bold;
    empty-cells: show;
}


.formTableDetailRow {
    border: 1px solid #696969;
    background-color: white;
    color: #404040;
    empty-cells: show;
    border-color: #696969;
    border-bottom: solid;
    border-bottom-color: gray;
    border-bottom-width: 0px;
}

    .formTableDetailRow td {
        border: 1px solid #696969;
    }

.formTableDetailCell {
    border: 1px solid #696969;
    background-color: white;
    color: black;
    empty-cells: show;
    text-align: left;
    vertical-align: top;
    height: 20px;
    border-color: #696969;
    border-bottom: solid;
    border-bottom-color: gray;
    border-bottom-width: 0px;
}

/* tables */
table.tablesorter {
    font-family: arial;
    background-color: #CDCDCD;
    margin: 10px 0pt 15px;
    font-size: 8pt;
    width: 100%;
    text-align: left;
}

    table.tablesorter thead tr th, table.tablesorter tfoot tr th {
        background-color: #e6EEEE;
        border: 1px solid #FFF;
        font-size: 8pt;
        padding: 4px;
    }

    table.tablesorter thead tr .header {
        background-image: url(bg.gif);
        background-repeat: no-repeat;
        background-position: center right;
        cursor: pointer;
    }

    table.tablesorter tbody td {
        color: #3D3D3D;
        padding: 4px;
        background-color: #FFF;
        vertical-align: top;
    }

    table.tablesorter tbody tr.odd td {
        background-color: #F0F0F6;
    }

    table.tablesorter thead tr .headerSortUp {
        background-image: url(asc.gif);
    }

    table.tablesorter thead tr .headerSortDown {
        background-image: url(desc.gif);
    }

    table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
        background-color: #8dbdd8;
    }

.inputLabel {
    text-align: right;
    font-weight: bold;
    vertical-align: middle;
}

.value {
    text-align: left;
    padding-left: 5px;
}


/* Search Box Styling */
#searchBox {
    border: solid 1px #dbdbde;
    border-right: none;
    top: 135px;
    right: 50px;
    width: 340px;
    position: absolute;
    z-index: 1000;
    height: 30px;
    float: left;
    background-color: #f3f3f4;
    -ms-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    text-align: center;
}

#searchTb {
    width: 300px;
    margin-top: 3px;
    float: left;
}

#searchImg {
    float: left;
    margin-top: 2px;
    height: 27px;
    width: 36px;
    background: url('/Content/Images/k-magnifier.png') #f3f3f4 no-repeat;
    cursor: pointer;
}
