﻿body {
            padding-top: 0px !important;
            margin-top: 0px !important;
        }
        .bgftcolor {
            background-color: #dc0000;
            padding:10px;
        }
        .user{
            padding-top:10px;
            font-size:25px;
            color:white;
            font-weight:bold;
            text-transform:initial;
        }
        h2 {
            color: #dc0000;
        }
        p>a {
            color: #dc0000;
        }
        .dropdown-menu li > a:hover {
            color: #dc0000;
        }
        .table td>a {
            color: #dc0000;
        }
        .table td > a:hover {
            color: #000;
        }
        .span12 > .span8 > a {
            color: #dc0000;
        }
        .span4 > p {
            color: #dc0000;
        }

        /*.table > tbody > tr:nth-child(odd) > td,*/
        .table > tbody > tr:nth-child(odd) > th {
            background-color: #dc0000;
            color:#fff;
        }
            /*.table > tbody > tr:nth-child(odd) > td>a,*/
            .table > tbody > tr:nth-child(odd) > th a {
                background-color: #dc0000;
                color: #fff;
            }
            
        hr {
            border: 1px solid #dc0000;
        }
        .form-group > .control-label {
            color: #dc0000;
        }
        .navbar-collapse {
            border-bottom: 1px solid #dc0000 !important;
        }
        .landing>.navbar{
            background-color:#dc0000 !important;
        }
        .btn {
             color: #dc0000;

        }
        .login{
            background-image: url( '../Images/collateralmgt.jpg');
            background-repeat:no-repeat;
            background-position:left;
        }
        .pagination > .active  > a, .pagination > li:first-child > span {
            background-color:#dc0000 !important;
            border:1px solid #ccc !important;
        }