﻿
/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 5px;
    background-color: #eeeeee;
    font-size: 12px;
}

/*Message box css*/
.header {
    min-height: 30px;
}

    .header .close {
        opacity: 10;
    }
/*END : Message box css*/
h3 {
    font-size: 20px;
}


.my-control {
    width: 100%;
    padding: 3px;
}

.bg-white {
    background-color: #fff !important;
}

.captcha {
    background-image: url("../images/CapchaImage.jpg");
    padding: 5px;
    text-align: center;
    font-size: 25px;
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    letter-spacing: 4px;
    border: 1px solid #d4145a;
    font-weight: bold;
}

.row {
    margin: 0;
    padding: 0;
}

label {
    font-weight: bold;
    font-size: 12px;
   
}

.label-normal {
    font-weight: normal;
    font-size: 12px;
}

.table-local {
    width: 100%;
    margin: auto;
    float: none;
}


    .table-local td {
        padding: 5px;
    }

.table-border td {
    padding: 5px;
    border: 1px solid #808080;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    min-height: 500px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
.title {
    color: #d4145a;
    margin-left: 15px;
}

/*menu bar*/
.myMenu {
    background-color: #d4145a;
}

.navbar-nav li a {
    color: #fff;
}

    .navbar-nav li a:hover {
        color: #000;
    }

/*toggle button color */
.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-brand {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
}


    .navbar-brand:hover {
        color: #fff;
    }
/* dropdown menu*/
.dropdown-menu {
    background-color: #d4145a;
    text-align: right;
}

    .dropdown-menu li a {
        padding: 10px;
    }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    color: #000;
}

.divider {
    border: 0.5px solid #d4145a;
    margin-bottom: 5px;
}

.page-content {
    margin: auto;
    float: none;
}


.footer {
    min-height: 40px;
}

    .footer a {
        color: #000;
    }

        .footer a:hover {
            color: #d4145a;
            text-decoration: none;
        }
/*Index page */
.banner-tbl {
    width: 100%;
}

.jumbotron {
    border: 1px solid #d4145a !important;
    padding: 20px 0 20px 0;
    background-color: #fff;
}

    .jumbotron h2 {
        color: #d4145a !important;
    }

    .jumbotron h4 {
        color: #d4145a !important;
        font-weight: bold;
    }

    .jumbotron p {
        font-size: 14px;
        margin-top: 10px;
        text-align: justify;
    }

.logo {
    background-color: #fff;
    padding: 20px;
    margin-right: 20px;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.banner-mini {
    display: none;
}
/* Common controls */
.row {
    margin-bottom: 5px;
}

.btn-custom {
    color: #fff;
    background-color: #d4145a !important;
}

    .btn-custom:hover {
        color: #fff;
        background-color: #d4145a !important;
    }

.control-area {
    width: 75%;
    margin: auto;
    float: none;
}

.page-heading {
    font-size: 22px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: 1px;
    padding: 5px;
    border-bottom: 1px solid #D4145A;
    text-align: center;
    color: #000;
}

.error-msg {
    margin: 5px;
    color: red;
    text-align: center;
    font-weight: bold;
}

.user-dtl {
    border: 0px solid #808080;
    padding: 5px;
    border-radius: 5px;
    margin: 15px 0 15px 0;
    background-color: #ebdede;
}

/*Progress bar ----------------------------------------------*/
.pro-modal {
    position: fixed;
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.pro-center {
    z-index: 1000;
    margin: 250px auto;
    width: 130px;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .pro-center img {
        height: 128px;
        width: 128px;
        background-color: Black;
        filter: alpha(opacity=60);
        opacity: 0.6;
        -moz-opacity: 0.8;
    }

/*fieldset*/
.fieldset {
    border: 1px solid #d4145a;
    padding: 0 10px 10px 10px;
    border-radius: 5px;
    margin: 10px 0 10px 0;
}

    .fieldset legend {
        width: auto;
        text-transform: none;
        padding: 0px;
        border: 0;
        color: #d4145a;
        font-size: 16px;
    }

@media (min-width: 1025px) and (max-width: 1280px) {
    .control-area {
        width: 75%;
    }
}

@media (min-width: 767px) and (max-width: 1024px) {
    .control-area {
        width: 99%;
    }

    .contact-right {
        display: none;
    }
}

@media (max-width: 768px) {
    .control-area {
        width: 100%;
    }

    .banner-tbl {
        display: none;
    }

    .banner-mini {
        display: block !important;
        text-align: center;
    }

    .logo {
        padding: 5px;
        margin: 0;
        border-radius: 25px;
    }

    footer a {
        text-align: center;
    }

    .contact-right {
        display: none;
    }

    .body-content {
        padding: 0;
        min-height: 0;
    }

    .dropdown-menu {
        text-align: left;
    }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}


/* caps lock on message style */
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #d4145a; /*  background color */
    color: #fff; /*  text color */
    font-weight: bold;
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    top: 100px; /* 30px from the bottom */
}

    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    #snackbar.show {
        visibility: visible; /* Show the snackbar */
        /* Add animation: Take 0.5 seconds to fade in and out the snackbar. However, delay the fade out process for 2.5 seconds */
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 100px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 100px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 100px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        top: 100px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}
