﻿
/*Travel 3560.css
sections
Boostrap overwrites
Html elements 
Telerik overwrides*/

/* addother libraries so only have to reference one file */

@import "t-font.css";

/*Specific NEW */

.t-BackgroundDark {
    background-color: darkblue;
    color: white;
    font-size: 1.1em;
}

.t-BackgroundWhite {
    background-color: white;
    color: darkslategray;
    font-size: 1.1em;
}

.t-BackgroundRed {
    background-color: indianred;
    color: white;
    font-size: 1.1em;
}

.t-BackgroundDarkBorder {
    border-bottom-width:2px;
    border-bottom-style:solid;
    border-bottom-color: white;
}

.t-BackgroundDark > h1, h2 {
    color: white;
}

/*o/s better way stop shorten css content multiple uses*/
.t-BackgroundDark > h3 {
    color: white;
}

.t-BackgroundRed > h3 {
    color: white;
}

.t-BackgroundDark > h5 {
    color: white;
}

.t-indentWhite  {
    margin-left:20px;
    color: white;
}

.t-indentWhite > h3, h5, h6 {
    color: white;
}

.t-BottomMarginWhite {
    margin-bottom: 1px;
    background-color: white;
}


/*old*/

.pageHeaderDashboard {
    background-color: darkred;
    color: white;
}

.pageHeaderInformation {
    background-color: darkgreen;
    color: white;
}

.pageHeaderList {
    background-color: darkcyan;
    color: white;
}

.pageHeaderOutput {
    background-color: darksalmon;
    color: white;
}

.pageHeaderRecord {
    background-color: darkblue;
    color: white;
}

.pageHeaderReport {
    background-color: darkgoldenrod;
    color: white;
}


