﻿.pcoded .pcoded-header[header-theme="theme1"] {
    background: url(master/files/assets/img/OTS-YOGI-BANNER-HEAD.png);
    background-size: 100% 130px;
    background-repeat: no-repeat;
    background-position: center;
    border-top: 2px solid #dedada;
}

.pcoded .pcoded-navbar[active-item-theme="theme1"] .pcoded-item > li:hover > a {
    background: #fba226 !important;
    color: #fff !important;
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item > li > a {
    color: #fff !important;
    text-shadow: 1px 1px 1px black;
    font-size: 12px;
}

/* .pcoded-header {
            height: 100px !important;
        }*/
/*.card .card-block
        {
            border-top-style: double;
            border-color: #092546;
        }*/

.header-navbar .navbar-wrapper .navbar-container .nav-left a, .header-navbar .navbar-wrapper .navbar-container .nav-right a {
    padding: 0 .6rem;
    display: none;
    text-transform: uppercase;
}

#backgroundCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    z-index: -1; /* -1 mat rakho (ASP.NET me issue aata hai) */
    pointer-events: none;
}

@media (max-width: 768px) {
    .pcoded .pcoded-header[header-theme="theme1"] {
        background-size: 100% 80px;
        border-top: 8px solid #dedada;
    }
}

.cornera {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.cornerb {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.btn-yelloish {
    background: #f3d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#ff7478,#ff5411);
    color: white;
    text-shadow: 2px 1px 2px black;
}

    .btn-yelloish:hover {
        background: #f3d078;
        background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
        background: linear-gradient(to bottom,#ff5411,#ff7478);
    }

.btn-can {
    background: #eff0f3;
    background: -webkit-linear-gradient(top,#f7f8fa,#e7e9ec);
    background: linear-gradient(to bottom,#cecece,#aaa);
}

.btn-register {
    background: #f61f1f;
    background: linear-gradient(to bottom,#f61f1f,#cc53bf);
    color: white;
    text-shadow: 2px 1px 2px black;
}

    .btn-register:hover {
        background: #cc53bf;
        background: linear-gradient(to bottom,#cc53bf,#f61f1f);
    }

.title {
    font-size: 24px;
    font-weight: 700;
    color: #ef7d49;
    margin-bottom: 5px;
}

.note-fixed {
    color: black;
    position: fixed;
    bottom: 30px; /* footer ke upar dikhe */
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    font-size: 16px !important;
    z-index: 9999;
}

@media (min-width: 1200px) {
    .form-group {
        /*margin-bottom:45px
                padding-bottom: 40px;;*/
    }

    .lblcss {
        text-align: right;
    }
}

.input-icon {
    position: relative;
}

    .input-icon i {
        position: absolute;
        left: 27px;
        top: 12px;
        color: #d58b5a;
    }

    .input-icon input {
        padding-left: 35px;
    }

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}

.modal-dialog {
    margin: 15% auto;
    width: 400px;
}

.modal-content {
    background: #fff;
    /*padding: 20px;*/
    border-radius: 8px;
}