﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

@media screen and (max-width: 400px) {
    .imgResize {
        width: 250px;
    }
}

.EmailTextbox {
    width: 200px;
}

.FieldLabel {
    font-size: 10px;
}

tr.FieldLabelRow {
    height: 11px;
}

table.ThinTableBorder {
    border-width: 1px;
    border-style: solid;
    border-color: gray;
    border-collapse: separate;
    background-color: white;
    border-radius: 4px;
    padding: 2px;
}

table.FilterTable {
    border-width: 1px;
    border-style: solid;
    border-color: gray;
    border-collapse: separate;
    background-color: cornsilk;
    border-radius: 4px;
    padding-left: 4px;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
}

.RightAlign
{
    text-align: right;
    border-top: 1px;
}

.FilterTable td {
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
}

table.FilterBorder.td {
    border-color: green;
}

.CellBorder {
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
}

.btnBlueTall {
    background-color: #00afc9;
    color: #fff;
    border: 0;
    font-size: 15px;
    height: 40px;
    width: 80px;
    border-radius: 2px
}

    .btnBlueTall:hover {
        background-color: #006A7A;
    }

.btnBlueTallNarrow {
    background-color: #00afc9;
    color: #fff;
    border: 0;
    font-size: 15px;
    height: 40px;
    width: 40px;
    border-radius: 2px
}

    .btnBlueTallNarrow:hover {
        background-color: #006A7A;
    }


.btnBlueTallWide {
    background-color: #00afc9;
    color: #fff;
    border: 0;
    font-size: 15px;
    height: 40px;
    width: 120px;
    border-radius: 2px
}

    .btnBlueTallWide:hover {
        background-color: #006A7A;
    }

.btnGreenTall {
    background-color: seagreen;
    color: #fff;
    border: 0;
    font-size: 15px;
    height: 40px;
    width: 80px;
    border-radius: 2px;
    text-align: center;
}

    .btnGreenTall:hover {
        background-color: green
    }

.btnGreenTallWide {
    background-color: seagreen;
    color: #fff;
    border: 0;
    font-size: 15px;
    height: 40px;
    width: 120px;
    border-radius: 2px
}

    .btnGreenTallWide:hover {
        background-color: green;
    }

.btnGreenTallExtraWide {
    background-color: seagreen;
    color: #fff;
    border: 0;
    font-size: 15px;
    height: 40px;
    width: 160px;
    border-radius: 2px
}

    .btnGreenTallExtraWide:hover {
        background-color: green;
    }

.btnRedTall {
    background-color: lightpink;
    color: #fff;
    border: 0;
    font-size: 15px;
    height: 40px;
    width: 80px;
    border-radius: 2px
}

    .btnRedTall:hover {
        background-color: pink;
    }

.btnBlueMenu {
    background-color: #00afc9;
    color: #fff;
    border: 0;
    font-size: 15px;
    width: 200px;
    border-radius: 2px
}

    .btnBlueMenu:hover {
        background-color: #006A7A;
    }

.btnOrangeMenu {
    background-color: coral;
    color: #fff;
    border: 0;
    font-size: 15px;
    width: 200px;
    border-radius: 2px
}

    .btnOrangeMenu:hover {
        background-color: lightcoral;
    }

.btnBlueMenuTall {
    background-color: #00afc9;
    color: #fff;
    border: 0;
    font-size: 15px;
    width: 200px;
    border-radius: 2px;
    height: 30px;
}

    .btnBlueMenuTall:hover {
        background-color: #006A7A;
    }

.btnOrangeMenuTall {
    background-color: coral;
    color: #fff;
    border: 0;
    font-size: 15px;
    width: 200px;
    border-radius: 2px;
    height: 30px;
}

    .btnOrangeMenuTall:hover {
        background-color: lightcoral;
    }

.btnRedMenu {
    background-color: red;
    color: #fff;
    border: 0;
    font-size: 15px;
    width: 200px;
    border-radius: 2px
}

    .btnRedMenu:hover {
        background-color: lightpink;
    }

.btnBlueShort {
    background-color: #00afc9;
    color: #fff;
    border: 0;
    font-size: 15px;
    width: 80px;
    border-radius: 2px
}
    .btnBlueShort:hover {
        background-color: #006A7A;
    }

.btnBlueShortWide {
    background-color: #00afc9;
    color: #fff;
    border: 0;
    font-size: 15px;
    width: 160px;
    border-radius: 2px
}
    .btnBlueShortWide:hover {
        background-color: #006A7A;
    }
    
hr.faded {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.txtNarrowField {
    width: 80px
}

.txtHiddenField {
    width: 5px
}

.Drop {
    width: 150px;
}

Input {
    border-radius: 2px;
}

.TxtBoxDate {
    width: 100px;
}

.TxtBoxNarrow {
    width: 80px;
}

.TxtBoxWide {
    width: 200px;
}

.TxtBoxLargeFont {
    height: 32px;
    font-size: 15px;
}

.btnOrangeShort {
    background-color: coral;
    color: #fff;
    border: 0;
    font-size: 15px;
    width: 80px;
    border-radius: 2px
}

    .btnOrangeShort:hover {
        background-color: darkorange;
    }

.btnOrangeShortSelected {
    background-color: coral;
    color: #fff;
    border: solid;
    border-width: 5px;
    border-color: #3B5367;
    font-size: 15px;
    width: 80px;
    border-radius: 2px
}

.btnOrangeShortWide {
    background-color: coral;
    color: #fff;
    border: 0;
    font-size: 15px;
    width: 120px;
    border-radius: 2px
}
    .btnOrangeShortWide:hover {
        background-color: darkorange;
    }

.btnOrangeShortWideSelected {
    background-color: coral;
    color: #fff;
    border: solid;
    border-width: 5px;
    border-color: #3B5367;
    font-size: 15px;
    width: 120px;
    border-radius: 2px
}




.btnGreenMenu {
    background-color: seagreen;
    color: #fff;
    border: 0;
    font-size: 15px;
    width: 200px;
    border-radius: 2px
}

.btnGreenMenu:hover {
    background-color: darkseagreen;
}

.btnGreenActionBar {
    background-color: seagreen;
    color: #fff;
    border: 0;
    font-size: 15px;
    width: 150px;
    height: 70px;
    border-radius: 2px;
    white-space:normal /*this will make the text wrap*/
}

    .btnGreenActionBar:hover {
        background-color: darkseagreen;
    }

.btnRedActionBar {
    background-color: indianred;
    color: #fff;
    border: 0;
    font-size: 15px;
    width: 150px;
    height: 70px;
    border-radius: 2px;
    white-space: normal /*this will make the text wrap*/
}

    .btnRedActionBar:hover {
        background-color: lightpink;
    }

.DropZoneStyle {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 50px 0 50px 0;
    text-align: center;
    border: dashed 3px gray;
    width: 650px;
}

.DropZoneStyleNarrow {
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 10px 0 10px 0;
    text-align: center;
    border: dashed 3px gray;
    width: 200px;
}

P.PageBreak {
    page-break-before: always
}

table.NovaGrid th {
  border-bottom: 1px solid #ED7A0A;
  text-decoration: none;
  text-align:center;
}

table.NovaGrid tr:hover {
  /*background-color: #fabf85;*/
}

.notificationbar {
    text-align: right;
    width: 100%;
    padding-left: 70px;
    padding-top: 30px;
    font-size: 15px;
    line-height: 50px;
    color: white;
    border: solid;
}

.searchbar {
  float: right;
  padding-top: 4px;
  font-size: 15px;
  line-height: 15px;
  color: white
}

.searchbar:hover,
.searchbar:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}