﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-bottom: 20px;
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    min-height: 100%;
    font-family: "Lato", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    /*background-color:transparent !important;*/
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
html {
    position: relative;
    min-height: 100%;
}
*{
font-family: "Lato", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}
.fontOverride {
    font-family: "Lato", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif !important;
}
.form-control {
    border-radius:3px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
}
.menuFont {
    /*font-weight: bold !important;*/
    color: white !important;
}
.hidden {
    display: none;
}
.textbox_ro {
    background-color: lightgray;
}
.col1 {
    width: 35%;
    text-align: left;
    vertical-align: top;
    background-color: lavenderblush;
    font-weight: bold;
}
.col2 {
    text-align: left;
}
.modalNew {
    position: fixed;
    z-index: 1001;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: aliceblue;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}
.centerNew {
    z-index: 1002;
    margin: 300px auto;
    padding: 10px;
    width: 150px;
    background-color: transparent;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
    .centerNew img {
        height: 128px;
        width: 128px;
    }
.jumbotron, container-fluid {
    padding: 1% !important;
    height: 100%;
    margin: 0px;
}
.data_header_list {
    font-size: 11px;
    font-family: "Lato", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    background-color: #94A2BF;
    color: #ffffff;
    font-weight: bold;
}
.data_row {
    font-size: 11px;
    color: #222486;
    font-family: "Lato", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    background-color: #FFFFFF;
}
.data_row_alt {
    font-size: 11px;
    color: #222486;
    font-family: "Lato", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    background-color: #FBFFBD;
}
.data_table {
    background-color: #a9a9a9;
}
.modal_bg_master {
    width: 100%;
    background-color: Gray;
    position: fixed;
    height: 100%;
    z-index: 999;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.nodec {
    text-decoration: none !important;
    color:white !important;
}
    .nodec:hover {
        color:darkseagreen !important;
    }
.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
    .pagination-ys table > tbody > tr > td {
        display: inline;
    }
        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: dodgerblue;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }
        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }
        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }
        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: green;
            background-color: #eeeeee;
            border-color: #dddddd;
        }
.siteBackground {
    background :rgb(20,64,127);
    color:white;
}
.dxGvHeader {
    background-color:rgb(20,64,127);
    color:white !important;
    font-weight:bold;
}
.dxSubGvHeader {
    background-color:lightskyblue;
    font-weight:bold;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    color:white !important;
}
@media (min-width: 992px){
    .navbar li {
        /*margin-left : 1em;*/
        margin-right : 1em;
    }
}
.wrapper{
    background: url(../Images/Logo/logoBlu.jpg) no-repeat center center fixed;
    -webkit-background-size: 50%;
    -moz-background-size: 50%;
    -o-background-size: 50%;
    background-size: 50%;
}
.btnVege {
    background-color:rgb(20,64,127);
}
.vegeColor {
    color:rgb(20,64,127);
}
.wrapword{
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap; /*Chrome & Safari */ 
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}
.focused {
    border-color: #66aef9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
