﻿body {
    font-family:'Times New Roman';
    overflow-x: hidden;
}
#logo-main img {
    position: absolute;
    top: 0px;
    left: 16px;
    float: left;
    width:100px;
}
#logo-main h2, h6 {
    position: relative;
    text-align: center;
    bottom: 20px;
    color:black;
}
#logo-main h2 {
    font-size: 2em;
    font-family: ui-monospace;
    font-weight: 600;
    text-shadow: 2px 1px black;
}

#header{
    margin-bottom:25px;
}
#emb {
    position: absolute;
    top: 4px;
    right: 30px;
    float: right;
}
    #emb a {
        color: orangered;
    }

    #headerSec {
        margin-top:30px;
    border: 1px solid transparent;
    background-color: #708090;
   /* background-color: #f5d020;
    background-image: linear-gradient(315deg, #f5d020 0%, #f53803 74%);*/
    color: #fff;
    box-shadow: 0px 1px 8px rgba(0,0,0,0.4);
    width: 100%;
}

.navbar {
    min-height: 35px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    /*background: linear-gradient(135deg,#ee7f26 0,#db4f34 100%);*/
    color: #fff;
}
.navbar navbar-fixed-top {
    position: relative;
    min-height: 35px;
    margin-bottom: 0px;
    /* border: 1px solid transparent; */
    

}
#demo {
    width: 100%;
   
}

.slider{
    padding-left:0px;
    padding-right:0px;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1;
    width: 100%;
    height: 300px;
    margin-top: 0px;
}

.txt-block {
    width: 100%;
    height: 35px;
    float: left;
    padding: 5px 2%;
    color: #fff;
    font-size: 1em;
    text-align: center;
    background-color: #3f3f3f;
    border: solid 1px rgb(226, 226, 226);
}
.panel {
    border: 1px solid #f4511e;
    border-radius: 0 !important;
    transition: box-shadow 0.5s;
    margin-top:10px;
}

    .panel:hover {
        box-shadow: 5px 0px 40px rgba(0,0,0, .2);
    }

.panel-footer .btn:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: #f4511e;
}

.panel-heading {
    color: #fff !important;
    padding: 5px;
    background-color: #f5d020;
    background-image: linear-gradient(315deg, #f5d020 0%, #f53803 74%);
   /* background-color: #f4511e;*/
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-footer {
    background-color: white !important;
}

    .panel-footer h3 {
        font-size: 32px;
    }

    .panel-footer h4 {
        color: #aaa;
        font-size: 14px;
    }

    .panel-footer .btn {
        margin: 15px 0;
        background-color: #f4511e;
        color: #fff;
    }
#cont-block {
    width: 98%;
    height: auto;
    float: left;
    margin-top: 5px;
    padding: 0 1%;
    margin-bottom: 10px;
}
.content {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}


.footer {
    bottom: 0;
    margin-left:15px;
    margin-right:15px;
    background-color: #708090;
    /*background-image: linear-gradient(315deg, #f5d020 0%, #f53803 74%);*/
    color: white;
    text-align: center;
    float: left;
    height: 35px;
    padding: 5px 2%;
    color: #fff;
    font-size: 1em;
    text-align: center;
    border: solid 1px rgb(226, 226, 226);
}
.footer a{
    color:cyan;
} 
/* Red */
.danger {
    border-color: #f44336;
    color: red;
}

    .danger:hover {
        background: #f44336;
        color: white;
    }

.Paybutton {
    border-radius: 4px;
    background-color: #f4511e;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding: 5px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    width:150px;
}

    .Paybutton span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

        .Paybutton span:after {
            content: '\00bb';
            position: absolute;
            opacity: 0;
            top: 0;
            right: -20px;
            transition: 0.5s;
        }

    .Paybutton:hover span {
        padding-right: 25px;
    }

        .Paybutton:hover span:after {
            opacity: 1;
            right: 0;
        }

.summary1 {
    float: left;
    word-wrap: break-word;
}
.summary2 {
    float: right;
    word-wrap: break-word;
}
.Bottom-HozLine {
    border: 1px solid #ccc;
    border-bottom-style: none;
    margin-top: 20px;
    margin-bottom: 5px;
}
.manadatory:after {
    content: '*';
    color: red;
    padding-left: 2px;
    font-size: 15px;
    font-weight: normal;
    top: -2px;
    position: relative;
}
.form-control {
    height: 30px;
    font-size: 14px;
}

.input-group-btn .btn {
    height: 30px;
    padding: 5px 5px;
    font-size: 13px;
}

.control-label {
    padding-right: 0px;
}
.form-horizontal .form-group {
     margin-right: 0px; 
     margin-left: 0px; 
}
/*thead{
    background-color:darkseagreen;
}
tbody{
    background-color:antiquewhite;
}
*/



@media only screen and (max-device-width: 768px) {
    #logo-main img {
        position: absolute;
        top: 0px;
        left: 1px;
        float: left;
        width: 40px;
    }

    #logo-main h2 {
        padding: 10px;
        font-size: 22px;
        bottom: 5px;
    }

    #logo-main h6 {
        padding: 0px;
    }
    #emb {
        position: absolute;
        top: 100px;
        float: left;
        left:5px;
    }
        #emb a {
            color: orangered;
        }
        #headerSec{
            margin-top:70px;
        }

    }
.bg-grey {
    background-color: #f6f6f6;
}

.logo-small {
    color: #f4511e;
    font-size: 50px;
}

.logo {
    color: #f4511e;
    font-size: 200px;
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

    .thumbnail img {
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }

.nav > li > a:focus, .nav > li > a:hover{
    background-color:transparent;
   /* border:1px solid #fff;*/
}
.navbar-header > a {
    color: #fff;
}

.nav > li > a {
    color: #fff;
    padding: 10px 15px;
    border-right:1px solid #fff;
    
}


.navbar .nav-pills > li > a:hover {
    border-radius: 16px;
}

.nav-pills .show > .nav-link {
    color: #fff;
}

.dropdown-menu > li > a {
    display: block;
    color: #333;
}

    .dropdown-menu > li > a:hover {
        background-color: #FF8C00;
        border-radius: 10px;
    }
    .form-control{
        margin-bottom:15px;
    }
    #btnLogin{
        margin-bottom:20px;
    }



