﻿html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Segoe UI" ,Frutiger,Tahoma,Helvetica, "Helvetica Neue" ,Arial,sans-serif;
    font-size: 12px;
}

.bg-gradient-graphite {
    /*background: #7A7A7A;*/
    background: #eeeeee;
    background: -moz-linear-gradient(top,#7A7A7A 0,#727272 26%,#5A5A5A 76%,#525252 100%) !important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#7A7A7A),color-stop(26%,#727272),color-stop(76%,#5A5A5A),color-stop(100%,#525252)) !important;
    background: -webkit-linear-gradient(top,#7A7A7A 0,#727272 26%,#5A5A5A 76%,#525252 100%) !important;
    background: -o-linear-gradient(top,#7A7A7A 0,#727272 26%,#5A5A5A 76%,#525252 100%) !important;
    background: -ms-linear-gradient(top,#7A7A7A 0,#727272 26%,#5A5A5A 76%,#525252 100%) !important;
    -pie-background: linear-gradient(#5a5a5a,#525252);
    background: linear-gradient(top,#7A7A7A 0,#727272 26%,#5A5A5A 76%,#525252 100%) !important;
}

h4 {
    background-color: #BBBBBB;
    font-weight: bold;
    text-align: left;
    height: 20px;
}

table.mta-panel {
    background-color: #CCCCCC;
    border-spacing: 1px;
    padding: 0px;
}

table.mta-panel caption {
    background-color: #BBBBBB;
    font-weight: bold;
    text-align: left;
    height: 20px;
    padding-left:4px;
}

table.mta-panel tr th {
    background-color: #F5F5F5;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    padding: 5px;
}

table.mta-panel tr th {
    min-width: 200px;
}

table.mta-panel tr td {
    min-width: 300px;
}

table.mta-panel tr td.for-button {
    min-width:50px;
    padding:5px 7px 5px 7px;
}

table.mta-panel tr td {
    background-color: #FFFFFF;
    padding: 3px;
    text-align: left;
    text-transform:uppercase;
}

table.mta-panel tfoot tr td {
    text-align: right;
}


table.mta-panel tr td .k-textbox, table.mta-panel tr td .k-dropdown {
    min-width: 50%;
    text-transform:uppercase;
}

.k-invalid-msg {
    text-transform:none;
}

.four-columns-grid {
    width:100%;
}

table.four-columns-grid tr th{
    min-width:10px;
    width:15%;
}

table.four-columns-grid tr td{
    min-width:10px;
    width:35%;
}
.k-button {
    min-width: 75px;
}

.error {
    color: #FF0000;
}

.mta-tab-content {
    margin: 15px;
    min-height: 250px;
}

.mta-tab-buttons {
    text-align: right;
}

ul.bread-crumbs {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

ul.bread-crumbs li {
    list-style: none;
    float: left;
}

ul.bread-crumbs li ~ li {
    padding-left: 20px;
}

ul.bread-crumbs li a {
    color: white;
    text-decoration: none;
    padding: 10px 0 10px 65px;
    background: brown; /* fallback color */
    background: hsla(34,85%,35%,1);
    position: relative;
    display: block;
    float: left;
}

.breadcrumb {
    list-style: none;
    overflow: hidden;
    margin:0px;
    padding:0px;
}
.breadcrumb li {
    float: left;
}
.breadcrumb li a {
    color: white;
    text-decoration: none;
    padding: 2px 0 2px 55px;
    background: brown; /* fallback color */
    background: hsla(160,0%,10%,1);
    position: relative;
    display: block;
    float: left;
}
.breadcrumb li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid hsla(160,0%,10%,1);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}
.breadcrumb li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}
.breadcrumb li:first-child a {
    padding-left: 10px;
}
.breadcrumb li:nth-child(2) a {
    background: hsla(160,0%,25%,1);
}
.breadcrumb li:nth-child(2) a:after {
    border-left-color: hsla(160,0%,25%,1);
}
.breadcrumb li:nth-child(3) a {
    background: hsla(160,0%,40%,1);
}
.breadcrumb li:nth-child(3) a:after {
    border-left-color: hsla(160,0%,40%,1);
}
.breadcrumb li:nth-child(4) a {
    background: hsla(160,0%,55%,1);
}
.breadcrumb li:nth-child(4) a:after {
    border-left-color: hsla(160,0%,55%,1);
}
.breadcrumb li:nth-child(5) a {
    background: hsla(160,0%,70%,1);
}
.breadcrumb li:nth-child(5) a:after {
    border-left-color: hsla(160,0%,70%,1);
}
.breadcrumb li:last-child a {
    background: transparent !important;
    color: black;
    pointer-events: none;
    cursor: default;
}
.breadcrumb li:last-child a:after {
    border: 0;
}
.breadcrumb li a:hover {
    background: hsla(34,85%,25%,1);
}
.breadcrumb li a:hover:after {
    border-left-color: hsla(34,85%,25%,1) !important;
}


.mta-error-summary {
    list-style : none;
    display:none;
    position:static;
    width:650px;
}
.mta-error-summary li {
    text-align:left;
}

h2 {
   font-size:12px;
   color:white;
   background:hsla(160, 0%, 48%, 1);
   font-weight:normal;
}

button[disabled] {
    cursor:progress;
}

.mta-tab-error{
    border-color:Red!important;
}

.mta-report-frame {
    width:100%;
    min-height:400px;
    border:0;
}

.agencyDisplay .alert
{
    color:Red;
}