﻿::-webkit-input-placeholder
{
    font-style: italic;
    color: green !important;
    font-weight: bold;
}

:-moz-placeholder
{
    font-style: italic;
    color: green !important;
    font-weight: bold;
}

::-moz-placeholder
{
    font-style: italic;
    color: green !important;
    font-weight: bold;
}

:-ms-input-placeholder
{
    font-style: italic;
    color: green !important;
    font-weight: bold;
}

body
{
    padding-right: 0px !important;
    margin-right: 0px !important;
}

    body.modal-open
    {
        overflow: auto;
    }

.bootstrap-select > .my-enabled-select
{
    opacity:1;
    background:#ffffff !important;
}

.bootstrap-select > .dropdown-toggle
{
    color: #222 !important;
}

    .bootstrap-select > .dropdown-toggle[title="Select bank name"]
    {
        font-style: italic;
        color: green !important;
        font-weight: bold;
    }

    .bootstrap-select > .dropdown-toggle[title="Select company type"]
    {
        font-style: italic;
        color: green !important;
        font-weight: bold;
    }

    .bootstrap-select > .dropdown-toggle[title="Select financial institution"]
    {
        font-style: italic;
        color: green !important;
        font-weight: bold;
    }

    .bootstrap-select > .dropdown-toggle[title="Select group access"]
    {
        font-style: italic;
        color: green !important;
        font-weight: bold;
    }

    .bootstrap-select > .dropdown-toggle[title="Select make"]
    {
        font-style: italic;
        color: green !important;
        font-weight: bold;
    }

    .bootstrap-select > .dropdown-toggle[title="Select province"]
    {
        font-style: italic;
        color: green !important;
        font-weight: bold;
    }

    .bootstrap-select > .dropdown-toggle[title="Select quote"]
    {
        font-style: italic;
        color: green !important;
        font-weight: bold;
    }

    .bootstrap-select > .dropdown-toggle[title="Select vehicle"]
    {
        font-style: italic;
        color: green !important;
        font-weight: bold;
    }

    .bootstrap-select > .dropdown-toggle[title="Select year"]
    {
        font-style: italic;
        color: green !important;
        font-weight: bold;
    }

.checkbox-active
{
    display: block;
    padding: 6px 0px;
}

#custom-bootstrap-menu.navbar-default
{
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 48, 0.8) 100%) !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 48, 0.8) 100%) !important;
    margin: 0px;
}

.hand-cursor
{
    cursor: pointer;
}

input[type="text"][disabled=disabled]
{
    background: #cccccc !important;
    cursor: not-allowed;
    color: #222;
}

input[type="text"][readonly=readonly]
{
    background: #cccccc !important;
    cursor: not-allowed;
    color: #222;
}

input[class="form-control numFront"]:enabled
{
    background: #ffffff !important;
    cursor: text;
    text-align:center;
    display : inline;
    /*margin-bottom : 10px;*/
}

input[class="form-control numBack"]:enabled
{
    background: #ffffff !important;
    cursor: text;
    text-align:center;
    display : inline;
    /*margin-bottom : 10px;*/
}

input[class="form-control white-bg"]:enabled
{
    background: #ffffff !important;
    font-size: 11px;
    text-align:center;
    display : inline;
    height : 5px;
    /*margin-bottom : 10px;*/
}

.form-custom
{
    border-top-left-radius : 5px;
    background: #ffffff !important;
    font-size: 11px;
    text-align:center;
    display : inline;
    height : 5px;
    /*margin-bottom : 10px;*/
}

.my-disabled
{
    opacity: 1 !important;
    background-color: #cccccc !important;
    color: #555 !important;
    cursor: not-allowed;
}

.my-disabled-dtp
{
    opacity: 1 !important;
    background-color: #cccccc !important;
    color: #000 !important;
    cursor: not-allowed;
}

.my-enabled
{
    background-color: #ffffff !important;
    cursor: pointer;
}

.my-enabled-text
{
    background-color: #ffffff !important;
    cursor: text;
}

.no-cursor
{
    cursor: not-allowed;
}

.num-border
{
    border-left-width: 1px;
    border-left-color: #cccccc;
}

.num-border-postfix
{
    border-left-width: 0px;
    border:none;
}

.pager-buttons
{
    margin-right: 5px;
    width:50px;
    background-color:#277fa1;
    border-color:rgba(0, 0, 0, 1);    
}

.search
{
    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px;
    background: #FFF url(img/th_bck.gif) repeat-x;
}

table.tbl-lv td {
    border: 1px solid #CCC;
    border-collapse: collapse;
    font: 12px "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
    
}

    table.tbl-lv td a {
        display: block;
        padding: 2px 2px;
        text-decoration: none;
        width: 100%;        
    }

table.tbl-lv {
    border: none;
    border: 1px solid #CCC;    
    overflow: scroll;    
}

    table.tbl-lv thead th,
    table.tbl-lv tbody th {
        color: rgb(3, 8, 19);
        padding: 2px 2px;
        border-left: 1px solid #CCC;
        font-size: 14px;
        text-align: center;
        background-color: #5584aa;
    }

    table.tbl-lv tbody th {
        
        color: black;
        border-top: 2px solid #CCC;
        text-align: center;
        font-weight: bold;
        text-align: center;
    }

    table.tbl-lv tbody tr td
    {
        padding: 2px 2px;
        color: black;
        font-size:12px;
        text-align:center;
    }

    table.tbl-lv tbody tr:hover
    {
        
        cursor: pointer;
    }

        table.tbl-lv tbody tr:hover td
        {
            color: #091e48;
        }

    table.tbl-lv tfoot td,
    table.tbl-lv tfoot th
    {
        border-left: none;
        border-top: 1px solid #CCC;
        padding: 2px;
        background: #FFF url(img/foot_bck.gif) repeat;
        color: #666;
    }


table.tbl-lv_sub td {
        font: 12px "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
    }

    table.tbl-lv_sub td a {
        
        display: block;
        padding: 2px 2px;
        text-decoration: none;
        width: 100%;
    }

table.tbl-lv_sub {
    border: none;
    font-size: 16px;
    overflow: scroll;
}

    table.tbl-lv_sub thead th,
    table.tbl-lv_sub tbody th {
        color: rgb(3, 8, 19);
        padding: 2px 2px;
        font-size: 12px;
        text-align: center;
    }

    table.tbl-lv_sub tbody th {
        border-bottom: solid;
        border-width: 1px;
        border-bottom-color: lightgray;
        color: black;
        font-size: 12px;
        text-align: center;
        font-weight: bold;
        text-align: center;
    }

    table.tbl-lv_sub tbody tr td {
        border-bottom: solid;
        border-width: 1px;
        border-bottom-color:lightgray;
        padding: 2px 2px;
        color: black;
        font-size: 12px;
        text-align: center;
    }

    table.tbl-lv_sub tbody tr:hover {
        background: #FFF url(img/tr_bck.gif) repeat;
        cursor: pointer;
    }

    table.tbl-lv_sub tbody tr:hover td {
            color: #091e48;
        }

    table.tbl-lv_sub tfoot td,
    table.tbl-lv_sub tfoot th {
        border-left: none;
        border-top: 1px solid #CCC;
        padding: 2px;
        background: #FFF url(img/foot_bck.gif) repeat;
        color: #666;
    }

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

    /* The navigation menu links */
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        /* When you mouse over the navigation links, change their color */
        .sidenav a:hover {
            color: #f1f1f1;
        }

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}
