﻿
body {
    overflow-y: scroll;
}

html {
    padding-bottom: 40px;
}

.nb_bottom_class {
    position: fixed !important;
    background-color: black;
    width: 100% !important;
    bottom: -3px;
    left: 0;
    margin: 0px !important;
    padding: 0px !important;
    z-index: 4;
}

.nb_bottom_button_radius {
    border-radius: 15px !important;
}

.my_heading_style {
    text-align: center;
    border-top-color: white;
    border-top-style: solid;
    border-top-width: thick;
    border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: thick;
    width: 100%;
}

.my_sub_heading_style {
    margin-bottom: 0px;
    border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: thin;
}

.my_padding_sides {
    width: 100%;
}

#content {
    margin: 20px;
    padding-top: 100px;
}

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 {
        color: #dd0033;
        display: block;
        padding: 2px 2px;
        text-decoration: none;
        width: 100%;
    }

table.tbl-lv {
    border: none;
    border: 1px solid #CCC;
    background-color: white;
    overflow: scroll;
}

    table.tbl-lv thead th,
    table.tbl-lv tbody th {
        background: #cccccc url(img/th_bck.gif) repeat-x;
        color: rgb(3, 8, 19);
        padding: 2px 2px;
        border-left: 1px solid #CCC;
        font-size: 12px;
        text-align: center;
    }

    table.tbl-lv tbody th {
        background: #dd0033;
        color: whitesmoke;
        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: 10px;
        text-align: center;
    }

    table.tbl-lv tbody tr:hover {
        background: #FFF url(img/tr_bck.gif) repeat;
        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 {
        background-color: darkgray;
        color: rgb(3, 8, 19);
        padding: 2px 2px;
        font-size: 12px;
        text-align: center;
    }

    table.tbl-lv_sub tbody th {
        border-color: white;
        color: white;
        font-size: 11px;
        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: darkgray;
        padding: 2px 2px;
        color: black;
        font-size: 10px;
        text-align: center;
    }

    table.tbl-lv_sub tbody tr:hover {
        background: darkgray;
        cursor: pointer;
        color: black;
    }

        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;
    }

.ChkBoxClass input {
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    margin-top: 10px;
    padding: 0px;
}

.listview_checkbox input {
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    padding: 0;
}

img {
    background: #333;
    background: rgba(51, 51, 51, 0.1);
}

.right-side-bar {
    float: right;
    padding: 30px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: rgba(0, 0, 0, 0.90);
    box-shadow: 0px 0px 10px 10px rgba(50, 50, 50, 0.70);
    color: #FFF !important;
    width: 100%;
}

input, textarea {
    color: #FFF;
}

.control-label {
    color: #FFFFFF;
}

.checkbox {
    padding: 0px 1px 0px 0px;
    margin: 0px;
    color: #F7F7F7;
}

.radio {
    color: #F7F7F7;
}

legend {
    text-align: left;
    font-weight: lighter;
    font-size: 22px;
    color: white;
}

.ddl {
    background: #333;
    background: rgba(51, 51, 51, 0.2);
    color: #FFFFFF;
}

textarea.form-control {
    border-style: none none dotted none;
    border-width: 1px;
    border-color: #FFFFFF !important;
    color: #fff;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    /* -ms-transition: all .3s; */
    transition: all .3s;
    display: inline;
    margin: 1px;
}

textarea,
textarea.form-control {
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 30px;
    color: #fff;
    display: inline;
    margin: 10px;
}

    input[type="text"]:focus,
    textarea:focus,
    textarea.form-control:focus {
        outline: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: inline;
    }

    input[type="text"]:-moz-placeholder, textarea:-moz-placeholder, textarea.form-control:-moz-placeholder {
        color: #999999;
        display: inline;
    }

    input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
        color: #999999;
        display: inline;
    }

    input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder {
        color: #999999;
        display: inline;
    }

/* Sidebar Styles */
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav li {
        text-indent: 20px;
        line-height: 40px;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: #999999;
        }

            .sidebar-nav li a:hover {
                text-decoration: none;
                color: #fff;
                background: rgba(255, 255, 255, 0.2);
            }

            .sidebar-nav li a:active, .sidebar-nav li a:focus {
                text-decoration: none;
            }

    .sidebar-nav > .sidebar-brand {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
    }

        .sidebar-nav > .sidebar-brand a {
            color: #999999;
        }

            .sidebar-nav > .sidebar-brand a:hover {
                color: #fff;
                background: none;
            }

.scroll-down {
    height: 120px;
    overflow: hidden;
    position: relative;
}

    .scroll-down p {
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        line-height: 20px;
        text-align: center;
        /* Starting position */
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        /* Apply animation to this element */
        -moz-animation: scroll-down 10s linear infinite;
        -webkit-animation: scroll-down 10s linear infinite;
        animation: scroll-down 10s linear infinite;
    }

/* Move it (define the animation) */
@-moz-keyframes scroll-down {
    0% {
        -moz-transform: translateY(-100%);
    }

    100% {
        -moz-transform: translateY(100%);
    }
}

@-webkit-keyframes scroll-down {
    0% {
        -webkit-transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
    }
}

@keyframes scroll-down {
    0% {
        -moz-transform: translateY(-100%); /* Browser bug fix */
        -webkit-transform: translateY(-100%); /* Browser bug fix */
        transform: translateY(-100%);
    }

    100% {
        -moz-transform: translateY(100%); /* Browser bug fix */
        -webkit-transform: translateY(100%); /* Browser bug fix */
        transform: translateY(100%);
    }
}

.selected {
    border-bottom-color: #009647;
    border-bottom-style: solid;
    border-bottom-width: thin;
    width: 200px;
}

.background {
    background-size: cover;
    background-color: rgba(0,0,0,0.2);
}

.fullscreen-bg {
    position: fixed;
    background-color: black;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-image: url(../img/background.png);
    z-index: 1;
}

.logo_bottom_right {
    opacity: 0.8 !important;
    filter: alpha(opacity=80) !important;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.registrationform {
    padding: 0px 30px 30px 30px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: rgba(0, 26, 153, 0.75);
    box-shadow: 0px 0px 20px 15px rgba(0, 26, 153, 0.60);
    color: #ffffff !important;
}

.topnav {
    overflow: hidden;
    background-color: #0538a6;
}

    .topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        .topnav a:hover {
            background-color: #ddd;
            color: black;
        }

        .topnav a.active {
            background-color: darkgrey;
            color: white;
        }

    .topnav .icon {
        display: none;
    }

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }
}

@media (max-width: 767px) {

    /*Login*/
    #login_tab {
        margin-top: -75px !important;
    }

    /*Main Div*/
    #div_main_menu {
        margin-top: -75px !important;
    }
}

/*Website*/
@media (min-width:768px) {

    /*Main Div*/
    #div_main_menu {
        margin-top: -15px !important;
    }

    #wrapper {
        padding-left: 0;
    }

        #wrapper.toggled {
            padding-left: 250px;
        }

    #sidebar-wrapper {
        width: 0;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}
